gdb/testsuite/
[platform/upstream/binutils.git] / gdb / testsuite / ChangeLog
1 2010-09-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2
3         * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
4         (test_ld) <powerpc64-*>: New.
5
6 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
7
8         * gdb.cp/templates.exp (test_template_args): Allow "struct".
9
10 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
11
12         * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
13         (FunctionArg::method): New function.
14         (empty, arg): New variables.
15         (main): Call arg.method.
16         * gdb.cp/templates.exp (test_template_args): New function.
17         (do_tests): Call it.
18
19 2010-09-08  Ulrich Weigand  <uweigand@de.ibm.com>
20
21         * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
22         of "next" to proceed over pthread_exit call.
23
24 2010-09-08  Ulrich Weigand  <uweigand@de.ibm.com>
25
26         * gdb.base/maint.exp: Avoid wildcards against potentially very long
27         "maint print statistics" output to prevent expect timeouts.
28
29 2010-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
30
31         * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
32         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
33         (test_float_rejected): ... here.
34         * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
35         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
36         (test_float_rejected): ... here.
37         * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
38         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
39         (test_float_rejected): ... here.
40         * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
41         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
42         (test_float_rejected): ... here.
43
44 2010-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
45
46         * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
47         before disabling hardware watchpoints.
48         (test_inaccessible_watchpoint): Check that hardware watchpoints
49         are used.  Test for watchpoints on a constant address.
50
51 2010-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
52
53         * gdb.base/ui-redirect.exp: New file.
54
55 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
56             Joel Brobecker  <brobecker@adacore.com>
57
58         * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
59
60 2010-08-31  Doug Evans  <dje@google.com>
61
62         * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
63
64 2010-08-30  Tom Tromey  <tromey@redhat.com>
65
66         PR python/11792:
67         * gdb.python/py-value.exp (test_subscript_regression): Add
68         dynamic_type test.
69
70 2010-08-30  Daniel Jacobowitz  <dan@codesourcery.com>
71
72         * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
73         instead of running to main.  Do not test the main function.
74         * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
75         Add new main.
76
77 2010-08-26  Pedro Alves  <pedro@codesourcery.com>
78
79         * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
80         one test.
81
82 2010-08-24  Doug Evans  <dje@google.com>
83
84         PR symtab/11942
85         * gdb.dwarf2/dw4-sig-types.cc: New file.
86         * gdb.dwarf2/dw4-sig-types.h: New file.
87         * gdb.dwarf2/dw4-sig-types-b.cc: New file.
88         * gdb.dwarf2/dw4-sig-types.exp: New file.
89
90 2010-08-23  Tom Tromey  <tromey@redhat.com>
91
92         PR python/11145:
93         * gdb.python/py-value.c (Base, Derived): New types.
94         (base): New global.
95         * gdb.python/py-value.exp (test_subscript_regression): Add
96         dynamic_cast test.
97
98 2010-08-23  Tom Tromey  <tromey@redhat.com>
99
100         PR python/10676:
101         * gdb.python/py-type.exp (test_fields): Add tests for type
102         equality.
103
104 2010-08-23  Tom Tromey  <tromey@redhat.com>
105
106         PR python/11915:
107         * gdb.python/py-type.exp (test_fields): Add tests for array.
108
109 2010-08-23  Keith Seitz  <keiths@redhat.com>
110
111         * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
112         have any children. Create a new abbrev for it.
113         Add missing terminal sequence to .debug_abbrev.
114
115 2010-08-20  Keith Seitz  <keiths@redhat.com>
116
117         PR symtab/11465:
118         * gdb.dwarf2/pr11465.exp: New test.
119         * gdb.dwarf2/pr11465.S: New file.
120         * gdb.dwarf2/dw2-double-set-die-type.S: New file.
121         * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
122
123 2010-08-19  Thiago Jung Bauermann  <bauerman@br.ibm.com>
124
125         * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
126         registers.  Update data sets with the new v2_double element in the
127         VSX register union.  Add vector_register3_vr data set for the AltiVec
128         registers.  Use gdb_test_no_output instead of send_gdb.
129
130 2010-08-19  Pedro Alves  <pedro@codesourcery.com>
131
132         * gdb.python/py-shared.exp: New file, factored out from
133         python.exp.
134         * gdb.python/py-shared.c: New file.
135         * gdb.python/py-shared-sl.c: New file.
136         * gdb.python/python-1.c: New file.
137         * gdb.python/python-sl.c: Delete.
138         * gdb.python/python.c: Mention python-1.c.
139         * gdb.python/python.exp: Move shared library tests to
140         py-shared.exp.
141         * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
142         (MISCELLANEOUS): New.
143         (clean mostlyclean): Also remove $MISCELLANEOUS.
144
145 2010-08-19  Doug Evans  <dje@google.com>
146
147         PR exp/11926
148         * gdb.base/printcmds.exp (test_float_accepted): New function.
149         Move existing float tests there.  Add tests for floats with suffixes.
150         (test_float_rejected): New function.
151         * gdb.java/jv-print.exp (test_float_accepted): New function.
152         (test_float_rejected): New function.
153         * gdb.objc/print.exp: New file.
154         * gdb.pascal/print.exp: New file.
155         * lib/objc.exp: New file.
156
157 2010-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
158
159         * gdb.base/default.exp (info set): Avoid full buffer error and force
160         reading up to final gdb prompt.
161         (show): Likewise.
162
163 2010-08-18  Tom Tromey  <tromey@redhat.com>
164
165         PR symtab/11919:
166         * gdb.base/completion.exp: Add test.
167
168 2010-08-18  Doug Evans  <dje@google.com>
169
170         * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
171         * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
172         * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
173         Simplify, early exit if runto_main fails.
174         * gdb.fortran/exprs.exp: load_lib fortran.exp.
175         (set_lang_fortran): Moved to lib/fortran.exp.
176         * gdb.fortran/types.exp: load_lib fortran.exp.
177         (set_lang_fortran): Moved to lib/fortran.exp.
178         * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
179         * gdb.java/jprint.exp (set_lang_java): Ditto.
180         * gdb.java/jv-exp.exp: load_lib java.exp.
181         If set_lang_java fails, issue a warning instead of failure to be
182         consistent with other set_lang_foo uses.
183         (set_lang_java): Moved to lib/java.exp.
184         * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
185         If set_lang_java fails, issue a warning instead of failure to be
186         consistent with other set_lang_foo uses.
187         * gdb.pascal/types.exp: load_lib pascal.exp.
188         (set_lang_pascal): Moved to lib/pascal.exp.
189         * lib/fortran.exp: New file.
190         * lib/java.exp (set_lang_java): New function.
191         * lib/pascal.exp (set_lang_pascal): New function.
192
193 2010-08-18  Yao Qi  <yao@codesourcery.com
194
195         * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
196         func_nofb_start and func_loopfb_start, so that address of functions
197         is equal to these labels on Thumb.
198
199 2010-08-18  Yao Qi  <yao@codesourcery.com>
200
201         * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
202         to reflect latest c source file.
203
204 2010-08-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
205
206         * gdb.cp/infcall-dlopen.exp: New file.
207         * gdb.cp/infcall-dlopen.cc: New file.
208         * gdb.cp/infcall-dlopen-lib.cc: New file.
209
210 2010-08-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
211             Pedro Alves  <pedro@codesourcery.com>
212
213         PR breakpoints/11371
214
215         * gdb.base/watch-cond-infcall.exp: New file.
216         * gdb.base/watch-cond-infcall.c: New file.
217
218 2010-08-16  Tom Tromey  <tromey@redhat.com>
219
220         * gdb.base/help.exp: Update.
221         * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
222         watchpoint.
223         (test_watch_location): New proc.
224         (test_watchpoint_in_big_blob): Delete watchpoint.
225         * gdb.base/watchpoint.c (func5): New function.
226         (main): Call it.
227
228 2010-08-16  Doug Evans  <dje@google.com>
229
230         * gdb.python/python.exp: Fix syntax in "post event insertion" test.
231
232 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
233
234         * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
235         tests.
236
237 2010-08-11  Ken Werner  <ken.werner@de.ibm.com>
238
239         * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
240         * gdb.base/gnu_vector.c: New File.
241         * gdb.base/gnu_vector.exp: Likewise.
242
243 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
244
245         * gdb.python/python.c: New File.
246         * gdb.python/python-sl.c: New File.
247         * gdb.python/python.exp: Test solib_address and decode_line
248         * functions.
249
250 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
251
252         * gdb.python/python.exp (show height, set height 10)
253         (verify pagination beforehand, verify pagination beforehand: q)
254         (gdb.execute does not page, verify pagination afterwards)
255         (verify pagination afterwards: q): New.
256
257 2010-08-02  Doug Evans  <dje@google.com>
258
259         * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
260         because of an older gcc, change test2
261         "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
262         to unsupported.
263
264 2010-07-30  Kazu Hirata  <kazu@codesourcery.com>
265
266         * gdb.base/break-always.exp: Do not expect full paths to file
267         names.
268         * gdb.base/commands.exp: Likewise.
269
270 2010-07-30  Doug Evans  <dje@google.com>
271
272         * gdb.cp/temargs.exp: For new tests that require newer gccs,
273         xfail them when run with older gccs.
274
275         * lib/gdb.exp (build_executable): Forward "c++" option to
276         get_compiler_info.
277
278         * gdb.python/py-type.exp (test_template): Mark as xfail tests
279         "python print ttype.template_argument(1)" and
280         "python print isinstance(ttype.template_argument(1), gdb.Value)"
281         if using gcc 4.4 or earlier.
282
283         * gdb.base/valgrind-db-attach.exp: Use unique test name for
284         attach-to-debugger handling.
285
286 2010-07-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
287
288         * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
289         * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
290         (main): Use copyreloc.
291         * gdb.base/prelink.exp (split debug of executable)
292         (.dynbss vs. .bss address shift): New tests.
293
294 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
295
296         * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
297         in gdb_test_multiple.
298
299 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
300
301         * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
302         environment.
303
304 2010-07-28  Tom Tromey  <tromey@redhat.com>
305
306         PR python/11060:
307         * gdb.python/py-type.c (Temargs): New template.
308         (temvar): New variable.
309         * gdb.python/py-type.exp (test_template): New proc.
310
311 2010-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
312
313         * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
314         gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
315
316 2010-07-28  Tom Tromey  <tromey@redhat.com>
317
318         PR c++/9946:
319         * gdb.cp/temargs.exp: New file.
320         * gdb.cp/temargs.cc: New file.
321
322 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
323
324         * gdb.base/help.exp (help disassemble): Update the content.
325
326 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
327
328         * gdb.threads/ia64-sigill.exp: New file.
329         * gdb.threads/ia64-sigill.c: New file.
330
331 2010-07-27  Tom Tromey  <tromey@redhat.com>
332
333         * gdb.opt/inline-cmds.c (ATTR): New define.
334         (func1): Use it.
335         (func2): Likewise.
336         (func3): Likewise.
337         (outer_inline1): Likewise.
338         (outer_inline2): Likewise.
339         * gdb.opt/inline-bt.c (ATTR): New define.
340         (func1): Use it.
341         (func2): Likewise.
342         * gdb.opt/inline-locals.c (ATTR): New define.
343         (func1): Use it.
344         (func2): Likewise.
345
346 2010-07-27  Tom Tromey  <tromey@redhat.com>
347
348         * gdb.stabs/gdb11479.c (hack): New function.
349         (test): Use it.
350         (test2): Use it.
351         * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
352         (int32_search_buf, int64_search_buf): No longer static.
353         (x): Remove.
354         * gdb.base/relocate.c (hack): New function.
355
356 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
357
358         * gdb.python/py-value.exp (test_inferior_function_call): New function.
359         * gdb.python/py-value.c (func1): New function.
360         (func2): Likewise.
361
362 2010-07-26  Corinna Vinschen  <vinschen@redhat.com>
363
364         * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
365         as not to clash with .data section.
366
367 2010-07-26  Jerome Guitton  <guitton@adacore.com>
368
369         * gdb.base/code_elim.exp: New file.
370         * gdb.base/code_elim1.c: New file.
371         * gdb.base/code_elim2.c: New file.
372
373 2010-07-21  Pedro Alves  <pedro@codesourcery.com>
374
375         PR symtab/11827
376
377         * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
378         (some_volatile_enum): New variable.
379         * gdb.base/printcmds.exp (test_print_enums): New.
380         <top level>: Call it.
381
382 2010-07-21  Sami Wagiaalla  <swagiaal@redhat.com>
383
384         * gdb.cp/fpointer.cc: New test.
385         * gdb.cp/fpointer.exp: New test.
386
387 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
388
389         * gdb.base/solib-nodir.exp: New file.
390         * lib/gdb.exp (runto): New case for a GDB internal error.
391
392 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
393             Ulrich Weigand  <uweigand@de.ibm.com>
394             Tom Tromey  <tromey@redhat.com>
395
396         * gdb.base/charset-malloc.c: New file.
397         * gdb.base/charset.c (malloc_stub): New prototype.
398         (main): Call it instead of malloc itself.
399         * gdb.base/charset.exp: Use only prepare_for_testing.
400         (binfile): Remove the variable.
401
402 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
403
404         Make core files the process_stratum.
405         * gdb.base/corefile.exp (run: load core again)
406         (run: sanity check we see the core file, run: with core)
407         (run: core file is cleared, attach: load core again)
408         (attach: sanity check we see the core file, attach: with core)
409         (attach: core file is cleared): New tests.
410         * gdb.base/coremaker.c (main): New parameters.  Implement "sleep" argv.
411
412 2010-07-14  Ken Werner  <ken.werner@de.ibm.com>
413
414         * gdb.arch/altivec-abi.exp: New tests.
415
416 2010-07-13  Tom Tromey  <tromey@redhat.com>
417
418         * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
419         (main): Use it.
420         * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
421
422 2010-07-13  Tom Tromey  <tromey@redhat.com>
423
424         * gdb.base/label.exp: New file.
425         * gdb.base/label.c: New file.
426
427 2010-07-12  Ulrich Weigand  <uweigand@de.ibm.com>
428             H.J. Lu  <hongjiu.lu@intel.com>
429
430         * lib/gdb.exp (is_ilp32_target): New.
431         (is_lp64_target): Likewise.
432
433         * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
434         target.
435         * gdb.arch/amd64-disp-step.exp: Likewise.
436         * gdb.arch/amd64-dword.exp: Likewise.
437         * gdb.arch/amd64-i386-address.exp: Likewise.
438         * gdb.arch/amd64-word.exp: Likewise.
439
440         * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
441         target.
442         * gdb.arch/i386-bp_permanent.exp: Likewise.
443         * gdb.arch/i386-byte.exp: Likewise.
444         * gdb.arch/i386-disp-step.exp: Likewise.
445         * gdb.arch/i386-gnu-cfi.exp: Likewise.
446         * gdb.arch/i386-prologue.exp: Likewise.
447         * gdb.arch/i386-size-overlap.exp: Likewise.
448         * gdb.arch/i386-size.exp: Likewise.
449         * gdb.arch/i386-sse.exp: Likewise.
450         * gdb.arch/i386-unwind.exp: Likewise.
451         * gdb.arch/i386-word.exp: Likewise.
452
453         * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
454         test only when building 64-bit executables.  Do not hard-code
455         -m64 option.
456
457 2010-07-07  Doug Evans  <dje@google.com>
458
459         * lib/gdb.exp (gdb_test_list_exact): New function.
460         * gdb.base/default.exp (show convenience): Call it, add tests for
461         $_sdata = void, $_thread = 0.
462
463 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
464             Joel Brobecker  <brobecker@adacore.com>
465
466         Fix re-run of PIE executable, PR shlibs/11776.
467         * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
468         Remove $displacement_main to match the solib-svr4.c change.  New "kill"
469         and re-"run" of the inferior.
470
471 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
472             Joel Brobecker  <brobecker@adacore.com>
473
474         Cope with missing /usr/sbin/prelink.
475         * lib/prelink-support.exp (prelink_no):
476         <result == 1 && $output is "no such file or directory">: New.
477         (prelink_yes): Likewise.  Return on failed prelink_no.
478
479 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
480             Joel Brobecker  <brobecker@adacore.com>
481
482         * gdb.base/attach-pie-misread.exp: Load prelink-support.exp.  Replace
483         build_executable by build_executable_own_libs.  Replace "prelink -R"
484         execution by a call of prelink_yes.  Comment why "prelink -r" needs no
485         change.
486         * gdb.base/break-interp.exp: Load prelink-support.exp.  Rename calls of
487         copy to file_copy.  Move setting opts --dynamic-linker and -rpath,
488         mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
489         Replace build_executable by build_executable_own_libs's function
490         build_executable_own_libs.
491         (prelinkNO): Create new stub to call prelink_no.
492         (prelinkYES): Create new stub to call prelink_yes.
493         (test_attach): Rename calls of copy to file_copy.
494         (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
495         (copy): Move to ...
496         * lib/prelink-support.exp: ... a new file.  Rename prelinkNO to
497         prelink_no, prelinkYES to prelink_yes, copy to file_copy.
498         * gdb.base/prelink.exp: Disable testcase also for is_remote and
499         skip_shlib_tests.  Load prelink-support.exp.  Replace gdb_compile with
500         special flags by gdb_compile_shlib.  Replace second gdb_compile by
501         build_executable_own_libs.  Replace "prelink -R" execution by a call of
502         prelink_yes.  Replace "prelink -u" and second "prelink -R" execution by
503         a second call of prelink_yes.  Replace restart commands by
504         clean_restart.
505         (prelink): Rename to ...
506         (seen displacement message): ... this test.  Extend its expectation
507         strictness.
508
509 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
510
511         * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
512         * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
513         displacement message exactly once.
514
515 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
516             Joel Brobecker  <brobecker@adacore.com>
517
518         * gdb.base/break-interp.exp (test_attach): Keep $interp changed.  Move
519         its restore after the <$relink_args != ""> loop.  new comment.
520
521 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
522             Joel Brobecker  <brobecker@adacore.com>
523
524         * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
525         code for it.  New variable relink_args.
526         (prelinkYES): Call prelinkNO.
527         (test_attach): Accept new parameter relink_args.  Re-prelink the binary
528         in such case.  Move the core code to ...
529         (test_attach_gdb): ... a new function.  Send GDB command "file".
530         Extend expected "Attaching to " string.
531
532 2010-07-02  Tom Tromey  <tromey@redhat.com>
533
534         * gdb.base/bitops.exp: Remove extraneous "pass".
535
536 2010-07-02  Ken Werner  <ken.werner@de.ibm.com>
537
538         * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
539
540 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
541
542         * gdb.base/help.exp: Adjust expected output.
543
544 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
545
546         * gdb.base/help.exp: Adjust expected output.
547
548 2010-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
549
550         * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
551         (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
552         c++/11702.
553
554 2010-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
555             Doug Evans  <dje@google.com>
556
557         * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
558         add .dynamic entry'.
559
560 2010-06-29  Doug Evans  <dje@google.com>
561
562         Test PR c++/11702.
563         * gdb.cp/m-static.exp: Add testcase.
564         * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
565
566 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
567             Tom Tromey  <tromey@redhat.com>
568             Thiago Jung Bauermann  <bauerman@br.ibm.com>
569
570         * gdb.python/py-inferior.c: New File.
571         * gdb.python/py-infthread.c: New File.
572         * gdb.python/py-inferior.exp: New File.
573         * gdb.python/py-infthread.exp: New File.
574
575 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
576
577         * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
578         (ptype ::C::OtherFileClass typedefs): New.
579         * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
580         (C::OtherFileClass::cOtherFileClassVar2): New.
581         (C::OtherFileClass::cOtherFileClassVar_use): Use also
582         cOtherFileClassVar2.
583         (C::cOtherFileType2, C::cOtherFileVar2): New.
584         (C::cOtherFileVar_use): use also cOtherFileVar2.
585         * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
586
587 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
588
589         * gdb.cp/namespace.exp (whatis C::cOtherFileType)
590         (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
591         (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
592         (print ::C::cOtherFileVar)
593         (whatis C::OtherFileClass::cOtherFileClassType)
594         (whatis ::C::OtherFileClass::cOtherFileClassType)
595         (print C::OtherFileClass::cOtherFileClassVar)
596         (print ::cOtherFileClassVar)
597         (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
598         (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
599         trailing content.
600         * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
601         (C::OtherFileClass::cOtherFileClassVar)
602         (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
603         (C::cOtherFileVar, C::cOtherFileVar_use): New.
604
605 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
606
607         Test PR c++/11703 and PR gdb/1448.
608         * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
609         gdb/1448.
610
611 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
612
613         * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
614         (main) <rtti_data>: New.
615         * gdb.cp/virtbase.exp (print rtti_data): New.
616
617 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
618             Joel Brobecker  <brobecker@adacore.com>
619
620         * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
621
622 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
623
624         * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
625
626 2010-06-28  Doug Evans  <dje@google.com>
627
628         * gdb.base/break-interp.exp (reach): Relax expected output a bit.
629
630 2010-06-27  Doug Evans  <dje@google.com>
631
632         * gdb.cp/m-static.exp: Update expected test output.
633
634 2010-06-25  Paul Hilfinger  <hilfinger@adacore.com>
635
636         * gdb.gdb/selftest.exp: Adjust expected message for
637         capturing start-up runtime.
638
639 2010-06-25  Tom Tromey  <tromey@redhat.com>
640
641         PR python/10808:
642         * gdb.python/python.exp: Add new tests.
643
644 2010-06-25  Sami Wagiaalla  <swagiaal@redhat.com>
645
646         * gdb.cp/operator.cc: Created an import loop.
647         * gdb.cp/operator.exp: Added testcase for import loop.
648
649 2010-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
650
651         Test PR python/11407.
652         * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
653         * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
654         Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
655         * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
656         executable_nofb and executable_fb.  New variables srcsfile, objsfile,
657         srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
658         binfile.  Call gdb_compile with clean_restart twice.
659         (func_nofb print, func_nofb backtrace, func_loopfb print)
660         (func_loopfb backtrace): New.
661
662 2010-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
663
664         * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
665         * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
666         by a hand made one.
667         * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment.  Remove
668         i?86 requirement.  Remove variables srcfile and binfile.  New variable
669         sources, executable_nofb and executable_fb.  Call prepare_for_testing.
670
671 2010-06-25  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
672
673         * gdb.cell/dwarfaddr.exp: New file.
674         * gdb.cell/dwarfaddr.S: New file.
675
676 2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
677
678         Test PR 9436.
679         * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
680
681 2010-06-24  Hui Zhu  <teawater@gmail.com>
682
683         * gdb.base/eval.exp: New file.
684
685 2010-06-23  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
686
687         * gdb.cell/fork.exp: New file.
688         * gdb.cell/fork.c: Likewise.
689         * gdb.cell/fork-spu.c: Likewise.
690
691 2010-06-22  Pierre Muller  <muller@ics.u-strasbg.fr>
692
693         * lib/gdb.exp (banned_variables_traced): New global variable.
694         (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
695         (gdb_init): Use `trace add variable' instead of obsolete
696         `trace variable'.
697
698 2010-06-21  Doug Evans  <dje@google.com>
699
700         * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
701
702 2010-06-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
703
704         * gdb.arch/spu-ls.exp: New file.
705         * gdb.arch/spu-ls.c: Likewise.
706
707 2010-06-18  Stan Shebs  <stan@codesourcery.com>
708
709         * gdb.threads/thread-specific.exp: Add tests of $_thread.
710
711 2010-06-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
712
713         * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
714         * gdb.base/watch-cond.exp: Likewise.
715         * gdb.python/py-breakpoint.exp: Likewise.
716
717 2010-06-18  Pedro Alves  <pedro@codesourcery.com>
718
719         * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
720         clean_restart, make sure every test has a distinct message, and
721         that messages don't include the executable' full path.
722
723 2010-06-17  Doug Evans  <dje@google.com>
724
725         * gdb.arch/i386-size.exp: Updated expected output for
726         DISASSEMBLY_OMIT_FNAME.
727
728 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
729             Sergio Durigan Junior  <sergiodj@redhat.com>
730
731         * gdb.base/watch-notconst.c: New file.
732         * gdb.base/watch-notconst.S: New file.
733         * gdb.base/watch-notconst2.c: New file.
734         * gdb.base/watch-notconst2.S: New file.
735         * gdb.base/watch-notconst.exp: New file.
736         * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
737         (func4): Add operations on `global_ptr_ptr'.
738         * gdb.base/watchpoint.exp (test_constant_watchpoint): New
739         routine to test watchpoints created with a constant expression.
740         (test_inaccessible_watchpoint): Include tests for watchpoints
741         created with a constant expression.
742
743 2010-06-14  Kevin Buettner  <kevinb@redhat.com>
744
745         * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
746         gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
747         gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
748         gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
749         gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
750         gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
751         gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
752         of `_start'.
753
754 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
755
756         * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
757         not supported on the target.
758         * gdb.mi/mi-nonstop-exit.exp: Likewise.
759         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
760         * gdb.mi/mi-nsintrall.exp: Likewise.
761         * gdb.mi/mi-nsmoribund.exp: Likewise.
762         * gdb.mi/mi-nsthrexec.exp: Likewise.
763
764 2010-06-11  Stan Shebs  <stan@codesourcery.com>
765
766         * gdb.base/permissions.exp: New file.
767
768 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
769
770         * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
771         does not support ELF executable class.
772
773 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
774
775         * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
776
777 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
778
779         * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
780         (runto): Catch "The target does not support running in non-stop mode.".
781
782 2010-06-11  Michael Snyder  <msnyder@vmware.com>
783
784         * gdb.base/setshow.exp (set language asm): Don't use
785         gdb_test_no_output, fails on some targets.
786
787 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
788
789         * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
790         * gdb.cp/pr9167.exp: Likewise.
791
792 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
793
794         * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
795
796 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
797
798         * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
799
800 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
801
802         * gdb.base/charset.c (main): Make sure malloc gets linked in.
803
804 2010-06-11  Tom Tromey  <tromey@redhat.com>
805
806         PR gdb/9977, PR exp/11636::
807         * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
808         (pieces_test_f6): Update expected output.
809
810 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
811
812         * gdb.base/moribund-step.exp: New.
813
814 2010-06-08  Michael Snyder  <msnyder@vmware.com>
815
816         * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
817         * gdb.ada/boolean_expr.exp:
818         * gdb.ada/frame_args.exp: Ditto.
819         * gdb.ada/lang_switch.exp: Ditto.
820         * gdb.ada/ptype_arith_binop.exp: Ditto.
821         * gdb.ada/ref_param.exp: Ditto.
822         * gdb.ada/type_coercion.exp:Ditto.
823
824         * gdb.asm/asm-source.exp: Ditto.
825
826         * gdb.base/attach.exp: Ditto.
827         * gdb.base/bitfields2.exp: Ditto.
828         * gdb.base/call-signal-resume.exp: Ditto.
829         * gdb.base/callfuncs.exp: Ditto.
830         * gdb.base/commands.exp: Ditto.
831         * gdb.base/dbx.exp: Ditto.
832         * gdb.base/default.exp: Ditto.
833         * gdb.base/dump.exp: Ditto.
834         * gdb.base/exprs.exp: Ditto.
835         * gdb.base/freebpcmd.exp: Ditto.
836         * gdb.base/interrupt.exp: Ditto.
837         * gdb.base/list.exp: Ditto.
838         * gdb.base/long_long.exp: Ditto.
839         * gdb.base/maint.exp: Ditto.
840         * gdb.base/ptype.exp: Ditto.
841         * gdb.base/return.exp: Ditto.
842         * gdb.base/setshow.exp: Ditto.
843         * gdb.base/sigbpt.exp: Ditto.
844         * gdb.base/sigrepeat.exp: Ditto.
845
846         * gdb.cp/classes.exp: Ditto.
847
848         * gdb.dwarf2/dw2-restore.exp: Ditto.
849
850         * gdb.gdb/selftest.exp: Ditto.
851
852         * gdb.multi/base.exp: Ditto.
853         * gdb.multi/bkpt-multi-exec.exp: Ditto.
854
855         * gdb.python/py-block.exp: Ditto.
856         * gdb.python/py-prettyprint.exp: Ditto.
857         * gdb.python/py-template.exp: Ditto.
858
859         * gdb.server/ext-attach.exp: Ditto.
860         * gdb.server/ext-run.exp: Ditto.
861         * gdb.server/server-mon.exp: Ditto.
862
863         * gdb.threads/fork-thread-pending.exp: Ditto.
864         * gdb.threads/hand-call-in-threads.exp: Ditto.
865         * gdb.threads/interrupted-hand-call.exp: Ditto.
866         * gdb.threads/linux-dp.exp: Ditto.
867         * gdb.threads/manythreads.exp: Ditto.
868         * gdb.threads/print-threads.exp: Ditto.
869         * gdb.threads/pthreads.exp: Ditto.
870         * gdb.threads/schedlock.exp: Ditto.
871         * gdb.threads/thread-unwindonsignal.exp: Ditto.
872         * gdb.threads/threadapply.exp: Ditto.
873
874 2010-06-08  Michael Snyder  <msnyder@vmware.com>
875
876         * gdb.ada/exec_changed.exp:
877         Use ".*" instead of "" as wildcard regexp.
878
879         * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
880         * gdb.base/call-ar-st.exp: Ditto.
881         * gdb.base/checkpoint.exp: Ditto.
882         * gdb.base/default.exp: Ditto.
883         * gdb.base/dump.exp: Ditto.
884         * gdb.base/ending-run.exp: Ditto.
885         * gdb.base/fileio.exp: Ditto.
886         * gdb.base/miscexprs.exp: Ditto.
887         * gdb.base/pointers.exp: Ditto.
888         * gdb.base/readline.exp: Ditto.
889         * gdb.base/reread.exp: Ditto.
890         * gdb.base/restore.exp: Ditto.
891         * gdb.base/shlib-call.exp: Ditto.
892         * gdb.base/valgrind-db-attach.exp: Ditto.
893         * gdb.base/volatile.exp: Ditto.
894         * gdb.base/watchpoints.exp: Ditto.
895
896         * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
897
898         * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
899         * gdb.python/py-value.exp: Ditto.
900
901         * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
902         * gdb.trace/circ.exp: Ditto.
903         * gdb.trace/collection.exp: Ditto.
904         * gdb.trace/packetlen.exp: Ditto.
905         * gdb.trace/passc-dyn.exp: Ditto.
906         * gdb.trace/report.exp: Ditto.
907         * gdb.trace/tfile.exp: Ditto.
908         * gdb.trace/tfind.exp: Ditto.
909         * gdb.trace/while-dyn.exp: Ditto.
910
911 2010-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
912
913         * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
914
915 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
916
917         Test PR 10640.
918         * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
919
920 2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
921
922         * gdb.cp/koenig.exp: Test for ADL operators.
923         * gdb.cp/koenig.cc: Added ADL operators.
924         * gdb.cp/operator.exp: New test.
925         * gdb.cp/operator.cc: New test.
926
927 2010-06-04  Michael Snyder  <msnyder@vmware.com>
928
929         * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
930         * gdb.base/pending.exp: Ditto.
931
932         * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
933
934 2010-06-04  Doug Evans  <dje@google.com>
935
936         * gdb.python/py-prettyprint.exp: Add new test for enabled and
937         disabled printers.
938         * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
939         (enable_lookup_function): New function.
940
941 2010-06-04  Tom Tromey  <tromey@redhat.com>
942
943         * gdb.python/py-value.exp (test_value_hash): Don't test equality
944         of hash and id.
945
946 2010-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
947
948         * gdb.base/commands.exp (add printf tbreak command): Remove trailing
949         newline.
950         * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
951         (empty verbose non-noisy clear, empty verbose noisy clear)
952         (empty non-verbose noisy clear): Likewise.
953
954 2010-06-03  Michael Snyder  <msnyder@vmware.com>
955
956         * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
957         * gdb.base/display.exp: Ditto.
958         * gdb.base/find.exp: Ditto.
959         * gdb.base/ifelse.exp: Ditto.
960         * gdb.base/multi-forks.exp: Ditto.
961         * gdb.base/recurse.exp: Ditto.
962         * gdb.base/setshow.exp: Ditto.
963         * gdb.base/value-double-free.exp: Ditto.
964         * gdb.base/watch-vfork.exp: Ditto.
965         * gdb.base/watch_thread_num.exp: Ditto.
966         * gdb.base/watchpoint-solib.exp: Ditto.
967         * gdb.base/watchpoint.exp: Ditto.
968         * gdb.base/watchpoints.exp: Ditto.
969
970         * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
971         * gdb.cp/overload.exp: Ditto.
972         * gdb.cp/virtfunc.exp: Ditto.
973
974         * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
975
976         * gdb.reverse/watch-precsave.exp:
977         Replace gdb_test with gdb_test_no_output.
978
979         * gdb.threads/attach-into-signal.exp:
980         Replace gdb_test with gdb_test_no_output.
981         * gdb.threads/local-watch-wrong-thread.exp: Ditto.
982         * gdb.threads/watchthreads.exp: Ditto.
983         * gdb.threads/watchthreads2.exp: Ditto.
984
985         * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
986         * gdb.trace/tfind.exp: Ditto.
987
988 2010-06-03  Joel Brobecker  <brobecker@adacore.com>
989
990         * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
991         successful test if message is the empty string.
992
993 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
994
995         * gdb.fortran/module.exp (stopped language detection): New test.
996
997 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
998
999         Support DW_TAG_module as separate namespaces.
1000         * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
1001         gdb.fortran/library-module-lib.f90: New.
1002         * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
1003         (print i): Remove.
1004         (continue to breakpoint: i-is-1, print var_i value 1)
1005         (continue to breakpoint: i-is-2, print var_i value 2)
1006         (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
1007         (print var_d, print var_i value 14, ptype modmany, complete `modm)
1008         (complete `modmany, complete `modmany`, complete `modmany`var)
1009         (show language, setting breakpoint at module): New tests.
1010         * gdb.fortran/module.f90 (module mod): Remove.
1011         (module mod1, module mod2, module modmany, subroutine sub1)
1012         (subroutine sub2, program module): New.
1013
1014 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1015
1016         * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
1017         (print value of rUC, print value of rI, print value of UI): ... here.
1018         * gdb.cp/anon-union.exp (pass): Rename to ...
1019         (print z 2): ... here.
1020
1021 2010-06-02  Michael Snyder  <msnyder@vmware.com>
1022
1023         * gdb.trace/actions.exp: Use gdb_test_no_output.
1024         * gdb.trace/circ.exp: Ditto.
1025         * gdb.trace/packetlen.exp: Ditto.
1026         * gdb.trace/save-trace.exp: Ditto.
1027         * gdb.trace/tracecmd.exp: Ditto.
1028         * gdb.trace/tsv.exp: Ditto.
1029
1030         * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
1031         * gdb.threads/hand-call-in-thraeds.exp: Ditto.
1032         * gdb.threads/local-watch-wrong-thread.exp: Ditto.
1033         * gdb.threads/manythreads.exp: Ditto.
1034         * gdb.threads/print-threads.exp: Ditto.
1035         * gdb.threads/pthreads.exp: Ditto.
1036         * gdb.threads/schedlock.exp: Ditto.
1037         * gdb.threads/staticthreads.exp: Ditto.
1038         * gdb.threads/thread-specific.exp: Ditto.
1039         * gdb.threads/thread-unwindonsignal.exp: Ditto.
1040         * gdb.threads/threadapply.exp: Ditto.
1041         * gdb.threads/watchthreads.exp: Ditto.
1042         * gdb.threads/watchthreads2.exp: Ditto.
1043
1044         * gdb.python/py-block.exp: Use gdb_test_no_output.
1045         * gdb.python/py-prettyprint.exp: Ditto.
1046         * gdb.python/py-template.exp: Ditto.
1047         * gdb.python/py-value.exp: Ditto.
1048
1049         * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
1050         * gdb.reverse/watch-reverse.exp: Ditto.
1051
1052         * gdb.server/ext-attach.exp: Use gdb_test_no_output.
1053         * gdb.server/ext-run.exp: Ditto.
1054
1055         * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
1056         * gdb.dwarf2/dw2-compressed.exp: Ditto.
1057         * gdb.dwarf2/dw2-intercu.exp: Ditto.
1058         * gdb.dwarf2/dw2-intermix.exp: Ditto.
1059         * gdb.dwarf2/dw2-producer.exp: Ditto.
1060         * gdb.dwarf2/mac-fileno.exp: Ditto.
1061
1062         * gdb.gdb/observer.exp: Use gdb_test_no_output.
1063         * gdb.gdb/selftest.exp: Ditto.
1064
1065         * gdb.multi/base.exp: Use gdb_test_no_output.
1066
1067         * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
1068
1069 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1070
1071         * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
1072
1073 2010-06-02  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
1074
1075         * gdb.cp/class2.exp: Use gdb_test_no_output.
1076         * gdb.cp/classes.exp: Ditto.
1077         * gdb.cp/extern-c.exp: Ditto.
1078         * gdb.cp/inherit.exp: Ditto.
1079         * gdb.cp/maint.exp: Ditto.
1080         * gdb.cp/mb-inline.exp: Ditto.
1081         * gdb.cp/mb-templates.exp: Ditto.
1082         * gdb.cp/method2.exp: Ditto.
1083         * gdb.cp/misc.exp: Ditto.
1084         * gdb.cp/ovldbreak.exp: Ditto.
1085         * gdb.cp/punctuator.exp: Ditto.
1086         * gdb.cp/templates.exp: Ditto.
1087         * gdb.cp/virtbase.exp: Ditto.
1088
1089         * gdb.threads/attach-stopped.exp:
1090         Replace uses of send_gdb / gdb_expect.
1091         * gdb.threads/attachstop-mt.exp:
1092         Replace uses of send_gdb / gdb_expect.
1093         * gdb.threads/gcore-thread.exp:
1094         Replace uses of send_gdb / gdb_expect.
1095         * gdb.threads/hand-call-in-threads.exp:
1096         Replace uses of send_gdb / gdb_expect.
1097         * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
1098         * gdb.threads/print-threads.exp:
1099         Replace uses of send_gdb / gdb_expect.
1100         * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
1101         * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
1102         * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
1103
1104         * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
1105         * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
1106         * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
1107         * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
1108         * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
1109         * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
1110         * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
1111         * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
1112         * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
1113         * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
1114         * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
1115
1116 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1117
1118         * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
1119
1120 2010-06-02  Sami Wagiaalla  <swagiaal@redhat.com>
1121
1122         * gdb.cp/koenig.exp: Added new test case.
1123         * gdb.cp/koenig.cc: Ditto.
1124
1125 2010-06-01  Michael Snyder  <msnyder@vmware.com>
1126
1127         * gdb.base/arithmet.exp: Use gdb_test_no_output.
1128         * gdb.base/arrayidx.exp: Ditto.
1129         * gdb.base/attach.exp: Ditto.
1130         * gdb.base/auxv.exp: Ditto.
1131         * gdb.base/bigcre.exp: Ditto.
1132         * gdb.base/break-always.exp: Ditto.
1133         * gdb.base/break-interp.exp: Ditto.
1134         * gdb.base/break.exp: Ditto.
1135         * gdb.base/breakpoint-shadow.exp: Ditto.
1136         * gdb.base/call-ar-st.exp: Ditto.
1137         * gdb.base/call-sc.exp: Ditto.
1138         * gdb.base/call-signal-resume.exp: Ditto.
1139         * gdb.base/callfuncs.exp: Ditto.
1140         * gdb.base/catch-syscall.exp: Ditto.
1141         * gdb.base/charset.exp: Ditto.
1142         * gdb.base/code-expr.exp: Ditto.
1143         * gdb.base/commands.exp: Ditto.
1144         * gdb.base/cond-expr.exp: Ditto.
1145         * gdb.base/condbreak.exp: Ditto.
1146         * gdb.base/cursal.exp: Ditto.
1147         * gdb.base/cvexpr.exp: Ditto.
1148         * gdb.base/default.exp: Ditto.
1149         * gdb.base/del.exp: Ditto.
1150         * gdb.base/detach.exp: Ditto.
1151         * gdb.base/display.exp: Ditto.
1152         * gdb.base/ena-dis-br.exp: Ditto.
1153         * gdb.base/eval-skip.exp: Ditto.
1154         * gdb.base/foll-fork.exp: Ditto.
1155         * gdb.base/foll-vfork.exp: Ditto.
1156         * gdb.base/frame-args.exp: Ditto.
1157         * gdb.base/funcargs.exp: Ditto.
1158         * gdb.base/gcore-buffer-overflow.exp: Ditto.
1159         * gdb.base/gdbvars.exp: Ditto.
1160         * gdb.base/help.exp: Ditto.
1161         * gdb.base/ifelse.exp: Ditto.
1162         * gdb.base/included.exp: Ditto.
1163         * gdb.base/list.exp: Ditto.
1164         * gdb.base/macscp.exp: Ditto.
1165         * gdb.base/maint.exp: Ditto.
1166         * gdb.base/multi-fork.exp: Ditto.
1167         * gdb.base/overlays.exp: Ditto.
1168         * gdb.base/page.exp: Ditto.
1169         * gdb.base/pending.exp: Ditto.
1170         * gdb.base/pointers.exp: Ditto.
1171         * gdb.base/pr11022.exp: Ditto.
1172         * gdb.base/prelink.exp: Ditto.
1173         * gdb.base/printcmds.exp: Ditto.
1174         * gdb.base/psymtab.exp: Ditto.
1175         * gdb.base/randomize.exp: Ditto.
1176         * gdb.base/relational.exp: Ditto.
1177         * gdb.base/relocate.exp: Ditto.
1178         * gdb.base/remote.exp: Ditto.
1179         * gdb.base/sepdebug.exp: Ditto.
1180         * gdb.base/set-lang-auto.exp: Ditto.
1181         * gdb.base/setshow.exp: Ditto.
1182         * gdb.base/setvar.exp: Ditto.
1183         * gdb.base/signals.exp: Ditto.
1184         * gdb.base/signull.exp: Ditto.
1185         * gdb.base/sigstep.exp: Ditto.
1186         * gdb.base/sizeof.exp: Ditto.
1187         * gdb.base/solib-disc.exp: Ditto.
1188         * gdb.base/store.exp: Ditto.
1189         * gdb.base/structs.exp: Ditto.
1190         * gdb.base/structs2.exp: Ditto.
1191         * gdb.base/subst.exp: Ditto.
1192         * gdb.base/term.exp: Ditto.
1193         * gdb.base/trace-commands.exp: Ditto.
1194         * gdb.base/unwindonsignal.exp: Ditto.
1195         * gdb.base/valgrind-db-attach.exp: Ditto.
1196         * gdb.base/varargs.exp: Ditto.
1197         * gdb.base/watch-cond.exp: Ditto.
1198         * gdb.base/watch_thread_num.exp: Ditto.
1199         * gdb.base/watchpoint-cond-gone.exp: Ditto.
1200         * gdb.base/watchpoint.exp: Ditto.
1201         * gdb.base/whatis-exp.exp: Ditto.
1202
1203 2010-06-01  Michael Snyder  <msnyder@vmware.com>
1204
1205         * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
1206         * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
1207         * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
1208         * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
1209         * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
1210         * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
1211         * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
1212         * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
1213         * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
1214         * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
1215         * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
1216         * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
1217         * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
1218         * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
1219         * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
1220
1221 2010-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1222
1223         * gdb.base/commands.exp (begin commands on watch): Remove excessive
1224         trailing newline.
1225         * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
1226         * gdb.java/jmisc.exp (p *args\n): Rename to ...
1227         (p *args): ... here and remove excessive trailing newline.
1228
1229 2010-05-31  Joel Brobecker  <brobecker@adacore.com>
1230
1231         * gdb.base/subst.exp: Fix call to gdb_test with empty message.
1232
1233 2010-05-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
1234
1235         Accept the new Linux kernel "t (tracing stop)" string.
1236         * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
1237         Update comment.
1238         (state_wait) <T (tracing stop)>: New.
1239         (main): Update the state_wait expect string.
1240
1241 2010-05-28  Pedro Alves  <pedro@codesourcery.com>
1242
1243         * limits.c, limits.exp: Delete files.
1244         * Makefile.in (clean mostlyclean): Adjust.
1245         * tracecmd.exp: Adjust.
1246
1247 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1248
1249         * gdb.base/tui-layout.exp: New.
1250
1251 2010-05-28  Michael Snyder  <msnyder@vmware.com>
1252
1253         * gdb.reverse/break-precsave.exp:
1254         Replace uses of send_gdb / gdb_expect.
1255         * gdb.reverse/break-reverse.exp:
1256         Replace uses of send_gdb / gdb_expect.
1257         * gdb.reverse/consecutive-precsave.exp:
1258         Replace uses of send_gdb / gdb_expect.
1259         * gdb.reverse/consecutive-reverse.exp:
1260         Replace uses of send_gdb / gdb_expect.
1261         * gdb.reverse/finish-precsave.exp:
1262         Replace uses of send_gdb / gdb_expect.
1263         * gdb.reverse/finish-reverse.exp:
1264         Replace uses of send_gdb / gdb_expect.
1265         * gdb.reverse/i386-precsave.exp:
1266         Replace uses of send_gdb / gdb_expect.
1267         * gdb.reverse/i386-reverse.exp:
1268         Replace uses of send_gdb / gdb_expect.
1269         * gdb.reverse/i386-sse-reverse.exp:
1270         Replace uses of send_gdb / gdb_expect.
1271         * gdb.reverse/i387-env-reverse.exp:
1272         Replace uses of send_gdb / gdb_expect.
1273         * gdb.reverse/i387-stack-reverse.exp:
1274         Replace uses of send_gdb / gdb_expect.
1275         * gdb.reverse/machinestate-precsave.exp:
1276         Replace uses of send_gdb / gdb_expect.
1277         * gdb.reverse/machinestate.exp:
1278         Replace uses of send_gdb / gdb_expect.
1279         * gdb.reverse/sigall-precsave.exp:
1280         Replace uses of send_gdb / gdb_expect.
1281         * gdb.reverse/sigall-reverse.exp:
1282         Replace uses of send_gdb / gdb_expect.
1283         * gdb.reverse/solib-precsave.exp:
1284         Replace uses of send_gdb / gdb_expect.
1285         * gdb.reverse/solib-reverse.exp:
1286         Replace uses of send_gdb / gdb_expect.
1287         * gdb.reverse/step-precsave.exp:
1288         Replace uses of send_gdb / gdb_expect.
1289         * gdb.reverse/step-reverse.exp:
1290         Replace uses of send_gdb / gdb_expect.
1291         * gdb.reverse/until-precsave.exp:
1292         Replace uses of send_gdb / gdb_expect.
1293         * gdb.reverse/until-reverse.exp:
1294         Replace uses of send_gdb / gdb_expect.
1295         * gdb.reverse/watch-precsave.exp:
1296         Replace uses of send_gdb / gdb_expect.
1297         * gdb.reverse/watch-reverse.exp:
1298         Replace uses of send_gdb / gdb_expect.
1299
1300 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1301
1302         * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
1303         excessive newline.
1304
1305 2010-05-27  Michael Snyder  <msnyder@vmware.com>
1306
1307         * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
1308         * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
1309         * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
1310         * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
1311         * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
1312         * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
1313         * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
1314         * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
1315         * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
1316         * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
1317         * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
1318         * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
1319         * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
1320         * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
1321         * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
1322         * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
1323         * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
1324         * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
1325         * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
1326
1327 2010-05-26  Michael Snyder  <msnyder@vmware.com>
1328
1329         * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
1330         * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
1331
1332         * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
1333         * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
1334         * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
1335
1336         * gdb.reverse/consecutive-reverse.exp:
1337         Replace uses of send_gdb / gdb_expect.
1338         * gdb.reverse/consecutive-precsave.exp:
1339         Replace uses of send_gdb / gdb_expect.
1340
1341         * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
1342         * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
1343         * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
1344         * gdb.mi/mi-ns-stale-regcache.exp:
1345         Replace uses of send_gdb / gdb_expect.
1346         * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
1347         * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
1348         * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
1349         * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
1350         * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
1351         * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
1352         * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
1353         * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
1354         * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
1355
1356 2010-05-26  Michael Snyder  <msnyder@vmware.com>
1357
1358         * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
1359
1360         * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
1361
1362         * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
1363         * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
1364         * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
1365         * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
1366         * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
1367         * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
1368         * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
1369         * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
1370         * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
1371
1372 2010-05-25  Tom Tromey  <tromey@redhat.com>
1373
1374         * gdb.base/macscp.exp: Add missing space after setup_kfail.
1375
1376 2010-05-25  Tom Tromey  <tromey@redhat.com>
1377
1378         * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
1379         argument order.
1380         * gdb.base/macscp.exp: Fix setup_kfail argument order.
1381         * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
1382         order.
1383         * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
1384         order.
1385         * gdb.base/call-sc.exp (setup_kfails): Remove.
1386         (setup_compiler_kfails): Remove.
1387         * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
1388         argument order.
1389         * gdb.base/siginfo.exp: Fix setup_kfail argument order.
1390         * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
1391         (advancei): Fix setup_kfail argument order.
1392         * gdb.base/radix.exp: Fix setup_kfail argument order.
1393         * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
1394         order.
1395         * gdb.base/structs.exp (setup_kfails): Remove.
1396         (setup_compiler_kfails): Fix setup_kfail argument order.
1397         * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
1398         order.
1399         * gdb.java/jmain.exp: Fix setup_kfail argument order.
1400         * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
1401         setup_kfail argument order.
1402         * gdb.cp/overload.exp: Fix setup_kfail argument order.
1403
1404 2010-05-25  Tom Tromey  <tromey@redhat.com>
1405
1406         * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
1407
1408 2010-05-25  Michael Snyder  <msnyder@vmware.com>
1409
1410         * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
1411         * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
1412         * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
1413         * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
1414         * gdb.base/assign.exp: Replace send_gdb with gdb_test.
1415         * gdb.base/attach.exp: Replace send_gdb with gdb_test.
1416         * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
1417         * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
1418         * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
1419         * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
1420         * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
1421         * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
1422         * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
1423         * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
1424         * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
1425         * gdb.base/charset.exp: Replace send_gdb with gdb_test.
1426         * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
1427         * gdb.base/commands.exp: Replace send_gdb with gdb_test.
1428         * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
1429         * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
1430         * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
1431         * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
1432         * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
1433         * gdb.base/default.exp: Replace send_gdb with gdb_test.
1434         * gdb.base/define.exp: Replace send_gdb with gdb_test.
1435         * gdb.base/display.exp: Replace send_gdb with gdb_test.
1436         * gdb.base/dump.exp: Replace send_gdb with gdb_test.
1437         * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
1438         * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
1439         * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
1440         * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
1441         * gdb.base/finish.exp: Replace send_gdb with gdb_test.
1442         * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
1443         * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
1444         * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
1445         * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
1446         * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
1447         * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
1448         * gdb.base/help.exp: Replace send_gdb with gdb_test.
1449         * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
1450         * gdb.base/jump.exp: Replace send_gdb with gdb_test.
1451         * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
1452         * gdb.base/maint.exp: Replace send_gdb with gdb_test.
1453         * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
1454         * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
1455         * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
1456         * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
1457         * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
1458
1459 2010-05-25  Doug Evans  <dje@google.com>
1460
1461         * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
1462         gdb.string_to_argv.
1463
1464 2010-05-21  Tom Tromey  <tromey@redhat.com>
1465
1466         * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
1467         Call it.
1468         * gdb.dwarf2/pieces.S: Update.
1469         * gdb.dwarf2/pieces.c (struct B): Remove initial field.
1470
1471 2010-05-21  Tom Tromey  <tromey@redhat.com>
1472
1473         * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
1474         Call it.
1475         * gdb.dwarf2/pieces.c (struct C): New.
1476         (f6): New function.
1477         * gdb.dwarf2/pieces.S: Replace.
1478
1479 2010-05-21  Tom Tromey  <tromey@redhat.com>
1480
1481         * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
1482         Call it.
1483
1484 2010-05-21  Tom Tromey  <tromey@redhat.com>
1485
1486         * gdb.dwarf2.pieces.exp: New file.
1487         * gdb.dwarf2.pieces.S: New file.
1488         * gdb.dwarf2.pieces.c: New file.
1489
1490 2010-05-20  Pedro Alves  <pedro@codesourcery.com>
1491             Joel Brobecker  <brobecker@adacore.com>
1492
1493         * lib/gdb.exp (gdb_test_no_output): New function.
1494         * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
1495         when testing commands that should produce no output.
1496
1497 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
1498
1499         * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
1500         parameter that we want to watch being a constant.
1501
1502 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
1503
1504         * gdb.ada/cond_lang: New testcase.
1505
1506 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
1507
1508         * lib/gdb.exp (banned_variables): New variable/constant.
1509         (gdb_init): Add write trace on variables listed in banned_variables.
1510         (gdb_finish): Remove write traces on variables listed in
1511         banned_variables.
1512
1513 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
1514
1515         * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
1516         * gdb.cp/koenig.exp: Likewise.
1517
1518 2010-05-14  Phil Muldoon  <pmuldoon@redhat.com>
1519
1520         PR python/11482
1521
1522         * gdb.python/py-value.exp (test_value_hash): New function.
1523
1524 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
1525
1526         PR exp/11530.
1527         * gdb.base/gdb11530.c: New file.
1528         * gdb.base/gdb11530.exp: New file.
1529
1530 2010-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1531
1532         * gdb.dwarf2/dw2-modula2-self-type.exp: New.
1533         * gdb.dwarf2/dw2-modula2-self-type.S: New.
1534
1535 2010-05-07  Sami Wagiaalla  <swagiaal@redhat.com>
1536
1537         * gdb.cp/koenig.exp: New test.
1538         * gdb.cp/koenig.cc: New test program.
1539
1540 2010-05-05  Joel Brobecker  <brobecker@adacore.com>
1541
1542         Remove the use of prms_id and bug_id throughout the testsuite.
1543
1544 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
1545
1546         PR exp/11349.
1547         * testsuite/gdb.cp/ref-types.exp: Add test to examine
1548         use a reference local variable.
1549
1550 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1551
1552         * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
1553         * gdb.base/sepdebug.exp: Remove .debug subdirectory handling.  New
1554         variable different_dir. Move debugfile into a full directory pathname
1555         under DIFFERENT_DIR.
1556         * lib/gdb.exp (separate_debug_filename): Remove.
1557         (gdb_gnu_strip_debug): No longer call separate_debug_filename.  Remove
1558         variable debug_dir and mkdir of it.  Update function comments.
1559
1560 2010-04-29  Pedro Alves  <pedro@codesourcery.com>
1561
1562         PR gdb/11557
1563
1564         * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
1565         files.
1566
1567 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
1568
1569         * gdb.python/py-param.exp: New File.
1570
1571 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
1572
1573         * gdb.base/default.exp: Fix "set language" test.
1574
1575 2010-04-24  Pierre Muller  <muller@ics.u-strasbg.fr>
1576
1577         PR breakpoints/11531.
1578         * gdb.base/gdb11531.c: New file.
1579         * gdb.base/gdb11531.exp: New file.
1580
1581 2010-04-26  Tom Tromey  <tromey@redhat.com>
1582
1583         * gdb.base/completion.exp: Add tests for completion and deprecated
1584         commands.
1585
1586 2010-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1587
1588         * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
1589         (print /x char_array): Escape curly brackets.
1590
1591 2010-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
1592
1593         Fix deadlock on looped list of loaded shared objects.
1594         * gdb.base/solib-corrupted.exp: New.
1595
1596 2010-04-23  Doug Evans  <dje@google.com>
1597
1598         * gdb.python/py-section-script.c: New file.
1599         * gdb.python/py-section-script.exp: New file.
1600         * gdb.python/py-section-script.py: New file.
1601
1602 2010-04-20  Chris Moller  <cmoller@redhat.com>
1603
1604         PR 10179
1605
1606         * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
1607         * gdb.base/pr10179-a.c:
1608         * gdb.base/pr10179-b.c:
1609         * gdb.base/pr10179.exp: New files.
1610
1611 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1612
1613         Fix crashes on dangling display expressions.
1614         * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
1615         is SEP.
1616         (lib_flags): Remove the "debug" keyword.
1617         (libsepdebug): New variable for iterating new loop.
1618         (save_pf_prefix): New variable wrapping the loop.
1619         (sep_lib_flags): New variable derived from LIB_FLAGS.  Use it.
1620         * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
1621
1622 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
1623
1624         * gdb.threads/watchthreads.exp: Change to obtain consistent output.
1625
1626 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
1627
1628         PR stabs/11479.
1629         * gdb.stabs/gdb11479.exp: New file.
1630         * gdb.stabs/gdb11479.c: New file.
1631
1632 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
1633
1634         * gdb.base/charset.c (Strin16, String32): New variables.
1635         * gdb.base/charset.exp (gdb_test): Test correct display
1636         of 16 or 32 bit strings.
1637
1638 2010-04-21  Chris Moller  <cmoller@redhat.com>
1639
1640         PR 9167
1641         * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
1642         * gdb.cp/pr9167.cc: New file.
1643         * gdb.cp/pr9167.exp: New file.
1644
1645
1646 2010-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
1647
1648         PR pascal/11492.
1649         * gdb.pascal/gdb11492.pas: New file.
1650         * gdb.pascal/gdb11492.exp: New file.
1651
1652 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
1653
1654         * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
1655
1656 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
1657
1658         * gdb.ada/dyn_loc: New testcase.
1659
1660 2010-04-20  Chris Moller  <cmoller@redhat.com>
1661
1662         PR 10867
1663
1664         * gdb.cp/Makefile.in  (EXECUTABLES): Added pr10687
1665         * gdb.cp/pr10687.cc: New file.
1666         * gdb.cp/pr10687.exp: New file.
1667
1668
1669 2010-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1670             Sergio Durigan Junior  <sergiodj@redhat.com>
1671
1672         * gdb.fortran/logical.exp: New testcase.
1673         * gdb.fortran/logical.f90: New file.
1674
1675 2010-04-19  Doug Evans  <dje@google.com>
1676
1677         * gdb.base/help.exp (help source): Update expected output.
1678
1679 2010-04-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1680
1681         * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
1682         gdb_reinitialize_dir and gdb_load by clean_restart.  Remove trailing
1683         gdb_exit and return.
1684         (executable): New variable.
1685         (binfile): Use it.
1686
1687 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
1688
1689         PR breakpoints/8554.
1690
1691         * gdb.trace/save-trace.exp: Adjust.
1692
1693 2010-04-17  H.J. Lu  <hongjiu.lu@intel.com>
1694
1695         PR corefiles/11511
1696         * gdb.arch/system-gcore.exp: New.
1697         * gdb.arch/gcore.c: Likewise.
1698
1699 2010-04-15  Doug Evans  <dje@google.com>
1700
1701         * gdb.python/py-progspace.c: New file.
1702         * gdb.python/py-progspace.exp: New file.
1703
1704         * gdb.base/source.exp: Add tests for "source -s".
1705
1706 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
1707
1708         * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
1709         * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
1710         * gdb.python/py-prettyprint.exp: New test for to_string returning None.
1711         * gdb.python/py-mi.exp: New test for to_string returning None.
1712
1713 2010-04-12  Phil Muldoon  <pmuldoon@redhat.com>
1714
1715         * gdb.python/py-breakpoint.c: Make result global.
1716
1717 2010-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1718
1719         Fix non-GNU make compatibility.
1720         * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
1721
1722 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
1723
1724         * gdb.python/py-breakpoint.exp: New File.
1725         * gdb.python/py-breakpoint.C: Ditto.
1726
1727 2010-04-08  Stan Shebs  <stan@codesourcery.com>
1728
1729         * gdb.trace/actions.exp: Clear default-collect.
1730         * gdb.trace/save-trace.exp: Clear default-collect.
1731
1732 2010-04-08  Phil Muldoon  <pmuldoon@redhat.com>
1733
1734         * gdb.python/py-value: Add null string variable.
1735           (test_lazy_string): Test zero length, NULL address lazy
1736           strings.
1737
1738 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
1739
1740         * gdb.arch/i386-avx.c: New.
1741         * gdb.arch/i386-avx.exp: Likewise.
1742
1743         * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
1744
1745 2010-04-06  Doug Evans  <dje@google.com>
1746
1747         * gdb.base/source-test.gdb: New file.
1748         * gdb.base/source.exp: Test source -v.
1749
1750 2010-04-06  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1751
1752         * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
1753
1754 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
1755
1756         * gdb.stabs/aout.sed: Convert all backslash to double backslash
1757         within one line, unless it is followed by a double quote.
1758         * gdb.stabs/hppa.sed: Idem.
1759         * gdb.stabs/weird.def: Add char and String constants
1760         * gdb.stabs/weird.exp: Check for correct parsing of
1761         char and string constants.
1762         * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
1763         in .stabs to .stabx substitution.
1764
1765 2010-04-05  Stan Shebs  <stan@codesourcery.com>
1766
1767         * gdb.trace/tfile.c: Add a variable split across two blocks, and a
1768         constant global.
1769         * gdb.trace/tfile.exp: Try to print them.
1770
1771 2010-04-04  Stan Shebs  <stan@codesourcery.com>
1772
1773         * gdb.base/completion.exp: Update for new "info watchpoints".
1774         * gdb.base/default.exp: Ditto.
1775         * gdb.base/help.exp: Ditto.
1776         * gdb.base/watchpoint.exp: Ditto.
1777         * gdb.trace/infotrace.exp: Update "info tracpoints" output.
1778
1779 2010-04-04  Stan Shebs  <stan@codesourcery.com>
1780
1781         * gdb.trace/tfile.exp: Sharpen tfind test.
1782
1783 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1784
1785         * gdb.base/break-entry.exp: New.
1786
1787 2010-04-02  Hui Zhu  <teawater@gmail.com>
1788             Michael Snyder <msnyder@vmware.com>
1789
1790         * gdb.reverse/i386-sse-reverse.exp: New file.
1791         * gdb.reverse/i386-sse-reverse.c: New file.
1792
1793 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
1794
1795         * gdb.trace/tfind.exp: Adjust expected disassembly output.
1796
1797 2010-04-01  Stan Shebs  <stan@codesourcery.com>
1798
1799         * gdb.trace/actions.exp: Tweak expected output.
1800         * gdb.trace/while-stepping.exp: Tweak expected output.
1801
1802 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
1803
1804         * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
1805
1806 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
1807
1808         * gdb.base/commands.exp: Adjust.
1809         * gdb.cp/extern-c.exp: Adjust.
1810
1811 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
1812
1813         * gdb.trace/collection.c (local_test_func): Define a local struct,
1814         and instanciate it.
1815
1816 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
1817
1818         * gdb.trace/collection.exp (gdb_collect_args_test)
1819         (gdb_collect_argarray_test): XFAIL the tests that assume the
1820         argarray argument's elements are collected.
1821
1822 2010-03-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
1823
1824         * gdb.dwarf2/dw2-bad-parameter-type.exp,
1825         gdb.dwarf2/dw2-bad-parameter-type.S: New.
1826
1827 2010-03-31  Stan Shebs  <stan@codesourcery.com>
1828
1829         * gdb.trace/save-trace.exp: Test save/restore of default-collect
1830         and tracepoint conditionals.
1831         (gdb_verify_tracepoints): Delete unused return.
1832
1833 2010-03-26  Keith Seitz  <keiths@redhat.com>
1834
1835         * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
1836         appear in the output before main.
1837         Remove KFAIL for gdb/2215 aka bz 9320.
1838
1839 2010-03-30  Doug Evans  <dje@google.com>
1840
1841         * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
1842         by dejagnu.
1843         * gdb.arch/amd64-dword.exp: Ditto.
1844
1845         * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
1846         match.
1847         (break printf): Ditto.
1848
1849 2010-03-29  Sami Wagiaalla  <swagiaal@redhat.com>
1850
1851         * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
1852         gcc < 4.4.
1853         * gdb.cp/shadow.exp: Ditto.
1854
1855 2010-03-29  Pedro Alves  <pedro@codesourcery.com>
1856
1857         * gdb.trace/collection.exp (run_trace_experiment): Make sure
1858         "tstart" is silent.
1859
1860 2010-03-29  Pedro Alves  <pedro@codesourcery.com>
1861
1862         * gdb.trace/collection.exp (executable): New.
1863         (binfile): Use it.
1864         (fpreg, spreg, pcreg): New.
1865         (test_register): Use gdb_test_multiple.  Pass /x to print.
1866         (prepare_for_trace_test): New.
1867         (run_trace_experiment): Use "continue", not gdb_run_cmd.
1868         (gdb_collect_args_test, gdb_collect_argstruct_test)
1869         (gdb_collect_argarray_test, gdb_collect_locals_test): Use
1870         prepare_for_trace_test.
1871         (gdb_collect_registers_test): Use prepare_for_trace_test.  Use
1872         fpreg, spreg and pcreg.
1873         (gdb_collect_expression_test, gdb_collect_globals_test): Use
1874         prepare_for_trace_test.
1875         (gdb_trace_collection_test): Use fpreg, spreg and pcreg.  Don't
1876         try to detect tracing support here.  Don't set breakpoints at
1877         `begin' or `end' here.
1878         <global scope>: Use clean_restart.  Run to main before checking
1879         for tracing support.  Check for for tracing support here.
1880
1881 2010-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1882
1883         * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
1884         " as $displacement" to "seen displacement message".
1885
1886 2010-03-28  Pedro Alves  <pedro@codesourcery.com>
1887
1888         * gdb.trace/while-dyn.exp (executable): New variable.
1889         (binfile): Use it.
1890         (test_while_stepping): New function.  Move most tests here.  Call
1891         it once for each of the while-stepping, stepping and ws aliases.
1892
1893 2010-03-26  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1894
1895         * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
1896         that do not provide the tagless_struct type name at all.
1897         (test_print_anon_union): Do not check value of uninitialized
1898         union member.  Do not use cp_test_ptype_class, so we can accept
1899         "long" as well as "long int".
1900
1901 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
1902
1903         * gdb.trace/tfile.c (tohex, bin2hex): New.
1904         (write_error_trace_file): Hexify error description.
1905
1906 2010-03-25  Stan Shebs  <stan@codesourcery.com>
1907
1908         * gdb.trace/tfile.c: Generate an additional trace file, improve
1909         portability.
1910         * gdb.trace/tfile.exp: Test trace file with an error stop, delete
1911         files in a better way.
1912
1913 2010-03-25  Keith Seitz  <keiths@redhat.com>
1914
1915         * gdb.java/jprint.exp: XFAIL printing of static class members
1916         because of GCC debuginfo problem.
1917
1918 2010-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
1919
1920         * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
1921
1922 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
1923
1924         * gdb.base/completion.exp: Allow long instead of long int.
1925         * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
1926         * gdb.base/gdbvars.c (main): Remove unused usestubs code.  Reference
1927         variable p.
1928         * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
1929         * gdb.base/pointers.exp: Allow long instead of long int.
1930         * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
1931         * gdb.base/step-line.exp: Allow a directory before the source file name.
1932
1933 2010-03-24  Tom Tromey  <tromey@redhat.com>
1934
1935         PR breakpoints/9352:
1936         * gdb.base/default.exp: Update.
1937         * gdb.base/commands.exp: Update.
1938         * gdb.cp/extern-c.exp: Test setting commands on multiple
1939         breakpoints at once.
1940
1941 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
1942
1943         * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
1944         if gdb,nosignals.
1945         * gdb.base/watchpoints.c: Do not include unnecessary headers.
1946         * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
1947         exited".
1948
1949 2010-03-24  Stan Shebs  <stan@codesourcery.com>
1950
1951         * gdb.trace/tfile.exp: Expect "trace frame", with a space.
1952
1953 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
1954
1955         * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
1956         * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
1957         argument.  Handle "short" and "long".
1958         (Top level): Pass overprototyped output for old_fptr and xptr.
1959
1960 2010-03-23  Pedro Alves  <pedro@codesourcery.com>
1961
1962         * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
1963         format strings and add casts to avoid compiler warnings.
1964
1965 2010-03-23  Vladimir Prus  <vladimir@codesourcery.com>
1966
1967         * lib/trace-support.exp (gdb_trace_setactions):
1968         Don't expect whitespace after ">" prompt.
1969         * gdb.trace/actions.exp: Adjust for output changes.
1970         * gdb.trace/while-stepping.exp: Likewise.
1971
1972 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1973
1974         * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
1975         and r157645).
1976
1977 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1978
1979         * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
1980         New.
1981
1982 2010-03-22  Daniel Jacobowitz  <dan@codesourcery.com>
1983
1984         * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
1985         * gdb.python/py-mi.exp (binfile): Rename to py-mi.
1986
1987 2010-03-19  Stan Shebs  <stan@codesourcery.com>
1988
1989         * gdb.trace/ax.exp: New file.
1990
1991 2010-03-19  Doug Evans  <dje@google.com>
1992
1993         * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
1994         output from gcc.
1995
1996         * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
1997         named /usr/sbin/prelink<foo>.
1998
1999 2010-03-18  Stan Shebs  <stan@codesourcery.com>
2000
2001         * gdb.trace/circ.exp: Test circular-trace-buffer.
2002         * gdb.trace/tfile.exp: Update tstatus test.
2003
2004 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
2005
2006         * gdb.dwarf2/dw2-anonymous-func.S: New file.
2007         * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
2008
2009 2010-03-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2010
2011         * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
2012
2013 2010-03-18  Pedro Alves  <pedro@codesourcery.com>
2014
2015         * gdb.base/default.exp: Adjust the expected output of the finish
2016         and until commands when the inferior is not being run.
2017
2018 2010-03-15  Sami Wagiaalla  <swagiaal@redhat.com>
2019
2020         * gdb.cp/shadow.exp: Removed kfail; test has been fix.
2021         * gdb.cp/nsusing.exp: Ditto.
2022
2023 2010-03-15  Tom Tromey  <tromey@redhat.com>
2024
2025         * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
2026         * gdb.cp/userdef.cc (operator==): New function.
2027         (main): New locals mem1, mem2.
2028
2029 2010-03-15  Jie Zhang  <jie@codesourcery.com>
2030
2031         * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
2032         Declare and use new loadtimeout variable.
2033
2034 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
2035
2036         * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
2037         Use gdb_load later.
2038
2039 2010-03-14  Pedro Alves  <pedro@codesourcery.com>
2040
2041         * gdb.base/solib-disc.c (main): Make format of fprintf a string
2042         literal.  Add missing endlines to prints to stderr.
2043
2044 2010-03-12  Tom Tromey  <tromey@redhat.com>
2045
2046         PR c++/9708:
2047         * gdb.cp/m-static.exp: Add regression test.
2048         * gdb.cp/m-static.cc (method): New method.
2049         (main): Call it.
2050
2051 2010-03-12  Sami Wagiaalla  <swagiaal@redhat.com>
2052
2053         * gdb.cp/gdb2384-base.h: Created 'namespace B'.
2054         * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
2055
2056 2010-03-12  Daniel Jacobowitz  <dan@codesourcery.com>
2057
2058         * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
2059
2060 2010-03-12  Daniel Jacobowitz  <dan@codesourcery.com>
2061
2062         * lib/gdb.exp (skip_stl_tests): New.
2063         (gdb_compile): Symbian needs -ldl.
2064         (shlib_target_file): New.
2065         (shlib_symbol_file): New.
2066         (gdb_load_shlibs): Use shlib_target_file.
2067         * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
2068         * gdb.cp/exception.exp: Use skip_stl_tests.
2069         * gdb.cp/bs15503.exp: Use skip_stl_tests.  Use untested.
2070         * gdb.cp/try_catch.exp: Use skip_stl_tests.
2071         * gdb.cp/mb-templates.exp: Ditto.
2072         * gdb.base/commands.exp: Relax regexes.
2073         * gdb.base/watchpoint-solib.exp: Don't skip on symbian.  Use
2074         shlib_target_file and shlib_symbol_file.
2075         * gdb.base/maint.exp: Allow lowercase t.  Allow .rodata in
2076         sections.
2077         * gdb.base/ending-run.exp: Accept E32Main for symbian.
2078         * gdb.base/solib-disc.exp: Use
2079         shlib_target_file and shlib_symbol_file.
2080         * gdb.base/unload.exp: Don't skip on symbian.  Use
2081         shlib_target_file and shlib_symbol_file.
2082         * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
2083
2084 2010-03-12  Pedro Alves  <pedro@codesourcery.com>
2085
2086         * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
2087         * gdb.trace/report.exp: Adjust for x86 and x86_64.
2088         Issue a tfind end before looking for a tracepoint frame.
2089         * gdb.trace/tfind.exp: Adjust tstatus output.
2090         Adjust disassembly output.
2091         * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
2092
2093 2010-03-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2094
2095         * gdb.base/break-interp.exp: Create new displacement parameter value
2096         for the test_ld calls.
2097         (reach): New parameter displacement, verify its content.  New push of
2098         pf_prefix "reach-$func:".  Import global expect_out.
2099         (test_core): New parameter displacement, verify its content.  New push
2100         of pf_prefix "core:".  New command "set verbose on".  Import global
2101         expect_out.
2102         (test_attach): New parameter displacement, verify its content.  New
2103         push of pf_prefix "attach:".  New command "set verbose on".  Import
2104         global expect_out.
2105         (test_ld): New parameter displacement, pass it to the reach, test_core
2106         and test_attach calls and verify its content in the "ld.so exit" test.
2107         * gdb.base/prelink.exp: Remove gdb_exit and final return.
2108         (prelink): Update expected text, use gdb_test.
2109
2110 2010-03-10  Doug Evans  <dje@google.com>
2111
2112         * gdb.base/checkpoint.exp: Fix comment.
2113         Lengthen timeout while doing >600 checkpoints test.
2114         Rename duplicate "kill all one" test to keep test names unique.
2115
2116 2010-03-10  Pedro Alves  <pedro@codesourcery.com>
2117
2118         * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
2119
2120 2010-03-08  Keith Seitz  <keiths@redhat.com>
2121
2122         * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
2123         * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
2124         (dm_type_long): New function.
2125         (dm_type_unsigned_short): New function.
2126         (dm_type_unsigned_long): New function.
2127         (myint): New typedef.
2128         * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
2129         long, unsigned shor and long, operator char*, and typedef.
2130         (test_lookup_operator_functions): Add operator char* test.
2131         (test_paddr_operator_functions): Likewise.
2132         (test_paddr_overloaded_functions): Use probe values for
2133         short, long, and unsigned short and long.
2134         (test_paddr_hairy_functions): If the demangler probe detected
2135         gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
2136         demangler.
2137         * gdb.cp/expand-sals.exp: Backtrace may contain class names.
2138         * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
2139         and "print null_pmf".
2140         Add test "ptype a.*pmf".
2141         * gdb.cp/overload.exp: Allow optional "int" to appear with
2142         "short" and "long".
2143         * gdb.cp/ovldbreak.exp: Use append to construct super-duper
2144         long expect value for men_overload1arg.
2145         Allow "int" to appear with "short" and "long".
2146         When testing "info break", add argument for main (void).
2147         Also allow "int" to appear with "short" and "long".
2148         Ditto with "unsigned" and "long long".
2149         * gdb.java/jmain.exp: Do not enclose methods names in single
2150         quotes.
2151         * gdb.java/jmisc.exp: Likewise.
2152         * gdb.java/jprint.exp: Likewise.
2153         * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
2154
2155         From Jan Kratochvil  <jan.kratochvil@redhat.com>:
2156         * gdb.cp/exception.exp (backtrace after first throw)
2157         (backtrace after second throw): Allow a namespace before __cxa_throw.
2158         (backtrace after first catch, backtrace after second catch): Allow
2159         a namespace before __cxa_begin_catch.
2160
2161         * gdb.cp/cpexprs.exp: New file.
2162         * gdb.cp/cpexprs.cc: New file.
2163
2164         From Daniel Jacobowitz  <dan@codesourcery.com>
2165         * gdb.cp/cpexprs.exp (escape): Delete.  Change all callers
2166         to use string_to_regexp.
2167         (ctor, dtor): New functions.  Use them to match constructor
2168         and destructor function types.
2169         (Top level): Use runto_main.
2170
2171 2010-03-05  Tom Tromey  <tromey@redhat.com>
2172
2173         * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
2174         gdb.target_charset.
2175         (pp_ns.to_string): Likewise.
2176
2177 2010-03-04  Keith Seitz  <keiths@redhat.com>
2178
2179         * gdb.cp/overload.exp: Test that the filename portion of a linespec
2180         can be quoted.  Test that both the filename and function/line
2181         portions can be quoted at the same time.
2182
2183 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
2184
2185         * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
2186
2187 2010-03-03  Doug Evans  <dje@google.com>
2188
2189         * lib/gdb.exp (gdb_compile_pthreads): Handle case where
2190         libc contains libpthread.
2191
2192         * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
2193         * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
2194         of gdb_compile.  Add another pattern to match android backtrace.
2195
2196 2010-03-03  Tom Tromey  <tromey@redhat.com>
2197
2198         PR gdb/11345:
2199         * gdb.base/printcmds.exp (test_printf): Add test.
2200
2201 2010-03-02  H.J. Lu  <hongjiu.lu@intel.com>
2202
2203         * gdb.arch/amd64-byte.exp: New.
2204         * gdb.arch/amd64-dword.exp: Likewise.
2205         * gdb.arch/amd64-pseudo.c: Likewise.
2206         * gdb.arch/amd64-word.exp: Likewise.
2207         * gdb.arch/i386-byte.exp: Likewise.
2208         * gdb.arch/i386-pseudo.c: Likewise.
2209         * gdb.arch/i386-word.exp: Likewise.
2210
2211 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
2212
2213         * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
2214         types.  Add structreg, bitfields, and flags registers.
2215         * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
2216         registers.
2217
2218 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
2219
2220         * gdb.xml/tdesc-regs.exp (architecture): New.  Set it for x86.
2221         (load_description): Set architecture if defined.
2222
2223 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
2224
2225         * gdb.python/py-frame.exp: Add read_var block tests.
2226         * gdb.python/py-frame.c (block): New function.
2227
2228 2010-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2229             Daniel Jacobowitz  <dan@codesourcery.com>
2230
2231         * gdb.base/callfuncs.exp: New tests for $spval 0 and -1.  Remove return.
2232
2233 2010-02-25  David S. Miller  <davem@davemloft.net>
2234
2235         * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
2236         fix logic for setting all_syscalls_numbers.
2237
2238 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
2239
2240         * Makefile.in: Add py-block and py-symbol.
2241         * gdb.python/py-symbol.exp: New File.
2242         * gdb.python/py-symtab.exp: New File.
2243         * gdb.python/py-block.exp: New File.
2244         * gdb.python/py-symbol.c: New File.
2245         * gdb.python/py-block.c: New File.
2246
2247 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
2248
2249         PR python/11314
2250         * lib/gdb.exp (skip_python_tests): New function.
2251         * gdb.python/py-cmd.exp: Use skip_python_tests.
2252         * gdb.python/py-frame.exp: Likewise.
2253         * gdb.python/py-function.exp: Likewise.
2254         * gdb.python/py-prettyprint.exp: Likewise.
2255         * gdb.python/py-template.exp: Likewise.
2256         * gdb.python/py-type.exp: Likewise.
2257         * gdb.python/py-value.exp: Likewise.
2258
2259 2010-02-22  Pedro Alves  <pedro@codesourcery.com>
2260
2261         PR9605
2262
2263         * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
2264
2265 2010-02-19  Tom Tromey  <tromey@redhat.com>
2266
2267         PR c++/8693, PR c++/9496:
2268         * gdb.cp/namespace.exp: Remove some setup_kfail calls.  Added
2269         regression tests.
2270
2271 2010-02-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2272
2273         Fix compatibility with m68k as.
2274         * gdb.dwarf2/member-ptr-forwardref.S: Use .data section.  Use .2byte.
2275         Use only /* comments */.
2276
2277 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2278
2279         * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
2280         * configure: Regenerate.
2281
2282 2010-02-18  Daniel Jacobowitz  <dan@codesourcery.com>
2283
2284         * gdb.python/py-type.exp: Check for Python support.
2285
2286 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
2287
2288         * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
2289         `regsub' syntax available.
2290
2291 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
2292
2293         * gdb.base/shmain.c (main): Remove printf call.
2294         * gdb.base/sizeof.c (main): Cast return of sizeof to int.
2295         * gdb.base/unload.c (main): Make format of fprintf a string
2296         literal.  Add missing endlines to prints to stderr.
2297         * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
2298
2299 2010-02-17  Tom Tromey  <tromey@redhat.com>
2300
2301         * gdb.java/jprint.java (jprint.props): New field.
2302         * gdb.java/jprint.exp (set_lang_java): Add regression test.
2303
2304 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
2305
2306         * gdb.base/charset.exp: Don't assume new `regsub' syntax
2307         available.
2308
2309 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
2310
2311         * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
2312         creation to support remote host testing.
2313
2314 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
2315
2316         * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
2317         Recognize "command not found".
2318
2319 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
2320
2321         * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
2322         single-stepping.
2323
2324 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
2325
2326         * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
2327         if arguments are not supported.
2328
2329 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
2330
2331         * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
2332         be const or non-const.
2333
2334 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
2335
2336         * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
2337         mi_send_resuming_command to send -exec-continue.
2338
2339 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
2340
2341         * gdb.base/list.exp (test_list_filename_and_function): Add test
2342         with single quotes.
2343         * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
2344         matching.
2345         * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
2346         Add KFAIL'd tests for PR gdb/11289.
2347
2348 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
2349
2350         * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
2351
2352 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
2353
2354         * gdb.base/comp-dir/subdir/dummy.txt: New file.
2355         * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
2356         a temporary directory.
2357
2358 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
2359
2360         * gdb.base/charset.exp: Use a single regular expression to match
2361         show host-charset and show target-charset output.
2362
2363 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2364
2365         * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
2366         "Illegal process-id" expect string more exact.
2367         (attach to digits-starting nonsense is prohibited): New.
2368
2369 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2370
2371         * gdb.base/prelink.exp (set verbose on): New.
2372
2373 2010-02-12  Tomas Holmberg  <th@virtutech.com>
2374
2375         * mi-reverse.exp: New file. Test for reverse option to the
2376         following MI commands: exec-continue, exec-finish, exec-next,
2377         exec-step, exec-next-instruction, exec-step-instruction.
2378
2379 2010-02-09  Joel Brobecker  <brobecker@adacore.com>
2380
2381         * gdb.ada/ptype_tagged_param: New testcase.
2382
2383 2010-02-08  Tom Tromey  <tromey@redhat.com>
2384
2385         PR c++/8017:
2386         * gdb.cp/overload.exp: Add tests.
2387         * gdb.cp/overload.cc (struct K): New.
2388         (namespace N): New.
2389         (main): Call new functions.
2390         (K::staticoverload): Define.
2391
2392 2010-02-08  Chris Moller  <moller@mollerware.com>
2393
2394         PR gdb/10728
2395         * gdb.cp/pr10728-x.h: New file.
2396         * gdb.cp/pr10728-x.cc: New file.
2397         * gdb.cp/pr10728-y.cc: New file.
2398         * gdb.cp/pr10728.exp: New file.
2399         * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
2400
2401 2010-02-08  Chris Moller  <moller@mollerware.com>
2402
2403         PR gdb/9067
2404         * gdb.cp/pr9067.exp:  New
2405         * gdb.cp/pr9067.cc:   New
2406         * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
2407
2408 2010-02-08  Joel Brobecker  <brobecker@adacore.com>
2409
2410         * lib/gdb.exp (gdb_test_timeout): New global variable.
2411         Set it to timeout if not already set.
2412         (gdb_init): Reset the value of timeout to gdb_test_timeout.
2413
2414 2010-02-05  Doug Evans  <dje@google.com>
2415
2416         * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
2417         user.
2418
2419 2010-02-05  Sami Wagiaalla  <swagiaal@redhat.com>
2420
2421         PR c++/7935:
2422         * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
2423
2424 2010-02-04  Tom Tromey  <tromey@redhat.com>
2425
2426         * gdb.cp/virtbase.exp: Make test case names unique.
2427
2428 2010-02-02  Tom Tromey  <tromey@redhat.com>
2429
2430         * gdb.cp/virtbase.exp: Add regression tests.
2431         * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
2432         (main): Instantiate RHC.
2433
2434 2010-02-02  Tom Tromey  <tromey@redhat.com>
2435
2436         * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
2437         type-printing change.
2438
2439 2010-02-02  Tom Tromey  <tromey@redhat.com>
2440
2441         PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
2442         * gdb.cp/virtbase.cc: New file.
2443         * gdb.cp/virtbase.exp: New file.
2444         * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
2445
2446 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2447
2448         PR libc/11214:
2449         * gdb.threads/current-lwp-dead.c: Include features.h.
2450         (HAS_NOMMU): New.
2451         (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
2452
2453 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2454
2455         * gdb.base/symbol-without-target_section.exp,
2456         gdb.base/symbol-without-target_section.c: New.
2457
2458 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
2459
2460         * gdb.base/bigcore.exp: Reset increased timeout.
2461         * gdb.base/interrupt.exp: Match unexpected gdb prompt.
2462
2463 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
2464
2465         * gdb.base/gcore.exp (capture_command_output): Use
2466         gdb_test_multiple.
2467
2468 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
2469
2470         * gdb.arch/thumb2-it.S (it_breakpoints): New function.
2471         * gdb.arch/thumb2-it.exp (test_it_break): New function.
2472         (Top level): Call it.
2473
2474 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
2475
2476         * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
2477
2478 2010-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
2479
2480         * gdb.base/call-strs.exp, gdb.base/default.exp,
2481         gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
2482         gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
2483         gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
2484         gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
2485         gdb.base/watchpoint-solib.exp: Save and restore timeout.
2486         * gdb.base/ending-run.exp: Correct restore of timeout.
2487         * gdb.base/page.exp: Remove unnecessary timeout setting.
2488
2489 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
2490
2491         * gdb.ada/rec_return: New testcase.
2492
2493 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
2494
2495         * gdb.ada/call_pn: New testcase.
2496
2497 2010-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
2498
2499         * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
2500         (Top level): Use it to resume.
2501         * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
2502         the Thumb mode displaced stepping error as unsupported.
2503
2504 2010-01-28  Sami Wagiaalla  <swagiaal@redhat.com>
2505
2506         * gdb.cp/nsusing.exp: Added more tests.
2507         * gdb.cp/nsrecurs.exp: Ditto.
2508         * gdb.cp/nsusing.cc: Added test functions.
2509         * gdb.cp/nsrecurs.cc: Ditto.
2510
2511 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2512
2513         * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
2514         absolute directory pathnames in gdb.sum file.
2515
2516 2010-01-27  Sami Wagiaalla  <swagiaal@redhat.com>
2517
2518         * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
2519         * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
2520
2521 2010-01-26  Tom Tromey  <tromey@redhat.com>
2522
2523         PR exp/7643:
2524         * gdb.base/printcmds.exp (test_print_string_constants): Remove
2525         setup_kfail.
2526
2527 2010-01-14  Sami Wagiaalla  <swagiaal@redhat.com>
2528
2529         * gdb.cp/nsrecurs.exp: New test.
2530         * gdb.cp/nsrecurs.cc: New test program.
2531         * gdb.cp/nsstress.exp: New test.
2532         * gdb.cp/nsstress.cc: New test program.
2533         * gdb.cp/nsdecl.exp: New test.
2534         * gdb.cp/nsdecl.cc: New test program.
2535
2536 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
2537
2538         * gdb.cp/namespace-using.exp: Add test for printing of namespaces
2539         imported into file scope.
2540         Marked test as xfail.
2541         * gdb.cp/namespace-using.cc (marker5): New function.
2542         * gdb.cp/shadow.exp: New test.
2543         * gdb.cp/shadow.cc: New test program.
2544         * gdb.cp/nsimport.exp: New test.
2545         * gdb.cp/nsimport.cc: New test program.
2546
2547 2010-01-25  Tom Tromey  <tromey@redhat.com>
2548
2549         PR gdb/11049:
2550         * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
2551         with "set print null-stop on".
2552
2553 2010-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2554
2555         * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
2556         Adjust it for DISASSEMBLY_OMIT_FNAME.
2557
2558 2010-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
2559
2560         PR symtab/11199:
2561         * gdb.dwarf2/member-ptr-forwardref.exp,
2562         gdb.dwarf2/member-ptr-forwardref.S: New.
2563
2564 2010-01-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2565
2566         * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
2567         (thread1_func): Protect thread1_tid with thread1_tid_cond by
2568         thread1_tid_mutex.  Remove gdbstop_mutex handling.
2569         (thread2_func): Protect thread2_tid with thread2_tid_cond by
2570         thread2_tid_mutex.  Remove gdbstop_mutex handling.
2571         (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
2572         pthread_create.  Remove gdbstop_mutex handling.  New comment.  Replace
2573         pthread_cond_wait conditionalizations by while loops.
2574
2575 2010-01-20  Tom Tromey  <tromey@redhat.com>
2576
2577         PR backtrace/10770:
2578         * gdb.dwarf2/pr10770.exp: New file.
2579         * gdb.dwarf2/pr10770.c: New file.
2580         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
2581
2582 2010-01-20  Vladimir Prus  <vladimir@codesourcery.com>
2583
2584         * gdb.mi/mi-async.exp: Remove check for 'async' target, because
2585         that target was removed, and the test always runs native anyway.
2586
2587 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2588
2589         * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
2590         gdb.base/watchpoint-cond-gone-stripped.c: New.
2591
2592 2010-01-19  Tom Tromey  <tromey@redhat.com>
2593
2594         PR c++/8000:
2595         * gdb.cp/namespace.exp: Use new enum.  Fix line numbers in
2596         existing tests.
2597         * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
2598         (main): Use AAA::SomeEnum.
2599
2600 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2601
2602         * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
2603         (test_ignore_count): Declare line_callme_body global.
2604         (run to breakpoint with ignore count): Use line_callme_body.
2605         * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
2606         (set line_main_hello, set line_main_return): Reindent.
2607         (set line_callee4_head, set line_callee4_body, set line_callee4_next):
2608         New.
2609         (continue to callee4): Use line_callee4_body.
2610         (check *stopped from CLI command): Use line_callee4_next.
2611         * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
2612         (set line_main_hello, set line_main_return): Reindent.
2613         (set line_callee4_head, set line_callee4_body): New.
2614         (continue to callee4): Use line_callee4_body.
2615
2616 2010-01-18  Tom Tromey  <tromey@redhat.com>
2617
2618         PR c++/9680:
2619         * gdb.cp/casts.cc: Add new classes and variables.
2620         * gdb.cp/casts.exp: Test new operators.
2621
2622 2010-01-18  Tom Tromey  <tromey@redhat.com>
2623             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2624
2625         * gdb.python/source2.py: New file.
2626         * gdb.python/source1: New file.
2627         * gdb.python/python.exp: Test "source" command.
2628
2629 2010-01-15  Stan Shebs  <stan@codesourcery.com>
2630
2631         * gdb.trace/tfile.c: New file.
2632         * gdb.trace/tfile.exp: New file.
2633
2634 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2635
2636         * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
2637
2638 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2639
2640         * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
2641
2642 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2643
2644         * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
2645         (libfunc): New parameter action.  Implement also selectable "sleep".
2646         * gdb.base/break-interp-main.c: Include assert.h.
2647         (libfunc): New parameter action.
2648         (main): New parameters argc and argv.  Assert argc.  Pass argv.
2649         * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
2650         (test_attach): New proc.
2651         (test_ld): Pass new "segv" exec parameter.  Call also test_attach.
2652         * lib/gdb.exp (core_find): New parameter arg.  Pass it to $binfile.
2653
2654 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2655
2656         * gdb.base/break-interp.exp (test_core): New proc.
2657         (test_ld): Call it.
2658
2659 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2660
2661         * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
2662         * gdb.base/break-interp.exp: Exit on skip_shlib_tests.  Change $srcfile.
2663         New variables $binfile_lib and $srcfile_lib.  Call get_compiler_info
2664         and gdb_compile_shlib.  Use new -Wl compiler options.
2665         (dl bt, main bt): New tests.
2666
2667 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2668
2669         Support PIEs with no symfile_objfile.
2670         * gdb.base/break-interp.exp: New argument at the test_ld calls.
2671         (test_ld): New parameter trynosym.
2672         (test_ld <$trynosym>): New block.
2673
2674 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2675
2676         * gdb.base/break-interp.exp: New file.
2677
2678 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
2679
2680         * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
2681         * gdb.python/py-prettyprint.py (pp_ls): New printer.
2682         * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
2683         test.
2684         * gdb.python/py-prettyprint.c: Define lazystring test structure.
2685         * gdb.python/py-mi.exp: Add lazy string test.
2686
2687 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
2688
2689         * lib/mi-support.exp (mi_check_thread_states): Handle
2690         core number in thread listing.
2691
2692 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
2693
2694         * gdb.base/maint.exp: Adjust the expected output for the
2695         "maint print type" test. Use gdb_test_multiple instead of
2696         gdb_sent/gdb_expect.
2697
2698 2010-01-11  Doug Evans  <dje@google.com>
2699
2700         * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
2701         from gdbserver_download.  All callers updated.
2702
2703         * gdb.server/ext-run.exp: "info os processes" requires xml support.
2704
2705 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2706
2707         Implement binary numbers parsing.
2708         * gdb.base/printcmds.exp (test_integer_literals_accepted)
2709         (test_integer_literals_rejected): New binary tests.
2710
2711 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2712
2713         * gdb.cell/configure: Regenerate.
2714
2715 2010-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2716
2717         * gdb.base/corefile.exp: Move the core finding block out and call it as
2718         core_find, new variable $corefile, replace corefile by $corefile and
2719         [file tail $corefile] for usage vs. test names resp.
2720         * lib/gdb.exp (core_find): Move it as a new function here.  New
2721         parameter binfile and deletefiles.  New variable $destcore.  Pre-delete
2722         $destcore.  Return "" on error.
2723
2724 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2725
2726         Workaround PR binutils/10802.
2727         * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
2728         (twice).
2729
2730 2010-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
2731
2732         * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
2733
2734 2010-01-08  Joel Brobecker  <brobecker@adacore.com>
2735
2736         * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
2737         call, to avoid interruption.
2738
2739 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2740
2741         * gdb.stabs/weird.def (args93): New.
2742
2743 2010-01-07  Doug Evans  <dje@google.com>
2744
2745         * lib/gdb.exp (gdb_skip_xml_test): Add comment.
2746
2747 2010-01-07  Tom Tromey  <tromey@redhat.com>
2748
2749         * gdb.base/source.exp: Use correct line number.
2750
2751 2010-01-05  Stan Shebs  <stan@codesourcery.com>
2752
2753         * gdb.trace/tracecmd.exp: Test ftrace.
2754
2755 2010-01-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2756
2757         * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
2758
2759 2010-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
2760
2761         * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
2762         "uint_for_mi_testing".
2763
2764 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
2765
2766         Test indented comment in file being sourced.
2767         * gdb.base/commands.exp: Test indented comment in file being sourced.
2768
2769 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
2770
2771         * gdb.fortran/array-element.f, gdb.fortran/complex.f,
2772         gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
2773         gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
2774         notice.
2775
2776 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
2777
2778         * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
2779         notice.
2780
2781 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2782
2783         * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
2784         missing $after_stopped and comma (,) expectation.
2785
2786 2009-12-31  Stan Shebs  <stan@codesourcery.com>
2787
2788         * gdb.trace/actions.exp: Test teval action.
2789
2790 2009-12-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2791
2792         * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
2793         (top level): Call test_watchpoint_in_big_blob.
2794         * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
2795         watchpoints.
2796         (func3): Write to buf.
2797
2798 2009-12-29  Stan Shebs  <stan@codesourcery.com>
2799
2800         * gdb.trace/actions.exp: Test default-collect.
2801
2802 2009-12-28  Stan Shebs  <stan@codesourcery.com>
2803
2804         * gdb.trace/tsv.exp: New file.
2805         * gdb.base/completion.exp: Update ambiguous info output.
2806
2807 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
2808
2809         * gdb.base/find.c (main): Reference search buffers.
2810         * gdb.base/included.c (main): Reference integer.
2811         * gdb.base/ptype.c (charfoo): Declare.
2812         (intfoo): Call charfoo.
2813         * gdb.base/scope0.c (useitp): New function.
2814         (usestatics): Use useitp.
2815         (useit): Add a type for val.
2816         * gdb.base/scope1.c (useit1): Take a pointer argument.
2817         (usestatics1): Update calls to useit1.
2818         * gdb.cp/call-c.cc: Declare foo.
2819         (main): Call foo.
2820         * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
2821         * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
2822         (main): Call C::ensureRefs and ensureOtherRefs.
2823         * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
2824         variables.
2825         (ensureOtherRefs): New function.
2826         * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
2827         * gdb.cp/templates.cc (main): Call t5i.value.
2828
2829 2009-12-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2830
2831         Fix compatibility with G++-4.5.
2832         * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
2833         * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
2834         (uncaught return): Remove.
2835
2836 2009-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
2837             Phil Muldoon  <pmuldoon@redhat.com>
2838
2839         * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
2840         (bp_location13, bp_location14, bp_location17, bp_location18)
2841         (marker3_proto, marker4_proto): New variables.
2842         (breakpoint info): Update output.
2843         (run until breakpoint at marker3, run until breakpoint at marker4): New
2844         tests.
2845
2846 2009-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
2847
2848         * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
2849         Replace the printf call of Y by provided "y-set-1" label.  New block
2850         for the second shared library.
2851         * gdb.base/unload.exp: Compile also the second library, call
2852         gdb_load_shlibs also for it.  Use now gdb_breakpoint.
2853         (single pending breakpoint info): Rename to ...
2854         (pending breakpoint info before run): ... this extended test.
2855         (libfile2, libname2, libsrcfile2, libsrc2)
2856         (lib_sl2): New variables.
2857         (exec_opts): Set also SHLIB_NAME2.
2858         (pending breakpoint info on first run at shrfunc1)
2859         (pending breakpoint info on second run at shrfunc1)
2860         (pending breakpoint info on second run at shrfunc2)
2861         (print y from libfile, print y from libfile2): New tests.
2862         * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
2863         * gdb.base/unloadshr2.c: New.
2864
2865 2009-12-22  Hui Zhu  <teawater@gmail.com>
2866
2867         * gdb.reverse/sigall-reverse.exp: Adjust.
2868
2869 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
2870
2871         PR gdb/10884
2872
2873         * gdb.mi/var-cmd.c (do_bitfield_tests): New
2874         (main): Call do_bitfield_tests.
2875         * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
2876
2877 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
2878
2879         * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
2880         gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
2881         gdb.base/watch_thread_num.c, gdb.java/jprint.java,
2882         gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
2883         gdb.modula2/unbounded1.c: Update copyright header.
2884
2885 2009-12-10  Chris Moller  <moller@mollerware.com>
2886
2887         PR gdb/9399
2888         * gdb.cp/virtfunc2.exp: New tests
2889         * gdb.cp/virtfunc2.cc: New tests
2890         * gdb.cp/Makefile.in: Added tests to EXECUTABLES
2891
2892 2009-12-10  Oza Pawandeep (paawan1982@yahoo.com
2893
2894         * gdb.reverse/i387-env-reverse.c: New file.
2895         * gdb.reverse/i387-env-reverse.exp: New file.
2896         * gdb.reverse/i387-stack-reverse.c: New file.
2897         * gdb.reverse/i387-stack-reverse.exp: New file.
2898
2899 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
2900
2901         * gdb.python/py-type.exp (test_range): New test.
2902
2903 2009-12-03  Phil Muldoon <pmuldoon@redhat.com>
2904
2905         PR python/10805
2906
2907         * gdb.python/py-type.exp: New file.
2908         * gdb.python/py-type.c: New file.
2909         * Makefile.in: Add py-type.
2910
2911 2009-12-03  Tom Tromey  <tromey@redhat.com>
2912
2913         * gdb.python/py-value.exp (test_parse_and_eval): New
2914         function.
2915
2916 2009-12-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
2917
2918        PR gdb/11022
2919
2920        * gdb.base/pr11022.exp: New test.
2921        * gdb.base/pr11022.c: New test.
2922
2923 2009-12-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
2924
2925         Fix spurious false FAILs.
2926         * gdb.base/structs.c (chartest): New.
2927         (main): Fill-in chartest.
2928         * gdb.base/structs.exp (anychar_re, first): New.
2929         (start_structs_test): Import global anychar_re and first.
2930         New gdb_test call "set print elements 300; ${testfile}"
2931         (start_structs_test <$first>): New block.
2932         (any): Import global anychar_re.  New variable ac.  Use ${ac}.
2933
2934 2009-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
2935
2936         * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
2937
2938 2009-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
2939
2940         * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
2941         Force $srcfile file.
2942         * gdb.base/foll-fork.c (callee): Comment out the printf call.
2943
2944 2009-11-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2945
2946         * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
2947         * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
2948         * gdb.threads/watchthreads-reorder.exp: Likewise.
2949
2950 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
2951
2952         PR gdb/8704
2953
2954         * gdb.base/condbreak.exp: Test combinations of "break *EXP",
2955         "if", and "thread".  Correct matching in the previous test.
2956
2957 2009-11-25  Daniel Jacobowitz  <dan@codesourcery.com>
2958
2959         * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
2960
2961 2009-11-23  Michael Snyder  <msnyder@vmware.com>
2962
2963         * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
2964         * gdb.reverse-watch-precsave.exp: Ditto.
2965
2966 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
2967
2968         * gdb.asm/asm-source.exp: Adjust.
2969         * gdb.base/help.exp: Adjust.
2970
2971 2009-11-22  Pedro Alves  <pedro@codesourcery.com>
2972
2973         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
2974         (do_syscall_tests_without_xml): Set data-directory to
2975         /the/path/to/nowhere.
2976
2977 2009-11-21  Pedro Alves  <pedro@codesourcery.com>
2978
2979         * gdb.threads/local-watch-wrong-thread.c,
2980         gdb.threads/local-watch-wrong-thread.exp: New files.
2981
2982 2009-11-21  Pedro Alves  <pedro@codesourcery.com>
2983
2984         * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
2985         assume new `regsub' syntax available.
2986
2987 2009-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2988
2989         * gdb.base/watchpoint-hw-hit-once.exp,
2990         gdb.base/watchpoint-hw-hit-once.c: New.
2991
2992 2009-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2993
2994         * gdb.threads/watchthreads-reorder.exp,
2995         gdb.threads/watchthreads-reorder.c: New.
2996
2997 2009-11-17  Nathan Sidwell  <nathan@codesourcery.com>
2998
2999         * gdb.xml/tdesc-regs.exp: Use for m68k.
3000
3001 2009-11-15  Pedro Alves  <pedro@codesourcery.com>
3002
3003         * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
3004
3005 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
3006
3007         * lib/gdb.exp (current_target_name): New procedure.
3008         (gdb_wrapper_target): New variable.
3009         (gdb_wrapper_init): Set gdb_wrapper_target.
3010         (default_gdb_init): Check gdb_wrapper_target before rebuilding the
3011         wrapper.
3012
3013 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
3014
3015         * gdb.base/remote.exp: Delete the slowest load test.
3016         Do not load with fixed packet sizes.
3017
3018 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
3019
3020         * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
3021
3022 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
3023
3024         * gdb.base/freebpcmd.exp: Delete unused variable.  Specify
3025         srcfile when setting a breakpoint.
3026
3027 2009-11-13  Maciej W. Rozycki  <macro@codesourcery.com>
3028
3029         * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
3030         macros.
3031
3032 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
3033
3034         * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
3035         to be in memory.
3036         * gdb.base/display.c (force_mem): New.
3037         (do_loops): Use it.  Add breakpoint comments.
3038         (do_vars): Add a breakpoint comment.
3039         * gdb.base/display.exp: Use gdb_get_line_number.  Remove hardcoded
3040         line numbers.
3041
3042 2009-11-13  Nathan Froyd  <froydnj@codesourcery.com>
3043
3044         * gdb.base/pending.exp: Use gdb_run_cmd to start the program
3045         instead of a bare "run".
3046
3047 2009-11-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
3048
3049         * gdb.python/py-prettyprint.exp: Adjust.
3050
3051 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
3052
3053         * lib/cell.exp (skip_cell_tests): Clean up test files before
3054         returning.
3055
3056 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
3057
3058         * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
3059         and the breakpoint menu.  Do not call perror if a prompt is seen.
3060         Consume the following GDB prompt.
3061         * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
3062         * gdb.cp/namespace.exp: Use gdb_test.
3063         * gdb.cp/templates.exp: Use gdb_test.
3064         (test_template_breakpoints): Use gdb_test_multiple.
3065
3066 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
3067
3068         * gdb.base/break1.c (struct some_struct, values): Move earlier.
3069         (marker4): Reference values.
3070
3071 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
3072
3073         * gdb.base/macscp.exp: Avoid the first FAIL if macro information
3074         is missing.
3075
3076 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
3077
3078         * gdb.base/break.c (need_malloc): New.
3079         * gdb.base/constvars.c (main): Reference crass and crisp.
3080         * gdb.base/gdb1821.c (main): Reference bar.
3081         * gdb.cp/gdb1355.cc (main): Reference s1.
3082         * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
3083         (main): Call them.
3084         * gdb.cp/hang2.cc (dummy2): Define.
3085         * gdb.cp/hang3.cc (dummy3): Define.
3086         * gdb.cp/m-data.cc (main): Reference shadow.
3087
3088 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
3089             Nathan Froyd  <froydnj@codesourcery.com>
3090
3091         * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
3092         remote host.
3093
3094 2009-11-12  Nathan Froyd  <froydnj@codesourcery.com>
3095
3096         * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
3097         * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
3098         * gdb.dwarf2/dw2-compressed.exp: Likewise.
3099         * gdb.dwarf2/dw2-intercu.exp: Likewise.
3100         * gdb.dwarf2/dw2-intermix.exp: Likewise.
3101         * gdb.dwarf2/dw2-producer.exp: Likewise.
3102         * gdb.dwarf2/mac-fileno.exp: Likewise.
3103         * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
3104         py-prettyprint.py to the remote host.
3105         * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
3106
3107 2009-11-11  Keith Seitz  <keiths@redhat.com>
3108
3109         * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
3110         use it instead of "Foo".
3111         * gdb.cp/classes.exp (do_tests): Add a test to access
3112         a method through a typedef'd class name.
3113
3114 2009-11-11  Nathan Froyd  <froydnj@codesourcery.com>
3115
3116         * gdb.base/long_long.exp: Permit leading zeros on floating-point
3117         exponents.
3118         * gdb.base/pointers.exp: Likewise.
3119         * gdb.cp/ref-types.exp: Likewise.
3120
3121 2009-11-11  Keith Seitz  <keiths@redhat.com>
3122
3123         * gdb.cp/cplusfuncs.cc (class foo): Add operators
3124         new[] and delete[].
3125         * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
3126         "void".
3127         (probe_demangler): Remove all single-quoting of
3128         method and variable names.
3129         (info_func_regexp): Remove the word "void" from any
3130         occurrence of "(void)".
3131         (print_addr_2): Remove all single-quoting of
3132         method names.
3133         (print_addr_2_kfail): Likewise.
3134         (print_addr): Single-quote C function names before
3135         passing to print_addr_2.
3136         (test_paddr_operator_functions): Remove single-quoting
3137         for method names.
3138         Add tests for operator new[] and operator delete[].
3139
3140 2009-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3141
3142         * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
3143
3144 2009-11-09  Keith Seitz  <keiths@redhat.com>
3145
3146         * gdb.cp/overload.exp: Add tests for resolving overloaded
3147         methods in expression parsing/evaluation.
3148
3149 2009-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
3150
3151         * lib/gdb.exp (default_gdb_version): Use --version instead of
3152         --command.
3153
3154 2009-11-10  Nathan Sidwell  <nathan@codesourcery.com>
3155
3156         * lib/gdb.exp (gdb_compile_test): New.
3157         (skip_ada_tests, skip_java_tests): New.
3158         (gdb_compile): Use gdb_compile_test for f77.
3159         * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
3160         * lib/java.exp (compile_java_from_source): Remove runtests check,
3161         use gdb_compile_test to record result.
3162         * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
3163         gdb.ada/exec_changed.exp, gdb.ada/start.exp,
3164         gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
3165         gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
3166         gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
3167         gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
3168         gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
3169         gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
3170         gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
3171         adjust gdb_compile invocations.
3172
3173 2009-11-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3174
3175         * Makefile.in (abs_builddir): New.
3176         (site.exp): New target `$(abs_builddir)/site.exp'.  New comment.
3177         (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
3178         `$(abs_builddir)/site.exp'.
3179
3180 2009-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
3181
3182         * config/m68k-emc.exp, lib/emc-support.exp,
3183         gdb.trace/gdb_c_test.c: Delete.
3184         * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
3185         gdb.trace/collection.exp, gdb.trace/deltrace.exp,
3186         gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
3187         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
3188         gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
3189         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
3190         casing for m68k-*-elf.
3191
3192 2009-11-03  Pedro Alves  <pedro@codesourcery.com>
3193
3194         * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
3195         * gdb.arch/i386-prologue.exp: Likewise.
3196         * gdb.arch/i386-unwind.exp: Likewise.
3197
3198 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
3199
3200         * lib/gdb.exp (gdb_expect): Fix timeout typo.
3201
3202 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
3203
3204         * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
3205
3206 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
3207
3208         * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
3209
3210 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3211
3212         * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
3213
3214 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3215
3216         * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
3217         * gdb.base/sepdebug2.c: New file.
3218
3219 2009-10-31  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3220
3221         * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
3222         the modified warnings for catch syscall.  Verify if GDB was compiled
3223         with support for lib expat, and choose which tests to run depending
3224         on this.
3225
3226 2009-10-30  Vladimir Prus  <vladimir@codesourcery.com>
3227
3228         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
3229         that composite commands are parsed OK. And also test
3230         that breakpoint commands do work.
3231
3232 2009-10-23  Michael Snyder  <msnyder@vmware.com>
3233
3234         gdb.reverse/consecutive-precsave.exp: Change expect pattern
3235         to allow for new disassembly style.
3236
3237 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
3238
3239         * gdb.asm/asm-source.exp: Adjust.
3240
3241 2009-10-22  Michael Snyder  <msnyder@vmware.com>
3242
3243         * gdb.reverse/break-precsave.exp: New test.
3244         * gdb.reverse/consecutive-precsave.exp: Ditto.
3245         * gdb.reverse/finish-precsave.exp: Ditto.
3246         * gdb.reverse/i386-precsave.exp: Ditto.
3247         * gdb.reverse/machinestate-precsave.exp: Ditto.
3248         * gdb.reverse/sigall-precsave.exp: Ditto.
3249         * gdb.reverse/solilb-precsave.exp: Ditto.
3250         * gdb.reverse/step-precsave.exp: Ditto.
3251         * gdb.reverse/until-precsave.exp: Ditto.
3252         * gdb.reverse/watch-precsave.exp: Ditto.
3253
3254 2009-10-22  Michael Snyder  <msnyder@vmware.com>
3255
3256         * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
3257         for gdb_expect.  Adjust one test's expect strings for the new
3258         format of disassemble.
3259         * gdb.reverse/finish-reverse.exp: Delete 'return'.
3260         * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
3261         gdb_test_multiple.
3262         * gdb.reverse/step-reverse.exp: Delete 'return'.
3263         * gdb.reverse/until-reverse.exp: Delete blank lines.
3264         * gdb.reverse/watch-reverse.exp: Delete blank lines.
3265
3266 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
3267
3268         * gdb.base/consecutive.exp: Adjust.
3269         * gdb.base/display.exp: Likewise.
3270         * gdb.base/pc-fp.exp: Likewise.
3271         * gdb.base/sigbpt.exp: Likewise.
3272
3273 2009-10-19  Michael Snyder  <msnyder@vmware.com>
3274
3275         * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
3276         * gdb.reverse/finish-reverse.c: Ditto.
3277         * gdb.reverse/sigall-reverse.c: Ditto.
3278         * gdb.reverse/solib-reverse.c: Ditto.
3279         * gdb.reverse/step-reverse.c: Ditto.
3280         * gdb.reverse/watch-reverse.c: Ditto.
3281
3282 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
3283             Stan Shebs  <stan@codesourcery.com>
3284
3285         * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
3286         * gdb.base/foll-exec.exp: Adjust to expect a process id before
3287         "Executing new program".
3288         * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
3289         * gdb.base/multi-forks.exp: Ditto.  Adjust to the inferior being
3290         left listed after having been killed.
3291         * gdb.base/attach.exp: Adjust to spell out "symbol-file".
3292         * gdb.base/maint.exp: Adjust test.
3293
3294         * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
3295         * gdb.multi/Makefile.in: New.
3296         * gdb.multi/base.exp: New.
3297         * gdb.multi/goodbye.c: New.
3298         * gdb.multi/hangout.c: New.
3299         * gdb.multi/hello.c: New.
3300         * gdb.multi/bkpt-multi-exec.c: New.
3301         * gdb.multi/bkpt-multi-exec.exp: New.
3302         * gdb.multi/crashme.c: New.
3303
3304 2009-10-13  Tristan Gingold  <gingold@adacore.com>
3305
3306         * gdb.base/sepdebug.exp: Check debug info are found.
3307
3308 2009-10-08  Pedro Alves  <pedro@codesourcery.com>
3309
3310         * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
3311         bits.
3312
3313 2009-10-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3314
3315         * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
3316
3317 2009-10-07  Joel Brobecker  <brobecker@adacore.com>
3318
3319         * gdb.base/watchpoints.c: Add copyright header.  Reformat one
3320         of the comments.
3321
3322 2009-10-06  Pierre Muller  <muller@ics.u-strasbg.fr>
3323
3324         * gdb.base/annota1.exp: Remove obsolete match_max increase.
3325         * gdb.base/annota3.exp: Idem.
3326         * gdb.base/maint.exp: Idem.
3327
3328 2009-10-05  Pierre Muller  <muller@ics.u-strasbg.fr>
3329
3330         * lib/gdb.exp (default_gdb_init): Set current value of match_max
3331         to default.
3332
3333 2009-10-02  Pierre Muller  <muller@ics.u-strasbg.fr>
3334
3335         * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
3336         mingw and cygwin targets.
3337
3338 2009-10-02  Pierre Muller  <muller@ics.u-strasbg.fr>
3339             Pedro Alves  <pedro@codesourcery.com>
3340
3341         * lib/gdb.exp (gdb_compile): Avoid adding
3342         gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
3343
3344 2009-10-01  Pierre Muller  <muller@ics.u-strasbg.fr>
3345
3346         * gdb.base/shr1.c: Use %p in format string.
3347         * gdb.base/unload.c: Avoid warning in fprintf.
3348         * gdb.base/watchpoint-solib.c: Idem.
3349
3350 2009-10-01  Pierre Muller  <muller@ics.u-strasbg.fr>
3351
3352         * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
3353         long type.
3354         (test_unlink): Correct printf string.
3355         * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
3356         * gdb.threads/attachstop-mt.c: Add #include <string.h>.
3357
3358 2009-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
3359
3360         * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
3361         * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
3362         * gdb.arch/ia64-breakpoint-shadow.S: New file.
3363
3364 2009-09-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3365
3366         * gdb.objc/basicclass.exp: Disable pending breakpoint query.
3367         * gdb.objc/nondebug.exp: Likewise.
3368
3369 2009-09-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3370
3371         * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
3372         target_info setting.
3373
3374         * gdb.threads/thread-specific.exp (get_thread_list): Support targets
3375         that detect new threads during "info threads".
3376
3377 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3378
3379         * gdb.threads/manythreads.c (main): Increase thread stack size
3380         to 2*PTHREAD_STACK_MIN.
3381         * gdb.threads/multi-create.c (main): Likewise.
3382         (create_function): Likewise.
3383
3384 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3385
3386         * gdb.base/dump.exp: Pass difference of pointer types instead
3387         of integer types as offset to restore in intarr3.srec case.
3388
3389 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3390
3391         * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
3392
3393 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3394
3395         * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
3396
3397 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
3398
3399         New test for two watchpoints, with disabling of
3400         the first inserted.
3401         * testsuite/gdb.base/watchpoints.c: New file.
3402         * testsuite/gdb.base/watchpoints.exp: New file.
3403
3404 2009-09-25  Tom Tromey  <tromey@redhat.com>
3405
3406         * gdb.base/charset.exp: Test utf-16 strings with Python.
3407
3408 2009-09-25  Tom Tromey  <tromey@redhat.com>
3409
3410         * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
3411         UCS-4.
3412         * gdb.base/charset.c (utf_32_string): Rename.
3413         (init_utf32): Rename.
3414         (main): Update.
3415
3416 2009-09-22  Tom Tromey  <tromey@redhat.com>
3417
3418         * gdb.python/py-function.exp: Add regression tests.
3419
3420 2009-09-21  Keith Seitz  <keiths@redhat.com>
3421
3422         * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
3423         with invalid operator.
3424
3425 2009-09-21  Keith Seitz  <keiths@redhat.com>
3426
3427         * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
3428         and destructor using typedef name of class.
3429         * gdb.cp/classes.cc (class Base1): Add a destructor.
3430         (base1): New typedef.
3431         (use_methods): Instanitate an object of type base1.
3432         * gdb.cp/templates.exp (test_template_typedef): New procedure.
3433         (do_tests): Call test_template_typedef.
3434         * gdb.cp/templates.cc (Baz::~Baz): New method.
3435         (intBazOne): New typedef.
3436         (main): Instantiate intBazOne.
3437
3438 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
3439
3440         PR python/10633
3441
3442         * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
3443         Function.
3444         (run_lang_tests): Add print elements test.
3445
3446 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
3447
3448         * gdb.python/py-value.exp (test_subscript_regression): New
3449         function.  Test for invalid subscripts.
3450         * gdb.python/py-value.c (main): Add test array, and pointer to it.
3451         (ptr_ref): New function.
3452
3453 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
3454
3455         * gdb.base/default.exp: Fix "show convenience".
3456
3457 2009-09-15  Tom Tromey  <tromey@redhat.com>
3458
3459         * lib/mi-support.exp (mi_create_varobj): Update.
3460         (mi_create_floating_varobj): Likewise.
3461         (mi_create_dynamic_varobj): New proc.
3462         (mi_varobj_update): Update.
3463         (mi_varobj_update_with_type_change): Likewise.
3464         (mi_varobj_update_kv_helper): New proc.
3465         (mi_varobj_update_dynamic_helper): Rewrite.
3466         (mi_varobj_update_dynamic): New proc.
3467         (mi_list_varobj_children): Update.
3468         (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
3469         * gdb.python/python-prettyprint.py (pp_outer): New class.
3470         (pp_nullstr): Likewise.
3471         (lookup_function): Register new printers.
3472         * gdb.python/python-prettyprint.c (struct substruct): New type.
3473         (struct outerstruct): Likewise.
3474         (substruct_test): New function.
3475         (struct nullstr): New type.
3476         (string_1, string_2): New globals.
3477         (main): Add new tests.
3478         * gdb.python/python-mi.exp: Added regression tests.
3479         * gdb.mi/mi2-var-display.exp: Update.
3480         * gdb.mi/mi2-var-cmd.exp: Update.
3481         * gdb.mi/mi2-var-child.exp: Update.
3482         * gdb.mi/mi2-var-block.exp: Update.
3483         * gdb.mi/mi-var-invalidate.exp: Update.
3484         * gdb.mi/mi-var-display.exp: Update.
3485         * gdb.mi/mi-var-cmd.exp: Update.
3486         * gdb.mi/mi-var-child.exp: Update.
3487         * gdb.mi/mi-var-block.exp: Update.
3488         * gdb.mi/mi-break.exp: Update.
3489         * gdb.mi/gdb701.exp: Update.
3490
3491 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3492
3493         * Makefile.in: Inclusion of catch-syscall object.
3494         * gdb.base/catch-syscall.c: New file.
3495         * gdb.base/catch-syscall.exp: New file.
3496
3497 2009-09-12  Michael Snyder  <msnyder@vmware.com>
3498
3499         * gdb.reverse/step-reverse.exp: Explicitly check for targets
3500         that can support reverse debuggnig.
3501
3502 2009-09-11  Tom Tromey  <tromey@redhat.com>
3503
3504         * gdb.dwarf2/valop.S: New file.
3505         * gdb.dwarf2/valop.exp: New file.
3506
3507 2009-09-11  Mark Kettenis  <kettenis@gnu.org>
3508
3509         * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
3510
3511 2009-09-10  Doug Evans  <dje@google.com>
3512
3513         * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
3514         Add $gdb_prompt to second breakpoint regexp.
3515
3516 2009-09-08  Thiago Jung Bauermann  <thiago.bauermann@gmail.com>
3517
3518         * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
3519         names, add missing ones.
3520         * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
3521         * gdb.python/py-frame.c: Rename from python-frame.c.
3522         * gdb.python/py-frame.exp: Rename from python-frame.exp.  Adjust
3523         testfile name.
3524         * gdb.python/py-function.exp: Rename from python-function.exp.
3525         * gdb.python/py-mi.exp: Rename from python-mi.exp.  Adjust
3526         testfile name.
3527         * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
3528         * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
3529         Adjust testfile name.
3530         * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
3531         * gdb.python/py-template.cc: Rename from python-template.cc.
3532         * gdb.python/py-template.exp: Rename from python-template.exp.
3533         Adjust testfile name.
3534         * gdb.python/py-value.c: Rename from python-value.c.
3535         * gdb.python/py-value.exp: Rename from python-value.exp.  Adjust
3536         testfile name.
3537
3538 2009-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
3539
3540         * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
3541         $bpt2address.
3542         (Second breakpoint address is valid on ia64)
3543         (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
3544
3545 2009-09-03  Joseph Myers  <joseph@codesourcery.com>
3546
3547         * gdb.base/ending-run.exp: Restrict regular expression matching
3548         line number to require closing brace following.
3549
3550 2009-09-03  Doug Evans  <dje@google.com>
3551
3552         * gdb.base/store.exp (check_set): Fix typo in expected value message.
3553
3554 2009-09-02  Tom Tromey  <tromey@redhat.com>
3555
3556         * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
3557
3558 2009-09-02  Tom Tromey  <tromey@redhat.com>
3559
3560         * gdb.dwarf2/callframecfa.exp: New file.
3561         * gdb.dwarf2/callframecfa.S: New file.
3562
3563 2009-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
3564
3565         * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
3566         gdb.base/solib-overlap-main.c: New.
3567
3568 2009-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
3569
3570         PR gdb/10565
3571
3572         * gdb.base/bitfields.c (struct container, container): New.
3573         (main): Initialize it and call break5.
3574         * gdb.base/bitfields.exp (bitfield_at_offset): New test.
3575
3576 2009-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3577
3578         Support constant DW_AT_data_member_location by GCC PR debug/40659.
3579         * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
3580
3581 2009-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3582
3583         * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
3584
3585 2009-08-26  Michael Snyder  <msnyder@vmware.com>
3586
3587         * gdb.base/i386-reverse.c: New file.
3588         * gdb.base/i386-reverse.exp: New file.
3589         * gdb.base/Makefile.in: Add new files to be removed.
3590
3591 2009-08-26  Joseph Myers  <joseph@codesourcery.com>
3592
3593         * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
3594         environment-pwd for remote host.
3595         * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
3596
3597 2009-08-24  Keith Seitz  <keiths@redhat.com>
3598
3599         * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
3600         Add two new C++ completer tests which limit the output to a
3601         given class.
3602
3603 2009-08-24  Michael Snyder  <msnyder@vmware.com>
3604
3605         * gdb.base/del.exp: Fix typo in comment.
3606         * gdb.base/step-bt.exp: Fix cut and paste error in comment.
3607
3608 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3609
3610         * configure: Regenerate.
3611         * gdb.hp/configure: Likewise.
3612         * gdb.hp/gdb.aCC/configure: Likewise.
3613         * gdb.hp/gdb.base-hp/configure: Likewise.
3614         * gdb.hp/gdb.compat/configure: Likewise.
3615         * gdb.hp/gdb.defects/configure: Likewise.
3616         * gdb.hp/gdb.objdbg/configure: Likewise.
3617         * gdb.stabs/configure: Likewise.
3618
3619 2009-08-19  Doug Evans  <dje@google.com>
3620
3621         * gdb.base/gdbvars.c: New file.
3622         * gdb.base/gdbvars.exp: Test convenience vars with program variables.
3623
3624 2009-08-14  Pedro Alves  <pedro@codesourcery.com>
3625
3626         * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
3627         gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
3628
3629 2009-08-13  Pedro Alves  <pedro@codesourcery.com>
3630
3631         * gdb.base/default.exp: Adjust "set language test": it's now an
3632         enum command.  Larger help string moved to "help set language".
3633         * gdb.base/help.exp: Adjust "help set language" expected output,
3634         now lists all known languages.
3635
3636 2009-08-11  Nathan Froyd  <froydnj@codesourcery.com>
3637
3638         * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
3639         all frame arguments.
3640         * gdb.arch/altivec-regs.exp: Likewise.
3641
3642 2009-08-07  Tom Tromey  <tromey@redhat.com>
3643
3644         * gdb.base/setshow.exp: Add tests for changes to set language, set
3645         check range, and set check type.
3646
3647 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
3648
3649         * lib/mi-support.exp (mi_list_breakpoints): Make it work.
3650         * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
3651         Call it.
3652
3653 2009-07-31  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3654
3655         * configure.ac: Run gdb.cell tests when appropriate.
3656         * configure: Regenerate.
3657         * lib/cell.exp: New file.
3658         * gdb.cell: New directory.
3659         * gdb.cell/configure.ac: New file.
3660         * gdb.cell/configure: New file.
3661         * gdb.cell/Makefile.in: New file.
3662         * gdb.cell/arch.exp: New file.
3663         * gdb.cell/break.c: New file.
3664         * gdb.cell/break.exp: New file.
3665         * gdb.cell/break-spu.c: New file.
3666         * gdb.cell/bt.c: New file.
3667         * gdb.cell/bt2-spu.c: New file.
3668         * gdb.cell/bt-spu.c: New file.
3669         * gdb.cell/bt.exp: New file.
3670         * gdb.cell/coremaker.c: New file.
3671         * gdb.cell/coremaker-spu.c: New file.
3672         * gdb.cell/core.exp: New file.
3673         * gdb.cell/gcore.exp: New file.
3674         * gdb.cell/data.c: New file.
3675         * gdb.cell/data.exp: New file.
3676         * gdb.cell/data-spu.c: New file.
3677         * gdb.cell/ea-cache.exp: New file.
3678         * gdb.cell/ea-cache.c: New file.
3679         * gdb.cell/ea-cache-spu.c: New file.
3680         * gdb.cell/ea-standalone.c: New file.
3681         * gdb.cell/ea-standalone.exp: New file.
3682         * gdb.cell/ea-test.c: New file.
3683         * gdb.cell/ea-test.exp: New file.
3684         * gdb.cell/f-regs.exp: New file.
3685         * gdb.cell/mem-access.c: New file.
3686         * gdb.cell/mem-access.exp: New file.
3687         * gdb.cell/mem-access-spu.c: New file.
3688         * gdb.cell/ptype.exp: New file.
3689         * gdb.cell/registers.exp: New file.
3690         * gdb.cell/size.c: New file.
3691         * gdb.cell/sizeof.exp: New file.
3692         * gdb.cell/size-spu.c: New file.
3693         * gdb.cell/solib.exp: New file.
3694         * gdb.cell/solib-symbol.exp: New file.
3695
3696 2009-07-31  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3697
3698         * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
3699
3700 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
3701
3702         * gdb.base/float.exp: Handle VFP registers.
3703
3704 2009-07-14  Michael Snyder  <msnyder@vmware.com>
3705
3706         * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
3707         to bring gdb to the beginning of the calling line.
3708
3709         * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
3710         confusing the i386 epilogue unwinder.
3711
3712 2009-07-14  Stan Shebs  <stan@codesourcery.com>
3713
3714         * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
3715
3716 2009-07-14  Michael Snyder  <msnyder@vmware.com>
3717
3718         * gdb.reverse/step-reverse.exp (stepi into function call):
3719         Call instruction may not be first instruction in the line.
3720         (reverse stepi from a function call): Used wrong line number.
3721
3722 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3723
3724         * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
3725
3726 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3727
3728         Fix gdb.base/macscp.exp when using custom inputrc.
3729         * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
3730         * gdb.base/readline.exp: Remove env(INPUTRC) set and restore.  Remove
3731         env(TERM) set.
3732         * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
3733         * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
3734
3735 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3736
3737         Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
3738         * gdb.base/annota1.exp (thread_test): Import global $testfile.
3739         Change the compilation target to match the testcase name.
3740         * gdb.base/sect-cmd.exp: Change the compilation target to match the
3741         testcase name.
3742         * a2-run.exp: Use for setup prepare_for_testing.  Change the
3743         compilation target to match the testcase name.
3744         * gdb.base/commands.exp: Likewise.
3745         * gdb.base/finish.exp: Likewise.
3746         * gdb.base/float.exp: Likewise.
3747         * gdb.base/info-target.exp: Likewise.
3748         * gdb.base/relational.exp: Likewise.
3749         * gdb.base/term.exp: Likewise.
3750         * gdb.base/until.exp: Likewise.
3751         * gdb.base/volatile.exp: Likewise.
3752         * gdb.base/whatis-exp.exp: Likewise.
3753
3754 2009-07-11  Hui Zhu  <teawater@gmail.com>
3755
3756         * gdb.base/help.exp (disassemble): Update expected help text.
3757
3758 2009-07-09  Tom Tromey  <tromey@redhat.com>
3759
3760         * lib/gdb.exp: Handle TRANSCRIPT.
3761         (remote_spawn, remote_close, send_gdb): New procs.
3762
3763 2009-07-10 Phil Muldoon  <pmuldoon@redhat.com>
3764
3765         * gdb.python/python-prettyprint.c: Add counted null string
3766         structure.
3767         * gdb.python/python-prettyprint.exp: Print null string. Test for
3768         embedded nulls.
3769         * gdb.python/python-prettyprint.py (pp_ns): New Function.
3770         * gdb.python/python-value.exp (test_value_in_inferior): Add
3771         variable length string fetch tests.
3772         * gdb.python/python-value.c (main): Add strings for string fetch tests.
3773
3774 2009-07-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3775
3776         * gdb.base/dump.exp (inaccessible memory is reported): New test.
3777
3778 2009-07-07  Tom Tromey  <tromey@redhat.com>
3779
3780         * gdb.base/call-rt-st.exp: Update for change to escape output.
3781         * gdb.base/callfuncs.exp: Likewise.
3782         * gdb.base/charset.exp: Likewise.
3783         * gdb.base/constvars.exp: Likewise.
3784         * gdb.base/long_long.exp: Likewise.
3785         * gdb.base/pointers.exp: Likewise.
3786         * gdb.base/printcmds.exp: Likewise.
3787         * gdb.base/setvar.exp: Likewise.
3788         * gdb.base/store.exp: Likewise.
3789         * gdb.cp/ref-types.exp: Likewise.
3790         * gdb.mi/mi-var-child.exp: Likewise.
3791         * gdb.mi/mi-var-display.exp: Likewise.
3792         * gdb.mi/mi2-var-display.exp: Likewise.
3793         * gdb.base/charset.exp: Test octal escape sequence length.
3794         Update for change to escape output.
3795
3796 2009-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3797
3798         * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
3799
3800 2009-07-06  Daniel Jacobowitz  <dan@codesourcery.com>
3801
3802         * lib/java.exp (java_init): Ignore $GCJ if it is empty.
3803
3804 2009-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3805
3806         * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
3807         gdbserver increasing $portnum if "Can't bind address" has been seen.
3808
3809 2009-07-05  Pedro Alves  <pedro@codesourcery.com>
3810
3811         * gdb.base/ending-run.exp: Add "step out of main" pattern for
3812         mingw32ce.
3813
3814 2009-07-05  Pedro Alves  <pedro@codesourcery.com>
3815
3816         * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
3817         VFP format.
3818
3819 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
3820
3821         * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
3822         linux.  Adjust to use "inferior", "info inferiors", "detach
3823         inferior" and "kill inferior" instead of "restart", "info fork",
3824         "detach fork" and "delete fork".
3825         * gdb.base/ending-run.exp: Spell out "info".
3826         * gdb.base/help.exp: Adjust to use test_prefix_command_help for
3827         the "kill" command.
3828
3829 2009-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3830
3831         * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
3832         change to prefix TLS offset in hex with 0x.
3833
3834 2009-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3835
3836         * gdb.base/default.exp: Update test case for "x" changes.
3837
3838 2009-07-01  Tristan Gingold  <gingold@adacore.com>
3839
3840         * gdb.base/bigcore.exp: Make darwin untested.
3841
3842 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3843
3844         * gdb.base/completion.exp (directory completion): Create the directory.
3845         New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
3846         escapeuniquesub.
3847         (directory completion 2): Expect now ${escapeuniquesub}.
3848         (Glob remaining of directory test): Remove one excessive newline.
3849         Expect the real output.
3850
3851 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3852
3853         Fix `make check//%' target after `make check' has been ran.
3854         * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency.  Add
3855         a mkdir call.
3856         (check-gdb.base%): Remove the gdb.base%/.dir dependency.
3857         (%/.dir): Remove.
3858
3859 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3860
3861         * lib/mi-support.exp (mi_check_thread_states): Permit any output before
3862         the expected result record.
3863
3864 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3865
3866         Remove racy FAILs relying just on the timeouts.
3867         * gdb.base/setshow.exp (set annotate 2, show annotate (2))
3868         (annotation_level 2): Remove racy FAILs.
3869
3870 2009-06-30  Paul Pluzhnikov  <ppluzhnikov@google.com>
3871
3872         gdb/10275
3873         * gdb.dwarf2/dw2-restore.{S,exp}: New test.
3874
3875 2009-06-30  Daniel Jacobowitz  <dan@codesourcery.com>
3876
3877         * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
3878
3879 2009-06-30  Vladimir Prus  <vladimir@codesourcery.com>
3880
3881         * gdb.mi/mi-stack.exp: Testing symbolic options
3882         to -stack-list-locals and -stack-list-arguments.
3883
3884 2009-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
3885
3886         * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
3887
3888 2009-06-29  Tom Tromey  <tromey@redhat.com>
3889
3890         * dg-extract-results.sh: New file.
3891         * Makefile.in (FORCE_PARALLEL): New variable.
3892         (CHECK_TARGET): New conditional variable.
3893         (check): Use CHECK_TARGET.
3894         (DO_RUNTEST): New variable.
3895         (check-single): New target.
3896         (TEST_DIRS): New variable.
3897         (TEST_TARGETS): Likewise.
3898         (check-parallel): New target.
3899         (check-gdb.%): New pattern.
3900         (BASE1_FILES): New variable.
3901         (BASE2_FILES): Likewise.
3902         (check-gdb.base%): New pattern.
3903         (%/.dir): New pattern.
3904         * configure: Rebuild.
3905         * aclocal.m4 (AM_CONDITIONAL): New defun.
3906         * configure.ac: Check whether user is using GNU make.
3907         (GMAKE): New conditional.
3908
3909 2009-06-29  Sami Wagiaalla  <swagiaal@redhat.com>
3910
3911         * gdb.cp/namespace-nested-import.cc: New test.
3912         * gdb.cp/namespace-nested-import.exp: New test.
3913
3914 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
3915
3916         * gdb.base/break.exp: Add an XFAIL for gcc/36748.
3917         * gdb.cp/annota2.exp: Accept frames-invalid in more places.
3918         * gdb.opt/Makefile.in (EXECUTABLES): Update.
3919         * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
3920         * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
3921         gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
3922         gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
3923         gdb.opt/inline-markers.c: New files.
3924         * lib/gdb.exp (skip_inline_frame_tests): New function.
3925         (skip_inline_var_tests): New function.
3926
3927 2009-06-27  Andreas Schwab  <schwab@linux-m68k.org>
3928
3929         * gdb.cp/exception.exp: Don't require $hex before inner frame in
3930         backtrace.
3931
3932 2009-06-27  Michael Snyder  <msnyder@vmware.com>
3933
3934         * gdb.reverse: New directory.
3935         * gdb.reverse/break-reverse.c: New test.
3936         * gdb.reverse/break-reverse.exp: New test.
3937         * gdb.reverse/consecutive-reverse.c: New test.
3938         * gdb.reverse/consecutive-reverse.exp: New test.
3939         * gdb.reverse/finish-reverse.c: New test.
3940         * gdb.reverse/finish-reverse.exp: New test.
3941         * gdb.reverse/machinestate.c: New test.
3942         * gdb.reverse/ms1.c: New test.
3943         * gdb.reverse/machinestate.exp: New test.
3944         * gdb.reverse/Makefile.in: New file.
3945         * gdb.reverse/shr2.c: New test.
3946         * gdb.reverse/solib-reverse.c: New test.
3947         * gdb.reverse/solib-reverse.exp: New test.
3948         * gdb.reverse/step-reverse.c: New test.
3949         * gdb.reverse/step-reverse.exp: New test.
3950         * gdb.reverse/until-reverse.c: New test.
3951         * gdb.reverse/ur1.c: New test.
3952         * gdb.reverse/until-reverse.exp: New test.
3953         * gdb.reverse/watch-reverse.c: New test.
3954         * gdb.reverse/watch-reverse.exp: New test.
3955         * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
3956         * configure: Regenerate.
3957
3958 2009-06-26  Doug Evans  <dje@google.com>
3959
3960         * gdb.base/psymtab.exp: Turn off pending breakpoints.
3961
3962 2009-06-26  Pierre Muller  <muller@ics.u-strasbg.fr>
3963
3964         * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
3965         windows problem for 'file delete $binfile'.
3966
3967 2009-06-23  Sami Wagiaalla  <swagiaal@redhat.com>
3968
3969         * gdb.cp/namespace-using.exp: New test.
3970         * gdb.cp/namespace-using.cc: New test.
3971
3972 2009-05-20  Joel Brobecker  <brobecker@adacore.com>
3973
3974         * gdb.ada/variant_record_packed_array: New testcase.
3975
3976 2009-06-23  Tom Tromey  <tromey@redhat.com>
3977
3978         * gdb.base/charset.exp (test_combination): Regression test.
3979         * gdb.base/charset.c (my_wchar_t): New typedef.
3980         (myvar): New global.
3981         (main): Set myvar.
3982
3983 2009-06-18  Pierre Muller  <muller@ics.u-strasbg.fr>
3984
3985         * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
3986         target.
3987
3988 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3989
3990         * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
3991
3992 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3993
3994         * gdb.mi/gdb680.exp: Update test for error message.
3995
3996 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3997
3998         * gdb.base/annota1.exp: Allow multiple occurrences of the
3999         frames-invalid annotation.
4000         * gdb.cp/annota2.exp: Likewise.
4001
4002 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
4003
4004         * gdb.cp/gdb2495.cc: New file.
4005         * gdb.cp/gdb2495.exp: New file.
4006
4007 2009-06-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4008
4009         Report error on GDB crash during runto.
4010         * lib/gdb.exp (runto <eof>): New.
4011
4012 2009-06-09  Daniel Jacobowitz  <dan@codesourcery.com>
4013
4014         * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
4015         gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
4016         gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
4017         gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
4018         gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
4019         gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
4020         gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
4021         gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
4022         gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
4023         gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
4024         gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
4025         gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
4026         gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
4027         gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
4028         gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
4029         gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
4030         gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
4031         gdb.server/server-mon.exp, gdb.server/server-run.exp,
4032         gdb.trace/actions.exp, gdb.trace/backtrace.exp,
4033         gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
4034         gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
4035         gdb.trace/passcount.exp, gdb.trace/report.exp,
4036         gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
4037         gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
4038         gdb.trace/while-stepping.exp: Use a unique name for the compiled
4039         executable.
4040
4041 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
4042
4043         * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
4044         defined before referencing it.
4045
4046 2009-06-03  Doug Evans  <dje@google.com>
4047
4048         * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
4049         * gdb.arch/i386-see.c: Ditto.
4050
4051 2009-05-30  Pierre Muller  <muller@ics.u-strasbg.fr>
4052
4053         * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
4054         (check_macro): Return 1 if undefined.
4055         If first test fails, check if macro debug information is available,
4056         and report unsupported test if no macro information is found.
4057
4058 2009-05-29  Doug Evans  <dje@google.com>
4059
4060         * gdb.threads/hand-call-in-threads.exp: New.
4061         * gdb.threads/hand-call-in-threads.c: New.
4062
4063 2009-05-29  Michael Snyder  <msnyder@vmware.com>
4064
4065         * gdb.base/break-always.exp: Change "1" to "on".
4066         Add confirmation check.
4067
4068 2009-05-28  Pedro Alves  <pedro@codesourcery.com>
4069
4070         * gdb.threads/threxit-hop-specific.c: New.
4071         * gdb.threads/threxit-hop-specific.exp: New.
4072         * gdb.threads/thread-execl.c: New.
4073         * gdb.threads/thread-execl.exp: New.
4074
4075 2009-05-27  Tom Tromey  <tromey@redhat.com>
4076             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4077
4078         * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
4079         (mi_child_regexp): Likewise.
4080         (mi_list_varobj_children_range): Likewise.
4081         (mi_get_features): Likewise.
4082         (mi_list_varobj_children): Rewrite.
4083         * gdb.python/python-mi.exp: New file.
4084
4085 2009-05-27  Tom Tromey  <tromey@redhat.com>
4086             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4087             Phil Muldoon  <pmuldoon@redhat.com>
4088             Paul Pluzhnikov  <ppluzhnikov@google.com>
4089
4090         * gdb.python/python-prettyprint.exp: New file.
4091         * gdb.python/python-prettyprint.c: New file.
4092         * gdb.python/python-prettyprint.py: New file.
4093         * gdb.base/display.exp: print/r is now valid.
4094
4095 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4096             Tom Tromey  <tromey@redhat.com>
4097             Pedro Alves  <pedro@codesourcery.com>
4098             Paul Pluzhnikov  <ppluzhnikov@google.com>
4099
4100         * gdb.python/python-template.exp: New file.
4101         * gdb.python/python-template.cc: New file.
4102         * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
4103         tests.
4104         * gdb.python/python-value.exp (py_objfile_tests): New proc.
4105         Call it.
4106         (test_value_after_death): New proc.
4107         * gdb.python/python-value.c (PTR): New typedef.
4108         (main): New variable 'x'.
4109
4110 2009-05-27  Tom Tromey  <tromey@redhat.com>
4111
4112         * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
4113         tests.
4114         * gdb.python/python-value.exp (py_objfile_tests): New proc.
4115         Call it.
4116
4117 2009-05-27  Pedro Alves  <pedro@codesourcery.com>
4118
4119         * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
4120
4121 2009-05-24  Pedro Alves  <pedro@codesourcery.com>
4122
4123         * gdb.threads/fork-thread-pending.c: New.
4124         * gdb.threads/fork-thread-pending.exp: New.
4125
4126 2009-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4127
4128         * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
4129         * gdb.dwarf2/dw2-strp.S (a_string2): New.
4130
4131 2009-05-18  Jon Beniston  <jon@beniston.com>
4132
4133         * gdb.asm/asm-source.exp: Add lm32 target.
4134
4135 2009-05-17  Pedro Alves  <pedro@codesourcery.com>
4136
4137         * gdb.base/foll-fork.c: Include stdlib.h.  Add markers for
4138         `gdb_get_line_number'.  Call `callee' in both parent and child.
4139         * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
4140         `gdb_get_line_number' instead of hardcoding line numbers.
4141         (catch_fork_unpatch_child): New procedure to test detaching
4142         breakpoints from child fork.
4143         (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
4144         hardcoding line numbers.
4145         (do_fork_tests): Run `catch_fork_unpatch_child'.
4146
4147 2009-05-17  Vladimir Prus  <vladimir@codesourcery.com>
4148
4149         * gdb.mi/mi-cmd-var.exp: Check that when varobj
4150         of structure type enters or leaves the scope, it
4151         is reported by -var-update.
4152
4153 2009-05-11  Doug Evans  <dje@sebabeach.org>
4154
4155         * gdb.mi/nsintrall.c (main): Fix off-by-one error.
4156         * gdb.threads/pending-step.c (main): Fix off-by-one error. 
4157         * gdb.threads/schedlock.c (main): Fix off-by-one error.
4158
4159 2009-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4160
4161         * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
4162
4163 2009-04-30  Doug Evans  <dje@google.com>
4164
4165         * gdb.threads/watchthreads2.exp: New testcase.
4166         * gdb.threads/watchthreads2.c: New testcase.
4167
4168 2009-04-29  Doug Evans  <dje@google.com>
4169
4170         * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
4171         * gdb.cp/mb-ctor.cc: Ditto.
4172         * gdb.cp/mb-inline.exp: Add multi-line source statement test.
4173         * gdb.cp/mb-inline.h (multi_line_foo): New function.
4174         * gdb.cp/mb-inline1.cc: Call it.
4175         * gdb.cp/mb-inline2.cc: Ditto.
4176         * gdb.cp/mb-templates.exp: Add multi-line source statement test.
4177         * gdb.cp/mb-templates.cc (multi_line_foo): New template.
4178
4179 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
4180
4181         * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
4182         (info_macro): Remova `decimal' declaration.  New variable `nonzero'.
4183         Replace all uses of `decimal' by `nonzero'.
4184         (info macro FROM_COMMANDLINE): New test.
4185
4186 2009-04-27  Tom Tromey  <tromey@redhat.com>
4187
4188         * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
4189
4190 2009-04-27  Doug Evans  <dje@google.com>
4191
4192         * gdb.threads/watchthreads.c (main): Initialize args before starting
4193         the threads.  Plus formatting cleanup.
4194         * gdb.threads/watchthreads.exp: Avoid errant failures due to
4195         biased scheduling of one thread.
4196
4197 2009-04-27  Jerome Guitton  <guitton@adacore.com>
4198
4199         * gdb.cp/templates.cc (GetMax): New template.
4200         (main): Declare two instances of GetMax.
4201         * gdb.cp/templates.exp: Add new test.
4202
4203 2009-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
4204
4205         * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
4206
4207 2009-04-22  Joseph Myers  <joseph@codesourcery.com>
4208
4209         * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
4210
4211 2009-04-15  Tom Tromey  <tromey@redhat.com>
4212
4213         * gdb.base/charset.exp: Add regression test.
4214
4215 2009-04-14  Joel Brobecker  <brobecker@adacore.com>
4216
4217         * gdb.base/exe-lock.exp: New testcase.
4218
4219 2009-04-13  Tom Tromey  <tromey@redhat.com>
4220
4221         * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
4222         operator on Frame.
4223
4224 2009-04-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4225
4226         * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
4227         * gdb.server/ext-attach.exp: Likewise.
4228
4229 2009-04-03  Vladimir Prus  <vladimir@codesourcery.com>
4230
4231         Eliminate some sleep usage.
4232
4233         * gdb.mi/basics.c (do_nothing): New.
4234         (main): Use do_nothing instead of printf, so that
4235         not to introduce race condition between output of
4236         inferiour and output of gdb. Do not use sleep as it
4237         is not generally available on embedded targets.
4238
4239 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
4240
4241         * gdb.server/ext-attach.exp: Expect an optional process id after
4242         "Detached from remote process".
4243
4244 2009-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4245
4246         * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
4247         gdb.dwarf2/dw2-unresolved.exp: New.
4248
4249 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
4250
4251         * gdb.mi/mi-nonstop-exit.exp: Don't check isnative.  Use
4252         mi_run_to_main.
4253
4254 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
4255
4256         * gdb.mi/mi-nonstop.exp: Don't check isnative.  Use
4257         mi_run_to_main.  Skip thread exit test on remote targets.
4258         * gdb.mi/mi-nsintrall.exp: Don't check isnative.  Use
4259         mi_run_to_main.
4260         * gdb.mi/mi-nsmoribund.exp: Don't check isnative.  Use
4261         mi_run_to_main.
4262         * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
4263         when expecting ^connected.  Detect when the target doesn't support
4264         non-stop mode.
4265         (mi_run_cmd): Detect if non-stop mode was requested by isn't
4266         supported.  Return -1 on error, 0 on success.
4267         (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
4268         (mi_runto): Return mi_runto_helper's result explicitly.
4269
4270 2009-04-01  Pedro Alves  <pedro@codesourcery.com>
4271
4272         * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
4273
4274 2009-04-01  Tom Tromey  <tromey@redhat.com>
4275
4276         * gdb.base/funcargs.exp: Set print frame-arguments to "all".
4277         * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
4278         * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
4279         * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
4280
4281 2009-03-31  Daniel Jacobowitz  <dan@codesourcery.com>
4282             Jan Kratochvil  <jan.kratochvil@redhat.com>
4283
4284         PR gdb/931
4285         * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
4286         output.
4287         * gdb.cp/templates.exp: Allow canonical output.  Remove KFAILs
4288         for gdb/931.
4289         * dw2-strp.S (DW_AT_language): Change to C++.
4290         (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
4291
4292 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
4293
4294         * gdb.ada/tasks: New testcase.
4295
4296 2009-03-30  Stan Shebs  <stan@codesourcery.com>
4297
4298         * gdb.trace/actions.exp: Update to match new info trace format.
4299         * gdb.trace/deltrace.exp: Ditto.
4300         * gdb.trace/infotrace.exp: Ditto.
4301         * gdb.trace/passcount.exp: Ditto.
4302         * gdb.trace/save-trace.exp: Ditto.
4303         * gdb.trace/while-stepping.exp: Ditto.
4304         * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
4305
4306 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4307
4308         * gdb.python/python-frame.c: New file.
4309         * gdb.python/python-frame.exp: New file.
4310
4311 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4312
4313         * gdb.python/python-value.exp: Add tests for the address
4314         attribute.
4315
4316 2009-03-29  Andreas Schwab  <schwab@linux-m68k.org>
4317
4318         * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
4319
4320 2009-03-26  Doug Evans  <dje@google.com>
4321
4322         * gdb.mi/mi-nonstop-exit.exp: New file.
4323         * gdb.mi/non-stop-exit.c: New file.
4324
4325 2009-03-26  Tom Tromey  <tromey@redhat.com>
4326
4327         Update for change to prologue skipping:
4328         * gdb.mi/mi2-simplerun.exp: Update.
4329         * gdb.mi/mi2-break.exp: Update.
4330         * gdb.mi/mi-simplerun.exp: Update.
4331         * gdb.mi/mi-break.exp: Update.
4332         * gdb.base/ending-run.exp: Update.
4333
4334 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4335
4336         * gdb.python/python-value.exp (test_value_in_inferior): Test
4337         gdb.Value.is_optimized_out attribute.
4338
4339 2009-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4340
4341         * gdb.dwarf2/dw2-noloc-main.c: New file.
4342         * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
4343         (.text): Remove.
4344         (.data): New.
4345         (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
4346         (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
4347         (DW_TAG_subprogram func_cu1, noloc): Remove.
4348         (main): New.
4349         * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
4350         `dw2-noloc-main.c'.  Test the new DIEs from `dw2-noloc.S'.
4351         (file_symbols): New procedure.
4352
4353 2009-03-25  Tom Tromey  <tromey@redhat.com>
4354
4355         * gdb.base/charset.exp (valid_target_charset): New proc.
4356         Use it to skip tests on invalid charsets.
4357
4358 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
4359
4360         * gdb.base/completion.exp: Add a test for directory completion.
4361
4362 2009-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4363
4364         Fix a racy FAIL.
4365         * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
4366         * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
4367
4368 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4369
4370         * gdb.python/python-cmd.exp: Add tests for keyword arguments.
4371         * gdb.python/python-function.exp: Add test for function returning
4372         a GDB value.
4373
4374 2009-03-20  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4375
4376         * gdb.python/python-function.exp: New file.
4377
4378 2009-03-20  Tom Tromey  <tromey@redhat.com>
4379
4380         * gdb.base/store.exp: Update for change to escape output.
4381         * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
4382         to escape output.
4383         * gdb.base/pointers.exp: Update for change to escape output.
4384         * gdb.base/long_long.exp (gdb_test_long_long): Update for change
4385         to escape output.
4386         * gdb.base/constvars.exp (do_constvar_tests): Update for change to
4387         escape output.
4388         * gdb.base/call-rt-st.exp (print_struct_call): Update for change
4389         to escape output.
4390         * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
4391         escape output.
4392         * gdb.base/setvar.exp: Update for change to escape output.
4393         * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
4394         * gdb.base/printcmds.exp (test_print_all_chars): Update for change
4395         to escape output.
4396         (test_print_string_constants): Likewise.
4397         * gdb.base/charset.exp (valid_host_charset): Check size of
4398         wchar_t.  Handle UCS-2 and UCS-4.  Add tests for wide and unicode
4399         cases.  Handle "auto"-related output.
4400         * gdb.base/charset.c (char16_t, char32_t): New typedefs.
4401         (uvar, Uvar): New globals.
4402
4403 2009-03-19  Jerome Guitton  <guitton@adacore.com>
4404
4405         * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
4406         deltas.
4407         * gdb.ada/fixed_points.exp: Ditto.
4408
4409 2009-03-18  Pedro Alves  <pedro@codesourcery.com>
4410
4411         * return-nodebug.c: Don't include stdio.h.
4412         (init): Delete.
4413         (func): Delete definition and provide extern declaration.
4414         (t): New.
4415         (main): Don't call printf.  Call func and store its result in t.
4416         * return-nodebug1.c: New.
4417         * return-nodebug.exp: Don't expect stdio output.  Instead, print
4418         the global variable t.  Drop printf formatters and cast types from
4419         foreach loop.  Don't use prepare_for_testing.  Compile
4420         return-nodebug.c and return-nodebug1.c in separate steps.  Don't
4421         define FORMAT or CAST.
4422
4423 2009-03-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
4424
4425         * gdb.base/solib-display.exp: Disable test for remote targers.
4426
4427 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4428
4429         * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
4430
4431 2009-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
4432
4433         Fix a racy FAIL.
4434         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
4435         code from `follow parent, print pids'.
4436         (`follow child, print pids', `follow parent, print pids'): Call it.
4437         Replace `gdb_test "break..."' by gdb_breakpoint.
4438
4439 2009-03-13  Vladimir Prus  <vladimir@codesourcery.com>
4440
4441         * gdb.mi/mi-cli.exp: Adjust for output difference in
4442         sync and async modes.
4443
4444 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
4445
4446         * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
4447         that was checked in by mistake. Remove loading of ada.exp, since
4448         this is not necessary in this case.
4449
4450 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
4451
4452         * gdb.ada/ptype_arith_binop.exp: New testcase.
4453
4454 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
4455
4456         * gdb.ada/mod_from_name: New testcase.
4457
4458 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
4459
4460         * gdb.ada/tick_last_segv: New testcase.
4461
4462 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
4463
4464         * gdb.mi/mi-cli.exp: Remove debug print.
4465
4466 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
4467
4468         * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
4469         include the token in ^running and frame info in *stopped.
4470
4471 2009-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
4472
4473         * solib-display.exp: New file.
4474         * solib-display-main.c: New file.
4475         * solib-display-lib.c: New file.
4476
4477 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
4478
4479         * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
4480
4481 2009-02-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4482
4483         * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
4484         (list_and_check_macro): Use more specific test name.
4485         (next to definition): Make the test names unique.
4486
4487 2009-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
4488
4489         * gdb.pascal/floats.exp: Accept approximate results everywhere.
4490
4491 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
4492
4493         * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
4494         notifications.
4495         * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
4496         * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
4497         * lib/mi-support.exp (library_loaded_re): New.
4498         (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
4499
4500 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
4501
4502         * gdb.gdb/observer.exp: Use test_notification observer, not
4503         normal_stop, everywhere.
4504         (test_normal_stop_notifications): Rename to...
4505         (test_notifications): ...this.
4506         (test_observer_normal_stop): Rename to...
4507         (test_observer): ...this.
4508
4509 2009-02-16  Doug Evans  <dje@google.com>
4510
4511         * gdb.arch/amd64-disp-step.S (test_int3): New test.
4512         * gdb.arch/amd64-disp-step.exp (test_int3): New test.
4513         * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
4514         (test_prefixed_syscall,test_int3): New tests.
4515         * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
4516         (test_prefixed_syscall,test_int3): New tests.
4517
4518 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
4519
4520         * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
4521         (mi_expect_interrupt): Likewise.
4522         * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
4523         response.
4524
4525 2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
4526
4527         * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
4528         * gdb.base/pc-fp.exp (get_valueofx): Remove.
4529         Replace calls to get_valueofx by get_hexadecimal_valueof.
4530
4531 2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
4532
4533         * lib/gdb.exp (get_valueof): Accept anything as a return value.
4534         (get_integer_valueof): New procedure.
4535         (get_sizeof): Use new get_integer_value_of.
4536         * gdb.base/sizeof.exp: Replace all uses of get_valueof
4537         by get_integer_valueof.
4538
4539 2009-02-13  Tom Tromey  <tromey@redhat.com>
4540
4541         * gdb.base/remote.exp (get_sizeof): Remove.
4542         * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
4543         * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
4544         * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
4545         * lib/gdb.exp (get_valueof): Move from long_long.exp.
4546         (get_sizeof): Likewise.
4547
4548 2009-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4549
4550         PR fortran/9806
4551         * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
4552
4553 2009-02-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
4554
4555         * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
4556
4557 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
4558
4559         * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
4560
4561 2009-02-06  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4562
4563         * gdb.python/python-cmd.exp: New file.
4564
4565 2009-02-06  Tristan Gingold  <gingold@adacore.com>
4566
4567         * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
4568
4569 2009-02-05  Tristan Gingold  <gingold@adacore.com>
4570
4571         * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
4572         pointer is dereferenced and use this signal name in regexp.
4573         * gdb.base/signull.exp: Ditto.
4574         * gdb.base/sigbpt.c (main): Catch SIGBUS too.
4575         * gdb.base/signull.c (main): Ditto.
4576
4577 2009-02-04  Tom Tromey  <tromey@redhat.com>
4578             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4579
4580         * gdb.python/python-value.exp: Use `gdb.history' instead of
4581         `gdb.value_from_history'.
4582         (test_value_numeric_ops): Add test for conversion of enum constant.
4583         * gdb.python/python-value.c (enum e): New type.
4584         (evalue): New global.
4585         (main): Use argv.
4586
4587 2009-02-04  Jerome Guitton  <guitton@adacore.com>
4588
4589         * gdb.ada/uninitialized_vars: New test program.
4590         * gdb.ada/uninitialized_vars.exp: New testcase.
4591
4592 2009-02-02  Tom Tromey  <tromey@redhat.com>
4593
4594         * gdb.cp/cpcompletion.exp: Name the test "pr9594".
4595         * gdb.cp/pr2489.cc: Rename...
4596         * gdb.cp/pr9594.cc: ... to this.
4597
4598 2009-02-02  Tom Tromey  <tromey@redhat.com>
4599
4600         * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
4601         * gdb.cp/pr2489.cc: New file.
4602         * gdb.cp/cpcompletion.exp: New file.
4603
4604 2009-02-02  Tom Tromey  <tromey@redhat.com>
4605
4606         PR exp/9059:
4607         * gdb.cp/call-c.exp: Add regression test.
4608         * gdb.cp/call-c.cc (FooHandle): New typedef.
4609         (main): New variable 'handle'.
4610
4611 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
4612
4613         * lib/mi-support.exp (et_mi_thread_list)
4614         (check_mi_and_console_threads): Adjust for current thread in
4615         -thread-list-ids output.
4616
4617 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
4618
4619         * gdb.mi/mi-break.exp (test_disabled_creation): New.
4620         Call it.
4621
4622 2009-01-28  Doug Evans  <dje@google.com>
4623
4624         * gdb.arch/amd64-disp-step.S: New file.
4625         * gdb.arch/amd64-disp-step.exp: New file.
4626         * gdb.arch/i386-disp-step.S: New file.
4627         * gdb.arch/i386-disp-step.exp: New file.
4628
4629 2009-01-27  Pierre Muller  <muller@ics.u-strasbg.fr>
4630
4631         * gdb.base/find.exp: Set newline variable
4632         using quotes instead of braces to fix cygwin failures.
4633
4634 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
4635
4636         * gdb.base/radix.exp: Add tests to ensure that that set
4637         input-radix 0 and set output-radix 0 are really rejected.
4638
4639 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
4640
4641         * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
4642         copyright years.
4643
4644 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
4645
4646         PR gdb/9664:
4647         * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
4648
4649 2009-01-22  Pedro Alves  <pedro@codesourcery.com>
4650
4651         PR c++/9631:
4652         * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
4653
4654 2009-01-22  Pierre Muller  <muller@ics.u-strasbg.fr>
4655
4656         * gdb.server/file-transfer.exp: Use EXEEXT variable for
4657         binfile definition to fix Windows OS failure.
4658
4659 2009-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
4660
4661         PR gdb/9346
4662         * gdb.base/interrupt.c (sigint_handler): New.
4663         (main): Install a SIGINT handler if SIGNALS is defined.  Exit
4664         on error.
4665         * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
4666         Test "signal SIGINT".
4667
4668 2009-01-19  Doug Evans  <dje@google.com>
4669
4670         * gdb.base/break.exp: Update expected gdb output.
4671         * gdb.base/sepdebug.exp: Ditto.
4672         * gdb.mi/mi-syn-frame.exp: Ditto.
4673         * gdb.mi/mi2-syn-frame.exp: Ditto.
4674         * gdb.base/call-signal-resume.exp: New file.
4675         * gdb.base/call-signals.c: New file.
4676         * gdb.base/unwindonsignal.exp: New file.
4677         * gdb.base/unwindonsignal.c: New file.
4678         * gdb.threads/interrupted-hand-call.exp: New file.
4679         * gdb.threads/interrupted-hand-call.c: New file.
4680         * gdb.threads/thread-unwindonsignal.exp: New file.
4681
4682 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
4683
4684         * gdb.base/define.exp: Test defining and hooking prefix commands.
4685         * gdb.python/python.exp: Update test for "show user" output.
4686
4687 2009-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4688
4689         * gdb.fortran/derived-type.exp: New variables int4 and real4.  Match
4690         now the output exactly, using less wildcards.  Expect also the output
4691         of gfortran-4.3.  Update for the f-valprint.c modification from
4692         2008-04-22.
4693         * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
4694         Remove gdb_test test names where matching the command.
4695
4696 2009-01-01  Pedro Alves  <pedro@codesourcery.com>
4697
4698         PR breakpoints/9681:
4699         * gdb.base/watchpoint.exp: Add regression test.
4700
4701 2008-12-31  Pedro Alves  <pedro@codesourcery.com>
4702
4703         * gdb.threads/attach-into-signal.exp: Don't use
4704         gdb_suppress_entire_file.
4705         * gdb.threads/attach-stopped.exp: Ditto.
4706         * gdb.threads/attachstop-mt.exp: Ditto.
4707
4708 2008-12-31  Pedro Alves  <pedro@codesourcery.com>
4709
4710         PR gdb/8812:
4711         * gdb.base/signal.exp: Change kfail to fail, and update PR number.
4712
4713 2008-12-29  Pedro Alves  <pedro@codesourcery.com>
4714
4715         PR gdb/7536:
4716         * gdb.base/radix.exp: Add tests to ensure invalid input radices
4717         and unsupported output radices are really rejected.
4718
4719 2008-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
4720
4721         * gdb.cp/punctuator.exp: Backslash the '$' signs.
4722
4723 2008-12-22  Tom Tromey  <tromey@redhat.com>
4724
4725         * gdb.cp/punctuator.exp: New file.
4726
4727 2008-12-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4728
4729         * gdb.base/completion.exp (Completing non-existing component): New test.
4730
4731 2008-12-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4732
4733         Fix for PR gdb/8648.
4734         * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
4735         gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
4736         gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
4737         gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
4738
4739 2008-12-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4740
4741         * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
4742
4743 2008-12-16  Christophe Lyon  <christophe.lyon@st.com>
4744
4745         * gdb.base/expand-psymtabs.c: Insert code in foo so that the
4746         compiler actually generate code at the expected line number.
4747
4748 2008-12-15  Jie Zhang  <jie.zhang@analog.com>
4749
4750         * gdb.base/consecutive.exp: Don't use global in gdb_expect.
4751
4752 2008-12-12  Tom Tromey  <tromey@redhat.com>
4753
4754         * gdb.base/commands.exp (redefine_hook_test): New proc.
4755         Call it.
4756
4757 2008-12-11  Tom Tromey  <tromey@redhat.com>
4758
4759         * gdb.base/macscp.exp: New regression test.
4760
4761 2008-12-11  Tom Tromey  <tromey@redhat.com>
4762
4763         * gdb.base/macscp.exp: Print "address.addr".
4764         * gdb.base/macscp1.c (struct outer): New struct.
4765         (address): New global.
4766
4767 2008-12-09  Tom Tromey  <tromey@redhat.com>
4768
4769         * gdb.base/commands.exp (redefine_backtrace_test): New proc.
4770         Call it.
4771
4772 2008-12-04  Doug Evans  <dje@google.com>
4773
4774         * gdb.server/ext-run.exp: Relax regexp for init program.
4775
4776 2008-12-03  Tristan Gingold  <gingold@adacore.com>
4777
4778         * gdb.base/macscp.exp: Generate an object file during compilation
4779         to work around Darwin dsymutil limitations.
4780
4781 2008-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4782
4783         Test resolving external references to TLS variables.
4784         * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
4785         FILE2_THREAD_LOCAL.
4786         (testfile2, srcfile2): New variables.
4787         * gdb.threads/tls.c (file2_thread_local)
4788         (function_referencing_file2_thread_local): New.
4789         * gdb.threads/tls2.c: New file.
4790
4791 2008-11-28  Joel Brobecker  <brobecker@adacore.com>
4792
4793         * gdb.ada/int_deref.exp: Convert the addresses into long_integer
4794         rather than integer, as integer might not be big enough when
4795         on 64bit targets.
4796
4797 2008-11-27  Jerome Guitton  <guitton@adacore.com>
4798
4799         * gdb.cp/formatted-ref.exp: Add equality test.
4800         * gdb.ada/formatted_ref.exp: Ditto.
4801
4802 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
4803
4804         * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
4805         * gdb.base/start.exp: New comment about an alternative - `runto_main'.
4806
4807 2008-11-20  Andreas Schwab  <schwab@suse.de>
4808
4809         * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
4810         matching syscall entry point.
4811         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4812         (tcatch_vfork_then_child_follow): Likewise.  Finish through
4813         vfork even if we stopped at the syscall trampoline.
4814
4815 2008-11-20  Doug Evans  <dje@google.com>
4816
4817         * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
4818
4819 2008-11-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4820
4821         * gdb.arch/ppc-dfp.exp: New file.
4822         * gdb.arch/ppc-dfp.c: New file.
4823
4824 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
4825
4826         * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
4827
4828 2008-11-17  Doug Evans  <dje@google.com>
4829
4830         * gdb.mi/mi-syn-frame.exp: Update expected output.
4831         * gdb.mi/mi2-syn-frame.exp: Update expected output.
4832
4833 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
4834
4835         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
4836         "thread N" results in =thread-selected.
4837         * lib/mi-support (mi_run_cmd, mi_expect_stop)
4838         (mi_send_resuming_command_raw): Be prepared for
4839         =thread-selected.
4840
4841 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
4842
4843         * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
4844         * lib/mi-support.exp: Likewise.
4845
4846 2008-11-16  Joel Brobecker  <brobecker@adacore.com>
4847
4848         * gdb.base/help.exp: Remove the "catch load" and "catch unload"
4849         commands from the expected output for "help catch".
4850
4851 2008-11-15  Joel Brobecker  <brobecker@adacore.com>
4852
4853         * gdb.ada/int_deref.exp: New testcase.
4854
4855 2008-11-14  Nick Roberts  <nickrob@snap.net.nz>
4856
4857         * gdb.mi/gdb2549.exp: New file.
4858
4859 2008-11-11  Doug Evans  <dje@google.com>
4860
4861         * gdb.base/callexit.exp: New file.
4862         * gdb.base/callexit.c: New file.
4863
4864 2008-11-10  Doug Evans  <dje@google.com>
4865
4866         * lib/gdb.exp (GDBFLAGS): Move -nx ...
4867         (INTERNAL_GDBFLAGS): ... to here.  Move -nw to here as well.
4868         (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
4869         (default_gdb_start,default_gdb_exit): Ditto.
4870         * lib/mi-support.exp (default_mi_gdb_start): Ditto.
4871         (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
4872         * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
4873         * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
4874         * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
4875         * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
4876
4877 2008-11-03  Andreas Schwab  <schwab@suse.de>
4878
4879         * gdb.base/hashline2.exp: Fix typo.
4880         * gdb.base/hashline3.exp: Likewise.
4881
4882 2008-10-30  Tom Tromey  <tromey@redhat.com>
4883
4884         * gdb.base/pointers.exp: Add test.
4885         * gdb.base/pointers.c (k, S): New typedefs.
4886         (instance): New global.
4887
4888 2008-10-30  Andreas Schwab  <schwab@suse.de>
4889
4890         * gdb.base/args.exp: Add tests for newlines.
4891
4892 2008-10-30  Joel Brobecker  <brobecker@adacore.com>
4893
4894         gdb.base/foll-exec.exp: Update the expected output of a couple
4895         of "info breakpoints" tests.
4896
4897 2008-10-28  Tom Tromey  <tromey@redhat.com>
4898
4899         * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
4900
4901 2008-10-24  Pedro Alves  <pedro@codesourcery.com>
4902
4903         * gdb.python/python-value.exp (test_value_in_inferior): Don't use
4904         gdb_start_cmd.
4905         Use runto_main before any test that requires execution.
4906
4907 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
4908
4909         * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
4910         instead of SIGINT.
4911
4912 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
4913
4914         * gdb.base/completion.exp: Update expected output following
4915         the addition of the "info tasks" command.
4916
4917 2008-10-22  Tom Tromey  <tromey@redhat.com>
4918
4919         * gdb.base/exprs.exp (test_expr): Add test for string
4920         concatenation.
4921
4922 2008-10-19  Pedro Alves  <pedro@codesourcery.com>
4923
4924         * configure.ac: Output gdb.python/Makefile.
4925         * configure: Regenerate.
4926         * gdb.python/Makefile.in: New.
4927
4928 2008-10-16  Joel Brobecker  <brobecker@adacore.com>
4929
4930         * gdb.base/foll-fork.exp: Adjust the expected output to match
4931         the new description for fork/vfork catchpoints in the "info
4932         breakpoints" output.
4933
4934 2008-10-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
4935
4936         * Makefile.in: Add gdb.python to ALL_SUBDIRS.
4937
4938 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4939
4940         * gdb.python/python-value.c: New file.
4941         * gdb.python/python-value.exp: New file.
4942
4943 2008-10-15  Pedro Alves  <pedro@codesourcery.com>
4944
4945         * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
4946
4947 2008-10-15  Denis Pilat  <denis.pilat@st.com>
4948
4949         * gdb.cp/mb-ctor.exp: Fix a typo.
4950
4951 2008-10-09  Tom Tromey  <tromey@redhat.com>
4952
4953         * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
4954         'fprintf' and 'stderr'.
4955
4956 2008-10-07  Joel Brobecker  <brobecker@adacore.com>
4957
4958         * gdb.ada/ref_tick_size.exp: New testcase.
4959
4960 2008-10-06  Doug Evans  <dje@google.com>
4961
4962         * gdb.dwarf2/dw2-cu-size.exp: New file.
4963         * gdb.dwarf2/dw2-cu-size.S: New file.
4964
4965         * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
4966         .Ltype_int for clarity.
4967
4968 2008-10-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
4969
4970         PR gdb/2384:
4971         * gdb.cp/gdb2384.exp: Extended to test more cases.
4972         * gdb.cp/gdb2384.cc: Likewise.
4973         * gdb.cp/gdb2384-base.h: Likewise.
4974         * gdb.cp/gdb2384-base.cc: Likewise.
4975
4976 2008-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4977
4978         * gdb.base/maint.exp (maint print type): Remove printing
4979         UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
4980
4981 2008-09-30  Tom Tromey  <tromey@redhat.com>
4982
4983         * gdb.base/macscp.exp: Add completion tests.
4984         * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
4985         (TWENTY_THREE): Likewise.
4986         (FORTY_EIGHT): Likewise.
4987
4988 2008-09-30  Tom Tromey  <tromey@redhat.com>
4989
4990         * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
4991         everywhere.
4992         * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
4993
4994 2008-09-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4995
4996         * gdb.threads/attachstop-mt.exp: Note a real testcase name this
4997         testcase is derived from.  Fix racy dependency on an expected PID
4998         number.  No longer support the testcase on Linux kernel 2.4.x.
4999
5000 2008-09-27  Tom Tromey  <tromey@redhat.com>
5001
5002         * gdb.base/macscp.exp: Add tests for stringification, splicing,
5003         and varargs.
5004
5005 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
5006
5007         * lib/mi-support.exp (mi_expect_interrupt): New.
5008         (mi_reverse_list, mi_check_thread_states): New, moved and renamed
5009         from gdb.mi/mi-nonstop.exp.
5010         * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
5011         * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
5012         lib/mi-support.exp.
5013         Use mi_check_thread_states throughout.  Avoid ".*" and do not
5014         require an anchor after -exec-run.
5015
5016 2008-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
5017
5018         * gdb.mi/mi-nonstop.exp: Do not check thread state while a
5019         stop is pending.  Avoid ".*" when two stops are pending.
5020         * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
5021         (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
5022         newlines in fullnames.
5023         * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
5024         (mi_expect_stop): Update comments.  Only anchor in sync mode.
5025         Do not match newlines.
5026         (mi_send_resuming_command_raw): Always return status.
5027         (mi_get_stop_line): Do not match more than one line by accident.
5028         Only anchor in sync mode.
5029         (mi_run_inline_test): If -exec-next fails, give up.
5030
5031 2008-09-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5032
5033         * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
5034         on SPU.
5035
5036 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
5037
5038         * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
5039
5040 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
5041
5042         * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
5043         gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
5044         gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
5045         gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
5046         gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
5047         gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
5048         gdb.ada/interface.exp, gdb.ada/null_array.exp,
5049         gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
5050         gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
5051         gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
5052         gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
5053         Include the "= " sequence in the expected output of print tests.
5054
5055 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
5056
5057         * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
5058         description for boolean types.
5059
5060 2008-09-09  Pedro Alves  <pedro@codesourcery.com>
5061
5062         * gdb.base/hook-stop-continue.c: New.
5063         * gdb.base/hook-stop-continue.exp: New.
5064
5065 2008-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
5066
5067         * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
5068
5069 2008-09-08  Jerome Guitton  <guitton@adacore.com>
5070
5071         * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
5072         (stack_check_probe_2, stack_check_probe_loop_1)
5073         (stack_check_probe_loop_2): New functions.
5074         (main): Add call to these new functions.
5075         * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
5076         functions, check that the breakpoint is inserted at the appropriate
5077         location.
5078         (insert_breakpoint): Slightly refine this procedure so that it can
5079         be called several times in the test.
5080
5081 2008-09-08  Jerome Guitton  <guitton@adacore.com>
5082
5083         * gdb.base/stack-checking.c: New file.
5084         * gdb.base/stack-checking.exp: New file.
5085
5086 2008-09-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5087
5088         * gdb.arch/altivec-abi.exp: Remove extra verbose call.
5089         * gdb.arch/altivec-regs.exp: Likewise.
5090         * gdb.arch/vsx-regs.exp: Likewise.
5091
5092 2008-09-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5093
5094         * gdb.arch/ppc-fp.exp: New file.
5095         * gdb.arch/ppc-fp.c: New file.
5096
5097 2008-09-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
5098
5099         *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
5100         lest gcc-4.3.1 optimizes the whole thing away.
5101
5102 2008-09-04  Michael Snyder  <msnyder@vmware.com>
5103
5104         * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
5105         as "at" (for non-debug functions such as _start).
5106
5107 2008-09-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5108
5109         * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
5110         * gdb.base/watchpoint-solib.exp: Likewise.  Update tests to handle
5111         software watchpoints.
5112         * gdb.base/watch_thread_num.exp: Likewise.
5113
5114 2008-09-03  Aleksandar Ristovski  <aristovski@qnx.com>
5115
5116         * gdb.arch/i386-bp_permanent.exp: New test.
5117
5118 2008-08-24  Tom Tromey  <tromey@redhat.com>
5119
5120         * gdb.base/maint.exp: Update "maint print type".
5121
5122 2008-08-21  Vladimir Prus  <vladimir@codesourcery.com>
5123
5124         * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
5125         support.  Adjust the order of "*running" notifications.
5126         * gdb.mi/non-stop.c: Don't cast from int to void* and
5127         back.
5128
5129 2008-08-20  Mark Kettenis  <kettenis@gnu.org>
5130
5131         * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
5132         expect to find it in the "info frame" output.
5133
5134 2008-08-20  Daniel Jacobowitz  <dan@codesourcery.com>
5135
5136         * gdb.base/interp.exp: Always consume both prompts.
5137
5138 2008-08-20  Pedro Alves  <pedro@codesourcery.com>
5139
5140         * gdb.base/pending.exp: Test pending breakpoints without symbols
5141         loaded.
5142
5143 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
5144
5145         * lib/mi-support.exp (mi_expect_stop): Produce
5146         more details on failures.
5147         * gdb.mi/mi-nonstop.exp: New.
5148         * gdb.mi/non-stop.c: New.
5149
5150 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
5151
5152         * gdb.mi/mi-async.exp: Use 'set target-async'.
5153         * lib/mi-support.exp: Use 'set/show target-async'.
5154
5155 2008-08-18  Daniel Jacobowitz  <dan@codesourcery.com>
5156
5157         * gdb.arch/powerpc-prologue.exp: Correct saved registers.
5158
5159 2008-08-17  Tom Tromey  <tromey@redhat.com>
5160
5161         * gdb.base/help.exp (help catch): Rewrite.
5162
5163 2008-08-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5164
5165         * gdb.base/define.exp: Test indented command documentation.
5166         * gdb.python/python.exp: Test indented multi-line command.
5167
5168 2008-08-15  Luis Machado  <luisgpm@br.ibm.com>
5169
5170         * testsuite/gdb.arch/vsx-regs.c: New source file.
5171         * testsuite/gdb.arch/vsx-regs.exp: New testcase.
5172         * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
5173
5174 2008-08-14  Tom Tromey  <tromey@redhat.com>
5175
5176         * gdb.base/macscp.exp: Add regression test for "macro define" or
5177         "macro undef" with no arguments.
5178
5179 2008-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
5180
5181         * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
5182
5183 2008-08-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5184
5185         * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
5186
5187 2008-08-06  Tom Tromey  <tromey@redhat.com>
5188
5189         * gdb.python/python.exp: New file.
5190
5191 2008-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5192
5193         Fix for PR gdb/1543.
5194         * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
5195         $LOCATION.
5196         (location): New variable.
5197         * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
5198         config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
5199         config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
5200         config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
5201         gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
5202         gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
5203         gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
5204         gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
5205         gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
5206         gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
5207         gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
5208         gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
5209         gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
5210         gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
5211         gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
5212         gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
5213         gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
5214         gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
5215         gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
5216         gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
5217         gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
5218         gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
5219         gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
5220         gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
5221         gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
5222         gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
5223         gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
5224         gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
5225         gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
5226         gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
5227         gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
5228         gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
5229         gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
5230         gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
5231         gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
5232         gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
5233         gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
5234         gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
5235         gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
5236         gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
5237         gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
5238         gdb.base/type-opaque.exp, gdb.base/until.exp,
5239         gdb.base/value-double-free.c, gdb.base/varargs.exp,
5240         gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
5241         gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
5242         gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
5243         gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
5244         gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
5245         gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
5246         gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
5247         gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
5248         gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
5249         gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
5250         gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
5251         gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
5252         gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
5253         gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
5254         gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
5255         gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
5256         gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
5257         gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
5258         gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
5259         gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
5260         gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
5261         gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
5262         gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
5263         gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
5264         gdb.pascal/types.exp, gdb.stabs/weird.exp,
5265         gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
5266         gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
5267         gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
5268         gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
5269         gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
5270         gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
5271         gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
5272         gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
5273         gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
5274         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
5275         gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
5276         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
5277         lib/mi-support.exp, lib/trace-support.exp: Remove reference
5278         to bug-gdb@prep.ai.mit.edu .
5279
5280 2008-07-31  Vladimir Prus  <vladimir@codesourcery.com>
5281
5282         * lib/mi-support.exp (mi_load_shlibs): New.
5283         * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
5284
5285 2008-07-30  Vladimir Prus  <vladimir@codesourcery.com>
5286
5287         * lib/mi-support.exp (get_mi_thread_list)
5288         (check_mi_and_console_threads): New, moved from ...
5289         * gdb.mi/mi-pthread.exp: ...here.
5290         * gdb.mi/gdb669.exp (get_mi_thread_list)
5291         (check_mi_and_console_threads): Delete.
5292         * gdb.mi/mi2-pthread.exp: Likewise.
5293
5294 2008-07-28  Tom Tromey  <tromey@redhat.com>
5295
5296         * Makefile.in (just-check): Remove.  Move body to...
5297         (check): ... here.
5298
5299 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
5300
5301         * gdb.threads/manythreads.exp: Use remote_expect instead of after.
5302         Add a test for duplicated SIGINTs.
5303
5304 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
5305
5306         * gdb.threads/schedlock.exp (get_args): Update to work for any
5307         value of NUM.
5308         (Top level): Report the number of threads that did not resume.
5309
5310 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
5311
5312         * gdb.dwarf2/dw2-compressed.S: Also define __start.
5313
5314 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
5315
5316         * lib/mi-support.exp (default_mi_gdb_start): Remove check for
5317         non-MI prompt.
5318
5319 2008-07-26  Tom Tromey  <tromey@redhat.com>
5320
5321         * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
5322         (function_struct, function_struct_ptr): New globals.
5323         * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
5324         function pointer in a struct.
5325
5326 2008-07-26  Tom Tromey  <tromey@redhat.com>
5327
5328         * gdb.base/macscp.exp: Add test for macro lexing bug.
5329
5330 2008-07-18  Tom Tromey  <tromey@redhat.com>
5331
5332         * gdb.base/macscp.exp: Add macro tests.
5333
5334 2008-07-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
5335
5336         * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
5337
5338 2008-07-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
5339
5340         * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
5341
5342 2008-07-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
5343
5344         * gdb.cp/class2.exp: fix for failure on spu-elf
5345
5346 2008-07-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
5347
5348         * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
5349
5350 2008-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5351
5352         * gdb.base/randomize.exp: Catch non-Linux targets as untested.
5353
5354 2008-07-12  Vladimir Prus  <vladimir@codesourcery.com>
5355
5356         * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
5357
5358 2008-07-11  Kevin Buettner  <kevinb@redhat.com>
5359
5360         * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
5361         of regexp to account for changes made to GDB in the printing of
5362         byte vectors.
5363
5364 2008-07-11  Tom Tromey  <tromey@redhat.com>
5365
5366         * gdb.base/completion.exp: Add 'help' completion test.
5367
5368 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
5369
5370         * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
5371
5372 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
5373
5374         * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
5375
5376 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
5377
5378         * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
5379
5380 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
5381
5382         * gdb.base/fullname.exp: Restore pwd if compiling failed.
5383
5384 2008-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5385
5386         * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
5387
5388 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
5389
5390         * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
5391         previous commit.  Add a comment.
5392
5393 2008-06-28  Pedro Alves  <pedro@codesourcery.com>
5394
5395         * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
5396
5397 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
5398
5399         * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
5400
5401 2008-06-27  Pedro Alves  <pedro@codesourcery.com>
5402
5403         * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
5404         (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
5405         compiling an executable, link in an object that forces unbuffered
5406         output.
5407         * lib/set_unbuffered_mode.c: New file.
5408
5409 2008-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5410
5411         * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
5412
5413 2008-06-25  Vladimir Prus  <vladimir@codesourcery.com>
5414
5415         * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
5416         mi_expect_stop.
5417         * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
5418         Demand that *running is output.
5419         (detect_async): Perform checking every time.
5420         (mi_send_resuming_command): Extract everything into...
5421         (mi_send_resuming_command_raw): ...this.
5422         (mi_expect_stop): Don't accept any output before *stopped.
5423
5424 2008-06-13  Vladimir Prus  <vladimir@codesourcery.com>
5425
5426         Robustify mi-simplerun.
5427         * gdb.mi/basics.c (main): Add a call to sleep.
5428         * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
5429         * gdb.mi/mi2-cli.exp: Likewise.
5430         * gdb.mi/mi-break.exp: Likewise.
5431
5432 2008-06-11  Vladimir Prus  <vladimir@codesourcery.com>
5433
5434         * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
5435
5436 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
5437
5438         * gdb.mi/mi-console.exp: Adjust.
5439         * gdb.mi/mi-syn-frame.exp: Adjust.
5440         * gdb.mi/mi2-console.exp: Adjust.
5441         * gdb.mi/mi2-syn-frame.exp: Adjust.
5442         * lib/mi-support.exp (mi_run_cmd): Adjust.
5443         (mi_send_resuming_command): Adjust.
5444
5445 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
5446
5447         * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
5448         * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
5449         testing of stopped.
5450         * gdb.mi/mi2-syn-frame.exp: Likewise.
5451         * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
5452         (async, detect_async): New.
5453         (mi_expect_stop, mi_continue_to_line): Adjust expectation
5454         depending on if we're running in sync or async mode.
5455
5456 2008-06-09  Tom Tromey  <tromey@redhat.com>
5457
5458         * gdb.base/completion.exp: New tests for field name completion
5459         with spaces, and field name completion with '->'.
5460
5461 2008-06-06  Tom Tromey  <tromey@redhat.com>
5462
5463         * gdb.base/break1.c (struct some_struct): New struct.
5464         (values): New global.
5465         * gdb.base/completion.exp: Add field name completion test.
5466
5467 2008-06-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
5468
5469         * gdb.cp/call-c.exp: Test for incorrect handling of reference
5470         to pointer.
5471         * gdb.cp/call-c.cc: Likewise.
5472
5473 2008-06-06  Nick Roberts  <nickrob@snap.net.nz>
5474
5475         * gdb.base/annota1.exp (thread_switch): Test for thread-changed
5476         annotation.
5477
5478 2008-06-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
5479             Pedro Alves  <pedro@codesourcery.com>
5480
5481         * gdb.threads/execl.c, gdb.threads/execl1.c,
5482         gdb.threads/execl.exp: New tests.
5483
5484 2008-06-05  Aleksandar Ristovski  <aristovski@qnx.com>
5485             Daniel Jacobowitz  <dan@codesourcery.com>
5486
5487         * gdb.cp/exception.exp: Activate test, make it work with pending
5488         catchpoints.
5489
5490 2008-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5491
5492         * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
5493
5494 2008-05-28  Vladimir Prus  <vladimir@codesourcery.com>
5495
5496         * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
5497         now printed.
5498         * gdb.mi/mi2-var-cmd.exp: Likewise.
5499
5500 2008-05-27  Andreas Schwab  <schwab@suse.de>
5501
5502         * gdb.base/frame-args.exp: Handle arguments that are optimized
5503         out.
5504
5505 2008-05-26  Luis Machado  <luisgpm@br.ibm.com>
5506
5507         * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
5508         quiet for ppc32 and group options into a single variable.
5509
5510 2008-05-23  Joel Brobecker  <brobecker@adacore.com>
5511
5512         * gdb.ada/null_array/foo.adb: Add multi-dimensional array
5513         of zero-size elements.
5514         * gdb.ada/null_array.exp: Test printing this new array.
5515
5516 2008-05-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
5517
5518         * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
5519
5520 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
5521
5522         * gdb.base/finish.exp: Test that "fin" works as an abbreviation
5523         of the "finish" command.
5524
5525 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
5526
5527         * gdb.base/annota1.exp: Test for new annotation.
5528
5529 2008-05-16  Pedro Alves  <pedro@codesourcery.com>
5530
5531         * gdb.base/fixsection.exp: New file.
5532         * gdb.base/fixsection0.c: New file.
5533         * gdb.base/fixsection1.c: New file.
5534
5535 2008-05-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5536
5537         * gdb.base/annota1.exp: Accept printf@... in place of printf.
5538         * gdb.base/annota3.exp: Likewise.
5539
5540 2008-05-13  Nathan Froyd  <froydnj@codesourcery.com>
5541
5542         * gdb.base/watch_thread_num.exp: Don't run tests that require
5543         watchpoints if the target doesn't support them.
5544
5545 2008-05-12  Doug Evans  <dje@google.com>
5546
5547         * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
5548
5549 2008-05-09  Joel Brobecker  <brobecker@adacore.com>
5550
5551         * gdb.ada/assign_1.exp: New testcase.
5552
5553 2008-05-09  Doug Evans  <dje@google.com>
5554
5555         * gdb.base/find.exp: New file.
5556         * gdb.base/find.c: New file.
5557
5558 2008-05-08  Daniel Jacobowitz  <dan@codesourcery.com>
5559
5560         * gdb.base/commands.exp (watchpoint_command_test): Handle
5561         gdb,no_hardware_watchpoints.
5562         * gdb.base/float.exp: Allow ARM targets without floating point.
5563         * gdb.base/step-test.exp: Allow callee@plt when stepping in.
5564
5565 2008-05-06  Jerome Guitton  <guitton@adacore.com>
5566             Joel Brobecker  <brobecker@adacore.com>
5567
5568         * gdb.ada/lang_switch: New test program.
5569         * gdb.ada/lang_switch.exp: New testcase.
5570
5571 2008-05-05  Doug Evans  <dje@google.com>
5572
5573         * gdb.base/help.exp (disassemble): Update expected help text.
5574
5575 2008-05-04  Pedro Alves  <pedro@codesourcery.com>
5576
5577         * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
5578
5579 2008-05-04  Pedro Alves  <pedro@codesourcery.com>
5580
5581         * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
5582         different times.
5583
5584 2008-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5585
5586         * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
5587         * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
5588         `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
5589         * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
5590
5591 2008-05-04  Vladimir Prus  <vladimir@codesourcery.com>
5592
5593         * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
5594         notification to appear.
5595
5596 2008-05-04  Daniel Jacobowitz  <dan@debian.org>
5597
5598         * gdb.base/fullname.c: New file.
5599         * gdb.base/fullname.exp: New file.
5600         * lib/gdb.exp (gdb_breakpoint): Support no-message option.
5601
5602 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
5603
5604         * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
5605         expressions with macros.
5606
5607 2008-05-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5608
5609         * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
5610
5611 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
5612
5613         * gdb.base/completion.exp: Handle lack of other symbols beginning
5614         with "a".
5615
5616         * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
5617
5618 2008-05-02  Jim Blandy  <jimb@codesourcery.com>
5619
5620         * gdb.asm/asmsrc1.s: Add scratch space.
5621
5622 2008-05-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5623             Daniel Jacobowitz  <dan@codesourcery.com>
5624
5625         * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
5626         gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
5627         gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
5628
5629 2007-05-01  Daniel Jacobowitz  <dan@codesourcery.com>
5630
5631         * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
5632
5633 2008-05-01  Joel Brobecker  <brobecker@adacore.com>
5634
5635         * gdb.base/info-target.exp: New testcase.
5636
5637 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
5638
5639         * gdb.cp/hang.exp: Use .cc instead of .C.
5640         * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
5641         * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
5642
5643 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
5644
5645         * gdb.base/gdb1250.exp: Remove perror.
5646         * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
5647
5648 2008-04-30  Pedro Alves  <pedro@codesourcery.com>
5649
5650         * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
5651         .2byte.
5652
5653 2008-04-25  Daniel Jacobowitz  <dan@codesourcery.com>
5654
5655         * gdb.base/macscp.exp: Enable kfails.  Compile with -g3 for GCC.
5656         (maybe_kfail): New.
5657
5658 2008-04-25  Pedro Alves  <pedro@codesourcery.com>
5659
5660         * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
5661
5662 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
5663
5664         * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
5665         * gdb.mi/mi2-syn-frame.exp: Likewise.
5666         * lib/mi-support.exp: Likewise.
5667
5668 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
5669
5670         * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
5671         to specify regexp for the location to stop at.
5672         * gdb.base/break-always.c: New.
5673         * gdb.base/break-always.exp: New.
5674
5675 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
5676
5677         * lib/mi-support.exp (mi_runto_helper): Adjust
5678         for the original-location field.
5679         (mi_create_breakpoint, mi_list_breakpoints): New.
5680         * gdb.mi/mi-break.exp: Adjust.
5681         * gdb.mi/mi2-break.exp: Adjust.
5682         * gdb.mi/mi-pending.exp: Adjust.
5683         * gdb.mi/mi-simplerun.exp: Adjust.
5684         * gdb.mi/mi2-simplerun.exp: Adjust.
5685         * gdb.mi/mi-syn-frame.exp: Adjust.
5686         * gdb.mi/mi2-syn-frame.exp: Adjust.
5687         * gdb.mi/mi-until.exp: Adjust.
5688         * gdb.mi/mi2-until.exp: Adjust.
5689         * gdb.mi/mi-var-display.exp: Adjust.
5690         * gdb.mi/mi2-var-display.exp: Adjust.
5691         * gdb.mi/mi-watch.exp: Adjust.
5692         * gdb.mi/mi2-watch.exp: Adjust.
5693
5694 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
5695
5696         * aclocal.m4: Add override.m4.
5697         * configure: Regenerate.
5698
5699 2008-04-19  Vladimir Prus  <vladimir@codesourcery.com>
5700
5701         * gdb.mi/var-cmd.c (do_at_tests): Verify that
5702         '-var-update --all-values' reports new value even the type
5703         of a variable object has changed.
5704
5705 2008-04-18  Craig Silverstein  <csilvers@google.com>
5706
5707         * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
5708         files.
5709
5710 2008-04-18  Joel Brobecker  <brobecker@adacore.com>
5711
5712         * gdb.ada/atomic_enum: New test program.
5713         * gdb.ada/atomic_enum.exp: New testcase.
5714
5715 2008-04-17  Doug Evans  <dje@google.com>
5716
5717         * gdb.opt/Makefile.in: Fix whitespace.
5718
5719 2008-04-17  Daniel Jacobowitz  <dan@codesourcery.com>
5720
5721         * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
5722
5723 2008-04-17  Doug Evans  <dje@google.com>
5724
5725         * gdb.base/hashline1.exp: New testcase.
5726         * gdb.base/hashline2.exp: New testcase.
5727         * gdb.base/hashline2.exp: New testcase.
5728
5729 2008-04-17  Pedro Alves  <pedro@codesourcery.com>
5730
5731         * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
5732
5733 2008-04-15  Aleksandar Ristovski  <aristovski@qnx.com>
5734
5735         * gdb.base/attach.exp (do_attach_tests): Matching pattern for
5736         temporary breakpoint to match "Temporary breakpoint".
5737         * gdb.base/break.exp (delete_breakpoints): Likewise.
5738         * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
5739         * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
5740         * gdb.base/display.exp: Likewise.
5741         * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
5742         * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
5743         * gdb.base/restore.exp (restore_tests): Likewise.
5744         * gdb.base/sepdebug.exp: Likewise.
5745         * gdb.base/watchpoint.exp: Likewise.
5746         * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
5747         * gdb.mi/mi-pending.exp: Likewise.
5748         * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
5749         * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
5750         * gdb.mi/mi-var-cmd.exp: Likewise.
5751         * gdb.mi/mi-var-display.exp: Likewise.
5752         * gdb.mi/mi2-cli.exp: Likewise.
5753         * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
5754         * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
5755         * gdb.mi/mi2-var-display.exp: Likewise.
5756         * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
5757         * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
5758         new "disp" field.
5759         (mi_expect_stop): Move after_reason argument to be really after
5760         reason. This is to support fix for PR2424.
5761
5762 2008-04-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5763
5764         * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
5765
5766 2008-04-13  Vladimir Prus  <vladimir@codesourcery.com>
5767
5768         * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
5769         field.  Add more floating varobj tests.
5770         * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
5771         field.
5772         * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
5773         (main): Call do_at_tests.
5774         * lib/mi-support.exp (mi_create_floating_varobj)
5775         (mi_varobj_update_with_type_change): New.
5776
5777 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
5778
5779         * gdb.mi/mi2-var-display.exp: Added tests for the new -f
5780         option of -var-evaluate-expression.
5781         * gdb.mi/mi2-var-display.exp: Likewise.
5782
5783 2008-04-07  Vladimir Prus  <vladimir@codesourcery.com>
5784
5785         Introduce test setup helpers.
5786         * lib/gdb.exp (build_executable, clean_restart)
5787         (prepare_for_testing): New.
5788         * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
5789         * gdb.base/return.exp: Likewise.
5790         * gdb.base/ending-run.exp: Likewise.
5791
5792 2008-04-07  Nick Roberts  <nickrob@snap.net.nz>
5793
5794         * gdb.mi/mi-async.exp: New test for asynchronous Machine
5795         Interface (MI) responses.
5796
5797 2008-04-06  Vladimir Prus  <vladimir@codesourcery.com>
5798
5799         * gdb.cp/breakpoint.cc: New code to test conditions involving
5800         member variables.
5801         * gdb.cp/breakpoint.exp: Test condition involving member
5802         variables.
5803
5804 2008-04-05  Vladimir Prus  <vladimir@codesourcery.com>
5805
5806         * lib/mi-support.exp (mi_expect_stop): New.
5807         (mi_run_cmd): Change the
5808         token.  Use mi_send_resuming_command, use
5809         mi_expect_stop.
5810         (mi_execute_to_helper): Rename to mi_execute_to.
5811         (mi_send_resuming_command): Add more error patterns.
5812         (mi_wait_for_stop): Renamed to...
5813         (mi_get_stop_line): ...this.
5814         (mi_run_inline_test): Adjust.
5815
5816         * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
5817         * gdb.mi/mi-console.exp: Likewise.
5818         * gdb.mi/mi-pending.exp: Likewise.
5819         * gdb.mi/mi-simplerun.exp: Likewise.
5820         * gdb.mi/mi-stack.exp: Likewise.
5821         * gdb.mi/mi-stepi.exp: Likewise.
5822         * gdb.mi/mi-syn-frame.exp: Add comment.
5823         * gdb.mi/mi-until.exp: Likewise.
5824         * gdb.mi/mi-var-display.exp: Likewise.
5825         * gdb.mi/mi-watch.exp: Likewise.
5826         * gdb.mi/mi2-cli.exp: Likewise.
5827         * gdb.mi/mi2-console.exp: Likewise.
5828         * gdb.mi/mi2-simplerun.exp: Likewise.
5829         * gdb.mi/mi2-stack.exp: Likewise.
5830         * gdb.mi/mi2-stepi.exp: Likewise.
5831         * gdb.mi/mi2-until.exp: Likewise.
5832         * gdb.mi/mi2-var-display.exp: Likewise.
5833         * gdb.mi/mi2-watch.exp: Likewise.
5834
5835 2008-04-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5836
5837         * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
5838
5839         * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
5840
5841 2008-04-04  Pedro Alves  <pedro@codesourcery.com>
5842
5843         * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
5844         gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
5845         gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
5846         gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
5847         gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
5848         gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
5849         expect an mi error duplicated in stderr.
5850
5851 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
5852
5853         * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
5854         * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
5855         Add a couple of tests that verify the behavior when the new setting
5856         is set to "cancel" and "all".
5857         * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
5858         "ask" before we start the testing.
5859
5860 2008-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
5861
5862         * gdb.cp/casts.cc: Add class reference variables.
5863         * gdb.cp/casts.exp: New test cases for up/down casting references.
5864
5865 2008-04-01  Marc Khouzam  <marc.khouzam@ericsson.com>
5866
5867         * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
5868         instead of beginning to make an extra test pass.
5869         * gdb.mi/mi2-var-display.exp: Likewise.
5870
5871 2008-03-31  Maciej W. Rozycki  <macro@mips.com>
5872
5873         * gdb.base/break.exp: Mark failures as such.  Fix formatting.
5874
5875 2008-03-31  Markus Deuling  <deuling@de.ibm.com>
5876             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5877
5878         * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
5879         value.  Add xfail for older kernels.
5880
5881 2008-03-28  Aleksandar Ristovski  <aristovski@qnx.com>
5882
5883         Bring mi-support in line with gdb.exp.
5884         * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
5885         (mi_gdb_start): New function.
5886
5887 2008-03-28  Maciej W. Rozycki  <macro@mips.com>
5888
5889         * gdb.mi/mi-var-cmd.exp: Fix a typo.
5890
5891 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
5892
5893         * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
5894         * gdb.mi/mi2-var-display.exp: Likewise.
5895
5896 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
5897
5898         * lib/mi-support.exp (mi_create_varobj_checked): New.
5899         (mi_list_varobj_children): Allow to check for a
5900         value.
5901         (mi_list_array_varobj_children): New.
5902
5903         * gdb.mi/mi-var-child.exp: Use mi_create_varobj
5904         and mi_list_varobj_children, as opposed to hardcoding
5905         expected strings.
5906         * gdb.mi/gdb701.exp: Likewise.
5907         * gdb.mi/gdb792.exp: Likewise.
5908         * gdb.mi/mi-var-block.exp: Likewise.
5909         * gdb.mi/mi-var-cmd.exp: Likewise.
5910         * gdb.mi/mi-var-invalidate.exp: Likewise.
5911         * gdb.mi/mi2-var-block.exp: Likewise.
5912         * gdb.mi/mi2-var-child.exp: Likewise.
5913         * gdb.mi/mi2-var-cmd.exp: Likewise.
5914         * gdb.mi/mi2-var-display.exp: Likewise.
5915
5916 2008-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5917
5918         Fix random false FAILs on i386.
5919         * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
5920
5921 2008-03-23  Daniel Jacobowitz  <dan@codesourcery.com>
5922
5923         PR gdb/544
5924         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
5925
5926 2008-03-23  Daniel Jacobowitz  <dan@codesourcery.com>
5927
5928         PR gdb/544
5929         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
5930
5931 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
5932
5933         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
5934         fixed PR gdb/544.
5935
5936 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
5937
5938         * gdb.threads/fork-child-threads.exp: Test next over fork.
5939
5940 2008-03-21  Chris Demetriou  <cgd@google.com>
5941
5942         * gdb.base/break.exp (rbreak junk): New test for rbreak
5943         "Junk at end of arguments" issue.
5944
5945 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
5946
5947         * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
5948         *& to work on created array elements.
5949         (Top level): Test print $pc with a file.  Test string operations
5950         without a target.
5951         * gdb.base/ptype.exp: Do not expect *& to work on created array
5952         elements.
5953
5954 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
5955
5956         * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
5957         gdb.threads/staticthreads.exp: Update exit query.
5958
5959 2008-03-07  Sandra Loosemore  <sandra@codesourcery.com>
5960
5961         * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
5962
5963 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
5964
5965         * gdb.base/watchpoint.c (global_ptr, func4): New.
5966         (main): Call func4.
5967         * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
5968         (test_inaccessible_watchpoint): New.
5969
5970 2008-02-29  Maciej W. Rozycki  <macro@mips.com>
5971
5972         * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
5973         select the largest.
5974
5975 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
5976
5977         * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
5978         frames-invalid annotations.
5979
5980 2008-02-28  Pierre Muller  <muller@ics.u-strasbg.fr>
5981
5982         * gdb.base/assign.exp: avoid same output for different tests.
5983
5984 2008-02-27  Doug Evans  <dje@google.com>
5985
5986         * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
5987         for bug 1738.
5988         (breakpoint_to_handler_entry): Ditto.
5989
5990 2008-02-27  Joel Brobecker  <brobecker@adacore.com>
5991
5992         * gdb.base/ending-run.exp: Use the first line of code inside
5993         function body to test breakpoints.
5994         * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
5995         location where the breakpoint is inserted when using the line
5996         where a function is declared. Fix typo in the description of
5997         one of the tests.
5998         * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
5999
6000 2008-02-27  Pierre Muller  <muller@ics.u-strasbg.fr>
6001
6002         * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
6003         tests.
6004
6005 2008-02-27  Pierre Muller  <muller@ics.u-strasbg.fr>
6006
6007         * gdb.base/args.exp: avoid same output for tests
6008         with single quotes.
6009
6010 2008-02-26  Vladimir Prus  <vladimir@codesourcery.com>
6011
6012         * gdb.base/annota1.exp: Adjust for 'info break'
6013         format changes.
6014         * gdb.base/annota3.exp: Likewise.
6015         * gdb.base/break.exp: Likewise.
6016         * gdb.base/condbreak.exp: Likewise.
6017         * gdb.base/pending.exp: Likewise.
6018         * gdb.base/sepdebug.exp: Likewise.
6019         * gdb.base/unload.exp: Likewise.
6020         * gdb.cp/ovldbreak.exp: Likewise.
6021         * gdb.mi/mi-pending.exp: Likewise.
6022
6023 2008-02-07  Doug Evans  <dje@google.com>
6024
6025         * gdb.cp/mb-inline.exp: New.
6026         * gdb.cp/mb-inline.h: New.
6027         * gdb.cp/mb-inline1.cc: New.
6028         * gdb.cp/mb-inline2.cc: New.
6029
6030 2008-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
6031
6032         * gdb.pascal/floats.pas: New test program.
6033         * gdb.pascal/floats.exp: New testcase.
6034
6035 2008-02-06  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6036
6037         * gdb.base/callfuncs.c (t_float_many_args): New function.
6038         (t_double_many_args): New function.
6039         * gdb.base/callfuncs.exp: Add tests for exceeding float
6040         and double parameters passed through the stack.
6041
6042 2008-02-05  Joel Brobecker  <brobecker@adacore.com>
6043
6044         * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
6045         gdb.ada/complete/foo.adb: New files.
6046         * gdb.ada/complete.exp: New testcase.
6047
6048 2008-02-03  Doug Evans  <dje@google.com>
6049
6050         * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
6051
6052         * gdb.cp/gdb2384.exp: New file.
6053         * gdb.cp/gdb2384.cc: New file.
6054         * gdb.cp/gdb2384-base.h: New file.
6055         * gdb.cp/gdb2384-base.cc: New file.
6056
6057 2008-02-02  Doug Evans  <dje@google.com>
6058
6059         * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
6060
6061 2007-02-01  Joel Brobecker  <brobecker@adacore.com>
6062
6063         * gdb.ada/sym_print_name: New test program.
6064         * gdb.ada/sym_print_name.exp: New testcase.
6065
6066 2007-02-01  Joel Brobecker  <brobecker@adacore.com>
6067
6068         * gdb.ada/nested/hello.adb: New file.
6069         * gdb.ada/nested.exp: New testcase.
6070         * gdb.ada/Makefile.in (EXECUTABLES): Update list.
6071
6072 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
6073
6074         * gdb.mi/basic.c (return_1): New function.
6075         * gdb.mi/mi-break.exp: Make sure that failed -break-insert
6076         don't cause future evaluations of function to report
6077         creation of internal breakpoints.
6078
6079 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
6080
6081         * gdb.mi/mi-break.exp (test_error): New.
6082         Call it.
6083
6084 2008-01-31  Luis Machado  <luisgpm@br.ibm.com>
6085
6086         * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
6087         * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
6088
6089 2008-01-31  Pierre Muller  <muller@ics.u-strasbg.fr>
6090
6091         * gdb.pascal/integers.pas: New test program.
6092         * gdb.pascal/integers.exp: New testcase.
6093
6094 2008-01-31  Pierre Muller  <muller@ics.u-strasbg.fr>
6095
6096         * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
6097
6098 2008-01-30  Luis Machado  <luisgpm@br.ibm.com>
6099
6100         * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
6101         * gdb.arch/powerpc-d128-regs.c: New testcase source file.
6102
6103 2008-01-30  Paul Hilfinger  <hilfinger@adacore.com>
6104
6105         * gdb.ada/formatted_ref: New test program.
6106         * gdb.ada/formatted_ref.exp: New testcase.
6107
6108         * gdb.cp/formatted-ref.cc: New file.
6109         * gdb.cp/formatted-ref.exp: New testcase.
6110
6111 2008-01-30  Joel Brobecker  <brobecker@adacore.com>
6112
6113         * gdb.base/ptype.exp: Add testing of "ptype $pc".
6114
6115 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
6116
6117         * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
6118         (test_file_list_exec_source_file): Update to new macro-info field.
6119
6120 2008-01-30  Paul N. Hilfinger  <hilfinger@adacore.com>
6121
6122         * gdb.ada/exprs: New test program.
6123         * gdb.ada/exprs.exp: New testcase.
6124
6125 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6126
6127         * dfp-test.c (DELTA, DELTA_B): New definitions.
6128         (double_val1, double_val2, double_val3, double_val4, double_val5,
6129         double_val6, double_val7, double_val8, double_val9, double_val10,
6130         double_val11, double_val12, double_val13, double_val14, dec32_val1,
6131         dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
6132         dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
6133         dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
6134         dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
6135         dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
6136         dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
6137         dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
6138         dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
6139         dec128_val12, dec128_val13, dec128_val14, dec128_val15,
6140         dec128_val16): New global variables.
6141         (decimal_dec128_align): New function.
6142         (decimal_mixed): Likewise.
6143         (decimal_many_args_dec32): Likewise.
6144         (decimal_many_args_dec64): Likewise.
6145         (decimal_many_args_dec128): Likewise.
6146         (decimal_many_args_mixed): Likewise.
6147         * dfp-test.exp: Add tests calling new inferior functions.
6148
6149 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
6150
6151         * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
6152         gdb.server/ext-run.exp: New files.
6153         * lib/gdbserver-support.exp (gdbserver_download): New.
6154         (gdbserver_start): New.  Update gdbserver expected
6155         output.
6156         (gdbserver_spawn): Use them.
6157         (gdbserver_start_extended): New.
6158
6159 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
6160
6161         * gdb.base/foll-exec.exp: Update header.  Skip on remote targets.
6162         Run on GNU/Linux.
6163         (do_exec_tests): Check for systems which do not support catchpoints.
6164         Do not match START.
6165         * gdb.base/foll-fork.exp: Update header.  Skip on remote targets.
6166         Run on GNU/Linux.  Enable verbose output.
6167         (check_fork_catchpoints): New.
6168         (explicit_fork_child_follow, catch_fork_child_follow)
6169         (tcatch_fork_parent_follow): Update expected messages.
6170         (do_fork_tests): Use check_fork_catchpoints.
6171         * gdb.base/foll-vfork.exp: Update header.  Skip on remote targets.
6172         Run on GNU/Linux.  Enable verbose output.
6173         (check_vfork_catchpoints): New.
6174         (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
6175         expected messages.
6176         (do_vfork_and_exec_tests): Use check_fork_catchpoints.
6177
6178 2008-01-29  Jim Blandy  <jimb@red-bean.com>
6179
6180         * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
6181         host' errors.
6182         * lib/mi-support.exp (mi_gdb_target_cmd): Same.
6183
6184 2008-01-29  Jim Blandy  <jimb@red-bean.com>
6185
6186         * gdb.threads/sigthread.c: Use barriers to ensure that
6187         child_thread and child_thread_two are always initialized before we
6188         start to use them.
6189
6190 2008-01-29  Vladimir Prus  <vladimir@codesourcery.com>
6191
6192         * gdb.base/watchpoint-solib.exp: New.
6193         * gdb.base/watchpoint-solib.c: New.
6194         * gdb.base/watchpoint-solib-shr.c: New.
6195
6196 2008-01-29  Pierre Muller  <muller@ics.u-strasbg.fr>
6197
6198         * gdb.base/gdb1056.exp: Add unsigned integer test.
6199
6200 2008-01-28  Doug Evans  <dje@google.com>
6201
6202         * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
6203
6204 2008-01-27  Jim Blandy  <jimb@codesourcery.com>
6205
6206         * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
6207
6208         * gdb.base/expand-psymtabs.exp: Doc fix.
6209
6210 2008-01-26  Mark Kettenis  <kettenis@gnu.org>
6211
6212         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
6213
6214 2008-01-24  Nick Roberts  <nickrob@snap.net.nz>
6215
6216         * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
6217         -var-set-format.
6218
6219 2008-01-23  Chris Demetriou  <cgd@google.com>
6220
6221         * gdb.threads/thread_events.c: New testcase source file.
6222         * gdb.threads/thread_events.exp: New testcase expect file.
6223
6224 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
6225
6226         * lib/gdb.exp: Add the variable octal.
6227
6228         * gdb.mi/mi-var-display.exp: Add value field to tests for output of
6229         -var-set-format.
6230
6231 2008-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
6232             Vladimir Prus  <vladimir@codesourcery.com>
6233
6234         * gdb.base/float.exp: Allow missing floating point for m68k and
6235         PowerPC.
6236
6237 2008-01-22  Vladimir Prus  <vladimir@codesourcery.com>
6238
6239         * gdb.mi/basics.c: Setup for testing breakpoints
6240         ignore count.
6241         * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
6242         * gdb.mi/mi-cli.exp: Adjust.
6243         * gdb.mi/mi2-cli.exp: Adjust.
6244
6245 2008-01-17  Pedro Alves  <pedro@codesourcery.com>
6246
6247         * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
6248         and 'dummy_ptr' integer pointer.  Initialize struct_declarations
6249         with dummy_ptr's address.
6250         * gdb.mi/var-cmd.c (do_children_tests): Likewise.
6251         * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
6252         all targets.
6253         * gdb.mi/mi2-var-child.exp: Likewise.
6254
6255 2008-01-09  Joel Brobecker  <brobecker@adacore.com>
6256
6257         * gdb.ada/null_array: New test program.
6258         * gdb.ada/null_array.exp: New testcase.
6259
6260 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
6261
6262         * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
6263         with required float modifiers.
6264
6265 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
6266
6267         * gdb.ada/funcall_param: New test program.
6268         * gdb.ada/funcall_param.exp: New testcase.
6269
6270 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
6271
6272         * gdb.ada/arrayparam: New test program.
6273         * gdb.ada/arrayparam.exp: New testcase.
6274
6275 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
6276
6277         * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
6278         landed.  Should also fix random failures in the test following it.
6279
6280 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6281
6282         * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
6283         for expressions with decimal float values.
6284         (test_dfp_conversions): New function to test casts to and from
6285         decimal float types.
6286         Call test_dfp_conversions.
6287         * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
6288         elements.
6289         (main): Initialize ds.float4 and ds.double8 elements.
6290         * gdb.base/dfp-test.exp (d32_set_tests): Fix typo.  Adjust expect
6291         string to new error message.
6292         (d64_set_tests): Likewise.
6293         (d128_set_tests): Likewise.
6294         Add tests for expressions with decimal float variables.  Add tests for
6295         conversions to and from decimal float types.
6296
6297 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
6298
6299         * gdb.ada/packed_tagged/comp_bug.adb: New file.
6300         * gdb.ada/packed_tagged.exp: New testcase.
6301
6302 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
6303
6304         * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
6305         gdb.ada/homonym/homonym_main.adb: New files.
6306         * gdb.ada/homonym.exp: New testcase.
6307
6308 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
6309
6310         * gdb.ada/packed_array.exp: Add testing of references to
6311         a packed array.
6312
6313 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
6314
6315         * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
6316         New files.
6317         * gdb.ada/type_coercion.exp: New testcase.
6318
6319 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
6320
6321         * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
6322         gdb.ada/tagged/foo.adb: New file.
6323         * gdb.ada/tagged.exp: New testcase.
6324
6325 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
6326
6327         * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
6328         gdb.ada/ptype_field/foo.adb: New files.
6329         * gdb.ada/ptype_field.exp: New testcase.
6330
6331 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
6332
6333         * gdb.ada/print_pc.exp: New testcase.
6334
6335 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
6336
6337         * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
6338         gdb.ada/taft_type/p.adb: New files.
6339         * gdb.ada/taft_type.exp: New testcase.
6340
6341 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
6342
6343         * gdb.ada/array_bounds/bar.adb: New file.
6344         * gdb.ada/array_bounds.exp: New testcase.
6345
6346 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
6347
6348         * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
6349         gdb.ada/arrayptr/foo.adb: New files.
6350         * gdb.ada/arrayptr.exp: New testcase.
6351
6352 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
6353
6354         * gdb.base/set-lang-auto.exp: New testcase.
6355
6356 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
6357
6358         * gdb.ada/fun_addr/foo.adb: New file.
6359         * gdb.ada/fun_addr.exp: New testcase.
6360
6361 2008-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6362
6363         * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
6364         New files
6365
6366 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
6367
6368         * array_subscript_addr/p.adb: New file.
6369         * array_subscript_addr.exp: New testcase.
6370
6371 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
6372
6373         * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
6374         New files.
6375         * gdb.ada/str_cmp_ref.exp: New testcase.
6376
6377 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
6378
6379         * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
6380         gdb.ada/fun_in_declare/foo.adb: New files.
6381         * gdb.ada/fun_in_declare.exp: New testcase.
6382
6383 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
6384
6385         * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
6386         gdb.ada/ref_param/pck.ads: New files.
6387         * gdb.ada/ref_param.exp: New testcase.
6388
6389 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
6390
6391         * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
6392         gdb.ada/interface/foo.adb: New files.
6393         * gdb.ada/interface.exp: New testcase.
6394
6395 2007-12-31  Jim Blandy  <jimb@codesourcery.com>
6396
6397         * gdb.base/multi-forks.exp: Consume all output from child
6398         processes before proceeding to next test.
6399
6400 2007-12-29  Jim Blandy  <jimb@codesourcery.com>
6401
6402         * configure: Regenerated.
6403
6404 2007-12-27  Joel Brobecker  <brobecker@adacore.com>
6405
6406         * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
6407         gdb.ada/fixed_cmp/fixed.adb: New files.
6408         * gdb.ada/fixed_cmp.exp: New testcase.
6409
6410 2007-12-27  Joel Brobecker  <brobecker@adacore.com>
6411
6412         * gdb.ada/boolean_expr.exp: New testcase.
6413
6414 2007-12-26  Jim Blandy  <jimb@codesourcery.com>
6415
6416         * gdb.base/multi-forks.exp: Doc fix.
6417
6418 2007-12-26  Joel Brobecker  <brobecker@adacore.com>
6419
6420         * gdb.ada/Makefile.in (EXECUTABLES): Update list.
6421         * gdb.ada/char_param.exp: Do not compile our test program with
6422         -gnata, this is unnecessary.
6423         * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
6424
6425 2007-12-24  Joel Brobecker  <brobecker@adacore.com>
6426
6427         * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
6428         gdb.ada/print_chars/foo.adb: New files.
6429         * gdb.ada/print_chars.exp: New testcase.
6430
6431 2007-12-24  Joel Brobecker  <brobecker@adacore.com>
6432
6433         * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
6434         gdb.ada/char_param/foo.adb: New files.
6435         * gdb.ada/char_param.exp: New testcase.
6436
6437 2007-12-22  Jim Blandy  <jimb@codesourcery.com>
6438
6439         * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
6440         hard-coding source line numbers into the test.
6441         * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
6442         gdb_get_line_number to find.
6443
6444 2007-12-22  Joel Brobecker  <brobecker@adacore.com>
6445
6446         * gdb.base/ptype.c (highest): New struct type.
6447         (the_highest): New variable of that type.
6448         (main): Add dummy assignment to a field of variable the_highest.
6449         * gdb.base/ptype.exp: Test type printing of our new variable.
6450
6451 2007-12-19  Pierre Muller  <muller@ics-u-strasbg.fr>
6452
6453         * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
6454         and record first explicitly generated thread number.
6455         Use that thread number for thread specific watchpoint test.
6456         Add iteration number to repetitive tests.
6457
6458 2007-12-16  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
6459             Jim Blandy  <jimb@codesourcery.com>
6460
6461         * gdb.base/expand-psymtabs.c: New testcase
6462         source file.
6463         * gdb.base/expand-psymtabs.exp: New testcase
6464         expect file.
6465
6466 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
6467
6468         * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
6469         * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
6470
6471 2007-12-17  Joel Brobecker  <brobecker@adacore.com>
6472
6473         * gdb.ada/frame_args/foo.adb: New file.
6474         * gdb.ada/frame_args/pck.ads: New file.
6475         * gdb.ada/frame_args/pck.adb: New file.
6476         * gdb.ada/frame_args.exp: New testcase.
6477
6478 2007-12-17  Joel Brobecker  <brobecker@adacore.com>
6479
6480         * gdb.base/frame-args.c: New file.
6481         * gdb.base/frame-args.exp: New testcase.
6482
6483 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
6484             Joseph Myers  <joseph@codesourcery.com>
6485
6486         * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
6487
6488 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
6489
6490         * gdb.mi/mi-pending.exp: New.
6491         * gdb.mi/mi-pending.c: New.
6492         * gdb.mi/mi-pendshr.c: New.
6493
6494 2007-12-06  Jim Blandy  <jimb@codesourcery.com>
6495
6496         * gdb.base/default.exp: Update expected output for 'info catch'.
6497
6498 2007-12-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
6499
6500         * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
6501         must be set to binary.
6502
6503 2007-12-09  Pedro Alves  <pedro_alves@portugalmail.pt>
6504
6505         * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
6506
6507 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
6508
6509         * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
6510         gdb.mi/mi-file-transfer.exp: New.
6511
6512 2007-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
6513
6514         * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
6515
6516 2007-11-22  Maciej W. Rozycki  <macro@mips.com>
6517
6518         * gdb.trace/backtrace.exp: Fix a typo.
6519         * gdb.trace/circ.exp: Likewise.
6520         * gdb.trace/collection.exp: Likewise.
6521         * gdb.trace/limits.exp: Likewise.
6522         * gdb.trace/report.exp: Likewise.
6523         * gdb.trace/tfind.exp: Likewise.
6524         * gdb.trace/while-dyn.exp: Likewise.
6525
6526 2007-11-21  Nick Roberts  <nickrob@snap.net.nz>
6527
6528         * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
6529         objects of pointers that can't be dereferenced are now
6530         "noneditable".
6531
6532 2007-11-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6533
6534         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6535         (target_cpu): Remove.
6536
6537 2007-10-15  Vladimir Prus  <vladimir@codesourcery.com>
6538
6539         * gdb.base/ending-run.exp: Expect the list of cleared
6540         breakpoint to come in natural order, not the reversed one.
6541
6542 2007-11-07  Vladimir Prus  <vladimir@codesourcery.com>
6543
6544         * gdb.mi/mi-var-child.c (do_child_deletion): New.
6545         * gdb.mi/mi-var-child.exp: Run child_deletion tests.
6546
6547 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
6548
6549         * gdb.base/printcmds.exp: New function
6550         test_printf_with_dfp.
6551
6552 2007-11-02  Doug Evans  <dje@google.com>
6553
6554         * gdb.disasm/t01_mov.s: Remove carriage returns.
6555         * gdb.disasm/t02_mova.s: Ditto.
6556         * gdb.disasm/t03_add.s: Ditto.
6557         * gdb.disasm/t04_sub.s: Ditto.
6558         * gdb.disasm/t05_cmp.s: Ditto.
6559         * gdb.disasm/t06_ari2.s: Ditto.
6560         * gdb.disasm/t07_ari3.s: Ditto.
6561         * gdb.disasm/t08_or.s: Ditto.
6562         * gdb.disasm/t09_xor.s: Ditto.
6563         * gdb.disasm/t10_and.s: Ditto.
6564         * gdb.disasm/t11_logs.s: Ditto.
6565         * gdb.disasm/t12_bit.s: Ditto.
6566         * gdb.disasm/t13_otr.s: Ditto.
6567
6568 2007-11-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6569
6570         * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
6571
6572 2007-10-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6573
6574         * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
6575         provide DFP support.
6576
6577 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
6578
6579         * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
6580         Test "set powerpc vector-abi".  Skip auto-detection tests for old
6581         toolchains.
6582
6583 2007-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
6584
6585         * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
6586         with [string compare].
6587
6588 2007-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
6589
6590         * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
6591         * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
6592
6593 2007-10-25  Luis Machado  <luisgpm@br.ibm.com>
6594
6595         * gdb.opt/clobbered-registers-O2.c: New testcase source file.
6596         * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
6597         * gdb.opt/Makefile.in: New makefile.
6598         * Makefile.in: Create new directory "gdb.opt".
6599         * configure.ac: Add "gdb.opt" directory.
6600         * configure: Regenerated.
6601
6602 2007-10-25  Doug Evans  <dje@google.com>
6603
6604         * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
6605         * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
6606
6607 2007-10-15  Wu Zhou  <woodzltc@cn.ibm.com>
6608             Thiago Jung Bauermann  <bauerman@br.ibm.com>
6609
6610         * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
6611         Floating Point expressions.
6612         * gdb.base/dfp-test.exp: new file adding tests for Decimal
6613         Floating Point variables.
6614         * gdb.base/dfp-test.c: new file containing program with Decimal
6615         Floating variables, used by gdb.base/dfp-test.exp.
6616
6617 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
6618
6619         * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
6620
6621 2007-10-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6622
6623         * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
6624         compiling test case with GCC.
6625         * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
6626
6627 2007-10-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6628
6629         * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
6630         format changes.
6631
6632 2007-10-18  Michael Snyder  <msnyder@specifix.com>
6633
6634         * gdb.base/dbx.exp: Add missing "-re " operator.
6635
6636 2007-10-16  Gaius Mulley  <gaius@glam.ac.uk>
6637
6638         * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
6639         * configure.ac: Removed trailing spaces after backslash.
6640         * gdb.modula2: New directory.
6641         * gdb.modula2/Makefile.in: New file.
6642         * gdb.modula2/unbounded-array.exp: New file.
6643         * gdb.modula2/unbounded1.c: New file.
6644
6645 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6646
6647         * gdb.xml/tdesc-regs.exp: Add PowerPC support.
6648
6649 2007-10-15  Pierre Muller  <muller@ics.u-strasbg.fr>
6650
6651         * gdb.base/sigstep.c (main): Add checks for
6652         return values for setitimer call.
6653         Call setitimer again with itimer = ITIMER_REAL
6654         if first call to setitimer fails.
6655
6656 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
6657
6658         * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
6659         of $timeout.
6660
6661 2007-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
6662
6663         * gdb.server/server-run.exp: Test for dynamic linker symbols.
6664
6665 2007-10-09  Pierre Muller  <muller@ics.u-strasbg.fr>
6666
6667         * lib/gdb.exp (gdb_run_cmd): Move comment outside
6668         of gdb_expect call, to avoid interruption.
6669
6670 2007-10-09  Pedro Alves  <pedro_alves@portugalmail.pt>
6671
6672         * gdb.base/whatis.c (v_long_long, v_signed_long_long)
6673         (v_unsigned_long_long, v_long_long_array)
6674         (v_signed_long_long_array, v_unsigned_long_long_array)
6675         (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
6676         (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
6677         [!NO_LONG_LONG]: New.
6678         (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
6679         v_long_long_member.
6680
6681         (v_long_long_func, v_signed_long_long_func)
6682         (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
6683         (main) [!NO_LONG_LONG]: Initialize long long variants.
6684
6685         * gdb.base/whatis.exp: If board file requests no_long_long, build
6686         test with NO_LONG_LONG defined.  Test long long, signed long long,
6687         and unsigned long long variants but only if board file doesn't
6688         disable it.
6689
6690 2007-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
6691             Daniel Jacobowitz  <dan@codesourcery.com>
6692
6693         * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
6694         * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
6695         * configure: Regenerated.
6696         * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
6697         gdb.pascal/types.exp, lib/pascal.exp: New files.
6698
6699 2007-10-02  Daniel Jacobowitz  <dan@codesourcery.com>
6700
6701         * gdb.cp/classes.exp (do_tests): Always step to the line after the
6702         call.
6703         * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
6704         to return to the call.
6705         * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
6706         * gdb.mi/mi-return.exp (test_return_simple): Likewise.
6707         * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
6708         * gdb.mi/mi-until.exp (test_until): Likewise.
6709         * gdb.mi/mi2-until.exp (test_until): Likewise.
6710
6711 2007-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
6712
6713         * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
6714         two-char array.
6715         * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
6716
6717 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
6718
6719         * gdb.threads/watchthreads.c (thread_function): Sleep between
6720         iterations.
6721         * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
6722         at once for S/390.  Generate matching fails and passes.
6723
6724 2007-09-27  Vladimir Prus  <vladimir@codesourcery.com>
6725
6726         * gdb.mi/var-cmd.c (do_children_tests): Initialize
6727         the 'struct_declarations' variable to zeros.
6728
6729 2007-09-24  Vladimir Prus  <vladimir@codesourcery.com>
6730
6731         * gdb.cp/mb-ctor.cc: New.
6732         * gdb.cp/mb-ctor.exp: New.
6733         * gdb.cp/mb-templates.cc: New.
6734         * gdb.cp/mb-templates.exp: New.
6735
6736 2007-09-23  Daniel Jacobowitz  <dan@codesourcery.com>
6737
6738         * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
6739
6740 2007-09-23  Pedro Alves  <pedro_alves@portugalmail.pt>
6741
6742         * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
6743         targets.
6744         * configure: Regenerate.
6745
6746 2007-09-23  Vladimir Prus  <vladimir@codesourcery.com>
6747
6748         * gdb.base/annota1.exp: Adjust for 'info break'
6749         format changes.
6750         * gdb.base/annota3.exp: Likewise.
6751         * gdb.base/break.exp: Likewise.
6752         * gdb.base/condbreak.exp: Likewise.
6753         * gdb.base/pending.exp: Likewise.
6754         * gdb.base/sepdebug.exp: Likewise.
6755         * gdb.base/unload.exp: Likewise.
6756         * gdb.base/ovldbreak.exp: Likewise.
6757
6758 2007-09-22  Vladimir Prus  <vladimir@codesourcery.com>
6759
6760         * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
6761         messages.
6762         * gdb.base/chng-syms.exp: Likewise.
6763         * gdb.base/unload.exp: Likewise.
6764
6765 2007-09-21  Daniel Jacobowitz  <dan@codesourcery.com>
6766
6767         * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
6768
6769 2007-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
6770
6771         * schedlock.c (NUM): Change to 1.
6772         (main): Use args[0] for the main thread.
6773         * schedlock.exp: Only expect two threads.  Only issue one pass or fail
6774         regardless of the number of threads.
6775
6776 2007-09-14  Maciej W. Rozycki  <macro@mips.com>
6777
6778         * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
6779         type down.
6780         (test_watchpoint_triggering): XFAIL the sw watchpoint scope
6781         test.
6782         * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
6783         watchpoint type down.
6784         (test_watchpoint_triggering): XFAIL the sw watchpoint scope
6785         test.
6786
6787 2007-09-14  Maciej W. Rozycki  <macro@mips.com>
6788
6789         * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
6790         Move all the tests here and run them twice, once using software
6791         watchpoints and once using hardware watchpoints.
6792         * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
6793
6794 2007-09-12  Daniel Jacobowitz  <dan@codesourcery.com>
6795
6796         * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
6797         test.
6798
6799 2007-09-10  Mark Kettenis  <kettenis@gnu.org>
6800
6801         * lib/gdb.exp (build_id_debug_filename_get): Improve check for
6802         build-id.
6803
6804         * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
6805         know about $ORIGIN.  Calculate output dir from $dest instead of
6806         using ${objdir}/{$subdir}.
6807
6808 2007-09-09  Mark Kettenis  <kettenis@gnu.org>
6809
6810         * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
6811         gcore, before continuing with the test.
6812
6813 2007-09-06  Daniel Jacobowitz  <dan@codesourcery.com>
6814
6815         * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
6816         * gdb.mi/mi-watch.exp: Likewise.
6817
6818 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
6819             Jim Blandy  <jimb@codesourcery.com>
6820
6821         * gdb.arch/i386-sse.exp: Do not expect character constants.
6822         * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
6823         * gdb.base/display.exp: Allow print/s.
6824         * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
6825         and unsigned char array changes.
6826
6827 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
6828
6829         * gdb.base/display.exp: Add tests for printf %p.
6830
6831 2007-09-03  Pedro Alves  <pedro_alves@portugalmail.pt>
6832
6833         * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
6834         the dll name to unicode.
6835
6836 2007-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6837
6838         * gdb.base/default.exp (show version): Update the version text.
6839         * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
6840
6841 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6842
6843         * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
6844         New files.
6845
6846 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6847
6848         * lib/gdb.exp (build_id_debug_filename_get): New function.
6849         * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
6850         Remove the generate DEBUG file for the future testcase runs.
6851         New testcase for the NT_GNU_BUILD_ID retrieval.
6852         Move the final testing step to ...
6853         (test_different_dir): ... a new function.
6854         New parameter XFAIL to XFAIL all the tests performed.
6855         New parameter TEST_DIFFERENT_DIR parametrizing the directory.
6856         New parameter TYPE to PF_PREFIX all the tests performed.
6857
6858 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
6859
6860         * gdb.mi/mi-var-cp.cc (path_expression): New
6861         function.
6862         * gdb.mi/mi-var-cp.exp: Run path exression tests.
6863
6864 2007-08-27  Markus Deuling  <deuling@de.ibm.com>
6865
6866         * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
6867         to fit into SPU Local Store memory.
6868
6869 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
6870
6871         * gdb.base/default.exp: Adjust the expected output of "info
6872         warranty" after the switch to GPLv3.
6873
6874 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
6875
6876         * lib/gdb.exp (default_gdb_init): Increase expect buffer size
6877         to 30000 (from 20000).
6878
6879 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
6880
6881         Switch the license of all .exp files to GPLv3.
6882         Switch the license of all .f and .f90 files to GPLv3.
6883         Switch the license of all .s and .S files to GPLv3.
6884
6885 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
6886
6887         * configure.ac: Switch license to GPLv3.
6888
6889 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
6890
6891         Switch the licensing to GPLv3 for all .ads and .adb files.
6892
6893 2007-08-22  Daniel Jacobowitz  <dan@codesourcery.com>
6894
6895         * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
6896         and t_int_double.
6897         * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
6898
6899 2007-08-17  Joel Brobecker  <brobecker@adacore.com>
6900
6901         * gdb.base/step-line.c: Switch license to GPL version 3, and
6902         update copyright year.
6903         * gdb.base/step-line.inp: Likewise.
6904
6905 2007-08-17  Joel Brobecker  <brobecker@adacore.com>
6906
6907         * gdb.base/gdb1555.exp: Make expected output immune to formatting
6908         changes inside gdb1555.c.
6909         * gdb.base/pending.exp: Likewise.
6910
6911 2007-08-13  Daniel Jacobowitz  <dan@codesourcery.com>
6912
6913         * config/default.exp: New file.
6914
6915 2007-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
6916
6917         * gdb.base/prologue.c, gdb.base/prologue.exp: New.
6918         * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
6919
6920 2007-07-30  Maciej W. Rozycki  <macro@mips.com>
6921
6922         * gdb.base/dump.exp: Force the correct endianness for binary
6923         formats not carrying this information.
6924
6925 2007-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
6926
6927         * gdb.threads/staticthreads.exp: Match .*sem_post.
6928
6929 2007-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
6930
6931         * gdb.base/readline.exp (operate_and_get_next): Match the final
6932         prompt.
6933
6934 2007-07-23  Kevin Buettner  <kevinb@redhat.com>
6935
6936         * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
6937         to restarting SID.
6938
6939 2007-07-18  Kevin Buettner  <kevinb@redhat.com>
6940
6941         * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
6942         prior to `gdb_start'.
6943
6944 2007-07-18  Kevin Buettner  <kevinb@redhat.com>
6945
6946         * config/sid.exp (gdb_load): Add test for empty argument.  Adjust
6947         return value to be compatible with gdb_run_cmd in lib/gdb.exp.
6948         Remove call to gdb_unload.
6949
6950 2007-07-17  Pedro Alves  <pedro_alves@portugalmail.pt>
6951             Daniel Jacobowitz  <dan@codesourcery.com>
6952
6953         * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
6954         for __WIN32__.
6955         (SHLIB_NAME): Delete definition.  Always pass dlerror to fprintf.
6956         * gdb.base/unload.exp: Use shared library test routines.
6957
6958 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
6959
6960         * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
6961         * gdb.base/solib-symbol-lib.c: Likewise.
6962         * gdb.base/solib-symbol-main.c: Likewise.
6963
6964 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
6965
6966         * config/gdbserver.exp (gdb_reconnect): New.
6967         * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
6968         gdb.base/solib-disc.exp: New files.
6969         * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
6970         remote debugging".
6971         (gdb_compile): Add shlib_load flag.
6972         * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
6973         port.
6974         (gdbserver_reconnect): New.
6975
6976 2007-07-01  Nick Roberts  <nickrob@snap.net.nz>
6977             Daniel Jacobowitz  <dan@codesourcery.com>
6978
6979         * gdb.base/annota3.exp: Test for if construct.
6980
6981 2007-06-26  Daniel Jacobowitz  <dan@codesourcery.com>
6982
6983         * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
6984
6985 2007-06-21  Chris Dearman  <chris@mips.com>
6986             Maciej W. Rozycki  <macro@mips.com>
6987
6988         * gdb.base/display.exp: Allow a newline after display/i.
6989         * gdb.base/pc-fp.exp: Likewise.
6990         * gdb.base/sigbpt.exp: Likewise.
6991
6992 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6993
6994         * gdb.xml/tdesc-regs.exp: Add MIPS support.  Allow multiple
6995         required features to be included.
6996
6997 2007-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
6998
6999         * gdb.threads/manythreads.exp: Prevent expect buffer overflow
7000         in info threads output.
7001
7002 2007-06-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7003             Markus Deuling  <deuling@de.ibm.com>
7004
7005         * gdb.arch/spu-info.exp: New testcase.
7006         * gdb.arch/spu-info.c: New file.
7007
7008 2007-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
7009
7010         * gdb.arch/thumb-prologue.c: Record the breakpoint address in
7011         tpcs_offset.  Restore lr after the call.
7012         * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
7013
7014 2007-05-23  Daniel Jacobowitz  <dan@codesourcery.com>
7015
7016         * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
7017         (gdbserver_run): Kill any running gdbserver.
7018         * lib/mi-support.exp (mi_gdb_target_load): Likewise.
7019
7020 2007-05-17  Maciej W. Rozycki  <macro@mips.com>
7021
7022         * gdb.base/sigbpt.exp: Preset segv_addr.
7023
7024 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
7025
7026         * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
7027         (gdb_compile_shlib): Likewise.
7028         (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
7029         (default_gdb_init): Clear cleanfiles.
7030         (gdb_finish): Delete recorded cleanfiles.
7031         * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
7032
7033         * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
7034         Do not use isnative.
7035         * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
7036         gdb.base/so-impl-ld.exp: Likewise.
7037         * gdb.base/solib-weak.exp: Likewise.  Skip for DLL targets.
7038         * gdb.base/unload.exp: Likewise.  Do not pass empty option to
7039         gdb_compile.
7040
7041 2007-05-15  Vladimir Prus  <vladimir@codesourcery.com>
7042
7043         * config/unknown.exp: Remove.
7044
7045 2007-05-15  Markus Deuling  <deuling@de.ibm.com>
7046
7047         * gdb.base/info-proc.exp: Check is_remote.
7048
7049 2007-05-14  Markus Deuling  <deuling@de.ibm.com>
7050
7051         * gdb.base/gcore.exp: Initialize variable core_supported.
7052
7053 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
7054
7055         * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
7056
7057 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
7058
7059         * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
7060         * gdb.threads/print-threads.exp (test_all_threads): Allow
7061         negative and hexadecimal thread IDs.
7062
7063 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
7064
7065         * gdb.java/jprint.java (public): Avoid invalid call to static
7066         method.
7067
7068 2007-05-14  Denis Pilat  <denis.pilat@st.com>
7069
7070         * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
7071         gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
7072         gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
7073         gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
7074         gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
7075
7076 2007-05-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7077
7078         * gdb.base/overlays.exp: Add support for targets with only code
7079         overlay support, not data overlay.  Support spu-*-* target in
7080         this mode.
7081         * gdb.base/ovlymgr.c: Provide stubs for spu target.
7082         * gdb.base/spu.ld: New file.
7083
7084 2007-05-07  Daniel Jacobowitz  <dan@codesourcery.com>
7085
7086         * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
7087
7088 2007-05-06  Daniel Jacobowitz  <dan@codesourcery.com>
7089
7090         * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
7091
7092 2007-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
7093
7094         * gdb.java/jmain.exp: Handle demangled names with and without method
7095         signatures.
7096
7097 2007-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
7098
7099         * gdb.mi/mi-syn-frame.c (main, foo, bar)
7100         (have_a_very_merry_interrupt): Remove calls to puts.
7101         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
7102         inferior output.
7103         * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio.  Correct
7104         test names.
7105
7106 2007-04-29  Markus Deuling  <deuling@de.ibm.com>
7107             Daniel Jacobowitz  <dan@codesourcery.com>
7108
7109         * gdb.base/auxv.exp (core_works): Also check is_remote.
7110         * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
7111
7112 2007-04-25  Vladimir Prus  <vladimir@codesourcery.com>
7113
7114         * gdb.base/sigaltstack.exp: Use 'srcfile' in error
7115         message, not the undefined 'module' variable.
7116         * gdb.base/siginfo.exp: Likewise.
7117         * gdb.base/sigstep.exp: Likewise.
7118         * lib/gdbserver-support.exp (gdb_target_cmd): Quote
7119         serialport.
7120         * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
7121
7122 2007-04-25  Corinna Vinschen <vinschen@redhat.com>
7123
7124         * config/sim.exp (gdb_target_sim): Just return with -1 when setting
7125         target sim fails.  Return 0 otherwise.
7126         (gdb_load): Return prematurely if gdb_target_sim fails.
7127
7128 2007-04-16  Denis Pilat  <denis.pilat@st.com>
7129
7130         * gdb.base/setshow.exp: Reset height after having set it to 100.
7131
7132 2007-04-16  Denis Pilat  <denis.pilat@st.com>
7133
7134         * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
7135
7136 2007-04-16  Denis Pilat  <denis.pilat@st.com>
7137
7138         * gdb.mi/mi2-var-display.exp: Test for the fullname field.
7139
7140 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
7141
7142         * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
7143         tests. Run the frozen varobjs test.
7144         * gdb.mi/var-cmd.c (do_frozen_tests): New.
7145         * lib/mi-support.exp (mi_varobj_update): Fix thinko.
7146
7147 2007-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7148
7149         * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
7150         gdb.base/type-opaque.exp: New files.
7151
7152 2007-04-01  Vladimir Prus  <vladimir@codesourcery.com>
7153
7154         * gdb.mi/mi-var-child.c
7155         (do_children_tests): User char[2] instead of
7156         char so that automatic printing of pointers to char
7157         don't give unpredicable result.
7158         * gdb.mi/var-cmd.c (do_locals_test): Initialize
7159         local variables.
7160         * gdb.mi/mi-var-child.exp: Step to right line
7161         of do_children_tests.
7162         * gdb.mi/mi2-var-child.exp: Likewise.
7163         * gdb.mi/mi-var-cmd.exp: Step to right line of
7164         do_locals_tests.
7165         (do_children_tests): User char[2] instead of
7166         char so that automatic printing of pointers to char
7167         don't give unpredicable result.
7168         * gdb.mi/mi2-var-cmd.exp: Likewise.
7169         * lib/mi-support.exp (mi_continue_to_line):
7170         Pass test name to mi_wait_for_stop.
7171
7172 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
7173
7174         * gdb.asm/asm-source.exp: Remove d10v case.
7175         * lib/gdb.exp (skip_cplus_tests): Likewise.
7176         * gdb.asm/d10v.inc: Deleted.
7177
7178 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
7179
7180         * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
7181
7182 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
7183
7184         * config/netware.exp: Delete file.
7185
7186 2007-03-29  Joel Brobecker  <brobecker@adacore.com>
7187
7188         * gdb.dwarf2/dw2-noloc.S: New file.
7189         * gdb.dwarf2/dw2-noloc.exp: New file.
7190
7191 2007-03-28  Pedro Alves  <pedro_alves@portugalmail.pt>
7192
7193         * gdb.cp/method2.cc: New test.
7194         * gdb.cp/method2.exp: New test.
7195         * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
7196
7197 2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
7198
7199         * gdb.ada/exec_changed.exp: Avoid "set confirm off".
7200
7201 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
7202
7203         * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
7204
7205 2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
7206
7207         * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
7208         (gdb_load): Delete, replace with...
7209         (gdb_reload): ...this.
7210         * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
7211         * gdb.server/server-mon.exp: Likewise.
7212         * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
7213         (gdb_start_cmd): New.
7214         (gdb_file_cmd): Save the last loaded file.
7215         (gdb_reload): New.
7216         (gdb_gnu_strip_debug): Use transform.
7217         * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
7218         support here.  Use new $last_loaded_file.  Check mtime.
7219         (gdb_target_cmd): Handle ObjC failure case.
7220         (infer_host_exec): Delete.
7221         (gdbserver_load): Rename to...
7222         (gdbserver_run): ...this.  Simplify.
7223         * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
7224         (mi_gdb_load): Move most contents to a new function...
7225         (mi_gdb_target_load): ...here.  Simplify call to gdbserver_gdb_load.
7226         (mi_run_cmd): Use mi_gdb_target_load.
7227         * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
7228         gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
7229         Use gdb_run_cmd.
7230         * gdb.base/charsign.exp: Remove incorrect comment.
7231         * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
7232         * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
7233         gdb.base/start.exp: Use gdb_start_cmd.
7234
7235 2007-03-23  Nigel Stephens  <nigel@mips.com>
7236             Maciej W. Rozycki  <macro@mips.com>
7237
7238         * gdb.base/sigbpt.exp: Fix the message when skipping test.
7239         * gdb.base/signull.exp: Similarly.
7240
7241 2007-03-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7242
7243         * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
7244         messages available to test cases (like chng-sym.exp).
7245
7246 2007-03-14  Andreas Schwab  <schwab@suse.de>
7247
7248         * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
7249         format changes.
7250
7251 2007-03-13  Daniel Jacobowitz  <dan@codesourcery.com>
7252
7253         * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
7254         (optimized_1): New.
7255         (main): Call optimized_1.
7256         (gdb2029): Correct typos.  Call gdb2029_marker.
7257         * gdb.arch/powerpc-prologue.exp: Run new test.  Use a breakpoint
7258         for gdb2029.
7259
7260 2007-03-12  Mark Kettenis  <kettenis@gnu.org>
7261
7262         * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
7263         as tabs.  Remove redundant test pattern.
7264
7265 2007-03-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7266
7267         * gdb.base/long_long.exp: Accept optional symbol name in <...>
7268         for /a format output.
7269
7270 2007-03-09  Daniel Jacobowitz  <dan@codesourcery.com>
7271
7272         * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
7273         collect output incrementally.
7274
7275 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7276
7277         * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
7278         for -var-create lpcharacter test.
7279         * gdb.mi/mi2-var-cmd.exp: Likewise.
7280
7281 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7282
7283         * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
7284         pass on targets where address zero is readable.
7285
7286 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7287
7288         * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
7289         just a single architecture.
7290
7291 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7292
7293         * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
7294         (fetch_all_registers): New function, uses gdb_test_multiple and
7295         exp_continue to fetch inferior output line-by-line.
7296         Replace all uses of do_get_all_registers by fetch_all_registers.
7297
7298 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7299
7300         * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
7301         in target_info.
7302
7303 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
7304
7305         * gdb.threads/manythreads.exp: Use $message string for
7306         consistancy; add a default (timeout) case.
7307
7308 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
7309
7310         * gdb.base/watchpoint.exp: Fix truncated comment.
7311
7312 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
7313
7314         * Makefile.in: Remove spurious single-quotes from sed command.
7315
7316 2007-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
7317
7318         * gdb.mi/mi-var-cmd.exp: Correct test name.  Allow any value for
7319         func.
7320         * gdb.mi/mi2-var-cmd.exp: Likewise.
7321
7322 2007-02-27  Joel Brobecker  <brobecker@adacore.com>
7323
7324         * gdb.dwarf2/dw2-producer.S: New file.
7325         * gdb.dwarf2/dw2-producer.exp: New testcase.
7326
7327 2007-02-27  Nick Roberts  <nickrob@snap.net.nz>
7328
7329         * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
7330         * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
7331         * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
7332         * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
7333         * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
7334         Revert tests to use mi_gdb_test and include value field in output
7335         of -var-create.
7336
7337 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
7338
7339         * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
7340
7341 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
7342
7343         * gdb.base/maint.exp: Remove full paths from test names.
7344         * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
7345         gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
7346
7347 2007-02-27  Joel Brobecker  <brobecker@adacore.com>
7348
7349         * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
7350
7351 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
7352
7353         * gdb.server/server-mon.exp: New test.
7354
7355 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
7356
7357         * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
7358
7359 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
7360
7361         * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
7362         register capitalization.
7363
7364 2007-02-13  Denis Pilat  <denis.pilat@st.com>
7365
7366         * gdb.mi/mi-var-invalidate.exp: New file.
7367
7368 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
7369
7370         * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
7371
7372 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
7373
7374         * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
7375
7376 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
7377
7378         * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
7379         gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
7380
7381 2007-02-08  Nick Roberts  <nickrob@snap.net.nz>
7382
7383         * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
7384         * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
7385         * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
7386         * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
7387         * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
7388         * gdb.mi/gdb792.exp, lib/mi-support.exp:
7389         Update tests to include value field in output of -var-create.
7390
7391 2007-02-08  Andreas Schwab  <schwab@suse.de>
7392
7393         * gdb.mi/mi-var-child.exp: Fix matching display of function value.
7394
7395 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
7396
7397         * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
7398         gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
7399
7400 2007-02-02  Denis Pilat  <denis.pilat@st.com>
7401
7402         * gdb.threads/threadapply.exp: check that frame is not changed by
7403         the thread apply all command.
7404
7405 2007-01-31  Andreas Schwab  <schwab@suse.de>
7406
7407         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
7408
7409         * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
7410         in the dwarf sections.
7411         * gdb.dwarf2/mac-fileno.S: Likewise.
7412
7413         * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
7414         bspstore register on ia64.
7415
7416 2007-01-29  Andreas Schwab  <schwab@suse.de>
7417
7418         * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
7419         "frame-begin" annotation.
7420
7421         * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
7422         number of "frames-invalid" annotations.
7423
7424 2007-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
7425
7426         * gdb.base/commands.exp: Call if_commands_test.
7427         (gdb_test_no_prompt, if_commands_test): New.
7428
7429 2007-01-28  Mark Kettenis  <kettenis@gnu.org>
7430
7431         * gdb.threads/sigthread.c (NSIGS): Make bigger.
7432
7433 2007-01-27  Andreas Schwab  <schwab@suse.de>
7434
7435         * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
7436         .short/.int/.quad in the dwarf sections.
7437         * gdb.dwarf2/dw2-intercu.S: Likewise.
7438         * gdb.dwarf2/dw2-intermix.S: Likewise.
7439
7440 2007-01-25  Jan Kratochvil <jan.kratochvil@redhat.com>
7441
7442         * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
7443         * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
7444         array.
7445         * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
7446         * gdb.base/setvar.exp: Likewise.
7447
7448 2007-01-26  Andreas Schwab  <schwab@suse.de>
7449
7450         * gdb.base/corefile.exp: Allow non-empty argument list in reinit
7451         test.
7452
7453         * gdb.base/multi-forks.exp ("restart $i"): Also match
7454         __kernel_syscall_via_break.
7455
7456 2007-01-24  Vladimir Prus  <vladimir@codesourcery.com>
7457
7458         * lib/mi-support.exp (mi_delete_varobj): New.
7459         * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
7460         testcase.
7461         * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
7462         (main): Call the above.
7463         (reference_update_test, base_in_reference_test)
7464         (reference_to_pointer): Delete the created varobjs.
7465
7466 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
7467
7468         * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
7469         * configure: Regenerated.
7470         * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
7471         * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
7472         gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
7473         gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
7474         * lib/gdb.exp (gdb_skip_xml_test): New function.
7475
7476 2007-01-23  Nick Hudson  <nick.hudson@dsl.pipex.com>
7477
7478         * gdb.base/sigrepeat.exp: Correct error message.
7479
7480 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
7481             Daniel Jacobowitz  <dan@codesourcery.com>
7482
7483         * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
7484         gdb.arch/i386-gnu-cfi-asm.S: New files.
7485
7486 2007-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7487
7488         * lib/gdb.exp: Abort on missing `site.exp'.
7489
7490 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
7491             Daniel Jacobowitz  <dan@codesourcery.com>
7492
7493         * gdb.base/included.c, gdb.base/included.exp,
7494         gdb.base/included.h: New files.
7495
7496 2007-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
7497
7498         * gdb.base/bigcore.c (RLIMIT_CAP): Define.
7499         (maximize_rlimit): Reduce limits on 64-bit systems.
7500
7501 2007-01-19  Mark Kettenis  <kettenis@gnu.org>
7502
7503         From Marcus Deuling <deuling@de.ibm.com>:
7504         * gdb.arch/altivec-regs.exp: Initialise variable endianness in
7505         every case.
7506
7507 2007-01-13  Nick Roberts  <nickrob@snap.net.nz>
7508
7509         * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
7510         (test_path_specification): Use objdir instead of srcdir to always
7511         get an absolute filename.
7512
7513 2007-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
7514
7515         * gdb.cp/member-ptr.cc (class Padding): Make contents public.
7516
7517 2007-01-11  Vladimir Prus  <vladimir@codesourcery.com>
7518
7519         * gdb.mi/mi-var-cp.cc (reference_update_tests):
7520         Make sure the variable we're using is in scope.
7521         (reference_to_pointer): Likewise.
7522
7523 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
7524
7525         * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
7526         has no debug information.
7527
7528 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
7529
7530         * gdb.base/annota1.exp: Remove extra send_gdb.
7531
7532 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
7533
7534         * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
7535
7536 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
7537
7538         * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
7539
7540 2007-01-08  Nick Roberts  <nickrob@snap.net.nz>
7541             Daniel Jacobowitz  <dan@codesourcery.com>
7542
7543         * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
7544         lcharacter or linteger change.  Correct duplicated test name.
7545         * gdb.mi/mi2-var-cmd.exp: Likewise.
7546
7547 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
7548
7549         * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
7550
7551 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
7552
7553         * gdb.base/nofield.c: New file.
7554         * gdb.base/nofield.exp: New testcase.
7555
7556 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
7557
7558         * gdb.mi/mi-var-cp.exp: New test for references to pointers.
7559
7560         * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
7561          test.
7562
7563 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7564
7565         * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
7566
7567 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7568
7569         * lib/mi-support.exp (mi_runto_helper): Expect two prompts
7570         when continuing.
7571
7572 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
7573
7574         * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
7575         Expect ".exe" extension.
7576
7577 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
7578
7579         * gdb.base/charset.exp: Add explicit filename to break.
7580         * gdb.base/dbx.exp: Add explicit filename to breaks.
7581
7582 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
7583
7584         * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
7585         * gdb.mi/mi2-file.exp: Likewise.
7586
7587 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
7588
7589         Implement specification of MI tests as comments
7590         in C and C++ sources.
7591         * lib/mi-support.exp (mi_autotest_data): New variable.
7592         (mi_autotest_source): New variable.
7593         (count_newlines, mi_prepare_inline_tests)
7594         (mi_get_inline_test, mi_continue_to_line)
7595         (mi_run_inline_test, mi_tbreak)
7596         (mi_send_resuming_command, mi_wait_for_stop): New functions.
7597         * gdb.mi/mi-var-cp.exp: Move most content to the C file.
7598         Run inline tests.
7599         * gdb.mi/mi-var-cp.cc: Define tests here.
7600
7601 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
7602
7603         Simplify usage of mi_continue_to.
7604         * lib/mi-support.exp (mi_runto_helper): Renamed
7605         from mi_runto, added new parameter 'run_or_continue'.
7606         (mi_runto): Use mi_runto_helper.
7607         (mi_continue_to): Accept just function name as parameter.
7608         Use mi_runto_helper.
7609         * gdb.mi/mi-var-cmd.exp: Adjust to changes.
7610         * gdb.mi/mi2-var-cmd.exp: Likewise.
7611
7612 2006-01-04  Joel Brobecker  <brobecker@adacore.com>
7613
7614         Make this testcase a bit more realistic. The current code
7615         is too simplistic, and allows the compiler to optimize out
7616         some of the entities we need for this testcase.
7617         * gdb.ada/null_record/bar.ads (Void_Star): New type.
7618         (Do_Nothing): Add extra parameter.
7619         * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
7620         * gdb.ada/null_record/null_record.adb: Fake use of type Empty
7621         by using a variable of type Void_Star.
7622
7623 2006-01-04  Joel Brobecker  <brobecker@adacore.com>
7624
7625         * gdb.ada/catch_ex/foo.adb: New file.
7626         * gdb.ada/catch_ex.exp: New testcase.
7627
7628 2007-01-03  Pedro Alves  <pedro_alves@portugalmail.pt>
7629
7630         * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
7631         pass --image-base to linker.
7632
7633 2007-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7634             Daniel Jacobowitz  <dan@codesourcery.com>
7635
7636         * gdb.base/readline.exp: Set $TERM.  Test arrow keys in
7637         secondary prompts.
7638
7639 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
7640
7641         * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
7642         output.  Test the types of members and member pointers.
7643         * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
7644         gdb/2092.
7645         * gdb.cp/member-ptr.exp: Search for a comment instead of a
7646         statement.  Enable for GCC.  Update expected output for some tests
7647         and add new tests.  Remove obsolete GCC KFAILs.  Allow GCC's class
7648         layout.
7649         * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
7650         (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
7651         (Diamond::vget_base): New.
7652         (main): Add new tests.
7653         * gdb.cp/printmethod.exp: Update expected output for member functions.
7654         * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
7655         print pEe->D::vg().
7656
7657 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
7658
7659         * gdb.threads/tls.exp: Allow stops in sem_post.
7660
7661 2006-12-31  Daniel Jacobowitz  <dan@codesourcery.com>
7662
7663         * gdb.base/annota1.exp: Allow .*printf in backtraces.
7664         * gdb.base/annota3.exp: Likewise.
7665         * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
7666         again (instead of timing out).
7667         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
7668         GCC bug 26475.
7669         * gdb.java/jmisc.exp: Adjust to work with method signatures including
7670         return types.  Add kfails for GDB bugs 2214 and 2215.  Move exit
7671         test from jmisc1.exp.
7672         * gdb.java/jmisc1.exp: Delete.
7673         * gdb.java/jprint.exp: Adjust to work with method signatures including
7674         return types.
7675         * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
7676         * gdb.threads/linux-dp.exp: Don't be confused by program output.
7677         * lib/java.exp (compile_java_from_source): Pass the correct type
7678         to target_compile.
7679
7680 2006-12-31  Joel Brobecker  <brobecker@adacore.com>
7681
7682         * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
7683         (stack_align_edx): New function.
7684         (stack_align_eax): New function.
7685         (main): Add calls to stack_align_edx and stack_align_eax.
7686         * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
7687         Add testing for the cases where the register used during a stack
7688         realignment is edx. Same for eax.
7689
7690 2006-12-30  Pedro Alves  <pedro_alves@portugalmail.pt>
7691
7692         * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
7693         and generic PE targets.
7694
7695 2006-12-29  Joel Brobecker  <brobecker@adacore.com>
7696
7697         * gdb.ada/array_return.exp: Update copyright date list.
7698
7699 2006-12-27  Joel Brobecker  <brobecker@adacore.com>
7700
7701         * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
7702         (Create_Small_Float_Vector): New function.
7703         * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
7704         function body.
7705         * gdb.ada/array_return/p.adb: Use new type and function from
7706         package Pck.
7707         * gdb.ada/array_return.exp: Add a test verifying that GDB is
7708         able to print the value returned by a function returning an
7709         array of float.
7710
7711 2006-12-20  Joel Brobecker  <brobecker@adacore.com>
7712
7713         * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
7714         The associated tests should be PASSing.
7715
7716 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
7717
7718         Test for base in references.
7719         * gdb.mi/mi-var-cp.cc: Add test code.
7720         * gdb.mi/mi-var-cp.exp: Test for bases in references.
7721         * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
7722         * gdb.mi/mi2-watch.exp: Likewise.
7723         * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
7724         (mi_list_varobj_children): New function.
7725
7726 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
7727
7728         * lib/mi-support.exp
7729         (mi_runto): Accept "()" after function name.
7730         (mi_create_varobj): New function.
7731         (mi_varobj_update): New function.
7732         (mi_Check_varobj_value): New function.
7733         * gdb.mi/mi-var-cp.exp: New file.
7734         * gdb.mi/mi-var-cp.cc: New file.
7735
7736 2006-12-01  Daniel Jacobowitz  <dan@codesourcery.com>
7737
7738         * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
7739         gdb.base/weaklib2.c: New files.
7740
7741 2006-11-29  Nathan Sidwell  <nathan@codesourcery.com>
7742
7743         * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
7744         info.  Adjust test names.
7745
7746         * gdb.base/break.c (main): Move position of malloc.
7747         * gdb.base/break.exp: Revert mistaken checkin.
7748
7749 2006-11-28  Vladimir Prus  <vladimir@codesourcery.com>
7750
7751         * gdb.mi/mi-var-cmd.exp: Check -var-update after
7752         assignement of arrays and function pointers.
7753         * gdb.mi/var-cmd.c: Add declaration necessary for above
7754         tests.
7755
7756 2006-11-27  Nathan Sidwell  <nathan@codesourcery.com>
7757
7758         * gdb.base/break.c (main): Call malloc.
7759
7760         * gdb.threads/linux-dp.exp: Read thread table before and after
7761         creating each philosopher and verify it.
7762
7763 2006-11-27  Nathan Sidwell  <nathan@codesourcery.com>
7764             Paul Brook  <paul@codesourcery.com>
7765             Daniel Jacobowitz  <dan@codesourcery.com>
7766
7767         * gdb.base/ending-run.exp: Flatten expect script stepping out of
7768         main to remove duplication.  Add start function of the form
7769         '_*start[1-9]*'. Add RVDS start function.
7770
7771 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
7772
7773         * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
7774
7775 2006-11-22  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7776
7777         * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
7778         * gdb.asm/spu.inc: New file.
7779         * gdb.base/term.exp: Disable if [target_info exists noargs].
7780         * gdb.gdb/complaints.exp: Disable if ![isnative].
7781         * gdb.gdb/selftest.exp: Likewise.
7782         * gdb.gdb/observer.exp: Likewise.
7783         * gdb.gdb/xfullpath.exp: Likewise.
7784         * gdb.base/attach.exp: Disable on SPU target.
7785         * gdb.cp/bs145503.exp: Likewise.
7786         * gdb.cp/exception.exp: Likewise.
7787         * gdb.cp/userdef.exp: Likewise.
7788
7789 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
7790
7791         * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
7792
7793 2006-11-10  Vladimir Prus  <vladimir@codesourcery.com>
7794
7795         * gdb.base/completion.exp: Fix completion tests for
7796         'info' and 'info '.
7797         * gdb.base/help.exp (help_test_raw, test_class_help)
7798         (test_prefix_command_help): Move...
7799         * lib/gdb.exp: Here.
7800         * gdb.base/main.exp: Adjust.
7801         * gdb.cp/maint.exp: Adjust.
7802         * gdb.trace/tracecmd.exp: Use test_help_class.
7803
7804 2006-11-09  Vladimir Prus  <vladimir@codesourcery.com>
7805
7806         * gdb.stabs/weird.exp (print_weird_var): Use
7807         gdb_test_multiple instead of gdb_expect.
7808
7809 2006-11-09  Vladimir Prus  <vladimir@codesourcery.com>
7810
7811         * gdb.base/help.exp (help_test_raw): New.
7812         (test_class_help): New.
7813         (test_prefix_command_help): New.
7814         Adjust testcases.
7815
7816 2006-11-09  Christophe Lyon  <christophe.lyon@st.com>
7817
7818         * gdb.base/constvars.c (main): Write to crass and crips, so that
7819         they are allocated by the compiler.
7820
7821 2006-10-27  Andreas Schwab  <schwab@suse.de>
7822
7823         * gdb.base/multi-forks.exp: Use "detach fork" instead of
7824         "detach-fork".
7825
7826 2006-10-18  Daniel Jacobowitz  <dan@codesoucery.com>
7827
7828         * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
7829         of patterns.
7830
7831 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
7832
7833         * gdb.base/sepdebug.exp: Remove debug format test.
7834         * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
7835         Handle no-symtab.
7836         * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
7837
7838 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
7839
7840         * gdb.threads/manythreads.c (thread_function, main): Don't cast
7841         int to pointer or pointer to int.
7842         * gdb.threads/manythreads.exp: Don't expect the string "LWP".
7843
7844 2006-10-12  Daniel Jacobowitz  <dan@codesourcery.com>
7845
7846         * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
7847
7848 2006-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
7849
7850         * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
7851
7852 2006-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
7853
7854         PR c++/2116
7855         * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
7856
7857 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
7858
7859         * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
7860         the corresponding bug has been fixed in GDB (PR/2018).
7861
7862 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
7863
7864         * gdb.base/subst.exp: New testcase.
7865
7866 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
7867
7868         * gdb.ada/array_return/pck.ads: Add copyright notice.
7869         * gdb.ada/array_return/pck.adb: Likewise.
7870         * gdb.ada/array_return/p.adb: Likewise.
7871         * gdb.ada/exec_changed/first.adb: Likewise.
7872         * gdb.ada/exec_changed/second.adb: Likewise.
7873
7874 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
7875
7876         * gdb.ada/watch_arg/watch.adb: New file.
7877         * gdb.ada/watch_arg.exp: New testcase.
7878
7879 2006-10-02  Vladimir Prus  <vladimir@codesourcery.com>
7880
7881         * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
7882         via string_to_regexp.
7883         * gdb.mi/mi2-basics.exp: Likewise.
7884
7885 2006-09-20  Michael Snyder  <michael.snyder@palmsource.com>
7886
7887         * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
7888         Remove unused / obsolete files.
7889
7890 2006-09-19  Nick Roberts  <nickrob@snap.net.nz>
7891
7892         * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
7893
7894 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
7895
7896         * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
7897         HIGH_FRAME argument to -stack-list-arguments can be larger than
7898         the number of frames.
7899
7900 2006-09-15  Daniel Jacobowitz  <dan@codesourcery.com>
7901
7902         * gdb.base/args.c (main): Add breakpoint marker.
7903         * gdb.base/args.exp: Use args_test for tests.  Add new tests which
7904         really test empty arguments.
7905         (args_load): Delete.
7906         (args_test): New.
7907
7908 2006-09-13  Nick Roberts  <nickrob@snap.net.nz>
7909
7910         * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
7911         check for one file.
7912
7913 2006-09-07  Vladimir Prus  <ghost@vladimir@codesourcery.com>
7914
7915         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
7916         HIGH_FRAME argument to -stack-list-locals can be larger than
7917         the number of frames.
7918
7919 2006-08-18  Fred Fish  <fnf@specifix.com>
7920
7921         * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
7922         '$' in front of skip_vmx_tests_saved when setting that.
7923
7924 2006-08-10  Andrew Stubbs  <andrew.stubbs@st.com>
7925
7926         * gdb.base/trace-commands.exp: New file.
7927
7928 2006-08-10  Joel Brobecker  <brobecker@adacore.com>
7929             Daniel Jacobowitz  <dan@codesourcery.com>
7930
7931         * gdb.base/step-bt.exp: Make hexadecimal address optional in
7932         expected output of the backtrace commands.
7933
7934 2006-08-09  Joel Brobecker  <brobecker@adacore.com>
7935
7936         * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
7937         untested followed by return combination.
7938         * gdb.arch/altivec-regs.exp: Likewise.
7939         * gdb.arch/e500-abi.exp: Likewise.
7940         * gdb.arch/e500-regs.exp: Likewise.
7941         * gdb.arch/gdb1291.exp: Likewise.
7942         * gdb.arch/gdb1431.exp: Likewise.
7943         * gdb.arch/gdb1558.exp: Likewise.
7944         * gdb.arch/i386-prologue.exp: Likewise.
7945         * gdb.arch/i386-unwind.exp: Likewise.
7946         * gdb.asm/asm-source.exp: Likewise.
7947         * gdb.base/a2-run.exp: Likewise.
7948         * gdb.base/advance.exp: Likewise.
7949         * gdb.base/all-bin.exp: Likewise.
7950         * gdb.base/annota1.exp: Likewise.
7951         * gdb.base/annota3.exp: Likewise.
7952         * gdb.base/args.exp: Likewise.
7953         * gdb.base/arithmet.exp: Likewise.
7954         * gdb.base/assign.exp: Likewise.
7955         * gdb.base/async.exp: Likewise.
7956         * gdb.base/attach.exp: Likewise.
7957         * gdb.base/bang.exp: Likewise.
7958         * gdb.base/bigcore.exp: Likewise.
7959         * gdb.base/bitfields.exp: Likewise.
7960         * gdb.base/bitfields2.exp: Likewise.
7961         * gdb.base/break.exp: Likewise.
7962         * gdb.base/call-sc.exp: Likewise.
7963         * gdb.base/call-strs.exp: Likewise.
7964         * gdb.base/callfuncs.exp: Likewise.
7965         * gdb.base/checkpoint.exp: Likewise.
7966         * gdb.base/chng-syms.exp: Likewise.
7967         * gdb.base/code-expr.exp: Likewise.
7968         * gdb.base/commands.exp: Likewise.
7969         * gdb.base/completion.exp: Likewise.
7970         * gdb.base/cond-expr.exp: Likewise.
7971         * gdb.base/condbreak.exp: Likewise.
7972         * gdb.base/consecutive.exp: Likewise.
7973         * gdb.base/constvars.exp: Likewise.
7974         * gdb.base/corefile.exp: Likewise.
7975         * gdb.base/cvexpr.exp: Likewise.
7976         * gdb.base/dbx.exp: Likewise.
7977         * gdb.base/define.exp: Likewise.
7978         * gdb.base/detach.exp: Likewise.
7979         * gdb.base/display.exp: Likewise.
7980         * gdb.base/dump.exp: Likewise.
7981         * gdb.base/ena-dis-br.exp: Likewise.
7982         * gdb.base/ending-run.exp: Likewise.
7983         * gdb.base/environ.exp: Likewise.
7984         * gdb.base/eval-skip.exp: Likewise.
7985         * gdb.base/exprs.exp: Likewise.
7986         * gdb.base/fileio.exp: Likewise.
7987         * gdb.base/finish.exp: Likewise.
7988         * gdb.base/float.exp: Likewise.
7989         * gdb.base/foll-exec.exp: Likewise.
7990         * gdb.base/foll-fork.exp: Likewise.
7991         * gdb.base/foll-vfork.exp: Likewise.
7992         * gdb.base/freebpcmd.exp: Likewise.
7993         * gdb.base/funcargs.exp: Likewise.
7994         * gdb.base/gcore.exp: Likewise.
7995         * gdb.base/gdb1090.exp: Likewise.
7996         * gdb.base/gdb1250.exp: Likewise.
7997         * gdb.base/huge.exp: Likewise.
7998         * gdb.base/info-proc.exp: Likewise.
7999         * gdb.base/interrupt.exp: Likewise.
8000         * gdb.base/jump.exp: Likewise.
8001         * gdb.base/langs.exp: Likewise.
8002         * gdb.base/lineinc.exp: Likewise.
8003         * gdb.base/list.exp: Likewise.
8004         * gdb.base/logical.exp: Likewise.
8005         * gdb.base/long_long.exp: Likewise.
8006         * gdb.base/macscp.exp: Likewise.
8007         * gdb.base/maint.exp: Likewise.
8008         * gdb.base/mips_pro.exp: Likewise.
8009         * gdb.base/miscexprs.exp: Likewise.
8010         * gdb.base/multi-forks.exp: Likewise.
8011         * gdb.base/opaque.exp: Likewise.
8012         * gdb.base/overlays.exp: Likewise.
8013         * gdb.base/pc-fp.exp: Likewise.
8014         * gdb.base/pointers.exp: Likewise.
8015         * gdb.base/printcmds.exp: Likewise.
8016         * gdb.base/psymtab.exp: Likewise.
8017         * gdb.base/ptype.exp: Likewise.
8018         * gdb.base/recurse.exp: Likewise.
8019         * gdb.base/relational.exp: Likewise.
8020         * gdb.base/relocate.exp: Likewise.
8021         * gdb.base/remote.exp: Likewise.
8022         * gdb.base/reread.exp: Likewise.
8023         * gdb.base/restore.exp: Likewise.
8024         * gdb.base/return.exp: Likewise.
8025         * gdb.base/return2.exp: Likewise.
8026         * gdb.base/scope.exp: Likewise.
8027         * gdb.base/sect-cmd.exp: Likewise.
8028         * gdb.base/sep.exp: Likewise.
8029         * gdb.base/sepdebug.exp: Likewise.
8030         * gdb.base/setshow.exp: Likewise.
8031         * gdb.base/setvar.exp: Likewise.
8032         * gdb.base/sigall.exp: Likewise.
8033         * gdb.base/sigbpt.exp: Likewise.
8034         * gdb.base/signals.exp: Likewise.
8035         * gdb.base/signull.exp: Likewise.
8036         * gdb.base/sizeof.exp: Likewise.
8037         * gdb.base/solib.exp: Likewise.
8038         * gdb.base/step-line.exp: Likewise.
8039         * gdb.base/step-test.exp: Likewise.
8040         * gdb.base/structs.exp: Likewise.
8041         * gdb.base/structs2.exp: Likewise.
8042         * gdb.base/term.exp: Likewise.
8043         * gdb.base/twice.exp: Likewise.
8044         * gdb.base/until.exp: Likewise.
8045         * gdb.base/varargs.exp: Likewise.
8046         * gdb.base/volatile.exp: Likewise.
8047         * gdb.base/watchpoint.exp: Likewise.
8048         * gdb.base/whatis-exp.exp: Likewise.
8049         * gdb.base/whatis.exp: Likewise.
8050         * gdb.cp/ambiguous.exp: Likewise.
8051         * gdb.cp/annota2.exp: Likewise.
8052         * gdb.cp/annota3.exp: Likewise.
8053         * gdb.cp/bool.exp: Likewise.
8054         * gdb.cp/breakpoint.exp: Likewise.
8055         * gdb.cp/casts.exp: Likewise.
8056         * gdb.cp/class2.exp: Likewise.
8057         * gdb.cp/classes.exp: Likewise.
8058         * gdb.cp/cplusfuncs.exp: Likewise.
8059         * gdb.cp/ctti.exp: Likewise.
8060         * gdb.cp/derivation.exp: Likewise.
8061         * gdb.cp/exception.exp: Likewise.
8062         * gdb.cp/gdb1355.exp: Likewise.
8063         * gdb.cp/hang.exp: Likewise.
8064         * gdb.cp/inherit.exp: Likewise.
8065         * gdb.cp/local.exp: Likewise.
8066         * gdb.cp/m-data.exp: Likewise.
8067         * gdb.cp/m-static.exp: Likewise.
8068         * gdb.cp/member-ptr.exp: Likewise.
8069         * gdb.cp/method.exp: Likewise.
8070         * gdb.cp/misc.exp: Likewise.
8071         * gdb.cp/namespace.exp: Likewise.
8072         * gdb.cp/overload.exp: Likewise.
8073         * gdb.cp/ovldbreak.exp: Likewise.
8074         * gdb.cp/pr-1023.exp: Likewise.
8075         * gdb.cp/pr-1210.exp: Likewise.
8076         * gdb.cp/pr-574.exp: Likewise.
8077         * gdb.cp/printmethod.exp: Likewise.
8078         * gdb.cp/psmang.exp: Likewise.
8079         * gdb.cp/ref-params.exp: Likewise.
8080         * gdb.cp/ref-types.exp: Likewise.
8081         * gdb.cp/rtti.exp: Likewise.
8082         * gdb.cp/templates.exp: Likewise.
8083         * gdb.cp/try_catch.exp: Likewise.
8084         * gdb.cp/userdef.exp: Likewise.
8085         * gdb.cp/virtfunc.exp: Likewise.
8086         * gdb.disasm/am33.exp: Likewise.
8087         * gdb.disasm/h8300s.exp: Likewise.
8088         * gdb.disasm/mn10300.exp: Likewise.
8089         * gdb.disasm/sh3.exp: Likewise.
8090         * gdb.disasm/t01_mov.exp: Likewise.
8091         * gdb.disasm/t02_mova.exp: Likewise.
8092         * gdb.disasm/t03_add.exp: Likewise.
8093         * gdb.disasm/t04_sub.exp: Likewise.
8094         * gdb.disasm/t05_cmp.exp: Likewise.
8095         * gdb.disasm/t06_ari2.exp: Likewise.
8096         * gdb.disasm/t07_ari3.exp: Likewise.
8097         * gdb.disasm/t08_or.exp: Likewise.
8098         * gdb.disasm/t09_xor.exp: Likewise.
8099         * gdb.disasm/t10_and.exp: Likewise.
8100         * gdb.disasm/t11_logs.exp: Likewise.
8101         * gdb.disasm/t12_bit.exp: Likewise.
8102         * gdb.disasm/t13_otr.exp: Likewise.
8103         * gdb.hp/gdb.aCC/optimize.exp: Likewise.
8104         * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
8105         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8106         * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
8107         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
8108         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
8109         * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
8110         * gdb.hp/gdb.base-hp/reg.exp: Likewise.
8111         * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
8112         * gdb.hp/gdb.compat/xdb1.exp: Likewise.
8113         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
8114         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
8115         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
8116         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
8117         * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
8118         * gdb.mi/gdb701.exp: Likewise.
8119         * gdb.mi/gdb792.exp: Likewise.
8120         * gdb.mi/mi-basics.exp: Likewise.
8121         * gdb.mi/mi-break.exp: Likewise.
8122         * gdb.mi/mi-cli.exp: Likewise.
8123         * gdb.mi/mi-console.exp: Likewise.
8124         * gdb.mi/mi-disassemble.exp: Likewise.
8125         * gdb.mi/mi-eval.exp: Likewise.
8126         * gdb.mi/mi-file.exp: Likewise.
8127         * gdb.mi/mi-read-memory.exp: Likewise.
8128         * gdb.mi/mi-regs.exp: Likewise.
8129         * gdb.mi/mi-return.exp: Likewise.
8130         * gdb.mi/mi-simplerun.exp: Likewise.
8131         * gdb.mi/mi-stack.exp: Likewise.
8132         * gdb.mi/mi-stepi.exp: Likewise.
8133         * gdb.mi/mi-syn-frame.exp: Likewise.
8134         * gdb.mi/mi-until.exp: Likewise.
8135         * gdb.mi/mi-var-block.exp: Likewise.
8136         * gdb.mi/mi-var-child.exp: Likewise.
8137         * gdb.mi/mi-var-cmd.exp: Likewise.
8138         * gdb.mi/mi-var-display.exp: Likewise.
8139         * gdb.mi/mi-watch.exp: Likewise.
8140         * gdb.mi/mi2-basics.exp: Likewise.
8141         * gdb.mi/mi2-break.exp: Likewise.
8142         * gdb.mi/mi2-cli.exp: Likewise.
8143         * gdb.mi/mi2-console.exp: Likewise.
8144         * gdb.mi/mi2-disassemble.exp: Likewise.
8145         * gdb.mi/mi2-eval.exp: Likewise.
8146         * gdb.mi/mi2-file.exp: Likewise.
8147         * gdb.mi/mi2-read-memory.exp: Likewise.
8148         * gdb.mi/mi2-regs.exp: Likewise.
8149         * gdb.mi/mi2-return.exp: Likewise.
8150         * gdb.mi/mi2-simplerun.exp: Likewise.
8151         * gdb.mi/mi2-stack.exp: Likewise.
8152         * gdb.mi/mi2-stepi.exp: Likewise.
8153         * gdb.mi/mi2-syn-frame.exp: Likewise.
8154         * gdb.mi/mi2-until.exp: Likewise.
8155         * gdb.mi/mi2-var-block.exp: Likewise.
8156         * gdb.mi/mi2-var-child.exp: Likewise.
8157         * gdb.mi/mi2-var-cmd.exp: Likewise.
8158         * gdb.mi/mi2-var-display.exp: Likewise.
8159         * gdb.mi/mi2-watch.exp: Likewise.
8160         * gdb.stabs/exclfwd.exp: Likewise.
8161         * gdb.stabs/weird.exp: Likewise.
8162         * gdb.threads/gcore-thread.exp: Likewise.
8163         * gdb.trace/actions.exp: Likewise.
8164         * gdb.trace/backtrace.exp: Likewise.
8165         * gdb.trace/circ.exp: Likewise.
8166         * gdb.trace/collection.exp: Likewise.
8167         * gdb.trace/deltrace.exp: Likewise.
8168         * gdb.trace/infotrace.exp: Likewise.
8169         * gdb.trace/limits.exp: Likewise.
8170         * gdb.trace/packetlen.exp: Likewise.
8171         * gdb.trace/passc-dyn.exp: Likewise.
8172         * gdb.trace/passcount.exp: Likewise.
8173         * gdb.trace/report.exp: Likewise.
8174         * gdb.trace/save-trace.exp: Likewise.
8175         * gdb.trace/tfind.exp: Likewise.
8176         * gdb.trace/tracecmd.exp: Likewise.
8177         * gdb.trace/while-dyn.exp: Likewise.
8178         * gdb.trace/while-stepping.exp: Likewise.
8179
8180 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
8181
8182         * gdb.base/step-bt.c: New file.
8183         * gdb.base/step-bt.exp: New testcase.
8184
8185 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
8186
8187         * config/monitor.exp (gdb_load): Remove support for obsolete
8188         download-write-size.
8189         * gdb.base/remote.exp: Likewise.  Update all callers of
8190         gdb_timed_load.
8191
8192 2006-08-02  Daniel Jacobowitz  <dan@codesourcery.com>
8193
8194         * cursal.exp: Pass binfile to gdb_load.
8195
8196 2006-08-01  Nathan Sidwell  <nathan@codesourcery.com>
8197
8198         * gdb.base/cursal.exp: Add "" to gdb_load call.
8199
8200 2006-07-29  Mark Kettenis  <kettenis@gnu.org>
8201
8202         * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
8203         NetBSD/ELF targets.
8204
8205 2006-07-25  Daniel Jacobowitz  <dan@codesourcery.com>
8206
8207         * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
8208         operator*.
8209
8210 2006-07-24  Daniel Jacobowitz  <dan@codesourcery.com>
8211
8212         * gdb.base/completion.exp: Update for change in "file" behavior.
8213         * gdb.stabs/weird.exp: Likewise.
8214         * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
8215         * lib/gdb.exp (gdb_file_cmd): Likewise.  Kill the program explicitly.
8216
8217 2006-07-24  Nathan Sidwell  <nathan@codesourcery.com>
8218
8219         * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
8220         * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
8221
8222 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
8223
8224         * gdb.base/default.exp: Update source command error message.
8225         * gdb.base/help.exp: Update 'help source' message.
8226
8227 2006-07-20  Daniel Jacobowitz  <dan@codesourcery.com>
8228
8229         * gdb.cp/bs15503.exp: Update comment for no longer crashing
8230         test.
8231
8232 2006-07-19  Andrew Stubbs  <andrew.stubbs@st.com>
8233
8234         * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
8235
8236 2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
8237
8238         * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
8239
8240 2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
8241
8242         * gdb.threads/print-threads.exp: Use gdb_breakpoint.
8243
8244 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
8245
8246         * gdb.base/long_long.exp (gdb_test_long_long): Exclude
8247         *-*-openbsd* from targets for wich we expect ARM FPA floating
8248         point format.
8249
8250 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
8251
8252         * gdb.cp/annota3.exp: Expect frame-begin annotation.
8253
8254 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
8255
8256         * gdb.base/annota3.exp: Expect frame-begin annotation.
8257
8258 2006-07-14  Joel Brobecker  <brobecker@adacore.com>
8259
8260         * gdb.base/help.exp: Adjust "help unset" test to accept
8261         any list of unset commands.
8262
8263 2006-07-13  Paul N. Hilfinger  <Hilfinger@adacore.com>
8264             Daniel Jacobowitz  <dan@codesourcery.com>
8265
8266         * gdb.cp/ref-params.exp: New test.
8267         * gdb.cp/ref-params.cc: New source file.
8268         * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
8269
8270 2006-07-08  Mark Kettenis  <kettenis@gnu.org>
8271
8272         * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
8273         spaces/tabs in regular expressions since they might not be there.
8274
8275 2006-07-07  Andrew Stubbs  <andrew.stubbs@st.com>
8276
8277         * gdb.base/ifelse.exp: New file.
8278
8279 2006-07-04  Nathan Sidwell  <nathan@codesourcery.com>
8280
8281         * gdb.base/huge.c: Allow CRASH_GDB to be set from command
8282         line.
8283         * gdb.base/huge.exp: Loop over compilation to find a size that
8284         is acceptable.
8285         * gdb.base/remote.exp: Correct expected strings.
8286         * gdb.dwarf2/mac-fileno.S: Avoid # comments.
8287
8288 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
8289
8290         * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
8291
8292 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
8293
8294         * gdb.base/gdb1555.exp: Use gdb_compile_shlib.  Skip if not
8295         native.
8296
8297 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
8298
8299         * gdb.stabs/exclfwd.exp: Skip the test if configure did not
8300         enable stabs testing.
8301
8302 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
8303
8304         * gdb.base/auxv.exp: Intercept undefined command messages before
8305         gdb_test_multiple does.
8306
8307 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
8308
8309         * Makefile.in (host_alias): Remove.
8310         (target_alias): Use @target_noncanonical@.
8311         (site.exp): Don't set host_alias.
8312         * aclocal.m4: Remove contents.  Include acx.m4.
8313         * configure: Regenerated.
8314         * configure.ac: Use ACX_NONCANONICAL_TARGET.
8315
8316 2006-06-13  Nathan Sidwell  <nathan@codesourcery.com>
8317
8318         * lib/gdb.exp (gdb_load_cmd): New.
8319
8320         * gdb.base/fileio.c: Add system(NULL) test.
8321         * gdb.base/fileio.exp: Check it.
8322
8323         * gdb.base/break.c: Add 10a breakpoint at }
8324         * gdb.base/break.exp: Add test for breakpoint at }
8325         * gdb.cp/anon-union.cc: Add code at end of function.
8326         * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
8327         * gdb.mi/var-cmd.c: Add code at end of function.
8328         * gdb.mi/mi-var-display.exp: Adjust end of next.
8329         * gdb.mi/mi2-var-display.exp: Likewise.
8330         * gdb.base/fileio.c: Add stop function and insert calls at
8331         stopping places.
8332         * gdb.base/fileio.exp: Breakpoint stop function and remove
8333         explicit line number references.
8334
8335 2006-05-19  Joel Brobecker  <brobecker@adacore.com>
8336
8337         * gdb.base/del.exp (test_delete_alias): New function.
8338         Now check that both "del" and "d" work as aliases for "delete".
8339
8340 2006-05-18  Fred Fish  <fnf@specifix.com>
8341
8342         * gdb.base/a2-run.exp: Allow part of test to run when args aren't
8343         required.  Check for spurious output after program exits normally.
8344
8345 2006-05-17  Fred Fish  <fnf@specifix.com>
8346
8347         * gdb.base/relocate.exp: Use gdb_file_cmd rather than
8348         gdb_load, so it works in the simulator.
8349
8350 2006-05-11  Fred Fish  <fnf@specifix.com>
8351
8352         * gdb.base/bang.exp: Ignore unexpected output between the
8353         "program exited normally" and the gdb prompt, as many other
8354         tests do.
8355
8356 2006-05-07  Mark Kettenis  <kettenis@gnu.org>
8357
8358         * gdb.base/help.exp: Make "delete checkpoint" part option for
8359         "help d" and "help delete" tests.
8360
8361 2006-05-06  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8362
8363         * gdb.mi/mi-basics.exp: Add missing serial number to
8364         expected output in some mi_gdb_test statements.
8365         * gdb.mi/mi2-basics.exp: Likewise.
8366
8367 2006-05-05  Joel Brobecker  <brobecker@adacore.com>
8368
8369         * gdb.base/del.c: New file.
8370         * gdb.base/del.exp: New testcase.
8371
8372 2006-05-05  David S. Miller  <davem@sunset.davemloft.net>
8373
8374         * gdb.base/break.exp: Do not assume a breakpoint on
8375         main will actually be in $srcfile when optimizing.
8376         * gdb.base/savedregs.exp: Do not require that the dummy
8377         frame location match up to a symbol and source file location.
8378         * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
8379         will get printed without a mi_cmd_data_list_register_values prefix.
8380         (*-data-list-register-*): Correct regular expressions to expect the new
8381         pseudo d? floating point registers.
8382         * gdb.mi/mi2-regs.exp: Likewise.
8383
8384 2006-05-05  Christophe Lyon  <christophe.lyon@st.com>
8385
8386         * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
8387         * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
8388         is allocated by the compiler.
8389         * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
8390         anons, e, anone to force their allocation by the compiler.
8391
8392 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
8393
8394         * gdb.base/help.exp: Update expected text for help d and
8395         help delete.
8396
8397 2006-05-02  Mark Kettenis  <kettenis@gnu.org>
8398
8399         * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
8400         NetBSD/ELF targets.
8401
8402 2006-04-30  Mark Kettenis  <kettenis@gnu.org>
8403
8404         * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
8405         single-step breakpoint fails; make this a KFAIL on
8406         sparc*-*-openbsd*.
8407         * gdb.base/siginfo.exp: Likewise.
8408         * gdb.base/sigstep.exp (advance, advancei): Likewise.
8409
8410 2006-04-26  Michael Snyder  <msnyder@redhat.com>
8411
8412         * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
8413         which may have to consume output from other forks.
8414         Add tests to make sure that "delete fork" succeeded.
8415
8416 2006-04-20  Michael Snyder  <msnyder@redhat.com>
8417
8418         * 2006-03-22  Jim Blandy  <jimb@redhat.com>
8419         Add support for the Renesas M32C and M16C.
8420
8421         * gdb.asm/asm-source.exp: Add m32c target.
8422         * gdb.asm/m32c.inc: Support for m32c target.
8423
8424 2006-04-07  Andrew Stubbs  <andrew.stubbs@st.com>
8425
8426         * gdb.base/commands.exp (recursive_source_test): New test.
8427
8428 2006-04-04  David S. Miller  <davem@sunset.davemloft.net>
8429
8430         * gdb.base/float.exp: Add pattern for sparc targets.
8431
8432 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
8433
8434         * gdb.base/commands.exp (stray_arg0_test): New test.
8435
8436 2006-03-30  Paul Brook  <paul@codesourcery.com>
8437
8438         * gdb.mi/mi-until.exp: kfail broken until command.
8439         * gdb.mi/mi2-until.exp: Ditto.
8440
8441 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
8442
8443         * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
8444
8445 2006-03-08  Alexandre Oliva  <aoliva@redhat.com>
8446
8447         * gdb.base/prelink.exp: Anchor tested-for regular expression
8448         on gdb prompt.
8449
8450 2006-03-07  Paul Brook  <paul@codesourcery.com>
8451
8452         * gdb.base/assign.exp: Correct fail message.
8453
8454 2006-03-07  Paul Brook  <paul@codesourcery.com>
8455
8456         * lib/compiler.c: Extract armcc version number.
8457         * lib/compiler.cc: Ditto.
8458
8459 2006-03-07  Paul Brook  <paul@codesourcery.com>
8460
8461         * gdb.arch/altivec-abi.exp: Use nowarnings instead of
8462         additional_flags=-w.
8463         * gdb.arch/altivec-regs.exp: Ditto.
8464         * gdb.arch/e500-abi.exp: Ditto.
8465         * gdb.arch/e500-regs.exp: Ditto.
8466         * gdb.base/all-bin.exp: Ditto.
8467         * gdb.base/annota1.exp: Ditto.
8468         * gdb.base/annota3.exp: Ditto.
8469         * gdb.base/args.exp: Ditto.
8470         * gdb.base/arithmet.exp: Ditto.
8471         * gdb.base/assign.exp: Ditto.
8472         * gdb.base/async.exp: Ditto.
8473         * gdb.base/bang.exp: Ditto.
8474         * gdb.base/break.exp: Ditto.
8475         * gdb.base/call-rt-st.exp: Ditto.
8476         * gdb.base/completion.exp: Ditto.
8477         * gdb.base/cond-expr.exp: Ditto.
8478         * gdb.base/condbreak.exp: Ditto.
8479         * gdb.base/consecutive.exp: Ditto.
8480         * gdb.base/define.exp: Ditto.
8481         * gdb.base/display.exp: Ditto.
8482         * gdb.base/ena-dis-br.exp: Ditto.
8483         * gdb.base/environ.exp: Ditto.
8484         * gdb.base/eval-skip.exp: Ditto.
8485         * gdb.base/info-proc.exp: Ditto.
8486         * gdb.base/jump.exp: Ditto.
8487         * gdb.base/logical.exp: Ditto.
8488         * gdb.base/long_long.exp: Ditto.
8489         * gdb.base/maint.exp: Ditto.
8490         * gdb.base/miscexprs.exp: Ditto.
8491         * gdb.base/pc-fp.exp: Ditto.
8492         * gdb.base/pointers.exp: Ditto.
8493         * gdb.base/relational.exp: Ditto.
8494         * gdb.base/reread.exp: Ditto.
8495         * gdb.base/sect-cmd.exp: Ditto.
8496         * gdb.base/sep.exp: Ditto.
8497         * gdb.base/sepdebug.exp: Ditto.
8498         * gdb.base/until.exp: Ditto.
8499         * gdb.base/whatis-exp.exp: Ditto.
8500         * gdb.cp/annota2.exp: Ditto.
8501         * gdb.cp/annota3.exp: Ditto.
8502         * gdb.trace/actions.exp: Ditto.
8503         * gdb.trace/backtrace.exp: Ditto.
8504         * gdb.trace/circ.exp: Ditto.
8505         * gdb.trace/collection.exp: Ditto.
8506         * gdb.trace/deltrace.exp: Ditto.
8507         * gdb.trace/infotrace.exp: Ditto.
8508         * gdb.trace/limits.exp: Ditto.
8509         * gdb.trace/packetlen.exp: Ditto.
8510         * gdb.trace/passc-dyn.exp: Ditto.
8511         * gdb.trace/passcount.exp: Ditto.
8512         * gdb.trace/report.exp: Ditto.
8513         * gdb.trace/save-trace.exp: Ditto.
8514         * gdb.trace/tfind.exp: Ditto.
8515         * gdb.trace/tracecmd.exp: Ditto.
8516         * gdb.trace/while-dyn.exp: Ditto.
8517         * gdb.trace/while-stepping.exp: Ditto.
8518         * lib/gdb.exp: Ditto.
8519         (gdb_compile): Handle nowarning option.
8520
8521 2006-03-07  Alexandre Oliva  <aoliva@redhat.com>
8522
8523         * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
8524         * gdb.base/prelink.exp: Likewise.  Add -q to prelink runs.
8525         Rename executable to prelinkt.  Don't re-prelink if we didn't
8526         get a core file.  Test prelink -u exit status to tell whether
8527         prelinking failed.  Use gdb_test_multiple.
8528
8529 2006-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
8530
8531         * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
8532         (do_tests): Call it.
8533
8534 2006-02-28  Alexandre Oliva  <aoliva@redhat.com>
8535
8536         * gdb.base/prelink.exp: New test.
8537         * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
8538
8539 2006-02-24  Wu Zhou  <woodzltc@cn.ibm.com>
8540
8541         * gdb.fortran/derived-type.f90: New file.
8542         * gdb.fortran/derived-type.exp: New testcase.
8543
8544 2006-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
8545
8546         * gdb.base/default.exp: Allow ';' as a directory separator.
8547
8548 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
8549
8550         * gdb.base/help.exp (help add-symbol-file): Update.
8551
8552 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
8553
8554         * gdb.base/help.exp (help load): Update expected results.
8555
8556 2006-02-19  Fred Fish  <fnf@specifix.com>
8557
8558         * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
8559         specifix hex value as part of results.
8560         * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
8561
8562 2006-02-16  Fred Fish  <fnf@specifix.com>
8563
8564         * gdb.base/whatis.c: Define variables using typedefs char_addr,
8565         ushort_addr, and slong_addr, so the typedefs are not optimized
8566         away.
8567         * gdb.base/whatis.exp: Add tests using type name for struct type,
8568         union type, enum type, and typedef.
8569
8570 2006-02-13  Mark Kettenis  <kettenis@gnu.org>
8571
8572         * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
8573
8574 2006-02-13  Jim Blandy  <jimb@redhat.com>
8575
8576         * gdb.base/scope.exp (test_at_main): Remove logic to handle the
8577         case where it takes two "next" commands to skip past the init
8578         call.
8579
8580 2006-02-12  Fred Fish  <fnf@specifix.com>
8581
8582         * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
8583         to handle cases where it takes two "next" commands to skip
8584         past the init call.
8585
8586 2006-02-07  Joel Brobecker  <brobecker@adacore.com>
8587
8588         * gdb.ada/array_return.exp: Mark the last test as expected to fail
8589         on hppa32 targets.
8590
8591 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
8592
8593         * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
8594         field.
8595
8596 2006-01-29  Mark Kettenis  <kettenis@gnu.org>
8597
8598         * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
8599
8600 2006-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
8601
8602         * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
8603         files.
8604
8605 2006-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
8606
8607         * gdb.cp/maint.exp: Set complaints to a positive value.
8608
8609 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
8610
8611         * gdb.base/multi-forks.c: Add copyright notice.  Include <stdlib.h>.
8612         * gdb.base/multi-forks.exp: Use a loop.  Allow "fork" as a stopped
8613         function name.
8614
8615 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
8616
8617         * gdb.base/checkpoint.c: Update copyright notice.  Include
8618         <stdlib.h>.
8619
8620 2006-01-04  Jim Blandy  <jimb@redhat.com>
8621
8622         * gdb.asm/asm-source.exp: Independently provide default values for
8623         asm-flags and debug-flags.  Use 'string equal' to do the
8624         comparison, not the implicit expr's '==' operator.  Remove
8625         now-unneeded assignments to asm-flags.  In h8300 case, place
8626         "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
8627
8628 2006-01-04  Michael Snyder  <msnyder@redhat.com>
8629
8630         * gdb.base/checkpoint.c: New file.
8631         * gdb.base/checkpoint.exp: New file.
8632         * gdb.base/multi-fork.c: New file.
8633         * gdb.base/multi-fork.exp: New file.
8634         * gdb.base/pi.txt: New file (data for checkpoint.c test).
8635
8636 2006-01-04  Fred Fish  <fnf@specifix.com>
8637
8638         * gdb.base/ptype.c (foo): Add typedef.
8639         (intfoo): Add function.
8640         * gdb.base/ptype1.c: New file.
8641         * gdb.base/ptype.exp: Handle compilation and linking with two
8642         source files.  Test that proper type for "foo" is found based
8643         on source context rather than first match found in symtabs.
8644
8645 2005-12-28  Mark Kettenis  <kettenis@gnu.org>
8646
8647         * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
8648         * gdb.asm/openbsd.inc: Indent commands.
8649
8650 2005-12-26  Mark Kettenis  <kettenis@gnu.org>
8651
8652         * gdb.base/freebpcmd.exp: Increase timeout.
8653
8654         * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
8655
8656 2005-12-17  Daniel Jacobowitz  <dan@codesourcery.com>
8657
8658         * gdb.base/default.exp: Update check for "show version".
8659
8660 2005-12-09  Randolph Chung  <tausq@debian.org>
8661
8662         * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
8663         * gdb.asm/pa64.inc: New file.
8664
8665 2005-12-09  Randolph Chung  <tausq@debian.org>
8666
8667         * gdb.asm/common.inc: Indent commands.
8668         * gdb.asm/asmsrc1.s: Likewise.
8669         * gdb.asm/asmsrc2.s: Likewise.
8670
8671 2005-12-09  Randolph Chung  <tausq@debian.org>
8672
8673         * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
8674         (get_addr_of_sym): Remove duplicate print.
8675         (gen_core): xfail hppa*-*-hpux*, update expected output.
8676         * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
8677         * gdb.arch/pa64-nullify.s: New file.
8678
8679 2005-12-09  Randolph Chung  <tausq@debian.org>
8680
8681         * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
8682
8683 2005-12-07  Christophe Lyon  <christophe.lyon@st.com>
8684
8685         * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
8686         code generation for these functions.
8687         * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
8688         error message.
8689
8690 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
8691
8692         * gdb.base/help.exp (help b, help br, help bre, help brea)
8693         (help break): Update the expected message.
8694
8695 2005-11-11  Stephane Carrez  <stcarrez@nerim.fr>
8696
8697         * gdb.asm/m68hc11.inc: Setup the data section.
8698         * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
8699         script for this test.
8700         (m6812-*-*): Likewise.
8701
8702 2005-11-09  Randolph Chung <tausq@debian.org>
8703
8704         * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
8705
8706 2005-11-09  Wu Zhou  <woodzltc@cn.ibm.com>
8707
8708         * gdb.base/break.exp: Fix a comment typo.
8709
8710 2005-11-03  Jim Blandy  <jimb@redhat.com>
8711
8712         Checked in by Elena Zannoni  <ezannoni@redhat.com>
8713
8714         * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
8715
8716 2005-11-02  Corinna Vinschen  <vinschen@redhat.com>
8717
8718         * gdb.arch/gdb1558.c: Include stdio.h.
8719
8720 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
8721
8722         * gdb.asm/asm-source.exp: Use -e instead of --entry.
8723
8724 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
8725
8726         * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
8727
8728 2005-10-17  Paul Gilliam  <pgilliam@us.ibm.com>
8729
8730         * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
8731         vscr" tests to better match output.
8732
8733 2005-10-12  Jim Blandy  <jimb@redhat.com>
8734
8735         * gdb.base/structs.exp (any): New function.
8736         (test_struct_returns): Don't make any assumptions at all about
8737         what value the function returns when GDB can't set the return
8738         value.
8739
8740 2005-10-09  Joel Brobecker  <brobecker@adacore.com>
8741
8742         * gdb.ada/arrayidx/p.adb: New file.
8743         * gdb.ada/arrayidx.exp: New testcase
8744
8745 2005-10-09  Joel Brobecker  <brobecker@adacore.com>
8746
8747         * gdb.ada/array_return/pck.ads: New file.
8748         * gdb.ada/array_return/pck.adb: New file.
8749         * gdb.ada/array_return/p.adb: New file.
8750         * gdb.ada/array_return.exp: New testcase.
8751
8752 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
8753
8754         * gdb.base/arrayidx.c: New file.
8755         * gdb.base/arrayidx.exp: New testcase.
8756
8757 2005-09-29  Nick Roberts  <nickrob@snap.net.nz>
8758
8759         * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
8760         frames-invalid and breakpoints-invalid are no longer generated
8761         with level 3 so don't expect them in the output.
8762
8763 2005-09-27  Bob Rossi  <bob@brasko.net>
8764
8765         * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
8766         from test.  Escape the | in mi_gdb_test call.
8767         * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
8768         gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
8769         gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
8770         gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
8771         expected regex's in mi_gdb_test calls.
8772         * lib/mi-support.exp: Remove arbitrary .* from tests.
8773         (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
8774         Fully anchor GDB/MI expected results in mi_gdb_test.
8775         * lib/gdb.exp (string_to_regexp): Escape the ] character.
8776         * gdb.base/sizeof.exp: Remove escape character. Correct test.
8777
8778 2005-09-26  Paul Brook  <paul@codesourcery.com>
8779
8780         * long_long.exp: Exclude eabi targets from arm FPA float format test.
8781
8782 2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
8783
8784         * bfp-test.c: New file.
8785         * bfp-test.exp: New testcase.
8786
8787 2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
8788
8789         * gdb.fortran/subarray.exp: New testcase to test the evaluation
8790         of subarray and substring variable.
8791         * gdb.fortran/subarray.f: New source file for the test of subarray
8792         and substring variable evaluation.
8793         * gdb.fortran/exprs.exp: Add four tests for substring evaluation
8794         of string constant.
8795
8796 2005-09-19  Daniel Jacobowitz  <dan@codesourcery.com>
8797
8798         * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
8799         copyright dates.
8800
8801 2005-09-19  Paul Gilliam  <pgilliam@us.ibm.com>
8802
8803         * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
8804         powerpc altivec' test with an almost identical 'info vector' test.
8805
8806 2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
8807
8808         * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
8809         vscr" tests to match output.
8810
8811 2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
8812
8813         * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
8814         output.
8815
8816 2005-09-11  Bob Rossi  <bob@brasko.net>
8817
8818         * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
8819         * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
8820         commands that return an MI output command and an asyncronous MI output
8821         command.
8822         * gdb.mi/mi-console.exp: Ditto.
8823
8824 2005-09-11  Bob Rossi  <bob@brasko.net>
8825
8826         * gdb.mi/mi-var-child.c: Include <string.h>.
8827
8828 2005-09-10  Daniel Jacobowitz  <dan@codesourcery.com>
8829
8830         * killed.exp: Correct gdb_expect syntax.
8831
8832 2005-08-09  Corinna Vinschen  <vinschen@redhat.com>
8833
8834         * lib/mi-support.exp (mi_gdb_load): Fix typo.
8835
8836 2005-08-02  Bob Rossi  <bob@brasko.net>
8837
8838         * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
8839         (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
8840         Change tests to inferior-tty-set/show.
8841         * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
8842         (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
8843         * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
8844         inferior.  Use mi_gdb_test to get GDB and Inferior output.
8845         * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
8846         descriptor.
8847         (mi_inferior_tty_name): Add inferior PTY file name.
8848         (mi_gdb_start): Add INFERIOR_PTY parameter.
8849         (mi_gdb_test): Add IPATTERN parameter.
8850
8851 2005-08-02   Bob Rossi  <bob@brasko.net>
8852
8853         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
8854         parameter to mi_gdb_test.
8855         * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
8856
8857 2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
8858
8859         * gdb.mi/mi-var-child.c (do_children_tests): Initialize
8860         struct_declarations.
8861         * gdb.mi/mi-var-child.exp: Step over the initialization of
8862         struct_declarations.
8863
8864 2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
8865
8866         * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
8867         * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
8868         * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
8869         * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
8870         * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
8871         file.
8872
8873 2005-07-27  Nick Roberts  <nickrob@snap.net.nz>
8874
8875         * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
8876         (do_children_tests): Assign values to the extra elements.
8877
8878         * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
8879         them for tests for "-var-update --no-values" and
8880         "-var-update --all-values".
8881         Add test for "-var-list-children --simple-values".
8882
8883         * gdb.mi/basics.c (callee4): Add integer array D[3]...
8884
8885         * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
8886         "-stack-list-locals --simple-values"  Improve doc strings and
8887         comments.
8888
8889 2005-07-18  Mark Kettenis  <kettenis@gnu.org>
8890
8891         * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
8892         *-*-openbsd*.
8893         * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
8894
8895         * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
8896         sigaltsatck'.
8897
8898 2005-07-14  Bob Rossi  <bob@brasko.net>
8899
8900         * gdb.base/default.exp (tty): Changed output of command.
8901         * gdb.base/help.exp (help tty): Ditto.
8902
8903 2005-07-12  Mark Kettenis  <kettenis@gnu.org>
8904
8905         * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
8906
8907 2005-07-10  Mark Kettenis  <kettenis@gnu.org>
8908
8909         * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
8910         -stack-select-frame without arguments.
8911         (test_stack_frame_listing): Add test for newly implemented command
8912         -stack-info-frame.
8913
8914 2005-07-06  Bob Rossi  <bob@brasko.net>
8915
8916         * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
8917         command.
8918         (Copyright): Update copyright.
8919
8920 2005-07-06  Wu Zhou  <woodzltc@cn.ibm.com>
8921
8922         * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
8923         tests to evaluate exponentiation expression.
8924
8925 2005-06-29  Andreas Schwab  <schwab@suse.de>
8926
8927         * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
8928         main to avoid warnings.
8929
8930         * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
8931
8932 2005-06-20  Nick Roberts  <nickrob@snap.net.nz>
8933
8934         * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
8935         -stack-select-frame without arguments.
8936         (test_stack_frame_listing): Add test for newly implemented command
8937         -stack-info-frame.
8938
8939 2005-06-17  Wu Zhou  <woodzltc@cn.ibm.com>
8940
8941         * gdb.fortran/array-element.f: New file.
8942         * gdb.fortran/array-element.exp: New testcase.
8943
8944 2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
8945
8946         * gdb.base/bigcore.exp: Correct checks for systems which can
8947         not dump a large core file.
8948
8949 2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
8950
8951         * gdb.base/relocate.c: Add a copyright notice.
8952         (dummy): Remove.
8953         * gdb.base/relocate.exp: Test printing the values of variables
8954         from a relocatable file.
8955
8956 2005-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
8957
8958         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
8959         excess MI output after an error.
8960
8961 2005-05-29  Joel Brobecker  <brobecker@adacore.com>
8962
8963         * gdb.arch/alpha-step.c: New file.
8964         * gdb.arch/alpha-step.exp: New testcase.
8965
8966 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
8967             Dennis Brueni  <dennis@slickedit.com>
8968
8969         * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
8970         gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
8971         gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
8972         gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
8973         gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
8974         gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
8975         * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
8976
8977 2005-05-17  Paul Gilliam  <pgilliam@us.ibm.com>
8978             Wu Zhou  <woodzltc@cn.ibm.com>
8979
8980         * gdb.base/shreloc.exp: Use gdb_compile_shlib.  Add support for
8981         IBM's xlc compiler.
8982         * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
8983         * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
8984
8985 2005-05-13  Jim Blandy  <jimb@redhat.com>
8986
8987         * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
8988         calling gdb_suppress_entire_file.
8989         * gdb.base/charset.exp: Same.
8990         * gdb.base/call-rt-st.exp: Same.
8991
8992 2005-05-05  Bob Rossi  <bob_rossi@cox.net>
8993
8994         * lib/gdb.exp (fullname_syntax): Added global regex.
8995         (fullname_syntax_POSIX): Ditto.
8996         (fullname_syntax_UNC): Ditto.
8997         (fullname_syntax_DOS_CASE): Ditto.
8998         (fullname_syntax_DOS): Ditto.
8999         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
9000         fullname_syntax variable to scope and use it.
9001         (test_file_list_exec_source_files): Ditto.
9002         * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
9003
9004 2005-05-04  Daniel Jacobowitz  <dan@codesourcery.com>
9005
9006         * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
9007
9008 2004-05-02  Paul Gilliam  <pgilliam@us.ibm.com>
9009
9010         * lib/gdb.exp (skip_altivec_tests): New function, based on
9011         check_vmx_hw_available from the GCC testsuite.
9012         * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
9013         * lib/gdb.arch/altivec-regs.exp: Likewise.
9014
9015 2005-05-02  Jim Blandy  <jimb@redhat.com>
9016
9017         * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
9018         calling gdb_suppress_entire_file.
9019
9020 2005-04-30  Randolph Chung  <tausq@debian.org>
9021
9022         * gdb.threads/staticthreads.exp: Override signal to check for hppa.
9023         Slightly relax "sem_post" name checking.
9024
9025 2005-04-29  Paul Gilliam  <pgilliam@us.ibm.com>
9026
9027         * gdb.base/unload.exp: Use new shared library infrastructure.
9028
9029 2005-04-29  Paul Gilliam  <pgilliam@us.ibm.com>
9030
9031         * gdb.base/so-impl-ld.exp: Use new shared library
9032         infrastructure.
9033
9034 2005-04-29  Corinna Vinschen  <vinschen@redhat.com>
9035
9036         * gdb.asm/asm-source.exp: Add h8300 to supported targets.
9037         * gdb.asm/h8300.inc: New file.
9038
9039 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
9040
9041         * gdb.base/shlib-call.exp: Change to use new shared library
9042         infrastructure.
9043
9044 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
9045
9046         * gdb.base/pending.exp: Change to use new shared library
9047         infrastructure.
9048
9049 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
9050
9051         * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
9052         use test_compiler_info instead of gcc_compiled, and update copyright.
9053
9054 2005-04-27  Paul Gilliam  <pgilliam@us.ibm.com>
9055
9056         * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
9057         shared objects being adjusted and update copyright years.
9058
9059 2005-04-27  Daniel Jacobowitz  <dan@codesourcery.com>
9060
9061         * ChangeLog: Correct some 2003-01-13 dates.
9062         * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
9063         gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
9064         gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
9065         gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
9066         gdb.trace/tfind.exp: Update copyright years.
9067
9068 2005-04-14  Paul Gilliam  <pgilliam@us.ibm.com>
9069             Daniel Jacobowitz  <dan@codesourcery.com>
9070
9071         * lib/gdb.exp (gdb_compile): Handle shlib=.
9072         (gdb_compile_shlib): New function.
9073
9074 2005-04-12  Paul Gilliam  <pgilliam@us.ibm.com>
9075
9076         * lib/gdb.exp (test_compiler_info): Give argument a default value.
9077
9078 2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
9079
9080         * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
9081         gdb.server.
9082         * configure.ac: Likewise.
9083         * configure: Regenerated.
9084         * gdb.gdbserver/Makefile.in: Moved to...
9085         * gdb.server/Makefile.in: ... here.
9086         * gdb.gdbserver/server.c: Moved to...
9087         * gdb.server/server.c: ... here.
9088         * gdb.gdbserver/server-run.exp: Moved to...
9089         * gdb.server/server-run.exp: ... here.
9090
9091 2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
9092
9093         * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
9094         * configure.ac: Create gdb.gdbserver/Makefile.
9095         * configure: Regenerated.
9096         * lib/gdbserver-support.exp: New file, derived from
9097         config/gdbserver.exp.
9098         * config/gdbserver.exp: Use gdbserver-support.exp.
9099         * gdb.gdbserver/Makefile.in: New file.
9100         * gdb.gdbserver/server.c: New file.
9101         * gdb.gdbserver/server-run.exp: New file.
9102
9103 2005-04-06  Paul Gilliam  <pgilliam@us.ibm.com>
9104
9105         * lib/gdb.exp (test_compiler_info): Return compiler_info
9106         if no arguments are given.
9107
9108 2005-04-01  Paul Gilliam  <pgilliam@us.ibm.com>
9109
9110         * gdb.arch/altivec-abi.exp: Check for compiler and set
9111         use altivec' flag accordingly.
9112         * gdb.arch/altivec-regs.exp: Likewise.
9113
9114 2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
9115
9116         * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
9117
9118 2005-03-27  Andreas Schwab  <schwab@suse.de>
9119
9120         * gdb.base/bigcore.c (main): Add missing mode argument in open
9121         call.
9122
9123 2005-03-25  Daniel Jacobowitz  <dan@codesourcery.com>
9124
9125         * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
9126         downloads.
9127         * config/gdbserver.exp (gdb_load): Likewise.
9128
9129 2005-03-14  Paul Brook  <paul@codesourcery.com>
9130
9131         * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
9132         targets.
9133
9134 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
9135
9136         * gdb.dwarf2/dup-psym.S: New file.
9137         * gdb.dwarf2/dup-psym.exp: New testcase.
9138
9139 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
9140
9141         * gdb.ada/exec_changed/first.adb: New file.
9142         * gdb.ada/exec_changed/second.adb: New file.
9143         * gdb.ada/exec_changed.exp: New testcase.
9144
9145 2005-03-08  Nathan Sidwell  <nathan@codesourcery.com>
9146
9147         * gdb.cp/userdef.cc (A1::operator+): New unary plus.
9148         (A2): New class.
9149         (main): Test operator+.
9150         * gdb.cp/userdef.exp: Test unary plus.  Use A2::operator+ for
9151         breakpoint test.
9152
9153         * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
9154         * gdb.base/signull.exp: Disable if gdb,nosignals.
9155         * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
9156         * gdb.cp/exception.exp: Disable if skip_cplus_tests.
9157         * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
9158         * gdb.mi/mi2-console.exp: Likewise.
9159         * gdb.trace/collection.exp (run_trace_experiment): Consume the
9160         continue output at start.
9161         (gdb_collect_locals_test): Robustify regexp.
9162         * gdb.trace/passc-dyn.exp: Fix comment typo.
9163         * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
9164
9165 2005-03-08  Corinna Vinschen  <vinschen@redhat.com>
9166
9167         * gdb.asm/asm-source.exp: Add iq2000 case.
9168         * gdb.asm/iq2000.inc: New file.
9169
9170 2005-03-07  Manoj Iyer <manjo@austin.ibm.com>
9171
9172         * gdb.base/command.exp: Change hardcoded value to regular expression.
9173         * gdb.base/float.exp: Add powerpc to the list of targets checked.
9174
9175 2005-03-07  Daniel Jacobowitz  <dan@codesourcery.com>
9176
9177         * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
9178         gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
9179         gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
9180         gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
9181         gdb.asm/x86_64.inc: Use .purgem before redefining macros.
9182
9183 2005-03-05  Mark Kettenis  <kettenis@gnu.org>
9184
9185         * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
9186         changes.
9187
9188 2004-03-03  Paul Gilliam  <pgilliam@us.ibm.com>
9189
9190         * lib/compiler.c: Add test for IBM's xlc compiler.
9191         * lib/compiler.cc: Likewise.
9192
9193 2004-02-24  Joel Brobecker  <brobecker@adacore.com>
9194
9195         * gdb.ada/fixed_points.exp: Create compilation object directory
9196         before running the test.
9197         * gdb.ada/null_record.exp: Likewise.
9198         * gdb.ada/packed_array.exp: Likewise.
9199         * gdb.ada/start.exp: Likewise.
9200
9201 2005-02-15  Joel Brobecker  <brobecker@adacore.com>
9202
9203         * gdb.ada/packed_array/pa.adb: New file.
9204         * gdb.ada/packed_array.exp: New testcase.
9205
9206 2005-02-10  Mark Kettenis  <kettenis@gnu.org>
9207
9208         * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
9209         files.
9210
9211         * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
9212         on *-*-openbsd*.  Correctly match whitespace in regukar
9213         expressions.
9214
9215 2005-02-10  Daniel Jacobowitz  <dan@debian.org>
9216
9217         From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
9218         PR exp/1821
9219         * gdb.base/gdb1821.c: New test file.
9220         * gdb.base/gdb1821.exp: New test file.
9221
9222 2005-02-09  Joel Brobecker  <brobecker@adacore.com>
9223
9224         * gdb.base/start.c: New file.
9225         * gdb.base/start.exp: New testcase.
9226
9227 2005-02-09  Joel Brobecker  <brobecker@adacore.com>
9228
9229         * gdb.ada/start/dummy.adb: New file.
9230         * gdb.ada/start.exp: New testcase.
9231
9232 2005-02-09  Corinna Vinschen  <vinschen@redhat.com>
9233
9234         * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
9235         for printing symbols and statistics.
9236         Add test for using relative pathnames in "maint print msymbols" test.
9237         Mark "maint info sections DATA" XFAIL on Cygwin.
9238         Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
9239         tests.
9240
9241 2005-02-09  Andreas Schwab  <schwab@suse.de>
9242
9243         Committed by Andrew Cagney  <cagney@gnu.org>
9244         * gdb.base/remotetimeout.exp: New file.
9245
9246 2005-02-07  Mark Kettenis  <kettenis@gnu.org>
9247
9248         * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
9249
9250 2005-02-03  Joel Brobecker  <brobecker@adacore.com>
9251
9252         * gdb.ada/gnat_ada.gpr: New file.
9253         * gdb.ada/gnat_ada.gin: Delete, no longer used.
9254         * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
9255         * configure.ac: No longer generate gnat_ada.gpr.
9256         * configure: Regenerate.
9257         * gdb.ada/Makefile.in: Minor adaptations due to new project file.
9258         * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
9259         * gdb.ada/null_record/bar.ads: Likewise.
9260         * gdb.ada/null_record/bar.adb: Likewise.
9261         * gdb.ada/fixed_points/fixed_points.adb: Likewise.
9262         * gdb.ada/null_record.exp (testdir): New variable.
9263         (testfile): executable is now in testdir subdirectory.
9264         (srcfile): Use full path to the main compilation unit.
9265         * gdb.ada/fixed_points.exp: Same changes as above.
9266
9267 2005-02-03  Nick Roberts  <nickrob@snap.net.nz>
9268
9269         * gdb.base/interp.exp: New test.
9270
9271 2005-01-24  Andrew Cagney  <cagney@gnu.org>
9272
9273         * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
9274
9275 2005-01-19  Andrew Cagney  <cagney@gnu.org>
9276
9277         * gdb.stabs/Makefile.in (Makefile): Update dependencies -
9278         configure.ac not configure.in.
9279
9280         * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
9281         of powerpc*-*-*.
9282         * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
9283         * gdb.base/list.exp (test_list_function)
9284         (test_list_filename_and_function): Ditto.
9285         * gdb.base/callfuncs.exp (do_function_calls): Ditto.
9286
9287 2005-01-16  Andrew Cagney  <cagney@gnu.org>
9288
9289         * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
9290
9291         * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
9292
9293 2005-01-14  Andrew Cagney  <cagney@gnu.org>
9294
9295         * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
9296         * gdb.mi/mi2-var-cmd.exp: Ditto.
9297
9298 2005-01-10  Corinna Vinschen  <vinschen@redhat.com>
9299
9300         * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
9301
9302 2005-01-07  Andrew Cagney  <cagney@gnu.org>
9303
9304         * configure.ac: Rename configure.in, require autoconf 2.59.
9305         * configure: Re-generate.
9306         * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
9307         * gdb.stabs/configure: Re-generate.
9308         * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
9309         * gdb.hp/configure: Re-generate.
9310         * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
9311         autoconf 2.59.
9312         * gdb.hp/gdb.objdbg/configure: Re-generate.
9313         * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
9314         autoconf 2.59.
9315         * gdb.hp/gdb.defects/configure: Re-generate.
9316         * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
9317         autoconf 2.59.
9318         * gdb.hp/gdb.compat/configure: Re-generate.
9319         * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
9320         autoconf 2.59.
9321         * gdb.hp/gdb.base-hp/configure: Re-generate.
9322         * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
9323         autoconf 2.59.
9324         * gdb.hp/gdb.aCC/configure: Re-generate.
9325
9326 2004-12-15  Jim Blandy  <jimb@redhat.com>
9327
9328         * gdb.threads/linux-dp.exp: Fix output regexp to handle output
9329         under NPTL when there is debugging info available for libpthread.
9330
9331 2004-12-13  Jerome Guitton  <guitton@gnat.com>
9332
9333         * gdb.ada/fixed_points.c: New file.
9334         * gdb.ada/fixed_points.exp: New file.
9335
9336 2004-12-03  Randolph Chung  <tausq@debian.org>
9337
9338         * gdb.arch/pa-nullify.exp: New file.
9339         * gdb.arch/pa-nullify.s: New file.
9340
9341 2004-11-30  Randolph Chung  <tausq@debian.org>
9342
9343         * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
9344         instead of "tbug".  Fix regexp to work properly with gdb_test.
9345
9346 2004-11-29  Paul Hilfinger  <Hilfinger@gnat.com>
9347
9348         * gdb.base/bitfields2.exp: New test.
9349         * gdb.base/bitfields2.c: New file.
9350
9351 2004-11-28  Richard Earnshaw  <rearnsha@arm.com>
9352
9353         * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
9354
9355 2004-11-16  Randolph Chung  <tausq@debian.org>
9356
9357         * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
9358
9359 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
9360
9361         * gdb.threads/threadapply.exp: Correct "macro details" test.
9362
9363 2004-11-11  Jeff Johnston  <jjohnstn@redhat.com>
9364
9365         * gdb.threads/threadapply.exp: New test.
9366         * gdb.threads/threadapply.c: New file.
9367
9368 2004-11-07  Mark Kettenis  <kettenis@gnu.org>
9369
9370         * gdb.base/savedregs.exp: Correct pattern used for sigtramp
9371         frames.
9372
9373 2004-11-05  Felix Lee  <felix+log1@specifixinc.com>
9374
9375         * gdb.base/cursal.exp: New file.
9376         * gdb.base/cursal.c: New file.
9377
9378 2004-11-03  Andrew Cagney  <cagney@gnu.org>
9379
9380         * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
9381
9382 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
9383
9384         * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
9385         NetBSD/ELF targets.
9386
9387 2004-10-29  Joel Brobecker  <brobecker@gnat.com>
9388
9389         * gdb.threads/bp_in_thread.c: New file, copied from
9390         pthread_cond_wait.c.
9391         * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
9392         file, rather than reusing the .c file from another testcase.
9393
9394 2004-10-20  Joel Brobecker  <brobecker@gnat.com>
9395
9396         * gdb.ada/null_record.exp: Check where we stopped after
9397         sending the start command, instead of where the associated
9398         temporary breakpoint was inserted.
9399
9400 2004-10-14  Andrew Cagney  <cagney@gnu.org>
9401
9402         * gdb.mi/gdb701.c (main): Return 0.
9403
9404 2004-10-13  Daniel Jacobowitz  <dan@debian.org>
9405
9406         * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
9407
9408 2004-10-12  Jeff Johnston  <jjohnstn@redhat.com>
9409
9410         * gdb.threads/schedlock.c: Add comment markers to use to find
9411         line numbers.
9412         * gdb.threads/schedlock.exp: Adjust regex to handle the new
9413         comments.
9414         * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
9415         breakpoint lines.
9416
9417 2004-10-12  Daniel Jacobowitz  <dan@debian.org>
9418
9419         * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
9420
9421 2004-10-12  Daniel Jacobowitz  <dan@debian.org>
9422
9423         * configure.in: Add gdb.dwarf2.
9424         * configure: Regenerated.
9425         * Makefile.in: Add gdb.dwarf2.
9426         * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
9427         gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
9428         gdb.dwarf2/file1.txt: New files.
9429
9430 2004-10-11  Orjan Friberg  <orjanf@axis.com>
9431
9432         * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
9433         of "run", since the latter doesn't work with remote targets.  Adjust
9434         the breakpoint numbering accordingly.
9435         * gdb.threads/pthread_cond_wait.exp: Ditto.
9436
9437 2004-10-08  Michael Chastain  <mec.gnu@mindspring.com>
9438
9439         * gdb.base/overlays.exp: Update copyright years.
9440
9441 2004-10-08  Kei Sakamoto  <sakamoto.kei@renesas.com>
9442
9443         * gdb.base/overlays.exp: Disable if target is Linux.
9444
9445 2004-10-06  Felix Lee  <felix+log1@specifixinc.com>
9446
9447         * config/gdbserver.exp (gdb_load): Use right filename on remote.
9448
9449 2004-10-05  Kei Sakamoto  <sakamoto.kei@renesas.com>
9450
9451         * gdb.asm/asm-source.exp: Add m32r-linux target.
9452         * gdb.asm/m32r-linux.inc: New file.
9453
9454 2004-09-24  Andrew Cagney  <cagney@redhat.com>
9455             David Anderson <anderson@redhat.com>
9456
9457         * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
9458         command fails, assume things will work.
9459         * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
9460         (_GNU_SOURCE): Define.
9461         (print_unsigned, print_hex): Change parameter to "long long".
9462         (print_byte_count): New function, use to print byte counts.
9463         (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
9464         O_LARGEFILE.
9465         (main): Compute an upper bound on a corefile in max_core_size.
9466         Limit memory chunk size to max_core_size.  Limit total memory
9467         allocated to max_core_size.
9468
9469 2004-09-23  Andrew Cagney  <cagney@gnu.org>
9470
9471         * gdb.base/bigcore.exp: Replace the code that creates a corefile
9472         from a separate process with code that creates a corefile by
9473         making the inferior dump core.
9474
9475 2004-09-23  Mark Kettenis  <kettenis@gnu.org>
9476
9477         * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
9478         block.
9479
9480 2004-09-23  Michael Chastain  <mec.gnu@mindspring.com>
9481
9482         * gdb.base/constvars.exp (local_compiler_xfail_check_2):
9483         New proc.  Accept both gcc 3.x.x and gcc 4.x.x.
9484         * gdb.base/volatile.exp (local_compiler_xfail_check_2):
9485         Likewise.
9486
9487 2004-09-20  Jeff Johnston  <jjohnstn@redhat.com>
9488
9489         * gdb.java/jprint.exp: New test case for java inferior call.
9490         * gdb.java/jprint.java: Ditto.
9491
9492 2004-09-15  Joel Brobecker  <brobecker@gnat.com>
9493
9494         * gdb.base/bigcore.exp: Deactivate on IRIX targets.
9495
9496 2004-09-14  Michael Chastain  <mec.gnu@mindspring.com>
9497
9498         * gdb.threads/killed.c: Include <stdlib.h>.
9499         * gdb.threads/pthreads.c: Likewise.
9500
9501 2004-09-14  Michael Chastain  <mec.gnu@mindspring.com>
9502
9503         * gdb.threads/killed.c: Add copyright notice.
9504
9505 2004-09-10  Jason Molenda  (jmolenda@apple.com)
9506
9507         * gdb.base/define.exp: Two new tests to verify zero space chars
9508         after 'if' and 'while' commands in a user-defined command is correctly
9509         parsed.
9510
9511 2004-09-08  Andrew Cagney  <cagney@gnu.org>
9512
9513         * gdb.base/signals.exp (signal_tests_1): Delete.  Merge signal
9514         delivery test with duplicate at end of file.
9515
9516 2004-09-06  Mark Kettenis  <kettenis@jive.nl>
9517
9518         * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
9519
9520 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
9521
9522         * config/hppro.exp: Removed.
9523
9524 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
9525
9526         * config/sparclet.exp: Removed.
9527
9528 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
9529
9530         * config/udi.exp: Removed.
9531
9532 2004-09-02  Michael Chastain  <mec.gnu@mindspring.com>
9533
9534         * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
9535         of "exp_continue".
9536         (advancei): Likewise.
9537
9538 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
9539
9540         * gdb.base/unload.exp: Fix so messages aren't duplicated.
9541
9542 2004-09-01  Manoj Iyer  <manjo@austin.ibm.com>
9543
9544         * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
9545         to check for nodebug in executable.
9546         * gdb.gdb/observer.exp (setup_test): Likewise.
9547         * gdb.gdb/selftest.exp (test_with_self): Likewise.
9548         * gdb.gdb/xfullpath.exp (setup_test): Likewise.
9549
9550 2004-09-01  Andrew Cagney  <cagney@gnu.org>
9551
9552         * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
9553         files.
9554
9555 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
9556
9557         * gdb.base/unload.exp: Fix expected warning message to match
9558         latest format.
9559
9560 2004-09-01  Corinna Vinschen  <vinschen@redhat.com>
9561
9562         * gdb.base/call-rt-st.exp: Fix typos.
9563
9564 2004-08-31  Manoj Iyer  <manjo@austin.ibm.com>
9565
9566         * gdb.threads/thread_check.exp: New testcase.
9567         * gdb.threads/thread_check.c: New testcase.
9568
9569 2004-08-31  Andrew Cagney  <cagney@gnu.org>
9570
9571         * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
9572         (skip_to_handler_entry): New procedures.  Test stepping into a
9573         handler when the breakpoint is at the handler's entry point.
9574
9575 2004-08-30  Andrew Cagney  <cagney@gnu.org>
9576
9577         * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
9578         gdb/1757.
9579
9580 2004-08-27  Michael Chastain  <mec.gnu@mindspring.com>
9581
9582         With code from Manoj Iyer <manjo@austin.ibm.com>:
9583         * lib/gdb.exp (gdb_file_cmd): Return more information in the
9584         return value.  Add an arm for "no debugging symbols found".
9585         Change a stray "error" to "perror".
9586         (gdb_run_cmd): Adapt to new return value.
9587         * gdb.base/remote.exp: Adapt to new return value.
9588         * gdb.gdb/complaints.exp: Likewise.
9589         * gdb.gdb/observer.exp: Likewise.
9590         * gdb.gdb/selftest.exp: Likewise.
9591         * gdb.gdb/xfullpath.exp: Likewise.
9592
9593 2004-08-27  Joel Brobecker  <brobecker@gnat.com>
9594
9595         * gdb.threads/bp_in_thread.exp: New testcase.
9596
9597 2004-08-27  Michael Chastain  <mec.gnu@mindspring.com>
9598
9599         Fix PR testsuite/1735.
9600         * gdb.threads/schedlock.c (thread_function): Add a cast
9601         to suppress a gcc warning.
9602         * gdb.threads/thread-specific.c (thread_function): Likewise.
9603
9604 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
9605
9606         * gdb.base/unload.c: Include <stdlib.h>.
9607
9608 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
9609
9610         From Paul Gilliam <pgilliam@us.ibm.com>:
9611         * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
9612         synchronized after the "return".
9613
9614 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
9615
9616         * gdb.mi/basics.c: Include <stdio.h>.
9617         * gdb.mi/pthreads.c: Include <stdlib.h>.
9618         * gdb.mi/var-cmd.c: Include <stdlib.h>.
9619
9620 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
9621
9622         * gdb.threads/schedlock.c: Add copyright notice.
9623
9624 2004-08-25  Andrew Cagney  <cagney@gnu.org>
9625
9626         * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
9627         (skip_over_handler, breakpoint_over_hander): New test procedures.
9628         (advance, advancei): Add a proper prefix, do not use
9629         rerun_to_main.
9630         * gdb.base/sigstep.c (main): Change to use an infinite loop.
9631
9632 2004-08-24  Michael Chastain  <mec.gnu@mindspring.com>
9633
9634         * gdb.mi/basics.c: Add copyright notice.
9635         * gdb.mi/var-cmd.c: Add copyright notice.
9636
9637 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
9638
9639         * lib/gdb.exp: Remove signed_keyword_not_used.
9640         * lib/compiler.c: Likewise.
9641         * lib/compiler.cc: Likewise.
9642
9643 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
9644
9645         * gdb.base/whatis.c: Remove conditional disabling of "signed".
9646         * gdb.base/whatis.exp: Remove signed_keyword_not_used.
9647
9648 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
9649
9650         * gdb.base/whatis.c: Add copyright notice.
9651
9652 2004-08-20  Mark Kettenis  <kettenis@gnu.org>
9653
9654         * gdb.arch/i386-prologue.exp (skip_breakpoint): New function.  Use
9655         it to skip the breakpoints encoded in the inline assembly.
9656
9657 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
9658
9659         * Makefile.in: Add gdb.fortran.
9660
9661 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
9662
9663         * gdb.base/call-sc.exp (test_scalar_returns):
9664         Fix cut-and-paste glitch in "Make fun return now".
9665
9666 2004-08-17  Michael Chastain  <mec.gnu@mindspring.com>
9667
9668         * configure.in: Add gdb.fortran.
9669         * configure: Regenerate.
9670         * gdb.fortran/Makefile.in: New file.
9671         * lib/gdb.exp (skip_fortran_tests): New procedure.
9672
9673 2004-08-17  Michael Chastain  <mec.gnu@mindspring.com>
9674
9675         * gdb.mi/mi-var-block.exp: Use gdb_get_line_number.  Remove
9676         reference to bug-gnu@prep.ai.mit.edu.
9677         * gdb.mi/mi-var-child.exp: Likewise.
9678         * gdb.mi/mi-var-cmd.exp: Likewise.
9679         * gdb.mi/mi-var-display.exp: Likewise.
9680         * gdb.mi/mi2-var-block.exp: Likewise.
9681         * gdb.mi/mi2-var-child.exp: Likewise.
9682         * gdb.mi/mi2-var-cmd.exp: Likewise.
9683         * gdb.mi/mi2-var-display.exp: Likewise.
9684
9685 2004-08-15  Mark Kettenis  <kettenis@gnu.org>
9686
9687         * gdb.base/unload.c (main): Make local variable msg const.
9688
9689 2004-08-15  Michael Chastain  <mec.gnu@mindspring.com>
9690
9691         * gdb.mi/mi-cli.exp: Use gdb_get_line_number.  Remove reference
9692         to bug-gnu@prep.ai.mit.edu.
9693         * gdb.mi/mi-disassemble.exp: Likewise.
9694         * gdb.mi/mi-eval.exp: Likewise.
9695         * gdb.mi/mi-file.exp: Likewise.  Also, add comment about the
9696         default line number.
9697         * gdb.mi/mi-return.exp: Likewise.
9698         * gdb.mi/mi-simplerun.exp: Likewise.
9699         * gdb.mi/mi-stack.exp: Likewise.
9700         * gdb.mi/mi-stepi.exp: Likewise.  Also, replace wildcarded line
9701         number with explicit range test.
9702         * gdb.mi/mi-watch.exp: Likewise.
9703         * gdb.mi/mi2-break.exp: Likewise.
9704         * gdb.mi/mi2-cli.exp: Likewise.
9705         * gdb.mi/mi2-disassemble.exp: Likewise.
9706         * gdb.mi/mi2-eval.exp: Likewise.
9707         * gdb.mi/mi2-file.exp: Likewise.  Also, add comment about the
9708         default line number.
9709         * gdb.mi/mi2-return.exp: Likewise.
9710         * gdb.mi/mi2-simplerun.exp: Likewise.
9711         * gdb.mi/mi2-stack.exp: Likewise.
9712         * gdb.mi/mi2-stepi.exp: Likewise.  Also, replace wildcarded line
9713         number with explicit range test.
9714         * gdb.mi/mi2-watch.exp: Likewise.
9715
9716 2004-08-15  Michael Chastain  <mec.gnu@mindspring.com>
9717
9718         * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
9719         * gdb.cp/m-static.exp: Likewise.
9720         * gdb.cp/rtti.exp: Likewise.
9721
9722 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
9723
9724         * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
9725
9726 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
9727
9728         * ChangeLog: Prefix Local Variables with semi-colons and indent
9729         the reference to older ChangeLog files, to fix fontification in
9730         Emacs.
9731
9732 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
9733
9734         * gdb.mi/mi-break.exp: Use gdb_get_line_number.
9735         * gdb.mi/mi2-break.exp: Likewise.
9736
9737 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
9738
9739         * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
9740
9741 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
9742
9743         * gdb.cp/inherit.exp: Use cp_test_ptype_class.
9744
9745 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
9746
9747         * gdb.cp/classes.exp: Remove unused declarations.  Just let
9748         test names default instead of providing special names.  Remove
9749         extraneous demangler test.
9750
9751 2004-08-12  Jeff Johnston  <jjohnstn@redhat.com>
9752
9753         * gdb.base/unload.exp: New test for breakpoints in dynamically
9754         loaded libraries.
9755         * gdb.base/unload.c: Ditto.
9756         * gdb.base/unloadshr.c: Ditto.
9757
9758 2004-08-12  Michael Chastain  <mec.gnu@mindspring.com>
9759
9760         * gdb.cp/classes.exp (test_ptype_class_objects): Call
9761         cp_test_ptype_class.
9762         (test_enums): Likewise.
9763
9764 2004-08-10  Andrew Cagney  <cagney@gnu.org>
9765
9766         * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
9767         files.
9768
9769 2004-08-10  Andrew Cagney  <cagney@gnu.org>
9770
9771         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
9772         init_malloc call.
9773
9774 2004-08-10  Michael Chastain  <mec.gnu@mindspring.com>
9775
9776         * ChangeLog: Add copyright notice.  The notice is copied
9777         from emacs 21.3 top level ChangeLog.
9778
9779 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
9780
9781         * lib/cp-support.exp: New file.
9782         * lib/cp-support.exp (cp_test_type_class): New function.
9783         * gdb.cp/derivation.exp: Use cp_test_ptype_class.
9784         * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
9785         * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
9786         cp_test_ptype_class.
9787
9788 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
9789
9790         * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
9791         gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
9792         gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
9793         gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
9794         gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
9795         gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
9796         gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
9797         gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
9798         gdb.mi/mi2-watch.exp: Update copyright years.
9799
9800 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
9801
9802         * gdb.base/sigaltstack.exp: Provide proper anchoring.
9803
9804 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
9805
9806         * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
9807         gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
9808         gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
9809         gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
9810         gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
9811         gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
9812         gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
9813         gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
9814         gdb.mi/mi-watch.exp: Update copyright years.
9815
9816 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
9817
9818         PR gdb/1738
9819         * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
9820         from a breakpoint with a pending signal.
9821
9822 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
9823
9824         PR gdb/1736
9825         * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
9826         * gdb.base/sigaltstack.exp (finish_test): Consume output until
9827         the prompt.
9828         * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
9829
9830 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
9831
9832         * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
9833
9834 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
9835
9836         PR gdb/1736
9837         * gdb.base/sigaltstack.exp (finish_test): New procedure.  KFAIL
9838         for i?86-*-linux*.
9839
9840 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
9841
9842         * gdb.arch/i386-prologue.exp: Compile without debug information.
9843
9844 2004-08-08  Michael Chastain  <mec.gnu@mindspring.com>
9845
9846         * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
9847         rather than asking gdb to search.
9848
9849 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
9850
9851         * gdb.base/gcore.c: Include <string.h>.
9852
9853 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
9854
9855         * gdb.base/gcore.c: Add copyright notice.
9856
9857 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
9858
9859         * gdb.base/freebpcmd.c: Include <stdio.h>.
9860         * gdb.base/long_long.c: Include <string.h>.
9861         * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
9862         * gdb.base/siginfo.c: Include <string.h>.
9863         * gdb.base/sigstep.c: Include <string.h>.
9864
9865 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
9866
9867         * gdb.base/complex.c: Include <stdlib.h>.
9868
9869 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
9870
9871         * gdb.base/complex.c: Add copyright notice.
9872
9873 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
9874
9875         * gdb.base/charset.c: Include <stdlib.h>.
9876
9877 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
9878
9879         * gdb.base/auxv.c: Include <stdlib.h>.
9880
9881 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
9882
9883         * gdb.base/auxv.c: Add copyright notice.
9884
9885 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
9886
9887         * gdb.base/coremaker.c: Add copyright notice.
9888         * gdb.base/coremaker2.c: Add copyright notice.
9889
9890 2004-08-04  Andrew Cagney  <cagney@gnu.org>
9891
9892         * gdb.base/store.exp: Update copyright.
9893         (check_set, up_set, check_struct, up_struct): Add a prefix to test
9894         names, do not import gdb_prompt.
9895
9896 2004-08-01  Andrew Cagney  <cagney@gnu.org>
9897
9898         Fix PR testsuite/1729.
9899         * gdb.base/dump.exp: Add test name to callers of capture_value, do
9900         not use capture_value with value 4.
9901         (capture_value): Add optional test name parameter.
9902         (test_reload_saved_value, test_restore_saved_value): Use $msg as
9903         the prefix, pass to capture_value.
9904
9905 2004-08-01  Mark Kettenis  <kettenis@gnu.org>
9906
9907         * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
9908         * gdb.arch/i386-prologue.c (standard): New prototype and function.
9909         (main): Call new function.
9910
9911 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
9912
9913         * gdb.cp/namespace.exp: Accept more varieties of ptype output.
9914
9915 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
9916
9917         * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
9918
9919 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
9920
9921         * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9922         Accept more values of vtbl pointer.  Remove some messages
9923         about "obsolete gcc or gdb".
9924
9925 2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>
9926
9927         * gdb.cp/classes.exp: Accept more varieties of ptype output.
9928
9929 2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>
9930
9931         * gdb.base/asm-source.exp: Properly convert target board
9932         debug flags from gcc format to binutils format.
9933
9934 2004-07-28  Mark Kettenis  <kettenis@gnu.org>
9935
9936         * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
9937         gdb1718".  PR backtrace/1718 partially fixed.
9938
9939 2004-07-27  Jeff Johnston  <jjohnstn@redhat.com>
9940
9941         * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
9942
9943 2004-07-26  Nick Clifton  <nickc@redhat.com>
9944
9945         * gdb.asm/asm-source.exp (debug-flags): New variable.  If a known
9946         good default value for a specific architecture is available then
9947         set it to that value.  Otherwise default to the -gstabs switch.
9948         Remove the -g... switches from the asm-flags variable.  Allow the
9949         target board info to override the value if it wants to.  Pass the
9950         switch on the assembler command line.
9951
9952 2004-07-23  Mark Kettenis  <kettenis@gnu.org>
9953
9954         * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
9955         * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
9956         (main): Call new function.
9957
9958 2004-07-22  Michael Chastain  <mec.gnu@mindspring.com>
9959
9960         Test for PR exp/1715.
9961         * gdb.base/radix.exp: Refactor common procedures.  Make all
9962         test names unique.  Change XFAIL to KFAIL.
9963
9964 2004-07-20  Michael Chastain  <mec.gnu@mindspring.com>
9965
9966         * gdb.ada/gnat_ada.gpr.in: Rename from here ...
9967         * gdb.ada/gnat_ada.gin: ... to here.
9968         * configure.in: Use gnat_ada.gin.
9969         * configure: Regenerate.
9970
9971 2004-07-20  Andrew Cagney  <cagney@gnu.org>
9972
9973         * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
9974         gdb_test and gdb_test_multiple.  Delete bash_bug.  Delete suspect
9975         XFAILs.  Clean up test messages and comments.  Check backtraces.
9976         Delete re-sync code.
9977
9978 2004-07-19  Michael Chastain  <mec.gnu@mindspring.com>
9979
9980         Fix PR cli/740.
9981         * gdb.base/annota1.exp: Honor gdb,nosignals.
9982         * gdb.base/annota3.exp: Likewise.
9983
9984 2004-07-19  Michael Chastain  <mec.gnu@mindspring.com>
9985
9986         * lib/java.exp: Update copyright notice.
9987
9988 2004-07-19  Andrew Cagney  <cagney@gnu.org>
9989
9990         * gdb.base/selftest.exp: Copy file from here ...
9991         * gdb.gdb/selftest.exp: ... to here.
9992
9993 2004-07-16  Andrew Cagney  <cagney@redhat.com>
9994
9995         * lib/insight-support.exp: Delete file.
9996         * lib/java.exp (java_init): Fix copyright.
9997
9998 2004-07-16  Andrew Cagney  <cagney@gnu.org>
9999
10000         * gdb.base/restore.c: Append "prologue" to comments marking the a
10001         function's prologue.
10002         * gdb.base/restore.exp: Update copyright, re-indent.
10003         (restore_tests): Use gdb_test_multiple.  Add "calleeN calls
10004         callerN" prefix where needed.  Update patterns that match a
10005         function's prologue.
10006
10007 2004-07-16  Michael Chastain  <mec.gnu@mindspring.com>
10008
10009         * gdb.base/restore.c: Add copyright notice.
10010
10011 2004-07-16  Andrew Cagney  <cagney@gnu.org>
10012
10013         * gdb.base/logical.exp: Update copyright.
10014         (evaluate): New procedure.  Use to re-implement tests using
10015         several tables.
10016
10017 2004-07-14  Martin Hunt  <hunt@redhat.com>
10018
10019         * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
10020         which fixes some problems where init.tcl was not found.
10021
10022 2004-07-13  Andrew Cagney  <cagney@gnu.org>
10023
10024         * gdb.base/sizeof.exp: Skip test when no inferior I/O.
10025         (check_sizeof, check_valueof): Do not include the output in the
10026         test name.  Use gdb_test.
10027         (get_valueof): Use gdb_test_multiple.
10028
10029         * gdb.base/step-test.exp: Update copyright.  Use
10030         gdb_test_multiple.  Ensure that test names do not include
10031         architecture dependent output.
10032
10033         * gdb.gdb/observer.exp: Update copyright.
10034         (setup_test): Use gdb_test_multiple.
10035         (attach_first_observer, attach_second_observer)
10036         (attach_third_observer, detach_first_observer)
10037         (detach_second_observer, detach_third_observer)
10038         (reset_counters, check_counters): Make $message a prefix.
10039         (test_normal_stop_notifications): Add "args" parameter - a list of
10040         init functions to be called.  Make $message a prefix,
10041         (test_observer_normal_stop): Change the message prefixes so that
10042         they are unique, pass the attach / detach procedures to
10043         test_normal_stop_notifications.
10044
10045         * gdb.base/signull.exp (test_segv): Prefix all tests with
10046         "${name}".  Clean up test messages.
10047
10048         * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
10049
10050         * gdb.base/ena-dis-br.exp: Update copyright.
10051         (break_at): New function.  Replace send_gdb with gdb_test,
10052         break_at, and gdb_test_multiple.  Replace XFAIL of "continue with
10053         ignore count, not stopped at bpt", with KFAIL.
10054
10055 2004-07-13  Corinna Vinschen  <vinschen@redhat.com>
10056
10057         * gdb.base/attach.exp: Remove cleanupfile handling.
10058
10059 2004-07-12  Andrew Cagney  <cagney@gnu.org>
10060
10061         * gdb.base/annota1.exp: Cleanup corefile test name.
10062         * gdb.base/annota3.exp: Ditto.
10063
10064 2004-07-12  Andrew Cagney  <cagney@gnu.org>
10065
10066         * gdb.base/signals.exp: Clean up copyright, re-indent.
10067
10068         * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
10069         gdb_test and gdb_test_multiple.
10070
10071 2004-07-08  Jeff Johnston  <jjohnstn@redhat.com>
10072
10073         * gdb.java/jmain.exp: Fix expected line number for main to
10074         break at.  Set XFAIL for break at main test since gcj does not
10075         provide line number info for first statement in main.
10076
10077 2004-07-08  Andrew Cagney  <cagney@gnu.org>
10078
10079         * gdb.base/attach.exp: Cleanup copyright.  Re-indent.
10080
10081         * gdb.base/sigbpt.exp: Make the common part of each test name a
10082         prefix instead of suffix.
10083
10084 2004-07-07  Bob Rossi  <bob_rossi@cox.net>
10085
10086         * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
10087         test from test_tbreak_creation_and_listing to
10088         test_file_list_exec_source_file
10089         * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
10090         Changed name of test from test_tbreak_creation_and_listing to
10091         test_file_list_exec_source_file
10092
10093 2004-07-07  Jeff Johnston  <jjohnstn@redhat.com>
10094
10095         * gdb.java/jmisc.exp: Fix expected output of ptype to look for
10096         the jmisc() constructor instead of <init>.
10097         * gdb.java/jmisc1.exp: Ditto.
10098
10099 2004-07-07  Andrew Cagney  <cagney@gnu.org>
10100
10101         * gdb.base/sigbpt.exp (stepi_out): Check for a single step
10102         corrupting the PC.
10103
10104 2004-07-06  Michael Chastain  <mec.gnu@mindspring.com>
10105
10106         * gdb.cp/templates.exp: Accept whitespace change in demangler
10107         output.
10108
10109 2004-07-06  Andrew Cagney  <cagney@gnu.org>
10110
10111         * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
10112
10113 2004-07-02  Michael Chastain  <mec.gnu@mindspring.com>
10114
10115         * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
10116         * lib/compiler.cc: Likewise.
10117
10118 2004-06-30  Michael Chastain   <mec.gnu@mindspring.com>
10119
10120         * lib/compiler.cc: Work around string preprocessing problem
10121         with old hp c++ compiler.
10122         * lib/compiler.c: Likewise.
10123
10124 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
10125
10126         * gdb.arch/i386-prologue.c: Add copyright header.  Use preprocessor
10127         directives to conditionalize symbol prefixing.
10128         * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
10129         additional_flags handling.  Add underscore prefix for Cygwin.
10130         * gdb.arch/i386-unwind.c: Use preprocessor directives to
10131         conditionalize symbol prefixing.
10132         * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
10133         additional_flags handling.  Add underscore prefix for Cygwin.
10134
10135 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
10136
10137         * gdb.base/bigcore.exp: Skip test on Cygwin.
10138
10139 2004-06-28  Michael Chastain  <mec.gnu@mindspring.com>
10140
10141         * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
10142         formats for "info register".  Use gdb_test_multiple.  Fix
10143         the "invalid register" test.
10144
10145 2004-06-28  Corinna Vinschen  <vinschen@redhat.com>
10146
10147         * gdb.base/attach.exp: Fix copyright date.  Set testpid to Windows
10148         PID for Cygwin.  Add Cygwin specific strings to check for in some
10149         tests.
10150         (do_attach_tests): Add a test for user interaction when attaching
10151         to a process with no matching symbol table already loaded.
10152
10153 2004-06-26  Andrew Cagney  <cagney@gnu.org>
10154
10155         Test PR java/1567 and PR java/1565.
10156         * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
10157         * gdb.java/jmisc2.exp: Delete file.
10158
10159 2004-06-26  Michael Chastain  <mec.gnu@mindspring.com>
10160
10161         * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
10162
10163 2004-06-25  Corinna Vinschen  <vinschen@redhat.com>
10164
10165         * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
10166         attach process.
10167
10168 2004-06-23  Michael Chastain  <mec.gnu@mindspring.com>
10169
10170         * gdb.cp/pr-1553.exp: Remove.
10171
10172 2004-06-22  Michael Chastain  <mec.gnu@mindspring.com>
10173
10174         * gdb.cp/pr-1553.cc: Remove.
10175         * gdb.cp/pr-1553.exp: Disable this test.
10176
10177 2004-06-20  Jim Blandy  <jimb@redhat.com>
10178
10179         Fix PR testsuite/1680.
10180         * gdb.arch/i386-sse.exp: Properly quote curly braces in
10181         regular expressions.
10182
10183 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
10184
10185         Fix PR testsuite/1679.
10186         * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
10187         Issue an UNSUPPORTED result instead.
10188
10189 2004-06-18  Jim Blandy  <jimb@redhat.com>
10190
10191         * gdb.base/charset.exp: Only send a control-C if we see a new
10192         prompt and incomplete command.
10193
10194 2004-06-18  Michael Chastain  <mec.gnu@mindspring.com>
10195
10196         * gdb.cp/pr-574.cc: Add copyright notice.
10197
10198 2004-06-17  Jim Blandy  <jimb@redhat.com>
10199
10200         * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
10201         cases where the regexp has no groups; this grabs random text from
10202         the previous test suite, whatever that was.
10203
10204 2004-06-17  Michael Chastain  <mec.gnu@mindspring.com>
10205
10206         * gdb.cp/printmethod.cc: Add copyright notice.
10207
10208 2004-06-16  Michael Chastain  <mec.gnu@mindspring.com>
10209
10210         * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
10211
10212 2004-06-16  Andrew Cagney  <cagney@gnu.org>
10213
10214         * gdb.base/signull.c: Update copyright.  Include <string.h>.
10215         (bowler): Replace data_pointer with data_read
10216         and data_write cases.  Add code_descriptor case.
10217         (zero, desc): New array and pointer.
10218         (data, code): Change to simple pointers.
10219         * gdb.base/signull.exp: Fix probe pattern matching a function
10220         descriptor SIGSEGV.  Replace data_pointer with data_read and
10221         data_write tests.
10222
10223 2004-06-16  Andrew Cagney  <cagney@gnu.org>
10224
10225         * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
10226
10227 2004-06-15  Michael Chastain  <mec.gnu@mindspring.com>
10228
10229         * gdb.base/long_long.c: Add copyright notice.
10230
10231 2004-06-15  Michael Chastain  <mec.gnu@mindspring.com>
10232
10233         * gdb.base/long_long.exp: Remove reference to
10234         bug-gdb@prep.ai.mit.edu.  Change line-number-specific breakpoint
10235         to gdb_breakpoint and gdb_continue_to_breakpoint.
10236
10237 2004-06-14  Jim Blandy  <jimb@redhat.com>
10238
10239         * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
10240         endian case.
10241
10242 2004-06-14  Andrew Cagney  <cagney@gnu.org>
10243
10244         * gdb.base/gcore.exp (capture_command_output): Delete the always
10245         passing tests containing inferior values.
10246         * gdb.base/ending-run.exp: Do not include the breakpoint address
10247         in the test message.  Update copyright.
10248         * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
10249         size in the test name, use gdb_test_multiple.  Update copyright.
10250
10251 2004-06-14  Michael Chastain  <mec.gnu@mindspring.com>
10252
10253         * gdb.cp/ref-types.cc: Add copyright notice.
10254
10255 2004-06-14  Michael Chastain  <mec.gnu@mindspring.com>
10256
10257         * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
10258         hp_aCC_compiler.
10259         * lib/compiler.cc: Likewise.
10260         * lib/gdb.exp (get_compiler_info): Eval lines only if they are
10261         'set' commands.  Log diagnostics for other lines.  Set
10262         gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
10263
10264 2004-06-13  Michael Chastain  <mec.gnu@mindspring.com>
10265
10266         * gdb.cp/try_catch.cc: Add copyright notice.
10267
10268 2004-06-12  Michael Chastain  <mec.gnu@mindspring.com>
10269
10270         * gdb.cp/userdef.cc: Add copyright notice.
10271
10272 2004-06-11  Michael Chastain  <mec.gnu@mindspring.com>
10273
10274         * gdb.cp/virtfunc.cc: Add copyright notice.
10275
10276 2004-06-11  Randolph Chung  <tausq@debian.org>
10277
10278         * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
10279         problem.
10280
10281 2004-06-10  Andrew Cagney  <cagney@gnu.org>
10282
10283         * lib/compiler.cc, lib/compiler.c: Append either
10284         __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
10285         * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
10286         instead of gcc-3-3.
10287
10288 2004-06-09  Andrew Cagney  <cagney@gnu.org>
10289
10290         * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
10291         gdb/1455, bug is specific to "long long" and "double".
10292
10293         * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
10294         (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
10295         x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*.  PR tdep/1447
10296         fixed.
10297
10298 2004-06-09  Andrew Cagney  <cagney@gnu.org>
10299
10300         * gdb.base/structs.exp (test_struct_returns): Replace
10301         "return_value_unknown" and "finish_value_unknown" by
10302         "return_value_known" and "finish_value_known".  Instead of
10303         "return_value_unknown" iff "finish_value_unknown", check
10304         "return_value_known" implies "finish_value_known".
10305
10306 2004-06-08  Martin Hunt  <hunt@redhat.com>
10307
10308         * gdb.base/float.exp: Add pattern for mips targets.
10309
10310 2004-06-08  Randolph Chung  <tausq@debian.org>
10311
10312         * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
10313         message for unknown architectures more clear.
10314
10315 2004-06-08  Joel Brobecker  <brobecker@gnat.com>
10316
10317         * gdb.ada/null_record.exp: Use "start" instead of "begin" to
10318         start the execution of the program.
10319
10320 2004-06-07  Jim Blandy  <jimb@redhat.com>
10321
10322         * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
10323         * gdb.arch/i386-cpuid.h: New helper file.
10324
10325 2004-06-07  Randolph Chung  <tausq@debian.org>
10326
10327         * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
10328         has started.
10329
10330 2004-06-04  Roland McGrath  <roland@redhat.com>
10331
10332         Fix PR gdb/1647.
10333         * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
10334         differently to be robust to output buffering differences.
10335
10336 2004-06-04  Michael Chastain  <mec.gnu@mindspring.com>
10337
10338         * gdb.threads/pthreads.exp: Update copyright years.
10339         (check_control_c): Change asynchronous 'after' to synchronous.
10340
10341 2004-06-04  Roland McGrath  <roland@redhat.com>
10342
10343         * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
10344         next gdb prompt.
10345
10346 2004-06-02  Michael Chastain  <mec.gnu@mindspring.com>
10347
10348         Fix PR gdb/1636.
10349         * gdb.threads/manythreads.exp: Change asynchronous 'after'
10350         calls to synchronous.
10351
10352 2004-05-26  Jim Blandy  <jimb@redhat.com>
10353
10354         * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
10355
10356 2004-05-24  Randolph Chung  <tausq@debian.org>
10357
10358         * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
10359         * gdb.asm/pa.inc: New file.
10360
10361 2004-05-22  Mark Kettenis  <kettenis@gnu.org>
10362
10363         * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
10364
10365 2004-05-21  Joel Brobecker  <brobecker@gnat.com>
10366             Daniel Jacobowitz  <drow@mvista.com>
10367
10368         * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
10369         GDB prompt.
10370
10371 2004-05-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10372
10373         * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
10374         setjmp/longjmp.  Use sigaction instead of signal.
10375
10376 2004-05-19  J. Brobecker  <brobecker@gnat.com>
10377             Michael Snyder  <msnyder@redhat.com>
10378
10379         * gdb.threads/pthread_cond_wait.c: New file.
10380         * gdb.threads/pthread_cond_wait.exp: New testcase.
10381
10382 2004-05-13  Andrew Cagney  <cagney@redhat.com>
10383
10384         * gdb.base/signull.exp, gdb.base/signull.c: New files.
10385         * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
10386
10387 2004-05-11  Andrew Cagney  <cagney@redhat.com>
10388
10389         * gdb.base/sigstep.exp (advancei): Update KFAILs.  gdb/1613 is
10390         fixed but revealed gdb/1639.
10391
10392 2004-05-10  Andrew Cagney  <cagney@redhat.com>
10393
10394         * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
10395         func1" and "next to 2nd alarm", kernel bug avoided.
10396
10397 2004-05-10  Daniel Jacobowitz  <dan@debian.org>
10398
10399         PR external/1568
10400         * gdb.base/bigcore.exp: Check the size of the dumped core file.
10401         XFAIL if it is smaller than bytes_allocated.
10402         * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
10403         (main): Make chunks_allocated unsigned.  Correct comment.
10404
10405 2004-05-07  Joel Brobecker  <brobecker@gnat.com>
10406
10407         * gdb.arch/powerpc-aix-prologue.c: New file.
10408         * gdb.arch/powerpc-aix-prologue.exp: New file.
10409
10410 2004-05-07  Jim Blandy  <jimb@redhat.com>
10411
10412         * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
10413         gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
10414
10415 2004-05-06  Joel Brobecker  <brobecker@gnat.com>
10416
10417         * gdb.base/sep.exp: No longer setup_kfail when the program was
10418         built with dwarf2.
10419
10420 2004-05-05  Jim Ingham  <jingham@apple.com>
10421
10422         * gdb.base/pending.exp: Make sure pending breakpoints
10423         preserve the ignore count.
10424
10425 2004-04-27  Jerome Guitton  <guitton@gnat.com>
10426
10427         * i386-prologue.exp: Add testcase for jump instruction as first
10428         instruction of the real code.
10429         * i386-prologue.c (jump_at_beginning): New function.
10430
10431 2004-04-28  Mark Kettenis  <kettenis@gnu.org>
10432
10433         * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
10434         x86_64-*-*.
10435
10436 2004-04-28  Mark Kettenis  <kettenis@gnu.org>
10437
10438         * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
10439         i*86-*-*.
10440
10441 2004-04-25  Mark Kettenis  <kettenis@gnu.org>
10442
10443         * gdb.base/call-sc.exp (start_scalars_test): Fix regular
10444         expression that checks the return type.
10445
10446 2004-04-23  Andrew Cagney  <cagney@redhat.com>
10447
10448         * gdb.base/call-sc.exp: New test of scalar call/return values.
10449         * gdb.base/call-sc.c: Ditto.
10450
10451 2004-04-23  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10452
10453         * gdb.threads/manythreads.c: Reduce thread stack size.
10454
10455 2004-04-23  Jeff Johnston  <jjohnstn@redhat.com>
10456
10457         * gdb.threads/manythreads.c: Add copyright notice.
10458
10459 2004-04-23  Andrew Cagney  <cagney@redhat.com>
10460
10461         * gdb.base/siginfo.exp: Better handle step out of signal.
10462         * gdb.base/sigstep.exp: Ditto.
10463
10464 2004-04-22  Jeff Johnston  <jjohnstn@redhat.com>
10465             Daniel Jacobowitz  <drow@mvista.com>
10466
10467         * gdb.threads/manythreads.c: New testcase.
10468         * gdb.threads/manythreads.exp: Ditto.
10469
10470 2004-04-22  Jim Blandy  <jimb@redhat.com>
10471
10472         * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
10473         gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
10474
10475 2004-04-21  Michael Chastain  <mec.gnu@mindspring.com>
10476
10477         * gdb.stabs/weird.exp: Accept full pathname for $binfile.
10478
10479 2004-04-21  Andrew Cagney  <cagney@redhat.com>
10480
10481         * gdb.base/sigstep.c: New file.
10482         * gdb.base/sigstep.exp: New file.
10483
10484 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
10485
10486         * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
10487         call to observer_notify_normal_stop.
10488
10489 2004-04-15  Andrew Cagney  <cagney@redhat.com>
10490
10491         * gdb.base/siginfo.c: New file.
10492         * gdb.base/siginfo.exp: New file.
10493
10494 2004-04-12  J. Brobecker  <brobecker@gnat.com>
10495
10496         * gdb.base/sep.exp: Fix typo in comment.
10497
10498 2004-04-12  J. Brobecker  <brobecker@gnat.com>
10499
10500         * gdb.base/sep.c: New file.
10501         * gdb.base/sep-proc.c: New file.
10502         * gdb.base/sep.exp: New testcase.
10503
10504 2004-04-09  Mark Kettenis  <kettenis@gnu.org>
10505
10506         * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
10507         support.
10508
10509 2004-04-05  Andrew Cagney  <cagney@redhat.com>
10510
10511         * gdb.base/sigaltstack.c: New file.
10512         * gdb.base/sigaltstack.exp: New file.
10513
10514 2004-04-04  Joel Brobecker  <brobecker@gnat.com>
10515
10516         * gdb.base/foll-fork.exp: Update the expected output for
10517         "help set follow-fork-mode", to match a change that was made
10518         to the help of this variable on 2004-01-13.
10519
10520 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
10521
10522         * lib/ada.exp: Add copyright notice.
10523         * bar.ads: Likewise.
10524         * bar.adb: Likewise.
10525         * null_record.adb: Likewise.
10526         * null_record.exp: Likewise.
10527         * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
10528
10529 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
10530
10531         * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
10532         * configure: Regenerate.
10533
10534 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
10535
10536         * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
10537         to build the application. Remove the message printed when in
10538         verbose mode, redundant with the UNSUPPORTED message above.
10539
10540 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
10541
10542         * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
10543         * gdb.ada (null_record.exp): New testcase.
10544
10545 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
10546
10547         * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
10548
10549 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
10550
10551         * gdb.ada: New subdirectory.
10552         * gdb.ada/Makefile.in: New file.
10553         * gdb.ada/gnat_ada.gpr.in: New file.
10554
10555 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
10556
10557         * lib/ada.exp: New file.
10558
10559 2004-03-24  Daniel Jacobowitz  <drow@mvista.com>
10560
10561         * gdb.base/gdb1250.exp: Use runto {allow-pending}.
10562         * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
10563
10564 2004-03-22  Andrew Cagney  <cagney@redhat.com>
10565
10566         * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
10567         hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
10568         Problem identified by Ulrich Weigand.
10569
10570 2004-03-17  David Carlton  <carlton@kealia.com>
10571
10572         * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
10573         PR c++/826.
10574
10575 2004-03-16  Roland McGrath  <roland@redhat.com>
10576
10577         * gdb.base/auxv.exp: New file.
10578         * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
10579
10580 2004-03-12  David Carlton  <carlton@kealia.com>
10581
10582         * gdb.cp/pr-1553.exp: New.  Tests for PR c++/1553.
10583         * gdb.cp/pr-1553.cc: Ditto.
10584         * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
10585         pass branch.
10586
10587 2004-03-12  Michael Chastain  <mec.gnu@mindspring.com>
10588
10589         * gdb.cp/templates.exp: Accept more template types.
10590
10591 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
10592
10593         From Corinna Vinschen with modifications.
10594         * gdb.cp/classes.cc (enums1): Add a line to extend scope of
10595         local variable obj_with_enum.
10596         * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
10597         results with obj_with_enum.
10598
10599 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
10600
10601         * gdb.cp/classes.cc: New file, copied from misc.cc.
10602         * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
10603
10604 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
10605
10606         * gdb.cp/misc.cc: Add copyright notice.
10607
10608 2004-03-05  David Carlton  <carlton@kealia.com>
10609
10610         * gdb.cp/rtti.exp: Add 'print *obj3' test.
10611         * gdb.cp/rtti.h: Update copyright.
10612         (namespace n2::n3): New.
10613         * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
10614         (n2::n3::func3): New.
10615         (main): Call n2::n3::func3.
10616         * gdb.cp/rtti2.cc: Update copyright.
10617         (n2::create3): New.
10618
10619 2004-03-04  Mark Kettenis  <kettenis@gnu.org>
10620
10621         * gdb.asm/openbsd.inc: Fix typo.
10622
10623 2004-03-03  Fred Fish  <fnf@redhat.com>
10624
10625         * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
10626         "val" instead of unused "size".  Update copyright year.
10627
10628 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
10629
10630         * gdb.cp/ctti.exp: Handle unsigned char type.  Expect templates
10631         to use unsigned char.
10632         * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
10633         gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
10634
10635 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
10636
10637         * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
10638         line of output.
10639
10640 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
10641
10642         * gdb.base/relocate.c (dummy): Initialize.
10643
10644 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
10645
10646         * gdb.base/chng-syms.exp: Anchor exit pattern.  Allow
10647         a breakpoint at exit.
10648
10649 2004-02-27  Fred Fish  <fnf@redhat.com>
10650
10651         * gdb.base/chng-syms.exp: Add expect condition to match failing
10652         case that isn't a timeout.
10653
10654 2004-02-27  Andrew Cagney  <cagney@redhat.com>
10655
10656         * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
10657         support.
10658
10659 2004-02-26  Fred Fish  <fnf@redhat.com>
10660
10661         * gdb.arch/gdb1431.c: Remove.
10662         * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
10663         * gdb.arch/gdb1431.exp: Use "advance" correctly instead
10664         of "until" incorrectly.
10665
10666 2004-02-26  J. Brobecker  <brobecker@gnat.com>
10667
10668         * gdb.cp/class2.cc (empty): New class.
10669         (refer): New function.
10670         (main): Declare an object of type empty and use it.
10671         * gdb.cp/class2.exp: Print the value of an object of type empty.
10672
10673 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
10674
10675         * gdb.base/langs.exp: Update query string to match the
10676         new nquery format used for pending breakpoints.
10677
10678 2004-02-26  Andrew Cagney  <cagney@redhat.com>
10679
10680         Fix PR i18n/1570.
10681         * gdb.base/charset.c: Update copyright notice.
10682         (main, init_string): Remove the escape character '\e' tests.
10683         * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
10684         * gdb.base/charset.exp (valid_host_charset): Ditto.
10685         * gdb.base/setvar.exp: Ditto.
10686
10687 2004-02-24  Andrew Cagney  <cagney@redhat.com>
10688
10689         * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
10690         mmapped data in core file" PASS and FAIL messages consistent.
10691
10692         * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
10693         setting a breakpoint.  Work around PR java/1565.
10694
10695 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
10696
10697         * lib/gdb.exp (gdb_breakpoint): Update query string to match
10698         new nquery format.
10699         * gdb.base/pending.exp: Ditto.
10700
10701 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
10702
10703         * configure.in: Run stabs tests on *BSD.
10704         * configure: Regenerated.
10705
10706 2004-02-21  Mark Kettenis  <kettenis@gnu.org>
10707
10708         * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
10709
10710 2004-02-20  Fred Fish  <fnf@redhat.com>
10711
10712         * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
10713         blank in test for "returns short", for consistency with other
10714         "returns xxx" tests.  Update copyright year.
10715
10716 2004-02-19  Fred Fish  <fnf@redhat.com>
10717
10718         New testcase for PR breakpoint/1558.
10719         * gdb.arch/gdb1558.exp: New file.
10720         * gdb.arch/gdb1558.c: New file.
10721
10722 2004-02-19  Elena Zannoni  <ezannoni@redhat.com>
10723
10724         * gdb.base/nodebug.exp: Fix typo.
10725
10726 2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10727
10728         Committed by Jim Blandy  <jimb@redhat.com>.
10729
10730         * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
10731
10732         * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
10733
10734         * gdb.base/float.exp: Support s390*-*-* targets.
10735
10736 2004-02-17  Adam Fedor  <fedor@gnu.org>
10737
10738         * gdb.base/gdb1555.exp: New file.
10739         * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
10740
10741 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
10742
10743         * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
10744
10745 2004-02-16  Fred Fish  <fnf@redhat.com>
10746
10747         * gdb.arch/gdb1291.c: Remove
10748         * gdb.arch/gdb1291.s: New test input file.
10749         * gdb.arch/gdb1291.exp: Expand test to check case that should not
10750         fail.  Test for correct result, known incorrect result, other
10751         failures and timeouts.
10752
10753 2004-02-16  Andrew Cagney  <cagney@redhat.com>
10754
10755         * gdb.base/bigcore.exp: New file.
10756         * gdb.base/bigcore.c: New file.
10757
10758 2004-02-13  Andrew Cagney  <cagney@redhat.com>
10759
10760         * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
10761         * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
10762         * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
10763         * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
10764         * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
10765         * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
10766         * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
10767         * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
10768         * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
10769         * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
10770
10771 2004-02-11  Jeff Johnston  <jjohnstn@redhat.com>
10772
10773         * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
10774         executed is an alloc instruction.
10775
10776 2004-02-11  David Carlton  <carlton@kealia.com>
10777
10778         * gdb.cp/breakpoint.exp: New.
10779         * gdb.cp/breakpoint.cc: New.
10780
10781 2004-02-11  Michael Chastain  <mec.gnu@mindspring.com>
10782
10783         Partial fix for PR gdb/1543.
10784         * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
10785         gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
10786         gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
10787         gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
10788         gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
10789         gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
10790         gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
10791         gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
10792         gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
10793         to bug-gdb@prep.ai.mit.edu .
10794         * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
10795         gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
10796         gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
10797         Likewise.
10798
10799 2004-02-10  Andrew Cagney  <cagney@redhat.com>
10800
10801         * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
10802         using gdb_internal_error_resync.
10803
10804 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
10805
10806         * gdb.threads/thread-specific.exp: Stop early if no threads are
10807         found.
10808
10809 2004-02-09  Michael Chastain  <mec.gnu@mindspring.com>
10810
10811         * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
10812
10813 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
10814
10815         * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
10816         breakpoints.
10817
10818 2004-02-07  Daniel Jacobowitz  <drow@mvista.com>
10819
10820         * config/sim.exp (gdb_load): Handle $arg == "".
10821         * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
10822         * gdb.objc/basicclass.exp: Use gdb_run_cmd.
10823
10824 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
10825
10826         * gdb.base/maint.exp: Update test to reflect
10827          obstack changes.
10828
10829 2004-02-04  Jeff Johnston  <jjohnstn@redhat.com>
10830
10831         * gdb.base/pendshr.c (pendfunc): New function that calls
10832         pendfunc1.
10833         * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
10834
10835 2004-02-04  Fred Fish  <fnf@redhat.com>
10836
10837         * gdb.arch/gdb1431.c: Add underbar prefixed version of global
10838         function symbols and update copyright years.
10839         * gdb.arch/gdb1291.c: Ditto.
10840
10841 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
10842
10843         * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
10844
10845 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
10846
10847         * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
10848
10849 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
10850
10851         * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
10852
10853 2004-02-02  Fred Fish  <fnf@redhat.com>
10854
10855         * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
10856         remote targets.  Update copyright years.
10857
10858 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
10859
10860         * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
10861         support.
10862         * gdb.base/langs.exp: Fix test which attempts to create
10863         breakpoint on non-existent function to handle new pending
10864         support.
10865         * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
10866         a breakpoint.
10867         * gdb.base/pending.exp: New test.
10868         * gdb.base/pending.c: New file.
10869         * gdb.base/pendshr.c: Ditto.
10870
10871 2004-02-02  David Carlton  <carlton@kealia.com>
10872
10873         * gdb.cp/overload.exp: Add overloadNamespace tests.
10874         * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
10875         (overloadNamespace, XXX): New.
10876         (main): Call XXX::marker2.
10877
10878 2004-02-01  Fred Fish  <fnf@redhat.com>
10879
10880         * gdb.base/dump.exp: Use runto_main instead of "runto main".
10881         * gdb.base/finish.exp: Ditto.
10882         * gdb.base/gcore.exp: Ditto.
10883         * gdb.base/huge.exp: Ditto.
10884         * gdb.base/info-proc.exp: Ditto.
10885         * gdb.base/return2.exp: Ditto.
10886         * gdb.threads/gcore-thread.exp: Ditto.
10887
10888 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
10889
10890         * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
10891
10892 2004-02-01  Mark Kettenis  <kettenis@gnu.org>
10893
10894         * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
10895         that opening the file succeeds on OpenBSD.
10896
10897 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
10898
10899         * gdb.threads/thread-specific.c: New file.
10900         * gdb.threads/threads-specific.exp: New test script.
10901         * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
10902         to expect_out.
10903
10904 2004-02-01  Mark Kettenis  <kettenis@gnu.org>
10905
10906         * gdb.base/call-ar-st.exp: Call get_debug_format.  Remove xfail on
10907         sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
10908         only on the "print_small_structs from print_long_arg_list" test.
10909
10910 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
10911
10912         * gdb.base/completion.exp: Kill a stray backslash.
10913
10914         From Jim Ingham <jingham@apple.com>:
10915         * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
10916         agrees with the result from sending a tab.
10917
10918 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
10919
10920         * gdb.base/chng-syms.exp: Remove stray newline.
10921
10922 2004-01-31  Mark Kettenis  <kettenis@gnu.org>
10923
10924         * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
10925         *-*-openbsd*.
10926         * gdb.asm/openbsd.inc: New file.
10927
10928 2004-01-30  Mark Kettenis  <kettenis@gnu.org>
10929
10930         * gdb.asm/asm-source.exp: Strip -Wl, from link-flags.  Don't
10931         append -static to link-flags for *-*-freebsd*, *-*netbsd* and
10932         *-*solaris2*.  Remove commented out default settings for
10933         asm-flags.  Replace gdb_compile with target_link.
10934
10935 2004-01-29  Michael Chastain  <mec.gnu@mindspring.com>
10936
10937         * gdb.cp/inherit.exp: Rewrite.  Use gdb_test_multiple and gdb
10938         for all tests.  Remove old hp-ux and cygnus xfail cases.
10939
10940 2004-01-29  Paul N. Hilfinger  <Hilfinger@gnat.com>
10941
10942         * gdb.base/chng-syms.exp: New file.
10943         * gdb.base/chng-syms.c: New file.
10944
10945 2004-01-24  Michael Chastain  <mec.gnu@mindspring.com>
10946
10947         * gdb.cp/local.exp: Rewrite "ptype Local".  Add "ptype l".
10948         Provide arms for current output in all my configurations.
10949
10950 2004-01-24  Michael Chastain  <mec.gnu@mindspring.com>
10951
10952         * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
10953         * lib/compiler.cc: Likewise.
10954         * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
10955         get the right preprocessor.  Eval the output directly.  Remove
10956         special tests for hp_cc_compiler and hp_aCC_compiler.  Remove
10957         hp_f77_compiler and hp_f90_compiler completely.
10958         (gdb_preprocess): Delete.
10959         (get_compiler): Delete.
10960
10961 2004-01-24  Mark Kettenis  <kettenis@gnu.org>
10962
10963         * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
10964         <string.h>.
10965
10966 2004-01-24  Nick Roberts  <nick@nick.uklinux.net>
10967
10968         * gdb.mi/mi-stack.exp: Update copyright.
10969
10970 2004-01-23  David Carlton  <carlton@kealia.com>
10971
10972         * gdb.cp/rtti.exp: Don't include full path in ${srcfile}.  Add
10973         test for cp_lookup_transparent_type.
10974         * gdb.cp/rtti1.cc: Update copyright.  Add n2::func and refer_to;
10975         call them.
10976
10977 2004-01-23  Daniel Jacobowitz  <drow@mvista.com>
10978
10979         * gdb.mi/mi-var-child.exp: Update copyright year.  Move new test
10980         after -var-update.
10981
10982 2004-01-23  David Carlton  <carlton@kealia.com>
10983
10984         * gdb.cp/namespace.cc (C::ensureRefs): New.
10985         * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
10986
10987 2004-01-20  Nick Roberts  <nick@nick.uklinux.net>
10988
10989         * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
10990         case "-stack-list-locals 2".
10991         * gdb.mi/mi-var-child.exp: Test for case
10992         "-var-list-children --all-values NAME".
10993
10994 2004-01-18  Michael Chastain  <mec.gnu@mindspring.com>
10995
10996         * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
10997
10998 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
10999
11000         * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
11001         used with gdb_test_multiple.
11002
11003         * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
11004         read at address 0.  This fixes PR testsuite/1504.
11005
11006 2004-01-18  Daniel Jacobowitz  <drow@mvista.com>
11007
11008         * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
11009         Remove downloading, guessing the host executable, the calls to
11010         gdb_file_cmd and gdb_target_cmd, and "load" support.
11011         (infer_host_exec): New function broken out from gdb_load.
11012         (gdb_load): New wrapper for gdbserver_gdb_load.
11013         * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
11014         gdb_target_cmd.  Use -target-select.
11015         (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
11016         Download binaries to the host.  Clear last_mi_remote_file when
11017         we load a new binary.
11018         (mi_gdb_load): Call mi_gdb_file_cmd.  If gdbserver.exp is loaded,
11019         call gdbserver_gdb_load and mi_gdb_target_cmd.
11020
11021 2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>
11022
11023         * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
11024         type patterns.
11025
11026 2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>
11027
11028         * gdb.cp/templates.exp: Fix typo in test name of
11029         "print Foo<volatile char*>::foo".
11030
11031 2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
11032
11033         * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
11034
11035 2004-01-16  Ben Elliston  <bje@wasabisystems.com>
11036
11037         * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
11038         (clean mostlyclean): Remove empty rm.
11039
11040 2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
11041
11042         * gdb.base/setvar.exp: Add copyright years.
11043
11044 2004-01-14  David Carlton  <carlton@bactrian.org>
11045
11046         * gdb.cp/rtti.exp: Update copyright.  KFAIL test with repect to
11047         PR c++/1511 and update coment.
11048         * gdb.cp/templates.exp: Update patterns to match current output.
11049         If changes involve something other than whitespace, KFAIL
11050         w.r.t. PR c++/1512 or PR c++/931 as appropriate.
11051
11052 2004-01-14  David Carlton  <carlton@kealia.com>
11053
11054         * gdb.cp/namespace.exp: Add tests involving classes defined within
11055         namespaces.
11056         * gdb.cp/namespace.cc (C::CClass): New.
11057         * gdb.cp/namespace1.cc (C::OtherFileClass): New.
11058
11059 2004-01-14  Elena Zannoni  <ezannoni@redhat.com>
11060
11061         * gdb.base/sepdebug.exp: Bail out of the test if we don't know
11062         what debug info we have. Print a better message if something goes
11063         wrong while producing the separate debug info file.
11064
11065 2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>
11066
11067         * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
11068
11069 2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>
11070
11071         * gdb.base/callfuncs.c: Add copyright notice.
11072
11073 2004-01-13  Michael Chastain  <mec.gnu@mindspring.com>
11074
11075         * gdb.cp/derivation.exp: Add XFAIL for bug with protected
11076         inheritance.  PR gdb/1498, PR gcc/13539.
11077
11078 2004-01-13  Elena Zannoni  <ezannoni@redhat.com>
11079
11080          * gdb.threads/gcore-thread.exp: Prefix name of binary with
11081          test specific name.
11082          * gdb.mi/gdb669.exp: Ditto.
11083          * gdb.mi/mi-pthreads.exp: Ditto.
11084          * gdb.mi/mi1-pthreads.exp: Ditto.
11085          * gdb.mi/mi2-pthreads.exp: Ditto.
11086
11087 2004-01-12  Michael Chastain  <mec.gnu@mindspring.com>
11088
11089         * gdb.cp/member-ptr.cc: Add copyright notice.
11090
11091 2004-01-12  Michael Chastain  <mec.gnu@mindspring.com>
11092
11093         * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple.  Add
11094         some patterns for recent versions of gcc and hpacc.  Delete
11095         calls to setup_xfail for hppa*-*-*.  Delete redundant tests.
11096         Delete tests that access a NULL pointer-to-member-data.  This
11097         script is still disabled for gcc.
11098
11099 2004-01-12  Elena Zannoni  <ezannoni@redhat.com>
11100
11101         * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
11102         escaped correctly.
11103
11104 2004-01-12  Elena Zannoni  <ezannoni@redhat.com>
11105
11106         * gdb.base/sepdebug.exp: New file.
11107         * gdb.base/sepdebug.c: New file.
11108         * lib/gdb.exp (separate_debug_filename): New procedure.
11109         (gdb_gnu_strip_debug): New procedure.
11110
11111 2004-01-12  Andrew Cagney  <cagney@redhat.com>
11112
11113         * gdb.mi/ChangeLog: Delete file.  Renamed to ...
11114         * gdb.mi/ChangeLog-1999-2003: New file.
11115
11116 2004-01-12  Andrew Cagney  <cagney@redhat.com>
11117
11118         * gdb.base/fileio.exp: Update copyright year.  On GNU/Linux, for
11119         "Renaming a directory to a non-empty directory returns ENOTEMPTY
11120         or EEXIST", treat EBUSY as an XFAIL.
11121
11122 2004-01-11  Michael Chastain  <mec.gnu@mindspring.com>
11123
11124         * gdb.base/scope.exp: Remove obsolete setup_xfail for
11125         hp_cc_compiler.
11126
11127 2004-01-10  Michael Chastain  <mec.gnu@mindspring.com>
11128
11129         * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
11130         decorations.
11131
11132 2004-01-10  Michael Chastain  <mec.gnu@mindspring.com>
11133
11134         * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
11135         and "(aCC)" decorations.  Remove obsolete doco about old
11136         test results.
11137
11138 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
11139
11140         * gdb.cp/exception.exp: Fix typo in doco.
11141
11142 2004-01-09  Mark Kettenis  <kettenis@gnu.org>
11143
11144         * gdb.base/gdb1476.exp: Fix typo.
11145
11146 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
11147
11148         * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
11149         file.
11150
11151 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
11152
11153         * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
11154         * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
11155         Use gdb_compile.  Remove restriction on gcc.  Add some patterns
11156         for recent version of gdb.  Delete second half, which was a copy
11157         of the first half with different build flags.  This test is
11158         still disabled because it is still not ready for production.
11159
11160 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
11161
11162         * gdb.cp/exception.cc: Add copyright notice.
11163         * gdb.cp/exception.exp: Add a notice that this file is broken
11164         because of line number changes caused by addition of copyright
11165         notice.
11166
11167 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
11168
11169         * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
11170         * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
11171
11172 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
11173
11174         * gdb.cp/classes.exp: Accept gnu abi 2.
11175         * gdb.cp/derivation.exp: Likewise.
11176         * gdb.cp/overload.exp: Likewise.
11177         * gdb.cp/virtfunc.exp: Likewise.
11178
11179 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
11180
11181         * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
11182         semicolon after end of function.
11183
11184 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
11185
11186         * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
11187         * gdb.cp/bs15503.exp: Remove hp-only restriction.  Use modern
11188         boilerplate code for compiling and running the program under
11189         test.  Add some string method tests.
11190
11191 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
11192
11193         * gdb.cp/bs15503.cc: Add copyright notice.
11194         * gdb.cp/bs15503.exp: Adjust line number.
11195
11196 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
11197
11198         * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
11199         * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
11200
11201 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
11202
11203         * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
11204         hp_cc_compiler.
11205
11206 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
11207
11208         * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
11209         * gdb.cp/ctti.exp: Use the marker instead of "next".
11210         With gcc, run further before bailing.
11211
11212 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
11213
11214         * gdb.cp/cttiadd.cc: Add copyright notice.
11215         * gdb.cp/cttiadd1.cc: Likewise.
11216         * gdb.cp/cttiadd2.cc: Likewise.
11217         * gdb.cp/cttiadd3.cc: Likewise.
11218
11219 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
11220
11221         * gdb.cp/ctti.exp: Partial rewrite.  Call gdb_compile properly.
11222         Use gdb_test, gdb_test_multiple.  Use floating-point values that
11223         have exact representations in IEEE-ish formats.
11224
11225 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
11226
11227         * gdb.base/constvars.exp: Do not force lang=c++ if using HP
11228         compilers.  Delete duplicate call to get_compiler_info.
11229         (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
11230         * gdb.base/volatile.exp: Likewise.
11231
11232 2004-01-07  Mark Kettenis  <kettenis@gnu.org>
11233
11234         * gdb.base/gdb1476.exp: Only run the tests if we can't read the
11235         memory at address 0.
11236
11237 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
11238
11239         * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
11240         to test for hp-ux assembler.  Fix copyright years.
11241
11242 2004-01-07  Andrew Cagney  <cagney@redhat.com>
11243
11244         * gdb.base/fileio.c (strerrno): Add "EBUSY".
11245
11246 2004-01-07  Andrew Cagney  <cagney@redhat.com>
11247
11248         * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
11249         when creating the read-only file.  From analysis by Roland McGrath
11250         and Elena Zannoni.
11251
11252 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
11253
11254         * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
11255
11256 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
11257
11258         * gdb.base/cvexpr.c: Be type-safe with function pointers and
11259         data pointers.
11260
11261 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
11262
11263         * gdb.cp/m-static.exp: Compile one source file at a time.
11264         Delete unused call to get_compiler_info.
11265
11266 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
11267
11268         * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
11269         * gdb.base/call-rt-st.exp: Likewise.
11270         * gdb.base/nodebug.exp: Likewise.
11271         * gdb.base/volatile.exp: Likewise.
11272         * gdb.cp/ref-types.exp: Likewise.
11273         * gdb.cp/templates.exp: Likewise.
11274
11275 2004-01-05  Mark Kettenis  <kettenis@gnu.org>
11276
11277         * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
11278
11279 2004-01-05  Michael Chastain  <mec.gnu@mindspring.com>
11280
11281         * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
11282         hppa*-hp-hpux*.
11283
11284 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
11285
11286         * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
11287         x86_64-*-*.
11288
11289         * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
11290         sparc64-*-* and sparc*-solaris2*.
11291
11292 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
11293
11294         * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
11295         return ${tests}" test.  The ${tests} already mentions the
11296         filename.
11297
11298 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
11299
11300         * gdb.cp/local.exp: Accept gcc abi 2.
11301
11302 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
11303
11304         * gdb.cp/templates.exp: Accept gcc abi 2.
11305
11306 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
11307
11308         * lib/compiler.cc: Remove supports_template_debugging.
11309         * gdb.cp/templates.exp: Do not test supports_template_debugging.
11310
11311 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
11312
11313         * gdb.cp/namespace.exp: Accept gcc abi 2.
11314
11315 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
11316
11317         * gdb.cp/method.exp: Accept gcc abi 2.
11318
11319 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
11320
11321         * gdb.cp/classes.exp: Generate identical results as old version.
11322         * gdb.cp/derivation.exp: Likewise.
11323         * gdb.cp/overload.exp: Likewise.
11324         * gdb.cp/virtfunc.exp: Likewise.
11325
11326 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
11327
11328         * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
11329         mysterious bug with sourceware version of expect.
11330
11331 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
11332
11333         * gdb.cp/overload.exp: Rewrite.  Clean up patterns to match
11334         current versions of gcc, including gcc abi 2.  Remove gratuitous
11335         restart of test program.  Use gdb_test_multiple and gdb_test for
11336         all tests.  Add patterns to xfail missing "const" in "const char *"
11337         and kfail PR gdb/1155.
11338
11339 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
11340
11341         * gdb.cp/derivation.exp: Rewrite.  Clean up patterns to match
11342         current versions of gcc, including gcc abi 2.  Remove gratuitous
11343         restart of test program.  Use gdb_test_multiple and gdb_test for
11344         all tests.  Add patterns to kfail PR gdb/1498.
11345
11346 2003-12-31  Michael Chastain  <mec.gnu@mindspring.com>
11347
11348         * gdb.cp/virtfunc.exp: Rewrite.  Clean up patterns to match
11349         current versions of gcc, including gcc abi 2.  Use "breakpoint"
11350         and "continue" instead of restarting the target program.  Use
11351         gdb_test_multiple and gdb_test for all tests.
11352
11353 2004-01-01  Mark Kettenis  <kettenis@gnu.org>
11354
11355         * gdb.asm/asm-source.exp: Update copyright year.  Link statically
11356         for *-*-solaris2*.
11357
11358 2003-12-31  Michael Chastain  <mec.gnu@mindspring.com>
11359
11360         * gdb.cp/classes.exp: Rewrite.  Clean up patterns to match
11361         current versions of gcc, including gcc abi 2.  Use "breakpoint"
11362         and "continue" instead of restarting the target program several
11363         times.  Use gdb_test_multiple and gdb_test for all tests.
11364
11365 2003-12-18  Michael Chastain  <mec.gnu@mindspring.com>
11366
11367         * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
11368         source files.
11369
11370 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
11371
11372         * gdb.base/environ.exp: Handle compiling test case from multiple
11373         source files.
11374
11375 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
11376
11377         * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
11378
11379 2003-12-17  Jim Blandy  <jimb@redhat.com>
11380
11381         * gdb.base/freebpcmd.c: Add copyright notice.
11382
11383         * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
11384
11385 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
11386
11387         * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
11388
11389 2003-12-13  Jim Blandy  <jimb@redhat.com>
11390
11391         * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
11392
11393 2003-12-12  Kevin Buettner  <kevinb@redhat.com>
11394
11395         * gdb.asm/frv.inc: New file.
11396         * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
11397
11398 2003-12-09  Fred Fish  <fnf@redhat.com>
11399
11400         * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
11401         functions to break1.c and leave prototypes behind.  Add more
11402         "set breakpoint NN here" comments.
11403         * gdb.base/break1.c: New file.
11404
11405         * gdb.base/break.exp: Handle compiling test case from multiple
11406         source files and change source file references as needed.
11407         * gdb.base/completion.exp: Ditto.
11408         * gdb.base/condbreak.exp: Ditto.
11409         * gdb.base/define.exp: Ditto.
11410         * gdb.base/ena-dis-br.exp: Ditto.
11411         * gdb.base/info-proc.exp: Ditto.
11412         * gdb.base/maint.exp: Ditto.
11413         * gdb.base/until.exp: Ditto.
11414
11415         * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
11416         hardcoded line numbers.
11417         * gdb.base/define.exp: Ditto.
11418         * gdb.base/ena-dis-br.exp: Ditto.
11419         * gdb.base/maint.exp: Ditto.
11420         * gdb.base/until.exp: Ditto.
11421
11422         * gdb.base/completion.exp: Use "break1" for completion tests since
11423         "break" is no longer a unique prefix.
11424
11425 2003-12-06  Andrew Cagney  <cagney@redhat.com>
11426
11427         * gdb.base/structs.exp (test_struct_returns): When applicable, set
11428         "return_value_unimplemented".  When an unimplemented struct return
11429         architecture, report incorrect values as a KFAIL
11430
11431 2003-12-05  Michael Chastain  <mec.gnu@mindspring.com>
11432
11433         * gdb.cp/rtti.exp: Accept new wording of warning from
11434         cp_lookup_rtti_type.
11435
11436 2003-12-05  Michael Chastain  <mec.gnu@mindspring.com>
11437
11438         Partial fix for PR testsuite/1456.
11439         * gdb.base/scope.exp (test_at_main): Replace references to
11440         gcc_compiled with calls to test_compiler_info.
11441         (test_at_foo): Likewise.
11442         (test_at_bar): Likewise.
11443
11444 2003-12-04  Michael Chastain  <mec.gnu@mindspring.com>
11445
11446         Partial fix for PR testsuite/1456.
11447         * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
11448         to test_compiler_info.
11449
11450 2003-12-03  Michael Chastain  <mec.gnu@mindspring.com>
11451
11452         * gdb.base/so-impl-ld.exp: Update copyright notice.
11453
11454 2003-12-02  Michael Chastain  <mec.gnu@mindspring.com>
11455
11456         Partial fix for PR testsuite/1456.
11457         * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
11458         to test_compiler_info.
11459
11460 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
11461
11462         * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
11463         from current versions of gdb.  Clean up regular expressions.
11464         Delete redundant timeout case.
11465
11466 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
11467
11468         * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
11469         from current versions of gdb.  Clean up regular expressions.
11470         Delete redundant timeout case.
11471
11472 2003-12-01  Michael Chastain  <mec.gnu@mindspring.com>
11473
11474         Partial fix for PR testsuite/1456.
11475         * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
11476         gcc_compiled with call to test_compiler_info.
11477
11478 2003-11-30  Michael Chastain  <mec.gnu@mindspring.com>
11479
11480         Partial fix for PR testsuite/1456.
11481         * gdb.base/list.exp (test_list_function): Delete unused declaration
11482         of gcc_compiled.
11483
11484 2003-11-29  Michael Chastain  <mec.gnu@mindspring.com>
11485
11486         Partial fix for PR testsuite/1456.
11487         * gdb.base/complex.exp: Replace reference to gcc_compiled with
11488         call to test_compiler_info.
11489
11490 2003-11-29  Mark Kettenis  <kettenis@gnu.org>
11491
11492         * gdb.asm/asm-source.exp: Initialize asm-note to "empty".  Set
11493         asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*.  Use
11494         it to create the appropriate note.inc.
11495         * gdb.asm/asmsrc1.s: Include "note.inc".
11496         * gdb.asm/netbsd.inc: New file.
11497         * gdb.asm/empty.inc: New file.
11498
11499 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
11500
11501         Partial fix for PR testsuite/1456.
11502         * gdb.base/constvars.exp: Replace references to gcc_compiled with
11503         calls to test_compiler_info.
11504
11505 2003-11-27  Michael Chastain  <mec.gnu@mindspring.com>
11506
11507         Partial fix for PR testsuite/1456.
11508         * gdb.base/volatile.exp: Replace references to gcc_compiled with
11509         calls to test_compiler_info.
11510
11511 2003-11-27  Mark Kettenis  <kettenis@gnu.org>
11512
11513         * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
11514         pattern for the KFAILs.
11515
11516 2003-11-25  Adam Fedor  <fedor@gnu.org>
11517
11518         * gdb.objc/objcdecode.exp: Test for PR objc/1238.
11519         * gdb.objc/objcdecode.m: New file.
11520
11521 2003-11-25  Adam Fedor  <fedor@gnu.org>
11522
11523         * gdb.objc/nondebug.exp: Test for PR objc/1236.
11524         * gdb.objc/nondebug.m: New file.
11525
11526 2003-11-26  Ben Elliston  <bje@wasabisystems.com>
11527
11528         * gdb.asm/asm-source.exp: Make sure the final link succeeds on
11529         NetBSD as it does on FreeBSD.  Modelled on a similar change by
11530         Mark Kettenis on 2003-05-30.
11531         (link-flags): Set to "--entry _start" regardless of target.
11532         Special linker flags are to be appended to $link-flags.
11533         * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
11534
11535 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
11536
11537         * gdb.cp/method.exp: Accept output of new demangler.
11538
11539 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
11540
11541         * gdb/class2.exp: New file.
11542         * gdb/class2.cc: New file.
11543
11544 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
11545
11546         * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
11547         of new demangler.
11548
11549 2003-11-23  Mark Kettenis  <kettenis@gnu.org>
11550
11551         * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
11552         of gdb_test "run".
11553
11554 2003-11-23  Mark Kettenis  <kettenis@gnu.org>
11555
11556         * gdb.arch/i386-unwind.exp: Don't use runto_main.  Change
11557         "continue" into "run".
11558
11559 2003-11-23  Michael Chastain  <mec.gnu@mindspring.com>
11560
11561         Partial fix for PR testsuite/1456.
11562         * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
11563         call to test_compiler_info.
11564         * gdb.cp/ctti.exp: Likewise.
11565         * gdb.cp/derivation.exp: Likewise.
11566         * gdb.cp/member-ptr.exp: Likewise.
11567         * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
11568         reference to gcc_compiled.
11569
11570 2003-11-23  Michael Chastain  <mec.gnu@mindspring.com>
11571
11572         Fix PR testsuite/1463.
11573         * gdb.base/structs.exp (start_structs_test): Call
11574         get_debug_format before using the debug format.
11575
11576 2003-11-22  Andrew Cagney  <cagney@redhat.com>
11577
11578         * lib/gdb.exp (gdb_test_multiple): Add simple example.
11579         * gdb.base/structs.exp: Use gdb_test_multiple.
11580
11581 2003-11-20  Andrew Cagney  <cagney@redhat.com>
11582
11583         * gdb.base/structs.exp: Handle and recover from internal errors.
11584         Replace "foo${n}" with "foo<n>" in test messages.
11585
11586         * gdb.base/structs.exp: Update copyright.  Rewrite.
11587         * gdb.base/structs.c: Update copyright.  Rewrite.
11588
11589         * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
11590         resync count exceeded.
11591
11592         * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
11593         from the internal error.
11594         * lib/gdb.exp (gdb_internal_error_resync): New procedure.
11595         Original from Jim Blandy.
11596         (gdb_test_multiple): Use gdb_internal_error_resync.
11597
11598 2003-11-19  Andrew Cagney  <cagney@redhat.com>
11599
11600         * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
11601         KFAIL.
11602
11603 2003-11-17  Mark Kettenis  <kettenis@gnu.org>
11604
11605         New testcase for PR backtrace/1435.
11606         * gdb.arch/i386-unwind.exp: New file.
11607         * gdb.arch/i386-unwind.c: New file.
11608
11609 2003-11-17  Andrew Cagney  <cagney@redhat.com>
11610
11611         * lib/gdb.exp (compiler_info): New global.
11612         (test_compiler_info): New function.
11613         (get_compiler_info): Set compiler_info.
11614         * lib/compiler.c, lib/compiler.cc: Add copyright.  When GNUC, set
11615         "compiler_info" to gcc-<major>-<minor>.
11616
11617 2003-11-15  Michael Chastain  <mec.gnu@mindspring.com>
11618
11619         * gdb.trace/configure: Remove.
11620
11621 2003-11-13  Elena Zannoni  <ezannoni@redhat.com>
11622
11623         * gdb.base/break.c: Add comments to aid finding line numbers for
11624         breakpoints.
11625         * gdb.base/break.exp: Remove all references to explicit line
11626         numbers.
11627
11628 2003-11-11  Nick Clifton  <nickc@redhat.com>
11629
11630         * gdb.base/shreloc.exp: Do not run for targets which do not
11631         support shared objects.
11632
11633 2003-11-10  Corinna Vinschen  <vinschen@redhat.com>
11634
11635         * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
11636         Don't run tests if nofileio flag is given.
11637
11638 2003-11-07  Elena Zannoni  <ezannoni@redhat.com>
11639
11640         * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
11641         as well as 'Watchpoint'.
11642
11643 2003-11-06  Elena Zannoni  <ezannoni@redhat.com>
11644
11645         Reported by Jim Ingham <jingham@apple.com>:
11646         * gdb.base/annota1.exp: Match at least one occurrence of the
11647         signal handler annotation.
11648
11649 2003-11-06  Elena Zannoni  <ezannoni@redhat.com>
11650
11651         * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
11652         as well as 'Watchpoint'.
11653
11654 2003-11-05  Michael Chastain  <mec@shout.net>
11655
11656         * gdb.mi/pthreads.c (routine): Handle early return from sleep.
11657
11658 2003-11-03  Kris Warkentin  <kewarken@qnx.com>
11659
11660         * gdb.arch/gdb1291.c: New test file.
11661         * gdb.arch/gdb1291.exp: New test script.
11662         * gdb.arch/gdb1431.c: New test file.
11663         * gdb.arch/gdb1431.exp: New test script.
11664
11665 2003-10-22  Michael Chastain  <mec@shout.net>
11666
11667         * gdb.mi/pthreads.c: Add copyright notice.
11668
11669 2003-10-22  Michael Chastain  <mec@shout.net>
11670
11671         * gdb.threads/pthreads.c: Add copyright notice.
11672
11673 2003-10-20  Michael Chastain  <mec@shout.net>
11674
11675         * gdb.base/gdb1056.exp: New test script.
11676
11677 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
11678
11679         * gdb.threads/killed.exp: Use gdb_run_cmd.
11680
11681 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
11682
11683         * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
11684         create a core file.
11685         * gdb.threads/gcore-thread.exp: Likewise.
11686
11687 2003-10-13  Corinna Vinschen  <vinschen@redhat.com>
11688
11689         * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
11690         type, based on char type.
11691         (struct bit_flags_short_t): New bitfield type, based on short type.
11692         (init_bit_flags_char): New fuction.
11693         (init_bit_flags_short): Ditto.
11694         (print_bit_flags_char): Ditto.
11695         (print_bit_flags_short): Ditto.
11696         (main): Add handling for bit_flags_char_t and bit_flags_short_t.
11697
11698 2003-10-11  Michael Chastain  <mec@shout.net>
11699
11700         * gdb.base/call-rt-st.exp: Update copyright year.
11701
11702 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
11703
11704         * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
11705         * gdb.disasm/sh3.s: Ditto.
11706
11707 2003-10-07  Daniel Jacobowitz  <drow@mvista.com>
11708
11709         * gdb.threads/switch-threads.exp: New test.
11710         * gdb.threads/switch-threads.c: New source file.
11711
11712 2003-10-07  Corinna Vinschen  <vinschen@redhat.com>
11713
11714         * gdb.base/ending-run.exp: Add sh specific case.
11715
11716 2003-10-06  Andrew Cagney  <cagney@redhat.com>
11717
11718         * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
11719         * gdb.disasm/mn10200.exp: Delete obsolete file.
11720
11721 2003-09-29  Daniel Jacobowitz  <drow@mvista.com>
11722
11723         * ChangeLog: Correct an entry command.exp -> commands.exp.
11724         * gdb.base/commands.exp (bp_deleted_in_command_test)
11725         (temporary_breakpoint_commands): Check noargs.
11726
11727 2003-09-25  David Carlton  <carlton@kealia.com>
11728
11729         * gdb.cp/namespace.exp: Tweak comments.  Add non-quoted versions
11730         of some print tests, where appropriate.  Add tests for C::D::cd,
11731         E::ce, F::cXfX, G::XgX.
11732         * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
11733
11734 2003-09-25  Richard Earnshaw  <rearnsha@arm.com>
11735
11736         * lib/java.exp (java_init): Import target_alias before using it.
11737
11738 2003-09-25  David Carlton  <carlton@kealia.com>
11739
11740         * gdb.base/corefile.exp: Delete obsolete setup_xfail.
11741
11742 2003-09-23  Elena Zannoni  <ezannoni@redhat.com>
11743
11744         * gdb.base/selftest.exp: Accomodate more instruction reordering
11745         weirdness.
11746
11747 2003-09-17  Michael Chastain  <mec@shout.net>
11748
11749         * gdb.cp/gdb1355.exp: New file.
11750         * gdb.cp/gdb1355.c: New file.
11751
11752 2003-09-15  Corinna Vinschen  <vinschen@redhat.com>
11753
11754         * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
11755         * gdb.asm/sh.inc: New file.
11756
11757 2003-09-11  David Carlton  <carlton@kealia.com>
11758
11759         * gdb.cp/namespace.exp: Add tests for namespace types.
11760         * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
11761         (test_namespace): New.
11762
11763 2003-09-11  Elena Zannoni  <ezannoni@redhat.com>
11764
11765         * gdb.base/relocate.exp: Handle new gdb output at startup.
11766         * gdb.stabs/weird.exp: Ditto.
11767
11768 2003-09-08  Michael Chastain  <mec@shout.net>
11769
11770         * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
11771
11772 2003-09-07  Michael Chastain  <mec@shout.net>
11773
11774         * gdb.cp/classes.exp: Accommodate both 'syntax error' and
11775         'parse error'.
11776
11777 2003-09-07  Mark Kettenis  <m.kettenis@osp.nl>
11778
11779         * gdb.arch/i386-prologue.exp: Add checks for saved registers.
11780
11781 2003-08-30  Michael Chastain  <mec@shout.net>
11782
11783         * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
11784         * gdb.gdb/observer.exp: Ditto.
11785         * gdb.gdb/xfullpath.exp: Ditto.
11786
11787 2003-08-29  Mark Kettenis  <kettenis@gnu.org>
11788
11789         * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
11790         *-*-*bsd*.
11791
11792 2003-08-28  Jeff Johnston  <jjohnstn@redhat.com>
11793
11794         * gdb.base/dump.exp: Skip for ia64.
11795
11796 2003-08-25  Jeff Johnston  <jjohnstn@redhat.com>
11797
11798         * gdb.asm/asm-source.exp: Add ia64 support.
11799         * gdb.asm/ia64.inc: New file.
11800
11801 2003-08-22  Michael Chastain  <mec@shout.net>
11802
11803         * gdb.cp: New directory.
11804         * gdb.cp/*: Copy from gdb.c++/*.
11805         * gdb.c++/*: Remove.
11806         * Makefile.in: Change gdb.c++ to gdb.cp.
11807         * configure.in:  Ditto.
11808         * configure: Regnerate.
11809
11810 2003-08-18  Mark Kettenis  <kettenis@gnu.org>
11811
11812         * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
11813         * gdb.arch/i386-prologue.c (gdb1338): Add function.
11814
11815 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
11816
11817         * mi-var-display.exp (-var-list-children weird): Accept function
11818         pointers with argument types.
11819         * mi1-var-display.exp (-var-list-children weird): Likewise.
11820         * mi2-var-display.exp (-var-list-children weird): Likewise.
11821
11822 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
11823
11824         * gdb.base/annota3.exp: Add missing newline.
11825
11826 2003-08-06  Michael Chastain  <mec@shout.net>
11827
11828         * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
11829
11830 2003-08-12  Michael Snyder  <msnyder@redhat.com>
11831
11832         * gdb.base/float.exp: Add test for SH.
11833
11834 2003-08-10  Mark Kettenis  <kettenis@gnu.org>
11835
11836         * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
11837
11838 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
11839
11840        * gdb.base/completion.exp: Remove reduntant completion test
11841        on filename.
11842
11843 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
11844
11845         * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
11846         gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
11847         gdb.trace/save-trace.exp: Make sure that full pathnames are
11848         escaped correctly.
11849
11850 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
11851
11852         * configure.in: Don't generate config.h from config.hin.
11853         * configure: Regenerate.
11854         * config.hin: Remove file.
11855         * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
11856         * gdb.threads/pthreads.c: Ditto.
11857
11858 2003-08-07  Daniel Jacobowitz  <drow@mvista.com>
11859
11860         From Kei Sakamoto <sakamoto.kei@renesas.com>:
11861         * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
11862         * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
11863         Replace ld24 with seth/add3.
11864
11865 2003-08-02  Andrew Cagney  <cagney@redhat.com>
11866
11867         * gdb.base/annota3.exp: New file.
11868         * gdb.base/annota3.c: New file.
11869         * gdb.c++/annota3.exp: New file.
11870         * gdb.c++/annota3.cc: New file.
11871
11872 2003-07-29  Michael Chastain  <mec@shout.net>
11873
11874         * gdb.threads/tls.c (spin): Check errno only if sem_wait
11875         actually failed.
11876         (do_pass): Likewise.
11877         * gdb.threads/tls.exp: Always initialize no_of_threads.
11878
11879 2003-07-27  Daniel Jacobowitz  <drow@mvista.com>
11880
11881         * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
11882         pattern.
11883         * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
11884         * gdb.threads/tls.exp: Recognize one case of the host library not
11885         supporting TLS.
11886
11887 2003-07-27  Andrew Cagney  <cagney@redhat.com>
11888
11889         * gdb.base/fileio.exp: Use SH when running commands using
11890         remote_exec.
11891
11892 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
11893
11894         From Kei Sakamoto <sakamoto.kei@renesas.com>:
11895         * gdb.base/relocate.c (dummy): New padding array.
11896
11897 2003-07-22  Michael Snyder  <msnyder@redhat.com>
11898
11899         * gdb.disasm/8300s.s: Fix syntax of bsr insn.
11900
11901         * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
11902         patterns to be more general, accepting old and new output.
11903         Some output chars (such as '+') also must be quoted.
11904         Some addresses are displayed numerically instead of
11905         symbolically.
11906
11907 2003-07-23  Michael Snyder  <msnyder@redhat.com>
11908
11909         * gdb.base/return2.exp: Don't test long-long return.
11910
11911         * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
11912         * gdb.disasm/t01_mov.exp: Ditto.
11913         * gdb.disasm/t02_mova.s: Ditto.
11914         * gdb.disasm/t02_mova.exp: Ditto.
11915         * gdb.disasm/t03_add.s: Ditto.
11916         * gdb.disasm/t03_add.exp: Ditto.
11917         * gdb.disasm/t04_sub.s: Ditto.
11918         * gdb.disasm/t04_sub.exp: Ditto.
11919         * gdb.disasm/t05_cmp.s: Ditto.
11920         * gdb.disasm/t05_cmp.exp: Ditto.
11921         * gdb.disasm/t06_ari2.s: Ditto.
11922         * gdb.disasm/t06_ari2.exp: Ditto.
11923         * gdb.disasm/t07_ari3.s: Ditto.
11924         * gdb.disasm/t07_ari3.exp: Ditto.
11925         * gdb.disasm/t08_or.s: Ditto.
11926         * gdb.disasm/t08_or.exp: Ditto.
11927         * gdb.disasm/t09_xor.s: Ditto.
11928         * gdb.disasm/t09_xor.exp: Ditto.
11929         * gdb.disasm/t10_and.s: Ditto.
11930         * gdb.disasm/t10_and.exp: Ditto.
11931         * gdb.disasm/t11_logs.s: Ditto.
11932         * gdb.disasm/t11_logs.exp: Ditto.
11933         * gdb.disasm/t12_bit.s: Ditto.
11934         * gdb.disasm/t12_bit.exp: Ditto.
11935         * gdb.disasm/t13_otr.s: Ditto.
11936         * gdb.disasm/t13_otr.exp: Ditto.
11937
11938 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
11939
11940         * gdb.threads/tls.exp :Add kfail for 'info address' case.
11941
11942 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
11943
11944         * gdb.threads/tls.c : New file.
11945         * gdb.threads/tls.exp : New file.
11946         * gdb.threads/tls-main.c : New file.
11947         * gdb.threads/tls-shared.c : New file.
11948         * gdb.threads/tls-shared.exp : New file.
11949
11950 2003-07-22  Andreas Schwab  <schwab@suse.de>
11951
11952         * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
11953
11954 2003-07-20  Andreas Schwab  <schwab@suse.de>
11955
11956         * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
11957         due to insn reordering.
11958
11959 2003-07-15  Andrew Cagney  <cagney@redhat.com>
11960
11961         * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
11962
11963 2003-07-15  Michael Chastain  <mec@shout.net>
11964
11965         * gdb.base/gdb1250.exp: New file.
11966         * gdb.base/gdb1250.c: New file.
11967
11968 2003-07-09  Michal Ludvig  <mludvig@suse.cz>
11969
11970         * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
11971         expansion of size_t to 'unsigned long', not only to 'unsigned'.
11972
11973 2003-07-09  Elena Zannoni  <ezannoni@redhat.com>
11974
11975         * gdb.threads/tls.c: New file.
11976         * gdb.threads/tls.exp: New file.
11977         * gdb.threads/tls-main.c: New file.
11978         * gdb.threads/tls-shared.c: New file.
11979         * gdb.threads/tls-shared.exp: New file.
11980
11981 2003-07-09  Elena Zannoni  <ezannoni@redhat.com>
11982
11983         * gdb.base/annota1.exp: Make sure that we properly escape the
11984         full path of the source file. Xfail more permissive patterns,
11985         due to a compiler debug info problem.
11986
11987 2003-07-07  Andreas Schwab  <schwab@suse.de>
11988
11989         * gdb.asm/m68k.inc: New file.
11990         * gdb.asm/asm-source.exp: Use it for m68k-*-*.
11991
11992         * gdb.objc/basicclass.exp ("Call an Objective-C method with no
11993         arguments"): Also match negative number.
11994
11995         * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
11996
11997 2003-07-03  Daniel Jacobowitz  <drow@mvista.com>
11998
11999         * gdb.base/store.c (charest): New typedef.
12000         (add_char): Rename to add_charest, update.
12001         (wack_char): Rename to wack_charest, update types.  Return l + r
12002         to keep r live across the call.
12003         (wack_short, wack_int, wack_long, wack_longest, wack_float)
12004         (wack_double, wack_doublest): Return l + r to keep r live across
12005         the call.
12006         * gdb.base/store.exp: Accomodate store.c changes.
12007
12008 2003-06-30  David Carlton  <carlton@kealia.com>
12009
12010         * gdb.c++/maint.exp (test_invalid_name): New.
12011         (test_first_component): Add tests for invalid names.
12012
12013 2003-06-29  Michael Chastain  <mec@shout.net>
12014
12015         * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
12016         output of '<VTT for class>' for virtual base classes.
12017
12018 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
12019
12020         * gdb.base/completion.exp: Tab-complete "complet" instead of
12021         "compl".
12022         * gdb.base/complex.exp, gdb.base/complex.c: New files.
12023
12024 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
12025
12026         * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
12027         * gdb.base/volatile.exp: Likewise.
12028
12029 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
12030
12031         * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
12032         gdb/1265.
12033
12034 2003-06-28  Michael Chastain  <mec@shout.net>
12035             Daniel Jacobowitz  <drow@mvista.com>
12036
12037         * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
12038         initial line count of 'captured_main' from 26 to 32.
12039         (test_with_self): Allow xmalloc call to be interleaved with the
12040         preceding two lines.
12041
12042 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
12043
12044         * gdb.base/bang.exp: New testcase.
12045
12046 2003-06-23  Joel Brobecker  <brobecker@gnat.com>
12047
12048         * gdb.base/langs.exp: Add some tests for the "minimal" language
12049         support.
12050
12051 2003-06-23  Elena Zannoni  <ezannoni@redhat.com>
12052
12053         * gdb.objc/basicclass.exp: Return -1 if we cannot compile
12054         the testcase.
12055
12056 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
12057
12058         * gdb.base/relocate.exp: Test add-symbol-file with a variable
12059         offset.
12060
12061 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
12062
12063         * gdb.c++/pr-1210.cc: New file.
12064         * gdb.c++/pr-1210.exp: New file.
12065
12066 2003-06-21  Daniel Jacobowitz  <drow@mvista.com>
12067
12068         * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
12069         000-exec-continue.
12070
12071 2003-06-15  Mark Kettenis  <kettenis@gnu.org>
12072
12073         * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
12074         on *-*-*bsd* instead of *-*-freebsd*.
12075
12076 2003-06-14  Andrew Cagney  <cagney@redhat.com>
12077
12078         * gdb.base/store.exp: Test longest and doublest.  Test all
12079         parameters.  Weaken return statement match.
12080         * gdb.base/store.c: Add longest and doublest - aka long long and
12081         long double functions.  Put all parameters into local register
12082         variables.  Use negative values.
12083
12084 2003-06-14  Andrew Cagney  <cagney@redhat.com>
12085
12086         * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>.  Gag
12087         -Wformat errors.  Add lost line.  Use WEXITSTATUS to get system
12088         exit status.
12089         * gdb.base/fileio.exp: Disable target when nointerrupts and
12090         noinferiorio, instead of limiting it to remote.  Use remote_exec
12091         instead of system.
12092
12093 2003-06-12  Jeff Johnston  <jjohnstn@redhat.com>
12094
12095         * gdb.base/float.exp: Add ia64 support.
12096
12097 2003-06-12  Corinna Vinschen  <vinschen@redhat.com>
12098
12099         * gdb.base/fileio.exp: Run only on remote targets.
12100
12101 2003-06-10  Corinna Vinschen  <vinschen@redhat.com>
12102
12103         * gdb.base/fileio.c: New file, testing File-I/O.
12104         * gdb.base/fileio.exp: Ditto.
12105
12106 2003-06-09  Raoul Gough  <RaoulGough@yahoo.co.uk>
12107
12108         * gdb.base/shreloc.exp: New file, check symbol values obtained from
12109         shared objects after relocation at load time (gdb PR/1132).
12110         * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
12111         as above, part of the shared object relocation test.
12112
12113 2003-06-08  Mark Kettenis  <kettenis@gnu.org>
12114
12115         * gdb.base/readline.exp: Add tests for operate-and-get-next with a
12116         fully filled history list.
12117         * gdb.base/gdb_history: New file.
12118
12119         * gdb.base/signals.exp: XFAIL "continue to func1" on
12120         i*86-*-freebsd*.
12121
12122         * gdb.base/attach.exp: When trying to attach to a nonexistent
12123         process, make it possible to specify the PID based on the target,
12124         and do so for *-*-freebsd*.
12125
12126 2003-06-02  Richard Henderson  <rth@redhat.com>
12127
12128         * gdb.base/float.exp: Add expected regexp for alpha-*-*.
12129
12130 2003-06-02  Richard Henderson  <rth@redhat.com>
12131
12132         * gdb.base/selftest.exp: Next over lim_at_start initialization.
12133
12134 2003-06-02  Richard Henderson  <rth@redhat.com>
12135
12136         * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
12137
12138 2003-06-01  Daniel Jacobowitz  <drow@mvista.com>
12139
12140         * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
12141         of globalvar.
12142
12143 2003-06-01  Mark Kettenis  <kettenis@gnu.org>
12144
12145         * gdb.asm/asm-source.exp: Check for memory read errors in
12146         disassembler test on *BSD too.
12147
12148 2003-06-01  Richard Henderson  <rth@redhat.com>
12149
12150         * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
12151         for .frame.
12152         (gdbasm_call): Lose ldgp.
12153         (gdbasm_startup): Add frame information.
12154         * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
12155
12156 2003-05-31  Mark Kettenis  <kettenis@gnu.org>
12157
12158         * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
12159         i?86-*-*.
12160
12161 2003-05-30  Mark Kettenis  <kettenis@gnu.org>
12162
12163         * gdb.asm/asm-source.exp: Make sure the final link succeeds on
12164         FreeBSD.
12165
12166 2003-05-29  Richard Henderson  <rth@redhat.com>
12167
12168         * gdb.asm/alpha.inc: New file.
12169         * gdb.asm/asm-source.exp: Use it.
12170
12171 2003-05-29  Jim Blandy  <jimb@redhat.com>
12172
12173         * gdb.base/corefile.exp: Find corefiles on Linux, which names them
12174         'core.PID'.
12175
12176 2003-05-22  Jim Blandy  <jimb@redhat.com>
12177
12178         * gdb.base/corefile.exp: Tolerate stuff after argument parens in
12179         backtrace.
12180
12181 2003-05-20  David Carlton  <carlton@math.stanford.edu>
12182
12183         * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
12184         this time.
12185
12186 2003-05-19  David Carlton  <carlton@bactrian.org>
12187
12188         * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
12189         * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
12190
12191 2003-05-19  David Carlton  <carlton@bactrian.org>
12192
12193         * gdb.c++/namespace.exp: Add namespace scope and anonymous
12194         namespace tests.
12195         Bump copyright date.
12196         * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
12197         (main): Call C::D::marker2.
12198         * gdb.c++/namespace1.cc: New file.
12199
12200 2003-05-14  Jeff Johnston  <jjohnstn@redhat.com>
12201
12202         Roland McGrath  <roland@redhat.com>
12203         * gdb.threads/linux-dp.exp: Account for fact that in nptl model
12204         there is no manager thread.
12205
12206 2003-05-08  Jeff Johnston  <jjohnstn@redhat.com>
12207
12208         * gdb.threads/schedlock.exp: Remove assumption that all threads
12209         will run in a particular small time slice.  Also ensure we break
12210         in one of the child threads rather than the main thread.
12211
12212 2003-05-07  Jim Blandy  <jimb@redhat.com>
12213
12214         Add support for assembly source testing on the s390x.
12215         * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
12216         architecture.
12217         * gdb.asm/s390x.inc: New file.
12218
12219         * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
12220         succession of 'if' statements.
12221
12222 2003-05-05  Andrew Cagney  <cagney@redhat.com>
12223
12224         * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
12225
12226 2003-05-05  Andrew Cagney  <cagney@redhat.com>
12227
12228         * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
12229         DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
12230
12231 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
12232
12233         * gdb.base/charset.exp: Update based on new behavior of set/show
12234         charset commands.
12235
12236 2003-05-01  Andrew Cagney  <cagney@redhat.com>
12237
12238         * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
12239         variable do not give memory errors.
12240
12241 2003-04-30  Adam Fedor  <fedor@gnu.org>
12242
12243         * Makefile.in (ALL_SUBDIRS): Add gdb.objc
12244         * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
12245         * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
12246         gdb.objc/basicclass.m: : New files
12247
12248         * lib/gdb.exp (gdb_compile_objc): New procedure.
12249
12250 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
12251
12252         * gdb.base/signals.exp: Make backtrace tests more specific.
12253
12254 2003-04-23  David Carlton  <carlton@bactrian.org>
12255
12256         * gdb.c++/maint.exp (test_first_component): Add tests for
12257         'operator' in more locations.
12258
12259 2003-04-16  Kevin Buettner  <kevinb@redhat.com>
12260
12261         * gdb.base/args.exp: Invoke gdb_load for simulator targets.
12262
12263 2003-04-16  Elena Zannoni  <ezannoni@redhat.com>
12264
12265         * gdb.base/completion.exp: Make 'info func mark' complete on 'info
12266         func marke' instead. Update test name.
12267
12268 2003-04-15  David Carlton  <carlton@math.stanford.edu>
12269
12270         * gdb.c++/maint.exp: New file.
12271
12272 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
12273
12274         * gdb.threads/schedlock.c: Change type of thread function argument
12275         to long, to avoid warnings on 64-bit platforms.
12276
12277 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
12278
12279         * gdb.base/attach.exp: Add new message from ptrace in case of
12280         attaching to nonexistent process.
12281
12282 2003-04-11  Jim Blandy  <jimb@redhat.com>
12283
12284         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
12285         gdb.c++/userdef.cc: Place comments on the lines to which the
12286         marker function might return.
12287         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
12288         gdb.c++/userdef.exp: Look for those comments to check that we've
12289         returned to the right place, instead of checking line numbers.
12290
12291 2003-04-11  Elena Zannoni  <ezannoni@redhat.com>
12292
12293         * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
12294         match on sourcefile name, instead of directory name.
12295
12296 2003-04-10  Elena Zannoni  <ezannoni@redhat.com>
12297
12298         * gdb.base/completion.exp: Use string_to_regexp to match the
12299         working directory name.
12300
12301 2003-04-09  Jim Blandy  <jimb@redhat.com>
12302
12303         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
12304         gdb.c++/userdef.exp: If GDB fails to restore the selected frame
12305         after an inferior function call, report the failure, but allow the
12306         test to continue.
12307
12308 2003-04-05  Stephane Carrez  <stcarrez@nerim.fr>
12309
12310         * gdb.base/break.exp: marker4() is defined at line 46 when compiled
12311         with -DPROTOTYPES.
12312
12313 2003-04-05  Stephane Carrez  <stcarrez@nerim.fr>
12314
12315         * gdb.base/break.exp: Revert last patch.
12316
12317 2003-04-04  Stephane Carrez  <stcarrez@nerim.fr>
12318
12319         * gdb.base/break.exp: marker4() is defined at line 46 when compiled
12320         with -DPROTOTYPES.
12321
12322 2003-04-02  Andrew Cagney  <cagney@redhat.com>
12323
12324         * gdb.base/callfuncs.exp: Make "print add" messages unique.
12325         * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
12326         matching directories by the name breakpoint.
12327         * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
12328         Make "continue to marker1" consistent.
12329         * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
12330         message consistent.
12331         * lib/gdb.exp: Put "the program is no longer running", and "the
12332         program exited" in parenthesis.
12333         * lib/mi-support.exp: Ditto.
12334
12335 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
12336
12337         * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
12338
12339 2003-03-29  Andrew Cagney  <cagney@redhat.com>
12340
12341         * gdb.base/sizeof.c (main): Print the value of '\377'.
12342         * gdb.base/sizeof.exp: Check the sign of '\377'.
12343
12344 2003-03-27  Michael Chastain  <mec@shout.net>
12345
12346         * gdb.base/gdb1090.exp: New file.
12347         * gdb.base/gdb1090.cc: New file.
12348
12349 2003-03-27  J. Brobecker  <brobecker@gnat.com>
12350
12351         * gdb.gdb/observer.exp: New regression test.
12352
12353 2003-03-27  Michael Chastain  <mec@shout.net>
12354
12355         * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
12356         * gdb.base/ptype.exp: Likewise.
12357
12358 2003-03-27  Corinna Vinschen  <vinschen@redhat.com>
12359
12360         * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
12361
12362 2003-03-26  Michael Chastain  <mec@shout.net>
12363
12364         * gdb.base/ptype.exp: Actually use some typedef'd types.
12365
12366 2003-03-21  Stephane Carrez  <stcarrez@nerim.fr>
12367
12368         * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
12369         * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
12370
12371 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
12372
12373         * gdb.base/default.exp: Fix regular expression.
12374
12375 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
12376
12377         * gdb.base/args.exp: Fix regular expression.
12378
12379 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
12380
12381         * gdb.base/help.exp: Allow Win32 child process.
12382
12383 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
12384
12385         * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
12386         when stepping out of main().
12387
12388 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
12389
12390         * gdb.base/default.exp: Check for win32 specific message when calling
12391         "run" without executable.
12392
12393 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
12394
12395         * gdb.base/args.exp: Expect .exe in output.
12396
12397 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
12398
12399         * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
12400         Cygwin native.
12401
12402 2003-03-17  Andrew Cagney  <cagney@redhat.com>
12403
12404         From Elena Zannoni <ezannoni@redhat.com>.  Test e500 abi and
12405         vector registes.
12406         * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
12407         * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
12408
12409 2003-03-17  David Carlton  <carlton@math.stanford.edu>
12410
12411         * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
12412         test, for PR breakpoints/38.
12413         Call test_watchpoint_and_breakpoint.
12414         * gdb.base/watchpoint.c (func3): New function.
12415         (main): Call func3.
12416
12417 2003-03-04  David Carlton  <carlton@math.stanford.edu>
12418
12419         * gdb.c++/templates.exp (do_tests): Accept valid const in "print
12420         Garply<Garply<char> >:: garply".
12421         (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
12422         with respect to PR c++/1111; note also PR c++/1113.
12423         (test_template_breakpoints): KFAIL "constructor breakpoint" with
12424         respect to PR c++/1062.
12425         KFAIL "destructor breakpoint" with respect to PR c++/1112.
12426
12427 2003-03-03  David Carlton  <carlton@math.stanford.edu>
12428
12429         * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
12430         with respect to PR c++/57.
12431         KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
12432         c++/826.
12433         Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
12434         respect to PR c++/57.
12435
12436 2003-03-03  David Carlton  <carlton@math.stanford.edu>
12437
12438         * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
12439         respect to PR c++/33 into FAILs.
12440
12441 2003-03-03  Michael Chastain  <mec@shout.net>
12442
12443         * configure.in: Update copyright years.
12444
12445 2003-03-03  Michael Chastain  <mec@shout.net>
12446
12447         * Makefile.in: Update copyright years.
12448
12449 2003-02-28  David Carlton  <carlton@math.stanford.edu>
12450
12451         * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
12452         print class instead of struct and/or superfluous protection
12453         specifiers, as long as the resulting output is equivalent to the
12454         source code.
12455         Delete FIXME from end of messages on tests that don't need
12456         fixing.
12457
12458 2003-02-28  David Carlton  <carlton@math.stanford.edu>
12459
12460         * gdb.c++/templates.exp (do_tests): Allow const in the two
12461         Foo<volatile char *>::foo tests.
12462
12463 2003-02-27  Michael Snyder  <msnyder@redhat.com>
12464
12465         * gdb.base/restore.c (main): Return zero, so exit code
12466         will be consistant.
12467
12468 2003-02-26  David Carlton  <carlton@math.stanford.edu>
12469
12470         * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
12471         char *>::foo" test with respect to PR c++/33.  Create a new test
12472         which is identical to that one except that it doesn't put the
12473         space between the "char" and the "*"; KFAIL it, too.
12474
12475 2003-02-26  David Carlton  <carlton@math.stanford.edu>
12476
12477         * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
12478         template types into either PASSes or KFAILs (corresponding to PR
12479         c++/57).  Tweak indentation.  Update copyright.
12480
12481 2003-02-23  Stephane Carrez  <stcarrez@nerim.fr>
12482
12483         * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
12484
12485 2003-02-13  Michael Chastain  <mec@shout.net>
12486
12487         * gdb.base/exprs.exp: Remove i960 remnants.
12488         * gdb.base/funcargs.exp: Likewise.
12489         * gdb.base/list.exp: Likewise.
12490         * gdb.base/ptype.exp: Likewise.
12491
12492 2003-02-14  David Carlton  <carlton@math.stanford.edu>
12493
12494         * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
12495         pEe->D::vg()" from XFAIL to KFAIL.
12496
12497 2003-02-13  Jason Molenda  (jmolenda@apple.com)
12498
12499         * gdb.base/maint.exp: Update maint print statistics regexp to include
12500         new entries.
12501
12502 2003-02-13  Michael Chastain  <mec@shout.net>
12503
12504         * gdb.c++/inherit.exp: Remove call to get_debug_format.
12505
12506 2003-02-12  Michael Chastain  <mec@shout.net>
12507
12508         * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
12509         * gdb.c++/inherit.exp: Likewise.
12510         * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
12511         * gdb.c++/templates.exp: Likewise.
12512         * gdb.c++/virtfunc.exp: Likewise.
12513
12514 2003-02-06  Jason Molenda  (jason-cl@molenda.com)
12515
12516         * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
12517         why the code is written that way.
12518
12519 2003-02-05  Michael Chastain  <mec@shout.net>
12520
12521         * gdb.base/dump.exp: Add missing copyright line.
12522
12523 2003-02-05  Jason Molenda  (jason-cl@molenda.com)
12524
12525         * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
12526         at the beginning so the breakpoint doesn't get set on the loop.
12527
12528 2003-02-05  Michael Chastain  <mec@shout.net>
12529
12530         * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
12531         output for configurations with gcc 2.95.3.
12532
12533 2003-02-05  Keith Seitz  <keiths@redhat.com>
12534             Andrew Cagney  <ac131313@redhat.com>
12535
12536         * gdb.mi/mi-cli.exp: New file.
12537
12538 2003-02-04  Michael Chastain  <mec@shout.net>
12539
12540         * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
12541         Call perror and then continue.
12542
12543 2003-02-03  Michael Chastain  <mec@shout.net>
12544
12545         * gdb.c++/pr-1023.cc: New file.
12546         * gdb.c++/pr-1023.exp: New file.
12547
12548 2003-02-05  Jim Blandy  <jimb@redhat.com>
12549
12550         * gdb.c++/local.exp: Don't expect Local to be in scope in main;
12551         it's local to foobar.  Check for it there, and check that it's not
12552         present in main.
12553         * gdb.c++/local.cc (marker2): New function.
12554         (foobar): Call marker1.
12555         (main): Call marker2 instead of marker1.
12556
12557 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
12558
12559         * gdb.disasm/mn10200.exp: Obsolete file.
12560         * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
12561         * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
12562         * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
12563
12564 2003-02-04  David Carlton  <carlton@math.stanford.edu>
12565
12566         * gdb.c++/overload.exp: Test intToChar(1).
12567         * gdb.c++/overload.cc (intToChar): New.
12568         (main): Call intToChar.
12569
12570 2003-02-03  David Carlton  <carlton@math.stanford.edu>
12571
12572         * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
12573         'might_kfail' arg.
12574         KFAIL some of the continue_to_bp_overloaded calls, according to
12575         PR c++/1025.
12576
12577 2003-02-01  Michael Chastain  <mec@shout.net>
12578
12579         * gdb.base/advance.c (marker1): New marker function.
12580         * gdb.base/advance.exp: When the 'advance' command lands on the
12581         return breakpoint, it can legitimately stop on either the
12582         current line or the next line.  Accommodate both outcomes.
12583         * gdb.base/until.exp: Likewise.
12584
12585 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
12586
12587         2002-11-10 Jason Molenda (jason-cl@molenda.com):
12588         * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
12589         now a list, not a tuple.
12590         * gdb.mi/mi-var-display.exp: Ditto.
12591         * gdb.mi/gdb792.exp: Ditto.
12592
12593 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
12594
12595         From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
12596         * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
12597         stack backtraces.
12598         * gdb.mi/mi-syn-frame.c: Part of same.
12599
12600 2003-02-01  Mark Kettenis  <kettenis@gnu.org>
12601
12602         * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
12603         gdb.mi/mi1-pthreads.exp: Return instead of calling
12604         gdb_suppress_entire_file.
12605
12606 2003-02-01  Mark Salter  <msalter@redhat.com>
12607
12608         * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
12609
12610 2003-01-31  Mark Salter  <msalter@redhat.com>
12611
12612         * lib/mi-support.exp (mi_gdb_load): Support remote targets.
12613         Support empty arg.
12614
12615 2003-01-30  Michael Chastain  <mec@shout.net>
12616
12617         * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
12618         This was a workaround for a UTF-8 bug in readline 4.3.  The bug
12619         has been fixed in gdb/readline on 2003-01-09.
12620
12621 2003-01-29  Michael Snyder  <msnyder@redhat.com>
12622
12623         * gdb.base/maint.exp: Allow for leading underscore in symbol.
12624         * gdb.base/display.exp: Allow for leading underscore in symbol.
12625         * gdb.base/args.exp: Skip if target does not support args passing.
12626
12627 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
12628
12629         * lib/gdb.exp (gdb_test_multiple): New function, cloned from
12630         gdb_test.  Accept a list of expect arguments as the third
12631         parameter.
12632         (gdb_test): Use it.
12633
12634 2003-01-20  Elena Zannoni  <ezannoni@redhat.com>
12635
12636         * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
12637         allow for different test tree configurations.  Update some
12638         tescases accordingly.
12639         * gdb.arch/altivec-regs.exp: Ditto.
12640         * gdb.asm/asm-source.exp: Ditto.
12641         * gdb.base/advance.exp: Ditto.
12642         * gdb.base/display.exp: Ditto.
12643         * gdb.base/long_long.exp: Ditto.
12644         * gdb.base/mips_pro.exp: Ditto.
12645         * gdb.base/overlays.exp: Ditto.
12646         * gdb.base/relocate.exp: Ditto.
12647         * gdb.base/setshow.exp: Ditto.
12648         * gdb.base/step-line.exp: Ditto.
12649         * gdb.base/step-test.exp: Ditto.
12650         * gdb.base/until.exp: Ditto.
12651         * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
12652
12653 2003-01-17  David Carlton  <carlton@math.stanford.edu>
12654
12655         * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
12656         corresponding to PR c++/945.
12657         Update copyright.
12658
12659 2003-01-17  David Carlton  <carlton@math.stanford.edu>
12660
12661         * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
12662         corresponding to PR c++/68.
12663
12664 2003-01-17  David Carlton  <carlton@math.stanford.edu>
12665
12666         * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
12667         (test_paddr_hairy_functions): Call print_addr_2_kfail for
12668         hairyfunc5 through hairyfunc7.  KFAIL for PR c++/19.
12669
12670 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
12671
12672         * gdb.base/break.exp: Fix change of default location, because of
12673         removal of until tests.
12674         * gdb.base/help.exp: Update test for new 'until' help message.
12675         Add test for help on 'advance'.
12676         * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
12677
12678 2003-01-15  Mark Kettenis  <kettenis@gnu.org>
12679
12680         * gdb.base/default.exp: Adapt "info float" test for recent changes
12681         to that command.  Add test for "info vector".
12682         * gdb.base/float.exp: New file.  Add test for "info float" that
12683         resembles the old test in gdb.base/default.exp.
12684
12685 2003-01-15  David Carlton  <carlton@math.stanford.edu>
12686
12687         * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
12688
12689 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
12690
12691         * gdb.base/break.exp: Move the tests of until command from here...
12692         * gdb.base/until.exp: ... to here. New file. Add other tests.
12693         * gdb.base/advance.c: New file.
12694         * gdb.base/advance.exp: New file.
12695
12696 2003-01-14  Elena Zannoni  <ezannoni@redhat.com>
12697
12698         * gdb.base/args.c: New file.
12699         * gdb.base/args.exp: New file.
12700
12701 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
12702
12703         * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
12704
12705 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
12706
12707         * gdb.threads/killed.exp: Use KFAIL for gdb/568.
12708
12709 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
12710
12711         * gdb.base/constvars.exp: Remove two extra XFAILs.  Update copyright
12712         dates.
12713
12714 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
12715
12716         * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
12717
12718 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
12719
12720         * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
12721         (ptype &*"foo").
12722         * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
12723
12724 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
12725
12726         * gdb.mi/mi-console.exp: Remove extra "(known bug)".
12727         * gdb.mi/mi1-console.exp: Likewise.
12728
12729 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
12730
12731         * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
12732         * gdb.mi/mi1-console.exp: Likewise.
12733
12734 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
12735
12736         * gdb.c++/overload.exp: Remove some fixed XFAILs.
12737
12738 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
12739
12740         * gdb.base/detach.exp: New test.
12741
12742 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
12743
12744         * Makefile.in (ALL_SUBDIRS): New variable.
12745         (subdirs, clean, distclean): Use it.
12746         * gdb.arch/Makefile.in: Clean up Makefile.  Remove rules for
12747         regenerating Makefile, since it is generated from the top level.
12748         * gdb.asm/Makefile.in: Likewise.
12749         * gdb.base/Makefile.in: Likewise.
12750         * gdb.c++/Makefile.in: Likewise.
12751         * gdb.disasm/Makefile.in: Likewise.
12752         * gdb.java/Makefile.in: Likewise.
12753         * gdb.mi/Makefile.in: Likewise.
12754         * gdb.threads/Makefile.in: Likewise.
12755         * gdb.trace/Makefile.in: Likewise.
12756
12757 2003-01-09  David Carlton  <carlton@math.stanford.edu>
12758
12759         * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
12760         Add copyright year 2003.
12761
12762 2003-01-06  Michael Chastain  <mec@shout.net>
12763
12764         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
12765         When selecting a thread, 'line' and 'file' are optional.
12766         * gdb.mi/mi1-pthreads.exp: Likewise.
12767
12768 2003-01-06  Andreas Schwab  <schwab@suse.de>
12769
12770         * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
12771         failures.
12772
12773 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
12774
12775         Fix PR gdb/844
12776         * lib/gdb.exp (gdb_compile): Handle "quiet" option.
12777         (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
12778
12779         * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads.  Return
12780         instead of calling gdb_suppress_entire_file.
12781         * gdb.threads/print-threads.exp: Likewise.
12782         * gdb.threads/schedlock.exp: Likewise.
12783
12784         * gdb.threads/killed.exp: Return instead of calling
12785         gdb_suppress_entire_file.
12786         * gdb.threads/linux-dp.exp: Likewise.
12787         * gdb.threads/pthreads.exp: Likewise.
12788
12789 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
12790
12791         * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
12792         stabs.
12793         * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
12794         * gdb.base/whatis.exp: Always allow (void) after function names.
12795
12796 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
12797
12798         * gdb.c++/casts.exp: Correct regexp.
12799
12800 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
12801
12802         * configure.in: Call AC_CONFIG_HEADER.  Don't call
12803         AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
12804         gdb.disasm, gdb.mi, gdb.threads and gdb.trace.  Call
12805         AC_CHECK_HEADERS on pthread.h.  Put Makefiles in the
12806         aforementioned directories in the AC_OUPUT call.
12807         * config.hin: New file.
12808         * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
12809         gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
12810         gdb.threads/killed.exp, gdb.threads/print-threads.exp,
12811         gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
12812         pass -I$objdir instead of -I$objdir/$subdir in compilation.
12813         * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
12814         gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
12815         gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
12816         gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
12817         gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
12818         gdb.threads/configure.in, gdb.threads/configure,
12819         gdb.threads/config.in, gdb.trace/configure.in,
12820         gdb.trace/configure: Removed.
12821
12822 2003-01-03  Michael Chastain  <mec@shout.net>
12823
12824         * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
12825         testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
12826
12827 2003-01-03  Daniel Jacobowitz  <drow@mvista.com>
12828
12829         * gdb.base/store.exp: Fix regular expressions.
12830
12831 2002-12-28  Mark Kettenis  <kettenis@gnu.org>
12832
12833         * configure.in: Rewrite.
12834         * configure: Regenerated.
12835
12836 2003-01-03  David Carlton  <carlton@math.stanford.edu>
12837
12838         * gdb.base/psymtab.exp: New file.
12839         * gdb.base/psymtab1.c: Ditto.
12840         * gdb.base/psymtab2.c: Ditto.
12841
12842 2002-12-23  Adam Fedor  <fedor@gnu.org>
12843
12844         * gdb.base/maint.exp: Update expect output to include 'ObjC'.
12845
12846 2002-12-23  David Carlton  <carlton@math.stanford.edu>
12847
12848         * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
12849         and current_directory initialization.
12850
12851 2002-12-22  Jim Blandy  <jimb@redhat.com>
12852
12853         * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
12854         rather than as part of the output file name.
12855
12856         * gdb.base/attach.exp: There's no need to copy the test program to
12857         /tmp; that was only ever necessary on HP/UX, and this test is
12858         entirely disabled there anyway.
12859
12860 2002-12-21  Jim Blandy  <jimb@redhat.com>
12861
12862         * gdb.c++/psmang.exp: Doc fix.
12863
12864         * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
12865         test.
12866
12867 2002-12-20  David Carlton  <carlton@math.stanford.edu>
12868
12869         * gdb.c++/annota2.exp: KFAIL annotate-quit.
12870
12871 2002-12-18  Michael Chastain  <mec@shout.net>
12872
12873         * gdb.c++/annota2.exp: Add copyright year 2002.
12874
12875 2002-12-17  David Carlton  <carlton@math.stanford.edu>
12876
12877         * gdb.c++/try_catch.cc: Add marker comments.
12878         * gdb.c++/try_catch.exp: Get line numbers from marker comments.
12879         * gdb.c++/m-data.cc: Delete namespace __gnu_test.
12880         * gdb.c++/m-static.cc: Ditto.
12881         * gdb.c++/m-static1.cc: Ditto.
12882         * gdb.c++/try_catch.cc: Ditto.
12883
12884 2002-12-16  Jeff Johnston  <jjohnstn@redhat.com>
12885
12886         * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
12887         to see whether we are using the new -environment-directory
12888         command which resets via -r or the old version of the command
12889         which may prompt the user.  Part of fix for gdb/741.
12890
12891 2002-12-13  Andrew Cagney  <ac131313@redhat.com>
12892
12893         * gdb.fortran/types.exp: Update obsolete comment.
12894         * gdb.fortran/exprs.exp: Ditto.
12895         * lib/gdb.exp: Delete obsolete code.
12896         * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
12897         * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
12898         * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
12899         * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
12900         * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
12901         * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
12902         * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
12903         * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
12904         * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
12905         * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
12906         * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
12907         * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
12908         * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
12909         * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
12910         * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
12911         * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
12912         * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
12913         * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
12914         * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
12915         * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
12916         * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
12917         * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
12918         * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
12919         * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
12920         * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
12921         * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
12922         * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
12923         * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
12924         * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
12925         * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
12926         * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
12927         * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
12928         * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
12929         * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
12930         * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
12931         * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
12932         * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
12933
12934 2002-12-11  David Carlton  <carlton@math.stanford.edu>
12935
12936         * gdb.c++/m-data.exp: Add test for members that shadow global
12937         variables: see PR gdb/804.
12938         * gdb.c++/m-data.cc: Ditto.
12939
12940 2002-12-10  Daniel Jacobowitz  <drow@mvista.com>
12941
12942         * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
12943
12944 2002-12-06  David Carlton  <carlton@math.stanford.edu>
12945
12946         * gdb.base/store.c: Don't declare functions static.
12947
12948 2002-12-04  Andrew Cagney  <ac131313@redhat.com>
12949
12950         * gdb.base/store.exp, gdb.base/store.c: New files.
12951
12952 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
12953
12954         * gdb.base/selftest.exp: Update for current gdb.
12955
12956 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
12957
12958         * gdb.base/maint.exp: Only dump symbols from one source file
12959         or objfile.
12960
12961 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
12962
12963         * gdb.base/step-test.exp: Allow MIPS to return to the line of a
12964         function call.
12965
12966 2002-11-25  Jim Blandy  <jimb@redhat.com>
12967
12968         * lib/mi-support.exp (mi_delete_breakpoints): Change name of
12969         function appearing in error message.
12970
12971 2002-11-21  Daniel Jacobowitz  <drow@mvista.com>
12972
12973         * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
12974
12975 2002-11-08  Jeff Johnston  <jjohnstn@redhat.com>
12976
12977         * lib/mi-support.exp (mi_gdb_start): Verify the startup message
12978         for mi1 and current mi is in correct format.  New mi startup message
12979         should be in mi console format.  This is part of fix for PR gdb/604.
12980
12981 2002-09-18  Fernando Nasser  <fnasser@redhat.com>
12982
12983         * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
12984         which explicitly prints the zero offset as "+0".
12985
12986 2002-10-22  Daniel Jacobowitz  <drow@mvista.com>
12987
12988         * gdb.threads/schedlock.c (args): Make unsigned.
12989
12990 2002-10-21  Daniel Jacobowitz  <drow@mvista.com>
12991
12992         * gdb.asm/asm-source.exp: Add "mips*-*" pattern.  Update line
12993         numbers.  Allow "foo2|selected stack frame".
12994         * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
12995         * gdb.asm/asmsrc2.s: Likewise.
12996         * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end.  Update
12997         comments.
12998         * gdb.asm/mips.inc: New file.
12999
13000 2002-10-18  Adam Fedor  <fedor@gnu.org>
13001
13002         * gdb.base/default.exp: Update expected output to include 'ObjC'.
13003         * gdb.base/help.exp: Likewise.
13004
13005 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
13006
13007         * gdb.base/constvars.c (struct crass, struct crisp): New structs.
13008         * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
13009
13010 2002-10-02  Jim Blandy  <jimb@redhat.com>
13011
13012         * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
13013
13014 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
13015
13016         * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
13017         * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
13018         * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
13019         * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
13020         * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
13021         * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
13022         * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
13023
13024 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
13025
13026         * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
13027         * mi0-disassemble.exp, mi0-eval.exp: Delete.
13028         * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
13029         * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
13030         * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
13031         * mi0-var-block.exp, mi0-var-child.exp: Delete.
13032         * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
13033
13034 2002-09-27  Kevin Buettner  <kevinb@redhat.com>
13035
13036         * gdb.base/annota1.exp (info break): Make directory components of
13037         path optional since not all compilers emit this debug information.
13038
13039         * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
13040         step ends up stepping out of the function instead of stopping on
13041         the epilogue.
13042
13043 2002-09-26  Keith Seitz  <keiths@redhat.com>
13044
13045         * lib/insight-support.exp (gdbtk_start): Figure out where
13046         the insight executable is based on where gdb is. Use this
13047         executable to start insight instead of gdb.
13048
13049 2002-09-25  Andrew Cagney  <cagney@redhat.com>
13050
13051         * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
13052
13053 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
13054
13055         * gdb.gdb/complaints.exp (test_initial_complaints): Rename
13056         test_isolated_complaints.
13057         (test_empty_complaint): New function.
13058         (test_empty_complaints): New function.  Check no output when no
13059         complaints.
13060
13061 2002-09-19  Jim Blandy  <jimb@redhat.com>
13062
13063         * gdb.base/charset.exp, gdb.base/charset.c: New files.
13064
13065 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
13066
13067         * gdb.gdb/complaints.exp: New file.
13068
13069 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
13070
13071         * gdb.base/maint.exp: Check `help maint internal-warning'.
13072
13073 2002-09-18  David Carlton  <carlton@math.stanford.edu>
13074
13075         * gdb.c++/m-static.exp: Remove breakpoints depending on line
13076         numbers, and replace them by a single breakpoint after the
13077         constructors are all finished.
13078         Add test 4.
13079         * gdb.c++/m-static.cc: Add test 4.
13080         * gdb.c++/m-static.h: New file.
13081         * gdb.c++/m-static1.cc: New file.
13082
13083         * gdb.c++/printmethod.exp: New file.
13084         * gdb.c++/printmethod.cc: New file.
13085
13086         * gdb.c++/pr-574.exp: New file.
13087         * gdb.c++/pr-574.cc: New file.
13088
13089 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
13090
13091         * gdb.base/ending-run.exp: Add handling of "step to end of run" for
13092         embedded targets which never actually exit.
13093
13094 2002-09-18  Fernando Nasser  <fnasser@redhat.com>
13095
13096         * gdb.base/ending-run.exp: Properly mark "continue after exit" and
13097         "don't step after run" as unresolved or unsupported, instead of xfail.
13098
13099 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
13100
13101         * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
13102         allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
13103         Add newline to expected string in "step out of main (status wrapper)"
13104         case.
13105
13106 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
13107
13108         * lib/gdb.exp (rerun_to_main): Allow restarting application.
13109         * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
13110
13111 2002-09-17  Tom Tromey  <tromey@redhat.com>
13112
13113         * gdb.base/printcmds.exp (test_print_string_constants): Expect
13114         \000, not \0, in double-quoted string.
13115
13116 2002-09-14  Corinna Vinschen  <vinschen@redhat.com>
13117
13118         * gdb.base/commands.exp: Don't expect a "Program exited normally"
13119         string after running the commands execution on breakpoint tests.
13120
13121 2002-09-13  Corinna Vinschen  <vinschen@redhat.com>
13122
13123         * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
13124
13125 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
13126
13127         * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
13128
13129 2002-09-10  Keith Seitz  <keiths@redhat.com>
13130
13131         * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
13132         runto proc.
13133         (mi_run_to_main): Use mi_runto.
13134         (mi_execute_to): Renamed from mi_run_to. Changed all callers.
13135
13136 2002-09-10  Keith Seitz  <keiths@redhat.com>
13137
13138         * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
13139         regexp for stopping at main. Could have multiple event notifications.
13140         Don't assume that main was declared with no parameters.
13141         (mi_next): Use mi_step_to.
13142         (mi_step): Use mi_next_to.
13143
13144 2002-09-09  Corinna Vinschen  <vinschen@redhat.com>
13145
13146         * gdb.base/default.exp: Fix expected string in `info float' test.
13147
13148 2002-09-09  Ben Elliston  <bje@redhat.com>
13149
13150         * config/mips.exp: Update comments.
13151         * config/mips-idt.exp: Likewise.
13152         * config/nind.exp: Likewise.
13153         * config/slite.exp: Likewise.
13154         * config/sparclet.exp: Likewise.
13155         * config/udi.exp: Likewise.
13156         * config/vx.exp: Likewise.
13157         * config/vxworks29k.exp: Likewise.
13158
13159 2002-09-05  Jim Blandy  <jimb@redhat.com>
13160
13161         * gdb.threads/killed.exp: Fix test failure message.
13162
13163 2002-09-04  Keith Seitz  <keiths@redhat.com>
13164
13165         * lib/mi-support.exp: Update copyright.
13166         (mi_gdb_test): Increase the priority of the expected pattern
13167         so that it matches gdb_test.
13168
13169 2002-09-03  Keith Seitz  <keiths@redhat.com>
13170
13171         * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
13172         Use integer comparison instead of string comparison for testing
13173         whether binary was built.
13174
13175 2002-09-03  Jim Blandy  <jimb@redhat.com>
13176
13177         * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
13178
13179 2002-08-29  Jim Blandy  <jimb@redhat.com>
13180
13181         * gdb.threads/pthreads.exp: Move the portable thread compilation
13182         code into a function in lib/gdb.exp, and call that from here.
13183         * lib/gdb.exp (gdb_compile_pthreads): New function.
13184
13185 2002-08-29  Keith Seitz  <keiths@redhat.com>
13186
13187         * lib/mi-support.exp (mi_gdb_test): Add global declaration for
13188         expect_out so that callers can get at it.
13189
13190 2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
13191
13192         * gdb.threads/print-threads.c: New file.
13193         * gdb.threads/print-threads.exp: New file.
13194         * gdb.threads/schedlock.c: New file.
13195         * gdb.threads/schedlock.exp: New file.
13196
13197 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
13198
13199         * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
13200         not altivec.c.
13201
13202 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
13203
13204         * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
13205         targets.  The problem should be fixed now.
13206
13207 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
13208
13209         * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
13210         2002-07-24 change that removes final dots from error messages.
13211
13212 2002-08-13  Tom Tromey  <tromey@redhat.com>
13213
13214         * gdb.base/readline.exp: New file.
13215
13216 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
13217
13218         * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
13219         supress message.
13220
13221 2002-08-01  Andrew Cagney  <cagney@redhat.com>
13222
13223         * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
13224         CHILL_FOR_TARGET and CHILL_LIB.
13225         * configure.in (configdirs): Remove gdb.chill.
13226         * configure: Regenerate.
13227         * lib/gdb.exp: Obsolete references to chill.
13228         * gdb.fortran/types.exp: Ditto.
13229         * gdb.fortran/exprs.exp: Ditto.
13230
13231 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
13232
13233         * gdb.base/shlib-call.exp (additional_flags): Conditionally
13234         set Irix-specific compile and link flags.
13235
13236 2002-07-29  Kevin Buettner  <kevinb@redhat.com>
13237
13238         * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
13239         source files.  The ``-o'' option doesn't work with the ``-E'' option
13240         when using the Irix compiler.
13241
13242 2002-07-19  Daniel Jacobowitz  <drow@mvista.com>
13243
13244         * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
13245         Improve support for reusing an exec file.  Copy exec file
13246         to target, and run gdbserver on the target instead of on the host.
13247
13248 2002-07-18  Jim Blandy  <jimb@redhat.com>
13249
13250         * gdb.base/ending-run.exp: Don't expect to see the program end in
13251         some orderly fashion when we're running on a real stand-alone
13252         board.
13253
13254         * gdb.base/interrupt.exp: Correct logic for skipping tests on
13255         targets that don't support interrupts.
13256
13257 2002-07-10  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
13258
13259         * gdb.base/attach.exp: Add patterns to match output from /proc-based
13260         systems.
13261         Move comments in expect statements to inside the actions, so that they
13262         don't get matched against.
13263
13264 2002-07-10  Mark Kettenis  <kettenis@gnu.org>
13265
13266         * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
13267         function when asleep" test.
13268
13269 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
13270
13271         * gdb.base/page.exp: Rewrite to handle problems with very long
13272         `info set' output.  Update copyright.
13273
13274 2002-06-26  Andrew Cagney  <ac131313@redhat.com>
13275
13276         * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
13277         gdb.threads-hp.
13278         * gdb.hp/configure: Regenerate.
13279         * gdb.hp/gdb.threads-hp/configure.in: Delete file.
13280         * gdb.hp/gdb.threads-hp/configure: Delete file.
13281         * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
13282
13283 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
13284
13285         * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
13286         setlocale, bindtextdomain and textdomain.
13287
13288 2002-06-11  Jim Blandy  <jimb@redhat.com>
13289
13290         * lib/gdb.exp (get_debug_format): Tolerate message saying whether
13291         preprocessor macro information is present.
13292
13293         * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
13294         tests.
13295
13296 2002-06-06  Michael Snyder  <msnyder@redhat.com>
13297
13298         * gdb.base/overlays.exp: Record addresses of overlay
13299         functions in TCL variables rather than in GDB variables,
13300         to avoid having GDB convert them to pointers (with loss
13301         of information).
13302
13303         * gdb.base/d10v.ld: Merge in several years worth of
13304         default linker script changes.
13305         * gdb.base/long_long.exp: Add check for sizeof (long double).
13306
13307 2002-06-06  Michal Ludvig  <mludvig@suse.cz>
13308
13309         * gdb.asm/asm-source.exp: Add x86-64 target.
13310         * gdb.asm/x86_64.inc: New.
13311
13312 2002-05-30  Michael Chastain  <mec@shout.net>
13313
13314         From Benjamin Kosnik <bkoz@redhat.com>:
13315         * gdb.c++/m-static.cc: New file.
13316         * gdb.c++/m-static.exp: New file.
13317
13318 2002-05-28  Michael Snyder  <msnyder@redhat.com>
13319
13320         * gdb.base/call-ar-st.exp: Allow for reduced floating point
13321         precision.
13322
13323 2002-05-27  Michael Chastain  <mec@shout.net>
13324
13325         From Benjamin Kosnik <bkoz@redhat.com>:
13326         * gdb.c++/m-data.cc: New file.
13327         * gdb.c++/m-data.exp: New file.
13328
13329 2002-05-27  Michael Chastain  <mec@shout.net>
13330
13331         From Benjamin Kosnik <bkoz@redhat.com>:
13332         * gdb.c++/try_catch.cc: New file.
13333         * gdb.c++/try_catch.exp: New file.
13334
13335 2002-05-27  Michael Chastain  <mec@shout.net>
13336
13337         * gdb.c++/local.exp: Accept more nested types in output.
13338
13339 2002-05-26  Michael Chastain  <mec@shout.net>
13340
13341         * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
13342
13343 2002-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
13344
13345         * lib/gdb.exp (gdb_wrapper_init): Just because
13346         gdb_wrapper_file exists, this does not mean that the file
13347         should not be rebuilt.  That is what gdb_wrapper_initialized
13348         is for.
13349         (default_gdb_init): Reset gdb_wrapper_initialized.
13350
13351 2002-05-23  Michael Snyder  <msnyder@redhat.com>
13352
13353         * gdb.base/all-bin.exp: Revise previous patch by just reducing
13354         the precision of the floating point test results.
13355         * gdb.base/call-rt-st.exp: Ditto.
13356
13357         * gdb.base/all-bin.exp: Allow for reduced floating point precision.
13358         * gdb.base/call-rt-st.exp: Ditto.
13359
13360 2002-05-19  Michael Chastain  <mec@shout.net>
13361
13362         * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
13363
13364 2002-05-19  Elena Zannoni  <ezannoni@redhat.com>
13365
13366         * configure.in (configdirs): Add gdb.arch.
13367         * configure: Regenerate.
13368
13369 2002-05-17  Jim Blandy  <jimb@redhat.com>
13370
13371         * gdb.base/completion.exp: Recognize the more detailed error
13372         messages produced by the macro expander's lexical analyzer.
13373
13374 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
13375
13376         * gdb.arch/altivec-abi.c: New file.
13377         * gdb.arch/altivec-abi.exp: New file.
13378         * gdb.arch/altivec-regs.c: New file.
13379         * gdb.arch/altivec-regs.exp: New file.
13380
13381 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
13382
13383         * gdb.base/maint.exp (maint print type): Update for new type
13384         structure.
13385
13386 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
13387
13388         * gdb.arch: New directory.
13389         * gdb.arch/configure.in: New file.
13390         * gdb.arch/configure: New file.
13391         * gdb.arch/Makefile.in: New file.
13392
13393 2002-05-13  Corinna Vinschen  <vinschen@redhat.com>
13394
13395         * gdb.asm/asm-source.exp: Add v850 as supported target.
13396         * gdb.asm/v850.inc: New file.
13397
13398 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
13399
13400         * gdb.c++/annota2.exp (annotate-quit): Add comment.
13401
13402 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
13403
13404         * gdb.base/break.exp: Check 'break "marker2"'.
13405
13406 2002-05-10  Michael Snyder  <msnyder@redhat.com>
13407
13408         * gdb.base/long_long.exp: Fix typo.
13409
13410 2002-05-10  Jim Blandy  <jimb@redhat.com>
13411
13412         * gdb.base/printcmds.exp: Don't xfail the ptype command.  This is
13413         a bug.
13414
13415         * gdb.base/printcmds.exp (test_integer_literals_rejected):
13416         Recognize more detailed error message produced by the macro
13417         expander's lexical analyzer.
13418         * lib/gdb.exp (test_print_reject): Same.
13419
13420 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
13421
13422         * gdb.c++/method.exp: Fix typo.
13423
13424 2002-05-08  Michael Snyder  <msnyder@redhat.com>
13425
13426         * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
13427         * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
13428         * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
13429         * gdb.base/long_long.exp: Merge clauses for arm and xscale.
13430         Add iftarget clause for strongarm.
13431
13432 2002-05-06  Michael Snyder  <msnyder@redhat.com>
13433
13434         * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
13435         (gdb_continue_to_end): Accept output from status wrapper.
13436         * gdb.base/ending-run.exp: Add case for output from status wrapper.
13437         Clean up fail messages to match pass messages.
13438
13439         Enable the "needs_status_wrapper" testsuite feature.
13440         * lib/gdb.exp (gdb_wrapper_init): New procedure.
13441         (gdb_compile): Conditionally call gdb_wrapper_init.
13442         * gdb.base/a2-run.exp: Recognize output from status wrapper.
13443         * gdb.c++/method.exp: Recognize output from status wrapper.
13444
13445 2002-05-06  Ben Elliston  <bje@redhat.com>
13446 From Graydon Hoare  <graydon@redhat.com>
13447
13448         * config/sid.exp: Include support for "rawsid" protocol.
13449
13450 2002-05-03  Jim Blandy  <jimb@redhat.com>
13451
13452         * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
13453         * gdb.c++/hang3.C: New file.
13454
13455 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
13456
13457         * gdb.base/default.exp: Remove obsolete code.
13458         * gdb.c++/misc.exp: Ditto.  Update copyright.
13459         * gdb.c++/cplusfuncs.exp: Ditto.  Update copyright.
13460         * gdb.base/whatis.exp: Ditto.  Update copyright.
13461         * gdb.base/scope.exp: Ditto.  Update copyright.
13462         * gdb.base/ptype.exp: Ditto.  Update copyright.
13463         * gdb.base/printcmds.exp: Ditto.  Update copyright.
13464         * gdb.base/opaque.exp: Ditto.  Update copyright.
13465         * gdb.base/list.exp: Ditto.
13466         * gdb.base/funcargs.exp: Ditto.  Update copyright.
13467         * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
13468         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
13469         * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
13470         * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
13471         * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
13472         * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
13473
13474 2002-05-02  Michael Snyder  <msnyder@redhat.com>
13475
13476         * gdb.base/watchpoint.exp: Add xscale target.
13477         * gdb.base/long_long.exp: Add xscale target.
13478         * gdb.base/default.exp: Add xscale target.
13479
13480 2002-05-01  Jim Blandy  <jimb@redhat.com>
13481
13482         * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
13483         gdb.c++/hang.exp: New test.
13484
13485 2002-05-01  Fred Fish  <fnf@redhat.com>
13486
13487         * gdb.base/completion.exp: Handle completions of "./Make" for
13488         more than one completion possibility, as is the case when we
13489         build and test in the source tree.
13490
13491 2002-04-29  Anthony Green  <green@redhat.com>
13492
13493         * gdb.java/jmisc1.exp: New file.
13494         * gdb.java/jmisc2.exp: New file.
13495
13496 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
13497
13498         * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
13499
13500 2002-04-23  Elena Zannoni  <ezannoni@redhat.com>
13501
13502         * gdb.base/help.exp: Change 'help status' to allow for target
13503         dependent output differences.
13504
13505 2002-04-22  Michael Chastain  <mec@shout.net>
13506
13507         * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
13508
13509 2002-04-22  Michael Chastain  <mec@shout.net>
13510
13511         * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
13512
13513 2002-04-17  David S. Miller  <davem@redhat.com>
13514
13515         * gdb.asm/sparc64.inc: New file.
13516         * gdb.asm/asm-source.exp: Handle sparc64-*-*.
13517
13518 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
13519
13520         * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
13521         instruction file directly into the build tree.  Clean up at end of
13522         test.
13523
13524 2002-04-18  David S. Miller  <davem@redhat.com>
13525
13526         * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
13527         handle 64-bit platforms correctly.
13528         * gdb.base/maint.exp: Likewise.
13529
13530 2002-04-18  Kevin Buettner  <kevinb@redhat.com>
13531
13532         * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
13533         ``-fpic'' when compiling files comprising a shared library, but
13534         it does need additional linker flags in order to find shared
13535         libraries at run time.
13536
13537 2002-04-18  Kevin Buettner  <kevinb@redhat.com>
13538
13539         * gdb.base/cvexpr.c (use): New function.
13540         (main): Invoke use() on all global variables to prevent
13541         some linkers from deleting these otherwise unused symbols.
13542
13543 2002-04-17  Michael Chastain  <mec@shout.net>
13544 From David S. Miller  <davem@redhat.com>
13545
13546         * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
13547         handle 64-bit platforms correctly.
13548
13549 2002-04-12  Michael Snyder  <msnyder@redhat.com>
13550 From Jim Blandy  <jimb@redhat.com>
13551         * gdb.base/foo.c (foox): Remove section attribute; the linker
13552         script can handle this instead.
13553         * gdb.base/bar.c (barx): Same.
13554         * gdb.base/baz.c (bazx): Same.
13555         * gdb.base/grbx.c (grbxx): Same.
13556
13557         * gdb.base/overlays.exp: New test: check that GDB's manual overlay
13558         manager doesn't automatically unmap overlays unnecessarily.
13559
13560 2002-04-10  Martin M. Hunt  <hunt@redhat.com>
13561
13562         * gdb.base/ending-run.exp: Fix pattern for Mips targets
13563         stepping out of main.
13564
13565 2002-04-09  Michael Chastain  <mec@shout.net>
13566
13567         * gdb.c++/local.cc (main): Move call to marker1() inside nested
13568         scope so that the nested scope tests will make sense.
13569         * gdb.c++/local.exp: Write patterns that actually work with gcc
13570         (the HP patterns "were never known to work with gcc").
13571         Keep the old aCC patterns too.
13572
13573 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
13574
13575         * gdb.base/attach.exp: Correct target board test.
13576
13577 2002-04-08  Michael Chastain  <mec@shout.net>
13578
13579         * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
13580         in a const method.  Add some xfail and fail cases for configurations
13581         that do not emit the "const ...".
13582
13583 2002-04-07  Michael Chastain  <mec@shout.net>
13584
13585         * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
13586         Accept "A * const" and "const A * const" as type of "this".
13587         Fix spelling of getFunky throughout.  Make messages uniform.
13588
13589 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
13590
13591         Work around for PR gdb/285:
13592         * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
13593
13594 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
13595
13596         * gdb.asm/asm-source.exp: Build symbolic link to arch specific
13597         instructions file at run time instead of configure time.
13598         Sometimes we run the test in a directory that is not the one we
13599         configured in.
13600         * gdb.asm/configure.in: Delete creation of symlink.
13601         * gdb.asm/configure: Regenerate.
13602
13603 2002-04-05  J. Brobecker  <brobecker@gnat.com>
13604
13605         * gdb.gdb/xfullpath.exp: New test, to exercise the new
13606         xfullpath () function.
13607
13608 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
13609
13610         * gdb.asm/Makefile.in: Correct dependencies.
13611
13612         * gdb.asm/powerpc.inc: New file.
13613         * gdb.asm/asm-source.exp: Add PowerPC.
13614         * gdb.asm/configure.in: Likewise.
13615         * gdb.asm/configure: Regenerated.
13616
13617 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
13618
13619         * gdb.base/relocate.exp: New file.
13620         * gdb.base/relocate.c: New file.
13621
13622 2002-04-04  Fred Fish  <fnf@redhat.com>
13623
13624         * gdb.base/step-test.exp: Update comment regarding stopping in
13625         memcpy/bcopy calls inserted as part of the compiler runtime.
13626
13627 2002-04-04  Michael Snyder  <msnyder@redhat.com>
13628
13629         * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
13630
13631 2002-04-03  Daniel Jacobowitz  <drow@mvista.com>
13632
13633         * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
13634         (gdb_expect): Remove $notransfer hack.
13635
13636 2002-04-02  Daniel Jacobowitz  <drow@mvista.com>
13637
13638         * gdb.c++/classes.exp ("calling method for small class"): Match
13639         updated register output.
13640
13641 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
13642
13643         Fix PR gdb/452
13644         * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
13645         when finished.  Make gdb_file_cmd send "exec-file" when
13646         appropriate.
13647
13648 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
13649
13650         * gdb.base/attach.exp: Remove extra setup_xfail.
13651
13652 2002-03-26  Michael Snyder  <msnyder@redhat.com>
13653
13654         * gdb.base/default.exp: Add tests for dump, append, and restore.
13655         * gdb.base/help.exp: Add tests for dump, append, and restore.
13656         * gdb.base/dump.exp: New file, test dump, append and restore.
13657         * gdb.base/dump.c: New file.
13658
13659 2002-03-27  Michael Snyder  <msnyder@redhat.com>
13660
13661         * gdb.base/help.exp: Modify expect strings to reflect
13662         clean-ups in help messages.
13663
13664 2002-03-26  Fred Fish  <fnf@redhat.com>
13665
13666         * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
13667         have debugging info for those functions and the compiler uses them
13668         internally to copy structs around.
13669
13670 2002-03-26  Fred Fish  <fnf@redhat.com>
13671
13672         * gdb.base/list.exp: Revert the change made yesterday and add note
13673         about why we don't list the default lines for remote targets.
13674
13675 2002-03-25  Michael Snyder  <msnyder@redhat.com>
13676
13677         * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
13678
13679 2002-03-25  Fred Fish  <fnf@redhat.com>
13680
13681         * gdb.base/list.exp: This test works on remote targets so remove
13682         the short circuit for remote targets.  Update copyright.
13683
13684 2002-03-25  Fred Fish  <fnf@redhat.com>
13685
13686         * gdb.base/attach.exp: Fix logic error that was suppressing this
13687         test for all non hppa*-*-hpux* targets, instead of the hp target.
13688         Move comments closer to the suppression point.  Also now need to
13689         check that we are running natively.
13690
13691 2002-03-22  Michael Snyder  <msnyder@redhat.com>
13692
13693         * gdb.base/default.exp: Add test for gcore.  Update copyright.
13694         * gdb.base/help.exp: Add test for gcore.  Update copyright.
13695
13696 2002-03-06  Fred Fish  <fnf@redhat.com>
13697
13698         * gdb.base/funcargs.c:  Remove extraneous ';' character.
13699         * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
13700
13701 2002-03-04  Michael Chastain  <mec@shout.net>
13702
13703         * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
13704         accommodate gcc v3 function signature.
13705         * gdb.mi/mi0-var-cmd-exp: Ditto.
13706
13707 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
13708
13709         * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
13710         ``GNU/Linux'' or ``Linux kernel''
13711         * testsuite/gdb.threads/pthreads.c: Ditto.
13712
13713 2002-02-24  Michael Chastain  <mec@shout.net>
13714
13715         * gdb.threads/pthreads.c (thread1): Add a return statement.
13716         (thread2): Likewise.
13717         (foo): Likewise.
13718
13719 2002-02-23  Michael Chastain  <mec@shout.net>
13720
13721         * gdb.threads/linux-dp.c (philosopher): Add a return statement
13722         to placate gcc.
13723
13724 2002-02-23  Michael Chastain  <mec@shout.net>
13725
13726         * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
13727         test "ptype bint".  The test passes on all my stabs configurations.
13728
13729 2002-02-21  Jim Blandy  <jimb@redhat.com>
13730
13731         * gdb.asm/asm-source.exp: Parse the output from `info sources' one
13732         filename at a time, and watch for the ones we want to see.
13733
13734         * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
13735         types of pointers to prototyped functions.
13736
13737 2002-02-20  Andrew Cagney  <ac131313@redhat.com>
13738
13739         * gdb.base/sizeof.c (main): Call fill_structs.  Print value of
13740         signed, unsigned and straight char.
13741         (padding_char, padding_short, padding_int, padding_long,
13742         padding_long_long, padding_float, padding_double,
13743         padding_long_double): New global variables.
13744         (fill, fill_structs): New functions.
13745
13746         * gdb.base/sizeof.exp: Check for signed and unsigned char.  Check
13747         for correctly sized writes.  Update copyright.
13748         (get_valueof): New procedure.
13749         (get_sizeof): Call get_valueof.
13750         (check_valueof): New procedure.
13751         (check_padding): New procedure.
13752
13753 2002-02-20  Michael Chastain  <mec@shout.net>
13754
13755         * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
13756         to setup_xfail.  Document some of the remaining calls.
13757
13758 2002-02-18  Michael Chastain  <mec@shout.net>
13759
13760         * gdb.c++/userdef.exp: Update copyright year.
13761
13762 2002-02-18  Daniel Jacobowitz  <drow@mvista.com>
13763
13764         * gdb.c++/userdef.exp: Test overloaded operators properly.
13765         Remove xfails.
13766
13767 2002-02-14  Michael Snyder  <msnyder@redhat.com>
13768
13769         * gdb.base/gcore.exp: Relax recognition of function breakpoint.
13770
13771 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
13772
13773         * gdb.base/a2-run.exp: Check for a remote target properly.
13774         * gdb.base/annota1.exp: Likewise.
13775         * gdb.base/list.exp: Likewise.
13776         * gdb.base/reread.exp: Likewise.
13777         * gdb.base/scope.exp: Likewise.
13778         * gdb.base/shlib-call.exp: Likewise.
13779         * gdb.base/term.exp: Likewise.
13780         * gdb.c++/annota2.exp: Likewise.
13781
13782 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
13783
13784         * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
13785
13786 2002-02-10  Michael Chastain  <mec@shout.net>
13787
13788         * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
13789         (call_after_alloca): Ditto.
13790
13791 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
13792
13793         * gdb.base/ending-run.exp: Guard "cont" test with
13794         gdb_skip_stdio_test.
13795
13796 2002-02-06  Jim Blandy  <jimb@redhat.com>
13797
13798         * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
13799         from here...
13800         * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
13801         To here.  Disable this test on non-HP platforms.  Add big comment.
13802
13803 2002-02-04  Michael Snyder  <msnyder@redhat.com>
13804
13805         * gdb.base/ovlymgr.c  (ovly_copy): Generalize for targets
13806           other than d10v and m32r.
13807
13808 2002-02-02  Richard Earnshaw  <rearnsha@arm.com>
13809
13810         * gdb.base/default.exp: Rewrite test patterns to reduce time
13811         taken to match them.
13812
13813 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
13814
13815         * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
13816         Allow a start function above main.
13817         * gdb.threads/linux-dp.exp: Fix copyright date.
13818
13819 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
13820
13821         * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
13822         (check_philosopher_stack): Check for manager thread before checking
13823         for a just-starting thread.
13824
13825 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
13826
13827         From Neil Booth <neil@daikokuya.demon.co.uk>:
13828         * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
13829         warnings.
13830
13831 2002-01-21  Fred Fish  <fnf@redhat.com>
13832
13833         * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
13834         not caller.
13835
13836 2002-01-21  Jim Blandy  <jimb@redhat.com>
13837
13838         * gdb.base/reread.exp: Check that GDB properly re-reads the
13839         executable file when it changes while no inferior is running.
13840
13841 2002-01-21  Fred Fish  <fnf@redhat.com>
13842
13843         * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
13844         optionally accept the "shlib events" variation.
13845
13846 2002-01-21  Jim Blandy  <jimb@redhat.com>
13847
13848         * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
13849         call `fflush' after every `printf', so that the output is produced
13850         at predictable points, regardless of whatever buffering does (or
13851         doesn't) take place.
13852         * gdb.base/ending-run.exp: Adjust tests to expect output to appear
13853         at different points.
13854
13855 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
13856
13857         * gdb.c++/inherit.exp: Update copyright years.
13858         * gdb.c++/method.exp: Likewise.
13859
13860 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
13861
13862         * gdb.c++/classes.exp: Update for improved v3 support and skipping
13863         artificial methods/arguments.
13864         * gdb.c++/derivation.exp: Likewise.
13865         * gdb.c++/inherit.exp: Likewise.
13866         * gdb.c++/method.exp: Likewise.
13867         * gdb.c++/virtfunc.exp: Likewise.
13868
13869 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
13870
13871         * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
13872         * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
13873         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
13874         * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
13875         * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
13876         * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
13877
13878 2002-01-17  Jim Blandy  <jimb@redhat.com>
13879
13880         * gdb.asm/asm-source.exp (info symbol): Take another shot at
13881         anchoring the pattern matching the entry point symbol's name.
13882
13883 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
13884
13885         * gdb.base/maint.exp: Update ``maint internal-error'' to match
13886         continue/quit query.  Update copyright.
13887
13888 2002-01-14  Michael Snyder  <msnyder@redhat.com>
13889
13890         * gdb.base/gcore.exp: Remove extra debugging output.
13891
13892 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
13893
13894         * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
13895         for slightly dubious v2 mangled string.
13896
13897 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
13898
13899         * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
13900
13901 2002-01-10  Jason Merrill  <jason@redhat.com>
13902
13903         * gdb.c++/namespace.exp: Accept trailing const for 'this'.
13904
13905         * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
13906         constructors.
13907         * gdb.c++/derivation.exp: Likewise.
13908         * gdb.c++/templates.exp: Likewise.
13909         * gdb.c++/virtfunc.exp: Likewise.
13910
13911 2002-01-10  Michael Snyder  <msnyder@redhat.com>
13912
13913         * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
13914
13915 2002-01-08  Michael Snyder  <msnyder@redhat.com>
13916
13917         * gdb.base/gcore.exp: New test for generate-core-file command.
13918         * gdb.base/gcore.c: Testcase for above.
13919         * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
13920
13921 2002-01-08  Jason Merrill  <jason@redhat.com>
13922
13923         * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
13924
13925 2002-01-07  Fred Fish  <fnf@redhat.com>
13926
13927         * gdb.c++/overload.exp: Remove unconditional xfails for:
13928         print foo_instance1.overloadargs(1)
13929         print foo_instance1.overloadargs(1, 2)
13930         print foo_instance1.overloadargs(1, 2, 3)
13931         print foo_instance1.overloadargs(1, 2, 3, 4)
13932         print foo_instance1.overloadargs(1, 2, 3, 4, 5)
13933         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
13934         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
13935         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
13936         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
13937         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
13938         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
13939         print foo_instance1.overload1arg()
13940         print foo_instance1.overload1arg((char)arg2)
13941         print foo_instance1.overload1arg((signed char)arg3)
13942         print foo_instance1.overload1arg((unsigned char)arg4)
13943         print foo_instance1.overload1arg((int)arg7)
13944         print foo_instance1.overload1arg((unsigned int)arg8)
13945         print foo_instance1.overload1arg((float)arg11)
13946         print foo_instance1.overload1arg((double)arg12)
13947
13948 2002-01-07  Michael Snyder  <msnyder@redhat.com>
13949
13950         * gdb.base/huge.exp: New test.  Print a very large target data object.
13951         (skip_huge_test): New test variable.  Define if you want to skip this
13952         test.  The test reads an 8 megabyte data object from the target, so it
13953         might be very time consuming on remote targets with a slow connection.
13954         * gdb.base/huge.c: New file.  Test case for above.
13955
13956 2002-01-07  Fred Fish  <fnf@redhat.com>
13957
13958         * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
13959         g_instance.bfoo, and g_instance.cfoo.
13960
13961 2002-01-07  Jeffrey A Law  <law@redhat.com>
13962
13963         * gdb.base/break.c (multi_line_if_conditional): New function.
13964         (multi_ilne_while_conditional): Likewise.
13965         * gdb.base/break.exp: Verify that a breakpoint on a multi-line
13966         IF or WHILE condition puts the breakpoint at the start of
13967         the condition.
13968
13969         * gdb.base/selftest.exp (backtrace through signal handler): Remove
13970         hppa*-*-hpux* expected failure.
13971         * gdb.base/structs.exp (do_function_calls): Similarly.
13972
13973         * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
13974         watchpoints.
13975
13976 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
13977
13978         Fix PR gdb/66.
13979         * gdb.base/structs.exp: Replace skip for a29k with skip for
13980         gdb,cannot_call_functions.
13981         * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
13982         * gdb.base/callfuncs.exp: Ditto.
13983         * gdb.base/call-rt-st.exp: Ditto.
13984         * gdb.base/call-strs.exp: Ditto.
13985         * gdb.base/callfwmall.exp: Ditto.
13986         * gdb.base/scope.exp: Obsolete xfail a29k.
13987         * gdb.c++/misc.exp: Ditto.
13988         * gdb.c++/cplusfuncs.exp: Ditto.
13989         * gdb.base/ptype.exp: Ditto.
13990         * gdb.base/printcmds.exp: Ditto.
13991         * gdb.base/opaque.exp: Ditto.
13992         * gdb.base/list.exp: Ditto.
13993         * gdb.base/funcargs.exp: Ditto.
13994         * gdb.base/default.exp: Ditto.
13995
13996 2002-01-04  Michael Snyder  <msnyder@redhat.com>
13997
13998         * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
13999         * gdb.base/maint.exp: Add tests for maint info sections options.
14000
14001 Fri Dec 21 09:42:11 2001  Jeffrey A Law  (law@redhat.com)
14002
14003         * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
14004
14005 2001-12-20  Corinna Vinschen  <vinschen@redhat.com>
14006
14007         * gdb.asm/arm.inc: New file.
14008         * gdb.asm/asm-source.exp: Add arm targets.
14009         * gdb.asm/configure.in: Ditto.
14010         * gdb.asm/configure: Recreated from configure.in.
14011
14012 Thu Dec 20 09:54:36 2001  Jeffrey A Law  (law@redhat.com)
14013
14014         * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
14015         with HP's compiler.
14016         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
14017         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
14018         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
14019         * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
14020
14021         * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
14022         either HP's compilers or GCC.
14023
14024         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
14025         a SIGBUS or SIGSEGV.
14026
14027         * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
14028
14029         * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
14030         can be compiled with either HP's compiler or GCC.
14031
14032         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
14033         * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
14034         * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
14035
14036         * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
14037         to match current gdb output.  Update due to using auto-solib-limit
14038         for limiting instead of overloading auto-solib-add.
14039         * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
14040         test program.
14041
14042         * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
14043         * gdb.hp/gdb.base-hp/dollar.exp: Likewise
14044         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
14045         * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
14046         * gdb.hp/gdb.base-hp/reg.exp: Likewise.
14047         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
14048         * gdb.hp/gdb.defects/bs15503.exp: Likewise.
14049         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
14050         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
14051         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
14052         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
14053         * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
14054         * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
14055
14056         * gdb.base/annota1.exp: Expect failure for hpux11 when posting
14057         a SIGTRAP to the inferior.
14058
14059 2001-12-19  Corinna Vinschen  <vinschen@redhat.com>
14060
14061         * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
14062         Substitute call to target_link by call to gdb_compile.
14063
14064 Wed Dec 19 14:10:57 2001  Jeffrey A Law  (law@redhat.com)
14065
14066         * gdb.base/break.exp: Fix HP specific search string when testing
14067         backtracing in a called function.
14068
14069         * gdb.base/constvars.exp: Only set lang to C++ if we're
14070         compiling the test with HP's compilers.
14071         * gdb.base/volatile.exp: Similarly.
14072
14073 2001-12-19  Jim Blandy  <jimb@redhat.com>
14074
14075         * gdb.base/printcmds.exp: Expect the null character to be printed
14076         as '\0', and the '\013' to be printed as '\v'.
14077         * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
14078         * gdb.base/setvar.exp: Same.
14079
14080 2001-12-17  Jim Blandy  <jimb@redhat.com>
14081
14082         * gdb.base/completion.exp: Rather than completing very long
14083         filenames, which can make the readline library produce output we
14084         don't recognize, cd to the directory first, and then complete
14085         using nice, short relative paths.
14086
14087         * gdb.base/completion.exp: On some systems, there is, in fact, a
14088         variable named `b' in scope, since GDB treats all static
14089         variables as being in scope.  So use `no_var_named_this'
14090         instead of `b'.
14091
14092         * gdb.base/corefile.exp: Recognize the message saying that GDB
14093         can't find the core file's registers as a failure.
14094
14095 2001-12-13  Jackie Smith Cashion  <jsmith@redhat.com>
14096
14097         * gdb.base/commands.exp (user_defined_command_test): Make "show user"
14098         test expect string more specific.
14099
14100 2001-12-13  Corinna Vinschen  <vinschen@redhat.com>
14101
14102         * gdb.asm/asm-source.exp: Add support for xstormy16.
14103         * gdb.asm/configure.in: Ditto.
14104         * gdb.asm/configure: Rebuild.
14105         * gdb.asm/xstormy16.inc: New file.
14106
14107 2001-12-10  Fred Fish  <fnf@redhat.com>
14108
14109         * gdb.base/maint.exp: Update to match changes in type dumping code.
14110
14111 2001-12-10  Jim Blandy  <jimb@redhat.com>
14112
14113         * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
14114         matching the entry point symbol's name at the beginning of the
14115         line.
14116
14117 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
14118
14119         * gdb.c++/classes.exp, gdb.c++/derivation.exp,
14120         gdb.c++/inherit.exp, gdb.c++/method.exp,
14121         gdb.c++/namespace.exp, gdb.c++/templates.exp,
14122         gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
14123         and class layout support.
14124
14125 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
14126
14127         * gdb.c++/classes.exp: Add test for static member function.
14128         * gdb.c++/misc.cc: Add class with static member function.
14129
14130 2001-12-07  Jim Blandy  <jimb@redhat.com>
14131
14132         If GDB says it can't find the struct the function returned, report
14133         those tests as `unsupported'.
14134         * gdb.base/call-rt-st.exp (print_struct_call): New function.
14135         Rewrite subsequent tests to use it.
14136
14137         If GDB says it can't find the struct the function returned, report
14138         those tests as `unsupported'.
14139         * gdb.base/structs.exp (call_struct_func): New function.
14140         (do_function_calls): Use call_struct_func to call the functions
14141         returning structs.
14142
14143         * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
14144         whether functions are prototyped or not, so we can't possibly pass
14145         arguments to t_float_values2 properly.
14146
14147         * gdb.base/break.exp: (test_next_with_recursion): Don't change the
14148         value of `timeout' for targets other than the mips*tx39-*.
14149
14150 2001-12-06  Michael Snyder  <msnyder@redhat.com>
14151
14152         * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
14153         and detect whether the start symbol has a leading underscore.
14154
14155 2001-12-04  Jim Blandy  <jimb@redhat.com>
14156
14157         * gdb.base/completion.exp: Clarify indentation.
14158
14159 2001-12-03  Jim Blandy  <jimb@redhat.com>
14160
14161         * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
14162         variables on the S/390, not `.word'.
14163
14164 2001-11-30  Jim Blandy  <jimb@redhat.com>
14165
14166         Add assembly-source tests for s390-ibm-linux.
14167         * gdb.asm/s390.inc: New file.
14168         * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
14169         the S/390 architecture.
14170         * gdb.asm/configure: Regenerated.
14171
14172 2001-11-30  Michael Snyder  <msnyder@redhat.com>
14173
14174         * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
14175         next, info source, info sources, info line, global and static
14176         variables, and static functions.
14177         * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
14178         * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
14179         * gdb.asm/asmsrc1.s: Add a static function and some variables.
14180         * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
14181         * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
14182         (gdbasm_leave): Restore frame pointer.
14183         (gdbasm_startup): Copy stack set-up from crt0.S.
14184
14185 2001-11-26  Fernando Nasser  <fnasser@redhat.com>
14186
14187         From 2001-11-12 Jackie Smith Cashion  <jsmith@redhat.com>:
14188         * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
14189         to a local (non-static) variable. Copy tstruct.a to a static buffer
14190         and return a pointer to that buffer.
14191         * gdb.base/callfwmall.c (t_structs_a): Ditto.
14192
14193 2001-11-24  Mark Kettenis  <kettenis@gnu.org>
14194
14195         * gdb.asm/configure.in: Fix recognition of ix86 target.
14196         * gdb.asm/configure: Regenerate.
14197
14198 2001-11-21  Michael Snyder  <msnyder@redhat.com>
14199
14200         * gdb.asm/sparc.inc: New file.
14201         * gdb.asm/asm-source.exp: Recognize sparc target.
14202         * gdb.asm/configure.in: Recognize sparc target.
14203         * gdb.asm/configure: Regenerate.
14204
14205 2001-11-21  Michael Snyder  <msnyder@redhat.com>
14206
14207         * gdb.asm/m32r.inc: New file.
14208         * gdb.asm/asm-source.exp: Recognize m32r target.
14209         * gdb.asm/configure.in: Recognize m32r target.
14210         * gdb.asm/configure: Regenerate.
14211
14212 2001-11-20  Michael Snyder  <msnyder@redhat.com>
14213
14214         * gdb.asm/i386.inc: New file.
14215         * gdb.asm/asm-source.exp: Recognize ix86 target.
14216         * gdb.asm/configure.in: Recognize ix86 target.
14217         * gdb.asm/configure: Regenerate.
14218
14219         * gdb.c++/namespace.exp: Fix quotes in output messages.
14220
14221 2001-11-14  Michael Snyder  <msnyder@redhat.com>
14222
14223         * gdb.base/code-expr.exp: New file.  Tests use of the "@code"
14224         qualifier in a type cast expression, to designate an address
14225         in the instruction space (Harvard architecture).
14226
14227 2001-11-13  Michael Snyder  <msnyder@redhat.com>
14228
14229         * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
14230         Tests for expressions using 'const' and 'volatile'.
14231
14232 2001-11-13  Corinna Vinschen  <vinschen@redhat.com>
14233
14234         * gdb.asm/asm-sources.exp: Allow defining linker flags.
14235
14236 2001-11-12  Daniel Jacobowitz  <drow@mvista.com>
14237
14238         * lib/mi-support.exp (mi_run_to_helper): Move comments
14239         outside of gdb_expect.
14240
14241 2001-11-11  Daniel Jacobowitz  <drow@mvista.com>
14242
14243         * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
14244         mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
14245         mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
14246         mi0_run_to): New functions.
14247         * gdb.mi/mi-simplerun.exp: Use them.
14248         * gdb.mi/mi0-simplerun.exp: Likewise.
14249         * gdb.mi/mi-var-cmd.exp: Likewise.
14250         * gdb.mi/mi0-var-cmd.exp: Likewise.
14251
14252 2001-11-10  Andrew Cagney  <ac131313@redhat.com>
14253
14254         * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
14255         * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
14256
14257 2001-11-09  Andrew Cagney  <ac131313@redhat.com>
14258
14259         * gdb.base/restore.exp: Include $expected value in restored test
14260         message.
14261
14262 2001-11-09  Andrew Cagney  <ac131313@redhat.com>
14263
14264         * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
14265         implemented.
14266
14267 2001-11-08  Michael Snyder  <msnyder@redhat.com>
14268
14269         * gdb.base/callfuncs.exp: Add tests for nested call dummies.
14270         Add pass/fail message for stop at breakpoint in call dummy function.
14271
14272 2001-11-07  Michael Snyder  <msnyder@redhat.com>
14273
14274         * gdb.c++/templates.exp (test_template_breakpoints):
14275         If we get an overload menu, but it does not match what
14276         we expect, we still need to issue the "cancel" command.
14277         * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
14278         making the whitespace optional.  Argument for "new" may be
14279         "unsigned" as well as "unsigned int/long".
14280         * gdb.c++/templates.exp: Replace "const &" with "const ?&",
14281         making the whitespace optional.  Also replace "(void) with
14282         "((void|)), making the keyword "void" optional.
14283         * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
14284         making the whitespace optional.  Also replace "(void) with
14285         "((void|)), making the keyword "void" optional.
14286         * gdb.base/callfuncs.c (t_float_values): This function must
14287         _not_ be prototyped, and the following function (t_float_values2)
14288         must be prototyped (if the compiler supports it), so that GDB
14289         can be tested against both cases.  Usually one case involves
14290         promotion of float to double, while the other does not.
14291         * gdb.base/callfwmall.c: Ditto.
14292         * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
14293         includes a stack frame for "start".
14294
14295 2001-11-05  Jim Blandy  <jimb@redhat.com>
14296
14297         * gdb.stabs/weird.exp: Delete "p v_comb" test.  It assumes that
14298         pointers are 32 bits long, and that offsets of relocs are always
14299         stored in the data (REL-style), and not in the reloc entry itself
14300         (RELA-style).
14301         * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
14302         stabs.
14303
14304 2001-11-01  Michael Snyder  <msnyder@redhat.com>
14305
14306         * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
14307         and regular expression operators by using quoting.
14308
14309 2001-10-31  Michael Snyder  <msnyder@redhat.com>
14310
14311         * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
14312         depending on what the symbol table contains.
14313         * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
14314         the output of the ptype command.  Similarly, accept both "const &"
14315         and "const&".
14316
14317 2001-10-31  Corinna Vinschen  <vinschen@redhat.com>
14318
14319         * gdb.base/miscexprs.c (main): Add usage of preprocessor
14320         symbol `STORAGE' to allow to choose the storage class of
14321         the local datastructures.
14322         * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
14323         compiler directive.
14324
14325 2001-10-30  Michael Snyder  <msnyder@redhat.com>
14326
14327         * gdb.base/jump.exp: Allow it to run for all targets.
14328
14329 2001-10-29  Corinna Vinschen  <vinschen@redhat.com>
14330
14331         * gdb.base/call-ar-st.c (print_double_array): Match for loop
14332         with new double_array size.
14333         (main): Change storage class of all local variables to static.
14334         Reduce size of double_array to 9.
14335         * gdb.base/call-ar-st.exp:  Increase timeout value.
14336         Change expected output for double array to match new size in
14337         call-ar-st.c.
14338
14339 2001-10-29  Corinna Vinschen  <vinschen@redhat.com>
14340
14341         * gdb.base/ending-run.exp: Create identical output when passing
14342         `step to end of run' case.  Add regular expression branch satisfying
14343         Stormy16 target.
14344
14345 2001-10-28  Mark Kettenis  <kettenis@gnu.org>
14346
14347         * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
14348         that we catch the expected failure under Linux/x86.
14349
14350 2001-10-29  Orjan Friberg  <orjanf@axis.com>
14351
14352         * gdb.base/setvar.exp: Escape curly braces.
14353         * gdb.stabs/weird.exp: Ditto.
14354
14355 2001-10-27  Daniel Jacobowitz  <drow@mvista.com>
14356
14357         * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
14358         * gdm.mi/mi0-hack-cli.exp: Likewise.
14359
14360 2001-10-25  Andrew Cagney  <ac131313@redhat.com>
14361
14362         * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
14363         messages.
14364
14365 2001-10-21  Andrew Cagney  <ac131313@redhat.com>
14366
14367         * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
14368         checking MI enabled.
14369
14370 2001-10-09  Corinna Vinschen  <vinschen@redhat.com>
14371
14372         * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
14373
14374 2001-10-04  Frank Ch. Eigler  <fche@redhat.com>
14375
14376         * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
14377         if gdb child process crashes, just signal an error.
14378
14379 2001-10-02  Jim Blandy  <jimb@redhat.com>
14380
14381         * lib/gdb.exp (test_xfail_format): Simplify.
14382
14383         * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
14384         front of the variable name `format'.  Simplify `if'.
14385
14386 2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
14387
14388         * gdb.threads/pthreads.exp: Wait for output and delay
14389         before sending ^C.
14390
14391 2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
14392
14393         * gdb.mi/mi-var-display.exp (continue to incr_a):  Recognize
14394         some incorrect output instead of timing out.
14395         * gdb.mi/mi-var-display.exp (continue to incr_a):  Likewise.
14396
14397 2001-09-28  Corinna Vinschen  <vinschen@redhat.com>
14398
14399         * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
14400         check to allow additional `int'.
14401
14402 2001-09-27  Daniel Jacobowitz  <drow@mvista.com>
14403
14404         * gdb.base/completion.exp: Remove incorrect 'p "a' test.
14405         Add tests for 'p "break' (pass) and 'p "break.' (xfail).
14406
14407 2001-09-27  Michael Snyder  <msnyder@redhat.com>
14408
14409         * lib/gdb.exp (test_debug_format): New proc.
14410         (setup_xfail_format): Use new proc test_debug_format.
14411         * gdb.base/constvars.exp (local_compiler_xfail_check): New
14412         proc; use new service proc test_debug_format.
14413         Replace all other "gcc_compiled" tests with this test.
14414         * gdb.base/volatile.exp (local_compiler_xfail_check): New
14415         proc; use new service proc test_debug_format.
14416         Replace all other "gcc_compiled" tests with this test.
14417
14418 2001-09-27  Michael Snyder  <msnyder@redhat.com>
14419
14420         * gdb.base/cvexpr.exp: New file.
14421         * gdb.base/cvexpr.c: New file
14422         Test for expressions using const and volatile keywords.
14423
14424 2001-09-26  Corinna Vinschen  <vinschen@redhat.com>
14425
14426         * gdb.base/constvars.exp: Check for different orders of keywords
14427         and additional "int" strings in output.
14428
14429 2001-09-22  Andrew Cagney  <ac131313@redhat.com>
14430
14431         * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
14432         responses from "help maint".
14433
14434 2001-09-19  Frank Ch. Eigler  <fche@redhat.com>
14435
14436         * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
14437         to localhost:NNN instead of :NNN, in case Xvfb is listening
14438         only on TCP.
14439
14440 2001-09-19  Corinna Vinschen  <vinschen@redhat.com>
14441
14442         * gdb.base/recurse.exp: When checking leaving the watchpoint
14443         scope, recognize when gdb is in function's epilogue and pass.
14444
14445 2001-09-18  Keith Seitz  <keiths@redhat.com>
14446
14447         * lib/insight-support.exp (_gdbtk_export_target_info): Add
14448         support for running tests against sid targets.
14449         (gdbtk_done): Ditto.
14450
14451 2001-09-18  Corinna Vinschen  <vinschen@redhat.com>
14452
14453         * gdb.base/ending-run.c (main): Set stdout buffersize
14454         to the same reasonable value for any target.
14455         * gdb.base/ending-run.exp: Add a regular expression
14456         to make testsuite happy on Sanyo Stormy16 target.
14457
14458 2001-09-17  Corinna Vinschen  <vinschen@redhat.com>
14459
14460         * gdb.base/display.c (do_loops): Add float variable `f'.
14461         Increment f in loop.
14462         * gdb.base/display.exp: Increment timeout by 60 seconds.
14463         Change float display test to use variable `f'.
14464
14465 2001-09-17  Jim Blandy  <jimb@redhat.com>
14466
14467         * gdb.base/restore.exp: Use temporary breakpoints, to avoid
14468         overflowing the limited breakpoint tables on some ROM monitors
14469         (like the ROM68K).
14470
14471 2001-09-15  Frank Ch. Eigler  <fche@redhat.com>
14472
14473         * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
14474         the "-ac" (disable access control) flag.
14475
14476 2001-08-30  Jeff Holcomb  <jeffh@redhat.com>
14477
14478         * gdb.base/remote.c: Use a small buffer for targets with 16-bit
14479         ints.
14480
14481 2001-08-30  Keith Seitz  <keiths@redhat.com>
14482
14483         * lib/gdb.exp: Move all insight-related functionality into
14484         separate file.
14485         * lib/insight-support.exp: New file.
14486
14487 2001-08-29  Frank Ch. Eigler  <fche@redhat.com>
14488
14489         * config/sid.exp (sid_start): Never set sid verbosity; disable
14490         expect_background {} that consumed its stdout; tolerate </dev/null.
14491         Attempt to set endianness override in "sid" protocol mode.  Cleanup.
14492
14493 2001-08-18  Andrew Cagney  <ac131313@redhat.com>
14494
14495         * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
14496         CLI jump command to start it.
14497         (mi_run_to_main): Fail immediatly when unexpected output.
14498
14499 2001-08-18  Andrew Cagney  <ac131313@redhat.com>
14500
14501         * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
14502         beginning of function.  Fix PR gdb/191.
14503
14504 2001-08-16  Frank Ch. Eigler  <fche@redhat.com>
14505
14506         * config/sid.exp (sid_start): Don't warn if we cannot figure out
14507         what to force sid endianness to.
14508
14509 2001-08-15  Keith Seitz  <keiths@redhat.com>
14510
14511         * lib/gdb.exp (gdbtk_start): Don't set environment
14512         variables for TCL_LIBRARY and friends. Insight will
14513         now figure these out for itself.
14514
14515 2001-08-02  Michael Snyder  <msnyder@redhat.com>
14516
14517         * gdb.base/completion.exp: Remove the symbol "a64l" from
14518         the expect string; this is target-specific, and not related
14519         to what is being tested.
14520
14521 2001-08-02  Dave Brolley  <brolley@redhat.com>
14522
14523         * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
14524
14525 2001-07-25  Michael Snyder  <msnyder@redhat.com>
14526
14527         * gdb.base/consecutive.exp: New file.  Test stepping over
14528         breakpoints on consecutive instructions.
14529         * gdb.base/consecutive.c: New file.
14530
14531         * gdb.base/call-rt-st.exp: Use double-backslash to quote
14532         curly braces in regular expressions.
14533
14534 2001-07-25  Michael Snyder  <msnyder@redhat.com>
14535
14536         * gdb.base/ending-run.exp: Accept "Program exited normally" as
14537         legitimate output from stepping out of main.
14538
14539 2001-07-22  Keith Seitz  <keiths@redhat.com>
14540
14541         * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
14542         the empty string, do not run the tests.
14543
14544 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14545
14546         * gdb.base/long_long.exp: Detect size of pointer.  Take into
14547         account 2-byte pointers when testing for p/a results.
14548
14549 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14550
14551         * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
14552         and defined to 1K for m68hc11.
14553         (random_data): Reduce table to 1K for embedded platforms (68hc11).
14554         * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
14555         (sizeof_random_data): New variable to tell the size of the data table;
14556         don't test past this size; always run to main.
14557
14558 2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14559
14560         * gdb.base/return2.exp: return of long long and double fails for
14561         68HC11; don't execute these tests on that platform.
14562         * gdb.base/return.exp: Return of a double fails for 68hc11.
14563
14564 2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14565
14566         * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
14567         tests that print a float.
14568         * call-rt-st.exp: Likewise.
14569
14570 2001-07-12  Mark Kettenis  <kettenis@gnu.org>
14571
14572         * gdb.base/so-impl-ld.exp: Remove stray space that prevented
14573         running this test on Linux.
14574
14575 2001-06-24  Michael Chastain  <chastain@redhat.com>
14576
14577         * gdb.base/arithmet.exp: Remove some tests to make all test names
14578         unique.
14579
14580 2001-07-03  Michael Snyder  <msnyder@redhat.com>
14581
14582         * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
14583         the output of the ptype command.
14584
14585 2001-07-02  Michael Snyder  <msnyder@redhat.com>
14586
14587         * gdb.base/completion.exp: Don't assume that break.c is the only
14588         source file that may contain functions named "marker".
14589         * gdb.base/corefile.exp: Quote the curly braces in regexp.
14590
14591 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
14592
14593         * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
14594         of files to delete.
14595
14596         From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
14597         * gdb.disasm/h8300s.exp: New file.
14598         gdb.disasm/h8300s.s: Likewise.
14599
14600 2001-06-27  Andrew Cagney  <ac131313@redhat.com>
14601
14602         * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
14603         empty breakpoint tables.
14604
14605 2001-06-25  Andrew Cagney  <ac131313@redhat.com>
14606
14607         * lib/mi-support.exp: Update args=... part of stop-reason
14608         patterns. Accept either a list or a tuple.
14609
14610 2001-06-23  Andrew Cagney  <ac131313@redhat.com>
14611
14612         * lib/mi-support.exp: Remove local emacs variable defining
14613         change-log-default-name.
14614
14615 2001-06-22  Michael Chastain  <chastain@redhat.com>
14616
14617         * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
14618         This is operationally compatible with the previous version.
14619
14620 2001-06-13  Jim Blandy  <jimb@redhat.com>
14621
14622         * lib/gdb.exp (gdb_test): Doc fix.
14623
14624 2001-06-10  Michael Chastain  <chastain@redhat.com>
14625
14626         * gdb.base/exprs.exp: Remove a duplicate test.
14627
14628 2001-06-06  Jim Blandy  <jimb@redhat.com>
14629
14630         * gdb.base/return2.exp (main): Use values to test float and double
14631         returns that are not NaN's, to avoid being confused by IEEE
14632         comparison rules.
14633
14634 2001-06-04  Michael Snyder  <msnyder@redhat.com>
14635
14636         * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
14637         non-zero if control_c fails.  Terminate the test on failure,
14638         rather than wait for 12 more tests to time out.
14639
14640 2001-06-06  Jim Blandy  <jimb@redhat.com>
14641
14642         * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
14643         Don't forget to match the GDB prompt.
14644
14645         * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
14646
14647 2001-06-04  Jim Blandy  <jimb@redhat.com>
14648
14649         * gdb.base/help.exp: Update pattern to exclude `print-load-map'
14650         command.
14651
14652 2001-05-31  Kevin Buettner  <kevinb@redhat.com>
14653
14654         * gdb.base/annota1.exp (info break): Match four or more spaces
14655         after "Address".
14656
14657 2001-05-31  Michael Chastain  <chastain@redhat.com>
14658
14659         * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
14660         (dm_type_int_star): Likewise.
14661         (dm_type_long_star): Likewise.
14662         (dm_type_void_star): Likewise.
14663
14664 2001-05-29  Kevin Buettner  <kevinb@redhat.com>
14665
14666         * gdb.base/completion.exp (INPUTRC): Set this environment variable
14667         to a known value in order to get consistent results regardless
14668         of the setting of INPUTRC or the presence or contents of .inputrc.
14669
14670 2001-05-24  Michael Snyder  <msnyder@redhat.com>
14671
14672         * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
14673         Don't require that the main thread and the manager thread are the
14674         first in the list.
14675
14676         * gdb.threads/pthreads.exp (test_startup): Relax test for thread
14677         debugging.  If test fails, issue an "unsupported" not a "fail".
14678
14679 2001-05-24  Jim Blandy  <jimb@redhat.com>
14680
14681         Don't assume that short is shorter than int.
14682         * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
14683         assume that shorts are smaller than ints.  On a 16-bit machine,
14684         this isn't true.
14685         ("print unsigned char == (~0)"): Add test that verifies that ~0,
14686         an int, is not equal to ~0 stored in an unsigned char.  This tests
14687         the same thing that the previous test meant to, but works on
14688         16-bit machines, too.
14689         ("print unsigned char != (~0)"): Same test, complemented.
14690
14691 2001-05-24  Michael Snyder  <msnyder@redhat.com>
14692
14693         * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
14694         test for (full_coverage == 0).  This makes the test run faster,
14695         and prevents dejagnu getting out of step.
14696
14697 2001-05-23  Kevin Buettner  <kevinb@redhat.com>
14698
14699         * gdb.base/finish.exp (finish_void): Revise pattern for
14700         stopping on the call statement to not permit stopping at
14701         the start of the instructions comprising the call sequence.
14702
14703 2001-05-19  Michael Chastain  <chastain@redhat.com>
14704
14705         * gdb.base/callfuncs.exp: Make all test names unique.
14706         * gdb.base/commands.exp: Make all test names unique.
14707         * gdb.base/condbreak.exp: Make all test names unique.
14708         * gdb.base/dbx.exp: Make all test names unique.
14709         * gdb.base/default.exp: Make all test names unique.
14710         * gdb.base/define.exp: Make all test names unique.  Conform some FAIL
14711         and TIMEOUT messages to their corresponding PASS message.
14712         * gdb.base/ending-run.exp: Make all test names unique.
14713         * gdb.base/long_long.exp: Remove duplicate test.
14714
14715 2001-05-21  Kevin Buettner  <kevinb@redhat.com>
14716
14717         * gdb.base/finish.exp (finish_void): Allow "finish" command to
14718         stop on the call statement as well as the statement after the
14719         call.
14720
14721 2001-05-21  Michael Snyder  <msnyder@redhat.com>
14722
14723         * gdb.base/long_long.exp: Allow for targets with 4-byte short.
14724
14725 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
14726
14727         * gdb.base/completion.exp: Revamp test. Make it execute on all
14728         platforms.
14729
14730 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
14731
14732         * config/gdbserver.exp (gdb_load): Handle the case
14733         in which the arguments to gdbserver are given in the
14734         baseboard configuration file.
14735         Also handle the case in which the server needs to do a
14736         load.
14737
14738 2001-05-07  Keith Seitz <keiths@cygnus.com>
14739
14740         * lib/gdb.exp (gdbtk_initialize_display): New proc which will
14741         set up the display for testing.
14742         (gdbtk_start): Convert all paths to paths that tcl will like.
14743         Export target information to environment.
14744         (_gdbtk_xvfb_init): New proc to start Xvfb if available and
14745         necessary.
14746         (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
14747         (to_tcl_path): New proc to convert a given pathname into
14748         a path acceptible as an argument to a tcl command.
14749         (_gdbtk_export_target_info): New proc to export target info
14750         into the environment for gdbtk testing.
14751         (gdbtk_done): New proc to signal end-of-test.
14752
14753 2001-05-06  Jim Blandy  <jimb@redhat.com>
14754
14755         * restore.c: Make the code of caller0 correspond to its comment.
14756
14757 2001-05-03  Michael Snyder  <msnyder@redhat.com>
14758
14759         * config/sid.exp (gdb_target_sid): Check for error messages.
14760         On error or timeout, don't make expect exit (which will terminate
14761         all subsequent tests); instead just make gdb exit.
14762         (gdb_load): Check for error messages.  On error or timeout,
14763         return a negative value.
14764
14765 2001-04-24  Jim Blandy  <jimb@redhat.com>
14766
14767         * gdb.c++/templates.exp: If we see the prompt for the overload
14768         list, but we haven't recognized any of the longer patterns,
14769         arrange for this test to fail, not hang.
14770
14771         * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
14772         variations.
14773
14774 2001-04-22  Michael Chastain  <chastain@redhat.com>
14775
14776         * gdb.c++/local.exp: Use the 'runto' library function.
14777         * gdb.c++/namespace.exp: Likewise.
14778         * gdb.c++/overload.exp: Likewise.
14779
14780 2001-03-26  Kevin Buettner  <kevinb@redhat.com>
14781
14782         * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
14783         * gdb.base/step-line.exp: New file.  Test step/next in presence of
14784         #line directives.
14785         * gdb.base/step-line.c: New file.  Test program for the above.
14786         * gdb.base/step-line.inp: New file.  We pretend that this file has
14787         been transformed by some other tool into step-line.c.
14788
14789 2001-03-21  Jim Blandy  <jimb@redhat.com>
14790
14791         * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
14792         unmangled operator names.
14793
14794 2001-03-20  Jim Blandy  <jimb@redhat.com>
14795
14796         * gdb.threads/linux-dp.exp: Recognize an additional message
14797         generated by GDB when it doesn't understand how to debug threads
14798         on the target system.
14799
14800 2001-03-19  Andrew Cagney  <ac131313@redhat.com>
14801
14802         * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
14803
14804 2001-03-12  Michael Chastain  <chastain@redhat.com>
14805
14806         * gdb.c++/derivation.exp: Use the 'runto' library function.
14807
14808 2001-03-12  Michael Chastain  <chastain@redhat.com>
14809
14810         * gdb.c++/annota2.exp: Fix regular expression for "post-query".
14811
14812 2001-02-24  Michael Chastain  <chastain@redhat.com>
14813
14814         * gdb.c++/ref-types.exp: Change handwritten code to library
14815         function 'runto'.
14816
14817 2001-03-16  Orjan Friberg  <orjanf@axis.com>
14818
14819         * gdb.base/signals.exp: Set count to 0 explicitly.
14820
14821 2001-03-15  Mark Salter  <msalter@redhat.com>
14822
14823         * config/monitor.exp (gdb_target_cmd): Add explicit error return.
14824         (gdb_target_monitor): Add check of gdb_target_cmd return value.
14825         (gdb_load): Add support for additional target_info: gdb_download_size
14826         and gdb_load_timeout.
14827
14828 Thu Mar  8 16:06:00 2001  David Taylor  <taylor@redhat.com>
14829
14830         * gdb.base/annota1.exp: Move test of isnative to earlier in the
14831         file -- to prevent failing when the compile fails but we have no
14832         intention of running the tests anyway.
14833
14834         * gdb.base/long_long.exp: Test target_info for no_long_long, skip
14835         tests if set.
14836
14837         * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
14838         integers.
14839
14840         * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
14841         * gdb.c++/namespace.exp: Ditto.
14842
14843 2001-03-07  Orjan Friberg  <orjanf@axis.com>
14844
14845         * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
14846         * gdb.base/pointers.exp: Relax pattern match of decimals.
14847
14848 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
14849
14850         * Makefile.in, config/abug.exp, config/cfdbug.exp,
14851         config/cpu32bug.exp, config/dve.exp, config/est.exp,
14852         config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
14853         config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
14854         config/monitor.exp, config/proelf.exp, config/rom68k.exp,
14855         config/sh.exp, config/sid.exp, config/slite.exp,
14856         config/sparclet.exp, config/udi.exp, config/unknown.exp,
14857         config/vr4300.exp, config/vr5000.exp, config/vx.exp,
14858         config/vxworks.exp, config/vxworks29k.exp,
14859         gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
14860         gdb.base/all-bin.exp, gdb.base/annota1.exp,
14861         gdb.base/arithmet.exp, gdb.base/assign.exp,
14862         gdb.base/async.exp, gdb.base/attach.exp,
14863         gdb.base/bitfields.exp, gdb.base/bitops.exp,
14864         gdb.base/break.exp, gdb.base/call-ar-st.exp,
14865         gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
14866         gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
14867         gdb.base/commands.exp, gdb.base/completion.exp,
14868         gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
14869         gdb.base/constvars.exp, gdb.base/corefile.exp,
14870         gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
14871         gdb.base/display.exp, gdb.base/ena-dis-br.exp,
14872         gdb.base/ending-run.exp, gdb.base/environ.exp,
14873         gdb.base/eval-skip.exp, gdb.base/exprs.exp,
14874         gdb.base/finish.exp, gdb.base/foll-exec.exp,
14875         gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
14876         gdb.base/funcargs.exp, gdb.base/help.exp,
14877         gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
14878         gdb.base/logical.exp, gdb.base/long_long.exp,
14879         gdb.base/maint.exp, gdb.base/mips_pro.exp,
14880         gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
14881         gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
14882         gdb.base/pointers.exp, gdb.base/printcmds.exp,
14883         gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
14884         gdb.base/regs.exp, gdb.base/relational.exp,
14885         gdb.base/remote.exp, gdb.base/reread.exp,
14886         gdb.base/restore.exp, gdb.base/return2.exp,
14887         gdb.base/scope.exp, gdb.base/sect-cmd.exp,
14888         gdb.base/selftest.exp, gdb.base/setshow.exp,
14889         gdb.base/setvar.exp, gdb.base/shlib-call.exp,
14890         gdb.base/sigall.exp, gdb.base/signals.exp,
14891         gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
14892         gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
14893         gdb.base/step-test.exp, gdb.base/structs.c,
14894         gdb.base/structs.exp, gdb.base/structs2.exp,
14895         gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
14896         gdb.base/volatile.exp, gdb.base/watchpoint.exp,
14897         gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
14898         gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
14899         gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
14900         gdb.c++/derivation.exp, gdb.c++/inherit.exp,
14901         gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
14902         gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
14903         gdb.c++/ref-types.exp, gdb.c++/templates.exp,
14904         gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
14905         gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
14906         gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
14907         gdb.fortran/types.exp, gdb.java/jmisc.exp,
14908         gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
14909         gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
14910         gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14911         gdb.trace/circ.exp, gdb.trace/collection.exp,
14912         gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
14913         gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14914         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
14915         gdb.trace/report.exp, gdb.trace/save-trace.exp,
14916         gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14917         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
14918         lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
14919         notices.
14920
14921 2001-02-27  Michael Snyder  <msnyder@cygnus.com>
14922
14923         * gdb.base/varargs.c (find_max_double): Fix printf format string:
14924         first arg is int not float.
14925
14926 2001-02-22  Michael Snyder  <msnyder@cygnus.com>
14927
14928         * gdb.base/reread.exp: Unsupported for non-native targets;
14929         doesn't work for remote debugging.
14930
14931 2001-02-19  Fernando Nasser  <fnasser@redhat.com>
14932
14933         From  Drew Moseley  <dmoseley@redhat.com>
14934         * gdb.base/ending-run.exp: Properly handle the BSP state when
14935         stepping past the end of main.
14936
14937 2001-02-19  John Moore  <jmoore@redhat.com>
14938
14939         * gdb.base/commands.exp (infrun_breakpoint_command_test):
14940         Converted HPUX fix for non-expected items following multiple
14941         step commands into general solution for all platforms.
14942
14943 2001-02-18  Michael Chastain  <chastain@redhat.com>
14944
14945         * gdb.c++/classes.exp (do_tests): Change runto statements
14946         from "runto 'foo(void)'" to "runto 'foo'".  This makes the
14947         statements demangler agnostic.
14948         * gdb.c++/virtfunc.exp (do_tests): Likewise.
14949         (gdb_virtfunc_restart): Likewise.
14950
14951 2001-02-14  Michael Chastain  <chastain@redhat.com>
14952
14953         * gdb.c++/inherit.exp (do_tests): Change runto statements
14954         from "runto 'foo(void)'" to "runto 'foo'".  This makes the
14955         statements demangler agnostic.
14956
14957 Sun Feb  4 17:32:21 2001  Andrew Cagney  <cagney@redhat.com>
14958
14959         * gdb.threads/pthreads.exp: Unify pass/fail messages for
14960         ``continue to bkpt at common_routine in thread 2'' and ``stopped
14961         before calling common_routine 15 times'' tests.
14962
14963 2001-02-11  Michael Chastain  <chastain@redhat.com>
14964
14965         * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
14966         Helps the test script figure out which demangler is in use.
14967         (dm_type_foo_ref): Ditto.
14968         (dm_type_int_star): Ditto.
14969         (dm_type_long_star): Ditto.
14970         (dm_type_unsigned_int): Ditto.
14971         (dm_type_void): Ditto.
14972         (dm_type_void_star): Ditto.
14973         * gdb.base/cplusfuncs.exp (probe_demangler): New function.
14974         Probe the gdb demangler and set variables to accommodate
14975         formatting differences.
14976         (info_func_regexp): New function.  Same as info_func, but
14977         matches against a regexp.
14978         (info_func): Match against a literal string.
14979         (print_addr_2): New function.  Match against a literal string,
14980         which can be different from the input to gdb.
14981         (print_addr): Simply call print_addr_2 with the same argument twice.
14982         (test_lookup_operator_functions): Use demangler formatting variables.
14983         Blow away the xfails and workarounds for gnats gdb bug gdb/18.  Sort
14984         the tests in the same order as the C++ class declaration.
14985         (test_paddr_operator_functions): Ditto.
14986         (test_paddr_overloaded_functions): Ditto.
14987         (test_paddr_hairy_functions): Use demangler formatting variables.
14988         Add reference to gdb/19 for related tests.
14989         (do_tests): Call probe_demangler.
14990
14991 2001-01-30  Kevin Buettner  <kevinb@redhat.com>
14992
14993         * gdb.c++/templates.cc (printf): Remove unused function definition.
14994
14995 2001-01-26  Felix Lee  <flee@redhat.com>
14996
14997         * sid.exp (sid_exit): Pass host, not target, to remote_close.
14998
14999 2001-01-25  matthew green  <mrg@redhat.com>
15000
15001         * config/sid.exp (sid_start): Call `remote_push_conn' after firing
15002         up sid.
15003         (sid_exit): Call `remote_pop_conn' after GDB is gone.
15004
15005 2001-01-25  matthew green  <mrg@redhat.com>
15006
15007         * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
15008         Deprecate $sid_spawn_id.
15009         (sid_exit): Remove code necessary only for `spawn.'
15010
15011 2001-01-25  matthew green  <mrg@redhat.com>
15012
15013         * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
15014
15015 2001-01-28  Michael Chastain  <chastain@redhat.com>
15016
15017         * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
15018         to call when tests fail.  It takes gdb out of the overloaded
15019         function choice menu back to the main prompt, so that the test
15020         program stays synchronized.
15021         (set_bp_overloaded): New proc to collect all the common
15022         code for setting a breakpoint on an overloaded name.  Calls
15023         take_gdb_out_of_choice_menu when needed.
15024         (menu_overload1arg): New variable to collect the repeated
15025         instances of the expected menu for an overloaded name.  Change
15026         the regular expression to handle changes in g++ type encoding:
15027         "void" can be either "void" or "", and "unsigned int" can be
15028         either "unsigned int" or "unsigned".
15029         (continue_to_bp_overloaded): Change regular expressions to handle
15030         changes in g++ type encoding.
15031         (no proc): Call take_gdb_out_of_choice_menu when needed.
15032         Remove redundant calls to "info break".  Accept either "canceled"
15033         or "cancelled".  Change regular expressions in "info break"
15034         calls to handle changes in g++ type encoding.  Give all tests
15035         unique strings.
15036
15037 2001-01-17  Ben Elliston  <bje@redhat.com>
15038
15039         * config/sid.exp: New file.
15040
15041 Fri Jan 12 18:29:01 2001  Andrew Cagney  <cagney@b1.cygnus.com>
15042
15043         * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
15044
15045 2000-12-21  Michael Snyder  <msnyder@cygnus.com>
15046
15047         * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
15048         Add a RE to accept a non-ascii char if one is ever presented.
15049
15050 2000-12-20  Fernando Nasser  <fnasser@redhat.com>
15051
15052         * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
15053
15054 2000-12-18  Michael Snyder  <msnyder@cygnus.com>
15055
15056         * gdb.base/setvar.exp: Use double '\\' to quote curly braces
15057         in regexp.  One '\' does not suffice on Linux.
15058
15059 2000-12-09  Michael Chastain  <chastain@redhat.com>
15060
15061         * gdb.base/break.exp (test_clear_command): Use a marker function
15062         rather than 'main' for the test function.  Also move this
15063         test to an execution point where the marker function names are
15064         guaranteed to be bound to functions.  (Executing tests after a
15065         'finish' from main runs into name conflicts with local names
15066         in __libc_start_main).
15067
15068 2000-12-07  Michael Snyder  <msnyder@cygnus.com>
15069
15070         * gdb.base/finish.exp: New test for gdb's "finish" command.
15071         * gdb.base/return2.exp: New test for gdb's "return" command.
15072         * gdb.base/return2.c: New source file for above.
15073
15074 2000-12-05  Michael Snyder  <msnyder@cygnus.com>
15075
15076         * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
15077         * gdb.base/miscexprs.exp: Ditto.
15078         * gdb.base/pointers.exp:  Ditto.
15079         * gdb.c++/derivation.exp: Ditto.
15080         * gdb.c++/local.exp:      Ditto.
15081         * gdb.c++/namespace.exp:  Ditto.
15082         * gdb.c++/overload.exp:   Ditto.
15083         * gdb.c++/ref-types.exp:  Ditto.
15084
15085 2000-12-05  Michael Snyder  <msnyder@cygnus.com>
15086
15087         * gdb.base/constvars.exp: Test result of "up" command.
15088         * gdb.base/miscexprs.exp: Ditto.
15089         * gdb.base/pointers.exp:  Ditto.
15090         * gdb.base/scope.exp:     Ditto.
15091         * gdb.c++/derivation.exp: Ditto.
15092         * gdb.c++/local.exp:      Ditto.
15093         * gdb.c++/namespace.exp:  Ditto.
15094         * gdb.c++/overload.exp:   Ditto.
15095         * gdb.c++/ref-types.exp:  Ditto.
15096
15097 2000-11-22  Michael Chastain  <chastain@redhat.com>
15098
15099         * mips_pro.exp: Accept either "middle -> top -> main" or
15100         "middle -> main" in the backtrace, because gcc can optimize
15101         tail calls to jumps.  Remove setup_xfail for the hppa case.
15102         Add a comment with the original warning messages from PR 3016,
15103         which was filed in 1993, to preserve them for posterity.
15104
15105 2000-11-17  Nick Duffek  <nsd@redhat.com>
15106
15107         * lib/gdb.exp (gdb_test): Override timeout with board info.
15108
15109 2000-11-17  Nick Duffek  <nsd@redhat.com>
15110
15111         * gdb.base/display.exp: Don't kill running stub.  Add "again" to
15112         the second kill and detach messages.
15113
15114 2000-11-17  Nick Duffek  <nsd@redhat.com>
15115
15116         * configure.in: Add AC_EXEEXT.
15117         * configure: Regenerate.
15118         * Makefile.in (just-check): Export EXEEXT.
15119         * lib/gdb.exp ($EXEEXT): Import from environment.
15120         * gdb.base/maint.exp: Expect $EXEEXT in executable name.  Don't
15121         expect "maint dump-me" on Cygwin.
15122         * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
15123         $EXEEXT.
15124
15125 2000-11-17  Nick Duffek  <nsd@redhat.com>
15126
15127         * gdb.base/break.exp: Test backtrace and finish from called
15128         function on all platforms, not just HP-UX.
15129
15130 2000-11-03  Michael Snyder  <msnyder@cygnus.com>
15131
15132         * config/monitor.exp (gdb_target_cmd): Abstracts some of the
15133         code from gdb_target_monitor, so it can be used independantly
15134         for gdbserver.  Also comment out an unnecessary PUTS.
15135
15136 2000-11-03  Michael Snyder  <msnyder@cygnus.com>
15137
15138         * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
15139         * gdb.base/corefile.exp: Expect the message "Program is being
15140         debugged already" when we send the "corefile" command, since
15141         the preceeding gdb_load may have connected gdb to a remote target.
15142         * gdb.base/display.exp: Disable hardware watchpoints if new
15143         board info variable "no_hardware_watchpoints" is true.
15144         Replace single-letter commands with more readable ones.
15145         * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
15146         if new board info variable "no_hardware_watchpoints" is true.
15147         * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
15148         to see if stdio (printf) testing is possible.
15149         * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
15150         board info variable "no_hardware_watchpoints" is true.  Use new
15151         proc "gdb_skip_stdio_tests" to see if printf tests are possible.
15152
15153 2000-11-13  Fernando Nasser  <fnasser@redhat.com>
15154
15155         From Orjan Friberg  <orjanf@axis.com>:
15156         * gdb.base/printcmds.exp: Escape curly braces followed by a number
15157         in array print pattern match.
15158
15159 2000-11-09  Fernando Nasser  <fnasser@redhat.com>
15160
15161         * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
15162         spelling "cancelled" to U.S. spelling "canceled" to match changes
15163         made to gdb.
15164         * gdb.c++/ovldbreak.exp: Ditto.
15165
15166 2000-11-06  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
15167
15168         * gdb.base/callfuncs.c (main):  Moved to end of file, call
15169         t_double_values to initialize the FPU before inferior calls are made.
15170         * gdb.base/callfuncs.exp:  Test for register preservation after calling
15171         inferior functions.  Add tests for continuining, finishing and
15172         returning from a stop in a call dummy.
15173
15174 2000-10-24  Michael Snyder  <msnyder@cygnus.com>
15175
15176         * gdb.base/commands.exp: Break up long lines, and re-indent.
15177
15178 2000-10-19  Michael Snyder  <msnyder@cygnus.com>
15179
15180         * config/gdbserver.exp:  Rewritten from the ground up, to make it
15181         compatible with the current dejagnu tree, and to make it work with
15182         the new "gdbserver" in libremote.
15183
15184 2000-10-16  Michael Snyder  <msnyder@cygnus.com>
15185
15186         * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
15187         * gdb.base/varargs.exp: Skip entire test if no printf support.
15188         * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
15189         * gdb.base/shlib-call.exp: Skip several tests if no printf support.
15190
15191 2000-10-13  Michael Snyder  <msnyder@cygnus.com>
15192
15193         * lib/gdb.exp (gdb_skip_float_test): New proc.  Skip test if
15194         no floating point support.
15195         (gdb_skip_stdio_test): New proc.  Skip test if no stdio support.
15196         * gdb.base/call-ar-st.exp: Use above procs to skip tests.
15197         * gdb.base/call-rt-st.exp: Ditto.
15198         * gdb.base/call-strs.exp: Ditto.
15199
15200 2000-08-02  Jimmy Guo  <guo@hpcleara.cup.hp.com>
15201
15202         * gdb.base/sizeof.c: include <stdio.h>.
15203
15204         * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
15205         'finish', otherwise uncaptured gdb_prompt would potentially
15206         throw remaining test points out of sync.
15207
15208 2000-07-26  Scott Bambrough <scottb@netwinder.org>
15209
15210         * gdb.base/recurse.exp: Run tests for all targets.
15211         * gdb.base/so-impl-ld.exp: Added wildcard to handle the
15212         gnu-oldld case on ARM.
15213         * gdb.base/watchpoint.exp (test_stepping): Clear xfail
15214         for ARM targets.
15215
15216 Mon Jul 24 07:46:02 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
15217
15218         * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
15219         * gdb.java/configure: Rebuild.
15220
15221 Sun Jul 23 21:42:34 2000  Anthony Green  <green@redhat.com>
15222
15223         * gdb.java/jv-exp.exp: New file.
15224
15225 Sun Jul 23 21:02:42 2000  Anthony Green  <green@redhat.com>
15226
15227         * configure: Rebuilt.
15228         * configure.in (configdirs): Add gdb.java.
15229         * gdb.java/jmisc.java: New file.
15230         * gdb.java/jmisc.exp: New file.
15231         * gdb.java/Makefile.in: New file.
15232         * gdb.java/configure: Rebuilt.
15233         * gdb.java/configure.in: New file.
15234         * lib/java.exp: New file.
15235
15236 Wed Jul 12 18:14:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15237
15238         * gdb.base/exprs.exp: Test casts to a pointer including over and
15239         underflow.
15240
15241 Thu Jul 13 11:52:53 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15242
15243         * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files.  Compare GDB
15244         and the compilers sizes.
15245
15246 2000-07-09  Nick Duffek  <nsd@redhat.com>
15247
15248         * gdb.c++/misc.cc (class ClassParam, class_param): Define.
15249         (use_methods): New function.
15250         (main): Call use_methods().
15251         * gdb.c++/classes.exp (test_method_param_class): New procedure.
15252         (do_tests): Call test_method_param_class.
15253
15254 2000-07-09  Nick Duffek  <nsd@redhat.com>
15255
15256         * gdb.c++/classes.exp (test_nonexistant_members): Fix name
15257         spelling.
15258         (test_enums): New procedure.  Move enum tests from end of script
15259         to here.  Set breakpoint on function name instead of line number.
15260         * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
15261         (enums2): New marker function.
15262         (enums1): New function.
15263         (main): Call enums1().  Move enum tests to enums1().
15264
15265 Tue Jul  4 03:43:49 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15266
15267         * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
15268         compile/link program.  Update line numbers.
15269         * gdb.asm/d10v.inc: Define ``startup''.
15270         * gdb.asm/asmsrc1.s: Add definition of _start.
15271
15272 Fri Jun 23 17:45:52 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15273
15274         * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
15275
15276 2000-06-18  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15277
15278         * gdb.base/maint.exp: Add 'maint print architecture' item to output
15279         of 'help maint print' command.
15280
15281 Fri Jun 16 18:22:05 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15282
15283         * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
15284         they use gdb_expect_list.
15285
15286 Wed Jun  7 13:02:40 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15287
15288         * gdb.base/commands.exp: Use ``set remote
15289         memory-read-packet-size'' instead of ``set endian big'' to test
15290         long commands.
15291
15292 2000-06-03  Daniel Berlin  <dan@cgsoftware.com>
15293
15294         * gdb.c++/templates.exp (do_tests): Make all of these work under
15295         g++, and stop skipping them.
15296
15297         * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
15298         work under g++.
15299
15300         * gdb.c++/misc.cc: Fix ambiguous initialization with correct
15301         initialization.
15302
15303 2000-06-02  Michael Snyder  <msnyder@cygnus.com>
15304
15305         * gdb.base/annota1.exp (run until main breakpoint): Loosen up
15306         the regular expression: accept an (almost) arbitrary sequence of
15307         "frames-invalid" and "breakpoints-invalid" messages both before
15308         and after the "starting" message.
15309
15310 2000-06-02  Michael Snyder  <msnyder@cygnus.com>
15311
15312         * gdb.c++/local.exp: This test has never been known to work with g++.
15313
15314 2000-05-18  Michael Snyder  <msnyder@cygnus.com>
15315
15316         * gdb.base/annota1.exp (annotate-signal-handler-caller):
15317         Relax the regular expression a little, make it pass on Solaris 8.
15318
15319 2000-05-12  Kevin Buettner  <kevinb@redhat.com>
15320
15321         * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
15322         a call, do not require that gdb stop on the line after the call.
15323         Instead, it is permissible for gdb to stop on the line of the
15324         call itself.
15325
15326 2000-05-12  Michael Snyder  <msnyder@.cygnus.com>
15327
15328         * gdb.base/break.exp (bp on small function, optimized file):
15329         Add a second pass pattern.  The behavior differs here between stabs
15330         and dwarf for one-line functions.  Stabs preserves two line symbols
15331         (one before the prologue and one after) with the same line number,
15332         but dwarf regards these as duplicates and discards one of them.
15333         Therefore the address after the prologue (where the breakpoint is)
15334         has no exactly matching line symbol, and GDB reports the breakpoint
15335         as if it were in the middle of a line rather than at the beginning.
15336
15337 2000-05-08  Michael Snyder  <msnyder@cygnus.com>
15338
15339         * gdb.base/interrupt.exp: Make "pass" message say "send"
15340         rather than "send_gdb" (for consistancy).
15341
15342 Mon May  1 15:37:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15343
15344         From 2000-04-28 Andreas Jaeger  <aj@suse.de>:
15345         * gdb.c++/templates.cc: Properly check for GCC version number.
15346         * lib/compiler.cc: Likewise
15347
15348 2000-04-28  Michael Snyder  <msnyder@cygnus.com>
15349
15350         * gdb.base/break.exp: When compiled with -O2 optimization,
15351         gdb may not stop at the first line of main, due to code motion.
15352
15353 2000-04-26  Michael Snyder  <msnyder@cygnus.com>
15354
15355         * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
15356         This test depends on parsing the printf output from the target.
15357         Since the sparclet stub doesn't do stdio, this will never work.
15358         * gdb.base/call-rt-st.exp: ditto.
15359         * gdb.base/call-strs: ditto.
15360
15361 2000-04-24  Michael Snyder  <msnyder@cygnus.com>
15362
15363         * gdb.base/miscexprs.exp: make sizeof long array test portable.
15364
15365         * gdb.base/ending-run.exp: After connecting to a remote target,
15366         but before running, the target will appear to be in a random
15367         location.  Specify both a file and a line for breakpoints.
15368         Also, the function that calls main may be called 'init'
15369         rather than 'start'.
15370
15371 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15372
15373         * gdb.base/help.exp: Update output for add-symbol-file command.
15374
15375 2000-04-10  Fernando Nasser  <fnasser@cygnus.com>
15376
15377         From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15378         * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
15379
15380 2000-04-07  J.T. Conklin  <jtc@redback.com>
15381
15382         * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
15383
15384         * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
15385
15386 Thu Mar 30 13:26:19 2000  Philippe De Muyter  <phdm@macqel.be>
15387
15388         * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
15389         values that can be represented exactly.
15390         * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
15391         above change, and to not check against the directory part of the source
15392         file name.
15393         (step into print_long_arg_list): Likewise.
15394         (print print_small_structs from print_long_arg_list): Likewise.
15395         (print print_long_arg_list): Likewise.
15396
15397 2000-03-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15398
15399         * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
15400
15401 Mon Mar 27 14:46:37 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15402
15403         * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
15404
15405 2000-03-25  Daniel Berlin  <dan@cgsoftware.com>
15406
15407         * gdb.base/commands.exp (deprecated_command_test): Add test for
15408         deprecate with no arguments.
15409
15410 2000-03-24  Jonathan Larmour  <jlarmour@redhat.co.uk>
15411
15412         * gdb.base/break.exp: Add new test for setting breakpoints on
15413         optimized code so we can test breakpoints work even when function
15414         prologues may be optimized away
15415
15416 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
15417
15418         From David Whedon <dwhedon@gordian.com>
15419         * gdb.base/commands.exp : Added command deprecator tests.
15420
15421 2000-03-22  Daniel Berlin   <dan@cgsoftware.com>
15422
15423        * gdb.base/help.exp: Added test for new apropos command.
15424
15425 2000-03-21  Kevin Buettner <kevinb@redhat.com>
15426
15427         * gdb.base/pointers.c (usevar): New function.
15428         (main): Make sure that global variables v_int_pointer2, rptr,
15429         and y are all referenced someplace in the program by calling
15430         usevar() on them.  [Some linkers delete symbols which are
15431         never referenced.  The space remains, but there's no way to
15432         get a (symbolic) handle on the variable from the debugger.]
15433
15434 2000-03-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15435
15436         * gdb.base/printcmds.c: Add typedeffed arrays.
15437
15438         * gdb.base/printcmds.exp (test_print_typedef_arrays): New
15439         procedure to test arrays that are typedef'd.
15440
15441 2000-03-13  James Ingham  <jingham@leda.cygnus.com>
15442
15443         * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
15444         the library directories.
15445
15446 Mon Feb 21 13:05:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15447
15448         * configure.in (configdirs): Add sub directory gdb.mi.
15449         * configure: Re-generate.
15450
15451         * gdb.mi: New directory.
15452
15453 2000-02-25  Scott Bambrough <scottb@netwinder.org>
15454
15455         * gdb.base/long_long.exp: Correct test suite failure when printing
15456         a long long value as a double on ARM platforms.
15457
15458 2000-02-16  Jim Blandy  <jimb@redhat.com>
15459
15460         * gdb.base/break.exp ("breakpoint line number"): Make sure the
15461         default source file is set properly before running this test.
15462
15463 2000-02-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15464
15465         * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
15466         gdbtk/library directory, not in gdbtcl2.
15467
15468 2000-02-04  Jim Blandy  <jimb@redhat.com>
15469
15470         * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
15471         backslash from regexp pattern.
15472
15473         * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
15474         procedure.  Use it to run all the "continue to bp overloaded"
15475         tests.  Note that this changes the names of the tests slightly.
15476         If the breakpoint hit message includes a hex PC value, because
15477         GCC's Dwarf 2 line info doesn't help us distinguish the prologue
15478         from the real source code, still consider that a pass.
15479
15480         * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
15481         XFAIL here if the breakpoint message contains a hex address.  Note
15482         similar change on 1999-11-02.
15483
15484         * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
15485
15486         * gdb.base/ptype.exp: Establish a default source file before
15487         calling get_debug_format.
15488
15489 2000-02-03  Fernando Nasser  <fnasser@totem.to.cygnus.com>
15490
15491         * gdb.base/watchpoint.exp: Remove duplication of test messages.
15492
15493 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
15494
15495         * gdb.base/step-test.exp: Fix the steps to enter a callee by means
15496         of successive stepi commands -- while in the prologue we should see
15497         the function entry bracket.
15498
15499 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
15500
15501         * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
15502         reach __change_mode() when stepping through the end of main().
15503
15504 2000-01-17  Fernando Nasser  <fnasser@totem.to.cygnus.com>
15505
15506         * gdb.base/default.exp: Fix expected pattern.
15507         * gdb.base/help.exp: Same.
15508
15509 2000-01-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15510
15511         * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
15512         Don't use xfail's because that affects only the following test.
15513
15514         * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
15515         solaris or linux.
15516
15517         * gdb.base/selftest.exp: Update to reflect changes to main.c.
15518
15519 2000-01-07  Michael Snyder  <msnyder@cygnus.com>
15520
15521         * gdb.base/display.exp: Some yacc parsers like to say
15522         "A syntax error" rather than "A parse error".  Accept both.
15523
15524 2000-01-06  Fernando Nasser  <fnasser@totem.to.cygnus.com>
15525
15526         * gdb.base/default.exp: Remove OS dependent string from "target
15527         remote" test.
15528         * gdb.base/help.exp: Same for "help target remote" test.
15529
15530 2000-01-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15531
15532         From Jim Kingdon <kingdon@redhat.com>:
15533
15534         * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
15535         prompt (cleanup rather than necessity, but still might keep output
15536         from spilling to next test).
15537
15538 2000-01-02  Fred Fish  <fnf@cygnus.com>
15539
15540         * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
15541         AIX, which defines them in <sys/types.h>.
15542
15543 1999-12-16  Stan Shebs  <shebs@andros.cygnus.com>
15544
15545         * gdb.base/default.exp: Match arm* etc instead of arm in "info
15546         float" test.
15547
15548 1999-12-13 Fernando Nasser  <fnasser@totem.to.cygnus.com>
15549
15550         * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
15551
15552         * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
15553         outermost frame disallowed".
15554
15555 1999-12-09  Fernando Nasser  <fnasser@totem.to.cygnus.com>
15556
15557         * gdb.base/setvar.exp: New tests for setting the value of a struct
15558         with a constant list.
15559
15560 1999-12-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
15561
15562         * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
15563         require the user to type a cast before setting the value of a struct.
15564
15565 1999-12-06  Jim Blandy  <jimb@cygnus.com>
15566
15567         * gdb.base/default.exp: Expect the new 'info float' command on
15568         all i386 platforms.
15569
15570         * gdb.threads/linux-dp.exp: Expand our ability to recognize
15571         LinuxThreads libraries that don't support debugging.
15572
15573 Sat Dec  4 15:21:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
15574
15575         * gdb.base/remote.c: Fill the buffer with truely random data.
15576         Change the buffer type to ``unsigned char'' to simplify size
15577         arithmetic.
15578
15579         * gdb.base/remote.exp: Reduce download numbers by one.  Typical
15580         stub only handles 400-1 byte packets.  Verify that the download
15581         worked.
15582
15583 1999-11-30  Fernando Nasser  <fnasser@totem.to.cygnus.com>
15584
15585         * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
15586         tests, using UNRESOLVED for the untested cases.  Also, does not wait
15587         for a timeout if the prompt was received before a recognizable pattern.
15588
15589 1999-11-29  Fernando Nasser  <fnasser@totem.to.cygnus.com>
15590
15591         * lib/gdb.exp (gdb_expect_list): Fix spelling.
15592
15593 1999-11-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15594
15595         * gdb.base/watchpoint.exp: Add tests cases for the hit count of
15596         watchpoints.
15597
15598 1999-11-24  Jason Merrill  <jason@casey.cygnus.com>
15599
15600         * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
15601
15602         * gdb.c++/local.exp: Be more flexible in recognizing local class
15603         name mangling.  Don't allow horribly truncated method names.
15604         * gdb.c++/derivation.exp: Expect protected inheritance.
15605         * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
15606         * gdb.c++/virtfunc.exp: Likewise.
15607         * gdb.c++/classes.exp: Likewise.  Don't require the enclosing scope
15608         when printing a nested enum.
15609
15610 1999-11-22  Jim Blandy  <jimb@cygnus.com>
15611
15612         * gdb.base/step-test.exp: Properly await GDB's response to setting
15613         a breakpoint on the call to large_struct_by_value.
15614
15615         * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
15616         just because we have debug info for the `start' function.
15617
15618 1999-11-19  Jim Blandy  <jimb@zenia.red-bean.com>
15619
15620         * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
15621         "Unknown signal" messages, which indicate (on LinuxThreads) that
15622         GDB doesn't know how to debug threads on this system.  This is
15623         better than hanging while philosopher 0 dumps chatter into gdb.log.
15624
15625 1999-11-18  Tom Tromey  <tromey@cygnus.com>
15626
15627         * gdb.trace/deltrace.exp: Updated test to reflect new error text.
15628
15629 1999-11-18  Fred Fish  <fnf@cygnus.com>
15630
15631         * gdb.base/coremaker2.c: Add sample program for generating
15632         cores that is more self contained than coremaker.c.  Eventually
15633         I'll add more code to this and tie it into the testsuite.
15634
15635 1999-11-12  Stan Shebs  <shebs@andros.cygnus.com>
15636
15637         * gdb.base/dollar.exp: Remove, now in gdb.hp.
15638
15639 1999-11-10  Jimmy Guo  <guo@cup.hp.com>
15640
15641         * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
15642         from $srcdir/lib/.
15643         * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
15644         and gdb.c++/.
15645
15646         * gdb.c++/derivation.exp: remove redundant get compiler info code.
15647
15648         * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
15649         'continue with watch' test point.
15650
15651 1999-11-08  Jim Blandy  <jimb@zenia.red-bean.com>
15652
15653         Merged from p2linux-990323-branch:
15654
15655         * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
15656
15657 Mon Nov  8 23:07:09 1999  Andrew Cagney  <cagney@amy.cygnus.com>
15658
15659         * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
15660         {limit,fixed}''.  Test ``set download-write-size''.
15661
15662 Sun Nov  7 17:37:01 1999  Andrew Cagney  <cagney@b1.cygnus.com>
15663
15664         * gdb.base/funcargs.exp: Rewrite stack traceback checks using
15665         gdb_expect_list.
15666
15667 Fri Nov  5 18:40:52 1999  Andrew Cagney  <cagney@b1.cygnus.com>
15668
15669         * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
15670
15671 1999-11-03  Mark Salter  <msalter@cygnus.com>
15672
15673         * gdb.base/break.exp: Fix "stub continue" pattern.
15674
15675 1999-11-03  Jim Blandy  <jimb@zwingli.cygnus.com>
15676
15677         * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
15678
15679 1999-11-02  Jim Blandy  <jimb@zwingli.cygnus.com>
15680
15681         * gdb.base/display.exp ("finish"): Add timeout clause.
15682
15683         * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
15684         plain prompt clause, so this doesn't have to time out in order to
15685         fail.
15686
15687         * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
15688         breakpoint hit messages include an address.
15689
15690         * gdb.base/display.exp: Don't forget to escape parens in regular
15691         expressions.  Unix regexp notatation sucks.
15692
15693 1999-11-02  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15694
15695         * gdb.base/annota1.exp: Test for annotate-signalled: change output
15696         order for 'signalled' message.
15697
15698 1999-11-01  Stan Shebs  <shebs@andros.cygnus.com>
15699
15700         From Jimmy Guo  <guo@cup.hp.com>:
15701         * gdb.base/annota1.exp: Add tests for annotate ignore count change.
15702         * gdb.base/annota1.c: Add code for tests to work with.
15703
15704 1999-10-26  Frank Ch. Eigler  <fche@cygnus.com>
15705
15706         * gdb.base/remote.exp: New test for remote downloading settings.
15707         * gdb.base/remote.c: New file with large .data.
15708
15709 1999-10-18  Jim Blandy  <jimb@zwingli.cygnus.com>
15710
15711         * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
15712         for LinuxThreads support, merged from the Code Fusion branch.
15713
15714 Mon Oct 11 13:57:21 1999  Andrew Cagney  <cagney@amy.cygnus.com>
15715
15716         * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
15717         containing exp_continue into a while within an expect.  Don't
15718         attempt a start more than three times.  Check return value from
15719         gdb_load.
15720
15721 Wed Oct  6 12:05:58 1999  Andrew Cagney  <cagney@b1.cygnus.com>
15722
15723         * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
15724         a pass case.
15725
15726 1999-10-01  Kevin Buettner <kevinb@cygnus.com>
15727
15728         * gdb.base/break.c (main): Added a statement that we can step
15729         off of.
15730         * gdb.base/break.exp: Added tests for setting a breakpoint
15731         at an offset and stepping onto a breakpoint.
15732
15733 1999-10-01  Fred Fish  <fnf@cygnus.com>
15734
15735         * gdb.base/help.exp (help add-symbol-file): Update to match current
15736         gdb output.
15737
15738 1999-09-18  Jim Blandy  <jimb@cris.red-bean.com>
15739
15740         * gdb.base/break.exp: Code locations are in hex, don't forget!
15741         (For HP-UX.)
15742
15743 1999-09-17  Stan Shebs  <shebs@andros.cygnus.com>
15744
15745         * condbreak.exp: Use break.c as test program.
15746         * condbreak.c: Remove, redundant with break.c.
15747
15748 1999-09-15  Stan Shebs  <shebs@andros.cygnus.com>
15749
15750         * config/monitor.exp (gdb_target_monitor): Disable X- and
15751         Z-packets if the target needs it.
15752
15753 1999-09-13  James Ingham  <jingham@leda.cygnus.com>
15754
15755         * gdb.c++/overload.exp: Added tests for listing overloaded
15756         functions with function pointers in the arg, explicitly calling
15757         out the version you want.
15758
15759 1999-09-09  Stan Shebs  <shebs@andros.cygnus.com>
15760
15761         * long_long.exp: Add variations of test cases that work for
15762         targets with 16-bit ints and 32-bit doubles.
15763
15764 1999-09-08  Stan Shebs  <shebs@andros.cygnus.com>
15765
15766         * break.c (main): Compare a possibly-uninitialized argc with an
15767         unlikely value that fits in 16 bits.
15768
15769 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
15770
15771         * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
15772         0xfeeb, don't want negative numbers if ints are 16 bits.
15773
15774         * lib/gdb.exp (skip_cplus_tests): New proc.
15775         * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
15776         gdb.c++/anon-union.exp, gdb.c++/classes.exp,
15777         gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
15778         gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
15779         gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
15780         gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
15781         gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
15782         gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
15783
15784         * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
15785
15786 Fri Sep  3 15:37:12 1999  Kevin Buettner  <kevinb@cygnus.com>
15787
15788         * gdb.base/corefile.exp (up): Allow a parameter to appear
15789         in the frame that we're going up to.
15790
15791         From Jim Blandy <jimb@cygnus.com>:
15792
15793         * gdb.base/default.exp (info float): Expect some output now.
15794
15795         * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
15796         returning floating-point values to fail on the x86.
15797         * gdb.base/callfwmall.exp (do_function_calls): Same.
15798
15799         * gdb.base/list.exp (test_listsize): Correct expectations for
15800         listing line 1 with listsize 2.  Also, listing a single line
15801         works now, as does listing three lines.  [Kevin's note: There
15802         were a number of other cases fixed too where the expectations
15803         differed...]
15804
15805 1999-09-02  Stan Shebs  <shebs@andros.cygnus.com>
15806
15807         * gdb.base/selftest.exp: Add case for when version prints as
15808         constant string instead of char pointer.
15809
15810 1999-08-25  Stan Shebs  <shebs@andros.cygnus.com>
15811
15812         * gdb.base/ending-run.exp: Add Solaris case for what happens when
15813         stepping out of main.
15814
15815         * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
15816         G++ used.
15817
15818         * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
15819         always, expect ptype InnerLocal::NestedInnerLocal to fail always.
15820
15821         * gdb.c++/ovldbreak.exp: Update match string in test that
15822         includes a warning of multiple breakpoints.
15823
15824 1999-08-24  Stan Shebs  <shebs@andros.cygnus.com>
15825
15826         * gdb.base/display.exp: Improve precision of step-after-finish
15827         added yesterday.
15828
15829         * gdb.base/signals.exp: Add extra wildcard to "handle all print"
15830         test.
15831
15832         * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
15833         configs when using G++, not just hppa*.
15834
15835 1999-08-24  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15836
15837         * gdb.base/async.c: New file.
15838         * gdb.base/async.exp: New file.
15839
15840 Tue Aug 24 03:24:53 1999  Jeffrey A Law  (law@cygnus.com)
15841
15842         * gdb.base/break.exp: Tweak PA specific tests to properly handle
15843         PA64.
15844
15845 Mon Aug 23 10:25:20 1999  Jeffrey A Law  (law@cygnus.com)
15846
15847         * gdb.base/display.exp: "finish" can leave us mid-line on many
15848         targets, deal with it.  Add a small constant to main, instead of
15849         1000 since main+1000 may not be a valid address in the target.
15850
15851         * gdb.base/dollar.exp: Do not run for PA processors in wide mode
15852         on hpux11.
15853
15854         * gdb.base/attach.exp: Handle another hpux11 error message variant
15855         when attaching to a process that does not exist.
15856
15857 1999-08-19  J.T. Conklin  <jtc@redback.com>
15858
15859         * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
15860         characters in 'continue to 1241' test.
15861
15862 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
15863
15864         * gdb.base/call-ar-st.exp: Add a shorter match case for the
15865         stop in print_long_arg_list, define and use a whitespace
15866         variable in print_small_structs test, add an XFAIL for Solaris.
15867         * gdb.base/dbx.exp: XFAIL func commands until somebody is
15868         interested enough to fix.
15869
15870 1999-08-13  Keith Seitz  <keiths@cygnus.com>
15871
15872         * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
15873         (dbx_gdb_load): Remove. Use gdb_load instead, since that
15874         proc knows about targets other than the natives.
15875         (test_assign): Use "gdb_run_cmd" to "run" the target.
15876         Check that we've actually hit the breakpoint at main.
15877         When we attempt to assign a value to a local variable, check
15878         that the variable is in the current scope, i.e., don't use
15879         a test with an empty result.
15880
15881 Tue Aug 10 15:25:16 1999  Andrew Cagney  <cagney@b1.cygnus.com>
15882
15883         * gdb.base/maint.exp: Add test of ``maintenance internal-error''
15884         command.
15885
15886 1999-08-09  Stan Shebs  <shebs@andros.cygnus.com>
15887
15888         From Jimmy Guo <guo@cup.hp.com> and others at HP:
15889         gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
15890         gdb.compat, gdb.threads-hp.
15891         gdb.hp/configure, gdb.hp/configure.in: New files.
15892         gdb.hp/Makefile.in: Recurse into new subdirs.
15893         gdb.hp/gdb.defects: New directory, tests for HP bug reports.
15894         gdb.hp/gdb.objdbg: New directory, tests for debugging info
15895         in object files.
15896         gdb.hp/tools: New directory, aux tools for HP-specific tests.
15897
15898 1999-08-05  Stan Shebs  <shebs@andros.cygnus.com>
15899
15900         * gdb.base/display.exp: Help expect by putting a newline in the
15901         funky printf, remove a bogus p/a test.
15902
15903 1999-08-05  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15904
15905         * gdb.base/display.exp: Make sure that when we say 'run', we are
15906         connected to the target. This is necessary when running not
15907         natively.
15908
15909 1999-08-03  Stan Shebs  <shebs@andros.cygnus.com>
15910
15911         * gdb.base/step-test.exp: Removed some extraneous messages.
15912
15913         * gdb.base/long_long.exp: Don't run memory examination tests
15914         on little-endian targets (they will need a different set of
15915         results to match).
15916
15917 1999-08-02  Stan Shebs  <shebs@andros.cygnus.com>
15918
15919         * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
15920         until somebody decides to fix GDB.
15921
15922         * gdb.base/long_long.c: Stop compiler complaint by specifying long
15923         constant as "ULL".
15924         * gdb.base/long_long.exp: Loosen x/c test, add partial result
15925         matches for a couple x/2 commands.
15926
15927 1999-07-30  Stan Shebs  <shebs@andros.cygnus.com>
15928
15929         * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
15930         by merging in ref-types2 tests.
15931         * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
15932
15933         From Jimmy Guo <guo@cup.hp.com> and others at HP:
15934         * gdb.c++/Makefile.in: Add standard actions.
15935         (EXECUTABLES): Rename from PROGS, update list.
15936         * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
15937         from gdb.hp.
15938         * gdb.c++/anon-union.cc: Don't use anonymous struct, make
15939         foo and bar locals.
15940         * gdb.c++/anon-union.exp: Fix tests to match.
15941         * gdb.c++/classes.exp: Run if HP compiler used, add extra
15942         expect matches to handle output variations.
15943         * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
15944         * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
15945         output, add HP alternatives for new and delete prints.
15946         * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
15947         gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
15948         * gdb.c++/demangle.exp: Use $style when reporting failure.
15949         * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
15950         * gdb.c++/inherit.exp: Run if HP compiler used, add some
15951         match alternatives.
15952         * gdb.c++/local.exp: Add match alternatives or xfails for HP
15953         compilers.
15954         * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
15955         * gdb.c++/method.exp: Add match alternatives.
15956         * gdb.c++/misc.cc: Add bool types.
15957         * gdb.c++/misc.exp: Add tests for bool types.
15958         * gdb.c++/overload.exp: Add xfails.
15959         * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
15960         * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
15961         add some more template parameter tests (only for HP currently).
15962         * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
15963         * gdb.c++/virtfunc.cc: Add return type and value for main.
15964         * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
15965         match alternatives.
15966
15967 1999-07-30  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15968
15969         * gdb.base/display.exp: Fix output of 'p/a &&j' test.
15970
15971 1999-07-29  Jim Blandy  <jimb@savonarola.red-bean.com>
15972
15973         * gdb.base/signals.exp: Don't expect getting a backtrace from
15974         within a signal handler to fail on Linux.
15975
15976 1999-07-29  Stan Shebs  <shebs@andros.cygnus.com>
15977
15978         From Jimmy Guo <guo@cup.hp.com> and others at HP:
15979         * lib/gdb.exp: Remove some gratuitious semicolons.
15980         (delete_breakpoints): Increase timeout.
15981         (gdb_expect): Add -notransfer option.
15982         (gdb_test): Use -notransfer option.
15983         (get_compiler_info): Add f77 case.
15984         (get_compiler): New proc, split out from gdb_preprocess, add f77
15985         case.
15986         (gdb_preprocess): Call get_compiler.
15987
15988         * gdb.base/Makefile.in (EXECUTABLES): Update the list.
15989         * gdb.base/attach.exp, gdb.base/display.exp,
15990         gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
15991         gdb.base/long_long.exp, gdb.base/printcmds.exp,
15992         gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
15993         third arg to gdb_test.
15994         * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
15995         * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
15996         HP-UX xfails, add others.
15997         * gdb.base/completion.exp: Reflect name change of self-test.
15998         * gdb.base/condbreak.exp, gdb.base/corefile.exp,
15999         gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
16000         gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
16001         HP failure number.
16002         * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
16003         useless HP-UX 10.30 references.
16004         * gdb.base/maint.exp: Loosen matches.
16005         * gdb.base/pointers.c (main): Declare more_code.
16006         * gdb.base/pointers.exp: Match on output of a `next'.
16007         * gdb.base/structs.c: Add prototypes.
16008         * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
16009         * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
16010
16011 1999-07-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
16012
16013         * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
16014         command.
16015
16016 1999-07-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
16017
16018         * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
16019         Fix run to main failures. Watchpoint can be hardware watchpoint.
16020
16021         * gdb.base/annota1.exp: Clean up some more, in case printf has
16022         debug info.  Deal with lack of signal hanlder info in stack.
16023
16024         From Jim Kingdon  <kingdon@redhat.com>:
16025         * gdb.base/annota1.exp: If printf has debug info, deal with it.
16026
16027 1999-07-19  Stan Shebs  <shebs@andros.cygnus.com>
16028
16029         * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
16030         gdb.base/foll-vfork.exp: Don't run for crosses.
16031
16032 Tue Jul 13 23:37:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
16033
16034         * gdb.base/configure.in: Check for gdbvars.exp instead of
16035         a1-selftest.exp.
16036         * gdb.base/configure: Re-generate.
16037
16038 1999-07-12  Stan Shebs  <shebs@andros.cygnus.com>
16039
16040         * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
16041         in trying to run first and name is too long.
16042
16043         * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
16044         pointers2.c and pointers2.exp, respectively.
16045         * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
16046         doschk happier.
16047
16048 1999-07-08  Stan Shebs  <shebs@andros.cygnus.com>
16049
16050         * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
16051         callfuncs2.c and callfuncs2.exp.
16052
16053         * gdb.base/list.exp: Remove mistaken xfails.
16054         * gdb.base/list0.h: Add optional prototypes.
16055
16056 Wed Jul  7 00:27:35 1999  Andrew Cagney  <cagney@amy.cygnus.com>
16057
16058         * gdb.base/setvar.exp: Increase the time-out on tests indirectly
16059         calling malloc.
16060         * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
16061         * ptype.exp: Move test for get_debug_format to before its first
16062         use.
16063
16064 1999-07-06  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
16065
16066         * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
16067         * gdb.base/annota2.cc, annota2.exp: Move from here.
16068         * gdb.c++/annota2.cc, annota2.exp: To here.
16069         * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
16070
16071 Tue Jun 29 11:56:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
16072
16073         * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
16074         a consistent format.
16075
16076 1999-06-25  Stan Shebs  <shebs@andros.cygnus.com>
16077
16078         From Jimmy Guo <guo@cup.hp.com> and others at HP:
16079         * lib/gdb.exp (get_compiler_info): Add detection for assorted
16080         HP compilers, also set the globals $true and $false.
16081
16082         * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
16083         call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
16084         coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
16085         jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
16086         long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
16087         printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
16088         scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
16089         sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
16090         solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
16091         whatis.c} Add C++ compatible function definitions and return
16092         types, add includes for library functions.
16093         * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
16094         * gdb.base/step-test.c (myglob): Rename from glob.
16095         * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
16096         foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
16097         files, move here from gdb.hp.
16098         * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
16099         commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
16100         ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
16101         Adjust line numbers in regexps.
16102
16103         * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
16104         miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
16105         instead of 0/1.
16106
16107         * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
16108         foll-vfork.exp: New files, move here from gdb.hp.
16109         * gdb.base/page.exp: New file, test of pagination command.
16110
16111         * gdb.base/watchpoint.c (recurser): New function, for watchpoint
16112         recursion test.
16113         * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
16114
16115         * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
16116         gdb.base/solib.exp: Fix compiler invocation process.
16117
16118         * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
16119         HP-UX 11, turn off overload resolution explicitly.
16120         * gdb.base/commands.exp: Set argument list explicitly, add
16121         watchpoint test.
16122         * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
16123         them work.
16124         * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
16125         expressions properly.
16126         * gdb.base/corefile.exp: Loosen the match slightly.
16127         * gdb.base/default.exp: Allow "Error accessing memory" message
16128         also.
16129         * gdb.base/display.exp: Skip over x/0 j if PA64.
16130         * gdb.base/funcargs.exp: Add xfails for HP-UX.
16131         * gdb.base/interrupt.exp: Ditto.
16132         * gdb.base/langs.exp: Add symbolic matches governed by compiler
16133         in use.
16134         * gdb.base/list.exp: Add xfails for HP-UX.
16135         * gdb.base/long_long.exp: Refine some of the numeric matches.
16136         * gdb.base/mips_pro.exp: Xfail on HP-UX.
16137         * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
16138         * gdb.base/nodebug.exp: Succeed on more varieties of output.
16139         * gdb.base/opaque.exp: Remove some HP-UX xfails.
16140         * gdb.base/ptype.exp: Succeed on more varieties of output.
16141         * gdb.base/scope.exp: Add xfails for HP-UX.
16142         * gdb.base/sect-cmd.exp: Add more cases.
16143         * gdb.base/setvar.exp: Add xfails for HP-UX.
16144         * gdb.base/shlib-call.exp: Loosen some matches slightly.
16145         * gdb.base/signals.exp: Match on void symbolically.
16146         * gdb.base/step-test.exp: Add case for PA64.
16147         * gdb.base/term.exp: Add exit and restart.
16148         * gdb.base/twice.exp: Clean up after self.
16149         * gdb.base/varargs.exp: Disable overload resolution explicitly.
16150         * gdb.base/whatis.exp: Allow more ways to pass tests.
16151
16152         * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
16153         no longer useful.
16154
16155 Fri Jun 25 19:27:28 1999  Andrew Cagney  <cagney@b1.cygnus.com>
16156
16157         * lib/gdb.exp (proc gdb_expect_list): New procedure.  Matches a
16158         list of patterns.
16159         * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
16160         print_double_array(double_array)", "continuing to breakpoint
16161         1018", "print print_double_array(array_d)" and "continuing to
16162         1034" tests.
16163
16164 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
16165
16166         * Makefile.in: Add empty html and install-html targets.
16167
16168 1999-06-24  Stan Shebs  <shebs@andros.cygnus.com>
16169
16170         * config/mt-*: Remove, these haven't been used since 1996.
16171
16172 1999-06-22  Stan Shebs  <shebs@andros.cygnus.com>
16173
16174         * gdb.base/call-strs.c, gdb.base/ending-run.c,
16175         gdb.base/step-test.c: Include stdlib.h and string.h as needed.
16176         * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
16177
16178 1999-06-18  Stan Shebs  <shebs@andros.cygnus.com>
16179
16180         * gdb.c++/overload.exp: XFAIL everything if using G++, add a
16181         simpler match case for the ptype of the big class.
16182
16183 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
16184
16185         * gdb.exp: Fix test for gdb_prompt existence.
16186
16187 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
16188
16189         * gdb.exp (gdb_test): Add fail after calls to perror.
16190
16191 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
16192
16193         * gdb.exp (gdb_test): Accept variations of Undefined command messages.
16194
16195 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
16196
16197         * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
16198
16199 Fri Jun 11 12:56:50 1999  Andrew Cagney  <cagney@b1.cygnus.com>
16200
16201         * gdb.base/call-strs.c (link_malloc): New function.  Ensure that
16202         malloc() is linked in.
16203
16204 1999-06-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
16205
16206         * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
16207         step at end.
16208
16209         * gdb.base/annota1.exp: Increase match_max to prevent timeout.
16210
16211 1999-06-08  Jim Blandy  <jimb@zwingli.cygnus.com>
16212
16213         * gdb.java/jv-print.exp: New file.  (Our first Java test!)
16214
16215 Fri Jun  4 10:47:46 1999  Jeffrey A Law  (law@cygnus.com)
16216
16217         * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
16218         * gdb.base/mips_pro.exp: Likewise.
16219
16220 1999-06-02  Keith Seitz  <keiths@cygnus.com>
16221
16222         * gdb.c++/templates.cc: Change all "new" operators to throw
16223         an exception.
16224         * gdb.c++/cplusfuncs.cc: Likewise.
16225
16226         * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
16227
16228 Wed Jun  2 17:37:05 1999  Andrew Cagney  <cagney@b1.cygnus.com>
16229
16230         * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
16231         * gdb.base/ending-run.exp: When stepping out of main, accept a
16232         step into an arbitrary assembler file.
16233
16234 1999-05-20  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
16235
16236         * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
16237         "breakpoint-invalid" to be printed.
16238         * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
16239         number of "frames-invalid" and "breakpoint-invalid" to be printed.
16240         * gdb.base/annota2.cc: Initialize a.x to 0.
16241
16242 1999-05-17  Keith Seitz  <keiths@cygnus.com>
16243
16244         * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
16245         when "skip_float_tests" set.
16246         Ditto for "print print_double_array(array_d)", "print print_small_structs",
16247         "print print_ten_doubles", and "step into print_long_arg_list".
16248         Don't assume we can step into "print_long_arg_list": we could step into memcpy.
16249         * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
16250         is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
16251         * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
16252         "skip_float_tests" is set.
16253         * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
16254         when "skip_float_tests" set.
16255
16256 1999-05-06  Keith Seitz  <keiths@cygnus.com>
16257
16258         * gdb.base/annota2.cc: Include stdio.h.
16259
16260 Wed May  5 17:44:31 1999  Stan Shebs  <shebs@andros.cygnus.com>
16261
16262         * gdb.base/crossload.exp: Remove, this has been disabled ever
16263         since BFD stopped including all targets, and cross-GDB gets
16264         plenty of testing anyway.
16265         * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
16266         gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
16267         gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
16268         * gdb.base/README: Remove, was doc for this.
16269         * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
16270         needed.
16271
16272 1999-05-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
16273
16274         * gdb.base/call-ar-st.exp: Fix one regular expression in test
16275         output.
16276
16277         * gdb.base/annota1.exp: New file. Annotation level 2 tests.
16278         * gdb.base/annota2.exp: New file. More annotation tests.
16279         * gdb.base/annota1.c: New file. Source file for annota1.exp.
16280         * gdb.base/annota2.cc: New file. Source file for annota2.exp.
16281
16282 1999-04-23  Angela Marie Thomas <angela@cygnus.com>
16283
16284         * config/cfdbug.exp: New file.
16285
16286 1999-04-20  Jim Blandy  <jimb@zwingli.cygnus.com>
16287
16288         * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
16289         Marcus Daniel's and Dale Hawkins's demangler crashes.
16290
16291         * gdb.c++/demangle.exp (test_gnu_style_demangling,
16292         test_lucid_style_demangling, test_arm_style_demangling,
16293         test_hp_style_demangling): Try Tom Tromey's core-dumping
16294         identifier under each demangling style.
16295
16296 1999-04-07  Jim Blandy  <jimb@zwingli.cygnus.com>
16297
16298         * gdb.c++/demangle.exp: Include the current demangling style
16299         in all test names.
16300         (current_demangling_style): New global variable.
16301         (set_demangling_style, test_demangling_core, test_demangling,
16302         test_demangling_exact): New functions.
16303         (test_gnu_style_demangling, test_lucid_style_demangling,
16304         test_arm_style_demangling, test_hp_style_demangling): Use those,
16305         instead of calling gdb_test and gdb_test_exact directly.
16306         (catch_demangling_errors): New function, which reports errors
16307         signalled by the demangling test functions in an orderly way.
16308         (do_tests): Use catch_demangling_errors.
16309
16310 1999-04-06  Jim Blandy  <jimb@zwingli.cygnus.com>
16311
16312         * gdb.base/signals.exp (test_handle_all_print): Use () for
16313         grouping in expressions, not {}.
16314
16315         * gdb.base/smoke.exp: Test value of x, not y.  The latter isn't
16316         initialized yet.
16317
16318 1999-04-01  Stan Shebs  <shebs@andros.cygnus.com>
16319
16320         * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
16321         are listed.
16322
16323 1999-03-26  Stan Shebs  <shebs@andros.cygnus.com>
16324
16325         * gdb.stabs/weird.exp: Test for CC being defined before
16326         looking at its value.
16327
16328 1999-03-25  Stan Shebs  <shebs@andros.cygnus.com>
16329
16330         * gdb.base/call-ar-st.exp: Remove stray '#'.
16331         * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
16332         "short int" and "long int".
16333         * gdb.c++/overload.cc: Cast the string added in the previous
16334         change, to mollify finicky HP compiler.
16335         * gdb.hp/reg-test.exp (testfile): Fix file name.
16336         * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
16337
16338         * gdb.c++/misc.cc (main): Initialize obj_with_enum.
16339         * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
16340         alternate form of enum ptype.
16341
16342 1999-03-23  Stan Shebs  <shebs@andros.cygnus.com>
16343
16344         * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
16345         * gdb.hp/*.exp: Change all to run compiler probe only after
16346         passing skip_hp_tests, so as not to waste time on guaranteed
16347         failure.
16348
16349         * gdb.c++/overload.cc: Pass string instead of char addr, always
16350         init ccpfoo.
16351         * gdb.c++/templates.cc: Fix syntax error.
16352
16353 Tue Mar 23 14:56:36 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
16354
16355         * gdb.base/commands.exp: Add test for correct position of '>'
16356         when issuing the 'commands' command after a 'while' or 'if'
16357         command.
16358
16359 1999-03-18  James Ingham  <jingham@cygnus.com>
16360
16361         * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
16362
16363         * gdb.c++/method.exp: It was testing an uninitialized int on the
16364         stack and assuming it was positive.
16365
16366         * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
16367
16368         * gdb.base/step-test.exp: Catch a case where finish is broken and
16369         keep it from killing the rest of the tests.
16370         Use gdb_continue_to_end.
16371
16372         * gdb.base/sigall.exp: use gdb_continue_to_end.
16373
16374         * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
16375
16376         * gdb.base/display.exp: use runto_main, not run.
16377
16378         * gdb.base/default.exp: Check for the current error message in the
16379         r abbreviation test.
16380         Add strongarm to the targets that know info float.
16381
16382         * gdb.base/condbreak.exp: Use the gdb_run command rather than just
16383         run which doesn't work with monitors.
16384
16385         * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
16386
16387         * gdb.base/break.exp: use the gdb_continue_to_end proc.
16388
16389         * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
16390         program.  Traps the case (in Cygmon) when the program never really
16391         exits.  Same as Mark's continue_to_exit, but I had put it in a lot
16392         more places, so I used my name.  Sorry Mark...
16393
16394         * config/monitor.exp (gdb_target_monitor): added another
16395         target_info parameter: remotebinarydownload.  This will set the
16396         remotebinarydownload flag if this is causing some boards trouble.
16397
16398 1999-03-18  Mark Salter  <msalter@cygnus.com>
16399
16400         * lib/gdb.exp (continue_to_exit): New function.
16401
16402         * gdb.base/ena-dis-br.exp: Clean up for remote targets.
16403         * gdb.base/ending-run.exp: Ditto.
16404         * gdb.base/step-test.exp: Ditto.
16405
16406 1999-03-16  Stan Shebs  <shebs@andros.cygnus.com>
16407
16408         * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
16409         (suggested by Art Haas <ahaas@neosoft.com>).
16410
16411 1999-03-16  Jim Blandy  <jimb@zwingli.cygnus.com>
16412
16413         * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
16414
16415 Fri Mar 12 18:06:21 1999  Stan Shebs  <shebs@andros.cygnus.com>
16416
16417         * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
16418         descriptions of types (short unsigned int vs unsigned short, etc).
16419
16420 1999-03-12  Jim Blandy  <jimb@zwingli.cygnus.com>
16421
16422         * gdb.base/call-strs.exp: Don't assume that `step' will step over
16423         a call to strlen; sometimes we do have sources.
16424
16425 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
16426
16427         * gdb.base/call-ar-st.c (main): Terminate char_array with a null
16428         character, so GDB won't print garbage after its end.
16429
16430         * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
16431         breakpoint there instead.  Sometimes GCC emits memcpy to handle
16432         the large structures being passed by value, so we step into that
16433         instead of sum_array_print, which obscures what we're really testing.
16434         * gdb.base/step-test.exp: However, we do want a test that notices
16435         the bizarre steps into memcpy, so do that here.  Add check for
16436         stepping into function calls that pass large structures by value.
16437         ("Is that a noun clause, or are you just happy to see me?")
16438         Remove all references to specific line numbers.
16439         * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
16440         New type and function.
16441         (main): Call large_struct_by_value, passing it a large struct by value.
16442         * lib/gdb.exp (gdb_get_line_number): New function.
16443
16444         * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
16445         more portable.
16446
16447 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
16448
16449         * lib/gdb.exp: Doc fixes.
16450
16451 1999-03-05  Nick Clifton  <nickc@cygnus.com>
16452
16453         * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
16454
16455 1999-03-04  Jim Blandy  <jimb@zwingli.cygnus.com>
16456
16457         * gdb.base/display.exp: Don't exercise the "detach" and "kill"
16458         commands.  They're not germane to this test, and they don't work
16459         that way on remote targets.
16460
16461 1999-03-01  James Ingham  <jingham@cygnus.com>
16462
16463         * Changelog entries merged over from gdb development branch.
16464
16465        Tue Jan  5 12:33:47 1999  Keith Seitz  <keiths@cygnus.com>
16466
16467                * lib/gdb.exp (gdbtk_analyze_results): Generic function
16468                for outputting results of test run.
16469
16470         1998-12-07  Martin M. Hunt  <hunt@cygnus.com>
16471
16472                * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
16473
16474 1999-02-25  Felix Lee  <flee@cygnus.com>
16475
16476         * lib/gdb.exp (debug_format): initialize
16477
16478 1999-02-25  Jason Molenda  (jsm@bugshack.cygnus.com)
16479
16480         * gdb.base/call-ar-st.c: Include string.h, not strings.h.
16481         * gdb.base/call-rt-st.c: Ditto.
16482
16483 1999-02-13  Jim Blandy  <jimb@zwingli.cygnus.com>
16484
16485         * gdb.threads/pthreads.exp (horiz): New variable.
16486         (test_startup): Fix regexps that capture thread numbers.
16487
16488 1999-02-10  Jason Molenda  (jsm@bugshack.cygnus.com)
16489
16490         * gdb.base/smoke.exp: Disambiguate two test case names (both
16491         called ``print'').
16492
16493 Fri Feb  5 12:42:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
16494
16495         * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
16496         compilation.
16497
16498 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
16499
16500         * gdb.base/miscexprs.exp: Change patterns to match GDB's
16501         actual output formatting.
16502         * gdb.base/smoke.exp: GDB removes leading 0's.
16503         * gdb.base/volatile.exp: Don't check type of remuneration;
16504         that variable is no longer defined in constvars.c.
16505         * gdb.base/step-test.c (main): Exit with explicit exit code.
16506         * gdb.base/step-test.exp: Remove two nexti checks--they are
16507         not portable.
16508
16509 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
16510
16511         * gdb.base/help.exp ("help delete display"): Fix test to match
16512         gdb's output.
16513
16514         * gdb.base/long_long.c (known_types): Initialize values to zero.
16515         * gdb.base/long_long.exp: Step one more line
16516         so 'dec' is initialized in "get to known place".  GDB removes
16517         leading zeros.  Explicitly ask for hex formatting.  Use
16518         unique test case names.
16519
16520 Tue Feb  2 10:16:08 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
16521
16522         * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
16523
16524         * gdb.c++/method.exp: Add missing close brace.
16525
16526 1999-01-30  Jim Blandy  <jimb@zwingli.cygnus.com>
16527
16528         * gdb.base/maint.exp: Use 'set height 0' to disable page
16529         prompting, not 'set height 400'.
16530
16531         Fix a bunch of timeouts.
16532         * gdb.base/maint.exp ("maint print objfiles"): Break this up into
16533         four separate tests, so expect doesn't take forever to match a ton
16534         of text against a regexp with lots of .* forms.
16535         ("maint print psymbols", "maint print symbols"): Make some of
16536         these greps more selective, so that expect doesn't try to wade
16537         through huge piles of output and time out.
16538
16539         * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
16540
16541         * gdb.base/maint.exp ("maint info breakpoints"): Split into two
16542         tests: one which doesn't expect shlib events to be reported, and
16543         another which does, but is XFAIL for all platforms other than
16544         HP/UX.
16545
16546         * gdb.base/break.exp: Teach the test suite that the `catch
16547         fork', `catch vfork', and `catch exec' commands produce error
16548         messages on platforms that don't provide these features.
16549
16550 Mon Jan 25 18:35:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
16551
16552         * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
16553         so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
16554         (shortening names from solib_threshold.exp etc), won't run on
16555         anything but HP-UX for the foreseeable future.
16556         * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
16557         reflect move.
16558
16559 Thu Jan 21 15:46:49 1999  Stan Shebs  <shebs@andros.cygnus.com>
16560
16561         * gdb.base/Makefile.in, gdb.c++/Makefile.in,
16562         gdb.trace/Makefile.in (clean): Remove all test executables.
16563
16564 Tue Jan 19 17:20:09 1999  David Taylor  <taylor@texas.cygnus.com>
16565
16566         * gdb.base/shlib-call.exp: add test cases to verify that gdb
16567         successfully re-sets breakpoints in shared libraries.
16568         * gdb.base/shmain.c (main): return 0, don't fall off the end.
16569
16570 Fri Jan 15 14:04:57 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
16571
16572         * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
16573         and compiled w/o GCC.
16574
16575         * gdb.hp/watch-cmd.exp: ditto.
16576
16577         * gdb.hp/watch-hp.exp: ditto.
16578
16579         * gdb.hp/xdb1.exp: ditto.
16580
16581         * gdb.hp/xdb2.exp: ditto.
16582
16583         * gdb.hp/dbx.exp: ditto.
16584
16585 Thu Jan 14 18:36:48 1999  Stan Shebs  <shebs@andros.cygnus.com>
16586
16587         * constvars.c: Remove C++-isms.
16588         * constvars.exp: Use gdb_test everywhere, add xfails if compiled
16589         with GCC.
16590
16591 Mon Jan 11 10:08:03 1999  David Taylor  <taylor@texas.cygnus.com>
16592
16593         The following changes are part of the HP merge.
16594
16595         * gdb.base/break.exp: new tests to verify that catchpoints for
16596         fork, vfork, and exec don't trigger inappropriately.
16597
16598         * gdb.base/opaque.exp: compile one file at a time, then link.
16599
16600         * gdb.base/signals.exp: be more restrictive about which hppa
16601         systems receive a setup_xfail.  new tests.
16602
16603         * gdb.base/solib_threshold.build: new file.
16604         * gdb.base/solib_threshold.exp: new file.
16605         * gdb.base/solib_threshold.link_opts: new file.
16606         * gdb.base/solib_threshold.mk: new file.
16607         * gdb.base/gen_solib_threshold.c: new file.
16608
16609         * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
16610         tests.  New tests for enums inside classes.
16611
16612         * gdb.c++/compiler.cc: indicate support of template debugging.
16613
16614         * gdb.c++/demangle.exp: run hp style demangling tests.
16615
16616         * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
16617         tests.
16618
16619         * gdb.c++/misc.cc: changes to support new tests.
16620
16621         * gdb.c++/templates.cc: changes to support HP's compiler; changes
16622         to support new tests.
16623
16624         * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
16625         gcc, then skip these tests.
16626
16627 Sun Jan 10 23:44:11 1999  David Taylor  <taylor@texas.cygnus.com>
16628
16629         The following files are part of the HP merge; some had longer
16630         names at HP, but have been renamed to be no more than 14
16631         characters in length.
16632
16633         * gdb.hp/ambiguous.cc: new file.
16634         * gdb.hp/ambiguous.exp: new file.
16635         * gdb.hp/attach.exp: new file.
16636         * gdb.hp/attach2.exp: new file.
16637         * gdb.hp/classes-hp.exp: new file.
16638         * gdb.hp/ctti.exp: new file.
16639         * gdb.hp/ctti-add.cc: new file.
16640         * gdb.hp/ctti-add1.cc: new file.
16641         * gdb.hp/ctti-add2.cc: new file.
16642         * gdb.hp/ctti-add3.cc: new file.
16643         * gdb.hp/dbx.exp: new file.
16644         * gdb.hp/exception.cc: new file.
16645         * gdb.hp/exception.exp: new file.
16646         * gdb.hp/foll-exec.c: new file.
16647         * gdb.hp/foll-exec.exp: new file.
16648         * gdb.hp/foll-fork.c: new file.
16649         * gdb.hp/foll-fork.exp: new file.
16650         * gdb.hp/foll-vfork.c: new file.
16651         * gdb.hp/foll-vfork.exp: new file.
16652         * gdb.hp/inherit-hp.exp: new file.
16653         * gdb.hp/more-steps.exp: new file.
16654         * gdb.hp/namespace.cc: new file.
16655         * gdb.hp/namespace.exp: new file.
16656         * gdb.hp/optimize.exp: new file.
16657         * gdb.hp/pxdb.c: new file.
16658         * gdb.hp/pxdb.exp: new file.
16659         * gdb.hp/quicksort.exp: new file.
16660         * gdb.hp/reg-test.exp: new file.
16661         * gdb.hp/reg-test.s: new file.
16662         * gdb.hp/sized-enum.c: new file.
16663         * gdb.hp/sized-enum.exp: new file.
16664         * gdb.hp/start-stop.exp: new file.
16665         * gdb.hp/templ-hp.cc: new file.
16666         * gdb.hp/templ-hp.exp: new file.
16667         * gdb.hp/thr-lib.c: new file.
16668         * gdb.hp/thr-lib.exp: new file.
16669         * gdb.hp/thr-lib.h: new file.
16670         * gdb.hp/thr-liblib.c: new file.
16671         * gdb.hp/virtfun-hp.c: new file.
16672         * gdb.hp/virtfun-hp.exp: new file.
16673         * gdb.hp/watch-cmd.exp: new file.
16674         * gdb.hp/watch-hp.exp: new file.
16675         * gdb.hp/xdb1.exp: new file.
16676         * gdb.hp/xdb2.exp: new file.
16677         * gdb.hp/xdb3.exp: new file.
16678
16679 Wed Jan  6 18:41:15 1999  David Taylor  <taylor@texas.cygnus.com>
16680
16681         The following files are part of the HP merge; some had longer
16682         names at HP, but have been renamed to be no more than 14
16683         characters in length.
16684
16685         * gdb.base/ss.h: new file.
16686         * gdb.base/call-ar-st.c: new file.
16687         * gdb.base/call-ar-st.exp: new file.
16688         * gdb.base/call-rt-st.c: new file.
16689         * gdb.base/call-rt-st-exp: new file.
16690         * gdb.base/call-strs.exp: new file.
16691         * gdb.base/ena-dis-br.exp: new file.
16692         * gdb.base/environ.exp: new file.
16693         * gdb.base/long_long.exp: new file.
16694         * gdb.base/sect-cmd.exp: new file.
16695         * gdb.base/shlib-cl2.exp: new file.
16696         * gdb.base/smoke.exp: new file.
16697         * gdb.base/so-impl-ld.c: new file.
16698         * gdb.base/so-impl-ld.exp: new file.
16699         * gdb.base/so-indr-cl.c: new file.
16700         * gdb.base/so-indr-cl.exp: new file.
16701         * gdb.base/varargs.exp: new file.
16702         * gdb.base/volatile.exp: new file.
16703         * gdb.base/whatis-exp.exp: new file.
16704         * gdb.base/display.exp: new file.
16705         * gdb.c++/derivation.exp: new file.
16706         * gdb.c++/local.exp: new file.
16707         * gdb.c++/member-ptr.exp: new file.
16708         * gdb.c++/overload.exp: new file.
16709         * gdb.c++/ovldbreak.exp: new file.
16710         * gdb.c++/ref-types.exp: new file.
16711         * gdb.c++/ref-types2.exp: new file.
16712         * gdb.c++/userdef.exp: new file.
16713
16714 Wed Jan  6 13:50:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
16715
16716         * gdb.base/default.exp: Reflect wording change in remote.c.
16717
16718 Tue Jan  5 19:14:51 1999  Michael Snyder  <msnyder@cygnus.com>
16719
16720         * gdb.base/help.exp: Update to reflect current text.
16721
16722 Tue Jan  5 13:05:32 1999  David Taylor  <taylor@texas.cygnus.com>
16723
16724         * gdb.c++/anon-union.cc: make foo and bar global, otherwise
16725         they're stack variables and contain garbage.
16726         * gdb.c++/anon-union.exp: new file.
16727
16728         The following changes were made by David Taylor
16729         <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
16730         Edith Epstein <eepstein@cygnus.com> as part of a project to merge
16731         in changes by HP.
16732
16733         * gdb.base/bitops.exp: new file.
16734         * gdb.base/default.exp: change expected messages for catch and
16735         info catch tests to reflect HP merge changes.
16736         * gdb.base/enable-disable-break.exp
16737         * gdb.base/ending-run.c: new file.
16738         * gdb.base/long_long.c: new file.
16739         * gdb.base/maint.exp: new file.
16740         * gdb.base/pointers2.exp: new file.
16741         * gdb.base/shlib-call2.exp: new file.
16742         * gdb.base/solib.exp: new file.
16743         * gdb.base/step-test.c: new file.
16744         * gdb.c++/anon-union.cc: new file.
16745         * gdb.c++/local.cc: new file.
16746         * gdb.c++/member-pointer.cc: new file.
16747         * gdb.c++/method.cc: new file.
16748         * gdb.c++/ref-types.cc: new file.
16749         * gdb.c++/ref-types2.cc: new file.
16750         * gdb.c++/userdef.cc: new file.
16751
16752         * gdb.base/scope.exp: compile one file at a time, then link.
16753         * gdb.base/langs.exp: ditto.
16754         * gdb.base/list.exp: ditto.
16755
16756 Mon Jan  4 10:06:43 1999  David Taylor  <taylor@texas.cygnus.com>
16757
16758         The following changes were made by David Taylor
16759         <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
16760         Edith Epstein <eepstein@cygnus.com> as part of a project to merge
16761         in changes by HP.
16762
16763         * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
16764         skip tests.  When compiling pass c++ flag to gdb_compile.
16765         * gdb.c++/
16766
16767         * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
16768         test for on hppa*-*-hpux*; use args to see if c++ was specified.
16769         (skip_hp_tests): new function.
16770         (gdb_preprocess): new function.
16771
16772         * configure.in (hpdir): decide whether to configure gdb.hp.
16773         * configure: regenerated.
16774
16775         * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
16776         to delete on clean.
16777         (EXECUTABLES): update to reflect new additions.
16778         * gdb.base/commands.exp: update message expected.
16779         * gdb.base/default.exp: add copyright notice.
16780         * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
16781         * gdb.base/help.exp: update messages to reflect current text.
16782         * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
16783         targets for recurse tests.
16784         * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
16785         skip this file.
16786
16787         * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
16788         * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
16789         compilation.
16790         * gdb.c++/misc.exp: ditto.
16791         * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
16792         run the tests.  tell gdb_compile that it's a c++ compilation.
16793
16794         * gdb.threads/pthreads.exp: fix typo in message.
16795
16796         * gdb.base/all-bin.exp: new file.
16797         * gdb.base/arithmet.exp: new file.
16798         * gdb.base/assign.exp: new file.
16799         * gdb.base/completion.exp: new file.
16800         * gdb.base/cond-expr.exp: new file.
16801         * gdb.base/condbreak.exp: new file.
16802         * gdb.base/define.exp: new file.
16803         * gdb.base/dollar.exp: new file.
16804         * gdb.base/environment.exp: new file.
16805         * gdb.base/eval-skip.exp: new file.
16806         * gdb.base/jump.exp: new file.
16807         * gdb.base/logical.exp: new file.
16808         * gdb.base/pointers.exp: new file.
16809         * gdb.base/relational.exp: new file.
16810         * gdb.base/section_command.exp: new file.
16811         * gdb.base/whatis-expr.exp: new file.
16812
16813         * gdb.base/all-types.c: new file.
16814         * gdb.base/call-array-struct.c: new file.
16815         * gdb.base/call-return-struct.c: new file.
16816         * gdb.base/call-strings.c: new file.
16817         * gdb.base/callfuncs2.c: new file.
16818         * gdb.base/condbreak.c: new file.
16819         * gdb.base/constvars.c: new file.
16820         * gdb.base/display.c: new file.
16821         * gdb.base/int-type.c: new file.
16822         * gdb.base/jump.c: new file.
16823         * gdb.base/miscexprs.c: new file.
16824         * gdb.base/pointers.c: new file.
16825         * gdb.base/pointers2.c: new file.
16826         * gdb.base/shmain.c: new file.
16827         * gdb.base/shr1.c: new file.
16828         * gdb.base/shr2.c: new file.
16829         * gdb.base/solib.c: new file.
16830         * gdb.base/solib1.c: new file.
16831         * gdb.base/solib2.c: new file.
16832         * gdb.base/varargs.c: new file.
16833         * gdb.c++/derivation.cc: new file.
16834         * gdb.c++/overload.cc: new file.
16835         * gdb.c++/ovldbreak.cc: new file.
16836         * gdb.hp/attach.c: new file.
16837         * gdb.hp/attach2.c: new file.
16838         * gdb.hp/average.c: new file.
16839         * gdb.hp/compiler.c: new file.
16840         * gdb.hp/compiler.cc: new file.
16841         * gdb.hp/execd-program.c: new file.
16842         * gdb.hp/follow-exec.c: new file.
16843         * gdb.hp/follow-fork.c: new file.
16844         * gdb.hp/follow-vfork-and-exec.c: new file.
16845         * gdb.hp/misc-hp.cc: new file.
16846         * gdb.hp/more-steps.c: new file.
16847         * gdb.hp/optimize.c: new file.
16848         * gdb.hp/quicksort.c: new file.
16849         * gdb.hp/run-hp.c: new file.
16850         * gdb.hp/start-stop.c: new file.
16851         * gdb.hp/sum.c: new file.
16852         * gdb.hp/templates-hp.cc: new file.
16853         * gdb.hp/thread-local-in-lib.c: new file.
16854         * gdb.hp/thread-local-in-lib.h: new file.
16855         * gdb.hp/thread-local-in-lib.lib.c: new file.
16856         * gdb.hp/vforked-program.c: new file.
16857         * gdb.hp/virtfunc-hp.cc: new file.
16858         * gdb.hp/watchpoint-hp.c: new file.
16859         * gdb.hp/xdb.c: new file.
16860         * gdb.hp/xdb0.c: new file.
16861         * gdb.hp/xdb0.h: new file.
16862         * gdb.hp/xdb1.c: new file.
16863
16864 Mon Dec 21 14:08:38 1998  David Taylor  <taylor@texas.cygnus.com>
16865
16866         The following change was made by Edith Epstein
16867         <eepstein@cygnus.com> as part of a project to merge in changes
16868         originally made by HP; HP did not create ChangeLog entries.
16869
16870         * gdb.c++/demangle.exp: changed the expected output for some
16871         ARM-style mangling -- removed second reference to datatype.
16872         For example, maint demangle __dt__11T1__pt__2_cFv
16873                      T1<char>::~T1<char>(void)
16874         becomes,
16875                      maint demangle __dt__11T1__pt__2_cFv
16876                      T1<char>::~T1(void)
16877
16878         (test_hp_style_demangling): new hp specific demangling test cases.
16879
16880 Mon Dec 14 15:07:03 1998  Jeffrey A Law  (law@cygnus.com)
16881
16882         * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
16883         * gdb.trace/backtrace.exp: Likewise.
16884         * gdb.trace/circ.exp: Likewise.
16885         * gdb.trace/collection.exp: Likewise.
16886         * gdb.trace/deltrace.exp: Likewise.
16887         * gdb.trace/infotrace.exp: Likewise.
16888         * gdb.trace/limits.exp: Likewise.
16889         * gdb.trace/packetlen.exp: Likewise.
16890         * gdb.trace/passc-dyn.exp: Likewise.
16891         * gdb.trace/passcount.exp: Likewise.
16892         * gdb.trace/report.exp: Likewise.
16893         * gdb.trace/save-trace.exp: Likewise.
16894         * gdb.trace/tfind.exp: Likewise.
16895         * gdb.trace/tracecmd.exp: Likewise.
16896         * gdb.trace/while-dyn.exp: Likewise.
16897         * gdb.trace/while-stepping.exp: Likewise.
16898
16899 1998-12-07  Jim Blandy  <jimb@zwingli.cygnus.com>
16900
16901         * gdb.base/restore.exp, gdb.base/restore.c: New tests.
16902
16903 Wed Dec  2 20:03:53 1998  Stan Shebs  <shebs@andros.cygnus.com>
16904
16905         From Brendan Kehoe:
16906         * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
16907         int return types.
16908
16909 Sat Oct 24 18:04:22 1998  Felix Lee  <flee@cygnus.com>
16910
16911         * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
16912         remote dos host testing right.
16913
16914 Mon Oct 19 01:31:59 1998  Felix Lee  <flee@cygnus.com>
16915
16916         * gdb.base/corefile.exp: remove some xfails.
16917
16918 Thu Oct 15 10:04:38 1998  Andrew Cagney  <cagney@b1.cygnus.com>
16919
16920         * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
16921         have different timestamps.
16922
16923 Thu Oct  1 20:56:14 1998  Andrew Cagney  <cagney@b1.cygnus.com>
16924
16925         * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
16926         gdb.base/default.exp: Replace "exec" with "executable".
16927
16928 Tue Sep 29 15:06:29 1998  Andrew Cagney  <cagney@b1.cygnus.com>
16929
16930         * gdb.base/default.exp: Change else if to elseif from previous
16931         delta.
16932
16933 Mon Sep 28 13:21:43 1998  Nick Clifton  <nickc@cygnus.com>
16934
16935         * gdb.base/default.exp: Add brace missing from previous delta.
16936
16937 Mon Sep 21 14:39:27 1998  Nick Clifton  <nickc@cygnus.com>
16938
16939         * gdb.base/default.exp: Support test for info float for all
16940         varieties of arm toolchain.
16941
16942 Fri Sep 18 14:07:44 1998  Michael Snyder  <msnyder@cygnus.com>
16943
16944         * gdb.trace/*.exp: remove "remote_download" command.
16945
16946 Wed Sep 16 11:38:21 1998  Michael Snyder  <msnyder@cygnus.com>
16947
16948         * gdb.trace/*.exp: remove -gdwarf from compile.
16949
16950 Wed Sep 16 01:23:11 1998  Felix Lee  <flee@cygnus.com>
16951
16952         * gdb.trace/configure.in(AC_INIT): typo
16953         * gdb.trace/configure: regenerated
16954
16955 Mon Sep 14 20:00:04 1998  Michael Snyder  <msnyder@cygnus.com>
16956
16957         * config/m68k-emc.exp: New file.
16958         * lib/<emc-support.exp trace-support.exp}: New files.
16959         * configure.in: add new test directory gdb.trace.
16960         * gdb.trace/{configure configure.in Makefile.in}: New files.
16961         * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
16962         * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
16963         * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
16964         * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
16965         * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
16966         * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
16967         * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
16968
16969 Fri Sep 11 13:58:02 1998  Michael Snyder  <msnyder@cygnus.com>
16970
16971         * gdb.c++/classes.exp: Change all regular expressions to match
16972         arbitrary combinations of newline/carriage-return, so that they
16973         will work equally well on Unix and Windows.
16974         * gdb.c++/inherit.exp: ditto.
16975         * gdb.c++/virtfunc.exp: ditto.
16976
16977 1998-08-11 Dawn Perchik  <dawn@cygnus.com>
16978
16979         * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
16980
16981 Fri Jul 24 15:51:34 1998  Jeffrey A Law  (law@cygnus.com)
16982
16983         * gdb.disasm/am33.s: Add tests for autoincrement instructions.
16984         * gdb.disasm/am33.exp: Run time.  Update tests which use r8-r15
16985         to use a0-a3/d0-d3 as needed.
16986
16987 Thu Jul 16 18:20:46 1998  Jeffrey A Law  (law@cygnus.com)
16988
16989         * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
16990         * gdb.disasm/am33.exp: Corresponding changes.
16991
16992 1998-07-11  Felix Lee  <flee@cygnus.com>
16993
16994         * gdb.base/callfuncs.exp: add cmp10 test.
16995         * gdb.base/callfuncs.c (cmp10): new function.
16996
16997 Thurs Jul 9 11:08:31 1998  Dawn Perchik  <dawn@cygnus.com>
16998
16999         * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
17000         into two parts to get around a synchronization problem in expect.
17001
17002 Fri Jun 26 14:27:13 1998  Keith Seitz  <keiths@cygnus.com>
17003
17004         * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
17005
17006         * configure.in: Add options for gdbtk testsuite.
17007
17008         * configure: Regenerate.
17009
17010         * gdb.gdbtk: New directory to hold gdbtk tests.
17011
17012 Fri Jun 26 14:52:47 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
17013
17014         * gdb.fortran/types.exp:  Escape brackets in expect patterns
17015         for test_float_literal_types_accepted tests.
17016         * gdb.base/scope.exp:  Remove extraneous newline in filelocal_bss
17017         before run test.
17018
17019 Fri Jun 26 11:12:17 1998  Jeffrey A Law  (law@cygnus.com)
17020
17021         * am33.exp: Just compile, do not link the testcase.
17022         * am33.s: Add ".am33" pseudoop to force am33 mode.
17023
17024 1998-06-25  Felix Lee  <flee@cygnus.com>
17025
17026         * gdb.base/setshow.exp: make sure $pc is sane.
17027
17028         * gdb.stabs/weird.exp: split expect patterns properly.
17029
17030 Wed Jun 24 13:03:15 1998  Jeffrey A Law  (law@cygnus.com)
17031
17032         * gdb.disasm/am33.s: New disassembler testfile for the am33.
17033         * gdb.disasm/am33.exp: Run it.
17034
17035 Tue Jun 23 11:45:01 1998  Michael Snyder  <msnyder@cygnus.com>
17036
17037         * gdb.base/funcargs.exp: simplify expect strings to ease pattern
17038         match processing (and eliminate spurious timeouts when running).
17039
17040 Fri Jun 12 17:28:22 1998  Michael Snyder  <msnyder@cygnus.com>
17041
17042         * gdb.base/signals.exp (test_handle_all_print): put back Mach
17043         exception test, but conditionalize it on target [mach | gnu].
17044
17045 Wed Jun 10 10:40:03 1998  Michael Snyder  <msnyder@cygnus.com>
17046
17047         * gdb.base/overlays.exp: fixup compile line for linker script.
17048
17049 Thu Jun  4 21:54:15 1998  Felix Lee  <flee@zog.cygnus.com>
17050
17051         * gdb.fortran/types.exp: don't guess at float size.
17052
17053 Thu May 21 02:28:37 1998  Felix Lee  <flee@zog.cygnus.com>
17054
17055         * gdb.base/exprs.exp: delete test that depends on int size.
17056
17057 Sun May 17 17:10:22 1998  Bob Manson  <manson@charmed.cygnus.com>
17058
17059         * config/sim.exp: Removed checks for target triplets.
17060         (gdb_target_sim): Use gdb,target_sim_options.
17061
17062 Sat May 16 23:43:35 1998  Mark Alexander  <marka@cygnus.com>
17063
17064         * gdb.base/reread.exp: New file.
17065         * gdb.base/reread1.c: New file.
17066         * gdb.base/reread2.c: New file.
17067
17068 Sat May 16 23:22:09 1998  Mark Alexander  <marka@cygnus.com>
17069
17070         * config/sim.exp: Use 'target sim -sparclite' when running
17071         SPARClite programs.
17072
17073 Sat May 16 18:48:08 1998  Doug Evans  <devans@canuck.cygnus.com>
17074
17075         * gdb.base/structs2.exp: New file.
17076         * gdb.base/structs2.c: New file.
17077
17078 Wed May 13 13:36:14 1998  Doug Evans  <devans@canuck.cygnus.com>
17079
17080         * gdb.asm/common.inc: New file.
17081         * gdb.asm/d10v.inc: New file.
17082         * asm-source.exp: Pass -I's to gas to find .inc files.
17083         Update line numbers in expected output.
17084         * asmsrc1.s: Rewrite.
17085         * asmsrc2.s: Rewrite.
17086         * configure.in: Create arch.inc symlink.
17087         * configure: Regenerate.
17088         * Makefile.in (distclean): Delete arch.inc.
17089
17090 Wed May  6 10:30:54 1998  John Metzler  <jmetzler@cygnus.com>
17091
17092         *  callfuncs.c (t_enum_value1) : Cleanup return value warnings
17093         (t_enum_value2): ditto
17094         (t_enum_value3): ditto
17095         (main): ditto
17096 Fri May  1 09:33:37 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
17097
17098         * gdb.base/break.exp:  Remove xfail for `deleting all breakpoints
17099         when none' unexpected prompt case, fixed by breakpoint.c:delete_command
17100         change.
17101         Use gdb_test instead of send_gdb/gdb_expect sequences.
17102
17103 Thu Apr 23 12:56:19 1998  Jason Molenda  (crash@bugshack.cygnus.com)
17104
17105         * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
17106         not void.
17107
17108 Thu Apr 16 10:52:34 1998  John Metzler  <jmetzler@cygnus.com>
17109
17110         * gdb.base/branches.c: Code with lots of loops and
17111         subroutines. Used to test gdbs ability to single step through PC
17112         changes, especially to test mips-tdep.c:mips_next_pc
17113
17114 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
17115
17116         * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
17117         more rigorous EGCS C++ error checking.
17118
17119 Fri Apr 10 22:38:12 1998 Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17120
17121         * gdb.base/help.exp:  Clean up `help set args' and `help show args'
17122         tests.
17123         * gdb.base/interrupt.exp:  Add "i*86-*-solaris2*" xfail for calling
17124         function when asleep.
17125         * gdb.base/signals.exp:  Add "i*86-*-solaris2*" xfails. Add comment
17126         for i*86 Linux and SVR4 signal handling problems.
17127         Remove linux xfail for `next to handler in signals_tests_1', fixed
17128         by recent infrun.c change.
17129         Limit backtrace to 10 frames to avoid timeout problems with infinite
17130         stack backtraces.
17131         Adjust expect pattern in `handle all print' test to match Apr 28 1997
17132         target.[ch] change.
17133
17134 Tue Mar 31 00:40:32 1998  Bob Manson  <manson@charmed.cygnus.com>
17135
17136         * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
17137         for a newline from gdb before continuing.
17138         (default_gdb_exit): Just look for y or n.
17139         (gdb_test): Detect abnormal exit from GDB running on DOS; if
17140         it does, fail the rests of the tests in the file.
17141
17142 Tue Mar 24 22:44:52 1998  Bob Manson  <manson@charmed.cygnus.com>
17143
17144         * config/cygmon.exp: New file.
17145
17146 Mon Mar 16 21:39:11 1998  Bob Manson  <manson@charmed.cygnus.com>
17147
17148         * gdb.base/list.exp: Fix problem with "list default lines around
17149         main" test on remote targets.
17150
17151         * gdb.base/scope.exp: Fix problem with filelocal_bss before
17152         run test on remote targets.
17153
17154 Thu Mar 12 16:23:00 1998  Doug Evans  <devans@canuck.cygnus.com>
17155
17156         * gdb.asm: New directory.
17157         * configure.in: Configure it.
17158         * configure: Regenerate.
17159         * gdb.asm/{Makefile.in,configure.in,configure}: New files.
17160         * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
17161
17162 Mon Feb 23 08:22:44 1998  Mark Alexander  <marka@cygnus.com>
17163
17164         * config/mn10300-eval.exp: New file to support MN10300 eval board.
17165
17166 Wed Feb 18 16:43:46 1998  Michael Snyder  (msnyder@cygnus.com)
17167
17168         * gdb.base/overlays (several files): Merge the two overlay
17169         managers into one.  Change variables (foox, barx, bazx, grbxx)
17170         back into ints but force them to load in their proper sections.
17171
17172 Thu Feb 12 13:49:30 1998  Andrew Cagney  <cagney@b1.cygnus.com>
17173
17174         * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
17175         on-chip insn memory and IMAP1 to upper 128k.
17176         (D10VCopy): Handle memory regions crossing 16k boundaries.
17177         (D10VCopy): Transfer data in 32 bit chunks.
17178
17179 Tue Feb 10 17:23:22 1998  Andrew Cagney  <cagney@b1.cygnus.com>
17180
17181         * gdb.base/overlays.c (main): Exit normally when result is
17182         correct.
17183
17184         * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
17185         map.  Include space for printf in .text segment.
17186
17187         * gdb.base/d10vovly.c (D10VTranslate): New function, handle
17188         updated d10v memory VMA/LMA map.
17189         (D10VCopy): Call D10VTranslate.
17190
17191 Fri Feb  6 14:13:12 1998  Andrew Cagney  <cagney@b1.cygnus.com>
17192
17193         * gdb.base/m32rovly.c: Force variable _novlys into .data section.
17194
17195         * gdb.base/bar.c (barx, bar): Change variable to small array so
17196         that it won't be put into the .sdata - small data -
17197         section. Update reference.
17198         * gdb.base/baz.c (bazx, baz): Ditto.
17199         * gdb.base/foo.c (foox, foo): Ditto.
17200         * gdb.base/grbx.c (grbxx, grbx): Ditto.
17201
17202         * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
17203         to be arrays.
17204
17205 Thu Jan 29 14:48:19 1998  Michael Snyder  (msnyder@cygnus.com)
17206
17207         * gdb.base/overlays.exp: fix up and get working again.
17208         Add tests for backtraces from an overlay function.
17209
17210 Fri Jan 23 07:52:45 1998  Fred Fish  <fnf@cygnus.com>
17211
17212         * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
17213         "calling function with watchpoint enabled".
17214
17215 Thu Jan 22 14:23:29 1998  Fred Fish  <fnf@cygnus.com>
17216
17217         * gdb.base/break.exp (test_next_with_recursion): Remove
17218         gdb_suppress_tests for d10v-*-*.
17219         * lib/gdb.exp (gdb_suppress_tests): Disable this function
17220         pending review of whether it is useful or not.
17221
17222 Tue Jan 20 13:02:09 1998  Mark Alexander  <marka@cygnus.com>
17223
17224         * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
17225
17226 Mon Jan 19 08:53:04 1998  Mark Alexander  <marka@cygnus.com>
17227
17228         * gdb.base/break.exp: Increase timeout for slow TX39 boards.
17229         * config/dve.exp: New file to support Densan boards.
17230
17231 Mon Dec 15 22:38:05 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17232
17233         * gdb.base/interrupt.exp: Document problem of simulators, signals,
17234         reads and BSD.
17235
17236 Wed Nov 26 22:29:18 1997  Bob Manson  <manson@charmed.cygnus.com>
17237
17238         * config/monitor.exp: Be a bit less picky about the "Remote debugging"
17239         response.
17240
17241         * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
17242
17243 Tue Nov 25 12:46:36 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17244
17245         * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
17246         test.
17247
17248         * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
17249         target_sizeof_long and target_bigendian_p.
17250         (structs_by_value, structs_by_reference): Check values according
17251         to targets word size and endianess.
17252
17253 Mon Nov 24 16:37:06 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17254
17255         * gdb.base/langs.exp: For "continue to exit" ignore any trailing
17256         output.
17257
17258 Fri Oct 17 13:24:43 1997  Stan Shebs  <shebs@andros.cygnus.com>
17259
17260         * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
17261         Update test of set args help to match source change.
17262
17263 Fri Sep 26 17:36:20 1997  Jason Molenda  (crash@pern.cygnus.com)
17264
17265         * gdb.base/default.exp: Expect help system output to be in
17266         alphabetical order.
17267         * gdb.base/help.exp: Ditto.
17268
17269 Wed Sep 24 13:08:14 1997  Bob Manson  <manson@charmed.cygnus.com>
17270
17271         * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
17272         "i*86-pc-linux-gnu*".
17273         * gdb.base/interrupt.exp: Ditto.
17274         * gdb.base/corefile.exp: Ditto.
17275
17276         * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
17277         define vxworks when building the testcase.
17278
17279         * gdb.base/ptype.exp: Fix testnames to be unique.
17280         * gdb.base/radix.exp: Ditto.
17281         * gdb.base/term.exp: Ditto.
17282         * gdb.base/whatis.exp: Ditto.
17283         * gdb.c++/classes.exp: Ditto.
17284
17285 Tue Sep 16 22:21:48 1997  Bob Manson  <manson@charmed.cygnus.com>
17286
17287         * gdb.base/callfuncs.exp: Fix indentation.
17288
17289         * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
17290         suppress_flag has been set.
17291         (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
17292         target feature.
17293
17294 Mon Sep 15 15:43:17 1997  Bob Manson  <manson@charmed.cygnus.com>
17295
17296         * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
17297         the testcase.
17298
17299         * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
17300         set_debug_traps() and breakpoint().
17301         * gdb.c++/misc.cc (main): Ditto.
17302         * gdb.c++/templates.cc (main): Ditto.
17303         * gdb.c++/virtfunc.cc (main): Ditto.
17304
17305 Fri Sep 12 16:56:38 1997  Bob Manson  <manson@charmed.cygnus.com>
17306
17307         * lib/gdb.exp(gdb_step_for_stub): New function.
17308         (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
17309         exists, reload the executable and do a "continue" instead of
17310         doing a jump.
17311         (runto_main): Use gdb_step_for_stub.
17312
17313         * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
17314         tests to have unique names.
17315         * gdb.base/callfuncs.exp: Ditto.
17316         * gdb.base/commands.exp: Ditto.
17317         * gdb.base/default.exp: Ditto.
17318         * gdb.base/help.exp: Ditto.
17319         * gdb.base/list.exp: Ditto.
17320         * gdb.base/opaque.exp: Ditto.
17321         * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
17322         similar tests.
17323
17324         * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
17325         * gdb.c++/cplusfuncs.cc: Ditto.
17326         * gdb.c++/virtfunc.cc: Ditto.
17327
17328         * config/monitor.exp: Keep track of the last file we saw, rather
17329         than trying to get the info from gdb.
17330
17331         * gdb.fortran/types.exp: Move comment to previous line.
17332
17333 Tue Sep  2 19:55:34 1997  Bob Manson  <manson@charmed.cygnus.com>
17334
17335         * config/sparclet.exp: Detect gratuitous change to sparclet gdb
17336         target mode.
17337
17338 Mon Jul 28 12:14:47 1997  Stan Shebs  <shebs@andros.cygnus.com>
17339
17340         From Bob Manson:
17341         * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
17342         string from GDB when it connects.
17343
17344         * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
17345
17346 Thu Jul  3 15:35:12 1997  Bob Manson  <manson@charmed.cygnus.com>
17347
17348         * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
17349         if we can't get a debug format from GDB (we may be testing an
17350         older GDB). Use a 10 second timeout when checking for the format.
17351
17352         * gdb.stabs/weird.exp: Fix quoting.
17353
17354         * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
17355
17356 Mon Jun 30 18:31:43 1997  Bob Manson  <manson@charmed.cygnus.com>
17357
17358         * config/arm-ice.exp: New file.
17359
17360 Sun Jun 29 16:43:30 1997  Bob Manson  <manson@charmed.cygnus.com>
17361
17362         * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
17363         until it has been modified to work with the new testsuite.
17364
17365         * gdb.*/*.exp: Instead of causing 1 unresolved test when the
17366         testcase won't compile, cause all of the testcases in the file to
17367         fail instead.
17368
17369         * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
17370         (gdb_clear_suppressed): New procedure.
17371         (gdb_stop_suppressing_tests): Only clear suppress_flag if
17372         it contains a positive value.
17373
17374 Sat Jun 28 13:31:11 1997  Bob Manson  <manson@charmed.cygnus.com>
17375
17376         * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
17377
17378         * gdb.c++/virtfunc.exp: Remove setting of libs variable.
17379
17380 Fri Jun 27 07:44:25 1997  Fred Fish  <fnf@cygnus.com>
17381
17382         * lib/gdb.exp (setup_xfail_format): New function.
17383         (get_debug_format): New function to get debug format.
17384         (debug_format): New global variable to hold last value set
17385         by get_debug_format.
17386         * gdb.base/list.exp: Call get_debug_format and expect some
17387         tests to fail for DWARF 1 and COFF formats.
17388         * gdb.c++/ptype.exp: Ditto.
17389         * gdb.c++/classes.exp: Ditto.
17390         * gdb.c++/cplusfuncs.exp: Ditto.
17391         * gdb.c++/inherit.exp: Ditto.
17392         * gdb.c++/templates.exp: Ditto.
17393         * gdb.c++/virtfunc.exp: Ditto.
17394
17395 Wed Jun 25 09:08:51 1997  Bob Manson  <manson@charmed.cygnus.com>
17396
17397         * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
17398         host doesn't have a currently-open connection.
17399
17400         * config/sparclet.exp: Cleanups and fixes to make it generic for
17401         any gdb stub target. Handle cases where gdb doesn't respond when
17402         interrupted in a sane fashion.
17403
17404         * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
17405         same thing in a totally different way.
17406
17407         * config/monitor.exp: Pass in timeouts to gdb_expect instead of
17408         setting "timeout".
17409         (gdb_start): We set the global gdb_prompt variable in
17410         default_gdb_init now.
17411
17412 Sun Jun 22 09:11:02 1997  Fred Fish  <fnf@cygnus.com>
17413
17414         * gdb.base/printcmds.exp: Fix "check for floating addition"
17415         regexp to accept results within approx +/- .01 of exact value.
17416         * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
17417
17418 Wed Jun 18 11:11:39 1997  Bob Manson  <manson@charmed.cygnus.com>
17419
17420         * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
17421         properly.
17422         (gdb_expect): Add optional timeout parameter, and add timeout
17423         value to various calls.
17424         (gdb_suppress_tests): Only give one warning message per group.
17425
17426 Tue Jun 17 13:10:10 1997  Bob Manson  <manson@charmed.cygnus.com>
17427
17428         * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
17429         global variables. Handle getting a value for $timeout more
17430         gracefully.
17431
17432 Sat Jun 14 09:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
17433
17434         * lib/gdb.exp: Close connection to remote host if gdb doesn't
17435         initialize.
17436         (default_gdb_init): New procedure; allow gdb_init to be overridden
17437         by a target configuration file.
17438         (gdb_expect): Pass the timeout to remote_expect.
17439
17440         * config/monitor.exp(gdb_load): Fix typo in regexp.
17441
17442 Thu Jun 12 20:57:12 1997  Bob Manson  <manson@charmed.cygnus.com>
17443
17444         * gdb.base/funcargs.exp: Remove spurious suppress tests call.
17445
17446 Tue Jun  3 15:20:20 1997  Bob Manson  <manson@charmed.cygnus.com>
17447
17448         * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
17449         here. Call gdb_target_exec before rebooting the target, to make
17450         sure the connection to the target is closed.
17451         (gdb_load): Pass the name of the executable to gdb_target_monitor.
17452         Don't call gdb_file_cmd here; let gdb_target_monitor do it.
17453         Also detect "Timeout reading from remote" error.
17454
17455         * config/gdbserver.exp: Pass the executable being loaded to
17456         gdb_target_monitor. Don't call gdb_file_cmd here; let
17457         gdb_target_monitor do it.
17458
17459         * gdb.disasm/hppa.exp: Don't use exec_output.
17460
17461 Fri May 23 13:28:29 1997  Bob Manson  <manson@charmed.cygnus.com>
17462
17463         * gdb.base/list.exp: If we're debugging a non-native target,
17464         try to set the pc register to point to the start of the
17465         program before doing the first list command.
17466
17467         * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
17468         test_calls after restarting.
17469
17470         * lib/gdb.exp(gdb_run_cmd): Send jump command again after
17471         reloading.
17472
17473         * gdb.base/watchpoint.exp: Fix typo.
17474
17475         * gdb.base/setshow.exp: Check for use_gdb_stub.
17476
17477         * gdb.base/break.exp: Fix continue until exit test for the gdb
17478         stub case.
17479         * gdb.base/langs.exp: Ditto.
17480
17481         * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
17482         gdb_load_offset. If we weren't given a file to load, figure out
17483         what the current file is and use it.
17484
17485         * config/i386-bozo.exp: New file.
17486
17487 Thu May 22 18:51:32 1997  Bob Manson  <manson@charmed.cygnus.com>
17488
17489         * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
17490         feature.
17491
17492         * config/proelf.exp: New entry.
17493
17494 Wed May 21 21:23:16 1997  Bob Manson  <manson@charmed.cygnus.com>
17495
17496         * lib/gdb.exp: Remove spurious .* patterns at the beginning
17497         of regexps.
17498
17499         * gdb.base/watchpoint.exp: Don't run the test_stepping
17500         tests if gdb can't call functions on the target.
17501
17502         * gdb.base/setshow.exp: Don't run the set prompt tests if
17503         the board has gdb_prompt set.
17504
17505 Tue May 20 08:58:49 1997  Jeffrey A Law  (law@cygnus.com)
17506
17507         * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
17508         * gdb.base/commands.exp: Likewise.
17509         * gdb.base/setshow.exp: Likewise.
17510
17511 Mon May 19 15:37:50 1997  Bob Manson  <manson@charmed.cygnus.com>
17512
17513         * config/monitor.exp(gdb_start): Look for gdb_prompt target
17514         feature.
17515
17516         * config/i960.exp: New file.
17517
17518 Thu May  1 18:01:50 1997  Bob Manson  <manson@charmed.cygnus.com>
17519
17520         * gdb.base/funcargs.exp: Check for gdb,short_int target
17521         feature instead of looking for explicit target triplets.
17522
17523 Mon Apr 28 17:27:40 1997  Michael Snyder  <msnyder@cygnus.com>
17524
17525         * gdb.base/printcmds.exp: add a couple more tests a la
17526         "p 123DEADBEEF", to check parse_number.
17527         * top.c: change "to enable to enable" to "to enable" in a couple
17528         of help strings.
17529
17530 Thu Apr 24 14:38:18 1997  Jeffrey A Law  (law@cygnus.com)
17531
17532         * gdb.base/callfuncs.exp: Mark some tests as expected to fail
17533         on the mn10300.
17534
17535 Mon Apr 21 15:05:42 1997  Fred Fish  <fnf@cygnus.com>
17536
17537         * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
17538         where the test executable is run with explicit args.
17539         * gdb.base/default.exp: Handle arm-*-coff case for "info float".
17540
17541 Mon Apr 21 13:38:58 1997  Fred Fish  <fnf@cygnus.com>
17542
17543         * gdb.base/run.c: Use FAKEARGV to build test executable that
17544         does not require a command line arg, since most simulators
17545         don't currently support passing such an arg into the simulated
17546         program.
17547         * gdb.base/commands.exp: Change tests to insert the proper
17548         value as the arg to the first recursive factorial call.  Change
17549         compilation line to define FAKEARGV at compile time.
17550
17551 Wed Apr  9 11:12:36 1997  Jeffrey A Law  (law@cygnus.com)
17552
17553         * gdb.base/recurse.exp: Enable these tests for the mn10300.
17554         * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
17555         function with watchpoint enabled" test.
17556
17557 Tue Apr  8 19:33:20 1997  Bob Manson  <manson@charmed.cygnus.com>
17558
17559         * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
17560         Don't call gdb_test when the command doesn't return to a gdb prompt.
17561
17562         * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
17563         "Tests restarted" messages.
17564
17565 Tue Apr  8 16:38:46 1997  Jeffrey A Law  (law@cygnus.com)
17566
17567         * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
17568
17569 Thu Apr  3 15:21:26 1997  Michael Snyder  <msnyder@cygnus.com>
17570
17571         * gdb.base/help.exp: update help msg for INFO ADDR; add help test
17572         for INFO SYMBOL; add help tests for OVERLAY commands.
17573         * gdb.base/default.exp: add tests for INFO SYMBOL command;
17574         add tests for OVERLAY commands
17575         * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
17576         d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
17577         * gdb.base/sigall.c: add usestubs code frag
17578         * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
17579
17580 Thu Apr  3 09:38:53 1997  Bob Manson  <manson@charmed.cygnus.com>
17581
17582         * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
17583         failures.
17584         (gdb_stop_suppressing_tests): Note that tests have restarted.
17585
17586 Wed Apr  2 19:04:20 1997  Bob Manson  <manson@charmed.cygnus.com>
17587
17588         * config/h8300.exp: New file.
17589
17590 Sun Mar 30 13:38:25 1997  Bob Manson  <manson@charmed.cygnus.com>
17591
17592         * gdb.base/setshow.exp: Check for the existence of a
17593         feature, not its value.
17594
17595 Sat Mar 29 11:19:46 1997  Bob Manson  <manson@charmed.cygnus.com>
17596
17597         * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
17598
17599         * gdb.base/scope.exp: It's now init0(), not init().
17600
17601         * gdb.base/scope0.c: For now, change init() to be init0().
17602
17603         * config/monitor.exp: Use gdb_serial in preference to serial
17604         or netport.
17605
17606         * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
17607         and it's not already set.
17608
17609 Fri Mar 28 19:54:18 1997  Bob Manson  <manson@charmed.cygnus.com>
17610
17611         * gdb.base/setshow.exp: Only test the run command if the target
17612         isn't using a stub and if it supports argument passing.
17613
17614 Sat Mar 22 19:50:25 1997  Bob Manson  <manson@charmed.cygnus.com>
17615
17616         * config/udi.exp(gdb_start): Make sure UDICONF is set
17617         properly before starting gdb.
17618
17619 Mon Mar 24 14:40:33 1997  Jeffrey A Law  (law@cygnus.com)
17620
17621         * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
17622         * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
17623         * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
17624
17625 Tue Mar 11 11:42:58 1997  Bob Manson  <manson@charmed.cygnus.com>
17626
17627         * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
17628         specialized code to reboot the board, use remote_reboot instead.
17629
17630         * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
17631
17632         * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
17633
17634         * config/monitor.exp: Make sure we disconnect from the target.
17635         Also, try a reboot/reload cycle instead of failing if the
17636         load fails.
17637
17638 Fri Mar  7 13:48:30 1997  Bob Manson  <manson@charmed.cygnus.com>
17639
17640         * gdb.base/default.exp: Don't set match_max.
17641         * gdb.base/help.exp: Ditto.
17642         * gdb.base/list.exp: Ditto.
17643         * gdb.base/signals.exp: Ditto.
17644
17645         * config/monitor.exp(gdb_load): If gdb,use_standard_load is
17646         set, use remote_ld to download the testcase instead of
17647         the GDB loader.
17648
17649 Wed Mar  5 00:00:43 1997  Bob Manson  <manson@charmed.cygnus.com>
17650
17651         * config/vr5000.exp: New file.
17652
17653         * config/monitor.exp(gdb_target_monitor): Add pattern for
17654         "Ending remote" to detect errors in connecting.
17655
17656         * gdb.base/setshow.exp: Add .* within auto language test.
17657
17658         * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
17659         target feature.
17660
17661         * config/monitor.exp(gdb_load): Check for a failure when loading,
17662         and reboot the board if necessary.
17663
17664         * gdb.base/setvar.exp(test_set): Handle multiple prints within
17665         a set of tests. Remove print.* from the patterns being checked.
17666
17667 Mon Mar  3 11:57:43 1997  Bob Manson  <manson@charmed.cygnus.com>
17668
17669         * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
17670         refer to gdb_spawn_id.
17671
17672         * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
17673         longer used.
17674         * config/sparclet.exp: Ditto.
17675         * config/sparclet-old.exp: Ditto.
17676         * config/slite.exp: Ditto.
17677         * config/sim.exp: Ditto.
17678         * gdb.base/funcargs.exp: Ditto.
17679
17680         * lib/gdb.exp:Remove references to gdb_spawn_id.
17681         (gdb_expect): Move to remote.exp.
17682
17683 Fri Feb 28 20:47:39 1997  Bob Manson  <manson@charmed.cygnus.com>
17684
17685         * config/monitor.exp: Detect the "Couldn't establish connection"
17686         message from GDB.
17687
17688 Tue Feb 25 14:08:55 1997  Bob Manson  <manson@charmed.cygnus.com>
17689
17690         * gdb.base/bitfields.exp: Use runto instead of explicit
17691         gdb_run_cmd/gdb_expect sequences.
17692
17693         * gdb.base/break.exp(text_next_with_recursion): Add match for
17694         gdb_expect call.
17695
17696         * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
17697         We also need to handle the "A program is being debugged already"
17698         prompt from gdb. Use gdb_test to set the baud rate.
17699
17700         * lib/gdb.exp(gdb_init): Increase the default expect buffer size
17701         to 20000. Really. I mean it.
17702
17703 Mon Feb 24 13:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
17704
17705         * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
17706         fails. If suppress_flag is set, skip perror message about not
17707         being able to send to GDB.
17708         (send_gdb): If suppress_flag is set, don't try to send commands to
17709         GDB.
17710         (gdb_expect): If suppress_flag is set, always fail immediately.
17711         (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
17712         (gdb_init): Call gdb_stop_suppressing_tests.
17713         (default_gdb_exit): Ditto.
17714         (default_gdb_start): Ditto.
17715
17716         * gdb.base/bitfields.exp: Call gdb_suppress_tests and
17717         gdb_stop_suppressing_tests as appropriate.
17718         * gdb.base/break.exp: Ditto.
17719         * gdb.base/callfuncs.exp: Ditto.
17720         * gdb.base/commands.exp: Ditto.
17721         * gdb.base/exprs.exp: Ditto.
17722         * gdb.base/funcargs.exp: Ditto.
17723         * gdb.base/list.exp: Ditto.
17724         * gdb.base/recurse.exp: Ditto.
17725         * gdb.base/scope.exp:  Ditto.
17726         * gdb.base/structs.exp: Ditto.
17727         * gdb.c++/inherit.exp: Ditto.
17728
17729 Sun Feb 23 19:56:02 1997  Bob Manson  <manson@charmed.cygnus.com>
17730
17731         * config/vr4300.exp: New file.
17732
17733         * gdb.*/*.exp: Call gdb_expect instead of expect.
17734
17735         * lib/gdb.exp(gdb_expect): New function.
17736
17737 Thu Feb 20 13:57:01 1997  Bob Manson  <manson@charmed.cygnus.com>
17738
17739         * lib/gdb.exp(gdb_init): New function.
17740
17741         * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
17742         for each individual variable set.
17743
17744         * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
17745         name.
17746
17747         * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
17748
17749         * gdb.base/scope.exp: Use gdb_test.
17750
17751         * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
17752         aborting; the testsuite driver will do that for us (see
17753         gdb_finish). Also, use gdb_test in a few more places.
17754
17755 Thu Feb 20 13:32:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
17756
17757         * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
17758
17759 Thu Feb 20 10:34:21 1997  Jeffrey A Law  (law@cygnus.com)
17760
17761         * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
17762         and "add_tests" are not at the same address.
17763
17764 Fri Feb 14 18:47:23 1997  Bob Manson  <manson@charmed.cygnus.com>
17765
17766         * gdb.base/ptype.exp: Use gdb_test.
17767
17768 Thu Feb 13 16:09:36 1997  Jeffrey A Law  (law@cygnus.com)
17769
17770         * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
17771         * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
17772         left in.  No longer expect them to fail.
17773
17774         * gdb.stabs/*.mt; Deleted, no longer used.
17775         * gdb.stabs/configure.in: Remove references to target makefile
17776         frags.
17777         * gdb.stabs/configure: Rebuilt.
17778
17779         * gdb.disasm/*.mt: Deleted, no longer used.
17780         * gdb.disasm/configure.in: Remove references to target makefile
17781         frags.  Use "sh3.s" as the unique filename for this directory.
17782         * gdb.disasm/configure: Rebuilt.
17783
17784         * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
17785         * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
17786         * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
17787
17788 Tue Feb 11 16:57:58 1997  Bob Manson  <manson@charmed.cygnus.com>
17789
17790         * config/udi.exp: Use mondfe,name instead of remote_host.
17791
17792 Tue Feb 11 11:22:36 1997  Jeffrey A Law  (law@cygnus.com)
17793
17794         * gdb.base/watchpoint.exp: Don't expect a failure when calling
17795         a function with a watchpoint enabled on the mn10200.
17796
17797         * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
17798         before trying to create it!
17799
17800 Mon Feb 10 16:40:47 1997  Bob Manson  <manson@charmed.cygnus.com>
17801
17802         * config/vx.exp: Use hostname instead of netport.
17803
17804         * config/vxworks.exp: New file.
17805
17806         * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
17807
17808         * config/monitor.exp(gdb_target_monitor): Look for a prompt from
17809         gdb before assuming everything worked. Send a ^C if a timeout
17810         occurs.
17811
17812         * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
17813         $gdb_spawn_id directly.
17814         (gdb_run_cmd): Try _start as well as start. Use the target feature
17815         gdb,start_symbol as the symbol to start from when jumping.
17816
17817 Mon Feb 10 11:26:59 1997  Jeffrey A Law  (law@cygnus.com)
17818
17819         * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
17820         redundant) test.
17821
17822         * gdb.base/recurse.exp: Relax final value test for 'b' so that
17823         it doesn't lose for 16bit integer systems.
17824
17825 Fri Feb  7 09:31:21 1997  Jeffrey A Law  (law@cygnus.com)
17826
17827         * gdb.fortran/types.exp: If the target doesn't support "double"
17828         data types, then expect "real" types to only be 4 bytes.
17829
17830         * gdb.c++/virtfunc.exp: Expect failure for virtual function
17831         call tests if the target doesn't support inferior function calls.
17832
17833         * gdb.base/printcmds.exp: Allow minor deviation in FP values
17834         in printf tests.
17835
17836 Thu Feb  6 12:46:14 1997  Jeffrey A Law  (law@cygnus.com)
17837
17838         * gdb.base/help.exp: Disable "help set", "help show", and
17839         "help support".  Simplify regexp for "help stack".
17840
17841         * gdb.base/default.exp: Set match_max to 5000 and the timeout
17842         to 60 seconds.  Temporarily set match_max to 15000 around the
17843         "info copying" test.
17844
17845         * gdb.base/nodebug.exp: Don't try to do an inferior function
17846         call if the target doesn't support them.
17847         * gdb.base/printcmds.exp: Likewise.
17848         * gdb.base/setvar.exp: Likewise.
17849         * gdb.base/structs.exp: Likewise.
17850         * gdb.c++/templates.exp: Likewise.
17851         * gdb.base/ptype.exp: Likewise.  Remove UDI specific stuff.
17852
17853         * gdb.base/recurse.exp: Enable for the mn10200.
17854
17855         * configure.in: Do configure gdb.stabs directory for *-*-elf
17856         targets.
17857         * configure: Rebuilt.
17858
17859         * gdb.base/break.exp: Check for gdb,noresults before testing
17860         exit status and/or results from the target.
17861         * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
17862         * lib/gdb.exp: Remove old (now bogus) initialization of
17863         noinferior, noargs, noresults and nosignals.
17864
17865 Tue Feb  4 21:52:17 1997  Bob Manson  <manson@charmed.cygnus.com>
17866
17867         * config/sh.exp: New file.
17868
17869         * config/slite.exp: Try to connect multiple times to the board
17870         before rebooting. Only send a "monitor run" if need_monitor_run
17871         is set.
17872
17873         * gdb.base/break.exp: Don't do the "stub continue" test if
17874         the target has gdb_stub set.
17875
17876         * gdb.base/callfuncs.exp: Increase the timeout.
17877
17878         * gdb.base/interrupt.exp: Don't even try to compile the testcase
17879         if the target has gdb,noinferiorio set.
17880
17881         * gdb.base/list.exp: Increase match_max to 10000 characters.
17882
17883         * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
17884
17885         * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
17886         target.
17887
17888         * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
17889
17890 Mon Feb  3 12:09:37 1997  Bob Manson  <manson@charmed.cygnus.com>
17891
17892         * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
17893         trying to delete the copy of gdb. Catch the file delete so we
17894         don't die if the delete fails; also, the file should be copied to
17895         the host, not to the build.
17896
17897 Sun Feb  2 00:55:14 1997  Bob Manson  <manson@charmed.cygnus.com>
17898
17899         * lib/gdb.exp(gdb_test): Surround the result pattern with
17900         parenthesis in case it contains multiple regexps separated
17901         with |.
17902
17903         * gdb.base/watchpoint.exp: Use gdb_test.
17904         * gdb.base/default.exp: Ditto.
17905
17906 Sat Feb  1 23:51:01 1997  Bob Manson  <manson@charmed.cygnus.com>
17907
17908         * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
17909
17910         * gdb.base/scope.exp: Use gdb_test.
17911         * gdb.c++/classes.exp: Ditto.
17912         * gdb.c++/inherit.exp: Ditto.
17913
17914 Fri Jan 31 13:09:12 1997  Bob Manson  <manson@charmed.cygnus.com>
17915
17916         * gdb.base/crossload.exp: Don't use execute_anywhere, use
17917         remote_exec instead.
17918         * gdb.base/corefile.exp: Don't be ridiculous.
17919         * gdb.base/*.c: Add missing stub invocations.
17920
17921 Thu Jan 30 16:49:25 1997  Bob Manson  <manson@charmed.cygnus.com>
17922
17923         * config/slite.exp: Miscellaneous fixes.
17924
17925         * lib/gdb.exp: Fix runto.
17926
17927         * gdb.base/signals.exp: Check for a gdb,nosignals feature of
17928         the target.
17929
17930         * gdb.base/watchpoint.exp: Fix regexp.
17931
17932         * lib/gdb.exp(default_gdb_exit): Add a catch to the
17933         close and wait commands, as the descriptor may now be
17934         invalid. Always call "remote_close host".
17935
17936 Tue Jan 28 14:42:31 1997  Bob Manson  <manson@charmed.cygnus.com>
17937
17938            Major rewrite for testsuite revision.
17939
17940         * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
17941         TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
17942         instead of relying on spawn_id to always contain a valid
17943         spawn id.
17944         (get_compiler_info): New procedure to build the ${binfile}.ci
17945         file, instead of replicating this in N different places.
17946         (gdb_compile): New procedure.
17947
17948         gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
17949         appropriate arguments) instead of compile. Use gdb_test in a lot
17950         more places.  Use send_gdb instead of send. Always run gdb_start
17951         at the start of a testcase, as this is no longer done magically.
17952
17953         config/*-gdb.exp: Rename without the -gdb suffix.
17954
17955         config/mips.exp: Use remote_close instead of exit_remote_shell.
17956         config/monitor.exp: Use target_info instead of looking at
17957         baud, timeout, etc.
17958         config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
17959
17960 Sat Dec 14 00:43:57 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17961
17962         * gdb.c++/templates.exp (test_ptype_of_templates),
17963         gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
17964         Update expect patterns for destructors and assignment operators
17965         to match corresponding c-typeprint.c changes.
17966         * gdb.c++/templates.exp (test_template_breakpoints):  Revert change
17967         to destructor breakpoint test, GDB should be able to set the
17968         destructor breakpoint without specifying arguments.
17969
17970 Tue Dec  3 20:17:52 1996  Fred Fish  <fnf@cygnus.com>
17971
17972         * gdb.threads/pthreads.exp: Change result for failure to compile due
17973         to lack of pthreads runtime support from an error to simply an
17974         unsupported test, per dejagnu standards.
17975
17976 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17977
17978         * lib/gdb.exp (gdb_test):  Simplify expect pattern for the case
17979         where GDB exits to reduce pattern match time.
17980         (skip_chill_tests):  Skip chill tests for mips*-sgi-irix6*.
17981
17982         * gdb.base/nodebug.exp:  Add mips*-sgi-irix6* xfails.
17983
17984 Tue Nov 26 18:29:23 1996  Michael Snyder  <msnyder@cygnus.com>
17985
17986         * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
17987         * gdb.base/default.exp:   ditto.
17988         * gdb.base/nodebug.exp:   ditto.
17989         * gdb.base/printcmds.exp: ditto.
17990         * gdb.base/ptype.exp:     ditto.
17991         * gdb.base/setvar.exp:    ditto.
17992         * gdb.base/structs.exp:   ditto.
17993         * gdb.base/setshow.c:     Guard against uninitialized values of argc.
17994
17995 Tue Nov 26 17:23:28 1996  Ian Lance Taylor  <ian@cygnus.com>
17996
17997         * configure, */configure: Rebuild with autoconf 2.12.
17998
17999 Sat Nov 23 13:32:15 1996  Fred Fish  <fnf@cygnus.com>
18000
18001         * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
18002         use new i*86-pc-linux*-gnu quads.
18003         * gdb.base/corefile.exp: Ditto.
18004         * gdb.base/signals.exp: Ditto.
18005         * gdb.base/sigall.exp: Ditto.
18006         * gdb.base/interrupt.exp: Ditto.
18007
18008         * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
18009         "i*86-*-linux" for "signal SIGUSR1".  Now works, at least with
18010         RedHat 4.0.
18011
18012         * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
18013         linux.  This allows the test case to at least compile on latest
18014         linux, but still not run due to missing the threads runtime library.
18015
18016 Fri Nov 22 10:13:29 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18017
18018         * gdb.base/a1-selftest.exp (do_steps_and_nexts):  Reinitialize source
18019         directory to search gdb directory. Accept and step over conditional
18020         stack alignment code. Consume $prompt in failure cases.
18021         Reset timeout to $oldtimeout instead of some arbitrary value.
18022         * gdb.base/nodebug.exp:  Limit backtrace to 10 frames to avoid
18023         timeout problems with infinite stack backtraces.
18024         * gdb.base/ptype.exp (ptype struct link, union tu_link):
18025         Accept function parameters for linkfunc member.
18026
18027 Thu Nov 21 09:17:19 1996  Fred Fish  <fnf@cygnus.com>
18028
18029         * lib/gdb.exp (CFLAGS): Remove, unreferenced.
18030         (CXXFLAGS): Remove, unreferenced.
18031         (B_OPTIONS): Add for -B options and add code to initialize with
18032         previous -B options and also add -B option to pick up cross compiled
18033         runtime.
18034         (TARGET_INCLUDES): Add for -I options and add code to initialize when
18035         doing cross compiles.
18036         (target_alias): Declare global.
18037         (xgcc): Set variable to full path of gcc in build tree.  Use findfile
18038         to verify that gcc exists in build tree, and if so set CC to that
18039         gcc and to use B_OPTIONS and TARGET_INCLUDES.
18040
18041 Tue Nov 12 16:20:13 1996  Fred Fish  <fnf@cygnus.com>
18042
18043         * gdb.c++/inherit.exp (test_print_anon_union): Reenable
18044         ptype test for anonymous union.  Fixup testcase to match
18045         current gcc debug output.
18046
18047 Mon Nov 11 14:12:06 1996  Jeffrey A Law  (law@cygnus.com)
18048
18049         * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
18050         force argument to an unsigned long type.
18051
18052 Mon Nov 11 10:27:55 1996  Fred Fish  <fnf@cygnus.com>
18053
18054         * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
18055         tests and anonymous union print/ptype tests.
18056         * gdb.base/list.exp (test_forward-search): Increase timeout by
18057         5 minutes for the "search extremely long line" case.
18058         * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
18059         completely optional and that the pass/fail messages use the command as
18060         the message if that third arg is a null string.
18061         (gdb_test_exact):  Arrange that a null string pattern means match a
18062         null string output rather than any output, which might include random
18063         errors.
18064         * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
18065         backtrace test.
18066         * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
18067         always failing and failure is now exposed by gdb.exp changes.
18068
18069 Sat Nov  9 11:13:24 1996  Fred Fish  <fnf@cygnus.com>
18070
18071         * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
18072         weren't being noted.
18073
18074 Sat Nov  9 01:05:10 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18075
18076         * gdb.base/corefile.exp:  Consume $prompt in mmap fail cases.
18077         * gdb.stabs/weird.exp:  Remove v_comb xfails.
18078
18079 Tue Nov  5 10:44:23 1996  Michael Snyder  <msnyder@cygnus.com>
18080
18081         * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
18082                     list.exp scope.exp watchpoint.exp]
18083           Make all timeout error msgs explicitly say "(timeout)".
18084
18085 Mon Nov  4 12:03:06 1996  Michael Snyder  <msnyder@cygnus.com>
18086
18087         * config/monitor.exp: Increase download timeout to 1000 seconds.
18088
18089 Mon Nov  4 12:02:26 1996  Michael Snyder  <msnyder@cygnus.com>
18090
18091         * config/m32r.exp: Increase timeout to 120 seconds.
18092
18093 Sun Nov  3 14:37:05 1996  Fred Fish  <fnf@cygnus.com>
18094
18095         * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
18096         and accept older ordering as obsolescent gcc or gdb.
18097         * gdb.c++/templates.exp: Ditto.
18098         * gdb.c++/virtfunc.exp: Ditto.
18099
18100 Fri Nov  1 11:56:09 1996  Fred Fish  <fnf@cygnus.com>
18101
18102         * gdb.base/coremaker.c: Add code to mmap some data so we
18103         can check that it ends up in the core file.
18104         * gdb.base/corefile.exp: Add test to read mmapped data
18105         from core file.
18106
18107 Wed Oct 30 18:19:16 1996  Michael Snyder  <msnyder@cygnus.com>
18108
18109         * config/m32r.exp: New file.
18110
18111 Mon Oct 21 14:40:50 1996  Stu Grossman  (grossman@critters.cygnus.com)
18112
18113         * testsuite/gdb.base/nodebug.exp:  Whack out -g options by hand so
18114         that cflags can contains -gstabs, and work correctly for other tests.
18115
18116 Mon Oct 21 14:00:37 1996  Michael Snyder  <msnyder@cygnus.com>
18117
18118         * gdb.base/setshow.exp: New file, tests show and set.
18119         * gdb.base/setshow.c:   New file, tests show and set.
18120         * gdb.base/help.exp: Add test for help set|show annotate.
18121         * gdb.base/default.exp: Add test for set|show annotate.
18122
18123 Wed Oct 16 19:03:54 1996  Stu Grossman  (grossman@critters.cygnus.com)
18124
18125         * testsuite/gdb.base/break.exp:  Make backtrace from factorial
18126         errors unique.
18127         * testsuite/gdb.base/nodebug.exp:  Whack out all -g options
18128         explicitly.
18129
18130 Tue Oct 15 16:45:02 1996  Stu Grossman  (grossman@critters.cygnus.com)
18131
18132         * config/sim-gdb.exp (gdb_target_sim):  Remove setting of height
18133         and width commands.  This is done elsewhere.
18134         * (gdb_start):  Don't call gdb_start_sim here.  That's already
18135         done in gdb_load.  This fixes lots of failures in default.exp.
18136
18137 Sun Oct 13 10:40:23 1996  Fred Fish  <fnf@cygnus.com>
18138
18139         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
18140         * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
18141         * lib/gdb.exp (gdb_test): Treat failures due to program exiting
18142         in the same we we treat other failures (since it may be an expected
18143         condition), rather than as an error.
18144         * gdb.base/signals.exp (test_handle_all_print): Revert back to
18145         old test format.
18146
18147 Fri Oct 11 17:05:22 1996  Fred Fish  <fnf@cygnus.com>
18148
18149         * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
18150         (distclean maintainer-clean realclean): No need to remove files
18151         twice.  Nuke the duplicates.
18152         * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
18153         * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
18154         Remove config.h along with other config files.
18155
18156 Mon Sep 30 20:16:22 1996  Fred Fish  <fnf@cygnus.com>
18157
18158         * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
18159         "p func1 ()" and note that rests of tests are skipped.
18160         * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
18161         setup_xfails for "print func2::coremaker_local".
18162         Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
18163         * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
18164         affected by the previous run test.
18165         * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
18166         "print array () ubyte (foo)" and "print/x array () byte (\$i)"
18167         * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
18168         "pass int powerset tuple" and "pass modeless int powerset tuple".
18169         * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
18170         "real write 4" and "real write 8".
18171         * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
18172         setup_xfails for "print vs1 after tuple assign 2",
18173         "print \$i after tuple assign 2", and
18174         "print vs2 after tuple assign 2".
18175         * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
18176         meaningful error message and return -1 so the caller can
18177         suppress further tests and avoid a cascade of errors.
18178
18179 Fri Sep 27 10:34:51 1996  Fred Fish  <fnf@cygnus.com>
18180
18181         * gdb.base/a1-selftest.exp: Tweak tests to account for new
18182         format for printing version.
18183         * gdb.base/default.exp: Ditto.
18184         * gdb.base/interrupt.exp: Fix problem with cascade of
18185         errors if child process dies while calling a function.
18186
18187 Fri Sep 13 21:43:48 1996  Fred Fish  <fnf@cygnus.com>
18188
18189         * Makefile.in (VPATH): Add
18190         * Makefile.in (Makefile, config.status): Fix rules so things get
18191         remade when necessary.
18192
18193 Fri Sep 13 18:16:10 1996  Fred Fish  <fnf@cygnus.com>
18194
18195         * Makefile.in (just-check): Add path to sibling expect dir
18196         to environment variable specified by RPATH_ENVVAR.
18197
18198 Fri Sep 13 12:05:34 1996  Fred Fish  <fnf@cygnus.com>
18199
18200         * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
18201         (just-check): Add shared library paths for libstdc++, tk,
18202         tcl, bfd, and opcodes to the environment variable specified
18203         in RPATH_ENVVAR.
18204         * configure.in: Add support to recognize --enable-shared flag
18205         and generate correct value for RPATH_ENVVAR.
18206         * configure: Regenerated with autoconf.
18207
18208 Mon Sep  2 06:36:02 1996  Fred Fish  <fnf@cygnus.com>
18209
18210         * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
18211         include all osf versions.
18212         * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
18213         all osf versions.  Add -D_MIT_POSIX_THREADS to compilation command
18214         when target is linux.  When failing to build pthreads test
18215         executable, give more meaningful message.
18216         * gdb.threads/pthreads.c: Hpux also uses old definition of second
18217         arg for pthread_create.
18218
18219 Mon Aug 19 09:58:59 1996  Fred Fish  <fnf@cygnus.com>
18220
18221         * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
18222         PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
18223         * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
18224         and -lpthreads (everybody else).
18225         (test_startup): Fail gracefully if threads are not supported.
18226         * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
18227         "p/c array_index("abcdef",2)" when not gcc compiled.
18228         * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
18229         "print func2::coremaker_local" when not gcc compiled.
18230         * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
18231         "ptype on opaque struct tagname (statically)",
18232         "ptype on opaque struct tagname (dynamically) 1", and
18233         "ptype on opaque struct tagname (dynamically) 2"
18234         for not compiled with gcc.
18235         * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
18236         backtrace when compiled with gcc.
18237         * lib/gdb.exp (runto_main): Return result of "runto main" rather
18238         than always return success.
18239
18240 Sat Aug 17 13:28:00 1996  Fred Fish  <fnf@cygnus.com>
18241
18242         * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
18243
18244 Tue Aug 13 10:26:10 1996  Jeffrey A Law  (law@cygnus.com)
18245
18246         * gdb.base/structs.exp: Undo last change.
18247
18248 Mon Aug 12 15:29:08 1996  Fred Fish  <fnf@cygnus.com>
18249
18250         * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
18251         encapsulate all the steps/nexts done during self test, starting
18252         at main, and makes them less sensitive to optimization issues.
18253         Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
18254         signal handler" test.
18255         * gdb.threads/pthreads.exp: Only run this for native configs.
18256         * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
18257         setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
18258         tests.
18259         gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
18260         for "runto test_calls(void)" test.
18261
18262 Sun Aug 11 13:11:24 1996  Fred Fish  <fnf@cygnus.com>
18263
18264         * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
18265         and don't expect address info in breakpoint confirmations.
18266
18267 Wed Aug  7 20:47:43 1996  Fred Fish  <fnf@cygnus.com>
18268
18269         * gdb.base/list.exp (test_forward_search): Increase timeout
18270         temporarily by 60 seconds for searching extremely long line,
18271         and then reset to old value when done.  Increase expect input
18272         buffer to 10000.
18273
18274 Wed Aug  7 15:34:22 1996  Fred Fish  <fnf@cygnus.com>
18275
18276         * gdb.base/list.exp (test_forward_search): Fix to handle very
18277         long source line without overflowing expect's input buffer.
18278
18279 Wed Aug  7 12:03:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
18280
18281         * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
18282         "buffer_full".
18283
18284         * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
18285         "buffer_full".
18286
18287         * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
18288         "buffer_full".
18289
18290         * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
18291         "buffer_full".
18292
18293 Wed Aug  7 11:05:47 1996  Fred Fish  <fnf@cygnus.com>
18294
18295         * configure.in (configdirs): Add gdb.threads.
18296         * configure: Regenerated with autoconf.
18297         * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
18298         * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
18299         * gdb.threads/configure: New, generated with autoconf.
18300
18301 Tue Aug  6 10:23:04 1996  Tom Tromey  <tromey@rtl.cygnus.com>
18302
18303         * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
18304
18305 Mon Aug  5 18:11:53 1996  Fred Fish  <fnf@cygnus.com>
18306
18307         * gdb.base/signals.exp (test_handle_all_print): Test separately for
18308         each signal's status in the output of "handle all print".
18309         * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
18310         the \r\n sequence that immediately precedes the gdb prompt.
18311         * gdb.base/a1-selftest.exp: Save original timeout and restore
18312         after test.
18313
18314 Sun Aug  4 10:20:50 1996  Jeffrey A Law  (law@cygnus.com)
18315
18316         * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
18317         symbol.
18318
18319 Fri Aug  2 17:37:26 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18320
18321         * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
18322
18323 Thu Jun 27 20:41:40 1996  Fred Fish  <fnf@cygnus.com>
18324
18325         * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
18326         timeout by 60 seconds.
18327
18328 Thu Jun 27 18:13:57 1996  Fred Fish  <fnf@cygnus.com>
18329
18330         * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
18331         * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
18332         error return.
18333
18334 Thu Jun 27 10:54:58 1996  Fred Fish  <fnf@cygnus.com>
18335
18336         * lib/gdb.exp (default_gdb_start): When reporting a timeout during
18337         gdb initialization, also report how long dejagnu waited.  Restore
18338         old timeout before doing error return.  Temporarily increase timeout
18339         by 3 minutes to allow for slow startups over heavy NFS use.
18340
18341 Tue Jun 25 19:59:17 1996  Fred Fish  <fnf@cygnus.com>
18342
18343         * lib/gdb.exp: Report timeout value for verbosity level 2.
18344         * config/gdbserver.exp: Ditto.
18345         * config/hppro.exp: Ditto.
18346         * config/mips-gdb.exp: Ditto.
18347         * config/monitor.exp: Ditto.
18348         * config/netware.exp: Ditto.
18349         * config/sim-gdb.exp: Ditto.
18350         * config/slite-gdb.exp: Ditto.
18351         * config/udi-gdb.exp: Ditto.
18352         * config/unix-gdb.exp: Ditto.
18353         * config/vx-gdb.exp: Ditto.
18354         * gdb.base/a1-selftest.exp: Ditto.
18355         * gdb.base/a2-run.exp: Ditto.
18356         * gdb.base/break.exp: Ditto.
18357         * gdb.base/corefile.exp: Ditto.
18358         * gdb.base/list.exp: Ditto.
18359         * gdb.base/recurse.exp: Ditto.
18360         * gdb.base/scope.exp: Ditto.
18361         * gdb.base/signals.exp: Ditto.
18362
18363 Tue Jun 25 23:16:58 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
18364
18365         * gdb.threads/Makefile.in (docdir): Removed.
18366
18367 Tue Jun 25 17:02:39 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
18368
18369         * configure.in (AC_PREREQ): autoconf 2.5 or higher.
18370         * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
18371         @srcdir@.
18372         * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
18373         autoconf 2.5 or higher.
18374         * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
18375
18376 Thu Jun 13 11:16:10 1996  Tom Tromey  <tromey@thepub.cygnus.com>
18377
18378         * configure: Regenerated.
18379         * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
18380         avoid name clashes with SunOS headers.
18381
18382 Wed Jun  5 16:43:27 1996  Jeffrey A Law  (law@cygnus.com)
18383
18384         * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
18385
18386 Thu May 30 11:35:11 1996  Jeffrey A Law  (law@cygnus.com)
18387
18388         * gdb.base/callfuncs.exp: Finish last change -- make sure the
18389         prototype information ends up in the compiler info file.
18390
18391 Thu May 23 12:48:41 1996  Fred Fish  <fnf@cygnus.com>
18392
18393         * gdb.base/callfuncs.exp: Remove the compiler info file prior to
18394         attempting to regenerate it.  Eliminate use of a temporary file
18395         and just generate the info file directly.  Source it immediately,
18396         for consistency of use.
18397         * gdb.base/corefile.exp: Ditto
18398         * gdb.base/exprs.exp: Ditto.
18399         * gdb.base/funcargs.exp: Ditto.
18400         * gdb.base/langs.exp: Ditto.
18401         * gdb.base/list.exp: Ditto.
18402         * gdb.base/mips_pro.exp: Ditto.
18403         * gdb.base/nodebug.exp: Ditto.
18404         * gdb.base/opaque.exp: Ditto.
18405         * gdb.base/ptype.exp: Ditto.
18406         * gdb.base/scope.exp: Ditto.
18407         * gdb.base/setvar.exp: Ditto.
18408         * gdb.base/signals.exp: Ditto.
18409         * gdb.base/whatis.exp: Ditto.
18410         * gdb.c++/templates.exp: Ditto.
18411         * gdb.c++/virtfunc.exp: Ditto.
18412         * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
18413         whether or not to add -lstdc++ to the compile command line args.
18414
18415 Sat May 18 02:43:58 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18416
18417         * gdb.base/recurse.exp:  Remove setup_xfail for "sparc*-*-sunos4*",
18418         it got fixed by the recent lookup_minimal_symbol_by_pc change.
18419         Increase timeout, a lot of single stepping might be needed if the
18420         target has no hardware watchpoints.
18421
18422 Wed May 15 08:47:42 1996  Jeffrey A Law  (law@cygnus.com)
18423
18424         * gdb.base/break.exp: Ignore compiler warnings when compiling
18425         break.c.
18426         * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
18427         * gdb.base/default.exp: Add h8300 xfails.  Handle messages
18428         from remote-sim.
18429         * gdb.base/exprs.exp: Add h8300 xfails.
18430         * gdb.base/funcargs.exp: Likewise.
18431         * gdb.base/nodebug.exp: Likewise.
18432         * gdb.base/printcmds.exp: Likewise.
18433         * gdb.base/ptype.exp: Likewise.
18434         * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300.  Add
18435         h8300 xfails.
18436         * gdb.base/return.exp: Handle float/double precision problems
18437         on the h8300.
18438         * gdb.base/funcargs.c: Explicitly make last constant argument to
18439         call_after_alloca_subr an unsigned long type.
18440         * gdb.base/return.c: Include stdio.h.
18441
18442 Tue May  7 22:01:12 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
18443
18444         * config/abug.exp: New file for the older Motorola Bug monitor
18445         that runs on the mvme13x series VME boards.
18446         * config/monitor.exp: Use the new config array for target settings
18447         if they exist.
18448
18449 Fri May  3 16:02:55 1996  Stan Shebs  <shebs@andros.cygnus.com>
18450
18451         * sim-gdb.exp: Make the SH simulator allocate less space when
18452         it is targeted.
18453
18454 Thu May  2 12:31:56 1996  Jeffrey A Law  (law@cygnus.com)
18455
18456         * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
18457         test.
18458
18459 Wed Mar 20 08:48:03 1996  Fred Fish  <fnf@cygnus.com>
18460
18461         * gdb.base/list.exp (test_list_function): Remove setup_xfail for
18462         "rs6000-*-*" for "list function in include file" when gcc compiled.
18463         * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
18464         for "p ctable1[120]".
18465         * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
18466         "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
18467         Remove setup_xfail for "rs6000-*-*" for
18468         "print 'scope0.c'::filelocal before run".
18469         * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
18470         gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
18471         since some compilers don't allow both options to be given
18472         on the same command line.  Create object file and move it.
18473
18474 Tue Mar 19 23:49:31 1996  Fred Fish  <fnf@cygnus.com>
18475
18476         * gdb.base/corefile.exp: Always regenerate the core file, since
18477         we always regenerate the coremaker program.  Detect special case
18478         where registers cannot be read from core file.
18479
18480 Tue Mar 19 16:52:49 1996  Fred Fish  <fnf@cygnus.com>
18481
18482         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
18483         * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
18484         * gdb.c++/templates.exp: Only match on basename of file since
18485         some formats like xcoff don't encode directory information.
18486         * gdb.stabs/weird.exp: Use the right sed script for powerpc
18487         and rs6000 AIX xcoff targets.
18488         * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
18489         * configure: Regenerate.
18490         * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
18491         here, rather than in distclean.
18492
18493 Sun Mar 17 13:35:31 1996  Fred Fish  <fnf@cygnus.com>
18494
18495         * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
18496         defined, and use it to compile the test case with -O2.  The
18497         native compilation still uses no optimization.
18498         * gdb.base/mips_pro.c: Remove inline assembly code since
18499         it is compiled PIC by default, which results in assembler
18500         warnings that make the testsuite think the compilation
18501         was unsuccessful.
18502
18503 Sat Mar 16 15:02:24 1996  Fred Fish  <fnf@cygnus.com>
18504
18505         * gdb.c++/misc.exp: Add note to message for
18506         "print s.a for foo struct" that this is a known gcc 2.7.2
18507         and earlier bug.
18508
18509 Fri Mar 15 17:49:57 1996  Fred Fish  (fnf@cygnus.com)
18510
18511         * gdb.base/break.exp: Fix pattern for matching "Delete all
18512         breakpoints (y or n) ".  Add "mips-dec-ultrix*" to
18513         setup_xfail for deleting all breakpoints test.  Fix various
18514         timeout messages to include "(timeout)".
18515         * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
18516         for "p t_float_values2(3.14159,float_val2)".
18517         * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
18518         for "continue to call2g" when gcc compiled.
18519         * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
18520         "up to foo in langs.exp", "show language at foo in langs.exp",
18521         "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
18522         and "show language at fsub in langs.exp".
18523         * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
18524         "list line 1 in include file", "list message for lines past EOF",
18525         "list function in include file", "list list0.h:foo", and
18526         "list filename:function; nonexistant function".
18527         * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
18528         "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
18529         and "ptype t_char_array" to be for native cc only.
18530
18531 Fri Mar 15 16:17:22 1996  Fred Fish  <fnf@cygnus.com>
18532
18533         * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
18534         setup_xfail for "print coremaker_bss", "print coremaker_ro",
18535         "print func2::coremaker_local", and "backtrace in corefile.exp".
18536
18537 Wed Mar 13 14:54:11 1996  Fred Fish  <fnf@cygnus.com>
18538
18539         * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
18540         "bt in signals.exp".  This problem only appears when running
18541         the testsuite, and then only intermittently.
18542
18543 Tue Mar 12 15:00:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
18544
18545         * gdb.base/return.exp (return_tests): Differentiate between
18546         two tests of continuing.
18547
18548 Tue Mar  5 14:33:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
18549
18550         * */Makefile.in (maintainer-clean): Remove config.log.
18551         * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
18552         * gdb.c++/Makefile.in (PROGS): Add inherit.
18553         (clean): Remove *.ci.
18554
18555 Tue Feb 20 16:36:10 1996  Fred Fish  <fnf@cygnus.com>
18556
18557         * gdb.c++/misc.cc: Add test code from Mike Stump.
18558         * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
18559
18560 Sun Feb 18 11:39:12 1996  Fred Fish  <fnf@cygnus.com>
18561
18562         * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
18563         to "alpha-*-osf2*" and add comment.
18564         * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
18565         setup_xfail for "step over execarg initialization" and
18566         "step over corearg initialization".
18567         * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
18568         for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
18569         * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
18570         gcc compiled for "print coremaker_bss", "print coremaker_ro",
18571         "print func2::coremaker_local", and "backtrace in corefile.exp".
18572         * gdb.base/signals.exp: Build and source signals.ci.
18573         Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
18574         to be for gcc only.
18575         * lib/gdb.exp: Move verbose statements outside conditionals.
18576
18577 Sat Feb 17 02:22:14 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18578
18579         * gdb.base/sigall.exp:  Remove setup_xfail for irix4.  Fixed by
18580         Feb 3 procfs.c change.
18581
18582 Fri Feb 16 13:25:31 1996  Fred Fish  <fnf@cygnus.com>
18583
18584         * config/unix-gdb.exp: Remove extraneous newlines from end of file.
18585
18586 Thu Feb 15 08:12:55 1996  Fred Fish  <fnf@cygnus.com>
18587
18588         * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
18589         from dejagnu's apparent default of 10 seconds, which gives random
18590         results when running the tests over NFS on moderately loaded systems.
18591         * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
18592
18593 Mon Feb 12 16:50:28 1996  Fred Fish  <fnf@cygnus.com>
18594
18595         * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318.  Now fixed.
18596         * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
18597         result reports.
18598
18599 Fri Feb  9 15:56:51 1996  Fred Fish  <fnf@cygnus.com>
18600
18601         * configure.in (CY_AC_PATH_TCLH): Remove.
18602         * configure: Regenerate.
18603
18604 Fri Feb  9 08:21:31 1996  Fred Fish  <fnf@cygnus.com>
18605
18606         * gdb.c++/Makefile.in (clean): Add missing '{'.
18607
18608 Fri Feb  2 10:19:40 1996  Jeffrey A Law  (law@cygnus.com)
18609
18610         * lib/gdb.exp: Provide a default value for noinferior.
18611
18612         * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
18613         Load libgloss.exp.
18614
18615 Thu Feb  1 20:20:14 1996  Jeffrey A Law  (law@cygnus.com)
18616
18617         * gdb.disasm/hppa.exp: Compile directly into an executable, use
18618         the executable, not the .o to run the tests from.
18619
18620 Wed Jan 31 14:21:09 1996  Jeffrey A Law  (law@cygnus.com)
18621
18622         * gdb.base/break.exp: Don't test for program exit or exit status
18623         if $noresults if nonzero.
18624         * gdb.base/langs.exp: Likewise.
18625         * gdb.base/watchpoint.exp: Likewise.
18626
18627         * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
18628         * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
18629         trying to compile the testcase.
18630
18631 Wed Jan 24 23:42:39 1996  Doug Evans  <dje@charmed.cygnus.com>
18632
18633         * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
18634         * gdb.base/signals.exp (continue to handler): Likewise.
18635
18636 Tue Jan 23 16:28:22 1996  Per Bothner  <bothner@kalessin.cygnus.com>
18637
18638         * gdb.c++/classes.exp:  Now = returns false/true, not 1/0.
18639
18640         * gdb.fortran/exprs.exp:  .LT. and .GT. now return .TRUE. or .FALSE..
18641
18642 Tue Jan 23 15:41:57 1996  Jeffrey A Law  (law@cygnus.com)
18643
18644         * gdb.base/corefile.exp: Recognize "not found" as failure
18645         when trying to determine if a core file was generated.
18646         If no core file was generate the first time, try again without
18647         the ulimit -c to work around braindamaged shells.
18648
18649 Mon Jan 15 09:33:00 1996  Fred Fish  <fnf@cygnus.com>
18650
18651         * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
18652         [] tests with "test" and enclose string in quotes.
18653         * gdb.stabs/configure: Rebuild
18654
18655 Thu Jan 11 09:43:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
18656
18657         Changes in sync with expect:
18658         * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
18659         (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
18660         (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
18661         (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater.  Properly quote
18662         argument to AC_REQUIRE.
18663         * configure: Regenerated.
18664
18665 Thu Jan  4 08:17:22 1996  Fred Fish  <fnf@cygnus.com>
18666
18667         * gdb.base/corefile.exp: When generating a core, discard any
18668         error messages about ulimit not found and the "core dumped"
18669         message from the shell that runs the coredumper.
18670
18671 Wed Jan  3 01:30:41 1996  Jeffrey A Law  (law@cygnus.com)
18672
18673         * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
18674
18675         * gdb.stabs/weird.exp: Use ${target_triplet} to determine
18676         which sed script to run.  Expect failure for v_comb test
18677         on PA targets too.
18678
18679 Sat Dec 30 16:09:04 1995  Fred Fish  <fnf@rtl.cygnus.com>
18680
18681         * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
18682         "print func2::coremaker_local" and for "backtrace in corefile.exp"
18683
18684 Sat Dec 30 12:59:12 1995  Fred Fish  <fnf@cygnus.com>
18685
18686         * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
18687         * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
18688         "sparc-sun-solaris*" xfails for "p v_comb".
18689         * lib/gdb.exp (default_gdb_start): Fix typo.
18690         * gdb.base/corefile.exp: Allow "Core was generated by ..."
18691         messages to not include the full program name that caused
18692         the core dump since some systems (such as solaris) apparently
18693         truncate this path to about 80 characters.
18694         When generating a core file first try increasing the core file
18695         size limit to unlimited since some systems may default it to
18696         zero, and it is harmless to try it.  Move the test for failing
18697         to generate a core file to where it will actually get executed.
18698         * gdb.c++/templates.exp (test_ptype_of_templates): Accept
18699         new gdb result from g++ debug info improvements and make old
18700         pattern obsolescent.  Also account for size_t differences
18701         (may be int or long).
18702         * gdb.base/a1-selftest.exp (test_with_self): Check for case where
18703         initialization before function call is placed in the delay slot
18704         and thus appears to be skipped over by commands such as "next".
18705
18706 Fri Dec 29 16:09:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
18707
18708         * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
18709
18710 Wed Dec  6 10:45:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
18711
18712         * gdb.base/*.exp: Make ${srcfile} only be the basename of the
18713         input source file; fix code to compile test to deal with this
18714         convention.
18715         * gdb.c++/*.exp: Likewise.
18716
18717 Mon Nov 27 11:40:16 1995  Fred Fish  <fnf@cygnus.com>
18718
18719         * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
18720         "bt in signals.exp".
18721
18722 Sat Nov 25 20:52:15 1995  Fred Fish  <fnf@phydeaux.cygnus.com>
18723
18724         * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
18725         "step over execarg initialization" and
18726         "step over corearg initialization".
18727
18728 Sat Nov 25 18:20:14 1995  Fred Fish  <fnf@cygnus.com>
18729
18730         * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
18731         with sizeof(pointer) > sizeof(int).  Avoid "void *" or include files.
18732
18733 Sat Nov 25 11:03:42 1995  Fred Fish  <fnf@cygnus.com>
18734
18735         From Rob Savoye  (rob@poseidon.cygnus.com)
18736         * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
18737         gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
18738         configure.in}, gdb.disasm/{Makefile.in, configure.in},
18739         gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
18740         configure.in}: Major reworking for autoconfig.
18741         * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
18742         gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
18743         New files.
18744         * config/unix-gdb.exp:  Make GDB global.
18745         * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
18746         callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
18747         funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
18748         nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
18749         regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
18750         term.exp, twice.exp, watchpoint.exp, whatis.exp},
18751         gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
18752         templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
18753         misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
18754         pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
18755         pr-8136.exp, result.exp, string.exp, tuples.exp},
18756         gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
18757         to returns as necessary, arrange for test to compile own testcase
18758         executable.
18759         * lib/gdb.exp: Changes for testsuite to compile own test cases.
18760
18761 Tue Nov 21 16:15:45 1995  Fred Fish  <fnf@cygnus.com>
18762
18763         * gdb.c++/classes.exp (test_pointers_to_class_members): Add
18764         clear_xfail at end of test which might not call either pass or fail.
18765         * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
18766         "backtrace through signal handler".
18767
18768 Sat Nov 18 04:09:31 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18769
18770         * gdb.base/sigall.exp:  Work around OSF/1-3.x kernel bug when
18771         continuing from a job control stop signal.
18772         * gdb.stabs/alpha.mt:  Use $(CFLAGS) when building weird.o.
18773
18774 Wed Nov 15 00:28:03 1995  Jeffrey A Law  (law@cygnus.com)
18775
18776         * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
18777         * gdb.base/corefile.exp: Likewise.
18778         * gdb.base/funcargs.exp: Likewise.
18779
18780 Tue Nov 14 15:18:10 1995  Stu Grossman  (grossman@cygnus.com)
18781
18782         * config/hmsirom.exp:  Setup for talking to hmsi ROM monitor.
18783         * config/monitor.exp:  Add support for setting baud rate.
18784
18785 Sat Nov  4 15:35:52 1995  Fred Fish  <fnf@cygnus.com>
18786
18787         * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
18788         i*86-*-linux* xfails for "backtrace through signal handler".
18789         * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
18790         "print func2::coremaker_local".
18791         * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
18792         alpha-dec-osf2* xfail for
18793         "delete all breakpoints when none".
18794
18795 Wed Nov  1 15:57:16 1995  Fred Fish  <fnf@cygnus.com>
18796
18797         * gdb.base/break.exp: Change test that deletes all breakpoints
18798         when no user breakpoints are installed.  A post 4.15 change
18799         causes gdb to no longer prompt in this case.
18800
18801 Tue Oct 31 15:13:43 1995  Fred Fish  <fnf@cygnus.com>
18802
18803         * gdb.base/return.exp (return_tests):  Change xfail for test
18804         "correct value returned double test" to stop xfailing at
18805         Solaris 2.5.  Apparently the bug has been fixed.
18806
18807 Sun Oct 29 12:18:16 1995  Fred Fish  <fnf@cygnus.com>
18808
18809         * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
18810         IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
18811
18812 Tue Oct 24 11:12:12 1995  Jeffrey A Law  (law@cygnus.com)
18813
18814         * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
18815         * gdb.disasm/hppa.s: Corresponding changes.
18816
18817 Wed Oct 18 11:27:47 1995  Jeffrey A Law  (law@cygnus.com)
18818
18819         * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
18820         makefile fragment.
18821         * config/mt-hpux: Deleted.
18822
18823 Tue Oct 17 23:02:12 1995  Jeffrey A Law  (law@cygnus.com)
18824
18825         * Many files: When warning about suppressed tests due to a
18826         nonexistant test binary, avoid incrementing the warning count.
18827
18828 Tue Oct 10 11:00:41 1995  Fred Fish  <fnf@cygnus.com>
18829
18830         * Makefile.in (TARGET_FLAGS_TO_PASS):  Remove BISON.
18831
18832 Sun Oct  8 04:23:14 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18833
18834         * gdb.base/return.exp:  Change xfail from "sparc-*-solaris2.*" to
18835         "sparc-*-solaris2*".
18836
18837 Sat Sep 23 01:22:23 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18838
18839         * gdb.base/coremaker.c:  Produce a full core dump for AIX targets.
18840         Add global and local variables and initialize them.
18841         * gdb.base/corefile.exp:  Test correct mapping of corefile sections
18842         by printing variables. Remove rs6000 and powerpc xfails, BFD now
18843         extracts the file name and terminating signal from the core file.
18844         * TODO:  Remove note about tests for correct mapping of corefile.
18845         * gdb.base/ptype.c (main):  Use boolean2 to inhibit AIX 4.1 xlc
18846         from optimizing it away.
18847         * gdb.stabs/weird.exp:  Remove rs6000 xfail, xcoffread.c now
18848         handles common blocks.
18849
18850 Thu Sep 21 01:28:10 1995  Jeff Law  (law@snake.cs.utah.edu)
18851
18852         * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
18853         * gdb.disasm/sh3.exp (fmac): Corresponding changes.
18854
18855 Wed Sep 20 13:15:05 1995  Ian Lance Taylor  <ian@cygnus.com>
18856
18857         * Makefile.in (maintainer-clean): New target, synonym for
18858         realclean.
18859         * gdb.base/Makefile.in (maintainer-clean): Likewise.
18860         * gdb.c++/Makefile.in (maintainer-clean): Likewise.
18861         * gdb.chill/Makefile.in (maintainer-clean): Likewise.
18862         * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
18863         * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
18864         * gdb.threads/Makefile.in (maintainer-clean): Likewise.
18865
18866 Sun Sep 10 13:14:01 1995  Fred Fish  <fnf@cygnus.com>
18867
18868         * gdb.base/scope.exp (text_at_main):  Add "hppa*-*-hpux*"
18869         xfails when not gcc compiled for "print foo::funclocal".
18870         (test_at_foo):  Add "hppa*-*-hpux*" xfails when not gcc compiled for:
18871         "print foo::funclocal at foo",
18872         "print 'scope1.c'::foo::funclocal at foo",
18873         "print foo::funclocal_bss at foo",
18874         "print 'scope1.c'::foo::funclocal_bss at foo",
18875         "print foo::funclocal_ro at foo",
18876         "print 'scope1.c'::foo::funclocal_ro at foo",
18877         "print bar::funclocal at foo" and
18878         "print 'scope1.c'::bar::funclocal at foo".
18879         (test_at_bar):  Add "hppa*-*-hpux*" xfails when not
18880         gcc compiled for "print foo::funclocal at bar".
18881         Expand all messages to ensure that they identify that
18882         the test is at bar().
18883         * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
18884         gcc compiled for:
18885         "ptype on opaque struct pointer (statically)",
18886         "ptype on opaque struct tagname (statically)",
18887         "ptype on opaque struct pointer (dynamically) 1",
18888         "ptype on opaque struct tagname (dynamically) 1",
18889         "ptype on opaque struct pointer (dynamically) 2" and
18890         "ptype on opaque struct tagname (dynamically) 2
18891         * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
18892         gcc compiled for:
18893         "p datalocal"
18894         "whatis datalocal",
18895         "ptype datalocal",
18896         "p bsslocal",
18897         "whatis bsslocal", and
18898         "ptype bsslocal".
18899         * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
18900         "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
18901         when not gcc compiled.
18902         * gdb.base/funcargs.exp (float_and_integral_args):  Add
18903         "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
18904         compiled.
18905         (discard_and_shuffle):  Add "hppa*-*-hpux*" xfail for
18906         "backtrace from call6a" when not gcc compiled.
18907         (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
18908         "backtrace from call7a" when not gcc compiled.
18909         * gdb.base/callfuncs.exp (do_function_calls):
18910         Add "hppa*-*-hpux*" xfail when not gcc compiled for
18911         "p t_char_array_values(char_array_val2,char_array_val1)",
18912         "p t_char_array_values(char_array_val1,char_array_val2)",
18913         "p t_char_array_values("carray 1","carray 2")",
18914         "p t_char_array_values("carray 1",char_array_val2)",
18915         "p t_char_array_values(char_array_val1,"carray 2")",
18916         "p sum_args(1,{2})",
18917         "p sum_args(2,{2,3})",
18918         "p sum_args(3,{2,3,4})",
18919         "p sum_args(4,{2,3,4,5})"
18920         * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
18921         "backtrace in corefile.exp" when not gcc compiled.
18922
18923 Sat Sep  9 01:35:39 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18924
18925         * gdb.base/signals.exp:  Rewrite `handle all print' test as
18926         a procedure. Accept blanks or TABs as whitespace, increase
18927         timeout and expect input buffer size for the large output
18928         from the command. Remove "i*86-*-bsdi2.0" xfail.
18929
18930 Sat Sep  2 06:41:26 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18931
18932         * gdb.base/setvar.exp:  Add new testcases for truncation when
18933         assigning invalid values to bitfields.
18934
18935 Sat Sep  2 00:17:31 1995  Fred Fish  <fnf@cygnus.com>
18936
18937         * gdb.base/callfuncs.exp (do_function_calls):  Remove
18938         mips-sgi-irix* xfail for
18939         "call inferior func with struct - returns char *"
18940         and fix test so that an optional (unsigned char *) cast is
18941         accepted in the result.
18942
18943 Fri Sep  1 13:42:01 1995  Fred Fish  <fnf@cygnus.com>
18944
18945         * gdb.base/funcargs.exp (float_and_integral_args):  Remove
18946         sparc-sun-solaris2* xfail for "print f1 after run to call2a".
18947         * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
18948         * gdb.base/signals.exp: Remove duplicate "handle all print" test
18949         that accidentally got checked in.
18950
18951 Sun Aug 27 23:35:35 1995  Fred Fish  <fnf@cygnus.com>
18952
18953         * gdb.base/callfuncs.exp (do_function_calls):  Add alpha-dec-osf2*
18954         clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
18955         compiled test.
18956         * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
18957         Add mips-sgi-irix5* xfail for not gcc compiled.
18958         * gdb.base/Makefile.in (nodebug.o):  Also create nodebug.ci.
18959         * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
18960         "p top", "whatis top", "p middle", and "whatis middle".
18961         * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
18962         "whatis signed char" for not gcc compiled.
18963         * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
18964         "set variable signed char=-1 (-1)" and
18965         "set variable signed char=0xFF (0xFF)" for not gcc compiled.
18966         * gdb.base/funcargs.exp (float_and_integral_args):
18967         Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
18968         Add mips-sgi-irix* xfail when not gcc compiled for
18969         "continue to call2b".
18970         Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
18971         "continue to call2g".
18972         (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
18973         "backtrace from call6a"
18974         (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
18975         "backtrace from call7k".
18976         Add mips-sgi-irix5* xfail when not gcc compiled for
18977         "backtrace from call7a".
18978         (localvars_after_alloca):  Fix gdb_test cmds for
18979         "print * after runto ...".
18980         Remove rs6000-*-* xfails for
18981         "print i after runto localvars_after_alloca" and
18982         "print l after runto localvars_after_alloca"
18983         for all compilers.
18984         * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
18985         when not compiled with gcc, for:
18986         "print signed char == (minus)",
18987         "print signed char != (minus)",
18988         "print signed char < (minus)",
18989         "print signed char > (minus)".
18990         * gdb.base/callfuncs.exp (do_function_calls):
18991         Add mips-sgi-irix* xfail, when compiled with native compiler, for
18992         "call inferior func with struct - returns char *".
18993         * gdb.base/return.exp (return_tests): Change xfail for
18994         "correct value returned double test" to include Solaris 2.4.
18995         * gdb.base/funcargs.exp (float_and_integral_args):
18996         Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
18997
18998 Sat Aug 26 00:26:11 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18999
19000         * gdb.base/setvar.c, gdb.base/setvar.exp:  Add new tests for
19001         enumeration bitfields if compiling with GNU C.
19002         * lib/gdb.exp:  Consume `(y or n) ' in `Reinitialize source path
19003         to empty' prompt.
19004
19005 Tue Aug 22 00:30:37 1995  Jeff Law  (law@snake.cs.utah.edu)
19006
19007         * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
19008         test for PRO targets.
19009
19010         * gdb.base/funcargs.exp: Avoid ever setting more than 8
19011         breakpoints in the inferior at any given time by making
19012         two groups of breakpoints for call2*, call6* and call7*
19013         tests.
19014
19015 Sun Aug 20 06:58:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19016
19017         * gdb.base/funcargs.exp:  Fix typos introduced by Aug 15 change.
19018         * gdb.base/callfuncs.c (main):  Use struct_val1 to inhibit xlc
19019         from optimizing it away.
19020         * gdb.base/callfuncs.exp:  Remove rs6000-*-* xfails for
19021         "call inferior func with struct".
19022
19023 Wed Aug 16 11:57:15 1995  Stan Shebs  <shebs@andros.cygnus.com>
19024
19025         * configure.in: Only configure gdb.chill for particular targets.
19026
19027 Tue Aug 15 09:42:44 1995  Fred Fish  <fnf@cygnus.com>
19028
19029         * gdb.base/Makefile.in:  Add action to .c.o transformation
19030         rule that generates a .ci file for each .o file and remove
19031         explicit .c.o rules except for callfuncs.o.
19032         * gdb.c++/Makefile.in:  Add .cc.o transformation rule that
19033         generates a .ci file for each .o file and remove explicit
19034         .cc.o rules.
19035         (clean): Remove *.tmp *.ci files.
19036         (EXECUTABLES): Remove templ-info.exp.
19037         * gdb.base/compiler.c: New file.
19038         * gdb.c++/compiler.cc: New file
19039         * gdb.base/scope.exp: Source gdb.base/scope.ci.
19040         Change rs6000-*-* xfail for
19041         "print 'scope0.c'::filelocal_ro" and
19042         "print 'scope1.c'::filelocal" and
19043         "print 'scope1.c'::filelocal_bss" and
19044         "print 'scope1.c'::filelocal_ro" and
19045         "print 'scope1.c'::foo::funclocal" and
19046         "print 'scope1.c'::foo::funclocal_ro" and
19047         "print 'scope1.c'::bar::funclocal" and
19048         "print 'scope0.c'::filelocal_ro" and
19049         "print 'scope1.c'::filelocal at foo" and
19050         "print 'scope1.c'::filelocal_bss at foo" and
19051         "print 'scope1.c'::filelocal_ro at foo" and
19052         "print 'scope1.c'::foo::funclocal at foo" and
19053         "print 'scope1.c'::foo::funclocal_bss at foo" and
19054         "print 'scope1.c'::foo::funclocal_ro at foo" and
19055         "print 'scope1.c'::bar::funclocal at foo" and
19056         "print 'scope0.c'::filelocal_ro" and
19057         "print 'scope1.c'::filelocal" and
19058         "print 'scope1.c'::filelocal_bss" and
19059         "print 'scope1.c'::filelocal_ro" and
19060         "print 'scope1.c'::foo::funclocal" and
19061         "print 'scope1.c'::foo::funclocal_bss" and
19062         "print 'scope1.c'::foo::funclocal_ro" and
19063         "print 'scope1.c'::bar::funclocal" and
19064         "print 'scope1.c'::bar::funclocal_bss"
19065         to only be xfail'd when not compiled with gcc.
19066         Add rs6000-*-* xfail for
19067         "print 'scope0.c'::filelocal_bss before run"
19068         when compiled with gcc.
19069         (test_at_main): Add rs6000-*-* xfail for
19070         "print filelocal_ro in test_at_main"
19071         when compiled with gcc.
19072         * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
19073         Add rs6000-*-aix* xfail for
19074         "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
19075         "ptype t_char_array",  not compiled with gcc.
19076         * gdb.base/list.exp (test_list_function):  Add rs6000-*-*
19077         xfail for "list foo (in include file)" when gcc compiled.
19078         * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
19079         (integral_args): Add rs6000-*-* xfail for
19080         "run to call0a" if not compiled with gcc.
19081         (unsigned_integral_args): Add rs6000-*-* xfail for
19082         "run to call1a" if not compiled with gcc.
19083         (float_and_integral_args):  Add rs6000-*-* xfail for
19084         "run to call2a" if not compiled with gcc and for
19085         "continue to call2b" for any compiler.
19086         Add rs6000-*-* xfail to
19087         "print f1 after run to call2a" for gcc compiled.
19088         (discard_and_shuffle): Add rs6000-*-* xfail for
19089         "run to call6a".
19090         (shuffle_round_robin): Add rs6000-*-* xfail for
19091         "backtrace from call7a" if not compiled with gcc.
19092         Add rs6000-*-* xfail for
19093         "backtrace from call7b" if compiled with gcc.
19094         (call_after_alloca): Add rs6000-*-* xfail for
19095         "print c in call_after_alloca" and
19096         "print s in call_after_alloca" and
19097         "backtrace from call_after_alloca_subr"
19098         if not compiled with gcc.
19099         (localvars_in_indirect_call): Add rs6000-*-* xfail for
19100         "print c in localvars_in_indirect_call" and
19101         "print c in localvars_in_indirect_call" and
19102         "backtrace in indirectly called function" and
19103         "stepping into indirectly called function"
19104         if not compiled with gcc.
19105         (localvars_after_alloca): Add rs6000-*-* xfail for
19106         "print c after runto localvars_after_alloca" and
19107         "print s after runto localvars_after_alloca" and
19108         "print i after runto localvars_after_alloca" and
19109         "print l after runto localvars_after_alloca"
19110         for all compilers.
19111         * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
19112         than whatis-info.exp.
19113         * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
19114         than opaque-info.exp.
19115         Setup rs6000-*-* xfail for
19116         "ptype on opaque struct pointer (statically)" and
19117         "ptype on opaque struct pointer (dynamically)" when
19118         not compiled with gcc.
19119         * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
19120         rather than callf-info.exp.
19121         (do_function_calls):  Add clear_xfail for rs6000-*-* for
19122         "p t_float_values2(3.14159,float_val2)".  Seems to work
19123         fine there, both with xlc and gcc.  Need to find out what
19124         it is doing right and fix other platforms.
19125         * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
19126         "call inferior func with struct - returns int",
19127         "call inferior func with struct - returns long",
19128         "call inferior func with struct - returns float",
19129         "call inferior func with struct - returns double",
19130         "call inferior func with struct - returns char *",
19131         but only if not gcc compiled (presumes xlc compiled).
19132         Change rs6000-*-* xfails for
19133         "call inferior func with struct - returns char" and
19134         " call inferior func with struct -  returns short" to only
19135         xfail if not using gcc.
19136         (clean mostlyclean):  Remove *.ci and *.tmp files.
19137         * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
19138         than templ-info.exp.
19139         * gdb.base/langs.exp:  Source gdb.base/langs.ci.
19140         Add rs6000-*-* xfail for "up to foo in langs.exp"
19141         "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
19142         when not gcc compiled.
19143
19144 Sat Aug 12 15:05:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19145
19146         * gdb.base/callfuncs.exp: Add xfails for the powerpc.
19147         * gdb.base/corefile.exp: Likewise.
19148         * gdb.base/list.exp: Likewise.
19149         * gdb.base/scope.exp: Likewise.
19150         * gdb.base/siganls.exp: Likewise.
19151
19152         * gdb.base/nodebug.exp: Add xfails for the powerpc.  Handle aix4
19153         compiler output.
19154         * gdb.base/whatis.exp: Likewise.
19155
19156 Fri Aug 11 13:36:20 1995  Jeff Law  (law@snake.cs.utah.edu)
19157
19158         * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
19159         failure (opcode table has been fixed to match reality).
19160
19161 Mon Aug 14 09:01:59 1995  Fred Fish  <fnf@cygnus.com>
19162
19163         * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
19164         "call inferior func with struct - returns char",
19165         "call inferior func with struct - returns short"
19166
19167         * gdb.base/scope.exp: Remove rs6000-*-* xfails for
19168         "print 'scope0.c'::filelocal at main",
19169         "print 'scope0.c'::filelocal_bss in test_at_main",
19170         "print 'scope0.c'::filelocal at foo",
19171         "print 'scope0.c'::filelocal_bss in test_at_foo",
19172         "print 'scope0.c'::filelocal at bar",
19173         "print 'scope0.c'::filelocal_bss in test_at_bar"
19174
19175         * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
19176         in source file 1".  This bug seems to have been fixed with both
19177         gcc and native cc (was native assembler bug?).
19178
19179 Wed Aug  9 08:04:12 1995  Fred Fish  (fnf@cygnus.com)
19180
19181         * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
19182         "backtrace through signal handler" to "i*86-*-sysv4*".
19183         * gdb.base/signals.exp: Add xfail for "'next' behaved as
19184         continue" case.  Add "known SVR4 bug" to fail message.
19185         Add "i*86-*-bsdi2.0" xfail for "handle all print".
19186         Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
19187         * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
19188         "whatis unnamed typedef'd enum..." and "ptype t_char_array".
19189         * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
19190         "up to foo in langs.exp", "show language at foo in
19191         langs.exp", "up to cppsub_ in langs.exp", "show
19192         language at cppsub_ in langs.exp", "up to fsub in
19193         langs.exp", and "show language at fsub in langs.exp".
19194         * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
19195         "bactrace in corefile.exp".
19196         * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
19197         "call inferior function with struct - returns float" and
19198         "call inferior function with struct - returns double".
19199
19200 Mon Aug  7 02:43:28 1995  Jeff Law  (law@snake.cs.utah.edu)
19201
19202         * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
19203         * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
19204         * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
19205         * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
19206
19207 Mon Aug  7 08:09:37 1995  Fred Fish  <fnf@cygnus.com>
19208
19209         * Makefile.in (CHILL_FOR_TARGET): Use previously defined
19210         (or overriden) "CHILL" macro rather then bare "gcc".
19211         Also look for ../../gcc/xgcc since that is what we will
19212         actually need, not "Makefile".  Remove following assignment
19213         of CHILL to CHILL_FOR_TARGET because that results in
19214         recursive definition.
19215
19216 Sun Aug  6 16:52:29 1995  Fred Fish  <fnf@cygnus.com>
19217
19218         * gdb.base/corefile.exp:  Change xfail for backtrace in
19219         corefile.exp from linuxaout to all linux.
19220         * gdb.base/sigall.exp (test_one_sig):  Specifically deal with
19221         cases where we miss the breakpoint at the signal handler
19222         for some reason.  Setup xfail for linuxoldld/linuxaout and
19223         getting SIGIO.  Setup xfail for linuxoldld/linuxaout for
19224         hitting SIGURG breakpoint.
19225         * gdb.base/signals.exp:  Setup xfail for "next" acting like
19226         continue to add linuxoldld.  Setup xfail for all linux for
19227         "next to handler in signals_tests_1", "backtrace in
19228         signals_tests_1", "continue to func1", "pass SIGUSR1",
19229         and continue to handler".
19230
19231 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
19232
19233         * Update all FSF addresses except those in COPYING* files.
19234
19235 Sun Jul 30 17:50:35 1995  Fred Fish  <fnf@cygnus.com>
19236
19237         * gdb.base/a2-run.exp: Change messages to be more explicit about
19238         the status of args, and quote binfile in results.
19239
19240 Sun Jul 30 10:24:20 1995  Fred Fish  <fnf@cygnus.com>
19241
19242         * gdb.base/callfuncs.exp: Add tests for passing structs to
19243         inferior functions and return various types.
19244         * gdb.base/callfuncs.c: Add functions to receive a struct
19245         and return a member of the struct, in various types.
19246
19247 Sat Jul 29 14:22:33 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19248
19249         * gdb.base/Makefile.in (clean):  Remove callf-info.exp.
19250
19251 Fri Jul 28 13:36:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
19252
19253         * config/vxworks29k.exp: New file, sources vxworks.exp.
19254
19255 Fri Jul 28 00:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19256
19257         * config/gdbremote.exp: New file.  Testing framework using
19258         gdbserver.
19259
19260 Thu Jul 27 12:17:14 1995  Fred Fish  (fnf@cygnus.com)
19261
19262         * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
19263         "call function when asleep" and "send end of file".
19264         * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
19265         for "backtrace in corefile.exp".
19266         * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
19267         for "backtrace through signal handler".
19268         * gdb.base/corefile.exp: Make sure we actually generate a core file
19269         before trying the core tests.  Some systems allow the user to suppress
19270         generation of core files and default to that (linux for example).
19271         * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
19272         from "i*86-*-linux" to "i*86-*-linuxaout".  Works with ELF beta.
19273
19274 Tue Jul 25 17:30:10 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19275
19276         * gdb.threads: New directory with some crude multi-threaded
19277         gdb tests (step.exp and step2.exp).
19278         * config/mt-lynx (STEP_EXECUTABLE): Define.
19279         (THREADFLAGS): Define.
19280
19281 Tue Jul 25 01:03:52 1995  Jeff Law  (law@snake.cs.utah.edu)
19282
19283         * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
19284
19285         * gdb.base/signals.exp: Disable whole file for lynx until
19286         further notice.
19287
19288         * gdb.base/signals.exp: xfail test where "next" acts like
19289         "continue" for lynx.
19290
19291         * gdb.base/interrupt.exp: xfail test for calling function while
19292         inferior is asleep for lynx.
19293
19294         * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
19295         than one cr-lf  after each command.
19296
19297 Sun Jul 23 23:33:18 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19298
19299         * configure.in:  Reinstate setting of stabsdirs variable, fix
19300         typo in setting up configdirs for native builds.
19301
19302         * gdb.base/return.exp:  Fix typo in return double test.
19303         * gdb.base/return.c (tmp2, tmp3):  Made global to inhibit the
19304         compiler from optimizing them away.
19305
19306 Fri Jul 21 11:39:34 1995  Jeff Law  (law@snake.cs.utah.edu)
19307
19308         * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
19309         sequences to be echo'd by gdb when using gdb_test.
19310         * gdb.chill/chexp.exp: Likewise.
19311         * gdb.fortran/exprs.exp: Likewise
19312
19313 Thu Jul 20 13:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19314
19315         * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
19316         after the inferior gdb has started.
19317
19318         * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
19319         after each command.
19320         * gdb.base/funcargs.exp: Likewise.
19321         * gdb.base/gdbvars.exp: Likewise.
19322         * gdb.base/interrupt.exp: Likewise.
19323         * gdb.base/list.exp: Likewise.
19324         * gdb.base/watchpoint.exp: Likewise.
19325         * gdb.c++/demangle.exp: Likewise.
19326         * gdb.c++/inherit.exp: Likewise.
19327         * gdb.chill/chexp.exp: Likewise.
19328         * gdb.fortran/exprs.exp: Likewise.
19329
19330         * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
19331         test if we can't handle IO to/from the inferior.
19332
19333         * gdb.c++/misc.exp: Always check for a program already being
19334         started after sending a "run" command to gdb.
19335
19336         * gdb.base/twice.exp: Start with a fresh gdb.
19337
19338         * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
19339         only depend on gdb's expression code, not the chill runtime.
19340
19341         * gdb.base/return.c: Put return values into variables so we
19342         can have gdb print them rather than depending on the program
19343         to print them.
19344         * gdb.base/return.exp: Corresponding changes.
19345
19346         * lib/gdb.exp: Provide default value for noinferiorio.
19347         * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
19348         the inferior.
19349
19350         * gdb.base/break.exp: Always check for a program already being
19351         started after sending a "run" command to gdb.
19352         (text_next_with_recursion): Don't check the output from the
19353         program's printf statement.  Instead just make sure the program
19354         exited.
19355
19356         * gdb.base/commands.exp: Protect tests which need arguments with
19357         $noargs conditionals.
19358
19359 Wed Jul 19 22:42:43 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19360
19361         * gdb.base/printcmds.exp:  Adjust expect patterns for addresses
19362         of structure member arrays to match gdb/valops.c:value_addr change.
19363
19364 Mon Jul 17 10:12:27 1995  Jeff Law  (law@snake.cs.utah.edu)
19365
19366         * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
19367         cases.
19368
19369 Wed Jul 12 10:20:08 1995  Fred Fish  (fnf@cygnus.com)
19370
19371         * configure.in (configdirs):  Remove gdb.chill from default list
19372         of subdirs and then add it back in only if doing a native build.
19373         The current chill compiler does not yet work in any cross build.
19374         * Revert all signal changes from Jul 6.
19375         * gdb.base/{sigall.c signals.c}:  Define away signal() and alarm()
19376         for sh-hms targets, allowing these tests to link, with no other
19377         changes.  Testing is suppressed by setting "nosignals" in site.exp.
19378
19379 Thu Jul  6 20:58:30 1995  Fred Fish  (fnf@cygnus.com)
19380
19381         * configure.in (signaldirs): Define and add to configdirs for all
19382         targets except some specific ones that are known to not support signals.
19383         Also clean up formatting.
19384         * gdb.base/Makefile.in (EXECUTABLES):  Remove sigall and signals.
19385         (signals, sigall):  Remove rules to build.
19386         * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
19387         Moved to new gdb.signals directory.
19388         * gdb.signals: New test directory.
19389         * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
19390         signals.c signals.exp}:  New or moved files.
19391
19392 Sun Jun 25 12:55:18 1995  Jeff Law  (law@snake.cs.utah.edu)
19393
19394         * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
19395
19396 Wed Jun 21 16:35:55 1995  Fred Fish  <fnf@cygnus.com>
19397
19398         * gdb.base/return.exp:  Xfail `return double' test failure
19399         on at least Solaris 2.3 and handle future/past versions on
19400         a case by case basis as appropriate.  Also update message
19401         to include i*86 failures.
19402
19403 Wed May 24 07:10:10 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19404
19405         * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
19406
19407         * lib/gdb.exp: Fix comment which erroneously identified
19408         gdb_file_cmd as gdb_load (the 19 May change was in fact to
19409         gdb_file_cmd not gdb_load).
19410         * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
19411
19412         * gdb.base/setvar.exp: Make test names consistent between pass and
19413         fail cases.  Use gdb_test more.
19414
19415 Fri May 19 07:22:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19416
19417         * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
19418
19419 Mon May 15 23:50:51 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19420
19421         * gdb.base/help.exp:  Fix expected help string for `show commands'.
19422
19423 Thu May 11 07:55:11 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
19424
19425         * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
19426
19427         * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
19428         of a text section.
19429
19430 Thu May 11 15:02:24 1995  Stu Grossman  (grossman@andros.cygnus.com)
19431
19432         * config/monitor.exp (gdb_target_monitor):  Fix loop interator so
19433         that loop eventually terminates.  Fix Connection refused logic so
19434         that testsuite will expire nicely.
19435
19436 Wed May 10 17:57:35 1995  Stu Grossman  (grossman@andros.cygnus.com)
19437
19438         * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
19439         config/rom68k.exp:  New tcl glue for the appropriate monitors.
19440         These all just end up calling monitor.exp.
19441         * config/monitor.exp (gdb_target_monitor):  Handle `Connection
19442         refused' by retrying.  Cleanup some timeout issues.
19443         * (gdb_load):  Reduce timeout.  Cleanup some timeout issues.
19444         * lib/gdb.exp (gdb_test gdb_test_exact):  Upvar timeout so that
19445         callers don't have to set/restore global timeout variable.
19446
19447         * The following set of changes centralizes management of the global
19448         timeout variable.  This way, it can be set in one target dependent
19449         place instead of dozens of places scattered throughout the test suite.
19450         If you need to lengthen a timeout, then you should either set timeout
19451         in one of the config/{target}.exp files, or multiply it by a factor.
19452         Setting it to an absolute value is always going to lose for some
19453         targets.
19454         * gdb.base/a1-selftest.exp (test_with_self):  Only use local timeout.
19455         * gdb.base/callfuncs.exp (do_function_calls):  Don't set timeout.
19456         * gdb.base/funcargs.exp:  Don't set timeout.
19457         * gdb.base/list.exp (test_forward_search):  Only use local timeout.
19458         * gdb.base/printcmds.exp (test_print_string_constants
19459         test_print_array_constants):  Don't set timeout.
19460         * gdb.base/ptype.exp:  Don't set timeout.
19461         * gdb.base/recurse.exp:  Don't set timeout.
19462         * gdb.base/return.exp:  Don't set timeout.
19463         * gdb.base/watchpoint.exp:  Don't set timeout.
19464         * gdb.c++/classes.exp (do_tests):  Don't set timeout.
19465         * gdb.c++/virtfunc.exp (test_virtual_calls):  Don't set timeout.
19466
19467 Wed May 10 16:03:23 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
19468
19469         * Makefile.in: Make clean targets work also when SUBDIRS is empty.
19470
19471 Mon May  1 07:32:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19472
19473         * lib/gdb.exp: Disable chill tests for irix5.
19474
19475 Wed Apr 26 07:36:03 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19476
19477         * gdb.base/scope.exp: Make test names unique.  Use gdb_test.  Make
19478         each test pass or fail.
19479
19480 Sun Apr 23 21:32:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19481
19482         * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
19483         xlc not gcc.
19484
19485 Fri Apr 21 15:44:02 1995  Stu Grossman  (grossman@rtl.cygnus.com)
19486
19487         * cpu32bug.exp est.exp rom68k.exp:  Delete.  Unify into monitor.exp.
19488
19489 Wed Apr 19 17:41:21 1995  Stu Grossman  (grossman@cygnus.com)
19490
19491         * config/est.exp:  Fix copyright and comments.  Remove dead code.
19492         Use targetname, serialport and baud variables instead of fixed
19493         constants.
19494         * config/rom68k.exp:  Fix copyright and comments.  Remove dead code.
19495         * config/cpu32bug.exp:  New file to support cpu32bug monitors.
19496
19497 Wed Apr 19 13:47:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19498
19499         * gdb.base/watchpoint.exp: Don't run
19500         test_watchpoint_triggered_in_syscall for sunos.
19501
19502 Mon Apr 17 12:48:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19503
19504         * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
19505         they don't seem to exist.  Do include stdio.h.
19506
19507 Fri Apr 14 09:40:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19508
19509         * gdb.base/a1-selftest.exp: Add alpha xfail.
19510
19511 Mon Apr 10 13:07:50 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19512
19513         * gdb.base/watchpoint.c (main): Prompt before calling read().
19514         * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
19515         Revise accordingly.  Remove cruft about sending "123" several
19516         times, until it gets noticed.  Clean up the "print buf[0]" stuff
19517         so that it passes or fails, and waits for prompts in the usual way.
19518
19519 Sun Apr  9 09:02:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19520
19521         * gdb.base/recurse.exp: Fix comment.
19522
19523         * TODO: Remove item about printing variables in nodebug.exp.  Add
19524         item about enabling tests which are only run on some targets.
19525
19526         * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
19527         fail, make test names unique, use new gdb_test convention
19528         regarding pattern, use gdb_test more, etc.).
19529
19530         * gdb.base/bitfields.exp: Various cleanups (make each test pass or
19531         fail, make test names unique, etc.).
19532
19533 Sat Apr  8 02:47:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19534
19535         * gdb.base/nodebug.c:  Change return type of top and middle to
19536         short.
19537         * gdb.base/nodebug.exp:  Remove xfails for ecoff systems, they
19538         are fixed by the recent mdebugread.c changes. Allow `short ()'
19539         as type for top and middle.
19540
19541 Thu Apr  6 08:54:18 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19542
19543         * gdb.base/break.exp: Remove commented out if $usestubs {}.  As
19544         nearly as I can tell, the whole thing was an accident in Stu's
19545         change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
19546         to replace a send/expect pair with gdb_test, but ended up only
19547         adding the gdb_test.  My change of 24 Mar 1995 and Kung's change
19548         of 30 Mar 1995 took care of it, but left this vestigial comment
19549         which I am now nuking.
19550
19551 Mon Apr  3 09:00:27 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19552
19553         * gdb.base/break.exp: Look for different line number for
19554         breakpoint at main depending on usestubs.
19555
19556 Sun Apr  2 08:15:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19557
19558         * gdb.base/list.exp:  Adjust some alternate expect patterns to
19559         match recent list0.c change. Add alternate expect pattern for
19560         output from `list default lines around main' for optimizing
19561         compilers.
19562
19563 Sat Apr  1 07:23:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19564
19565         * lib/gdb.exp: If nosignals is not set, set it to 0.
19566
19567 Fri Mar 31 16:13:48 1995  Kung Hsu  <kung@mexican.cygnus.com>
19568
19569         * config/slite-gdb.exp: Responds to load symbol table prompt.
19570         * gdb.base/break.exp: Adjust line number, fix rerun.
19571         * gdb.base/langs0.c: Add #ifdef usestubs.
19572
19573 Thu Mar 30 15:36:55 1995  Kung Hsu  <kung@mexican.cygnus.com>
19574
19575         * gdb.base/list.exp: Adjust line contents after adding new lines in
19576         list0.c. Also fix a syntax error.
19577
19578         * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
19579         * gdb.base/break.exp: ditto.
19580         * gdb.base/list.exp: ditto.
19581         * gdb.base/bitfields.c: Add #ifdef usestubs in main().
19582         * gdb.base/run.c: ditto.
19583         * gdb.base/list0.c: ditto.
19584         * gdb.base/funcargs.c: ditto.
19585
19586 Wed Mar 29 17:09:29 1995  Stu Grossman  (grossman@cygnus.com)
19587
19588         * testsuite/config/rom68k.exp (gdb_target_rom68k):  Use
19589         $targetname, $serialport and $baud instead of hardwired variables.
19590         * testsuite/gdb.base/{sigall.exp signals.exp}:  Skip these if the
19591         target doesn't support signals.
19592
19593 Wed Mar 29 12:29:34 1995  Kung Hsu  <kung@mexican.cygnus.com>
19594
19595         * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
19596
19597 Tue Mar 28 08:46:45 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19598
19599         * gdb.base/recurse.exp: Make test names unique.  Change \\(+ to \\(.
19600         Don't rely on the value of an auto variable before it has been
19601         initialized.  Use gdb_test more.
19602
19603 Mon Mar 27 08:00:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19604
19605         * lib/gdb.exp (default_gdb_version): A version number must start
19606         with a digit, but other than that contains all characters up to
19607         the first whitespace character.
19608
19609 Sun Mar 26 13:19:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19610
19611         * gdb.base/commands.exp (breakpoint_command_test): New tests.
19612
19613 Sat Mar 25 15:38:06 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19614
19615         * gdb.c++/*.exp: Warn if executable does not exist.  The original
19616         reason for skipping the warning was that configure.in sometimes
19617         intentionally skipped building the executables but the tcl code
19618         had no way of knowing.  That (a) was always bogus with respect to
19619         error handling, (b) is no longer true (right now there is no way
19620         to skip C++ tests).
19621
19622         * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
19623
19624 Sat Mar 25 01:16:10 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19625
19626         * gdb.base/list.exp:  Add expect patterns for output from
19627         SunPRO compiled executables.
19628         * gdb.base/whatis.exp:  Allow leading `signed' for all v_signed_*
19629         types.
19630
19631 Fri Mar 24 06:11:05 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19632
19633         * gdb.base/break.exp (test_next_with_recursion): Accept any line
19634         number (we are already testing that the correct source line text
19635         gets printed).
19636
19637         * gdb.base/break.exp: Make one test if $usestubs.  I'm not sure
19638         that is what is intended, but something needed to be done to get
19639         sunos4 native working again.
19640
19641         * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
19642
19643         * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
19644         apparently went with a (very) old xfail.
19645
19646 Fri Mar 24 13:41:09 1995  Kung Hsu  <kung@mexican.cygnus.com>
19647
19648         * gdb.base/callfuncs.exp: call runto_main instead of runto main.
19649         runto_main is a proc in gdb.exp that will do 'step' for target use
19650         stubs.
19651         * gdb.base/exprs.exp: ditto.
19652         * gdb.base/interrupt.exp: ditto.
19653         * gdb.base/opaque.exp: ditto.
19654         * gdb.base/printcmds.exp: ditto.
19655         * gdb.base/ptype.exp: ditto.
19656         * gdb.base/scope.exp: ditto.
19657         * gdb.base/setvar.exp: ditto.
19658         * gdb.base/signals.exp: ditto.
19659         * gdb.base/twice.exp: ditto.
19660         * gdb.c++/classes.exp: ditto.
19661         * gdb.c++/inherit.exp: ditto.
19662         * gdb.c++/templates.exp: ditto.
19663         * gdb.base/break.exp: no run and hit main for stubs. Change line
19664         numbers for breakpoints and info breakpoint.
19665         * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
19666         breakpoint().
19667         * gdb.base/callfuncs.c: ditto.
19668         * gdb.base/exprs: ditto.
19669         * gdb.base/interrupt.c: ditto.
19670         * gdb.base/opaque0.c: ditto.
19671         * gdb.base/printcmds.c: ditto.
19672         * gdb.base/ptype.c: ditto.
19673         * gdb.base/scope0.c: ditto.
19674         * gdb.base/setvar.c: ditto.
19675         * gdb.base/signals.c: ditto.
19676         * gdb.base/twice.c: ditto.
19677         * gdb.c++/misc.cc: ditto.
19678         * gdb.c++/templates.cc: ditto.
19679
19680 Fri Mar 24 06:11:05 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19681
19682         * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
19683
19684         * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
19685         somewhere between `read' and `main.c'.  I'm pretty sure the
19686         pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
19687         and it isn't particularly useful.
19688
19689         * gdb.base/scope.exp: Make test names unique.  \[(\] -> \\(.
19690
19691 Thu Mar 23 14:58:35 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19692
19693         * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
19694
19695 Wed Mar 22 18:36:05 1995  Kung Hsu  <kung@mexican.cygnus.com>
19696
19697         * config/mt-slite: add LIBS and -nostdlib.
19698         * config/slite-gdb.exp: add this new file to support sparclite target.
19699
19700 Tue Mar 21 21:41:04 1995  Doug Evans  <dje@canuck.cygnus.com>
19701
19702         * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
19703
19704         * gdb.base/a2-run.exp: Change argument to istarget from
19705         "*-*-vxworks" to "*-*-vxworks*".
19706         * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
19707
19708 Tue Mar 21 17:08:47 1995  Kung Hsu  <kung@mexican.cygnus.com>
19709
19710         * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
19711         will not runto main but do a 'step' to step out of breakpoint().
19712         * config/mt-slite: add -Dusestubs.
19713
19714 Tue Mar 21 12:14:12 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19715
19716         * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
19717         instead of just @.
19718
19719         * gdb.base/signals.exp: Add test for "handle all print".
19720         * TODO: Remove "handle all print".  Also remove item about
19721         checking copyright date (I don't like the idea of a spurious FAIL
19722         based on when we run the tests).
19723
19724         * gdb.base/recurse.exp: Enable test for SunOS4.  xfail one test
19725         for SunOS4 (reason for failure not investigated).  Remove
19726         redundant test for $binfile.
19727
19728         * gdb.base/nodebug.c (array_index): Call malloc.
19729
19730         * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
19731
19732 Mon Mar 20 10:08:17 1995  Jeff Law  (law@snake.cs.utah.edu)
19733
19734         * gdb.base/recurse.exp: Update gdb_test invocation to use new
19735         conventions and slightly simplify the matching regexp.
19736
19737 Fri Mar 17 05:43:28 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19738
19739         * gdb.base/break.exp: Update gdb_test invocation to use new
19740         convention.
19741
19742         * lib/gdb.exp: If noargs is not set, set it to 0.
19743
19744         * gdb.base/nodebug.exp: Comment out redundant test.  Make name of
19745         tests unique.
19746
19747         * lib/gdb.exp: Skip CHILL for AIX and Solaris.
19748
19749 Thu Mar 16 16:27:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19750
19751         * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
19752         one argument of type "<non-float parameter>".
19753
19754 Wed Mar 15 15:54:56 1995  Stu Grossman  (grossman@cygnus.com)
19755
19756         * config/rom68k.exp:  New file to support Motorola IDP board.
19757         * gdb.base/a2-run.exp:  Skip this file if noargs is set.
19758         * gdb.base/break.c:  Change things around so that this program
19759         doesn't depend upon args.  This is necessary to make remote
19760         targets work (in general, they can't take args).
19761         * gdb.base/break.exp:  Don't try to send args to program.  Don't
19762         expect output.  Also, replace lots of code with gdb_test.
19763
19764 Wed Mar 15 04:11:14 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19765
19766         * gdb.base/printcmds.exp (test_character_literals_accepted): Test
19767         printing of '\'' (which is what the comment says we are testing,
19768         even though we were not), not '''.
19769         (test_integer_literals_rejected): Test that printing ''' is an error.
19770
19771         * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
19772         gdb.chill/chexp.exp, gdb.base/printcmds.exp,
19773         gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
19774         gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
19775         Use gdb_test not test_print_accept.
19776         * lib/gdb.exp: Remove test_print_accept.
19777
19778         * gdb.base/signals.exp (signal_tests_1): Make pass message
19779         consistent with fail message.
19780
19781         * gdb.base/whatis.exp: Remove xfails for printing char vs.
19782         unsigned char; the bug (PR 1821) is fixed.
19783
19784         * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
19785
19786         * gdb.base/scope.exp (test_at_localscopes): Call pass for
19787         successful tests--makes xfailing them work right.
19788
19789 Tue Mar 14 07:39:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19790
19791         * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
19792         only \r\n, not .*.  The test can pass .* as the last thing in
19793         $pattern if that is what it wants.  In addition to providing this
19794         flexibility, this change should speed up pattern matching in cases
19795         where the pattern already ended with .* (there were a number of
19796         them).  This change also helps catch bad patterns--in the old
19797         scheme the typo "char \*" instead of "char \\*" would pass.  Now
19798         it is caught.
19799         * Many .exp files: Update callers.
19800
19801         * gdb.base/funcargs.exp: Replace \[(\]+ with \\(.  The latter is
19802         clearer and does not spuriously match multiple ('s.  Likewise for
19803         ) and *.
19804
19805         * gdb.base/nodebug.exp: Test ability to call a function and pass
19806         it a string (even with no debugging info).
19807
19808         * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
19809         "p '\'", which is the same as "p ''" once tcl gets done with
19810         quoting, to "p '\\'", which I suspect is what is intended (one
19811         backslash gets sent to GDB).
19812
19813         * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
19814
19815 Fri Mar 10 13:31:46 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19816
19817         * gdb.base/a1-selftest.exp: Remove xfail for solaris.  The bug (PR
19818         1817) was fixed literally years ago.
19819
19820 Fri Mar 10 02:49:40 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19821
19822         * gdb.base/funcargs.exp (call_after_alloca):  Remove `next'
19823         test, it causes stepping out of call_after_alloca_subr with
19824         optimizing compilers.
19825         (localvars_in_indirect_call):  Consume GDB prompt if `finish'
19826         fails.
19827
19828         * gdb.c++/templates.exp:  Source templ-info.exp only if
19829         the templates executable exists.
19830
19831         * gdb.c++/misc.cc (class Contains_static_instance,
19832         class Contains_nested_static_instance),
19833         gdb.c++/classes.exp (test_static_members):  Test printing of
19834         a class that contains a static instance of the class.
19835
19836 Thu Mar  9 11:43:55 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19837
19838         * gdb.base/langs2.c (cppsub_): Don't prototype.
19839         * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
19840         only, I believe).
19841
19842 Wed Mar  8 10:29:33 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19843
19844         * lib/gdb.exp (skip_chill_tests): New procedure.
19845
19846         * gdb.base/signals.exp (signal_tests_1): xfail for irix.
19847
19848 Mon Mar  6 10:44:06 1995  Jeff Law  (law@snake.cs.utah.edu)
19849
19850         * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
19851         each expect pattern.  Cuts runtime from 12 to about 4 seconds.
19852
19853 Thu Mar  2 05:31:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19854
19855         * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
19856
19857         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
19858         disassemble 8, not 16, instructions for part 4.
19859
19860         * config/vx-gdb.exp (gdb_start): Use \030, not \CX.  tcl doesn't
19861         support the latter anymore.
19862
19863         * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
19864         -DNO_PROTOTYPES.
19865         * gdb.base/callfuncs.c: Control use of prototypes based on
19866         NO_PROTOTYPES, not __STDC__.
19867         * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
19868         t_float_values2 tests if prototypes in use.
19869
19870         * gdb.base/callfuncs.c (t_float_values, t_float_values2,
19871         t_double_values):  When checking differences against DELTA, check
19872         that difference is within the range (-DELTA,DELTA), not just
19873         (-infinity,DELTA).
19874
19875 Tue Feb 28 16:28:54 1995  Kung Hsu  <kung@mexican.cygnus.com>
19876
19877         * config/mips-gdb.exp (gdb_load): In every test case, we need to do
19878         'file' command firts, then 'target', then 'load', this is due to gdb
19879         target set up.
19880         * config/mips-gdb.exp: Fix a couple regular exp bugs.
19881
19882 Thu Feb 23 17:44:55 1995  Jeff Law  (law@snake.cs.utah.edu)
19883
19884         * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
19885         FP load/store variants.
19886         * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
19887
19888 Wed Feb 22 18:29:08 1995  Jim Kingdon  <kingdon@rtl.cygnus.com>
19889
19890         * gdb.base/term.exp: Do not give a warning if not native, it is
19891         not an abnormal condition.
19892
19893 Tue Feb 21 13:08:47 1995  Jim Kingdon  <kingdon@cygnus.com>
19894
19895         * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
19896         t_char_array".
19897
19898 Sun Feb 19 13:10:06 1995  Jim Kingdon  <kingdon@rtl.cygnus.com>
19899
19900         * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
19901         are getting the version number.
19902
19903         * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
19904         if not native, it is not an abnormal condition.
19905
19906 Thu Feb 16 15:56:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19907
19908         * lib/gdb.exp: Just use "file exists", rather than undocumented
19909         dejagnu procedure "findfile".
19910
19911 Thu Feb 16 10:30:24 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19912
19913         * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
19914           (LDFLAGS): Set to -Xlinker -Ur.
19915
19916         * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
19917           Removed, these values are set by lib/gdb.exp.
19918
19919         * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
19920
19921 Wed Feb 15 14:23:28 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19922
19923         * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
19924           of replicating gdb startup code.
19925
19926         * config/mt-vxworks (LDFLAGS): Set to -r.
19927           (CFLAGS_FOR_TARGET): Removed.
19928
19929         * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
19930           (gdb) and gdb for vxworks uses (vxgdb).
19931
19932         * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
19933           executable is not in the tree and host != target, use sed and
19934           program_transform_name to determine the gdb name used by the
19935           target.
19936
19937         * configure.in, gdb.{base,c++,chill}/configure.in: changed so
19938           *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
19939
19940 Sun Feb 12 08:11:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19941
19942         * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
19943         floats, chars, and shorts where there are ANSI-style function
19944         definitions.
19945
19946         * gdb.base/langs.exp, gdb.base/langs*: New test.
19947         * gdb.base/Makefile.in: Build it.
19948         * TODO: Remove item about checking that C names don't get C++
19949         demangling applied; this test tests it.
19950
19951 Thu Feb  9 12:43:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19952
19953         * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
19954         went with the const70 xfail.  The xfail went away a year ago.
19955
19956         * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
19957
19958         * gdb.base/corefile.exp: Give backtrace test unique name.  xfail
19959         for hp300.
19960
19961         * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
19962
19963         * gdb.base/a1-selftest.exp: Don't run on hp300.
19964
19965 Sat Feb  4 15:04:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19966
19967         * Makefile.in (site.exp): Set host_alias and target_alias as well
19968         as host_triplet and target_triplet.
19969
19970 Wed Feb  1 08:03:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19971
19972         * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
19973
19974         * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
19975         places as other ecoff systems).
19976
19977         * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
19978         ultrix.
19979
19980 Mon Jan 30 11:44:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19981
19982         * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
19983         remove them.
19984         * gdb.base/nodebug.exp: Accept "function" in addition to "text
19985         variable and "variable" in addition to "data variable".
19986         * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
19987
19988         * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
19989         2.
19990         * gdb.base/list1.c (long_line): Add additional statement at start
19991         of function.
19992         * gdb.base/list.exp (test_forward_search): Update line number to
19993         reflect new statement.
19994
19995 Sun Jan 29 13:34:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19996
19997         * gdb.base/signals.exp:  Reinitialize searched source directories
19998         after gdb_start call.
19999
20000 Sat Jan 28 01:34:44 1995  Jeff Law  (law@snake.cs.utah.edu)
20001
20002         * gdb.disasm/Makefile.in (clean): Delete "errs" file.
20003         * gdb.stabs/Makefile.in: Likewise.
20004
20005         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
20006         change.  Instead split the tests into smaller pieces.
20007         * gdb.disasm/hppa.s: Corresponding changes.
20008
20009 Fri Jan 27 09:24:51 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
20010
20011         * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
20012         Quote ^C when passing it to stty.  For some shells ^ is a pipe.
20013
20014         * gdb.base/funcargs.exp: Modify many tests so that every test
20015         either passes or fails.  Make some test names unique.
20016
20017 Thu Jan 26 19:20:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
20018
20019         * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
20020         Call stty to set interrupt character.
20021
20022         * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
20023         for HP assembler versus GNU assembler based on actual behavior of
20024         $(CC), rather than assuming that $(AS) is always the GNU assembler.
20025
20026         * TODO: Suggest a few more stepping tests.
20027
20028 Wed Jan 25 14:52:41 1995  Stan Shebs  <shebs@andros.cygnus.com>
20029
20030         * gdb.base/default.exp: xfail no-stack backtraces for h8300,
20031         restart GDB for h8300 after a continue.
20032         (return): Add pattern to match a29k-udi behavior.
20033         * gdb.base/nodebug.exp: Remove obsolete comment.
20034         * gdb.base/regs.exp: New file, testing of register displays.
20035         * gdb.base/return.exp: Fix typo in reference to $objdir.
20036         * gdb.base/whatis.exp: Always start with a fresh GDB.
20037
20038 Wed Jan 25 11:12:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
20039
20040         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
20041         higher, these tests generate a lot of output.
20042
20043 Tue Jan 24 07:58:44 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
20044
20045         * lib/gdb.exp (gdb_test): Remove catch from around the send.  The
20046         code following the catch silently ignored some errors; without the
20047         catch they should be thrown like any other tcl error.  Also, the
20048         catch used "" instead of {} which meant all the callers who wanted
20049         to include one of the characters "[]$ had to quote it an extra time.
20050         * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
20051         ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
20052         demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
20053         Remove extra quoting.
20054
20055 Mon Jan 23 21:57:54 1995  Jeff Law  (law@snake.cs.utah.edu)
20056
20057         * gdb.base/commands.exp: Make test names unique; every test either
20058         passes or fails.  Update some comments.
20059
20060         * gdb.disasm/hppa.exp (do_system_control_tests): Update.
20061
20062 Sat Jan 21 15:34:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
20063
20064         The following fixes a FAIL caused by the fact that the alpha stabs
20065         configuration didn't use the ".if alpha" code in weird.def.
20066         * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
20067         bit pointer, so the 32 bit version works even on the alpha.
20068         * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
20069         Remove the stuff which allowed us to have separate versions for
20070         alpha and everything else.
20071
20072         * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
20073         regexp which "info func operator\[\](" is supposed to match.  Fix
20074         string to send to GDB.  Note that GDB still doesn't work right.  Add a
20075         new test for "info func .perator\[\](" which GDB does handle correctly.
20076
20077         * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
20078
20079 Fri Jan 20 12:14:23 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
20080
20081         * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
20082         gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
20083         gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
20084         gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
20085         it makes the tests harder to understand and confuses test-o-matic.
20086         The preferred style is that each test provides a PASS or a FAIL,
20087         and has a unique message (e.g. "continue #54" not just "continue")
20088         which is the same for the pass and the fail.
20089         * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
20090         gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
20091         to lib/gdb.exp.
20092         * gdb.base/printcmds.exp: Use test_print_accept.  Remove
20093         prt_accept which was basically the same thing.  Likewise for
20094         test_print_reject and prt_reject.
20095         * lib/gdb.exp (test_print_reject): Add some more error message
20096         patterns to match from the former printcmds.exp (prt_reject).
20097         * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
20098         One defect of the passcount stuff is that some of it failed to
20099         report XPASS where appropriate.
20100         * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
20101         stuff before and after arg in expected pattern.
20102         (test_paddr_operator_functions): Re-do test without print_addr_of;
20103         this is the only test which seems to want extra stuff there.
20104
20105 Tue Jan 17 10:47:53 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
20106
20107         * gdb.base/nodebug.exp: Update new tests to reflect improved
20108         wording of gdb output.
20109
20110         * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
20111         and "ptype" work on variables in files compiled without -g.
20112         Replaces commented out "maint print msymbol" tests.
20113
20114 Mon Jan 16 12:13:28 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
20115
20116         * gdb.base/setvar.c (dummy): Call malloc.
20117
20118         * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
20119         losing with the irix4 sed.
20120
20121         * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
20122         ALRM" on irix4.
20123
20124 Sun Jan 15 21:58:26 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
20125
20126         * TODO: Remove items about corefile.exp testing new exec-file and
20127         backtrace; both are now done.  Add items about printing enums.
20128
20129 Sat Jan 14 11:25:28 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
20130
20131         * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
20132         "get signal $thissig" test fails.
20133
20134         * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
20135
20136 Thu Jan 12 01:14:53 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
20137
20138         * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
20139         compiler warning with dec alpha compiler.
20140
20141         * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
20142         extra \n from gdb_test call (this explains why the prompt test
20143         that I removed yesterday was there).
20144         (user_defined_command_test): Remove extra \n and prompt test.
20145
20146         * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
20147         doesn't exist.  Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
20148         doesn't exist.
20149         * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
20150         Also remove alpha workaround, which turns out to be because
20151         SIGABRT == SIGLOST.
20152
20153         * gdb.base/sigall.exp: Add workaround for alpha weirdness.
20154
20155         * gdb.base/help.exp: Don't test "help show".
20156
20157 Wed Jan 11 14:37:04 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
20158
20159         * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
20160         "set print address" is on.
20161         * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
20162         pass prompt to gdb_test; gdb_test already looks for the prompt.
20163
20164         * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
20165
20166         * gdb.base/a1-selftest.exp: Don't test "maint dump-me".  That test
20167         was a vestige of the manual TESTSTRATEGY, and the purpose of it
20168         was to make sure that gdb can read a core file.  But (a) the "read
20169         the corefile" part didn't make it to a1-selftest.exp, we just
20170         delete the corefile after creating it, and (b) we test reading
20171         corefiles in corefile.exp anyway.  Also, this test left around a
20172         xgdb process on Solaris.
20173
20174         * gdb.base/corefile.exp: Also test backtrace.
20175
20176 Wed Jan 11 00:14:40 1995  Jeff Law  (law@snake.cs.utah.edu)
20177
20178         * gdb.base/commands.exp: Test a simple user defined command with
20179         arguments and if/while statements; verify the full user command is
20180         printed by "show user".
20181
20182         * gdb.base/commands.exp: Test if/while commands as part of a
20183         breakpoint command list; verify they appear in breakpoint
20184         information.
20185
20186 Wed Jan 11 00:47:58 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
20187
20188         * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
20189         than by dividing by zero.
20190
20191 Tue Jan 10 21:38:05 1995  Jeff Law  (law@snake.cs.utah.edu)
20192
20193         * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
20194         performing an inferior call with watchpoints enabled.
20195         * gdb.base/watchpoint.c (main): Delete second unnecessary read
20196         call.
20197
20198 Tue Jan 10 18:42:07 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
20199
20200         * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
20201         of "file" command.
20202
20203         * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
20204         Add additional pattern for when "int operator int(void);" appears
20205         in a different order.
20206
20207 Mon Jan  9 16:22:46 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
20208
20209         * gdb.base/signals.exp: Call gdb_exit and gdb_start.
20210
20211         * gdb.base/help.exp: Replace most of docstrings for "info signals"
20212         and "signal" with ".*".
20213
20214 Wed Jan  4 11:35:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
20215
20216         * TODO: Add note about "handle all nostop".
20217
20218         * gdb.base/{sigall.c, sigall.exp}: New test.
20219         * gdb.base/Makefile.in: Add it.
20220
20221 Thu Jan  5 17:34:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
20222
20223         * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
20224         when invoking GDB, suppresses any windowing interface.
20225
20226 Mon Jan  2 17:40:21 1995  Stan Shebs  <shebs@andros.cygnus.com>
20227
20228         * config/sim-gdb: New file, simulator testing support.
20229
20230 Wed Dec 28 12:21:50 1994  Jeff Law  (law@snake.cs.utah.edu)
20231
20232         * gdb.base/interrupt.exp: Test calling func1 twice.
20233
20234 Wed Dec 21 12:51:37 1994  Jim Kingdon  <kingdon@deneb.cygnus.com>
20235
20236         * gdb.base/list.exp (test_forward_search): Set timeout higher
20237         when we'll be getting lots of output from gdb.
20238
20239         * gdb.base/a1-selftest.exp: Move code that was inside expect -re
20240         "init_malloc" to after the expect statement.  Run it if that
20241         regexp is taken, but also for two others which happen if source
20242         cannot be found.
20243
20244 Tue Dec 20 12:35:21 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20245
20246         * gdb.base/printcmds.exp: New test, for printing register before
20247         program is running.
20248
20249 Mon Dec 19 00:32:55 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20250
20251         * gdb.base/list.exp:  Correct some alternate expect patterns
20252         to reflect changes in list1.c.
20253
20254 Sat Dec 17 14:20:03 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20255
20256         * TODO: Add item regarding large frames.
20257
20258         * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
20259
20260         * TODO: Remove item about enabling return.exp; it
20261         is enabled.  Suggest a few more "return" tests.
20262
20263 Sat Dec 17 02:33:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20264
20265         * gdb.c++/misc.cc, gdb.c++/inherit.exp:  Add testcases for
20266         anonymous unions.
20267
20268 Tue Dec 13 11:26:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20269
20270         * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
20271         and pr-5646.o, so "make" is the same as "make all", not "make
20272         pr-4975.o".
20273
20274 Wed Dec  7 19:02:02 1994  Stan Shebs  <shebs@andros.cygnus.com>
20275
20276         * gdb.base/list.exp: Adjust expectations to reflect changes in
20277         list1.c.
20278         (test_forward_search): New test proc.
20279         * gdb.base/list1.c (long_line): New function, has long source line.
20280
20281 Thu Dec  1 23:14:49 1994  Stan Shebs  <shebs@andros.cygnus.com>
20282
20283         * gdb.base/a1-selftest.exp: Change initial stepping to know about
20284         additional line of code that was added.
20285
20286 Wed Nov 30 19:43:14 1994  Jeff Law  (law@snake.cs.utah.edu)
20287
20288         * gdb.disasm/hppa.s: Break the large branching tests into smaller
20289         tests so as not to overflow expect's input buffers.
20290         * gdb.disasm/hppa.exp: Corresponding changes.
20291
20292 Fri Nov 25 13:37:10 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20293
20294         Beginnings of template debugging tests.
20295         * gdb.c++/templ-info.cc:  New file to test for template
20296         debugging capability of the compiler.
20297         * gdb.c++/Makefile.in:  Add rule to build templ-info.exp from
20298         templ-info.cc.
20299         * gdb.c++/templates.cc:  Add explicit template instantiations
20300         to enable compiling with -fno-implicit-templates. Add destructor
20301         and 'value' method to T5 class for template tests.
20302         * gdb.c++/templates.exp:  Add testcases for printing of template
20303         types, setting breakpoints on template methods and calling a
20304         template method.
20305
20306 Sat Nov  5 00:20:17 1994  Jeff Law  (law@snake.cs.utah.edu)
20307
20308         * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
20309         branch target since some assemblers (gas-2.5)  may emit a
20310         relocation for the branch instead of resolving it in the
20311         assembler.
20312
20313 Sat Oct 29 02:40:40 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20314
20315         * gdb.base/a1-selftest.exp:  Remove RS/6000 xfail for backtrace
20316         through signal handler.
20317
20318 Fri Oct 21 11:10:16 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
20319
20320         * configure.in (*-*-netware): Use config/mt-netware.
20321
20322         * config/mt-netware: New file.
20323         * config/mt-i386-netware: Removed, separate configs for different
20324           netware architectures are no longer needed now that we have
20325           --with-headers.
20326
20327 Sat Oct 15 03:43:00 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20328
20329         * gdb.base/exprs.exp:  Remove xfail for alpha, it is fixed
20330         by the recent changes to use ANSI C arithmetic conversions.
20331
20332 Sun Oct  9 07:44:06 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20333
20334         * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
20335         bug involving using inferior_pid to figure out whether to select a
20336         frame.
20337
20338 Wed Sep 28 23:12:02 1994  Jeff Law  (law@snake.cs.utah.edu)
20339
20340         * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
20341         match the current disassembler output.
20342
20343 Fri Sep 16 11:42:41 1994  Stan Shebs  (shebs@andros.cygnus.com)
20344
20345         * gdb.fortran/exprs.exp: Expect VOID instead of void.
20346         * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
20347         types, expect "int" as type of integer values (for now).
20348
20349 Wed Sep  7 23:33:51 1994  Jeff Law  (law@snake.cs.utah.edu)
20350
20351         * gdb.base/commands.exp: New tests for if/while commands.
20352
20353 Tue Sep  6 13:16:11 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20354
20355         * lib/gdb.exp (runto):  Replace sub-pattern for hex value
20356         by .*, since hex values have different syntax in Chill mode.
20357
20358 Tue Sep  6 02:15:51 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20359
20360         * gdb.c++/demangle.exp (test_arm_style_demangling):  Remove
20361         linefeed from expect pattern for repeated types with indices > 9.
20362
20363 Mon Aug 29 14:20:44 1994  Stan Shebs  (shebs@andros.cygnus.com)
20364
20365         First part of Fortran test suite.
20366         * gdb.fortran: New directory.
20367         * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
20368
20369 Sat Aug 27 23:32:43 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20370
20371         * gdb.base/default.exp:  Update expect pattern for load command
20372         without arguments.
20373
20374 Wed Aug 24 13:15:02 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
20375
20376         * configure.in: Change i386 to i[345]86.
20377         * gdb.base/configure.in: Likewise.
20378         * gdb.c++/configure.in: Likewise.
20379         * gdb.chill/configure.in: Likewise.
20380
20381 Tue Aug 23 19:14:06 1994  Stan Shebs  (shebs@andros.cygnus.com)
20382
20383         * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
20384         patterns, since that is not a valid context for comments.
20385
20386 Fri Aug 19 15:07:30 1994  Kung Hsu  (kung@mexican.cygnus.com)
20387
20388         * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
20389         repeated types and repeated types with indices > 9.
20390
20391 Tue Aug 16 15:57:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
20392
20393         * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
20394         2417; old bug has been fixed.
20395
20396 Fri Aug 12 19:35:41 1994  Jeff Law  (law@snake.cs.utah.edu)
20397
20398         * gdb.base/interrupt.exp: When trying to wake up the inferior,
20399         send the newline ourselves instead of assuming gdb_test will do
20400         so when passed an empty input string.
20401
20402         * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
20403         stabs testcode.
20404
20405 Fri Aug  5 17:01:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
20406
20407         * lib/gdb.exp (gdb_test): Don't send anything if the first
20408           argument is an empty string.  This makes cases where we want to
20409           match output that is already in expect's buffers (for example,
20410           matching a breakpoint after gdb_run_cmd has been called) work
20411           reliably.
20412
20413 Tue Aug  2 10:24:08 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
20414
20415         * config/netware.exp: New file.
20416
20417 Thu Jul 28 12:54:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
20418
20419         * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
20420           the -B and -L prefixes so we can find the debugging stub.
20421
20422         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
20423           there and we are using the gcc from the tree.
20424
20425         * gdb.base/types.c: Removed.
20426
20427         * gdb.base/configure.in: Look for makefile fragments in ../config.
20428           Recognize i386-*-netware.
20429         * gdb.c++/configure.in: Likewise.
20430
20431 Mon Jul 25 23:48:50 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20432
20433         * gdb.base/corefile.exp:  Change `else if' to `elseif', which is
20434         the correct TCL syntax.
20435
20436 Mon Jul 25 15:35:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
20437
20438         * gdb.base/opaque.exp: use runto instead of messing around with
20439           breakpoints.  Simplify by using gdb_test.
20440
20441         * gdb.base/bitfields.exp: restart between tests on netware targets
20442           because breakpoints aren't relocated after target death.  Run
20443           processes to completion.
20444
20445         * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
20446
20447 Sun Jul 24 09:55:51 1994  Fred Fish  (fnf@cygnus.com)
20448
20449         * Makefile.in:  Remove extra tabs that confuse some versions
20450         of "make".  Use the newly built gdb to test with by default,
20451         rather than the first one in the tester's search path.
20452
20453 Sat Jul 23 15:05:47 1994  Stan Shebs  (shebs@andros.cygnus.com)
20454
20455         * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
20456
20457         * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
20458         condition help.
20459
20460 Tue Jul 19 10:26:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
20461
20462         * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
20463
20464         * lib/gdb.exp (gdb_run_cmd): New function, used to start program
20465           running.
20466         * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
20467         * gdb.base/funcargs.exp: Likewise.
20468
20469         * gdb.base/bitfields.exp: Simplify by using gdb_test.
20470         * gdb.base/funcargs.exp: Likewise.
20471
20472         * lib/gdb.exp (gdb_test): if match times out, don't call fail if
20473           message is "".
20474
20475 Mon Jul 18 12:18:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
20476
20477         * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
20478           return,signals,twice}.exp: Handle non-existant binaries
20479           consistantly.
20480
20481         * gdb.base/corefile.exp: Execute coremaker to generate core dump.
20482         * gdb.base/Makefile.in: Don't try to generate a core dump, we
20483           might testing a cross development system.
20484
20485 Thu Jul 14 18:13:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
20486
20487         * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
20488           runtest script is relative to ${srcdir}, not ${rootdir}.
20489
20490 Thu Jul 14 14:56:59 1994  Stan Shebs  (shebs@andros.cygnus.com)
20491
20492         * gdb.base/signals.exp: Allow for optionality of breakpoint
20493         address.
20494
20495 Thu Jul 14 11:21:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20496
20497         * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
20498
20499 Tue Jul 12 12:22:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
20500
20501         * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
20502           for size_t definition.
20503         * gdb.c++/templates.cc: Likewise
20504
20505         * config/mt-i386-netware: New file.
20506
20507         * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
20508           defined.
20509
20510         * gdb.base/Makefile.in: Added support for systems that name core
20511           files by appending "core" to the program name.
20512         * gdb.base/a1-selftest.exp: Likewise.
20513
20514 Mon Jul 11 23:59:18 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20515
20516         * gdb.base/return.exp:  Add comment and message for `return double'
20517         test failure on Sparc Solaris.
20518
20519 Mon Jul  4 12:10:48 1994  Stan Shebs  (shebs@andros.cygnus.com)
20520
20521         * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
20522
20523 Wed Jun 29 00:26:17 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20524
20525         * gdb.c++/misc.cc:  Instantiate classes to inhibit the compiler
20526         from optimizing them away.
20527         * gdb.c++/classes.exp, gdb.c++/inherit.exp:  Update ptype expect
20528         patterns to include default constructors and assignment operators,
20529         to match gcc versions beyond 2.5.8. Accept any cplus demangling
20530         character in the output of the virtual base pointer.
20531
20532 Fri Jun 24 08:15:42 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20533
20534         * gdb.c++/cplusfuncs.exp:  Use string_to_regexp and a regular
20535         expression match in print_addr_of to avoid unintented matches.
20536         * gdb.c++/virtfunc.exp:  Accept alternate ptype output of g++
20537         versions up to 2.5.8.
20538
20539 Mon Jun 20 23:54:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20540
20541         * gdb.base/list.exp:  Tweak alternate pattern for listing of an
20542         included file to run under newer versions of expect.
20543         * gdb.c++/demangle.exp:  Add spaces to the expect patterns between
20544         consecutive >'s in templates to accomodate recent cplus-dem.c change.
20545         Remove xfail for the virtual table of BDDHookV.
20546
20547 Sat Jun 18 12:51:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
20548
20549         * lib/gdb.exp (string_to_regexp): Set a default result.
20550         (default_gdb_start): Fix misleading message.
20551
20552 Wed Jun 15 12:10:10 1994  Stan Shebs  (shebs@andros.cygnus.com)
20553
20554         * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
20555         Remove all CC, etc definitions.
20556         * config/mt-hpux: New file.
20557         * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
20558         (CFLAGS, LDFLAGS): Define.
20559         * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
20560
20561         * Makefile.in (site.exp): Don't insert host_os, etc.
20562         (just-check): Just use RUNTEST with RUNTESTFLAGS only.
20563         (distclean): Check existence of subdir.
20564         * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
20565         * gdb.base/Makefile.in: General cleanup and simplification.
20566         Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
20567         to build executables.   Use default rule to build .o files.
20568         (EXPECT, RUNTEST, CC): Fix relative pathname.
20569         (site.exp): Don't insert host_os, etc.
20570         * gdb.base/signals.c (main): Don't call signal unless SIGALRM
20571         and/or SIGUSR1 defined.
20572         * gdb.base/watchpoint.c: Don't include stdio.h a second time.
20573         * gdb.c++/Makefile.in: General cleanup and simplification.
20574         Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
20575         (CFLAGS): Remove.
20576         (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
20577
20578 Fri Jun 10 10:55:09 1994  Jeff Law  (law@snake.cs.utah.edu)
20579
20580         * gdb.base/recurse.exp: Misc changes to get tests running again
20581         after Kung's changes to the watchpoint code.
20582         * gdb.base/watchpoint.exp: Likewise.
20583
20584 Thu Jun  9 15:16:55 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20585
20586         * lib/gdb.exp (string_to_regexp):  Convert {\} also.
20587
20588 Wed Jun  8 12:12:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
20589
20590         * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
20591         * lib/gdb.exp (default_gdb_start): Define.
20592         * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
20593         gdb.base/funcargs.exp, gdb.base/opaque.exp,
20594         gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
20595         gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
20596         gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
20597         Don't call gdb_target_udi in between tests.
20598
20599 Tue Jun  7 08:30:15 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20600
20601         * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
20602         (which was basically just a local version of the same thing).  In
20603         addition to avoiding duplication, gdb_test_exact is faster.
20604         * lib/gdb.exp (gdb_test_exact): Fix typo.
20605
20606         * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
20607         don't give an error.
20608
20609         * gdb.base/term.exp: Call delete_breakpoints before starting.
20610
20611         * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
20612         (t10): Add comment.
20613
20614 Mon Jun  6 18:26:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
20615
20616         Reorganization of the GDB Test Suite.
20617
20618         * gdb.base: New directory, contains all the basic tests.
20619         * gdb.c++: New directory, tests specific to C++.
20620         * gdb.chill: New directory, tests specific to Chill.
20621         * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
20622         gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
20623         gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
20624         gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
20625         into appropriate new directories (t00-t17 to base, t20-t23 to c++,
20626         t30-31 to chill).
20627         * */gdbme.*: Rename to match appropriate expect scripts.
20628         * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
20629         gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
20630         gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
20631         gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
20632         gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
20633         gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
20634         gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
20635         gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
20636         gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
20637         gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
20638         * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
20639         gdb.c++/virtfunc.cc: New names of C++ files.
20640         * gdb.chill/chillvars.ch: New name of Chill file.
20641         * gdb.base/configure.in, gdb.c++/configure.in,
20642         gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
20643         * gdb.base/Makefile.in, gdb.c++/Makefile.in,
20644         gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
20645         * configure.in (configdirs): Update to reflect directory changes.
20646         (target_abbrev): No longer define for any configuration.
20647         * Makefile.in: Cosmetic improvements to header comments.
20648
20649 Fri Jun  3 18:56:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20650
20651         Various changes to gdb.t31:
20652
20653         * Makefile.in (gdbme.o):  Compile with -fspecial_UC.
20654         * gdbme.ch:  Make all key-words and predefineds be upper-case.
20655         * chillvars.exp:  Expect key-words and predefinds in upper-case.
20656
20657         * chillvars.exp:  Use gdb_test_exact many places.
20658         Change expected output for arrays (which now includes index labels).
20659
20660         * pr-5020.exp, gdme.ch (module PR_5020):
20661         New test, for PR-5020.
20662
20663 Thu Jun  2 16:02:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20664
20665         * lib/gdb.exp (string_to_regexp, gdb_test_exact):  New procedures.
20666         * Makefile.in (CHILL_LIB):  Remove bogus redundant definitions.
20667
20668 Sun May 29 22:31:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20669
20670         * Makefile.in:  Fix bit-rot in definitions of CHILL,
20671         CHILL_FOR_TARGET and Chill_LIB.
20672         * gdb.t31/gdbme.ch:  Fix syntax of nested array tuples.
20673         * gdb.t31/Makefile.in:  Add definitions for CHILLFLAGS,
20674         CHILL, and CHILL_LIB.
20675
20676 Sat May 21 10:05:08 1994  Bill Cox  (bill@rtl.cygnus.com)
20677
20678         * Revert the previous changes.  Please see Rob's directory
20679           /lisa/test/rob/progressive/gdb/testsuite for these fixes.
20680
20681 Thu May 19 12:51:00 1994  Bill Cox  (bill@rtl.cygnus.com)
20682
20683         * Makefile.in, configure.in, config/mips-gdb.exp,
20684           config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
20685           config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
20686           config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
20687           gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
20688           gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
20689           gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
20690           gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
20691           gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
20692           gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
20693           gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
20694           gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
20695           gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
20696           gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
20697           gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
20698           gdb.t24/demangle.exp, lib/gdb.exp:  Check in Rob's testing
20699           changes from 94Q1.
20700
20701 Wed May 18 17:04:03 1994  Bill Cox  (bill@rtl.cygnus.com),
20702
20703         * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
20704           config/mt-slite, config/mt-unix, config/mt-vxworks: Add
20705           Rob's new testing fragments.
20706
20707 Tue May 17 15:04:14 1994  Bill Cox  (bill@rtl.cygnus.com)
20708
20709         * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
20710           lib/gdb.exp: Replace error proc calls with perror.
20711
20712 Mon May 16 19:00:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
20713
20714         * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
20715         version also, match on casted version strings, and match on
20716         gdb startup case where the line numbers might be messed up.
20717
20718 Fri May 13 18:00:27 1994  Bill Cox  (bill@rtl.cygnus.com)
20719
20720         * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
20721           (CFLAGS): Delete it from here.
20722
20723 Tue May  3 16:08:09 1994  Kung Hsu  (kung@mexican.cygnus.com)
20724
20725         * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
20726
20727 Fri Apr 29 14:26:35 1994  Stan Shebs  (shebs@andros.cygnus.com)
20728
20729         * Makefile.in (RUNTEST): Default to just "runtest".
20730
20731 Tue Apr 26 22:21:40 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20732
20733         * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
20734         * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
20735         the code has been restructured.
20736
20737 Thu Apr 21 12:48:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20738
20739         * gdb.t00/default.exp (set write): Allow any number of \r and/or
20740         \n, not just one of each.
20741
20742         * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
20743         /bin/cc gives a warning if you do.
20744
20745 Thu Apr 21 11:54:04 1994  Kung Hsu  (kung@mexican.cygnus.com)
20746
20747         * gdb.t24/demangle.exp: change expect pattern of
20748         __t10ListS_link1ZUiRCUiPT0
20749
20750 Wed Apr 13 15:05:00 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20751
20752         * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
20753         on local variables in recursive functions.
20754
20755         * gdb.t07/Makefile.in: Build the new test.
20756
20757 Tue Apr 12 20:45:25 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20758
20759         * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
20760         directly.  Instead compare the return values from actual calls.
20761
20762 Mon Apr 11 10:31:00 1994  Bill Cox  (bill@rtl.cygnus.com)
20763
20764         * Makefile.in (check): Set TCL_LIBRARY for runtest.
20765
20766 Mon Apr 11 09:15:30 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20767
20768         * From Peter Schauer with minor modifications.
20769         * gdb.t15/return.exp (return_tests): Handle targets where "return"
20770         stops in mid-line in the caller.  Add xfail for returning a float
20771         value on X86 targets.
20772
20773 Tue Apr  5 15:16:33 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20774
20775         * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
20776         to avoid expect lossage.
20777         (fmem_LRbug_tests): Likewise.
20778         * gdb.disasm/hppa.s: Corresponding changes.
20779
20780         * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
20781         conditions to work with latest dejagnu/expect.
20782
20783         * gdb.t15/funcargs.exp (finish from indirect call): No longer
20784         expected to fail on the PA.
20785         (backtrace in call with trampolines): Explicitly require main
20786         to be frame #1 (no trampolines should show up in backtrace).
20787
20788         * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
20789         "continue -expect".
20790         * gdb.t06/break.exp: Likewise.
20791         * gdb.t07/watchpoint.exp: Likewise.
20792         * gdb.t13/bitfields.exp: Likewise.
20793         * gdb.t15/{funcargs,return}.exp: Likewise.
20794         * gdb.stabs/weird.exp: Likewise.
20795         * config/{mips,udi}-gdb.exp: Likewise.
20796
20797         * hppa.sed: Enclose comments within a sed command to avoid
20798         losing with the old OSF1 sed.
20799
20800 Wed Mar 30 00:31:49 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20801
20802         * gdb.t02/whatis.exp, gdb.t08/opaque.exp:  Add XFAILs for
20803         sequent dynix.
20804         * gdb.t06/signals.exp:  Add clear_xfail for sequent dynix.
20805         * gdb.t15/funcargs.exp:  Conditionally step again to really
20806         finish from marker_call_with_trampolines. Handle the case where
20807         the first step from within call_with_trampolines already steps
20808         us back to main.
20809         * gdb.t15/gdbme.c:  Add comment to closing brace of
20810         call_with_trampolines for funcargs.exp.
20811
20812 Tue Mar 29 23:55:27 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20813
20814         * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
20815         Fix typo(s).
20816
20817 Sun Mar 27 16:53:14 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20818
20819         * gdb.t07/gdbme.c: More code for watchpoint testing.
20820
20821         * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
20822         "Hardware watchpoint" throughout file.
20823         (test_watchpoint_triggered_in_syscall): New test.
20824         (test_complex_watchpoint): New test.
20825
20826 Fri Mar 25 17:05:31 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20827
20828         * gdbme.c (call_with_trampolines): New function to try and step
20829         into.  Tests trampoline problems on the PA.
20830
20831         * funcargs.exp (localvars_in_indirect_call): No longer expect
20832         stepping into indirect call to fail on PAs.
20833         (test_stepping_over_trampolines): New test.
20834
20835 Wed Mar 23 07:43:33 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20836
20837         * TODO: Add suggestions for static member function tests, and
20838         completion tests.
20839
20840 Wed Mar 16 08:28:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20841
20842         * TODO: Add suggestions for "p/a" tests.
20843
20844         * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
20845         (default_gdb_exit): Replace all the hair with sending "quit" to
20846         the process with a simple close.
20847
20848 Tue Mar 15 08:45:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20849
20850         * TODO: Add suggestions for shared library tests.
20851
20852 Sun Mar 13 10:45:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20853
20854         * TODO: Add suggestions for x/s tests.
20855
20856 Fri Mar 11 08:22:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20857
20858         * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
20859         "enable once", and "enable breakpoints once" with ".*".
20860
20861 Thu Mar 10 08:34:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20862
20863         * TODO: Add suggestions about structure passing tests.
20864
20865 Mon Mar  7 13:45:54 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20866
20867         * gdb.t03/gdbme.c:  gcc version 1 puts out the wrong stabs for
20868         the primary1 test, use work around if __GNUC__ < 2.
20869         * gdb.t06/signals.c:  Add comments for signals.exp pattern matching.
20870         * gdb.t06/signals.exp:  Add XFAILs for i386 bsd and vax ultrix.
20871         Test for bad output rather than waiting for timeout.  Issue
20872         second continue only if first continue failed.
20873
20874 Wed Mar  2 10:08:01 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
20875
20876         * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
20877         operator[] test with gdb_test because the old code didn't seem to
20878         be getting the quoting right with the new dejagnu.
20879
20880 Thu Feb 24 19:49:25 1994  Rob Savoye  (rob@poseidon.cygnus.com)
20881
20882         * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
20883         one from the path.
20884         * Makefile.in: Use a fresh expect if there is one, use runtest
20885         from the src tree if there is one.
20886
20887 Thu Feb 24 18:49:37 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
20888
20889         * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
20890         next over recursive call.  Revise the tests from that point on
20891         (which had been skipped) to match GDB's actual (correct) output.
20892
20893         * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
20894         with next over a breakpoint whose condition is false.
20895
20896         * gdb.t00/help.exp: Comment out "help set print" tests just like
20897         (and for same reason as) "help set" test.
20898
20899 Mon Feb 14 09:58:23 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20900
20901         * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
20902         * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
20903
20904 Sun Feb  6 15:36:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20905
20906         * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
20907         necessary gdb_target_udi.
20908
20909         * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
20910
20911         * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
20912         1838 and 2417; they are fixed.
20913
20914         * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
20915         gdb.t03/ptype.exp (ptype structure, ptype union):
20916         Remove xfails; the test is looser than when the xfails were added.
20917
20918         * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
20919         * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
20920
20921         * gdb.t01/run.exp: Only run shell test if isnative.
20922
20923         * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
20924         since "run" automatically loads if necessary.  Call gdb_target_udi
20925         after the "file" since "file" kills any execution target.
20926
20927         * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
20928         GDB.  GDB doesn't work that way (not anymore at least) on UDI.
20929         * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
20930         argument for UDI.
20931
20932 Fri Feb  4 12:19:32 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
20933
20934         * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
20935
20936         * gdb.t17/callfuncs.exp: Add xfails for rs6000.
20937
20938 Sat Feb  5 09:11:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20939
20940         * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
20941         properly quoting regexps.  This makes the second argument to
20942         demangle a fixed string, which matches the callers, instead of a
20943         shell-style pattern which is what the previous implementation
20944         used.  Update some of the callers.
20945
20946 Sat Feb  5 10:19:09 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20947
20948         * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
20949         (comib_nullified_tests): Fix typo.
20950         * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
20951         strings.  No longer expected to fail.
20952
20953         * gdb.disasm/hppa.s (addib_tests): Fix typo.
20954         * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
20955         strings.  No longer expected to fail.
20956
20957         * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
20958         string.  No longer expected to fail.
20959
20960 Fri Feb  4 23:45:11 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20961
20962         * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
20963         No longer expected to fail.
20964
20965         * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
20966         string.  No longer expected to fail.
20967
20968 Fri Feb  4 10:35:42 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20969
20970         * gdb.t24/demangle.exp: Remove a bunch more tests which differ
20971         only in the names (I probably got most of them).  I was even
20972         generous with some which differed in underscores in names, and
20973         probably missed a few, and I *still* was able to remove almost a
20974         third of the file with almost no impact on testsuite coverage.
20975
20976 Thu Feb  3 12:04:49 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20977
20978         * gdb.t00/default.exp: Match udi_attach error message as well as
20979         the one from child_attach.
20980
20981         * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
20982
20983         * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
20984
20985         * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
20986         * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
20987
20988         * Move test with enums and partial symbols back to
20989         gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
20990         Reverts the change of 26 May 93.  Per today's change to
20991         stabs.texinfo, the behavior that weird.exp was expecting was
20992         unreasonable; what is important is that the compiler+gdb get
20993         things right, which happens with a recent gcc.  Also fix the test
20994         to deal with native compilers which put out the stab gdb can't
20995         deal with.
20996
20997 Mon Jan 31 15:40:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20998
20999         * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
21000         in the names.  The main thing these accomplish is to slow things down.
21001         Many more such duplicates surely remain.
21002
21003         * gdb.t00/help.exp: Comment out "help support" test just like
21004         (and for same reason as) "help set" test.
21005
21006 Mon Jan 31 06:43:45 1994  Fred Fish  (fnf@cygnus.com)
21007
21008         * gdb.t06/break.exp:  Remove setup_xfails for
21009         sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
21010         * gdb.t20/inherit.exp (test_ptype_si):  Update warning message
21011         about known bug in gcc to include up through 2.5.8.
21012         * gdb.t20/inherit.exp (test_ptype_vi):  Accept "_vb." as well as
21013         well as "_vb$".
21014         * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
21015         Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
21016         with latest gcc and gdb.
21017         * gdb.t22/virtfunc.exp (test_ptype_of_classes):  Accept "_vb." as
21018         well as "_vb$".
21019
21020 Sat Jan 29 23:31:26 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
21021
21022         * configure.in (hppa*-*-*): Also configure and build stabs-only
21023         tests.
21024
21025 Thu Jan 27 08:21:16 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
21026
21027         * gdb.t10/hppa.mt: A makefile fragment for the PA.
21028         * gdb.t10/configure.in (hppa*-*-*): Use it.
21029
21030 Tue Jan 25 12:58:26 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21031
21032         * gdb.t09/corefile:  Increase timeout when spawning gdb explicitly.
21033
21034 Wed Jan 19 12:40:25 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21035
21036         * gdb.t06/signals.exp:  Handle blocked SIGTRAP on sun3 for bash
21037         versions prior to 1.13.5.
21038
21039 Tue Jan 18 20:10:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
21040
21041         * gdb.t00/default.exp (show prompt): In FAIL case, only match if
21042         the prompt is at the start of a line.
21043
21044 Mon Jan 17 20:07:51 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
21045
21046         * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
21047         Enable "diag" instruction.  Delete copr from fpu_misc_tests, it's
21048         in the copr tests now.
21049         * gdb.disasm/hppa.exp: Run new sfu and copr tests.  Do not expect
21050         copr in the fpu_misc tests anymore.  fpu_misc tests are no longer
21051         expected to fail.
21052
21053 Fri Jan 14 14:24:21 1994  Rob Savoye  (rob@darkstar.cygnus.com)
21054
21055         * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
21056         gdb.t31/chillvars.exp, lib/gdb.exp:
21057         Tweak to run under either version of expect.
21058         * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
21059         * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
21060         * gdb.t11/list.exp: Remove extraneous whitespace.
21061
21062 Sat Jan 15 09:57:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
21063
21064         * gdb.t16/printcmds.exp (test_print_strings): Accept
21065         "(unsigned char *) " before the string.
21066
21067         * TODO: Add notes about printing of fancy types and GDB expressions.
21068
21069 Thu Jan 13 17:16:09 1994  Stan Shebs  (shebs@andros.cygnus.com)
21070
21071         * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
21072         * gdb.t06/configure.in: Don't try to compile signals test program
21073         if doing mips-idt-ecoff.
21074
21075 Thu Jan 13 08:25:55 1994  Rob Savoye  (rob@darkstar.cygnus.com)
21076
21077         * Most .exp files: Tweak to run under either version of expect.
21078
21079 Tue Jan 11 15:21:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
21080
21081         * gdb.t12/scope.exp: Add xfails for rs6000.  Remove 1806 from existing
21082         xfails; I'm not sure why they are failing, but not because of PR 1806.
21083
21084 Mon Jan 10 22:14:20 1994  Rob Savoye  (rob@darkstar.cygnus.com)
21085
21086         * config/unix-gdb.exp: Remove gdb_unload cause it's already
21087         defined in lib/gdb.exp.
21088
21089 Fri Jan  7 12:42:45 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21090
21091         * gdb.t07/watchpoint.exp:  Clear xfail for calling function with
21092         watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
21093         * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc:  Conversion operator functions
21094         have to be typeless.
21095
21096 Tue Jan  4 09:32:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
21097
21098         * TODO: Add suggestion for copyright year test.
21099
21100 Mon Jan  3 11:35:26 1994  Stan Shebs  (shebs@andros.cygnus.com)
21101
21102         * configure.in (*-*-lynxos*): Add stabs tests.
21103
21104 Wed Dec  1 21:54:05 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
21105
21106         * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
21107         so insert a tab before any assembler directive in column zero.
21108
21109         * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
21110         stores.
21111         * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
21112         stores.
21113         (fpu_short_memory_tests): Likewise.
21114
21115 Mon Nov 22 13:23:22 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21116
21117         * gdb.stabs/ecoff.mt:  Delete alpha specific if block, fix typo.
21118         * gdb.stabs/ecoff.sed:  Escape inserted blanks with backslashes, embed
21119         .stabs directives in comments.
21120
21121 Fri Nov 19 14:09:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21122
21123         * TODO: New file, describing tests we could write.
21124         * gdb.t09/corefile.exp: Move description of tests to write to TODO.
21125
21126 Tue Nov 16 21:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21127
21128         * gdb.t06/signals.exp: Add kludge to force re-sync.
21129
21130         * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
21131         to xgdb instead of gdb, get out of gdb.
21132
21133 Tue Nov 16 10:21:57 1993  Rob Savoye  (rob@cygnus.com)
21134
21135         * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
21136         for info.
21137
21138 Sat Nov 13 23:17:48 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
21139
21140         * gdb.stabs/hppa.mt: A makefile fragment for the PA.
21141         * gdb.stabs/configure.in (hppa*-*-*): Use it.
21142         * gdb.stabs/hppa.sed: New sed script for the PA.
21143
21144 Sat Nov 13 22:50:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21145
21146         * gdb.stabs: Re-write weird.def and configuration to use sed
21147         instead of cpp.  sed is portable and POSIX; cpp is neither.
21148
21149 Fri Nov 12 15:26:36 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21150
21151         * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
21152
21153 Mon Nov  8 16:55:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21154
21155         * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
21156
21157 Thu Nov  4 23:07:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21158
21159         * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
21160         "_vb$".
21161         * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
21162         * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
21163
21164 Wed Nov  3 13:53:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21165
21166         * lib/gdb.exp: Comment out code which depends on non-existent
21167         `transform' procedure.
21168
21169 Wed Nov  3 11:23:11 1993  Rob Savoye  (rob@darkstar.cygnus.com)
21170
21171         * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
21172         * lib/gdb.exp: Transform tool name.
21173         * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
21174         1.1's new error handling system.
21175
21176 Mon Nov  1 10:36:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21177
21178         * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
21179
21180 Fri Oct 29 17:58:14 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21181
21182         * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
21183         They made pattern matching so slow that timeouts happened on
21184         heavily loaded systems.  Now any output from "show print" which
21185         gets us back to the GDB prompt is a PASS.
21186
21187 Mon Oct 25 14:36:50 1993  Stu Grossman  (grossman at cygnus.com)
21188
21189         * gdb.disasm/hppa.mt:  Use $(srcdir) in hppa.o make rule.
21190
21191 Mon Oct 25 13:35:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21192
21193         * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
21194
21195         * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
21196         It is not from PR 3220.
21197
21198 Sun Oct 24 18:49:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21199
21200         * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
21201         just started failing because they depended on the order the
21202         subcommands are presented, or exact docstring text.  This kind of
21203         test is a pain and has minimal benefit.
21204
21205 Thu Oct 21 08:26:48 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21206
21207         * gdb.t09/corefile.exp: At end of test, use "core" command with
21208         no arguments.
21209
21210 Wed Oct 20 08:56:02 1993  Stu Grossman  (grossman at cygnus.com)
21211
21212         * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
21213         17}/Makefile.in:  Make it possible to run the testsuite with Sun
21214         make and CC = cross gcc by adding explicit build rules for .o
21215         files.
21216
21217 Tue Oct 19 14:57:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21218
21219         * gdb.t15/funcargs.exp: Don't put comments on same line as
21220         setup_xfail (@#$*%& tcl braindamage!).
21221
21222 Mon Oct 18 21:50:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21223
21224         * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
21225
21226 Fri Oct 15 15:39:54 1993  Kung Hsu  (kung@cirdan.cygnus.com)
21227
21228         * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
21229         * gdb.t20/inherit.exp: remove three dumplicate entries.
21230
21231 Fri Oct 15 13:45:25 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21232
21233         * gdb.t06/break.exp: For "next over recursive call", fail on any
21234         incorrect output, not just on "factorial (value=2)".
21235
21236 Fri Oct 15 11:52:56 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21237
21238         * gdb.t12/scope.exp:  Remove xfails, filename::var syntax should be
21239         working now. Add an xfail if accesing a bss variable causes
21240         a memory error if the target is not yet run.
21241
21242 Thu Oct 14 19:16:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21243
21244         * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
21245         constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
21246         name of __st* demangling (2 strings).  Did Kung really get the
21247         more than 95 others right without testing them?
21248
21249 Thu Oct 14 16:27:08 1993  Kung Hsu  (kung@cirdan.cygnus.com)
21250
21251         * gdb.t24/demangle.exp: clean up XFAILS, more than 100
21252
21253 Thu Oct 14 11:40:30 1993  Jeffrey Law  (law@cs.uah.edu)
21254
21255         * configure.in (configdirs): Add gdb.disasm
21256         * gdb.disasm: New directory for GDB disassembler tests.
21257         * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
21258
21259 Thu Oct 14 11:40:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21260
21261         * gdb.t00/help.exp: Don't test "help set".
21262
21263         * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
21264         from within expect statements.  None of these happen anymore and
21265         they cause regressions to be silently unnoticed.
21266
21267         * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
21268         messages) about known failures with gcc cygnus-2.4.5-930417.
21269
21270         * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
21271         comp-info.exp so it gets built if it doesn't exist.
21272
21273         * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
21274         it is no longer used.
21275         * gdb.t13/comp-info.c: Removed.
21276
21277 Wed Oct 13 22:54:06 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
21278
21279         * gdb.t06/signals.exp: Add xfail for sun3.
21280
21281 Thu Oct  7 12:01:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21282
21283         * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
21284         relevant because ^C doesn't get sent but failure can be reproduced
21285         interactively).
21286
21287 Tue Oct  5 10:43:11 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21288
21289         * gdb.stabs/alpha.mt:  New configuration file for alpha.
21290         * gdb.stabs/configure.in:  Use it.
21291         * gdb.stabs/ecoff.mt, weird-ecoff.sed:  Change sed script to enable
21292         sharing with alpha.mt, redefine long to word via preprocessor.
21293         * gdb.stabs/weird.def:  Conditionally adapt storage layout of v_comb
21294         for alpha.
21295         * gdb.stabs/weird.exp:  Handle compilation of weird.s by alpha
21296         native cc.
21297         * gdb.t00/teststrategy.exp:  Change expect string so that we
21298         consume the `(xgdb)' from the command echo and from the gdb prompt.
21299         * gdb.t05/expr.exp:  xfail "print unsigned int == (~0)" on the alpha.
21300         gdb currently compares all values as long, so this failure probably
21301         applies to any configuration where LONGEST is bigger than a target int.
21302         * gdb.t08/comp-info.c:  New file to determine if gdbme is compiled
21303         with gcc.
21304         * gdb.t08/Makefile.in, opaque.exp:  Use it. Alpha native cc is unable
21305         to handle opaque pointers, gcc is.
21306         * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc:  operator new takes a size_t
21307         as first argument. Include <sys/types.h> and change all operator
21308         new definitions to use size_t.
21309         * gdb.t21/cplusfuncs.exp:  Handle changes in output for operator new
21310         now that we use size_t.
21311
21312 Wed Sep 29 00:55:49 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21313
21314         * gdb.t03/ptype.exp, gdb.t15/printcmds.exp:  When constructing
21315         a long or float array cast all array members to the same type.
21316         * gdb.t04/setvar.exp:  Handle the decimal output of an unsigned long
21317         with 64 bit longs.
21318         * gdb.t07/watchpoint.exp:  Add finish and until variations encountered
21319         on alpha.
21320         * gdb.t08/opaque.exp, gdb.t17/interrupt.exp:  Add xfails for alpha.
21321
21322 Tue Sep 28 17:26:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21323
21324         * gdb.t24 (demangle.exp): Constructors of templates have names like
21325         vector<int>::vector(int) not vector<int>::vector<int>(int).  See
21326         section 14.6 of the ARM.
21327
21328         * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
21329         "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
21330         accomplish little and slow down the testsuite.
21331
21332         * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
21333         Accept spaces various places.
21334
21335 Tue Sep 21 17:28:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21336
21337         * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
21338         with watchpoint enabled.
21339
21340         * Makefile.in: Remove definition of CC and remove the second
21341         definition of CXX (the "CXX = gcc" one remains).  These definitions
21342         were causing backquotes to be expanded within backquotes, which
21343         doesn't work.
21344
21345 Sat Sep 18 09:43:21 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
21346
21347         * gdb.t17/callfuncs.exp: Add "return 0" to end.
21348
21349 Fri Sep 17 04:41:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21350
21351         * gdb.stabs/ecoff.mt:  Remove STABSCC hack.
21352         * gdb.stabs/weird.exp:  Handle the case where weird.o is compiled
21353         by mips cc and contains no stabs entries.
21354
21355 Thu Sep 16 17:22:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
21356
21357         * config/vx-gdb.exp: Use fake device to load files rather than
21358         NFS.
21359         * lib/gdb.exp: New proc to do "file" command.
21360         * config/unix-gdb.exp: Use new "file" proc.
21361
21362 Thu Sep 16 13:45:44 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
21363
21364         * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
21365         Rework board rebooting slightly.
21366         (gdb_exit): Don't exit from the remote shell; there isn't one.
21367         * gdb.stabs/weird.exp: If a program is being debugged already,
21368         kill it.
21369         * gdb.t04/setvar.exp: Stop and restart gdb.
21370         * gdb.t05/expr.exp: Likewise.
21371         * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
21372         restart gdb and reload the program.
21373         * gdb.t08/opaque.exp: Likewise.
21374         * gdb.t12/scope.exp: Likewise.
21375         * gdb.t13/bitfields.exp: Likewise.
21376         * gdb.t15/funcargs.exp: Likewise.
21377         * gdb.t20/classes.exp: Likewise.
21378         * gdb.t03/ptype.exp: Increase timeout.
21379         * gdb.t16/printcmds.exp (test_print_string_constants,
21380         test_print_array_constants): Likewise.
21381         * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
21382         * gdb.t20/classes.exp (do_tests): Likewise.
21383         * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
21384
21385 Wed Sep 15 14:24:36 1993  Ian Lance Taylor  (ian@cygnus.com)
21386
21387         * gdb.stabs: Renamed *wierd* to *weird*.
21388
21389 Wed Sep 15 10:36:50 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
21390
21391         * gdb.t13/bitfields.exp: Test for bad output rather than waiting
21392         for timeout.  Add "known gcc 2.4.5 bug" to failure message.
21393
21394 Tue Sep 14 17:16:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
21395
21396         * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
21397         (do_tests): Remove xfail for whatis on one_var and two_var.
21398
21399 Wed Sep  8 23:14:23 1993  Rob Savoye  (rob@darkstar.cygnus.com)
21400
21401         * Makefile.in: Made cross building work better by adding
21402         {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
21403
21404 Tue Sep  7 14:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21405
21406         * gdb.t15/{return.c,return.exp,Makefile.in}:
21407         New test, currently commented out.
21408
21409 Tue Aug 31 16:51:29 1993  Rob Savoye  (rob@darkstar.cygnus.com)
21410
21411         * config/udi-gdb.exp: gdb_exit now kills any isstip processes
21412         still running and removes the leftover named socket so GDb can do
21413         clean restarts.
21414
21415 Mon Aug 30 17:55:16 1993  Rob Savoye  (rob@darkstar.cygnus.com)
21416
21417         * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
21418         console, not GDB.
21419         * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
21420         cross testing works better with "make check"
21421         * config/unix-gdb: Use default procedures for exit and version.
21422         * config/vx-gdb.exp: Cleaned up and massaged back to working order
21423         with the newest VxWorks.
21424
21425 Thu Aug 26 17:50:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21426
21427         * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
21428         old form.
21429
21430         * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
21431         name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
21432
21433         * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
21434
21435         * config/unix-gdb.exp: Remove this version of gdb_exit
21436         * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
21437         Rob says he'll look at it when he gets back to testing boards.
21438
21439 Thu Aug 26 07:20:00 1993  Fred Fish  (fnf@deneb.cygnus.com)
21440
21441         * gdb.t22/virtfunc.exp:  Accept missing struct/class names as
21442         an expected fail for certain ptype commands.
21443
21444         * gdb.t20/classes.exp:  Update expected results of "ptype class
21445         Base1" to account for the constructor that now appears in the type.
21446
21447 Wed Aug 25 16:48:05 1993  Fred Fish  (fnf@deneb.cygnus.com)
21448
21449         * configure.in (configdirs):  Restore gdb.t04, which mysteriously
21450         disappeared from list.
21451         * config/{udi-gdb.exp, gdb-unix.exp}:  Replace calls to obsolete
21452         "alldone" proc with call to cleanup and exit.
21453         * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
21454         gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
21455         gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
21456         gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
21457         gdb.t12/scope.exp, gdb.t13/bitfields.exp}:  Replace calls to
21458         "alldone" proc with simple returns that suppress remaining
21459         tests.  The alldone proc went away many months ago.
21460
21461 Tue Aug 24 11:04:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21462
21463         * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
21464
21465         * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
21466
21467 Thu Aug 19 22:08:41 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21468
21469         * gdb.t15/funcargs.exp:  Allow arguments for main in backtraces
21470         as vax gdb will display them.
21471
21472 Thu Aug 19 18:18:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21473
21474         * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
21475         optimizers.
21476
21477         * scope.exp: Change "bad value for localval" messages so each one
21478         is unique.
21479
21480         * config/unix-gdb.exp (gdb_exit): Move info on this vs.
21481         lib/gdb.exp (gdb_exit) from ChangeLog to comments.
21482
21483         * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
21484
21485 Tue Aug 17 00:05:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21486
21487         * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
21488         doesn't exist (due to optimization).
21489
21490 Mon Aug 16 21:05:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21491
21492         * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
21493         contains \r because the filename is long.
21494
21495         * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
21496         'continue'" bug, and change xfail back to i*86-univel-sysv4*.
21497
21498 Mon Aug 16 03:05:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21499
21500         * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
21501         gdb.t08/opaque.exp, gdb.t17/interrupt.exp:  Update for vax running
21502         Ultrix.
21503         * gdb.t02/whatis.exp:  Use procedure to setup xfails on long versus
21504         int tests.
21505         * gdb.t08/opaque.exp:  Use procedure to setup xfails for opaque tests.
21506
21507 Thu Aug 12 15:24:28 1993  Fred Fish  (fnf@deneb.cygnus.com)
21508
21509         * Makefile.in (distclean):  Remove *.log *.plog *.sum *.psum site.*.
21510
21511         * gdb.t17/interrupt.exp:  Fix 'missing Continuing' case so pattern
21512         to match does not match the passing case but still matches the
21513         failing case.
21514
21515 Thu Aug 12 16:58:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21516
21517         * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
21518
21519 Wed Aug 11 19:47:27 1993  John Gilmore  (gnu@rtl.cygnus.com)
21520
21521         * lib/gdb.exp (gdb_exit):  Move the best version of gdb_exit
21522         to here.  Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
21523         * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
21524         Remove various versions of gdb_exit.
21525         * config/vx-gdb.exp:  Remove quit_vxgdb, change a caller to call
21526         gdb_exit.
21527         * config/unix-gdb.exp:  gdb_exit remains here, and should override
21528         the generic version, since it's doing a lot of wierd stuff that
21529         the other versions aren't.  FIXME, fold it in, or abandon this
21530         version.
21531
21532 Wed Aug 11 12:09:32 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21533
21534         * gdb.t24/demangle.exp: Add tests for PR 3220.
21535
21536 Tue Aug 10 15:49:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21537
21538         * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
21539
21540 Tue Aug 10 15:45:25 1993  Fred Fish  (fnf@deneb.cygnus.com)
21541
21542         * gdb.t07/watchpoint.exp:  Clear xfail with "i*86-*-*", not just
21543         "i386-*-*".  Works for i486 as well.
21544
21545         * gdb.t06/signals.exp:  Rework code that recognizes known SVR4
21546         bug, and expand domain of xfail to all SVR4 systems, since the
21547         actual problem is likely to be in generic SVR4 /proc support.
21548
21549 Tue Aug 10 15:49:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21550
21551         * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
21552
21553 Tue Aug 10 09:56:56 1993  Fred Fish  (fnf@deneb.cygnus.com)
21554
21555         * gdb.t17/interrupt.exp:  Set up xfail for *-*-sysv4*, in chain of
21556         xfails for other systems.  Match a missing 'Continuing.' as an
21557         explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
21558
21559         * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
21560         gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
21561         Only issue warning for missing executables if -all option is used.
21562
21563         * gdb.stabs/wierd.exp:  Only issue warning for missing wierd.o
21564         file if -all option is used.  It's like an unpredictable XFAIL.
21565
21566 Mon Aug  9 10:13:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21567
21568         * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
21569         for dynamically linked binaries.
21570
21571         * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
21572
21573 Sun Aug  8 14:21:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21574
21575         * gdb.t20/inherit.exp: Change message for "print tagless struct"
21576         to state that this is a known bug in old versions of g++.
21577
21578 Fri Aug  6 21:40:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21579
21580         * gdb.t17/interrupt.exp:  Add xfail for 386 bsd. Accept echoed newline
21581         while waiting for `Continuing'.
21582
21583 Fri Aug  6 13:38:08 1993  Fred Fish  (fnf@deneb.cygnus.com)
21584
21585         * gdb.t10/nodebug.exp:  Expect to find local/global minimal symbols
21586         in text, data, and bss.
21587         * gdb.t10/nodebug.c:  Add local and global test variables for
21588         initialized and uninitialized data.
21589
21590 Thu Aug  5 12:18:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21591
21592         * config/unix-gdb.exp (gdb_exit): Add "wait".
21593
21594 Thu Aug  5 18:14:06 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21595
21596         * gdb.t06/signals.exp:  xfail the continue from the handler for all
21597         targets.
21598
21599         * gdb.t07/watchpoint.exp:  clear_xfail for i386 when calling a
21600         function with watchpoints enabled, the i386 call dummy starts with
21601         a call.
21602
21603         * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in:  Handle the way
21604         386 bsd names its corefiles.
21605
21606 Wed Aug  4 08:53:41 1993  Fred Fish  (fnf@cygnus.com)
21607
21608         * gdb.t10/Makefile.in (nodebug.o):  Don't use "-c -o", many
21609         compilers don't grok it.
21610         * gdb.t16/gdbme.c (ctable1):  Initialize unsigned char array
21611         with small octal ints rather than character constants, which
21612         are signed and might not fit if first promoted to int.
21613
21614 Tue Aug  3 18:28:25 1993  Fred Fish  (fnf@cygnus.com)
21615
21616         * gdb.t09/Makefile.in (clean):  Remove corefile.
21617
21618 Mon Aug  2 12:47:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21619
21620         * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
21621
21622 Mon Aug  2 12:30:14 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21623                           and Jim Kingdon (kingdon@cygnus.com)
21624
21625         * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
21626         NO_SINGLE_STEP machines.  Fix comment about its cause.  Uncomment
21627         the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
21628
21629 Fri Jul 30 19:46:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21630
21631         * gdb.t17/interrupt.exp: Add xfail for hppa.
21632
21633 Fri Jul 30 12:54:11 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21634
21635         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
21636         gdb.t09/corefile.exp:  Cleanup xfails for fixed mips bugs.
21637         * gdb.t13/bitfields.exp, gdbme.c:  Examine a variable in the inferior
21638         to determine signed-ness of bitfields and use the result to setup
21639         the xfail.
21640         * gdb.t15/gdbme.c:  Add comments to the two indirect call0a lines.
21641         * gdb.t15/funcargs.exp:  Use them to step until the second indirect
21642         call line is reached if necessary.
21643
21644 Thu Jul 29 20:33:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21645
21646         * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
21647
21648 Mon Jul 26 00:15:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21649
21650         * gdb.t06/break.exp: Also test `clear' command.
21651
21652 Wed Jul 21 18:03:38 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
21653
21654         * gdb.t00/teststrategy.exp: Remove extra quote.
21655
21656         * gdb.t07/watchpoint.exp: Change xfail for calling function with
21657         watchpoint enabled to be for all non-68k machines.
21658
21659         * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
21660
21661 Mon Jul 19 23:59:26 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21662
21663         * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
21664         targets use aout.mt instead of ecoff.mt as gas understands
21665         standard aout format.
21666
21667 Mon Jul 19 18:14:06 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
21668
21669         * lib/gdb.exp (runto): Don't insist that function we are running to
21670         was compiled with -g.
21671
21672         * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
21673
21674         * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
21675         to get back into the read system call.
21676         Accept leading newline in case where we woke it up.
21677
21678 Sun Jul 18 08:40:45 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21679
21680         * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}:  New files
21681         to make the stabs test work on ecoff systems using gcc and -with-stabs.
21682         * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}:  Modify to
21683         enable ecoff configuration.
21684
21685 Thu Jul 15 11:54:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21686
21687         * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
21688
21689 Wed Jul 14 09:36:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21690
21691         * gdb.t16/printcmds.exp: Add another printf test.
21692
21693 Wed Jul 14 15:37:13 1993  Ian Lance Taylor  (ian@cygnus.com)
21694
21695         * configure.in: If configured -with-stabs on any target, add
21696         stabsdirs to configdirs.
21697
21698 Wed Jul 14 09:36:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21699
21700         * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
21701         fun" so pattern does not match the command itself.
21702
21703 Mon Jul 12 11:22:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21704
21705         * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
21706
21707 Sun Jul 11 12:03:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21708
21709         * gdb.t17/interrupt.exp: Test for more things.
21710
21711 Fri Jul  9 14:11:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21712
21713         * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
21714         compiler arranges the code and line numbers.
21715
21716         * gdb.t17/interrupt.exp: Don't send \n after ^C.
21717
21718 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21719
21720         * gdb.t00/help.exp:  Increase expect input buffer size.
21721
21722 Thu Jul  8 14:26:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21723
21724         * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
21725
21726         * gdb.t07/watchpoint.exp: Add xfail for hppa.
21727
21728         * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
21729
21730         * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
21731         [0-9]*, not just [0-9].
21732
21733 Wed Jul  7 17:52:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21734
21735         * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
21736
21737         * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
21738
21739 Tue Jul  6 13:54:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21740
21741         * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
21742
21743 Mon Jul  5 22:03:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21744
21745         * gdb.t06/signals.c: Add xfails for sun3.
21746
21747         * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
21748
21749         * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597.  Also add
21750         test_stepping tests.
21751
21752 Fri Jul  2 09:08:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21753
21754         * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
21755
21756         * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
21757
21758         * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
21759         rather than actually putting it through cpp twice.
21760
21761         * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
21762
21763 Fri Jul  2 10:48:03 1993  Ian Lance Taylor  (ian@cygnus.com)
21764
21765         * config/mips-gdb.exp (gdb_exit): Removed close statement which is
21766         no longer needed.
21767
21768 Fri Jul  2 09:08:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21769
21770         * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
21771
21772         * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
21773         C++ features prints as "struct", make it a pass, not an xfail.
21774
21775 Thu Jul  1 22:03:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21776
21777         * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
21778         Don't require VA to print as "class" rather than "struct".
21779
21780 Thu Jul  1 18:27:40 1993  Jim Kingdon  (kingdon@cygnus.com)
21781
21782         * gdb.t06/twice.exp: Don't care about the file name GDB prints.
21783
21784 Wed Jun 30 18:01:00 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21785
21786         * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
21787
21788 Tue Jun 29 13:15:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21789
21790         * gdb.t12/scope.exp:  Remove xfail for parameter printing in wrong
21791         order.
21792
21793 Tue Jun 29 09:22:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21794
21795         * gdb.t16/printcmds.exp: Add printf tests.
21796
21797         * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
21798
21799         * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
21800
21801 Mon Jun 28 11:25:59 1993  Fred Fish  (fnf@cygnus.com)
21802
21803         * gdb.t20/classes.exp:  Add clear_xfail's before printing summary
21804         pass counts, to counteract any existing or future setup_xfails.
21805
21806 Mon Jun 28 09:15:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21807
21808         * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
21809         {BEGIN,END}_COMMON for common block instead of STAB.
21810         * gdb.stabs/wierd.exp: Add xfail for rs6000.
21811
21812         * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
21813         intp_var should be N_GSYM not N_LSYM.
21814         wierd-aout.S: Use a label for the value of the N_SO.
21815         wierd.def: Remove all backslashes.
21816         wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
21817
21818 Mon Jun 28 07:21:51 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21819
21820         * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
21821         get the expected next to inheritance3.
21822
21823 Sun Jun 27 12:29:53 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21824
21825         * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
21826         now that gcc-2.4 gets it right.
21827
21828 Fri Jun 25 12:00:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21829
21830         * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
21831
21832         * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
21833         generating comp-info.exp which works for cross-compilation.
21834
21835 Thu Jun 24 16:55:05 1993  Fred Fish  (fnf@cygnus.com)
21836
21837         * gdb.t11/list.exp:  For SVR4 xfails, match "*-*-sysv4*", not
21838         "*-*-sysv4.*".
21839
21840 Tue Jun 22 21:17:26 1993  Fred Fish  (fnf@cygnus.com)
21841
21842         * gdb.t01/run.exp:  Start with a fresh gdb.
21843         * gdb.t11/list.exp:  For SVR4 xfails, match on all versions of
21844         SVR4.x.
21845
21846 Mon Jun 21 15:23:22 1993  Fred Fish  (fnf@cygnus.com)
21847
21848         * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
21849         gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
21850         gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
21851         Makefile.in (distclean, realclean):  Remove gdbme.c from list of
21852         things to remove.
21853
21854 Sat Jun 19 07:49:10 1993  Fred Fish  (fnf@cygnus.com)
21855
21856         * gdb.t24/demangle.exp (test_gnu_style_demangling):  Add some new
21857         test cases from bug reports.
21858
21859 Fri Jun 18 10:38:49 1993  Fred Fish  (fnf@cygnus.com)
21860
21861         * gdb.t06/break.exp:  Add xfails for sparc-sun-solaris2.*.
21862         * gdb.t12/scope.exp:  Add clear_xfails at appropriate places to
21863           avoid spurious xfails.
21864         * gdb.t20/classes.exp:  Add xfails for longstanding C++ problems.
21865         * gdb.t21/cplusfuncs.exp:  Add xfails for sparc-sun-solaris2.*.
21866         * gdb.t22/virtfunc.exp:  Add xfails for longstanding C++ problems.
21867
21868 Wed Jun 16 10:11:57 1993  Fred Fish  (fnf@cygnus.com)
21869
21870         * gdb.t00/teststrategy.exp:  Rework to provide more useful
21871         description of each test, fix problem with systems that define
21872         ALIGN_STACK_ON_STARTUP code, other misc cleanups.
21873         * gdb.t06/break.exp (test_next_with_recursion):  Fix expected
21874         results for "next over recursive call" so timeouts aren't taken
21875         by error.
21876
21877 Mon Jun 14 09:09:04 1993  Jim Kingdon  (kingdon@cygnus.com)
21878
21879         * gdb.t12/scope.exp: Test printing of variables before run.
21880
21881         * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
21882         printed in wrong order due to sorting.
21883
21884 Sat Jun 12 15:03:58 1993  Fred Fish  (fnf@cygnus.com)
21885
21886         * gdb.t00/teststrategy.exp:  Fix expected results for printing
21887         user entered string constant.  Is array of char, prints with no
21888         address.
21889
21890         * gdb.t00/{default.exp, help.exp}:  Account for changes to radix
21891         commands.
21892         * gdb.t16/gdbme.c:  Add and use struct containing arrays of char.
21893         * gdb.t16/printcmds.exp:  Fix all lines that match "unsigned char *".
21894         * gdb.t16/printcmds.exp (test_print_char_arrays):  Test printing
21895         of struct of char arrays.
21896         * gdb.t00/radix.exp:  New tests for radix commands.
21897
21898 Fri Jun 11 13:12:27 1993  Jim Kingdon  (kingdon@cygnus.com)
21899
21900         * gdb.t16/printcmd.exp: Print a variable before running program
21901         (with xfail for AIX).
21902
21903 Thu Jun 10 11:04:04 1993  Jim Kingdon  (kingdon@cygnus.com)
21904
21905         * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
21906
21907         * gdb.t16/printcmd.exp: Don't print variables before running program.
21908
21909         * gdb.t06/break.exp: Don't require envp argument to main.
21910
21911         * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
21912
21913         * gdb.t02/whatis.exp, gdb.t11/list.exp:
21914         Add xfails for rs6000.
21915
21916         * gdb.t02/whatis.exp: Change other tests not to re-test something
21917         we already tested.
21918
21919         * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
21920         each type used has a variable of that type.
21921
21922 Tue Jun  8 16:45:20 1993  Jim Kingdon  (kingdon@rtl.cygnus.com)
21923
21924         * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
21925
21926 Fri Jun  4 11:07:19 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21927
21928         * configure.in: change srctrigger to be a file, not a directory
21929
21930 Fri Jun  4 08:23:57 1993  Ian Lance Taylor  (ian@cygnus.com)
21931
21932         * configure.in (mips-idt-ecoff*): Added trailing '*'.
21933
21934         * gdb.t11/list.exp: Fixed a couple of typos.
21935
21936 Tue Jun  1 21:28:06 1993  Fred Fish  (fnf@cygnus.com)
21937
21938         * gdb.t00 (teststrategy.exp):  Remove notice about PR 1823.  Bug
21939         is fixed and PR is closed.
21940         * gdb.t16 (gdbme.c):  Add simple test string variable.
21941         * gdb.t16 (printcmds.exp):  Add tests with simple test string
21942         variable, primarily for boundaries on "set print elements".
21943
21944 Mon May 31 11:36:08 1993  Jim Kingdon  (kingdon@cygnus.com)
21945
21946         * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
21947         Make leading 0's optional and don't expect a tab in the middle
21948         of the number.
21949
21950         * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
21951
21952         * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
21953         * gdb.stabs/wierd.exp: Remove xfails for type attributes.  Also
21954         don't end command passed to gdb_test with newline.
21955
21956         * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
21957         signed keyword away, don't expect signed bitfields to be signed.
21958
21959         * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
21960         printing with only as many 1's as are in the field as well as printing
21961         with 32 1's (see comment).
21962
21963 Sat May 29 17:57:01 1993  Fred Fish  (fnf@cygnus.com)
21964
21965         * gdb.t00/default.exp:  Start with a fresh gdb.
21966         * configure.in (configdirs):  Remove gdb.t31 until the chill
21967         compiler works again.  It no longer is able to find chillrt0
21968         since it isn't in libchill.a anymore.
21969         * gdb.stabs/wierd.exp:  Rewrite to properly handling a missing
21970         wierd.o, make more modular.
21971         * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const):  Remove
21972         spurious newlines that caused problems.
21973
21974 Wed May 26 09:57:19 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21975
21976         * Move test with enums and partial symbols from gdb.t03/ptype.exp
21977         to gdb.stabs/wierd.exp since GCC has worked around the bug.
21978         gdb.stabs/wierd.{exp,def}: Many new tests.
21979
21980         * gdb.t00/default.exp: update info line for new message.
21981
21982         * gdb.t02/{whatis.exp,gdbme.c}:
21983         Test that "char *" doesn't print as "caddr_t".
21984
21985 Tue May 25 13:28:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21986
21987         * gdb.t00/help.exp: Use .* in place of some help messages which
21988         just changed.
21989         gdb.t00/default.exp: Update "info frame" test for new message.
21990         * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
21991         Remove some xfails
21992
21993 Mon May 24 00:24:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21994
21995         * gdb.t03/{gdbme.c,ptype.exp}:
21996         Add tests for typedef'd struct and union without tags.
21997         Also check "whatis" on a variable of a typedef'd enum without a tag.
21998
21999         * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
22000         PRMS 1823; the bug still exists but isn't reproduced by this test
22001         anymore), and remove rs6000 XFAIL (the bug is fixed).
22002
22003         * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
22004         duplicated from whatis.exp.  For those that are left, accept
22005         "long", "long int", or "int" for long variables (whatis.exp already
22006         has an XFAIL for "int", so no need to fail it here).
22007
22008         * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
22009         Deal with GCC's names for types now that GDB uses the compiler's names.
22010
22011         * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}:  If not GCC, do some
22012         setup_xfail's for sunos4.  If we #defined the signed keyword away,
22013         don't expect GDB to know that char it is signed.
22014
22015         * gdb.t00/teststrategy.exp: Update for symbolic signal names.
22016
22017 Sun May 23 08:44:55 1993  Fred Fish  (fnf@cygnus.com)
22018
22019         * configure.in (configdirs):  Add gdb.t24 for C++ tests that
22020         should work on any system, regardless of debugging format.
22021         * gdb.t21/demangle.exp:  Move to gdb.t24.
22022         * gdb.t24/demangle.exp:  Move from gdb.t21.
22023         * gdb.t24/{Makefile.in, configure.in}:  New files.
22024
22025 Thu May 20 19:39:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
22026
22027         * configure.in: Do gdb.stabs and C++ tests only for stabs.
22028         * gdb.stabs: New directory.
22029
22030 Tue May 18 21:12:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
22031
22032         * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
22033         not just "Quit anyway?".
22034
22035 Tue May 18 17:13:20 1993  Fred Fish  (fnf@cygnus.com)
22036
22037         * gdb.t21/demangle.exp:  Add a couple of new patterns.  Ensure
22038         that all setup_xfails are immediately followed by clear_xfails.
22039
22040 Tue May 11 09:10:47 1993  Fred Fish  (fnf@cygnus.com)
22041
22042         * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
22043         gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
22044         gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
22045         gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
22046         gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
22047         gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
22048         gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
22049         gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
22050         gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
22051         gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
22052         gdb.t31/chillvars.exp, lib/gdb.exp:
22053         Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
22054         bug-gdb@prep.ai.mit.edu.
22055
22056 Fri May  7 09:15:35 1993  Fred Fish  (fnf@cygnus.com)
22057
22058         * gdb.t17/callfuncs.exp (do_function_calls):  Call t_double_values
22059         with 0.0, not integer 0.
22060
22061 Fri Apr 30 13:17:24 1993  Jim Kingdon  (kingdon@cygnus.com)
22062
22063         * gdb.t06/break.exp: Update for "Kill the program" message change.
22064
22065 Fri Apr 30 09:42:57 1993  Fred Fish  (fnf@cygnus.com)
22066
22067         * Makefile.in (GDBFLAGS):  Set to -nx.
22068         * Makefile.in (site.exp):  Use GDBFLAGS.
22069
22070 Wed Apr 28 13:19:07 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
22071
22072         * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
22073           Makefiles.
22074           (check): depend on just-check.
22075           (just-check): added so that tests can be run without a noop
22076           build pass.
22077
22078 Fri Apr 23 18:13:28 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
22079
22080         Switch to using configure's configdirs.
22081         * Makefile.in (Makefile): add configure.in dependency.
22082           (SUBDIRS): removed redundant assignment.
22083         * configure.in: switch subdirs assignment to configdirs.
22084         * gdb.t*/configure.in: new files.
22085
22086 Thu Apr 22 08:27:53 1993  Ian Lance Taylor  (ian@cygnus.com)
22087
22088         * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
22089         works.
22090
22091 Tue Apr 20 13:38:40 1993  Fred Fish  (fnf@cygnus.com)
22092
22093         * gdb.{t20,t21,t22,t23}/Makefile.in:  Use $(srcdir) to avoid $<
22094         in explicit rules.  Apparently this is not supported by some makes.
22095
22096 Mon Apr 19 01:54:53 1993  John Gilmore  (gnu@cygnus.com)
22097
22098         * gdb.t31/Makefile.in:  Use $(srcdir) when avoiding $<, sigh.
22099
22100 Fri Apr 16 09:33:46 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22101
22102         * config/unix-gdb.exp:  Add back missing return 0 which mysteriously
22103         disappeared.
22104
22105 Thu Apr 15 02:28:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
22106
22107         * gdb.t31/Makefile.in:  Avoid $< in explicit rule.
22108
22109 Wed Apr 14 16:38:47 1993  Fred Fish  (fnf@cygnus.com)
22110
22111         * gdb.t07/watchpoint.exp:  Remove setup_xfail for i486
22112         watchpoint problem that is now fixed.
22113         * gdb.t30/chexp.exp:  Remove setup_xfail for printing
22114         uninitialized convenience variables.
22115         * gdb.t31/chillvars.exp:  Fix expected patterns for printing
22116         structures.
22117
22118 Wed Apr 14 12:55:58 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22119
22120         * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
22121         which causes expect to get out of sync with gdb on long output
22122         from help set.
22123         * gdb.t09/corefile.exp: Make expected pattern for core file
22124         failing signal and frame output format less sun specific.
22125
22126 Tue Apr 13 23:18:07 1993  Per Bothner  (bothner@cygnus.com)
22127
22128         * gdb.t31/chillvars.exp:  Add and remove initial dummy
22129         breakpoint, so that symbol table is forced in.
22130         (Needed at least on Sunos4, though it seems not SVR4.)
22131         * gdb.t31/chillvars.exp:  Update for changed output format.
22132
22133 Sun Apr 11 17:21:45 1993  Rob Savoye  (rob at darkstar.cygnus.com)
22134
22135         * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
22136
22137 Wed Apr  7 21:28:21 1993  Rob Savoye  (rob@cygnus.com)
22138
22139         * Makefile.in: Added --srcdir when invoking runtest, removed the
22140         need for a local config file. (optional now)
22141
22142 Wed Apr  7 14:13:41 1993  Fred Fish  (fnf@cygnus.com)
22143
22144         * gdb.t21/demangle.exp:  Only count real fails (not xfails) for
22145         failure count used to force early termination.  Add some more
22146         expected failures for gnu style demangling.
22147
22148 Thu Apr  1 09:50:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22149
22150         * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
22151         pmi variable from gdb.t20/gdbme to get optimized away.
22152         * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
22153         Check for written corefile upon timeout _and_ eof.
22154
22155 Tue Mar 30 09:58:16 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22156
22157         * config/unix-gdb.exp:  Add missing return 0.
22158
22159 Tue Mar 30 08:34:25 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22160
22161         * gdb.t16/printcmds.exp:  Remove misplaced xfail that caused an early
22162         test termination.
22163
22164 Mon Mar 29 17:37:25 1993  Fred Fish  (fnf@cygnus.com)
22165
22166         * configure.in (subdirs):  Put back gdb.t17 which mysteriously
22167         disappeared.
22168
22169 Thu Mar 25 21:05:16 1993  Fred Fish  (fnf@cygnus.com)
22170
22171         * gdb.t10/crossload.exp:  Disable the i860-elf test until such
22172         time as i860 support works.
22173
22174         * gdb.t15/funcargs.exp:  Fix expected outputs to include
22175         "backtrace 100\r" rather than just "backtrace\r", to match last
22176         change.
22177
22178 Thu Mar 25 12:14:28 1993  Ian Lance Taylor  (ian@cygnus.com)
22179
22180         * config/udi-gdb.exp (gdb_exit): Remove close command.
22181         (gdb_target_udi): New procedure to set the UDI target.
22182         (gdb_start): Don't remove *_soc files.  Use gdb_target_udi.
22183         * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
22184         Added waits for prompts after several question responses.  Added
22185         some more responses used by a29k-amd-udi-gdb.
22186         * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
22187         pass different arguments, restart UDI connection after program
22188         completion.
22189         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
22190         gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
22191         gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
22192         gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
22193         * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
22194         gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
22195         gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
22196         gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
22197         gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
22198         after program completion.
22199         * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
22200         compiled with a SELECT_VECS setting.
22201         * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
22202         infinite recursion.
22203
22204         * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
22205         Added checks for COFF results, and made them expected failures for
22206         all targets.  It would be better to make them expected failures
22207         for COFF targets only.
22208
22209 Wed Mar 24 14:43:38 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
22210
22211         * Makefile.in: add null dvi target, don't bother to recurse
22212         through test directories for info and install-info; rename
22213         $(datadir) to be dejagnu instead of deja-gnu
22214
22215 Wed Mar 24 09:48:03 1993  Fred Fish  (fnf@cygnus.com)
22216
22217         * gdb.t31/gdbme.ch:  Re-enable code that previously caused
22218         compiler to coredump.
22219         * gdb.t31/chillvars.exp:  Re-enable tests that depend on that
22220         code.
22221
22222 Tue Mar 23 08:53:42 1993  Fred Fish  (fnf@cygnus.com)
22223
22224         * gdb.t31/gdbme.ch:  Comment out code that causes chill compiler
22225         coredump.
22226         * gdb.t31/chillvars.exp:  Comment out tests that depend on that
22227         code.
22228
22229 Sun Mar 21 17:56:47 1993  Rob Savoye  (rob at darkstar.cygnus.com)
22230
22231         * gdb.t03/ptype.exp: tests for return code from gdb_test.
22232         * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
22233         which in a shell. Deletes xgdb when done.
22234         * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
22235         Tests the return from the "set height" or "set width" commands.
22236         Added a few return codes where needed.
22237
22238 Wed Mar 17 11:31:01 1993  Fred Fish  (fnf@cygnus.com)
22239
22240         * Makefile.in (SUBDIRS):  Add gdb.t17.
22241         * configure.in (subdirs):  Add gdb.t17.
22242         * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}:  New test
22243         files to test gdb's calling of functions in the inferior with
22244         the correct arguments and gdb's ability to retrieve any
22245         result returned.
22246
22247 Tue Mar 16 15:37:11 1993  Fred Fish  (fnf@cygnus.com)
22248
22249         * config/unix-gdb.exp (gdb_exit):  Remove close commands that
22250         may be called after gdb goes away.  Previous versions of expect
22251         needed these to avoid file descriptor leaks, but they cause
22252         errors with the current revision of expect.
22253         * gdb.t00/gdbvars.exp:  Use -re on expected output after
22254         setting sevenbit-strings.
22255         * gdb.t04/setvar.exp, gdb.t13/bitfields.exp:  Make commands
22256         to set sevenbit-strings consistent across tests.
22257         gdb.t30/chexp.exp, gdb.t31/chillvars.exp:  Make commands to
22258         set sevenbit-strings consistent across tests.
22259
22260 Fri Mar 12 08:47:20 1993  Fred Fish  (fnf@cygnus.com)
22261
22262         * gdb.t21/demangle.exp (proc demangle):  Adjust quotes in an
22263         expected output to match current "expect" expectations.
22264
22265 Wed Mar 10 18:01:49 1993  Fred Fish  (fnf@cygnus.com)
22266
22267         * gdb.t00/default.exp:  Change expected output for default "source"
22268         command, to match new gdb behavior which requires a filename to
22269         source.
22270
22271 Tue Mar  9 11:00:56 1993  Fred Fish  (fnf@cygnus.com)
22272
22273         * gdb.t07/watchpoint.exp (test_simple_watchpoint):  Set up
22274         expected fail for i486-*-* that misses the marker2 function.
22275         * gdb.t10/crossload.exp (bfddefault):  Allow successful
22276         recognition of a format to pass even if no symbols are found.
22277         Explicitly catch failures where the format is not recognized
22278         or is ambiguous, and add the reason to the fail message.
22279         * gdb.t10/crossload.exp (bfdexplicit):  Catch failure where
22280         the cause is and invalid target and add reason to failure message.
22281         * gdb.t10/crossload.exp:  Fix bfd target names for elf32-m68k,
22282         elf32-i386, elf32-sparc, and elf32-i860.
22283         * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
22284         Set up expected failure for 'filename'::variable scope resolution,
22285         which is now apparently broken on all targets.
22286         * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
22287         gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
22288         gdb.t23/templates.exp:   Change failure for missing binfile into
22289         just a warning.
22290         gdb.t21/demangle.exp:  Change all cfront references to 'arm'
22291         references.
22292
22293 Mon Mar  8 19:20:28 1993  Fred Fish  (fnf@cygnus.com)
22294
22295         * gdb.t00/default.exp:  Add expected output for default "source"
22296         command, to match new gdb behavior.
22297         * gdb.t09/corefile.exp:  Use GDBFLAGS when spawning GDB.
22298
22299 Sun Mar  7 15:14:09 1993  Rob Savoye  (rob@cygnus.com)
22300
22301         * config/*-gdb.exp: returns an error, rather than exiting on
22302         internal errors.
22303
22304 Tue Mar  2 18:09:32 1993  Fred Fish  (fnf@cygnus.com)
22305
22306         * gdb.t03/gdbme.c:  Add pointer to struct variable.
22307         * gdb.t03/ptype.exp:  Test equivalence of '.' and '->' for
22308         referencing struct members.
22309
22310 Thu Feb 25 10:39:06 1993  Ian Lance Taylor  (ian@cygnus.com)
22311
22312         * configure.in (mips-idt-ecoff): New target.
22313         * config/mips-gdb.exp: New file for remote board using MIPS remote
22314         debugging protocol.
22315
22316         * Redid configuration scheme.  Removed gdb.t*/configure.in.
22317         Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*.  Changed to use CC, CXX
22318         instead of CC_FOR_TARGET, CXX_FOR_TARGET.  Added mostlyclean and
22319         distclean targets.  Built executables via .o files.  Adjusted
22320         tests to account for source files in $(srcdir) rather than
22321         $(objdir).
22322         * lib/gdb.exp (runto): Don't expect () after the function name,
22323         because it may have arguments.
22324
22325 Wed Feb 24 08:05:38 1993  Ian Lance Taylor  (ian@cygnus.com)
22326
22327         * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
22328         gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
22329         expected failures for mips-idt-* and mips-sgi-*.
22330         * gdb.t00/default.exp (attach): Kill process if requested.
22331         * gdb.t00/help.exp (help target core, help target): Accept a gdb
22332         that does not read core files.
22333         * gdb.t01/run.exp: Removed checks for exit status code.
22334         * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
22335         it is linked in.
22336         * gdb.t03/ptype.exp: Increase timeout when calling malloc.
22337         * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
22338         appropriate, rather than doing it by hand.
22339         * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
22340         execution.
22341         * gdb.t10/crossload.exp: Kill existing program if needed.
22342         * gdb.t15/funcargs.exp: Use delete_breakpoints function where
22343         appropriate, rather than doing it by hand.  Always increase
22344         timeout for this test, not just for VxWorks.
22345
22346 Wed Feb 24 08:03:38 1993  Fred Fish  (fnf@cygnus.com)
22347
22348         * gdb.t31/chillvars.exp (test_structs):  New proc to test printing
22349         of Chill STRUCT types and STRUCT values.
22350         * gdb.t31/chillvars.exp (test_strings):  Expect "CHAR" now, rather
22351         than "char".
22352         * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
22353         struct2):  New struct definitions and initializations to test
22354         simple Chill STRUCT types.
22355
22356 Tue Feb 23 11:55:06 1993  Fred Fish  (fnf@cygnus.com)
22357
22358         * gdb.t00/teststrategy.exp:  Track reversion in gdb to not print
22359         the null byte at the end of strings.
22360         * gdb.t00/default.exp:  Make show version insensitive to copyright
22361         date.
22362         * gdb.t16/in-gdbme.c (ctable1, ctable2):  Make explicitly unsigned
22363         to avoid dependencies on target char signedness.
22364         * gdb.t16/printcmds.exp:  Update expected results for explicitly
22365         unsigned char.
22366         * gdb.t16/printcmds.exp:  Remove setup_xfails for i960 that should
22367         now work.
22368         * gdb.t21/demangle.exp:  Add many more patterns for template
22369         demangling, most of them being expected failures.
22370         * gdb.t21/demangle.exp (proc demangle):  Quote the demangled
22371         string we are matching for, to match on the whole string.
22372         * gdb.t21/demangle.exp:  Add many new test strings to demangle,
22373         and fix a whole bunch that had incorrect expected output but were
22374         passing anyway because of the bug in "proc demangle".
22375         * gdb.t31/chillvars.exp:  Remove setup_xfail for printing string
22376         type.
22377         * gdb.t31/in-gdbme.ch:  Uncomment string4, now compiles.
22378
22379 Mon Feb 22 07:54:03 1993  Mike Werner  (mtw@poseidon.cygnus.com)
22380
22381         * gdb/testsuite: made modifications to testcases, etc., to allow
22382         them to work properly  given the reorganization of deja-gnu and the
22383         relocation of the testcases from deja-gnu to a "tool" subdirectory.
22384
22385 Sun Feb 21 10:55:55 1993  Mike Werner  (mtw@poseidon.cygnus.com)
22386
22387         * gdb/testsuite: Initial creation of gdb/testsuite.
22388         Migrated dejagnu testcases and support files for testing nm to
22389         gdb/testsuite from deja-gnu.  These files were moved "as is"
22390         with no modifications.  This migration is part of a major overhaul
22391         of dejagnu.  The modifications to these testcases, etc., which
22392         will allow them to work with the new version of dejagnu will be
22393         made in a future update.
22394
22395  For additional changes see gdb.mi/ChangeLog-1999-2003.
22396 \f
22397 ;; Local Variables:
22398 ;; mode: change-log
22399 ;; left-margin: 8
22400 ;; fill-column: 74
22401 ;; version-control: never
22402 ;; End:
22403
22404     Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
22405     2003, 2004, 2005 Free Software Foundation, Inc.
22406   Copying and distribution of this file, with or without modification,
22407   are permitted provided the copyright notice and this notice are preserved.