Add test for -file-list-exec-source-files
[platform/upstream/binutils.git] / gdb / testsuite / ChangeLog
1 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2             Joel Brobecker  <brobecker@adacore.com>
3
4         * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
5
6 2010-08-31  Doug Evans  <dje@google.com>
7
8         * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
9
10 2010-08-30  Tom Tromey  <tromey@redhat.com>
11
12         PR python/11792:
13         * gdb.python/py-value.exp (test_subscript_regression): Add
14         dynamic_type test.
15
16 2010-08-30  Daniel Jacobowitz  <dan@codesourcery.com>
17
18         * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
19         instead of running to main.  Do not test the main function.
20         * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
21         Add new main.
22
23 2010-08-26  Pedro Alves  <pedro@codesourcery.com>
24
25         * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
26         one test.
27
28 2010-08-24  Doug Evans  <dje@google.com>
29
30         PR symtab/11942
31         * gdb.dwarf2/dw4-sig-types.cc: New file.
32         * gdb.dwarf2/dw4-sig-types.h: New file.
33         * gdb.dwarf2/dw4-sig-types-b.cc: New file.
34         * gdb.dwarf2/dw4-sig-types.exp: New file.
35
36 2010-08-23  Tom Tromey  <tromey@redhat.com>
37
38         PR python/11145:
39         * gdb.python/py-value.c (Base, Derived): New types.
40         (base): New global.
41         * gdb.python/py-value.exp (test_subscript_regression): Add
42         dynamic_cast test.
43
44 2010-08-23  Tom Tromey  <tromey@redhat.com>
45
46         PR python/10676:
47         * gdb.python/py-type.exp (test_fields): Add tests for type
48         equality.
49
50 2010-08-23  Tom Tromey  <tromey@redhat.com>
51
52         PR python/11915:
53         * gdb.python/py-type.exp (test_fields): Add tests for array.
54
55 2010-08-23  Keith Seitz  <keiths@redhat.com>
56
57         * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
58         have any children. Create a new abbrev for it.
59         Add missing terminal sequence to .debug_abbrev.
60
61 2010-08-20  Keith Seitz  <keiths@redhat.com>
62
63         PR symtab/11465:
64         * gdb.dwarf2/pr11465.exp: New test.
65         * gdb.dwarf2/pr11465.S: New file.
66         * gdb.dwarf2/dw2-double-set-die-type.S: New file.
67         * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
68
69 2010-08-19  Thiago Jung Bauermann  <bauerman@br.ibm.com>
70
71         * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
72         registers.  Update data sets with the new v2_double element in the
73         VSX register union.  Add vector_register3_vr data set for the AltiVec
74         registers.  Use gdb_test_no_output instead of send_gdb.
75
76 2010-08-19  Pedro Alves  <pedro@codesourcery.com>
77
78         * gdb.python/py-shared.exp: New file, factored out from
79         python.exp.
80         * gdb.python/py-shared.c: New file.
81         * gdb.python/py-shared-sl.c: New file.
82         * gdb.python/python-1.c: New file.
83         * gdb.python/python-sl.c: Delete.
84         * gdb.python/python.c: Mention python-1.c.
85         * gdb.python/python.exp: Move shared library tests to
86         py-shared.exp.
87         * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
88         (MISCELLANEOUS): New.
89         (clean mostlyclean): Also remove $MISCELLANEOUS.
90
91 2010-08-19  Doug Evans  <dje@google.com>
92
93         PR exp/11926
94         * gdb.base/printcmds.exp (test_float_accepted): New function.
95         Move existing float tests there.  Add tests for floats with suffixes.
96         (test_float_rejected): New function.
97         * gdb.java/jv-print.exp (test_float_accepted): New function.
98         (test_float_rejected): New function.
99         * gdb.objc/print.exp: New file.
100         * gdb.pascal/print.exp: New file.
101         * lib/objc.exp: New file.
102
103 2010-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
104
105         * gdb.base/default.exp (info set): Avoid full buffer error and force
106         reading up to final gdb prompt.
107         (show): Likewise.
108
109 2010-08-18  Tom Tromey  <tromey@redhat.com>
110
111         PR symtab/11919:
112         * gdb.base/completion.exp: Add test.
113
114 2010-08-18  Doug Evans  <dje@google.com>
115
116         * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
117         * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
118         * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
119         Simplify, early exit if runto_main fails.
120         * gdb.fortran/exprs.exp: load_lib fortran.exp.
121         (set_lang_fortran): Moved to lib/fortran.exp.
122         * gdb.fortran/types.exp: load_lib fortran.exp.
123         (set_lang_fortran): Moved to lib/fortran.exp.
124         * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
125         * gdb.java/jprint.exp (set_lang_java): Ditto.
126         * gdb.java/jv-exp.exp: load_lib java.exp.
127         If set_lang_java fails, issue a warning instead of failure to be
128         consistent with other set_lang_foo uses.
129         (set_lang_java): Moved to lib/java.exp.
130         * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
131         If set_lang_java fails, issue a warning instead of failure to be
132         consistent with other set_lang_foo uses.
133         * gdb.pascal/types.exp: load_lib pascal.exp.
134         (set_lang_pascal): Moved to lib/pascal.exp.
135         * lib/fortran.exp: New file.
136         * lib/java.exp (set_lang_java): New function.
137         * lib/pascal.exp (set_lang_pascal): New function.
138
139 2010-08-18  Yao Qi  <yao@codesourcery.com
140
141         * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
142         func_nofb_start and func_loopfb_start, so that address of functions
143         is equal to these labels on Thumb.
144
145 2010-08-18  Yao Qi  <yao@codesourcery.com>
146
147         * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
148         to reflect latest c source file.
149
150 2010-08-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
151
152         * gdb.cp/infcall-dlopen.exp: New file.
153         * gdb.cp/infcall-dlopen.cc: New file.
154         * gdb.cp/infcall-dlopen-lib.cc: New file.
155
156 2010-08-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
157             Pedro Alves  <pedro@codesourcery.com>
158
159         PR breakpoints/11371
160
161         * gdb.base/watch-cond-infcall.exp: New file.
162         * gdb.base/watch-cond-infcall.c: New file.
163
164 2010-08-16  Tom Tromey  <tromey@redhat.com>
165
166         * gdb.base/help.exp: Update.
167         * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
168         watchpoint.
169         (test_watch_location): New proc.
170         (test_watchpoint_in_big_blob): Delete watchpoint.
171         * gdb.base/watchpoint.c (func5): New function.
172         (main): Call it.
173
174 2010-08-16  Doug Evans  <dje@google.com>
175
176         * gdb.python/python.exp: Fix syntax in "post event insertion" test.
177
178 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
179
180         * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
181         tests.
182
183 2010-08-11  Ken Werner  <ken.werner@de.ibm.com>
184
185         * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
186         * gdb.base/gnu_vector.c: New File.
187         * gdb.base/gnu_vector.exp: Likewise.
188
189 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
190
191         * gdb.python/python.c: New File.
192         * gdb.python/python-sl.c: New File.
193         * gdb.python/python.exp: Test solib_address and decode_line
194         * functions.
195
196 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
197
198         * gdb.python/python.exp (show height, set height 10)
199         (verify pagination beforehand, verify pagination beforehand: q)
200         (gdb.execute does not page, verify pagination afterwards)
201         (verify pagination afterwards: q): New.
202
203 2010-08-02  Doug Evans  <dje@google.com>
204
205         * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
206         because of an older gcc, change test2
207         "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
208         to unsupported.
209
210 2010-07-30  Kazu Hirata  <kazu@codesourcery.com>
211
212         * gdb.base/break-always.exp: Do not expect full paths to file
213         names.
214         * gdb.base/commands.exp: Likewise.
215
216 2010-07-30  Doug Evans  <dje@google.com>
217
218         * gdb.cp/temargs.exp: For new tests that require newer gccs,
219         xfail them when run with older gccs.
220
221         * lib/gdb.exp (build_executable): Forward "c++" option to
222         get_compiler_info.
223
224         * gdb.python/py-type.exp (test_template): Mark as xfail tests
225         "python print ttype.template_argument(1)" and
226         "python print isinstance(ttype.template_argument(1), gdb.Value)"
227         if using gcc 4.4 or earlier.
228
229         * gdb.base/valgrind-db-attach.exp: Use unique test name for
230         attach-to-debugger handling.
231
232 2010-07-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
233
234         * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
235         * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
236         (main): Use copyreloc.
237         * gdb.base/prelink.exp (split debug of executable)
238         (.dynbss vs. .bss address shift): New tests.
239
240 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
241
242         * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
243         in gdb_test_multiple.
244
245 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
246
247         * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
248         environment.
249
250 2010-07-28  Tom Tromey  <tromey@redhat.com>
251
252         PR python/11060:
253         * gdb.python/py-type.c (Temargs): New template.
254         (temvar): New variable.
255         * gdb.python/py-type.exp (test_template): New proc.
256
257 2010-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
258
259         * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
260         gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
261
262 2010-07-28  Tom Tromey  <tromey@redhat.com>
263
264         PR c++/9946:
265         * gdb.cp/temargs.exp: New file.
266         * gdb.cp/temargs.cc: New file.
267
268 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
269
270         * gdb.base/help.exp (help disassemble): Update the content.
271
272 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
273
274         * gdb.threads/ia64-sigill.exp: New file.
275         * gdb.threads/ia64-sigill.c: New file.
276
277 2010-07-27  Tom Tromey  <tromey@redhat.com>
278
279         * gdb.opt/inline-cmds.c (ATTR): New define.
280         (func1): Use it.
281         (func2): Likewise.
282         (func3): Likewise.
283         (outer_inline1): Likewise.
284         (outer_inline2): Likewise.
285         * gdb.opt/inline-bt.c (ATTR): New define.
286         (func1): Use it.
287         (func2): Likewise.
288         * gdb.opt/inline-locals.c (ATTR): New define.
289         (func1): Use it.
290         (func2): Likewise.
291
292 2010-07-27  Tom Tromey  <tromey@redhat.com>
293
294         * gdb.stabs/gdb11479.c (hack): New function.
295         (test): Use it.
296         (test2): Use it.
297         * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
298         (int32_search_buf, int64_search_buf): No longer static.
299         (x): Remove.
300         * gdb.base/relocate.c (hack): New function.
301
302 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
303
304         * gdb.python/py-value.exp (test_inferior_function_call): New function.
305         * gdb.python/py-value.c (func1): New function.
306         (func2): Likewise.
307
308 2010-07-26  Corinna Vinschen  <vinschen@redhat.com>
309
310         * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
311         as not to clash with .data section.
312
313 2010-07-26  Jerome Guitton  <guitton@adacore.com>
314
315         * gdb.base/code_elim.exp: New file.
316         * gdb.base/code_elim1.c: New file.
317         * gdb.base/code_elim2.c: New file.
318
319 2010-07-21  Pedro Alves  <pedro@codesourcery.com>
320
321         PR symtab/11827
322
323         * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
324         (some_volatile_enum): New variable.
325         * gdb.base/printcmds.exp (test_print_enums): New.
326         <top level>: Call it.
327
328 2010-07-21  Sami Wagiaalla  <swagiaal@redhat.com>
329
330         * gdb.cp/fpointer.cc: New test.
331         * gdb.cp/fpointer.exp: New test.
332
333 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
334
335         * gdb.base/solib-nodir.exp: New file.
336         * lib/gdb.exp (runto): New case for a GDB internal error.
337
338 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
339             Ulrich Weigand  <uweigand@de.ibm.com>
340             Tom Tromey  <tromey@redhat.com>
341
342         * gdb.base/charset-malloc.c: New file.
343         * gdb.base/charset.c (malloc_stub): New prototype.
344         (main): Call it instead of malloc itself.
345         * gdb.base/charset.exp: Use only prepare_for_testing.
346         (binfile): Remove the variable.
347
348 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
349
350         Make core files the process_stratum.
351         * gdb.base/corefile.exp (run: load core again)
352         (run: sanity check we see the core file, run: with core)
353         (run: core file is cleared, attach: load core again)
354         (attach: sanity check we see the core file, attach: with core)
355         (attach: core file is cleared): New tests.
356         * gdb.base/coremaker.c (main): New parameters.  Implement "sleep" argv.
357
358 2010-07-14  Ken Werner  <ken.werner@de.ibm.com>
359
360         * gdb.arch/altivec-abi.exp: New tests.
361
362 2010-07-13  Tom Tromey  <tromey@redhat.com>
363
364         * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
365         (main): Use it.
366         * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
367
368 2010-07-13  Tom Tromey  <tromey@redhat.com>
369
370         * gdb.base/label.exp: New file.
371         * gdb.base/label.c: New file.
372
373 2010-07-12  Ulrich Weigand  <uweigand@de.ibm.com>
374             H.J. Lu  <hongjiu.lu@intel.com>
375
376         * lib/gdb.exp (is_ilp32_target): New.
377         (is_lp64_target): Likewise.
378
379         * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
380         target.
381         * gdb.arch/amd64-disp-step.exp: Likewise.
382         * gdb.arch/amd64-dword.exp: Likewise.
383         * gdb.arch/amd64-i386-address.exp: Likewise.
384         * gdb.arch/amd64-word.exp: Likewise.
385
386         * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
387         target.
388         * gdb.arch/i386-bp_permanent.exp: Likewise.
389         * gdb.arch/i386-byte.exp: Likewise.
390         * gdb.arch/i386-disp-step.exp: Likewise.
391         * gdb.arch/i386-gnu-cfi.exp: Likewise.
392         * gdb.arch/i386-prologue.exp: Likewise.
393         * gdb.arch/i386-size-overlap.exp: Likewise.
394         * gdb.arch/i386-size.exp: Likewise.
395         * gdb.arch/i386-sse.exp: Likewise.
396         * gdb.arch/i386-unwind.exp: Likewise.
397         * gdb.arch/i386-word.exp: Likewise.
398
399         * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
400         test only when building 64-bit executables.  Do not hard-code
401         -m64 option.
402
403 2010-07-07  Doug Evans  <dje@google.com>
404
405         * lib/gdb.exp (gdb_test_list_exact): New function.
406         * gdb.base/default.exp (show convenience): Call it, add tests for
407         $_sdata = void, $_thread = 0.
408
409 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
410             Joel Brobecker  <brobecker@adacore.com>
411
412         Fix re-run of PIE executable, PR shlibs/11776.
413         * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
414         Remove $displacement_main to match the solib-svr4.c change.  New "kill"
415         and re-"run" of the inferior.
416
417 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
418             Joel Brobecker  <brobecker@adacore.com>
419
420         Cope with missing /usr/sbin/prelink.
421         * lib/prelink-support.exp (prelink_no):
422         <result == 1 && $output is "no such file or directory">: New.
423         (prelink_yes): Likewise.  Return on failed prelink_no.
424
425 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
426             Joel Brobecker  <brobecker@adacore.com>
427
428         * gdb.base/attach-pie-misread.exp: Load prelink-support.exp.  Replace
429         build_executable by build_executable_own_libs.  Replace "prelink -R"
430         execution by a call of prelink_yes.  Comment why "prelink -r" needs no
431         change.
432         * gdb.base/break-interp.exp: Load prelink-support.exp.  Rename calls of
433         copy to file_copy.  Move setting opts --dynamic-linker and -rpath,
434         mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
435         Replace build_executable by build_executable_own_libs's function
436         build_executable_own_libs.
437         (prelinkNO): Create new stub to call prelink_no.
438         (prelinkYES): Create new stub to call prelink_yes.
439         (test_attach): Rename calls of copy to file_copy.
440         (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
441         (copy): Move to ...
442         * lib/prelink-support.exp: ... a new file.  Rename prelinkNO to
443         prelink_no, prelinkYES to prelink_yes, copy to file_copy.
444         * gdb.base/prelink.exp: Disable testcase also for is_remote and
445         skip_shlib_tests.  Load prelink-support.exp.  Replace gdb_compile with
446         special flags by gdb_compile_shlib.  Replace second gdb_compile by
447         build_executable_own_libs.  Replace "prelink -R" execution by a call of
448         prelink_yes.  Replace "prelink -u" and second "prelink -R" execution by
449         a second call of prelink_yes.  Replace restart commands by
450         clean_restart.
451         (prelink): Rename to ...
452         (seen displacement message): ... this test.  Extend its expectation
453         strictness.
454
455 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
456
457         * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
458         * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
459         displacement message exactly once.
460
461 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
462             Joel Brobecker  <brobecker@adacore.com>
463
464         * gdb.base/break-interp.exp (test_attach): Keep $interp changed.  Move
465         its restore after the <$relink_args != ""> loop.  new comment.
466
467 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
468             Joel Brobecker  <brobecker@adacore.com>
469
470         * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
471         code for it.  New variable relink_args.
472         (prelinkYES): Call prelinkNO.
473         (test_attach): Accept new parameter relink_args.  Re-prelink the binary
474         in such case.  Move the core code to ...
475         (test_attach_gdb): ... a new function.  Send GDB command "file".
476         Extend expected "Attaching to " string.
477
478 2010-07-02  Tom Tromey  <tromey@redhat.com>
479
480         * gdb.base/bitops.exp: Remove extraneous "pass".
481
482 2010-07-02  Ken Werner  <ken.werner@de.ibm.com>
483
484         * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
485
486 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
487
488         * gdb.base/help.exp: Adjust expected output.
489
490 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
491
492         * gdb.base/help.exp: Adjust expected output.
493
494 2010-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
495
496         * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
497         (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
498         c++/11702.
499
500 2010-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
501             Doug Evans  <dje@google.com>
502
503         * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
504         add .dynamic entry'.
505
506 2010-06-29  Doug Evans  <dje@google.com>
507
508         Test PR c++/11702.
509         * gdb.cp/m-static.exp: Add testcase.
510         * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
511
512 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
513             Tom Tromey  <tromey@redhat.com>
514             Thiago Jung Bauermann  <bauerman@br.ibm.com>
515
516         * gdb.python/py-inferior.c: New File.
517         * gdb.python/py-infthread.c: New File.
518         * gdb.python/py-inferior.exp: New File.
519         * gdb.python/py-infthread.exp: New File.
520
521 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
522
523         * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
524         (ptype ::C::OtherFileClass typedefs): New.
525         * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
526         (C::OtherFileClass::cOtherFileClassVar2): New.
527         (C::OtherFileClass::cOtherFileClassVar_use): Use also
528         cOtherFileClassVar2.
529         (C::cOtherFileType2, C::cOtherFileVar2): New.
530         (C::cOtherFileVar_use): use also cOtherFileVar2.
531         * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
532
533 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
534
535         * gdb.cp/namespace.exp (whatis C::cOtherFileType)
536         (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
537         (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
538         (print ::C::cOtherFileVar)
539         (whatis C::OtherFileClass::cOtherFileClassType)
540         (whatis ::C::OtherFileClass::cOtherFileClassType)
541         (print C::OtherFileClass::cOtherFileClassVar)
542         (print ::cOtherFileClassVar)
543         (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
544         (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
545         trailing content.
546         * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
547         (C::OtherFileClass::cOtherFileClassVar)
548         (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
549         (C::cOtherFileVar, C::cOtherFileVar_use): New.
550
551 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
552
553         Test PR c++/11703 and PR gdb/1448.
554         * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
555         gdb/1448.
556
557 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
558
559         * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
560         (main) <rtti_data>: New.
561         * gdb.cp/virtbase.exp (print rtti_data): New.
562
563 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
564             Joel Brobecker  <brobecker@adacore.com>
565
566         * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
567
568 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
569
570         * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
571
572 2010-06-28  Doug Evans  <dje@google.com>
573
574         * gdb.base/break-interp.exp (reach): Relax expected output a bit.
575
576 2010-06-27  Doug Evans  <dje@google.com>
577
578         * gdb.cp/m-static.exp: Update expected test output.
579
580 2010-06-25  Paul Hilfinger  <hilfinger@adacore.com>
581
582         * gdb.gdb/selftest.exp: Adjust expected message for
583         capturing start-up runtime.
584
585 2010-06-25  Tom Tromey  <tromey@redhat.com>
586
587         PR python/10808:
588         * gdb.python/python.exp: Add new tests.
589
590 2010-06-25  Sami Wagiaalla  <swagiaal@redhat.com>
591
592         * gdb.cp/operator.cc: Created an import loop.
593         * gdb.cp/operator.exp: Added testcase for import loop.
594
595 2010-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
596
597         Test PR python/11407.
598         * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
599         * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
600         Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
601         * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
602         executable_nofb and executable_fb.  New variables srcsfile, objsfile,
603         srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
604         binfile.  Call gdb_compile with clean_restart twice.
605         (func_nofb print, func_nofb backtrace, func_loopfb print)
606         (func_loopfb backtrace): New.
607
608 2010-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
609
610         * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
611         * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
612         by a hand made one.
613         * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment.  Remove
614         i?86 requirement.  Remove variables srcfile and binfile.  New variable
615         sources, executable_nofb and executable_fb.  Call prepare_for_testing.
616
617 2010-06-25  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
618
619         * gdb.cell/dwarfaddr.exp: New file.
620         * gdb.cell/dwarfaddr.S: New file.
621
622 2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
623
624         Test PR 9436.
625         * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
626
627 2010-06-24  Hui Zhu  <teawater@gmail.com>
628
629         * gdb.base/eval.exp: New file.
630
631 2010-06-23  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
632
633         * gdb.cell/fork.exp: New file.
634         * gdb.cell/fork.c: Likewise.
635         * gdb.cell/fork-spu.c: Likewise.
636
637 2010-06-22  Pierre Muller  <muller@ics.u-strasbg.fr>
638
639         * lib/gdb.exp (banned_variables_traced): New global variable.
640         (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
641         (gdb_init): Use `trace add variable' instead of obsolete
642         `trace variable'.
643
644 2010-06-21  Doug Evans  <dje@google.com>
645
646         * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
647
648 2010-06-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
649
650         * gdb.arch/spu-ls.exp: New file.
651         * gdb.arch/spu-ls.c: Likewise.
652
653 2010-06-18  Stan Shebs  <stan@codesourcery.com>
654
655         * gdb.threads/thread-specific.exp: Add tests of $_thread.
656
657 2010-06-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
658
659         * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
660         * gdb.base/watch-cond.exp: Likewise.
661         * gdb.python/py-breakpoint.exp: Likewise.
662
663 2010-06-18  Pedro Alves  <pedro@codesourcery.com>
664
665         * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
666         clean_restart, make sure every test has a distinct message, and
667         that messages don't include the executable' full path.
668
669 2010-06-17  Doug Evans  <dje@google.com>
670
671         * gdb.arch/i386-size.exp: Updated expected output for
672         DISASSEMBLY_OMIT_FNAME.
673
674 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
675             Sergio Durigan Junior  <sergiodj@redhat.com>
676
677         * gdb.base/watch-notconst.c: New file.
678         * gdb.base/watch-notconst.S: New file.
679         * gdb.base/watch-notconst2.c: New file.
680         * gdb.base/watch-notconst2.S: New file.
681         * gdb.base/watch-notconst.exp: New file.
682         * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
683         (func4): Add operations on `global_ptr_ptr'.
684         * gdb.base/watchpoint.exp (test_constant_watchpoint): New
685         routine to test watchpoints created with a constant expression.
686         (test_inaccessible_watchpoint): Include tests for watchpoints
687         created with a constant expression.
688
689 2010-06-14  Kevin Buettner  <kevinb@redhat.com>
690
691         * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
692         gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
693         gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
694         gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
695         gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
696         gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
697         gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
698         of `_start'.
699
700 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
701
702         * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
703         not supported on the target.
704         * gdb.mi/mi-nonstop-exit.exp: Likewise.
705         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
706         * gdb.mi/mi-nsintrall.exp: Likewise.
707         * gdb.mi/mi-nsmoribund.exp: Likewise.
708         * gdb.mi/mi-nsthrexec.exp: Likewise.
709
710 2010-06-11  Stan Shebs  <stan@codesourcery.com>
711
712         * gdb.base/permissions.exp: New file.
713
714 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
715
716         * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
717         does not support ELF executable class.
718
719 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
720
721         * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
722
723 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
724
725         * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
726         (runto): Catch "The target does not support running in non-stop mode.".
727
728 2010-06-11  Michael Snyder  <msnyder@vmware.com>
729
730         * gdb.base/setshow.exp (set language asm): Don't use
731         gdb_test_no_output, fails on some targets.
732
733 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
734
735         * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
736         * gdb.cp/pr9167.exp: Likewise.
737
738 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
739
740         * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
741
742 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
743
744         * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
745
746 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
747
748         * gdb.base/charset.c (main): Make sure malloc gets linked in.
749
750 2010-06-11  Tom Tromey  <tromey@redhat.com>
751
752         PR gdb/9977, PR exp/11636::
753         * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
754         (pieces_test_f6): Update expected output.
755
756 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
757
758         * gdb.base/moribund-step.exp: New.
759
760 2010-06-08  Michael Snyder  <msnyder@vmware.com>
761
762         * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
763         * gdb.ada/boolean_expr.exp:
764         * gdb.ada/frame_args.exp: Ditto.
765         * gdb.ada/lang_switch.exp: Ditto.
766         * gdb.ada/ptype_arith_binop.exp: Ditto.
767         * gdb.ada/ref_param.exp: Ditto.
768         * gdb.ada/type_coercion.exp:Ditto.
769
770         * gdb.asm/asm-source.exp: Ditto.
771
772         * gdb.base/attach.exp: Ditto.
773         * gdb.base/bitfields2.exp: Ditto.
774         * gdb.base/call-signal-resume.exp: Ditto.
775         * gdb.base/callfuncs.exp: Ditto.
776         * gdb.base/commands.exp: Ditto.
777         * gdb.base/dbx.exp: Ditto.
778         * gdb.base/default.exp: Ditto.
779         * gdb.base/dump.exp: Ditto.
780         * gdb.base/exprs.exp: Ditto.
781         * gdb.base/freebpcmd.exp: Ditto.
782         * gdb.base/interrupt.exp: Ditto.
783         * gdb.base/list.exp: Ditto.
784         * gdb.base/long_long.exp: Ditto.
785         * gdb.base/maint.exp: Ditto.
786         * gdb.base/ptype.exp: Ditto.
787         * gdb.base/return.exp: Ditto.
788         * gdb.base/setshow.exp: Ditto.
789         * gdb.base/sigbpt.exp: Ditto.
790         * gdb.base/sigrepeat.exp: Ditto.
791
792         * gdb.cp/classes.exp: Ditto.
793
794         * gdb.dwarf2/dw2-restore.exp: Ditto.
795
796         * gdb.gdb/selftest.exp: Ditto.
797
798         * gdb.multi/base.exp: Ditto.
799         * gdb.multi/bkpt-multi-exec.exp: Ditto.
800
801         * gdb.python/py-block.exp: Ditto.
802         * gdb.python/py-prettyprint.exp: Ditto.
803         * gdb.python/py-template.exp: Ditto.
804
805         * gdb.server/ext-attach.exp: Ditto.
806         * gdb.server/ext-run.exp: Ditto.
807         * gdb.server/server-mon.exp: Ditto.
808
809         * gdb.threads/fork-thread-pending.exp: Ditto.
810         * gdb.threads/hand-call-in-threads.exp: Ditto.
811         * gdb.threads/interrupted-hand-call.exp: Ditto.
812         * gdb.threads/linux-dp.exp: Ditto.
813         * gdb.threads/manythreads.exp: Ditto.
814         * gdb.threads/print-threads.exp: Ditto.
815         * gdb.threads/pthreads.exp: Ditto.
816         * gdb.threads/schedlock.exp: Ditto.
817         * gdb.threads/thread-unwindonsignal.exp: Ditto.
818         * gdb.threads/threadapply.exp: Ditto.
819
820 2010-06-08  Michael Snyder  <msnyder@vmware.com>
821
822         * gdb.ada/exec_changed.exp:
823         Use ".*" instead of "" as wildcard regexp.
824
825         * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
826         * gdb.base/call-ar-st.exp: Ditto.
827         * gdb.base/checkpoint.exp: Ditto.
828         * gdb.base/default.exp: Ditto.
829         * gdb.base/dump.exp: Ditto.
830         * gdb.base/ending-run.exp: Ditto.
831         * gdb.base/fileio.exp: Ditto.
832         * gdb.base/miscexprs.exp: Ditto.
833         * gdb.base/pointers.exp: Ditto.
834         * gdb.base/readline.exp: Ditto.
835         * gdb.base/reread.exp: Ditto.
836         * gdb.base/restore.exp: Ditto.
837         * gdb.base/shlib-call.exp: Ditto.
838         * gdb.base/valgrind-db-attach.exp: Ditto.
839         * gdb.base/volatile.exp: Ditto.
840         * gdb.base/watchpoints.exp: Ditto.
841
842         * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
843
844         * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
845         * gdb.python/py-value.exp: Ditto.
846
847         * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
848         * gdb.trace/circ.exp: Ditto.
849         * gdb.trace/collection.exp: Ditto.
850         * gdb.trace/packetlen.exp: Ditto.
851         * gdb.trace/passc-dyn.exp: Ditto.
852         * gdb.trace/report.exp: Ditto.
853         * gdb.trace/tfile.exp: Ditto.
854         * gdb.trace/tfind.exp: Ditto.
855         * gdb.trace/while-dyn.exp: Ditto.
856
857 2010-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
858
859         * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
860
861 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
862
863         Test PR 10640.
864         * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
865
866 2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
867
868         * gdb.cp/koenig.exp: Test for ADL operators.
869         * gdb.cp/koenig.cc: Added ADL operators.
870         * gdb.cp/operator.exp: New test.
871         * gdb.cp/operator.cc: New test.
872
873 2010-06-04  Michael Snyder  <msnyder@vmware.com>
874
875         * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
876         * gdb.base/pending.exp: Ditto.
877
878         * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
879
880 2010-06-04  Doug Evans  <dje@google.com>
881
882         * gdb.python/py-prettyprint.exp: Add new test for enabled and
883         disabled printers.
884         * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
885         (enable_lookup_function): New function.
886
887 2010-06-04  Tom Tromey  <tromey@redhat.com>
888
889         * gdb.python/py-value.exp (test_value_hash): Don't test equality
890         of hash and id.
891
892 2010-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
893
894         * gdb.base/commands.exp (add printf tbreak command): Remove trailing
895         newline.
896         * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
897         (empty verbose non-noisy clear, empty verbose noisy clear)
898         (empty non-verbose noisy clear): Likewise.
899
900 2010-06-03  Michael Snyder  <msnyder@vmware.com>
901
902         * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
903         * gdb.base/display.exp: Ditto.
904         * gdb.base/find.exp: Ditto.
905         * gdb.base/ifelse.exp: Ditto.
906         * gdb.base/multi-forks.exp: Ditto.
907         * gdb.base/recurse.exp: Ditto.
908         * gdb.base/setshow.exp: Ditto.
909         * gdb.base/value-double-free.exp: Ditto.
910         * gdb.base/watch-vfork.exp: Ditto.
911         * gdb.base/watch_thread_num.exp: Ditto.
912         * gdb.base/watchpoint-solib.exp: Ditto.
913         * gdb.base/watchpoint.exp: Ditto.
914         * gdb.base/watchpoints.exp: Ditto.
915
916         * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
917         * gdb.cp/overload.exp: Ditto.
918         * gdb.cp/virtfunc.exp: Ditto.
919
920         * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
921
922         * gdb.reverse/watch-precsave.exp:
923         Replace gdb_test with gdb_test_no_output.
924
925         * gdb.threads/attach-into-signal.exp:
926         Replace gdb_test with gdb_test_no_output.
927         * gdb.threads/local-watch-wrong-thread.exp: Ditto.
928         * gdb.threads/watchthreads.exp: Ditto.
929         * gdb.threads/watchthreads2.exp: Ditto.
930
931         * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
932         * gdb.trace/tfind.exp: Ditto.
933
934 2010-06-03  Joel Brobecker  <brobecker@adacore.com>
935
936         * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
937         successful test if message is the empty string.
938
939 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
940
941         * gdb.fortran/module.exp (stopped language detection): New test.
942
943 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
944
945         Support DW_TAG_module as separate namespaces.
946         * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
947         gdb.fortran/library-module-lib.f90: New.
948         * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
949         (print i): Remove.
950         (continue to breakpoint: i-is-1, print var_i value 1)
951         (continue to breakpoint: i-is-2, print var_i value 2)
952         (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
953         (print var_d, print var_i value 14, ptype modmany, complete `modm)
954         (complete `modmany, complete `modmany`, complete `modmany`var)
955         (show language, setting breakpoint at module): New tests.
956         * gdb.fortran/module.f90 (module mod): Remove.
957         (module mod1, module mod2, module modmany, subroutine sub1)
958         (subroutine sub2, program module): New.
959
960 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
961
962         * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
963         (print value of rUC, print value of rI, print value of UI): ... here.
964         * gdb.cp/anon-union.exp (pass): Rename to ...
965         (print z 2): ... here.
966
967 2010-06-02  Michael Snyder  <msnyder@vmware.com>
968
969         * gdb.trace/actions.exp: Use gdb_test_no_output.
970         * gdb.trace/circ.exp: Ditto.
971         * gdb.trace/packetlen.exp: Ditto.
972         * gdb.trace/save-trace.exp: Ditto.
973         * gdb.trace/tracecmd.exp: Ditto.
974         * gdb.trace/tsv.exp: Ditto.
975
976         * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
977         * gdb.threads/hand-call-in-thraeds.exp: Ditto.
978         * gdb.threads/local-watch-wrong-thread.exp: Ditto.
979         * gdb.threads/manythreads.exp: Ditto.
980         * gdb.threads/print-threads.exp: Ditto.
981         * gdb.threads/pthreads.exp: Ditto.
982         * gdb.threads/schedlock.exp: Ditto.
983         * gdb.threads/staticthreads.exp: Ditto.
984         * gdb.threads/thread-specific.exp: Ditto.
985         * gdb.threads/thread-unwindonsignal.exp: Ditto.
986         * gdb.threads/threadapply.exp: Ditto.
987         * gdb.threads/watchthreads.exp: Ditto.
988         * gdb.threads/watchthreads2.exp: Ditto.
989
990         * gdb.python/py-block.exp: Use gdb_test_no_output.
991         * gdb.python/py-prettyprint.exp: Ditto.
992         * gdb.python/py-template.exp: Ditto.
993         * gdb.python/py-value.exp: Ditto.
994
995         * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
996         * gdb.reverse/watch-reverse.exp: Ditto.
997
998         * gdb.server/ext-attach.exp: Use gdb_test_no_output.
999         * gdb.server/ext-run.exp: Ditto.
1000
1001         * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
1002         * gdb.dwarf2/dw2-compressed.exp: Ditto.
1003         * gdb.dwarf2/dw2-intercu.exp: Ditto.
1004         * gdb.dwarf2/dw2-intermix.exp: Ditto.
1005         * gdb.dwarf2/dw2-producer.exp: Ditto.
1006         * gdb.dwarf2/mac-fileno.exp: Ditto.
1007
1008         * gdb.gdb/observer.exp: Use gdb_test_no_output.
1009         * gdb.gdb/selftest.exp: Ditto.
1010
1011         * gdb.multi/base.exp: Use gdb_test_no_output.
1012
1013         * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
1014
1015 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1016
1017         * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
1018
1019 2010-06-02  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
1020
1021         * gdb.cp/class2.exp: Use gdb_test_no_output.
1022         * gdb.cp/classes.exp: Ditto.
1023         * gdb.cp/extern-c.exp: Ditto.
1024         * gdb.cp/inherit.exp: Ditto.
1025         * gdb.cp/maint.exp: Ditto.
1026         * gdb.cp/mb-inline.exp: Ditto.
1027         * gdb.cp/mb-templates.exp: Ditto.
1028         * gdb.cp/method2.exp: Ditto.
1029         * gdb.cp/misc.exp: Ditto.
1030         * gdb.cp/ovldbreak.exp: Ditto.
1031         * gdb.cp/punctuator.exp: Ditto.
1032         * gdb.cp/templates.exp: Ditto.
1033         * gdb.cp/virtbase.exp: Ditto.
1034
1035         * gdb.threads/attach-stopped.exp:
1036         Replace uses of send_gdb / gdb_expect.
1037         * gdb.threads/attachstop-mt.exp:
1038         Replace uses of send_gdb / gdb_expect.
1039         * gdb.threads/gcore-thread.exp:
1040         Replace uses of send_gdb / gdb_expect.
1041         * gdb.threads/hand-call-in-threads.exp:
1042         Replace uses of send_gdb / gdb_expect.
1043         * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
1044         * gdb.threads/print-threads.exp:
1045         Replace uses of send_gdb / gdb_expect.
1046         * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
1047         * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
1048         * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
1049
1050         * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
1051         * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
1052         * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
1053         * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
1054         * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
1055         * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
1056         * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
1057         * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
1058         * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
1059         * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
1060         * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
1061
1062 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1063
1064         * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
1065
1066 2010-06-02  Sami Wagiaalla  <swagiaal@redhat.com>
1067
1068         * gdb.cp/koenig.exp: Added new test case.
1069         * gdb.cp/koenig.cc: Ditto.
1070
1071 2010-06-01  Michael Snyder  <msnyder@vmware.com>
1072
1073         * gdb.base/arithmet.exp: Use gdb_test_no_output.
1074         * gdb.base/arrayidx.exp: Ditto.
1075         * gdb.base/attach.exp: Ditto.
1076         * gdb.base/auxv.exp: Ditto.
1077         * gdb.base/bigcre.exp: Ditto.
1078         * gdb.base/break-always.exp: Ditto.
1079         * gdb.base/break-interp.exp: Ditto.
1080         * gdb.base/break.exp: Ditto.
1081         * gdb.base/breakpoint-shadow.exp: Ditto.
1082         * gdb.base/call-ar-st.exp: Ditto.
1083         * gdb.base/call-sc.exp: Ditto.
1084         * gdb.base/call-signal-resume.exp: Ditto.
1085         * gdb.base/callfuncs.exp: Ditto.
1086         * gdb.base/catch-syscall.exp: Ditto.
1087         * gdb.base/charset.exp: Ditto.
1088         * gdb.base/code-expr.exp: Ditto.
1089         * gdb.base/commands.exp: Ditto.
1090         * gdb.base/cond-expr.exp: Ditto.
1091         * gdb.base/condbreak.exp: Ditto.
1092         * gdb.base/cursal.exp: Ditto.
1093         * gdb.base/cvexpr.exp: Ditto.
1094         * gdb.base/default.exp: Ditto.
1095         * gdb.base/del.exp: Ditto.
1096         * gdb.base/detach.exp: Ditto.
1097         * gdb.base/display.exp: Ditto.
1098         * gdb.base/ena-dis-br.exp: Ditto.
1099         * gdb.base/eval-skip.exp: Ditto.
1100         * gdb.base/foll-fork.exp: Ditto.
1101         * gdb.base/foll-vfork.exp: Ditto.
1102         * gdb.base/frame-args.exp: Ditto.
1103         * gdb.base/funcargs.exp: Ditto.
1104         * gdb.base/gcore-buffer-overflow.exp: Ditto.
1105         * gdb.base/gdbvars.exp: Ditto.
1106         * gdb.base/help.exp: Ditto.
1107         * gdb.base/ifelse.exp: Ditto.
1108         * gdb.base/included.exp: Ditto.
1109         * gdb.base/list.exp: Ditto.
1110         * gdb.base/macscp.exp: Ditto.
1111         * gdb.base/maint.exp: Ditto.
1112         * gdb.base/multi-fork.exp: Ditto.
1113         * gdb.base/overlays.exp: Ditto.
1114         * gdb.base/page.exp: Ditto.
1115         * gdb.base/pending.exp: Ditto.
1116         * gdb.base/pointers.exp: Ditto.
1117         * gdb.base/pr11022.exp: Ditto.
1118         * gdb.base/prelink.exp: Ditto.
1119         * gdb.base/printcmds.exp: Ditto.
1120         * gdb.base/psymtab.exp: Ditto.
1121         * gdb.base/randomize.exp: Ditto.
1122         * gdb.base/relational.exp: Ditto.
1123         * gdb.base/relocate.exp: Ditto.
1124         * gdb.base/remote.exp: Ditto.
1125         * gdb.base/sepdebug.exp: Ditto.
1126         * gdb.base/set-lang-auto.exp: Ditto.
1127         * gdb.base/setshow.exp: Ditto.
1128         * gdb.base/setvar.exp: Ditto.
1129         * gdb.base/signals.exp: Ditto.
1130         * gdb.base/signull.exp: Ditto.
1131         * gdb.base/sigstep.exp: Ditto.
1132         * gdb.base/sizeof.exp: Ditto.
1133         * gdb.base/solib-disc.exp: Ditto.
1134         * gdb.base/store.exp: Ditto.
1135         * gdb.base/structs.exp: Ditto.
1136         * gdb.base/structs2.exp: Ditto.
1137         * gdb.base/subst.exp: Ditto.
1138         * gdb.base/term.exp: Ditto.
1139         * gdb.base/trace-commands.exp: Ditto.
1140         * gdb.base/unwindonsignal.exp: Ditto.
1141         * gdb.base/valgrind-db-attach.exp: Ditto.
1142         * gdb.base/varargs.exp: Ditto.
1143         * gdb.base/watch-cond.exp: Ditto.
1144         * gdb.base/watch_thread_num.exp: Ditto.
1145         * gdb.base/watchpoint-cond-gone.exp: Ditto.
1146         * gdb.base/watchpoint.exp: Ditto.
1147         * gdb.base/whatis-exp.exp: Ditto.
1148
1149 2010-06-01  Michael Snyder  <msnyder@vmware.com>
1150
1151         * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
1152         * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
1153         * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
1154         * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
1155         * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
1156         * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
1157         * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
1158         * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
1159         * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
1160         * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
1161         * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
1162         * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
1163         * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
1164         * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
1165         * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
1166
1167 2010-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1168
1169         * gdb.base/commands.exp (begin commands on watch): Remove excessive
1170         trailing newline.
1171         * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
1172         * gdb.java/jmisc.exp (p *args\n): Rename to ...
1173         (p *args): ... here and remove excessive trailing newline.
1174
1175 2010-05-31  Joel Brobecker  <brobecker@adacore.com>
1176
1177         * gdb.base/subst.exp: Fix call to gdb_test with empty message.
1178
1179 2010-05-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
1180
1181         Accept the new Linux kernel "t (tracing stop)" string.
1182         * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
1183         Update comment.
1184         (state_wait) <T (tracing stop)>: New.
1185         (main): Update the state_wait expect string.
1186
1187 2010-05-28  Pedro Alves  <pedro@codesourcery.com>
1188
1189         * limits.c, limits.exp: Delete files.
1190         * Makefile.in (clean mostlyclean): Adjust.
1191         * tracecmd.exp: Adjust.
1192
1193 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1194
1195         * gdb.base/tui-layout.exp: New.
1196
1197 2010-05-28  Michael Snyder  <msnyder@vmware.com>
1198
1199         * gdb.reverse/break-precsave.exp:
1200         Replace uses of send_gdb / gdb_expect.
1201         * gdb.reverse/break-reverse.exp:
1202         Replace uses of send_gdb / gdb_expect.
1203         * gdb.reverse/consecutive-precsave.exp:
1204         Replace uses of send_gdb / gdb_expect.
1205         * gdb.reverse/consecutive-reverse.exp:
1206         Replace uses of send_gdb / gdb_expect.
1207         * gdb.reverse/finish-precsave.exp:
1208         Replace uses of send_gdb / gdb_expect.
1209         * gdb.reverse/finish-reverse.exp:
1210         Replace uses of send_gdb / gdb_expect.
1211         * gdb.reverse/i386-precsave.exp:
1212         Replace uses of send_gdb / gdb_expect.
1213         * gdb.reverse/i386-reverse.exp:
1214         Replace uses of send_gdb / gdb_expect.
1215         * gdb.reverse/i386-sse-reverse.exp:
1216         Replace uses of send_gdb / gdb_expect.
1217         * gdb.reverse/i387-env-reverse.exp:
1218         Replace uses of send_gdb / gdb_expect.
1219         * gdb.reverse/i387-stack-reverse.exp:
1220         Replace uses of send_gdb / gdb_expect.
1221         * gdb.reverse/machinestate-precsave.exp:
1222         Replace uses of send_gdb / gdb_expect.
1223         * gdb.reverse/machinestate.exp:
1224         Replace uses of send_gdb / gdb_expect.
1225         * gdb.reverse/sigall-precsave.exp:
1226         Replace uses of send_gdb / gdb_expect.
1227         * gdb.reverse/sigall-reverse.exp:
1228         Replace uses of send_gdb / gdb_expect.
1229         * gdb.reverse/solib-precsave.exp:
1230         Replace uses of send_gdb / gdb_expect.
1231         * gdb.reverse/solib-reverse.exp:
1232         Replace uses of send_gdb / gdb_expect.
1233         * gdb.reverse/step-precsave.exp:
1234         Replace uses of send_gdb / gdb_expect.
1235         * gdb.reverse/step-reverse.exp:
1236         Replace uses of send_gdb / gdb_expect.
1237         * gdb.reverse/until-precsave.exp:
1238         Replace uses of send_gdb / gdb_expect.
1239         * gdb.reverse/until-reverse.exp:
1240         Replace uses of send_gdb / gdb_expect.
1241         * gdb.reverse/watch-precsave.exp:
1242         Replace uses of send_gdb / gdb_expect.
1243         * gdb.reverse/watch-reverse.exp:
1244         Replace uses of send_gdb / gdb_expect.
1245
1246 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1247
1248         * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
1249         excessive newline.
1250
1251 2010-05-27  Michael Snyder  <msnyder@vmware.com>
1252
1253         * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
1254         * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
1255         * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
1256         * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
1257         * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
1258         * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
1259         * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
1260         * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
1261         * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
1262         * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
1263         * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
1264         * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
1265         * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
1266         * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
1267         * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
1268         * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
1269         * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
1270         * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
1271         * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
1272
1273 2010-05-26  Michael Snyder  <msnyder@vmware.com>
1274
1275         * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
1276         * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
1277
1278         * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
1279         * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
1280         * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
1281
1282         * gdb.reverse/consecutive-reverse.exp:
1283         Replace uses of send_gdb / gdb_expect.
1284         * gdb.reverse/consecutive-precsave.exp:
1285         Replace uses of send_gdb / gdb_expect.
1286
1287         * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
1288         * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
1289         * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
1290         * gdb.mi/mi-ns-stale-regcache.exp:
1291         Replace uses of send_gdb / gdb_expect.
1292         * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
1293         * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
1294         * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
1295         * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
1296         * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
1297         * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
1298         * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
1299         * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
1300         * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
1301
1302 2010-05-26  Michael Snyder  <msnyder@vmware.com>
1303
1304         * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
1305
1306         * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
1307
1308         * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
1309         * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
1310         * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
1311         * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
1312         * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
1313         * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
1314         * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
1315         * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
1316         * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
1317
1318 2010-05-25  Tom Tromey  <tromey@redhat.com>
1319
1320         * gdb.base/macscp.exp: Add missing space after setup_kfail.
1321
1322 2010-05-25  Tom Tromey  <tromey@redhat.com>
1323
1324         * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
1325         argument order.
1326         * gdb.base/macscp.exp: Fix setup_kfail argument order.
1327         * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
1328         order.
1329         * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
1330         order.
1331         * gdb.base/call-sc.exp (setup_kfails): Remove.
1332         (setup_compiler_kfails): Remove.
1333         * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
1334         argument order.
1335         * gdb.base/siginfo.exp: Fix setup_kfail argument order.
1336         * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
1337         (advancei): Fix setup_kfail argument order.
1338         * gdb.base/radix.exp: Fix setup_kfail argument order.
1339         * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
1340         order.
1341         * gdb.base/structs.exp (setup_kfails): Remove.
1342         (setup_compiler_kfails): Fix setup_kfail argument order.
1343         * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
1344         order.
1345         * gdb.java/jmain.exp: Fix setup_kfail argument order.
1346         * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
1347         setup_kfail argument order.
1348         * gdb.cp/overload.exp: Fix setup_kfail argument order.
1349
1350 2010-05-25  Tom Tromey  <tromey@redhat.com>
1351
1352         * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
1353
1354 2010-05-25  Michael Snyder  <msnyder@vmware.com>
1355
1356         * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
1357         * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
1358         * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
1359         * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
1360         * gdb.base/assign.exp: Replace send_gdb with gdb_test.
1361         * gdb.base/attach.exp: Replace send_gdb with gdb_test.
1362         * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
1363         * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
1364         * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
1365         * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
1366         * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
1367         * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
1368         * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
1369         * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
1370         * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
1371         * gdb.base/charset.exp: Replace send_gdb with gdb_test.
1372         * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
1373         * gdb.base/commands.exp: Replace send_gdb with gdb_test.
1374         * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
1375         * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
1376         * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
1377         * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
1378         * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
1379         * gdb.base/default.exp: Replace send_gdb with gdb_test.
1380         * gdb.base/define.exp: Replace send_gdb with gdb_test.
1381         * gdb.base/display.exp: Replace send_gdb with gdb_test.
1382         * gdb.base/dump.exp: Replace send_gdb with gdb_test.
1383         * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
1384         * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
1385         * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
1386         * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
1387         * gdb.base/finish.exp: Replace send_gdb with gdb_test.
1388         * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
1389         * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
1390         * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
1391         * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
1392         * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
1393         * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
1394         * gdb.base/help.exp: Replace send_gdb with gdb_test.
1395         * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
1396         * gdb.base/jump.exp: Replace send_gdb with gdb_test.
1397         * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
1398         * gdb.base/maint.exp: Replace send_gdb with gdb_test.
1399         * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
1400         * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
1401         * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
1402         * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
1403         * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
1404
1405 2010-05-25  Doug Evans  <dje@google.com>
1406
1407         * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
1408         gdb.string_to_argv.
1409
1410 2010-05-21  Tom Tromey  <tromey@redhat.com>
1411
1412         * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
1413         Call it.
1414         * gdb.dwarf2/pieces.S: Update.
1415         * gdb.dwarf2/pieces.c (struct B): Remove initial field.
1416
1417 2010-05-21  Tom Tromey  <tromey@redhat.com>
1418
1419         * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
1420         Call it.
1421         * gdb.dwarf2/pieces.c (struct C): New.
1422         (f6): New function.
1423         * gdb.dwarf2/pieces.S: Replace.
1424
1425 2010-05-21  Tom Tromey  <tromey@redhat.com>
1426
1427         * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
1428         Call it.
1429
1430 2010-05-21  Tom Tromey  <tromey@redhat.com>
1431
1432         * gdb.dwarf2.pieces.exp: New file.
1433         * gdb.dwarf2.pieces.S: New file.
1434         * gdb.dwarf2.pieces.c: New file.
1435
1436 2010-05-20  Pedro Alves  <pedro@codesourcery.com>
1437             Joel Brobecker  <brobecker@adacore.com>
1438
1439         * lib/gdb.exp (gdb_test_no_output): New function.
1440         * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
1441         when testing commands that should produce no output.
1442
1443 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
1444
1445         * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
1446         parameter that we want to watch being a constant.
1447
1448 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
1449
1450         * gdb.ada/cond_lang: New testcase.
1451
1452 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
1453
1454         * lib/gdb.exp (banned_variables): New variable/constant.
1455         (gdb_init): Add write trace on variables listed in banned_variables.
1456         (gdb_finish): Remove write traces on variables listed in
1457         banned_variables.
1458
1459 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
1460
1461         * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
1462         * gdb.cp/koenig.exp: Likewise.
1463
1464 2010-05-14  Phil Muldoon  <pmuldoon@redhat.com>
1465
1466         PR python/11482
1467
1468         * gdb.python/py-value.exp (test_value_hash): New function.
1469
1470 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
1471
1472         PR exp/11530.
1473         * gdb.base/gdb11530.c: New file.
1474         * gdb.base/gdb11530.exp: New file.
1475
1476 2010-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1477
1478         * gdb.dwarf2/dw2-modula2-self-type.exp: New.
1479         * gdb.dwarf2/dw2-modula2-self-type.S: New.
1480
1481 2010-05-07  Sami Wagiaalla  <swagiaal@redhat.com>
1482
1483         * gdb.cp/koenig.exp: New test.
1484         * gdb.cp/koenig.cc: New test program.
1485
1486 2010-05-05  Joel Brobecker  <brobecker@adacore.com>
1487
1488         Remove the use of prms_id and bug_id throughout the testsuite.
1489
1490 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
1491
1492         PR exp/11349.
1493         * testsuite/gdb.cp/ref-types.exp: Add test to examine
1494         use a reference local variable.
1495
1496 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1497
1498         * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
1499         * gdb.base/sepdebug.exp: Remove .debug subdirectory handling.  New
1500         variable different_dir. Move debugfile into a full directory pathname
1501         under DIFFERENT_DIR.
1502         * lib/gdb.exp (separate_debug_filename): Remove.
1503         (gdb_gnu_strip_debug): No longer call separate_debug_filename.  Remove
1504         variable debug_dir and mkdir of it.  Update function comments.
1505
1506 2010-04-29  Pedro Alves  <pedro@codesourcery.com>
1507
1508         PR gdb/11557
1509
1510         * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
1511         files.
1512
1513 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
1514
1515         * gdb.python/py-param.exp: New File.
1516
1517 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
1518
1519         * gdb.base/default.exp: Fix "set language" test.
1520
1521 2010-04-24  Pierre Muller  <muller@ics.u-strasbg.fr>
1522
1523         PR breakpoints/11531.
1524         * gdb.base/gdb11531.c: New file.
1525         * gdb.base/gdb11531.exp: New file.
1526
1527 2010-04-26  Tom Tromey  <tromey@redhat.com>
1528
1529         * gdb.base/completion.exp: Add tests for completion and deprecated
1530         commands.
1531
1532 2010-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1533
1534         * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
1535         (print /x char_array): Escape curly brackets.
1536
1537 2010-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
1538
1539         Fix deadlock on looped list of loaded shared objects.
1540         * gdb.base/solib-corrupted.exp: New.
1541
1542 2010-04-23  Doug Evans  <dje@google.com>
1543
1544         * gdb.python/py-section-script.c: New file.
1545         * gdb.python/py-section-script.exp: New file.
1546         * gdb.python/py-section-script.py: New file.
1547
1548 2010-04-20  Chris Moller  <cmoller@redhat.com>
1549
1550         PR 10179
1551
1552         * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
1553         * gdb.base/pr10179-a.c:
1554         * gdb.base/pr10179-b.c:
1555         * gdb.base/pr10179.exp: New files.
1556
1557 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1558
1559         Fix crashes on dangling display expressions.
1560         * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
1561         is SEP.
1562         (lib_flags): Remove the "debug" keyword.
1563         (libsepdebug): New variable for iterating new loop.
1564         (save_pf_prefix): New variable wrapping the loop.
1565         (sep_lib_flags): New variable derived from LIB_FLAGS.  Use it.
1566         * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
1567
1568 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
1569
1570         * gdb.threads/watchthreads.exp: Change to obtain consistent output.
1571
1572 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
1573
1574         PR stabs/11479.
1575         * gdb.stabs/gdb11479.exp: New file.
1576         * gdb.stabs/gdb11479.c: New file.
1577
1578 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
1579
1580         * gdb.base/charset.c (Strin16, String32): New variables.
1581         * gdb.base/charset.exp (gdb_test): Test correct display
1582         of 16 or 32 bit strings.
1583
1584 2010-04-21  Chris Moller  <cmoller@redhat.com>
1585
1586         PR 9167
1587         * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
1588         * gdb.cp/pr9167.cc: New file.
1589         * gdb.cp/pr9167.exp: New file.
1590
1591
1592 2010-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
1593
1594         PR pascal/11492.
1595         * gdb.pascal/gdb11492.pas: New file.
1596         * gdb.pascal/gdb11492.exp: New file.
1597
1598 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
1599
1600         * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
1601
1602 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
1603
1604         * gdb.ada/dyn_loc: New testcase.
1605
1606 2010-04-20  Chris Moller  <cmoller@redhat.com>
1607
1608         PR 10867
1609
1610         * gdb.cp/Makefile.in  (EXECUTABLES): Added pr10687
1611         * gdb.cp/pr10687.cc: New file.
1612         * gdb.cp/pr10687.exp: New file.
1613
1614
1615 2010-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1616             Sergio Durigan Junior  <sergiodj@redhat.com>
1617
1618         * gdb.fortran/logical.exp: New testcase.
1619         * gdb.fortran/logical.f90: New file.
1620
1621 2010-04-19  Doug Evans  <dje@google.com>
1622
1623         * gdb.base/help.exp (help source): Update expected output.
1624
1625 2010-04-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1626
1627         * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
1628         gdb_reinitialize_dir and gdb_load by clean_restart.  Remove trailing
1629         gdb_exit and return.
1630         (executable): New variable.
1631         (binfile): Use it.
1632
1633 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
1634
1635         PR breakpoints/8554.
1636
1637         * gdb.trace/save-trace.exp: Adjust.
1638
1639 2010-04-17  H.J. Lu  <hongjiu.lu@intel.com>
1640
1641         PR corefiles/11511
1642         * gdb.arch/system-gcore.exp: New.
1643         * gdb.arch/gcore.c: Likewise.
1644
1645 2010-04-15  Doug Evans  <dje@google.com>
1646
1647         * gdb.python/py-progspace.c: New file.
1648         * gdb.python/py-progspace.exp: New file.
1649
1650         * gdb.base/source.exp: Add tests for "source -s".
1651
1652 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
1653
1654         * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
1655         * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
1656         * gdb.python/py-prettyprint.exp: New test for to_string returning None.
1657         * gdb.python/py-mi.exp: New test for to_string returning None.
1658
1659 2010-04-12  Phil Muldoon  <pmuldoon@redhat.com>
1660
1661         * gdb.python/py-breakpoint.c: Make result global.
1662
1663 2010-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1664
1665         Fix non-GNU make compatibility.
1666         * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
1667
1668 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
1669
1670         * gdb.python/py-breakpoint.exp: New File.
1671         * gdb.python/py-breakpoint.C: Ditto.
1672
1673 2010-04-08  Stan Shebs  <stan@codesourcery.com>
1674
1675         * gdb.trace/actions.exp: Clear default-collect.
1676         * gdb.trace/save-trace.exp: Clear default-collect.
1677
1678 2010-04-08  Phil Muldoon  <pmuldoon@redhat.com>
1679
1680         * gdb.python/py-value: Add null string variable.
1681           (test_lazy_string): Test zero length, NULL address lazy
1682           strings.
1683
1684 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
1685
1686         * gdb.arch/i386-avx.c: New.
1687         * gdb.arch/i386-avx.exp: Likewise.
1688
1689         * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
1690
1691 2010-04-06  Doug Evans  <dje@google.com>
1692
1693         * gdb.base/source-test.gdb: New file.
1694         * gdb.base/source.exp: Test source -v.
1695
1696 2010-04-06  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1697
1698         * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
1699
1700 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
1701
1702         * gdb.stabs/aout.sed: Convert all backslash to double backslash
1703         within one line, unless it is followed by a double quote.
1704         * gdb.stabs/hppa.sed: Idem.
1705         * gdb.stabs/weird.def: Add char and String constants
1706         * gdb.stabs/weird.exp: Check for correct parsing of
1707         char and string constants.
1708         * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
1709         in .stabs to .stabx substitution.
1710
1711 2010-04-05  Stan Shebs  <stan@codesourcery.com>
1712
1713         * gdb.trace/tfile.c: Add a variable split across two blocks, and a
1714         constant global.
1715         * gdb.trace/tfile.exp: Try to print them.
1716
1717 2010-04-04  Stan Shebs  <stan@codesourcery.com>
1718
1719         * gdb.base/completion.exp: Update for new "info watchpoints".
1720         * gdb.base/default.exp: Ditto.
1721         * gdb.base/help.exp: Ditto.
1722         * gdb.base/watchpoint.exp: Ditto.
1723         * gdb.trace/infotrace.exp: Update "info tracpoints" output.
1724
1725 2010-04-04  Stan Shebs  <stan@codesourcery.com>
1726
1727         * gdb.trace/tfile.exp: Sharpen tfind test.
1728
1729 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1730
1731         * gdb.base/break-entry.exp: New.
1732
1733 2010-04-02  Hui Zhu  <teawater@gmail.com>
1734             Michael Snyder <msnyder@vmware.com>
1735
1736         * gdb.reverse/i386-sse-reverse.exp: New file.
1737         * gdb.reverse/i386-sse-reverse.c: New file.
1738
1739 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
1740
1741         * gdb.trace/tfind.exp: Adjust expected disassembly output.
1742
1743 2010-04-01  Stan Shebs  <stan@codesourcery.com>
1744
1745         * gdb.trace/actions.exp: Tweak expected output.
1746         * gdb.trace/while-stepping.exp: Tweak expected output.
1747
1748 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
1749
1750         * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
1751
1752 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
1753
1754         * gdb.base/commands.exp: Adjust.
1755         * gdb.cp/extern-c.exp: Adjust.
1756
1757 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
1758
1759         * gdb.trace/collection.c (local_test_func): Define a local struct,
1760         and instanciate it.
1761
1762 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
1763
1764         * gdb.trace/collection.exp (gdb_collect_args_test)
1765         (gdb_collect_argarray_test): XFAIL the tests that assume the
1766         argarray argument's elements are collected.
1767
1768 2010-03-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
1769
1770         * gdb.dwarf2/dw2-bad-parameter-type.exp,
1771         gdb.dwarf2/dw2-bad-parameter-type.S: New.
1772
1773 2010-03-31  Stan Shebs  <stan@codesourcery.com>
1774
1775         * gdb.trace/save-trace.exp: Test save/restore of default-collect
1776         and tracepoint conditionals.
1777         (gdb_verify_tracepoints): Delete unused return.
1778
1779 2010-03-26  Keith Seitz  <keiths@redhat.com>
1780
1781         * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
1782         appear in the output before main.
1783         Remove KFAIL for gdb/2215 aka bz 9320.
1784
1785 2010-03-30  Doug Evans  <dje@google.com>
1786
1787         * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
1788         by dejagnu.
1789         * gdb.arch/amd64-dword.exp: Ditto.
1790
1791         * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
1792         match.
1793         (break printf): Ditto.
1794
1795 2010-03-29  Sami Wagiaalla  <swagiaal@redhat.com>
1796
1797         * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
1798         gcc < 4.4.
1799         * gdb.cp/shadow.exp: Ditto.
1800
1801 2010-03-29  Pedro Alves  <pedro@codesourcery.com>
1802
1803         * gdb.trace/collection.exp (run_trace_experiment): Make sure
1804         "tstart" is silent.
1805
1806 2010-03-29  Pedro Alves  <pedro@codesourcery.com>
1807
1808         * gdb.trace/collection.exp (executable): New.
1809         (binfile): Use it.
1810         (fpreg, spreg, pcreg): New.
1811         (test_register): Use gdb_test_multiple.  Pass /x to print.
1812         (prepare_for_trace_test): New.
1813         (run_trace_experiment): Use "continue", not gdb_run_cmd.
1814         (gdb_collect_args_test, gdb_collect_argstruct_test)
1815         (gdb_collect_argarray_test, gdb_collect_locals_test): Use
1816         prepare_for_trace_test.
1817         (gdb_collect_registers_test): Use prepare_for_trace_test.  Use
1818         fpreg, spreg and pcreg.
1819         (gdb_collect_expression_test, gdb_collect_globals_test): Use
1820         prepare_for_trace_test.
1821         (gdb_trace_collection_test): Use fpreg, spreg and pcreg.  Don't
1822         try to detect tracing support here.  Don't set breakpoints at
1823         `begin' or `end' here.
1824         <global scope>: Use clean_restart.  Run to main before checking
1825         for tracing support.  Check for for tracing support here.
1826
1827 2010-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1828
1829         * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
1830         " as $displacement" to "seen displacement message".
1831
1832 2010-03-28  Pedro Alves  <pedro@codesourcery.com>
1833
1834         * gdb.trace/while-dyn.exp (executable): New variable.
1835         (binfile): Use it.
1836         (test_while_stepping): New function.  Move most tests here.  Call
1837         it once for each of the while-stepping, stepping and ws aliases.
1838
1839 2010-03-26  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1840
1841         * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
1842         that do not provide the tagless_struct type name at all.
1843         (test_print_anon_union): Do not check value of uninitialized
1844         union member.  Do not use cp_test_ptype_class, so we can accept
1845         "long" as well as "long int".
1846
1847 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
1848
1849         * gdb.trace/tfile.c (tohex, bin2hex): New.
1850         (write_error_trace_file): Hexify error description.
1851
1852 2010-03-25  Stan Shebs  <stan@codesourcery.com>
1853
1854         * gdb.trace/tfile.c: Generate an additional trace file, improve
1855         portability.
1856         * gdb.trace/tfile.exp: Test trace file with an error stop, delete
1857         files in a better way.
1858
1859 2010-03-25  Keith Seitz  <keiths@redhat.com>
1860
1861         * gdb.java/jprint.exp: XFAIL printing of static class members
1862         because of GCC debuginfo problem.
1863
1864 2010-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
1865
1866         * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
1867
1868 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
1869
1870         * gdb.base/completion.exp: Allow long instead of long int.
1871         * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
1872         * gdb.base/gdbvars.c (main): Remove unused usestubs code.  Reference
1873         variable p.
1874         * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
1875         * gdb.base/pointers.exp: Allow long instead of long int.
1876         * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
1877         * gdb.base/step-line.exp: Allow a directory before the source file name.
1878
1879 2010-03-24  Tom Tromey  <tromey@redhat.com>
1880
1881         PR breakpoints/9352:
1882         * gdb.base/default.exp: Update.
1883         * gdb.base/commands.exp: Update.
1884         * gdb.cp/extern-c.exp: Test setting commands on multiple
1885         breakpoints at once.
1886
1887 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
1888
1889         * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
1890         if gdb,nosignals.
1891         * gdb.base/watchpoints.c: Do not include unnecessary headers.
1892         * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
1893         exited".
1894
1895 2010-03-24  Stan Shebs  <stan@codesourcery.com>
1896
1897         * gdb.trace/tfile.exp: Expect "trace frame", with a space.
1898
1899 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
1900
1901         * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
1902         * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
1903         argument.  Handle "short" and "long".
1904         (Top level): Pass overprototyped output for old_fptr and xptr.
1905
1906 2010-03-23  Pedro Alves  <pedro@codesourcery.com>
1907
1908         * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
1909         format strings and add casts to avoid compiler warnings.
1910
1911 2010-03-23  Vladimir Prus  <vladimir@codesourcery.com>
1912
1913         * lib/trace-support.exp (gdb_trace_setactions):
1914         Don't expect whitespace after ">" prompt.
1915         * gdb.trace/actions.exp: Adjust for output changes.
1916         * gdb.trace/while-stepping.exp: Likewise.
1917
1918 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1919
1920         * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
1921         and r157645).
1922
1923 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1924
1925         * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
1926         New.
1927
1928 2010-03-22  Daniel Jacobowitz  <dan@codesourcery.com>
1929
1930         * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
1931         * gdb.python/py-mi.exp (binfile): Rename to py-mi.
1932
1933 2010-03-19  Stan Shebs  <stan@codesourcery.com>
1934
1935         * gdb.trace/ax.exp: New file.
1936
1937 2010-03-19  Doug Evans  <dje@google.com>
1938
1939         * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
1940         output from gcc.
1941
1942         * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
1943         named /usr/sbin/prelink<foo>.
1944
1945 2010-03-18  Stan Shebs  <stan@codesourcery.com>
1946
1947         * gdb.trace/circ.exp: Test circular-trace-buffer.
1948         * gdb.trace/tfile.exp: Update tstatus test.
1949
1950 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
1951
1952         * gdb.dwarf2/dw2-anonymous-func.S: New file.
1953         * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
1954
1955 2010-03-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1956
1957         * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
1958
1959 2010-03-18  Pedro Alves  <pedro@codesourcery.com>
1960
1961         * gdb.base/default.exp: Adjust the expected output of the finish
1962         and until commands when the inferior is not being run.
1963
1964 2010-03-15  Sami Wagiaalla  <swagiaal@redhat.com>
1965
1966         * gdb.cp/shadow.exp: Removed kfail; test has been fix.
1967         * gdb.cp/nsusing.exp: Ditto.
1968
1969 2010-03-15  Tom Tromey  <tromey@redhat.com>
1970
1971         * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
1972         * gdb.cp/userdef.cc (operator==): New function.
1973         (main): New locals mem1, mem2.
1974
1975 2010-03-15  Jie Zhang  <jie@codesourcery.com>
1976
1977         * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
1978         Declare and use new loadtimeout variable.
1979
1980 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
1981
1982         * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
1983         Use gdb_load later.
1984
1985 2010-03-14  Pedro Alves  <pedro@codesourcery.com>
1986
1987         * gdb.base/solib-disc.c (main): Make format of fprintf a string
1988         literal.  Add missing endlines to prints to stderr.
1989
1990 2010-03-12  Tom Tromey  <tromey@redhat.com>
1991
1992         PR c++/9708:
1993         * gdb.cp/m-static.exp: Add regression test.
1994         * gdb.cp/m-static.cc (method): New method.
1995         (main): Call it.
1996
1997 2010-03-12  Sami Wagiaalla  <swagiaal@redhat.com>
1998
1999         * gdb.cp/gdb2384-base.h: Created 'namespace B'.
2000         * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
2001
2002 2010-03-12  Daniel Jacobowitz  <dan@codesourcery.com>
2003
2004         * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
2005
2006 2010-03-12  Daniel Jacobowitz  <dan@codesourcery.com>
2007
2008         * lib/gdb.exp (skip_stl_tests): New.
2009         (gdb_compile): Symbian needs -ldl.
2010         (shlib_target_file): New.
2011         (shlib_symbol_file): New.
2012         (gdb_load_shlibs): Use shlib_target_file.
2013         * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
2014         * gdb.cp/exception.exp: Use skip_stl_tests.
2015         * gdb.cp/bs15503.exp: Use skip_stl_tests.  Use untested.
2016         * gdb.cp/try_catch.exp: Use skip_stl_tests.
2017         * gdb.cp/mb-templates.exp: Ditto.
2018         * gdb.base/commands.exp: Relax regexes.
2019         * gdb.base/watchpoint-solib.exp: Don't skip on symbian.  Use
2020         shlib_target_file and shlib_symbol_file.
2021         * gdb.base/maint.exp: Allow lowercase t.  Allow .rodata in
2022         sections.
2023         * gdb.base/ending-run.exp: Accept E32Main for symbian.
2024         * gdb.base/solib-disc.exp: Use
2025         shlib_target_file and shlib_symbol_file.
2026         * gdb.base/unload.exp: Don't skip on symbian.  Use
2027         shlib_target_file and shlib_symbol_file.
2028         * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
2029
2030 2010-03-12  Pedro Alves  <pedro@codesourcery.com>
2031
2032         * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
2033         * gdb.trace/report.exp: Adjust for x86 and x86_64.
2034         Issue a tfind end before looking for a tracepoint frame.
2035         * gdb.trace/tfind.exp: Adjust tstatus output.
2036         Adjust disassembly output.
2037         * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
2038
2039 2010-03-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2040
2041         * gdb.base/break-interp.exp: Create new displacement parameter value
2042         for the test_ld calls.
2043         (reach): New parameter displacement, verify its content.  New push of
2044         pf_prefix "reach-$func:".  Import global expect_out.
2045         (test_core): New parameter displacement, verify its content.  New push
2046         of pf_prefix "core:".  New command "set verbose on".  Import global
2047         expect_out.
2048         (test_attach): New parameter displacement, verify its content.  New
2049         push of pf_prefix "attach:".  New command "set verbose on".  Import
2050         global expect_out.
2051         (test_ld): New parameter displacement, pass it to the reach, test_core
2052         and test_attach calls and verify its content in the "ld.so exit" test.
2053         * gdb.base/prelink.exp: Remove gdb_exit and final return.
2054         (prelink): Update expected text, use gdb_test.
2055
2056 2010-03-10  Doug Evans  <dje@google.com>
2057
2058         * gdb.base/checkpoint.exp: Fix comment.
2059         Lengthen timeout while doing >600 checkpoints test.
2060         Rename duplicate "kill all one" test to keep test names unique.
2061
2062 2010-03-10  Pedro Alves  <pedro@codesourcery.com>
2063
2064         * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
2065
2066 2010-03-08  Keith Seitz  <keiths@redhat.com>
2067
2068         * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
2069         * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
2070         (dm_type_long): New function.
2071         (dm_type_unsigned_short): New function.
2072         (dm_type_unsigned_long): New function.
2073         (myint): New typedef.
2074         * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
2075         long, unsigned shor and long, operator char*, and typedef.
2076         (test_lookup_operator_functions): Add operator char* test.
2077         (test_paddr_operator_functions): Likewise.
2078         (test_paddr_overloaded_functions): Use probe values for
2079         short, long, and unsigned short and long.
2080         (test_paddr_hairy_functions): If the demangler probe detected
2081         gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
2082         demangler.
2083         * gdb.cp/expand-sals.exp: Backtrace may contain class names.
2084         * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
2085         and "print null_pmf".
2086         Add test "ptype a.*pmf".
2087         * gdb.cp/overload.exp: Allow optional "int" to appear with
2088         "short" and "long".
2089         * gdb.cp/ovldbreak.exp: Use append to construct super-duper
2090         long expect value for men_overload1arg.
2091         Allow "int" to appear with "short" and "long".
2092         When testing "info break", add argument for main (void).
2093         Also allow "int" to appear with "short" and "long".
2094         Ditto with "unsigned" and "long long".
2095         * gdb.java/jmain.exp: Do not enclose methods names in single
2096         quotes.
2097         * gdb.java/jmisc.exp: Likewise.
2098         * gdb.java/jprint.exp: Likewise.
2099         * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
2100
2101         From Jan Kratochvil  <jan.kratochvil@redhat.com>:
2102         * gdb.cp/exception.exp (backtrace after first throw)
2103         (backtrace after second throw): Allow a namespace before __cxa_throw.
2104         (backtrace after first catch, backtrace after second catch): Allow
2105         a namespace before __cxa_begin_catch.
2106
2107         * gdb.cp/cpexprs.exp: New file.
2108         * gdb.cp/cpexprs.cc: New file.
2109
2110         From Daniel Jacobowitz  <dan@codesourcery.com>
2111         * gdb.cp/cpexprs.exp (escape): Delete.  Change all callers
2112         to use string_to_regexp.
2113         (ctor, dtor): New functions.  Use them to match constructor
2114         and destructor function types.
2115         (Top level): Use runto_main.
2116
2117 2010-03-05  Tom Tromey  <tromey@redhat.com>
2118
2119         * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
2120         gdb.target_charset.
2121         (pp_ns.to_string): Likewise.
2122
2123 2010-03-04  Keith Seitz  <keiths@redhat.com>
2124
2125         * gdb.cp/overload.exp: Test that the filename portion of a linespec
2126         can be quoted.  Test that both the filename and function/line
2127         portions can be quoted at the same time.
2128
2129 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
2130
2131         * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
2132
2133 2010-03-03  Doug Evans  <dje@google.com>
2134
2135         * lib/gdb.exp (gdb_compile_pthreads): Handle case where
2136         libc contains libpthread.
2137
2138         * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
2139         * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
2140         of gdb_compile.  Add another pattern to match android backtrace.
2141
2142 2010-03-03  Tom Tromey  <tromey@redhat.com>
2143
2144         PR gdb/11345:
2145         * gdb.base/printcmds.exp (test_printf): Add test.
2146
2147 2010-03-02  H.J. Lu  <hongjiu.lu@intel.com>
2148
2149         * gdb.arch/amd64-byte.exp: New.
2150         * gdb.arch/amd64-dword.exp: Likewise.
2151         * gdb.arch/amd64-pseudo.c: Likewise.
2152         * gdb.arch/amd64-word.exp: Likewise.
2153         * gdb.arch/i386-byte.exp: Likewise.
2154         * gdb.arch/i386-pseudo.c: Likewise.
2155         * gdb.arch/i386-word.exp: Likewise.
2156
2157 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
2158
2159         * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
2160         types.  Add structreg, bitfields, and flags registers.
2161         * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
2162         registers.
2163
2164 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
2165
2166         * gdb.xml/tdesc-regs.exp (architecture): New.  Set it for x86.
2167         (load_description): Set architecture if defined.
2168
2169 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
2170
2171         * gdb.python/py-frame.exp: Add read_var block tests.
2172         * gdb.python/py-frame.c (block): New function.
2173
2174 2010-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2175             Daniel Jacobowitz  <dan@codesourcery.com>
2176
2177         * gdb.base/callfuncs.exp: New tests for $spval 0 and -1.  Remove return.
2178
2179 2010-02-25  David S. Miller  <davem@davemloft.net>
2180
2181         * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
2182         fix logic for setting all_syscalls_numbers.
2183
2184 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
2185
2186         * Makefile.in: Add py-block and py-symbol.
2187         * gdb.python/py-symbol.exp: New File.
2188         * gdb.python/py-symtab.exp: New File.
2189         * gdb.python/py-block.exp: New File.
2190         * gdb.python/py-symbol.c: New File.
2191         * gdb.python/py-block.c: New File.
2192
2193 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
2194
2195         PR python/11314
2196         * lib/gdb.exp (skip_python_tests): New function.
2197         * gdb.python/py-cmd.exp: Use skip_python_tests.
2198         * gdb.python/py-frame.exp: Likewise.
2199         * gdb.python/py-function.exp: Likewise.
2200         * gdb.python/py-prettyprint.exp: Likewise.
2201         * gdb.python/py-template.exp: Likewise.
2202         * gdb.python/py-type.exp: Likewise.
2203         * gdb.python/py-value.exp: Likewise.
2204
2205 2010-02-22  Pedro Alves  <pedro@codesourcery.com>
2206
2207         PR9605
2208
2209         * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
2210
2211 2010-02-19  Tom Tromey  <tromey@redhat.com>
2212
2213         PR c++/8693, PR c++/9496:
2214         * gdb.cp/namespace.exp: Remove some setup_kfail calls.  Added
2215         regression tests.
2216
2217 2010-02-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2218
2219         Fix compatibility with m68k as.
2220         * gdb.dwarf2/member-ptr-forwardref.S: Use .data section.  Use .2byte.
2221         Use only /* comments */.
2222
2223 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2224
2225         * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
2226         * configure: Regenerate.
2227
2228 2010-02-18  Daniel Jacobowitz  <dan@codesourcery.com>
2229
2230         * gdb.python/py-type.exp: Check for Python support.
2231
2232 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
2233
2234         * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
2235         `regsub' syntax available.
2236
2237 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
2238
2239         * gdb.base/shmain.c (main): Remove printf call.
2240         * gdb.base/sizeof.c (main): Cast return of sizeof to int.
2241         * gdb.base/unload.c (main): Make format of fprintf a string
2242         literal.  Add missing endlines to prints to stderr.
2243         * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
2244
2245 2010-02-17  Tom Tromey  <tromey@redhat.com>
2246
2247         * gdb.java/jprint.java (jprint.props): New field.
2248         * gdb.java/jprint.exp (set_lang_java): Add regression test.
2249
2250 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
2251
2252         * gdb.base/charset.exp: Don't assume new `regsub' syntax
2253         available.
2254
2255 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
2256
2257         * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
2258         creation to support remote host testing.
2259
2260 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
2261
2262         * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
2263         Recognize "command not found".
2264
2265 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
2266
2267         * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
2268         single-stepping.
2269
2270 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
2271
2272         * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
2273         if arguments are not supported.
2274
2275 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
2276
2277         * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
2278         be const or non-const.
2279
2280 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
2281
2282         * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
2283         mi_send_resuming_command to send -exec-continue.
2284
2285 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
2286
2287         * gdb.base/list.exp (test_list_filename_and_function): Add test
2288         with single quotes.
2289         * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
2290         matching.
2291         * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
2292         Add KFAIL'd tests for PR gdb/11289.
2293
2294 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
2295
2296         * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
2297
2298 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
2299
2300         * gdb.base/comp-dir/subdir/dummy.txt: New file.
2301         * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
2302         a temporary directory.
2303
2304 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
2305
2306         * gdb.base/charset.exp: Use a single regular expression to match
2307         show host-charset and show target-charset output.
2308
2309 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2310
2311         * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
2312         "Illegal process-id" expect string more exact.
2313         (attach to digits-starting nonsense is prohibited): New.
2314
2315 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2316
2317         * gdb.base/prelink.exp (set verbose on): New.
2318
2319 2010-02-12  Tomas Holmberg  <th@virtutech.com>
2320
2321         * mi-reverse.exp: New file. Test for reverse option to the
2322         following MI commands: exec-continue, exec-finish, exec-next,
2323         exec-step, exec-next-instruction, exec-step-instruction.
2324
2325 2010-02-09  Joel Brobecker  <brobecker@adacore.com>
2326
2327         * gdb.ada/ptype_tagged_param: New testcase.
2328
2329 2010-02-08  Tom Tromey  <tromey@redhat.com>
2330
2331         PR c++/8017:
2332         * gdb.cp/overload.exp: Add tests.
2333         * gdb.cp/overload.cc (struct K): New.
2334         (namespace N): New.
2335         (main): Call new functions.
2336         (K::staticoverload): Define.
2337
2338 2010-02-08  Chris Moller  <moller@mollerware.com>
2339
2340         PR gdb/10728
2341         * gdb.cp/pr10728-x.h: New file.
2342         * gdb.cp/pr10728-x.cc: New file.
2343         * gdb.cp/pr10728-y.cc: New file.
2344         * gdb.cp/pr10728.exp: New file.
2345         * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
2346
2347 2010-02-08  Chris Moller  <moller@mollerware.com>
2348
2349         PR gdb/9067
2350         * gdb.cp/pr9067.exp:  New
2351         * gdb.cp/pr9067.cc:   New
2352         * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
2353
2354 2010-02-08  Joel Brobecker  <brobecker@adacore.com>
2355
2356         * lib/gdb.exp (gdb_test_timeout): New global variable.
2357         Set it to timeout if not already set.
2358         (gdb_init): Reset the value of timeout to gdb_test_timeout.
2359
2360 2010-02-05  Doug Evans  <dje@google.com>
2361
2362         * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
2363         user.
2364
2365 2010-02-05  Sami Wagiaalla  <swagiaal@redhat.com>
2366
2367         PR c++/7935:
2368         * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
2369
2370 2010-02-04  Tom Tromey  <tromey@redhat.com>
2371
2372         * gdb.cp/virtbase.exp: Make test case names unique.
2373
2374 2010-02-02  Tom Tromey  <tromey@redhat.com>
2375
2376         * gdb.cp/virtbase.exp: Add regression tests.
2377         * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
2378         (main): Instantiate RHC.
2379
2380 2010-02-02  Tom Tromey  <tromey@redhat.com>
2381
2382         * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
2383         type-printing change.
2384
2385 2010-02-02  Tom Tromey  <tromey@redhat.com>
2386
2387         PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
2388         * gdb.cp/virtbase.cc: New file.
2389         * gdb.cp/virtbase.exp: New file.
2390         * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
2391
2392 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2393
2394         PR libc/11214:
2395         * gdb.threads/current-lwp-dead.c: Include features.h.
2396         (HAS_NOMMU): New.
2397         (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
2398
2399 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2400
2401         * gdb.base/symbol-without-target_section.exp,
2402         gdb.base/symbol-without-target_section.c: New.
2403
2404 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
2405
2406         * gdb.base/bigcore.exp: Reset increased timeout.
2407         * gdb.base/interrupt.exp: Match unexpected gdb prompt.
2408
2409 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
2410
2411         * gdb.base/gcore.exp (capture_command_output): Use
2412         gdb_test_multiple.
2413
2414 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
2415
2416         * gdb.arch/thumb2-it.S (it_breakpoints): New function.
2417         * gdb.arch/thumb2-it.exp (test_it_break): New function.
2418         (Top level): Call it.
2419
2420 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
2421
2422         * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
2423
2424 2010-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
2425
2426         * gdb.base/call-strs.exp, gdb.base/default.exp,
2427         gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
2428         gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
2429         gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
2430         gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
2431         gdb.base/watchpoint-solib.exp: Save and restore timeout.
2432         * gdb.base/ending-run.exp: Correct restore of timeout.
2433         * gdb.base/page.exp: Remove unnecessary timeout setting.
2434
2435 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
2436
2437         * gdb.ada/rec_return: New testcase.
2438
2439 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
2440
2441         * gdb.ada/call_pn: New testcase.
2442
2443 2010-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
2444
2445         * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
2446         (Top level): Use it to resume.
2447         * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
2448         the Thumb mode displaced stepping error as unsupported.
2449
2450 2010-01-28  Sami Wagiaalla  <swagiaal@redhat.com>
2451
2452         * gdb.cp/nsusing.exp: Added more tests.
2453         * gdb.cp/nsrecurs.exp: Ditto.
2454         * gdb.cp/nsusing.cc: Added test functions.
2455         * gdb.cp/nsrecurs.cc: Ditto.
2456
2457 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2458
2459         * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
2460         absolute directory pathnames in gdb.sum file.
2461
2462 2010-01-27  Sami Wagiaalla  <swagiaal@redhat.com>
2463
2464         * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
2465         * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
2466
2467 2010-01-26  Tom Tromey  <tromey@redhat.com>
2468
2469         PR exp/7643:
2470         * gdb.base/printcmds.exp (test_print_string_constants): Remove
2471         setup_kfail.
2472
2473 2010-01-14  Sami Wagiaalla  <swagiaal@redhat.com>
2474
2475         * gdb.cp/nsrecurs.exp: New test.
2476         * gdb.cp/nsrecurs.cc: New test program.
2477         * gdb.cp/nsstress.exp: New test.
2478         * gdb.cp/nsstress.cc: New test program.
2479         * gdb.cp/nsdecl.exp: New test.
2480         * gdb.cp/nsdecl.cc: New test program.
2481
2482 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
2483
2484         * gdb.cp/namespace-using.exp: Add test for printing of namespaces
2485         imported into file scope.
2486         Marked test as xfail.
2487         * gdb.cp/namespace-using.cc (marker5): New function.
2488         * gdb.cp/shadow.exp: New test.
2489         * gdb.cp/shadow.cc: New test program.
2490         * gdb.cp/nsimport.exp: New test.
2491         * gdb.cp/nsimport.cc: New test program.
2492
2493 2010-01-25  Tom Tromey  <tromey@redhat.com>
2494
2495         PR gdb/11049:
2496         * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
2497         with "set print null-stop on".
2498
2499 2010-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2500
2501         * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
2502         Adjust it for DISASSEMBLY_OMIT_FNAME.
2503
2504 2010-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
2505
2506         PR symtab/11199:
2507         * gdb.dwarf2/member-ptr-forwardref.exp,
2508         gdb.dwarf2/member-ptr-forwardref.S: New.
2509
2510 2010-01-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2511
2512         * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
2513         (thread1_func): Protect thread1_tid with thread1_tid_cond by
2514         thread1_tid_mutex.  Remove gdbstop_mutex handling.
2515         (thread2_func): Protect thread2_tid with thread2_tid_cond by
2516         thread2_tid_mutex.  Remove gdbstop_mutex handling.
2517         (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
2518         pthread_create.  Remove gdbstop_mutex handling.  New comment.  Replace
2519         pthread_cond_wait conditionalizations by while loops.
2520
2521 2010-01-20  Tom Tromey  <tromey@redhat.com>
2522
2523         PR backtrace/10770:
2524         * gdb.dwarf2/pr10770.exp: New file.
2525         * gdb.dwarf2/pr10770.c: New file.
2526         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
2527
2528 2010-01-20  Vladimir Prus  <vladimir@codesourcery.com>
2529
2530         * gdb.mi/mi-async.exp: Remove check for 'async' target, because
2531         that target was removed, and the test always runs native anyway.
2532
2533 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2534
2535         * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
2536         gdb.base/watchpoint-cond-gone-stripped.c: New.
2537
2538 2010-01-19  Tom Tromey  <tromey@redhat.com>
2539
2540         PR c++/8000:
2541         * gdb.cp/namespace.exp: Use new enum.  Fix line numbers in
2542         existing tests.
2543         * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
2544         (main): Use AAA::SomeEnum.
2545
2546 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2547
2548         * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
2549         (test_ignore_count): Declare line_callme_body global.
2550         (run to breakpoint with ignore count): Use line_callme_body.
2551         * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
2552         (set line_main_hello, set line_main_return): Reindent.
2553         (set line_callee4_head, set line_callee4_body, set line_callee4_next):
2554         New.
2555         (continue to callee4): Use line_callee4_body.
2556         (check *stopped from CLI command): Use line_callee4_next.
2557         * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
2558         (set line_main_hello, set line_main_return): Reindent.
2559         (set line_callee4_head, set line_callee4_body): New.
2560         (continue to callee4): Use line_callee4_body.
2561
2562 2010-01-18  Tom Tromey  <tromey@redhat.com>
2563
2564         PR c++/9680:
2565         * gdb.cp/casts.cc: Add new classes and variables.
2566         * gdb.cp/casts.exp: Test new operators.
2567
2568 2010-01-18  Tom Tromey  <tromey@redhat.com>
2569             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2570
2571         * gdb.python/source2.py: New file.
2572         * gdb.python/source1: New file.
2573         * gdb.python/python.exp: Test "source" command.
2574
2575 2010-01-15  Stan Shebs  <stan@codesourcery.com>
2576
2577         * gdb.trace/tfile.c: New file.
2578         * gdb.trace/tfile.exp: New file.
2579
2580 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2581
2582         * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
2583
2584 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2585
2586         * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
2587
2588 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2589
2590         * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
2591         (libfunc): New parameter action.  Implement also selectable "sleep".
2592         * gdb.base/break-interp-main.c: Include assert.h.
2593         (libfunc): New parameter action.
2594         (main): New parameters argc and argv.  Assert argc.  Pass argv.
2595         * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
2596         (test_attach): New proc.
2597         (test_ld): Pass new "segv" exec parameter.  Call also test_attach.
2598         * lib/gdb.exp (core_find): New parameter arg.  Pass it to $binfile.
2599
2600 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2601
2602         * gdb.base/break-interp.exp (test_core): New proc.
2603         (test_ld): Call it.
2604
2605 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2606
2607         * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
2608         * gdb.base/break-interp.exp: Exit on skip_shlib_tests.  Change $srcfile.
2609         New variables $binfile_lib and $srcfile_lib.  Call get_compiler_info
2610         and gdb_compile_shlib.  Use new -Wl compiler options.
2611         (dl bt, main bt): New tests.
2612
2613 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2614
2615         Support PIEs with no symfile_objfile.
2616         * gdb.base/break-interp.exp: New argument at the test_ld calls.
2617         (test_ld): New parameter trynosym.
2618         (test_ld <$trynosym>): New block.
2619
2620 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2621
2622         * gdb.base/break-interp.exp: New file.
2623
2624 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
2625
2626         * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
2627         * gdb.python/py-prettyprint.py (pp_ls): New printer.
2628         * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
2629         test.
2630         * gdb.python/py-prettyprint.c: Define lazystring test structure.
2631         * gdb.python/py-mi.exp: Add lazy string test.
2632
2633 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
2634
2635         * lib/mi-support.exp (mi_check_thread_states): Handle
2636         core number in thread listing.
2637
2638 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
2639
2640         * gdb.base/maint.exp: Adjust the expected output for the
2641         "maint print type" test. Use gdb_test_multiple instead of
2642         gdb_sent/gdb_expect.
2643
2644 2010-01-11  Doug Evans  <dje@google.com>
2645
2646         * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
2647         from gdbserver_download.  All callers updated.
2648
2649         * gdb.server/ext-run.exp: "info os processes" requires xml support.
2650
2651 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2652
2653         Implement binary numbers parsing.
2654         * gdb.base/printcmds.exp (test_integer_literals_accepted)
2655         (test_integer_literals_rejected): New binary tests.
2656
2657 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2658
2659         * gdb.cell/configure: Regenerate.
2660
2661 2010-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2662
2663         * gdb.base/corefile.exp: Move the core finding block out and call it as
2664         core_find, new variable $corefile, replace corefile by $corefile and
2665         [file tail $corefile] for usage vs. test names resp.
2666         * lib/gdb.exp (core_find): Move it as a new function here.  New
2667         parameter binfile and deletefiles.  New variable $destcore.  Pre-delete
2668         $destcore.  Return "" on error.
2669
2670 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2671
2672         Workaround PR binutils/10802.
2673         * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
2674         (twice).
2675
2676 2010-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
2677
2678         * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
2679
2680 2010-01-08  Joel Brobecker  <brobecker@adacore.com>
2681
2682         * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
2683         call, to avoid interruption.
2684
2685 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2686
2687         * gdb.stabs/weird.def (args93): New.
2688
2689 2010-01-07  Doug Evans  <dje@google.com>
2690
2691         * lib/gdb.exp (gdb_skip_xml_test): Add comment.
2692
2693 2010-01-07  Tom Tromey  <tromey@redhat.com>
2694
2695         * gdb.base/source.exp: Use correct line number.
2696
2697 2010-01-05  Stan Shebs  <stan@codesourcery.com>
2698
2699         * gdb.trace/tracecmd.exp: Test ftrace.
2700
2701 2010-01-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2702
2703         * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
2704
2705 2010-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
2706
2707         * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
2708         "uint_for_mi_testing".
2709
2710 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
2711
2712         Test indented comment in file being sourced.
2713         * gdb.base/commands.exp: Test indented comment in file being sourced.
2714
2715 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
2716
2717         * gdb.fortran/array-element.f, gdb.fortran/complex.f,
2718         gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
2719         gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
2720         notice.
2721
2722 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
2723
2724         * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
2725         notice.
2726
2727 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2728
2729         * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
2730         missing $after_stopped and comma (,) expectation.
2731
2732 2009-12-31  Stan Shebs  <stan@codesourcery.com>
2733
2734         * gdb.trace/actions.exp: Test teval action.
2735
2736 2009-12-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2737
2738         * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
2739         (top level): Call test_watchpoint_in_big_blob.
2740         * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
2741         watchpoints.
2742         (func3): Write to buf.
2743
2744 2009-12-29  Stan Shebs  <stan@codesourcery.com>
2745
2746         * gdb.trace/actions.exp: Test default-collect.
2747
2748 2009-12-28  Stan Shebs  <stan@codesourcery.com>
2749
2750         * gdb.trace/tsv.exp: New file.
2751         * gdb.base/completion.exp: Update ambiguous info output.
2752
2753 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
2754
2755         * gdb.base/find.c (main): Reference search buffers.
2756         * gdb.base/included.c (main): Reference integer.
2757         * gdb.base/ptype.c (charfoo): Declare.
2758         (intfoo): Call charfoo.
2759         * gdb.base/scope0.c (useitp): New function.
2760         (usestatics): Use useitp.
2761         (useit): Add a type for val.
2762         * gdb.base/scope1.c (useit1): Take a pointer argument.
2763         (usestatics1): Update calls to useit1.
2764         * gdb.cp/call-c.cc: Declare foo.
2765         (main): Call foo.
2766         * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
2767         * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
2768         (main): Call C::ensureRefs and ensureOtherRefs.
2769         * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
2770         variables.
2771         (ensureOtherRefs): New function.
2772         * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
2773         * gdb.cp/templates.cc (main): Call t5i.value.
2774
2775 2009-12-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2776
2777         Fix compatibility with G++-4.5.
2778         * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
2779         * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
2780         (uncaught return): Remove.
2781
2782 2009-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
2783             Phil Muldoon  <pmuldoon@redhat.com>
2784
2785         * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
2786         (bp_location13, bp_location14, bp_location17, bp_location18)
2787         (marker3_proto, marker4_proto): New variables.
2788         (breakpoint info): Update output.
2789         (run until breakpoint at marker3, run until breakpoint at marker4): New
2790         tests.
2791
2792 2009-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
2793
2794         * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
2795         Replace the printf call of Y by provided "y-set-1" label.  New block
2796         for the second shared library.
2797         * gdb.base/unload.exp: Compile also the second library, call
2798         gdb_load_shlibs also for it.  Use now gdb_breakpoint.
2799         (single pending breakpoint info): Rename to ...
2800         (pending breakpoint info before run): ... this extended test.
2801         (libfile2, libname2, libsrcfile2, libsrc2)
2802         (lib_sl2): New variables.
2803         (exec_opts): Set also SHLIB_NAME2.
2804         (pending breakpoint info on first run at shrfunc1)
2805         (pending breakpoint info on second run at shrfunc1)
2806         (pending breakpoint info on second run at shrfunc2)
2807         (print y from libfile, print y from libfile2): New tests.
2808         * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
2809         * gdb.base/unloadshr2.c: New.
2810
2811 2009-12-22  Hui Zhu  <teawater@gmail.com>
2812
2813         * gdb.reverse/sigall-reverse.exp: Adjust.
2814
2815 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
2816
2817         PR gdb/10884
2818
2819         * gdb.mi/var-cmd.c (do_bitfield_tests): New
2820         (main): Call do_bitfield_tests.
2821         * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
2822
2823 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
2824
2825         * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
2826         gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
2827         gdb.base/watch_thread_num.c, gdb.java/jprint.java,
2828         gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
2829         gdb.modula2/unbounded1.c: Update copyright header.
2830
2831 2009-12-10  Chris Moller  <moller@mollerware.com>
2832
2833         PR gdb/9399
2834         * gdb.cp/virtfunc2.exp: New tests
2835         * gdb.cp/virtfunc2.cc: New tests
2836         * gdb.cp/Makefile.in: Added tests to EXECUTABLES
2837
2838 2009-12-10  Oza Pawandeep (paawan1982@yahoo.com
2839
2840         * gdb.reverse/i387-env-reverse.c: New file.
2841         * gdb.reverse/i387-env-reverse.exp: New file.
2842         * gdb.reverse/i387-stack-reverse.c: New file.
2843         * gdb.reverse/i387-stack-reverse.exp: New file.
2844
2845 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
2846
2847         * gdb.python/py-type.exp (test_range): New test.
2848
2849 2009-12-03  Phil Muldoon <pmuldoon@redhat.com>
2850
2851         PR python/10805
2852
2853         * gdb.python/py-type.exp: New file.
2854         * gdb.python/py-type.c: New file.
2855         * Makefile.in: Add py-type.
2856
2857 2009-12-03  Tom Tromey  <tromey@redhat.com>
2858
2859         * gdb.python/py-value.exp (test_parse_and_eval): New
2860         function.
2861
2862 2009-12-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
2863
2864        PR gdb/11022
2865
2866        * gdb.base/pr11022.exp: New test.
2867        * gdb.base/pr11022.c: New test.
2868
2869 2009-12-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
2870
2871         Fix spurious false FAILs.
2872         * gdb.base/structs.c (chartest): New.
2873         (main): Fill-in chartest.
2874         * gdb.base/structs.exp (anychar_re, first): New.
2875         (start_structs_test): Import global anychar_re and first.
2876         New gdb_test call "set print elements 300; ${testfile}"
2877         (start_structs_test <$first>): New block.
2878         (any): Import global anychar_re.  New variable ac.  Use ${ac}.
2879
2880 2009-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
2881
2882         * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
2883
2884 2009-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
2885
2886         * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
2887         Force $srcfile file.
2888         * gdb.base/foll-fork.c (callee): Comment out the printf call.
2889
2890 2009-11-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2891
2892         * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
2893         * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
2894         * gdb.threads/watchthreads-reorder.exp: Likewise.
2895
2896 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
2897
2898         PR gdb/8704
2899
2900         * gdb.base/condbreak.exp: Test combinations of "break *EXP",
2901         "if", and "thread".  Correct matching in the previous test.
2902
2903 2009-11-25  Daniel Jacobowitz  <dan@codesourcery.com>
2904
2905         * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
2906
2907 2009-11-23  Michael Snyder  <msnyder@vmware.com>
2908
2909         * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
2910         * gdb.reverse-watch-precsave.exp: Ditto.
2911
2912 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
2913
2914         * gdb.asm/asm-source.exp: Adjust.
2915         * gdb.base/help.exp: Adjust.
2916
2917 2009-11-22  Pedro Alves  <pedro@codesourcery.com>
2918
2919         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
2920         (do_syscall_tests_without_xml): Set data-directory to
2921         /the/path/to/nowhere.
2922
2923 2009-11-21  Pedro Alves  <pedro@codesourcery.com>
2924
2925         * gdb.threads/local-watch-wrong-thread.c,
2926         gdb.threads/local-watch-wrong-thread.exp: New files.
2927
2928 2009-11-21  Pedro Alves  <pedro@codesourcery.com>
2929
2930         * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
2931         assume new `regsub' syntax available.
2932
2933 2009-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2934
2935         * gdb.base/watchpoint-hw-hit-once.exp,
2936         gdb.base/watchpoint-hw-hit-once.c: New.
2937
2938 2009-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2939
2940         * gdb.threads/watchthreads-reorder.exp,
2941         gdb.threads/watchthreads-reorder.c: New.
2942
2943 2009-11-17  Nathan Sidwell  <nathan@codesourcery.com>
2944
2945         * gdb.xml/tdesc-regs.exp: Use for m68k.
2946
2947 2009-11-15  Pedro Alves  <pedro@codesourcery.com>
2948
2949         * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
2950
2951 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
2952
2953         * lib/gdb.exp (current_target_name): New procedure.
2954         (gdb_wrapper_target): New variable.
2955         (gdb_wrapper_init): Set gdb_wrapper_target.
2956         (default_gdb_init): Check gdb_wrapper_target before rebuilding the
2957         wrapper.
2958
2959 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
2960
2961         * gdb.base/remote.exp: Delete the slowest load test.
2962         Do not load with fixed packet sizes.
2963
2964 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
2965
2966         * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
2967
2968 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
2969
2970         * gdb.base/freebpcmd.exp: Delete unused variable.  Specify
2971         srcfile when setting a breakpoint.
2972
2973 2009-11-13  Maciej W. Rozycki  <macro@codesourcery.com>
2974
2975         * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
2976         macros.
2977
2978 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
2979
2980         * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
2981         to be in memory.
2982         * gdb.base/display.c (force_mem): New.
2983         (do_loops): Use it.  Add breakpoint comments.
2984         (do_vars): Add a breakpoint comment.
2985         * gdb.base/display.exp: Use gdb_get_line_number.  Remove hardcoded
2986         line numbers.
2987
2988 2009-11-13  Nathan Froyd  <froydnj@codesourcery.com>
2989
2990         * gdb.base/pending.exp: Use gdb_run_cmd to start the program
2991         instead of a bare "run".
2992
2993 2009-11-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
2994
2995         * gdb.python/py-prettyprint.exp: Adjust.
2996
2997 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
2998
2999         * lib/cell.exp (skip_cell_tests): Clean up test files before
3000         returning.
3001
3002 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
3003
3004         * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
3005         and the breakpoint menu.  Do not call perror if a prompt is seen.
3006         Consume the following GDB prompt.
3007         * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
3008         * gdb.cp/namespace.exp: Use gdb_test.
3009         * gdb.cp/templates.exp: Use gdb_test.
3010         (test_template_breakpoints): Use gdb_test_multiple.
3011
3012 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
3013
3014         * gdb.base/break1.c (struct some_struct, values): Move earlier.
3015         (marker4): Reference values.
3016
3017 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
3018
3019         * gdb.base/macscp.exp: Avoid the first FAIL if macro information
3020         is missing.
3021
3022 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
3023
3024         * gdb.base/break.c (need_malloc): New.
3025         * gdb.base/constvars.c (main): Reference crass and crisp.
3026         * gdb.base/gdb1821.c (main): Reference bar.
3027         * gdb.cp/gdb1355.cc (main): Reference s1.
3028         * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
3029         (main): Call them.
3030         * gdb.cp/hang2.cc (dummy2): Define.
3031         * gdb.cp/hang3.cc (dummy3): Define.
3032         * gdb.cp/m-data.cc (main): Reference shadow.
3033
3034 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
3035             Nathan Froyd  <froydnj@codesourcery.com>
3036
3037         * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
3038         remote host.
3039
3040 2009-11-12  Nathan Froyd  <froydnj@codesourcery.com>
3041
3042         * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
3043         * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
3044         * gdb.dwarf2/dw2-compressed.exp: Likewise.
3045         * gdb.dwarf2/dw2-intercu.exp: Likewise.
3046         * gdb.dwarf2/dw2-intermix.exp: Likewise.
3047         * gdb.dwarf2/dw2-producer.exp: Likewise.
3048         * gdb.dwarf2/mac-fileno.exp: Likewise.
3049         * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
3050         py-prettyprint.py to the remote host.
3051         * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
3052
3053 2009-11-11  Keith Seitz  <keiths@redhat.com>
3054
3055         * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
3056         use it instead of "Foo".
3057         * gdb.cp/classes.exp (do_tests): Add a test to access
3058         a method through a typedef'd class name.
3059
3060 2009-11-11  Nathan Froyd  <froydnj@codesourcery.com>
3061
3062         * gdb.base/long_long.exp: Permit leading zeros on floating-point
3063         exponents.
3064         * gdb.base/pointers.exp: Likewise.
3065         * gdb.cp/ref-types.exp: Likewise.
3066
3067 2009-11-11  Keith Seitz  <keiths@redhat.com>
3068
3069         * gdb.cp/cplusfuncs.cc (class foo): Add operators
3070         new[] and delete[].
3071         * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
3072         "void".
3073         (probe_demangler): Remove all single-quoting of
3074         method and variable names.
3075         (info_func_regexp): Remove the word "void" from any
3076         occurrence of "(void)".
3077         (print_addr_2): Remove all single-quoting of
3078         method names.
3079         (print_addr_2_kfail): Likewise.
3080         (print_addr): Single-quote C function names before
3081         passing to print_addr_2.
3082         (test_paddr_operator_functions): Remove single-quoting
3083         for method names.
3084         Add tests for operator new[] and operator delete[].
3085
3086 2009-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3087
3088         * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
3089
3090 2009-11-09  Keith Seitz  <keiths@redhat.com>
3091
3092         * gdb.cp/overload.exp: Add tests for resolving overloaded
3093         methods in expression parsing/evaluation.
3094
3095 2009-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
3096
3097         * lib/gdb.exp (default_gdb_version): Use --version instead of
3098         --command.
3099
3100 2009-11-10  Nathan Sidwell  <nathan@codesourcery.com>
3101
3102         * lib/gdb.exp (gdb_compile_test): New.
3103         (skip_ada_tests, skip_java_tests): New.
3104         (gdb_compile): Use gdb_compile_test for f77.
3105         * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
3106         * lib/java.exp (compile_java_from_source): Remove runtests check,
3107         use gdb_compile_test to record result.
3108         * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
3109         gdb.ada/exec_changed.exp, gdb.ada/start.exp,
3110         gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
3111         gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
3112         gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
3113         gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
3114         gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
3115         gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
3116         gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
3117         adjust gdb_compile invocations.
3118
3119 2009-11-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3120
3121         * Makefile.in (abs_builddir): New.
3122         (site.exp): New target `$(abs_builddir)/site.exp'.  New comment.
3123         (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
3124         `$(abs_builddir)/site.exp'.
3125
3126 2009-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
3127
3128         * config/m68k-emc.exp, lib/emc-support.exp,
3129         gdb.trace/gdb_c_test.c: Delete.
3130         * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
3131         gdb.trace/collection.exp, gdb.trace/deltrace.exp,
3132         gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
3133         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
3134         gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
3135         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
3136         casing for m68k-*-elf.
3137
3138 2009-11-03  Pedro Alves  <pedro@codesourcery.com>
3139
3140         * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
3141         * gdb.arch/i386-prologue.exp: Likewise.
3142         * gdb.arch/i386-unwind.exp: Likewise.
3143
3144 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
3145
3146         * lib/gdb.exp (gdb_expect): Fix timeout typo.
3147
3148 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
3149
3150         * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
3151
3152 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
3153
3154         * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
3155
3156 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3157
3158         * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
3159
3160 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3161
3162         * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
3163         * gdb.base/sepdebug2.c: New file.
3164
3165 2009-10-31  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3166
3167         * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
3168         the modified warnings for catch syscall.  Verify if GDB was compiled
3169         with support for lib expat, and choose which tests to run depending
3170         on this.
3171
3172 2009-10-30  Vladimir Prus  <vladimir@codesourcery.com>
3173
3174         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
3175         that composite commands are parsed OK. And also test
3176         that breakpoint commands do work.
3177
3178 2009-10-23  Michael Snyder  <msnyder@vmware.com>
3179
3180         gdb.reverse/consecutive-precsave.exp: Change expect pattern
3181         to allow for new disassembly style.
3182
3183 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
3184
3185         * gdb.asm/asm-source.exp: Adjust.
3186
3187 2009-10-22  Michael Snyder  <msnyder@vmware.com>
3188
3189         * gdb.reverse/break-precsave.exp: New test.
3190         * gdb.reverse/consecutive-precsave.exp: Ditto.
3191         * gdb.reverse/finish-precsave.exp: Ditto.
3192         * gdb.reverse/i386-precsave.exp: Ditto.
3193         * gdb.reverse/machinestate-precsave.exp: Ditto.
3194         * gdb.reverse/sigall-precsave.exp: Ditto.
3195         * gdb.reverse/solilb-precsave.exp: Ditto.
3196         * gdb.reverse/step-precsave.exp: Ditto.
3197         * gdb.reverse/until-precsave.exp: Ditto.
3198         * gdb.reverse/watch-precsave.exp: Ditto.
3199
3200 2009-10-22  Michael Snyder  <msnyder@vmware.com>
3201
3202         * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
3203         for gdb_expect.  Adjust one test's expect strings for the new
3204         format of disassemble.
3205         * gdb.reverse/finish-reverse.exp: Delete 'return'.
3206         * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
3207         gdb_test_multiple.
3208         * gdb.reverse/step-reverse.exp: Delete 'return'.
3209         * gdb.reverse/until-reverse.exp: Delete blank lines.
3210         * gdb.reverse/watch-reverse.exp: Delete blank lines.
3211
3212 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
3213
3214         * gdb.base/consecutive.exp: Adjust.
3215         * gdb.base/display.exp: Likewise.
3216         * gdb.base/pc-fp.exp: Likewise.
3217         * gdb.base/sigbpt.exp: Likewise.
3218
3219 2009-10-19  Michael Snyder  <msnyder@vmware.com>
3220
3221         * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
3222         * gdb.reverse/finish-reverse.c: Ditto.
3223         * gdb.reverse/sigall-reverse.c: Ditto.
3224         * gdb.reverse/solib-reverse.c: Ditto.
3225         * gdb.reverse/step-reverse.c: Ditto.
3226         * gdb.reverse/watch-reverse.c: Ditto.
3227
3228 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
3229             Stan Shebs  <stan@codesourcery.com>
3230
3231         * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
3232         * gdb.base/foll-exec.exp: Adjust to expect a process id before
3233         "Executing new program".
3234         * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
3235         * gdb.base/multi-forks.exp: Ditto.  Adjust to the inferior being
3236         left listed after having been killed.
3237         * gdb.base/attach.exp: Adjust to spell out "symbol-file".
3238         * gdb.base/maint.exp: Adjust test.
3239
3240         * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
3241         * gdb.multi/Makefile.in: New.
3242         * gdb.multi/base.exp: New.
3243         * gdb.multi/goodbye.c: New.
3244         * gdb.multi/hangout.c: New.
3245         * gdb.multi/hello.c: New.
3246         * gdb.multi/bkpt-multi-exec.c: New.
3247         * gdb.multi/bkpt-multi-exec.exp: New.
3248         * gdb.multi/crashme.c: New.
3249
3250 2009-10-13  Tristan Gingold  <gingold@adacore.com>
3251
3252         * gdb.base/sepdebug.exp: Check debug info are found.
3253
3254 2009-10-08  Pedro Alves  <pedro@codesourcery.com>
3255
3256         * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
3257         bits.
3258
3259 2009-10-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3260
3261         * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
3262
3263 2009-10-07  Joel Brobecker  <brobecker@adacore.com>
3264
3265         * gdb.base/watchpoints.c: Add copyright header.  Reformat one
3266         of the comments.
3267
3268 2009-10-06  Pierre Muller  <muller@ics.u-strasbg.fr>
3269
3270         * gdb.base/annota1.exp: Remove obsolete match_max increase.
3271         * gdb.base/annota3.exp: Idem.
3272         * gdb.base/maint.exp: Idem.
3273
3274 2009-10-05  Pierre Muller  <muller@ics.u-strasbg.fr>
3275
3276         * lib/gdb.exp (default_gdb_init): Set current value of match_max
3277         to default.
3278
3279 2009-10-02  Pierre Muller  <muller@ics.u-strasbg.fr>
3280
3281         * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
3282         mingw and cygwin targets.
3283
3284 2009-10-02  Pierre Muller  <muller@ics.u-strasbg.fr>
3285             Pedro Alves  <pedro@codesourcery.com>
3286
3287         * lib/gdb.exp (gdb_compile): Avoid adding
3288         gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
3289
3290 2009-10-01  Pierre Muller  <muller@ics.u-strasbg.fr>
3291
3292         * gdb.base/shr1.c: Use %p in format string.
3293         * gdb.base/unload.c: Avoid warning in fprintf.
3294         * gdb.base/watchpoint-solib.c: Idem.
3295
3296 2009-10-01  Pierre Muller  <muller@ics.u-strasbg.fr>
3297
3298         * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
3299         long type.
3300         (test_unlink): Correct printf string.
3301         * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
3302         * gdb.threads/attachstop-mt.c: Add #include <string.h>.
3303
3304 2009-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
3305
3306         * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
3307         * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
3308         * gdb.arch/ia64-breakpoint-shadow.S: New file.
3309
3310 2009-09-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3311
3312         * gdb.objc/basicclass.exp: Disable pending breakpoint query.
3313         * gdb.objc/nondebug.exp: Likewise.
3314
3315 2009-09-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3316
3317         * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
3318         target_info setting.
3319
3320         * gdb.threads/thread-specific.exp (get_thread_list): Support targets
3321         that detect new threads during "info threads".
3322
3323 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3324
3325         * gdb.threads/manythreads.c (main): Increase thread stack size
3326         to 2*PTHREAD_STACK_MIN.
3327         * gdb.threads/multi-create.c (main): Likewise.
3328         (create_function): Likewise.
3329
3330 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3331
3332         * gdb.base/dump.exp: Pass difference of pointer types instead
3333         of integer types as offset to restore in intarr3.srec case.
3334
3335 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3336
3337         * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
3338
3339 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3340
3341         * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
3342
3343 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
3344
3345         New test for two watchpoints, with disabling of
3346         the first inserted.
3347         * testsuite/gdb.base/watchpoints.c: New file.
3348         * testsuite/gdb.base/watchpoints.exp: New file.
3349
3350 2009-09-25  Tom Tromey  <tromey@redhat.com>
3351
3352         * gdb.base/charset.exp: Test utf-16 strings with Python.
3353
3354 2009-09-25  Tom Tromey  <tromey@redhat.com>
3355
3356         * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
3357         UCS-4.
3358         * gdb.base/charset.c (utf_32_string): Rename.
3359         (init_utf32): Rename.
3360         (main): Update.
3361
3362 2009-09-22  Tom Tromey  <tromey@redhat.com>
3363
3364         * gdb.python/py-function.exp: Add regression tests.
3365
3366 2009-09-21  Keith Seitz  <keiths@redhat.com>
3367
3368         * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
3369         with invalid operator.
3370
3371 2009-09-21  Keith Seitz  <keiths@redhat.com>
3372
3373         * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
3374         and destructor using typedef name of class.
3375         * gdb.cp/classes.cc (class Base1): Add a destructor.
3376         (base1): New typedef.
3377         (use_methods): Instanitate an object of type base1.
3378         * gdb.cp/templates.exp (test_template_typedef): New procedure.
3379         (do_tests): Call test_template_typedef.
3380         * gdb.cp/templates.cc (Baz::~Baz): New method.
3381         (intBazOne): New typedef.
3382         (main): Instantiate intBazOne.
3383
3384 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
3385
3386         PR python/10633
3387
3388         * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
3389         Function.
3390         (run_lang_tests): Add print elements test.
3391
3392 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
3393
3394         * gdb.python/py-value.exp (test_subscript_regression): New
3395         function.  Test for invalid subscripts.
3396         * gdb.python/py-value.c (main): Add test array, and pointer to it.
3397         (ptr_ref): New function.
3398
3399 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
3400
3401         * gdb.base/default.exp: Fix "show convenience".
3402
3403 2009-09-15  Tom Tromey  <tromey@redhat.com>
3404
3405         * lib/mi-support.exp (mi_create_varobj): Update.
3406         (mi_create_floating_varobj): Likewise.
3407         (mi_create_dynamic_varobj): New proc.
3408         (mi_varobj_update): Update.
3409         (mi_varobj_update_with_type_change): Likewise.
3410         (mi_varobj_update_kv_helper): New proc.
3411         (mi_varobj_update_dynamic_helper): Rewrite.
3412         (mi_varobj_update_dynamic): New proc.
3413         (mi_list_varobj_children): Update.
3414         (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
3415         * gdb.python/python-prettyprint.py (pp_outer): New class.
3416         (pp_nullstr): Likewise.
3417         (lookup_function): Register new printers.
3418         * gdb.python/python-prettyprint.c (struct substruct): New type.
3419         (struct outerstruct): Likewise.
3420         (substruct_test): New function.
3421         (struct nullstr): New type.
3422         (string_1, string_2): New globals.
3423         (main): Add new tests.
3424         * gdb.python/python-mi.exp: Added regression tests.
3425         * gdb.mi/mi2-var-display.exp: Update.
3426         * gdb.mi/mi2-var-cmd.exp: Update.
3427         * gdb.mi/mi2-var-child.exp: Update.
3428         * gdb.mi/mi2-var-block.exp: Update.
3429         * gdb.mi/mi-var-invalidate.exp: Update.
3430         * gdb.mi/mi-var-display.exp: Update.
3431         * gdb.mi/mi-var-cmd.exp: Update.
3432         * gdb.mi/mi-var-child.exp: Update.
3433         * gdb.mi/mi-var-block.exp: Update.
3434         * gdb.mi/mi-break.exp: Update.
3435         * gdb.mi/gdb701.exp: Update.
3436
3437 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3438
3439         * Makefile.in: Inclusion of catch-syscall object.
3440         * gdb.base/catch-syscall.c: New file.
3441         * gdb.base/catch-syscall.exp: New file.
3442
3443 2009-09-12  Michael Snyder  <msnyder@vmware.com>
3444
3445         * gdb.reverse/step-reverse.exp: Explicitly check for targets
3446         that can support reverse debuggnig.
3447
3448 2009-09-11  Tom Tromey  <tromey@redhat.com>
3449
3450         * gdb.dwarf2/valop.S: New file.
3451         * gdb.dwarf2/valop.exp: New file.
3452
3453 2009-09-11  Mark Kettenis  <kettenis@gnu.org>
3454
3455         * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
3456
3457 2009-09-10  Doug Evans  <dje@google.com>
3458
3459         * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
3460         Add $gdb_prompt to second breakpoint regexp.
3461
3462 2009-09-08  Thiago Jung Bauermann  <thiago.bauermann@gmail.com>
3463
3464         * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
3465         names, add missing ones.
3466         * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
3467         * gdb.python/py-frame.c: Rename from python-frame.c.
3468         * gdb.python/py-frame.exp: Rename from python-frame.exp.  Adjust
3469         testfile name.
3470         * gdb.python/py-function.exp: Rename from python-function.exp.
3471         * gdb.python/py-mi.exp: Rename from python-mi.exp.  Adjust
3472         testfile name.
3473         * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
3474         * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
3475         Adjust testfile name.
3476         * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
3477         * gdb.python/py-template.cc: Rename from python-template.cc.
3478         * gdb.python/py-template.exp: Rename from python-template.exp.
3479         Adjust testfile name.
3480         * gdb.python/py-value.c: Rename from python-value.c.
3481         * gdb.python/py-value.exp: Rename from python-value.exp.  Adjust
3482         testfile name.
3483
3484 2009-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
3485
3486         * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
3487         $bpt2address.
3488         (Second breakpoint address is valid on ia64)
3489         (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
3490
3491 2009-09-03  Joseph Myers  <joseph@codesourcery.com>
3492
3493         * gdb.base/ending-run.exp: Restrict regular expression matching
3494         line number to require closing brace following.
3495
3496 2009-09-03  Doug Evans  <dje@google.com>
3497
3498         * gdb.base/store.exp (check_set): Fix typo in expected value message.
3499
3500 2009-09-02  Tom Tromey  <tromey@redhat.com>
3501
3502         * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
3503
3504 2009-09-02  Tom Tromey  <tromey@redhat.com>
3505
3506         * gdb.dwarf2/callframecfa.exp: New file.
3507         * gdb.dwarf2/callframecfa.S: New file.
3508
3509 2009-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
3510
3511         * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
3512         gdb.base/solib-overlap-main.c: New.
3513
3514 2009-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
3515
3516         PR gdb/10565
3517
3518         * gdb.base/bitfields.c (struct container, container): New.
3519         (main): Initialize it and call break5.
3520         * gdb.base/bitfields.exp (bitfield_at_offset): New test.
3521
3522 2009-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3523
3524         Support constant DW_AT_data_member_location by GCC PR debug/40659.
3525         * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
3526
3527 2009-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3528
3529         * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
3530
3531 2009-08-26  Michael Snyder  <msnyder@vmware.com>
3532
3533         * gdb.base/i386-reverse.c: New file.
3534         * gdb.base/i386-reverse.exp: New file.
3535         * gdb.base/Makefile.in: Add new files to be removed.
3536
3537 2009-08-26  Joseph Myers  <joseph@codesourcery.com>
3538
3539         * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
3540         environment-pwd for remote host.
3541         * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
3542
3543 2009-08-24  Keith Seitz  <keiths@redhat.com>
3544
3545         * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
3546         Add two new C++ completer tests which limit the output to a
3547         given class.
3548
3549 2009-08-24  Michael Snyder  <msnyder@vmware.com>
3550
3551         * gdb.base/del.exp: Fix typo in comment.
3552         * gdb.base/step-bt.exp: Fix cut and paste error in comment.
3553
3554 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3555
3556         * configure: Regenerate.
3557         * gdb.hp/configure: Likewise.
3558         * gdb.hp/gdb.aCC/configure: Likewise.
3559         * gdb.hp/gdb.base-hp/configure: Likewise.
3560         * gdb.hp/gdb.compat/configure: Likewise.
3561         * gdb.hp/gdb.defects/configure: Likewise.
3562         * gdb.hp/gdb.objdbg/configure: Likewise.
3563         * gdb.stabs/configure: Likewise.
3564
3565 2009-08-19  Doug Evans  <dje@google.com>
3566
3567         * gdb.base/gdbvars.c: New file.
3568         * gdb.base/gdbvars.exp: Test convenience vars with program variables.
3569
3570 2009-08-14  Pedro Alves  <pedro@codesourcery.com>
3571
3572         * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
3573         gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
3574
3575 2009-08-13  Pedro Alves  <pedro@codesourcery.com>
3576
3577         * gdb.base/default.exp: Adjust "set language test": it's now an
3578         enum command.  Larger help string moved to "help set language".
3579         * gdb.base/help.exp: Adjust "help set language" expected output,
3580         now lists all known languages.
3581
3582 2009-08-11  Nathan Froyd  <froydnj@codesourcery.com>
3583
3584         * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
3585         all frame arguments.
3586         * gdb.arch/altivec-regs.exp: Likewise.
3587
3588 2009-08-07  Tom Tromey  <tromey@redhat.com>
3589
3590         * gdb.base/setshow.exp: Add tests for changes to set language, set
3591         check range, and set check type.
3592
3593 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
3594
3595         * lib/mi-support.exp (mi_list_breakpoints): Make it work.
3596         * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
3597         Call it.
3598
3599 2009-07-31  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3600
3601         * configure.ac: Run gdb.cell tests when appropriate.
3602         * configure: Regenerate.
3603         * lib/cell.exp: New file.
3604         * gdb.cell: New directory.
3605         * gdb.cell/configure.ac: New file.
3606         * gdb.cell/configure: New file.
3607         * gdb.cell/Makefile.in: New file.
3608         * gdb.cell/arch.exp: New file.
3609         * gdb.cell/break.c: New file.
3610         * gdb.cell/break.exp: New file.
3611         * gdb.cell/break-spu.c: New file.
3612         * gdb.cell/bt.c: New file.
3613         * gdb.cell/bt2-spu.c: New file.
3614         * gdb.cell/bt-spu.c: New file.
3615         * gdb.cell/bt.exp: New file.
3616         * gdb.cell/coremaker.c: New file.
3617         * gdb.cell/coremaker-spu.c: New file.
3618         * gdb.cell/core.exp: New file.
3619         * gdb.cell/gcore.exp: New file.
3620         * gdb.cell/data.c: New file.
3621         * gdb.cell/data.exp: New file.
3622         * gdb.cell/data-spu.c: New file.
3623         * gdb.cell/ea-cache.exp: New file.
3624         * gdb.cell/ea-cache.c: New file.
3625         * gdb.cell/ea-cache-spu.c: New file.
3626         * gdb.cell/ea-standalone.c: New file.
3627         * gdb.cell/ea-standalone.exp: New file.
3628         * gdb.cell/ea-test.c: New file.
3629         * gdb.cell/ea-test.exp: New file.
3630         * gdb.cell/f-regs.exp: New file.
3631         * gdb.cell/mem-access.c: New file.
3632         * gdb.cell/mem-access.exp: New file.
3633         * gdb.cell/mem-access-spu.c: New file.
3634         * gdb.cell/ptype.exp: New file.
3635         * gdb.cell/registers.exp: New file.
3636         * gdb.cell/size.c: New file.
3637         * gdb.cell/sizeof.exp: New file.
3638         * gdb.cell/size-spu.c: New file.
3639         * gdb.cell/solib.exp: New file.
3640         * gdb.cell/solib-symbol.exp: New file.
3641
3642 2009-07-31  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3643
3644         * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
3645
3646 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
3647
3648         * gdb.base/float.exp: Handle VFP registers.
3649
3650 2009-07-14  Michael Snyder  <msnyder@vmware.com>
3651
3652         * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
3653         to bring gdb to the beginning of the calling line.
3654
3655         * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
3656         confusing the i386 epilogue unwinder.
3657
3658 2009-07-14  Stan Shebs  <stan@codesourcery.com>
3659
3660         * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
3661
3662 2009-07-14  Michael Snyder  <msnyder@vmware.com>
3663
3664         * gdb.reverse/step-reverse.exp (stepi into function call):
3665         Call instruction may not be first instruction in the line.
3666         (reverse stepi from a function call): Used wrong line number.
3667
3668 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3669
3670         * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
3671
3672 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3673
3674         Fix gdb.base/macscp.exp when using custom inputrc.
3675         * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
3676         * gdb.base/readline.exp: Remove env(INPUTRC) set and restore.  Remove
3677         env(TERM) set.
3678         * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
3679         * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
3680
3681 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3682
3683         Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
3684         * gdb.base/annota1.exp (thread_test): Import global $testfile.
3685         Change the compilation target to match the testcase name.
3686         * gdb.base/sect-cmd.exp: Change the compilation target to match the
3687         testcase name.
3688         * a2-run.exp: Use for setup prepare_for_testing.  Change the
3689         compilation target to match the testcase name.
3690         * gdb.base/commands.exp: Likewise.
3691         * gdb.base/finish.exp: Likewise.
3692         * gdb.base/float.exp: Likewise.
3693         * gdb.base/info-target.exp: Likewise.
3694         * gdb.base/relational.exp: Likewise.
3695         * gdb.base/term.exp: Likewise.
3696         * gdb.base/until.exp: Likewise.
3697         * gdb.base/volatile.exp: Likewise.
3698         * gdb.base/whatis-exp.exp: Likewise.
3699
3700 2009-07-11  Hui Zhu  <teawater@gmail.com>
3701
3702         * gdb.base/help.exp (disassemble): Update expected help text.
3703
3704 2009-07-09  Tom Tromey  <tromey@redhat.com>
3705
3706         * lib/gdb.exp: Handle TRANSCRIPT.
3707         (remote_spawn, remote_close, send_gdb): New procs.
3708
3709 2009-07-10 Phil Muldoon  <pmuldoon@redhat.com>
3710
3711         * gdb.python/python-prettyprint.c: Add counted null string
3712         structure.
3713         * gdb.python/python-prettyprint.exp: Print null string. Test for
3714         embedded nulls.
3715         * gdb.python/python-prettyprint.py (pp_ns): New Function.
3716         * gdb.python/python-value.exp (test_value_in_inferior): Add
3717         variable length string fetch tests.
3718         * gdb.python/python-value.c (main): Add strings for string fetch tests.
3719
3720 2009-07-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3721
3722         * gdb.base/dump.exp (inaccessible memory is reported): New test.
3723
3724 2009-07-07  Tom Tromey  <tromey@redhat.com>
3725
3726         * gdb.base/call-rt-st.exp: Update for change to escape output.
3727         * gdb.base/callfuncs.exp: Likewise.
3728         * gdb.base/charset.exp: Likewise.
3729         * gdb.base/constvars.exp: Likewise.
3730         * gdb.base/long_long.exp: Likewise.
3731         * gdb.base/pointers.exp: Likewise.
3732         * gdb.base/printcmds.exp: Likewise.
3733         * gdb.base/setvar.exp: Likewise.
3734         * gdb.base/store.exp: Likewise.
3735         * gdb.cp/ref-types.exp: Likewise.
3736         * gdb.mi/mi-var-child.exp: Likewise.
3737         * gdb.mi/mi-var-display.exp: Likewise.
3738         * gdb.mi/mi2-var-display.exp: Likewise.
3739         * gdb.base/charset.exp: Test octal escape sequence length.
3740         Update for change to escape output.
3741
3742 2009-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3743
3744         * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
3745
3746 2009-07-06  Daniel Jacobowitz  <dan@codesourcery.com>
3747
3748         * lib/java.exp (java_init): Ignore $GCJ if it is empty.
3749
3750 2009-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3751
3752         * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
3753         gdbserver increasing $portnum if "Can't bind address" has been seen.
3754
3755 2009-07-05  Pedro Alves  <pedro@codesourcery.com>
3756
3757         * gdb.base/ending-run.exp: Add "step out of main" pattern for
3758         mingw32ce.
3759
3760 2009-07-05  Pedro Alves  <pedro@codesourcery.com>
3761
3762         * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
3763         VFP format.
3764
3765 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
3766
3767         * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
3768         linux.  Adjust to use "inferior", "info inferiors", "detach
3769         inferior" and "kill inferior" instead of "restart", "info fork",
3770         "detach fork" and "delete fork".
3771         * gdb.base/ending-run.exp: Spell out "info".
3772         * gdb.base/help.exp: Adjust to use test_prefix_command_help for
3773         the "kill" command.
3774
3775 2009-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3776
3777         * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
3778         change to prefix TLS offset in hex with 0x.
3779
3780 2009-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3781
3782         * gdb.base/default.exp: Update test case for "x" changes.
3783
3784 2009-07-01  Tristan Gingold  <gingold@adacore.com>
3785
3786         * gdb.base/bigcore.exp: Make darwin untested.
3787
3788 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3789
3790         * gdb.base/completion.exp (directory completion): Create the directory.
3791         New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
3792         escapeuniquesub.
3793         (directory completion 2): Expect now ${escapeuniquesub}.
3794         (Glob remaining of directory test): Remove one excessive newline.
3795         Expect the real output.
3796
3797 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3798
3799         Fix `make check//%' target after `make check' has been ran.
3800         * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency.  Add
3801         a mkdir call.
3802         (check-gdb.base%): Remove the gdb.base%/.dir dependency.
3803         (%/.dir): Remove.
3804
3805 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3806
3807         * lib/mi-support.exp (mi_check_thread_states): Permit any output before
3808         the expected result record.
3809
3810 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3811
3812         Remove racy FAILs relying just on the timeouts.
3813         * gdb.base/setshow.exp (set annotate 2, show annotate (2))
3814         (annotation_level 2): Remove racy FAILs.
3815
3816 2009-06-30  Paul Pluzhnikov  <ppluzhnikov@google.com>
3817
3818         gdb/10275
3819         * gdb.dwarf2/dw2-restore.{S,exp}: New test.
3820
3821 2009-06-30  Daniel Jacobowitz  <dan@codesourcery.com>
3822
3823         * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
3824
3825 2009-06-30  Vladimir Prus  <vladimir@codesourcery.com>
3826
3827         * gdb.mi/mi-stack.exp: Testing symbolic options
3828         to -stack-list-locals and -stack-list-arguments.
3829
3830 2009-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
3831
3832         * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
3833
3834 2009-06-29  Tom Tromey  <tromey@redhat.com>
3835
3836         * dg-extract-results.sh: New file.
3837         * Makefile.in (FORCE_PARALLEL): New variable.
3838         (CHECK_TARGET): New conditional variable.
3839         (check): Use CHECK_TARGET.
3840         (DO_RUNTEST): New variable.
3841         (check-single): New target.
3842         (TEST_DIRS): New variable.
3843         (TEST_TARGETS): Likewise.
3844         (check-parallel): New target.
3845         (check-gdb.%): New pattern.
3846         (BASE1_FILES): New variable.
3847         (BASE2_FILES): Likewise.
3848         (check-gdb.base%): New pattern.
3849         (%/.dir): New pattern.
3850         * configure: Rebuild.
3851         * aclocal.m4 (AM_CONDITIONAL): New defun.
3852         * configure.ac: Check whether user is using GNU make.
3853         (GMAKE): New conditional.
3854
3855 2009-06-29  Sami Wagiaalla  <swagiaal@redhat.com>
3856
3857         * gdb.cp/namespace-nested-import.cc: New test.
3858         * gdb.cp/namespace-nested-import.exp: New test.
3859
3860 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
3861
3862         * gdb.base/break.exp: Add an XFAIL for gcc/36748.
3863         * gdb.cp/annota2.exp: Accept frames-invalid in more places.
3864         * gdb.opt/Makefile.in (EXECUTABLES): Update.
3865         * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
3866         * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
3867         gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
3868         gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
3869         gdb.opt/inline-markers.c: New files.
3870         * lib/gdb.exp (skip_inline_frame_tests): New function.
3871         (skip_inline_var_tests): New function.
3872
3873 2009-06-27  Andreas Schwab  <schwab@linux-m68k.org>
3874
3875         * gdb.cp/exception.exp: Don't require $hex before inner frame in
3876         backtrace.
3877
3878 2009-06-27  Michael Snyder  <msnyder@vmware.com>
3879
3880         * gdb.reverse: New directory.
3881         * gdb.reverse/break-reverse.c: New test.
3882         * gdb.reverse/break-reverse.exp: New test.
3883         * gdb.reverse/consecutive-reverse.c: New test.
3884         * gdb.reverse/consecutive-reverse.exp: New test.
3885         * gdb.reverse/finish-reverse.c: New test.
3886         * gdb.reverse/finish-reverse.exp: New test.
3887         * gdb.reverse/machinestate.c: New test.
3888         * gdb.reverse/ms1.c: New test.
3889         * gdb.reverse/machinestate.exp: New test.
3890         * gdb.reverse/Makefile.in: New file.
3891         * gdb.reverse/shr2.c: New test.
3892         * gdb.reverse/solib-reverse.c: New test.
3893         * gdb.reverse/solib-reverse.exp: New test.
3894         * gdb.reverse/step-reverse.c: New test.
3895         * gdb.reverse/step-reverse.exp: New test.
3896         * gdb.reverse/until-reverse.c: New test.
3897         * gdb.reverse/ur1.c: New test.
3898         * gdb.reverse/until-reverse.exp: New test.
3899         * gdb.reverse/watch-reverse.c: New test.
3900         * gdb.reverse/watch-reverse.exp: New test.
3901         * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
3902         * configure: Regenerate.
3903
3904 2009-06-26  Doug Evans  <dje@google.com>
3905
3906         * gdb.base/psymtab.exp: Turn off pending breakpoints.
3907
3908 2009-06-26  Pierre Muller  <muller@ics.u-strasbg.fr>
3909
3910         * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
3911         windows problem for 'file delete $binfile'.
3912
3913 2009-06-23  Sami Wagiaalla  <swagiaal@redhat.com>
3914
3915         * gdb.cp/namespace-using.exp: New test.
3916         * gdb.cp/namespace-using.cc: New test.
3917
3918 2009-05-20  Joel Brobecker  <brobecker@adacore.com>
3919
3920         * gdb.ada/variant_record_packed_array: New testcase.
3921
3922 2009-06-23  Tom Tromey  <tromey@redhat.com>
3923
3924         * gdb.base/charset.exp (test_combination): Regression test.
3925         * gdb.base/charset.c (my_wchar_t): New typedef.
3926         (myvar): New global.
3927         (main): Set myvar.
3928
3929 2009-06-18  Pierre Muller  <muller@ics.u-strasbg.fr>
3930
3931         * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
3932         target.
3933
3934 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3935
3936         * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
3937
3938 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3939
3940         * gdb.mi/gdb680.exp: Update test for error message.
3941
3942 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3943
3944         * gdb.base/annota1.exp: Allow multiple occurrences of the
3945         frames-invalid annotation.
3946         * gdb.cp/annota2.exp: Likewise.
3947
3948 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
3949
3950         * gdb.cp/gdb2495.cc: New file.
3951         * gdb.cp/gdb2495.exp: New file.
3952
3953 2009-06-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3954
3955         Report error on GDB crash during runto.
3956         * lib/gdb.exp (runto <eof>): New.
3957
3958 2009-06-09  Daniel Jacobowitz  <dan@codesourcery.com>
3959
3960         * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
3961         gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
3962         gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
3963         gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
3964         gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
3965         gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
3966         gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
3967         gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
3968         gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
3969         gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
3970         gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
3971         gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
3972         gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
3973         gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
3974         gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
3975         gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
3976         gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
3977         gdb.server/server-mon.exp, gdb.server/server-run.exp,
3978         gdb.trace/actions.exp, gdb.trace/backtrace.exp,
3979         gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
3980         gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
3981         gdb.trace/passcount.exp, gdb.trace/report.exp,
3982         gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
3983         gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
3984         gdb.trace/while-stepping.exp: Use a unique name for the compiled
3985         executable.
3986
3987 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
3988
3989         * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
3990         defined before referencing it.
3991
3992 2009-06-03  Doug Evans  <dje@google.com>
3993
3994         * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
3995         * gdb.arch/i386-see.c: Ditto.
3996
3997 2009-05-30  Pierre Muller  <muller@ics.u-strasbg.fr>
3998
3999         * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
4000         (check_macro): Return 1 if undefined.
4001         If first test fails, check if macro debug information is available,
4002         and report unsupported test if no macro information is found.
4003
4004 2009-05-29  Doug Evans  <dje@google.com>
4005
4006         * gdb.threads/hand-call-in-threads.exp: New.
4007         * gdb.threads/hand-call-in-threads.c: New.
4008
4009 2009-05-29  Michael Snyder  <msnyder@vmware.com>
4010
4011         * gdb.base/break-always.exp: Change "1" to "on".
4012         Add confirmation check.
4013
4014 2009-05-28  Pedro Alves  <pedro@codesourcery.com>
4015
4016         * gdb.threads/threxit-hop-specific.c: New.
4017         * gdb.threads/threxit-hop-specific.exp: New.
4018         * gdb.threads/thread-execl.c: New.
4019         * gdb.threads/thread-execl.exp: New.
4020
4021 2009-05-27  Tom Tromey  <tromey@redhat.com>
4022             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4023
4024         * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
4025         (mi_child_regexp): Likewise.
4026         (mi_list_varobj_children_range): Likewise.
4027         (mi_get_features): Likewise.
4028         (mi_list_varobj_children): Rewrite.
4029         * gdb.python/python-mi.exp: New file.
4030
4031 2009-05-27  Tom Tromey  <tromey@redhat.com>
4032             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4033             Phil Muldoon  <pmuldoon@redhat.com>
4034             Paul Pluzhnikov  <ppluzhnikov@google.com>
4035
4036         * gdb.python/python-prettyprint.exp: New file.
4037         * gdb.python/python-prettyprint.c: New file.
4038         * gdb.python/python-prettyprint.py: New file.
4039         * gdb.base/display.exp: print/r is now valid.
4040
4041 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4042             Tom Tromey  <tromey@redhat.com>
4043             Pedro Alves  <pedro@codesourcery.com>
4044             Paul Pluzhnikov  <ppluzhnikov@google.com>
4045
4046         * gdb.python/python-template.exp: New file.
4047         * gdb.python/python-template.cc: New file.
4048         * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
4049         tests.
4050         * gdb.python/python-value.exp (py_objfile_tests): New proc.
4051         Call it.
4052         (test_value_after_death): New proc.
4053         * gdb.python/python-value.c (PTR): New typedef.
4054         (main): New variable 'x'.
4055
4056 2009-05-27  Tom Tromey  <tromey@redhat.com>
4057
4058         * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
4059         tests.
4060         * gdb.python/python-value.exp (py_objfile_tests): New proc.
4061         Call it.
4062
4063 2009-05-27  Pedro Alves  <pedro@codesourcery.com>
4064
4065         * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
4066
4067 2009-05-24  Pedro Alves  <pedro@codesourcery.com>
4068
4069         * gdb.threads/fork-thread-pending.c: New.
4070         * gdb.threads/fork-thread-pending.exp: New.
4071
4072 2009-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4073
4074         * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
4075         * gdb.dwarf2/dw2-strp.S (a_string2): New.
4076
4077 2009-05-18  Jon Beniston  <jon@beniston.com>
4078
4079         * gdb.asm/asm-source.exp: Add lm32 target.
4080
4081 2009-05-17  Pedro Alves  <pedro@codesourcery.com>
4082
4083         * gdb.base/foll-fork.c: Include stdlib.h.  Add markers for
4084         `gdb_get_line_number'.  Call `callee' in both parent and child.
4085         * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
4086         `gdb_get_line_number' instead of hardcoding line numbers.
4087         (catch_fork_unpatch_child): New procedure to test detaching
4088         breakpoints from child fork.
4089         (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
4090         hardcoding line numbers.
4091         (do_fork_tests): Run `catch_fork_unpatch_child'.
4092
4093 2009-05-17  Vladimir Prus  <vladimir@codesourcery.com>
4094
4095         * gdb.mi/mi-cmd-var.exp: Check that when varobj
4096         of structure type enters or leaves the scope, it
4097         is reported by -var-update.
4098
4099 2009-05-11  Doug Evans  <dje@sebabeach.org>
4100
4101         * gdb.mi/nsintrall.c (main): Fix off-by-one error.
4102         * gdb.threads/pending-step.c (main): Fix off-by-one error. 
4103         * gdb.threads/schedlock.c (main): Fix off-by-one error.
4104
4105 2009-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4106
4107         * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
4108
4109 2009-04-30  Doug Evans  <dje@google.com>
4110
4111         * gdb.threads/watchthreads2.exp: New testcase.
4112         * gdb.threads/watchthreads2.c: New testcase.
4113
4114 2009-04-29  Doug Evans  <dje@google.com>
4115
4116         * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
4117         * gdb.cp/mb-ctor.cc: Ditto.
4118         * gdb.cp/mb-inline.exp: Add multi-line source statement test.
4119         * gdb.cp/mb-inline.h (multi_line_foo): New function.
4120         * gdb.cp/mb-inline1.cc: Call it.
4121         * gdb.cp/mb-inline2.cc: Ditto.
4122         * gdb.cp/mb-templates.exp: Add multi-line source statement test.
4123         * gdb.cp/mb-templates.cc (multi_line_foo): New template.
4124
4125 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
4126
4127         * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
4128         (info_macro): Remova `decimal' declaration.  New variable `nonzero'.
4129         Replace all uses of `decimal' by `nonzero'.
4130         (info macro FROM_COMMANDLINE): New test.
4131
4132 2009-04-27  Tom Tromey  <tromey@redhat.com>
4133
4134         * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
4135
4136 2009-04-27  Doug Evans  <dje@google.com>
4137
4138         * gdb.threads/watchthreads.c (main): Initialize args before starting
4139         the threads.  Plus formatting cleanup.
4140         * gdb.threads/watchthreads.exp: Avoid errant failures due to
4141         biased scheduling of one thread.
4142
4143 2009-04-27  Jerome Guitton  <guitton@adacore.com>
4144
4145         * gdb.cp/templates.cc (GetMax): New template.
4146         (main): Declare two instances of GetMax.
4147         * gdb.cp/templates.exp: Add new test.
4148
4149 2009-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
4150
4151         * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
4152
4153 2009-04-22  Joseph Myers  <joseph@codesourcery.com>
4154
4155         * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
4156
4157 2009-04-15  Tom Tromey  <tromey@redhat.com>
4158
4159         * gdb.base/charset.exp: Add regression test.
4160
4161 2009-04-14  Joel Brobecker  <brobecker@adacore.com>
4162
4163         * gdb.base/exe-lock.exp: New testcase.
4164
4165 2009-04-13  Tom Tromey  <tromey@redhat.com>
4166
4167         * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
4168         operator on Frame.
4169
4170 2009-04-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4171
4172         * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
4173         * gdb.server/ext-attach.exp: Likewise.
4174
4175 2009-04-03  Vladimir Prus  <vladimir@codesourcery.com>
4176
4177         Eliminate some sleep usage.
4178
4179         * gdb.mi/basics.c (do_nothing): New.
4180         (main): Use do_nothing instead of printf, so that
4181         not to introduce race condition between output of
4182         inferiour and output of gdb. Do not use sleep as it
4183         is not generally available on embedded targets.
4184
4185 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
4186
4187         * gdb.server/ext-attach.exp: Expect an optional process id after
4188         "Detached from remote process".
4189
4190 2009-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4191
4192         * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
4193         gdb.dwarf2/dw2-unresolved.exp: New.
4194
4195 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
4196
4197         * gdb.mi/mi-nonstop-exit.exp: Don't check isnative.  Use
4198         mi_run_to_main.
4199
4200 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
4201
4202         * gdb.mi/mi-nonstop.exp: Don't check isnative.  Use
4203         mi_run_to_main.  Skip thread exit test on remote targets.
4204         * gdb.mi/mi-nsintrall.exp: Don't check isnative.  Use
4205         mi_run_to_main.
4206         * gdb.mi/mi-nsmoribund.exp: Don't check isnative.  Use
4207         mi_run_to_main.
4208         * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
4209         when expecting ^connected.  Detect when the target doesn't support
4210         non-stop mode.
4211         (mi_run_cmd): Detect if non-stop mode was requested by isn't
4212         supported.  Return -1 on error, 0 on success.
4213         (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
4214         (mi_runto): Return mi_runto_helper's result explicitly.
4215
4216 2009-04-01  Pedro Alves  <pedro@codesourcery.com>
4217
4218         * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
4219
4220 2009-04-01  Tom Tromey  <tromey@redhat.com>
4221
4222         * gdb.base/funcargs.exp: Set print frame-arguments to "all".
4223         * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
4224         * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
4225         * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
4226
4227 2009-03-31  Daniel Jacobowitz  <dan@codesourcery.com>
4228             Jan Kratochvil  <jan.kratochvil@redhat.com>
4229
4230         PR gdb/931
4231         * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
4232         output.
4233         * gdb.cp/templates.exp: Allow canonical output.  Remove KFAILs
4234         for gdb/931.
4235         * dw2-strp.S (DW_AT_language): Change to C++.
4236         (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
4237
4238 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
4239
4240         * gdb.ada/tasks: New testcase.
4241
4242 2009-03-30  Stan Shebs  <stan@codesourcery.com>
4243
4244         * gdb.trace/actions.exp: Update to match new info trace format.
4245         * gdb.trace/deltrace.exp: Ditto.
4246         * gdb.trace/infotrace.exp: Ditto.
4247         * gdb.trace/passcount.exp: Ditto.
4248         * gdb.trace/save-trace.exp: Ditto.
4249         * gdb.trace/while-stepping.exp: Ditto.
4250         * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
4251
4252 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4253
4254         * gdb.python/python-frame.c: New file.
4255         * gdb.python/python-frame.exp: New file.
4256
4257 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4258
4259         * gdb.python/python-value.exp: Add tests for the address
4260         attribute.
4261
4262 2009-03-29  Andreas Schwab  <schwab@linux-m68k.org>
4263
4264         * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
4265
4266 2009-03-26  Doug Evans  <dje@google.com>
4267
4268         * gdb.mi/mi-nonstop-exit.exp: New file.
4269         * gdb.mi/non-stop-exit.c: New file.
4270
4271 2009-03-26  Tom Tromey  <tromey@redhat.com>
4272
4273         Update for change to prologue skipping:
4274         * gdb.mi/mi2-simplerun.exp: Update.
4275         * gdb.mi/mi2-break.exp: Update.
4276         * gdb.mi/mi-simplerun.exp: Update.
4277         * gdb.mi/mi-break.exp: Update.
4278         * gdb.base/ending-run.exp: Update.
4279
4280 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4281
4282         * gdb.python/python-value.exp (test_value_in_inferior): Test
4283         gdb.Value.is_optimized_out attribute.
4284
4285 2009-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4286
4287         * gdb.dwarf2/dw2-noloc-main.c: New file.
4288         * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
4289         (.text): Remove.
4290         (.data): New.
4291         (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
4292         (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
4293         (DW_TAG_subprogram func_cu1, noloc): Remove.
4294         (main): New.
4295         * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
4296         `dw2-noloc-main.c'.  Test the new DIEs from `dw2-noloc.S'.
4297         (file_symbols): New procedure.
4298
4299 2009-03-25  Tom Tromey  <tromey@redhat.com>
4300
4301         * gdb.base/charset.exp (valid_target_charset): New proc.
4302         Use it to skip tests on invalid charsets.
4303
4304 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
4305
4306         * gdb.base/completion.exp: Add a test for directory completion.
4307
4308 2009-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4309
4310         Fix a racy FAIL.
4311         * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
4312         * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
4313
4314 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4315
4316         * gdb.python/python-cmd.exp: Add tests for keyword arguments.
4317         * gdb.python/python-function.exp: Add test for function returning
4318         a GDB value.
4319
4320 2009-03-20  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4321
4322         * gdb.python/python-function.exp: New file.
4323
4324 2009-03-20  Tom Tromey  <tromey@redhat.com>
4325
4326         * gdb.base/store.exp: Update for change to escape output.
4327         * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
4328         to escape output.
4329         * gdb.base/pointers.exp: Update for change to escape output.
4330         * gdb.base/long_long.exp (gdb_test_long_long): Update for change
4331         to escape output.
4332         * gdb.base/constvars.exp (do_constvar_tests): Update for change to
4333         escape output.
4334         * gdb.base/call-rt-st.exp (print_struct_call): Update for change
4335         to escape output.
4336         * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
4337         escape output.
4338         * gdb.base/setvar.exp: Update for change to escape output.
4339         * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
4340         * gdb.base/printcmds.exp (test_print_all_chars): Update for change
4341         to escape output.
4342         (test_print_string_constants): Likewise.
4343         * gdb.base/charset.exp (valid_host_charset): Check size of
4344         wchar_t.  Handle UCS-2 and UCS-4.  Add tests for wide and unicode
4345         cases.  Handle "auto"-related output.
4346         * gdb.base/charset.c (char16_t, char32_t): New typedefs.
4347         (uvar, Uvar): New globals.
4348
4349 2009-03-19  Jerome Guitton  <guitton@adacore.com>
4350
4351         * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
4352         deltas.
4353         * gdb.ada/fixed_points.exp: Ditto.
4354
4355 2009-03-18  Pedro Alves  <pedro@codesourcery.com>
4356
4357         * return-nodebug.c: Don't include stdio.h.
4358         (init): Delete.
4359         (func): Delete definition and provide extern declaration.
4360         (t): New.
4361         (main): Don't call printf.  Call func and store its result in t.
4362         * return-nodebug1.c: New.
4363         * return-nodebug.exp: Don't expect stdio output.  Instead, print
4364         the global variable t.  Drop printf formatters and cast types from
4365         foreach loop.  Don't use prepare_for_testing.  Compile
4366         return-nodebug.c and return-nodebug1.c in separate steps.  Don't
4367         define FORMAT or CAST.
4368
4369 2009-03-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
4370
4371         * gdb.base/solib-display.exp: Disable test for remote targers.
4372
4373 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4374
4375         * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
4376
4377 2009-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
4378
4379         Fix a racy FAIL.
4380         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
4381         code from `follow parent, print pids'.
4382         (`follow child, print pids', `follow parent, print pids'): Call it.
4383         Replace `gdb_test "break..."' by gdb_breakpoint.
4384
4385 2009-03-13  Vladimir Prus  <vladimir@codesourcery.com>
4386
4387         * gdb.mi/mi-cli.exp: Adjust for output difference in
4388         sync and async modes.
4389
4390 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
4391
4392         * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
4393         that was checked in by mistake. Remove loading of ada.exp, since
4394         this is not necessary in this case.
4395
4396 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
4397
4398         * gdb.ada/ptype_arith_binop.exp: New testcase.
4399
4400 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
4401
4402         * gdb.ada/mod_from_name: New testcase.
4403
4404 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
4405
4406         * gdb.ada/tick_last_segv: New testcase.
4407
4408 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
4409
4410         * gdb.mi/mi-cli.exp: Remove debug print.
4411
4412 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
4413
4414         * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
4415         include the token in ^running and frame info in *stopped.
4416
4417 2009-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
4418
4419         * solib-display.exp: New file.
4420         * solib-display-main.c: New file.
4421         * solib-display-lib.c: New file.
4422
4423 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
4424
4425         * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
4426
4427 2009-02-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4428
4429         * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
4430         (list_and_check_macro): Use more specific test name.
4431         (next to definition): Make the test names unique.
4432
4433 2009-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
4434
4435         * gdb.pascal/floats.exp: Accept approximate results everywhere.
4436
4437 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
4438
4439         * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
4440         notifications.
4441         * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
4442         * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
4443         * lib/mi-support.exp (library_loaded_re): New.
4444         (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
4445
4446 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
4447
4448         * gdb.gdb/observer.exp: Use test_notification observer, not
4449         normal_stop, everywhere.
4450         (test_normal_stop_notifications): Rename to...
4451         (test_notifications): ...this.
4452         (test_observer_normal_stop): Rename to...
4453         (test_observer): ...this.
4454
4455 2009-02-16  Doug Evans  <dje@google.com>
4456
4457         * gdb.arch/amd64-disp-step.S (test_int3): New test.
4458         * gdb.arch/amd64-disp-step.exp (test_int3): New test.
4459         * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
4460         (test_prefixed_syscall,test_int3): New tests.
4461         * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
4462         (test_prefixed_syscall,test_int3): New tests.
4463
4464 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
4465
4466         * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
4467         (mi_expect_interrupt): Likewise.
4468         * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
4469         response.
4470
4471 2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
4472
4473         * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
4474         * gdb.base/pc-fp.exp (get_valueofx): Remove.
4475         Replace calls to get_valueofx by get_hexadecimal_valueof.
4476
4477 2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
4478
4479         * lib/gdb.exp (get_valueof): Accept anything as a return value.
4480         (get_integer_valueof): New procedure.
4481         (get_sizeof): Use new get_integer_value_of.
4482         * gdb.base/sizeof.exp: Replace all uses of get_valueof
4483         by get_integer_valueof.
4484
4485 2009-02-13  Tom Tromey  <tromey@redhat.com>
4486
4487         * gdb.base/remote.exp (get_sizeof): Remove.
4488         * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
4489         * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
4490         * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
4491         * lib/gdb.exp (get_valueof): Move from long_long.exp.
4492         (get_sizeof): Likewise.
4493
4494 2009-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4495
4496         PR fortran/9806
4497         * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
4498
4499 2009-02-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
4500
4501         * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
4502
4503 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
4504
4505         * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
4506
4507 2009-02-06  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4508
4509         * gdb.python/python-cmd.exp: New file.
4510
4511 2009-02-06  Tristan Gingold  <gingold@adacore.com>
4512
4513         * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
4514
4515 2009-02-05  Tristan Gingold  <gingold@adacore.com>
4516
4517         * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
4518         pointer is dereferenced and use this signal name in regexp.
4519         * gdb.base/signull.exp: Ditto.
4520         * gdb.base/sigbpt.c (main): Catch SIGBUS too.
4521         * gdb.base/signull.c (main): Ditto.
4522
4523 2009-02-04  Tom Tromey  <tromey@redhat.com>
4524             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4525
4526         * gdb.python/python-value.exp: Use `gdb.history' instead of
4527         `gdb.value_from_history'.
4528         (test_value_numeric_ops): Add test for conversion of enum constant.
4529         * gdb.python/python-value.c (enum e): New type.
4530         (evalue): New global.
4531         (main): Use argv.
4532
4533 2009-02-04  Jerome Guitton  <guitton@adacore.com>
4534
4535         * gdb.ada/uninitialized_vars: New test program.
4536         * gdb.ada/uninitialized_vars.exp: New testcase.
4537
4538 2009-02-02  Tom Tromey  <tromey@redhat.com>
4539
4540         * gdb.cp/cpcompletion.exp: Name the test "pr9594".
4541         * gdb.cp/pr2489.cc: Rename...
4542         * gdb.cp/pr9594.cc: ... to this.
4543
4544 2009-02-02  Tom Tromey  <tromey@redhat.com>
4545
4546         * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
4547         * gdb.cp/pr2489.cc: New file.
4548         * gdb.cp/cpcompletion.exp: New file.
4549
4550 2009-02-02  Tom Tromey  <tromey@redhat.com>
4551
4552         PR exp/9059:
4553         * gdb.cp/call-c.exp: Add regression test.
4554         * gdb.cp/call-c.cc (FooHandle): New typedef.
4555         (main): New variable 'handle'.
4556
4557 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
4558
4559         * lib/mi-support.exp (et_mi_thread_list)
4560         (check_mi_and_console_threads): Adjust for current thread in
4561         -thread-list-ids output.
4562
4563 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
4564
4565         * gdb.mi/mi-break.exp (test_disabled_creation): New.
4566         Call it.
4567
4568 2009-01-28  Doug Evans  <dje@google.com>
4569
4570         * gdb.arch/amd64-disp-step.S: New file.
4571         * gdb.arch/amd64-disp-step.exp: New file.
4572         * gdb.arch/i386-disp-step.S: New file.
4573         * gdb.arch/i386-disp-step.exp: New file.
4574
4575 2009-01-27  Pierre Muller  <muller@ics.u-strasbg.fr>
4576
4577         * gdb.base/find.exp: Set newline variable
4578         using quotes instead of braces to fix cygwin failures.
4579
4580 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
4581
4582         * gdb.base/radix.exp: Add tests to ensure that that set
4583         input-radix 0 and set output-radix 0 are really rejected.
4584
4585 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
4586
4587         * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
4588         copyright years.
4589
4590 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
4591
4592         PR gdb/9664:
4593         * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
4594
4595 2009-01-22  Pedro Alves  <pedro@codesourcery.com>
4596
4597         PR c++/9631:
4598         * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
4599
4600 2009-01-22  Pierre Muller  <muller@ics.u-strasbg.fr>
4601
4602         * gdb.server/file-transfer.exp: Use EXEEXT variable for
4603         binfile definition to fix Windows OS failure.
4604
4605 2009-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
4606
4607         PR gdb/9346
4608         * gdb.base/interrupt.c (sigint_handler): New.
4609         (main): Install a SIGINT handler if SIGNALS is defined.  Exit
4610         on error.
4611         * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
4612         Test "signal SIGINT".
4613
4614 2009-01-19  Doug Evans  <dje@google.com>
4615
4616         * gdb.base/break.exp: Update expected gdb output.
4617         * gdb.base/sepdebug.exp: Ditto.
4618         * gdb.mi/mi-syn-frame.exp: Ditto.
4619         * gdb.mi/mi2-syn-frame.exp: Ditto.
4620         * gdb.base/call-signal-resume.exp: New file.
4621         * gdb.base/call-signals.c: New file.
4622         * gdb.base/unwindonsignal.exp: New file.
4623         * gdb.base/unwindonsignal.c: New file.
4624         * gdb.threads/interrupted-hand-call.exp: New file.
4625         * gdb.threads/interrupted-hand-call.c: New file.
4626         * gdb.threads/thread-unwindonsignal.exp: New file.
4627
4628 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
4629
4630         * gdb.base/define.exp: Test defining and hooking prefix commands.
4631         * gdb.python/python.exp: Update test for "show user" output.
4632
4633 2009-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4634
4635         * gdb.fortran/derived-type.exp: New variables int4 and real4.  Match
4636         now the output exactly, using less wildcards.  Expect also the output
4637         of gfortran-4.3.  Update for the f-valprint.c modification from
4638         2008-04-22.
4639         * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
4640         Remove gdb_test test names where matching the command.
4641
4642 2009-01-01  Pedro Alves  <pedro@codesourcery.com>
4643
4644         PR breakpoints/9681:
4645         * gdb.base/watchpoint.exp: Add regression test.
4646
4647 2008-12-31  Pedro Alves  <pedro@codesourcery.com>
4648
4649         * gdb.threads/attach-into-signal.exp: Don't use
4650         gdb_suppress_entire_file.
4651         * gdb.threads/attach-stopped.exp: Ditto.
4652         * gdb.threads/attachstop-mt.exp: Ditto.
4653
4654 2008-12-31  Pedro Alves  <pedro@codesourcery.com>
4655
4656         PR gdb/8812:
4657         * gdb.base/signal.exp: Change kfail to fail, and update PR number.
4658
4659 2008-12-29  Pedro Alves  <pedro@codesourcery.com>
4660
4661         PR gdb/7536:
4662         * gdb.base/radix.exp: Add tests to ensure invalid input radices
4663         and unsupported output radices are really rejected.
4664
4665 2008-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
4666
4667         * gdb.cp/punctuator.exp: Backslash the '$' signs.
4668
4669 2008-12-22  Tom Tromey  <tromey@redhat.com>
4670
4671         * gdb.cp/punctuator.exp: New file.
4672
4673 2008-12-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4674
4675         * gdb.base/completion.exp (Completing non-existing component): New test.
4676
4677 2008-12-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4678
4679         Fix for PR gdb/8648.
4680         * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
4681         gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
4682         gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
4683         gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
4684
4685 2008-12-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4686
4687         * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
4688
4689 2008-12-16  Christophe Lyon  <christophe.lyon@st.com>
4690
4691         * gdb.base/expand-psymtabs.c: Insert code in foo so that the
4692         compiler actually generate code at the expected line number.
4693
4694 2008-12-15  Jie Zhang  <jie.zhang@analog.com>
4695
4696         * gdb.base/consecutive.exp: Don't use global in gdb_expect.
4697
4698 2008-12-12  Tom Tromey  <tromey@redhat.com>
4699
4700         * gdb.base/commands.exp (redefine_hook_test): New proc.
4701         Call it.
4702
4703 2008-12-11  Tom Tromey  <tromey@redhat.com>
4704
4705         * gdb.base/macscp.exp: New regression test.
4706
4707 2008-12-11  Tom Tromey  <tromey@redhat.com>
4708
4709         * gdb.base/macscp.exp: Print "address.addr".
4710         * gdb.base/macscp1.c (struct outer): New struct.
4711         (address): New global.
4712
4713 2008-12-09  Tom Tromey  <tromey@redhat.com>
4714
4715         * gdb.base/commands.exp (redefine_backtrace_test): New proc.
4716         Call it.
4717
4718 2008-12-04  Doug Evans  <dje@google.com>
4719
4720         * gdb.server/ext-run.exp: Relax regexp for init program.
4721
4722 2008-12-03  Tristan Gingold  <gingold@adacore.com>
4723
4724         * gdb.base/macscp.exp: Generate an object file during compilation
4725         to work around Darwin dsymutil limitations.
4726
4727 2008-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4728
4729         Test resolving external references to TLS variables.
4730         * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
4731         FILE2_THREAD_LOCAL.
4732         (testfile2, srcfile2): New variables.
4733         * gdb.threads/tls.c (file2_thread_local)
4734         (function_referencing_file2_thread_local): New.
4735         * gdb.threads/tls2.c: New file.
4736
4737 2008-11-28  Joel Brobecker  <brobecker@adacore.com>
4738
4739         * gdb.ada/int_deref.exp: Convert the addresses into long_integer
4740         rather than integer, as integer might not be big enough when
4741         on 64bit targets.
4742
4743 2008-11-27  Jerome Guitton  <guitton@adacore.com>
4744
4745         * gdb.cp/formatted-ref.exp: Add equality test.
4746         * gdb.ada/formatted_ref.exp: Ditto.
4747
4748 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
4749
4750         * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
4751         * gdb.base/start.exp: New comment about an alternative - `runto_main'.
4752
4753 2008-11-20  Andreas Schwab  <schwab@suse.de>
4754
4755         * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
4756         matching syscall entry point.
4757         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4758         (tcatch_vfork_then_child_follow): Likewise.  Finish through
4759         vfork even if we stopped at the syscall trampoline.
4760
4761 2008-11-20  Doug Evans  <dje@google.com>
4762
4763         * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
4764
4765 2008-11-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4766
4767         * gdb.arch/ppc-dfp.exp: New file.
4768         * gdb.arch/ppc-dfp.c: New file.
4769
4770 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
4771
4772         * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
4773
4774 2008-11-17  Doug Evans  <dje@google.com>
4775
4776         * gdb.mi/mi-syn-frame.exp: Update expected output.
4777         * gdb.mi/mi2-syn-frame.exp: Update expected output.
4778
4779 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
4780
4781         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
4782         "thread N" results in =thread-selected.
4783         * lib/mi-support (mi_run_cmd, mi_expect_stop)
4784         (mi_send_resuming_command_raw): Be prepared for
4785         =thread-selected.
4786
4787 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
4788
4789         * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
4790         * lib/mi-support.exp: Likewise.
4791
4792 2008-11-16  Joel Brobecker  <brobecker@adacore.com>
4793
4794         * gdb.base/help.exp: Remove the "catch load" and "catch unload"
4795         commands from the expected output for "help catch".
4796
4797 2008-11-15  Joel Brobecker  <brobecker@adacore.com>
4798
4799         * gdb.ada/int_deref.exp: New testcase.
4800
4801 2008-11-14  Nick Roberts  <nickrob@snap.net.nz>
4802
4803         * gdb.mi/gdb2549.exp: New file.
4804
4805 2008-11-11  Doug Evans  <dje@google.com>
4806
4807         * gdb.base/callexit.exp: New file.
4808         * gdb.base/callexit.c: New file.
4809
4810 2008-11-10  Doug Evans  <dje@google.com>
4811
4812         * lib/gdb.exp (GDBFLAGS): Move -nx ...
4813         (INTERNAL_GDBFLAGS): ... to here.  Move -nw to here as well.
4814         (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
4815         (default_gdb_start,default_gdb_exit): Ditto.
4816         * lib/mi-support.exp (default_mi_gdb_start): Ditto.
4817         (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
4818         * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
4819         * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
4820         * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
4821         * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
4822
4823 2008-11-03  Andreas Schwab  <schwab@suse.de>
4824
4825         * gdb.base/hashline2.exp: Fix typo.
4826         * gdb.base/hashline3.exp: Likewise.
4827
4828 2008-10-30  Tom Tromey  <tromey@redhat.com>
4829
4830         * gdb.base/pointers.exp: Add test.
4831         * gdb.base/pointers.c (k, S): New typedefs.
4832         (instance): New global.
4833
4834 2008-10-30  Andreas Schwab  <schwab@suse.de>
4835
4836         * gdb.base/args.exp: Add tests for newlines.
4837
4838 2008-10-30  Joel Brobecker  <brobecker@adacore.com>
4839
4840         gdb.base/foll-exec.exp: Update the expected output of a couple
4841         of "info breakpoints" tests.
4842
4843 2008-10-28  Tom Tromey  <tromey@redhat.com>
4844
4845         * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
4846
4847 2008-10-24  Pedro Alves  <pedro@codesourcery.com>
4848
4849         * gdb.python/python-value.exp (test_value_in_inferior): Don't use
4850         gdb_start_cmd.
4851         Use runto_main before any test that requires execution.
4852
4853 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
4854
4855         * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
4856         instead of SIGINT.
4857
4858 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
4859
4860         * gdb.base/completion.exp: Update expected output following
4861         the addition of the "info tasks" command.
4862
4863 2008-10-22  Tom Tromey  <tromey@redhat.com>
4864
4865         * gdb.base/exprs.exp (test_expr): Add test for string
4866         concatenation.
4867
4868 2008-10-19  Pedro Alves  <pedro@codesourcery.com>
4869
4870         * configure.ac: Output gdb.python/Makefile.
4871         * configure: Regenerate.
4872         * gdb.python/Makefile.in: New.
4873
4874 2008-10-16  Joel Brobecker  <brobecker@adacore.com>
4875
4876         * gdb.base/foll-fork.exp: Adjust the expected output to match
4877         the new description for fork/vfork catchpoints in the "info
4878         breakpoints" output.
4879
4880 2008-10-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
4881
4882         * Makefile.in: Add gdb.python to ALL_SUBDIRS.
4883
4884 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4885
4886         * gdb.python/python-value.c: New file.
4887         * gdb.python/python-value.exp: New file.
4888
4889 2008-10-15  Pedro Alves  <pedro@codesourcery.com>
4890
4891         * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
4892
4893 2008-10-15  Denis Pilat  <denis.pilat@st.com>
4894
4895         * gdb.cp/mb-ctor.exp: Fix a typo.
4896
4897 2008-10-09  Tom Tromey  <tromey@redhat.com>
4898
4899         * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
4900         'fprintf' and 'stderr'.
4901
4902 2008-10-07  Joel Brobecker  <brobecker@adacore.com>
4903
4904         * gdb.ada/ref_tick_size.exp: New testcase.
4905
4906 2008-10-06  Doug Evans  <dje@google.com>
4907
4908         * gdb.dwarf2/dw2-cu-size.exp: New file.
4909         * gdb.dwarf2/dw2-cu-size.S: New file.
4910
4911         * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
4912         .Ltype_int for clarity.
4913
4914 2008-10-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
4915
4916         PR gdb/2384:
4917         * gdb.cp/gdb2384.exp: Extended to test more cases.
4918         * gdb.cp/gdb2384.cc: Likewise.
4919         * gdb.cp/gdb2384-base.h: Likewise.
4920         * gdb.cp/gdb2384-base.cc: Likewise.
4921
4922 2008-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4923
4924         * gdb.base/maint.exp (maint print type): Remove printing
4925         UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
4926
4927 2008-09-30  Tom Tromey  <tromey@redhat.com>
4928
4929         * gdb.base/macscp.exp: Add completion tests.
4930         * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
4931         (TWENTY_THREE): Likewise.
4932         (FORTY_EIGHT): Likewise.
4933
4934 2008-09-30  Tom Tromey  <tromey@redhat.com>
4935
4936         * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
4937         everywhere.
4938         * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
4939
4940 2008-09-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4941
4942         * gdb.threads/attachstop-mt.exp: Note a real testcase name this
4943         testcase is derived from.  Fix racy dependency on an expected PID
4944         number.  No longer support the testcase on Linux kernel 2.4.x.
4945
4946 2008-09-27  Tom Tromey  <tromey@redhat.com>
4947
4948         * gdb.base/macscp.exp: Add tests for stringification, splicing,
4949         and varargs.
4950
4951 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
4952
4953         * lib/mi-support.exp (mi_expect_interrupt): New.
4954         (mi_reverse_list, mi_check_thread_states): New, moved and renamed
4955         from gdb.mi/mi-nonstop.exp.
4956         * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
4957         * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
4958         lib/mi-support.exp.
4959         Use mi_check_thread_states throughout.  Avoid ".*" and do not
4960         require an anchor after -exec-run.
4961
4962 2008-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
4963
4964         * gdb.mi/mi-nonstop.exp: Do not check thread state while a
4965         stop is pending.  Avoid ".*" when two stops are pending.
4966         * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
4967         (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
4968         newlines in fullnames.
4969         * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
4970         (mi_expect_stop): Update comments.  Only anchor in sync mode.
4971         Do not match newlines.
4972         (mi_send_resuming_command_raw): Always return status.
4973         (mi_get_stop_line): Do not match more than one line by accident.
4974         Only anchor in sync mode.
4975         (mi_run_inline_test): If -exec-next fails, give up.
4976
4977 2008-09-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4978
4979         * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
4980         on SPU.
4981
4982 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
4983
4984         * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
4985
4986 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
4987
4988         * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
4989         gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
4990         gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
4991         gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
4992         gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
4993         gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
4994         gdb.ada/interface.exp, gdb.ada/null_array.exp,
4995         gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
4996         gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
4997         gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
4998         gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
4999         Include the "= " sequence in the expected output of print tests.
5000
5001 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
5002
5003         * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
5004         description for boolean types.
5005
5006 2008-09-09  Pedro Alves  <pedro@codesourcery.com>
5007
5008         * gdb.base/hook-stop-continue.c: New.
5009         * gdb.base/hook-stop-continue.exp: New.
5010
5011 2008-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
5012
5013         * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
5014
5015 2008-09-08  Jerome Guitton  <guitton@adacore.com>
5016
5017         * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
5018         (stack_check_probe_2, stack_check_probe_loop_1)
5019         (stack_check_probe_loop_2): New functions.
5020         (main): Add call to these new functions.
5021         * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
5022         functions, check that the breakpoint is inserted at the appropriate
5023         location.
5024         (insert_breakpoint): Slightly refine this procedure so that it can
5025         be called several times in the test.
5026
5027 2008-09-08  Jerome Guitton  <guitton@adacore.com>
5028
5029         * gdb.base/stack-checking.c: New file.
5030         * gdb.base/stack-checking.exp: New file.
5031
5032 2008-09-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5033
5034         * gdb.arch/altivec-abi.exp: Remove extra verbose call.
5035         * gdb.arch/altivec-regs.exp: Likewise.
5036         * gdb.arch/vsx-regs.exp: Likewise.
5037
5038 2008-09-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5039
5040         * gdb.arch/ppc-fp.exp: New file.
5041         * gdb.arch/ppc-fp.c: New file.
5042
5043 2008-09-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
5044
5045         *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
5046         lest gcc-4.3.1 optimizes the whole thing away.
5047
5048 2008-09-04  Michael Snyder  <msnyder@vmware.com>
5049
5050         * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
5051         as "at" (for non-debug functions such as _start).
5052
5053 2008-09-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5054
5055         * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
5056         * gdb.base/watchpoint-solib.exp: Likewise.  Update tests to handle
5057         software watchpoints.
5058         * gdb.base/watch_thread_num.exp: Likewise.
5059
5060 2008-09-03  Aleksandar Ristovski  <aristovski@qnx.com>
5061
5062         * gdb.arch/i386-bp_permanent.exp: New test.
5063
5064 2008-08-24  Tom Tromey  <tromey@redhat.com>
5065
5066         * gdb.base/maint.exp: Update "maint print type".
5067
5068 2008-08-21  Vladimir Prus  <vladimir@codesourcery.com>
5069
5070         * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
5071         support.  Adjust the order of "*running" notifications.
5072         * gdb.mi/non-stop.c: Don't cast from int to void* and
5073         back.
5074
5075 2008-08-20  Mark Kettenis  <kettenis@gnu.org>
5076
5077         * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
5078         expect to find it in the "info frame" output.
5079
5080 2008-08-20  Daniel Jacobowitz  <dan@codesourcery.com>
5081
5082         * gdb.base/interp.exp: Always consume both prompts.
5083
5084 2008-08-20  Pedro Alves  <pedro@codesourcery.com>
5085
5086         * gdb.base/pending.exp: Test pending breakpoints without symbols
5087         loaded.
5088
5089 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
5090
5091         * lib/mi-support.exp (mi_expect_stop): Produce
5092         more details on failures.
5093         * gdb.mi/mi-nonstop.exp: New.
5094         * gdb.mi/non-stop.c: New.
5095
5096 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
5097
5098         * gdb.mi/mi-async.exp: Use 'set target-async'.
5099         * lib/mi-support.exp: Use 'set/show target-async'.
5100
5101 2008-08-18  Daniel Jacobowitz  <dan@codesourcery.com>
5102
5103         * gdb.arch/powerpc-prologue.exp: Correct saved registers.
5104
5105 2008-08-17  Tom Tromey  <tromey@redhat.com>
5106
5107         * gdb.base/help.exp (help catch): Rewrite.
5108
5109 2008-08-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5110
5111         * gdb.base/define.exp: Test indented command documentation.
5112         * gdb.python/python.exp: Test indented multi-line command.
5113
5114 2008-08-15  Luis Machado  <luisgpm@br.ibm.com>
5115
5116         * testsuite/gdb.arch/vsx-regs.c: New source file.
5117         * testsuite/gdb.arch/vsx-regs.exp: New testcase.
5118         * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
5119
5120 2008-08-14  Tom Tromey  <tromey@redhat.com>
5121
5122         * gdb.base/macscp.exp: Add regression test for "macro define" or
5123         "macro undef" with no arguments.
5124
5125 2008-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
5126
5127         * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
5128
5129 2008-08-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5130
5131         * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
5132
5133 2008-08-06  Tom Tromey  <tromey@redhat.com>
5134
5135         * gdb.python/python.exp: New file.
5136
5137 2008-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5138
5139         Fix for PR gdb/1543.
5140         * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
5141         $LOCATION.
5142         (location): New variable.
5143         * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
5144         config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
5145         config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
5146         config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
5147         gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
5148         gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
5149         gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
5150         gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
5151         gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
5152         gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
5153         gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
5154         gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
5155         gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
5156         gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
5157         gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
5158         gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
5159         gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
5160         gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
5161         gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
5162         gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
5163         gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
5164         gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
5165         gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
5166         gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
5167         gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
5168         gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
5169         gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
5170         gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
5171         gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
5172         gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
5173         gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
5174         gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
5175         gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
5176         gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
5177         gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
5178         gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
5179         gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
5180         gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
5181         gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
5182         gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
5183         gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
5184         gdb.base/type-opaque.exp, gdb.base/until.exp,
5185         gdb.base/value-double-free.c, gdb.base/varargs.exp,
5186         gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
5187         gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
5188         gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
5189         gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
5190         gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
5191         gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
5192         gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
5193         gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
5194         gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
5195         gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
5196         gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
5197         gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
5198         gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
5199         gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
5200         gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
5201         gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
5202         gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
5203         gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
5204         gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
5205         gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
5206         gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
5207         gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
5208         gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
5209         gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
5210         gdb.pascal/types.exp, gdb.stabs/weird.exp,
5211         gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
5212         gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
5213         gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
5214         gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
5215         gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
5216         gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
5217         gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
5218         gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
5219         gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
5220         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
5221         gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
5222         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
5223         lib/mi-support.exp, lib/trace-support.exp: Remove reference
5224         to bug-gdb@prep.ai.mit.edu .
5225
5226 2008-07-31  Vladimir Prus  <vladimir@codesourcery.com>
5227
5228         * lib/mi-support.exp (mi_load_shlibs): New.
5229         * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
5230
5231 2008-07-30  Vladimir Prus  <vladimir@codesourcery.com>
5232
5233         * lib/mi-support.exp (get_mi_thread_list)
5234         (check_mi_and_console_threads): New, moved from ...
5235         * gdb.mi/mi-pthread.exp: ...here.
5236         * gdb.mi/gdb669.exp (get_mi_thread_list)
5237         (check_mi_and_console_threads): Delete.
5238         * gdb.mi/mi2-pthread.exp: Likewise.
5239
5240 2008-07-28  Tom Tromey  <tromey@redhat.com>
5241
5242         * Makefile.in (just-check): Remove.  Move body to...
5243         (check): ... here.
5244
5245 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
5246
5247         * gdb.threads/manythreads.exp: Use remote_expect instead of after.
5248         Add a test for duplicated SIGINTs.
5249
5250 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
5251
5252         * gdb.threads/schedlock.exp (get_args): Update to work for any
5253         value of NUM.
5254         (Top level): Report the number of threads that did not resume.
5255
5256 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
5257
5258         * gdb.dwarf2/dw2-compressed.S: Also define __start.
5259
5260 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
5261
5262         * lib/mi-support.exp (default_mi_gdb_start): Remove check for
5263         non-MI prompt.
5264
5265 2008-07-26  Tom Tromey  <tromey@redhat.com>
5266
5267         * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
5268         (function_struct, function_struct_ptr): New globals.
5269         * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
5270         function pointer in a struct.
5271
5272 2008-07-26  Tom Tromey  <tromey@redhat.com>
5273
5274         * gdb.base/macscp.exp: Add test for macro lexing bug.
5275
5276 2008-07-18  Tom Tromey  <tromey@redhat.com>
5277
5278         * gdb.base/macscp.exp: Add macro tests.
5279
5280 2008-07-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
5281
5282         * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
5283
5284 2008-07-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
5285
5286         * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
5287
5288 2008-07-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
5289
5290         * gdb.cp/class2.exp: fix for failure on spu-elf
5291
5292 2008-07-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
5293
5294         * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
5295
5296 2008-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5297
5298         * gdb.base/randomize.exp: Catch non-Linux targets as untested.
5299
5300 2008-07-12  Vladimir Prus  <vladimir@codesourcery.com>
5301
5302         * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
5303
5304 2008-07-11  Kevin Buettner  <kevinb@redhat.com>
5305
5306         * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
5307         of regexp to account for changes made to GDB in the printing of
5308         byte vectors.
5309
5310 2008-07-11  Tom Tromey  <tromey@redhat.com>
5311
5312         * gdb.base/completion.exp: Add 'help' completion test.
5313
5314 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
5315
5316         * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
5317
5318 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
5319
5320         * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
5321
5322 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
5323
5324         * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
5325
5326 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
5327
5328         * gdb.base/fullname.exp: Restore pwd if compiling failed.
5329
5330 2008-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5331
5332         * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
5333
5334 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
5335
5336         * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
5337         previous commit.  Add a comment.
5338
5339 2008-06-28  Pedro Alves  <pedro@codesourcery.com>
5340
5341         * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
5342
5343 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
5344
5345         * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
5346
5347 2008-06-27  Pedro Alves  <pedro@codesourcery.com>
5348
5349         * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
5350         (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
5351         compiling an executable, link in an object that forces unbuffered
5352         output.
5353         * lib/set_unbuffered_mode.c: New file.
5354
5355 2008-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5356
5357         * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
5358
5359 2008-06-25  Vladimir Prus  <vladimir@codesourcery.com>
5360
5361         * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
5362         mi_expect_stop.
5363         * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
5364         Demand that *running is output.
5365         (detect_async): Perform checking every time.
5366         (mi_send_resuming_command): Extract everything into...
5367         (mi_send_resuming_command_raw): ...this.
5368         (mi_expect_stop): Don't accept any output before *stopped.
5369
5370 2008-06-13  Vladimir Prus  <vladimir@codesourcery.com>
5371
5372         Robustify mi-simplerun.
5373         * gdb.mi/basics.c (main): Add a call to sleep.
5374         * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
5375         * gdb.mi/mi2-cli.exp: Likewise.
5376         * gdb.mi/mi-break.exp: Likewise.
5377
5378 2008-06-11  Vladimir Prus  <vladimir@codesourcery.com>
5379
5380         * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
5381
5382 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
5383
5384         * gdb.mi/mi-console.exp: Adjust.
5385         * gdb.mi/mi-syn-frame.exp: Adjust.
5386         * gdb.mi/mi2-console.exp: Adjust.
5387         * gdb.mi/mi2-syn-frame.exp: Adjust.
5388         * lib/mi-support.exp (mi_run_cmd): Adjust.
5389         (mi_send_resuming_command): Adjust.
5390
5391 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
5392
5393         * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
5394         * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
5395         testing of stopped.
5396         * gdb.mi/mi2-syn-frame.exp: Likewise.
5397         * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
5398         (async, detect_async): New.
5399         (mi_expect_stop, mi_continue_to_line): Adjust expectation
5400         depending on if we're running in sync or async mode.
5401
5402 2008-06-09  Tom Tromey  <tromey@redhat.com>
5403
5404         * gdb.base/completion.exp: New tests for field name completion
5405         with spaces, and field name completion with '->'.
5406
5407 2008-06-06  Tom Tromey  <tromey@redhat.com>
5408
5409         * gdb.base/break1.c (struct some_struct): New struct.
5410         (values): New global.
5411         * gdb.base/completion.exp: Add field name completion test.
5412
5413 2008-06-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
5414
5415         * gdb.cp/call-c.exp: Test for incorrect handling of reference
5416         to pointer.
5417         * gdb.cp/call-c.cc: Likewise.
5418
5419 2008-06-06  Nick Roberts  <nickrob@snap.net.nz>
5420
5421         * gdb.base/annota1.exp (thread_switch): Test for thread-changed
5422         annotation.
5423
5424 2008-06-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
5425             Pedro Alves  <pedro@codesourcery.com>
5426
5427         * gdb.threads/execl.c, gdb.threads/execl1.c,
5428         gdb.threads/execl.exp: New tests.
5429
5430 2008-06-05  Aleksandar Ristovski  <aristovski@qnx.com>
5431             Daniel Jacobowitz  <dan@codesourcery.com>
5432
5433         * gdb.cp/exception.exp: Activate test, make it work with pending
5434         catchpoints.
5435
5436 2008-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5437
5438         * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
5439
5440 2008-05-28  Vladimir Prus  <vladimir@codesourcery.com>
5441
5442         * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
5443         now printed.
5444         * gdb.mi/mi2-var-cmd.exp: Likewise.
5445
5446 2008-05-27  Andreas Schwab  <schwab@suse.de>
5447
5448         * gdb.base/frame-args.exp: Handle arguments that are optimized
5449         out.
5450
5451 2008-05-26  Luis Machado  <luisgpm@br.ibm.com>
5452
5453         * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
5454         quiet for ppc32 and group options into a single variable.
5455
5456 2008-05-23  Joel Brobecker  <brobecker@adacore.com>
5457
5458         * gdb.ada/null_array/foo.adb: Add multi-dimensional array
5459         of zero-size elements.
5460         * gdb.ada/null_array.exp: Test printing this new array.
5461
5462 2008-05-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
5463
5464         * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
5465
5466 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
5467
5468         * gdb.base/finish.exp: Test that "fin" works as an abbreviation
5469         of the "finish" command.
5470
5471 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
5472
5473         * gdb.base/annota1.exp: Test for new annotation.
5474
5475 2008-05-16  Pedro Alves  <pedro@codesourcery.com>
5476
5477         * gdb.base/fixsection.exp: New file.
5478         * gdb.base/fixsection0.c: New file.
5479         * gdb.base/fixsection1.c: New file.
5480
5481 2008-05-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5482
5483         * gdb.base/annota1.exp: Accept printf@... in place of printf.
5484         * gdb.base/annota3.exp: Likewise.
5485
5486 2008-05-13  Nathan Froyd  <froydnj@codesourcery.com>
5487
5488         * gdb.base/watch_thread_num.exp: Don't run tests that require
5489         watchpoints if the target doesn't support them.
5490
5491 2008-05-12  Doug Evans  <dje@google.com>
5492
5493         * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
5494
5495 2008-05-09  Joel Brobecker  <brobecker@adacore.com>
5496
5497         * gdb.ada/assign_1.exp: New testcase.
5498
5499 2008-05-09  Doug Evans  <dje@google.com>
5500
5501         * gdb.base/find.exp: New file.
5502         * gdb.base/find.c: New file.
5503
5504 2008-05-08  Daniel Jacobowitz  <dan@codesourcery.com>
5505
5506         * gdb.base/commands.exp (watchpoint_command_test): Handle
5507         gdb,no_hardware_watchpoints.
5508         * gdb.base/float.exp: Allow ARM targets without floating point.
5509         * gdb.base/step-test.exp: Allow callee@plt when stepping in.
5510
5511 2008-05-06  Jerome Guitton  <guitton@adacore.com>
5512             Joel Brobecker  <brobecker@adacore.com>
5513
5514         * gdb.ada/lang_switch: New test program.
5515         * gdb.ada/lang_switch.exp: New testcase.
5516
5517 2008-05-05  Doug Evans  <dje@google.com>
5518
5519         * gdb.base/help.exp (disassemble): Update expected help text.
5520
5521 2008-05-04  Pedro Alves  <pedro@codesourcery.com>
5522
5523         * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
5524
5525 2008-05-04  Pedro Alves  <pedro@codesourcery.com>
5526
5527         * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
5528         different times.
5529
5530 2008-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5531
5532         * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
5533         * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
5534         `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
5535         * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
5536
5537 2008-05-04  Vladimir Prus  <vladimir@codesourcery.com>
5538
5539         * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
5540         notification to appear.
5541
5542 2008-05-04  Daniel Jacobowitz  <dan@debian.org>
5543
5544         * gdb.base/fullname.c: New file.
5545         * gdb.base/fullname.exp: New file.
5546         * lib/gdb.exp (gdb_breakpoint): Support no-message option.
5547
5548 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
5549
5550         * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
5551         expressions with macros.
5552
5553 2008-05-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5554
5555         * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
5556
5557 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
5558
5559         * gdb.base/completion.exp: Handle lack of other symbols beginning
5560         with "a".
5561
5562         * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
5563
5564 2008-05-02  Jim Blandy  <jimb@codesourcery.com>
5565
5566         * gdb.asm/asmsrc1.s: Add scratch space.
5567
5568 2008-05-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5569             Daniel Jacobowitz  <dan@codesourcery.com>
5570
5571         * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
5572         gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
5573         gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
5574
5575 2007-05-01  Daniel Jacobowitz  <dan@codesourcery.com>
5576
5577         * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
5578
5579 2008-05-01  Joel Brobecker  <brobecker@adacore.com>
5580
5581         * gdb.base/info-target.exp: New testcase.
5582
5583 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
5584
5585         * gdb.cp/hang.exp: Use .cc instead of .C.
5586         * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
5587         * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
5588
5589 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
5590
5591         * gdb.base/gdb1250.exp: Remove perror.
5592         * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
5593
5594 2008-04-30  Pedro Alves  <pedro@codesourcery.com>
5595
5596         * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
5597         .2byte.
5598
5599 2008-04-25  Daniel Jacobowitz  <dan@codesourcery.com>
5600
5601         * gdb.base/macscp.exp: Enable kfails.  Compile with -g3 for GCC.
5602         (maybe_kfail): New.
5603
5604 2008-04-25  Pedro Alves  <pedro@codesourcery.com>
5605
5606         * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
5607
5608 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
5609
5610         * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
5611         * gdb.mi/mi2-syn-frame.exp: Likewise.
5612         * lib/mi-support.exp: Likewise.
5613
5614 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
5615
5616         * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
5617         to specify regexp for the location to stop at.
5618         * gdb.base/break-always.c: New.
5619         * gdb.base/break-always.exp: New.
5620
5621 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
5622
5623         * lib/mi-support.exp (mi_runto_helper): Adjust
5624         for the original-location field.
5625         (mi_create_breakpoint, mi_list_breakpoints): New.
5626         * gdb.mi/mi-break.exp: Adjust.
5627         * gdb.mi/mi2-break.exp: Adjust.
5628         * gdb.mi/mi-pending.exp: Adjust.
5629         * gdb.mi/mi-simplerun.exp: Adjust.
5630         * gdb.mi/mi2-simplerun.exp: Adjust.
5631         * gdb.mi/mi-syn-frame.exp: Adjust.
5632         * gdb.mi/mi2-syn-frame.exp: Adjust.
5633         * gdb.mi/mi-until.exp: Adjust.
5634         * gdb.mi/mi2-until.exp: Adjust.
5635         * gdb.mi/mi-var-display.exp: Adjust.
5636         * gdb.mi/mi2-var-display.exp: Adjust.
5637         * gdb.mi/mi-watch.exp: Adjust.
5638         * gdb.mi/mi2-watch.exp: Adjust.
5639
5640 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
5641
5642         * aclocal.m4: Add override.m4.
5643         * configure: Regenerate.
5644
5645 2008-04-19  Vladimir Prus  <vladimir@codesourcery.com>
5646
5647         * gdb.mi/var-cmd.c (do_at_tests): Verify that
5648         '-var-update --all-values' reports new value even the type
5649         of a variable object has changed.
5650
5651 2008-04-18  Craig Silverstein  <csilvers@google.com>
5652
5653         * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
5654         files.
5655
5656 2008-04-18  Joel Brobecker  <brobecker@adacore.com>
5657
5658         * gdb.ada/atomic_enum: New test program.
5659         * gdb.ada/atomic_enum.exp: New testcase.
5660
5661 2008-04-17  Doug Evans  <dje@google.com>
5662
5663         * gdb.opt/Makefile.in: Fix whitespace.
5664
5665 2008-04-17  Daniel Jacobowitz  <dan@codesourcery.com>
5666
5667         * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
5668
5669 2008-04-17  Doug Evans  <dje@google.com>
5670
5671         * gdb.base/hashline1.exp: New testcase.
5672         * gdb.base/hashline2.exp: New testcase.
5673         * gdb.base/hashline2.exp: New testcase.
5674
5675 2008-04-17  Pedro Alves  <pedro@codesourcery.com>
5676
5677         * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
5678
5679 2008-04-15  Aleksandar Ristovski  <aristovski@qnx.com>
5680
5681         * gdb.base/attach.exp (do_attach_tests): Matching pattern for
5682         temporary breakpoint to match "Temporary breakpoint".
5683         * gdb.base/break.exp (delete_breakpoints): Likewise.
5684         * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
5685         * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
5686         * gdb.base/display.exp: Likewise.
5687         * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
5688         * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
5689         * gdb.base/restore.exp (restore_tests): Likewise.
5690         * gdb.base/sepdebug.exp: Likewise.
5691         * gdb.base/watchpoint.exp: Likewise.
5692         * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
5693         * gdb.mi/mi-pending.exp: Likewise.
5694         * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
5695         * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
5696         * gdb.mi/mi-var-cmd.exp: Likewise.
5697         * gdb.mi/mi-var-display.exp: Likewise.
5698         * gdb.mi/mi2-cli.exp: Likewise.
5699         * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
5700         * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
5701         * gdb.mi/mi2-var-display.exp: Likewise.
5702         * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
5703         * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
5704         new "disp" field.
5705         (mi_expect_stop): Move after_reason argument to be really after
5706         reason. This is to support fix for PR2424.
5707
5708 2008-04-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5709
5710         * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
5711
5712 2008-04-13  Vladimir Prus  <vladimir@codesourcery.com>
5713
5714         * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
5715         field.  Add more floating varobj tests.
5716         * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
5717         field.
5718         * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
5719         (main): Call do_at_tests.
5720         * lib/mi-support.exp (mi_create_floating_varobj)
5721         (mi_varobj_update_with_type_change): New.
5722
5723 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
5724
5725         * gdb.mi/mi2-var-display.exp: Added tests for the new -f
5726         option of -var-evaluate-expression.
5727         * gdb.mi/mi2-var-display.exp: Likewise.
5728
5729 2008-04-07  Vladimir Prus  <vladimir@codesourcery.com>
5730
5731         Introduce test setup helpers.
5732         * lib/gdb.exp (build_executable, clean_restart)
5733         (prepare_for_testing): New.
5734         * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
5735         * gdb.base/return.exp: Likewise.
5736         * gdb.base/ending-run.exp: Likewise.
5737
5738 2008-04-07  Nick Roberts  <nickrob@snap.net.nz>
5739
5740         * gdb.mi/mi-async.exp: New test for asynchronous Machine
5741         Interface (MI) responses.
5742
5743 2008-04-06  Vladimir Prus  <vladimir@codesourcery.com>
5744
5745         * gdb.cp/breakpoint.cc: New code to test conditions involving
5746         member variables.
5747         * gdb.cp/breakpoint.exp: Test condition involving member
5748         variables.
5749
5750 2008-04-05  Vladimir Prus  <vladimir@codesourcery.com>
5751
5752         * lib/mi-support.exp (mi_expect_stop): New.
5753         (mi_run_cmd): Change the
5754         token.  Use mi_send_resuming_command, use
5755         mi_expect_stop.
5756         (mi_execute_to_helper): Rename to mi_execute_to.
5757         (mi_send_resuming_command): Add more error patterns.
5758         (mi_wait_for_stop): Renamed to...
5759         (mi_get_stop_line): ...this.
5760         (mi_run_inline_test): Adjust.
5761
5762         * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
5763         * gdb.mi/mi-console.exp: Likewise.
5764         * gdb.mi/mi-pending.exp: Likewise.
5765         * gdb.mi/mi-simplerun.exp: Likewise.
5766         * gdb.mi/mi-stack.exp: Likewise.
5767         * gdb.mi/mi-stepi.exp: Likewise.
5768         * gdb.mi/mi-syn-frame.exp: Add comment.
5769         * gdb.mi/mi-until.exp: Likewise.
5770         * gdb.mi/mi-var-display.exp: Likewise.
5771         * gdb.mi/mi-watch.exp: Likewise.
5772         * gdb.mi/mi2-cli.exp: Likewise.
5773         * gdb.mi/mi2-console.exp: Likewise.
5774         * gdb.mi/mi2-simplerun.exp: Likewise.
5775         * gdb.mi/mi2-stack.exp: Likewise.
5776         * gdb.mi/mi2-stepi.exp: Likewise.
5777         * gdb.mi/mi2-until.exp: Likewise.
5778         * gdb.mi/mi2-var-display.exp: Likewise.
5779         * gdb.mi/mi2-watch.exp: Likewise.
5780
5781 2008-04-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5782
5783         * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
5784
5785         * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
5786
5787 2008-04-04  Pedro Alves  <pedro@codesourcery.com>
5788
5789         * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
5790         gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
5791         gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
5792         gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
5793         gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
5794         gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
5795         expect an mi error duplicated in stderr.
5796
5797 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
5798
5799         * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
5800         * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
5801         Add a couple of tests that verify the behavior when the new setting
5802         is set to "cancel" and "all".
5803         * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
5804         "ask" before we start the testing.
5805
5806 2008-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
5807
5808         * gdb.cp/casts.cc: Add class reference variables.
5809         * gdb.cp/casts.exp: New test cases for up/down casting references.
5810
5811 2008-04-01  Marc Khouzam  <marc.khouzam@ericsson.com>
5812
5813         * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
5814         instead of beginning to make an extra test pass.
5815         * gdb.mi/mi2-var-display.exp: Likewise.
5816
5817 2008-03-31  Maciej W. Rozycki  <macro@mips.com>
5818
5819         * gdb.base/break.exp: Mark failures as such.  Fix formatting.
5820
5821 2008-03-31  Markus Deuling  <deuling@de.ibm.com>
5822             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5823
5824         * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
5825         value.  Add xfail for older kernels.
5826
5827 2008-03-28  Aleksandar Ristovski  <aristovski@qnx.com>
5828
5829         Bring mi-support in line with gdb.exp.
5830         * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
5831         (mi_gdb_start): New function.
5832
5833 2008-03-28  Maciej W. Rozycki  <macro@mips.com>
5834
5835         * gdb.mi/mi-var-cmd.exp: Fix a typo.
5836
5837 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
5838
5839         * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
5840         * gdb.mi/mi2-var-display.exp: Likewise.
5841
5842 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
5843
5844         * lib/mi-support.exp (mi_create_varobj_checked): New.
5845         (mi_list_varobj_children): Allow to check for a
5846         value.
5847         (mi_list_array_varobj_children): New.
5848
5849         * gdb.mi/mi-var-child.exp: Use mi_create_varobj
5850         and mi_list_varobj_children, as opposed to hardcoding
5851         expected strings.
5852         * gdb.mi/gdb701.exp: Likewise.
5853         * gdb.mi/gdb792.exp: Likewise.
5854         * gdb.mi/mi-var-block.exp: Likewise.
5855         * gdb.mi/mi-var-cmd.exp: Likewise.
5856         * gdb.mi/mi-var-invalidate.exp: Likewise.
5857         * gdb.mi/mi2-var-block.exp: Likewise.
5858         * gdb.mi/mi2-var-child.exp: Likewise.
5859         * gdb.mi/mi2-var-cmd.exp: Likewise.
5860         * gdb.mi/mi2-var-display.exp: Likewise.
5861
5862 2008-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5863
5864         Fix random false FAILs on i386.
5865         * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
5866
5867 2008-03-23  Daniel Jacobowitz  <dan@codesourcery.com>
5868
5869         PR gdb/544
5870         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
5871
5872 2008-03-23  Daniel Jacobowitz  <dan@codesourcery.com>
5873
5874         PR gdb/544
5875         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
5876
5877 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
5878
5879         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
5880         fixed PR gdb/544.
5881
5882 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
5883
5884         * gdb.threads/fork-child-threads.exp: Test next over fork.
5885
5886 2008-03-21  Chris Demetriou  <cgd@google.com>
5887
5888         * gdb.base/break.exp (rbreak junk): New test for rbreak
5889         "Junk at end of arguments" issue.
5890
5891 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
5892
5893         * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
5894         *& to work on created array elements.
5895         (Top level): Test print $pc with a file.  Test string operations
5896         without a target.
5897         * gdb.base/ptype.exp: Do not expect *& to work on created array
5898         elements.
5899
5900 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
5901
5902         * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
5903         gdb.threads/staticthreads.exp: Update exit query.
5904
5905 2008-03-07  Sandra Loosemore  <sandra@codesourcery.com>
5906
5907         * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
5908
5909 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
5910
5911         * gdb.base/watchpoint.c (global_ptr, func4): New.
5912         (main): Call func4.
5913         * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
5914         (test_inaccessible_watchpoint): New.
5915
5916 2008-02-29  Maciej W. Rozycki  <macro@mips.com>
5917
5918         * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
5919         select the largest.
5920
5921 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
5922
5923         * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
5924         frames-invalid annotations.
5925
5926 2008-02-28  Pierre Muller  <muller@ics.u-strasbg.fr>
5927
5928         * gdb.base/assign.exp: avoid same output for different tests.
5929
5930 2008-02-27  Doug Evans  <dje@google.com>
5931
5932         * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
5933         for bug 1738.
5934         (breakpoint_to_handler_entry): Ditto.
5935
5936 2008-02-27  Joel Brobecker  <brobecker@adacore.com>
5937
5938         * gdb.base/ending-run.exp: Use the first line of code inside
5939         function body to test breakpoints.
5940         * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
5941         location where the breakpoint is inserted when using the line
5942         where a function is declared. Fix typo in the description of
5943         one of the tests.
5944         * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
5945
5946 2008-02-27  Pierre Muller  <muller@ics.u-strasbg.fr>
5947
5948         * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
5949         tests.
5950
5951 2008-02-27  Pierre Muller  <muller@ics.u-strasbg.fr>
5952
5953         * gdb.base/args.exp: avoid same output for tests
5954         with single quotes.
5955
5956 2008-02-26  Vladimir Prus  <vladimir@codesourcery.com>
5957
5958         * gdb.base/annota1.exp: Adjust for 'info break'
5959         format changes.
5960         * gdb.base/annota3.exp: Likewise.
5961         * gdb.base/break.exp: Likewise.
5962         * gdb.base/condbreak.exp: Likewise.
5963         * gdb.base/pending.exp: Likewise.
5964         * gdb.base/sepdebug.exp: Likewise.
5965         * gdb.base/unload.exp: Likewise.
5966         * gdb.cp/ovldbreak.exp: Likewise.
5967         * gdb.mi/mi-pending.exp: Likewise.
5968
5969 2008-02-07  Doug Evans  <dje@google.com>
5970
5971         * gdb.cp/mb-inline.exp: New.
5972         * gdb.cp/mb-inline.h: New.
5973         * gdb.cp/mb-inline1.cc: New.
5974         * gdb.cp/mb-inline2.cc: New.
5975
5976 2008-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
5977
5978         * gdb.pascal/floats.pas: New test program.
5979         * gdb.pascal/floats.exp: New testcase.
5980
5981 2008-02-06  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5982
5983         * gdb.base/callfuncs.c (t_float_many_args): New function.
5984         (t_double_many_args): New function.
5985         * gdb.base/callfuncs.exp: Add tests for exceeding float
5986         and double parameters passed through the stack.
5987
5988 2008-02-05  Joel Brobecker  <brobecker@adacore.com>
5989
5990         * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
5991         gdb.ada/complete/foo.adb: New files.
5992         * gdb.ada/complete.exp: New testcase.
5993
5994 2008-02-03  Doug Evans  <dje@google.com>
5995
5996         * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
5997
5998         * gdb.cp/gdb2384.exp: New file.
5999         * gdb.cp/gdb2384.cc: New file.
6000         * gdb.cp/gdb2384-base.h: New file.
6001         * gdb.cp/gdb2384-base.cc: New file.
6002
6003 2008-02-02  Doug Evans  <dje@google.com>
6004
6005         * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
6006
6007 2007-02-01  Joel Brobecker  <brobecker@adacore.com>
6008
6009         * gdb.ada/sym_print_name: New test program.
6010         * gdb.ada/sym_print_name.exp: New testcase.
6011
6012 2007-02-01  Joel Brobecker  <brobecker@adacore.com>
6013
6014         * gdb.ada/nested/hello.adb: New file.
6015         * gdb.ada/nested.exp: New testcase.
6016         * gdb.ada/Makefile.in (EXECUTABLES): Update list.
6017
6018 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
6019
6020         * gdb.mi/basic.c (return_1): New function.
6021         * gdb.mi/mi-break.exp: Make sure that failed -break-insert
6022         don't cause future evaluations of function to report
6023         creation of internal breakpoints.
6024
6025 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
6026
6027         * gdb.mi/mi-break.exp (test_error): New.
6028         Call it.
6029
6030 2008-01-31  Luis Machado  <luisgpm@br.ibm.com>
6031
6032         * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
6033         * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
6034
6035 2008-01-31  Pierre Muller  <muller@ics.u-strasbg.fr>
6036
6037         * gdb.pascal/integers.pas: New test program.
6038         * gdb.pascal/integers.exp: New testcase.
6039
6040 2008-01-31  Pierre Muller  <muller@ics.u-strasbg.fr>
6041
6042         * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
6043
6044 2008-01-30  Luis Machado  <luisgpm@br.ibm.com>
6045
6046         * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
6047         * gdb.arch/powerpc-d128-regs.c: New testcase source file.
6048
6049 2008-01-30  Paul Hilfinger  <hilfinger@adacore.com>
6050
6051         * gdb.ada/formatted_ref: New test program.
6052         * gdb.ada/formatted_ref.exp: New testcase.
6053
6054         * gdb.cp/formatted-ref.cc: New file.
6055         * gdb.cp/formatted-ref.exp: New testcase.
6056
6057 2008-01-30  Joel Brobecker  <brobecker@adacore.com>
6058
6059         * gdb.base/ptype.exp: Add testing of "ptype $pc".
6060
6061 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
6062
6063         * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
6064         (test_file_list_exec_source_file): Update to new macro-info field.
6065
6066 2008-01-30  Paul N. Hilfinger  <hilfinger@adacore.com>
6067
6068         * gdb.ada/exprs: New test program.
6069         * gdb.ada/exprs.exp: New testcase.
6070
6071 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6072
6073         * dfp-test.c (DELTA, DELTA_B): New definitions.
6074         (double_val1, double_val2, double_val3, double_val4, double_val5,
6075         double_val6, double_val7, double_val8, double_val9, double_val10,
6076         double_val11, double_val12, double_val13, double_val14, dec32_val1,
6077         dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
6078         dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
6079         dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
6080         dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
6081         dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
6082         dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
6083         dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
6084         dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
6085         dec128_val12, dec128_val13, dec128_val14, dec128_val15,
6086         dec128_val16): New global variables.
6087         (decimal_dec128_align): New function.
6088         (decimal_mixed): Likewise.
6089         (decimal_many_args_dec32): Likewise.
6090         (decimal_many_args_dec64): Likewise.
6091         (decimal_many_args_dec128): Likewise.
6092         (decimal_many_args_mixed): Likewise.
6093         * dfp-test.exp: Add tests calling new inferior functions.
6094
6095 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
6096
6097         * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
6098         gdb.server/ext-run.exp: New files.
6099         * lib/gdbserver-support.exp (gdbserver_download): New.
6100         (gdbserver_start): New.  Update gdbserver expected
6101         output.
6102         (gdbserver_spawn): Use them.
6103         (gdbserver_start_extended): New.
6104
6105 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
6106
6107         * gdb.base/foll-exec.exp: Update header.  Skip on remote targets.
6108         Run on GNU/Linux.
6109         (do_exec_tests): Check for systems which do not support catchpoints.
6110         Do not match START.
6111         * gdb.base/foll-fork.exp: Update header.  Skip on remote targets.
6112         Run on GNU/Linux.  Enable verbose output.
6113         (check_fork_catchpoints): New.
6114         (explicit_fork_child_follow, catch_fork_child_follow)
6115         (tcatch_fork_parent_follow): Update expected messages.
6116         (do_fork_tests): Use check_fork_catchpoints.
6117         * gdb.base/foll-vfork.exp: Update header.  Skip on remote targets.
6118         Run on GNU/Linux.  Enable verbose output.
6119         (check_vfork_catchpoints): New.
6120         (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
6121         expected messages.
6122         (do_vfork_and_exec_tests): Use check_fork_catchpoints.
6123
6124 2008-01-29  Jim Blandy  <jimb@red-bean.com>
6125
6126         * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
6127         host' errors.
6128         * lib/mi-support.exp (mi_gdb_target_cmd): Same.
6129
6130 2008-01-29  Jim Blandy  <jimb@red-bean.com>
6131
6132         * gdb.threads/sigthread.c: Use barriers to ensure that
6133         child_thread and child_thread_two are always initialized before we
6134         start to use them.
6135
6136 2008-01-29  Vladimir Prus  <vladimir@codesourcery.com>
6137
6138         * gdb.base/watchpoint-solib.exp: New.
6139         * gdb.base/watchpoint-solib.c: New.
6140         * gdb.base/watchpoint-solib-shr.c: New.
6141
6142 2008-01-29  Pierre Muller  <muller@ics.u-strasbg.fr>
6143
6144         * gdb.base/gdb1056.exp: Add unsigned integer test.
6145
6146 2008-01-28  Doug Evans  <dje@google.com>
6147
6148         * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
6149
6150 2008-01-27  Jim Blandy  <jimb@codesourcery.com>
6151
6152         * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
6153
6154         * gdb.base/expand-psymtabs.exp: Doc fix.
6155
6156 2008-01-26  Mark Kettenis  <kettenis@gnu.org>
6157
6158         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
6159
6160 2008-01-24  Nick Roberts  <nickrob@snap.net.nz>
6161
6162         * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
6163         -var-set-format.
6164
6165 2008-01-23  Chris Demetriou  <cgd@google.com>
6166
6167         * gdb.threads/thread_events.c: New testcase source file.
6168         * gdb.threads/thread_events.exp: New testcase expect file.
6169
6170 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
6171
6172         * lib/gdb.exp: Add the variable octal.
6173
6174         * gdb.mi/mi-var-display.exp: Add value field to tests for output of
6175         -var-set-format.
6176
6177 2008-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
6178             Vladimir Prus  <vladimir@codesourcery.com>
6179
6180         * gdb.base/float.exp: Allow missing floating point for m68k and
6181         PowerPC.
6182
6183 2008-01-22  Vladimir Prus  <vladimir@codesourcery.com>
6184
6185         * gdb.mi/basics.c: Setup for testing breakpoints
6186         ignore count.
6187         * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
6188         * gdb.mi/mi-cli.exp: Adjust.
6189         * gdb.mi/mi2-cli.exp: Adjust.
6190
6191 2008-01-17  Pedro Alves  <pedro@codesourcery.com>
6192
6193         * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
6194         and 'dummy_ptr' integer pointer.  Initialize struct_declarations
6195         with dummy_ptr's address.
6196         * gdb.mi/var-cmd.c (do_children_tests): Likewise.
6197         * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
6198         all targets.
6199         * gdb.mi/mi2-var-child.exp: Likewise.
6200
6201 2008-01-09  Joel Brobecker  <brobecker@adacore.com>
6202
6203         * gdb.ada/null_array: New test program.
6204         * gdb.ada/null_array.exp: New testcase.
6205
6206 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
6207
6208         * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
6209         with required float modifiers.
6210
6211 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
6212
6213         * gdb.ada/funcall_param: New test program.
6214         * gdb.ada/funcall_param.exp: New testcase.
6215
6216 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
6217
6218         * gdb.ada/arrayparam: New test program.
6219         * gdb.ada/arrayparam.exp: New testcase.
6220
6221 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
6222
6223         * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
6224         landed.  Should also fix random failures in the test following it.
6225
6226 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6227
6228         * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
6229         for expressions with decimal float values.
6230         (test_dfp_conversions): New function to test casts to and from
6231         decimal float types.
6232         Call test_dfp_conversions.
6233         * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
6234         elements.
6235         (main): Initialize ds.float4 and ds.double8 elements.
6236         * gdb.base/dfp-test.exp (d32_set_tests): Fix typo.  Adjust expect
6237         string to new error message.
6238         (d64_set_tests): Likewise.
6239         (d128_set_tests): Likewise.
6240         Add tests for expressions with decimal float variables.  Add tests for
6241         conversions to and from decimal float types.
6242
6243 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
6244
6245         * gdb.ada/packed_tagged/comp_bug.adb: New file.
6246         * gdb.ada/packed_tagged.exp: New testcase.
6247
6248 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
6249
6250         * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
6251         gdb.ada/homonym/homonym_main.adb: New files.
6252         * gdb.ada/homonym.exp: New testcase.
6253
6254 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
6255
6256         * gdb.ada/packed_array.exp: Add testing of references to
6257         a packed array.
6258
6259 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
6260
6261         * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
6262         New files.
6263         * gdb.ada/type_coercion.exp: New testcase.
6264
6265 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
6266
6267         * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
6268         gdb.ada/tagged/foo.adb: New file.
6269         * gdb.ada/tagged.exp: New testcase.
6270
6271 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
6272
6273         * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
6274         gdb.ada/ptype_field/foo.adb: New files.
6275         * gdb.ada/ptype_field.exp: New testcase.
6276
6277 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
6278
6279         * gdb.ada/print_pc.exp: New testcase.
6280
6281 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
6282
6283         * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
6284         gdb.ada/taft_type/p.adb: New files.
6285         * gdb.ada/taft_type.exp: New testcase.
6286
6287 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
6288
6289         * gdb.ada/array_bounds/bar.adb: New file.
6290         * gdb.ada/array_bounds.exp: New testcase.
6291
6292 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
6293
6294         * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
6295         gdb.ada/arrayptr/foo.adb: New files.
6296         * gdb.ada/arrayptr.exp: New testcase.
6297
6298 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
6299
6300         * gdb.base/set-lang-auto.exp: New testcase.
6301
6302 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
6303
6304         * gdb.ada/fun_addr/foo.adb: New file.
6305         * gdb.ada/fun_addr.exp: New testcase.
6306
6307 2008-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6308
6309         * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
6310         New files
6311
6312 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
6313
6314         * array_subscript_addr/p.adb: New file.
6315         * array_subscript_addr.exp: New testcase.
6316
6317 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
6318
6319         * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
6320         New files.
6321         * gdb.ada/str_cmp_ref.exp: New testcase.
6322
6323 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
6324
6325         * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
6326         gdb.ada/fun_in_declare/foo.adb: New files.
6327         * gdb.ada/fun_in_declare.exp: New testcase.
6328
6329 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
6330
6331         * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
6332         gdb.ada/ref_param/pck.ads: New files.
6333         * gdb.ada/ref_param.exp: New testcase.
6334
6335 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
6336
6337         * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
6338         gdb.ada/interface/foo.adb: New files.
6339         * gdb.ada/interface.exp: New testcase.
6340
6341 2007-12-31  Jim Blandy  <jimb@codesourcery.com>
6342
6343         * gdb.base/multi-forks.exp: Consume all output from child
6344         processes before proceeding to next test.
6345
6346 2007-12-29  Jim Blandy  <jimb@codesourcery.com>
6347
6348         * configure: Regenerated.
6349
6350 2007-12-27  Joel Brobecker  <brobecker@adacore.com>
6351
6352         * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
6353         gdb.ada/fixed_cmp/fixed.adb: New files.
6354         * gdb.ada/fixed_cmp.exp: New testcase.
6355
6356 2007-12-27  Joel Brobecker  <brobecker@adacore.com>
6357
6358         * gdb.ada/boolean_expr.exp: New testcase.
6359
6360 2007-12-26  Jim Blandy  <jimb@codesourcery.com>
6361
6362         * gdb.base/multi-forks.exp: Doc fix.
6363
6364 2007-12-26  Joel Brobecker  <brobecker@adacore.com>
6365
6366         * gdb.ada/Makefile.in (EXECUTABLES): Update list.
6367         * gdb.ada/char_param.exp: Do not compile our test program with
6368         -gnata, this is unnecessary.
6369         * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
6370
6371 2007-12-24  Joel Brobecker  <brobecker@adacore.com>
6372
6373         * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
6374         gdb.ada/print_chars/foo.adb: New files.
6375         * gdb.ada/print_chars.exp: New testcase.
6376
6377 2007-12-24  Joel Brobecker  <brobecker@adacore.com>
6378
6379         * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
6380         gdb.ada/char_param/foo.adb: New files.
6381         * gdb.ada/char_param.exp: New testcase.
6382
6383 2007-12-22  Jim Blandy  <jimb@codesourcery.com>
6384
6385         * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
6386         hard-coding source line numbers into the test.
6387         * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
6388         gdb_get_line_number to find.
6389
6390 2007-12-22  Joel Brobecker  <brobecker@adacore.com>
6391
6392         * gdb.base/ptype.c (highest): New struct type.
6393         (the_highest): New variable of that type.
6394         (main): Add dummy assignment to a field of variable the_highest.
6395         * gdb.base/ptype.exp: Test type printing of our new variable.
6396
6397 2007-12-19  Pierre Muller  <muller@ics-u-strasbg.fr>
6398
6399         * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
6400         and record first explicitly generated thread number.
6401         Use that thread number for thread specific watchpoint test.
6402         Add iteration number to repetitive tests.
6403
6404 2007-12-16  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
6405             Jim Blandy  <jimb@codesourcery.com>
6406
6407         * gdb.base/expand-psymtabs.c: New testcase
6408         source file.
6409         * gdb.base/expand-psymtabs.exp: New testcase
6410         expect file.
6411
6412 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
6413
6414         * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
6415         * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
6416
6417 2007-12-17  Joel Brobecker  <brobecker@adacore.com>
6418
6419         * gdb.ada/frame_args/foo.adb: New file.
6420         * gdb.ada/frame_args/pck.ads: New file.
6421         * gdb.ada/frame_args/pck.adb: New file.
6422         * gdb.ada/frame_args.exp: New testcase.
6423
6424 2007-12-17  Joel Brobecker  <brobecker@adacore.com>
6425
6426         * gdb.base/frame-args.c: New file.
6427         * gdb.base/frame-args.exp: New testcase.
6428
6429 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
6430             Joseph Myers  <joseph@codesourcery.com>
6431
6432         * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
6433
6434 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
6435
6436         * gdb.mi/mi-pending.exp: New.
6437         * gdb.mi/mi-pending.c: New.
6438         * gdb.mi/mi-pendshr.c: New.
6439
6440 2007-12-06  Jim Blandy  <jimb@codesourcery.com>
6441
6442         * gdb.base/default.exp: Update expected output for 'info catch'.
6443
6444 2007-12-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
6445
6446         * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
6447         must be set to binary.
6448
6449 2007-12-09  Pedro Alves  <pedro_alves@portugalmail.pt>
6450
6451         * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
6452
6453 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
6454
6455         * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
6456         gdb.mi/mi-file-transfer.exp: New.
6457
6458 2007-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
6459
6460         * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
6461
6462 2007-11-22  Maciej W. Rozycki  <macro@mips.com>
6463
6464         * gdb.trace/backtrace.exp: Fix a typo.
6465         * gdb.trace/circ.exp: Likewise.
6466         * gdb.trace/collection.exp: Likewise.
6467         * gdb.trace/limits.exp: Likewise.
6468         * gdb.trace/report.exp: Likewise.
6469         * gdb.trace/tfind.exp: Likewise.
6470         * gdb.trace/while-dyn.exp: Likewise.
6471
6472 2007-11-21  Nick Roberts  <nickrob@snap.net.nz>
6473
6474         * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
6475         objects of pointers that can't be dereferenced are now
6476         "noneditable".
6477
6478 2007-11-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6479
6480         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6481         (target_cpu): Remove.
6482
6483 2007-10-15  Vladimir Prus  <vladimir@codesourcery.com>
6484
6485         * gdb.base/ending-run.exp: Expect the list of cleared
6486         breakpoint to come in natural order, not the reversed one.
6487
6488 2007-11-07  Vladimir Prus  <vladimir@codesourcery.com>
6489
6490         * gdb.mi/mi-var-child.c (do_child_deletion): New.
6491         * gdb.mi/mi-var-child.exp: Run child_deletion tests.
6492
6493 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
6494
6495         * gdb.base/printcmds.exp: New function
6496         test_printf_with_dfp.
6497
6498 2007-11-02  Doug Evans  <dje@google.com>
6499
6500         * gdb.disasm/t01_mov.s: Remove carriage returns.
6501         * gdb.disasm/t02_mova.s: Ditto.
6502         * gdb.disasm/t03_add.s: Ditto.
6503         * gdb.disasm/t04_sub.s: Ditto.
6504         * gdb.disasm/t05_cmp.s: Ditto.
6505         * gdb.disasm/t06_ari2.s: Ditto.
6506         * gdb.disasm/t07_ari3.s: Ditto.
6507         * gdb.disasm/t08_or.s: Ditto.
6508         * gdb.disasm/t09_xor.s: Ditto.
6509         * gdb.disasm/t10_and.s: Ditto.
6510         * gdb.disasm/t11_logs.s: Ditto.
6511         * gdb.disasm/t12_bit.s: Ditto.
6512         * gdb.disasm/t13_otr.s: Ditto.
6513
6514 2007-11-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6515
6516         * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
6517
6518 2007-10-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6519
6520         * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
6521         provide DFP support.
6522
6523 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
6524
6525         * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
6526         Test "set powerpc vector-abi".  Skip auto-detection tests for old
6527         toolchains.
6528
6529 2007-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
6530
6531         * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
6532         with [string compare].
6533
6534 2007-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
6535
6536         * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
6537         * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
6538
6539 2007-10-25  Luis Machado  <luisgpm@br.ibm.com>
6540
6541         * gdb.opt/clobbered-registers-O2.c: New testcase source file.
6542         * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
6543         * gdb.opt/Makefile.in: New makefile.
6544         * Makefile.in: Create new directory "gdb.opt".
6545         * configure.ac: Add "gdb.opt" directory.
6546         * configure: Regenerated.
6547
6548 2007-10-25  Doug Evans  <dje@google.com>
6549
6550         * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
6551         * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
6552
6553 2007-10-15  Wu Zhou  <woodzltc@cn.ibm.com>
6554             Thiago Jung Bauermann  <bauerman@br.ibm.com>
6555
6556         * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
6557         Floating Point expressions.
6558         * gdb.base/dfp-test.exp: new file adding tests for Decimal
6559         Floating Point variables.
6560         * gdb.base/dfp-test.c: new file containing program with Decimal
6561         Floating variables, used by gdb.base/dfp-test.exp.
6562
6563 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
6564
6565         * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
6566
6567 2007-10-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6568
6569         * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
6570         compiling test case with GCC.
6571         * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
6572
6573 2007-10-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6574
6575         * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
6576         format changes.
6577
6578 2007-10-18  Michael Snyder  <msnyder@specifix.com>
6579
6580         * gdb.base/dbx.exp: Add missing "-re " operator.
6581
6582 2007-10-16  Gaius Mulley  <gaius@glam.ac.uk>
6583
6584         * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
6585         * configure.ac: Removed trailing spaces after backslash.
6586         * gdb.modula2: New directory.
6587         * gdb.modula2/Makefile.in: New file.
6588         * gdb.modula2/unbounded-array.exp: New file.
6589         * gdb.modula2/unbounded1.c: New file.
6590
6591 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6592
6593         * gdb.xml/tdesc-regs.exp: Add PowerPC support.
6594
6595 2007-10-15  Pierre Muller  <muller@ics.u-strasbg.fr>
6596
6597         * gdb.base/sigstep.c (main): Add checks for
6598         return values for setitimer call.
6599         Call setitimer again with itimer = ITIMER_REAL
6600         if first call to setitimer fails.
6601
6602 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
6603
6604         * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
6605         of $timeout.
6606
6607 2007-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
6608
6609         * gdb.server/server-run.exp: Test for dynamic linker symbols.
6610
6611 2007-10-09  Pierre Muller  <muller@ics.u-strasbg.fr>
6612
6613         * lib/gdb.exp (gdb_run_cmd): Move comment outside
6614         of gdb_expect call, to avoid interruption.
6615
6616 2007-10-09  Pedro Alves  <pedro_alves@portugalmail.pt>
6617
6618         * gdb.base/whatis.c (v_long_long, v_signed_long_long)
6619         (v_unsigned_long_long, v_long_long_array)
6620         (v_signed_long_long_array, v_unsigned_long_long_array)
6621         (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
6622         (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
6623         [!NO_LONG_LONG]: New.
6624         (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
6625         v_long_long_member.
6626
6627         (v_long_long_func, v_signed_long_long_func)
6628         (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
6629         (main) [!NO_LONG_LONG]: Initialize long long variants.
6630
6631         * gdb.base/whatis.exp: If board file requests no_long_long, build
6632         test with NO_LONG_LONG defined.  Test long long, signed long long,
6633         and unsigned long long variants but only if board file doesn't
6634         disable it.
6635
6636 2007-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
6637             Daniel Jacobowitz  <dan@codesourcery.com>
6638
6639         * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
6640         * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
6641         * configure: Regenerated.
6642         * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
6643         gdb.pascal/types.exp, lib/pascal.exp: New files.
6644
6645 2007-10-02  Daniel Jacobowitz  <dan@codesourcery.com>
6646
6647         * gdb.cp/classes.exp (do_tests): Always step to the line after the
6648         call.
6649         * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
6650         to return to the call.
6651         * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
6652         * gdb.mi/mi-return.exp (test_return_simple): Likewise.
6653         * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
6654         * gdb.mi/mi-until.exp (test_until): Likewise.
6655         * gdb.mi/mi2-until.exp (test_until): Likewise.
6656
6657 2007-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
6658
6659         * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
6660         two-char array.
6661         * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
6662
6663 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
6664
6665         * gdb.threads/watchthreads.c (thread_function): Sleep between
6666         iterations.
6667         * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
6668         at once for S/390.  Generate matching fails and passes.
6669
6670 2007-09-27  Vladimir Prus  <vladimir@codesourcery.com>
6671
6672         * gdb.mi/var-cmd.c (do_children_tests): Initialize
6673         the 'struct_declarations' variable to zeros.
6674
6675 2007-09-24  Vladimir Prus  <vladimir@codesourcery.com>
6676
6677         * gdb.cp/mb-ctor.cc: New.
6678         * gdb.cp/mb-ctor.exp: New.
6679         * gdb.cp/mb-templates.cc: New.
6680         * gdb.cp/mb-templates.exp: New.
6681
6682 2007-09-23  Daniel Jacobowitz  <dan@codesourcery.com>
6683
6684         * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
6685
6686 2007-09-23  Pedro Alves  <pedro_alves@portugalmail.pt>
6687
6688         * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
6689         targets.
6690         * configure: Regenerate.
6691
6692 2007-09-23  Vladimir Prus  <vladimir@codesourcery.com>
6693
6694         * gdb.base/annota1.exp: Adjust for 'info break'
6695         format changes.
6696         * gdb.base/annota3.exp: Likewise.
6697         * gdb.base/break.exp: Likewise.
6698         * gdb.base/condbreak.exp: Likewise.
6699         * gdb.base/pending.exp: Likewise.
6700         * gdb.base/sepdebug.exp: Likewise.
6701         * gdb.base/unload.exp: Likewise.
6702         * gdb.base/ovldbreak.exp: Likewise.
6703
6704 2007-09-22  Vladimir Prus  <vladimir@codesourcery.com>
6705
6706         * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
6707         messages.
6708         * gdb.base/chng-syms.exp: Likewise.
6709         * gdb.base/unload.exp: Likewise.
6710
6711 2007-09-21  Daniel Jacobowitz  <dan@codesourcery.com>
6712
6713         * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
6714
6715 2007-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
6716
6717         * schedlock.c (NUM): Change to 1.
6718         (main): Use args[0] for the main thread.
6719         * schedlock.exp: Only expect two threads.  Only issue one pass or fail
6720         regardless of the number of threads.
6721
6722 2007-09-14  Maciej W. Rozycki  <macro@mips.com>
6723
6724         * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
6725         type down.
6726         (test_watchpoint_triggering): XFAIL the sw watchpoint scope
6727         test.
6728         * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
6729         watchpoint type down.
6730         (test_watchpoint_triggering): XFAIL the sw watchpoint scope
6731         test.
6732
6733 2007-09-14  Maciej W. Rozycki  <macro@mips.com>
6734
6735         * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
6736         Move all the tests here and run them twice, once using software
6737         watchpoints and once using hardware watchpoints.
6738         * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
6739
6740 2007-09-12  Daniel Jacobowitz  <dan@codesourcery.com>
6741
6742         * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
6743         test.
6744
6745 2007-09-10  Mark Kettenis  <kettenis@gnu.org>
6746
6747         * lib/gdb.exp (build_id_debug_filename_get): Improve check for
6748         build-id.
6749
6750         * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
6751         know about $ORIGIN.  Calculate output dir from $dest instead of
6752         using ${objdir}/{$subdir}.
6753
6754 2007-09-09  Mark Kettenis  <kettenis@gnu.org>
6755
6756         * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
6757         gcore, before continuing with the test.
6758
6759 2007-09-06  Daniel Jacobowitz  <dan@codesourcery.com>
6760
6761         * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
6762         * gdb.mi/mi-watch.exp: Likewise.
6763
6764 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
6765             Jim Blandy  <jimb@codesourcery.com>
6766
6767         * gdb.arch/i386-sse.exp: Do not expect character constants.
6768         * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
6769         * gdb.base/display.exp: Allow print/s.
6770         * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
6771         and unsigned char array changes.
6772
6773 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
6774
6775         * gdb.base/display.exp: Add tests for printf %p.
6776
6777 2007-09-03  Pedro Alves  <pedro_alves@portugalmail.pt>
6778
6779         * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
6780         the dll name to unicode.
6781
6782 2007-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6783
6784         * gdb.base/default.exp (show version): Update the version text.
6785         * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
6786
6787 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6788
6789         * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
6790         New files.
6791
6792 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6793
6794         * lib/gdb.exp (build_id_debug_filename_get): New function.
6795         * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
6796         Remove the generate DEBUG file for the future testcase runs.
6797         New testcase for the NT_GNU_BUILD_ID retrieval.
6798         Move the final testing step to ...
6799         (test_different_dir): ... a new function.
6800         New parameter XFAIL to XFAIL all the tests performed.
6801         New parameter TEST_DIFFERENT_DIR parametrizing the directory.
6802         New parameter TYPE to PF_PREFIX all the tests performed.
6803
6804 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
6805
6806         * gdb.mi/mi-var-cp.cc (path_expression): New
6807         function.
6808         * gdb.mi/mi-var-cp.exp: Run path exression tests.
6809
6810 2007-08-27  Markus Deuling  <deuling@de.ibm.com>
6811
6812         * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
6813         to fit into SPU Local Store memory.
6814
6815 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
6816
6817         * gdb.base/default.exp: Adjust the expected output of "info
6818         warranty" after the switch to GPLv3.
6819
6820 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
6821
6822         * lib/gdb.exp (default_gdb_init): Increase expect buffer size
6823         to 30000 (from 20000).
6824
6825 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
6826
6827         Switch the license of all .exp files to GPLv3.
6828         Switch the license of all .f and .f90 files to GPLv3.
6829         Switch the license of all .s and .S files to GPLv3.
6830
6831 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
6832
6833         * configure.ac: Switch license to GPLv3.
6834
6835 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
6836
6837         Switch the licensing to GPLv3 for all .ads and .adb files.
6838
6839 2007-08-22  Daniel Jacobowitz  <dan@codesourcery.com>
6840
6841         * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
6842         and t_int_double.
6843         * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
6844
6845 2007-08-17  Joel Brobecker  <brobecker@adacore.com>
6846
6847         * gdb.base/step-line.c: Switch license to GPL version 3, and
6848         update copyright year.
6849         * gdb.base/step-line.inp: Likewise.
6850
6851 2007-08-17  Joel Brobecker  <brobecker@adacore.com>
6852
6853         * gdb.base/gdb1555.exp: Make expected output immune to formatting
6854         changes inside gdb1555.c.
6855         * gdb.base/pending.exp: Likewise.
6856
6857 2007-08-13  Daniel Jacobowitz  <dan@codesourcery.com>
6858
6859         * config/default.exp: New file.
6860
6861 2007-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
6862
6863         * gdb.base/prologue.c, gdb.base/prologue.exp: New.
6864         * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
6865
6866 2007-07-30  Maciej W. Rozycki  <macro@mips.com>
6867
6868         * gdb.base/dump.exp: Force the correct endianness for binary
6869         formats not carrying this information.
6870
6871 2007-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
6872
6873         * gdb.threads/staticthreads.exp: Match .*sem_post.
6874
6875 2007-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
6876
6877         * gdb.base/readline.exp (operate_and_get_next): Match the final
6878         prompt.
6879
6880 2007-07-23  Kevin Buettner  <kevinb@redhat.com>
6881
6882         * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
6883         to restarting SID.
6884
6885 2007-07-18  Kevin Buettner  <kevinb@redhat.com>
6886
6887         * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
6888         prior to `gdb_start'.
6889
6890 2007-07-18  Kevin Buettner  <kevinb@redhat.com>
6891
6892         * config/sid.exp (gdb_load): Add test for empty argument.  Adjust
6893         return value to be compatible with gdb_run_cmd in lib/gdb.exp.
6894         Remove call to gdb_unload.
6895
6896 2007-07-17  Pedro Alves  <pedro_alves@portugalmail.pt>
6897             Daniel Jacobowitz  <dan@codesourcery.com>
6898
6899         * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
6900         for __WIN32__.
6901         (SHLIB_NAME): Delete definition.  Always pass dlerror to fprintf.
6902         * gdb.base/unload.exp: Use shared library test routines.
6903
6904 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
6905
6906         * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
6907         * gdb.base/solib-symbol-lib.c: Likewise.
6908         * gdb.base/solib-symbol-main.c: Likewise.
6909
6910 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
6911
6912         * config/gdbserver.exp (gdb_reconnect): New.
6913         * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
6914         gdb.base/solib-disc.exp: New files.
6915         * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
6916         remote debugging".
6917         (gdb_compile): Add shlib_load flag.
6918         * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
6919         port.
6920         (gdbserver_reconnect): New.
6921
6922 2007-07-01  Nick Roberts  <nickrob@snap.net.nz>
6923             Daniel Jacobowitz  <dan@codesourcery.com>
6924
6925         * gdb.base/annota3.exp: Test for if construct.
6926
6927 2007-06-26  Daniel Jacobowitz  <dan@codesourcery.com>
6928
6929         * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
6930
6931 2007-06-21  Chris Dearman  <chris@mips.com>
6932             Maciej W. Rozycki  <macro@mips.com>
6933
6934         * gdb.base/display.exp: Allow a newline after display/i.
6935         * gdb.base/pc-fp.exp: Likewise.
6936         * gdb.base/sigbpt.exp: Likewise.
6937
6938 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6939
6940         * gdb.xml/tdesc-regs.exp: Add MIPS support.  Allow multiple
6941         required features to be included.
6942
6943 2007-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
6944
6945         * gdb.threads/manythreads.exp: Prevent expect buffer overflow
6946         in info threads output.
6947
6948 2007-06-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6949             Markus Deuling  <deuling@de.ibm.com>
6950
6951         * gdb.arch/spu-info.exp: New testcase.
6952         * gdb.arch/spu-info.c: New file.
6953
6954 2007-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
6955
6956         * gdb.arch/thumb-prologue.c: Record the breakpoint address in
6957         tpcs_offset.  Restore lr after the call.
6958         * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
6959
6960 2007-05-23  Daniel Jacobowitz  <dan@codesourcery.com>
6961
6962         * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
6963         (gdbserver_run): Kill any running gdbserver.
6964         * lib/mi-support.exp (mi_gdb_target_load): Likewise.
6965
6966 2007-05-17  Maciej W. Rozycki  <macro@mips.com>
6967
6968         * gdb.base/sigbpt.exp: Preset segv_addr.
6969
6970 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
6971
6972         * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
6973         (gdb_compile_shlib): Likewise.
6974         (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
6975         (default_gdb_init): Clear cleanfiles.
6976         (gdb_finish): Delete recorded cleanfiles.
6977         * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
6978
6979         * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
6980         Do not use isnative.
6981         * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
6982         gdb.base/so-impl-ld.exp: Likewise.
6983         * gdb.base/solib-weak.exp: Likewise.  Skip for DLL targets.
6984         * gdb.base/unload.exp: Likewise.  Do not pass empty option to
6985         gdb_compile.
6986
6987 2007-05-15  Vladimir Prus  <vladimir@codesourcery.com>
6988
6989         * config/unknown.exp: Remove.
6990
6991 2007-05-15  Markus Deuling  <deuling@de.ibm.com>
6992
6993         * gdb.base/info-proc.exp: Check is_remote.
6994
6995 2007-05-14  Markus Deuling  <deuling@de.ibm.com>
6996
6997         * gdb.base/gcore.exp: Initialize variable core_supported.
6998
6999 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
7000
7001         * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
7002
7003 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
7004
7005         * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
7006         * gdb.threads/print-threads.exp (test_all_threads): Allow
7007         negative and hexadecimal thread IDs.
7008
7009 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
7010
7011         * gdb.java/jprint.java (public): Avoid invalid call to static
7012         method.
7013
7014 2007-05-14  Denis Pilat  <denis.pilat@st.com>
7015
7016         * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
7017         gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
7018         gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
7019         gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
7020         gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
7021
7022 2007-05-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7023
7024         * gdb.base/overlays.exp: Add support for targets with only code
7025         overlay support, not data overlay.  Support spu-*-* target in
7026         this mode.
7027         * gdb.base/ovlymgr.c: Provide stubs for spu target.
7028         * gdb.base/spu.ld: New file.
7029
7030 2007-05-07  Daniel Jacobowitz  <dan@codesourcery.com>
7031
7032         * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
7033
7034 2007-05-06  Daniel Jacobowitz  <dan@codesourcery.com>
7035
7036         * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
7037
7038 2007-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
7039
7040         * gdb.java/jmain.exp: Handle demangled names with and without method
7041         signatures.
7042
7043 2007-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
7044
7045         * gdb.mi/mi-syn-frame.c (main, foo, bar)
7046         (have_a_very_merry_interrupt): Remove calls to puts.
7047         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
7048         inferior output.
7049         * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio.  Correct
7050         test names.
7051
7052 2007-04-29  Markus Deuling  <deuling@de.ibm.com>
7053             Daniel Jacobowitz  <dan@codesourcery.com>
7054
7055         * gdb.base/auxv.exp (core_works): Also check is_remote.
7056         * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
7057
7058 2007-04-25  Vladimir Prus  <vladimir@codesourcery.com>
7059
7060         * gdb.base/sigaltstack.exp: Use 'srcfile' in error
7061         message, not the undefined 'module' variable.
7062         * gdb.base/siginfo.exp: Likewise.
7063         * gdb.base/sigstep.exp: Likewise.
7064         * lib/gdbserver-support.exp (gdb_target_cmd): Quote
7065         serialport.
7066         * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
7067
7068 2007-04-25  Corinna Vinschen <vinschen@redhat.com>
7069
7070         * config/sim.exp (gdb_target_sim): Just return with -1 when setting
7071         target sim fails.  Return 0 otherwise.
7072         (gdb_load): Return prematurely if gdb_target_sim fails.
7073
7074 2007-04-16  Denis Pilat  <denis.pilat@st.com>
7075
7076         * gdb.base/setshow.exp: Reset height after having set it to 100.
7077
7078 2007-04-16  Denis Pilat  <denis.pilat@st.com>
7079
7080         * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
7081
7082 2007-04-16  Denis Pilat  <denis.pilat@st.com>
7083
7084         * gdb.mi/mi2-var-display.exp: Test for the fullname field.
7085
7086 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
7087
7088         * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
7089         tests. Run the frozen varobjs test.
7090         * gdb.mi/var-cmd.c (do_frozen_tests): New.
7091         * lib/mi-support.exp (mi_varobj_update): Fix thinko.
7092
7093 2007-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7094
7095         * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
7096         gdb.base/type-opaque.exp: New files.
7097
7098 2007-04-01  Vladimir Prus  <vladimir@codesourcery.com>
7099
7100         * gdb.mi/mi-var-child.c
7101         (do_children_tests): User char[2] instead of
7102         char so that automatic printing of pointers to char
7103         don't give unpredicable result.
7104         * gdb.mi/var-cmd.c (do_locals_test): Initialize
7105         local variables.
7106         * gdb.mi/mi-var-child.exp: Step to right line
7107         of do_children_tests.
7108         * gdb.mi/mi2-var-child.exp: Likewise.
7109         * gdb.mi/mi-var-cmd.exp: Step to right line of
7110         do_locals_tests.
7111         (do_children_tests): User char[2] instead of
7112         char so that automatic printing of pointers to char
7113         don't give unpredicable result.
7114         * gdb.mi/mi2-var-cmd.exp: Likewise.
7115         * lib/mi-support.exp (mi_continue_to_line):
7116         Pass test name to mi_wait_for_stop.
7117
7118 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
7119
7120         * gdb.asm/asm-source.exp: Remove d10v case.
7121         * lib/gdb.exp (skip_cplus_tests): Likewise.
7122         * gdb.asm/d10v.inc: Deleted.
7123
7124 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
7125
7126         * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
7127
7128 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
7129
7130         * config/netware.exp: Delete file.
7131
7132 2007-03-29  Joel Brobecker  <brobecker@adacore.com>
7133
7134         * gdb.dwarf2/dw2-noloc.S: New file.
7135         * gdb.dwarf2/dw2-noloc.exp: New file.
7136
7137 2007-03-28  Pedro Alves  <pedro_alves@portugalmail.pt>
7138
7139         * gdb.cp/method2.cc: New test.
7140         * gdb.cp/method2.exp: New test.
7141         * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
7142
7143 2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
7144
7145         * gdb.ada/exec_changed.exp: Avoid "set confirm off".
7146
7147 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
7148
7149         * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
7150
7151 2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
7152
7153         * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
7154         (gdb_load): Delete, replace with...
7155         (gdb_reload): ...this.
7156         * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
7157         * gdb.server/server-mon.exp: Likewise.
7158         * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
7159         (gdb_start_cmd): New.
7160         (gdb_file_cmd): Save the last loaded file.
7161         (gdb_reload): New.
7162         (gdb_gnu_strip_debug): Use transform.
7163         * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
7164         support here.  Use new $last_loaded_file.  Check mtime.
7165         (gdb_target_cmd): Handle ObjC failure case.
7166         (infer_host_exec): Delete.
7167         (gdbserver_load): Rename to...
7168         (gdbserver_run): ...this.  Simplify.
7169         * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
7170         (mi_gdb_load): Move most contents to a new function...
7171         (mi_gdb_target_load): ...here.  Simplify call to gdbserver_gdb_load.
7172         (mi_run_cmd): Use mi_gdb_target_load.
7173         * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
7174         gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
7175         Use gdb_run_cmd.
7176         * gdb.base/charsign.exp: Remove incorrect comment.
7177         * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
7178         * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
7179         gdb.base/start.exp: Use gdb_start_cmd.
7180
7181 2007-03-23  Nigel Stephens  <nigel@mips.com>
7182             Maciej W. Rozycki  <macro@mips.com>
7183
7184         * gdb.base/sigbpt.exp: Fix the message when skipping test.
7185         * gdb.base/signull.exp: Similarly.
7186
7187 2007-03-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7188
7189         * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
7190         messages available to test cases (like chng-sym.exp).
7191
7192 2007-03-14  Andreas Schwab  <schwab@suse.de>
7193
7194         * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
7195         format changes.
7196
7197 2007-03-13  Daniel Jacobowitz  <dan@codesourcery.com>
7198
7199         * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
7200         (optimized_1): New.
7201         (main): Call optimized_1.
7202         (gdb2029): Correct typos.  Call gdb2029_marker.
7203         * gdb.arch/powerpc-prologue.exp: Run new test.  Use a breakpoint
7204         for gdb2029.
7205
7206 2007-03-12  Mark Kettenis  <kettenis@gnu.org>
7207
7208         * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
7209         as tabs.  Remove redundant test pattern.
7210
7211 2007-03-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7212
7213         * gdb.base/long_long.exp: Accept optional symbol name in <...>
7214         for /a format output.
7215
7216 2007-03-09  Daniel Jacobowitz  <dan@codesourcery.com>
7217
7218         * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
7219         collect output incrementally.
7220
7221 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7222
7223         * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
7224         for -var-create lpcharacter test.
7225         * gdb.mi/mi2-var-cmd.exp: Likewise.
7226
7227 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7228
7229         * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
7230         pass on targets where address zero is readable.
7231
7232 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7233
7234         * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
7235         just a single architecture.
7236
7237 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7238
7239         * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
7240         (fetch_all_registers): New function, uses gdb_test_multiple and
7241         exp_continue to fetch inferior output line-by-line.
7242         Replace all uses of do_get_all_registers by fetch_all_registers.
7243
7244 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7245
7246         * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
7247         in target_info.
7248
7249 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
7250
7251         * gdb.threads/manythreads.exp: Use $message string for
7252         consistancy; add a default (timeout) case.
7253
7254 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
7255
7256         * gdb.base/watchpoint.exp: Fix truncated comment.
7257
7258 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
7259
7260         * Makefile.in: Remove spurious single-quotes from sed command.
7261
7262 2007-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
7263
7264         * gdb.mi/mi-var-cmd.exp: Correct test name.  Allow any value for
7265         func.
7266         * gdb.mi/mi2-var-cmd.exp: Likewise.
7267
7268 2007-02-27  Joel Brobecker  <brobecker@adacore.com>
7269
7270         * gdb.dwarf2/dw2-producer.S: New file.
7271         * gdb.dwarf2/dw2-producer.exp: New testcase.
7272
7273 2007-02-27  Nick Roberts  <nickrob@snap.net.nz>
7274
7275         * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
7276         * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
7277         * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
7278         * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
7279         * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
7280         Revert tests to use mi_gdb_test and include value field in output
7281         of -var-create.
7282
7283 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
7284
7285         * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
7286
7287 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
7288
7289         * gdb.base/maint.exp: Remove full paths from test names.
7290         * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
7291         gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
7292
7293 2007-02-27  Joel Brobecker  <brobecker@adacore.com>
7294
7295         * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
7296
7297 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
7298
7299         * gdb.server/server-mon.exp: New test.
7300
7301 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
7302
7303         * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
7304
7305 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
7306
7307         * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
7308         register capitalization.
7309
7310 2007-02-13  Denis Pilat  <denis.pilat@st.com>
7311
7312         * gdb.mi/mi-var-invalidate.exp: New file.
7313
7314 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
7315
7316         * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
7317
7318 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
7319
7320         * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
7321
7322 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
7323
7324         * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
7325         gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
7326
7327 2007-02-08  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         * gdb.mi/gdb792.exp, lib/mi-support.exp:
7335         Update tests to include value field in output of -var-create.
7336
7337 2007-02-08  Andreas Schwab  <schwab@suse.de>
7338
7339         * gdb.mi/mi-var-child.exp: Fix matching display of function value.
7340
7341 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
7342
7343         * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
7344         gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
7345
7346 2007-02-02  Denis Pilat  <denis.pilat@st.com>
7347
7348         * gdb.threads/threadapply.exp: check that frame is not changed by
7349         the thread apply all command.
7350
7351 2007-01-31  Andreas Schwab  <schwab@suse.de>
7352
7353         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
7354
7355         * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
7356         in the dwarf sections.
7357         * gdb.dwarf2/mac-fileno.S: Likewise.
7358
7359         * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
7360         bspstore register on ia64.
7361
7362 2007-01-29  Andreas Schwab  <schwab@suse.de>
7363
7364         * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
7365         "frame-begin" annotation.
7366
7367         * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
7368         number of "frames-invalid" annotations.
7369
7370 2007-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
7371
7372         * gdb.base/commands.exp: Call if_commands_test.
7373         (gdb_test_no_prompt, if_commands_test): New.
7374
7375 2007-01-28  Mark Kettenis  <kettenis@gnu.org>
7376
7377         * gdb.threads/sigthread.c (NSIGS): Make bigger.
7378
7379 2007-01-27  Andreas Schwab  <schwab@suse.de>
7380
7381         * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
7382         .short/.int/.quad in the dwarf sections.
7383         * gdb.dwarf2/dw2-intercu.S: Likewise.
7384         * gdb.dwarf2/dw2-intermix.S: Likewise.
7385
7386 2007-01-25  Jan Kratochvil <jan.kratochvil@redhat.com>
7387
7388         * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
7389         * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
7390         array.
7391         * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
7392         * gdb.base/setvar.exp: Likewise.
7393
7394 2007-01-26  Andreas Schwab  <schwab@suse.de>
7395
7396         * gdb.base/corefile.exp: Allow non-empty argument list in reinit
7397         test.
7398
7399         * gdb.base/multi-forks.exp ("restart $i"): Also match
7400         __kernel_syscall_via_break.
7401
7402 2007-01-24  Vladimir Prus  <vladimir@codesourcery.com>
7403
7404         * lib/mi-support.exp (mi_delete_varobj): New.
7405         * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
7406         testcase.
7407         * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
7408         (main): Call the above.
7409         (reference_update_test, base_in_reference_test)
7410         (reference_to_pointer): Delete the created varobjs.
7411
7412 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
7413
7414         * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
7415         * configure: Regenerated.
7416         * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
7417         * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
7418         gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
7419         gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
7420         * lib/gdb.exp (gdb_skip_xml_test): New function.
7421
7422 2007-01-23  Nick Hudson  <nick.hudson@dsl.pipex.com>
7423
7424         * gdb.base/sigrepeat.exp: Correct error message.
7425
7426 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
7427             Daniel Jacobowitz  <dan@codesourcery.com>
7428
7429         * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
7430         gdb.arch/i386-gnu-cfi-asm.S: New files.
7431
7432 2007-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7433
7434         * lib/gdb.exp: Abort on missing `site.exp'.
7435
7436 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
7437             Daniel Jacobowitz  <dan@codesourcery.com>
7438
7439         * gdb.base/included.c, gdb.base/included.exp,
7440         gdb.base/included.h: New files.
7441
7442 2007-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
7443
7444         * gdb.base/bigcore.c (RLIMIT_CAP): Define.
7445         (maximize_rlimit): Reduce limits on 64-bit systems.
7446
7447 2007-01-19  Mark Kettenis  <kettenis@gnu.org>
7448
7449         From Marcus Deuling <deuling@de.ibm.com>:
7450         * gdb.arch/altivec-regs.exp: Initialise variable endianness in
7451         every case.
7452
7453 2007-01-13  Nick Roberts  <nickrob@snap.net.nz>
7454
7455         * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
7456         (test_path_specification): Use objdir instead of srcdir to always
7457         get an absolute filename.
7458
7459 2007-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
7460
7461         * gdb.cp/member-ptr.cc (class Padding): Make contents public.
7462
7463 2007-01-11  Vladimir Prus  <vladimir@codesourcery.com>
7464
7465         * gdb.mi/mi-var-cp.cc (reference_update_tests):
7466         Make sure the variable we're using is in scope.
7467         (reference_to_pointer): Likewise.
7468
7469 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
7470
7471         * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
7472         has no debug information.
7473
7474 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
7475
7476         * gdb.base/annota1.exp: Remove extra send_gdb.
7477
7478 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
7479
7480         * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
7481
7482 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
7483
7484         * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
7485
7486 2007-01-08  Nick Roberts  <nickrob@snap.net.nz>
7487             Daniel Jacobowitz  <dan@codesourcery.com>
7488
7489         * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
7490         lcharacter or linteger change.  Correct duplicated test name.
7491         * gdb.mi/mi2-var-cmd.exp: Likewise.
7492
7493 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
7494
7495         * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
7496
7497 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
7498
7499         * gdb.base/nofield.c: New file.
7500         * gdb.base/nofield.exp: New testcase.
7501
7502 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
7503
7504         * gdb.mi/mi-var-cp.exp: New test for references to pointers.
7505
7506         * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
7507          test.
7508
7509 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7510
7511         * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
7512
7513 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7514
7515         * lib/mi-support.exp (mi_runto_helper): Expect two prompts
7516         when continuing.
7517
7518 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
7519
7520         * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
7521         Expect ".exe" extension.
7522
7523 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
7524
7525         * gdb.base/charset.exp: Add explicit filename to break.
7526         * gdb.base/dbx.exp: Add explicit filename to breaks.
7527
7528 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
7529
7530         * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
7531         * gdb.mi/mi2-file.exp: Likewise.
7532
7533 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
7534
7535         Implement specification of MI tests as comments
7536         in C and C++ sources.
7537         * lib/mi-support.exp (mi_autotest_data): New variable.
7538         (mi_autotest_source): New variable.
7539         (count_newlines, mi_prepare_inline_tests)
7540         (mi_get_inline_test, mi_continue_to_line)
7541         (mi_run_inline_test, mi_tbreak)
7542         (mi_send_resuming_command, mi_wait_for_stop): New functions.
7543         * gdb.mi/mi-var-cp.exp: Move most content to the C file.
7544         Run inline tests.
7545         * gdb.mi/mi-var-cp.cc: Define tests here.
7546
7547 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
7548
7549         Simplify usage of mi_continue_to.
7550         * lib/mi-support.exp (mi_runto_helper): Renamed
7551         from mi_runto, added new parameter 'run_or_continue'.
7552         (mi_runto): Use mi_runto_helper.
7553         (mi_continue_to): Accept just function name as parameter.
7554         Use mi_runto_helper.
7555         * gdb.mi/mi-var-cmd.exp: Adjust to changes.
7556         * gdb.mi/mi2-var-cmd.exp: Likewise.
7557
7558 2006-01-04  Joel Brobecker  <brobecker@adacore.com>
7559
7560         Make this testcase a bit more realistic. The current code
7561         is too simplistic, and allows the compiler to optimize out
7562         some of the entities we need for this testcase.
7563         * gdb.ada/null_record/bar.ads (Void_Star): New type.
7564         (Do_Nothing): Add extra parameter.
7565         * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
7566         * gdb.ada/null_record/null_record.adb: Fake use of type Empty
7567         by using a variable of type Void_Star.
7568
7569 2006-01-04  Joel Brobecker  <brobecker@adacore.com>
7570
7571         * gdb.ada/catch_ex/foo.adb: New file.
7572         * gdb.ada/catch_ex.exp: New testcase.
7573
7574 2007-01-03  Pedro Alves  <pedro_alves@portugalmail.pt>
7575
7576         * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
7577         pass --image-base to linker.
7578
7579 2007-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7580             Daniel Jacobowitz  <dan@codesourcery.com>
7581
7582         * gdb.base/readline.exp: Set $TERM.  Test arrow keys in
7583         secondary prompts.
7584
7585 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
7586
7587         * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
7588         output.  Test the types of members and member pointers.
7589         * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
7590         gdb/2092.
7591         * gdb.cp/member-ptr.exp: Search for a comment instead of a
7592         statement.  Enable for GCC.  Update expected output for some tests
7593         and add new tests.  Remove obsolete GCC KFAILs.  Allow GCC's class
7594         layout.
7595         * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
7596         (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
7597         (Diamond::vget_base): New.
7598         (main): Add new tests.
7599         * gdb.cp/printmethod.exp: Update expected output for member functions.
7600         * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
7601         print pEe->D::vg().
7602
7603 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
7604
7605         * gdb.threads/tls.exp: Allow stops in sem_post.
7606
7607 2006-12-31  Daniel Jacobowitz  <dan@codesourcery.com>
7608
7609         * gdb.base/annota1.exp: Allow .*printf in backtraces.
7610         * gdb.base/annota3.exp: Likewise.
7611         * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
7612         again (instead of timing out).
7613         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
7614         GCC bug 26475.
7615         * gdb.java/jmisc.exp: Adjust to work with method signatures including
7616         return types.  Add kfails for GDB bugs 2214 and 2215.  Move exit
7617         test from jmisc1.exp.
7618         * gdb.java/jmisc1.exp: Delete.
7619         * gdb.java/jprint.exp: Adjust to work with method signatures including
7620         return types.
7621         * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
7622         * gdb.threads/linux-dp.exp: Don't be confused by program output.
7623         * lib/java.exp (compile_java_from_source): Pass the correct type
7624         to target_compile.
7625
7626 2006-12-31  Joel Brobecker  <brobecker@adacore.com>
7627
7628         * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
7629         (stack_align_edx): New function.
7630         (stack_align_eax): New function.
7631         (main): Add calls to stack_align_edx and stack_align_eax.
7632         * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
7633         Add testing for the cases where the register used during a stack
7634         realignment is edx. Same for eax.
7635
7636 2006-12-30  Pedro Alves  <pedro_alves@portugalmail.pt>
7637
7638         * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
7639         and generic PE targets.
7640
7641 2006-12-29  Joel Brobecker  <brobecker@adacore.com>
7642
7643         * gdb.ada/array_return.exp: Update copyright date list.
7644
7645 2006-12-27  Joel Brobecker  <brobecker@adacore.com>
7646
7647         * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
7648         (Create_Small_Float_Vector): New function.
7649         * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
7650         function body.
7651         * gdb.ada/array_return/p.adb: Use new type and function from
7652         package Pck.
7653         * gdb.ada/array_return.exp: Add a test verifying that GDB is
7654         able to print the value returned by a function returning an
7655         array of float.
7656
7657 2006-12-20  Joel Brobecker  <brobecker@adacore.com>
7658
7659         * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
7660         The associated tests should be PASSing.
7661
7662 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
7663
7664         Test for base in references.
7665         * gdb.mi/mi-var-cp.cc: Add test code.
7666         * gdb.mi/mi-var-cp.exp: Test for bases in references.
7667         * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
7668         * gdb.mi/mi2-watch.exp: Likewise.
7669         * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
7670         (mi_list_varobj_children): New function.
7671
7672 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
7673
7674         * lib/mi-support.exp
7675         (mi_runto): Accept "()" after function name.
7676         (mi_create_varobj): New function.
7677         (mi_varobj_update): New function.
7678         (mi_Check_varobj_value): New function.
7679         * gdb.mi/mi-var-cp.exp: New file.
7680         * gdb.mi/mi-var-cp.cc: New file.
7681
7682 2006-12-01  Daniel Jacobowitz  <dan@codesourcery.com>
7683
7684         * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
7685         gdb.base/weaklib2.c: New files.
7686
7687 2006-11-29  Nathan Sidwell  <nathan@codesourcery.com>
7688
7689         * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
7690         info.  Adjust test names.
7691
7692         * gdb.base/break.c (main): Move position of malloc.
7693         * gdb.base/break.exp: Revert mistaken checkin.
7694
7695 2006-11-28  Vladimir Prus  <vladimir@codesourcery.com>
7696
7697         * gdb.mi/mi-var-cmd.exp: Check -var-update after
7698         assignement of arrays and function pointers.
7699         * gdb.mi/var-cmd.c: Add declaration necessary for above
7700         tests.
7701
7702 2006-11-27  Nathan Sidwell  <nathan@codesourcery.com>
7703
7704         * gdb.base/break.c (main): Call malloc.
7705
7706         * gdb.threads/linux-dp.exp: Read thread table before and after
7707         creating each philosopher and verify it.
7708
7709 2006-11-27  Nathan Sidwell  <nathan@codesourcery.com>
7710             Paul Brook  <paul@codesourcery.com>
7711             Daniel Jacobowitz  <dan@codesourcery.com>
7712
7713         * gdb.base/ending-run.exp: Flatten expect script stepping out of
7714         main to remove duplication.  Add start function of the form
7715         '_*start[1-9]*'. Add RVDS start function.
7716
7717 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
7718
7719         * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
7720
7721 2006-11-22  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7722
7723         * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
7724         * gdb.asm/spu.inc: New file.
7725         * gdb.base/term.exp: Disable if [target_info exists noargs].
7726         * gdb.gdb/complaints.exp: Disable if ![isnative].
7727         * gdb.gdb/selftest.exp: Likewise.
7728         * gdb.gdb/observer.exp: Likewise.
7729         * gdb.gdb/xfullpath.exp: Likewise.
7730         * gdb.base/attach.exp: Disable on SPU target.
7731         * gdb.cp/bs145503.exp: Likewise.
7732         * gdb.cp/exception.exp: Likewise.
7733         * gdb.cp/userdef.exp: Likewise.
7734
7735 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
7736
7737         * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
7738
7739 2006-11-10  Vladimir Prus  <vladimir@codesourcery.com>
7740
7741         * gdb.base/completion.exp: Fix completion tests for
7742         'info' and 'info '.
7743         * gdb.base/help.exp (help_test_raw, test_class_help)
7744         (test_prefix_command_help): Move...
7745         * lib/gdb.exp: Here.
7746         * gdb.base/main.exp: Adjust.
7747         * gdb.cp/maint.exp: Adjust.
7748         * gdb.trace/tracecmd.exp: Use test_help_class.
7749
7750 2006-11-09  Vladimir Prus  <vladimir@codesourcery.com>
7751
7752         * gdb.stabs/weird.exp (print_weird_var): Use
7753         gdb_test_multiple instead of gdb_expect.
7754
7755 2006-11-09  Vladimir Prus  <vladimir@codesourcery.com>
7756
7757         * gdb.base/help.exp (help_test_raw): New.
7758         (test_class_help): New.
7759         (test_prefix_command_help): New.
7760         Adjust testcases.
7761
7762 2006-11-09  Christophe Lyon  <christophe.lyon@st.com>
7763
7764         * gdb.base/constvars.c (main): Write to crass and crips, so that
7765         they are allocated by the compiler.
7766
7767 2006-10-27  Andreas Schwab  <schwab@suse.de>
7768
7769         * gdb.base/multi-forks.exp: Use "detach fork" instead of
7770         "detach-fork".
7771
7772 2006-10-18  Daniel Jacobowitz  <dan@codesoucery.com>
7773
7774         * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
7775         of patterns.
7776
7777 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
7778
7779         * gdb.base/sepdebug.exp: Remove debug format test.
7780         * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
7781         Handle no-symtab.
7782         * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
7783
7784 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
7785
7786         * gdb.threads/manythreads.c (thread_function, main): Don't cast
7787         int to pointer or pointer to int.
7788         * gdb.threads/manythreads.exp: Don't expect the string "LWP".
7789
7790 2006-10-12  Daniel Jacobowitz  <dan@codesourcery.com>
7791
7792         * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
7793
7794 2006-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
7795
7796         * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
7797
7798 2006-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
7799
7800         PR c++/2116
7801         * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
7802
7803 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
7804
7805         * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
7806         the corresponding bug has been fixed in GDB (PR/2018).
7807
7808 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
7809
7810         * gdb.base/subst.exp: New testcase.
7811
7812 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
7813
7814         * gdb.ada/array_return/pck.ads: Add copyright notice.
7815         * gdb.ada/array_return/pck.adb: Likewise.
7816         * gdb.ada/array_return/p.adb: Likewise.
7817         * gdb.ada/exec_changed/first.adb: Likewise.
7818         * gdb.ada/exec_changed/second.adb: Likewise.
7819
7820 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
7821
7822         * gdb.ada/watch_arg/watch.adb: New file.
7823         * gdb.ada/watch_arg.exp: New testcase.
7824
7825 2006-10-02  Vladimir Prus  <vladimir@codesourcery.com>
7826
7827         * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
7828         via string_to_regexp.
7829         * gdb.mi/mi2-basics.exp: Likewise.
7830
7831 2006-09-20  Michael Snyder  <michael.snyder@palmsource.com>
7832
7833         * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
7834         Remove unused / obsolete files.
7835
7836 2006-09-19  Nick Roberts  <nickrob@snap.net.nz>
7837
7838         * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
7839
7840 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
7841
7842         * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
7843         HIGH_FRAME argument to -stack-list-arguments can be larger than
7844         the number of frames.
7845
7846 2006-09-15  Daniel Jacobowitz  <dan@codesourcery.com>
7847
7848         * gdb.base/args.c (main): Add breakpoint marker.
7849         * gdb.base/args.exp: Use args_test for tests.  Add new tests which
7850         really test empty arguments.
7851         (args_load): Delete.
7852         (args_test): New.
7853
7854 2006-09-13  Nick Roberts  <nickrob@snap.net.nz>
7855
7856         * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
7857         check for one file.
7858
7859 2006-09-07  Vladimir Prus  <ghost@vladimir@codesourcery.com>
7860
7861         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
7862         HIGH_FRAME argument to -stack-list-locals can be larger than
7863         the number of frames.
7864
7865 2006-08-18  Fred Fish  <fnf@specifix.com>
7866
7867         * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
7868         '$' in front of skip_vmx_tests_saved when setting that.
7869
7870 2006-08-10  Andrew Stubbs  <andrew.stubbs@st.com>
7871
7872         * gdb.base/trace-commands.exp: New file.
7873
7874 2006-08-10  Joel Brobecker  <brobecker@adacore.com>
7875             Daniel Jacobowitz  <dan@codesourcery.com>
7876
7877         * gdb.base/step-bt.exp: Make hexadecimal address optional in
7878         expected output of the backtrace commands.
7879
7880 2006-08-09  Joel Brobecker  <brobecker@adacore.com>
7881
7882         * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
7883         untested followed by return combination.
7884         * gdb.arch/altivec-regs.exp: Likewise.
7885         * gdb.arch/e500-abi.exp: Likewise.
7886         * gdb.arch/e500-regs.exp: Likewise.
7887         * gdb.arch/gdb1291.exp: Likewise.
7888         * gdb.arch/gdb1431.exp: Likewise.
7889         * gdb.arch/gdb1558.exp: Likewise.
7890         * gdb.arch/i386-prologue.exp: Likewise.
7891         * gdb.arch/i386-unwind.exp: Likewise.
7892         * gdb.asm/asm-source.exp: Likewise.
7893         * gdb.base/a2-run.exp: Likewise.
7894         * gdb.base/advance.exp: Likewise.
7895         * gdb.base/all-bin.exp: Likewise.
7896         * gdb.base/annota1.exp: Likewise.
7897         * gdb.base/annota3.exp: Likewise.
7898         * gdb.base/args.exp: Likewise.
7899         * gdb.base/arithmet.exp: Likewise.
7900         * gdb.base/assign.exp: Likewise.
7901         * gdb.base/async.exp: Likewise.
7902         * gdb.base/attach.exp: Likewise.
7903         * gdb.base/bang.exp: Likewise.
7904         * gdb.base/bigcore.exp: Likewise.
7905         * gdb.base/bitfields.exp: Likewise.
7906         * gdb.base/bitfields2.exp: Likewise.
7907         * gdb.base/break.exp: Likewise.
7908         * gdb.base/call-sc.exp: Likewise.
7909         * gdb.base/call-strs.exp: Likewise.
7910         * gdb.base/callfuncs.exp: Likewise.
7911         * gdb.base/checkpoint.exp: Likewise.
7912         * gdb.base/chng-syms.exp: Likewise.
7913         * gdb.base/code-expr.exp: Likewise.
7914         * gdb.base/commands.exp: Likewise.
7915         * gdb.base/completion.exp: Likewise.
7916         * gdb.base/cond-expr.exp: Likewise.
7917         * gdb.base/condbreak.exp: Likewise.
7918         * gdb.base/consecutive.exp: Likewise.
7919         * gdb.base/constvars.exp: Likewise.
7920         * gdb.base/corefile.exp: Likewise.
7921         * gdb.base/cvexpr.exp: Likewise.
7922         * gdb.base/dbx.exp: Likewise.
7923         * gdb.base/define.exp: Likewise.
7924         * gdb.base/detach.exp: Likewise.
7925         * gdb.base/display.exp: Likewise.
7926         * gdb.base/dump.exp: Likewise.
7927         * gdb.base/ena-dis-br.exp: Likewise.
7928         * gdb.base/ending-run.exp: Likewise.
7929         * gdb.base/environ.exp: Likewise.
7930         * gdb.base/eval-skip.exp: Likewise.
7931         * gdb.base/exprs.exp: Likewise.
7932         * gdb.base/fileio.exp: Likewise.
7933         * gdb.base/finish.exp: Likewise.
7934         * gdb.base/float.exp: Likewise.
7935         * gdb.base/foll-exec.exp: Likewise.
7936         * gdb.base/foll-fork.exp: Likewise.
7937         * gdb.base/foll-vfork.exp: Likewise.
7938         * gdb.base/freebpcmd.exp: Likewise.
7939         * gdb.base/funcargs.exp: Likewise.
7940         * gdb.base/gcore.exp: Likewise.
7941         * gdb.base/gdb1090.exp: Likewise.
7942         * gdb.base/gdb1250.exp: Likewise.
7943         * gdb.base/huge.exp: Likewise.
7944         * gdb.base/info-proc.exp: Likewise.
7945         * gdb.base/interrupt.exp: Likewise.
7946         * gdb.base/jump.exp: Likewise.
7947         * gdb.base/langs.exp: Likewise.
7948         * gdb.base/lineinc.exp: Likewise.
7949         * gdb.base/list.exp: Likewise.
7950         * gdb.base/logical.exp: Likewise.
7951         * gdb.base/long_long.exp: Likewise.
7952         * gdb.base/macscp.exp: Likewise.
7953         * gdb.base/maint.exp: Likewise.
7954         * gdb.base/mips_pro.exp: Likewise.
7955         * gdb.base/miscexprs.exp: Likewise.
7956         * gdb.base/multi-forks.exp: Likewise.
7957         * gdb.base/opaque.exp: Likewise.
7958         * gdb.base/overlays.exp: Likewise.
7959         * gdb.base/pc-fp.exp: Likewise.
7960         * gdb.base/pointers.exp: Likewise.
7961         * gdb.base/printcmds.exp: Likewise.
7962         * gdb.base/psymtab.exp: Likewise.
7963         * gdb.base/ptype.exp: Likewise.
7964         * gdb.base/recurse.exp: Likewise.
7965         * gdb.base/relational.exp: Likewise.
7966         * gdb.base/relocate.exp: Likewise.
7967         * gdb.base/remote.exp: Likewise.
7968         * gdb.base/reread.exp: Likewise.
7969         * gdb.base/restore.exp: Likewise.
7970         * gdb.base/return.exp: Likewise.
7971         * gdb.base/return2.exp: Likewise.
7972         * gdb.base/scope.exp: Likewise.
7973         * gdb.base/sect-cmd.exp: Likewise.
7974         * gdb.base/sep.exp: Likewise.
7975         * gdb.base/sepdebug.exp: Likewise.
7976         * gdb.base/setshow.exp: Likewise.
7977         * gdb.base/setvar.exp: Likewise.
7978         * gdb.base/sigall.exp: Likewise.
7979         * gdb.base/sigbpt.exp: Likewise.
7980         * gdb.base/signals.exp: Likewise.
7981         * gdb.base/signull.exp: Likewise.
7982         * gdb.base/sizeof.exp: Likewise.
7983         * gdb.base/solib.exp: Likewise.
7984         * gdb.base/step-line.exp: Likewise.
7985         * gdb.base/step-test.exp: Likewise.
7986         * gdb.base/structs.exp: Likewise.
7987         * gdb.base/structs2.exp: Likewise.
7988         * gdb.base/term.exp: Likewise.
7989         * gdb.base/twice.exp: Likewise.
7990         * gdb.base/until.exp: Likewise.
7991         * gdb.base/varargs.exp: Likewise.
7992         * gdb.base/volatile.exp: Likewise.
7993         * gdb.base/watchpoint.exp: Likewise.
7994         * gdb.base/whatis-exp.exp: Likewise.
7995         * gdb.base/whatis.exp: Likewise.
7996         * gdb.cp/ambiguous.exp: Likewise.
7997         * gdb.cp/annota2.exp: Likewise.
7998         * gdb.cp/annota3.exp: Likewise.
7999         * gdb.cp/bool.exp: Likewise.
8000         * gdb.cp/breakpoint.exp: Likewise.
8001         * gdb.cp/casts.exp: Likewise.
8002         * gdb.cp/class2.exp: Likewise.
8003         * gdb.cp/classes.exp: Likewise.
8004         * gdb.cp/cplusfuncs.exp: Likewise.
8005         * gdb.cp/ctti.exp: Likewise.
8006         * gdb.cp/derivation.exp: Likewise.
8007         * gdb.cp/exception.exp: Likewise.
8008         * gdb.cp/gdb1355.exp: Likewise.
8009         * gdb.cp/hang.exp: Likewise.
8010         * gdb.cp/inherit.exp: Likewise.
8011         * gdb.cp/local.exp: Likewise.
8012         * gdb.cp/m-data.exp: Likewise.
8013         * gdb.cp/m-static.exp: Likewise.
8014         * gdb.cp/member-ptr.exp: Likewise.
8015         * gdb.cp/method.exp: Likewise.
8016         * gdb.cp/misc.exp: Likewise.
8017         * gdb.cp/namespace.exp: Likewise.
8018         * gdb.cp/overload.exp: Likewise.
8019         * gdb.cp/ovldbreak.exp: Likewise.
8020         * gdb.cp/pr-1023.exp: Likewise.
8021         * gdb.cp/pr-1210.exp: Likewise.
8022         * gdb.cp/pr-574.exp: Likewise.
8023         * gdb.cp/printmethod.exp: Likewise.
8024         * gdb.cp/psmang.exp: Likewise.
8025         * gdb.cp/ref-params.exp: Likewise.
8026         * gdb.cp/ref-types.exp: Likewise.
8027         * gdb.cp/rtti.exp: Likewise.
8028         * gdb.cp/templates.exp: Likewise.
8029         * gdb.cp/try_catch.exp: Likewise.
8030         * gdb.cp/userdef.exp: Likewise.
8031         * gdb.cp/virtfunc.exp: Likewise.
8032         * gdb.disasm/am33.exp: Likewise.
8033         * gdb.disasm/h8300s.exp: Likewise.
8034         * gdb.disasm/mn10300.exp: Likewise.
8035         * gdb.disasm/sh3.exp: Likewise.
8036         * gdb.disasm/t01_mov.exp: Likewise.
8037         * gdb.disasm/t02_mova.exp: Likewise.
8038         * gdb.disasm/t03_add.exp: Likewise.
8039         * gdb.disasm/t04_sub.exp: Likewise.
8040         * gdb.disasm/t05_cmp.exp: Likewise.
8041         * gdb.disasm/t06_ari2.exp: Likewise.
8042         * gdb.disasm/t07_ari3.exp: Likewise.
8043         * gdb.disasm/t08_or.exp: Likewise.
8044         * gdb.disasm/t09_xor.exp: Likewise.
8045         * gdb.disasm/t10_and.exp: Likewise.
8046         * gdb.disasm/t11_logs.exp: Likewise.
8047         * gdb.disasm/t12_bit.exp: Likewise.
8048         * gdb.disasm/t13_otr.exp: Likewise.
8049         * gdb.hp/gdb.aCC/optimize.exp: Likewise.
8050         * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
8051         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8052         * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
8053         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
8054         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
8055         * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
8056         * gdb.hp/gdb.base-hp/reg.exp: Likewise.
8057         * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
8058         * gdb.hp/gdb.compat/xdb1.exp: Likewise.
8059         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
8060         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
8061         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
8062         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
8063         * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
8064         * gdb.mi/gdb701.exp: Likewise.
8065         * gdb.mi/gdb792.exp: Likewise.
8066         * gdb.mi/mi-basics.exp: Likewise.
8067         * gdb.mi/mi-break.exp: Likewise.
8068         * gdb.mi/mi-cli.exp: Likewise.
8069         * gdb.mi/mi-console.exp: Likewise.
8070         * gdb.mi/mi-disassemble.exp: Likewise.
8071         * gdb.mi/mi-eval.exp: Likewise.
8072         * gdb.mi/mi-file.exp: Likewise.
8073         * gdb.mi/mi-read-memory.exp: Likewise.
8074         * gdb.mi/mi-regs.exp: Likewise.
8075         * gdb.mi/mi-return.exp: Likewise.
8076         * gdb.mi/mi-simplerun.exp: Likewise.
8077         * gdb.mi/mi-stack.exp: Likewise.
8078         * gdb.mi/mi-stepi.exp: Likewise.
8079         * gdb.mi/mi-syn-frame.exp: Likewise.
8080         * gdb.mi/mi-until.exp: Likewise.
8081         * gdb.mi/mi-var-block.exp: Likewise.
8082         * gdb.mi/mi-var-child.exp: Likewise.
8083         * gdb.mi/mi-var-cmd.exp: Likewise.
8084         * gdb.mi/mi-var-display.exp: Likewise.
8085         * gdb.mi/mi-watch.exp: Likewise.
8086         * gdb.mi/mi2-basics.exp: Likewise.
8087         * gdb.mi/mi2-break.exp: Likewise.
8088         * gdb.mi/mi2-cli.exp: Likewise.
8089         * gdb.mi/mi2-console.exp: Likewise.
8090         * gdb.mi/mi2-disassemble.exp: Likewise.
8091         * gdb.mi/mi2-eval.exp: Likewise.
8092         * gdb.mi/mi2-file.exp: Likewise.
8093         * gdb.mi/mi2-read-memory.exp: Likewise.
8094         * gdb.mi/mi2-regs.exp: Likewise.
8095         * gdb.mi/mi2-return.exp: Likewise.
8096         * gdb.mi/mi2-simplerun.exp: Likewise.
8097         * gdb.mi/mi2-stack.exp: Likewise.
8098         * gdb.mi/mi2-stepi.exp: Likewise.
8099         * gdb.mi/mi2-syn-frame.exp: Likewise.
8100         * gdb.mi/mi2-until.exp: Likewise.
8101         * gdb.mi/mi2-var-block.exp: Likewise.
8102         * gdb.mi/mi2-var-child.exp: Likewise.
8103         * gdb.mi/mi2-var-cmd.exp: Likewise.
8104         * gdb.mi/mi2-var-display.exp: Likewise.
8105         * gdb.mi/mi2-watch.exp: Likewise.
8106         * gdb.stabs/exclfwd.exp: Likewise.
8107         * gdb.stabs/weird.exp: Likewise.
8108         * gdb.threads/gcore-thread.exp: Likewise.
8109         * gdb.trace/actions.exp: Likewise.
8110         * gdb.trace/backtrace.exp: Likewise.
8111         * gdb.trace/circ.exp: Likewise.
8112         * gdb.trace/collection.exp: Likewise.
8113         * gdb.trace/deltrace.exp: Likewise.
8114         * gdb.trace/infotrace.exp: Likewise.
8115         * gdb.trace/limits.exp: Likewise.
8116         * gdb.trace/packetlen.exp: Likewise.
8117         * gdb.trace/passc-dyn.exp: Likewise.
8118         * gdb.trace/passcount.exp: Likewise.
8119         * gdb.trace/report.exp: Likewise.
8120         * gdb.trace/save-trace.exp: Likewise.
8121         * gdb.trace/tfind.exp: Likewise.
8122         * gdb.trace/tracecmd.exp: Likewise.
8123         * gdb.trace/while-dyn.exp: Likewise.
8124         * gdb.trace/while-stepping.exp: Likewise.
8125
8126 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
8127
8128         * gdb.base/step-bt.c: New file.
8129         * gdb.base/step-bt.exp: New testcase.
8130
8131 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
8132
8133         * config/monitor.exp (gdb_load): Remove support for obsolete
8134         download-write-size.
8135         * gdb.base/remote.exp: Likewise.  Update all callers of
8136         gdb_timed_load.
8137
8138 2006-08-02  Daniel Jacobowitz  <dan@codesourcery.com>
8139
8140         * cursal.exp: Pass binfile to gdb_load.
8141
8142 2006-08-01  Nathan Sidwell  <nathan@codesourcery.com>
8143
8144         * gdb.base/cursal.exp: Add "" to gdb_load call.
8145
8146 2006-07-29  Mark Kettenis  <kettenis@gnu.org>
8147
8148         * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
8149         NetBSD/ELF targets.
8150
8151 2006-07-25  Daniel Jacobowitz  <dan@codesourcery.com>
8152
8153         * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
8154         operator*.
8155
8156 2006-07-24  Daniel Jacobowitz  <dan@codesourcery.com>
8157
8158         * gdb.base/completion.exp: Update for change in "file" behavior.
8159         * gdb.stabs/weird.exp: Likewise.
8160         * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
8161         * lib/gdb.exp (gdb_file_cmd): Likewise.  Kill the program explicitly.
8162
8163 2006-07-24  Nathan Sidwell  <nathan@codesourcery.com>
8164
8165         * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
8166         * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
8167
8168 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
8169
8170         * gdb.base/default.exp: Update source command error message.
8171         * gdb.base/help.exp: Update 'help source' message.
8172
8173 2006-07-20  Daniel Jacobowitz  <dan@codesourcery.com>
8174
8175         * gdb.cp/bs15503.exp: Update comment for no longer crashing
8176         test.
8177
8178 2006-07-19  Andrew Stubbs  <andrew.stubbs@st.com>
8179
8180         * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
8181
8182 2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
8183
8184         * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
8185
8186 2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
8187
8188         * gdb.threads/print-threads.exp: Use gdb_breakpoint.
8189
8190 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
8191
8192         * gdb.base/long_long.exp (gdb_test_long_long): Exclude
8193         *-*-openbsd* from targets for wich we expect ARM FPA floating
8194         point format.
8195
8196 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
8197
8198         * gdb.cp/annota3.exp: Expect frame-begin annotation.
8199
8200 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
8201
8202         * gdb.base/annota3.exp: Expect frame-begin annotation.
8203
8204 2006-07-14  Joel Brobecker  <brobecker@adacore.com>
8205
8206         * gdb.base/help.exp: Adjust "help unset" test to accept
8207         any list of unset commands.
8208
8209 2006-07-13  Paul N. Hilfinger  <Hilfinger@adacore.com>
8210             Daniel Jacobowitz  <dan@codesourcery.com>
8211
8212         * gdb.cp/ref-params.exp: New test.
8213         * gdb.cp/ref-params.cc: New source file.
8214         * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
8215
8216 2006-07-08  Mark Kettenis  <kettenis@gnu.org>
8217
8218         * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
8219         spaces/tabs in regular expressions since they might not be there.
8220
8221 2006-07-07  Andrew Stubbs  <andrew.stubbs@st.com>
8222
8223         * gdb.base/ifelse.exp: New file.
8224
8225 2006-07-04  Nathan Sidwell  <nathan@codesourcery.com>
8226
8227         * gdb.base/huge.c: Allow CRASH_GDB to be set from command
8228         line.
8229         * gdb.base/huge.exp: Loop over compilation to find a size that
8230         is acceptable.
8231         * gdb.base/remote.exp: Correct expected strings.
8232         * gdb.dwarf2/mac-fileno.S: Avoid # comments.
8233
8234 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
8235
8236         * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
8237
8238 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
8239
8240         * gdb.base/gdb1555.exp: Use gdb_compile_shlib.  Skip if not
8241         native.
8242
8243 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
8244
8245         * gdb.stabs/exclfwd.exp: Skip the test if configure did not
8246         enable stabs testing.
8247
8248 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
8249
8250         * gdb.base/auxv.exp: Intercept undefined command messages before
8251         gdb_test_multiple does.
8252
8253 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
8254
8255         * Makefile.in (host_alias): Remove.
8256         (target_alias): Use @target_noncanonical@.
8257         (site.exp): Don't set host_alias.
8258         * aclocal.m4: Remove contents.  Include acx.m4.
8259         * configure: Regenerated.
8260         * configure.ac: Use ACX_NONCANONICAL_TARGET.
8261
8262 2006-06-13  Nathan Sidwell  <nathan@codesourcery.com>
8263
8264         * lib/gdb.exp (gdb_load_cmd): New.
8265
8266         * gdb.base/fileio.c: Add system(NULL) test.
8267         * gdb.base/fileio.exp: Check it.
8268
8269         * gdb.base/break.c: Add 10a breakpoint at }
8270         * gdb.base/break.exp: Add test for breakpoint at }
8271         * gdb.cp/anon-union.cc: Add code at end of function.
8272         * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
8273         * gdb.mi/var-cmd.c: Add code at end of function.
8274         * gdb.mi/mi-var-display.exp: Adjust end of next.
8275         * gdb.mi/mi2-var-display.exp: Likewise.
8276         * gdb.base/fileio.c: Add stop function and insert calls at
8277         stopping places.
8278         * gdb.base/fileio.exp: Breakpoint stop function and remove
8279         explicit line number references.
8280
8281 2006-05-19  Joel Brobecker  <brobecker@adacore.com>
8282
8283         * gdb.base/del.exp (test_delete_alias): New function.
8284         Now check that both "del" and "d" work as aliases for "delete".
8285
8286 2006-05-18  Fred Fish  <fnf@specifix.com>
8287
8288         * gdb.base/a2-run.exp: Allow part of test to run when args aren't
8289         required.  Check for spurious output after program exits normally.
8290
8291 2006-05-17  Fred Fish  <fnf@specifix.com>
8292
8293         * gdb.base/relocate.exp: Use gdb_file_cmd rather than
8294         gdb_load, so it works in the simulator.
8295
8296 2006-05-11  Fred Fish  <fnf@specifix.com>
8297
8298         * gdb.base/bang.exp: Ignore unexpected output between the
8299         "program exited normally" and the gdb prompt, as many other
8300         tests do.
8301
8302 2006-05-07  Mark Kettenis  <kettenis@gnu.org>
8303
8304         * gdb.base/help.exp: Make "delete checkpoint" part option for
8305         "help d" and "help delete" tests.
8306
8307 2006-05-06  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8308
8309         * gdb.mi/mi-basics.exp: Add missing serial number to
8310         expected output in some mi_gdb_test statements.
8311         * gdb.mi/mi2-basics.exp: Likewise.
8312
8313 2006-05-05  Joel Brobecker  <brobecker@adacore.com>
8314
8315         * gdb.base/del.c: New file.
8316         * gdb.base/del.exp: New testcase.
8317
8318 2006-05-05  David S. Miller  <davem@sunset.davemloft.net>
8319
8320         * gdb.base/break.exp: Do not assume a breakpoint on
8321         main will actually be in $srcfile when optimizing.
8322         * gdb.base/savedregs.exp: Do not require that the dummy
8323         frame location match up to a symbol and source file location.
8324         * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
8325         will get printed without a mi_cmd_data_list_register_values prefix.
8326         (*-data-list-register-*): Correct regular expressions to expect the new
8327         pseudo d? floating point registers.
8328         * gdb.mi/mi2-regs.exp: Likewise.
8329
8330 2006-05-05  Christophe Lyon  <christophe.lyon@st.com>
8331
8332         * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
8333         * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
8334         is allocated by the compiler.
8335         * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
8336         anons, e, anone to force their allocation by the compiler.
8337
8338 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
8339
8340         * gdb.base/help.exp: Update expected text for help d and
8341         help delete.
8342
8343 2006-05-02  Mark Kettenis  <kettenis@gnu.org>
8344
8345         * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
8346         NetBSD/ELF targets.
8347
8348 2006-04-30  Mark Kettenis  <kettenis@gnu.org>
8349
8350         * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
8351         single-step breakpoint fails; make this a KFAIL on
8352         sparc*-*-openbsd*.
8353         * gdb.base/siginfo.exp: Likewise.
8354         * gdb.base/sigstep.exp (advance, advancei): Likewise.
8355
8356 2006-04-26  Michael Snyder  <msnyder@redhat.com>
8357
8358         * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
8359         which may have to consume output from other forks.
8360         Add tests to make sure that "delete fork" succeeded.
8361
8362 2006-04-20  Michael Snyder  <msnyder@redhat.com>
8363
8364         * 2006-03-22  Jim Blandy  <jimb@redhat.com>
8365         Add support for the Renesas M32C and M16C.
8366
8367         * gdb.asm/asm-source.exp: Add m32c target.
8368         * gdb.asm/m32c.inc: Support for m32c target.
8369
8370 2006-04-07  Andrew Stubbs  <andrew.stubbs@st.com>
8371
8372         * gdb.base/commands.exp (recursive_source_test): New test.
8373
8374 2006-04-04  David S. Miller  <davem@sunset.davemloft.net>
8375
8376         * gdb.base/float.exp: Add pattern for sparc targets.
8377
8378 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
8379
8380         * gdb.base/commands.exp (stray_arg0_test): New test.
8381
8382 2006-03-30  Paul Brook  <paul@codesourcery.com>
8383
8384         * gdb.mi/mi-until.exp: kfail broken until command.
8385         * gdb.mi/mi2-until.exp: Ditto.
8386
8387 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
8388
8389         * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
8390
8391 2006-03-08  Alexandre Oliva  <aoliva@redhat.com>
8392
8393         * gdb.base/prelink.exp: Anchor tested-for regular expression
8394         on gdb prompt.
8395
8396 2006-03-07  Paul Brook  <paul@codesourcery.com>
8397
8398         * gdb.base/assign.exp: Correct fail message.
8399
8400 2006-03-07  Paul Brook  <paul@codesourcery.com>
8401
8402         * lib/compiler.c: Extract armcc version number.
8403         * lib/compiler.cc: Ditto.
8404
8405 2006-03-07  Paul Brook  <paul@codesourcery.com>
8406
8407         * gdb.arch/altivec-abi.exp: Use nowarnings instead of
8408         additional_flags=-w.
8409         * gdb.arch/altivec-regs.exp: Ditto.
8410         * gdb.arch/e500-abi.exp: Ditto.
8411         * gdb.arch/e500-regs.exp: Ditto.
8412         * gdb.base/all-bin.exp: Ditto.
8413         * gdb.base/annota1.exp: Ditto.
8414         * gdb.base/annota3.exp: Ditto.
8415         * gdb.base/args.exp: Ditto.
8416         * gdb.base/arithmet.exp: Ditto.
8417         * gdb.base/assign.exp: Ditto.
8418         * gdb.base/async.exp: Ditto.
8419         * gdb.base/bang.exp: Ditto.
8420         * gdb.base/break.exp: Ditto.
8421         * gdb.base/call-rt-st.exp: Ditto.
8422         * gdb.base/completion.exp: Ditto.
8423         * gdb.base/cond-expr.exp: Ditto.
8424         * gdb.base/condbreak.exp: Ditto.
8425         * gdb.base/consecutive.exp: Ditto.
8426         * gdb.base/define.exp: Ditto.
8427         * gdb.base/display.exp: Ditto.
8428         * gdb.base/ena-dis-br.exp: Ditto.
8429         * gdb.base/environ.exp: Ditto.
8430         * gdb.base/eval-skip.exp: Ditto.
8431         * gdb.base/info-proc.exp: Ditto.
8432         * gdb.base/jump.exp: Ditto.
8433         * gdb.base/logical.exp: Ditto.
8434         * gdb.base/long_long.exp: Ditto.
8435         * gdb.base/maint.exp: Ditto.
8436         * gdb.base/miscexprs.exp: Ditto.
8437         * gdb.base/pc-fp.exp: Ditto.
8438         * gdb.base/pointers.exp: Ditto.
8439         * gdb.base/relational.exp: Ditto.
8440         * gdb.base/reread.exp: Ditto.
8441         * gdb.base/sect-cmd.exp: Ditto.
8442         * gdb.base/sep.exp: Ditto.
8443         * gdb.base/sepdebug.exp: Ditto.
8444         * gdb.base/until.exp: Ditto.
8445         * gdb.base/whatis-exp.exp: Ditto.
8446         * gdb.cp/annota2.exp: Ditto.
8447         * gdb.cp/annota3.exp: Ditto.
8448         * gdb.trace/actions.exp: Ditto.
8449         * gdb.trace/backtrace.exp: Ditto.
8450         * gdb.trace/circ.exp: Ditto.
8451         * gdb.trace/collection.exp: Ditto.
8452         * gdb.trace/deltrace.exp: Ditto.
8453         * gdb.trace/infotrace.exp: Ditto.
8454         * gdb.trace/limits.exp: Ditto.
8455         * gdb.trace/packetlen.exp: Ditto.
8456         * gdb.trace/passc-dyn.exp: Ditto.
8457         * gdb.trace/passcount.exp: Ditto.
8458         * gdb.trace/report.exp: Ditto.
8459         * gdb.trace/save-trace.exp: Ditto.
8460         * gdb.trace/tfind.exp: Ditto.
8461         * gdb.trace/tracecmd.exp: Ditto.
8462         * gdb.trace/while-dyn.exp: Ditto.
8463         * gdb.trace/while-stepping.exp: Ditto.
8464         * lib/gdb.exp: Ditto.
8465         (gdb_compile): Handle nowarning option.
8466
8467 2006-03-07  Alexandre Oliva  <aoliva@redhat.com>
8468
8469         * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
8470         * gdb.base/prelink.exp: Likewise.  Add -q to prelink runs.
8471         Rename executable to prelinkt.  Don't re-prelink if we didn't
8472         get a core file.  Test prelink -u exit status to tell whether
8473         prelinking failed.  Use gdb_test_multiple.
8474
8475 2006-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
8476
8477         * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
8478         (do_tests): Call it.
8479
8480 2006-02-28  Alexandre Oliva  <aoliva@redhat.com>
8481
8482         * gdb.base/prelink.exp: New test.
8483         * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
8484
8485 2006-02-24  Wu Zhou  <woodzltc@cn.ibm.com>
8486
8487         * gdb.fortran/derived-type.f90: New file.
8488         * gdb.fortran/derived-type.exp: New testcase.
8489
8490 2006-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
8491
8492         * gdb.base/default.exp: Allow ';' as a directory separator.
8493
8494 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
8495
8496         * gdb.base/help.exp (help add-symbol-file): Update.
8497
8498 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
8499
8500         * gdb.base/help.exp (help load): Update expected results.
8501
8502 2006-02-19  Fred Fish  <fnf@specifix.com>
8503
8504         * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
8505         specifix hex value as part of results.
8506         * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
8507
8508 2006-02-16  Fred Fish  <fnf@specifix.com>
8509
8510         * gdb.base/whatis.c: Define variables using typedefs char_addr,
8511         ushort_addr, and slong_addr, so the typedefs are not optimized
8512         away.
8513         * gdb.base/whatis.exp: Add tests using type name for struct type,
8514         union type, enum type, and typedef.
8515
8516 2006-02-13  Mark Kettenis  <kettenis@gnu.org>
8517
8518         * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
8519
8520 2006-02-13  Jim Blandy  <jimb@redhat.com>
8521
8522         * gdb.base/scope.exp (test_at_main): Remove logic to handle the
8523         case where it takes two "next" commands to skip past the init
8524         call.
8525
8526 2006-02-12  Fred Fish  <fnf@specifix.com>
8527
8528         * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
8529         to handle cases where it takes two "next" commands to skip
8530         past the init call.
8531
8532 2006-02-07  Joel Brobecker  <brobecker@adacore.com>
8533
8534         * gdb.ada/array_return.exp: Mark the last test as expected to fail
8535         on hppa32 targets.
8536
8537 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
8538
8539         * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
8540         field.
8541
8542 2006-01-29  Mark Kettenis  <kettenis@gnu.org>
8543
8544         * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
8545
8546 2006-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
8547
8548         * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
8549         files.
8550
8551 2006-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
8552
8553         * gdb.cp/maint.exp: Set complaints to a positive value.
8554
8555 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
8556
8557         * gdb.base/multi-forks.c: Add copyright notice.  Include <stdlib.h>.
8558         * gdb.base/multi-forks.exp: Use a loop.  Allow "fork" as a stopped
8559         function name.
8560
8561 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
8562
8563         * gdb.base/checkpoint.c: Update copyright notice.  Include
8564         <stdlib.h>.
8565
8566 2006-01-04  Jim Blandy  <jimb@redhat.com>
8567
8568         * gdb.asm/asm-source.exp: Independently provide default values for
8569         asm-flags and debug-flags.  Use 'string equal' to do the
8570         comparison, not the implicit expr's '==' operator.  Remove
8571         now-unneeded assignments to asm-flags.  In h8300 case, place
8572         "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
8573
8574 2006-01-04  Michael Snyder  <msnyder@redhat.com>
8575
8576         * gdb.base/checkpoint.c: New file.
8577         * gdb.base/checkpoint.exp: New file.
8578         * gdb.base/multi-fork.c: New file.
8579         * gdb.base/multi-fork.exp: New file.
8580         * gdb.base/pi.txt: New file (data for checkpoint.c test).
8581
8582 2006-01-04  Fred Fish  <fnf@specifix.com>
8583
8584         * gdb.base/ptype.c (foo): Add typedef.
8585         (intfoo): Add function.
8586         * gdb.base/ptype1.c: New file.
8587         * gdb.base/ptype.exp: Handle compilation and linking with two
8588         source files.  Test that proper type for "foo" is found based
8589         on source context rather than first match found in symtabs.
8590
8591 2005-12-28  Mark Kettenis  <kettenis@gnu.org>
8592
8593         * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
8594         * gdb.asm/openbsd.inc: Indent commands.
8595
8596 2005-12-26  Mark Kettenis  <kettenis@gnu.org>
8597
8598         * gdb.base/freebpcmd.exp: Increase timeout.
8599
8600         * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
8601
8602 2005-12-17  Daniel Jacobowitz  <dan@codesourcery.com>
8603
8604         * gdb.base/default.exp: Update check for "show version".
8605
8606 2005-12-09  Randolph Chung  <tausq@debian.org>
8607
8608         * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
8609         * gdb.asm/pa64.inc: New file.
8610
8611 2005-12-09  Randolph Chung  <tausq@debian.org>
8612
8613         * gdb.asm/common.inc: Indent commands.
8614         * gdb.asm/asmsrc1.s: Likewise.
8615         * gdb.asm/asmsrc2.s: Likewise.
8616
8617 2005-12-09  Randolph Chung  <tausq@debian.org>
8618
8619         * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
8620         (get_addr_of_sym): Remove duplicate print.
8621         (gen_core): xfail hppa*-*-hpux*, update expected output.
8622         * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
8623         * gdb.arch/pa64-nullify.s: New file.
8624
8625 2005-12-09  Randolph Chung  <tausq@debian.org>
8626
8627         * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
8628
8629 2005-12-07  Christophe Lyon  <christophe.lyon@st.com>
8630
8631         * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
8632         code generation for these functions.
8633         * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
8634         error message.
8635
8636 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
8637
8638         * gdb.base/help.exp (help b, help br, help bre, help brea)
8639         (help break): Update the expected message.
8640
8641 2005-11-11  Stephane Carrez  <stcarrez@nerim.fr>
8642
8643         * gdb.asm/m68hc11.inc: Setup the data section.
8644         * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
8645         script for this test.
8646         (m6812-*-*): Likewise.
8647
8648 2005-11-09  Randolph Chung <tausq@debian.org>
8649
8650         * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
8651
8652 2005-11-09  Wu Zhou  <woodzltc@cn.ibm.com>
8653
8654         * gdb.base/break.exp: Fix a comment typo.
8655
8656 2005-11-03  Jim Blandy  <jimb@redhat.com>
8657
8658         Checked in by Elena Zannoni  <ezannoni@redhat.com>
8659
8660         * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
8661
8662 2005-11-02  Corinna Vinschen  <vinschen@redhat.com>
8663
8664         * gdb.arch/gdb1558.c: Include stdio.h.
8665
8666 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
8667
8668         * gdb.asm/asm-source.exp: Use -e instead of --entry.
8669
8670 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
8671
8672         * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
8673
8674 2005-10-17  Paul Gilliam  <pgilliam@us.ibm.com>
8675
8676         * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
8677         vscr" tests to better match output.
8678
8679 2005-10-12  Jim Blandy  <jimb@redhat.com>
8680
8681         * gdb.base/structs.exp (any): New function.
8682         (test_struct_returns): Don't make any assumptions at all about
8683         what value the function returns when GDB can't set the return
8684         value.
8685
8686 2005-10-09  Joel Brobecker  <brobecker@adacore.com>
8687
8688         * gdb.ada/arrayidx/p.adb: New file.
8689         * gdb.ada/arrayidx.exp: New testcase
8690
8691 2005-10-09  Joel Brobecker  <brobecker@adacore.com>
8692
8693         * gdb.ada/array_return/pck.ads: New file.
8694         * gdb.ada/array_return/pck.adb: New file.
8695         * gdb.ada/array_return/p.adb: New file.
8696         * gdb.ada/array_return.exp: New testcase.
8697
8698 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
8699
8700         * gdb.base/arrayidx.c: New file.
8701         * gdb.base/arrayidx.exp: New testcase.
8702
8703 2005-09-29  Nick Roberts  <nickrob@snap.net.nz>
8704
8705         * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
8706         frames-invalid and breakpoints-invalid are no longer generated
8707         with level 3 so don't expect them in the output.
8708
8709 2005-09-27  Bob Rossi  <bob@brasko.net>
8710
8711         * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
8712         from test.  Escape the | in mi_gdb_test call.
8713         * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
8714         gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
8715         gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
8716         gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
8717         expected regex's in mi_gdb_test calls.
8718         * lib/mi-support.exp: Remove arbitrary .* from tests.
8719         (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
8720         Fully anchor GDB/MI expected results in mi_gdb_test.
8721         * lib/gdb.exp (string_to_regexp): Escape the ] character.
8722         * gdb.base/sizeof.exp: Remove escape character. Correct test.
8723
8724 2005-09-26  Paul Brook  <paul@codesourcery.com>
8725
8726         * long_long.exp: Exclude eabi targets from arm FPA float format test.
8727
8728 2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
8729
8730         * bfp-test.c: New file.
8731         * bfp-test.exp: New testcase.
8732
8733 2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
8734
8735         * gdb.fortran/subarray.exp: New testcase to test the evaluation
8736         of subarray and substring variable.
8737         * gdb.fortran/subarray.f: New source file for the test of subarray
8738         and substring variable evaluation.
8739         * gdb.fortran/exprs.exp: Add four tests for substring evaluation
8740         of string constant.
8741
8742 2005-09-19  Daniel Jacobowitz  <dan@codesourcery.com>
8743
8744         * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
8745         copyright dates.
8746
8747 2005-09-19  Paul Gilliam  <pgilliam@us.ibm.com>
8748
8749         * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
8750         powerpc altivec' test with an almost identical 'info vector' test.
8751
8752 2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
8753
8754         * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
8755         vscr" tests to match output.
8756
8757 2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
8758
8759         * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
8760         output.
8761
8762 2005-09-11  Bob Rossi  <bob@brasko.net>
8763
8764         * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
8765         * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
8766         commands that return an MI output command and an asyncronous MI output
8767         command.
8768         * gdb.mi/mi-console.exp: Ditto.
8769
8770 2005-09-11  Bob Rossi  <bob@brasko.net>
8771
8772         * gdb.mi/mi-var-child.c: Include <string.h>.
8773
8774 2005-09-10  Daniel Jacobowitz  <dan@codesourcery.com>
8775
8776         * killed.exp: Correct gdb_expect syntax.
8777
8778 2005-08-09  Corinna Vinschen  <vinschen@redhat.com>
8779
8780         * lib/mi-support.exp (mi_gdb_load): Fix typo.
8781
8782 2005-08-02  Bob Rossi  <bob@brasko.net>
8783
8784         * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
8785         (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
8786         Change tests to inferior-tty-set/show.
8787         * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
8788         (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
8789         * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
8790         inferior.  Use mi_gdb_test to get GDB and Inferior output.
8791         * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
8792         descriptor.
8793         (mi_inferior_tty_name): Add inferior PTY file name.
8794         (mi_gdb_start): Add INFERIOR_PTY parameter.
8795         (mi_gdb_test): Add IPATTERN parameter.
8796
8797 2005-08-02   Bob Rossi  <bob@brasko.net>
8798
8799         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
8800         parameter to mi_gdb_test.
8801         * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
8802
8803 2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
8804
8805         * gdb.mi/mi-var-child.c (do_children_tests): Initialize
8806         struct_declarations.
8807         * gdb.mi/mi-var-child.exp: Step over the initialization of
8808         struct_declarations.
8809
8810 2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
8811
8812         * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
8813         * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
8814         * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
8815         * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
8816         * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
8817         file.
8818
8819 2005-07-27  Nick Roberts  <nickrob@snap.net.nz>
8820
8821         * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
8822         (do_children_tests): Assign values to the extra elements.
8823
8824         * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
8825         them for tests for "-var-update --no-values" and
8826         "-var-update --all-values".
8827         Add test for "-var-list-children --simple-values".
8828
8829         * gdb.mi/basics.c (callee4): Add integer array D[3]...
8830
8831         * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
8832         "-stack-list-locals --simple-values"  Improve doc strings and
8833         comments.
8834
8835 2005-07-18  Mark Kettenis  <kettenis@gnu.org>
8836
8837         * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
8838         *-*-openbsd*.
8839         * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
8840
8841         * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
8842         sigaltsatck'.
8843
8844 2005-07-14  Bob Rossi  <bob@brasko.net>
8845
8846         * gdb.base/default.exp (tty): Changed output of command.
8847         * gdb.base/help.exp (help tty): Ditto.
8848
8849 2005-07-12  Mark Kettenis  <kettenis@gnu.org>
8850
8851         * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
8852
8853 2005-07-10  Mark Kettenis  <kettenis@gnu.org>
8854
8855         * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
8856         -stack-select-frame without arguments.
8857         (test_stack_frame_listing): Add test for newly implemented command
8858         -stack-info-frame.
8859
8860 2005-07-06  Bob Rossi  <bob@brasko.net>
8861
8862         * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
8863         command.
8864         (Copyright): Update copyright.
8865
8866 2005-07-06  Wu Zhou  <woodzltc@cn.ibm.com>
8867
8868         * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
8869         tests to evaluate exponentiation expression.
8870
8871 2005-06-29  Andreas Schwab  <schwab@suse.de>
8872
8873         * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
8874         main to avoid warnings.
8875
8876         * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
8877
8878 2005-06-20  Nick Roberts  <nickrob@snap.net.nz>
8879
8880         * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
8881         -stack-select-frame without arguments.
8882         (test_stack_frame_listing): Add test for newly implemented command
8883         -stack-info-frame.
8884
8885 2005-06-17  Wu Zhou  <woodzltc@cn.ibm.com>
8886
8887         * gdb.fortran/array-element.f: New file.
8888         * gdb.fortran/array-element.exp: New testcase.
8889
8890 2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
8891
8892         * gdb.base/bigcore.exp: Correct checks for systems which can
8893         not dump a large core file.
8894
8895 2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
8896
8897         * gdb.base/relocate.c: Add a copyright notice.
8898         (dummy): Remove.
8899         * gdb.base/relocate.exp: Test printing the values of variables
8900         from a relocatable file.
8901
8902 2005-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
8903
8904         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
8905         excess MI output after an error.
8906
8907 2005-05-29  Joel Brobecker  <brobecker@adacore.com>
8908
8909         * gdb.arch/alpha-step.c: New file.
8910         * gdb.arch/alpha-step.exp: New testcase.
8911
8912 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
8913             Dennis Brueni  <dennis@slickedit.com>
8914
8915         * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
8916         gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
8917         gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
8918         gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
8919         gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
8920         gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
8921         * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
8922
8923 2005-05-17  Paul Gilliam  <pgilliam@us.ibm.com>
8924             Wu Zhou  <woodzltc@cn.ibm.com>
8925
8926         * gdb.base/shreloc.exp: Use gdb_compile_shlib.  Add support for
8927         IBM's xlc compiler.
8928         * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
8929         * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
8930
8931 2005-05-13  Jim Blandy  <jimb@redhat.com>
8932
8933         * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
8934         calling gdb_suppress_entire_file.
8935         * gdb.base/charset.exp: Same.
8936         * gdb.base/call-rt-st.exp: Same.
8937
8938 2005-05-05  Bob Rossi  <bob_rossi@cox.net>
8939
8940         * lib/gdb.exp (fullname_syntax): Added global regex.
8941         (fullname_syntax_POSIX): Ditto.
8942         (fullname_syntax_UNC): Ditto.
8943         (fullname_syntax_DOS_CASE): Ditto.
8944         (fullname_syntax_DOS): Ditto.
8945         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
8946         fullname_syntax variable to scope and use it.
8947         (test_file_list_exec_source_files): Ditto.
8948         * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
8949
8950 2005-05-04  Daniel Jacobowitz  <dan@codesourcery.com>
8951
8952         * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
8953
8954 2004-05-02  Paul Gilliam  <pgilliam@us.ibm.com>
8955
8956         * lib/gdb.exp (skip_altivec_tests): New function, based on
8957         check_vmx_hw_available from the GCC testsuite.
8958         * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
8959         * lib/gdb.arch/altivec-regs.exp: Likewise.
8960
8961 2005-05-02  Jim Blandy  <jimb@redhat.com>
8962
8963         * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
8964         calling gdb_suppress_entire_file.
8965
8966 2005-04-30  Randolph Chung  <tausq@debian.org>
8967
8968         * gdb.threads/staticthreads.exp: Override signal to check for hppa.
8969         Slightly relax "sem_post" name checking.
8970
8971 2005-04-29  Paul Gilliam  <pgilliam@us.ibm.com>
8972
8973         * gdb.base/unload.exp: Use new shared library infrastructure.
8974
8975 2005-04-29  Paul Gilliam  <pgilliam@us.ibm.com>
8976
8977         * gdb.base/so-impl-ld.exp: Use new shared library
8978         infrastructure.
8979
8980 2005-04-29  Corinna Vinschen  <vinschen@redhat.com>
8981
8982         * gdb.asm/asm-source.exp: Add h8300 to supported targets.
8983         * gdb.asm/h8300.inc: New file.
8984
8985 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
8986
8987         * gdb.base/shlib-call.exp: Change to use new shared library
8988         infrastructure.
8989
8990 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
8991
8992         * gdb.base/pending.exp: Change to use new shared library
8993         infrastructure.
8994
8995 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
8996
8997         * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
8998         use test_compiler_info instead of gcc_compiled, and update copyright.
8999
9000 2005-04-27  Paul Gilliam  <pgilliam@us.ibm.com>
9001
9002         * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
9003         shared objects being adjusted and update copyright years.
9004
9005 2005-04-27  Daniel Jacobowitz  <dan@codesourcery.com>
9006
9007         * ChangeLog: Correct some 2003-01-13 dates.
9008         * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
9009         gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
9010         gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
9011         gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
9012         gdb.trace/tfind.exp: Update copyright years.
9013
9014 2005-04-14  Paul Gilliam  <pgilliam@us.ibm.com>
9015             Daniel Jacobowitz  <dan@codesourcery.com>
9016
9017         * lib/gdb.exp (gdb_compile): Handle shlib=.
9018         (gdb_compile_shlib): New function.
9019
9020 2005-04-12  Paul Gilliam  <pgilliam@us.ibm.com>
9021
9022         * lib/gdb.exp (test_compiler_info): Give argument a default value.
9023
9024 2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
9025
9026         * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
9027         gdb.server.
9028         * configure.ac: Likewise.
9029         * configure: Regenerated.
9030         * gdb.gdbserver/Makefile.in: Moved to...
9031         * gdb.server/Makefile.in: ... here.
9032         * gdb.gdbserver/server.c: Moved to...
9033         * gdb.server/server.c: ... here.
9034         * gdb.gdbserver/server-run.exp: Moved to...
9035         * gdb.server/server-run.exp: ... here.
9036
9037 2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
9038
9039         * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
9040         * configure.ac: Create gdb.gdbserver/Makefile.
9041         * configure: Regenerated.
9042         * lib/gdbserver-support.exp: New file, derived from
9043         config/gdbserver.exp.
9044         * config/gdbserver.exp: Use gdbserver-support.exp.
9045         * gdb.gdbserver/Makefile.in: New file.
9046         * gdb.gdbserver/server.c: New file.
9047         * gdb.gdbserver/server-run.exp: New file.
9048
9049 2005-04-06  Paul Gilliam  <pgilliam@us.ibm.com>
9050
9051         * lib/gdb.exp (test_compiler_info): Return compiler_info
9052         if no arguments are given.
9053
9054 2005-04-01  Paul Gilliam  <pgilliam@us.ibm.com>
9055
9056         * gdb.arch/altivec-abi.exp: Check for compiler and set
9057         use altivec' flag accordingly.
9058         * gdb.arch/altivec-regs.exp: Likewise.
9059
9060 2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
9061
9062         * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
9063
9064 2005-03-27  Andreas Schwab  <schwab@suse.de>
9065
9066         * gdb.base/bigcore.c (main): Add missing mode argument in open
9067         call.
9068
9069 2005-03-25  Daniel Jacobowitz  <dan@codesourcery.com>
9070
9071         * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
9072         downloads.
9073         * config/gdbserver.exp (gdb_load): Likewise.
9074
9075 2005-03-14  Paul Brook  <paul@codesourcery.com>
9076
9077         * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
9078         targets.
9079
9080 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
9081
9082         * gdb.dwarf2/dup-psym.S: New file.
9083         * gdb.dwarf2/dup-psym.exp: New testcase.
9084
9085 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
9086
9087         * gdb.ada/exec_changed/first.adb: New file.
9088         * gdb.ada/exec_changed/second.adb: New file.
9089         * gdb.ada/exec_changed.exp: New testcase.
9090
9091 2005-03-08  Nathan Sidwell  <nathan@codesourcery.com>
9092
9093         * gdb.cp/userdef.cc (A1::operator+): New unary plus.
9094         (A2): New class.
9095         (main): Test operator+.
9096         * gdb.cp/userdef.exp: Test unary plus.  Use A2::operator+ for
9097         breakpoint test.
9098
9099         * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
9100         * gdb.base/signull.exp: Disable if gdb,nosignals.
9101         * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
9102         * gdb.cp/exception.exp: Disable if skip_cplus_tests.
9103         * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
9104         * gdb.mi/mi2-console.exp: Likewise.
9105         * gdb.trace/collection.exp (run_trace_experiment): Consume the
9106         continue output at start.
9107         (gdb_collect_locals_test): Robustify regexp.
9108         * gdb.trace/passc-dyn.exp: Fix comment typo.
9109         * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
9110
9111 2005-03-08  Corinna Vinschen  <vinschen@redhat.com>
9112
9113         * gdb.asm/asm-source.exp: Add iq2000 case.
9114         * gdb.asm/iq2000.inc: New file.
9115
9116 2005-03-07  Manoj Iyer <manjo@austin.ibm.com>
9117
9118         * gdb.base/command.exp: Change hardcoded value to regular expression.
9119         * gdb.base/float.exp: Add powerpc to the list of targets checked.
9120
9121 2005-03-07  Daniel Jacobowitz  <dan@codesourcery.com>
9122
9123         * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
9124         gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
9125         gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
9126         gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
9127         gdb.asm/x86_64.inc: Use .purgem before redefining macros.
9128
9129 2005-03-05  Mark Kettenis  <kettenis@gnu.org>
9130
9131         * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
9132         changes.
9133
9134 2004-03-03  Paul Gilliam  <pgilliam@us.ibm.com>
9135
9136         * lib/compiler.c: Add test for IBM's xlc compiler.
9137         * lib/compiler.cc: Likewise.
9138
9139 2004-02-24  Joel Brobecker  <brobecker@adacore.com>
9140
9141         * gdb.ada/fixed_points.exp: Create compilation object directory
9142         before running the test.
9143         * gdb.ada/null_record.exp: Likewise.
9144         * gdb.ada/packed_array.exp: Likewise.
9145         * gdb.ada/start.exp: Likewise.
9146
9147 2005-02-15  Joel Brobecker  <brobecker@adacore.com>
9148
9149         * gdb.ada/packed_array/pa.adb: New file.
9150         * gdb.ada/packed_array.exp: New testcase.
9151
9152 2005-02-10  Mark Kettenis  <kettenis@gnu.org>
9153
9154         * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
9155         files.
9156
9157         * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
9158         on *-*-openbsd*.  Correctly match whitespace in regukar
9159         expressions.
9160
9161 2005-02-10  Daniel Jacobowitz  <dan@debian.org>
9162
9163         From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
9164         PR exp/1821
9165         * gdb.base/gdb1821.c: New test file.
9166         * gdb.base/gdb1821.exp: New test file.
9167
9168 2005-02-09  Joel Brobecker  <brobecker@adacore.com>
9169
9170         * gdb.base/start.c: New file.
9171         * gdb.base/start.exp: New testcase.
9172
9173 2005-02-09  Joel Brobecker  <brobecker@adacore.com>
9174
9175         * gdb.ada/start/dummy.adb: New file.
9176         * gdb.ada/start.exp: New testcase.
9177
9178 2005-02-09  Corinna Vinschen  <vinschen@redhat.com>
9179
9180         * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
9181         for printing symbols and statistics.
9182         Add test for using relative pathnames in "maint print msymbols" test.
9183         Mark "maint info sections DATA" XFAIL on Cygwin.
9184         Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
9185         tests.
9186
9187 2005-02-09  Andreas Schwab  <schwab@suse.de>
9188
9189         Committed by Andrew Cagney  <cagney@gnu.org>
9190         * gdb.base/remotetimeout.exp: New file.
9191
9192 2005-02-07  Mark Kettenis  <kettenis@gnu.org>
9193
9194         * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
9195
9196 2005-02-03  Joel Brobecker  <brobecker@adacore.com>
9197
9198         * gdb.ada/gnat_ada.gpr: New file.
9199         * gdb.ada/gnat_ada.gin: Delete, no longer used.
9200         * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
9201         * configure.ac: No longer generate gnat_ada.gpr.
9202         * configure: Regenerate.
9203         * gdb.ada/Makefile.in: Minor adaptations due to new project file.
9204         * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
9205         * gdb.ada/null_record/bar.ads: Likewise.
9206         * gdb.ada/null_record/bar.adb: Likewise.
9207         * gdb.ada/fixed_points/fixed_points.adb: Likewise.
9208         * gdb.ada/null_record.exp (testdir): New variable.
9209         (testfile): executable is now in testdir subdirectory.
9210         (srcfile): Use full path to the main compilation unit.
9211         * gdb.ada/fixed_points.exp: Same changes as above.
9212
9213 2005-02-03  Nick Roberts  <nickrob@snap.net.nz>
9214
9215         * gdb.base/interp.exp: New test.
9216
9217 2005-01-24  Andrew Cagney  <cagney@gnu.org>
9218
9219         * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
9220
9221 2005-01-19  Andrew Cagney  <cagney@gnu.org>
9222
9223         * gdb.stabs/Makefile.in (Makefile): Update dependencies -
9224         configure.ac not configure.in.
9225
9226         * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
9227         of powerpc*-*-*.
9228         * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
9229         * gdb.base/list.exp (test_list_function)
9230         (test_list_filename_and_function): Ditto.
9231         * gdb.base/callfuncs.exp (do_function_calls): Ditto.
9232
9233 2005-01-16  Andrew Cagney  <cagney@gnu.org>
9234
9235         * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
9236
9237         * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
9238
9239 2005-01-14  Andrew Cagney  <cagney@gnu.org>
9240
9241         * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
9242         * gdb.mi/mi2-var-cmd.exp: Ditto.
9243
9244 2005-01-10  Corinna Vinschen  <vinschen@redhat.com>
9245
9246         * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
9247
9248 2005-01-07  Andrew Cagney  <cagney@gnu.org>
9249
9250         * configure.ac: Rename configure.in, require autoconf 2.59.
9251         * configure: Re-generate.
9252         * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
9253         * gdb.stabs/configure: Re-generate.
9254         * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
9255         * gdb.hp/configure: Re-generate.
9256         * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
9257         autoconf 2.59.
9258         * gdb.hp/gdb.objdbg/configure: Re-generate.
9259         * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
9260         autoconf 2.59.
9261         * gdb.hp/gdb.defects/configure: Re-generate.
9262         * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
9263         autoconf 2.59.
9264         * gdb.hp/gdb.compat/configure: Re-generate.
9265         * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
9266         autoconf 2.59.
9267         * gdb.hp/gdb.base-hp/configure: Re-generate.
9268         * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
9269         autoconf 2.59.
9270         * gdb.hp/gdb.aCC/configure: Re-generate.
9271
9272 2004-12-15  Jim Blandy  <jimb@redhat.com>
9273
9274         * gdb.threads/linux-dp.exp: Fix output regexp to handle output
9275         under NPTL when there is debugging info available for libpthread.
9276
9277 2004-12-13  Jerome Guitton  <guitton@gnat.com>
9278
9279         * gdb.ada/fixed_points.c: New file.
9280         * gdb.ada/fixed_points.exp: New file.
9281
9282 2004-12-03  Randolph Chung  <tausq@debian.org>
9283
9284         * gdb.arch/pa-nullify.exp: New file.
9285         * gdb.arch/pa-nullify.s: New file.
9286
9287 2004-11-30  Randolph Chung  <tausq@debian.org>
9288
9289         * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
9290         instead of "tbug".  Fix regexp to work properly with gdb_test.
9291
9292 2004-11-29  Paul Hilfinger  <Hilfinger@gnat.com>
9293
9294         * gdb.base/bitfields2.exp: New test.
9295         * gdb.base/bitfields2.c: New file.
9296
9297 2004-11-28  Richard Earnshaw  <rearnsha@arm.com>
9298
9299         * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
9300
9301 2004-11-16  Randolph Chung  <tausq@debian.org>
9302
9303         * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
9304
9305 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
9306
9307         * gdb.threads/threadapply.exp: Correct "macro details" test.
9308
9309 2004-11-11  Jeff Johnston  <jjohnstn@redhat.com>
9310
9311         * gdb.threads/threadapply.exp: New test.
9312         * gdb.threads/threadapply.c: New file.
9313
9314 2004-11-07  Mark Kettenis  <kettenis@gnu.org>
9315
9316         * gdb.base/savedregs.exp: Correct pattern used for sigtramp
9317         frames.
9318
9319 2004-11-05  Felix Lee  <felix+log1@specifixinc.com>
9320
9321         * gdb.base/cursal.exp: New file.
9322         * gdb.base/cursal.c: New file.
9323
9324 2004-11-03  Andrew Cagney  <cagney@gnu.org>
9325
9326         * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
9327
9328 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
9329
9330         * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
9331         NetBSD/ELF targets.
9332
9333 2004-10-29  Joel Brobecker  <brobecker@gnat.com>
9334
9335         * gdb.threads/bp_in_thread.c: New file, copied from
9336         pthread_cond_wait.c.
9337         * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
9338         file, rather than reusing the .c file from another testcase.
9339
9340 2004-10-20  Joel Brobecker  <brobecker@gnat.com>
9341
9342         * gdb.ada/null_record.exp: Check where we stopped after
9343         sending the start command, instead of where the associated
9344         temporary breakpoint was inserted.
9345
9346 2004-10-14  Andrew Cagney  <cagney@gnu.org>
9347
9348         * gdb.mi/gdb701.c (main): Return 0.
9349
9350 2004-10-13  Daniel Jacobowitz  <dan@debian.org>
9351
9352         * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
9353
9354 2004-10-12  Jeff Johnston  <jjohnstn@redhat.com>
9355
9356         * gdb.threads/schedlock.c: Add comment markers to use to find
9357         line numbers.
9358         * gdb.threads/schedlock.exp: Adjust regex to handle the new
9359         comments.
9360         * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
9361         breakpoint lines.
9362
9363 2004-10-12  Daniel Jacobowitz  <dan@debian.org>
9364
9365         * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
9366
9367 2004-10-12  Daniel Jacobowitz  <dan@debian.org>
9368
9369         * configure.in: Add gdb.dwarf2.
9370         * configure: Regenerated.
9371         * Makefile.in: Add gdb.dwarf2.
9372         * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
9373         gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
9374         gdb.dwarf2/file1.txt: New files.
9375
9376 2004-10-11  Orjan Friberg  <orjanf@axis.com>
9377
9378         * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
9379         of "run", since the latter doesn't work with remote targets.  Adjust
9380         the breakpoint numbering accordingly.
9381         * gdb.threads/pthread_cond_wait.exp: Ditto.
9382
9383 2004-10-08  Michael Chastain  <mec.gnu@mindspring.com>
9384
9385         * gdb.base/overlays.exp: Update copyright years.
9386
9387 2004-10-08  Kei Sakamoto  <sakamoto.kei@renesas.com>
9388
9389         * gdb.base/overlays.exp: Disable if target is Linux.
9390
9391 2004-10-06  Felix Lee  <felix+log1@specifixinc.com>
9392
9393         * config/gdbserver.exp (gdb_load): Use right filename on remote.
9394
9395 2004-10-05  Kei Sakamoto  <sakamoto.kei@renesas.com>
9396
9397         * gdb.asm/asm-source.exp: Add m32r-linux target.
9398         * gdb.asm/m32r-linux.inc: New file.
9399
9400 2004-09-24  Andrew Cagney  <cagney@redhat.com>
9401             David Anderson <anderson@redhat.com>
9402
9403         * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
9404         command fails, assume things will work.
9405         * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
9406         (_GNU_SOURCE): Define.
9407         (print_unsigned, print_hex): Change parameter to "long long".
9408         (print_byte_count): New function, use to print byte counts.
9409         (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
9410         O_LARGEFILE.
9411         (main): Compute an upper bound on a corefile in max_core_size.
9412         Limit memory chunk size to max_core_size.  Limit total memory
9413         allocated to max_core_size.
9414
9415 2004-09-23  Andrew Cagney  <cagney@gnu.org>
9416
9417         * gdb.base/bigcore.exp: Replace the code that creates a corefile
9418         from a separate process with code that creates a corefile by
9419         making the inferior dump core.
9420
9421 2004-09-23  Mark Kettenis  <kettenis@gnu.org>
9422
9423         * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
9424         block.
9425
9426 2004-09-23  Michael Chastain  <mec.gnu@mindspring.com>
9427
9428         * gdb.base/constvars.exp (local_compiler_xfail_check_2):
9429         New proc.  Accept both gcc 3.x.x and gcc 4.x.x.
9430         * gdb.base/volatile.exp (local_compiler_xfail_check_2):
9431         Likewise.
9432
9433 2004-09-20  Jeff Johnston  <jjohnstn@redhat.com>
9434
9435         * gdb.java/jprint.exp: New test case for java inferior call.
9436         * gdb.java/jprint.java: Ditto.
9437
9438 2004-09-15  Joel Brobecker  <brobecker@gnat.com>
9439
9440         * gdb.base/bigcore.exp: Deactivate on IRIX targets.
9441
9442 2004-09-14  Michael Chastain  <mec.gnu@mindspring.com>
9443
9444         * gdb.threads/killed.c: Include <stdlib.h>.
9445         * gdb.threads/pthreads.c: Likewise.
9446
9447 2004-09-14  Michael Chastain  <mec.gnu@mindspring.com>
9448
9449         * gdb.threads/killed.c: Add copyright notice.
9450
9451 2004-09-10  Jason Molenda  (jmolenda@apple.com)
9452
9453         * gdb.base/define.exp: Two new tests to verify zero space chars
9454         after 'if' and 'while' commands in a user-defined command is correctly
9455         parsed.
9456
9457 2004-09-08  Andrew Cagney  <cagney@gnu.org>
9458
9459         * gdb.base/signals.exp (signal_tests_1): Delete.  Merge signal
9460         delivery test with duplicate at end of file.
9461
9462 2004-09-06  Mark Kettenis  <kettenis@jive.nl>
9463
9464         * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
9465
9466 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
9467
9468         * config/hppro.exp: Removed.
9469
9470 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
9471
9472         * config/sparclet.exp: Removed.
9473
9474 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
9475
9476         * config/udi.exp: Removed.
9477
9478 2004-09-02  Michael Chastain  <mec.gnu@mindspring.com>
9479
9480         * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
9481         of "exp_continue".
9482         (advancei): Likewise.
9483
9484 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
9485
9486         * gdb.base/unload.exp: Fix so messages aren't duplicated.
9487
9488 2004-09-01  Manoj Iyer  <manjo@austin.ibm.com>
9489
9490         * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
9491         to check for nodebug in executable.
9492         * gdb.gdb/observer.exp (setup_test): Likewise.
9493         * gdb.gdb/selftest.exp (test_with_self): Likewise.
9494         * gdb.gdb/xfullpath.exp (setup_test): Likewise.
9495
9496 2004-09-01  Andrew Cagney  <cagney@gnu.org>
9497
9498         * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
9499         files.
9500
9501 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
9502
9503         * gdb.base/unload.exp: Fix expected warning message to match
9504         latest format.
9505
9506 2004-09-01  Corinna Vinschen  <vinschen@redhat.com>
9507
9508         * gdb.base/call-rt-st.exp: Fix typos.
9509
9510 2004-08-31  Manoj Iyer  <manjo@austin.ibm.com>
9511
9512         * gdb.threads/thread_check.exp: New testcase.
9513         * gdb.threads/thread_check.c: New testcase.
9514
9515 2004-08-31  Andrew Cagney  <cagney@gnu.org>
9516
9517         * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
9518         (skip_to_handler_entry): New procedures.  Test stepping into a
9519         handler when the breakpoint is at the handler's entry point.
9520
9521 2004-08-30  Andrew Cagney  <cagney@gnu.org>
9522
9523         * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
9524         gdb/1757.
9525
9526 2004-08-27  Michael Chastain  <mec.gnu@mindspring.com>
9527
9528         With code from Manoj Iyer <manjo@austin.ibm.com>:
9529         * lib/gdb.exp (gdb_file_cmd): Return more information in the
9530         return value.  Add an arm for "no debugging symbols found".
9531         Change a stray "error" to "perror".
9532         (gdb_run_cmd): Adapt to new return value.
9533         * gdb.base/remote.exp: Adapt to new return value.
9534         * gdb.gdb/complaints.exp: Likewise.
9535         * gdb.gdb/observer.exp: Likewise.
9536         * gdb.gdb/selftest.exp: Likewise.
9537         * gdb.gdb/xfullpath.exp: Likewise.
9538
9539 2004-08-27  Joel Brobecker  <brobecker@gnat.com>
9540
9541         * gdb.threads/bp_in_thread.exp: New testcase.
9542
9543 2004-08-27  Michael Chastain  <mec.gnu@mindspring.com>
9544
9545         Fix PR testsuite/1735.
9546         * gdb.threads/schedlock.c (thread_function): Add a cast
9547         to suppress a gcc warning.
9548         * gdb.threads/thread-specific.c (thread_function): Likewise.
9549
9550 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
9551
9552         * gdb.base/unload.c: Include <stdlib.h>.
9553
9554 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
9555
9556         From Paul Gilliam <pgilliam@us.ibm.com>:
9557         * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
9558         synchronized after the "return".
9559
9560 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
9561
9562         * gdb.mi/basics.c: Include <stdio.h>.
9563         * gdb.mi/pthreads.c: Include <stdlib.h>.
9564         * gdb.mi/var-cmd.c: Include <stdlib.h>.
9565
9566 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
9567
9568         * gdb.threads/schedlock.c: Add copyright notice.
9569
9570 2004-08-25  Andrew Cagney  <cagney@gnu.org>
9571
9572         * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
9573         (skip_over_handler, breakpoint_over_hander): New test procedures.
9574         (advance, advancei): Add a proper prefix, do not use
9575         rerun_to_main.
9576         * gdb.base/sigstep.c (main): Change to use an infinite loop.
9577
9578 2004-08-24  Michael Chastain  <mec.gnu@mindspring.com>
9579
9580         * gdb.mi/basics.c: Add copyright notice.
9581         * gdb.mi/var-cmd.c: Add copyright notice.
9582
9583 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
9584
9585         * lib/gdb.exp: Remove signed_keyword_not_used.
9586         * lib/compiler.c: Likewise.
9587         * lib/compiler.cc: Likewise.
9588
9589 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
9590
9591         * gdb.base/whatis.c: Remove conditional disabling of "signed".
9592         * gdb.base/whatis.exp: Remove signed_keyword_not_used.
9593
9594 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
9595
9596         * gdb.base/whatis.c: Add copyright notice.
9597
9598 2004-08-20  Mark Kettenis  <kettenis@gnu.org>
9599
9600         * gdb.arch/i386-prologue.exp (skip_breakpoint): New function.  Use
9601         it to skip the breakpoints encoded in the inline assembly.
9602
9603 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
9604
9605         * Makefile.in: Add gdb.fortran.
9606
9607 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
9608
9609         * gdb.base/call-sc.exp (test_scalar_returns):
9610         Fix cut-and-paste glitch in "Make fun return now".
9611
9612 2004-08-17  Michael Chastain  <mec.gnu@mindspring.com>
9613
9614         * configure.in: Add gdb.fortran.
9615         * configure: Regenerate.
9616         * gdb.fortran/Makefile.in: New file.
9617         * lib/gdb.exp (skip_fortran_tests): New procedure.
9618
9619 2004-08-17  Michael Chastain  <mec.gnu@mindspring.com>
9620
9621         * gdb.mi/mi-var-block.exp: Use gdb_get_line_number.  Remove
9622         reference to bug-gnu@prep.ai.mit.edu.
9623         * gdb.mi/mi-var-child.exp: Likewise.
9624         * gdb.mi/mi-var-cmd.exp: Likewise.
9625         * gdb.mi/mi-var-display.exp: Likewise.
9626         * gdb.mi/mi2-var-block.exp: Likewise.
9627         * gdb.mi/mi2-var-child.exp: Likewise.
9628         * gdb.mi/mi2-var-cmd.exp: Likewise.
9629         * gdb.mi/mi2-var-display.exp: Likewise.
9630
9631 2004-08-15  Mark Kettenis  <kettenis@gnu.org>
9632
9633         * gdb.base/unload.c (main): Make local variable msg const.
9634
9635 2004-08-15  Michael Chastain  <mec.gnu@mindspring.com>
9636
9637         * gdb.mi/mi-cli.exp: Use gdb_get_line_number.  Remove reference
9638         to bug-gnu@prep.ai.mit.edu.
9639         * gdb.mi/mi-disassemble.exp: Likewise.
9640         * gdb.mi/mi-eval.exp: Likewise.
9641         * gdb.mi/mi-file.exp: Likewise.  Also, add comment about the
9642         default line number.
9643         * gdb.mi/mi-return.exp: Likewise.
9644         * gdb.mi/mi-simplerun.exp: Likewise.
9645         * gdb.mi/mi-stack.exp: Likewise.
9646         * gdb.mi/mi-stepi.exp: Likewise.  Also, replace wildcarded line
9647         number with explicit range test.
9648         * gdb.mi/mi-watch.exp: Likewise.
9649         * gdb.mi/mi2-break.exp: Likewise.
9650         * gdb.mi/mi2-cli.exp: Likewise.
9651         * gdb.mi/mi2-disassemble.exp: Likewise.
9652         * gdb.mi/mi2-eval.exp: Likewise.
9653         * gdb.mi/mi2-file.exp: Likewise.  Also, add comment about the
9654         default line number.
9655         * gdb.mi/mi2-return.exp: Likewise.
9656         * gdb.mi/mi2-simplerun.exp: Likewise.
9657         * gdb.mi/mi2-stack.exp: Likewise.
9658         * gdb.mi/mi2-stepi.exp: Likewise.  Also, replace wildcarded line
9659         number with explicit range test.
9660         * gdb.mi/mi2-watch.exp: Likewise.
9661
9662 2004-08-15  Michael Chastain  <mec.gnu@mindspring.com>
9663
9664         * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
9665         * gdb.cp/m-static.exp: Likewise.
9666         * gdb.cp/rtti.exp: Likewise.
9667
9668 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
9669
9670         * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
9671
9672 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
9673
9674         * ChangeLog: Prefix Local Variables with semi-colons and indent
9675         the reference to older ChangeLog files, to fix fontification in
9676         Emacs.
9677
9678 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
9679
9680         * gdb.mi/mi-break.exp: Use gdb_get_line_number.
9681         * gdb.mi/mi2-break.exp: Likewise.
9682
9683 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
9684
9685         * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
9686
9687 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
9688
9689         * gdb.cp/inherit.exp: Use cp_test_ptype_class.
9690
9691 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
9692
9693         * gdb.cp/classes.exp: Remove unused declarations.  Just let
9694         test names default instead of providing special names.  Remove
9695         extraneous demangler test.
9696
9697 2004-08-12  Jeff Johnston  <jjohnstn@redhat.com>
9698
9699         * gdb.base/unload.exp: New test for breakpoints in dynamically
9700         loaded libraries.
9701         * gdb.base/unload.c: Ditto.
9702         * gdb.base/unloadshr.c: Ditto.
9703
9704 2004-08-12  Michael Chastain  <mec.gnu@mindspring.com>
9705
9706         * gdb.cp/classes.exp (test_ptype_class_objects): Call
9707         cp_test_ptype_class.
9708         (test_enums): Likewise.
9709
9710 2004-08-10  Andrew Cagney  <cagney@gnu.org>
9711
9712         * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
9713         files.
9714
9715 2004-08-10  Andrew Cagney  <cagney@gnu.org>
9716
9717         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
9718         init_malloc call.
9719
9720 2004-08-10  Michael Chastain  <mec.gnu@mindspring.com>
9721
9722         * ChangeLog: Add copyright notice.  The notice is copied
9723         from emacs 21.3 top level ChangeLog.
9724
9725 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
9726
9727         * lib/cp-support.exp: New file.
9728         * lib/cp-support.exp (cp_test_type_class): New function.
9729         * gdb.cp/derivation.exp: Use cp_test_ptype_class.
9730         * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
9731         * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
9732         cp_test_ptype_class.
9733
9734 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
9735
9736         * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
9737         gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
9738         gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
9739         gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
9740         gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
9741         gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
9742         gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
9743         gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
9744         gdb.mi/mi2-watch.exp: Update copyright years.
9745
9746 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
9747
9748         * gdb.base/sigaltstack.exp: Provide proper anchoring.
9749
9750 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
9751
9752         * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
9753         gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
9754         gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
9755         gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
9756         gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
9757         gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
9758         gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
9759         gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
9760         gdb.mi/mi-watch.exp: Update copyright years.
9761
9762 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
9763
9764         PR gdb/1738
9765         * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
9766         from a breakpoint with a pending signal.
9767
9768 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
9769
9770         PR gdb/1736
9771         * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
9772         * gdb.base/sigaltstack.exp (finish_test): Consume output until
9773         the prompt.
9774         * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
9775
9776 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
9777
9778         * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
9779
9780 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
9781
9782         PR gdb/1736
9783         * gdb.base/sigaltstack.exp (finish_test): New procedure.  KFAIL
9784         for i?86-*-linux*.
9785
9786 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
9787
9788         * gdb.arch/i386-prologue.exp: Compile without debug information.
9789
9790 2004-08-08  Michael Chastain  <mec.gnu@mindspring.com>
9791
9792         * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
9793         rather than asking gdb to search.
9794
9795 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
9796
9797         * gdb.base/gcore.c: Include <string.h>.
9798
9799 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
9800
9801         * gdb.base/gcore.c: Add copyright notice.
9802
9803 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
9804
9805         * gdb.base/freebpcmd.c: Include <stdio.h>.
9806         * gdb.base/long_long.c: Include <string.h>.
9807         * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
9808         * gdb.base/siginfo.c: Include <string.h>.
9809         * gdb.base/sigstep.c: Include <string.h>.
9810
9811 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
9812
9813         * gdb.base/complex.c: Include <stdlib.h>.
9814
9815 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
9816
9817         * gdb.base/complex.c: Add copyright notice.
9818
9819 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
9820
9821         * gdb.base/charset.c: Include <stdlib.h>.
9822
9823 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
9824
9825         * gdb.base/auxv.c: Include <stdlib.h>.
9826
9827 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
9828
9829         * gdb.base/auxv.c: Add copyright notice.
9830
9831 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
9832
9833         * gdb.base/coremaker.c: Add copyright notice.
9834         * gdb.base/coremaker2.c: Add copyright notice.
9835
9836 2004-08-04  Andrew Cagney  <cagney@gnu.org>
9837
9838         * gdb.base/store.exp: Update copyright.
9839         (check_set, up_set, check_struct, up_struct): Add a prefix to test
9840         names, do not import gdb_prompt.
9841
9842 2004-08-01  Andrew Cagney  <cagney@gnu.org>
9843
9844         Fix PR testsuite/1729.
9845         * gdb.base/dump.exp: Add test name to callers of capture_value, do
9846         not use capture_value with value 4.
9847         (capture_value): Add optional test name parameter.
9848         (test_reload_saved_value, test_restore_saved_value): Use $msg as
9849         the prefix, pass to capture_value.
9850
9851 2004-08-01  Mark Kettenis  <kettenis@gnu.org>
9852
9853         * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
9854         * gdb.arch/i386-prologue.c (standard): New prototype and function.
9855         (main): Call new function.
9856
9857 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
9858
9859         * gdb.cp/namespace.exp: Accept more varieties of ptype output.
9860
9861 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
9862
9863         * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
9864
9865 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
9866
9867         * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9868         Accept more values of vtbl pointer.  Remove some messages
9869         about "obsolete gcc or gdb".
9870
9871 2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>
9872
9873         * gdb.cp/classes.exp: Accept more varieties of ptype output.
9874
9875 2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>
9876
9877         * gdb.base/asm-source.exp: Properly convert target board
9878         debug flags from gcc format to binutils format.
9879
9880 2004-07-28  Mark Kettenis  <kettenis@gnu.org>
9881
9882         * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
9883         gdb1718".  PR backtrace/1718 partially fixed.
9884
9885 2004-07-27  Jeff Johnston  <jjohnstn@redhat.com>
9886
9887         * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
9888
9889 2004-07-26  Nick Clifton  <nickc@redhat.com>
9890
9891         * gdb.asm/asm-source.exp (debug-flags): New variable.  If a known
9892         good default value for a specific architecture is available then
9893         set it to that value.  Otherwise default to the -gstabs switch.
9894         Remove the -g... switches from the asm-flags variable.  Allow the
9895         target board info to override the value if it wants to.  Pass the
9896         switch on the assembler command line.
9897
9898 2004-07-23  Mark Kettenis  <kettenis@gnu.org>
9899
9900         * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
9901         * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
9902         (main): Call new function.
9903
9904 2004-07-22  Michael Chastain  <mec.gnu@mindspring.com>
9905
9906         Test for PR exp/1715.
9907         * gdb.base/radix.exp: Refactor common procedures.  Make all
9908         test names unique.  Change XFAIL to KFAIL.
9909
9910 2004-07-20  Michael Chastain  <mec.gnu@mindspring.com>
9911
9912         * gdb.ada/gnat_ada.gpr.in: Rename from here ...
9913         * gdb.ada/gnat_ada.gin: ... to here.
9914         * configure.in: Use gnat_ada.gin.
9915         * configure: Regenerate.
9916
9917 2004-07-20  Andrew Cagney  <cagney@gnu.org>
9918
9919         * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
9920         gdb_test and gdb_test_multiple.  Delete bash_bug.  Delete suspect
9921         XFAILs.  Clean up test messages and comments.  Check backtraces.
9922         Delete re-sync code.
9923
9924 2004-07-19  Michael Chastain  <mec.gnu@mindspring.com>
9925
9926         Fix PR cli/740.
9927         * gdb.base/annota1.exp: Honor gdb,nosignals.
9928         * gdb.base/annota3.exp: Likewise.
9929
9930 2004-07-19  Michael Chastain  <mec.gnu@mindspring.com>
9931
9932         * lib/java.exp: Update copyright notice.
9933
9934 2004-07-19  Andrew Cagney  <cagney@gnu.org>
9935
9936         * gdb.base/selftest.exp: Copy file from here ...
9937         * gdb.gdb/selftest.exp: ... to here.
9938
9939 2004-07-16  Andrew Cagney  <cagney@redhat.com>
9940
9941         * lib/insight-support.exp: Delete file.
9942         * lib/java.exp (java_init): Fix copyright.
9943
9944 2004-07-16  Andrew Cagney  <cagney@gnu.org>
9945
9946         * gdb.base/restore.c: Append "prologue" to comments marking the a
9947         function's prologue.
9948         * gdb.base/restore.exp: Update copyright, re-indent.
9949         (restore_tests): Use gdb_test_multiple.  Add "calleeN calls
9950         callerN" prefix where needed.  Update patterns that match a
9951         function's prologue.
9952
9953 2004-07-16  Michael Chastain  <mec.gnu@mindspring.com>
9954
9955         * gdb.base/restore.c: Add copyright notice.
9956
9957 2004-07-16  Andrew Cagney  <cagney@gnu.org>
9958
9959         * gdb.base/logical.exp: Update copyright.
9960         (evaluate): New procedure.  Use to re-implement tests using
9961         several tables.
9962
9963 2004-07-14  Martin Hunt  <hunt@redhat.com>
9964
9965         * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
9966         which fixes some problems where init.tcl was not found.
9967
9968 2004-07-13  Andrew Cagney  <cagney@gnu.org>
9969
9970         * gdb.base/sizeof.exp: Skip test when no inferior I/O.
9971         (check_sizeof, check_valueof): Do not include the output in the
9972         test name.  Use gdb_test.
9973         (get_valueof): Use gdb_test_multiple.
9974
9975         * gdb.base/step-test.exp: Update copyright.  Use
9976         gdb_test_multiple.  Ensure that test names do not include
9977         architecture dependent output.
9978
9979         * gdb.gdb/observer.exp: Update copyright.
9980         (setup_test): Use gdb_test_multiple.
9981         (attach_first_observer, attach_second_observer)
9982         (attach_third_observer, detach_first_observer)
9983         (detach_second_observer, detach_third_observer)
9984         (reset_counters, check_counters): Make $message a prefix.
9985         (test_normal_stop_notifications): Add "args" parameter - a list of
9986         init functions to be called.  Make $message a prefix,
9987         (test_observer_normal_stop): Change the message prefixes so that
9988         they are unique, pass the attach / detach procedures to
9989         test_normal_stop_notifications.
9990
9991         * gdb.base/signull.exp (test_segv): Prefix all tests with
9992         "${name}".  Clean up test messages.
9993
9994         * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
9995
9996         * gdb.base/ena-dis-br.exp: Update copyright.
9997         (break_at): New function.  Replace send_gdb with gdb_test,
9998         break_at, and gdb_test_multiple.  Replace XFAIL of "continue with
9999         ignore count, not stopped at bpt", with KFAIL.
10000
10001 2004-07-13  Corinna Vinschen  <vinschen@redhat.com>
10002
10003         * gdb.base/attach.exp: Remove cleanupfile handling.
10004
10005 2004-07-12  Andrew Cagney  <cagney@gnu.org>
10006
10007         * gdb.base/annota1.exp: Cleanup corefile test name.
10008         * gdb.base/annota3.exp: Ditto.
10009
10010 2004-07-12  Andrew Cagney  <cagney@gnu.org>
10011
10012         * gdb.base/signals.exp: Clean up copyright, re-indent.
10013
10014         * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
10015         gdb_test and gdb_test_multiple.
10016
10017 2004-07-08  Jeff Johnston  <jjohnstn@redhat.com>
10018
10019         * gdb.java/jmain.exp: Fix expected line number for main to
10020         break at.  Set XFAIL for break at main test since gcj does not
10021         provide line number info for first statement in main.
10022
10023 2004-07-08  Andrew Cagney  <cagney@gnu.org>
10024
10025         * gdb.base/attach.exp: Cleanup copyright.  Re-indent.
10026
10027         * gdb.base/sigbpt.exp: Make the common part of each test name a
10028         prefix instead of suffix.
10029
10030 2004-07-07  Bob Rossi  <bob_rossi@cox.net>
10031
10032         * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
10033         test from test_tbreak_creation_and_listing to
10034         test_file_list_exec_source_file
10035         * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
10036         Changed name of test from test_tbreak_creation_and_listing to
10037         test_file_list_exec_source_file
10038
10039 2004-07-07  Jeff Johnston  <jjohnstn@redhat.com>
10040
10041         * gdb.java/jmisc.exp: Fix expected output of ptype to look for
10042         the jmisc() constructor instead of <init>.
10043         * gdb.java/jmisc1.exp: Ditto.
10044
10045 2004-07-07  Andrew Cagney  <cagney@gnu.org>
10046
10047         * gdb.base/sigbpt.exp (stepi_out): Check for a single step
10048         corrupting the PC.
10049
10050 2004-07-06  Michael Chastain  <mec.gnu@mindspring.com>
10051
10052         * gdb.cp/templates.exp: Accept whitespace change in demangler
10053         output.
10054
10055 2004-07-06  Andrew Cagney  <cagney@gnu.org>
10056
10057         * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
10058
10059 2004-07-02  Michael Chastain  <mec.gnu@mindspring.com>
10060
10061         * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
10062         * lib/compiler.cc: Likewise.
10063
10064 2004-06-30  Michael Chastain   <mec.gnu@mindspring.com>
10065
10066         * lib/compiler.cc: Work around string preprocessing problem
10067         with old hp c++ compiler.
10068         * lib/compiler.c: Likewise.
10069
10070 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
10071
10072         * gdb.arch/i386-prologue.c: Add copyright header.  Use preprocessor
10073         directives to conditionalize symbol prefixing.
10074         * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
10075         additional_flags handling.  Add underscore prefix for Cygwin.
10076         * gdb.arch/i386-unwind.c: Use preprocessor directives to
10077         conditionalize symbol prefixing.
10078         * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
10079         additional_flags handling.  Add underscore prefix for Cygwin.
10080
10081 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
10082
10083         * gdb.base/bigcore.exp: Skip test on Cygwin.
10084
10085 2004-06-28  Michael Chastain  <mec.gnu@mindspring.com>
10086
10087         * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
10088         formats for "info register".  Use gdb_test_multiple.  Fix
10089         the "invalid register" test.
10090
10091 2004-06-28  Corinna Vinschen  <vinschen@redhat.com>
10092
10093         * gdb.base/attach.exp: Fix copyright date.  Set testpid to Windows
10094         PID for Cygwin.  Add Cygwin specific strings to check for in some
10095         tests.
10096         (do_attach_tests): Add a test for user interaction when attaching
10097         to a process with no matching symbol table already loaded.
10098
10099 2004-06-26  Andrew Cagney  <cagney@gnu.org>
10100
10101         Test PR java/1567 and PR java/1565.
10102         * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
10103         * gdb.java/jmisc2.exp: Delete file.
10104
10105 2004-06-26  Michael Chastain  <mec.gnu@mindspring.com>
10106
10107         * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
10108
10109 2004-06-25  Corinna Vinschen  <vinschen@redhat.com>
10110
10111         * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
10112         attach process.
10113
10114 2004-06-23  Michael Chastain  <mec.gnu@mindspring.com>
10115
10116         * gdb.cp/pr-1553.exp: Remove.
10117
10118 2004-06-22  Michael Chastain  <mec.gnu@mindspring.com>
10119
10120         * gdb.cp/pr-1553.cc: Remove.
10121         * gdb.cp/pr-1553.exp: Disable this test.
10122
10123 2004-06-20  Jim Blandy  <jimb@redhat.com>
10124
10125         Fix PR testsuite/1680.
10126         * gdb.arch/i386-sse.exp: Properly quote curly braces in
10127         regular expressions.
10128
10129 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
10130
10131         Fix PR testsuite/1679.
10132         * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
10133         Issue an UNSUPPORTED result instead.
10134
10135 2004-06-18  Jim Blandy  <jimb@redhat.com>
10136
10137         * gdb.base/charset.exp: Only send a control-C if we see a new
10138         prompt and incomplete command.
10139
10140 2004-06-18  Michael Chastain  <mec.gnu@mindspring.com>
10141
10142         * gdb.cp/pr-574.cc: Add copyright notice.
10143
10144 2004-06-17  Jim Blandy  <jimb@redhat.com>
10145
10146         * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
10147         cases where the regexp has no groups; this grabs random text from
10148         the previous test suite, whatever that was.
10149
10150 2004-06-17  Michael Chastain  <mec.gnu@mindspring.com>
10151
10152         * gdb.cp/printmethod.cc: Add copyright notice.
10153
10154 2004-06-16  Michael Chastain  <mec.gnu@mindspring.com>
10155
10156         * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
10157
10158 2004-06-16  Andrew Cagney  <cagney@gnu.org>
10159
10160         * gdb.base/signull.c: Update copyright.  Include <string.h>.
10161         (bowler): Replace data_pointer with data_read
10162         and data_write cases.  Add code_descriptor case.
10163         (zero, desc): New array and pointer.
10164         (data, code): Change to simple pointers.
10165         * gdb.base/signull.exp: Fix probe pattern matching a function
10166         descriptor SIGSEGV.  Replace data_pointer with data_read and
10167         data_write tests.
10168
10169 2004-06-16  Andrew Cagney  <cagney@gnu.org>
10170
10171         * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
10172
10173 2004-06-15  Michael Chastain  <mec.gnu@mindspring.com>
10174
10175         * gdb.base/long_long.c: Add copyright notice.
10176
10177 2004-06-15  Michael Chastain  <mec.gnu@mindspring.com>
10178
10179         * gdb.base/long_long.exp: Remove reference to
10180         bug-gdb@prep.ai.mit.edu.  Change line-number-specific breakpoint
10181         to gdb_breakpoint and gdb_continue_to_breakpoint.
10182
10183 2004-06-14  Jim Blandy  <jimb@redhat.com>
10184
10185         * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
10186         endian case.
10187
10188 2004-06-14  Andrew Cagney  <cagney@gnu.org>
10189
10190         * gdb.base/gcore.exp (capture_command_output): Delete the always
10191         passing tests containing inferior values.
10192         * gdb.base/ending-run.exp: Do not include the breakpoint address
10193         in the test message.  Update copyright.
10194         * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
10195         size in the test name, use gdb_test_multiple.  Update copyright.
10196
10197 2004-06-14  Michael Chastain  <mec.gnu@mindspring.com>
10198
10199         * gdb.cp/ref-types.cc: Add copyright notice.
10200
10201 2004-06-14  Michael Chastain  <mec.gnu@mindspring.com>
10202
10203         * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
10204         hp_aCC_compiler.
10205         * lib/compiler.cc: Likewise.
10206         * lib/gdb.exp (get_compiler_info): Eval lines only if they are
10207         'set' commands.  Log diagnostics for other lines.  Set
10208         gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
10209
10210 2004-06-13  Michael Chastain  <mec.gnu@mindspring.com>
10211
10212         * gdb.cp/try_catch.cc: Add copyright notice.
10213
10214 2004-06-12  Michael Chastain  <mec.gnu@mindspring.com>
10215
10216         * gdb.cp/userdef.cc: Add copyright notice.
10217
10218 2004-06-11  Michael Chastain  <mec.gnu@mindspring.com>
10219
10220         * gdb.cp/virtfunc.cc: Add copyright notice.
10221
10222 2004-06-11  Randolph Chung  <tausq@debian.org>
10223
10224         * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
10225         problem.
10226
10227 2004-06-10  Andrew Cagney  <cagney@gnu.org>
10228
10229         * lib/compiler.cc, lib/compiler.c: Append either
10230         __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
10231         * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
10232         instead of gcc-3-3.
10233
10234 2004-06-09  Andrew Cagney  <cagney@gnu.org>
10235
10236         * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
10237         gdb/1455, bug is specific to "long long" and "double".
10238
10239         * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
10240         (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
10241         x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*.  PR tdep/1447
10242         fixed.
10243
10244 2004-06-09  Andrew Cagney  <cagney@gnu.org>
10245
10246         * gdb.base/structs.exp (test_struct_returns): Replace
10247         "return_value_unknown" and "finish_value_unknown" by
10248         "return_value_known" and "finish_value_known".  Instead of
10249         "return_value_unknown" iff "finish_value_unknown", check
10250         "return_value_known" implies "finish_value_known".
10251
10252 2004-06-08  Martin Hunt  <hunt@redhat.com>
10253
10254         * gdb.base/float.exp: Add pattern for mips targets.
10255
10256 2004-06-08  Randolph Chung  <tausq@debian.org>
10257
10258         * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
10259         message for unknown architectures more clear.
10260
10261 2004-06-08  Joel Brobecker  <brobecker@gnat.com>
10262
10263         * gdb.ada/null_record.exp: Use "start" instead of "begin" to
10264         start the execution of the program.
10265
10266 2004-06-07  Jim Blandy  <jimb@redhat.com>
10267
10268         * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
10269         * gdb.arch/i386-cpuid.h: New helper file.
10270
10271 2004-06-07  Randolph Chung  <tausq@debian.org>
10272
10273         * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
10274         has started.
10275
10276 2004-06-04  Roland McGrath  <roland@redhat.com>
10277
10278         Fix PR gdb/1647.
10279         * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
10280         differently to be robust to output buffering differences.
10281
10282 2004-06-04  Michael Chastain  <mec.gnu@mindspring.com>
10283
10284         * gdb.threads/pthreads.exp: Update copyright years.
10285         (check_control_c): Change asynchronous 'after' to synchronous.
10286
10287 2004-06-04  Roland McGrath  <roland@redhat.com>
10288
10289         * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
10290         next gdb prompt.
10291
10292 2004-06-02  Michael Chastain  <mec.gnu@mindspring.com>
10293
10294         Fix PR gdb/1636.
10295         * gdb.threads/manythreads.exp: Change asynchronous 'after'
10296         calls to synchronous.
10297
10298 2004-05-26  Jim Blandy  <jimb@redhat.com>
10299
10300         * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
10301
10302 2004-05-24  Randolph Chung  <tausq@debian.org>
10303
10304         * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
10305         * gdb.asm/pa.inc: New file.
10306
10307 2004-05-22  Mark Kettenis  <kettenis@gnu.org>
10308
10309         * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
10310
10311 2004-05-21  Joel Brobecker  <brobecker@gnat.com>
10312             Daniel Jacobowitz  <drow@mvista.com>
10313
10314         * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
10315         GDB prompt.
10316
10317 2004-05-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10318
10319         * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
10320         setjmp/longjmp.  Use sigaction instead of signal.
10321
10322 2004-05-19  J. Brobecker  <brobecker@gnat.com>
10323             Michael Snyder  <msnyder@redhat.com>
10324
10325         * gdb.threads/pthread_cond_wait.c: New file.
10326         * gdb.threads/pthread_cond_wait.exp: New testcase.
10327
10328 2004-05-13  Andrew Cagney  <cagney@redhat.com>
10329
10330         * gdb.base/signull.exp, gdb.base/signull.c: New files.
10331         * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
10332
10333 2004-05-11  Andrew Cagney  <cagney@redhat.com>
10334
10335         * gdb.base/sigstep.exp (advancei): Update KFAILs.  gdb/1613 is
10336         fixed but revealed gdb/1639.
10337
10338 2004-05-10  Andrew Cagney  <cagney@redhat.com>
10339
10340         * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
10341         func1" and "next to 2nd alarm", kernel bug avoided.
10342
10343 2004-05-10  Daniel Jacobowitz  <dan@debian.org>
10344
10345         PR external/1568
10346         * gdb.base/bigcore.exp: Check the size of the dumped core file.
10347         XFAIL if it is smaller than bytes_allocated.
10348         * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
10349         (main): Make chunks_allocated unsigned.  Correct comment.
10350
10351 2004-05-07  Joel Brobecker  <brobecker@gnat.com>
10352
10353         * gdb.arch/powerpc-aix-prologue.c: New file.
10354         * gdb.arch/powerpc-aix-prologue.exp: New file.
10355
10356 2004-05-07  Jim Blandy  <jimb@redhat.com>
10357
10358         * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
10359         gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
10360
10361 2004-05-06  Joel Brobecker  <brobecker@gnat.com>
10362
10363         * gdb.base/sep.exp: No longer setup_kfail when the program was
10364         built with dwarf2.
10365
10366 2004-05-05  Jim Ingham  <jingham@apple.com>
10367
10368         * gdb.base/pending.exp: Make sure pending breakpoints
10369         preserve the ignore count.
10370
10371 2004-04-27  Jerome Guitton  <guitton@gnat.com>
10372
10373         * i386-prologue.exp: Add testcase for jump instruction as first
10374         instruction of the real code.
10375         * i386-prologue.c (jump_at_beginning): New function.
10376
10377 2004-04-28  Mark Kettenis  <kettenis@gnu.org>
10378
10379         * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
10380         x86_64-*-*.
10381
10382 2004-04-28  Mark Kettenis  <kettenis@gnu.org>
10383
10384         * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
10385         i*86-*-*.
10386
10387 2004-04-25  Mark Kettenis  <kettenis@gnu.org>
10388
10389         * gdb.base/call-sc.exp (start_scalars_test): Fix regular
10390         expression that checks the return type.
10391
10392 2004-04-23  Andrew Cagney  <cagney@redhat.com>
10393
10394         * gdb.base/call-sc.exp: New test of scalar call/return values.
10395         * gdb.base/call-sc.c: Ditto.
10396
10397 2004-04-23  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10398
10399         * gdb.threads/manythreads.c: Reduce thread stack size.
10400
10401 2004-04-23  Jeff Johnston  <jjohnstn@redhat.com>
10402
10403         * gdb.threads/manythreads.c: Add copyright notice.
10404
10405 2004-04-23  Andrew Cagney  <cagney@redhat.com>
10406
10407         * gdb.base/siginfo.exp: Better handle step out of signal.
10408         * gdb.base/sigstep.exp: Ditto.
10409
10410 2004-04-22  Jeff Johnston  <jjohnstn@redhat.com>
10411             Daniel Jacobowitz  <drow@mvista.com>
10412
10413         * gdb.threads/manythreads.c: New testcase.
10414         * gdb.threads/manythreads.exp: Ditto.
10415
10416 2004-04-22  Jim Blandy  <jimb@redhat.com>
10417
10418         * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
10419         gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
10420
10421 2004-04-21  Michael Chastain  <mec.gnu@mindspring.com>
10422
10423         * gdb.stabs/weird.exp: Accept full pathname for $binfile.
10424
10425 2004-04-21  Andrew Cagney  <cagney@redhat.com>
10426
10427         * gdb.base/sigstep.c: New file.
10428         * gdb.base/sigstep.exp: New file.
10429
10430 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
10431
10432         * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
10433         call to observer_notify_normal_stop.
10434
10435 2004-04-15  Andrew Cagney  <cagney@redhat.com>
10436
10437         * gdb.base/siginfo.c: New file.
10438         * gdb.base/siginfo.exp: New file.
10439
10440 2004-04-12  J. Brobecker  <brobecker@gnat.com>
10441
10442         * gdb.base/sep.exp: Fix typo in comment.
10443
10444 2004-04-12  J. Brobecker  <brobecker@gnat.com>
10445
10446         * gdb.base/sep.c: New file.
10447         * gdb.base/sep-proc.c: New file.
10448         * gdb.base/sep.exp: New testcase.
10449
10450 2004-04-09  Mark Kettenis  <kettenis@gnu.org>
10451
10452         * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
10453         support.
10454
10455 2004-04-05  Andrew Cagney  <cagney@redhat.com>
10456
10457         * gdb.base/sigaltstack.c: New file.
10458         * gdb.base/sigaltstack.exp: New file.
10459
10460 2004-04-04  Joel Brobecker  <brobecker@gnat.com>
10461
10462         * gdb.base/foll-fork.exp: Update the expected output for
10463         "help set follow-fork-mode", to match a change that was made
10464         to the help of this variable on 2004-01-13.
10465
10466 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
10467
10468         * lib/ada.exp: Add copyright notice.
10469         * bar.ads: Likewise.
10470         * bar.adb: Likewise.
10471         * null_record.adb: Likewise.
10472         * null_record.exp: Likewise.
10473         * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
10474
10475 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
10476
10477         * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
10478         * configure: Regenerate.
10479
10480 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
10481
10482         * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
10483         to build the application. Remove the message printed when in
10484         verbose mode, redundant with the UNSUPPORTED message above.
10485
10486 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
10487
10488         * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
10489         * gdb.ada (null_record.exp): New testcase.
10490
10491 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
10492
10493         * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
10494
10495 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
10496
10497         * gdb.ada: New subdirectory.
10498         * gdb.ada/Makefile.in: New file.
10499         * gdb.ada/gnat_ada.gpr.in: New file.
10500
10501 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
10502
10503         * lib/ada.exp: New file.
10504
10505 2004-03-24  Daniel Jacobowitz  <drow@mvista.com>
10506
10507         * gdb.base/gdb1250.exp: Use runto {allow-pending}.
10508         * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
10509
10510 2004-03-22  Andrew Cagney  <cagney@redhat.com>
10511
10512         * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
10513         hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
10514         Problem identified by Ulrich Weigand.
10515
10516 2004-03-17  David Carlton  <carlton@kealia.com>
10517
10518         * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
10519         PR c++/826.
10520
10521 2004-03-16  Roland McGrath  <roland@redhat.com>
10522
10523         * gdb.base/auxv.exp: New file.
10524         * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
10525
10526 2004-03-12  David Carlton  <carlton@kealia.com>
10527
10528         * gdb.cp/pr-1553.exp: New.  Tests for PR c++/1553.
10529         * gdb.cp/pr-1553.cc: Ditto.
10530         * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
10531         pass branch.
10532
10533 2004-03-12  Michael Chastain  <mec.gnu@mindspring.com>
10534
10535         * gdb.cp/templates.exp: Accept more template types.
10536
10537 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
10538
10539         From Corinna Vinschen with modifications.
10540         * gdb.cp/classes.cc (enums1): Add a line to extend scope of
10541         local variable obj_with_enum.
10542         * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
10543         results with obj_with_enum.
10544
10545 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
10546
10547         * gdb.cp/classes.cc: New file, copied from misc.cc.
10548         * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
10549
10550 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
10551
10552         * gdb.cp/misc.cc: Add copyright notice.
10553
10554 2004-03-05  David Carlton  <carlton@kealia.com>
10555
10556         * gdb.cp/rtti.exp: Add 'print *obj3' test.
10557         * gdb.cp/rtti.h: Update copyright.
10558         (namespace n2::n3): New.
10559         * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
10560         (n2::n3::func3): New.
10561         (main): Call n2::n3::func3.
10562         * gdb.cp/rtti2.cc: Update copyright.
10563         (n2::create3): New.
10564
10565 2004-03-04  Mark Kettenis  <kettenis@gnu.org>
10566
10567         * gdb.asm/openbsd.inc: Fix typo.
10568
10569 2004-03-03  Fred Fish  <fnf@redhat.com>
10570
10571         * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
10572         "val" instead of unused "size".  Update copyright year.
10573
10574 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
10575
10576         * gdb.cp/ctti.exp: Handle unsigned char type.  Expect templates
10577         to use unsigned char.
10578         * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
10579         gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
10580
10581 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
10582
10583         * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
10584         line of output.
10585
10586 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
10587
10588         * gdb.base/relocate.c (dummy): Initialize.
10589
10590 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
10591
10592         * gdb.base/chng-syms.exp: Anchor exit pattern.  Allow
10593         a breakpoint at exit.
10594
10595 2004-02-27  Fred Fish  <fnf@redhat.com>
10596
10597         * gdb.base/chng-syms.exp: Add expect condition to match failing
10598         case that isn't a timeout.
10599
10600 2004-02-27  Andrew Cagney  <cagney@redhat.com>
10601
10602         * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
10603         support.
10604
10605 2004-02-26  Fred Fish  <fnf@redhat.com>
10606
10607         * gdb.arch/gdb1431.c: Remove.
10608         * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
10609         * gdb.arch/gdb1431.exp: Use "advance" correctly instead
10610         of "until" incorrectly.
10611
10612 2004-02-26  J. Brobecker  <brobecker@gnat.com>
10613
10614         * gdb.cp/class2.cc (empty): New class.
10615         (refer): New function.
10616         (main): Declare an object of type empty and use it.
10617         * gdb.cp/class2.exp: Print the value of an object of type empty.
10618
10619 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
10620
10621         * gdb.base/langs.exp: Update query string to match the
10622         new nquery format used for pending breakpoints.
10623
10624 2004-02-26  Andrew Cagney  <cagney@redhat.com>
10625
10626         Fix PR i18n/1570.
10627         * gdb.base/charset.c: Update copyright notice.
10628         (main, init_string): Remove the escape character '\e' tests.
10629         * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
10630         * gdb.base/charset.exp (valid_host_charset): Ditto.
10631         * gdb.base/setvar.exp: Ditto.
10632
10633 2004-02-24  Andrew Cagney  <cagney@redhat.com>
10634
10635         * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
10636         mmapped data in core file" PASS and FAIL messages consistent.
10637
10638         * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
10639         setting a breakpoint.  Work around PR java/1565.
10640
10641 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
10642
10643         * lib/gdb.exp (gdb_breakpoint): Update query string to match
10644         new nquery format.
10645         * gdb.base/pending.exp: Ditto.
10646
10647 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
10648
10649         * configure.in: Run stabs tests on *BSD.
10650         * configure: Regenerated.
10651
10652 2004-02-21  Mark Kettenis  <kettenis@gnu.org>
10653
10654         * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
10655
10656 2004-02-20  Fred Fish  <fnf@redhat.com>
10657
10658         * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
10659         blank in test for "returns short", for consistency with other
10660         "returns xxx" tests.  Update copyright year.
10661
10662 2004-02-19  Fred Fish  <fnf@redhat.com>
10663
10664         New testcase for PR breakpoint/1558.
10665         * gdb.arch/gdb1558.exp: New file.
10666         * gdb.arch/gdb1558.c: New file.
10667
10668 2004-02-19  Elena Zannoni  <ezannoni@redhat.com>
10669
10670         * gdb.base/nodebug.exp: Fix typo.
10671
10672 2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10673
10674         Committed by Jim Blandy  <jimb@redhat.com>.
10675
10676         * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
10677
10678         * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
10679
10680         * gdb.base/float.exp: Support s390*-*-* targets.
10681
10682 2004-02-17  Adam Fedor  <fedor@gnu.org>
10683
10684         * gdb.base/gdb1555.exp: New file.
10685         * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
10686
10687 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
10688
10689         * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
10690
10691 2004-02-16  Fred Fish  <fnf@redhat.com>
10692
10693         * gdb.arch/gdb1291.c: Remove
10694         * gdb.arch/gdb1291.s: New test input file.
10695         * gdb.arch/gdb1291.exp: Expand test to check case that should not
10696         fail.  Test for correct result, known incorrect result, other
10697         failures and timeouts.
10698
10699 2004-02-16  Andrew Cagney  <cagney@redhat.com>
10700
10701         * gdb.base/bigcore.exp: New file.
10702         * gdb.base/bigcore.c: New file.
10703
10704 2004-02-13  Andrew Cagney  <cagney@redhat.com>
10705
10706         * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
10707         * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
10708         * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
10709         * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
10710         * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
10711         * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
10712         * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
10713         * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
10714         * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
10715         * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
10716
10717 2004-02-11  Jeff Johnston  <jjohnstn@redhat.com>
10718
10719         * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
10720         executed is an alloc instruction.
10721
10722 2004-02-11  David Carlton  <carlton@kealia.com>
10723
10724         * gdb.cp/breakpoint.exp: New.
10725         * gdb.cp/breakpoint.cc: New.
10726
10727 2004-02-11  Michael Chastain  <mec.gnu@mindspring.com>
10728
10729         Partial fix for PR gdb/1543.
10730         * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
10731         gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
10732         gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
10733         gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
10734         gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
10735         gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
10736         gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
10737         gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
10738         gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
10739         to bug-gdb@prep.ai.mit.edu .
10740         * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
10741         gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
10742         gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
10743         Likewise.
10744
10745 2004-02-10  Andrew Cagney  <cagney@redhat.com>
10746
10747         * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
10748         using gdb_internal_error_resync.
10749
10750 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
10751
10752         * gdb.threads/thread-specific.exp: Stop early if no threads are
10753         found.
10754
10755 2004-02-09  Michael Chastain  <mec.gnu@mindspring.com>
10756
10757         * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
10758
10759 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
10760
10761         * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
10762         breakpoints.
10763
10764 2004-02-07  Daniel Jacobowitz  <drow@mvista.com>
10765
10766         * config/sim.exp (gdb_load): Handle $arg == "".
10767         * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
10768         * gdb.objc/basicclass.exp: Use gdb_run_cmd.
10769
10770 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
10771
10772         * gdb.base/maint.exp: Update test to reflect
10773          obstack changes.
10774
10775 2004-02-04  Jeff Johnston  <jjohnstn@redhat.com>
10776
10777         * gdb.base/pendshr.c (pendfunc): New function that calls
10778         pendfunc1.
10779         * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
10780
10781 2004-02-04  Fred Fish  <fnf@redhat.com>
10782
10783         * gdb.arch/gdb1431.c: Add underbar prefixed version of global
10784         function symbols and update copyright years.
10785         * gdb.arch/gdb1291.c: Ditto.
10786
10787 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
10788
10789         * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
10790
10791 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
10792
10793         * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
10794
10795 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
10796
10797         * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
10798
10799 2004-02-02  Fred Fish  <fnf@redhat.com>
10800
10801         * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
10802         remote targets.  Update copyright years.
10803
10804 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
10805
10806         * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
10807         support.
10808         * gdb.base/langs.exp: Fix test which attempts to create
10809         breakpoint on non-existent function to handle new pending
10810         support.
10811         * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
10812         a breakpoint.
10813         * gdb.base/pending.exp: New test.
10814         * gdb.base/pending.c: New file.
10815         * gdb.base/pendshr.c: Ditto.
10816
10817 2004-02-02  David Carlton  <carlton@kealia.com>
10818
10819         * gdb.cp/overload.exp: Add overloadNamespace tests.
10820         * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
10821         (overloadNamespace, XXX): New.
10822         (main): Call XXX::marker2.
10823
10824 2004-02-01  Fred Fish  <fnf@redhat.com>
10825
10826         * gdb.base/dump.exp: Use runto_main instead of "runto main".
10827         * gdb.base/finish.exp: Ditto.
10828         * gdb.base/gcore.exp: Ditto.
10829         * gdb.base/huge.exp: Ditto.
10830         * gdb.base/info-proc.exp: Ditto.
10831         * gdb.base/return2.exp: Ditto.
10832         * gdb.threads/gcore-thread.exp: Ditto.
10833
10834 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
10835
10836         * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
10837
10838 2004-02-01  Mark Kettenis  <kettenis@gnu.org>
10839
10840         * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
10841         that opening the file succeeds on OpenBSD.
10842
10843 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
10844
10845         * gdb.threads/thread-specific.c: New file.
10846         * gdb.threads/threads-specific.exp: New test script.
10847         * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
10848         to expect_out.
10849
10850 2004-02-01  Mark Kettenis  <kettenis@gnu.org>
10851
10852         * gdb.base/call-ar-st.exp: Call get_debug_format.  Remove xfail on
10853         sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
10854         only on the "print_small_structs from print_long_arg_list" test.
10855
10856 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
10857
10858         * gdb.base/completion.exp: Kill a stray backslash.
10859
10860         From Jim Ingham <jingham@apple.com>:
10861         * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
10862         agrees with the result from sending a tab.
10863
10864 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
10865
10866         * gdb.base/chng-syms.exp: Remove stray newline.
10867
10868 2004-01-31  Mark Kettenis  <kettenis@gnu.org>
10869
10870         * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
10871         *-*-openbsd*.
10872         * gdb.asm/openbsd.inc: New file.
10873
10874 2004-01-30  Mark Kettenis  <kettenis@gnu.org>
10875
10876         * gdb.asm/asm-source.exp: Strip -Wl, from link-flags.  Don't
10877         append -static to link-flags for *-*-freebsd*, *-*netbsd* and
10878         *-*solaris2*.  Remove commented out default settings for
10879         asm-flags.  Replace gdb_compile with target_link.
10880
10881 2004-01-29  Michael Chastain  <mec.gnu@mindspring.com>
10882
10883         * gdb.cp/inherit.exp: Rewrite.  Use gdb_test_multiple and gdb
10884         for all tests.  Remove old hp-ux and cygnus xfail cases.
10885
10886 2004-01-29  Paul N. Hilfinger  <Hilfinger@gnat.com>
10887
10888         * gdb.base/chng-syms.exp: New file.
10889         * gdb.base/chng-syms.c: New file.
10890
10891 2004-01-24  Michael Chastain  <mec.gnu@mindspring.com>
10892
10893         * gdb.cp/local.exp: Rewrite "ptype Local".  Add "ptype l".
10894         Provide arms for current output in all my configurations.
10895
10896 2004-01-24  Michael Chastain  <mec.gnu@mindspring.com>
10897
10898         * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
10899         * lib/compiler.cc: Likewise.
10900         * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
10901         get the right preprocessor.  Eval the output directly.  Remove
10902         special tests for hp_cc_compiler and hp_aCC_compiler.  Remove
10903         hp_f77_compiler and hp_f90_compiler completely.
10904         (gdb_preprocess): Delete.
10905         (get_compiler): Delete.
10906
10907 2004-01-24  Mark Kettenis  <kettenis@gnu.org>
10908
10909         * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
10910         <string.h>.
10911
10912 2004-01-24  Nick Roberts  <nick@nick.uklinux.net>
10913
10914         * gdb.mi/mi-stack.exp: Update copyright.
10915
10916 2004-01-23  David Carlton  <carlton@kealia.com>
10917
10918         * gdb.cp/rtti.exp: Don't include full path in ${srcfile}.  Add
10919         test for cp_lookup_transparent_type.
10920         * gdb.cp/rtti1.cc: Update copyright.  Add n2::func and refer_to;
10921         call them.
10922
10923 2004-01-23  Daniel Jacobowitz  <drow@mvista.com>
10924
10925         * gdb.mi/mi-var-child.exp: Update copyright year.  Move new test
10926         after -var-update.
10927
10928 2004-01-23  David Carlton  <carlton@kealia.com>
10929
10930         * gdb.cp/namespace.cc (C::ensureRefs): New.
10931         * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
10932
10933 2004-01-20  Nick Roberts  <nick@nick.uklinux.net>
10934
10935         * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
10936         case "-stack-list-locals 2".
10937         * gdb.mi/mi-var-child.exp: Test for case
10938         "-var-list-children --all-values NAME".
10939
10940 2004-01-18  Michael Chastain  <mec.gnu@mindspring.com>
10941
10942         * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
10943
10944 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
10945
10946         * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
10947         used with gdb_test_multiple.
10948
10949         * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
10950         read at address 0.  This fixes PR testsuite/1504.
10951
10952 2004-01-18  Daniel Jacobowitz  <drow@mvista.com>
10953
10954         * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
10955         Remove downloading, guessing the host executable, the calls to
10956         gdb_file_cmd and gdb_target_cmd, and "load" support.
10957         (infer_host_exec): New function broken out from gdb_load.
10958         (gdb_load): New wrapper for gdbserver_gdb_load.
10959         * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
10960         gdb_target_cmd.  Use -target-select.
10961         (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
10962         Download binaries to the host.  Clear last_mi_remote_file when
10963         we load a new binary.
10964         (mi_gdb_load): Call mi_gdb_file_cmd.  If gdbserver.exp is loaded,
10965         call gdbserver_gdb_load and mi_gdb_target_cmd.
10966
10967 2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>
10968
10969         * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
10970         type patterns.
10971
10972 2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>
10973
10974         * gdb.cp/templates.exp: Fix typo in test name of
10975         "print Foo<volatile char*>::foo".
10976
10977 2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
10978
10979         * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
10980
10981 2004-01-16  Ben Elliston  <bje@wasabisystems.com>
10982
10983         * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
10984         (clean mostlyclean): Remove empty rm.
10985
10986 2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
10987
10988         * gdb.base/setvar.exp: Add copyright years.
10989
10990 2004-01-14  David Carlton  <carlton@bactrian.org>
10991
10992         * gdb.cp/rtti.exp: Update copyright.  KFAIL test with repect to
10993         PR c++/1511 and update coment.
10994         * gdb.cp/templates.exp: Update patterns to match current output.
10995         If changes involve something other than whitespace, KFAIL
10996         w.r.t. PR c++/1512 or PR c++/931 as appropriate.
10997
10998 2004-01-14  David Carlton  <carlton@kealia.com>
10999
11000         * gdb.cp/namespace.exp: Add tests involving classes defined within
11001         namespaces.
11002         * gdb.cp/namespace.cc (C::CClass): New.
11003         * gdb.cp/namespace1.cc (C::OtherFileClass): New.
11004
11005 2004-01-14  Elena Zannoni  <ezannoni@redhat.com>
11006
11007         * gdb.base/sepdebug.exp: Bail out of the test if we don't know
11008         what debug info we have. Print a better message if something goes
11009         wrong while producing the separate debug info file.
11010
11011 2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>
11012
11013         * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
11014
11015 2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>
11016
11017         * gdb.base/callfuncs.c: Add copyright notice.
11018
11019 2004-01-13  Michael Chastain  <mec.gnu@mindspring.com>
11020
11021         * gdb.cp/derivation.exp: Add XFAIL for bug with protected
11022         inheritance.  PR gdb/1498, PR gcc/13539.
11023
11024 2004-01-13  Elena Zannoni  <ezannoni@redhat.com>
11025
11026          * gdb.threads/gcore-thread.exp: Prefix name of binary with
11027          test specific name.
11028          * gdb.mi/gdb669.exp: Ditto.
11029          * gdb.mi/mi-pthreads.exp: Ditto.
11030          * gdb.mi/mi1-pthreads.exp: Ditto.
11031          * gdb.mi/mi2-pthreads.exp: Ditto.
11032
11033 2004-01-12  Michael Chastain  <mec.gnu@mindspring.com>
11034
11035         * gdb.cp/member-ptr.cc: Add copyright notice.
11036
11037 2004-01-12  Michael Chastain  <mec.gnu@mindspring.com>
11038
11039         * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple.  Add
11040         some patterns for recent versions of gcc and hpacc.  Delete
11041         calls to setup_xfail for hppa*-*-*.  Delete redundant tests.
11042         Delete tests that access a NULL pointer-to-member-data.  This
11043         script is still disabled for gcc.
11044
11045 2004-01-12  Elena Zannoni  <ezannoni@redhat.com>
11046
11047         * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
11048         escaped correctly.
11049
11050 2004-01-12  Elena Zannoni  <ezannoni@redhat.com>
11051
11052         * gdb.base/sepdebug.exp: New file.
11053         * gdb.base/sepdebug.c: New file.
11054         * lib/gdb.exp (separate_debug_filename): New procedure.
11055         (gdb_gnu_strip_debug): New procedure.
11056
11057 2004-01-12  Andrew Cagney  <cagney@redhat.com>
11058
11059         * gdb.mi/ChangeLog: Delete file.  Renamed to ...
11060         * gdb.mi/ChangeLog-1999-2003: New file.
11061
11062 2004-01-12  Andrew Cagney  <cagney@redhat.com>
11063
11064         * gdb.base/fileio.exp: Update copyright year.  On GNU/Linux, for
11065         "Renaming a directory to a non-empty directory returns ENOTEMPTY
11066         or EEXIST", treat EBUSY as an XFAIL.
11067
11068 2004-01-11  Michael Chastain  <mec.gnu@mindspring.com>
11069
11070         * gdb.base/scope.exp: Remove obsolete setup_xfail for
11071         hp_cc_compiler.
11072
11073 2004-01-10  Michael Chastain  <mec.gnu@mindspring.com>
11074
11075         * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
11076         decorations.
11077
11078 2004-01-10  Michael Chastain  <mec.gnu@mindspring.com>
11079
11080         * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
11081         and "(aCC)" decorations.  Remove obsolete doco about old
11082         test results.
11083
11084 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
11085
11086         * gdb.cp/exception.exp: Fix typo in doco.
11087
11088 2004-01-09  Mark Kettenis  <kettenis@gnu.org>
11089
11090         * gdb.base/gdb1476.exp: Fix typo.
11091
11092 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
11093
11094         * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
11095         file.
11096
11097 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
11098
11099         * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
11100         * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
11101         Use gdb_compile.  Remove restriction on gcc.  Add some patterns
11102         for recent version of gdb.  Delete second half, which was a copy
11103         of the first half with different build flags.  This test is
11104         still disabled because it is still not ready for production.
11105
11106 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
11107
11108         * gdb.cp/exception.cc: Add copyright notice.
11109         * gdb.cp/exception.exp: Add a notice that this file is broken
11110         because of line number changes caused by addition of copyright
11111         notice.
11112
11113 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
11114
11115         * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
11116         * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
11117
11118 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
11119
11120         * gdb.cp/classes.exp: Accept gnu abi 2.
11121         * gdb.cp/derivation.exp: Likewise.
11122         * gdb.cp/overload.exp: Likewise.
11123         * gdb.cp/virtfunc.exp: Likewise.
11124
11125 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
11126
11127         * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
11128         semicolon after end of function.
11129
11130 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
11131
11132         * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
11133         * gdb.cp/bs15503.exp: Remove hp-only restriction.  Use modern
11134         boilerplate code for compiling and running the program under
11135         test.  Add some string method tests.
11136
11137 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
11138
11139         * gdb.cp/bs15503.cc: Add copyright notice.
11140         * gdb.cp/bs15503.exp: Adjust line number.
11141
11142 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
11143
11144         * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
11145         * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
11146
11147 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
11148
11149         * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
11150         hp_cc_compiler.
11151
11152 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
11153
11154         * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
11155         * gdb.cp/ctti.exp: Use the marker instead of "next".
11156         With gcc, run further before bailing.
11157
11158 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
11159
11160         * gdb.cp/cttiadd.cc: Add copyright notice.
11161         * gdb.cp/cttiadd1.cc: Likewise.
11162         * gdb.cp/cttiadd2.cc: Likewise.
11163         * gdb.cp/cttiadd3.cc: Likewise.
11164
11165 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
11166
11167         * gdb.cp/ctti.exp: Partial rewrite.  Call gdb_compile properly.
11168         Use gdb_test, gdb_test_multiple.  Use floating-point values that
11169         have exact representations in IEEE-ish formats.
11170
11171 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
11172
11173         * gdb.base/constvars.exp: Do not force lang=c++ if using HP
11174         compilers.  Delete duplicate call to get_compiler_info.
11175         (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
11176         * gdb.base/volatile.exp: Likewise.
11177
11178 2004-01-07  Mark Kettenis  <kettenis@gnu.org>
11179
11180         * gdb.base/gdb1476.exp: Only run the tests if we can't read the
11181         memory at address 0.
11182
11183 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
11184
11185         * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
11186         to test for hp-ux assembler.  Fix copyright years.
11187
11188 2004-01-07  Andrew Cagney  <cagney@redhat.com>
11189
11190         * gdb.base/fileio.c (strerrno): Add "EBUSY".
11191
11192 2004-01-07  Andrew Cagney  <cagney@redhat.com>
11193
11194         * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
11195         when creating the read-only file.  From analysis by Roland McGrath
11196         and Elena Zannoni.
11197
11198 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
11199
11200         * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
11201
11202 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
11203
11204         * gdb.base/cvexpr.c: Be type-safe with function pointers and
11205         data pointers.
11206
11207 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
11208
11209         * gdb.cp/m-static.exp: Compile one source file at a time.
11210         Delete unused call to get_compiler_info.
11211
11212 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
11213
11214         * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
11215         * gdb.base/call-rt-st.exp: Likewise.
11216         * gdb.base/nodebug.exp: Likewise.
11217         * gdb.base/volatile.exp: Likewise.
11218         * gdb.cp/ref-types.exp: Likewise.
11219         * gdb.cp/templates.exp: Likewise.
11220
11221 2004-01-05  Mark Kettenis  <kettenis@gnu.org>
11222
11223         * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
11224
11225 2004-01-05  Michael Chastain  <mec.gnu@mindspring.com>
11226
11227         * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
11228         hppa*-hp-hpux*.
11229
11230 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
11231
11232         * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
11233         x86_64-*-*.
11234
11235         * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
11236         sparc64-*-* and sparc*-solaris2*.
11237
11238 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
11239
11240         * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
11241         return ${tests}" test.  The ${tests} already mentions the
11242         filename.
11243
11244 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
11245
11246         * gdb.cp/local.exp: Accept gcc abi 2.
11247
11248 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
11249
11250         * gdb.cp/templates.exp: Accept gcc abi 2.
11251
11252 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
11253
11254         * lib/compiler.cc: Remove supports_template_debugging.
11255         * gdb.cp/templates.exp: Do not test supports_template_debugging.
11256
11257 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
11258
11259         * gdb.cp/namespace.exp: Accept gcc abi 2.
11260
11261 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
11262
11263         * gdb.cp/method.exp: Accept gcc abi 2.
11264
11265 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
11266
11267         * gdb.cp/classes.exp: Generate identical results as old version.
11268         * gdb.cp/derivation.exp: Likewise.
11269         * gdb.cp/overload.exp: Likewise.
11270         * gdb.cp/virtfunc.exp: Likewise.
11271
11272 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
11273
11274         * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
11275         mysterious bug with sourceware version of expect.
11276
11277 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
11278
11279         * gdb.cp/overload.exp: Rewrite.  Clean up patterns to match
11280         current versions of gcc, including gcc abi 2.  Remove gratuitous
11281         restart of test program.  Use gdb_test_multiple and gdb_test for
11282         all tests.  Add patterns to xfail missing "const" in "const char *"
11283         and kfail PR gdb/1155.
11284
11285 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
11286
11287         * gdb.cp/derivation.exp: Rewrite.  Clean up patterns to match
11288         current versions of gcc, including gcc abi 2.  Remove gratuitous
11289         restart of test program.  Use gdb_test_multiple and gdb_test for
11290         all tests.  Add patterns to kfail PR gdb/1498.
11291
11292 2003-12-31  Michael Chastain  <mec.gnu@mindspring.com>
11293
11294         * gdb.cp/virtfunc.exp: Rewrite.  Clean up patterns to match
11295         current versions of gcc, including gcc abi 2.  Use "breakpoint"
11296         and "continue" instead of restarting the target program.  Use
11297         gdb_test_multiple and gdb_test for all tests.
11298
11299 2004-01-01  Mark Kettenis  <kettenis@gnu.org>
11300
11301         * gdb.asm/asm-source.exp: Update copyright year.  Link statically
11302         for *-*-solaris2*.
11303
11304 2003-12-31  Michael Chastain  <mec.gnu@mindspring.com>
11305
11306         * gdb.cp/classes.exp: Rewrite.  Clean up patterns to match
11307         current versions of gcc, including gcc abi 2.  Use "breakpoint"
11308         and "continue" instead of restarting the target program several
11309         times.  Use gdb_test_multiple and gdb_test for all tests.
11310
11311 2003-12-18  Michael Chastain  <mec.gnu@mindspring.com>
11312
11313         * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
11314         source files.
11315
11316 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
11317
11318         * gdb.base/environ.exp: Handle compiling test case from multiple
11319         source files.
11320
11321 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
11322
11323         * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
11324
11325 2003-12-17  Jim Blandy  <jimb@redhat.com>
11326
11327         * gdb.base/freebpcmd.c: Add copyright notice.
11328
11329         * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
11330
11331 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
11332
11333         * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
11334
11335 2003-12-13  Jim Blandy  <jimb@redhat.com>
11336
11337         * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
11338
11339 2003-12-12  Kevin Buettner  <kevinb@redhat.com>
11340
11341         * gdb.asm/frv.inc: New file.
11342         * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
11343
11344 2003-12-09  Fred Fish  <fnf@redhat.com>
11345
11346         * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
11347         functions to break1.c and leave prototypes behind.  Add more
11348         "set breakpoint NN here" comments.
11349         * gdb.base/break1.c: New file.
11350
11351         * gdb.base/break.exp: Handle compiling test case from multiple
11352         source files and change source file references as needed.
11353         * gdb.base/completion.exp: Ditto.
11354         * gdb.base/condbreak.exp: Ditto.
11355         * gdb.base/define.exp: Ditto.
11356         * gdb.base/ena-dis-br.exp: Ditto.
11357         * gdb.base/info-proc.exp: Ditto.
11358         * gdb.base/maint.exp: Ditto.
11359         * gdb.base/until.exp: Ditto.
11360
11361         * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
11362         hardcoded line numbers.
11363         * gdb.base/define.exp: Ditto.
11364         * gdb.base/ena-dis-br.exp: Ditto.
11365         * gdb.base/maint.exp: Ditto.
11366         * gdb.base/until.exp: Ditto.
11367
11368         * gdb.base/completion.exp: Use "break1" for completion tests since
11369         "break" is no longer a unique prefix.
11370
11371 2003-12-06  Andrew Cagney  <cagney@redhat.com>
11372
11373         * gdb.base/structs.exp (test_struct_returns): When applicable, set
11374         "return_value_unimplemented".  When an unimplemented struct return
11375         architecture, report incorrect values as a KFAIL
11376
11377 2003-12-05  Michael Chastain  <mec.gnu@mindspring.com>
11378
11379         * gdb.cp/rtti.exp: Accept new wording of warning from
11380         cp_lookup_rtti_type.
11381
11382 2003-12-05  Michael Chastain  <mec.gnu@mindspring.com>
11383
11384         Partial fix for PR testsuite/1456.
11385         * gdb.base/scope.exp (test_at_main): Replace references to
11386         gcc_compiled with calls to test_compiler_info.
11387         (test_at_foo): Likewise.
11388         (test_at_bar): Likewise.
11389
11390 2003-12-04  Michael Chastain  <mec.gnu@mindspring.com>
11391
11392         Partial fix for PR testsuite/1456.
11393         * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
11394         to test_compiler_info.
11395
11396 2003-12-03  Michael Chastain  <mec.gnu@mindspring.com>
11397
11398         * gdb.base/so-impl-ld.exp: Update copyright notice.
11399
11400 2003-12-02  Michael Chastain  <mec.gnu@mindspring.com>
11401
11402         Partial fix for PR testsuite/1456.
11403         * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
11404         to test_compiler_info.
11405
11406 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
11407
11408         * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
11409         from current versions of gdb.  Clean up regular expressions.
11410         Delete redundant timeout case.
11411
11412 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
11413
11414         * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
11415         from current versions of gdb.  Clean up regular expressions.
11416         Delete redundant timeout case.
11417
11418 2003-12-01  Michael Chastain  <mec.gnu@mindspring.com>
11419
11420         Partial fix for PR testsuite/1456.
11421         * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
11422         gcc_compiled with call to test_compiler_info.
11423
11424 2003-11-30  Michael Chastain  <mec.gnu@mindspring.com>
11425
11426         Partial fix for PR testsuite/1456.
11427         * gdb.base/list.exp (test_list_function): Delete unused declaration
11428         of gcc_compiled.
11429
11430 2003-11-29  Michael Chastain  <mec.gnu@mindspring.com>
11431
11432         Partial fix for PR testsuite/1456.
11433         * gdb.base/complex.exp: Replace reference to gcc_compiled with
11434         call to test_compiler_info.
11435
11436 2003-11-29  Mark Kettenis  <kettenis@gnu.org>
11437
11438         * gdb.asm/asm-source.exp: Initialize asm-note to "empty".  Set
11439         asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*.  Use
11440         it to create the appropriate note.inc.
11441         * gdb.asm/asmsrc1.s: Include "note.inc".
11442         * gdb.asm/netbsd.inc: New file.
11443         * gdb.asm/empty.inc: New file.
11444
11445 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
11446
11447         Partial fix for PR testsuite/1456.
11448         * gdb.base/constvars.exp: Replace references to gcc_compiled with
11449         calls to test_compiler_info.
11450
11451 2003-11-27  Michael Chastain  <mec.gnu@mindspring.com>
11452
11453         Partial fix for PR testsuite/1456.
11454         * gdb.base/volatile.exp: Replace references to gcc_compiled with
11455         calls to test_compiler_info.
11456
11457 2003-11-27  Mark Kettenis  <kettenis@gnu.org>
11458
11459         * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
11460         pattern for the KFAILs.
11461
11462 2003-11-25  Adam Fedor  <fedor@gnu.org>
11463
11464         * gdb.objc/objcdecode.exp: Test for PR objc/1238.
11465         * gdb.objc/objcdecode.m: New file.
11466
11467 2003-11-25  Adam Fedor  <fedor@gnu.org>
11468
11469         * gdb.objc/nondebug.exp: Test for PR objc/1236.
11470         * gdb.objc/nondebug.m: New file.
11471
11472 2003-11-26  Ben Elliston  <bje@wasabisystems.com>
11473
11474         * gdb.asm/asm-source.exp: Make sure the final link succeeds on
11475         NetBSD as it does on FreeBSD.  Modelled on a similar change by
11476         Mark Kettenis on 2003-05-30.
11477         (link-flags): Set to "--entry _start" regardless of target.
11478         Special linker flags are to be appended to $link-flags.
11479         * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
11480
11481 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
11482
11483         * gdb.cp/method.exp: Accept output of new demangler.
11484
11485 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
11486
11487         * gdb/class2.exp: New file.
11488         * gdb/class2.cc: New file.
11489
11490 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
11491
11492         * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
11493         of new demangler.
11494
11495 2003-11-23  Mark Kettenis  <kettenis@gnu.org>
11496
11497         * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
11498         of gdb_test "run".
11499
11500 2003-11-23  Mark Kettenis  <kettenis@gnu.org>
11501
11502         * gdb.arch/i386-unwind.exp: Don't use runto_main.  Change
11503         "continue" into "run".
11504
11505 2003-11-23  Michael Chastain  <mec.gnu@mindspring.com>
11506
11507         Partial fix for PR testsuite/1456.
11508         * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
11509         call to test_compiler_info.
11510         * gdb.cp/ctti.exp: Likewise.
11511         * gdb.cp/derivation.exp: Likewise.
11512         * gdb.cp/member-ptr.exp: Likewise.
11513         * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
11514         reference to gcc_compiled.
11515
11516 2003-11-23  Michael Chastain  <mec.gnu@mindspring.com>
11517
11518         Fix PR testsuite/1463.
11519         * gdb.base/structs.exp (start_structs_test): Call
11520         get_debug_format before using the debug format.
11521
11522 2003-11-22  Andrew Cagney  <cagney@redhat.com>
11523
11524         * lib/gdb.exp (gdb_test_multiple): Add simple example.
11525         * gdb.base/structs.exp: Use gdb_test_multiple.
11526
11527 2003-11-20  Andrew Cagney  <cagney@redhat.com>
11528
11529         * gdb.base/structs.exp: Handle and recover from internal errors.
11530         Replace "foo${n}" with "foo<n>" in test messages.
11531
11532         * gdb.base/structs.exp: Update copyright.  Rewrite.
11533         * gdb.base/structs.c: Update copyright.  Rewrite.
11534
11535         * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
11536         resync count exceeded.
11537
11538         * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
11539         from the internal error.
11540         * lib/gdb.exp (gdb_internal_error_resync): New procedure.
11541         Original from Jim Blandy.
11542         (gdb_test_multiple): Use gdb_internal_error_resync.
11543
11544 2003-11-19  Andrew Cagney  <cagney@redhat.com>
11545
11546         * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
11547         KFAIL.
11548
11549 2003-11-17  Mark Kettenis  <kettenis@gnu.org>
11550
11551         New testcase for PR backtrace/1435.
11552         * gdb.arch/i386-unwind.exp: New file.
11553         * gdb.arch/i386-unwind.c: New file.
11554
11555 2003-11-17  Andrew Cagney  <cagney@redhat.com>
11556
11557         * lib/gdb.exp (compiler_info): New global.
11558         (test_compiler_info): New function.
11559         (get_compiler_info): Set compiler_info.
11560         * lib/compiler.c, lib/compiler.cc: Add copyright.  When GNUC, set
11561         "compiler_info" to gcc-<major>-<minor>.
11562
11563 2003-11-15  Michael Chastain  <mec.gnu@mindspring.com>
11564
11565         * gdb.trace/configure: Remove.
11566
11567 2003-11-13  Elena Zannoni  <ezannoni@redhat.com>
11568
11569         * gdb.base/break.c: Add comments to aid finding line numbers for
11570         breakpoints.
11571         * gdb.base/break.exp: Remove all references to explicit line
11572         numbers.
11573
11574 2003-11-11  Nick Clifton  <nickc@redhat.com>
11575
11576         * gdb.base/shreloc.exp: Do not run for targets which do not
11577         support shared objects.
11578
11579 2003-11-10  Corinna Vinschen  <vinschen@redhat.com>
11580
11581         * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
11582         Don't run tests if nofileio flag is given.
11583
11584 2003-11-07  Elena Zannoni  <ezannoni@redhat.com>
11585
11586         * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
11587         as well as 'Watchpoint'.
11588
11589 2003-11-06  Elena Zannoni  <ezannoni@redhat.com>
11590
11591         Reported by Jim Ingham <jingham@apple.com>:
11592         * gdb.base/annota1.exp: Match at least one occurrence of the
11593         signal handler annotation.
11594
11595 2003-11-06  Elena Zannoni  <ezannoni@redhat.com>
11596
11597         * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
11598         as well as 'Watchpoint'.
11599
11600 2003-11-05  Michael Chastain  <mec@shout.net>
11601
11602         * gdb.mi/pthreads.c (routine): Handle early return from sleep.
11603
11604 2003-11-03  Kris Warkentin  <kewarken@qnx.com>
11605
11606         * gdb.arch/gdb1291.c: New test file.
11607         * gdb.arch/gdb1291.exp: New test script.
11608         * gdb.arch/gdb1431.c: New test file.
11609         * gdb.arch/gdb1431.exp: New test script.
11610
11611 2003-10-22  Michael Chastain  <mec@shout.net>
11612
11613         * gdb.mi/pthreads.c: Add copyright notice.
11614
11615 2003-10-22  Michael Chastain  <mec@shout.net>
11616
11617         * gdb.threads/pthreads.c: Add copyright notice.
11618
11619 2003-10-20  Michael Chastain  <mec@shout.net>
11620
11621         * gdb.base/gdb1056.exp: New test script.
11622
11623 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
11624
11625         * gdb.threads/killed.exp: Use gdb_run_cmd.
11626
11627 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
11628
11629         * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
11630         create a core file.
11631         * gdb.threads/gcore-thread.exp: Likewise.
11632
11633 2003-10-13  Corinna Vinschen  <vinschen@redhat.com>
11634
11635         * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
11636         type, based on char type.
11637         (struct bit_flags_short_t): New bitfield type, based on short type.
11638         (init_bit_flags_char): New fuction.
11639         (init_bit_flags_short): Ditto.
11640         (print_bit_flags_char): Ditto.
11641         (print_bit_flags_short): Ditto.
11642         (main): Add handling for bit_flags_char_t and bit_flags_short_t.
11643
11644 2003-10-11  Michael Chastain  <mec@shout.net>
11645
11646         * gdb.base/call-rt-st.exp: Update copyright year.
11647
11648 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
11649
11650         * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
11651         * gdb.disasm/sh3.s: Ditto.
11652
11653 2003-10-07  Daniel Jacobowitz  <drow@mvista.com>
11654
11655         * gdb.threads/switch-threads.exp: New test.
11656         * gdb.threads/switch-threads.c: New source file.
11657
11658 2003-10-07  Corinna Vinschen  <vinschen@redhat.com>
11659
11660         * gdb.base/ending-run.exp: Add sh specific case.
11661
11662 2003-10-06  Andrew Cagney  <cagney@redhat.com>
11663
11664         * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
11665         * gdb.disasm/mn10200.exp: Delete obsolete file.
11666
11667 2003-09-29  Daniel Jacobowitz  <drow@mvista.com>
11668
11669         * ChangeLog: Correct an entry command.exp -> commands.exp.
11670         * gdb.base/commands.exp (bp_deleted_in_command_test)
11671         (temporary_breakpoint_commands): Check noargs.
11672
11673 2003-09-25  David Carlton  <carlton@kealia.com>
11674
11675         * gdb.cp/namespace.exp: Tweak comments.  Add non-quoted versions
11676         of some print tests, where appropriate.  Add tests for C::D::cd,
11677         E::ce, F::cXfX, G::XgX.
11678         * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
11679
11680 2003-09-25  Richard Earnshaw  <rearnsha@arm.com>
11681
11682         * lib/java.exp (java_init): Import target_alias before using it.
11683
11684 2003-09-25  David Carlton  <carlton@kealia.com>
11685
11686         * gdb.base/corefile.exp: Delete obsolete setup_xfail.
11687
11688 2003-09-23  Elena Zannoni  <ezannoni@redhat.com>
11689
11690         * gdb.base/selftest.exp: Accomodate more instruction reordering
11691         weirdness.
11692
11693 2003-09-17  Michael Chastain  <mec@shout.net>
11694
11695         * gdb.cp/gdb1355.exp: New file.
11696         * gdb.cp/gdb1355.c: New file.
11697
11698 2003-09-15  Corinna Vinschen  <vinschen@redhat.com>
11699
11700         * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
11701         * gdb.asm/sh.inc: New file.
11702
11703 2003-09-11  David Carlton  <carlton@kealia.com>
11704
11705         * gdb.cp/namespace.exp: Add tests for namespace types.
11706         * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
11707         (test_namespace): New.
11708
11709 2003-09-11  Elena Zannoni  <ezannoni@redhat.com>
11710
11711         * gdb.base/relocate.exp: Handle new gdb output at startup.
11712         * gdb.stabs/weird.exp: Ditto.
11713
11714 2003-09-08  Michael Chastain  <mec@shout.net>
11715
11716         * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
11717
11718 2003-09-07  Michael Chastain  <mec@shout.net>
11719
11720         * gdb.cp/classes.exp: Accommodate both 'syntax error' and
11721         'parse error'.
11722
11723 2003-09-07  Mark Kettenis  <m.kettenis@osp.nl>
11724
11725         * gdb.arch/i386-prologue.exp: Add checks for saved registers.
11726
11727 2003-08-30  Michael Chastain  <mec@shout.net>
11728
11729         * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
11730         * gdb.gdb/observer.exp: Ditto.
11731         * gdb.gdb/xfullpath.exp: Ditto.
11732
11733 2003-08-29  Mark Kettenis  <kettenis@gnu.org>
11734
11735         * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
11736         *-*-*bsd*.
11737
11738 2003-08-28  Jeff Johnston  <jjohnstn@redhat.com>
11739
11740         * gdb.base/dump.exp: Skip for ia64.
11741
11742 2003-08-25  Jeff Johnston  <jjohnstn@redhat.com>
11743
11744         * gdb.asm/asm-source.exp: Add ia64 support.
11745         * gdb.asm/ia64.inc: New file.
11746
11747 2003-08-22  Michael Chastain  <mec@shout.net>
11748
11749         * gdb.cp: New directory.
11750         * gdb.cp/*: Copy from gdb.c++/*.
11751         * gdb.c++/*: Remove.
11752         * Makefile.in: Change gdb.c++ to gdb.cp.
11753         * configure.in:  Ditto.
11754         * configure: Regnerate.
11755
11756 2003-08-18  Mark Kettenis  <kettenis@gnu.org>
11757
11758         * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
11759         * gdb.arch/i386-prologue.c (gdb1338): Add function.
11760
11761 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
11762
11763         * mi-var-display.exp (-var-list-children weird): Accept function
11764         pointers with argument types.
11765         * mi1-var-display.exp (-var-list-children weird): Likewise.
11766         * mi2-var-display.exp (-var-list-children weird): Likewise.
11767
11768 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
11769
11770         * gdb.base/annota3.exp: Add missing newline.
11771
11772 2003-08-06  Michael Chastain  <mec@shout.net>
11773
11774         * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
11775
11776 2003-08-12  Michael Snyder  <msnyder@redhat.com>
11777
11778         * gdb.base/float.exp: Add test for SH.
11779
11780 2003-08-10  Mark Kettenis  <kettenis@gnu.org>
11781
11782         * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
11783
11784 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
11785
11786        * gdb.base/completion.exp: Remove reduntant completion test
11787        on filename.
11788
11789 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
11790
11791         * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
11792         gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
11793         gdb.trace/save-trace.exp: Make sure that full pathnames are
11794         escaped correctly.
11795
11796 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
11797
11798         * configure.in: Don't generate config.h from config.hin.
11799         * configure: Regenerate.
11800         * config.hin: Remove file.
11801         * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
11802         * gdb.threads/pthreads.c: Ditto.
11803
11804 2003-08-07  Daniel Jacobowitz  <drow@mvista.com>
11805
11806         From Kei Sakamoto <sakamoto.kei@renesas.com>:
11807         * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
11808         * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
11809         Replace ld24 with seth/add3.
11810
11811 2003-08-02  Andrew Cagney  <cagney@redhat.com>
11812
11813         * gdb.base/annota3.exp: New file.
11814         * gdb.base/annota3.c: New file.
11815         * gdb.c++/annota3.exp: New file.
11816         * gdb.c++/annota3.cc: New file.
11817
11818 2003-07-29  Michael Chastain  <mec@shout.net>
11819
11820         * gdb.threads/tls.c (spin): Check errno only if sem_wait
11821         actually failed.
11822         (do_pass): Likewise.
11823         * gdb.threads/tls.exp: Always initialize no_of_threads.
11824
11825 2003-07-27  Daniel Jacobowitz  <drow@mvista.com>
11826
11827         * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
11828         pattern.
11829         * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
11830         * gdb.threads/tls.exp: Recognize one case of the host library not
11831         supporting TLS.
11832
11833 2003-07-27  Andrew Cagney  <cagney@redhat.com>
11834
11835         * gdb.base/fileio.exp: Use SH when running commands using
11836         remote_exec.
11837
11838 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
11839
11840         From Kei Sakamoto <sakamoto.kei@renesas.com>:
11841         * gdb.base/relocate.c (dummy): New padding array.
11842
11843 2003-07-22  Michael Snyder  <msnyder@redhat.com>
11844
11845         * gdb.disasm/8300s.s: Fix syntax of bsr insn.
11846
11847         * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
11848         patterns to be more general, accepting old and new output.
11849         Some output chars (such as '+') also must be quoted.
11850         Some addresses are displayed numerically instead of
11851         symbolically.
11852
11853 2003-07-23  Michael Snyder  <msnyder@redhat.com>
11854
11855         * gdb.base/return2.exp: Don't test long-long return.
11856
11857         * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
11858         * gdb.disasm/t01_mov.exp: Ditto.
11859         * gdb.disasm/t02_mova.s: Ditto.
11860         * gdb.disasm/t02_mova.exp: Ditto.
11861         * gdb.disasm/t03_add.s: Ditto.
11862         * gdb.disasm/t03_add.exp: Ditto.
11863         * gdb.disasm/t04_sub.s: Ditto.
11864         * gdb.disasm/t04_sub.exp: Ditto.
11865         * gdb.disasm/t05_cmp.s: Ditto.
11866         * gdb.disasm/t05_cmp.exp: Ditto.
11867         * gdb.disasm/t06_ari2.s: Ditto.
11868         * gdb.disasm/t06_ari2.exp: Ditto.
11869         * gdb.disasm/t07_ari3.s: Ditto.
11870         * gdb.disasm/t07_ari3.exp: Ditto.
11871         * gdb.disasm/t08_or.s: Ditto.
11872         * gdb.disasm/t08_or.exp: Ditto.
11873         * gdb.disasm/t09_xor.s: Ditto.
11874         * gdb.disasm/t09_xor.exp: Ditto.
11875         * gdb.disasm/t10_and.s: Ditto.
11876         * gdb.disasm/t10_and.exp: Ditto.
11877         * gdb.disasm/t11_logs.s: Ditto.
11878         * gdb.disasm/t11_logs.exp: Ditto.
11879         * gdb.disasm/t12_bit.s: Ditto.
11880         * gdb.disasm/t12_bit.exp: Ditto.
11881         * gdb.disasm/t13_otr.s: Ditto.
11882         * gdb.disasm/t13_otr.exp: Ditto.
11883
11884 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
11885
11886         * gdb.threads/tls.exp :Add kfail for 'info address' case.
11887
11888 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
11889
11890         * gdb.threads/tls.c : New file.
11891         * gdb.threads/tls.exp : New file.
11892         * gdb.threads/tls-main.c : New file.
11893         * gdb.threads/tls-shared.c : New file.
11894         * gdb.threads/tls-shared.exp : New file.
11895
11896 2003-07-22  Andreas Schwab  <schwab@suse.de>
11897
11898         * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
11899
11900 2003-07-20  Andreas Schwab  <schwab@suse.de>
11901
11902         * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
11903         due to insn reordering.
11904
11905 2003-07-15  Andrew Cagney  <cagney@redhat.com>
11906
11907         * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
11908
11909 2003-07-15  Michael Chastain  <mec@shout.net>
11910
11911         * gdb.base/gdb1250.exp: New file.
11912         * gdb.base/gdb1250.c: New file.
11913
11914 2003-07-09  Michal Ludvig  <mludvig@suse.cz>
11915
11916         * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
11917         expansion of size_t to 'unsigned long', not only to 'unsigned'.
11918
11919 2003-07-09  Elena Zannoni  <ezannoni@redhat.com>
11920
11921         * gdb.threads/tls.c: New file.
11922         * gdb.threads/tls.exp: New file.
11923         * gdb.threads/tls-main.c: New file.
11924         * gdb.threads/tls-shared.c: New file.
11925         * gdb.threads/tls-shared.exp: New file.
11926
11927 2003-07-09  Elena Zannoni  <ezannoni@redhat.com>
11928
11929         * gdb.base/annota1.exp: Make sure that we properly escape the
11930         full path of the source file. Xfail more permissive patterns,
11931         due to a compiler debug info problem.
11932
11933 2003-07-07  Andreas Schwab  <schwab@suse.de>
11934
11935         * gdb.asm/m68k.inc: New file.
11936         * gdb.asm/asm-source.exp: Use it for m68k-*-*.
11937
11938         * gdb.objc/basicclass.exp ("Call an Objective-C method with no
11939         arguments"): Also match negative number.
11940
11941         * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
11942
11943 2003-07-03  Daniel Jacobowitz  <drow@mvista.com>
11944
11945         * gdb.base/store.c (charest): New typedef.
11946         (add_char): Rename to add_charest, update.
11947         (wack_char): Rename to wack_charest, update types.  Return l + r
11948         to keep r live across the call.
11949         (wack_short, wack_int, wack_long, wack_longest, wack_float)
11950         (wack_double, wack_doublest): Return l + r to keep r live across
11951         the call.
11952         * gdb.base/store.exp: Accomodate store.c changes.
11953
11954 2003-06-30  David Carlton  <carlton@kealia.com>
11955
11956         * gdb.c++/maint.exp (test_invalid_name): New.
11957         (test_first_component): Add tests for invalid names.
11958
11959 2003-06-29  Michael Chastain  <mec@shout.net>
11960
11961         * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
11962         output of '<VTT for class>' for virtual base classes.
11963
11964 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
11965
11966         * gdb.base/completion.exp: Tab-complete "complet" instead of
11967         "compl".
11968         * gdb.base/complex.exp, gdb.base/complex.c: New files.
11969
11970 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
11971
11972         * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
11973         * gdb.base/volatile.exp: Likewise.
11974
11975 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
11976
11977         * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
11978         gdb/1265.
11979
11980 2003-06-28  Michael Chastain  <mec@shout.net>
11981             Daniel Jacobowitz  <drow@mvista.com>
11982
11983         * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
11984         initial line count of 'captured_main' from 26 to 32.
11985         (test_with_self): Allow xmalloc call to be interleaved with the
11986         preceding two lines.
11987
11988 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
11989
11990         * gdb.base/bang.exp: New testcase.
11991
11992 2003-06-23  Joel Brobecker  <brobecker@gnat.com>
11993
11994         * gdb.base/langs.exp: Add some tests for the "minimal" language
11995         support.
11996
11997 2003-06-23  Elena Zannoni  <ezannoni@redhat.com>
11998
11999         * gdb.objc/basicclass.exp: Return -1 if we cannot compile
12000         the testcase.
12001
12002 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
12003
12004         * gdb.base/relocate.exp: Test add-symbol-file with a variable
12005         offset.
12006
12007 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
12008
12009         * gdb.c++/pr-1210.cc: New file.
12010         * gdb.c++/pr-1210.exp: New file.
12011
12012 2003-06-21  Daniel Jacobowitz  <drow@mvista.com>
12013
12014         * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
12015         000-exec-continue.
12016
12017 2003-06-15  Mark Kettenis  <kettenis@gnu.org>
12018
12019         * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
12020         on *-*-*bsd* instead of *-*-freebsd*.
12021
12022 2003-06-14  Andrew Cagney  <cagney@redhat.com>
12023
12024         * gdb.base/store.exp: Test longest and doublest.  Test all
12025         parameters.  Weaken return statement match.
12026         * gdb.base/store.c: Add longest and doublest - aka long long and
12027         long double functions.  Put all parameters into local register
12028         variables.  Use negative values.
12029
12030 2003-06-14  Andrew Cagney  <cagney@redhat.com>
12031
12032         * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>.  Gag
12033         -Wformat errors.  Add lost line.  Use WEXITSTATUS to get system
12034         exit status.
12035         * gdb.base/fileio.exp: Disable target when nointerrupts and
12036         noinferiorio, instead of limiting it to remote.  Use remote_exec
12037         instead of system.
12038
12039 2003-06-12  Jeff Johnston  <jjohnstn@redhat.com>
12040
12041         * gdb.base/float.exp: Add ia64 support.
12042
12043 2003-06-12  Corinna Vinschen  <vinschen@redhat.com>
12044
12045         * gdb.base/fileio.exp: Run only on remote targets.
12046
12047 2003-06-10  Corinna Vinschen  <vinschen@redhat.com>
12048
12049         * gdb.base/fileio.c: New file, testing File-I/O.
12050         * gdb.base/fileio.exp: Ditto.
12051
12052 2003-06-09  Raoul Gough  <RaoulGough@yahoo.co.uk>
12053
12054         * gdb.base/shreloc.exp: New file, check symbol values obtained from
12055         shared objects after relocation at load time (gdb PR/1132).
12056         * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
12057         as above, part of the shared object relocation test.
12058
12059 2003-06-08  Mark Kettenis  <kettenis@gnu.org>
12060
12061         * gdb.base/readline.exp: Add tests for operate-and-get-next with a
12062         fully filled history list.
12063         * gdb.base/gdb_history: New file.
12064
12065         * gdb.base/signals.exp: XFAIL "continue to func1" on
12066         i*86-*-freebsd*.
12067
12068         * gdb.base/attach.exp: When trying to attach to a nonexistent
12069         process, make it possible to specify the PID based on the target,
12070         and do so for *-*-freebsd*.
12071
12072 2003-06-02  Richard Henderson  <rth@redhat.com>
12073
12074         * gdb.base/float.exp: Add expected regexp for alpha-*-*.
12075
12076 2003-06-02  Richard Henderson  <rth@redhat.com>
12077
12078         * gdb.base/selftest.exp: Next over lim_at_start initialization.
12079
12080 2003-06-02  Richard Henderson  <rth@redhat.com>
12081
12082         * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
12083
12084 2003-06-01  Daniel Jacobowitz  <drow@mvista.com>
12085
12086         * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
12087         of globalvar.
12088
12089 2003-06-01  Mark Kettenis  <kettenis@gnu.org>
12090
12091         * gdb.asm/asm-source.exp: Check for memory read errors in
12092         disassembler test on *BSD too.
12093
12094 2003-06-01  Richard Henderson  <rth@redhat.com>
12095
12096         * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
12097         for .frame.
12098         (gdbasm_call): Lose ldgp.
12099         (gdbasm_startup): Add frame information.
12100         * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
12101
12102 2003-05-31  Mark Kettenis  <kettenis@gnu.org>
12103
12104         * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
12105         i?86-*-*.
12106
12107 2003-05-30  Mark Kettenis  <kettenis@gnu.org>
12108
12109         * gdb.asm/asm-source.exp: Make sure the final link succeeds on
12110         FreeBSD.
12111
12112 2003-05-29  Richard Henderson  <rth@redhat.com>
12113
12114         * gdb.asm/alpha.inc: New file.
12115         * gdb.asm/asm-source.exp: Use it.
12116
12117 2003-05-29  Jim Blandy  <jimb@redhat.com>
12118
12119         * gdb.base/corefile.exp: Find corefiles on Linux, which names them
12120         'core.PID'.
12121
12122 2003-05-22  Jim Blandy  <jimb@redhat.com>
12123
12124         * gdb.base/corefile.exp: Tolerate stuff after argument parens in
12125         backtrace.
12126
12127 2003-05-20  David Carlton  <carlton@math.stanford.edu>
12128
12129         * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
12130         this time.
12131
12132 2003-05-19  David Carlton  <carlton@bactrian.org>
12133
12134         * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
12135         * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
12136
12137 2003-05-19  David Carlton  <carlton@bactrian.org>
12138
12139         * gdb.c++/namespace.exp: Add namespace scope and anonymous
12140         namespace tests.
12141         Bump copyright date.
12142         * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
12143         (main): Call C::D::marker2.
12144         * gdb.c++/namespace1.cc: New file.
12145
12146 2003-05-14  Jeff Johnston  <jjohnstn@redhat.com>
12147
12148         Roland McGrath  <roland@redhat.com>
12149         * gdb.threads/linux-dp.exp: Account for fact that in nptl model
12150         there is no manager thread.
12151
12152 2003-05-08  Jeff Johnston  <jjohnstn@redhat.com>
12153
12154         * gdb.threads/schedlock.exp: Remove assumption that all threads
12155         will run in a particular small time slice.  Also ensure we break
12156         in one of the child threads rather than the main thread.
12157
12158 2003-05-07  Jim Blandy  <jimb@redhat.com>
12159
12160         Add support for assembly source testing on the s390x.
12161         * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
12162         architecture.
12163         * gdb.asm/s390x.inc: New file.
12164
12165         * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
12166         succession of 'if' statements.
12167
12168 2003-05-05  Andrew Cagney  <cagney@redhat.com>
12169
12170         * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
12171
12172 2003-05-05  Andrew Cagney  <cagney@redhat.com>
12173
12174         * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
12175         DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
12176
12177 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
12178
12179         * gdb.base/charset.exp: Update based on new behavior of set/show
12180         charset commands.
12181
12182 2003-05-01  Andrew Cagney  <cagney@redhat.com>
12183
12184         * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
12185         variable do not give memory errors.
12186
12187 2003-04-30  Adam Fedor  <fedor@gnu.org>
12188
12189         * Makefile.in (ALL_SUBDIRS): Add gdb.objc
12190         * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
12191         * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
12192         gdb.objc/basicclass.m: : New files
12193
12194         * lib/gdb.exp (gdb_compile_objc): New procedure.
12195
12196 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
12197
12198         * gdb.base/signals.exp: Make backtrace tests more specific.
12199
12200 2003-04-23  David Carlton  <carlton@bactrian.org>
12201
12202         * gdb.c++/maint.exp (test_first_component): Add tests for
12203         'operator' in more locations.
12204
12205 2003-04-16  Kevin Buettner  <kevinb@redhat.com>
12206
12207         * gdb.base/args.exp: Invoke gdb_load for simulator targets.
12208
12209 2003-04-16  Elena Zannoni  <ezannoni@redhat.com>
12210
12211         * gdb.base/completion.exp: Make 'info func mark' complete on 'info
12212         func marke' instead. Update test name.
12213
12214 2003-04-15  David Carlton  <carlton@math.stanford.edu>
12215
12216         * gdb.c++/maint.exp: New file.
12217
12218 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
12219
12220         * gdb.threads/schedlock.c: Change type of thread function argument
12221         to long, to avoid warnings on 64-bit platforms.
12222
12223 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
12224
12225         * gdb.base/attach.exp: Add new message from ptrace in case of
12226         attaching to nonexistent process.
12227
12228 2003-04-11  Jim Blandy  <jimb@redhat.com>
12229
12230         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
12231         gdb.c++/userdef.cc: Place comments on the lines to which the
12232         marker function might return.
12233         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
12234         gdb.c++/userdef.exp: Look for those comments to check that we've
12235         returned to the right place, instead of checking line numbers.
12236
12237 2003-04-11  Elena Zannoni  <ezannoni@redhat.com>
12238
12239         * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
12240         match on sourcefile name, instead of directory name.
12241
12242 2003-04-10  Elena Zannoni  <ezannoni@redhat.com>
12243
12244         * gdb.base/completion.exp: Use string_to_regexp to match the
12245         working directory name.
12246
12247 2003-04-09  Jim Blandy  <jimb@redhat.com>
12248
12249         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
12250         gdb.c++/userdef.exp: If GDB fails to restore the selected frame
12251         after an inferior function call, report the failure, but allow the
12252         test to continue.
12253
12254 2003-04-05  Stephane Carrez  <stcarrez@nerim.fr>
12255
12256         * gdb.base/break.exp: marker4() is defined at line 46 when compiled
12257         with -DPROTOTYPES.
12258
12259 2003-04-05  Stephane Carrez  <stcarrez@nerim.fr>
12260
12261         * gdb.base/break.exp: Revert last patch.
12262
12263 2003-04-04  Stephane Carrez  <stcarrez@nerim.fr>
12264
12265         * gdb.base/break.exp: marker4() is defined at line 46 when compiled
12266         with -DPROTOTYPES.
12267
12268 2003-04-02  Andrew Cagney  <cagney@redhat.com>
12269
12270         * gdb.base/callfuncs.exp: Make "print add" messages unique.
12271         * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
12272         matching directories by the name breakpoint.
12273         * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
12274         Make "continue to marker1" consistent.
12275         * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
12276         message consistent.
12277         * lib/gdb.exp: Put "the program is no longer running", and "the
12278         program exited" in parenthesis.
12279         * lib/mi-support.exp: Ditto.
12280
12281 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
12282
12283         * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
12284
12285 2003-03-29  Andrew Cagney  <cagney@redhat.com>
12286
12287         * gdb.base/sizeof.c (main): Print the value of '\377'.
12288         * gdb.base/sizeof.exp: Check the sign of '\377'.
12289
12290 2003-03-27  Michael Chastain  <mec@shout.net>
12291
12292         * gdb.base/gdb1090.exp: New file.
12293         * gdb.base/gdb1090.cc: New file.
12294
12295 2003-03-27  J. Brobecker  <brobecker@gnat.com>
12296
12297         * gdb.gdb/observer.exp: New regression test.
12298
12299 2003-03-27  Michael Chastain  <mec@shout.net>
12300
12301         * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
12302         * gdb.base/ptype.exp: Likewise.
12303
12304 2003-03-27  Corinna Vinschen  <vinschen@redhat.com>
12305
12306         * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
12307
12308 2003-03-26  Michael Chastain  <mec@shout.net>
12309
12310         * gdb.base/ptype.exp: Actually use some typedef'd types.
12311
12312 2003-03-21  Stephane Carrez  <stcarrez@nerim.fr>
12313
12314         * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
12315         * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
12316
12317 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
12318
12319         * gdb.base/default.exp: Fix regular expression.
12320
12321 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
12322
12323         * gdb.base/args.exp: Fix regular expression.
12324
12325 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
12326
12327         * gdb.base/help.exp: Allow Win32 child process.
12328
12329 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
12330
12331         * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
12332         when stepping out of main().
12333
12334 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
12335
12336         * gdb.base/default.exp: Check for win32 specific message when calling
12337         "run" without executable.
12338
12339 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
12340
12341         * gdb.base/args.exp: Expect .exe in output.
12342
12343 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
12344
12345         * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
12346         Cygwin native.
12347
12348 2003-03-17  Andrew Cagney  <cagney@redhat.com>
12349
12350         From Elena Zannoni <ezannoni@redhat.com>.  Test e500 abi and
12351         vector registes.
12352         * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
12353         * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
12354
12355 2003-03-17  David Carlton  <carlton@math.stanford.edu>
12356
12357         * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
12358         test, for PR breakpoints/38.
12359         Call test_watchpoint_and_breakpoint.
12360         * gdb.base/watchpoint.c (func3): New function.
12361         (main): Call func3.
12362
12363 2003-03-04  David Carlton  <carlton@math.stanford.edu>
12364
12365         * gdb.c++/templates.exp (do_tests): Accept valid const in "print
12366         Garply<Garply<char> >:: garply".
12367         (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
12368         with respect to PR c++/1111; note also PR c++/1113.
12369         (test_template_breakpoints): KFAIL "constructor breakpoint" with
12370         respect to PR c++/1062.
12371         KFAIL "destructor breakpoint" with respect to PR c++/1112.
12372
12373 2003-03-03  David Carlton  <carlton@math.stanford.edu>
12374
12375         * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
12376         with respect to PR c++/57.
12377         KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
12378         c++/826.
12379         Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
12380         respect to PR c++/57.
12381
12382 2003-03-03  David Carlton  <carlton@math.stanford.edu>
12383
12384         * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
12385         respect to PR c++/33 into FAILs.
12386
12387 2003-03-03  Michael Chastain  <mec@shout.net>
12388
12389         * configure.in: Update copyright years.
12390
12391 2003-03-03  Michael Chastain  <mec@shout.net>
12392
12393         * Makefile.in: Update copyright years.
12394
12395 2003-02-28  David Carlton  <carlton@math.stanford.edu>
12396
12397         * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
12398         print class instead of struct and/or superfluous protection
12399         specifiers, as long as the resulting output is equivalent to the
12400         source code.
12401         Delete FIXME from end of messages on tests that don't need
12402         fixing.
12403
12404 2003-02-28  David Carlton  <carlton@math.stanford.edu>
12405
12406         * gdb.c++/templates.exp (do_tests): Allow const in the two
12407         Foo<volatile char *>::foo tests.
12408
12409 2003-02-27  Michael Snyder  <msnyder@redhat.com>
12410
12411         * gdb.base/restore.c (main): Return zero, so exit code
12412         will be consistant.
12413
12414 2003-02-26  David Carlton  <carlton@math.stanford.edu>
12415
12416         * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
12417         char *>::foo" test with respect to PR c++/33.  Create a new test
12418         which is identical to that one except that it doesn't put the
12419         space between the "char" and the "*"; KFAIL it, too.
12420
12421 2003-02-26  David Carlton  <carlton@math.stanford.edu>
12422
12423         * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
12424         template types into either PASSes or KFAILs (corresponding to PR
12425         c++/57).  Tweak indentation.  Update copyright.
12426
12427 2003-02-23  Stephane Carrez  <stcarrez@nerim.fr>
12428
12429         * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
12430
12431 2003-02-13  Michael Chastain  <mec@shout.net>
12432
12433         * gdb.base/exprs.exp: Remove i960 remnants.
12434         * gdb.base/funcargs.exp: Likewise.
12435         * gdb.base/list.exp: Likewise.
12436         * gdb.base/ptype.exp: Likewise.
12437
12438 2003-02-14  David Carlton  <carlton@math.stanford.edu>
12439
12440         * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
12441         pEe->D::vg()" from XFAIL to KFAIL.
12442
12443 2003-02-13  Jason Molenda  (jmolenda@apple.com)
12444
12445         * gdb.base/maint.exp: Update maint print statistics regexp to include
12446         new entries.
12447
12448 2003-02-13  Michael Chastain  <mec@shout.net>
12449
12450         * gdb.c++/inherit.exp: Remove call to get_debug_format.
12451
12452 2003-02-12  Michael Chastain  <mec@shout.net>
12453
12454         * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
12455         * gdb.c++/inherit.exp: Likewise.
12456         * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
12457         * gdb.c++/templates.exp: Likewise.
12458         * gdb.c++/virtfunc.exp: Likewise.
12459
12460 2003-02-06  Jason Molenda  (jason-cl@molenda.com)
12461
12462         * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
12463         why the code is written that way.
12464
12465 2003-02-05  Michael Chastain  <mec@shout.net>
12466
12467         * gdb.base/dump.exp: Add missing copyright line.
12468
12469 2003-02-05  Jason Molenda  (jason-cl@molenda.com)
12470
12471         * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
12472         at the beginning so the breakpoint doesn't get set on the loop.
12473
12474 2003-02-05  Michael Chastain  <mec@shout.net>
12475
12476         * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
12477         output for configurations with gcc 2.95.3.
12478
12479 2003-02-05  Keith Seitz  <keiths@redhat.com>
12480             Andrew Cagney  <ac131313@redhat.com>
12481
12482         * gdb.mi/mi-cli.exp: New file.
12483
12484 2003-02-04  Michael Chastain  <mec@shout.net>
12485
12486         * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
12487         Call perror and then continue.
12488
12489 2003-02-03  Michael Chastain  <mec@shout.net>
12490
12491         * gdb.c++/pr-1023.cc: New file.
12492         * gdb.c++/pr-1023.exp: New file.
12493
12494 2003-02-05  Jim Blandy  <jimb@redhat.com>
12495
12496         * gdb.c++/local.exp: Don't expect Local to be in scope in main;
12497         it's local to foobar.  Check for it there, and check that it's not
12498         present in main.
12499         * gdb.c++/local.cc (marker2): New function.
12500         (foobar): Call marker1.
12501         (main): Call marker2 instead of marker1.
12502
12503 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
12504
12505         * gdb.disasm/mn10200.exp: Obsolete file.
12506         * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
12507         * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
12508         * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
12509
12510 2003-02-04  David Carlton  <carlton@math.stanford.edu>
12511
12512         * gdb.c++/overload.exp: Test intToChar(1).
12513         * gdb.c++/overload.cc (intToChar): New.
12514         (main): Call intToChar.
12515
12516 2003-02-03  David Carlton  <carlton@math.stanford.edu>
12517
12518         * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
12519         'might_kfail' arg.
12520         KFAIL some of the continue_to_bp_overloaded calls, according to
12521         PR c++/1025.
12522
12523 2003-02-01  Michael Chastain  <mec@shout.net>
12524
12525         * gdb.base/advance.c (marker1): New marker function.
12526         * gdb.base/advance.exp: When the 'advance' command lands on the
12527         return breakpoint, it can legitimately stop on either the
12528         current line or the next line.  Accommodate both outcomes.
12529         * gdb.base/until.exp: Likewise.
12530
12531 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
12532
12533         2002-11-10 Jason Molenda (jason-cl@molenda.com):
12534         * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
12535         now a list, not a tuple.
12536         * gdb.mi/mi-var-display.exp: Ditto.
12537         * gdb.mi/gdb792.exp: Ditto.
12538
12539 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
12540
12541         From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
12542         * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
12543         stack backtraces.
12544         * gdb.mi/mi-syn-frame.c: Part of same.
12545
12546 2003-02-01  Mark Kettenis  <kettenis@gnu.org>
12547
12548         * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
12549         gdb.mi/mi1-pthreads.exp: Return instead of calling
12550         gdb_suppress_entire_file.
12551
12552 2003-02-01  Mark Salter  <msalter@redhat.com>
12553
12554         * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
12555
12556 2003-01-31  Mark Salter  <msalter@redhat.com>
12557
12558         * lib/mi-support.exp (mi_gdb_load): Support remote targets.
12559         Support empty arg.
12560
12561 2003-01-30  Michael Chastain  <mec@shout.net>
12562
12563         * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
12564         This was a workaround for a UTF-8 bug in readline 4.3.  The bug
12565         has been fixed in gdb/readline on 2003-01-09.
12566
12567 2003-01-29  Michael Snyder  <msnyder@redhat.com>
12568
12569         * gdb.base/maint.exp: Allow for leading underscore in symbol.
12570         * gdb.base/display.exp: Allow for leading underscore in symbol.
12571         * gdb.base/args.exp: Skip if target does not support args passing.
12572
12573 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
12574
12575         * lib/gdb.exp (gdb_test_multiple): New function, cloned from
12576         gdb_test.  Accept a list of expect arguments as the third
12577         parameter.
12578         (gdb_test): Use it.
12579
12580 2003-01-20  Elena Zannoni  <ezannoni@redhat.com>
12581
12582         * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
12583         allow for different test tree configurations.  Update some
12584         tescases accordingly.
12585         * gdb.arch/altivec-regs.exp: Ditto.
12586         * gdb.asm/asm-source.exp: Ditto.
12587         * gdb.base/advance.exp: Ditto.
12588         * gdb.base/display.exp: Ditto.
12589         * gdb.base/long_long.exp: Ditto.
12590         * gdb.base/mips_pro.exp: Ditto.
12591         * gdb.base/overlays.exp: Ditto.
12592         * gdb.base/relocate.exp: Ditto.
12593         * gdb.base/setshow.exp: Ditto.
12594         * gdb.base/step-line.exp: Ditto.
12595         * gdb.base/step-test.exp: Ditto.
12596         * gdb.base/until.exp: Ditto.
12597         * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
12598
12599 2003-01-17  David Carlton  <carlton@math.stanford.edu>
12600
12601         * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
12602         corresponding to PR c++/945.
12603         Update copyright.
12604
12605 2003-01-17  David Carlton  <carlton@math.stanford.edu>
12606
12607         * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
12608         corresponding to PR c++/68.
12609
12610 2003-01-17  David Carlton  <carlton@math.stanford.edu>
12611
12612         * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
12613         (test_paddr_hairy_functions): Call print_addr_2_kfail for
12614         hairyfunc5 through hairyfunc7.  KFAIL for PR c++/19.
12615
12616 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
12617
12618         * gdb.base/break.exp: Fix change of default location, because of
12619         removal of until tests.
12620         * gdb.base/help.exp: Update test for new 'until' help message.
12621         Add test for help on 'advance'.
12622         * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
12623
12624 2003-01-15  Mark Kettenis  <kettenis@gnu.org>
12625
12626         * gdb.base/default.exp: Adapt "info float" test for recent changes
12627         to that command.  Add test for "info vector".
12628         * gdb.base/float.exp: New file.  Add test for "info float" that
12629         resembles the old test in gdb.base/default.exp.
12630
12631 2003-01-15  David Carlton  <carlton@math.stanford.edu>
12632
12633         * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
12634
12635 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
12636
12637         * gdb.base/break.exp: Move the tests of until command from here...
12638         * gdb.base/until.exp: ... to here. New file. Add other tests.
12639         * gdb.base/advance.c: New file.
12640         * gdb.base/advance.exp: New file.
12641
12642 2003-01-14  Elena Zannoni  <ezannoni@redhat.com>
12643
12644         * gdb.base/args.c: New file.
12645         * gdb.base/args.exp: New file.
12646
12647 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
12648
12649         * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
12650
12651 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
12652
12653         * gdb.threads/killed.exp: Use KFAIL for gdb/568.
12654
12655 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
12656
12657         * gdb.base/constvars.exp: Remove two extra XFAILs.  Update copyright
12658         dates.
12659
12660 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
12661
12662         * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
12663
12664 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
12665
12666         * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
12667         (ptype &*"foo").
12668         * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
12669
12670 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
12671
12672         * gdb.mi/mi-console.exp: Remove extra "(known bug)".
12673         * gdb.mi/mi1-console.exp: Likewise.
12674
12675 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
12676
12677         * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
12678         * gdb.mi/mi1-console.exp: Likewise.
12679
12680 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
12681
12682         * gdb.c++/overload.exp: Remove some fixed XFAILs.
12683
12684 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
12685
12686         * gdb.base/detach.exp: New test.
12687
12688 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
12689
12690         * Makefile.in (ALL_SUBDIRS): New variable.
12691         (subdirs, clean, distclean): Use it.
12692         * gdb.arch/Makefile.in: Clean up Makefile.  Remove rules for
12693         regenerating Makefile, since it is generated from the top level.
12694         * gdb.asm/Makefile.in: Likewise.
12695         * gdb.base/Makefile.in: Likewise.
12696         * gdb.c++/Makefile.in: Likewise.
12697         * gdb.disasm/Makefile.in: Likewise.
12698         * gdb.java/Makefile.in: Likewise.
12699         * gdb.mi/Makefile.in: Likewise.
12700         * gdb.threads/Makefile.in: Likewise.
12701         * gdb.trace/Makefile.in: Likewise.
12702
12703 2003-01-09  David Carlton  <carlton@math.stanford.edu>
12704
12705         * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
12706         Add copyright year 2003.
12707
12708 2003-01-06  Michael Chastain  <mec@shout.net>
12709
12710         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
12711         When selecting a thread, 'line' and 'file' are optional.
12712         * gdb.mi/mi1-pthreads.exp: Likewise.
12713
12714 2003-01-06  Andreas Schwab  <schwab@suse.de>
12715
12716         * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
12717         failures.
12718
12719 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
12720
12721         Fix PR gdb/844
12722         * lib/gdb.exp (gdb_compile): Handle "quiet" option.
12723         (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
12724
12725         * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads.  Return
12726         instead of calling gdb_suppress_entire_file.
12727         * gdb.threads/print-threads.exp: Likewise.
12728         * gdb.threads/schedlock.exp: Likewise.
12729
12730         * gdb.threads/killed.exp: Return instead of calling
12731         gdb_suppress_entire_file.
12732         * gdb.threads/linux-dp.exp: Likewise.
12733         * gdb.threads/pthreads.exp: Likewise.
12734
12735 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
12736
12737         * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
12738         stabs.
12739         * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
12740         * gdb.base/whatis.exp: Always allow (void) after function names.
12741
12742 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
12743
12744         * gdb.c++/casts.exp: Correct regexp.
12745
12746 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
12747
12748         * configure.in: Call AC_CONFIG_HEADER.  Don't call
12749         AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
12750         gdb.disasm, gdb.mi, gdb.threads and gdb.trace.  Call
12751         AC_CHECK_HEADERS on pthread.h.  Put Makefiles in the
12752         aforementioned directories in the AC_OUPUT call.
12753         * config.hin: New file.
12754         * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
12755         gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
12756         gdb.threads/killed.exp, gdb.threads/print-threads.exp,
12757         gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
12758         pass -I$objdir instead of -I$objdir/$subdir in compilation.
12759         * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
12760         gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
12761         gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
12762         gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
12763         gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
12764         gdb.threads/configure.in, gdb.threads/configure,
12765         gdb.threads/config.in, gdb.trace/configure.in,
12766         gdb.trace/configure: Removed.
12767
12768 2003-01-03  Michael Chastain  <mec@shout.net>
12769
12770         * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
12771         testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
12772
12773 2003-01-03  Daniel Jacobowitz  <drow@mvista.com>
12774
12775         * gdb.base/store.exp: Fix regular expressions.
12776
12777 2002-12-28  Mark Kettenis  <kettenis@gnu.org>
12778
12779         * configure.in: Rewrite.
12780         * configure: Regenerated.
12781
12782 2003-01-03  David Carlton  <carlton@math.stanford.edu>
12783
12784         * gdb.base/psymtab.exp: New file.
12785         * gdb.base/psymtab1.c: Ditto.
12786         * gdb.base/psymtab2.c: Ditto.
12787
12788 2002-12-23  Adam Fedor  <fedor@gnu.org>
12789
12790         * gdb.base/maint.exp: Update expect output to include 'ObjC'.
12791
12792 2002-12-23  David Carlton  <carlton@math.stanford.edu>
12793
12794         * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
12795         and current_directory initialization.
12796
12797 2002-12-22  Jim Blandy  <jimb@redhat.com>
12798
12799         * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
12800         rather than as part of the output file name.
12801
12802         * gdb.base/attach.exp: There's no need to copy the test program to
12803         /tmp; that was only ever necessary on HP/UX, and this test is
12804         entirely disabled there anyway.
12805
12806 2002-12-21  Jim Blandy  <jimb@redhat.com>
12807
12808         * gdb.c++/psmang.exp: Doc fix.
12809
12810         * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
12811         test.
12812
12813 2002-12-20  David Carlton  <carlton@math.stanford.edu>
12814
12815         * gdb.c++/annota2.exp: KFAIL annotate-quit.
12816
12817 2002-12-18  Michael Chastain  <mec@shout.net>
12818
12819         * gdb.c++/annota2.exp: Add copyright year 2002.
12820
12821 2002-12-17  David Carlton  <carlton@math.stanford.edu>
12822
12823         * gdb.c++/try_catch.cc: Add marker comments.
12824         * gdb.c++/try_catch.exp: Get line numbers from marker comments.
12825         * gdb.c++/m-data.cc: Delete namespace __gnu_test.
12826         * gdb.c++/m-static.cc: Ditto.
12827         * gdb.c++/m-static1.cc: Ditto.
12828         * gdb.c++/try_catch.cc: Ditto.
12829
12830 2002-12-16  Jeff Johnston  <jjohnstn@redhat.com>
12831
12832         * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
12833         to see whether we are using the new -environment-directory
12834         command which resets via -r or the old version of the command
12835         which may prompt the user.  Part of fix for gdb/741.
12836
12837 2002-12-13  Andrew Cagney  <ac131313@redhat.com>
12838
12839         * gdb.fortran/types.exp: Update obsolete comment.
12840         * gdb.fortran/exprs.exp: Ditto.
12841         * lib/gdb.exp: Delete obsolete code.
12842         * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
12843         * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
12844         * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
12845         * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
12846         * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
12847         * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
12848         * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
12849         * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
12850         * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
12851         * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
12852         * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
12853         * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
12854         * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
12855         * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
12856         * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
12857         * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
12858         * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
12859         * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
12860         * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
12861         * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
12862         * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
12863         * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
12864         * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
12865         * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
12866         * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
12867         * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
12868         * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
12869         * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
12870         * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
12871         * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
12872         * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
12873         * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
12874         * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
12875         * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
12876         * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
12877         * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
12878         * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
12879
12880 2002-12-11  David Carlton  <carlton@math.stanford.edu>
12881
12882         * gdb.c++/m-data.exp: Add test for members that shadow global
12883         variables: see PR gdb/804.
12884         * gdb.c++/m-data.cc: Ditto.
12885
12886 2002-12-10  Daniel Jacobowitz  <drow@mvista.com>
12887
12888         * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
12889
12890 2002-12-06  David Carlton  <carlton@math.stanford.edu>
12891
12892         * gdb.base/store.c: Don't declare functions static.
12893
12894 2002-12-04  Andrew Cagney  <ac131313@redhat.com>
12895
12896         * gdb.base/store.exp, gdb.base/store.c: New files.
12897
12898 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
12899
12900         * gdb.base/selftest.exp: Update for current gdb.
12901
12902 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
12903
12904         * gdb.base/maint.exp: Only dump symbols from one source file
12905         or objfile.
12906
12907 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
12908
12909         * gdb.base/step-test.exp: Allow MIPS to return to the line of a
12910         function call.
12911
12912 2002-11-25  Jim Blandy  <jimb@redhat.com>
12913
12914         * lib/mi-support.exp (mi_delete_breakpoints): Change name of
12915         function appearing in error message.
12916
12917 2002-11-21  Daniel Jacobowitz  <drow@mvista.com>
12918
12919         * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
12920
12921 2002-11-08  Jeff Johnston  <jjohnstn@redhat.com>
12922
12923         * lib/mi-support.exp (mi_gdb_start): Verify the startup message
12924         for mi1 and current mi is in correct format.  New mi startup message
12925         should be in mi console format.  This is part of fix for PR gdb/604.
12926
12927 2002-09-18  Fernando Nasser  <fnasser@redhat.com>
12928
12929         * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
12930         which explicitly prints the zero offset as "+0".
12931
12932 2002-10-22  Daniel Jacobowitz  <drow@mvista.com>
12933
12934         * gdb.threads/schedlock.c (args): Make unsigned.
12935
12936 2002-10-21  Daniel Jacobowitz  <drow@mvista.com>
12937
12938         * gdb.asm/asm-source.exp: Add "mips*-*" pattern.  Update line
12939         numbers.  Allow "foo2|selected stack frame".
12940         * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
12941         * gdb.asm/asmsrc2.s: Likewise.
12942         * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end.  Update
12943         comments.
12944         * gdb.asm/mips.inc: New file.
12945
12946 2002-10-18  Adam Fedor  <fedor@gnu.org>
12947
12948         * gdb.base/default.exp: Update expected output to include 'ObjC'.
12949         * gdb.base/help.exp: Likewise.
12950
12951 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
12952
12953         * gdb.base/constvars.c (struct crass, struct crisp): New structs.
12954         * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
12955
12956 2002-10-02  Jim Blandy  <jimb@redhat.com>
12957
12958         * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
12959
12960 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
12961
12962         * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
12963         * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
12964         * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
12965         * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
12966         * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
12967         * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
12968         * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
12969
12970 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
12971
12972         * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
12973         * mi0-disassemble.exp, mi0-eval.exp: Delete.
12974         * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
12975         * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
12976         * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
12977         * mi0-var-block.exp, mi0-var-child.exp: Delete.
12978         * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
12979
12980 2002-09-27  Kevin Buettner  <kevinb@redhat.com>
12981
12982         * gdb.base/annota1.exp (info break): Make directory components of
12983         path optional since not all compilers emit this debug information.
12984
12985         * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
12986         step ends up stepping out of the function instead of stopping on
12987         the epilogue.
12988
12989 2002-09-26  Keith Seitz  <keiths@redhat.com>
12990
12991         * lib/insight-support.exp (gdbtk_start): Figure out where
12992         the insight executable is based on where gdb is. Use this
12993         executable to start insight instead of gdb.
12994
12995 2002-09-25  Andrew Cagney  <cagney@redhat.com>
12996
12997         * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
12998
12999 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
13000
13001         * gdb.gdb/complaints.exp (test_initial_complaints): Rename
13002         test_isolated_complaints.
13003         (test_empty_complaint): New function.
13004         (test_empty_complaints): New function.  Check no output when no
13005         complaints.
13006
13007 2002-09-19  Jim Blandy  <jimb@redhat.com>
13008
13009         * gdb.base/charset.exp, gdb.base/charset.c: New files.
13010
13011 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
13012
13013         * gdb.gdb/complaints.exp: New file.
13014
13015 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
13016
13017         * gdb.base/maint.exp: Check `help maint internal-warning'.
13018
13019 2002-09-18  David Carlton  <carlton@math.stanford.edu>
13020
13021         * gdb.c++/m-static.exp: Remove breakpoints depending on line
13022         numbers, and replace them by a single breakpoint after the
13023         constructors are all finished.
13024         Add test 4.
13025         * gdb.c++/m-static.cc: Add test 4.
13026         * gdb.c++/m-static.h: New file.
13027         * gdb.c++/m-static1.cc: New file.
13028
13029         * gdb.c++/printmethod.exp: New file.
13030         * gdb.c++/printmethod.cc: New file.
13031
13032         * gdb.c++/pr-574.exp: New file.
13033         * gdb.c++/pr-574.cc: New file.
13034
13035 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
13036
13037         * gdb.base/ending-run.exp: Add handling of "step to end of run" for
13038         embedded targets which never actually exit.
13039
13040 2002-09-18  Fernando Nasser  <fnasser@redhat.com>
13041
13042         * gdb.base/ending-run.exp: Properly mark "continue after exit" and
13043         "don't step after run" as unresolved or unsupported, instead of xfail.
13044
13045 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
13046
13047         * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
13048         allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
13049         Add newline to expected string in "step out of main (status wrapper)"
13050         case.
13051
13052 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
13053
13054         * lib/gdb.exp (rerun_to_main): Allow restarting application.
13055         * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
13056
13057 2002-09-17  Tom Tromey  <tromey@redhat.com>
13058
13059         * gdb.base/printcmds.exp (test_print_string_constants): Expect
13060         \000, not \0, in double-quoted string.
13061
13062 2002-09-14  Corinna Vinschen  <vinschen@redhat.com>
13063
13064         * gdb.base/commands.exp: Don't expect a "Program exited normally"
13065         string after running the commands execution on breakpoint tests.
13066
13067 2002-09-13  Corinna Vinschen  <vinschen@redhat.com>
13068
13069         * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
13070
13071 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
13072
13073         * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
13074
13075 2002-09-10  Keith Seitz  <keiths@redhat.com>
13076
13077         * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
13078         runto proc.
13079         (mi_run_to_main): Use mi_runto.
13080         (mi_execute_to): Renamed from mi_run_to. Changed all callers.
13081
13082 2002-09-10  Keith Seitz  <keiths@redhat.com>
13083
13084         * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
13085         regexp for stopping at main. Could have multiple event notifications.
13086         Don't assume that main was declared with no parameters.
13087         (mi_next): Use mi_step_to.
13088         (mi_step): Use mi_next_to.
13089
13090 2002-09-09  Corinna Vinschen  <vinschen@redhat.com>
13091
13092         * gdb.base/default.exp: Fix expected string in `info float' test.
13093
13094 2002-09-09  Ben Elliston  <bje@redhat.com>
13095
13096         * config/mips.exp: Update comments.
13097         * config/mips-idt.exp: Likewise.
13098         * config/nind.exp: Likewise.
13099         * config/slite.exp: Likewise.
13100         * config/sparclet.exp: Likewise.
13101         * config/udi.exp: Likewise.
13102         * config/vx.exp: Likewise.
13103         * config/vxworks29k.exp: Likewise.
13104
13105 2002-09-05  Jim Blandy  <jimb@redhat.com>
13106
13107         * gdb.threads/killed.exp: Fix test failure message.
13108
13109 2002-09-04  Keith Seitz  <keiths@redhat.com>
13110
13111         * lib/mi-support.exp: Update copyright.
13112         (mi_gdb_test): Increase the priority of the expected pattern
13113         so that it matches gdb_test.
13114
13115 2002-09-03  Keith Seitz  <keiths@redhat.com>
13116
13117         * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
13118         Use integer comparison instead of string comparison for testing
13119         whether binary was built.
13120
13121 2002-09-03  Jim Blandy  <jimb@redhat.com>
13122
13123         * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
13124
13125 2002-08-29  Jim Blandy  <jimb@redhat.com>
13126
13127         * gdb.threads/pthreads.exp: Move the portable thread compilation
13128         code into a function in lib/gdb.exp, and call that from here.
13129         * lib/gdb.exp (gdb_compile_pthreads): New function.
13130
13131 2002-08-29  Keith Seitz  <keiths@redhat.com>
13132
13133         * lib/mi-support.exp (mi_gdb_test): Add global declaration for
13134         expect_out so that callers can get at it.
13135
13136 2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
13137
13138         * gdb.threads/print-threads.c: New file.
13139         * gdb.threads/print-threads.exp: New file.
13140         * gdb.threads/schedlock.c: New file.
13141         * gdb.threads/schedlock.exp: New file.
13142
13143 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
13144
13145         * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
13146         not altivec.c.
13147
13148 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
13149
13150         * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
13151         targets.  The problem should be fixed now.
13152
13153 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
13154
13155         * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
13156         2002-07-24 change that removes final dots from error messages.
13157
13158 2002-08-13  Tom Tromey  <tromey@redhat.com>
13159
13160         * gdb.base/readline.exp: New file.
13161
13162 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
13163
13164         * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
13165         supress message.
13166
13167 2002-08-01  Andrew Cagney  <cagney@redhat.com>
13168
13169         * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
13170         CHILL_FOR_TARGET and CHILL_LIB.
13171         * configure.in (configdirs): Remove gdb.chill.
13172         * configure: Regenerate.
13173         * lib/gdb.exp: Obsolete references to chill.
13174         * gdb.fortran/types.exp: Ditto.
13175         * gdb.fortran/exprs.exp: Ditto.
13176
13177 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
13178
13179         * gdb.base/shlib-call.exp (additional_flags): Conditionally
13180         set Irix-specific compile and link flags.
13181
13182 2002-07-29  Kevin Buettner  <kevinb@redhat.com>
13183
13184         * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
13185         source files.  The ``-o'' option doesn't work with the ``-E'' option
13186         when using the Irix compiler.
13187
13188 2002-07-19  Daniel Jacobowitz  <drow@mvista.com>
13189
13190         * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
13191         Improve support for reusing an exec file.  Copy exec file
13192         to target, and run gdbserver on the target instead of on the host.
13193
13194 2002-07-18  Jim Blandy  <jimb@redhat.com>
13195
13196         * gdb.base/ending-run.exp: Don't expect to see the program end in
13197         some orderly fashion when we're running on a real stand-alone
13198         board.
13199
13200         * gdb.base/interrupt.exp: Correct logic for skipping tests on
13201         targets that don't support interrupts.
13202
13203 2002-07-10  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
13204
13205         * gdb.base/attach.exp: Add patterns to match output from /proc-based
13206         systems.
13207         Move comments in expect statements to inside the actions, so that they
13208         don't get matched against.
13209
13210 2002-07-10  Mark Kettenis  <kettenis@gnu.org>
13211
13212         * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
13213         function when asleep" test.
13214
13215 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
13216
13217         * gdb.base/page.exp: Rewrite to handle problems with very long
13218         `info set' output.  Update copyright.
13219
13220 2002-06-26  Andrew Cagney  <ac131313@redhat.com>
13221
13222         * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
13223         gdb.threads-hp.
13224         * gdb.hp/configure: Regenerate.
13225         * gdb.hp/gdb.threads-hp/configure.in: Delete file.
13226         * gdb.hp/gdb.threads-hp/configure: Delete file.
13227         * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
13228
13229 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
13230
13231         * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
13232         setlocale, bindtextdomain and textdomain.
13233
13234 2002-06-11  Jim Blandy  <jimb@redhat.com>
13235
13236         * lib/gdb.exp (get_debug_format): Tolerate message saying whether
13237         preprocessor macro information is present.
13238
13239         * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
13240         tests.
13241
13242 2002-06-06  Michael Snyder  <msnyder@redhat.com>
13243
13244         * gdb.base/overlays.exp: Record addresses of overlay
13245         functions in TCL variables rather than in GDB variables,
13246         to avoid having GDB convert them to pointers (with loss
13247         of information).
13248
13249         * gdb.base/d10v.ld: Merge in several years worth of
13250         default linker script changes.
13251         * gdb.base/long_long.exp: Add check for sizeof (long double).
13252
13253 2002-06-06  Michal Ludvig  <mludvig@suse.cz>
13254
13255         * gdb.asm/asm-source.exp: Add x86-64 target.
13256         * gdb.asm/x86_64.inc: New.
13257
13258 2002-05-30  Michael Chastain  <mec@shout.net>
13259
13260         From Benjamin Kosnik <bkoz@redhat.com>:
13261         * gdb.c++/m-static.cc: New file.
13262         * gdb.c++/m-static.exp: New file.
13263
13264 2002-05-28  Michael Snyder  <msnyder@redhat.com>
13265
13266         * gdb.base/call-ar-st.exp: Allow for reduced floating point
13267         precision.
13268
13269 2002-05-27  Michael Chastain  <mec@shout.net>
13270
13271         From Benjamin Kosnik <bkoz@redhat.com>:
13272         * gdb.c++/m-data.cc: New file.
13273         * gdb.c++/m-data.exp: New file.
13274
13275 2002-05-27  Michael Chastain  <mec@shout.net>
13276
13277         From Benjamin Kosnik <bkoz@redhat.com>:
13278         * gdb.c++/try_catch.cc: New file.
13279         * gdb.c++/try_catch.exp: New file.
13280
13281 2002-05-27  Michael Chastain  <mec@shout.net>
13282
13283         * gdb.c++/local.exp: Accept more nested types in output.
13284
13285 2002-05-26  Michael Chastain  <mec@shout.net>
13286
13287         * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
13288
13289 2002-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
13290
13291         * lib/gdb.exp (gdb_wrapper_init): Just because
13292         gdb_wrapper_file exists, this does not mean that the file
13293         should not be rebuilt.  That is what gdb_wrapper_initialized
13294         is for.
13295         (default_gdb_init): Reset gdb_wrapper_initialized.
13296
13297 2002-05-23  Michael Snyder  <msnyder@redhat.com>
13298
13299         * gdb.base/all-bin.exp: Revise previous patch by just reducing
13300         the precision of the floating point test results.
13301         * gdb.base/call-rt-st.exp: Ditto.
13302
13303         * gdb.base/all-bin.exp: Allow for reduced floating point precision.
13304         * gdb.base/call-rt-st.exp: Ditto.
13305
13306 2002-05-19  Michael Chastain  <mec@shout.net>
13307
13308         * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
13309
13310 2002-05-19  Elena Zannoni  <ezannoni@redhat.com>
13311
13312         * configure.in (configdirs): Add gdb.arch.
13313         * configure: Regenerate.
13314
13315 2002-05-17  Jim Blandy  <jimb@redhat.com>
13316
13317         * gdb.base/completion.exp: Recognize the more detailed error
13318         messages produced by the macro expander's lexical analyzer.
13319
13320 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
13321
13322         * gdb.arch/altivec-abi.c: New file.
13323         * gdb.arch/altivec-abi.exp: New file.
13324         * gdb.arch/altivec-regs.c: New file.
13325         * gdb.arch/altivec-regs.exp: New file.
13326
13327 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
13328
13329         * gdb.base/maint.exp (maint print type): Update for new type
13330         structure.
13331
13332 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
13333
13334         * gdb.arch: New directory.
13335         * gdb.arch/configure.in: New file.
13336         * gdb.arch/configure: New file.
13337         * gdb.arch/Makefile.in: New file.
13338
13339 2002-05-13  Corinna Vinschen  <vinschen@redhat.com>
13340
13341         * gdb.asm/asm-source.exp: Add v850 as supported target.
13342         * gdb.asm/v850.inc: New file.
13343
13344 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
13345
13346         * gdb.c++/annota2.exp (annotate-quit): Add comment.
13347
13348 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
13349
13350         * gdb.base/break.exp: Check 'break "marker2"'.
13351
13352 2002-05-10  Michael Snyder  <msnyder@redhat.com>
13353
13354         * gdb.base/long_long.exp: Fix typo.
13355
13356 2002-05-10  Jim Blandy  <jimb@redhat.com>
13357
13358         * gdb.base/printcmds.exp: Don't xfail the ptype command.  This is
13359         a bug.
13360
13361         * gdb.base/printcmds.exp (test_integer_literals_rejected):
13362         Recognize more detailed error message produced by the macro
13363         expander's lexical analyzer.
13364         * lib/gdb.exp (test_print_reject): Same.
13365
13366 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
13367
13368         * gdb.c++/method.exp: Fix typo.
13369
13370 2002-05-08  Michael Snyder  <msnyder@redhat.com>
13371
13372         * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
13373         * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
13374         * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
13375         * gdb.base/long_long.exp: Merge clauses for arm and xscale.
13376         Add iftarget clause for strongarm.
13377
13378 2002-05-06  Michael Snyder  <msnyder@redhat.com>
13379
13380         * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
13381         (gdb_continue_to_end): Accept output from status wrapper.
13382         * gdb.base/ending-run.exp: Add case for output from status wrapper.
13383         Clean up fail messages to match pass messages.
13384
13385         Enable the "needs_status_wrapper" testsuite feature.
13386         * lib/gdb.exp (gdb_wrapper_init): New procedure.
13387         (gdb_compile): Conditionally call gdb_wrapper_init.
13388         * gdb.base/a2-run.exp: Recognize output from status wrapper.
13389         * gdb.c++/method.exp: Recognize output from status wrapper.
13390
13391 2002-05-06  Ben Elliston  <bje@redhat.com>
13392 From Graydon Hoare  <graydon@redhat.com>
13393
13394         * config/sid.exp: Include support for "rawsid" protocol.
13395
13396 2002-05-03  Jim Blandy  <jimb@redhat.com>
13397
13398         * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
13399         * gdb.c++/hang3.C: New file.
13400
13401 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
13402
13403         * gdb.base/default.exp: Remove obsolete code.
13404         * gdb.c++/misc.exp: Ditto.  Update copyright.
13405         * gdb.c++/cplusfuncs.exp: Ditto.  Update copyright.
13406         * gdb.base/whatis.exp: Ditto.  Update copyright.
13407         * gdb.base/scope.exp: Ditto.  Update copyright.
13408         * gdb.base/ptype.exp: Ditto.  Update copyright.
13409         * gdb.base/printcmds.exp: Ditto.  Update copyright.
13410         * gdb.base/opaque.exp: Ditto.  Update copyright.
13411         * gdb.base/list.exp: Ditto.
13412         * gdb.base/funcargs.exp: Ditto.  Update copyright.
13413         * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
13414         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
13415         * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
13416         * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
13417         * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
13418         * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
13419
13420 2002-05-02  Michael Snyder  <msnyder@redhat.com>
13421
13422         * gdb.base/watchpoint.exp: Add xscale target.
13423         * gdb.base/long_long.exp: Add xscale target.
13424         * gdb.base/default.exp: Add xscale target.
13425
13426 2002-05-01  Jim Blandy  <jimb@redhat.com>
13427
13428         * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
13429         gdb.c++/hang.exp: New test.
13430
13431 2002-05-01  Fred Fish  <fnf@redhat.com>
13432
13433         * gdb.base/completion.exp: Handle completions of "./Make" for
13434         more than one completion possibility, as is the case when we
13435         build and test in the source tree.
13436
13437 2002-04-29  Anthony Green  <green@redhat.com>
13438
13439         * gdb.java/jmisc1.exp: New file.
13440         * gdb.java/jmisc2.exp: New file.
13441
13442 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
13443
13444         * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
13445
13446 2002-04-23  Elena Zannoni  <ezannoni@redhat.com>
13447
13448         * gdb.base/help.exp: Change 'help status' to allow for target
13449         dependent output differences.
13450
13451 2002-04-22  Michael Chastain  <mec@shout.net>
13452
13453         * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
13454
13455 2002-04-22  Michael Chastain  <mec@shout.net>
13456
13457         * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
13458
13459 2002-04-17  David S. Miller  <davem@redhat.com>
13460
13461         * gdb.asm/sparc64.inc: New file.
13462         * gdb.asm/asm-source.exp: Handle sparc64-*-*.
13463
13464 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
13465
13466         * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
13467         instruction file directly into the build tree.  Clean up at end of
13468         test.
13469
13470 2002-04-18  David S. Miller  <davem@redhat.com>
13471
13472         * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
13473         handle 64-bit platforms correctly.
13474         * gdb.base/maint.exp: Likewise.
13475
13476 2002-04-18  Kevin Buettner  <kevinb@redhat.com>
13477
13478         * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
13479         ``-fpic'' when compiling files comprising a shared library, but
13480         it does need additional linker flags in order to find shared
13481         libraries at run time.
13482
13483 2002-04-18  Kevin Buettner  <kevinb@redhat.com>
13484
13485         * gdb.base/cvexpr.c (use): New function.
13486         (main): Invoke use() on all global variables to prevent
13487         some linkers from deleting these otherwise unused symbols.
13488
13489 2002-04-17  Michael Chastain  <mec@shout.net>
13490 From David S. Miller  <davem@redhat.com>
13491
13492         * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
13493         handle 64-bit platforms correctly.
13494
13495 2002-04-12  Michael Snyder  <msnyder@redhat.com>
13496 From Jim Blandy  <jimb@redhat.com>
13497         * gdb.base/foo.c (foox): Remove section attribute; the linker
13498         script can handle this instead.
13499         * gdb.base/bar.c (barx): Same.
13500         * gdb.base/baz.c (bazx): Same.
13501         * gdb.base/grbx.c (grbxx): Same.
13502
13503         * gdb.base/overlays.exp: New test: check that GDB's manual overlay
13504         manager doesn't automatically unmap overlays unnecessarily.
13505
13506 2002-04-10  Martin M. Hunt  <hunt@redhat.com>
13507
13508         * gdb.base/ending-run.exp: Fix pattern for Mips targets
13509         stepping out of main.
13510
13511 2002-04-09  Michael Chastain  <mec@shout.net>
13512
13513         * gdb.c++/local.cc (main): Move call to marker1() inside nested
13514         scope so that the nested scope tests will make sense.
13515         * gdb.c++/local.exp: Write patterns that actually work with gcc
13516         (the HP patterns "were never known to work with gcc").
13517         Keep the old aCC patterns too.
13518
13519 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
13520
13521         * gdb.base/attach.exp: Correct target board test.
13522
13523 2002-04-08  Michael Chastain  <mec@shout.net>
13524
13525         * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
13526         in a const method.  Add some xfail and fail cases for configurations
13527         that do not emit the "const ...".
13528
13529 2002-04-07  Michael Chastain  <mec@shout.net>
13530
13531         * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
13532         Accept "A * const" and "const A * const" as type of "this".
13533         Fix spelling of getFunky throughout.  Make messages uniform.
13534
13535 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
13536
13537         Work around for PR gdb/285:
13538         * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
13539
13540 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
13541
13542         * gdb.asm/asm-source.exp: Build symbolic link to arch specific
13543         instructions file at run time instead of configure time.
13544         Sometimes we run the test in a directory that is not the one we
13545         configured in.
13546         * gdb.asm/configure.in: Delete creation of symlink.
13547         * gdb.asm/configure: Regenerate.
13548
13549 2002-04-05  J. Brobecker  <brobecker@gnat.com>
13550
13551         * gdb.gdb/xfullpath.exp: New test, to exercise the new
13552         xfullpath () function.
13553
13554 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
13555
13556         * gdb.asm/Makefile.in: Correct dependencies.
13557
13558         * gdb.asm/powerpc.inc: New file.
13559         * gdb.asm/asm-source.exp: Add PowerPC.
13560         * gdb.asm/configure.in: Likewise.
13561         * gdb.asm/configure: Regenerated.
13562
13563 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
13564
13565         * gdb.base/relocate.exp: New file.
13566         * gdb.base/relocate.c: New file.
13567
13568 2002-04-04  Fred Fish  <fnf@redhat.com>
13569
13570         * gdb.base/step-test.exp: Update comment regarding stopping in
13571         memcpy/bcopy calls inserted as part of the compiler runtime.
13572
13573 2002-04-04  Michael Snyder  <msnyder@redhat.com>
13574
13575         * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
13576
13577 2002-04-03  Daniel Jacobowitz  <drow@mvista.com>
13578
13579         * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
13580         (gdb_expect): Remove $notransfer hack.
13581
13582 2002-04-02  Daniel Jacobowitz  <drow@mvista.com>
13583
13584         * gdb.c++/classes.exp ("calling method for small class"): Match
13585         updated register output.
13586
13587 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
13588
13589         Fix PR gdb/452
13590         * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
13591         when finished.  Make gdb_file_cmd send "exec-file" when
13592         appropriate.
13593
13594 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
13595
13596         * gdb.base/attach.exp: Remove extra setup_xfail.
13597
13598 2002-03-26  Michael Snyder  <msnyder@redhat.com>
13599
13600         * gdb.base/default.exp: Add tests for dump, append, and restore.
13601         * gdb.base/help.exp: Add tests for dump, append, and restore.
13602         * gdb.base/dump.exp: New file, test dump, append and restore.
13603         * gdb.base/dump.c: New file.
13604
13605 2002-03-27  Michael Snyder  <msnyder@redhat.com>
13606
13607         * gdb.base/help.exp: Modify expect strings to reflect
13608         clean-ups in help messages.
13609
13610 2002-03-26  Fred Fish  <fnf@redhat.com>
13611
13612         * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
13613         have debugging info for those functions and the compiler uses them
13614         internally to copy structs around.
13615
13616 2002-03-26  Fred Fish  <fnf@redhat.com>
13617
13618         * gdb.base/list.exp: Revert the change made yesterday and add note
13619         about why we don't list the default lines for remote targets.
13620
13621 2002-03-25  Michael Snyder  <msnyder@redhat.com>
13622
13623         * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
13624
13625 2002-03-25  Fred Fish  <fnf@redhat.com>
13626
13627         * gdb.base/list.exp: This test works on remote targets so remove
13628         the short circuit for remote targets.  Update copyright.
13629
13630 2002-03-25  Fred Fish  <fnf@redhat.com>
13631
13632         * gdb.base/attach.exp: Fix logic error that was suppressing this
13633         test for all non hppa*-*-hpux* targets, instead of the hp target.
13634         Move comments closer to the suppression point.  Also now need to
13635         check that we are running natively.
13636
13637 2002-03-22  Michael Snyder  <msnyder@redhat.com>
13638
13639         * gdb.base/default.exp: Add test for gcore.  Update copyright.
13640         * gdb.base/help.exp: Add test for gcore.  Update copyright.
13641
13642 2002-03-06  Fred Fish  <fnf@redhat.com>
13643
13644         * gdb.base/funcargs.c:  Remove extraneous ';' character.
13645         * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
13646
13647 2002-03-04  Michael Chastain  <mec@shout.net>
13648
13649         * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
13650         accommodate gcc v3 function signature.
13651         * gdb.mi/mi0-var-cmd-exp: Ditto.
13652
13653 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
13654
13655         * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
13656         ``GNU/Linux'' or ``Linux kernel''
13657         * testsuite/gdb.threads/pthreads.c: Ditto.
13658
13659 2002-02-24  Michael Chastain  <mec@shout.net>
13660
13661         * gdb.threads/pthreads.c (thread1): Add a return statement.
13662         (thread2): Likewise.
13663         (foo): Likewise.
13664
13665 2002-02-23  Michael Chastain  <mec@shout.net>
13666
13667         * gdb.threads/linux-dp.c (philosopher): Add a return statement
13668         to placate gcc.
13669
13670 2002-02-23  Michael Chastain  <mec@shout.net>
13671
13672         * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
13673         test "ptype bint".  The test passes on all my stabs configurations.
13674
13675 2002-02-21  Jim Blandy  <jimb@redhat.com>
13676
13677         * gdb.asm/asm-source.exp: Parse the output from `info sources' one
13678         filename at a time, and watch for the ones we want to see.
13679
13680         * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
13681         types of pointers to prototyped functions.
13682
13683 2002-02-20  Andrew Cagney  <ac131313@redhat.com>
13684
13685         * gdb.base/sizeof.c (main): Call fill_structs.  Print value of
13686         signed, unsigned and straight char.
13687         (padding_char, padding_short, padding_int, padding_long,
13688         padding_long_long, padding_float, padding_double,
13689         padding_long_double): New global variables.
13690         (fill, fill_structs): New functions.
13691
13692         * gdb.base/sizeof.exp: Check for signed and unsigned char.  Check
13693         for correctly sized writes.  Update copyright.
13694         (get_valueof): New procedure.
13695         (get_sizeof): Call get_valueof.
13696         (check_valueof): New procedure.
13697         (check_padding): New procedure.
13698
13699 2002-02-20  Michael Chastain  <mec@shout.net>
13700
13701         * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
13702         to setup_xfail.  Document some of the remaining calls.
13703
13704 2002-02-18  Michael Chastain  <mec@shout.net>
13705
13706         * gdb.c++/userdef.exp: Update copyright year.
13707
13708 2002-02-18  Daniel Jacobowitz  <drow@mvista.com>
13709
13710         * gdb.c++/userdef.exp: Test overloaded operators properly.
13711         Remove xfails.
13712
13713 2002-02-14  Michael Snyder  <msnyder@redhat.com>
13714
13715         * gdb.base/gcore.exp: Relax recognition of function breakpoint.
13716
13717 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
13718
13719         * gdb.base/a2-run.exp: Check for a remote target properly.
13720         * gdb.base/annota1.exp: Likewise.
13721         * gdb.base/list.exp: Likewise.
13722         * gdb.base/reread.exp: Likewise.
13723         * gdb.base/scope.exp: Likewise.
13724         * gdb.base/shlib-call.exp: Likewise.
13725         * gdb.base/term.exp: Likewise.
13726         * gdb.c++/annota2.exp: Likewise.
13727
13728 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
13729
13730         * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
13731
13732 2002-02-10  Michael Chastain  <mec@shout.net>
13733
13734         * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
13735         (call_after_alloca): Ditto.
13736
13737 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
13738
13739         * gdb.base/ending-run.exp: Guard "cont" test with
13740         gdb_skip_stdio_test.
13741
13742 2002-02-06  Jim Blandy  <jimb@redhat.com>
13743
13744         * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
13745         from here...
13746         * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
13747         To here.  Disable this test on non-HP platforms.  Add big comment.
13748
13749 2002-02-04  Michael Snyder  <msnyder@redhat.com>
13750
13751         * gdb.base/ovlymgr.c  (ovly_copy): Generalize for targets
13752           other than d10v and m32r.
13753
13754 2002-02-02  Richard Earnshaw  <rearnsha@arm.com>
13755
13756         * gdb.base/default.exp: Rewrite test patterns to reduce time
13757         taken to match them.
13758
13759 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
13760
13761         * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
13762         Allow a start function above main.
13763         * gdb.threads/linux-dp.exp: Fix copyright date.
13764
13765 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
13766
13767         * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
13768         (check_philosopher_stack): Check for manager thread before checking
13769         for a just-starting thread.
13770
13771 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
13772
13773         From Neil Booth <neil@daikokuya.demon.co.uk>:
13774         * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
13775         warnings.
13776
13777 2002-01-21  Fred Fish  <fnf@redhat.com>
13778
13779         * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
13780         not caller.
13781
13782 2002-01-21  Jim Blandy  <jimb@redhat.com>
13783
13784         * gdb.base/reread.exp: Check that GDB properly re-reads the
13785         executable file when it changes while no inferior is running.
13786
13787 2002-01-21  Fred Fish  <fnf@redhat.com>
13788
13789         * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
13790         optionally accept the "shlib events" variation.
13791
13792 2002-01-21  Jim Blandy  <jimb@redhat.com>
13793
13794         * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
13795         call `fflush' after every `printf', so that the output is produced
13796         at predictable points, regardless of whatever buffering does (or
13797         doesn't) take place.
13798         * gdb.base/ending-run.exp: Adjust tests to expect output to appear
13799         at different points.
13800
13801 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
13802
13803         * gdb.c++/inherit.exp: Update copyright years.
13804         * gdb.c++/method.exp: Likewise.
13805
13806 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
13807
13808         * gdb.c++/classes.exp: Update for improved v3 support and skipping
13809         artificial methods/arguments.
13810         * gdb.c++/derivation.exp: Likewise.
13811         * gdb.c++/inherit.exp: Likewise.
13812         * gdb.c++/method.exp: Likewise.
13813         * gdb.c++/virtfunc.exp: Likewise.
13814
13815 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
13816
13817         * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
13818         * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
13819         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
13820         * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
13821         * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
13822         * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
13823
13824 2002-01-17  Jim Blandy  <jimb@redhat.com>
13825
13826         * gdb.asm/asm-source.exp (info symbol): Take another shot at
13827         anchoring the pattern matching the entry point symbol's name.
13828
13829 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
13830
13831         * gdb.base/maint.exp: Update ``maint internal-error'' to match
13832         continue/quit query.  Update copyright.
13833
13834 2002-01-14  Michael Snyder  <msnyder@redhat.com>
13835
13836         * gdb.base/gcore.exp: Remove extra debugging output.
13837
13838 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
13839
13840         * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
13841         for slightly dubious v2 mangled string.
13842
13843 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
13844
13845         * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
13846
13847 2002-01-10  Jason Merrill  <jason@redhat.com>
13848
13849         * gdb.c++/namespace.exp: Accept trailing const for 'this'.
13850
13851         * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
13852         constructors.
13853         * gdb.c++/derivation.exp: Likewise.
13854         * gdb.c++/templates.exp: Likewise.
13855         * gdb.c++/virtfunc.exp: Likewise.
13856
13857 2002-01-10  Michael Snyder  <msnyder@redhat.com>
13858
13859         * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
13860
13861 2002-01-08  Michael Snyder  <msnyder@redhat.com>
13862
13863         * gdb.base/gcore.exp: New test for generate-core-file command.
13864         * gdb.base/gcore.c: Testcase for above.
13865         * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
13866
13867 2002-01-08  Jason Merrill  <jason@redhat.com>
13868
13869         * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
13870
13871 2002-01-07  Fred Fish  <fnf@redhat.com>
13872
13873         * gdb.c++/overload.exp: Remove unconditional xfails for:
13874         print foo_instance1.overloadargs(1)
13875         print foo_instance1.overloadargs(1, 2)
13876         print foo_instance1.overloadargs(1, 2, 3)
13877         print foo_instance1.overloadargs(1, 2, 3, 4)
13878         print foo_instance1.overloadargs(1, 2, 3, 4, 5)
13879         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
13880         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
13881         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
13882         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
13883         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
13884         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
13885         print foo_instance1.overload1arg()
13886         print foo_instance1.overload1arg((char)arg2)
13887         print foo_instance1.overload1arg((signed char)arg3)
13888         print foo_instance1.overload1arg((unsigned char)arg4)
13889         print foo_instance1.overload1arg((int)arg7)
13890         print foo_instance1.overload1arg((unsigned int)arg8)
13891         print foo_instance1.overload1arg((float)arg11)
13892         print foo_instance1.overload1arg((double)arg12)
13893
13894 2002-01-07  Michael Snyder  <msnyder@redhat.com>
13895
13896         * gdb.base/huge.exp: New test.  Print a very large target data object.
13897         (skip_huge_test): New test variable.  Define if you want to skip this
13898         test.  The test reads an 8 megabyte data object from the target, so it
13899         might be very time consuming on remote targets with a slow connection.
13900         * gdb.base/huge.c: New file.  Test case for above.
13901
13902 2002-01-07  Fred Fish  <fnf@redhat.com>
13903
13904         * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
13905         g_instance.bfoo, and g_instance.cfoo.
13906
13907 2002-01-07  Jeffrey A Law  <law@redhat.com>
13908
13909         * gdb.base/break.c (multi_line_if_conditional): New function.
13910         (multi_ilne_while_conditional): Likewise.
13911         * gdb.base/break.exp: Verify that a breakpoint on a multi-line
13912         IF or WHILE condition puts the breakpoint at the start of
13913         the condition.
13914
13915         * gdb.base/selftest.exp (backtrace through signal handler): Remove
13916         hppa*-*-hpux* expected failure.
13917         * gdb.base/structs.exp (do_function_calls): Similarly.
13918
13919         * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
13920         watchpoints.
13921
13922 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
13923
13924         Fix PR gdb/66.
13925         * gdb.base/structs.exp: Replace skip for a29k with skip for
13926         gdb,cannot_call_functions.
13927         * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
13928         * gdb.base/callfuncs.exp: Ditto.
13929         * gdb.base/call-rt-st.exp: Ditto.
13930         * gdb.base/call-strs.exp: Ditto.
13931         * gdb.base/callfwmall.exp: Ditto.
13932         * gdb.base/scope.exp: Obsolete xfail a29k.
13933         * gdb.c++/misc.exp: Ditto.
13934         * gdb.c++/cplusfuncs.exp: Ditto.
13935         * gdb.base/ptype.exp: Ditto.
13936         * gdb.base/printcmds.exp: Ditto.
13937         * gdb.base/opaque.exp: Ditto.
13938         * gdb.base/list.exp: Ditto.
13939         * gdb.base/funcargs.exp: Ditto.
13940         * gdb.base/default.exp: Ditto.
13941
13942 2002-01-04  Michael Snyder  <msnyder@redhat.com>
13943
13944         * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
13945         * gdb.base/maint.exp: Add tests for maint info sections options.
13946
13947 Fri Dec 21 09:42:11 2001  Jeffrey A Law  (law@redhat.com)
13948
13949         * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
13950
13951 2001-12-20  Corinna Vinschen  <vinschen@redhat.com>
13952
13953         * gdb.asm/arm.inc: New file.
13954         * gdb.asm/asm-source.exp: Add arm targets.
13955         * gdb.asm/configure.in: Ditto.
13956         * gdb.asm/configure: Recreated from configure.in.
13957
13958 Thu Dec 20 09:54:36 2001  Jeffrey A Law  (law@redhat.com)
13959
13960         * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
13961         with HP's compiler.
13962         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
13963         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
13964         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
13965         * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
13966
13967         * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
13968         either HP's compilers or GCC.
13969
13970         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
13971         a SIGBUS or SIGSEGV.
13972
13973         * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
13974
13975         * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
13976         can be compiled with either HP's compiler or GCC.
13977
13978         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
13979         * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
13980         * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
13981
13982         * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
13983         to match current gdb output.  Update due to using auto-solib-limit
13984         for limiting instead of overloading auto-solib-add.
13985         * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
13986         test program.
13987
13988         * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
13989         * gdb.hp/gdb.base-hp/dollar.exp: Likewise
13990         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
13991         * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
13992         * gdb.hp/gdb.base-hp/reg.exp: Likewise.
13993         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
13994         * gdb.hp/gdb.defects/bs15503.exp: Likewise.
13995         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
13996         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
13997         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
13998         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
13999         * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
14000         * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
14001
14002         * gdb.base/annota1.exp: Expect failure for hpux11 when posting
14003         a SIGTRAP to the inferior.
14004
14005 2001-12-19  Corinna Vinschen  <vinschen@redhat.com>
14006
14007         * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
14008         Substitute call to target_link by call to gdb_compile.
14009
14010 Wed Dec 19 14:10:57 2001  Jeffrey A Law  (law@redhat.com)
14011
14012         * gdb.base/break.exp: Fix HP specific search string when testing
14013         backtracing in a called function.
14014
14015         * gdb.base/constvars.exp: Only set lang to C++ if we're
14016         compiling the test with HP's compilers.
14017         * gdb.base/volatile.exp: Similarly.
14018
14019 2001-12-19  Jim Blandy  <jimb@redhat.com>
14020
14021         * gdb.base/printcmds.exp: Expect the null character to be printed
14022         as '\0', and the '\013' to be printed as '\v'.
14023         * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
14024         * gdb.base/setvar.exp: Same.
14025
14026 2001-12-17  Jim Blandy  <jimb@redhat.com>
14027
14028         * gdb.base/completion.exp: Rather than completing very long
14029         filenames, which can make the readline library produce output we
14030         don't recognize, cd to the directory first, and then complete
14031         using nice, short relative paths.
14032
14033         * gdb.base/completion.exp: On some systems, there is, in fact, a
14034         variable named `b' in scope, since GDB treats all static
14035         variables as being in scope.  So use `no_var_named_this'
14036         instead of `b'.
14037
14038         * gdb.base/corefile.exp: Recognize the message saying that GDB
14039         can't find the core file's registers as a failure.
14040
14041 2001-12-13  Jackie Smith Cashion  <jsmith@redhat.com>
14042
14043         * gdb.base/commands.exp (user_defined_command_test): Make "show user"
14044         test expect string more specific.
14045
14046 2001-12-13  Corinna Vinschen  <vinschen@redhat.com>
14047
14048         * gdb.asm/asm-source.exp: Add support for xstormy16.
14049         * gdb.asm/configure.in: Ditto.
14050         * gdb.asm/configure: Rebuild.
14051         * gdb.asm/xstormy16.inc: New file.
14052
14053 2001-12-10  Fred Fish  <fnf@redhat.com>
14054
14055         * gdb.base/maint.exp: Update to match changes in type dumping code.
14056
14057 2001-12-10  Jim Blandy  <jimb@redhat.com>
14058
14059         * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
14060         matching the entry point symbol's name at the beginning of the
14061         line.
14062
14063 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
14064
14065         * gdb.c++/classes.exp, gdb.c++/derivation.exp,
14066         gdb.c++/inherit.exp, gdb.c++/method.exp,
14067         gdb.c++/namespace.exp, gdb.c++/templates.exp,
14068         gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
14069         and class layout support.
14070
14071 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
14072
14073         * gdb.c++/classes.exp: Add test for static member function.
14074         * gdb.c++/misc.cc: Add class with static member function.
14075
14076 2001-12-07  Jim Blandy  <jimb@redhat.com>
14077
14078         If GDB says it can't find the struct the function returned, report
14079         those tests as `unsupported'.
14080         * gdb.base/call-rt-st.exp (print_struct_call): New function.
14081         Rewrite subsequent tests to use it.
14082
14083         If GDB says it can't find the struct the function returned, report
14084         those tests as `unsupported'.
14085         * gdb.base/structs.exp (call_struct_func): New function.
14086         (do_function_calls): Use call_struct_func to call the functions
14087         returning structs.
14088
14089         * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
14090         whether functions are prototyped or not, so we can't possibly pass
14091         arguments to t_float_values2 properly.
14092
14093         * gdb.base/break.exp: (test_next_with_recursion): Don't change the
14094         value of `timeout' for targets other than the mips*tx39-*.
14095
14096 2001-12-06  Michael Snyder  <msnyder@redhat.com>
14097
14098         * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
14099         and detect whether the start symbol has a leading underscore.
14100
14101 2001-12-04  Jim Blandy  <jimb@redhat.com>
14102
14103         * gdb.base/completion.exp: Clarify indentation.
14104
14105 2001-12-03  Jim Blandy  <jimb@redhat.com>
14106
14107         * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
14108         variables on the S/390, not `.word'.
14109
14110 2001-11-30  Jim Blandy  <jimb@redhat.com>
14111
14112         Add assembly-source tests for s390-ibm-linux.
14113         * gdb.asm/s390.inc: New file.
14114         * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
14115         the S/390 architecture.
14116         * gdb.asm/configure: Regenerated.
14117
14118 2001-11-30  Michael Snyder  <msnyder@redhat.com>
14119
14120         * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
14121         next, info source, info sources, info line, global and static
14122         variables, and static functions.
14123         * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
14124         * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
14125         * gdb.asm/asmsrc1.s: Add a static function and some variables.
14126         * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
14127         * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
14128         (gdbasm_leave): Restore frame pointer.
14129         (gdbasm_startup): Copy stack set-up from crt0.S.
14130
14131 2001-11-26  Fernando Nasser  <fnasser@redhat.com>
14132
14133         From 2001-11-12 Jackie Smith Cashion  <jsmith@redhat.com>:
14134         * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
14135         to a local (non-static) variable. Copy tstruct.a to a static buffer
14136         and return a pointer to that buffer.
14137         * gdb.base/callfwmall.c (t_structs_a): Ditto.
14138
14139 2001-11-24  Mark Kettenis  <kettenis@gnu.org>
14140
14141         * gdb.asm/configure.in: Fix recognition of ix86 target.
14142         * gdb.asm/configure: Regenerate.
14143
14144 2001-11-21  Michael Snyder  <msnyder@redhat.com>
14145
14146         * gdb.asm/sparc.inc: New file.
14147         * gdb.asm/asm-source.exp: Recognize sparc target.
14148         * gdb.asm/configure.in: Recognize sparc target.
14149         * gdb.asm/configure: Regenerate.
14150
14151 2001-11-21  Michael Snyder  <msnyder@redhat.com>
14152
14153         * gdb.asm/m32r.inc: New file.
14154         * gdb.asm/asm-source.exp: Recognize m32r target.
14155         * gdb.asm/configure.in: Recognize m32r target.
14156         * gdb.asm/configure: Regenerate.
14157
14158 2001-11-20  Michael Snyder  <msnyder@redhat.com>
14159
14160         * gdb.asm/i386.inc: New file.
14161         * gdb.asm/asm-source.exp: Recognize ix86 target.
14162         * gdb.asm/configure.in: Recognize ix86 target.
14163         * gdb.asm/configure: Regenerate.
14164
14165         * gdb.c++/namespace.exp: Fix quotes in output messages.
14166
14167 2001-11-14  Michael Snyder  <msnyder@redhat.com>
14168
14169         * gdb.base/code-expr.exp: New file.  Tests use of the "@code"
14170         qualifier in a type cast expression, to designate an address
14171         in the instruction space (Harvard architecture).
14172
14173 2001-11-13  Michael Snyder  <msnyder@redhat.com>
14174
14175         * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
14176         Tests for expressions using 'const' and 'volatile'.
14177
14178 2001-11-13  Corinna Vinschen  <vinschen@redhat.com>
14179
14180         * gdb.asm/asm-sources.exp: Allow defining linker flags.
14181
14182 2001-11-12  Daniel Jacobowitz  <drow@mvista.com>
14183
14184         * lib/mi-support.exp (mi_run_to_helper): Move comments
14185         outside of gdb_expect.
14186
14187 2001-11-11  Daniel Jacobowitz  <drow@mvista.com>
14188
14189         * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
14190         mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
14191         mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
14192         mi0_run_to): New functions.
14193         * gdb.mi/mi-simplerun.exp: Use them.
14194         * gdb.mi/mi0-simplerun.exp: Likewise.
14195         * gdb.mi/mi-var-cmd.exp: Likewise.
14196         * gdb.mi/mi0-var-cmd.exp: Likewise.
14197
14198 2001-11-10  Andrew Cagney  <ac131313@redhat.com>
14199
14200         * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
14201         * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
14202
14203 2001-11-09  Andrew Cagney  <ac131313@redhat.com>
14204
14205         * gdb.base/restore.exp: Include $expected value in restored test
14206         message.
14207
14208 2001-11-09  Andrew Cagney  <ac131313@redhat.com>
14209
14210         * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
14211         implemented.
14212
14213 2001-11-08  Michael Snyder  <msnyder@redhat.com>
14214
14215         * gdb.base/callfuncs.exp: Add tests for nested call dummies.
14216         Add pass/fail message for stop at breakpoint in call dummy function.
14217
14218 2001-11-07  Michael Snyder  <msnyder@redhat.com>
14219
14220         * gdb.c++/templates.exp (test_template_breakpoints):
14221         If we get an overload menu, but it does not match what
14222         we expect, we still need to issue the "cancel" command.
14223         * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
14224         making the whitespace optional.  Argument for "new" may be
14225         "unsigned" as well as "unsigned int/long".
14226         * gdb.c++/templates.exp: Replace "const &" with "const ?&",
14227         making the whitespace optional.  Also replace "(void) with
14228         "((void|)), making the keyword "void" optional.
14229         * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
14230         making the whitespace optional.  Also replace "(void) with
14231         "((void|)), making the keyword "void" optional.
14232         * gdb.base/callfuncs.c (t_float_values): This function must
14233         _not_ be prototyped, and the following function (t_float_values2)
14234         must be prototyped (if the compiler supports it), so that GDB
14235         can be tested against both cases.  Usually one case involves
14236         promotion of float to double, while the other does not.
14237         * gdb.base/callfwmall.c: Ditto.
14238         * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
14239         includes a stack frame for "start".
14240
14241 2001-11-05  Jim Blandy  <jimb@redhat.com>
14242
14243         * gdb.stabs/weird.exp: Delete "p v_comb" test.  It assumes that
14244         pointers are 32 bits long, and that offsets of relocs are always
14245         stored in the data (REL-style), and not in the reloc entry itself
14246         (RELA-style).
14247         * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
14248         stabs.
14249
14250 2001-11-01  Michael Snyder  <msnyder@redhat.com>
14251
14252         * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
14253         and regular expression operators by using quoting.
14254
14255 2001-10-31  Michael Snyder  <msnyder@redhat.com>
14256
14257         * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
14258         depending on what the symbol table contains.
14259         * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
14260         the output of the ptype command.  Similarly, accept both "const &"
14261         and "const&".
14262
14263 2001-10-31  Corinna Vinschen  <vinschen@redhat.com>
14264
14265         * gdb.base/miscexprs.c (main): Add usage of preprocessor
14266         symbol `STORAGE' to allow to choose the storage class of
14267         the local datastructures.
14268         * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
14269         compiler directive.
14270
14271 2001-10-30  Michael Snyder  <msnyder@redhat.com>
14272
14273         * gdb.base/jump.exp: Allow it to run for all targets.
14274
14275 2001-10-29  Corinna Vinschen  <vinschen@redhat.com>
14276
14277         * gdb.base/call-ar-st.c (print_double_array): Match for loop
14278         with new double_array size.
14279         (main): Change storage class of all local variables to static.
14280         Reduce size of double_array to 9.
14281         * gdb.base/call-ar-st.exp:  Increase timeout value.
14282         Change expected output for double array to match new size in
14283         call-ar-st.c.
14284
14285 2001-10-29  Corinna Vinschen  <vinschen@redhat.com>
14286
14287         * gdb.base/ending-run.exp: Create identical output when passing
14288         `step to end of run' case.  Add regular expression branch satisfying
14289         Stormy16 target.
14290
14291 2001-10-28  Mark Kettenis  <kettenis@gnu.org>
14292
14293         * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
14294         that we catch the expected failure under Linux/x86.
14295
14296 2001-10-29  Orjan Friberg  <orjanf@axis.com>
14297
14298         * gdb.base/setvar.exp: Escape curly braces.
14299         * gdb.stabs/weird.exp: Ditto.
14300
14301 2001-10-27  Daniel Jacobowitz  <drow@mvista.com>
14302
14303         * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
14304         * gdm.mi/mi0-hack-cli.exp: Likewise.
14305
14306 2001-10-25  Andrew Cagney  <ac131313@redhat.com>
14307
14308         * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
14309         messages.
14310
14311 2001-10-21  Andrew Cagney  <ac131313@redhat.com>
14312
14313         * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
14314         checking MI enabled.
14315
14316 2001-10-09  Corinna Vinschen  <vinschen@redhat.com>
14317
14318         * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
14319
14320 2001-10-04  Frank Ch. Eigler  <fche@redhat.com>
14321
14322         * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
14323         if gdb child process crashes, just signal an error.
14324
14325 2001-10-02  Jim Blandy  <jimb@redhat.com>
14326
14327         * lib/gdb.exp (test_xfail_format): Simplify.
14328
14329         * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
14330         front of the variable name `format'.  Simplify `if'.
14331
14332 2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
14333
14334         * gdb.threads/pthreads.exp: Wait for output and delay
14335         before sending ^C.
14336
14337 2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
14338
14339         * gdb.mi/mi-var-display.exp (continue to incr_a):  Recognize
14340         some incorrect output instead of timing out.
14341         * gdb.mi/mi-var-display.exp (continue to incr_a):  Likewise.
14342
14343 2001-09-28  Corinna Vinschen  <vinschen@redhat.com>
14344
14345         * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
14346         check to allow additional `int'.
14347
14348 2001-09-27  Daniel Jacobowitz  <drow@mvista.com>
14349
14350         * gdb.base/completion.exp: Remove incorrect 'p "a' test.
14351         Add tests for 'p "break' (pass) and 'p "break.' (xfail).
14352
14353 2001-09-27  Michael Snyder  <msnyder@redhat.com>
14354
14355         * lib/gdb.exp (test_debug_format): New proc.
14356         (setup_xfail_format): Use new proc test_debug_format.
14357         * gdb.base/constvars.exp (local_compiler_xfail_check): New
14358         proc; use new service proc test_debug_format.
14359         Replace all other "gcc_compiled" tests with this test.
14360         * gdb.base/volatile.exp (local_compiler_xfail_check): New
14361         proc; use new service proc test_debug_format.
14362         Replace all other "gcc_compiled" tests with this test.
14363
14364 2001-09-27  Michael Snyder  <msnyder@redhat.com>
14365
14366         * gdb.base/cvexpr.exp: New file.
14367         * gdb.base/cvexpr.c: New file
14368         Test for expressions using const and volatile keywords.
14369
14370 2001-09-26  Corinna Vinschen  <vinschen@redhat.com>
14371
14372         * gdb.base/constvars.exp: Check for different orders of keywords
14373         and additional "int" strings in output.
14374
14375 2001-09-22  Andrew Cagney  <ac131313@redhat.com>
14376
14377         * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
14378         responses from "help maint".
14379
14380 2001-09-19  Frank Ch. Eigler  <fche@redhat.com>
14381
14382         * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
14383         to localhost:NNN instead of :NNN, in case Xvfb is listening
14384         only on TCP.
14385
14386 2001-09-19  Corinna Vinschen  <vinschen@redhat.com>
14387
14388         * gdb.base/recurse.exp: When checking leaving the watchpoint
14389         scope, recognize when gdb is in function's epilogue and pass.
14390
14391 2001-09-18  Keith Seitz  <keiths@redhat.com>
14392
14393         * lib/insight-support.exp (_gdbtk_export_target_info): Add
14394         support for running tests against sid targets.
14395         (gdbtk_done): Ditto.
14396
14397 2001-09-18  Corinna Vinschen  <vinschen@redhat.com>
14398
14399         * gdb.base/ending-run.c (main): Set stdout buffersize
14400         to the same reasonable value for any target.
14401         * gdb.base/ending-run.exp: Add a regular expression
14402         to make testsuite happy on Sanyo Stormy16 target.
14403
14404 2001-09-17  Corinna Vinschen  <vinschen@redhat.com>
14405
14406         * gdb.base/display.c (do_loops): Add float variable `f'.
14407         Increment f in loop.
14408         * gdb.base/display.exp: Increment timeout by 60 seconds.
14409         Change float display test to use variable `f'.
14410
14411 2001-09-17  Jim Blandy  <jimb@redhat.com>
14412
14413         * gdb.base/restore.exp: Use temporary breakpoints, to avoid
14414         overflowing the limited breakpoint tables on some ROM monitors
14415         (like the ROM68K).
14416
14417 2001-09-15  Frank Ch. Eigler  <fche@redhat.com>
14418
14419         * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
14420         the "-ac" (disable access control) flag.
14421
14422 2001-08-30  Jeff Holcomb  <jeffh@redhat.com>
14423
14424         * gdb.base/remote.c: Use a small buffer for targets with 16-bit
14425         ints.
14426
14427 2001-08-30  Keith Seitz  <keiths@redhat.com>
14428
14429         * lib/gdb.exp: Move all insight-related functionality into
14430         separate file.
14431         * lib/insight-support.exp: New file.
14432
14433 2001-08-29  Frank Ch. Eigler  <fche@redhat.com>
14434
14435         * config/sid.exp (sid_start): Never set sid verbosity; disable
14436         expect_background {} that consumed its stdout; tolerate </dev/null.
14437         Attempt to set endianness override in "sid" protocol mode.  Cleanup.
14438
14439 2001-08-18  Andrew Cagney  <ac131313@redhat.com>
14440
14441         * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
14442         CLI jump command to start it.
14443         (mi_run_to_main): Fail immediatly when unexpected output.
14444
14445 2001-08-18  Andrew Cagney  <ac131313@redhat.com>
14446
14447         * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
14448         beginning of function.  Fix PR gdb/191.
14449
14450 2001-08-16  Frank Ch. Eigler  <fche@redhat.com>
14451
14452         * config/sid.exp (sid_start): Don't warn if we cannot figure out
14453         what to force sid endianness to.
14454
14455 2001-08-15  Keith Seitz  <keiths@redhat.com>
14456
14457         * lib/gdb.exp (gdbtk_start): Don't set environment
14458         variables for TCL_LIBRARY and friends. Insight will
14459         now figure these out for itself.
14460
14461 2001-08-02  Michael Snyder  <msnyder@redhat.com>
14462
14463         * gdb.base/completion.exp: Remove the symbol "a64l" from
14464         the expect string; this is target-specific, and not related
14465         to what is being tested.
14466
14467 2001-08-02  Dave Brolley  <brolley@redhat.com>
14468
14469         * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
14470
14471 2001-07-25  Michael Snyder  <msnyder@redhat.com>
14472
14473         * gdb.base/consecutive.exp: New file.  Test stepping over
14474         breakpoints on consecutive instructions.
14475         * gdb.base/consecutive.c: New file.
14476
14477         * gdb.base/call-rt-st.exp: Use double-backslash to quote
14478         curly braces in regular expressions.
14479
14480 2001-07-25  Michael Snyder  <msnyder@redhat.com>
14481
14482         * gdb.base/ending-run.exp: Accept "Program exited normally" as
14483         legitimate output from stepping out of main.
14484
14485 2001-07-22  Keith Seitz  <keiths@redhat.com>
14486
14487         * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
14488         the empty string, do not run the tests.
14489
14490 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14491
14492         * gdb.base/long_long.exp: Detect size of pointer.  Take into
14493         account 2-byte pointers when testing for p/a results.
14494
14495 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14496
14497         * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
14498         and defined to 1K for m68hc11.
14499         (random_data): Reduce table to 1K for embedded platforms (68hc11).
14500         * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
14501         (sizeof_random_data): New variable to tell the size of the data table;
14502         don't test past this size; always run to main.
14503
14504 2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14505
14506         * gdb.base/return2.exp: return of long long and double fails for
14507         68HC11; don't execute these tests on that platform.
14508         * gdb.base/return.exp: Return of a double fails for 68hc11.
14509
14510 2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14511
14512         * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
14513         tests that print a float.
14514         * call-rt-st.exp: Likewise.
14515
14516 2001-07-12  Mark Kettenis  <kettenis@gnu.org>
14517
14518         * gdb.base/so-impl-ld.exp: Remove stray space that prevented
14519         running this test on Linux.
14520
14521 2001-06-24  Michael Chastain  <chastain@redhat.com>
14522
14523         * gdb.base/arithmet.exp: Remove some tests to make all test names
14524         unique.
14525
14526 2001-07-03  Michael Snyder  <msnyder@redhat.com>
14527
14528         * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
14529         the output of the ptype command.
14530
14531 2001-07-02  Michael Snyder  <msnyder@redhat.com>
14532
14533         * gdb.base/completion.exp: Don't assume that break.c is the only
14534         source file that may contain functions named "marker".
14535         * gdb.base/corefile.exp: Quote the curly braces in regexp.
14536
14537 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
14538
14539         * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
14540         of files to delete.
14541
14542         From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
14543         * gdb.disasm/h8300s.exp: New file.
14544         gdb.disasm/h8300s.s: Likewise.
14545
14546 2001-06-27  Andrew Cagney  <ac131313@redhat.com>
14547
14548         * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
14549         empty breakpoint tables.
14550
14551 2001-06-25  Andrew Cagney  <ac131313@redhat.com>
14552
14553         * lib/mi-support.exp: Update args=... part of stop-reason
14554         patterns. Accept either a list or a tuple.
14555
14556 2001-06-23  Andrew Cagney  <ac131313@redhat.com>
14557
14558         * lib/mi-support.exp: Remove local emacs variable defining
14559         change-log-default-name.
14560
14561 2001-06-22  Michael Chastain  <chastain@redhat.com>
14562
14563         * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
14564         This is operationally compatible with the previous version.
14565
14566 2001-06-13  Jim Blandy  <jimb@redhat.com>
14567
14568         * lib/gdb.exp (gdb_test): Doc fix.
14569
14570 2001-06-10  Michael Chastain  <chastain@redhat.com>
14571
14572         * gdb.base/exprs.exp: Remove a duplicate test.
14573
14574 2001-06-06  Jim Blandy  <jimb@redhat.com>
14575
14576         * gdb.base/return2.exp (main): Use values to test float and double
14577         returns that are not NaN's, to avoid being confused by IEEE
14578         comparison rules.
14579
14580 2001-06-04  Michael Snyder  <msnyder@redhat.com>
14581
14582         * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
14583         non-zero if control_c fails.  Terminate the test on failure,
14584         rather than wait for 12 more tests to time out.
14585
14586 2001-06-06  Jim Blandy  <jimb@redhat.com>
14587
14588         * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
14589         Don't forget to match the GDB prompt.
14590
14591         * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
14592
14593 2001-06-04  Jim Blandy  <jimb@redhat.com>
14594
14595         * gdb.base/help.exp: Update pattern to exclude `print-load-map'
14596         command.
14597
14598 2001-05-31  Kevin Buettner  <kevinb@redhat.com>
14599
14600         * gdb.base/annota1.exp (info break): Match four or more spaces
14601         after "Address".
14602
14603 2001-05-31  Michael Chastain  <chastain@redhat.com>
14604
14605         * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
14606         (dm_type_int_star): Likewise.
14607         (dm_type_long_star): Likewise.
14608         (dm_type_void_star): Likewise.
14609
14610 2001-05-29  Kevin Buettner  <kevinb@redhat.com>
14611
14612         * gdb.base/completion.exp (INPUTRC): Set this environment variable
14613         to a known value in order to get consistent results regardless
14614         of the setting of INPUTRC or the presence or contents of .inputrc.
14615
14616 2001-05-24  Michael Snyder  <msnyder@redhat.com>
14617
14618         * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
14619         Don't require that the main thread and the manager thread are the
14620         first in the list.
14621
14622         * gdb.threads/pthreads.exp (test_startup): Relax test for thread
14623         debugging.  If test fails, issue an "unsupported" not a "fail".
14624
14625 2001-05-24  Jim Blandy  <jimb@redhat.com>
14626
14627         Don't assume that short is shorter than int.
14628         * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
14629         assume that shorts are smaller than ints.  On a 16-bit machine,
14630         this isn't true.
14631         ("print unsigned char == (~0)"): Add test that verifies that ~0,
14632         an int, is not equal to ~0 stored in an unsigned char.  This tests
14633         the same thing that the previous test meant to, but works on
14634         16-bit machines, too.
14635         ("print unsigned char != (~0)"): Same test, complemented.
14636
14637 2001-05-24  Michael Snyder  <msnyder@redhat.com>
14638
14639         * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
14640         test for (full_coverage == 0).  This makes the test run faster,
14641         and prevents dejagnu getting out of step.
14642
14643 2001-05-23  Kevin Buettner  <kevinb@redhat.com>
14644
14645         * gdb.base/finish.exp (finish_void): Revise pattern for
14646         stopping on the call statement to not permit stopping at
14647         the start of the instructions comprising the call sequence.
14648
14649 2001-05-19  Michael Chastain  <chastain@redhat.com>
14650
14651         * gdb.base/callfuncs.exp: Make all test names unique.
14652         * gdb.base/commands.exp: Make all test names unique.
14653         * gdb.base/condbreak.exp: Make all test names unique.
14654         * gdb.base/dbx.exp: Make all test names unique.
14655         * gdb.base/default.exp: Make all test names unique.
14656         * gdb.base/define.exp: Make all test names unique.  Conform some FAIL
14657         and TIMEOUT messages to their corresponding PASS message.
14658         * gdb.base/ending-run.exp: Make all test names unique.
14659         * gdb.base/long_long.exp: Remove duplicate test.
14660
14661 2001-05-21  Kevin Buettner  <kevinb@redhat.com>
14662
14663         * gdb.base/finish.exp (finish_void): Allow "finish" command to
14664         stop on the call statement as well as the statement after the
14665         call.
14666
14667 2001-05-21  Michael Snyder  <msnyder@redhat.com>
14668
14669         * gdb.base/long_long.exp: Allow for targets with 4-byte short.
14670
14671 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
14672
14673         * gdb.base/completion.exp: Revamp test. Make it execute on all
14674         platforms.
14675
14676 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
14677
14678         * config/gdbserver.exp (gdb_load): Handle the case
14679         in which the arguments to gdbserver are given in the
14680         baseboard configuration file.
14681         Also handle the case in which the server needs to do a
14682         load.
14683
14684 2001-05-07  Keith Seitz <keiths@cygnus.com>
14685
14686         * lib/gdb.exp (gdbtk_initialize_display): New proc which will
14687         set up the display for testing.
14688         (gdbtk_start): Convert all paths to paths that tcl will like.
14689         Export target information to environment.
14690         (_gdbtk_xvfb_init): New proc to start Xvfb if available and
14691         necessary.
14692         (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
14693         (to_tcl_path): New proc to convert a given pathname into
14694         a path acceptible as an argument to a tcl command.
14695         (_gdbtk_export_target_info): New proc to export target info
14696         into the environment for gdbtk testing.
14697         (gdbtk_done): New proc to signal end-of-test.
14698
14699 2001-05-06  Jim Blandy  <jimb@redhat.com>
14700
14701         * restore.c: Make the code of caller0 correspond to its comment.
14702
14703 2001-05-03  Michael Snyder  <msnyder@redhat.com>
14704
14705         * config/sid.exp (gdb_target_sid): Check for error messages.
14706         On error or timeout, don't make expect exit (which will terminate
14707         all subsequent tests); instead just make gdb exit.
14708         (gdb_load): Check for error messages.  On error or timeout,
14709         return a negative value.
14710
14711 2001-04-24  Jim Blandy  <jimb@redhat.com>
14712
14713         * gdb.c++/templates.exp: If we see the prompt for the overload
14714         list, but we haven't recognized any of the longer patterns,
14715         arrange for this test to fail, not hang.
14716
14717         * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
14718         variations.
14719
14720 2001-04-22  Michael Chastain  <chastain@redhat.com>
14721
14722         * gdb.c++/local.exp: Use the 'runto' library function.
14723         * gdb.c++/namespace.exp: Likewise.
14724         * gdb.c++/overload.exp: Likewise.
14725
14726 2001-03-26  Kevin Buettner  <kevinb@redhat.com>
14727
14728         * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
14729         * gdb.base/step-line.exp: New file.  Test step/next in presence of
14730         #line directives.
14731         * gdb.base/step-line.c: New file.  Test program for the above.
14732         * gdb.base/step-line.inp: New file.  We pretend that this file has
14733         been transformed by some other tool into step-line.c.
14734
14735 2001-03-21  Jim Blandy  <jimb@redhat.com>
14736
14737         * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
14738         unmangled operator names.
14739
14740 2001-03-20  Jim Blandy  <jimb@redhat.com>
14741
14742         * gdb.threads/linux-dp.exp: Recognize an additional message
14743         generated by GDB when it doesn't understand how to debug threads
14744         on the target system.
14745
14746 2001-03-19  Andrew Cagney  <ac131313@redhat.com>
14747
14748         * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
14749
14750 2001-03-12  Michael Chastain  <chastain@redhat.com>
14751
14752         * gdb.c++/derivation.exp: Use the 'runto' library function.
14753
14754 2001-03-12  Michael Chastain  <chastain@redhat.com>
14755
14756         * gdb.c++/annota2.exp: Fix regular expression for "post-query".
14757
14758 2001-02-24  Michael Chastain  <chastain@redhat.com>
14759
14760         * gdb.c++/ref-types.exp: Change handwritten code to library
14761         function 'runto'.
14762
14763 2001-03-16  Orjan Friberg  <orjanf@axis.com>
14764
14765         * gdb.base/signals.exp: Set count to 0 explicitly.
14766
14767 2001-03-15  Mark Salter  <msalter@redhat.com>
14768
14769         * config/monitor.exp (gdb_target_cmd): Add explicit error return.
14770         (gdb_target_monitor): Add check of gdb_target_cmd return value.
14771         (gdb_load): Add support for additional target_info: gdb_download_size
14772         and gdb_load_timeout.
14773
14774 Thu Mar  8 16:06:00 2001  David Taylor  <taylor@redhat.com>
14775
14776         * gdb.base/annota1.exp: Move test of isnative to earlier in the
14777         file -- to prevent failing when the compile fails but we have no
14778         intention of running the tests anyway.
14779
14780         * gdb.base/long_long.exp: Test target_info for no_long_long, skip
14781         tests if set.
14782
14783         * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
14784         integers.
14785
14786         * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
14787         * gdb.c++/namespace.exp: Ditto.
14788
14789 2001-03-07  Orjan Friberg  <orjanf@axis.com>
14790
14791         * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
14792         * gdb.base/pointers.exp: Relax pattern match of decimals.
14793
14794 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
14795
14796         * Makefile.in, config/abug.exp, config/cfdbug.exp,
14797         config/cpu32bug.exp, config/dve.exp, config/est.exp,
14798         config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
14799         config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
14800         config/monitor.exp, config/proelf.exp, config/rom68k.exp,
14801         config/sh.exp, config/sid.exp, config/slite.exp,
14802         config/sparclet.exp, config/udi.exp, config/unknown.exp,
14803         config/vr4300.exp, config/vr5000.exp, config/vx.exp,
14804         config/vxworks.exp, config/vxworks29k.exp,
14805         gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
14806         gdb.base/all-bin.exp, gdb.base/annota1.exp,
14807         gdb.base/arithmet.exp, gdb.base/assign.exp,
14808         gdb.base/async.exp, gdb.base/attach.exp,
14809         gdb.base/bitfields.exp, gdb.base/bitops.exp,
14810         gdb.base/break.exp, gdb.base/call-ar-st.exp,
14811         gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
14812         gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
14813         gdb.base/commands.exp, gdb.base/completion.exp,
14814         gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
14815         gdb.base/constvars.exp, gdb.base/corefile.exp,
14816         gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
14817         gdb.base/display.exp, gdb.base/ena-dis-br.exp,
14818         gdb.base/ending-run.exp, gdb.base/environ.exp,
14819         gdb.base/eval-skip.exp, gdb.base/exprs.exp,
14820         gdb.base/finish.exp, gdb.base/foll-exec.exp,
14821         gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
14822         gdb.base/funcargs.exp, gdb.base/help.exp,
14823         gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
14824         gdb.base/logical.exp, gdb.base/long_long.exp,
14825         gdb.base/maint.exp, gdb.base/mips_pro.exp,
14826         gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
14827         gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
14828         gdb.base/pointers.exp, gdb.base/printcmds.exp,
14829         gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
14830         gdb.base/regs.exp, gdb.base/relational.exp,
14831         gdb.base/remote.exp, gdb.base/reread.exp,
14832         gdb.base/restore.exp, gdb.base/return2.exp,
14833         gdb.base/scope.exp, gdb.base/sect-cmd.exp,
14834         gdb.base/selftest.exp, gdb.base/setshow.exp,
14835         gdb.base/setvar.exp, gdb.base/shlib-call.exp,
14836         gdb.base/sigall.exp, gdb.base/signals.exp,
14837         gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
14838         gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
14839         gdb.base/step-test.exp, gdb.base/structs.c,
14840         gdb.base/structs.exp, gdb.base/structs2.exp,
14841         gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
14842         gdb.base/volatile.exp, gdb.base/watchpoint.exp,
14843         gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
14844         gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
14845         gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
14846         gdb.c++/derivation.exp, gdb.c++/inherit.exp,
14847         gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
14848         gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
14849         gdb.c++/ref-types.exp, gdb.c++/templates.exp,
14850         gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
14851         gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
14852         gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
14853         gdb.fortran/types.exp, gdb.java/jmisc.exp,
14854         gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
14855         gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
14856         gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14857         gdb.trace/circ.exp, gdb.trace/collection.exp,
14858         gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
14859         gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14860         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
14861         gdb.trace/report.exp, gdb.trace/save-trace.exp,
14862         gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14863         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
14864         lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
14865         notices.
14866
14867 2001-02-27  Michael Snyder  <msnyder@cygnus.com>
14868
14869         * gdb.base/varargs.c (find_max_double): Fix printf format string:
14870         first arg is int not float.
14871
14872 2001-02-22  Michael Snyder  <msnyder@cygnus.com>
14873
14874         * gdb.base/reread.exp: Unsupported for non-native targets;
14875         doesn't work for remote debugging.
14876
14877 2001-02-19  Fernando Nasser  <fnasser@redhat.com>
14878
14879         From  Drew Moseley  <dmoseley@redhat.com>
14880         * gdb.base/ending-run.exp: Properly handle the BSP state when
14881         stepping past the end of main.
14882
14883 2001-02-19  John Moore  <jmoore@redhat.com>
14884
14885         * gdb.base/commands.exp (infrun_breakpoint_command_test):
14886         Converted HPUX fix for non-expected items following multiple
14887         step commands into general solution for all platforms.
14888
14889 2001-02-18  Michael Chastain  <chastain@redhat.com>
14890
14891         * gdb.c++/classes.exp (do_tests): Change runto statements
14892         from "runto 'foo(void)'" to "runto 'foo'".  This makes the
14893         statements demangler agnostic.
14894         * gdb.c++/virtfunc.exp (do_tests): Likewise.
14895         (gdb_virtfunc_restart): Likewise.
14896
14897 2001-02-14  Michael Chastain  <chastain@redhat.com>
14898
14899         * gdb.c++/inherit.exp (do_tests): Change runto statements
14900         from "runto 'foo(void)'" to "runto 'foo'".  This makes the
14901         statements demangler agnostic.
14902
14903 Sun Feb  4 17:32:21 2001  Andrew Cagney  <cagney@redhat.com>
14904
14905         * gdb.threads/pthreads.exp: Unify pass/fail messages for
14906         ``continue to bkpt at common_routine in thread 2'' and ``stopped
14907         before calling common_routine 15 times'' tests.
14908
14909 2001-02-11  Michael Chastain  <chastain@redhat.com>
14910
14911         * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
14912         Helps the test script figure out which demangler is in use.
14913         (dm_type_foo_ref): Ditto.
14914         (dm_type_int_star): Ditto.
14915         (dm_type_long_star): Ditto.
14916         (dm_type_unsigned_int): Ditto.
14917         (dm_type_void): Ditto.
14918         (dm_type_void_star): Ditto.
14919         * gdb.base/cplusfuncs.exp (probe_demangler): New function.
14920         Probe the gdb demangler and set variables to accommodate
14921         formatting differences.
14922         (info_func_regexp): New function.  Same as info_func, but
14923         matches against a regexp.
14924         (info_func): Match against a literal string.
14925         (print_addr_2): New function.  Match against a literal string,
14926         which can be different from the input to gdb.
14927         (print_addr): Simply call print_addr_2 with the same argument twice.
14928         (test_lookup_operator_functions): Use demangler formatting variables.
14929         Blow away the xfails and workarounds for gnats gdb bug gdb/18.  Sort
14930         the tests in the same order as the C++ class declaration.
14931         (test_paddr_operator_functions): Ditto.
14932         (test_paddr_overloaded_functions): Ditto.
14933         (test_paddr_hairy_functions): Use demangler formatting variables.
14934         Add reference to gdb/19 for related tests.
14935         (do_tests): Call probe_demangler.
14936
14937 2001-01-30  Kevin Buettner  <kevinb@redhat.com>
14938
14939         * gdb.c++/templates.cc (printf): Remove unused function definition.
14940
14941 2001-01-26  Felix Lee  <flee@redhat.com>
14942
14943         * sid.exp (sid_exit): Pass host, not target, to remote_close.
14944
14945 2001-01-25  matthew green  <mrg@redhat.com>
14946
14947         * config/sid.exp (sid_start): Call `remote_push_conn' after firing
14948         up sid.
14949         (sid_exit): Call `remote_pop_conn' after GDB is gone.
14950
14951 2001-01-25  matthew green  <mrg@redhat.com>
14952
14953         * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
14954         Deprecate $sid_spawn_id.
14955         (sid_exit): Remove code necessary only for `spawn.'
14956
14957 2001-01-25  matthew green  <mrg@redhat.com>
14958
14959         * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
14960
14961 2001-01-28  Michael Chastain  <chastain@redhat.com>
14962
14963         * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
14964         to call when tests fail.  It takes gdb out of the overloaded
14965         function choice menu back to the main prompt, so that the test
14966         program stays synchronized.
14967         (set_bp_overloaded): New proc to collect all the common
14968         code for setting a breakpoint on an overloaded name.  Calls
14969         take_gdb_out_of_choice_menu when needed.
14970         (menu_overload1arg): New variable to collect the repeated
14971         instances of the expected menu for an overloaded name.  Change
14972         the regular expression to handle changes in g++ type encoding:
14973         "void" can be either "void" or "", and "unsigned int" can be
14974         either "unsigned int" or "unsigned".
14975         (continue_to_bp_overloaded): Change regular expressions to handle
14976         changes in g++ type encoding.
14977         (no proc): Call take_gdb_out_of_choice_menu when needed.
14978         Remove redundant calls to "info break".  Accept either "canceled"
14979         or "cancelled".  Change regular expressions in "info break"
14980         calls to handle changes in g++ type encoding.  Give all tests
14981         unique strings.
14982
14983 2001-01-17  Ben Elliston  <bje@redhat.com>
14984
14985         * config/sid.exp: New file.
14986
14987 Fri Jan 12 18:29:01 2001  Andrew Cagney  <cagney@b1.cygnus.com>
14988
14989         * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
14990
14991 2000-12-21  Michael Snyder  <msnyder@cygnus.com>
14992
14993         * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
14994         Add a RE to accept a non-ascii char if one is ever presented.
14995
14996 2000-12-20  Fernando Nasser  <fnasser@redhat.com>
14997
14998         * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
14999
15000 2000-12-18  Michael Snyder  <msnyder@cygnus.com>
15001
15002         * gdb.base/setvar.exp: Use double '\\' to quote curly braces
15003         in regexp.  One '\' does not suffice on Linux.
15004
15005 2000-12-09  Michael Chastain  <chastain@redhat.com>
15006
15007         * gdb.base/break.exp (test_clear_command): Use a marker function
15008         rather than 'main' for the test function.  Also move this
15009         test to an execution point where the marker function names are
15010         guaranteed to be bound to functions.  (Executing tests after a
15011         'finish' from main runs into name conflicts with local names
15012         in __libc_start_main).
15013
15014 2000-12-07  Michael Snyder  <msnyder@cygnus.com>
15015
15016         * gdb.base/finish.exp: New test for gdb's "finish" command.
15017         * gdb.base/return2.exp: New test for gdb's "return" command.
15018         * gdb.base/return2.c: New source file for above.
15019
15020 2000-12-05  Michael Snyder  <msnyder@cygnus.com>
15021
15022         * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
15023         * gdb.base/miscexprs.exp: Ditto.
15024         * gdb.base/pointers.exp:  Ditto.
15025         * gdb.c++/derivation.exp: Ditto.
15026         * gdb.c++/local.exp:      Ditto.
15027         * gdb.c++/namespace.exp:  Ditto.
15028         * gdb.c++/overload.exp:   Ditto.
15029         * gdb.c++/ref-types.exp:  Ditto.
15030
15031 2000-12-05  Michael Snyder  <msnyder@cygnus.com>
15032
15033         * gdb.base/constvars.exp: Test result of "up" command.
15034         * gdb.base/miscexprs.exp: Ditto.
15035         * gdb.base/pointers.exp:  Ditto.
15036         * gdb.base/scope.exp:     Ditto.
15037         * gdb.c++/derivation.exp: Ditto.
15038         * gdb.c++/local.exp:      Ditto.
15039         * gdb.c++/namespace.exp:  Ditto.
15040         * gdb.c++/overload.exp:   Ditto.
15041         * gdb.c++/ref-types.exp:  Ditto.
15042
15043 2000-11-22  Michael Chastain  <chastain@redhat.com>
15044
15045         * mips_pro.exp: Accept either "middle -> top -> main" or
15046         "middle -> main" in the backtrace, because gcc can optimize
15047         tail calls to jumps.  Remove setup_xfail for the hppa case.
15048         Add a comment with the original warning messages from PR 3016,
15049         which was filed in 1993, to preserve them for posterity.
15050
15051 2000-11-17  Nick Duffek  <nsd@redhat.com>
15052
15053         * lib/gdb.exp (gdb_test): Override timeout with board info.
15054
15055 2000-11-17  Nick Duffek  <nsd@redhat.com>
15056
15057         * gdb.base/display.exp: Don't kill running stub.  Add "again" to
15058         the second kill and detach messages.
15059
15060 2000-11-17  Nick Duffek  <nsd@redhat.com>
15061
15062         * configure.in: Add AC_EXEEXT.
15063         * configure: Regenerate.
15064         * Makefile.in (just-check): Export EXEEXT.
15065         * lib/gdb.exp ($EXEEXT): Import from environment.
15066         * gdb.base/maint.exp: Expect $EXEEXT in executable name.  Don't
15067         expect "maint dump-me" on Cygwin.
15068         * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
15069         $EXEEXT.
15070
15071 2000-11-17  Nick Duffek  <nsd@redhat.com>
15072
15073         * gdb.base/break.exp: Test backtrace and finish from called
15074         function on all platforms, not just HP-UX.
15075
15076 2000-11-03  Michael Snyder  <msnyder@cygnus.com>
15077
15078         * config/monitor.exp (gdb_target_cmd): Abstracts some of the
15079         code from gdb_target_monitor, so it can be used independantly
15080         for gdbserver.  Also comment out an unnecessary PUTS.
15081
15082 2000-11-03  Michael Snyder  <msnyder@cygnus.com>
15083
15084         * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
15085         * gdb.base/corefile.exp: Expect the message "Program is being
15086         debugged already" when we send the "corefile" command, since
15087         the preceeding gdb_load may have connected gdb to a remote target.
15088         * gdb.base/display.exp: Disable hardware watchpoints if new
15089         board info variable "no_hardware_watchpoints" is true.
15090         Replace single-letter commands with more readable ones.
15091         * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
15092         if new board info variable "no_hardware_watchpoints" is true.
15093         * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
15094         to see if stdio (printf) testing is possible.
15095         * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
15096         board info variable "no_hardware_watchpoints" is true.  Use new
15097         proc "gdb_skip_stdio_tests" to see if printf tests are possible.
15098
15099 2000-11-13  Fernando Nasser  <fnasser@redhat.com>
15100
15101         From Orjan Friberg  <orjanf@axis.com>:
15102         * gdb.base/printcmds.exp: Escape curly braces followed by a number
15103         in array print pattern match.
15104
15105 2000-11-09  Fernando Nasser  <fnasser@redhat.com>
15106
15107         * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
15108         spelling "cancelled" to U.S. spelling "canceled" to match changes
15109         made to gdb.
15110         * gdb.c++/ovldbreak.exp: Ditto.
15111
15112 2000-11-06  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
15113
15114         * gdb.base/callfuncs.c (main):  Moved to end of file, call
15115         t_double_values to initialize the FPU before inferior calls are made.
15116         * gdb.base/callfuncs.exp:  Test for register preservation after calling
15117         inferior functions.  Add tests for continuining, finishing and
15118         returning from a stop in a call dummy.
15119
15120 2000-10-24  Michael Snyder  <msnyder@cygnus.com>
15121
15122         * gdb.base/commands.exp: Break up long lines, and re-indent.
15123
15124 2000-10-19  Michael Snyder  <msnyder@cygnus.com>
15125
15126         * config/gdbserver.exp:  Rewritten from the ground up, to make it
15127         compatible with the current dejagnu tree, and to make it work with
15128         the new "gdbserver" in libremote.
15129
15130 2000-10-16  Michael Snyder  <msnyder@cygnus.com>
15131
15132         * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
15133         * gdb.base/varargs.exp: Skip entire test if no printf support.
15134         * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
15135         * gdb.base/shlib-call.exp: Skip several tests if no printf support.
15136
15137 2000-10-13  Michael Snyder  <msnyder@cygnus.com>
15138
15139         * lib/gdb.exp (gdb_skip_float_test): New proc.  Skip test if
15140         no floating point support.
15141         (gdb_skip_stdio_test): New proc.  Skip test if no stdio support.
15142         * gdb.base/call-ar-st.exp: Use above procs to skip tests.
15143         * gdb.base/call-rt-st.exp: Ditto.
15144         * gdb.base/call-strs.exp: Ditto.
15145
15146 2000-08-02  Jimmy Guo  <guo@hpcleara.cup.hp.com>
15147
15148         * gdb.base/sizeof.c: include <stdio.h>.
15149
15150         * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
15151         'finish', otherwise uncaptured gdb_prompt would potentially
15152         throw remaining test points out of sync.
15153
15154 2000-07-26  Scott Bambrough <scottb@netwinder.org>
15155
15156         * gdb.base/recurse.exp: Run tests for all targets.
15157         * gdb.base/so-impl-ld.exp: Added wildcard to handle the
15158         gnu-oldld case on ARM.
15159         * gdb.base/watchpoint.exp (test_stepping): Clear xfail
15160         for ARM targets.
15161
15162 Mon Jul 24 07:46:02 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
15163
15164         * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
15165         * gdb.java/configure: Rebuild.
15166
15167 Sun Jul 23 21:42:34 2000  Anthony Green  <green@redhat.com>
15168
15169         * gdb.java/jv-exp.exp: New file.
15170
15171 Sun Jul 23 21:02:42 2000  Anthony Green  <green@redhat.com>
15172
15173         * configure: Rebuilt.
15174         * configure.in (configdirs): Add gdb.java.
15175         * gdb.java/jmisc.java: New file.
15176         * gdb.java/jmisc.exp: New file.
15177         * gdb.java/Makefile.in: New file.
15178         * gdb.java/configure: Rebuilt.
15179         * gdb.java/configure.in: New file.
15180         * lib/java.exp: New file.
15181
15182 Wed Jul 12 18:14:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15183
15184         * gdb.base/exprs.exp: Test casts to a pointer including over and
15185         underflow.
15186
15187 Thu Jul 13 11:52:53 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15188
15189         * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files.  Compare GDB
15190         and the compilers sizes.
15191
15192 2000-07-09  Nick Duffek  <nsd@redhat.com>
15193
15194         * gdb.c++/misc.cc (class ClassParam, class_param): Define.
15195         (use_methods): New function.
15196         (main): Call use_methods().
15197         * gdb.c++/classes.exp (test_method_param_class): New procedure.
15198         (do_tests): Call test_method_param_class.
15199
15200 2000-07-09  Nick Duffek  <nsd@redhat.com>
15201
15202         * gdb.c++/classes.exp (test_nonexistant_members): Fix name
15203         spelling.
15204         (test_enums): New procedure.  Move enum tests from end of script
15205         to here.  Set breakpoint on function name instead of line number.
15206         * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
15207         (enums2): New marker function.
15208         (enums1): New function.
15209         (main): Call enums1().  Move enum tests to enums1().
15210
15211 Tue Jul  4 03:43:49 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15212
15213         * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
15214         compile/link program.  Update line numbers.
15215         * gdb.asm/d10v.inc: Define ``startup''.
15216         * gdb.asm/asmsrc1.s: Add definition of _start.
15217
15218 Fri Jun 23 17:45:52 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15219
15220         * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
15221
15222 2000-06-18  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15223
15224         * gdb.base/maint.exp: Add 'maint print architecture' item to output
15225         of 'help maint print' command.
15226
15227 Fri Jun 16 18:22:05 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15228
15229         * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
15230         they use gdb_expect_list.
15231
15232 Wed Jun  7 13:02:40 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15233
15234         * gdb.base/commands.exp: Use ``set remote
15235         memory-read-packet-size'' instead of ``set endian big'' to test
15236         long commands.
15237
15238 2000-06-03  Daniel Berlin  <dan@cgsoftware.com>
15239
15240         * gdb.c++/templates.exp (do_tests): Make all of these work under
15241         g++, and stop skipping them.
15242
15243         * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
15244         work under g++.
15245
15246         * gdb.c++/misc.cc: Fix ambiguous initialization with correct
15247         initialization.
15248
15249 2000-06-02  Michael Snyder  <msnyder@cygnus.com>
15250
15251         * gdb.base/annota1.exp (run until main breakpoint): Loosen up
15252         the regular expression: accept an (almost) arbitrary sequence of
15253         "frames-invalid" and "breakpoints-invalid" messages both before
15254         and after the "starting" message.
15255
15256 2000-06-02  Michael Snyder  <msnyder@cygnus.com>
15257
15258         * gdb.c++/local.exp: This test has never been known to work with g++.
15259
15260 2000-05-18  Michael Snyder  <msnyder@cygnus.com>
15261
15262         * gdb.base/annota1.exp (annotate-signal-handler-caller):
15263         Relax the regular expression a little, make it pass on Solaris 8.
15264
15265 2000-05-12  Kevin Buettner  <kevinb@redhat.com>
15266
15267         * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
15268         a call, do not require that gdb stop on the line after the call.
15269         Instead, it is permissible for gdb to stop on the line of the
15270         call itself.
15271
15272 2000-05-12  Michael Snyder  <msnyder@.cygnus.com>
15273
15274         * gdb.base/break.exp (bp on small function, optimized file):
15275         Add a second pass pattern.  The behavior differs here between stabs
15276         and dwarf for one-line functions.  Stabs preserves two line symbols
15277         (one before the prologue and one after) with the same line number,
15278         but dwarf regards these as duplicates and discards one of them.
15279         Therefore the address after the prologue (where the breakpoint is)
15280         has no exactly matching line symbol, and GDB reports the breakpoint
15281         as if it were in the middle of a line rather than at the beginning.
15282
15283 2000-05-08  Michael Snyder  <msnyder@cygnus.com>
15284
15285         * gdb.base/interrupt.exp: Make "pass" message say "send"
15286         rather than "send_gdb" (for consistancy).
15287
15288 Mon May  1 15:37:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15289
15290         From 2000-04-28 Andreas Jaeger  <aj@suse.de>:
15291         * gdb.c++/templates.cc: Properly check for GCC version number.
15292         * lib/compiler.cc: Likewise
15293
15294 2000-04-28  Michael Snyder  <msnyder@cygnus.com>
15295
15296         * gdb.base/break.exp: When compiled with -O2 optimization,
15297         gdb may not stop at the first line of main, due to code motion.
15298
15299 2000-04-26  Michael Snyder  <msnyder@cygnus.com>
15300
15301         * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
15302         This test depends on parsing the printf output from the target.
15303         Since the sparclet stub doesn't do stdio, this will never work.
15304         * gdb.base/call-rt-st.exp: ditto.
15305         * gdb.base/call-strs: ditto.
15306
15307 2000-04-24  Michael Snyder  <msnyder@cygnus.com>
15308
15309         * gdb.base/miscexprs.exp: make sizeof long array test portable.
15310
15311         * gdb.base/ending-run.exp: After connecting to a remote target,
15312         but before running, the target will appear to be in a random
15313         location.  Specify both a file and a line for breakpoints.
15314         Also, the function that calls main may be called 'init'
15315         rather than 'start'.
15316
15317 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15318
15319         * gdb.base/help.exp: Update output for add-symbol-file command.
15320
15321 2000-04-10  Fernando Nasser  <fnasser@cygnus.com>
15322
15323         From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15324         * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
15325
15326 2000-04-07  J.T. Conklin  <jtc@redback.com>
15327
15328         * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
15329
15330         * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
15331
15332 Thu Mar 30 13:26:19 2000  Philippe De Muyter  <phdm@macqel.be>
15333
15334         * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
15335         values that can be represented exactly.
15336         * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
15337         above change, and to not check against the directory part of the source
15338         file name.
15339         (step into print_long_arg_list): Likewise.
15340         (print print_small_structs from print_long_arg_list): Likewise.
15341         (print print_long_arg_list): Likewise.
15342
15343 2000-03-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15344
15345         * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
15346
15347 Mon Mar 27 14:46:37 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15348
15349         * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
15350
15351 2000-03-25  Daniel Berlin  <dan@cgsoftware.com>
15352
15353         * gdb.base/commands.exp (deprecated_command_test): Add test for
15354         deprecate with no arguments.
15355
15356 2000-03-24  Jonathan Larmour  <jlarmour@redhat.co.uk>
15357
15358         * gdb.base/break.exp: Add new test for setting breakpoints on
15359         optimized code so we can test breakpoints work even when function
15360         prologues may be optimized away
15361
15362 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
15363
15364         From David Whedon <dwhedon@gordian.com>
15365         * gdb.base/commands.exp : Added command deprecator tests.
15366
15367 2000-03-22  Daniel Berlin   <dan@cgsoftware.com>
15368
15369        * gdb.base/help.exp: Added test for new apropos command.
15370
15371 2000-03-21  Kevin Buettner <kevinb@redhat.com>
15372
15373         * gdb.base/pointers.c (usevar): New function.
15374         (main): Make sure that global variables v_int_pointer2, rptr,
15375         and y are all referenced someplace in the program by calling
15376         usevar() on them.  [Some linkers delete symbols which are
15377         never referenced.  The space remains, but there's no way to
15378         get a (symbolic) handle on the variable from the debugger.]
15379
15380 2000-03-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15381
15382         * gdb.base/printcmds.c: Add typedeffed arrays.
15383
15384         * gdb.base/printcmds.exp (test_print_typedef_arrays): New
15385         procedure to test arrays that are typedef'd.
15386
15387 2000-03-13  James Ingham  <jingham@leda.cygnus.com>
15388
15389         * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
15390         the library directories.
15391
15392 Mon Feb 21 13:05:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
15393
15394         * configure.in (configdirs): Add sub directory gdb.mi.
15395         * configure: Re-generate.
15396
15397         * gdb.mi: New directory.
15398
15399 2000-02-25  Scott Bambrough <scottb@netwinder.org>
15400
15401         * gdb.base/long_long.exp: Correct test suite failure when printing
15402         a long long value as a double on ARM platforms.
15403
15404 2000-02-16  Jim Blandy  <jimb@redhat.com>
15405
15406         * gdb.base/break.exp ("breakpoint line number"): Make sure the
15407         default source file is set properly before running this test.
15408
15409 2000-02-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15410
15411         * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
15412         gdbtk/library directory, not in gdbtcl2.
15413
15414 2000-02-04  Jim Blandy  <jimb@redhat.com>
15415
15416         * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
15417         backslash from regexp pattern.
15418
15419         * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
15420         procedure.  Use it to run all the "continue to bp overloaded"
15421         tests.  Note that this changes the names of the tests slightly.
15422         If the breakpoint hit message includes a hex PC value, because
15423         GCC's Dwarf 2 line info doesn't help us distinguish the prologue
15424         from the real source code, still consider that a pass.
15425
15426         * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
15427         XFAIL here if the breakpoint message contains a hex address.  Note
15428         similar change on 1999-11-02.
15429
15430         * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
15431
15432         * gdb.base/ptype.exp: Establish a default source file before
15433         calling get_debug_format.
15434
15435 2000-02-03  Fernando Nasser  <fnasser@totem.to.cygnus.com>
15436
15437         * gdb.base/watchpoint.exp: Remove duplication of test messages.
15438
15439 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
15440
15441         * gdb.base/step-test.exp: Fix the steps to enter a callee by means
15442         of successive stepi commands -- while in the prologue we should see
15443         the function entry bracket.
15444
15445 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
15446
15447         * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
15448         reach __change_mode() when stepping through the end of main().
15449
15450 2000-01-17  Fernando Nasser  <fnasser@totem.to.cygnus.com>
15451
15452         * gdb.base/default.exp: Fix expected pattern.
15453         * gdb.base/help.exp: Same.
15454
15455 2000-01-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15456
15457         * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
15458         Don't use xfail's because that affects only the following test.
15459
15460         * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
15461         solaris or linux.
15462
15463         * gdb.base/selftest.exp: Update to reflect changes to main.c.
15464
15465 2000-01-07  Michael Snyder  <msnyder@cygnus.com>
15466
15467         * gdb.base/display.exp: Some yacc parsers like to say
15468         "A syntax error" rather than "A parse error".  Accept both.
15469
15470 2000-01-06  Fernando Nasser  <fnasser@totem.to.cygnus.com>
15471
15472         * gdb.base/default.exp: Remove OS dependent string from "target
15473         remote" test.
15474         * gdb.base/help.exp: Same for "help target remote" test.
15475
15476 2000-01-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15477
15478         From Jim Kingdon <kingdon@redhat.com>:
15479
15480         * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
15481         prompt (cleanup rather than necessity, but still might keep output
15482         from spilling to next test).
15483
15484 2000-01-02  Fred Fish  <fnf@cygnus.com>
15485
15486         * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
15487         AIX, which defines them in <sys/types.h>.
15488
15489 1999-12-16  Stan Shebs  <shebs@andros.cygnus.com>
15490
15491         * gdb.base/default.exp: Match arm* etc instead of arm in "info
15492         float" test.
15493
15494 1999-12-13 Fernando Nasser  <fnasser@totem.to.cygnus.com>
15495
15496         * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
15497
15498         * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
15499         outermost frame disallowed".
15500
15501 1999-12-09  Fernando Nasser  <fnasser@totem.to.cygnus.com>
15502
15503         * gdb.base/setvar.exp: New tests for setting the value of a struct
15504         with a constant list.
15505
15506 1999-12-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
15507
15508         * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
15509         require the user to type a cast before setting the value of a struct.
15510
15511 1999-12-06  Jim Blandy  <jimb@cygnus.com>
15512
15513         * gdb.base/default.exp: Expect the new 'info float' command on
15514         all i386 platforms.
15515
15516         * gdb.threads/linux-dp.exp: Expand our ability to recognize
15517         LinuxThreads libraries that don't support debugging.
15518
15519 Sat Dec  4 15:21:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
15520
15521         * gdb.base/remote.c: Fill the buffer with truely random data.
15522         Change the buffer type to ``unsigned char'' to simplify size
15523         arithmetic.
15524
15525         * gdb.base/remote.exp: Reduce download numbers by one.  Typical
15526         stub only handles 400-1 byte packets.  Verify that the download
15527         worked.
15528
15529 1999-11-30  Fernando Nasser  <fnasser@totem.to.cygnus.com>
15530
15531         * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
15532         tests, using UNRESOLVED for the untested cases.  Also, does not wait
15533         for a timeout if the prompt was received before a recognizable pattern.
15534
15535 1999-11-29  Fernando Nasser  <fnasser@totem.to.cygnus.com>
15536
15537         * lib/gdb.exp (gdb_expect_list): Fix spelling.
15538
15539 1999-11-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15540
15541         * gdb.base/watchpoint.exp: Add tests cases for the hit count of
15542         watchpoints.
15543
15544 1999-11-24  Jason Merrill  <jason@casey.cygnus.com>
15545
15546         * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
15547
15548         * gdb.c++/local.exp: Be more flexible in recognizing local class
15549         name mangling.  Don't allow horribly truncated method names.
15550         * gdb.c++/derivation.exp: Expect protected inheritance.
15551         * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
15552         * gdb.c++/virtfunc.exp: Likewise.
15553         * gdb.c++/classes.exp: Likewise.  Don't require the enclosing scope
15554         when printing a nested enum.
15555
15556 1999-11-22  Jim Blandy  <jimb@cygnus.com>
15557
15558         * gdb.base/step-test.exp: Properly await GDB's response to setting
15559         a breakpoint on the call to large_struct_by_value.
15560
15561         * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
15562         just because we have debug info for the `start' function.
15563
15564 1999-11-19  Jim Blandy  <jimb@zenia.red-bean.com>
15565
15566         * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
15567         "Unknown signal" messages, which indicate (on LinuxThreads) that
15568         GDB doesn't know how to debug threads on this system.  This is
15569         better than hanging while philosopher 0 dumps chatter into gdb.log.
15570
15571 1999-11-18  Tom Tromey  <tromey@cygnus.com>
15572
15573         * gdb.trace/deltrace.exp: Updated test to reflect new error text.
15574
15575 1999-11-18  Fred Fish  <fnf@cygnus.com>
15576
15577         * gdb.base/coremaker2.c: Add sample program for generating
15578         cores that is more self contained than coremaker.c.  Eventually
15579         I'll add more code to this and tie it into the testsuite.
15580
15581 1999-11-12  Stan Shebs  <shebs@andros.cygnus.com>
15582
15583         * gdb.base/dollar.exp: Remove, now in gdb.hp.
15584
15585 1999-11-10  Jimmy Guo  <guo@cup.hp.com>
15586
15587         * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
15588         from $srcdir/lib/.
15589         * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
15590         and gdb.c++/.
15591
15592         * gdb.c++/derivation.exp: remove redundant get compiler info code.
15593
15594         * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
15595         'continue with watch' test point.
15596
15597 1999-11-08  Jim Blandy  <jimb@zenia.red-bean.com>
15598
15599         Merged from p2linux-990323-branch:
15600
15601         * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
15602
15603 Mon Nov  8 23:07:09 1999  Andrew Cagney  <cagney@amy.cygnus.com>
15604
15605         * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
15606         {limit,fixed}''.  Test ``set download-write-size''.
15607
15608 Sun Nov  7 17:37:01 1999  Andrew Cagney  <cagney@b1.cygnus.com>
15609
15610         * gdb.base/funcargs.exp: Rewrite stack traceback checks using
15611         gdb_expect_list.
15612
15613 Fri Nov  5 18:40:52 1999  Andrew Cagney  <cagney@b1.cygnus.com>
15614
15615         * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
15616
15617 1999-11-03  Mark Salter  <msalter@cygnus.com>
15618
15619         * gdb.base/break.exp: Fix "stub continue" pattern.
15620
15621 1999-11-03  Jim Blandy  <jimb@zwingli.cygnus.com>
15622
15623         * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
15624
15625 1999-11-02  Jim Blandy  <jimb@zwingli.cygnus.com>
15626
15627         * gdb.base/display.exp ("finish"): Add timeout clause.
15628
15629         * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
15630         plain prompt clause, so this doesn't have to time out in order to
15631         fail.
15632
15633         * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
15634         breakpoint hit messages include an address.
15635
15636         * gdb.base/display.exp: Don't forget to escape parens in regular
15637         expressions.  Unix regexp notatation sucks.
15638
15639 1999-11-02  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15640
15641         * gdb.base/annota1.exp: Test for annotate-signalled: change output
15642         order for 'signalled' message.
15643
15644 1999-11-01  Stan Shebs  <shebs@andros.cygnus.com>
15645
15646         From Jimmy Guo  <guo@cup.hp.com>:
15647         * gdb.base/annota1.exp: Add tests for annotate ignore count change.
15648         * gdb.base/annota1.c: Add code for tests to work with.
15649
15650 1999-10-26  Frank Ch. Eigler  <fche@cygnus.com>
15651
15652         * gdb.base/remote.exp: New test for remote downloading settings.
15653         * gdb.base/remote.c: New file with large .data.
15654
15655 1999-10-18  Jim Blandy  <jimb@zwingli.cygnus.com>
15656
15657         * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
15658         for LinuxThreads support, merged from the Code Fusion branch.
15659
15660 Mon Oct 11 13:57:21 1999  Andrew Cagney  <cagney@amy.cygnus.com>
15661
15662         * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
15663         containing exp_continue into a while within an expect.  Don't
15664         attempt a start more than three times.  Check return value from
15665         gdb_load.
15666
15667 Wed Oct  6 12:05:58 1999  Andrew Cagney  <cagney@b1.cygnus.com>
15668
15669         * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
15670         a pass case.
15671
15672 1999-10-01  Kevin Buettner <kevinb@cygnus.com>
15673
15674         * gdb.base/break.c (main): Added a statement that we can step
15675         off of.
15676         * gdb.base/break.exp: Added tests for setting a breakpoint
15677         at an offset and stepping onto a breakpoint.
15678
15679 1999-10-01  Fred Fish  <fnf@cygnus.com>
15680
15681         * gdb.base/help.exp (help add-symbol-file): Update to match current
15682         gdb output.
15683
15684 1999-09-18  Jim Blandy  <jimb@cris.red-bean.com>
15685
15686         * gdb.base/break.exp: Code locations are in hex, don't forget!
15687         (For HP-UX.)
15688
15689 1999-09-17  Stan Shebs  <shebs@andros.cygnus.com>
15690
15691         * condbreak.exp: Use break.c as test program.
15692         * condbreak.c: Remove, redundant with break.c.
15693
15694 1999-09-15  Stan Shebs  <shebs@andros.cygnus.com>
15695
15696         * config/monitor.exp (gdb_target_monitor): Disable X- and
15697         Z-packets if the target needs it.
15698
15699 1999-09-13  James Ingham  <jingham@leda.cygnus.com>
15700
15701         * gdb.c++/overload.exp: Added tests for listing overloaded
15702         functions with function pointers in the arg, explicitly calling
15703         out the version you want.
15704
15705 1999-09-09  Stan Shebs  <shebs@andros.cygnus.com>
15706
15707         * long_long.exp: Add variations of test cases that work for
15708         targets with 16-bit ints and 32-bit doubles.
15709
15710 1999-09-08  Stan Shebs  <shebs@andros.cygnus.com>
15711
15712         * break.c (main): Compare a possibly-uninitialized argc with an
15713         unlikely value that fits in 16 bits.
15714
15715 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
15716
15717         * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
15718         0xfeeb, don't want negative numbers if ints are 16 bits.
15719
15720         * lib/gdb.exp (skip_cplus_tests): New proc.
15721         * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
15722         gdb.c++/anon-union.exp, gdb.c++/classes.exp,
15723         gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
15724         gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
15725         gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
15726         gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
15727         gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
15728         gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
15729
15730         * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
15731
15732 Fri Sep  3 15:37:12 1999  Kevin Buettner  <kevinb@cygnus.com>
15733
15734         * gdb.base/corefile.exp (up): Allow a parameter to appear
15735         in the frame that we're going up to.
15736
15737         From Jim Blandy <jimb@cygnus.com>:
15738
15739         * gdb.base/default.exp (info float): Expect some output now.
15740
15741         * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
15742         returning floating-point values to fail on the x86.
15743         * gdb.base/callfwmall.exp (do_function_calls): Same.
15744
15745         * gdb.base/list.exp (test_listsize): Correct expectations for
15746         listing line 1 with listsize 2.  Also, listing a single line
15747         works now, as does listing three lines.  [Kevin's note: There
15748         were a number of other cases fixed too where the expectations
15749         differed...]
15750
15751 1999-09-02  Stan Shebs  <shebs@andros.cygnus.com>
15752
15753         * gdb.base/selftest.exp: Add case for when version prints as
15754         constant string instead of char pointer.
15755
15756 1999-08-25  Stan Shebs  <shebs@andros.cygnus.com>
15757
15758         * gdb.base/ending-run.exp: Add Solaris case for what happens when
15759         stepping out of main.
15760
15761         * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
15762         G++ used.
15763
15764         * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
15765         always, expect ptype InnerLocal::NestedInnerLocal to fail always.
15766
15767         * gdb.c++/ovldbreak.exp: Update match string in test that
15768         includes a warning of multiple breakpoints.
15769
15770 1999-08-24  Stan Shebs  <shebs@andros.cygnus.com>
15771
15772         * gdb.base/display.exp: Improve precision of step-after-finish
15773         added yesterday.
15774
15775         * gdb.base/signals.exp: Add extra wildcard to "handle all print"
15776         test.
15777
15778         * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
15779         configs when using G++, not just hppa*.
15780
15781 1999-08-24  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15782
15783         * gdb.base/async.c: New file.
15784         * gdb.base/async.exp: New file.
15785
15786 Tue Aug 24 03:24:53 1999  Jeffrey A Law  (law@cygnus.com)
15787
15788         * gdb.base/break.exp: Tweak PA specific tests to properly handle
15789         PA64.
15790
15791 Mon Aug 23 10:25:20 1999  Jeffrey A Law  (law@cygnus.com)
15792
15793         * gdb.base/display.exp: "finish" can leave us mid-line on many
15794         targets, deal with it.  Add a small constant to main, instead of
15795         1000 since main+1000 may not be a valid address in the target.
15796
15797         * gdb.base/dollar.exp: Do not run for PA processors in wide mode
15798         on hpux11.
15799
15800         * gdb.base/attach.exp: Handle another hpux11 error message variant
15801         when attaching to a process that does not exist.
15802
15803 1999-08-19  J.T. Conklin  <jtc@redback.com>
15804
15805         * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
15806         characters in 'continue to 1241' test.
15807
15808 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
15809
15810         * gdb.base/call-ar-st.exp: Add a shorter match case for the
15811         stop in print_long_arg_list, define and use a whitespace
15812         variable in print_small_structs test, add an XFAIL for Solaris.
15813         * gdb.base/dbx.exp: XFAIL func commands until somebody is
15814         interested enough to fix.
15815
15816 1999-08-13  Keith Seitz  <keiths@cygnus.com>
15817
15818         * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
15819         (dbx_gdb_load): Remove. Use gdb_load instead, since that
15820         proc knows about targets other than the natives.
15821         (test_assign): Use "gdb_run_cmd" to "run" the target.
15822         Check that we've actually hit the breakpoint at main.
15823         When we attempt to assign a value to a local variable, check
15824         that the variable is in the current scope, i.e., don't use
15825         a test with an empty result.
15826
15827 Tue Aug 10 15:25:16 1999  Andrew Cagney  <cagney@b1.cygnus.com>
15828
15829         * gdb.base/maint.exp: Add test of ``maintenance internal-error''
15830         command.
15831
15832 1999-08-09  Stan Shebs  <shebs@andros.cygnus.com>
15833
15834         From Jimmy Guo <guo@cup.hp.com> and others at HP:
15835         gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
15836         gdb.compat, gdb.threads-hp.
15837         gdb.hp/configure, gdb.hp/configure.in: New files.
15838         gdb.hp/Makefile.in: Recurse into new subdirs.
15839         gdb.hp/gdb.defects: New directory, tests for HP bug reports.
15840         gdb.hp/gdb.objdbg: New directory, tests for debugging info
15841         in object files.
15842         gdb.hp/tools: New directory, aux tools for HP-specific tests.
15843
15844 1999-08-05  Stan Shebs  <shebs@andros.cygnus.com>
15845
15846         * gdb.base/display.exp: Help expect by putting a newline in the
15847         funky printf, remove a bogus p/a test.
15848
15849 1999-08-05  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15850
15851         * gdb.base/display.exp: Make sure that when we say 'run', we are
15852         connected to the target. This is necessary when running not
15853         natively.
15854
15855 1999-08-03  Stan Shebs  <shebs@andros.cygnus.com>
15856
15857         * gdb.base/step-test.exp: Removed some extraneous messages.
15858
15859         * gdb.base/long_long.exp: Don't run memory examination tests
15860         on little-endian targets (they will need a different set of
15861         results to match).
15862
15863 1999-08-02  Stan Shebs  <shebs@andros.cygnus.com>
15864
15865         * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
15866         until somebody decides to fix GDB.
15867
15868         * gdb.base/long_long.c: Stop compiler complaint by specifying long
15869         constant as "ULL".
15870         * gdb.base/long_long.exp: Loosen x/c test, add partial result
15871         matches for a couple x/2 commands.
15872
15873 1999-07-30  Stan Shebs  <shebs@andros.cygnus.com>
15874
15875         * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
15876         by merging in ref-types2 tests.
15877         * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
15878
15879         From Jimmy Guo <guo@cup.hp.com> and others at HP:
15880         * gdb.c++/Makefile.in: Add standard actions.
15881         (EXECUTABLES): Rename from PROGS, update list.
15882         * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
15883         from gdb.hp.
15884         * gdb.c++/anon-union.cc: Don't use anonymous struct, make
15885         foo and bar locals.
15886         * gdb.c++/anon-union.exp: Fix tests to match.
15887         * gdb.c++/classes.exp: Run if HP compiler used, add extra
15888         expect matches to handle output variations.
15889         * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
15890         * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
15891         output, add HP alternatives for new and delete prints.
15892         * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
15893         gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
15894         * gdb.c++/demangle.exp: Use $style when reporting failure.
15895         * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
15896         * gdb.c++/inherit.exp: Run if HP compiler used, add some
15897         match alternatives.
15898         * gdb.c++/local.exp: Add match alternatives or xfails for HP
15899         compilers.
15900         * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
15901         * gdb.c++/method.exp: Add match alternatives.
15902         * gdb.c++/misc.cc: Add bool types.
15903         * gdb.c++/misc.exp: Add tests for bool types.
15904         * gdb.c++/overload.exp: Add xfails.
15905         * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
15906         * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
15907         add some more template parameter tests (only for HP currently).
15908         * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
15909         * gdb.c++/virtfunc.cc: Add return type and value for main.
15910         * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
15911         match alternatives.
15912
15913 1999-07-30  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15914
15915         * gdb.base/display.exp: Fix output of 'p/a &&j' test.
15916
15917 1999-07-29  Jim Blandy  <jimb@savonarola.red-bean.com>
15918
15919         * gdb.base/signals.exp: Don't expect getting a backtrace from
15920         within a signal handler to fail on Linux.
15921
15922 1999-07-29  Stan Shebs  <shebs@andros.cygnus.com>
15923
15924         From Jimmy Guo <guo@cup.hp.com> and others at HP:
15925         * lib/gdb.exp: Remove some gratuitious semicolons.
15926         (delete_breakpoints): Increase timeout.
15927         (gdb_expect): Add -notransfer option.
15928         (gdb_test): Use -notransfer option.
15929         (get_compiler_info): Add f77 case.
15930         (get_compiler): New proc, split out from gdb_preprocess, add f77
15931         case.
15932         (gdb_preprocess): Call get_compiler.
15933
15934         * gdb.base/Makefile.in (EXECUTABLES): Update the list.
15935         * gdb.base/attach.exp, gdb.base/display.exp,
15936         gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
15937         gdb.base/long_long.exp, gdb.base/printcmds.exp,
15938         gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
15939         third arg to gdb_test.
15940         * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
15941         * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
15942         HP-UX xfails, add others.
15943         * gdb.base/completion.exp: Reflect name change of self-test.
15944         * gdb.base/condbreak.exp, gdb.base/corefile.exp,
15945         gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
15946         gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
15947         HP failure number.
15948         * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
15949         useless HP-UX 10.30 references.
15950         * gdb.base/maint.exp: Loosen matches.
15951         * gdb.base/pointers.c (main): Declare more_code.
15952         * gdb.base/pointers.exp: Match on output of a `next'.
15953         * gdb.base/structs.c: Add prototypes.
15954         * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
15955         * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
15956
15957 1999-07-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15958
15959         * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
15960         command.
15961
15962 1999-07-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
15963
15964         * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
15965         Fix run to main failures. Watchpoint can be hardware watchpoint.
15966
15967         * gdb.base/annota1.exp: Clean up some more, in case printf has
15968         debug info.  Deal with lack of signal hanlder info in stack.
15969
15970         From Jim Kingdon  <kingdon@redhat.com>:
15971         * gdb.base/annota1.exp: If printf has debug info, deal with it.
15972
15973 1999-07-19  Stan Shebs  <shebs@andros.cygnus.com>
15974
15975         * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
15976         gdb.base/foll-vfork.exp: Don't run for crosses.
15977
15978 Tue Jul 13 23:37:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
15979
15980         * gdb.base/configure.in: Check for gdbvars.exp instead of
15981         a1-selftest.exp.
15982         * gdb.base/configure: Re-generate.
15983
15984 1999-07-12  Stan Shebs  <shebs@andros.cygnus.com>
15985
15986         * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
15987         in trying to run first and name is too long.
15988
15989         * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
15990         pointers2.c and pointers2.exp, respectively.
15991         * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
15992         doschk happier.
15993
15994 1999-07-08  Stan Shebs  <shebs@andros.cygnus.com>
15995
15996         * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
15997         callfuncs2.c and callfuncs2.exp.
15998
15999         * gdb.base/list.exp: Remove mistaken xfails.
16000         * gdb.base/list0.h: Add optional prototypes.
16001
16002 Wed Jul  7 00:27:35 1999  Andrew Cagney  <cagney@amy.cygnus.com>
16003
16004         * gdb.base/setvar.exp: Increase the time-out on tests indirectly
16005         calling malloc.
16006         * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
16007         * ptype.exp: Move test for get_debug_format to before its first
16008         use.
16009
16010 1999-07-06  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
16011
16012         * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
16013         * gdb.base/annota2.cc, annota2.exp: Move from here.
16014         * gdb.c++/annota2.cc, annota2.exp: To here.
16015         * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
16016
16017 Tue Jun 29 11:56:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
16018
16019         * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
16020         a consistent format.
16021
16022 1999-06-25  Stan Shebs  <shebs@andros.cygnus.com>
16023
16024         From Jimmy Guo <guo@cup.hp.com> and others at HP:
16025         * lib/gdb.exp (get_compiler_info): Add detection for assorted
16026         HP compilers, also set the globals $true and $false.
16027
16028         * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
16029         call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
16030         coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
16031         jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
16032         long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
16033         printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
16034         scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
16035         sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
16036         solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
16037         whatis.c} Add C++ compatible function definitions and return
16038         types, add includes for library functions.
16039         * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
16040         * gdb.base/step-test.c (myglob): Rename from glob.
16041         * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
16042         foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
16043         files, move here from gdb.hp.
16044         * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
16045         commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
16046         ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
16047         Adjust line numbers in regexps.
16048
16049         * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
16050         miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
16051         instead of 0/1.
16052
16053         * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
16054         foll-vfork.exp: New files, move here from gdb.hp.
16055         * gdb.base/page.exp: New file, test of pagination command.
16056
16057         * gdb.base/watchpoint.c (recurser): New function, for watchpoint
16058         recursion test.
16059         * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
16060
16061         * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
16062         gdb.base/solib.exp: Fix compiler invocation process.
16063
16064         * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
16065         HP-UX 11, turn off overload resolution explicitly.
16066         * gdb.base/commands.exp: Set argument list explicitly, add
16067         watchpoint test.
16068         * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
16069         them work.
16070         * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
16071         expressions properly.
16072         * gdb.base/corefile.exp: Loosen the match slightly.
16073         * gdb.base/default.exp: Allow "Error accessing memory" message
16074         also.
16075         * gdb.base/display.exp: Skip over x/0 j if PA64.
16076         * gdb.base/funcargs.exp: Add xfails for HP-UX.
16077         * gdb.base/interrupt.exp: Ditto.
16078         * gdb.base/langs.exp: Add symbolic matches governed by compiler
16079         in use.
16080         * gdb.base/list.exp: Add xfails for HP-UX.
16081         * gdb.base/long_long.exp: Refine some of the numeric matches.
16082         * gdb.base/mips_pro.exp: Xfail on HP-UX.
16083         * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
16084         * gdb.base/nodebug.exp: Succeed on more varieties of output.
16085         * gdb.base/opaque.exp: Remove some HP-UX xfails.
16086         * gdb.base/ptype.exp: Succeed on more varieties of output.
16087         * gdb.base/scope.exp: Add xfails for HP-UX.
16088         * gdb.base/sect-cmd.exp: Add more cases.
16089         * gdb.base/setvar.exp: Add xfails for HP-UX.
16090         * gdb.base/shlib-call.exp: Loosen some matches slightly.
16091         * gdb.base/signals.exp: Match on void symbolically.
16092         * gdb.base/step-test.exp: Add case for PA64.
16093         * gdb.base/term.exp: Add exit and restart.
16094         * gdb.base/twice.exp: Clean up after self.
16095         * gdb.base/varargs.exp: Disable overload resolution explicitly.
16096         * gdb.base/whatis.exp: Allow more ways to pass tests.
16097
16098         * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
16099         no longer useful.
16100
16101 Fri Jun 25 19:27:28 1999  Andrew Cagney  <cagney@b1.cygnus.com>
16102
16103         * lib/gdb.exp (proc gdb_expect_list): New procedure.  Matches a
16104         list of patterns.
16105         * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
16106         print_double_array(double_array)", "continuing to breakpoint
16107         1018", "print print_double_array(array_d)" and "continuing to
16108         1034" tests.
16109
16110 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
16111
16112         * Makefile.in: Add empty html and install-html targets.
16113
16114 1999-06-24  Stan Shebs  <shebs@andros.cygnus.com>
16115
16116         * config/mt-*: Remove, these haven't been used since 1996.
16117
16118 1999-06-22  Stan Shebs  <shebs@andros.cygnus.com>
16119
16120         * gdb.base/call-strs.c, gdb.base/ending-run.c,
16121         gdb.base/step-test.c: Include stdlib.h and string.h as needed.
16122         * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
16123
16124 1999-06-18  Stan Shebs  <shebs@andros.cygnus.com>
16125
16126         * gdb.c++/overload.exp: XFAIL everything if using G++, add a
16127         simpler match case for the ptype of the big class.
16128
16129 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
16130
16131         * gdb.exp: Fix test for gdb_prompt existence.
16132
16133 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
16134
16135         * gdb.exp (gdb_test): Add fail after calls to perror.
16136
16137 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
16138
16139         * gdb.exp (gdb_test): Accept variations of Undefined command messages.
16140
16141 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
16142
16143         * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
16144
16145 Fri Jun 11 12:56:50 1999  Andrew Cagney  <cagney@b1.cygnus.com>
16146
16147         * gdb.base/call-strs.c (link_malloc): New function.  Ensure that
16148         malloc() is linked in.
16149
16150 1999-06-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
16151
16152         * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
16153         step at end.
16154
16155         * gdb.base/annota1.exp: Increase match_max to prevent timeout.
16156
16157 1999-06-08  Jim Blandy  <jimb@zwingli.cygnus.com>
16158
16159         * gdb.java/jv-print.exp: New file.  (Our first Java test!)
16160
16161 Fri Jun  4 10:47:46 1999  Jeffrey A Law  (law@cygnus.com)
16162
16163         * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
16164         * gdb.base/mips_pro.exp: Likewise.
16165
16166 1999-06-02  Keith Seitz  <keiths@cygnus.com>
16167
16168         * gdb.c++/templates.cc: Change all "new" operators to throw
16169         an exception.
16170         * gdb.c++/cplusfuncs.cc: Likewise.
16171
16172         * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
16173
16174 Wed Jun  2 17:37:05 1999  Andrew Cagney  <cagney@b1.cygnus.com>
16175
16176         * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
16177         * gdb.base/ending-run.exp: When stepping out of main, accept a
16178         step into an arbitrary assembler file.
16179
16180 1999-05-20  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
16181
16182         * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
16183         "breakpoint-invalid" to be printed.
16184         * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
16185         number of "frames-invalid" and "breakpoint-invalid" to be printed.
16186         * gdb.base/annota2.cc: Initialize a.x to 0.
16187
16188 1999-05-17  Keith Seitz  <keiths@cygnus.com>
16189
16190         * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
16191         when "skip_float_tests" set.
16192         Ditto for "print print_double_array(array_d)", "print print_small_structs",
16193         "print print_ten_doubles", and "step into print_long_arg_list".
16194         Don't assume we can step into "print_long_arg_list": we could step into memcpy.
16195         * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
16196         is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
16197         * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
16198         "skip_float_tests" is set.
16199         * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
16200         when "skip_float_tests" set.
16201
16202 1999-05-06  Keith Seitz  <keiths@cygnus.com>
16203
16204         * gdb.base/annota2.cc: Include stdio.h.
16205
16206 Wed May  5 17:44:31 1999  Stan Shebs  <shebs@andros.cygnus.com>
16207
16208         * gdb.base/crossload.exp: Remove, this has been disabled ever
16209         since BFD stopped including all targets, and cross-GDB gets
16210         plenty of testing anyway.
16211         * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
16212         gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
16213         gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
16214         * gdb.base/README: Remove, was doc for this.
16215         * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
16216         needed.
16217
16218 1999-05-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
16219
16220         * gdb.base/call-ar-st.exp: Fix one regular expression in test
16221         output.
16222
16223         * gdb.base/annota1.exp: New file. Annotation level 2 tests.
16224         * gdb.base/annota2.exp: New file. More annotation tests.
16225         * gdb.base/annota1.c: New file. Source file for annota1.exp.
16226         * gdb.base/annota2.cc: New file. Source file for annota2.exp.
16227
16228 1999-04-23  Angela Marie Thomas <angela@cygnus.com>
16229
16230         * config/cfdbug.exp: New file.
16231
16232 1999-04-20  Jim Blandy  <jimb@zwingli.cygnus.com>
16233
16234         * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
16235         Marcus Daniel's and Dale Hawkins's demangler crashes.
16236
16237         * gdb.c++/demangle.exp (test_gnu_style_demangling,
16238         test_lucid_style_demangling, test_arm_style_demangling,
16239         test_hp_style_demangling): Try Tom Tromey's core-dumping
16240         identifier under each demangling style.
16241
16242 1999-04-07  Jim Blandy  <jimb@zwingli.cygnus.com>
16243
16244         * gdb.c++/demangle.exp: Include the current demangling style
16245         in all test names.
16246         (current_demangling_style): New global variable.
16247         (set_demangling_style, test_demangling_core, test_demangling,
16248         test_demangling_exact): New functions.
16249         (test_gnu_style_demangling, test_lucid_style_demangling,
16250         test_arm_style_demangling, test_hp_style_demangling): Use those,
16251         instead of calling gdb_test and gdb_test_exact directly.
16252         (catch_demangling_errors): New function, which reports errors
16253         signalled by the demangling test functions in an orderly way.
16254         (do_tests): Use catch_demangling_errors.
16255
16256 1999-04-06  Jim Blandy  <jimb@zwingli.cygnus.com>
16257
16258         * gdb.base/signals.exp (test_handle_all_print): Use () for
16259         grouping in expressions, not {}.
16260
16261         * gdb.base/smoke.exp: Test value of x, not y.  The latter isn't
16262         initialized yet.
16263
16264 1999-04-01  Stan Shebs  <shebs@andros.cygnus.com>
16265
16266         * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
16267         are listed.
16268
16269 1999-03-26  Stan Shebs  <shebs@andros.cygnus.com>
16270
16271         * gdb.stabs/weird.exp: Test for CC being defined before
16272         looking at its value.
16273
16274 1999-03-25  Stan Shebs  <shebs@andros.cygnus.com>
16275
16276         * gdb.base/call-ar-st.exp: Remove stray '#'.
16277         * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
16278         "short int" and "long int".
16279         * gdb.c++/overload.cc: Cast the string added in the previous
16280         change, to mollify finicky HP compiler.
16281         * gdb.hp/reg-test.exp (testfile): Fix file name.
16282         * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
16283
16284         * gdb.c++/misc.cc (main): Initialize obj_with_enum.
16285         * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
16286         alternate form of enum ptype.
16287
16288 1999-03-23  Stan Shebs  <shebs@andros.cygnus.com>
16289
16290         * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
16291         * gdb.hp/*.exp: Change all to run compiler probe only after
16292         passing skip_hp_tests, so as not to waste time on guaranteed
16293         failure.
16294
16295         * gdb.c++/overload.cc: Pass string instead of char addr, always
16296         init ccpfoo.
16297         * gdb.c++/templates.cc: Fix syntax error.
16298
16299 Tue Mar 23 14:56:36 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
16300
16301         * gdb.base/commands.exp: Add test for correct position of '>'
16302         when issuing the 'commands' command after a 'while' or 'if'
16303         command.
16304
16305 1999-03-18  James Ingham  <jingham@cygnus.com>
16306
16307         * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
16308
16309         * gdb.c++/method.exp: It was testing an uninitialized int on the
16310         stack and assuming it was positive.
16311
16312         * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
16313
16314         * gdb.base/step-test.exp: Catch a case where finish is broken and
16315         keep it from killing the rest of the tests.
16316         Use gdb_continue_to_end.
16317
16318         * gdb.base/sigall.exp: use gdb_continue_to_end.
16319
16320         * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
16321
16322         * gdb.base/display.exp: use runto_main, not run.
16323
16324         * gdb.base/default.exp: Check for the current error message in the
16325         r abbreviation test.
16326         Add strongarm to the targets that know info float.
16327
16328         * gdb.base/condbreak.exp: Use the gdb_run command rather than just
16329         run which doesn't work with monitors.
16330
16331         * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
16332
16333         * gdb.base/break.exp: use the gdb_continue_to_end proc.
16334
16335         * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
16336         program.  Traps the case (in Cygmon) when the program never really
16337         exits.  Same as Mark's continue_to_exit, but I had put it in a lot
16338         more places, so I used my name.  Sorry Mark...
16339
16340         * config/monitor.exp (gdb_target_monitor): added another
16341         target_info parameter: remotebinarydownload.  This will set the
16342         remotebinarydownload flag if this is causing some boards trouble.
16343
16344 1999-03-18  Mark Salter  <msalter@cygnus.com>
16345
16346         * lib/gdb.exp (continue_to_exit): New function.
16347
16348         * gdb.base/ena-dis-br.exp: Clean up for remote targets.
16349         * gdb.base/ending-run.exp: Ditto.
16350         * gdb.base/step-test.exp: Ditto.
16351
16352 1999-03-16  Stan Shebs  <shebs@andros.cygnus.com>
16353
16354         * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
16355         (suggested by Art Haas <ahaas@neosoft.com>).
16356
16357 1999-03-16  Jim Blandy  <jimb@zwingli.cygnus.com>
16358
16359         * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
16360
16361 Fri Mar 12 18:06:21 1999  Stan Shebs  <shebs@andros.cygnus.com>
16362
16363         * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
16364         descriptions of types (short unsigned int vs unsigned short, etc).
16365
16366 1999-03-12  Jim Blandy  <jimb@zwingli.cygnus.com>
16367
16368         * gdb.base/call-strs.exp: Don't assume that `step' will step over
16369         a call to strlen; sometimes we do have sources.
16370
16371 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
16372
16373         * gdb.base/call-ar-st.c (main): Terminate char_array with a null
16374         character, so GDB won't print garbage after its end.
16375
16376         * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
16377         breakpoint there instead.  Sometimes GCC emits memcpy to handle
16378         the large structures being passed by value, so we step into that
16379         instead of sum_array_print, which obscures what we're really testing.
16380         * gdb.base/step-test.exp: However, we do want a test that notices
16381         the bizarre steps into memcpy, so do that here.  Add check for
16382         stepping into function calls that pass large structures by value.
16383         ("Is that a noun clause, or are you just happy to see me?")
16384         Remove all references to specific line numbers.
16385         * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
16386         New type and function.
16387         (main): Call large_struct_by_value, passing it a large struct by value.
16388         * lib/gdb.exp (gdb_get_line_number): New function.
16389
16390         * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
16391         more portable.
16392
16393 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
16394
16395         * lib/gdb.exp: Doc fixes.
16396
16397 1999-03-05  Nick Clifton  <nickc@cygnus.com>
16398
16399         * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
16400
16401 1999-03-04  Jim Blandy  <jimb@zwingli.cygnus.com>
16402
16403         * gdb.base/display.exp: Don't exercise the "detach" and "kill"
16404         commands.  They're not germane to this test, and they don't work
16405         that way on remote targets.
16406
16407 1999-03-01  James Ingham  <jingham@cygnus.com>
16408
16409         * Changelog entries merged over from gdb development branch.
16410
16411        Tue Jan  5 12:33:47 1999  Keith Seitz  <keiths@cygnus.com>
16412
16413                * lib/gdb.exp (gdbtk_analyze_results): Generic function
16414                for outputting results of test run.
16415
16416         1998-12-07  Martin M. Hunt  <hunt@cygnus.com>
16417
16418                * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
16419
16420 1999-02-25  Felix Lee  <flee@cygnus.com>
16421
16422         * lib/gdb.exp (debug_format): initialize
16423
16424 1999-02-25  Jason Molenda  (jsm@bugshack.cygnus.com)
16425
16426         * gdb.base/call-ar-st.c: Include string.h, not strings.h.
16427         * gdb.base/call-rt-st.c: Ditto.
16428
16429 1999-02-13  Jim Blandy  <jimb@zwingli.cygnus.com>
16430
16431         * gdb.threads/pthreads.exp (horiz): New variable.
16432         (test_startup): Fix regexps that capture thread numbers.
16433
16434 1999-02-10  Jason Molenda  (jsm@bugshack.cygnus.com)
16435
16436         * gdb.base/smoke.exp: Disambiguate two test case names (both
16437         called ``print'').
16438
16439 Fri Feb  5 12:42:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
16440
16441         * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
16442         compilation.
16443
16444 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
16445
16446         * gdb.base/miscexprs.exp: Change patterns to match GDB's
16447         actual output formatting.
16448         * gdb.base/smoke.exp: GDB removes leading 0's.
16449         * gdb.base/volatile.exp: Don't check type of remuneration;
16450         that variable is no longer defined in constvars.c.
16451         * gdb.base/step-test.c (main): Exit with explicit exit code.
16452         * gdb.base/step-test.exp: Remove two nexti checks--they are
16453         not portable.
16454
16455 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
16456
16457         * gdb.base/help.exp ("help delete display"): Fix test to match
16458         gdb's output.
16459
16460         * gdb.base/long_long.c (known_types): Initialize values to zero.
16461         * gdb.base/long_long.exp: Step one more line
16462         so 'dec' is initialized in "get to known place".  GDB removes
16463         leading zeros.  Explicitly ask for hex formatting.  Use
16464         unique test case names.
16465
16466 Tue Feb  2 10:16:08 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
16467
16468         * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
16469
16470         * gdb.c++/method.exp: Add missing close brace.
16471
16472 1999-01-30  Jim Blandy  <jimb@zwingli.cygnus.com>
16473
16474         * gdb.base/maint.exp: Use 'set height 0' to disable page
16475         prompting, not 'set height 400'.
16476
16477         Fix a bunch of timeouts.
16478         * gdb.base/maint.exp ("maint print objfiles"): Break this up into
16479         four separate tests, so expect doesn't take forever to match a ton
16480         of text against a regexp with lots of .* forms.
16481         ("maint print psymbols", "maint print symbols"): Make some of
16482         these greps more selective, so that expect doesn't try to wade
16483         through huge piles of output and time out.
16484
16485         * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
16486
16487         * gdb.base/maint.exp ("maint info breakpoints"): Split into two
16488         tests: one which doesn't expect shlib events to be reported, and
16489         another which does, but is XFAIL for all platforms other than
16490         HP/UX.
16491
16492         * gdb.base/break.exp: Teach the test suite that the `catch
16493         fork', `catch vfork', and `catch exec' commands produce error
16494         messages on platforms that don't provide these features.
16495
16496 Mon Jan 25 18:35:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
16497
16498         * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
16499         so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
16500         (shortening names from solib_threshold.exp etc), won't run on
16501         anything but HP-UX for the foreseeable future.
16502         * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
16503         reflect move.
16504
16505 Thu Jan 21 15:46:49 1999  Stan Shebs  <shebs@andros.cygnus.com>
16506
16507         * gdb.base/Makefile.in, gdb.c++/Makefile.in,
16508         gdb.trace/Makefile.in (clean): Remove all test executables.
16509
16510 Tue Jan 19 17:20:09 1999  David Taylor  <taylor@texas.cygnus.com>
16511
16512         * gdb.base/shlib-call.exp: add test cases to verify that gdb
16513         successfully re-sets breakpoints in shared libraries.
16514         * gdb.base/shmain.c (main): return 0, don't fall off the end.
16515
16516 Fri Jan 15 14:04:57 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
16517
16518         * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
16519         and compiled w/o GCC.
16520
16521         * gdb.hp/watch-cmd.exp: ditto.
16522
16523         * gdb.hp/watch-hp.exp: ditto.
16524
16525         * gdb.hp/xdb1.exp: ditto.
16526
16527         * gdb.hp/xdb2.exp: ditto.
16528
16529         * gdb.hp/dbx.exp: ditto.
16530
16531 Thu Jan 14 18:36:48 1999  Stan Shebs  <shebs@andros.cygnus.com>
16532
16533         * constvars.c: Remove C++-isms.
16534         * constvars.exp: Use gdb_test everywhere, add xfails if compiled
16535         with GCC.
16536
16537 Mon Jan 11 10:08:03 1999  David Taylor  <taylor@texas.cygnus.com>
16538
16539         The following changes are part of the HP merge.
16540
16541         * gdb.base/break.exp: new tests to verify that catchpoints for
16542         fork, vfork, and exec don't trigger inappropriately.
16543
16544         * gdb.base/opaque.exp: compile one file at a time, then link.
16545
16546         * gdb.base/signals.exp: be more restrictive about which hppa
16547         systems receive a setup_xfail.  new tests.
16548
16549         * gdb.base/solib_threshold.build: new file.
16550         * gdb.base/solib_threshold.exp: new file.
16551         * gdb.base/solib_threshold.link_opts: new file.
16552         * gdb.base/solib_threshold.mk: new file.
16553         * gdb.base/gen_solib_threshold.c: new file.
16554
16555         * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
16556         tests.  New tests for enums inside classes.
16557
16558         * gdb.c++/compiler.cc: indicate support of template debugging.
16559
16560         * gdb.c++/demangle.exp: run hp style demangling tests.
16561
16562         * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
16563         tests.
16564
16565         * gdb.c++/misc.cc: changes to support new tests.
16566
16567         * gdb.c++/templates.cc: changes to support HP's compiler; changes
16568         to support new tests.
16569
16570         * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
16571         gcc, then skip these tests.
16572
16573 Sun Jan 10 23:44:11 1999  David Taylor  <taylor@texas.cygnus.com>
16574
16575         The following files are part of the HP merge; some had longer
16576         names at HP, but have been renamed to be no more than 14
16577         characters in length.
16578
16579         * gdb.hp/ambiguous.cc: new file.
16580         * gdb.hp/ambiguous.exp: new file.
16581         * gdb.hp/attach.exp: new file.
16582         * gdb.hp/attach2.exp: new file.
16583         * gdb.hp/classes-hp.exp: new file.
16584         * gdb.hp/ctti.exp: new file.
16585         * gdb.hp/ctti-add.cc: new file.
16586         * gdb.hp/ctti-add1.cc: new file.
16587         * gdb.hp/ctti-add2.cc: new file.
16588         * gdb.hp/ctti-add3.cc: new file.
16589         * gdb.hp/dbx.exp: new file.
16590         * gdb.hp/exception.cc: new file.
16591         * gdb.hp/exception.exp: new file.
16592         * gdb.hp/foll-exec.c: new file.
16593         * gdb.hp/foll-exec.exp: new file.
16594         * gdb.hp/foll-fork.c: new file.
16595         * gdb.hp/foll-fork.exp: new file.
16596         * gdb.hp/foll-vfork.c: new file.
16597         * gdb.hp/foll-vfork.exp: new file.
16598         * gdb.hp/inherit-hp.exp: new file.
16599         * gdb.hp/more-steps.exp: new file.
16600         * gdb.hp/namespace.cc: new file.
16601         * gdb.hp/namespace.exp: new file.
16602         * gdb.hp/optimize.exp: new file.
16603         * gdb.hp/pxdb.c: new file.
16604         * gdb.hp/pxdb.exp: new file.
16605         * gdb.hp/quicksort.exp: new file.
16606         * gdb.hp/reg-test.exp: new file.
16607         * gdb.hp/reg-test.s: new file.
16608         * gdb.hp/sized-enum.c: new file.
16609         * gdb.hp/sized-enum.exp: new file.
16610         * gdb.hp/start-stop.exp: new file.
16611         * gdb.hp/templ-hp.cc: new file.
16612         * gdb.hp/templ-hp.exp: new file.
16613         * gdb.hp/thr-lib.c: new file.
16614         * gdb.hp/thr-lib.exp: new file.
16615         * gdb.hp/thr-lib.h: new file.
16616         * gdb.hp/thr-liblib.c: new file.
16617         * gdb.hp/virtfun-hp.c: new file.
16618         * gdb.hp/virtfun-hp.exp: new file.
16619         * gdb.hp/watch-cmd.exp: new file.
16620         * gdb.hp/watch-hp.exp: new file.
16621         * gdb.hp/xdb1.exp: new file.
16622         * gdb.hp/xdb2.exp: new file.
16623         * gdb.hp/xdb3.exp: new file.
16624
16625 Wed Jan  6 18:41:15 1999  David Taylor  <taylor@texas.cygnus.com>
16626
16627         The following files are part of the HP merge; some had longer
16628         names at HP, but have been renamed to be no more than 14
16629         characters in length.
16630
16631         * gdb.base/ss.h: new file.
16632         * gdb.base/call-ar-st.c: new file.
16633         * gdb.base/call-ar-st.exp: new file.
16634         * gdb.base/call-rt-st.c: new file.
16635         * gdb.base/call-rt-st-exp: new file.
16636         * gdb.base/call-strs.exp: new file.
16637         * gdb.base/ena-dis-br.exp: new file.
16638         * gdb.base/environ.exp: new file.
16639         * gdb.base/long_long.exp: new file.
16640         * gdb.base/sect-cmd.exp: new file.
16641         * gdb.base/shlib-cl2.exp: new file.
16642         * gdb.base/smoke.exp: new file.
16643         * gdb.base/so-impl-ld.c: new file.
16644         * gdb.base/so-impl-ld.exp: new file.
16645         * gdb.base/so-indr-cl.c: new file.
16646         * gdb.base/so-indr-cl.exp: new file.
16647         * gdb.base/varargs.exp: new file.
16648         * gdb.base/volatile.exp: new file.
16649         * gdb.base/whatis-exp.exp: new file.
16650         * gdb.base/display.exp: new file.
16651         * gdb.c++/derivation.exp: new file.
16652         * gdb.c++/local.exp: new file.
16653         * gdb.c++/member-ptr.exp: new file.
16654         * gdb.c++/overload.exp: new file.
16655         * gdb.c++/ovldbreak.exp: new file.
16656         * gdb.c++/ref-types.exp: new file.
16657         * gdb.c++/ref-types2.exp: new file.
16658         * gdb.c++/userdef.exp: new file.
16659
16660 Wed Jan  6 13:50:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
16661
16662         * gdb.base/default.exp: Reflect wording change in remote.c.
16663
16664 Tue Jan  5 19:14:51 1999  Michael Snyder  <msnyder@cygnus.com>
16665
16666         * gdb.base/help.exp: Update to reflect current text.
16667
16668 Tue Jan  5 13:05:32 1999  David Taylor  <taylor@texas.cygnus.com>
16669
16670         * gdb.c++/anon-union.cc: make foo and bar global, otherwise
16671         they're stack variables and contain garbage.
16672         * gdb.c++/anon-union.exp: new file.
16673
16674         The following changes were made by David Taylor
16675         <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
16676         Edith Epstein <eepstein@cygnus.com> as part of a project to merge
16677         in changes by HP.
16678
16679         * gdb.base/bitops.exp: new file.
16680         * gdb.base/default.exp: change expected messages for catch and
16681         info catch tests to reflect HP merge changes.
16682         * gdb.base/enable-disable-break.exp
16683         * gdb.base/ending-run.c: new file.
16684         * gdb.base/long_long.c: new file.
16685         * gdb.base/maint.exp: new file.
16686         * gdb.base/pointers2.exp: new file.
16687         * gdb.base/shlib-call2.exp: new file.
16688         * gdb.base/solib.exp: new file.
16689         * gdb.base/step-test.c: new file.
16690         * gdb.c++/anon-union.cc: new file.
16691         * gdb.c++/local.cc: new file.
16692         * gdb.c++/member-pointer.cc: new file.
16693         * gdb.c++/method.cc: new file.
16694         * gdb.c++/ref-types.cc: new file.
16695         * gdb.c++/ref-types2.cc: new file.
16696         * gdb.c++/userdef.cc: new file.
16697
16698         * gdb.base/scope.exp: compile one file at a time, then link.
16699         * gdb.base/langs.exp: ditto.
16700         * gdb.base/list.exp: ditto.
16701
16702 Mon Jan  4 10:06:43 1999  David Taylor  <taylor@texas.cygnus.com>
16703
16704         The following changes were made by David Taylor
16705         <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
16706         Edith Epstein <eepstein@cygnus.com> as part of a project to merge
16707         in changes by HP.
16708
16709         * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
16710         skip tests.  When compiling pass c++ flag to gdb_compile.
16711         * gdb.c++/
16712
16713         * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
16714         test for on hppa*-*-hpux*; use args to see if c++ was specified.
16715         (skip_hp_tests): new function.
16716         (gdb_preprocess): new function.
16717
16718         * configure.in (hpdir): decide whether to configure gdb.hp.
16719         * configure: regenerated.
16720
16721         * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
16722         to delete on clean.
16723         (EXECUTABLES): update to reflect new additions.
16724         * gdb.base/commands.exp: update message expected.
16725         * gdb.base/default.exp: add copyright notice.
16726         * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
16727         * gdb.base/help.exp: update messages to reflect current text.
16728         * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
16729         targets for recurse tests.
16730         * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
16731         skip this file.
16732
16733         * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
16734         * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
16735         compilation.
16736         * gdb.c++/misc.exp: ditto.
16737         * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
16738         run the tests.  tell gdb_compile that it's a c++ compilation.
16739
16740         * gdb.threads/pthreads.exp: fix typo in message.
16741
16742         * gdb.base/all-bin.exp: new file.
16743         * gdb.base/arithmet.exp: new file.
16744         * gdb.base/assign.exp: new file.
16745         * gdb.base/completion.exp: new file.
16746         * gdb.base/cond-expr.exp: new file.
16747         * gdb.base/condbreak.exp: new file.
16748         * gdb.base/define.exp: new file.
16749         * gdb.base/dollar.exp: new file.
16750         * gdb.base/environment.exp: new file.
16751         * gdb.base/eval-skip.exp: new file.
16752         * gdb.base/jump.exp: new file.
16753         * gdb.base/logical.exp: new file.
16754         * gdb.base/pointers.exp: new file.
16755         * gdb.base/relational.exp: new file.
16756         * gdb.base/section_command.exp: new file.
16757         * gdb.base/whatis-expr.exp: new file.
16758
16759         * gdb.base/all-types.c: new file.
16760         * gdb.base/call-array-struct.c: new file.
16761         * gdb.base/call-return-struct.c: new file.
16762         * gdb.base/call-strings.c: new file.
16763         * gdb.base/callfuncs2.c: new file.
16764         * gdb.base/condbreak.c: new file.
16765         * gdb.base/constvars.c: new file.
16766         * gdb.base/display.c: new file.
16767         * gdb.base/int-type.c: new file.
16768         * gdb.base/jump.c: new file.
16769         * gdb.base/miscexprs.c: new file.
16770         * gdb.base/pointers.c: new file.
16771         * gdb.base/pointers2.c: new file.
16772         * gdb.base/shmain.c: new file.
16773         * gdb.base/shr1.c: new file.
16774         * gdb.base/shr2.c: new file.
16775         * gdb.base/solib.c: new file.
16776         * gdb.base/solib1.c: new file.
16777         * gdb.base/solib2.c: new file.
16778         * gdb.base/varargs.c: new file.
16779         * gdb.c++/derivation.cc: new file.
16780         * gdb.c++/overload.cc: new file.
16781         * gdb.c++/ovldbreak.cc: new file.
16782         * gdb.hp/attach.c: new file.
16783         * gdb.hp/attach2.c: new file.
16784         * gdb.hp/average.c: new file.
16785         * gdb.hp/compiler.c: new file.
16786         * gdb.hp/compiler.cc: new file.
16787         * gdb.hp/execd-program.c: new file.
16788         * gdb.hp/follow-exec.c: new file.
16789         * gdb.hp/follow-fork.c: new file.
16790         * gdb.hp/follow-vfork-and-exec.c: new file.
16791         * gdb.hp/misc-hp.cc: new file.
16792         * gdb.hp/more-steps.c: new file.
16793         * gdb.hp/optimize.c: new file.
16794         * gdb.hp/quicksort.c: new file.
16795         * gdb.hp/run-hp.c: new file.
16796         * gdb.hp/start-stop.c: new file.
16797         * gdb.hp/sum.c: new file.
16798         * gdb.hp/templates-hp.cc: new file.
16799         * gdb.hp/thread-local-in-lib.c: new file.
16800         * gdb.hp/thread-local-in-lib.h: new file.
16801         * gdb.hp/thread-local-in-lib.lib.c: new file.
16802         * gdb.hp/vforked-program.c: new file.
16803         * gdb.hp/virtfunc-hp.cc: new file.
16804         * gdb.hp/watchpoint-hp.c: new file.
16805         * gdb.hp/xdb.c: new file.
16806         * gdb.hp/xdb0.c: new file.
16807         * gdb.hp/xdb0.h: new file.
16808         * gdb.hp/xdb1.c: new file.
16809
16810 Mon Dec 21 14:08:38 1998  David Taylor  <taylor@texas.cygnus.com>
16811
16812         The following change was made by Edith Epstein
16813         <eepstein@cygnus.com> as part of a project to merge in changes
16814         originally made by HP; HP did not create ChangeLog entries.
16815
16816         * gdb.c++/demangle.exp: changed the expected output for some
16817         ARM-style mangling -- removed second reference to datatype.
16818         For example, maint demangle __dt__11T1__pt__2_cFv
16819                      T1<char>::~T1<char>(void)
16820         becomes,
16821                      maint demangle __dt__11T1__pt__2_cFv
16822                      T1<char>::~T1(void)
16823
16824         (test_hp_style_demangling): new hp specific demangling test cases.
16825
16826 Mon Dec 14 15:07:03 1998  Jeffrey A Law  (law@cygnus.com)
16827
16828         * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
16829         * gdb.trace/backtrace.exp: Likewise.
16830         * gdb.trace/circ.exp: Likewise.
16831         * gdb.trace/collection.exp: Likewise.
16832         * gdb.trace/deltrace.exp: Likewise.
16833         * gdb.trace/infotrace.exp: Likewise.
16834         * gdb.trace/limits.exp: Likewise.
16835         * gdb.trace/packetlen.exp: Likewise.
16836         * gdb.trace/passc-dyn.exp: Likewise.
16837         * gdb.trace/passcount.exp: Likewise.
16838         * gdb.trace/report.exp: Likewise.
16839         * gdb.trace/save-trace.exp: Likewise.
16840         * gdb.trace/tfind.exp: Likewise.
16841         * gdb.trace/tracecmd.exp: Likewise.
16842         * gdb.trace/while-dyn.exp: Likewise.
16843         * gdb.trace/while-stepping.exp: Likewise.
16844
16845 1998-12-07  Jim Blandy  <jimb@zwingli.cygnus.com>
16846
16847         * gdb.base/restore.exp, gdb.base/restore.c: New tests.
16848
16849 Wed Dec  2 20:03:53 1998  Stan Shebs  <shebs@andros.cygnus.com>
16850
16851         From Brendan Kehoe:
16852         * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
16853         int return types.
16854
16855 Sat Oct 24 18:04:22 1998  Felix Lee  <flee@cygnus.com>
16856
16857         * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
16858         remote dos host testing right.
16859
16860 Mon Oct 19 01:31:59 1998  Felix Lee  <flee@cygnus.com>
16861
16862         * gdb.base/corefile.exp: remove some xfails.
16863
16864 Thu Oct 15 10:04:38 1998  Andrew Cagney  <cagney@b1.cygnus.com>
16865
16866         * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
16867         have different timestamps.
16868
16869 Thu Oct  1 20:56:14 1998  Andrew Cagney  <cagney@b1.cygnus.com>
16870
16871         * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
16872         gdb.base/default.exp: Replace "exec" with "executable".
16873
16874 Tue Sep 29 15:06:29 1998  Andrew Cagney  <cagney@b1.cygnus.com>
16875
16876         * gdb.base/default.exp: Change else if to elseif from previous
16877         delta.
16878
16879 Mon Sep 28 13:21:43 1998  Nick Clifton  <nickc@cygnus.com>
16880
16881         * gdb.base/default.exp: Add brace missing from previous delta.
16882
16883 Mon Sep 21 14:39:27 1998  Nick Clifton  <nickc@cygnus.com>
16884
16885         * gdb.base/default.exp: Support test for info float for all
16886         varieties of arm toolchain.
16887
16888 Fri Sep 18 14:07:44 1998  Michael Snyder  <msnyder@cygnus.com>
16889
16890         * gdb.trace/*.exp: remove "remote_download" command.
16891
16892 Wed Sep 16 11:38:21 1998  Michael Snyder  <msnyder@cygnus.com>
16893
16894         * gdb.trace/*.exp: remove -gdwarf from compile.
16895
16896 Wed Sep 16 01:23:11 1998  Felix Lee  <flee@cygnus.com>
16897
16898         * gdb.trace/configure.in(AC_INIT): typo
16899         * gdb.trace/configure: regenerated
16900
16901 Mon Sep 14 20:00:04 1998  Michael Snyder  <msnyder@cygnus.com>
16902
16903         * config/m68k-emc.exp: New file.
16904         * lib/<emc-support.exp trace-support.exp}: New files.
16905         * configure.in: add new test directory gdb.trace.
16906         * gdb.trace/{configure configure.in Makefile.in}: New files.
16907         * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
16908         * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
16909         * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
16910         * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
16911         * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
16912         * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
16913         * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
16914
16915 Fri Sep 11 13:58:02 1998  Michael Snyder  <msnyder@cygnus.com>
16916
16917         * gdb.c++/classes.exp: Change all regular expressions to match
16918         arbitrary combinations of newline/carriage-return, so that they
16919         will work equally well on Unix and Windows.
16920         * gdb.c++/inherit.exp: ditto.
16921         * gdb.c++/virtfunc.exp: ditto.
16922
16923 1998-08-11 Dawn Perchik  <dawn@cygnus.com>
16924
16925         * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
16926
16927 Fri Jul 24 15:51:34 1998  Jeffrey A Law  (law@cygnus.com)
16928
16929         * gdb.disasm/am33.s: Add tests for autoincrement instructions.
16930         * gdb.disasm/am33.exp: Run time.  Update tests which use r8-r15
16931         to use a0-a3/d0-d3 as needed.
16932
16933 Thu Jul 16 18:20:46 1998  Jeffrey A Law  (law@cygnus.com)
16934
16935         * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
16936         * gdb.disasm/am33.exp: Corresponding changes.
16937
16938 1998-07-11  Felix Lee  <flee@cygnus.com>
16939
16940         * gdb.base/callfuncs.exp: add cmp10 test.
16941         * gdb.base/callfuncs.c (cmp10): new function.
16942
16943 Thurs Jul 9 11:08:31 1998  Dawn Perchik  <dawn@cygnus.com>
16944
16945         * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
16946         into two parts to get around a synchronization problem in expect.
16947
16948 Fri Jun 26 14:27:13 1998  Keith Seitz  <keiths@cygnus.com>
16949
16950         * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
16951
16952         * configure.in: Add options for gdbtk testsuite.
16953
16954         * configure: Regenerate.
16955
16956         * gdb.gdbtk: New directory to hold gdbtk tests.
16957
16958 Fri Jun 26 14:52:47 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
16959
16960         * gdb.fortran/types.exp:  Escape brackets in expect patterns
16961         for test_float_literal_types_accepted tests.
16962         * gdb.base/scope.exp:  Remove extraneous newline in filelocal_bss
16963         before run test.
16964
16965 Fri Jun 26 11:12:17 1998  Jeffrey A Law  (law@cygnus.com)
16966
16967         * am33.exp: Just compile, do not link the testcase.
16968         * am33.s: Add ".am33" pseudoop to force am33 mode.
16969
16970 1998-06-25  Felix Lee  <flee@cygnus.com>
16971
16972         * gdb.base/setshow.exp: make sure $pc is sane.
16973
16974         * gdb.stabs/weird.exp: split expect patterns properly.
16975
16976 Wed Jun 24 13:03:15 1998  Jeffrey A Law  (law@cygnus.com)
16977
16978         * gdb.disasm/am33.s: New disassembler testfile for the am33.
16979         * gdb.disasm/am33.exp: Run it.
16980
16981 Tue Jun 23 11:45:01 1998  Michael Snyder  <msnyder@cygnus.com>
16982
16983         * gdb.base/funcargs.exp: simplify expect strings to ease pattern
16984         match processing (and eliminate spurious timeouts when running).
16985
16986 Fri Jun 12 17:28:22 1998  Michael Snyder  <msnyder@cygnus.com>
16987
16988         * gdb.base/signals.exp (test_handle_all_print): put back Mach
16989         exception test, but conditionalize it on target [mach | gnu].
16990
16991 Wed Jun 10 10:40:03 1998  Michael Snyder  <msnyder@cygnus.com>
16992
16993         * gdb.base/overlays.exp: fixup compile line for linker script.
16994
16995 Thu Jun  4 21:54:15 1998  Felix Lee  <flee@zog.cygnus.com>
16996
16997         * gdb.fortran/types.exp: don't guess at float size.
16998
16999 Thu May 21 02:28:37 1998  Felix Lee  <flee@zog.cygnus.com>
17000
17001         * gdb.base/exprs.exp: delete test that depends on int size.
17002
17003 Sun May 17 17:10:22 1998  Bob Manson  <manson@charmed.cygnus.com>
17004
17005         * config/sim.exp: Removed checks for target triplets.
17006         (gdb_target_sim): Use gdb,target_sim_options.
17007
17008 Sat May 16 23:43:35 1998  Mark Alexander  <marka@cygnus.com>
17009
17010         * gdb.base/reread.exp: New file.
17011         * gdb.base/reread1.c: New file.
17012         * gdb.base/reread2.c: New file.
17013
17014 Sat May 16 23:22:09 1998  Mark Alexander  <marka@cygnus.com>
17015
17016         * config/sim.exp: Use 'target sim -sparclite' when running
17017         SPARClite programs.
17018
17019 Sat May 16 18:48:08 1998  Doug Evans  <devans@canuck.cygnus.com>
17020
17021         * gdb.base/structs2.exp: New file.
17022         * gdb.base/structs2.c: New file.
17023
17024 Wed May 13 13:36:14 1998  Doug Evans  <devans@canuck.cygnus.com>
17025
17026         * gdb.asm/common.inc: New file.
17027         * gdb.asm/d10v.inc: New file.
17028         * asm-source.exp: Pass -I's to gas to find .inc files.
17029         Update line numbers in expected output.
17030         * asmsrc1.s: Rewrite.
17031         * asmsrc2.s: Rewrite.
17032         * configure.in: Create arch.inc symlink.
17033         * configure: Regenerate.
17034         * Makefile.in (distclean): Delete arch.inc.
17035
17036 Wed May  6 10:30:54 1998  John Metzler  <jmetzler@cygnus.com>
17037
17038         *  callfuncs.c (t_enum_value1) : Cleanup return value warnings
17039         (t_enum_value2): ditto
17040         (t_enum_value3): ditto
17041         (main): ditto
17042 Fri May  1 09:33:37 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
17043
17044         * gdb.base/break.exp:  Remove xfail for `deleting all breakpoints
17045         when none' unexpected prompt case, fixed by breakpoint.c:delete_command
17046         change.
17047         Use gdb_test instead of send_gdb/gdb_expect sequences.
17048
17049 Thu Apr 23 12:56:19 1998  Jason Molenda  (crash@bugshack.cygnus.com)
17050
17051         * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
17052         not void.
17053
17054 Thu Apr 16 10:52:34 1998  John Metzler  <jmetzler@cygnus.com>
17055
17056         * gdb.base/branches.c: Code with lots of loops and
17057         subroutines. Used to test gdbs ability to single step through PC
17058         changes, especially to test mips-tdep.c:mips_next_pc
17059
17060 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
17061
17062         * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
17063         more rigorous EGCS C++ error checking.
17064
17065 Fri Apr 10 22:38:12 1998 Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17066
17067         * gdb.base/help.exp:  Clean up `help set args' and `help show args'
17068         tests.
17069         * gdb.base/interrupt.exp:  Add "i*86-*-solaris2*" xfail for calling
17070         function when asleep.
17071         * gdb.base/signals.exp:  Add "i*86-*-solaris2*" xfails. Add comment
17072         for i*86 Linux and SVR4 signal handling problems.
17073         Remove linux xfail for `next to handler in signals_tests_1', fixed
17074         by recent infrun.c change.
17075         Limit backtrace to 10 frames to avoid timeout problems with infinite
17076         stack backtraces.
17077         Adjust expect pattern in `handle all print' test to match Apr 28 1997
17078         target.[ch] change.
17079
17080 Tue Mar 31 00:40:32 1998  Bob Manson  <manson@charmed.cygnus.com>
17081
17082         * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
17083         for a newline from gdb before continuing.
17084         (default_gdb_exit): Just look for y or n.
17085         (gdb_test): Detect abnormal exit from GDB running on DOS; if
17086         it does, fail the rests of the tests in the file.
17087
17088 Tue Mar 24 22:44:52 1998  Bob Manson  <manson@charmed.cygnus.com>
17089
17090         * config/cygmon.exp: New file.
17091
17092 Mon Mar 16 21:39:11 1998  Bob Manson  <manson@charmed.cygnus.com>
17093
17094         * gdb.base/list.exp: Fix problem with "list default lines around
17095         main" test on remote targets.
17096
17097         * gdb.base/scope.exp: Fix problem with filelocal_bss before
17098         run test on remote targets.
17099
17100 Thu Mar 12 16:23:00 1998  Doug Evans  <devans@canuck.cygnus.com>
17101
17102         * gdb.asm: New directory.
17103         * configure.in: Configure it.
17104         * configure: Regenerate.
17105         * gdb.asm/{Makefile.in,configure.in,configure}: New files.
17106         * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
17107
17108 Mon Feb 23 08:22:44 1998  Mark Alexander  <marka@cygnus.com>
17109
17110         * config/mn10300-eval.exp: New file to support MN10300 eval board.
17111
17112 Wed Feb 18 16:43:46 1998  Michael Snyder  (msnyder@cygnus.com)
17113
17114         * gdb.base/overlays (several files): Merge the two overlay
17115         managers into one.  Change variables (foox, barx, bazx, grbxx)
17116         back into ints but force them to load in their proper sections.
17117
17118 Thu Feb 12 13:49:30 1998  Andrew Cagney  <cagney@b1.cygnus.com>
17119
17120         * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
17121         on-chip insn memory and IMAP1 to upper 128k.
17122         (D10VCopy): Handle memory regions crossing 16k boundaries.
17123         (D10VCopy): Transfer data in 32 bit chunks.
17124
17125 Tue Feb 10 17:23:22 1998  Andrew Cagney  <cagney@b1.cygnus.com>
17126
17127         * gdb.base/overlays.c (main): Exit normally when result is
17128         correct.
17129
17130         * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
17131         map.  Include space for printf in .text segment.
17132
17133         * gdb.base/d10vovly.c (D10VTranslate): New function, handle
17134         updated d10v memory VMA/LMA map.
17135         (D10VCopy): Call D10VTranslate.
17136
17137 Fri Feb  6 14:13:12 1998  Andrew Cagney  <cagney@b1.cygnus.com>
17138
17139         * gdb.base/m32rovly.c: Force variable _novlys into .data section.
17140
17141         * gdb.base/bar.c (barx, bar): Change variable to small array so
17142         that it won't be put into the .sdata - small data -
17143         section. Update reference.
17144         * gdb.base/baz.c (bazx, baz): Ditto.
17145         * gdb.base/foo.c (foox, foo): Ditto.
17146         * gdb.base/grbx.c (grbxx, grbx): Ditto.
17147
17148         * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
17149         to be arrays.
17150
17151 Thu Jan 29 14:48:19 1998  Michael Snyder  (msnyder@cygnus.com)
17152
17153         * gdb.base/overlays.exp: fix up and get working again.
17154         Add tests for backtraces from an overlay function.
17155
17156 Fri Jan 23 07:52:45 1998  Fred Fish  <fnf@cygnus.com>
17157
17158         * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
17159         "calling function with watchpoint enabled".
17160
17161 Thu Jan 22 14:23:29 1998  Fred Fish  <fnf@cygnus.com>
17162
17163         * gdb.base/break.exp (test_next_with_recursion): Remove
17164         gdb_suppress_tests for d10v-*-*.
17165         * lib/gdb.exp (gdb_suppress_tests): Disable this function
17166         pending review of whether it is useful or not.
17167
17168 Tue Jan 20 13:02:09 1998  Mark Alexander  <marka@cygnus.com>
17169
17170         * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
17171
17172 Mon Jan 19 08:53:04 1998  Mark Alexander  <marka@cygnus.com>
17173
17174         * gdb.base/break.exp: Increase timeout for slow TX39 boards.
17175         * config/dve.exp: New file to support Densan boards.
17176
17177 Mon Dec 15 22:38:05 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17178
17179         * gdb.base/interrupt.exp: Document problem of simulators, signals,
17180         reads and BSD.
17181
17182 Wed Nov 26 22:29:18 1997  Bob Manson  <manson@charmed.cygnus.com>
17183
17184         * config/monitor.exp: Be a bit less picky about the "Remote debugging"
17185         response.
17186
17187         * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
17188
17189 Tue Nov 25 12:46:36 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17190
17191         * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
17192         test.
17193
17194         * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
17195         target_sizeof_long and target_bigendian_p.
17196         (structs_by_value, structs_by_reference): Check values according
17197         to targets word size and endianess.
17198
17199 Mon Nov 24 16:37:06 1997  Andrew Cagney  <cagney@b1.cygnus.com>
17200
17201         * gdb.base/langs.exp: For "continue to exit" ignore any trailing
17202         output.
17203
17204 Fri Oct 17 13:24:43 1997  Stan Shebs  <shebs@andros.cygnus.com>
17205
17206         * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
17207         Update test of set args help to match source change.
17208
17209 Fri Sep 26 17:36:20 1997  Jason Molenda  (crash@pern.cygnus.com)
17210
17211         * gdb.base/default.exp: Expect help system output to be in
17212         alphabetical order.
17213         * gdb.base/help.exp: Ditto.
17214
17215 Wed Sep 24 13:08:14 1997  Bob Manson  <manson@charmed.cygnus.com>
17216
17217         * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
17218         "i*86-pc-linux-gnu*".
17219         * gdb.base/interrupt.exp: Ditto.
17220         * gdb.base/corefile.exp: Ditto.
17221
17222         * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
17223         define vxworks when building the testcase.
17224
17225         * gdb.base/ptype.exp: Fix testnames to be unique.
17226         * gdb.base/radix.exp: Ditto.
17227         * gdb.base/term.exp: Ditto.
17228         * gdb.base/whatis.exp: Ditto.
17229         * gdb.c++/classes.exp: Ditto.
17230
17231 Tue Sep 16 22:21:48 1997  Bob Manson  <manson@charmed.cygnus.com>
17232
17233         * gdb.base/callfuncs.exp: Fix indentation.
17234
17235         * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
17236         suppress_flag has been set.
17237         (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
17238         target feature.
17239
17240 Mon Sep 15 15:43:17 1997  Bob Manson  <manson@charmed.cygnus.com>
17241
17242         * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
17243         the testcase.
17244
17245         * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
17246         set_debug_traps() and breakpoint().
17247         * gdb.c++/misc.cc (main): Ditto.
17248         * gdb.c++/templates.cc (main): Ditto.
17249         * gdb.c++/virtfunc.cc (main): Ditto.
17250
17251 Fri Sep 12 16:56:38 1997  Bob Manson  <manson@charmed.cygnus.com>
17252
17253         * lib/gdb.exp(gdb_step_for_stub): New function.
17254         (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
17255         exists, reload the executable and do a "continue" instead of
17256         doing a jump.
17257         (runto_main): Use gdb_step_for_stub.
17258
17259         * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
17260         tests to have unique names.
17261         * gdb.base/callfuncs.exp: Ditto.
17262         * gdb.base/commands.exp: Ditto.
17263         * gdb.base/default.exp: Ditto.
17264         * gdb.base/help.exp: Ditto.
17265         * gdb.base/list.exp: Ditto.
17266         * gdb.base/opaque.exp: Ditto.
17267         * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
17268         similar tests.
17269
17270         * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
17271         * gdb.c++/cplusfuncs.cc: Ditto.
17272         * gdb.c++/virtfunc.cc: Ditto.
17273
17274         * config/monitor.exp: Keep track of the last file we saw, rather
17275         than trying to get the info from gdb.
17276
17277         * gdb.fortran/types.exp: Move comment to previous line.
17278
17279 Tue Sep  2 19:55:34 1997  Bob Manson  <manson@charmed.cygnus.com>
17280
17281         * config/sparclet.exp: Detect gratuitous change to sparclet gdb
17282         target mode.
17283
17284 Mon Jul 28 12:14:47 1997  Stan Shebs  <shebs@andros.cygnus.com>
17285
17286         From Bob Manson:
17287         * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
17288         string from GDB when it connects.
17289
17290         * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
17291
17292 Thu Jul  3 15:35:12 1997  Bob Manson  <manson@charmed.cygnus.com>
17293
17294         * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
17295         if we can't get a debug format from GDB (we may be testing an
17296         older GDB). Use a 10 second timeout when checking for the format.
17297
17298         * gdb.stabs/weird.exp: Fix quoting.
17299
17300         * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
17301
17302 Mon Jun 30 18:31:43 1997  Bob Manson  <manson@charmed.cygnus.com>
17303
17304         * config/arm-ice.exp: New file.
17305
17306 Sun Jun 29 16:43:30 1997  Bob Manson  <manson@charmed.cygnus.com>
17307
17308         * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
17309         until it has been modified to work with the new testsuite.
17310
17311         * gdb.*/*.exp: Instead of causing 1 unresolved test when the
17312         testcase won't compile, cause all of the testcases in the file to
17313         fail instead.
17314
17315         * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
17316         (gdb_clear_suppressed): New procedure.
17317         (gdb_stop_suppressing_tests): Only clear suppress_flag if
17318         it contains a positive value.
17319
17320 Sat Jun 28 13:31:11 1997  Bob Manson  <manson@charmed.cygnus.com>
17321
17322         * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
17323
17324         * gdb.c++/virtfunc.exp: Remove setting of libs variable.
17325
17326 Fri Jun 27 07:44:25 1997  Fred Fish  <fnf@cygnus.com>
17327
17328         * lib/gdb.exp (setup_xfail_format): New function.
17329         (get_debug_format): New function to get debug format.
17330         (debug_format): New global variable to hold last value set
17331         by get_debug_format.
17332         * gdb.base/list.exp: Call get_debug_format and expect some
17333         tests to fail for DWARF 1 and COFF formats.
17334         * gdb.c++/ptype.exp: Ditto.
17335         * gdb.c++/classes.exp: Ditto.
17336         * gdb.c++/cplusfuncs.exp: Ditto.
17337         * gdb.c++/inherit.exp: Ditto.
17338         * gdb.c++/templates.exp: Ditto.
17339         * gdb.c++/virtfunc.exp: Ditto.
17340
17341 Wed Jun 25 09:08:51 1997  Bob Manson  <manson@charmed.cygnus.com>
17342
17343         * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
17344         host doesn't have a currently-open connection.
17345
17346         * config/sparclet.exp: Cleanups and fixes to make it generic for
17347         any gdb stub target. Handle cases where gdb doesn't respond when
17348         interrupted in a sane fashion.
17349
17350         * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
17351         same thing in a totally different way.
17352
17353         * config/monitor.exp: Pass in timeouts to gdb_expect instead of
17354         setting "timeout".
17355         (gdb_start): We set the global gdb_prompt variable in
17356         default_gdb_init now.
17357
17358 Sun Jun 22 09:11:02 1997  Fred Fish  <fnf@cygnus.com>
17359
17360         * gdb.base/printcmds.exp: Fix "check for floating addition"
17361         regexp to accept results within approx +/- .01 of exact value.
17362         * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
17363
17364 Wed Jun 18 11:11:39 1997  Bob Manson  <manson@charmed.cygnus.com>
17365
17366         * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
17367         properly.
17368         (gdb_expect): Add optional timeout parameter, and add timeout
17369         value to various calls.
17370         (gdb_suppress_tests): Only give one warning message per group.
17371
17372 Tue Jun 17 13:10:10 1997  Bob Manson  <manson@charmed.cygnus.com>
17373
17374         * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
17375         global variables. Handle getting a value for $timeout more
17376         gracefully.
17377
17378 Sat Jun 14 09:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
17379
17380         * lib/gdb.exp: Close connection to remote host if gdb doesn't
17381         initialize.
17382         (default_gdb_init): New procedure; allow gdb_init to be overridden
17383         by a target configuration file.
17384         (gdb_expect): Pass the timeout to remote_expect.
17385
17386         * config/monitor.exp(gdb_load): Fix typo in regexp.
17387
17388 Thu Jun 12 20:57:12 1997  Bob Manson  <manson@charmed.cygnus.com>
17389
17390         * gdb.base/funcargs.exp: Remove spurious suppress tests call.
17391
17392 Tue Jun  3 15:20:20 1997  Bob Manson  <manson@charmed.cygnus.com>
17393
17394         * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
17395         here. Call gdb_target_exec before rebooting the target, to make
17396         sure the connection to the target is closed.
17397         (gdb_load): Pass the name of the executable to gdb_target_monitor.
17398         Don't call gdb_file_cmd here; let gdb_target_monitor do it.
17399         Also detect "Timeout reading from remote" error.
17400
17401         * config/gdbserver.exp: Pass the executable being loaded to
17402         gdb_target_monitor. Don't call gdb_file_cmd here; let
17403         gdb_target_monitor do it.
17404
17405         * gdb.disasm/hppa.exp: Don't use exec_output.
17406
17407 Fri May 23 13:28:29 1997  Bob Manson  <manson@charmed.cygnus.com>
17408
17409         * gdb.base/list.exp: If we're debugging a non-native target,
17410         try to set the pc register to point to the start of the
17411         program before doing the first list command.
17412
17413         * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
17414         test_calls after restarting.
17415
17416         * lib/gdb.exp(gdb_run_cmd): Send jump command again after
17417         reloading.
17418
17419         * gdb.base/watchpoint.exp: Fix typo.
17420
17421         * gdb.base/setshow.exp: Check for use_gdb_stub.
17422
17423         * gdb.base/break.exp: Fix continue until exit test for the gdb
17424         stub case.
17425         * gdb.base/langs.exp: Ditto.
17426
17427         * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
17428         gdb_load_offset. If we weren't given a file to load, figure out
17429         what the current file is and use it.
17430
17431         * config/i386-bozo.exp: New file.
17432
17433 Thu May 22 18:51:32 1997  Bob Manson  <manson@charmed.cygnus.com>
17434
17435         * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
17436         feature.
17437
17438         * config/proelf.exp: New entry.
17439
17440 Wed May 21 21:23:16 1997  Bob Manson  <manson@charmed.cygnus.com>
17441
17442         * lib/gdb.exp: Remove spurious .* patterns at the beginning
17443         of regexps.
17444
17445         * gdb.base/watchpoint.exp: Don't run the test_stepping
17446         tests if gdb can't call functions on the target.
17447
17448         * gdb.base/setshow.exp: Don't run the set prompt tests if
17449         the board has gdb_prompt set.
17450
17451 Tue May 20 08:58:49 1997  Jeffrey A Law  (law@cygnus.com)
17452
17453         * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
17454         * gdb.base/commands.exp: Likewise.
17455         * gdb.base/setshow.exp: Likewise.
17456
17457 Mon May 19 15:37:50 1997  Bob Manson  <manson@charmed.cygnus.com>
17458
17459         * config/monitor.exp(gdb_start): Look for gdb_prompt target
17460         feature.
17461
17462         * config/i960.exp: New file.
17463
17464 Thu May  1 18:01:50 1997  Bob Manson  <manson@charmed.cygnus.com>
17465
17466         * gdb.base/funcargs.exp: Check for gdb,short_int target
17467         feature instead of looking for explicit target triplets.
17468
17469 Mon Apr 28 17:27:40 1997  Michael Snyder  <msnyder@cygnus.com>
17470
17471         * gdb.base/printcmds.exp: add a couple more tests a la
17472         "p 123DEADBEEF", to check parse_number.
17473         * top.c: change "to enable to enable" to "to enable" in a couple
17474         of help strings.
17475
17476 Thu Apr 24 14:38:18 1997  Jeffrey A Law  (law@cygnus.com)
17477
17478         * gdb.base/callfuncs.exp: Mark some tests as expected to fail
17479         on the mn10300.
17480
17481 Mon Apr 21 15:05:42 1997  Fred Fish  <fnf@cygnus.com>
17482
17483         * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
17484         where the test executable is run with explicit args.
17485         * gdb.base/default.exp: Handle arm-*-coff case for "info float".
17486
17487 Mon Apr 21 13:38:58 1997  Fred Fish  <fnf@cygnus.com>
17488
17489         * gdb.base/run.c: Use FAKEARGV to build test executable that
17490         does not require a command line arg, since most simulators
17491         don't currently support passing such an arg into the simulated
17492         program.
17493         * gdb.base/commands.exp: Change tests to insert the proper
17494         value as the arg to the first recursive factorial call.  Change
17495         compilation line to define FAKEARGV at compile time.
17496
17497 Wed Apr  9 11:12:36 1997  Jeffrey A Law  (law@cygnus.com)
17498
17499         * gdb.base/recurse.exp: Enable these tests for the mn10300.
17500         * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
17501         function with watchpoint enabled" test.
17502
17503 Tue Apr  8 19:33:20 1997  Bob Manson  <manson@charmed.cygnus.com>
17504
17505         * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
17506         Don't call gdb_test when the command doesn't return to a gdb prompt.
17507
17508         * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
17509         "Tests restarted" messages.
17510
17511 Tue Apr  8 16:38:46 1997  Jeffrey A Law  (law@cygnus.com)
17512
17513         * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
17514
17515 Thu Apr  3 15:21:26 1997  Michael Snyder  <msnyder@cygnus.com>
17516
17517         * gdb.base/help.exp: update help msg for INFO ADDR; add help test
17518         for INFO SYMBOL; add help tests for OVERLAY commands.
17519         * gdb.base/default.exp: add tests for INFO SYMBOL command;
17520         add tests for OVERLAY commands
17521         * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
17522         d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
17523         * gdb.base/sigall.c: add usestubs code frag
17524         * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
17525
17526 Thu Apr  3 09:38:53 1997  Bob Manson  <manson@charmed.cygnus.com>
17527
17528         * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
17529         failures.
17530         (gdb_stop_suppressing_tests): Note that tests have restarted.
17531
17532 Wed Apr  2 19:04:20 1997  Bob Manson  <manson@charmed.cygnus.com>
17533
17534         * config/h8300.exp: New file.
17535
17536 Sun Mar 30 13:38:25 1997  Bob Manson  <manson@charmed.cygnus.com>
17537
17538         * gdb.base/setshow.exp: Check for the existence of a
17539         feature, not its value.
17540
17541 Sat Mar 29 11:19:46 1997  Bob Manson  <manson@charmed.cygnus.com>
17542
17543         * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
17544
17545         * gdb.base/scope.exp: It's now init0(), not init().
17546
17547         * gdb.base/scope0.c: For now, change init() to be init0().
17548
17549         * config/monitor.exp: Use gdb_serial in preference to serial
17550         or netport.
17551
17552         * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
17553         and it's not already set.
17554
17555 Fri Mar 28 19:54:18 1997  Bob Manson  <manson@charmed.cygnus.com>
17556
17557         * gdb.base/setshow.exp: Only test the run command if the target
17558         isn't using a stub and if it supports argument passing.
17559
17560 Sat Mar 22 19:50:25 1997  Bob Manson  <manson@charmed.cygnus.com>
17561
17562         * config/udi.exp(gdb_start): Make sure UDICONF is set
17563         properly before starting gdb.
17564
17565 Mon Mar 24 14:40:33 1997  Jeffrey A Law  (law@cygnus.com)
17566
17567         * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
17568         * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
17569         * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
17570
17571 Tue Mar 11 11:42:58 1997  Bob Manson  <manson@charmed.cygnus.com>
17572
17573         * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
17574         specialized code to reboot the board, use remote_reboot instead.
17575
17576         * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
17577
17578         * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
17579
17580         * config/monitor.exp: Make sure we disconnect from the target.
17581         Also, try a reboot/reload cycle instead of failing if the
17582         load fails.
17583
17584 Fri Mar  7 13:48:30 1997  Bob Manson  <manson@charmed.cygnus.com>
17585
17586         * gdb.base/default.exp: Don't set match_max.
17587         * gdb.base/help.exp: Ditto.
17588         * gdb.base/list.exp: Ditto.
17589         * gdb.base/signals.exp: Ditto.
17590
17591         * config/monitor.exp(gdb_load): If gdb,use_standard_load is
17592         set, use remote_ld to download the testcase instead of
17593         the GDB loader.
17594
17595 Wed Mar  5 00:00:43 1997  Bob Manson  <manson@charmed.cygnus.com>
17596
17597         * config/vr5000.exp: New file.
17598
17599         * config/monitor.exp(gdb_target_monitor): Add pattern for
17600         "Ending remote" to detect errors in connecting.
17601
17602         * gdb.base/setshow.exp: Add .* within auto language test.
17603
17604         * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
17605         target feature.
17606
17607         * config/monitor.exp(gdb_load): Check for a failure when loading,
17608         and reboot the board if necessary.
17609
17610         * gdb.base/setvar.exp(test_set): Handle multiple prints within
17611         a set of tests. Remove print.* from the patterns being checked.
17612
17613 Mon Mar  3 11:57:43 1997  Bob Manson  <manson@charmed.cygnus.com>
17614
17615         * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
17616         refer to gdb_spawn_id.
17617
17618         * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
17619         longer used.
17620         * config/sparclet.exp: Ditto.
17621         * config/sparclet-old.exp: Ditto.
17622         * config/slite.exp: Ditto.
17623         * config/sim.exp: Ditto.
17624         * gdb.base/funcargs.exp: Ditto.
17625
17626         * lib/gdb.exp:Remove references to gdb_spawn_id.
17627         (gdb_expect): Move to remote.exp.
17628
17629 Fri Feb 28 20:47:39 1997  Bob Manson  <manson@charmed.cygnus.com>
17630
17631         * config/monitor.exp: Detect the "Couldn't establish connection"
17632         message from GDB.
17633
17634 Tue Feb 25 14:08:55 1997  Bob Manson  <manson@charmed.cygnus.com>
17635
17636         * gdb.base/bitfields.exp: Use runto instead of explicit
17637         gdb_run_cmd/gdb_expect sequences.
17638
17639         * gdb.base/break.exp(text_next_with_recursion): Add match for
17640         gdb_expect call.
17641
17642         * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
17643         We also need to handle the "A program is being debugged already"
17644         prompt from gdb. Use gdb_test to set the baud rate.
17645
17646         * lib/gdb.exp(gdb_init): Increase the default expect buffer size
17647         to 20000. Really. I mean it.
17648
17649 Mon Feb 24 13:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
17650
17651         * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
17652         fails. If suppress_flag is set, skip perror message about not
17653         being able to send to GDB.
17654         (send_gdb): If suppress_flag is set, don't try to send commands to
17655         GDB.
17656         (gdb_expect): If suppress_flag is set, always fail immediately.
17657         (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
17658         (gdb_init): Call gdb_stop_suppressing_tests.
17659         (default_gdb_exit): Ditto.
17660         (default_gdb_start): Ditto.
17661
17662         * gdb.base/bitfields.exp: Call gdb_suppress_tests and
17663         gdb_stop_suppressing_tests as appropriate.
17664         * gdb.base/break.exp: Ditto.
17665         * gdb.base/callfuncs.exp: Ditto.
17666         * gdb.base/commands.exp: Ditto.
17667         * gdb.base/exprs.exp: Ditto.
17668         * gdb.base/funcargs.exp: Ditto.
17669         * gdb.base/list.exp: Ditto.
17670         * gdb.base/recurse.exp: Ditto.
17671         * gdb.base/scope.exp:  Ditto.
17672         * gdb.base/structs.exp: Ditto.
17673         * gdb.c++/inherit.exp: Ditto.
17674
17675 Sun Feb 23 19:56:02 1997  Bob Manson  <manson@charmed.cygnus.com>
17676
17677         * config/vr4300.exp: New file.
17678
17679         * gdb.*/*.exp: Call gdb_expect instead of expect.
17680
17681         * lib/gdb.exp(gdb_expect): New function.
17682
17683 Thu Feb 20 13:57:01 1997  Bob Manson  <manson@charmed.cygnus.com>
17684
17685         * lib/gdb.exp(gdb_init): New function.
17686
17687         * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
17688         for each individual variable set.
17689
17690         * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
17691         name.
17692
17693         * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
17694
17695         * gdb.base/scope.exp: Use gdb_test.
17696
17697         * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
17698         aborting; the testsuite driver will do that for us (see
17699         gdb_finish). Also, use gdb_test in a few more places.
17700
17701 Thu Feb 20 13:32:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
17702
17703         * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
17704
17705 Thu Feb 20 10:34:21 1997  Jeffrey A Law  (law@cygnus.com)
17706
17707         * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
17708         and "add_tests" are not at the same address.
17709
17710 Fri Feb 14 18:47:23 1997  Bob Manson  <manson@charmed.cygnus.com>
17711
17712         * gdb.base/ptype.exp: Use gdb_test.
17713
17714 Thu Feb 13 16:09:36 1997  Jeffrey A Law  (law@cygnus.com)
17715
17716         * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
17717         * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
17718         left in.  No longer expect them to fail.
17719
17720         * gdb.stabs/*.mt; Deleted, no longer used.
17721         * gdb.stabs/configure.in: Remove references to target makefile
17722         frags.
17723         * gdb.stabs/configure: Rebuilt.
17724
17725         * gdb.disasm/*.mt: Deleted, no longer used.
17726         * gdb.disasm/configure.in: Remove references to target makefile
17727         frags.  Use "sh3.s" as the unique filename for this directory.
17728         * gdb.disasm/configure: Rebuilt.
17729
17730         * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
17731         * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
17732         * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
17733
17734 Tue Feb 11 16:57:58 1997  Bob Manson  <manson@charmed.cygnus.com>
17735
17736         * config/udi.exp: Use mondfe,name instead of remote_host.
17737
17738 Tue Feb 11 11:22:36 1997  Jeffrey A Law  (law@cygnus.com)
17739
17740         * gdb.base/watchpoint.exp: Don't expect a failure when calling
17741         a function with a watchpoint enabled on the mn10200.
17742
17743         * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
17744         before trying to create it!
17745
17746 Mon Feb 10 16:40:47 1997  Bob Manson  <manson@charmed.cygnus.com>
17747
17748         * config/vx.exp: Use hostname instead of netport.
17749
17750         * config/vxworks.exp: New file.
17751
17752         * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
17753
17754         * config/monitor.exp(gdb_target_monitor): Look for a prompt from
17755         gdb before assuming everything worked. Send a ^C if a timeout
17756         occurs.
17757
17758         * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
17759         $gdb_spawn_id directly.
17760         (gdb_run_cmd): Try _start as well as start. Use the target feature
17761         gdb,start_symbol as the symbol to start from when jumping.
17762
17763 Mon Feb 10 11:26:59 1997  Jeffrey A Law  (law@cygnus.com)
17764
17765         * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
17766         redundant) test.
17767
17768         * gdb.base/recurse.exp: Relax final value test for 'b' so that
17769         it doesn't lose for 16bit integer systems.
17770
17771 Fri Feb  7 09:31:21 1997  Jeffrey A Law  (law@cygnus.com)
17772
17773         * gdb.fortran/types.exp: If the target doesn't support "double"
17774         data types, then expect "real" types to only be 4 bytes.
17775
17776         * gdb.c++/virtfunc.exp: Expect failure for virtual function
17777         call tests if the target doesn't support inferior function calls.
17778
17779         * gdb.base/printcmds.exp: Allow minor deviation in FP values
17780         in printf tests.
17781
17782 Thu Feb  6 12:46:14 1997  Jeffrey A Law  (law@cygnus.com)
17783
17784         * gdb.base/help.exp: Disable "help set", "help show", and
17785         "help support".  Simplify regexp for "help stack".
17786
17787         * gdb.base/default.exp: Set match_max to 5000 and the timeout
17788         to 60 seconds.  Temporarily set match_max to 15000 around the
17789         "info copying" test.
17790
17791         * gdb.base/nodebug.exp: Don't try to do an inferior function
17792         call if the target doesn't support them.
17793         * gdb.base/printcmds.exp: Likewise.
17794         * gdb.base/setvar.exp: Likewise.
17795         * gdb.base/structs.exp: Likewise.
17796         * gdb.c++/templates.exp: Likewise.
17797         * gdb.base/ptype.exp: Likewise.  Remove UDI specific stuff.
17798
17799         * gdb.base/recurse.exp: Enable for the mn10200.
17800
17801         * configure.in: Do configure gdb.stabs directory for *-*-elf
17802         targets.
17803         * configure: Rebuilt.
17804
17805         * gdb.base/break.exp: Check for gdb,noresults before testing
17806         exit status and/or results from the target.
17807         * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
17808         * lib/gdb.exp: Remove old (now bogus) initialization of
17809         noinferior, noargs, noresults and nosignals.
17810
17811 Tue Feb  4 21:52:17 1997  Bob Manson  <manson@charmed.cygnus.com>
17812
17813         * config/sh.exp: New file.
17814
17815         * config/slite.exp: Try to connect multiple times to the board
17816         before rebooting. Only send a "monitor run" if need_monitor_run
17817         is set.
17818
17819         * gdb.base/break.exp: Don't do the "stub continue" test if
17820         the target has gdb_stub set.
17821
17822         * gdb.base/callfuncs.exp: Increase the timeout.
17823
17824         * gdb.base/interrupt.exp: Don't even try to compile the testcase
17825         if the target has gdb,noinferiorio set.
17826
17827         * gdb.base/list.exp: Increase match_max to 10000 characters.
17828
17829         * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
17830
17831         * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
17832         target.
17833
17834         * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
17835
17836 Mon Feb  3 12:09:37 1997  Bob Manson  <manson@charmed.cygnus.com>
17837
17838         * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
17839         trying to delete the copy of gdb. Catch the file delete so we
17840         don't die if the delete fails; also, the file should be copied to
17841         the host, not to the build.
17842
17843 Sun Feb  2 00:55:14 1997  Bob Manson  <manson@charmed.cygnus.com>
17844
17845         * lib/gdb.exp(gdb_test): Surround the result pattern with
17846         parenthesis in case it contains multiple regexps separated
17847         with |.
17848
17849         * gdb.base/watchpoint.exp: Use gdb_test.
17850         * gdb.base/default.exp: Ditto.
17851
17852 Sat Feb  1 23:51:01 1997  Bob Manson  <manson@charmed.cygnus.com>
17853
17854         * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
17855
17856         * gdb.base/scope.exp: Use gdb_test.
17857         * gdb.c++/classes.exp: Ditto.
17858         * gdb.c++/inherit.exp: Ditto.
17859
17860 Fri Jan 31 13:09:12 1997  Bob Manson  <manson@charmed.cygnus.com>
17861
17862         * gdb.base/crossload.exp: Don't use execute_anywhere, use
17863         remote_exec instead.
17864         * gdb.base/corefile.exp: Don't be ridiculous.
17865         * gdb.base/*.c: Add missing stub invocations.
17866
17867 Thu Jan 30 16:49:25 1997  Bob Manson  <manson@charmed.cygnus.com>
17868
17869         * config/slite.exp: Miscellaneous fixes.
17870
17871         * lib/gdb.exp: Fix runto.
17872
17873         * gdb.base/signals.exp: Check for a gdb,nosignals feature of
17874         the target.
17875
17876         * gdb.base/watchpoint.exp: Fix regexp.
17877
17878         * lib/gdb.exp(default_gdb_exit): Add a catch to the
17879         close and wait commands, as the descriptor may now be
17880         invalid. Always call "remote_close host".
17881
17882 Tue Jan 28 14:42:31 1997  Bob Manson  <manson@charmed.cygnus.com>
17883
17884            Major rewrite for testsuite revision.
17885
17886         * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
17887         TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
17888         instead of relying on spawn_id to always contain a valid
17889         spawn id.
17890         (get_compiler_info): New procedure to build the ${binfile}.ci
17891         file, instead of replicating this in N different places.
17892         (gdb_compile): New procedure.
17893
17894         gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
17895         appropriate arguments) instead of compile. Use gdb_test in a lot
17896         more places.  Use send_gdb instead of send. Always run gdb_start
17897         at the start of a testcase, as this is no longer done magically.
17898
17899         config/*-gdb.exp: Rename without the -gdb suffix.
17900
17901         config/mips.exp: Use remote_close instead of exit_remote_shell.
17902         config/monitor.exp: Use target_info instead of looking at
17903         baud, timeout, etc.
17904         config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
17905
17906 Sat Dec 14 00:43:57 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17907
17908         * gdb.c++/templates.exp (test_ptype_of_templates),
17909         gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
17910         Update expect patterns for destructors and assignment operators
17911         to match corresponding c-typeprint.c changes.
17912         * gdb.c++/templates.exp (test_template_breakpoints):  Revert change
17913         to destructor breakpoint test, GDB should be able to set the
17914         destructor breakpoint without specifying arguments.
17915
17916 Tue Dec  3 20:17:52 1996  Fred Fish  <fnf@cygnus.com>
17917
17918         * gdb.threads/pthreads.exp: Change result for failure to compile due
17919         to lack of pthreads runtime support from an error to simply an
17920         unsupported test, per dejagnu standards.
17921
17922 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17923
17924         * lib/gdb.exp (gdb_test):  Simplify expect pattern for the case
17925         where GDB exits to reduce pattern match time.
17926         (skip_chill_tests):  Skip chill tests for mips*-sgi-irix6*.
17927
17928         * gdb.base/nodebug.exp:  Add mips*-sgi-irix6* xfails.
17929
17930 Tue Nov 26 18:29:23 1996  Michael Snyder  <msnyder@cygnus.com>
17931
17932         * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
17933         * gdb.base/default.exp:   ditto.
17934         * gdb.base/nodebug.exp:   ditto.
17935         * gdb.base/printcmds.exp: ditto.
17936         * gdb.base/ptype.exp:     ditto.
17937         * gdb.base/setvar.exp:    ditto.
17938         * gdb.base/structs.exp:   ditto.
17939         * gdb.base/setshow.c:     Guard against uninitialized values of argc.
17940
17941 Tue Nov 26 17:23:28 1996  Ian Lance Taylor  <ian@cygnus.com>
17942
17943         * configure, */configure: Rebuild with autoconf 2.12.
17944
17945 Sat Nov 23 13:32:15 1996  Fred Fish  <fnf@cygnus.com>
17946
17947         * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
17948         use new i*86-pc-linux*-gnu quads.
17949         * gdb.base/corefile.exp: Ditto.
17950         * gdb.base/signals.exp: Ditto.
17951         * gdb.base/sigall.exp: Ditto.
17952         * gdb.base/interrupt.exp: Ditto.
17953
17954         * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
17955         "i*86-*-linux" for "signal SIGUSR1".  Now works, at least with
17956         RedHat 4.0.
17957
17958         * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
17959         linux.  This allows the test case to at least compile on latest
17960         linux, but still not run due to missing the threads runtime library.
17961
17962 Fri Nov 22 10:13:29 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17963
17964         * gdb.base/a1-selftest.exp (do_steps_and_nexts):  Reinitialize source
17965         directory to search gdb directory. Accept and step over conditional
17966         stack alignment code. Consume $prompt in failure cases.
17967         Reset timeout to $oldtimeout instead of some arbitrary value.
17968         * gdb.base/nodebug.exp:  Limit backtrace to 10 frames to avoid
17969         timeout problems with infinite stack backtraces.
17970         * gdb.base/ptype.exp (ptype struct link, union tu_link):
17971         Accept function parameters for linkfunc member.
17972
17973 Thu Nov 21 09:17:19 1996  Fred Fish  <fnf@cygnus.com>
17974
17975         * lib/gdb.exp (CFLAGS): Remove, unreferenced.
17976         (CXXFLAGS): Remove, unreferenced.
17977         (B_OPTIONS): Add for -B options and add code to initialize with
17978         previous -B options and also add -B option to pick up cross compiled
17979         runtime.
17980         (TARGET_INCLUDES): Add for -I options and add code to initialize when
17981         doing cross compiles.
17982         (target_alias): Declare global.
17983         (xgcc): Set variable to full path of gcc in build tree.  Use findfile
17984         to verify that gcc exists in build tree, and if so set CC to that
17985         gcc and to use B_OPTIONS and TARGET_INCLUDES.
17986
17987 Tue Nov 12 16:20:13 1996  Fred Fish  <fnf@cygnus.com>
17988
17989         * gdb.c++/inherit.exp (test_print_anon_union): Reenable
17990         ptype test for anonymous union.  Fixup testcase to match
17991         current gcc debug output.
17992
17993 Mon Nov 11 14:12:06 1996  Jeffrey A Law  (law@cygnus.com)
17994
17995         * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
17996         force argument to an unsigned long type.
17997
17998 Mon Nov 11 10:27:55 1996  Fred Fish  <fnf@cygnus.com>
17999
18000         * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
18001         tests and anonymous union print/ptype tests.
18002         * gdb.base/list.exp (test_forward-search): Increase timeout by
18003         5 minutes for the "search extremely long line" case.
18004         * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
18005         completely optional and that the pass/fail messages use the command as
18006         the message if that third arg is a null string.
18007         (gdb_test_exact):  Arrange that a null string pattern means match a
18008         null string output rather than any output, which might include random
18009         errors.
18010         * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
18011         backtrace test.
18012         * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
18013         always failing and failure is now exposed by gdb.exp changes.
18014
18015 Sat Nov  9 11:13:24 1996  Fred Fish  <fnf@cygnus.com>
18016
18017         * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
18018         weren't being noted.
18019
18020 Sat Nov  9 01:05:10 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18021
18022         * gdb.base/corefile.exp:  Consume $prompt in mmap fail cases.
18023         * gdb.stabs/weird.exp:  Remove v_comb xfails.
18024
18025 Tue Nov  5 10:44:23 1996  Michael Snyder  <msnyder@cygnus.com>
18026
18027         * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
18028                     list.exp scope.exp watchpoint.exp]
18029           Make all timeout error msgs explicitly say "(timeout)".
18030
18031 Mon Nov  4 12:03:06 1996  Michael Snyder  <msnyder@cygnus.com>
18032
18033         * config/monitor.exp: Increase download timeout to 1000 seconds.
18034
18035 Mon Nov  4 12:02:26 1996  Michael Snyder  <msnyder@cygnus.com>
18036
18037         * config/m32r.exp: Increase timeout to 120 seconds.
18038
18039 Sun Nov  3 14:37:05 1996  Fred Fish  <fnf@cygnus.com>
18040
18041         * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
18042         and accept older ordering as obsolescent gcc or gdb.
18043         * gdb.c++/templates.exp: Ditto.
18044         * gdb.c++/virtfunc.exp: Ditto.
18045
18046 Fri Nov  1 11:56:09 1996  Fred Fish  <fnf@cygnus.com>
18047
18048         * gdb.base/coremaker.c: Add code to mmap some data so we
18049         can check that it ends up in the core file.
18050         * gdb.base/corefile.exp: Add test to read mmapped data
18051         from core file.
18052
18053 Wed Oct 30 18:19:16 1996  Michael Snyder  <msnyder@cygnus.com>
18054
18055         * config/m32r.exp: New file.
18056
18057 Mon Oct 21 14:40:50 1996  Stu Grossman  (grossman@critters.cygnus.com)
18058
18059         * testsuite/gdb.base/nodebug.exp:  Whack out -g options by hand so
18060         that cflags can contains -gstabs, and work correctly for other tests.
18061
18062 Mon Oct 21 14:00:37 1996  Michael Snyder  <msnyder@cygnus.com>
18063
18064         * gdb.base/setshow.exp: New file, tests show and set.
18065         * gdb.base/setshow.c:   New file, tests show and set.
18066         * gdb.base/help.exp: Add test for help set|show annotate.
18067         * gdb.base/default.exp: Add test for set|show annotate.
18068
18069 Wed Oct 16 19:03:54 1996  Stu Grossman  (grossman@critters.cygnus.com)
18070
18071         * testsuite/gdb.base/break.exp:  Make backtrace from factorial
18072         errors unique.
18073         * testsuite/gdb.base/nodebug.exp:  Whack out all -g options
18074         explicitly.
18075
18076 Tue Oct 15 16:45:02 1996  Stu Grossman  (grossman@critters.cygnus.com)
18077
18078         * config/sim-gdb.exp (gdb_target_sim):  Remove setting of height
18079         and width commands.  This is done elsewhere.
18080         * (gdb_start):  Don't call gdb_start_sim here.  That's already
18081         done in gdb_load.  This fixes lots of failures in default.exp.
18082
18083 Sun Oct 13 10:40:23 1996  Fred Fish  <fnf@cygnus.com>
18084
18085         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
18086         * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
18087         * lib/gdb.exp (gdb_test): Treat failures due to program exiting
18088         in the same we we treat other failures (since it may be an expected
18089         condition), rather than as an error.
18090         * gdb.base/signals.exp (test_handle_all_print): Revert back to
18091         old test format.
18092
18093 Fri Oct 11 17:05:22 1996  Fred Fish  <fnf@cygnus.com>
18094
18095         * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
18096         (distclean maintainer-clean realclean): No need to remove files
18097         twice.  Nuke the duplicates.
18098         * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
18099         * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
18100         Remove config.h along with other config files.
18101
18102 Mon Sep 30 20:16:22 1996  Fred Fish  <fnf@cygnus.com>
18103
18104         * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
18105         "p func1 ()" and note that rests of tests are skipped.
18106         * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
18107         setup_xfails for "print func2::coremaker_local".
18108         Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
18109         * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
18110         affected by the previous run test.
18111         * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
18112         "print array () ubyte (foo)" and "print/x array () byte (\$i)"
18113         * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
18114         "pass int powerset tuple" and "pass modeless int powerset tuple".
18115         * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
18116         "real write 4" and "real write 8".
18117         * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
18118         setup_xfails for "print vs1 after tuple assign 2",
18119         "print \$i after tuple assign 2", and
18120         "print vs2 after tuple assign 2".
18121         * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
18122         meaningful error message and return -1 so the caller can
18123         suppress further tests and avoid a cascade of errors.
18124
18125 Fri Sep 27 10:34:51 1996  Fred Fish  <fnf@cygnus.com>
18126
18127         * gdb.base/a1-selftest.exp: Tweak tests to account for new
18128         format for printing version.
18129         * gdb.base/default.exp: Ditto.
18130         * gdb.base/interrupt.exp: Fix problem with cascade of
18131         errors if child process dies while calling a function.
18132
18133 Fri Sep 13 21:43:48 1996  Fred Fish  <fnf@cygnus.com>
18134
18135         * Makefile.in (VPATH): Add
18136         * Makefile.in (Makefile, config.status): Fix rules so things get
18137         remade when necessary.
18138
18139 Fri Sep 13 18:16:10 1996  Fred Fish  <fnf@cygnus.com>
18140
18141         * Makefile.in (just-check): Add path to sibling expect dir
18142         to environment variable specified by RPATH_ENVVAR.
18143
18144 Fri Sep 13 12:05:34 1996  Fred Fish  <fnf@cygnus.com>
18145
18146         * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
18147         (just-check): Add shared library paths for libstdc++, tk,
18148         tcl, bfd, and opcodes to the environment variable specified
18149         in RPATH_ENVVAR.
18150         * configure.in: Add support to recognize --enable-shared flag
18151         and generate correct value for RPATH_ENVVAR.
18152         * configure: Regenerated with autoconf.
18153
18154 Mon Sep  2 06:36:02 1996  Fred Fish  <fnf@cygnus.com>
18155
18156         * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
18157         include all osf versions.
18158         * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
18159         all osf versions.  Add -D_MIT_POSIX_THREADS to compilation command
18160         when target is linux.  When failing to build pthreads test
18161         executable, give more meaningful message.
18162         * gdb.threads/pthreads.c: Hpux also uses old definition of second
18163         arg for pthread_create.
18164
18165 Mon Aug 19 09:58:59 1996  Fred Fish  <fnf@cygnus.com>
18166
18167         * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
18168         PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
18169         * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
18170         and -lpthreads (everybody else).
18171         (test_startup): Fail gracefully if threads are not supported.
18172         * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
18173         "p/c array_index("abcdef",2)" when not gcc compiled.
18174         * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
18175         "print func2::coremaker_local" when not gcc compiled.
18176         * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
18177         "ptype on opaque struct tagname (statically)",
18178         "ptype on opaque struct tagname (dynamically) 1", and
18179         "ptype on opaque struct tagname (dynamically) 2"
18180         for not compiled with gcc.
18181         * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
18182         backtrace when compiled with gcc.
18183         * lib/gdb.exp (runto_main): Return result of "runto main" rather
18184         than always return success.
18185
18186 Sat Aug 17 13:28:00 1996  Fred Fish  <fnf@cygnus.com>
18187
18188         * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
18189
18190 Tue Aug 13 10:26:10 1996  Jeffrey A Law  (law@cygnus.com)
18191
18192         * gdb.base/structs.exp: Undo last change.
18193
18194 Mon Aug 12 15:29:08 1996  Fred Fish  <fnf@cygnus.com>
18195
18196         * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
18197         encapsulate all the steps/nexts done during self test, starting
18198         at main, and makes them less sensitive to optimization issues.
18199         Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
18200         signal handler" test.
18201         * gdb.threads/pthreads.exp: Only run this for native configs.
18202         * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
18203         setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
18204         tests.
18205         gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
18206         for "runto test_calls(void)" test.
18207
18208 Sun Aug 11 13:11:24 1996  Fred Fish  <fnf@cygnus.com>
18209
18210         * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
18211         and don't expect address info in breakpoint confirmations.
18212
18213 Wed Aug  7 20:47:43 1996  Fred Fish  <fnf@cygnus.com>
18214
18215         * gdb.base/list.exp (test_forward_search): Increase timeout
18216         temporarily by 60 seconds for searching extremely long line,
18217         and then reset to old value when done.  Increase expect input
18218         buffer to 10000.
18219
18220 Wed Aug  7 15:34:22 1996  Fred Fish  <fnf@cygnus.com>
18221
18222         * gdb.base/list.exp (test_forward_search): Fix to handle very
18223         long source line without overflowing expect's input buffer.
18224
18225 Wed Aug  7 12:03:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
18226
18227         * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
18228         "buffer_full".
18229
18230         * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
18231         "buffer_full".
18232
18233         * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
18234         "buffer_full".
18235
18236         * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
18237         "buffer_full".
18238
18239 Wed Aug  7 11:05:47 1996  Fred Fish  <fnf@cygnus.com>
18240
18241         * configure.in (configdirs): Add gdb.threads.
18242         * configure: Regenerated with autoconf.
18243         * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
18244         * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
18245         * gdb.threads/configure: New, generated with autoconf.
18246
18247 Tue Aug  6 10:23:04 1996  Tom Tromey  <tromey@rtl.cygnus.com>
18248
18249         * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
18250
18251 Mon Aug  5 18:11:53 1996  Fred Fish  <fnf@cygnus.com>
18252
18253         * gdb.base/signals.exp (test_handle_all_print): Test separately for
18254         each signal's status in the output of "handle all print".
18255         * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
18256         the \r\n sequence that immediately precedes the gdb prompt.
18257         * gdb.base/a1-selftest.exp: Save original timeout and restore
18258         after test.
18259
18260 Sun Aug  4 10:20:50 1996  Jeffrey A Law  (law@cygnus.com)
18261
18262         * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
18263         symbol.
18264
18265 Fri Aug  2 17:37:26 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
18266
18267         * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
18268
18269 Thu Jun 27 20:41:40 1996  Fred Fish  <fnf@cygnus.com>
18270
18271         * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
18272         timeout by 60 seconds.
18273
18274 Thu Jun 27 18:13:57 1996  Fred Fish  <fnf@cygnus.com>
18275
18276         * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
18277         * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
18278         error return.
18279
18280 Thu Jun 27 10:54:58 1996  Fred Fish  <fnf@cygnus.com>
18281
18282         * lib/gdb.exp (default_gdb_start): When reporting a timeout during
18283         gdb initialization, also report how long dejagnu waited.  Restore
18284         old timeout before doing error return.  Temporarily increase timeout
18285         by 3 minutes to allow for slow startups over heavy NFS use.
18286
18287 Tue Jun 25 19:59:17 1996  Fred Fish  <fnf@cygnus.com>
18288
18289         * lib/gdb.exp: Report timeout value for verbosity level 2.
18290         * config/gdbserver.exp: Ditto.
18291         * config/hppro.exp: Ditto.
18292         * config/mips-gdb.exp: Ditto.
18293         * config/monitor.exp: Ditto.
18294         * config/netware.exp: Ditto.
18295         * config/sim-gdb.exp: Ditto.
18296         * config/slite-gdb.exp: Ditto.
18297         * config/udi-gdb.exp: Ditto.
18298         * config/unix-gdb.exp: Ditto.
18299         * config/vx-gdb.exp: Ditto.
18300         * gdb.base/a1-selftest.exp: Ditto.
18301         * gdb.base/a2-run.exp: Ditto.
18302         * gdb.base/break.exp: Ditto.
18303         * gdb.base/corefile.exp: Ditto.
18304         * gdb.base/list.exp: Ditto.
18305         * gdb.base/recurse.exp: Ditto.
18306         * gdb.base/scope.exp: Ditto.
18307         * gdb.base/signals.exp: Ditto.
18308
18309 Tue Jun 25 23:16:58 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
18310
18311         * gdb.threads/Makefile.in (docdir): Removed.
18312
18313 Tue Jun 25 17:02:39 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
18314
18315         * configure.in (AC_PREREQ): autoconf 2.5 or higher.
18316         * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
18317         @srcdir@.
18318         * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
18319         autoconf 2.5 or higher.
18320         * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
18321
18322 Thu Jun 13 11:16:10 1996  Tom Tromey  <tromey@thepub.cygnus.com>
18323
18324         * configure: Regenerated.
18325         * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
18326         avoid name clashes with SunOS headers.
18327
18328 Wed Jun  5 16:43:27 1996  Jeffrey A Law  (law@cygnus.com)
18329
18330         * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
18331
18332 Thu May 30 11:35:11 1996  Jeffrey A Law  (law@cygnus.com)
18333
18334         * gdb.base/callfuncs.exp: Finish last change -- make sure the
18335         prototype information ends up in the compiler info file.
18336
18337 Thu May 23 12:48:41 1996  Fred Fish  <fnf@cygnus.com>
18338
18339         * gdb.base/callfuncs.exp: Remove the compiler info file prior to
18340         attempting to regenerate it.  Eliminate use of a temporary file
18341         and just generate the info file directly.  Source it immediately,
18342         for consistency of use.
18343         * gdb.base/corefile.exp: Ditto
18344         * gdb.base/exprs.exp: Ditto.
18345         * gdb.base/funcargs.exp: Ditto.
18346         * gdb.base/langs.exp: Ditto.
18347         * gdb.base/list.exp: Ditto.
18348         * gdb.base/mips_pro.exp: Ditto.
18349         * gdb.base/nodebug.exp: Ditto.
18350         * gdb.base/opaque.exp: Ditto.
18351         * gdb.base/ptype.exp: Ditto.
18352         * gdb.base/scope.exp: Ditto.
18353         * gdb.base/setvar.exp: Ditto.
18354         * gdb.base/signals.exp: Ditto.
18355         * gdb.base/whatis.exp: Ditto.
18356         * gdb.c++/templates.exp: Ditto.
18357         * gdb.c++/virtfunc.exp: Ditto.
18358         * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
18359         whether or not to add -lstdc++ to the compile command line args.
18360
18361 Sat May 18 02:43:58 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18362
18363         * gdb.base/recurse.exp:  Remove setup_xfail for "sparc*-*-sunos4*",
18364         it got fixed by the recent lookup_minimal_symbol_by_pc change.
18365         Increase timeout, a lot of single stepping might be needed if the
18366         target has no hardware watchpoints.
18367
18368 Wed May 15 08:47:42 1996  Jeffrey A Law  (law@cygnus.com)
18369
18370         * gdb.base/break.exp: Ignore compiler warnings when compiling
18371         break.c.
18372         * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
18373         * gdb.base/default.exp: Add h8300 xfails.  Handle messages
18374         from remote-sim.
18375         * gdb.base/exprs.exp: Add h8300 xfails.
18376         * gdb.base/funcargs.exp: Likewise.
18377         * gdb.base/nodebug.exp: Likewise.
18378         * gdb.base/printcmds.exp: Likewise.
18379         * gdb.base/ptype.exp: Likewise.
18380         * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300.  Add
18381         h8300 xfails.
18382         * gdb.base/return.exp: Handle float/double precision problems
18383         on the h8300.
18384         * gdb.base/funcargs.c: Explicitly make last constant argument to
18385         call_after_alloca_subr an unsigned long type.
18386         * gdb.base/return.c: Include stdio.h.
18387
18388 Tue May  7 22:01:12 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
18389
18390         * config/abug.exp: New file for the older Motorola Bug monitor
18391         that runs on the mvme13x series VME boards.
18392         * config/monitor.exp: Use the new config array for target settings
18393         if they exist.
18394
18395 Fri May  3 16:02:55 1996  Stan Shebs  <shebs@andros.cygnus.com>
18396
18397         * sim-gdb.exp: Make the SH simulator allocate less space when
18398         it is targeted.
18399
18400 Thu May  2 12:31:56 1996  Jeffrey A Law  (law@cygnus.com)
18401
18402         * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
18403         test.
18404
18405 Wed Mar 20 08:48:03 1996  Fred Fish  <fnf@cygnus.com>
18406
18407         * gdb.base/list.exp (test_list_function): Remove setup_xfail for
18408         "rs6000-*-*" for "list function in include file" when gcc compiled.
18409         * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
18410         for "p ctable1[120]".
18411         * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
18412         "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
18413         Remove setup_xfail for "rs6000-*-*" for
18414         "print 'scope0.c'::filelocal before run".
18415         * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
18416         gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
18417         since some compilers don't allow both options to be given
18418         on the same command line.  Create object file and move it.
18419
18420 Tue Mar 19 23:49:31 1996  Fred Fish  <fnf@cygnus.com>
18421
18422         * gdb.base/corefile.exp: Always regenerate the core file, since
18423         we always regenerate the coremaker program.  Detect special case
18424         where registers cannot be read from core file.
18425
18426 Tue Mar 19 16:52:49 1996  Fred Fish  <fnf@cygnus.com>
18427
18428         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
18429         * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
18430         * gdb.c++/templates.exp: Only match on basename of file since
18431         some formats like xcoff don't encode directory information.
18432         * gdb.stabs/weird.exp: Use the right sed script for powerpc
18433         and rs6000 AIX xcoff targets.
18434         * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
18435         * configure: Regenerate.
18436         * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
18437         here, rather than in distclean.
18438
18439 Sun Mar 17 13:35:31 1996  Fred Fish  <fnf@cygnus.com>
18440
18441         * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
18442         defined, and use it to compile the test case with -O2.  The
18443         native compilation still uses no optimization.
18444         * gdb.base/mips_pro.c: Remove inline assembly code since
18445         it is compiled PIC by default, which results in assembler
18446         warnings that make the testsuite think the compilation
18447         was unsuccessful.
18448
18449 Sat Mar 16 15:02:24 1996  Fred Fish  <fnf@cygnus.com>
18450
18451         * gdb.c++/misc.exp: Add note to message for
18452         "print s.a for foo struct" that this is a known gcc 2.7.2
18453         and earlier bug.
18454
18455 Fri Mar 15 17:49:57 1996  Fred Fish  (fnf@cygnus.com)
18456
18457         * gdb.base/break.exp: Fix pattern for matching "Delete all
18458         breakpoints (y or n) ".  Add "mips-dec-ultrix*" to
18459         setup_xfail for deleting all breakpoints test.  Fix various
18460         timeout messages to include "(timeout)".
18461         * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
18462         for "p t_float_values2(3.14159,float_val2)".
18463         * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
18464         for "continue to call2g" when gcc compiled.
18465         * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
18466         "up to foo in langs.exp", "show language at foo in langs.exp",
18467         "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
18468         and "show language at fsub in langs.exp".
18469         * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
18470         "list line 1 in include file", "list message for lines past EOF",
18471         "list function in include file", "list list0.h:foo", and
18472         "list filename:function; nonexistant function".
18473         * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
18474         "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
18475         and "ptype t_char_array" to be for native cc only.
18476
18477 Fri Mar 15 16:17:22 1996  Fred Fish  <fnf@cygnus.com>
18478
18479         * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
18480         setup_xfail for "print coremaker_bss", "print coremaker_ro",
18481         "print func2::coremaker_local", and "backtrace in corefile.exp".
18482
18483 Wed Mar 13 14:54:11 1996  Fred Fish  <fnf@cygnus.com>
18484
18485         * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
18486         "bt in signals.exp".  This problem only appears when running
18487         the testsuite, and then only intermittently.
18488
18489 Tue Mar 12 15:00:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
18490
18491         * gdb.base/return.exp (return_tests): Differentiate between
18492         two tests of continuing.
18493
18494 Tue Mar  5 14:33:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
18495
18496         * */Makefile.in (maintainer-clean): Remove config.log.
18497         * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
18498         * gdb.c++/Makefile.in (PROGS): Add inherit.
18499         (clean): Remove *.ci.
18500
18501 Tue Feb 20 16:36:10 1996  Fred Fish  <fnf@cygnus.com>
18502
18503         * gdb.c++/misc.cc: Add test code from Mike Stump.
18504         * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
18505
18506 Sun Feb 18 11:39:12 1996  Fred Fish  <fnf@cygnus.com>
18507
18508         * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
18509         to "alpha-*-osf2*" and add comment.
18510         * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
18511         setup_xfail for "step over execarg initialization" and
18512         "step over corearg initialization".
18513         * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
18514         for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
18515         * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
18516         gcc compiled for "print coremaker_bss", "print coremaker_ro",
18517         "print func2::coremaker_local", and "backtrace in corefile.exp".
18518         * gdb.base/signals.exp: Build and source signals.ci.
18519         Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
18520         to be for gcc only.
18521         * lib/gdb.exp: Move verbose statements outside conditionals.
18522
18523 Sat Feb 17 02:22:14 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18524
18525         * gdb.base/sigall.exp:  Remove setup_xfail for irix4.  Fixed by
18526         Feb 3 procfs.c change.
18527
18528 Fri Feb 16 13:25:31 1996  Fred Fish  <fnf@cygnus.com>
18529
18530         * config/unix-gdb.exp: Remove extraneous newlines from end of file.
18531
18532 Thu Feb 15 08:12:55 1996  Fred Fish  <fnf@cygnus.com>
18533
18534         * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
18535         from dejagnu's apparent default of 10 seconds, which gives random
18536         results when running the tests over NFS on moderately loaded systems.
18537         * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
18538
18539 Mon Feb 12 16:50:28 1996  Fred Fish  <fnf@cygnus.com>
18540
18541         * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318.  Now fixed.
18542         * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
18543         result reports.
18544
18545 Fri Feb  9 15:56:51 1996  Fred Fish  <fnf@cygnus.com>
18546
18547         * configure.in (CY_AC_PATH_TCLH): Remove.
18548         * configure: Regenerate.
18549
18550 Fri Feb  9 08:21:31 1996  Fred Fish  <fnf@cygnus.com>
18551
18552         * gdb.c++/Makefile.in (clean): Add missing '{'.
18553
18554 Fri Feb  2 10:19:40 1996  Jeffrey A Law  (law@cygnus.com)
18555
18556         * lib/gdb.exp: Provide a default value for noinferior.
18557
18558         * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
18559         Load libgloss.exp.
18560
18561 Thu Feb  1 20:20:14 1996  Jeffrey A Law  (law@cygnus.com)
18562
18563         * gdb.disasm/hppa.exp: Compile directly into an executable, use
18564         the executable, not the .o to run the tests from.
18565
18566 Wed Jan 31 14:21:09 1996  Jeffrey A Law  (law@cygnus.com)
18567
18568         * gdb.base/break.exp: Don't test for program exit or exit status
18569         if $noresults if nonzero.
18570         * gdb.base/langs.exp: Likewise.
18571         * gdb.base/watchpoint.exp: Likewise.
18572
18573         * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
18574         * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
18575         trying to compile the testcase.
18576
18577 Wed Jan 24 23:42:39 1996  Doug Evans  <dje@charmed.cygnus.com>
18578
18579         * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
18580         * gdb.base/signals.exp (continue to handler): Likewise.
18581
18582 Tue Jan 23 16:28:22 1996  Per Bothner  <bothner@kalessin.cygnus.com>
18583
18584         * gdb.c++/classes.exp:  Now = returns false/true, not 1/0.
18585
18586         * gdb.fortran/exprs.exp:  .LT. and .GT. now return .TRUE. or .FALSE..
18587
18588 Tue Jan 23 15:41:57 1996  Jeffrey A Law  (law@cygnus.com)
18589
18590         * gdb.base/corefile.exp: Recognize "not found" as failure
18591         when trying to determine if a core file was generated.
18592         If no core file was generate the first time, try again without
18593         the ulimit -c to work around braindamaged shells.
18594
18595 Mon Jan 15 09:33:00 1996  Fred Fish  <fnf@cygnus.com>
18596
18597         * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
18598         [] tests with "test" and enclose string in quotes.
18599         * gdb.stabs/configure: Rebuild
18600
18601 Thu Jan 11 09:43:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
18602
18603         Changes in sync with expect:
18604         * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
18605         (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
18606         (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
18607         (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater.  Properly quote
18608         argument to AC_REQUIRE.
18609         * configure: Regenerated.
18610
18611 Thu Jan  4 08:17:22 1996  Fred Fish  <fnf@cygnus.com>
18612
18613         * gdb.base/corefile.exp: When generating a core, discard any
18614         error messages about ulimit not found and the "core dumped"
18615         message from the shell that runs the coredumper.
18616
18617 Wed Jan  3 01:30:41 1996  Jeffrey A Law  (law@cygnus.com)
18618
18619         * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
18620
18621         * gdb.stabs/weird.exp: Use ${target_triplet} to determine
18622         which sed script to run.  Expect failure for v_comb test
18623         on PA targets too.
18624
18625 Sat Dec 30 16:09:04 1995  Fred Fish  <fnf@rtl.cygnus.com>
18626
18627         * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
18628         "print func2::coremaker_local" and for "backtrace in corefile.exp"
18629
18630 Sat Dec 30 12:59:12 1995  Fred Fish  <fnf@cygnus.com>
18631
18632         * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
18633         * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
18634         "sparc-sun-solaris*" xfails for "p v_comb".
18635         * lib/gdb.exp (default_gdb_start): Fix typo.
18636         * gdb.base/corefile.exp: Allow "Core was generated by ..."
18637         messages to not include the full program name that caused
18638         the core dump since some systems (such as solaris) apparently
18639         truncate this path to about 80 characters.
18640         When generating a core file first try increasing the core file
18641         size limit to unlimited since some systems may default it to
18642         zero, and it is harmless to try it.  Move the test for failing
18643         to generate a core file to where it will actually get executed.
18644         * gdb.c++/templates.exp (test_ptype_of_templates): Accept
18645         new gdb result from g++ debug info improvements and make old
18646         pattern obsolescent.  Also account for size_t differences
18647         (may be int or long).
18648         * gdb.base/a1-selftest.exp (test_with_self): Check for case where
18649         initialization before function call is placed in the delay slot
18650         and thus appears to be skipped over by commands such as "next".
18651
18652 Fri Dec 29 16:09:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
18653
18654         * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
18655
18656 Wed Dec  6 10:45:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
18657
18658         * gdb.base/*.exp: Make ${srcfile} only be the basename of the
18659         input source file; fix code to compile test to deal with this
18660         convention.
18661         * gdb.c++/*.exp: Likewise.
18662
18663 Mon Nov 27 11:40:16 1995  Fred Fish  <fnf@cygnus.com>
18664
18665         * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
18666         "bt in signals.exp".
18667
18668 Sat Nov 25 20:52:15 1995  Fred Fish  <fnf@phydeaux.cygnus.com>
18669
18670         * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
18671         "step over execarg initialization" and
18672         "step over corearg initialization".
18673
18674 Sat Nov 25 18:20:14 1995  Fred Fish  <fnf@cygnus.com>
18675
18676         * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
18677         with sizeof(pointer) > sizeof(int).  Avoid "void *" or include files.
18678
18679 Sat Nov 25 11:03:42 1995  Fred Fish  <fnf@cygnus.com>
18680
18681         From Rob Savoye  (rob@poseidon.cygnus.com)
18682         * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
18683         gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
18684         configure.in}, gdb.disasm/{Makefile.in, configure.in},
18685         gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
18686         configure.in}: Major reworking for autoconfig.
18687         * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
18688         gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
18689         New files.
18690         * config/unix-gdb.exp:  Make GDB global.
18691         * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
18692         callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
18693         funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
18694         nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
18695         regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
18696         term.exp, twice.exp, watchpoint.exp, whatis.exp},
18697         gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
18698         templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
18699         misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
18700         pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
18701         pr-8136.exp, result.exp, string.exp, tuples.exp},
18702         gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
18703         to returns as necessary, arrange for test to compile own testcase
18704         executable.
18705         * lib/gdb.exp: Changes for testsuite to compile own test cases.
18706
18707 Tue Nov 21 16:15:45 1995  Fred Fish  <fnf@cygnus.com>
18708
18709         * gdb.c++/classes.exp (test_pointers_to_class_members): Add
18710         clear_xfail at end of test which might not call either pass or fail.
18711         * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
18712         "backtrace through signal handler".
18713
18714 Sat Nov 18 04:09:31 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18715
18716         * gdb.base/sigall.exp:  Work around OSF/1-3.x kernel bug when
18717         continuing from a job control stop signal.
18718         * gdb.stabs/alpha.mt:  Use $(CFLAGS) when building weird.o.
18719
18720 Wed Nov 15 00:28:03 1995  Jeffrey A Law  (law@cygnus.com)
18721
18722         * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
18723         * gdb.base/corefile.exp: Likewise.
18724         * gdb.base/funcargs.exp: Likewise.
18725
18726 Tue Nov 14 15:18:10 1995  Stu Grossman  (grossman@cygnus.com)
18727
18728         * config/hmsirom.exp:  Setup for talking to hmsi ROM monitor.
18729         * config/monitor.exp:  Add support for setting baud rate.
18730
18731 Sat Nov  4 15:35:52 1995  Fred Fish  <fnf@cygnus.com>
18732
18733         * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
18734         i*86-*-linux* xfails for "backtrace through signal handler".
18735         * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
18736         "print func2::coremaker_local".
18737         * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
18738         alpha-dec-osf2* xfail for
18739         "delete all breakpoints when none".
18740
18741 Wed Nov  1 15:57:16 1995  Fred Fish  <fnf@cygnus.com>
18742
18743         * gdb.base/break.exp: Change test that deletes all breakpoints
18744         when no user breakpoints are installed.  A post 4.15 change
18745         causes gdb to no longer prompt in this case.
18746
18747 Tue Oct 31 15:13:43 1995  Fred Fish  <fnf@cygnus.com>
18748
18749         * gdb.base/return.exp (return_tests):  Change xfail for test
18750         "correct value returned double test" to stop xfailing at
18751         Solaris 2.5.  Apparently the bug has been fixed.
18752
18753 Sun Oct 29 12:18:16 1995  Fred Fish  <fnf@cygnus.com>
18754
18755         * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
18756         IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
18757
18758 Tue Oct 24 11:12:12 1995  Jeffrey A Law  (law@cygnus.com)
18759
18760         * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
18761         * gdb.disasm/hppa.s: Corresponding changes.
18762
18763 Wed Oct 18 11:27:47 1995  Jeffrey A Law  (law@cygnus.com)
18764
18765         * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
18766         makefile fragment.
18767         * config/mt-hpux: Deleted.
18768
18769 Tue Oct 17 23:02:12 1995  Jeffrey A Law  (law@cygnus.com)
18770
18771         * Many files: When warning about suppressed tests due to a
18772         nonexistant test binary, avoid incrementing the warning count.
18773
18774 Tue Oct 10 11:00:41 1995  Fred Fish  <fnf@cygnus.com>
18775
18776         * Makefile.in (TARGET_FLAGS_TO_PASS):  Remove BISON.
18777
18778 Sun Oct  8 04:23:14 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18779
18780         * gdb.base/return.exp:  Change xfail from "sparc-*-solaris2.*" to
18781         "sparc-*-solaris2*".
18782
18783 Sat Sep 23 01:22:23 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18784
18785         * gdb.base/coremaker.c:  Produce a full core dump for AIX targets.
18786         Add global and local variables and initialize them.
18787         * gdb.base/corefile.exp:  Test correct mapping of corefile sections
18788         by printing variables. Remove rs6000 and powerpc xfails, BFD now
18789         extracts the file name and terminating signal from the core file.
18790         * TODO:  Remove note about tests for correct mapping of corefile.
18791         * gdb.base/ptype.c (main):  Use boolean2 to inhibit AIX 4.1 xlc
18792         from optimizing it away.
18793         * gdb.stabs/weird.exp:  Remove rs6000 xfail, xcoffread.c now
18794         handles common blocks.
18795
18796 Thu Sep 21 01:28:10 1995  Jeff Law  (law@snake.cs.utah.edu)
18797
18798         * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
18799         * gdb.disasm/sh3.exp (fmac): Corresponding changes.
18800
18801 Wed Sep 20 13:15:05 1995  Ian Lance Taylor  <ian@cygnus.com>
18802
18803         * Makefile.in (maintainer-clean): New target, synonym for
18804         realclean.
18805         * gdb.base/Makefile.in (maintainer-clean): Likewise.
18806         * gdb.c++/Makefile.in (maintainer-clean): Likewise.
18807         * gdb.chill/Makefile.in (maintainer-clean): Likewise.
18808         * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
18809         * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
18810         * gdb.threads/Makefile.in (maintainer-clean): Likewise.
18811
18812 Sun Sep 10 13:14:01 1995  Fred Fish  <fnf@cygnus.com>
18813
18814         * gdb.base/scope.exp (text_at_main):  Add "hppa*-*-hpux*"
18815         xfails when not gcc compiled for "print foo::funclocal".
18816         (test_at_foo):  Add "hppa*-*-hpux*" xfails when not gcc compiled for:
18817         "print foo::funclocal at foo",
18818         "print 'scope1.c'::foo::funclocal at foo",
18819         "print foo::funclocal_bss at foo",
18820         "print 'scope1.c'::foo::funclocal_bss at foo",
18821         "print foo::funclocal_ro at foo",
18822         "print 'scope1.c'::foo::funclocal_ro at foo",
18823         "print bar::funclocal at foo" and
18824         "print 'scope1.c'::bar::funclocal at foo".
18825         (test_at_bar):  Add "hppa*-*-hpux*" xfails when not
18826         gcc compiled for "print foo::funclocal at bar".
18827         Expand all messages to ensure that they identify that
18828         the test is at bar().
18829         * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
18830         gcc compiled for:
18831         "ptype on opaque struct pointer (statically)",
18832         "ptype on opaque struct tagname (statically)",
18833         "ptype on opaque struct pointer (dynamically) 1",
18834         "ptype on opaque struct tagname (dynamically) 1",
18835         "ptype on opaque struct pointer (dynamically) 2" and
18836         "ptype on opaque struct tagname (dynamically) 2
18837         * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
18838         gcc compiled for:
18839         "p datalocal"
18840         "whatis datalocal",
18841         "ptype datalocal",
18842         "p bsslocal",
18843         "whatis bsslocal", and
18844         "ptype bsslocal".
18845         * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
18846         "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
18847         when not gcc compiled.
18848         * gdb.base/funcargs.exp (float_and_integral_args):  Add
18849         "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
18850         compiled.
18851         (discard_and_shuffle):  Add "hppa*-*-hpux*" xfail for
18852         "backtrace from call6a" when not gcc compiled.
18853         (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
18854         "backtrace from call7a" when not gcc compiled.
18855         * gdb.base/callfuncs.exp (do_function_calls):
18856         Add "hppa*-*-hpux*" xfail when not gcc compiled for
18857         "p t_char_array_values(char_array_val2,char_array_val1)",
18858         "p t_char_array_values(char_array_val1,char_array_val2)",
18859         "p t_char_array_values("carray 1","carray 2")",
18860         "p t_char_array_values("carray 1",char_array_val2)",
18861         "p t_char_array_values(char_array_val1,"carray 2")",
18862         "p sum_args(1,{2})",
18863         "p sum_args(2,{2,3})",
18864         "p sum_args(3,{2,3,4})",
18865         "p sum_args(4,{2,3,4,5})"
18866         * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
18867         "backtrace in corefile.exp" when not gcc compiled.
18868
18869 Sat Sep  9 01:35:39 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18870
18871         * gdb.base/signals.exp:  Rewrite `handle all print' test as
18872         a procedure. Accept blanks or TABs as whitespace, increase
18873         timeout and expect input buffer size for the large output
18874         from the command. Remove "i*86-*-bsdi2.0" xfail.
18875
18876 Sat Sep  2 06:41:26 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18877
18878         * gdb.base/setvar.exp:  Add new testcases for truncation when
18879         assigning invalid values to bitfields.
18880
18881 Sat Sep  2 00:17:31 1995  Fred Fish  <fnf@cygnus.com>
18882
18883         * gdb.base/callfuncs.exp (do_function_calls):  Remove
18884         mips-sgi-irix* xfail for
18885         "call inferior func with struct - returns char *"
18886         and fix test so that an optional (unsigned char *) cast is
18887         accepted in the result.
18888
18889 Fri Sep  1 13:42:01 1995  Fred Fish  <fnf@cygnus.com>
18890
18891         * gdb.base/funcargs.exp (float_and_integral_args):  Remove
18892         sparc-sun-solaris2* xfail for "print f1 after run to call2a".
18893         * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
18894         * gdb.base/signals.exp: Remove duplicate "handle all print" test
18895         that accidentally got checked in.
18896
18897 Sun Aug 27 23:35:35 1995  Fred Fish  <fnf@cygnus.com>
18898
18899         * gdb.base/callfuncs.exp (do_function_calls):  Add alpha-dec-osf2*
18900         clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
18901         compiled test.
18902         * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
18903         Add mips-sgi-irix5* xfail for not gcc compiled.
18904         * gdb.base/Makefile.in (nodebug.o):  Also create nodebug.ci.
18905         * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
18906         "p top", "whatis top", "p middle", and "whatis middle".
18907         * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
18908         "whatis signed char" for not gcc compiled.
18909         * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
18910         "set variable signed char=-1 (-1)" and
18911         "set variable signed char=0xFF (0xFF)" for not gcc compiled.
18912         * gdb.base/funcargs.exp (float_and_integral_args):
18913         Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
18914         Add mips-sgi-irix* xfail when not gcc compiled for
18915         "continue to call2b".
18916         Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
18917         "continue to call2g".
18918         (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
18919         "backtrace from call6a"
18920         (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
18921         "backtrace from call7k".
18922         Add mips-sgi-irix5* xfail when not gcc compiled for
18923         "backtrace from call7a".
18924         (localvars_after_alloca):  Fix gdb_test cmds for
18925         "print * after runto ...".
18926         Remove rs6000-*-* xfails for
18927         "print i after runto localvars_after_alloca" and
18928         "print l after runto localvars_after_alloca"
18929         for all compilers.
18930         * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
18931         when not compiled with gcc, for:
18932         "print signed char == (minus)",
18933         "print signed char != (minus)",
18934         "print signed char < (minus)",
18935         "print signed char > (minus)".
18936         * gdb.base/callfuncs.exp (do_function_calls):
18937         Add mips-sgi-irix* xfail, when compiled with native compiler, for
18938         "call inferior func with struct - returns char *".
18939         * gdb.base/return.exp (return_tests): Change xfail for
18940         "correct value returned double test" to include Solaris 2.4.
18941         * gdb.base/funcargs.exp (float_and_integral_args):
18942         Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
18943
18944 Sat Aug 26 00:26:11 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18945
18946         * gdb.base/setvar.c, gdb.base/setvar.exp:  Add new tests for
18947         enumeration bitfields if compiling with GNU C.
18948         * lib/gdb.exp:  Consume `(y or n) ' in `Reinitialize source path
18949         to empty' prompt.
18950
18951 Tue Aug 22 00:30:37 1995  Jeff Law  (law@snake.cs.utah.edu)
18952
18953         * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
18954         test for PRO targets.
18955
18956         * gdb.base/funcargs.exp: Avoid ever setting more than 8
18957         breakpoints in the inferior at any given time by making
18958         two groups of breakpoints for call2*, call6* and call7*
18959         tests.
18960
18961 Sun Aug 20 06:58:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18962
18963         * gdb.base/funcargs.exp:  Fix typos introduced by Aug 15 change.
18964         * gdb.base/callfuncs.c (main):  Use struct_val1 to inhibit xlc
18965         from optimizing it away.
18966         * gdb.base/callfuncs.exp:  Remove rs6000-*-* xfails for
18967         "call inferior func with struct".
18968
18969 Wed Aug 16 11:57:15 1995  Stan Shebs  <shebs@andros.cygnus.com>
18970
18971         * configure.in: Only configure gdb.chill for particular targets.
18972
18973 Tue Aug 15 09:42:44 1995  Fred Fish  <fnf@cygnus.com>
18974
18975         * gdb.base/Makefile.in:  Add action to .c.o transformation
18976         rule that generates a .ci file for each .o file and remove
18977         explicit .c.o rules except for callfuncs.o.
18978         * gdb.c++/Makefile.in:  Add .cc.o transformation rule that
18979         generates a .ci file for each .o file and remove explicit
18980         .cc.o rules.
18981         (clean): Remove *.tmp *.ci files.
18982         (EXECUTABLES): Remove templ-info.exp.
18983         * gdb.base/compiler.c: New file.
18984         * gdb.c++/compiler.cc: New file
18985         * gdb.base/scope.exp: Source gdb.base/scope.ci.
18986         Change rs6000-*-* xfail for
18987         "print 'scope0.c'::filelocal_ro" and
18988         "print 'scope1.c'::filelocal" and
18989         "print 'scope1.c'::filelocal_bss" and
18990         "print 'scope1.c'::filelocal_ro" and
18991         "print 'scope1.c'::foo::funclocal" and
18992         "print 'scope1.c'::foo::funclocal_ro" and
18993         "print 'scope1.c'::bar::funclocal" and
18994         "print 'scope0.c'::filelocal_ro" and
18995         "print 'scope1.c'::filelocal at foo" and
18996         "print 'scope1.c'::filelocal_bss at foo" and
18997         "print 'scope1.c'::filelocal_ro at foo" and
18998         "print 'scope1.c'::foo::funclocal at foo" and
18999         "print 'scope1.c'::foo::funclocal_bss at foo" and
19000         "print 'scope1.c'::foo::funclocal_ro at foo" and
19001         "print 'scope1.c'::bar::funclocal at foo" and
19002         "print 'scope0.c'::filelocal_ro" and
19003         "print 'scope1.c'::filelocal" and
19004         "print 'scope1.c'::filelocal_bss" and
19005         "print 'scope1.c'::filelocal_ro" and
19006         "print 'scope1.c'::foo::funclocal" and
19007         "print 'scope1.c'::foo::funclocal_bss" and
19008         "print 'scope1.c'::foo::funclocal_ro" and
19009         "print 'scope1.c'::bar::funclocal" and
19010         "print 'scope1.c'::bar::funclocal_bss"
19011         to only be xfail'd when not compiled with gcc.
19012         Add rs6000-*-* xfail for
19013         "print 'scope0.c'::filelocal_bss before run"
19014         when compiled with gcc.
19015         (test_at_main): Add rs6000-*-* xfail for
19016         "print filelocal_ro in test_at_main"
19017         when compiled with gcc.
19018         * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
19019         Add rs6000-*-aix* xfail for
19020         "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
19021         "ptype t_char_array",  not compiled with gcc.
19022         * gdb.base/list.exp (test_list_function):  Add rs6000-*-*
19023         xfail for "list foo (in include file)" when gcc compiled.
19024         * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
19025         (integral_args): Add rs6000-*-* xfail for
19026         "run to call0a" if not compiled with gcc.
19027         (unsigned_integral_args): Add rs6000-*-* xfail for
19028         "run to call1a" if not compiled with gcc.
19029         (float_and_integral_args):  Add rs6000-*-* xfail for
19030         "run to call2a" if not compiled with gcc and for
19031         "continue to call2b" for any compiler.
19032         Add rs6000-*-* xfail to
19033         "print f1 after run to call2a" for gcc compiled.
19034         (discard_and_shuffle): Add rs6000-*-* xfail for
19035         "run to call6a".
19036         (shuffle_round_robin): Add rs6000-*-* xfail for
19037         "backtrace from call7a" if not compiled with gcc.
19038         Add rs6000-*-* xfail for
19039         "backtrace from call7b" if compiled with gcc.
19040         (call_after_alloca): Add rs6000-*-* xfail for
19041         "print c in call_after_alloca" and
19042         "print s in call_after_alloca" and
19043         "backtrace from call_after_alloca_subr"
19044         if not compiled with gcc.
19045         (localvars_in_indirect_call): Add rs6000-*-* xfail for
19046         "print c in localvars_in_indirect_call" and
19047         "print c in localvars_in_indirect_call" and
19048         "backtrace in indirectly called function" and
19049         "stepping into indirectly called function"
19050         if not compiled with gcc.
19051         (localvars_after_alloca): Add rs6000-*-* xfail for
19052         "print c after runto localvars_after_alloca" and
19053         "print s after runto localvars_after_alloca" and
19054         "print i after runto localvars_after_alloca" and
19055         "print l after runto localvars_after_alloca"
19056         for all compilers.
19057         * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
19058         than whatis-info.exp.
19059         * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
19060         than opaque-info.exp.
19061         Setup rs6000-*-* xfail for
19062         "ptype on opaque struct pointer (statically)" and
19063         "ptype on opaque struct pointer (dynamically)" when
19064         not compiled with gcc.
19065         * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
19066         rather than callf-info.exp.
19067         (do_function_calls):  Add clear_xfail for rs6000-*-* for
19068         "p t_float_values2(3.14159,float_val2)".  Seems to work
19069         fine there, both with xlc and gcc.  Need to find out what
19070         it is doing right and fix other platforms.
19071         * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
19072         "call inferior func with struct - returns int",
19073         "call inferior func with struct - returns long",
19074         "call inferior func with struct - returns float",
19075         "call inferior func with struct - returns double",
19076         "call inferior func with struct - returns char *",
19077         but only if not gcc compiled (presumes xlc compiled).
19078         Change rs6000-*-* xfails for
19079         "call inferior func with struct - returns char" and
19080         " call inferior func with struct -  returns short" to only
19081         xfail if not using gcc.
19082         (clean mostlyclean):  Remove *.ci and *.tmp files.
19083         * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
19084         than templ-info.exp.
19085         * gdb.base/langs.exp:  Source gdb.base/langs.ci.
19086         Add rs6000-*-* xfail for "up to foo in langs.exp"
19087         "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
19088         when not gcc compiled.
19089
19090 Sat Aug 12 15:05:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19091
19092         * gdb.base/callfuncs.exp: Add xfails for the powerpc.
19093         * gdb.base/corefile.exp: Likewise.
19094         * gdb.base/list.exp: Likewise.
19095         * gdb.base/scope.exp: Likewise.
19096         * gdb.base/siganls.exp: Likewise.
19097
19098         * gdb.base/nodebug.exp: Add xfails for the powerpc.  Handle aix4
19099         compiler output.
19100         * gdb.base/whatis.exp: Likewise.
19101
19102 Fri Aug 11 13:36:20 1995  Jeff Law  (law@snake.cs.utah.edu)
19103
19104         * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
19105         failure (opcode table has been fixed to match reality).
19106
19107 Mon Aug 14 09:01:59 1995  Fred Fish  <fnf@cygnus.com>
19108
19109         * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
19110         "call inferior func with struct - returns char",
19111         "call inferior func with struct - returns short"
19112
19113         * gdb.base/scope.exp: Remove rs6000-*-* xfails for
19114         "print 'scope0.c'::filelocal at main",
19115         "print 'scope0.c'::filelocal_bss in test_at_main",
19116         "print 'scope0.c'::filelocal at foo",
19117         "print 'scope0.c'::filelocal_bss in test_at_foo",
19118         "print 'scope0.c'::filelocal at bar",
19119         "print 'scope0.c'::filelocal_bss in test_at_bar"
19120
19121         * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
19122         in source file 1".  This bug seems to have been fixed with both
19123         gcc and native cc (was native assembler bug?).
19124
19125 Wed Aug  9 08:04:12 1995  Fred Fish  (fnf@cygnus.com)
19126
19127         * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
19128         "backtrace through signal handler" to "i*86-*-sysv4*".
19129         * gdb.base/signals.exp: Add xfail for "'next' behaved as
19130         continue" case.  Add "known SVR4 bug" to fail message.
19131         Add "i*86-*-bsdi2.0" xfail for "handle all print".
19132         Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
19133         * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
19134         "whatis unnamed typedef'd enum..." and "ptype t_char_array".
19135         * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
19136         "up to foo in langs.exp", "show language at foo in
19137         langs.exp", "up to cppsub_ in langs.exp", "show
19138         language at cppsub_ in langs.exp", "up to fsub in
19139         langs.exp", and "show language at fsub in langs.exp".
19140         * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
19141         "bactrace in corefile.exp".
19142         * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
19143         "call inferior function with struct - returns float" and
19144         "call inferior function with struct - returns double".
19145
19146 Mon Aug  7 02:43:28 1995  Jeff Law  (law@snake.cs.utah.edu)
19147
19148         * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
19149         * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
19150         * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
19151         * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
19152
19153 Mon Aug  7 08:09:37 1995  Fred Fish  <fnf@cygnus.com>
19154
19155         * Makefile.in (CHILL_FOR_TARGET): Use previously defined
19156         (or overriden) "CHILL" macro rather then bare "gcc".
19157         Also look for ../../gcc/xgcc since that is what we will
19158         actually need, not "Makefile".  Remove following assignment
19159         of CHILL to CHILL_FOR_TARGET because that results in
19160         recursive definition.
19161
19162 Sun Aug  6 16:52:29 1995  Fred Fish  <fnf@cygnus.com>
19163
19164         * gdb.base/corefile.exp:  Change xfail for backtrace in
19165         corefile.exp from linuxaout to all linux.
19166         * gdb.base/sigall.exp (test_one_sig):  Specifically deal with
19167         cases where we miss the breakpoint at the signal handler
19168         for some reason.  Setup xfail for linuxoldld/linuxaout and
19169         getting SIGIO.  Setup xfail for linuxoldld/linuxaout for
19170         hitting SIGURG breakpoint.
19171         * gdb.base/signals.exp:  Setup xfail for "next" acting like
19172         continue to add linuxoldld.  Setup xfail for all linux for
19173         "next to handler in signals_tests_1", "backtrace in
19174         signals_tests_1", "continue to func1", "pass SIGUSR1",
19175         and continue to handler".
19176
19177 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
19178
19179         * Update all FSF addresses except those in COPYING* files.
19180
19181 Sun Jul 30 17:50:35 1995  Fred Fish  <fnf@cygnus.com>
19182
19183         * gdb.base/a2-run.exp: Change messages to be more explicit about
19184         the status of args, and quote binfile in results.
19185
19186 Sun Jul 30 10:24:20 1995  Fred Fish  <fnf@cygnus.com>
19187
19188         * gdb.base/callfuncs.exp: Add tests for passing structs to
19189         inferior functions and return various types.
19190         * gdb.base/callfuncs.c: Add functions to receive a struct
19191         and return a member of the struct, in various types.
19192
19193 Sat Jul 29 14:22:33 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19194
19195         * gdb.base/Makefile.in (clean):  Remove callf-info.exp.
19196
19197 Fri Jul 28 13:36:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
19198
19199         * config/vxworks29k.exp: New file, sources vxworks.exp.
19200
19201 Fri Jul 28 00:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19202
19203         * config/gdbremote.exp: New file.  Testing framework using
19204         gdbserver.
19205
19206 Thu Jul 27 12:17:14 1995  Fred Fish  (fnf@cygnus.com)
19207
19208         * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
19209         "call function when asleep" and "send end of file".
19210         * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
19211         for "backtrace in corefile.exp".
19212         * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
19213         for "backtrace through signal handler".
19214         * gdb.base/corefile.exp: Make sure we actually generate a core file
19215         before trying the core tests.  Some systems allow the user to suppress
19216         generation of core files and default to that (linux for example).
19217         * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
19218         from "i*86-*-linux" to "i*86-*-linuxaout".  Works with ELF beta.
19219
19220 Tue Jul 25 17:30:10 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19221
19222         * gdb.threads: New directory with some crude multi-threaded
19223         gdb tests (step.exp and step2.exp).
19224         * config/mt-lynx (STEP_EXECUTABLE): Define.
19225         (THREADFLAGS): Define.
19226
19227 Tue Jul 25 01:03:52 1995  Jeff Law  (law@snake.cs.utah.edu)
19228
19229         * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
19230
19231         * gdb.base/signals.exp: Disable whole file for lynx until
19232         further notice.
19233
19234         * gdb.base/signals.exp: xfail test where "next" acts like
19235         "continue" for lynx.
19236
19237         * gdb.base/interrupt.exp: xfail test for calling function while
19238         inferior is asleep for lynx.
19239
19240         * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
19241         than one cr-lf  after each command.
19242
19243 Sun Jul 23 23:33:18 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19244
19245         * configure.in:  Reinstate setting of stabsdirs variable, fix
19246         typo in setting up configdirs for native builds.
19247
19248         * gdb.base/return.exp:  Fix typo in return double test.
19249         * gdb.base/return.c (tmp2, tmp3):  Made global to inhibit the
19250         compiler from optimizing them away.
19251
19252 Fri Jul 21 11:39:34 1995  Jeff Law  (law@snake.cs.utah.edu)
19253
19254         * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
19255         sequences to be echo'd by gdb when using gdb_test.
19256         * gdb.chill/chexp.exp: Likewise.
19257         * gdb.fortran/exprs.exp: Likewise
19258
19259 Thu Jul 20 13:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
19260
19261         * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
19262         after the inferior gdb has started.
19263
19264         * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
19265         after each command.
19266         * gdb.base/funcargs.exp: Likewise.
19267         * gdb.base/gdbvars.exp: Likewise.
19268         * gdb.base/interrupt.exp: Likewise.
19269         * gdb.base/list.exp: Likewise.
19270         * gdb.base/watchpoint.exp: Likewise.
19271         * gdb.c++/demangle.exp: Likewise.
19272         * gdb.c++/inherit.exp: Likewise.
19273         * gdb.chill/chexp.exp: Likewise.
19274         * gdb.fortran/exprs.exp: Likewise.
19275
19276         * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
19277         test if we can't handle IO to/from the inferior.
19278
19279         * gdb.c++/misc.exp: Always check for a program already being
19280         started after sending a "run" command to gdb.
19281
19282         * gdb.base/twice.exp: Start with a fresh gdb.
19283
19284         * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
19285         only depend on gdb's expression code, not the chill runtime.
19286
19287         * gdb.base/return.c: Put return values into variables so we
19288         can have gdb print them rather than depending on the program
19289         to print them.
19290         * gdb.base/return.exp: Corresponding changes.
19291
19292         * lib/gdb.exp: Provide default value for noinferiorio.
19293         * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
19294         the inferior.
19295
19296         * gdb.base/break.exp: Always check for a program already being
19297         started after sending a "run" command to gdb.
19298         (text_next_with_recursion): Don't check the output from the
19299         program's printf statement.  Instead just make sure the program
19300         exited.
19301
19302         * gdb.base/commands.exp: Protect tests which need arguments with
19303         $noargs conditionals.
19304
19305 Wed Jul 19 22:42:43 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19306
19307         * gdb.base/printcmds.exp:  Adjust expect patterns for addresses
19308         of structure member arrays to match gdb/valops.c:value_addr change.
19309
19310 Mon Jul 17 10:12:27 1995  Jeff Law  (law@snake.cs.utah.edu)
19311
19312         * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
19313         cases.
19314
19315 Wed Jul 12 10:20:08 1995  Fred Fish  (fnf@cygnus.com)
19316
19317         * configure.in (configdirs):  Remove gdb.chill from default list
19318         of subdirs and then add it back in only if doing a native build.
19319         The current chill compiler does not yet work in any cross build.
19320         * Revert all signal changes from Jul 6.
19321         * gdb.base/{sigall.c signals.c}:  Define away signal() and alarm()
19322         for sh-hms targets, allowing these tests to link, with no other
19323         changes.  Testing is suppressed by setting "nosignals" in site.exp.
19324
19325 Thu Jul  6 20:58:30 1995  Fred Fish  (fnf@cygnus.com)
19326
19327         * configure.in (signaldirs): Define and add to configdirs for all
19328         targets except some specific ones that are known to not support signals.
19329         Also clean up formatting.
19330         * gdb.base/Makefile.in (EXECUTABLES):  Remove sigall and signals.
19331         (signals, sigall):  Remove rules to build.
19332         * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
19333         Moved to new gdb.signals directory.
19334         * gdb.signals: New test directory.
19335         * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
19336         signals.c signals.exp}:  New or moved files.
19337
19338 Sun Jun 25 12:55:18 1995  Jeff Law  (law@snake.cs.utah.edu)
19339
19340         * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
19341
19342 Wed Jun 21 16:35:55 1995  Fred Fish  <fnf@cygnus.com>
19343
19344         * gdb.base/return.exp:  Xfail `return double' test failure
19345         on at least Solaris 2.3 and handle future/past versions on
19346         a case by case basis as appropriate.  Also update message
19347         to include i*86 failures.
19348
19349 Wed May 24 07:10:10 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19350
19351         * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
19352
19353         * lib/gdb.exp: Fix comment which erroneously identified
19354         gdb_file_cmd as gdb_load (the 19 May change was in fact to
19355         gdb_file_cmd not gdb_load).
19356         * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
19357
19358         * gdb.base/setvar.exp: Make test names consistent between pass and
19359         fail cases.  Use gdb_test more.
19360
19361 Fri May 19 07:22:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19362
19363         * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
19364
19365 Mon May 15 23:50:51 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19366
19367         * gdb.base/help.exp:  Fix expected help string for `show commands'.
19368
19369 Thu May 11 07:55:11 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
19370
19371         * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
19372
19373         * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
19374         of a text section.
19375
19376 Thu May 11 15:02:24 1995  Stu Grossman  (grossman@andros.cygnus.com)
19377
19378         * config/monitor.exp (gdb_target_monitor):  Fix loop interator so
19379         that loop eventually terminates.  Fix Connection refused logic so
19380         that testsuite will expire nicely.
19381
19382 Wed May 10 17:57:35 1995  Stu Grossman  (grossman@andros.cygnus.com)
19383
19384         * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
19385         config/rom68k.exp:  New tcl glue for the appropriate monitors.
19386         These all just end up calling monitor.exp.
19387         * config/monitor.exp (gdb_target_monitor):  Handle `Connection
19388         refused' by retrying.  Cleanup some timeout issues.
19389         * (gdb_load):  Reduce timeout.  Cleanup some timeout issues.
19390         * lib/gdb.exp (gdb_test gdb_test_exact):  Upvar timeout so that
19391         callers don't have to set/restore global timeout variable.
19392
19393         * The following set of changes centralizes management of the global
19394         timeout variable.  This way, it can be set in one target dependent
19395         place instead of dozens of places scattered throughout the test suite.
19396         If you need to lengthen a timeout, then you should either set timeout
19397         in one of the config/{target}.exp files, or multiply it by a factor.
19398         Setting it to an absolute value is always going to lose for some
19399         targets.
19400         * gdb.base/a1-selftest.exp (test_with_self):  Only use local timeout.
19401         * gdb.base/callfuncs.exp (do_function_calls):  Don't set timeout.
19402         * gdb.base/funcargs.exp:  Don't set timeout.
19403         * gdb.base/list.exp (test_forward_search):  Only use local timeout.
19404         * gdb.base/printcmds.exp (test_print_string_constants
19405         test_print_array_constants):  Don't set timeout.
19406         * gdb.base/ptype.exp:  Don't set timeout.
19407         * gdb.base/recurse.exp:  Don't set timeout.
19408         * gdb.base/return.exp:  Don't set timeout.
19409         * gdb.base/watchpoint.exp:  Don't set timeout.
19410         * gdb.c++/classes.exp (do_tests):  Don't set timeout.
19411         * gdb.c++/virtfunc.exp (test_virtual_calls):  Don't set timeout.
19412
19413 Wed May 10 16:03:23 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
19414
19415         * Makefile.in: Make clean targets work also when SUBDIRS is empty.
19416
19417 Mon May  1 07:32:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19418
19419         * lib/gdb.exp: Disable chill tests for irix5.
19420
19421 Wed Apr 26 07:36:03 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19422
19423         * gdb.base/scope.exp: Make test names unique.  Use gdb_test.  Make
19424         each test pass or fail.
19425
19426 Sun Apr 23 21:32:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19427
19428         * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
19429         xlc not gcc.
19430
19431 Fri Apr 21 15:44:02 1995  Stu Grossman  (grossman@rtl.cygnus.com)
19432
19433         * cpu32bug.exp est.exp rom68k.exp:  Delete.  Unify into monitor.exp.
19434
19435 Wed Apr 19 17:41:21 1995  Stu Grossman  (grossman@cygnus.com)
19436
19437         * config/est.exp:  Fix copyright and comments.  Remove dead code.
19438         Use targetname, serialport and baud variables instead of fixed
19439         constants.
19440         * config/rom68k.exp:  Fix copyright and comments.  Remove dead code.
19441         * config/cpu32bug.exp:  New file to support cpu32bug monitors.
19442
19443 Wed Apr 19 13:47:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19444
19445         * gdb.base/watchpoint.exp: Don't run
19446         test_watchpoint_triggered_in_syscall for sunos.
19447
19448 Mon Apr 17 12:48:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19449
19450         * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
19451         they don't seem to exist.  Do include stdio.h.
19452
19453 Fri Apr 14 09:40:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19454
19455         * gdb.base/a1-selftest.exp: Add alpha xfail.
19456
19457 Mon Apr 10 13:07:50 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19458
19459         * gdb.base/watchpoint.c (main): Prompt before calling read().
19460         * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
19461         Revise accordingly.  Remove cruft about sending "123" several
19462         times, until it gets noticed.  Clean up the "print buf[0]" stuff
19463         so that it passes or fails, and waits for prompts in the usual way.
19464
19465 Sun Apr  9 09:02:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19466
19467         * gdb.base/recurse.exp: Fix comment.
19468
19469         * TODO: Remove item about printing variables in nodebug.exp.  Add
19470         item about enabling tests which are only run on some targets.
19471
19472         * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
19473         fail, make test names unique, use new gdb_test convention
19474         regarding pattern, use gdb_test more, etc.).
19475
19476         * gdb.base/bitfields.exp: Various cleanups (make each test pass or
19477         fail, make test names unique, etc.).
19478
19479 Sat Apr  8 02:47:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19480
19481         * gdb.base/nodebug.c:  Change return type of top and middle to
19482         short.
19483         * gdb.base/nodebug.exp:  Remove xfails for ecoff systems, they
19484         are fixed by the recent mdebugread.c changes. Allow `short ()'
19485         as type for top and middle.
19486
19487 Thu Apr  6 08:54:18 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19488
19489         * gdb.base/break.exp: Remove commented out if $usestubs {}.  As
19490         nearly as I can tell, the whole thing was an accident in Stu's
19491         change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
19492         to replace a send/expect pair with gdb_test, but ended up only
19493         adding the gdb_test.  My change of 24 Mar 1995 and Kung's change
19494         of 30 Mar 1995 took care of it, but left this vestigial comment
19495         which I am now nuking.
19496
19497 Mon Apr  3 09:00:27 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19498
19499         * gdb.base/break.exp: Look for different line number for
19500         breakpoint at main depending on usestubs.
19501
19502 Sun Apr  2 08:15:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19503
19504         * gdb.base/list.exp:  Adjust some alternate expect patterns to
19505         match recent list0.c change. Add alternate expect pattern for
19506         output from `list default lines around main' for optimizing
19507         compilers.
19508
19509 Sat Apr  1 07:23:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19510
19511         * lib/gdb.exp: If nosignals is not set, set it to 0.
19512
19513 Fri Mar 31 16:13:48 1995  Kung Hsu  <kung@mexican.cygnus.com>
19514
19515         * config/slite-gdb.exp: Responds to load symbol table prompt.
19516         * gdb.base/break.exp: Adjust line number, fix rerun.
19517         * gdb.base/langs0.c: Add #ifdef usestubs.
19518
19519 Thu Mar 30 15:36:55 1995  Kung Hsu  <kung@mexican.cygnus.com>
19520
19521         * gdb.base/list.exp: Adjust line contents after adding new lines in
19522         list0.c. Also fix a syntax error.
19523
19524         * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
19525         * gdb.base/break.exp: ditto.
19526         * gdb.base/list.exp: ditto.
19527         * gdb.base/bitfields.c: Add #ifdef usestubs in main().
19528         * gdb.base/run.c: ditto.
19529         * gdb.base/list0.c: ditto.
19530         * gdb.base/funcargs.c: ditto.
19531
19532 Wed Mar 29 17:09:29 1995  Stu Grossman  (grossman@cygnus.com)
19533
19534         * testsuite/config/rom68k.exp (gdb_target_rom68k):  Use
19535         $targetname, $serialport and $baud instead of hardwired variables.
19536         * testsuite/gdb.base/{sigall.exp signals.exp}:  Skip these if the
19537         target doesn't support signals.
19538
19539 Wed Mar 29 12:29:34 1995  Kung Hsu  <kung@mexican.cygnus.com>
19540
19541         * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
19542
19543 Tue Mar 28 08:46:45 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19544
19545         * gdb.base/recurse.exp: Make test names unique.  Change \\(+ to \\(.
19546         Don't rely on the value of an auto variable before it has been
19547         initialized.  Use gdb_test more.
19548
19549 Mon Mar 27 08:00:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19550
19551         * lib/gdb.exp (default_gdb_version): A version number must start
19552         with a digit, but other than that contains all characters up to
19553         the first whitespace character.
19554
19555 Sun Mar 26 13:19:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19556
19557         * gdb.base/commands.exp (breakpoint_command_test): New tests.
19558
19559 Sat Mar 25 15:38:06 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19560
19561         * gdb.c++/*.exp: Warn if executable does not exist.  The original
19562         reason for skipping the warning was that configure.in sometimes
19563         intentionally skipped building the executables but the tcl code
19564         had no way of knowing.  That (a) was always bogus with respect to
19565         error handling, (b) is no longer true (right now there is no way
19566         to skip C++ tests).
19567
19568         * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
19569
19570 Sat Mar 25 01:16:10 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19571
19572         * gdb.base/list.exp:  Add expect patterns for output from
19573         SunPRO compiled executables.
19574         * gdb.base/whatis.exp:  Allow leading `signed' for all v_signed_*
19575         types.
19576
19577 Fri Mar 24 06:11:05 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19578
19579         * gdb.base/break.exp (test_next_with_recursion): Accept any line
19580         number (we are already testing that the correct source line text
19581         gets printed).
19582
19583         * gdb.base/break.exp: Make one test if $usestubs.  I'm not sure
19584         that is what is intended, but something needed to be done to get
19585         sunos4 native working again.
19586
19587         * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
19588
19589         * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
19590         apparently went with a (very) old xfail.
19591
19592 Fri Mar 24 13:41:09 1995  Kung Hsu  <kung@mexican.cygnus.com>
19593
19594         * gdb.base/callfuncs.exp: call runto_main instead of runto main.
19595         runto_main is a proc in gdb.exp that will do 'step' for target use
19596         stubs.
19597         * gdb.base/exprs.exp: ditto.
19598         * gdb.base/interrupt.exp: ditto.
19599         * gdb.base/opaque.exp: ditto.
19600         * gdb.base/printcmds.exp: ditto.
19601         * gdb.base/ptype.exp: ditto.
19602         * gdb.base/scope.exp: ditto.
19603         * gdb.base/setvar.exp: ditto.
19604         * gdb.base/signals.exp: ditto.
19605         * gdb.base/twice.exp: ditto.
19606         * gdb.c++/classes.exp: ditto.
19607         * gdb.c++/inherit.exp: ditto.
19608         * gdb.c++/templates.exp: ditto.
19609         * gdb.base/break.exp: no run and hit main for stubs. Change line
19610         numbers for breakpoints and info breakpoint.
19611         * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
19612         breakpoint().
19613         * gdb.base/callfuncs.c: ditto.
19614         * gdb.base/exprs: ditto.
19615         * gdb.base/interrupt.c: ditto.
19616         * gdb.base/opaque0.c: ditto.
19617         * gdb.base/printcmds.c: ditto.
19618         * gdb.base/ptype.c: ditto.
19619         * gdb.base/scope0.c: ditto.
19620         * gdb.base/setvar.c: ditto.
19621         * gdb.base/signals.c: ditto.
19622         * gdb.base/twice.c: ditto.
19623         * gdb.c++/misc.cc: ditto.
19624         * gdb.c++/templates.cc: ditto.
19625
19626 Fri Mar 24 06:11:05 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19627
19628         * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
19629
19630         * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
19631         somewhere between `read' and `main.c'.  I'm pretty sure the
19632         pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
19633         and it isn't particularly useful.
19634
19635         * gdb.base/scope.exp: Make test names unique.  \[(\] -> \\(.
19636
19637 Thu Mar 23 14:58:35 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19638
19639         * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
19640
19641 Wed Mar 22 18:36:05 1995  Kung Hsu  <kung@mexican.cygnus.com>
19642
19643         * config/mt-slite: add LIBS and -nostdlib.
19644         * config/slite-gdb.exp: add this new file to support sparclite target.
19645
19646 Tue Mar 21 21:41:04 1995  Doug Evans  <dje@canuck.cygnus.com>
19647
19648         * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
19649
19650         * gdb.base/a2-run.exp: Change argument to istarget from
19651         "*-*-vxworks" to "*-*-vxworks*".
19652         * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
19653
19654 Tue Mar 21 17:08:47 1995  Kung Hsu  <kung@mexican.cygnus.com>
19655
19656         * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
19657         will not runto main but do a 'step' to step out of breakpoint().
19658         * config/mt-slite: add -Dusestubs.
19659
19660 Tue Mar 21 12:14:12 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19661
19662         * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
19663         instead of just @.
19664
19665         * gdb.base/signals.exp: Add test for "handle all print".
19666         * TODO: Remove "handle all print".  Also remove item about
19667         checking copyright date (I don't like the idea of a spurious FAIL
19668         based on when we run the tests).
19669
19670         * gdb.base/recurse.exp: Enable test for SunOS4.  xfail one test
19671         for SunOS4 (reason for failure not investigated).  Remove
19672         redundant test for $binfile.
19673
19674         * gdb.base/nodebug.c (array_index): Call malloc.
19675
19676         * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
19677
19678 Mon Mar 20 10:08:17 1995  Jeff Law  (law@snake.cs.utah.edu)
19679
19680         * gdb.base/recurse.exp: Update gdb_test invocation to use new
19681         conventions and slightly simplify the matching regexp.
19682
19683 Fri Mar 17 05:43:28 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19684
19685         * gdb.base/break.exp: Update gdb_test invocation to use new
19686         convention.
19687
19688         * lib/gdb.exp: If noargs is not set, set it to 0.
19689
19690         * gdb.base/nodebug.exp: Comment out redundant test.  Make name of
19691         tests unique.
19692
19693         * lib/gdb.exp: Skip CHILL for AIX and Solaris.
19694
19695 Thu Mar 16 16:27:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19696
19697         * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
19698         one argument of type "<non-float parameter>".
19699
19700 Wed Mar 15 15:54:56 1995  Stu Grossman  (grossman@cygnus.com)
19701
19702         * config/rom68k.exp:  New file to support Motorola IDP board.
19703         * gdb.base/a2-run.exp:  Skip this file if noargs is set.
19704         * gdb.base/break.c:  Change things around so that this program
19705         doesn't depend upon args.  This is necessary to make remote
19706         targets work (in general, they can't take args).
19707         * gdb.base/break.exp:  Don't try to send args to program.  Don't
19708         expect output.  Also, replace lots of code with gdb_test.
19709
19710 Wed Mar 15 04:11:14 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19711
19712         * gdb.base/printcmds.exp (test_character_literals_accepted): Test
19713         printing of '\'' (which is what the comment says we are testing,
19714         even though we were not), not '''.
19715         (test_integer_literals_rejected): Test that printing ''' is an error.
19716
19717         * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
19718         gdb.chill/chexp.exp, gdb.base/printcmds.exp,
19719         gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
19720         gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
19721         Use gdb_test not test_print_accept.
19722         * lib/gdb.exp: Remove test_print_accept.
19723
19724         * gdb.base/signals.exp (signal_tests_1): Make pass message
19725         consistent with fail message.
19726
19727         * gdb.base/whatis.exp: Remove xfails for printing char vs.
19728         unsigned char; the bug (PR 1821) is fixed.
19729
19730         * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
19731
19732         * gdb.base/scope.exp (test_at_localscopes): Call pass for
19733         successful tests--makes xfailing them work right.
19734
19735 Tue Mar 14 07:39:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19736
19737         * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
19738         only \r\n, not .*.  The test can pass .* as the last thing in
19739         $pattern if that is what it wants.  In addition to providing this
19740         flexibility, this change should speed up pattern matching in cases
19741         where the pattern already ended with .* (there were a number of
19742         them).  This change also helps catch bad patterns--in the old
19743         scheme the typo "char \*" instead of "char \\*" would pass.  Now
19744         it is caught.
19745         * Many .exp files: Update callers.
19746
19747         * gdb.base/funcargs.exp: Replace \[(\]+ with \\(.  The latter is
19748         clearer and does not spuriously match multiple ('s.  Likewise for
19749         ) and *.
19750
19751         * gdb.base/nodebug.exp: Test ability to call a function and pass
19752         it a string (even with no debugging info).
19753
19754         * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
19755         "p '\'", which is the same as "p ''" once tcl gets done with
19756         quoting, to "p '\\'", which I suspect is what is intended (one
19757         backslash gets sent to GDB).
19758
19759         * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
19760
19761 Fri Mar 10 13:31:46 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19762
19763         * gdb.base/a1-selftest.exp: Remove xfail for solaris.  The bug (PR
19764         1817) was fixed literally years ago.
19765
19766 Fri Mar 10 02:49:40 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19767
19768         * gdb.base/funcargs.exp (call_after_alloca):  Remove `next'
19769         test, it causes stepping out of call_after_alloca_subr with
19770         optimizing compilers.
19771         (localvars_in_indirect_call):  Consume GDB prompt if `finish'
19772         fails.
19773
19774         * gdb.c++/templates.exp:  Source templ-info.exp only if
19775         the templates executable exists.
19776
19777         * gdb.c++/misc.cc (class Contains_static_instance,
19778         class Contains_nested_static_instance),
19779         gdb.c++/classes.exp (test_static_members):  Test printing of
19780         a class that contains a static instance of the class.
19781
19782 Thu Mar  9 11:43:55 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19783
19784         * gdb.base/langs2.c (cppsub_): Don't prototype.
19785         * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
19786         only, I believe).
19787
19788 Wed Mar  8 10:29:33 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19789
19790         * lib/gdb.exp (skip_chill_tests): New procedure.
19791
19792         * gdb.base/signals.exp (signal_tests_1): xfail for irix.
19793
19794 Mon Mar  6 10:44:06 1995  Jeff Law  (law@snake.cs.utah.edu)
19795
19796         * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
19797         each expect pattern.  Cuts runtime from 12 to about 4 seconds.
19798
19799 Thu Mar  2 05:31:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19800
19801         * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
19802
19803         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
19804         disassemble 8, not 16, instructions for part 4.
19805
19806         * config/vx-gdb.exp (gdb_start): Use \030, not \CX.  tcl doesn't
19807         support the latter anymore.
19808
19809         * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
19810         -DNO_PROTOTYPES.
19811         * gdb.base/callfuncs.c: Control use of prototypes based on
19812         NO_PROTOTYPES, not __STDC__.
19813         * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
19814         t_float_values2 tests if prototypes in use.
19815
19816         * gdb.base/callfuncs.c (t_float_values, t_float_values2,
19817         t_double_values):  When checking differences against DELTA, check
19818         that difference is within the range (-DELTA,DELTA), not just
19819         (-infinity,DELTA).
19820
19821 Tue Feb 28 16:28:54 1995  Kung Hsu  <kung@mexican.cygnus.com>
19822
19823         * config/mips-gdb.exp (gdb_load): In every test case, we need to do
19824         'file' command firts, then 'target', then 'load', this is due to gdb
19825         target set up.
19826         * config/mips-gdb.exp: Fix a couple regular exp bugs.
19827
19828 Thu Feb 23 17:44:55 1995  Jeff Law  (law@snake.cs.utah.edu)
19829
19830         * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
19831         FP load/store variants.
19832         * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
19833
19834 Wed Feb 22 18:29:08 1995  Jim Kingdon  <kingdon@rtl.cygnus.com>
19835
19836         * gdb.base/term.exp: Do not give a warning if not native, it is
19837         not an abnormal condition.
19838
19839 Tue Feb 21 13:08:47 1995  Jim Kingdon  <kingdon@cygnus.com>
19840
19841         * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
19842         t_char_array".
19843
19844 Sun Feb 19 13:10:06 1995  Jim Kingdon  <kingdon@rtl.cygnus.com>
19845
19846         * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
19847         are getting the version number.
19848
19849         * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
19850         if not native, it is not an abnormal condition.
19851
19852 Thu Feb 16 15:56:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19853
19854         * lib/gdb.exp: Just use "file exists", rather than undocumented
19855         dejagnu procedure "findfile".
19856
19857 Thu Feb 16 10:30:24 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19858
19859         * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
19860           (LDFLAGS): Set to -Xlinker -Ur.
19861
19862         * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
19863           Removed, these values are set by lib/gdb.exp.
19864
19865         * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
19866
19867 Wed Feb 15 14:23:28 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
19868
19869         * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
19870           of replicating gdb startup code.
19871
19872         * config/mt-vxworks (LDFLAGS): Set to -r.
19873           (CFLAGS_FOR_TARGET): Removed.
19874
19875         * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
19876           (gdb) and gdb for vxworks uses (vxgdb).
19877
19878         * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
19879           executable is not in the tree and host != target, use sed and
19880           program_transform_name to determine the gdb name used by the
19881           target.
19882
19883         * configure.in, gdb.{base,c++,chill}/configure.in: changed so
19884           *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
19885
19886 Sun Feb 12 08:11:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19887
19888         * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
19889         floats, chars, and shorts where there are ANSI-style function
19890         definitions.
19891
19892         * gdb.base/langs.exp, gdb.base/langs*: New test.
19893         * gdb.base/Makefile.in: Build it.
19894         * TODO: Remove item about checking that C names don't get C++
19895         demangling applied; this test tests it.
19896
19897 Thu Feb  9 12:43:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19898
19899         * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
19900         went with the const70 xfail.  The xfail went away a year ago.
19901
19902         * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
19903
19904         * gdb.base/corefile.exp: Give backtrace test unique name.  xfail
19905         for hp300.
19906
19907         * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
19908
19909         * gdb.base/a1-selftest.exp: Don't run on hp300.
19910
19911 Sat Feb  4 15:04:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19912
19913         * Makefile.in (site.exp): Set host_alias and target_alias as well
19914         as host_triplet and target_triplet.
19915
19916 Wed Feb  1 08:03:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19917
19918         * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
19919
19920         * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
19921         places as other ecoff systems).
19922
19923         * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
19924         ultrix.
19925
19926 Mon Jan 30 11:44:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19927
19928         * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
19929         remove them.
19930         * gdb.base/nodebug.exp: Accept "function" in addition to "text
19931         variable and "variable" in addition to "data variable".
19932         * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
19933
19934         * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
19935         2.
19936         * gdb.base/list1.c (long_line): Add additional statement at start
19937         of function.
19938         * gdb.base/list.exp (test_forward_search): Update line number to
19939         reflect new statement.
19940
19941 Sun Jan 29 13:34:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19942
19943         * gdb.base/signals.exp:  Reinitialize searched source directories
19944         after gdb_start call.
19945
19946 Sat Jan 28 01:34:44 1995  Jeff Law  (law@snake.cs.utah.edu)
19947
19948         * gdb.disasm/Makefile.in (clean): Delete "errs" file.
19949         * gdb.stabs/Makefile.in: Likewise.
19950
19951         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
19952         change.  Instead split the tests into smaller pieces.
19953         * gdb.disasm/hppa.s: Corresponding changes.
19954
19955 Fri Jan 27 09:24:51 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19956
19957         * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
19958         Quote ^C when passing it to stty.  For some shells ^ is a pipe.
19959
19960         * gdb.base/funcargs.exp: Modify many tests so that every test
19961         either passes or fails.  Make some test names unique.
19962
19963 Thu Jan 26 19:20:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19964
19965         * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
19966         Call stty to set interrupt character.
19967
19968         * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
19969         for HP assembler versus GNU assembler based on actual behavior of
19970         $(CC), rather than assuming that $(AS) is always the GNU assembler.
19971
19972         * TODO: Suggest a few more stepping tests.
19973
19974 Wed Jan 25 14:52:41 1995  Stan Shebs  <shebs@andros.cygnus.com>
19975
19976         * gdb.base/default.exp: xfail no-stack backtraces for h8300,
19977         restart GDB for h8300 after a continue.
19978         (return): Add pattern to match a29k-udi behavior.
19979         * gdb.base/nodebug.exp: Remove obsolete comment.
19980         * gdb.base/regs.exp: New file, testing of register displays.
19981         * gdb.base/return.exp: Fix typo in reference to $objdir.
19982         * gdb.base/whatis.exp: Always start with a fresh GDB.
19983
19984 Wed Jan 25 11:12:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19985
19986         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
19987         higher, these tests generate a lot of output.
19988
19989 Tue Jan 24 07:58:44 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
19990
19991         * lib/gdb.exp (gdb_test): Remove catch from around the send.  The
19992         code following the catch silently ignored some errors; without the
19993         catch they should be thrown like any other tcl error.  Also, the
19994         catch used "" instead of {} which meant all the callers who wanted
19995         to include one of the characters "[]$ had to quote it an extra time.
19996         * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
19997         ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
19998         demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
19999         Remove extra quoting.
20000
20001 Mon Jan 23 21:57:54 1995  Jeff Law  (law@snake.cs.utah.edu)
20002
20003         * gdb.base/commands.exp: Make test names unique; every test either
20004         passes or fails.  Update some comments.
20005
20006         * gdb.disasm/hppa.exp (do_system_control_tests): Update.
20007
20008 Sat Jan 21 15:34:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
20009
20010         The following fixes a FAIL caused by the fact that the alpha stabs
20011         configuration didn't use the ".if alpha" code in weird.def.
20012         * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
20013         bit pointer, so the 32 bit version works even on the alpha.
20014         * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
20015         Remove the stuff which allowed us to have separate versions for
20016         alpha and everything else.
20017
20018         * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
20019         regexp which "info func operator\[\](" is supposed to match.  Fix
20020         string to send to GDB.  Note that GDB still doesn't work right.  Add a
20021         new test for "info func .perator\[\](" which GDB does handle correctly.
20022
20023         * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
20024
20025 Fri Jan 20 12:14:23 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
20026
20027         * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
20028         gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
20029         gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
20030         gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
20031         it makes the tests harder to understand and confuses test-o-matic.
20032         The preferred style is that each test provides a PASS or a FAIL,
20033         and has a unique message (e.g. "continue #54" not just "continue")
20034         which is the same for the pass and the fail.
20035         * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
20036         gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
20037         to lib/gdb.exp.
20038         * gdb.base/printcmds.exp: Use test_print_accept.  Remove
20039         prt_accept which was basically the same thing.  Likewise for
20040         test_print_reject and prt_reject.
20041         * lib/gdb.exp (test_print_reject): Add some more error message
20042         patterns to match from the former printcmds.exp (prt_reject).
20043         * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
20044         One defect of the passcount stuff is that some of it failed to
20045         report XPASS where appropriate.
20046         * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
20047         stuff before and after arg in expected pattern.
20048         (test_paddr_operator_functions): Re-do test without print_addr_of;
20049         this is the only test which seems to want extra stuff there.
20050
20051 Tue Jan 17 10:47:53 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
20052
20053         * gdb.base/nodebug.exp: Update new tests to reflect improved
20054         wording of gdb output.
20055
20056         * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
20057         and "ptype" work on variables in files compiled without -g.
20058         Replaces commented out "maint print msymbol" tests.
20059
20060 Mon Jan 16 12:13:28 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
20061
20062         * gdb.base/setvar.c (dummy): Call malloc.
20063
20064         * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
20065         losing with the irix4 sed.
20066
20067         * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
20068         ALRM" on irix4.
20069
20070 Sun Jan 15 21:58:26 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
20071
20072         * TODO: Remove items about corefile.exp testing new exec-file and
20073         backtrace; both are now done.  Add items about printing enums.
20074
20075 Sat Jan 14 11:25:28 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
20076
20077         * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
20078         "get signal $thissig" test fails.
20079
20080         * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
20081
20082 Thu Jan 12 01:14:53 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
20083
20084         * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
20085         compiler warning with dec alpha compiler.
20086
20087         * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
20088         extra \n from gdb_test call (this explains why the prompt test
20089         that I removed yesterday was there).
20090         (user_defined_command_test): Remove extra \n and prompt test.
20091
20092         * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
20093         doesn't exist.  Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
20094         doesn't exist.
20095         * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
20096         Also remove alpha workaround, which turns out to be because
20097         SIGABRT == SIGLOST.
20098
20099         * gdb.base/sigall.exp: Add workaround for alpha weirdness.
20100
20101         * gdb.base/help.exp: Don't test "help show".
20102
20103 Wed Jan 11 14:37:04 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
20104
20105         * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
20106         "set print address" is on.
20107         * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
20108         pass prompt to gdb_test; gdb_test already looks for the prompt.
20109
20110         * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
20111
20112         * gdb.base/a1-selftest.exp: Don't test "maint dump-me".  That test
20113         was a vestige of the manual TESTSTRATEGY, and the purpose of it
20114         was to make sure that gdb can read a core file.  But (a) the "read
20115         the corefile" part didn't make it to a1-selftest.exp, we just
20116         delete the corefile after creating it, and (b) we test reading
20117         corefiles in corefile.exp anyway.  Also, this test left around a
20118         xgdb process on Solaris.
20119
20120         * gdb.base/corefile.exp: Also test backtrace.
20121
20122 Wed Jan 11 00:14:40 1995  Jeff Law  (law@snake.cs.utah.edu)
20123
20124         * gdb.base/commands.exp: Test a simple user defined command with
20125         arguments and if/while statements; verify the full user command is
20126         printed by "show user".
20127
20128         * gdb.base/commands.exp: Test if/while commands as part of a
20129         breakpoint command list; verify they appear in breakpoint
20130         information.
20131
20132 Wed Jan 11 00:47:58 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
20133
20134         * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
20135         than by dividing by zero.
20136
20137 Tue Jan 10 21:38:05 1995  Jeff Law  (law@snake.cs.utah.edu)
20138
20139         * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
20140         performing an inferior call with watchpoints enabled.
20141         * gdb.base/watchpoint.c (main): Delete second unnecessary read
20142         call.
20143
20144 Tue Jan 10 18:42:07 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
20145
20146         * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
20147         of "file" command.
20148
20149         * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
20150         Add additional pattern for when "int operator int(void);" appears
20151         in a different order.
20152
20153 Mon Jan  9 16:22:46 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
20154
20155         * gdb.base/signals.exp: Call gdb_exit and gdb_start.
20156
20157         * gdb.base/help.exp: Replace most of docstrings for "info signals"
20158         and "signal" with ".*".
20159
20160 Wed Jan  4 11:35:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
20161
20162         * TODO: Add note about "handle all nostop".
20163
20164         * gdb.base/{sigall.c, sigall.exp}: New test.
20165         * gdb.base/Makefile.in: Add it.
20166
20167 Thu Jan  5 17:34:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
20168
20169         * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
20170         when invoking GDB, suppresses any windowing interface.
20171
20172 Mon Jan  2 17:40:21 1995  Stan Shebs  <shebs@andros.cygnus.com>
20173
20174         * config/sim-gdb: New file, simulator testing support.
20175
20176 Wed Dec 28 12:21:50 1994  Jeff Law  (law@snake.cs.utah.edu)
20177
20178         * gdb.base/interrupt.exp: Test calling func1 twice.
20179
20180 Wed Dec 21 12:51:37 1994  Jim Kingdon  <kingdon@deneb.cygnus.com>
20181
20182         * gdb.base/list.exp (test_forward_search): Set timeout higher
20183         when we'll be getting lots of output from gdb.
20184
20185         * gdb.base/a1-selftest.exp: Move code that was inside expect -re
20186         "init_malloc" to after the expect statement.  Run it if that
20187         regexp is taken, but also for two others which happen if source
20188         cannot be found.
20189
20190 Tue Dec 20 12:35:21 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20191
20192         * gdb.base/printcmds.exp: New test, for printing register before
20193         program is running.
20194
20195 Mon Dec 19 00:32:55 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20196
20197         * gdb.base/list.exp:  Correct some alternate expect patterns
20198         to reflect changes in list1.c.
20199
20200 Sat Dec 17 14:20:03 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20201
20202         * TODO: Add item regarding large frames.
20203
20204         * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
20205
20206         * TODO: Remove item about enabling return.exp; it
20207         is enabled.  Suggest a few more "return" tests.
20208
20209 Sat Dec 17 02:33:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20210
20211         * gdb.c++/misc.cc, gdb.c++/inherit.exp:  Add testcases for
20212         anonymous unions.
20213
20214 Tue Dec 13 11:26:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20215
20216         * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
20217         and pr-5646.o, so "make" is the same as "make all", not "make
20218         pr-4975.o".
20219
20220 Wed Dec  7 19:02:02 1994  Stan Shebs  <shebs@andros.cygnus.com>
20221
20222         * gdb.base/list.exp: Adjust expectations to reflect changes in
20223         list1.c.
20224         (test_forward_search): New test proc.
20225         * gdb.base/list1.c (long_line): New function, has long source line.
20226
20227 Thu Dec  1 23:14:49 1994  Stan Shebs  <shebs@andros.cygnus.com>
20228
20229         * gdb.base/a1-selftest.exp: Change initial stepping to know about
20230         additional line of code that was added.
20231
20232 Wed Nov 30 19:43:14 1994  Jeff Law  (law@snake.cs.utah.edu)
20233
20234         * gdb.disasm/hppa.s: Break the large branching tests into smaller
20235         tests so as not to overflow expect's input buffers.
20236         * gdb.disasm/hppa.exp: Corresponding changes.
20237
20238 Fri Nov 25 13:37:10 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20239
20240         Beginnings of template debugging tests.
20241         * gdb.c++/templ-info.cc:  New file to test for template
20242         debugging capability of the compiler.
20243         * gdb.c++/Makefile.in:  Add rule to build templ-info.exp from
20244         templ-info.cc.
20245         * gdb.c++/templates.cc:  Add explicit template instantiations
20246         to enable compiling with -fno-implicit-templates. Add destructor
20247         and 'value' method to T5 class for template tests.
20248         * gdb.c++/templates.exp:  Add testcases for printing of template
20249         types, setting breakpoints on template methods and calling a
20250         template method.
20251
20252 Sat Nov  5 00:20:17 1994  Jeff Law  (law@snake.cs.utah.edu)
20253
20254         * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
20255         branch target since some assemblers (gas-2.5)  may emit a
20256         relocation for the branch instead of resolving it in the
20257         assembler.
20258
20259 Sat Oct 29 02:40:40 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20260
20261         * gdb.base/a1-selftest.exp:  Remove RS/6000 xfail for backtrace
20262         through signal handler.
20263
20264 Fri Oct 21 11:10:16 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
20265
20266         * configure.in (*-*-netware): Use config/mt-netware.
20267
20268         * config/mt-netware: New file.
20269         * config/mt-i386-netware: Removed, separate configs for different
20270           netware architectures are no longer needed now that we have
20271           --with-headers.
20272
20273 Sat Oct 15 03:43:00 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20274
20275         * gdb.base/exprs.exp:  Remove xfail for alpha, it is fixed
20276         by the recent changes to use ANSI C arithmetic conversions.
20277
20278 Sun Oct  9 07:44:06 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20279
20280         * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
20281         bug involving using inferior_pid to figure out whether to select a
20282         frame.
20283
20284 Wed Sep 28 23:12:02 1994  Jeff Law  (law@snake.cs.utah.edu)
20285
20286         * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
20287         match the current disassembler output.
20288
20289 Fri Sep 16 11:42:41 1994  Stan Shebs  (shebs@andros.cygnus.com)
20290
20291         * gdb.fortran/exprs.exp: Expect VOID instead of void.
20292         * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
20293         types, expect "int" as type of integer values (for now).
20294
20295 Wed Sep  7 23:33:51 1994  Jeff Law  (law@snake.cs.utah.edu)
20296
20297         * gdb.base/commands.exp: New tests for if/while commands.
20298
20299 Tue Sep  6 13:16:11 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20300
20301         * lib/gdb.exp (runto):  Replace sub-pattern for hex value
20302         by .*, since hex values have different syntax in Chill mode.
20303
20304 Tue Sep  6 02:15:51 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20305
20306         * gdb.c++/demangle.exp (test_arm_style_demangling):  Remove
20307         linefeed from expect pattern for repeated types with indices > 9.
20308
20309 Mon Aug 29 14:20:44 1994  Stan Shebs  (shebs@andros.cygnus.com)
20310
20311         First part of Fortran test suite.
20312         * gdb.fortran: New directory.
20313         * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
20314
20315 Sat Aug 27 23:32:43 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20316
20317         * gdb.base/default.exp:  Update expect pattern for load command
20318         without arguments.
20319
20320 Wed Aug 24 13:15:02 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
20321
20322         * configure.in: Change i386 to i[345]86.
20323         * gdb.base/configure.in: Likewise.
20324         * gdb.c++/configure.in: Likewise.
20325         * gdb.chill/configure.in: Likewise.
20326
20327 Tue Aug 23 19:14:06 1994  Stan Shebs  (shebs@andros.cygnus.com)
20328
20329         * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
20330         patterns, since that is not a valid context for comments.
20331
20332 Fri Aug 19 15:07:30 1994  Kung Hsu  (kung@mexican.cygnus.com)
20333
20334         * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
20335         repeated types and repeated types with indices > 9.
20336
20337 Tue Aug 16 15:57:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
20338
20339         * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
20340         2417; old bug has been fixed.
20341
20342 Fri Aug 12 19:35:41 1994  Jeff Law  (law@snake.cs.utah.edu)
20343
20344         * gdb.base/interrupt.exp: When trying to wake up the inferior,
20345         send the newline ourselves instead of assuming gdb_test will do
20346         so when passed an empty input string.
20347
20348         * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
20349         stabs testcode.
20350
20351 Fri Aug  5 17:01:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
20352
20353         * lib/gdb.exp (gdb_test): Don't send anything if the first
20354           argument is an empty string.  This makes cases where we want to
20355           match output that is already in expect's buffers (for example,
20356           matching a breakpoint after gdb_run_cmd has been called) work
20357           reliably.
20358
20359 Tue Aug  2 10:24:08 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
20360
20361         * config/netware.exp: New file.
20362
20363 Thu Jul 28 12:54:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
20364
20365         * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
20366           the -B and -L prefixes so we can find the debugging stub.
20367
20368         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
20369           there and we are using the gcc from the tree.
20370
20371         * gdb.base/types.c: Removed.
20372
20373         * gdb.base/configure.in: Look for makefile fragments in ../config.
20374           Recognize i386-*-netware.
20375         * gdb.c++/configure.in: Likewise.
20376
20377 Mon Jul 25 23:48:50 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20378
20379         * gdb.base/corefile.exp:  Change `else if' to `elseif', which is
20380         the correct TCL syntax.
20381
20382 Mon Jul 25 15:35:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
20383
20384         * gdb.base/opaque.exp: use runto instead of messing around with
20385           breakpoints.  Simplify by using gdb_test.
20386
20387         * gdb.base/bitfields.exp: restart between tests on netware targets
20388           because breakpoints aren't relocated after target death.  Run
20389           processes to completion.
20390
20391         * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
20392
20393 Sun Jul 24 09:55:51 1994  Fred Fish  (fnf@cygnus.com)
20394
20395         * Makefile.in:  Remove extra tabs that confuse some versions
20396         of "make".  Use the newly built gdb to test with by default,
20397         rather than the first one in the tester's search path.
20398
20399 Sat Jul 23 15:05:47 1994  Stan Shebs  (shebs@andros.cygnus.com)
20400
20401         * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
20402
20403         * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
20404         condition help.
20405
20406 Tue Jul 19 10:26:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
20407
20408         * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
20409
20410         * lib/gdb.exp (gdb_run_cmd): New function, used to start program
20411           running.
20412         * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
20413         * gdb.base/funcargs.exp: Likewise.
20414
20415         * gdb.base/bitfields.exp: Simplify by using gdb_test.
20416         * gdb.base/funcargs.exp: Likewise.
20417
20418         * lib/gdb.exp (gdb_test): if match times out, don't call fail if
20419           message is "".
20420
20421 Mon Jul 18 12:18:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
20422
20423         * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
20424           return,signals,twice}.exp: Handle non-existant binaries
20425           consistantly.
20426
20427         * gdb.base/corefile.exp: Execute coremaker to generate core dump.
20428         * gdb.base/Makefile.in: Don't try to generate a core dump, we
20429           might testing a cross development system.
20430
20431 Thu Jul 14 18:13:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
20432
20433         * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
20434           runtest script is relative to ${srcdir}, not ${rootdir}.
20435
20436 Thu Jul 14 14:56:59 1994  Stan Shebs  (shebs@andros.cygnus.com)
20437
20438         * gdb.base/signals.exp: Allow for optionality of breakpoint
20439         address.
20440
20441 Thu Jul 14 11:21:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20442
20443         * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
20444
20445 Tue Jul 12 12:22:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
20446
20447         * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
20448           for size_t definition.
20449         * gdb.c++/templates.cc: Likewise
20450
20451         * config/mt-i386-netware: New file.
20452
20453         * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
20454           defined.
20455
20456         * gdb.base/Makefile.in: Added support for systems that name core
20457           files by appending "core" to the program name.
20458         * gdb.base/a1-selftest.exp: Likewise.
20459
20460 Mon Jul 11 23:59:18 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20461
20462         * gdb.base/return.exp:  Add comment and message for `return double'
20463         test failure on Sparc Solaris.
20464
20465 Mon Jul  4 12:10:48 1994  Stan Shebs  (shebs@andros.cygnus.com)
20466
20467         * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
20468
20469 Wed Jun 29 00:26:17 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20470
20471         * gdb.c++/misc.cc:  Instantiate classes to inhibit the compiler
20472         from optimizing them away.
20473         * gdb.c++/classes.exp, gdb.c++/inherit.exp:  Update ptype expect
20474         patterns to include default constructors and assignment operators,
20475         to match gcc versions beyond 2.5.8. Accept any cplus demangling
20476         character in the output of the virtual base pointer.
20477
20478 Fri Jun 24 08:15:42 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20479
20480         * gdb.c++/cplusfuncs.exp:  Use string_to_regexp and a regular
20481         expression match in print_addr_of to avoid unintented matches.
20482         * gdb.c++/virtfunc.exp:  Accept alternate ptype output of g++
20483         versions up to 2.5.8.
20484
20485 Mon Jun 20 23:54:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20486
20487         * gdb.base/list.exp:  Tweak alternate pattern for listing of an
20488         included file to run under newer versions of expect.
20489         * gdb.c++/demangle.exp:  Add spaces to the expect patterns between
20490         consecutive >'s in templates to accomodate recent cplus-dem.c change.
20491         Remove xfail for the virtual table of BDDHookV.
20492
20493 Sat Jun 18 12:51:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
20494
20495         * lib/gdb.exp (string_to_regexp): Set a default result.
20496         (default_gdb_start): Fix misleading message.
20497
20498 Wed Jun 15 12:10:10 1994  Stan Shebs  (shebs@andros.cygnus.com)
20499
20500         * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
20501         Remove all CC, etc definitions.
20502         * config/mt-hpux: New file.
20503         * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
20504         (CFLAGS, LDFLAGS): Define.
20505         * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
20506
20507         * Makefile.in (site.exp): Don't insert host_os, etc.
20508         (just-check): Just use RUNTEST with RUNTESTFLAGS only.
20509         (distclean): Check existence of subdir.
20510         * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
20511         * gdb.base/Makefile.in: General cleanup and simplification.
20512         Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
20513         to build executables.   Use default rule to build .o files.
20514         (EXPECT, RUNTEST, CC): Fix relative pathname.
20515         (site.exp): Don't insert host_os, etc.
20516         * gdb.base/signals.c (main): Don't call signal unless SIGALRM
20517         and/or SIGUSR1 defined.
20518         * gdb.base/watchpoint.c: Don't include stdio.h a second time.
20519         * gdb.c++/Makefile.in: General cleanup and simplification.
20520         Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
20521         (CFLAGS): Remove.
20522         (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
20523
20524 Fri Jun 10 10:55:09 1994  Jeff Law  (law@snake.cs.utah.edu)
20525
20526         * gdb.base/recurse.exp: Misc changes to get tests running again
20527         after Kung's changes to the watchpoint code.
20528         * gdb.base/watchpoint.exp: Likewise.
20529
20530 Thu Jun  9 15:16:55 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20531
20532         * lib/gdb.exp (string_to_regexp):  Convert {\} also.
20533
20534 Wed Jun  8 12:12:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
20535
20536         * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
20537         * lib/gdb.exp (default_gdb_start): Define.
20538         * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
20539         gdb.base/funcargs.exp, gdb.base/opaque.exp,
20540         gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
20541         gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
20542         gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
20543         Don't call gdb_target_udi in between tests.
20544
20545 Tue Jun  7 08:30:15 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20546
20547         * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
20548         (which was basically just a local version of the same thing).  In
20549         addition to avoiding duplication, gdb_test_exact is faster.
20550         * lib/gdb.exp (gdb_test_exact): Fix typo.
20551
20552         * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
20553         don't give an error.
20554
20555         * gdb.base/term.exp: Call delete_breakpoints before starting.
20556
20557         * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
20558         (t10): Add comment.
20559
20560 Mon Jun  6 18:26:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
20561
20562         Reorganization of the GDB Test Suite.
20563
20564         * gdb.base: New directory, contains all the basic tests.
20565         * gdb.c++: New directory, tests specific to C++.
20566         * gdb.chill: New directory, tests specific to Chill.
20567         * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
20568         gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
20569         gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
20570         gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
20571         into appropriate new directories (t00-t17 to base, t20-t23 to c++,
20572         t30-31 to chill).
20573         * */gdbme.*: Rename to match appropriate expect scripts.
20574         * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
20575         gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
20576         gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
20577         gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
20578         gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
20579         gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
20580         gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
20581         gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
20582         gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
20583         gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
20584         * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
20585         gdb.c++/virtfunc.cc: New names of C++ files.
20586         * gdb.chill/chillvars.ch: New name of Chill file.
20587         * gdb.base/configure.in, gdb.c++/configure.in,
20588         gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
20589         * gdb.base/Makefile.in, gdb.c++/Makefile.in,
20590         gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
20591         * configure.in (configdirs): Update to reflect directory changes.
20592         (target_abbrev): No longer define for any configuration.
20593         * Makefile.in: Cosmetic improvements to header comments.
20594
20595 Fri Jun  3 18:56:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20596
20597         Various changes to gdb.t31:
20598
20599         * Makefile.in (gdbme.o):  Compile with -fspecial_UC.
20600         * gdbme.ch:  Make all key-words and predefineds be upper-case.
20601         * chillvars.exp:  Expect key-words and predefinds in upper-case.
20602
20603         * chillvars.exp:  Use gdb_test_exact many places.
20604         Change expected output for arrays (which now includes index labels).
20605
20606         * pr-5020.exp, gdme.ch (module PR_5020):
20607         New test, for PR-5020.
20608
20609 Thu Jun  2 16:02:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20610
20611         * lib/gdb.exp (string_to_regexp, gdb_test_exact):  New procedures.
20612         * Makefile.in (CHILL_LIB):  Remove bogus redundant definitions.
20613
20614 Sun May 29 22:31:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
20615
20616         * Makefile.in:  Fix bit-rot in definitions of CHILL,
20617         CHILL_FOR_TARGET and Chill_LIB.
20618         * gdb.t31/gdbme.ch:  Fix syntax of nested array tuples.
20619         * gdb.t31/Makefile.in:  Add definitions for CHILLFLAGS,
20620         CHILL, and CHILL_LIB.
20621
20622 Sat May 21 10:05:08 1994  Bill Cox  (bill@rtl.cygnus.com)
20623
20624         * Revert the previous changes.  Please see Rob's directory
20625           /lisa/test/rob/progressive/gdb/testsuite for these fixes.
20626
20627 Thu May 19 12:51:00 1994  Bill Cox  (bill@rtl.cygnus.com)
20628
20629         * Makefile.in, configure.in, config/mips-gdb.exp,
20630           config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
20631           config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
20632           config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
20633           gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
20634           gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
20635           gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
20636           gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
20637           gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
20638           gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
20639           gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
20640           gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
20641           gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
20642           gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
20643           gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
20644           gdb.t24/demangle.exp, lib/gdb.exp:  Check in Rob's testing
20645           changes from 94Q1.
20646
20647 Wed May 18 17:04:03 1994  Bill Cox  (bill@rtl.cygnus.com),
20648
20649         * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
20650           config/mt-slite, config/mt-unix, config/mt-vxworks: Add
20651           Rob's new testing fragments.
20652
20653 Tue May 17 15:04:14 1994  Bill Cox  (bill@rtl.cygnus.com)
20654
20655         * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
20656           lib/gdb.exp: Replace error proc calls with perror.
20657
20658 Mon May 16 19:00:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
20659
20660         * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
20661         version also, match on casted version strings, and match on
20662         gdb startup case where the line numbers might be messed up.
20663
20664 Fri May 13 18:00:27 1994  Bill Cox  (bill@rtl.cygnus.com)
20665
20666         * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
20667           (CFLAGS): Delete it from here.
20668
20669 Tue May  3 16:08:09 1994  Kung Hsu  (kung@mexican.cygnus.com)
20670
20671         * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
20672
20673 Fri Apr 29 14:26:35 1994  Stan Shebs  (shebs@andros.cygnus.com)
20674
20675         * Makefile.in (RUNTEST): Default to just "runtest".
20676
20677 Tue Apr 26 22:21:40 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20678
20679         * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
20680         * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
20681         the code has been restructured.
20682
20683 Thu Apr 21 12:48:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20684
20685         * gdb.t00/default.exp (set write): Allow any number of \r and/or
20686         \n, not just one of each.
20687
20688         * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
20689         /bin/cc gives a warning if you do.
20690
20691 Thu Apr 21 11:54:04 1994  Kung Hsu  (kung@mexican.cygnus.com)
20692
20693         * gdb.t24/demangle.exp: change expect pattern of
20694         __t10ListS_link1ZUiRCUiPT0
20695
20696 Wed Apr 13 15:05:00 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20697
20698         * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
20699         on local variables in recursive functions.
20700
20701         * gdb.t07/Makefile.in: Build the new test.
20702
20703 Tue Apr 12 20:45:25 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20704
20705         * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
20706         directly.  Instead compare the return values from actual calls.
20707
20708 Mon Apr 11 10:31:00 1994  Bill Cox  (bill@rtl.cygnus.com)
20709
20710         * Makefile.in (check): Set TCL_LIBRARY for runtest.
20711
20712 Mon Apr 11 09:15:30 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20713
20714         * From Peter Schauer with minor modifications.
20715         * gdb.t15/return.exp (return_tests): Handle targets where "return"
20716         stops in mid-line in the caller.  Add xfail for returning a float
20717         value on X86 targets.
20718
20719 Tue Apr  5 15:16:33 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20720
20721         * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
20722         to avoid expect lossage.
20723         (fmem_LRbug_tests): Likewise.
20724         * gdb.disasm/hppa.s: Corresponding changes.
20725
20726         * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
20727         conditions to work with latest dejagnu/expect.
20728
20729         * gdb.t15/funcargs.exp (finish from indirect call): No longer
20730         expected to fail on the PA.
20731         (backtrace in call with trampolines): Explicitly require main
20732         to be frame #1 (no trampolines should show up in backtrace).
20733
20734         * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
20735         "continue -expect".
20736         * gdb.t06/break.exp: Likewise.
20737         * gdb.t07/watchpoint.exp: Likewise.
20738         * gdb.t13/bitfields.exp: Likewise.
20739         * gdb.t15/{funcargs,return}.exp: Likewise.
20740         * gdb.stabs/weird.exp: Likewise.
20741         * config/{mips,udi}-gdb.exp: Likewise.
20742
20743         * hppa.sed: Enclose comments within a sed command to avoid
20744         losing with the old OSF1 sed.
20745
20746 Wed Mar 30 00:31:49 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20747
20748         * gdb.t02/whatis.exp, gdb.t08/opaque.exp:  Add XFAILs for
20749         sequent dynix.
20750         * gdb.t06/signals.exp:  Add clear_xfail for sequent dynix.
20751         * gdb.t15/funcargs.exp:  Conditionally step again to really
20752         finish from marker_call_with_trampolines. Handle the case where
20753         the first step from within call_with_trampolines already steps
20754         us back to main.
20755         * gdb.t15/gdbme.c:  Add comment to closing brace of
20756         call_with_trampolines for funcargs.exp.
20757
20758 Tue Mar 29 23:55:27 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20759
20760         * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
20761         Fix typo(s).
20762
20763 Sun Mar 27 16:53:14 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20764
20765         * gdb.t07/gdbme.c: More code for watchpoint testing.
20766
20767         * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
20768         "Hardware watchpoint" throughout file.
20769         (test_watchpoint_triggered_in_syscall): New test.
20770         (test_complex_watchpoint): New test.
20771
20772 Fri Mar 25 17:05:31 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20773
20774         * gdbme.c (call_with_trampolines): New function to try and step
20775         into.  Tests trampoline problems on the PA.
20776
20777         * funcargs.exp (localvars_in_indirect_call): No longer expect
20778         stepping into indirect call to fail on PAs.
20779         (test_stepping_over_trampolines): New test.
20780
20781 Wed Mar 23 07:43:33 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20782
20783         * TODO: Add suggestions for static member function tests, and
20784         completion tests.
20785
20786 Wed Mar 16 08:28:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20787
20788         * TODO: Add suggestions for "p/a" tests.
20789
20790         * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
20791         (default_gdb_exit): Replace all the hair with sending "quit" to
20792         the process with a simple close.
20793
20794 Tue Mar 15 08:45:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20795
20796         * TODO: Add suggestions for shared library tests.
20797
20798 Sun Mar 13 10:45:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20799
20800         * TODO: Add suggestions for x/s tests.
20801
20802 Fri Mar 11 08:22:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20803
20804         * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
20805         "enable once", and "enable breakpoints once" with ".*".
20806
20807 Thu Mar 10 08:34:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20808
20809         * TODO: Add suggestions about structure passing tests.
20810
20811 Mon Mar  7 13:45:54 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20812
20813         * gdb.t03/gdbme.c:  gcc version 1 puts out the wrong stabs for
20814         the primary1 test, use work around if __GNUC__ < 2.
20815         * gdb.t06/signals.c:  Add comments for signals.exp pattern matching.
20816         * gdb.t06/signals.exp:  Add XFAILs for i386 bsd and vax ultrix.
20817         Test for bad output rather than waiting for timeout.  Issue
20818         second continue only if first continue failed.
20819
20820 Wed Mar  2 10:08:01 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
20821
20822         * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
20823         operator[] test with gdb_test because the old code didn't seem to
20824         be getting the quoting right with the new dejagnu.
20825
20826 Thu Feb 24 19:49:25 1994  Rob Savoye  (rob@poseidon.cygnus.com)
20827
20828         * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
20829         one from the path.
20830         * Makefile.in: Use a fresh expect if there is one, use runtest
20831         from the src tree if there is one.
20832
20833 Thu Feb 24 18:49:37 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
20834
20835         * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
20836         next over recursive call.  Revise the tests from that point on
20837         (which had been skipped) to match GDB's actual (correct) output.
20838
20839         * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
20840         with next over a breakpoint whose condition is false.
20841
20842         * gdb.t00/help.exp: Comment out "help set print" tests just like
20843         (and for same reason as) "help set" test.
20844
20845 Mon Feb 14 09:58:23 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20846
20847         * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
20848         * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
20849
20850 Sun Feb  6 15:36:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20851
20852         * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
20853         necessary gdb_target_udi.
20854
20855         * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
20856
20857         * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
20858         1838 and 2417; they are fixed.
20859
20860         * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
20861         gdb.t03/ptype.exp (ptype structure, ptype union):
20862         Remove xfails; the test is looser than when the xfails were added.
20863
20864         * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
20865         * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
20866
20867         * gdb.t01/run.exp: Only run shell test if isnative.
20868
20869         * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
20870         since "run" automatically loads if necessary.  Call gdb_target_udi
20871         after the "file" since "file" kills any execution target.
20872
20873         * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
20874         GDB.  GDB doesn't work that way (not anymore at least) on UDI.
20875         * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
20876         argument for UDI.
20877
20878 Fri Feb  4 12:19:32 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
20879
20880         * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
20881
20882         * gdb.t17/callfuncs.exp: Add xfails for rs6000.
20883
20884 Sat Feb  5 09:11:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20885
20886         * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
20887         properly quoting regexps.  This makes the second argument to
20888         demangle a fixed string, which matches the callers, instead of a
20889         shell-style pattern which is what the previous implementation
20890         used.  Update some of the callers.
20891
20892 Sat Feb  5 10:19:09 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20893
20894         * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
20895         (comib_nullified_tests): Fix typo.
20896         * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
20897         strings.  No longer expected to fail.
20898
20899         * gdb.disasm/hppa.s (addib_tests): Fix typo.
20900         * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
20901         strings.  No longer expected to fail.
20902
20903         * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
20904         string.  No longer expected to fail.
20905
20906 Fri Feb  4 23:45:11 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20907
20908         * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
20909         No longer expected to fail.
20910
20911         * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
20912         string.  No longer expected to fail.
20913
20914 Fri Feb  4 10:35:42 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20915
20916         * gdb.t24/demangle.exp: Remove a bunch more tests which differ
20917         only in the names (I probably got most of them).  I was even
20918         generous with some which differed in underscores in names, and
20919         probably missed a few, and I *still* was able to remove almost a
20920         third of the file with almost no impact on testsuite coverage.
20921
20922 Thu Feb  3 12:04:49 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20923
20924         * gdb.t00/default.exp: Match udi_attach error message as well as
20925         the one from child_attach.
20926
20927         * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
20928
20929         * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
20930
20931         * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
20932         * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
20933
20934         * Move test with enums and partial symbols back to
20935         gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
20936         Reverts the change of 26 May 93.  Per today's change to
20937         stabs.texinfo, the behavior that weird.exp was expecting was
20938         unreasonable; what is important is that the compiler+gdb get
20939         things right, which happens with a recent gcc.  Also fix the test
20940         to deal with native compilers which put out the stab gdb can't
20941         deal with.
20942
20943 Mon Jan 31 15:40:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20944
20945         * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
20946         in the names.  The main thing these accomplish is to slow things down.
20947         Many more such duplicates surely remain.
20948
20949         * gdb.t00/help.exp: Comment out "help support" test just like
20950         (and for same reason as) "help set" test.
20951
20952 Mon Jan 31 06:43:45 1994  Fred Fish  (fnf@cygnus.com)
20953
20954         * gdb.t06/break.exp:  Remove setup_xfails for
20955         sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
20956         * gdb.t20/inherit.exp (test_ptype_si):  Update warning message
20957         about known bug in gcc to include up through 2.5.8.
20958         * gdb.t20/inherit.exp (test_ptype_vi):  Accept "_vb." as well as
20959         well as "_vb$".
20960         * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
20961         Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
20962         with latest gcc and gdb.
20963         * gdb.t22/virtfunc.exp (test_ptype_of_classes):  Accept "_vb." as
20964         well as "_vb$".
20965
20966 Sat Jan 29 23:31:26 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20967
20968         * configure.in (hppa*-*-*): Also configure and build stabs-only
20969         tests.
20970
20971 Thu Jan 27 08:21:16 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20972
20973         * gdb.t10/hppa.mt: A makefile fragment for the PA.
20974         * gdb.t10/configure.in (hppa*-*-*): Use it.
20975
20976 Tue Jan 25 12:58:26 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20977
20978         * gdb.t09/corefile:  Increase timeout when spawning gdb explicitly.
20979
20980 Wed Jan 19 12:40:25 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20981
20982         * gdb.t06/signals.exp:  Handle blocked SIGTRAP on sun3 for bash
20983         versions prior to 1.13.5.
20984
20985 Tue Jan 18 20:10:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
20986
20987         * gdb.t00/default.exp (show prompt): In FAIL case, only match if
20988         the prompt is at the start of a line.
20989
20990 Mon Jan 17 20:07:51 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
20991
20992         * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
20993         Enable "diag" instruction.  Delete copr from fpu_misc_tests, it's
20994         in the copr tests now.
20995         * gdb.disasm/hppa.exp: Run new sfu and copr tests.  Do not expect
20996         copr in the fpu_misc tests anymore.  fpu_misc tests are no longer
20997         expected to fail.
20998
20999 Fri Jan 14 14:24:21 1994  Rob Savoye  (rob@darkstar.cygnus.com)
21000
21001         * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
21002         gdb.t31/chillvars.exp, lib/gdb.exp:
21003         Tweak to run under either version of expect.
21004         * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
21005         * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
21006         * gdb.t11/list.exp: Remove extraneous whitespace.
21007
21008 Sat Jan 15 09:57:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
21009
21010         * gdb.t16/printcmds.exp (test_print_strings): Accept
21011         "(unsigned char *) " before the string.
21012
21013         * TODO: Add notes about printing of fancy types and GDB expressions.
21014
21015 Thu Jan 13 17:16:09 1994  Stan Shebs  (shebs@andros.cygnus.com)
21016
21017         * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
21018         * gdb.t06/configure.in: Don't try to compile signals test program
21019         if doing mips-idt-ecoff.
21020
21021 Thu Jan 13 08:25:55 1994  Rob Savoye  (rob@darkstar.cygnus.com)
21022
21023         * Most .exp files: Tweak to run under either version of expect.
21024
21025 Tue Jan 11 15:21:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
21026
21027         * gdb.t12/scope.exp: Add xfails for rs6000.  Remove 1806 from existing
21028         xfails; I'm not sure why they are failing, but not because of PR 1806.
21029
21030 Mon Jan 10 22:14:20 1994  Rob Savoye  (rob@darkstar.cygnus.com)
21031
21032         * config/unix-gdb.exp: Remove gdb_unload cause it's already
21033         defined in lib/gdb.exp.
21034
21035 Fri Jan  7 12:42:45 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21036
21037         * gdb.t07/watchpoint.exp:  Clear xfail for calling function with
21038         watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
21039         * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc:  Conversion operator functions
21040         have to be typeless.
21041
21042 Tue Jan  4 09:32:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
21043
21044         * TODO: Add suggestion for copyright year test.
21045
21046 Mon Jan  3 11:35:26 1994  Stan Shebs  (shebs@andros.cygnus.com)
21047
21048         * configure.in (*-*-lynxos*): Add stabs tests.
21049
21050 Wed Dec  1 21:54:05 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
21051
21052         * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
21053         so insert a tab before any assembler directive in column zero.
21054
21055         * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
21056         stores.
21057         * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
21058         stores.
21059         (fpu_short_memory_tests): Likewise.
21060
21061 Mon Nov 22 13:23:22 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21062
21063         * gdb.stabs/ecoff.mt:  Delete alpha specific if block, fix typo.
21064         * gdb.stabs/ecoff.sed:  Escape inserted blanks with backslashes, embed
21065         .stabs directives in comments.
21066
21067 Fri Nov 19 14:09:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21068
21069         * TODO: New file, describing tests we could write.
21070         * gdb.t09/corefile.exp: Move description of tests to write to TODO.
21071
21072 Tue Nov 16 21:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21073
21074         * gdb.t06/signals.exp: Add kludge to force re-sync.
21075
21076         * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
21077         to xgdb instead of gdb, get out of gdb.
21078
21079 Tue Nov 16 10:21:57 1993  Rob Savoye  (rob@cygnus.com)
21080
21081         * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
21082         for info.
21083
21084 Sat Nov 13 23:17:48 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
21085
21086         * gdb.stabs/hppa.mt: A makefile fragment for the PA.
21087         * gdb.stabs/configure.in (hppa*-*-*): Use it.
21088         * gdb.stabs/hppa.sed: New sed script for the PA.
21089
21090 Sat Nov 13 22:50:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21091
21092         * gdb.stabs: Re-write weird.def and configuration to use sed
21093         instead of cpp.  sed is portable and POSIX; cpp is neither.
21094
21095 Fri Nov 12 15:26:36 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21096
21097         * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
21098
21099 Mon Nov  8 16:55:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21100
21101         * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
21102
21103 Thu Nov  4 23:07:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21104
21105         * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
21106         "_vb$".
21107         * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
21108         * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
21109
21110 Wed Nov  3 13:53:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21111
21112         * lib/gdb.exp: Comment out code which depends on non-existent
21113         `transform' procedure.
21114
21115 Wed Nov  3 11:23:11 1993  Rob Savoye  (rob@darkstar.cygnus.com)
21116
21117         * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
21118         * lib/gdb.exp: Transform tool name.
21119         * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
21120         1.1's new error handling system.
21121
21122 Mon Nov  1 10:36:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21123
21124         * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
21125
21126 Fri Oct 29 17:58:14 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21127
21128         * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
21129         They made pattern matching so slow that timeouts happened on
21130         heavily loaded systems.  Now any output from "show print" which
21131         gets us back to the GDB prompt is a PASS.
21132
21133 Mon Oct 25 14:36:50 1993  Stu Grossman  (grossman at cygnus.com)
21134
21135         * gdb.disasm/hppa.mt:  Use $(srcdir) in hppa.o make rule.
21136
21137 Mon Oct 25 13:35:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21138
21139         * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
21140
21141         * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
21142         It is not from PR 3220.
21143
21144 Sun Oct 24 18:49:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21145
21146         * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
21147         just started failing because they depended on the order the
21148         subcommands are presented, or exact docstring text.  This kind of
21149         test is a pain and has minimal benefit.
21150
21151 Thu Oct 21 08:26:48 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21152
21153         * gdb.t09/corefile.exp: At end of test, use "core" command with
21154         no arguments.
21155
21156 Wed Oct 20 08:56:02 1993  Stu Grossman  (grossman at cygnus.com)
21157
21158         * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
21159         17}/Makefile.in:  Make it possible to run the testsuite with Sun
21160         make and CC = cross gcc by adding explicit build rules for .o
21161         files.
21162
21163 Tue Oct 19 14:57:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21164
21165         * gdb.t15/funcargs.exp: Don't put comments on same line as
21166         setup_xfail (@#$*%& tcl braindamage!).
21167
21168 Mon Oct 18 21:50:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21169
21170         * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
21171
21172 Fri Oct 15 15:39:54 1993  Kung Hsu  (kung@cirdan.cygnus.com)
21173
21174         * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
21175         * gdb.t20/inherit.exp: remove three dumplicate entries.
21176
21177 Fri Oct 15 13:45:25 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21178
21179         * gdb.t06/break.exp: For "next over recursive call", fail on any
21180         incorrect output, not just on "factorial (value=2)".
21181
21182 Fri Oct 15 11:52:56 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21183
21184         * gdb.t12/scope.exp:  Remove xfails, filename::var syntax should be
21185         working now. Add an xfail if accesing a bss variable causes
21186         a memory error if the target is not yet run.
21187
21188 Thu Oct 14 19:16:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21189
21190         * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
21191         constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
21192         name of __st* demangling (2 strings).  Did Kung really get the
21193         more than 95 others right without testing them?
21194
21195 Thu Oct 14 16:27:08 1993  Kung Hsu  (kung@cirdan.cygnus.com)
21196
21197         * gdb.t24/demangle.exp: clean up XFAILS, more than 100
21198
21199 Thu Oct 14 11:40:30 1993  Jeffrey Law  (law@cs.uah.edu)
21200
21201         * configure.in (configdirs): Add gdb.disasm
21202         * gdb.disasm: New directory for GDB disassembler tests.
21203         * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
21204
21205 Thu Oct 14 11:40:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21206
21207         * gdb.t00/help.exp: Don't test "help set".
21208
21209         * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
21210         from within expect statements.  None of these happen anymore and
21211         they cause regressions to be silently unnoticed.
21212
21213         * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
21214         messages) about known failures with gcc cygnus-2.4.5-930417.
21215
21216         * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
21217         comp-info.exp so it gets built if it doesn't exist.
21218
21219         * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
21220         it is no longer used.
21221         * gdb.t13/comp-info.c: Removed.
21222
21223 Wed Oct 13 22:54:06 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
21224
21225         * gdb.t06/signals.exp: Add xfail for sun3.
21226
21227 Thu Oct  7 12:01:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21228
21229         * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
21230         relevant because ^C doesn't get sent but failure can be reproduced
21231         interactively).
21232
21233 Tue Oct  5 10:43:11 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21234
21235         * gdb.stabs/alpha.mt:  New configuration file for alpha.
21236         * gdb.stabs/configure.in:  Use it.
21237         * gdb.stabs/ecoff.mt, weird-ecoff.sed:  Change sed script to enable
21238         sharing with alpha.mt, redefine long to word via preprocessor.
21239         * gdb.stabs/weird.def:  Conditionally adapt storage layout of v_comb
21240         for alpha.
21241         * gdb.stabs/weird.exp:  Handle compilation of weird.s by alpha
21242         native cc.
21243         * gdb.t00/teststrategy.exp:  Change expect string so that we
21244         consume the `(xgdb)' from the command echo and from the gdb prompt.
21245         * gdb.t05/expr.exp:  xfail "print unsigned int == (~0)" on the alpha.
21246         gdb currently compares all values as long, so this failure probably
21247         applies to any configuration where LONGEST is bigger than a target int.
21248         * gdb.t08/comp-info.c:  New file to determine if gdbme is compiled
21249         with gcc.
21250         * gdb.t08/Makefile.in, opaque.exp:  Use it. Alpha native cc is unable
21251         to handle opaque pointers, gcc is.
21252         * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc:  operator new takes a size_t
21253         as first argument. Include <sys/types.h> and change all operator
21254         new definitions to use size_t.
21255         * gdb.t21/cplusfuncs.exp:  Handle changes in output for operator new
21256         now that we use size_t.
21257
21258 Wed Sep 29 00:55:49 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21259
21260         * gdb.t03/ptype.exp, gdb.t15/printcmds.exp:  When constructing
21261         a long or float array cast all array members to the same type.
21262         * gdb.t04/setvar.exp:  Handle the decimal output of an unsigned long
21263         with 64 bit longs.
21264         * gdb.t07/watchpoint.exp:  Add finish and until variations encountered
21265         on alpha.
21266         * gdb.t08/opaque.exp, gdb.t17/interrupt.exp:  Add xfails for alpha.
21267
21268 Tue Sep 28 17:26:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21269
21270         * gdb.t24 (demangle.exp): Constructors of templates have names like
21271         vector<int>::vector(int) not vector<int>::vector<int>(int).  See
21272         section 14.6 of the ARM.
21273
21274         * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
21275         "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
21276         accomplish little and slow down the testsuite.
21277
21278         * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
21279         Accept spaces various places.
21280
21281 Tue Sep 21 17:28:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21282
21283         * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
21284         with watchpoint enabled.
21285
21286         * Makefile.in: Remove definition of CC and remove the second
21287         definition of CXX (the "CXX = gcc" one remains).  These definitions
21288         were causing backquotes to be expanded within backquotes, which
21289         doesn't work.
21290
21291 Sat Sep 18 09:43:21 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
21292
21293         * gdb.t17/callfuncs.exp: Add "return 0" to end.
21294
21295 Fri Sep 17 04:41:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21296
21297         * gdb.stabs/ecoff.mt:  Remove STABSCC hack.
21298         * gdb.stabs/weird.exp:  Handle the case where weird.o is compiled
21299         by mips cc and contains no stabs entries.
21300
21301 Thu Sep 16 17:22:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
21302
21303         * config/vx-gdb.exp: Use fake device to load files rather than
21304         NFS.
21305         * lib/gdb.exp: New proc to do "file" command.
21306         * config/unix-gdb.exp: Use new "file" proc.
21307
21308 Thu Sep 16 13:45:44 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
21309
21310         * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
21311         Rework board rebooting slightly.
21312         (gdb_exit): Don't exit from the remote shell; there isn't one.
21313         * gdb.stabs/weird.exp: If a program is being debugged already,
21314         kill it.
21315         * gdb.t04/setvar.exp: Stop and restart gdb.
21316         * gdb.t05/expr.exp: Likewise.
21317         * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
21318         restart gdb and reload the program.
21319         * gdb.t08/opaque.exp: Likewise.
21320         * gdb.t12/scope.exp: Likewise.
21321         * gdb.t13/bitfields.exp: Likewise.
21322         * gdb.t15/funcargs.exp: Likewise.
21323         * gdb.t20/classes.exp: Likewise.
21324         * gdb.t03/ptype.exp: Increase timeout.
21325         * gdb.t16/printcmds.exp (test_print_string_constants,
21326         test_print_array_constants): Likewise.
21327         * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
21328         * gdb.t20/classes.exp (do_tests): Likewise.
21329         * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
21330
21331 Wed Sep 15 14:24:36 1993  Ian Lance Taylor  (ian@cygnus.com)
21332
21333         * gdb.stabs: Renamed *wierd* to *weird*.
21334
21335 Wed Sep 15 10:36:50 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
21336
21337         * gdb.t13/bitfields.exp: Test for bad output rather than waiting
21338         for timeout.  Add "known gcc 2.4.5 bug" to failure message.
21339
21340 Tue Sep 14 17:16:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
21341
21342         * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
21343         (do_tests): Remove xfail for whatis on one_var and two_var.
21344
21345 Wed Sep  8 23:14:23 1993  Rob Savoye  (rob@darkstar.cygnus.com)
21346
21347         * Makefile.in: Made cross building work better by adding
21348         {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
21349
21350 Tue Sep  7 14:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21351
21352         * gdb.t15/{return.c,return.exp,Makefile.in}:
21353         New test, currently commented out.
21354
21355 Tue Aug 31 16:51:29 1993  Rob Savoye  (rob@darkstar.cygnus.com)
21356
21357         * config/udi-gdb.exp: gdb_exit now kills any isstip processes
21358         still running and removes the leftover named socket so GDb can do
21359         clean restarts.
21360
21361 Mon Aug 30 17:55:16 1993  Rob Savoye  (rob@darkstar.cygnus.com)
21362
21363         * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
21364         console, not GDB.
21365         * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
21366         cross testing works better with "make check"
21367         * config/unix-gdb: Use default procedures for exit and version.
21368         * config/vx-gdb.exp: Cleaned up and massaged back to working order
21369         with the newest VxWorks.
21370
21371 Thu Aug 26 17:50:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21372
21373         * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
21374         old form.
21375
21376         * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
21377         name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
21378
21379         * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
21380
21381         * config/unix-gdb.exp: Remove this version of gdb_exit
21382         * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
21383         Rob says he'll look at it when he gets back to testing boards.
21384
21385 Thu Aug 26 07:20:00 1993  Fred Fish  (fnf@deneb.cygnus.com)
21386
21387         * gdb.t22/virtfunc.exp:  Accept missing struct/class names as
21388         an expected fail for certain ptype commands.
21389
21390         * gdb.t20/classes.exp:  Update expected results of "ptype class
21391         Base1" to account for the constructor that now appears in the type.
21392
21393 Wed Aug 25 16:48:05 1993  Fred Fish  (fnf@deneb.cygnus.com)
21394
21395         * configure.in (configdirs):  Restore gdb.t04, which mysteriously
21396         disappeared from list.
21397         * config/{udi-gdb.exp, gdb-unix.exp}:  Replace calls to obsolete
21398         "alldone" proc with call to cleanup and exit.
21399         * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
21400         gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
21401         gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
21402         gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
21403         gdb.t12/scope.exp, gdb.t13/bitfields.exp}:  Replace calls to
21404         "alldone" proc with simple returns that suppress remaining
21405         tests.  The alldone proc went away many months ago.
21406
21407 Tue Aug 24 11:04:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21408
21409         * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
21410
21411         * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
21412
21413 Thu Aug 19 22:08:41 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21414
21415         * gdb.t15/funcargs.exp:  Allow arguments for main in backtraces
21416         as vax gdb will display them.
21417
21418 Thu Aug 19 18:18:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21419
21420         * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
21421         optimizers.
21422
21423         * scope.exp: Change "bad value for localval" messages so each one
21424         is unique.
21425
21426         * config/unix-gdb.exp (gdb_exit): Move info on this vs.
21427         lib/gdb.exp (gdb_exit) from ChangeLog to comments.
21428
21429         * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
21430
21431 Tue Aug 17 00:05:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21432
21433         * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
21434         doesn't exist (due to optimization).
21435
21436 Mon Aug 16 21:05:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21437
21438         * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
21439         contains \r because the filename is long.
21440
21441         * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
21442         'continue'" bug, and change xfail back to i*86-univel-sysv4*.
21443
21444 Mon Aug 16 03:05:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21445
21446         * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
21447         gdb.t08/opaque.exp, gdb.t17/interrupt.exp:  Update for vax running
21448         Ultrix.
21449         * gdb.t02/whatis.exp:  Use procedure to setup xfails on long versus
21450         int tests.
21451         * gdb.t08/opaque.exp:  Use procedure to setup xfails for opaque tests.
21452
21453 Thu Aug 12 15:24:28 1993  Fred Fish  (fnf@deneb.cygnus.com)
21454
21455         * Makefile.in (distclean):  Remove *.log *.plog *.sum *.psum site.*.
21456
21457         * gdb.t17/interrupt.exp:  Fix 'missing Continuing' case so pattern
21458         to match does not match the passing case but still matches the
21459         failing case.
21460
21461 Thu Aug 12 16:58:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21462
21463         * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
21464
21465 Wed Aug 11 19:47:27 1993  John Gilmore  (gnu@rtl.cygnus.com)
21466
21467         * lib/gdb.exp (gdb_exit):  Move the best version of gdb_exit
21468         to here.  Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
21469         * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
21470         Remove various versions of gdb_exit.
21471         * config/vx-gdb.exp:  Remove quit_vxgdb, change a caller to call
21472         gdb_exit.
21473         * config/unix-gdb.exp:  gdb_exit remains here, and should override
21474         the generic version, since it's doing a lot of wierd stuff that
21475         the other versions aren't.  FIXME, fold it in, or abandon this
21476         version.
21477
21478 Wed Aug 11 12:09:32 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21479
21480         * gdb.t24/demangle.exp: Add tests for PR 3220.
21481
21482 Tue Aug 10 15:49:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21483
21484         * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
21485
21486 Tue Aug 10 15:45:25 1993  Fred Fish  (fnf@deneb.cygnus.com)
21487
21488         * gdb.t07/watchpoint.exp:  Clear xfail with "i*86-*-*", not just
21489         "i386-*-*".  Works for i486 as well.
21490
21491         * gdb.t06/signals.exp:  Rework code that recognizes known SVR4
21492         bug, and expand domain of xfail to all SVR4 systems, since the
21493         actual problem is likely to be in generic SVR4 /proc support.
21494
21495 Tue Aug 10 15:49:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21496
21497         * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
21498
21499 Tue Aug 10 09:56:56 1993  Fred Fish  (fnf@deneb.cygnus.com)
21500
21501         * gdb.t17/interrupt.exp:  Set up xfail for *-*-sysv4*, in chain of
21502         xfails for other systems.  Match a missing 'Continuing.' as an
21503         explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
21504
21505         * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
21506         gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
21507         Only issue warning for missing executables if -all option is used.
21508
21509         * gdb.stabs/wierd.exp:  Only issue warning for missing wierd.o
21510         file if -all option is used.  It's like an unpredictable XFAIL.
21511
21512 Mon Aug  9 10:13:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21513
21514         * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
21515         for dynamically linked binaries.
21516
21517         * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
21518
21519 Sun Aug  8 14:21:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21520
21521         * gdb.t20/inherit.exp: Change message for "print tagless struct"
21522         to state that this is a known bug in old versions of g++.
21523
21524 Fri Aug  6 21:40:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21525
21526         * gdb.t17/interrupt.exp:  Add xfail for 386 bsd. Accept echoed newline
21527         while waiting for `Continuing'.
21528
21529 Fri Aug  6 13:38:08 1993  Fred Fish  (fnf@deneb.cygnus.com)
21530
21531         * gdb.t10/nodebug.exp:  Expect to find local/global minimal symbols
21532         in text, data, and bss.
21533         * gdb.t10/nodebug.c:  Add local and global test variables for
21534         initialized and uninitialized data.
21535
21536 Thu Aug  5 12:18:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21537
21538         * config/unix-gdb.exp (gdb_exit): Add "wait".
21539
21540 Thu Aug  5 18:14:06 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21541
21542         * gdb.t06/signals.exp:  xfail the continue from the handler for all
21543         targets.
21544
21545         * gdb.t07/watchpoint.exp:  clear_xfail for i386 when calling a
21546         function with watchpoints enabled, the i386 call dummy starts with
21547         a call.
21548
21549         * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in:  Handle the way
21550         386 bsd names its corefiles.
21551
21552 Wed Aug  4 08:53:41 1993  Fred Fish  (fnf@cygnus.com)
21553
21554         * gdb.t10/Makefile.in (nodebug.o):  Don't use "-c -o", many
21555         compilers don't grok it.
21556         * gdb.t16/gdbme.c (ctable1):  Initialize unsigned char array
21557         with small octal ints rather than character constants, which
21558         are signed and might not fit if first promoted to int.
21559
21560 Tue Aug  3 18:28:25 1993  Fred Fish  (fnf@cygnus.com)
21561
21562         * gdb.t09/Makefile.in (clean):  Remove corefile.
21563
21564 Mon Aug  2 12:47:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21565
21566         * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
21567
21568 Mon Aug  2 12:30:14 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21569                           and Jim Kingdon (kingdon@cygnus.com)
21570
21571         * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
21572         NO_SINGLE_STEP machines.  Fix comment about its cause.  Uncomment
21573         the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
21574
21575 Fri Jul 30 19:46:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21576
21577         * gdb.t17/interrupt.exp: Add xfail for hppa.
21578
21579 Fri Jul 30 12:54:11 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21580
21581         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
21582         gdb.t09/corefile.exp:  Cleanup xfails for fixed mips bugs.
21583         * gdb.t13/bitfields.exp, gdbme.c:  Examine a variable in the inferior
21584         to determine signed-ness of bitfields and use the result to setup
21585         the xfail.
21586         * gdb.t15/gdbme.c:  Add comments to the two indirect call0a lines.
21587         * gdb.t15/funcargs.exp:  Use them to step until the second indirect
21588         call line is reached if necessary.
21589
21590 Thu Jul 29 20:33:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21591
21592         * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
21593
21594 Mon Jul 26 00:15:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21595
21596         * gdb.t06/break.exp: Also test `clear' command.
21597
21598 Wed Jul 21 18:03:38 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
21599
21600         * gdb.t00/teststrategy.exp: Remove extra quote.
21601
21602         * gdb.t07/watchpoint.exp: Change xfail for calling function with
21603         watchpoint enabled to be for all non-68k machines.
21604
21605         * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
21606
21607 Mon Jul 19 23:59:26 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21608
21609         * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
21610         targets use aout.mt instead of ecoff.mt as gas understands
21611         standard aout format.
21612
21613 Mon Jul 19 18:14:06 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
21614
21615         * lib/gdb.exp (runto): Don't insist that function we are running to
21616         was compiled with -g.
21617
21618         * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
21619
21620         * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
21621         to get back into the read system call.
21622         Accept leading newline in case where we woke it up.
21623
21624 Sun Jul 18 08:40:45 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21625
21626         * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}:  New files
21627         to make the stabs test work on ecoff systems using gcc and -with-stabs.
21628         * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}:  Modify to
21629         enable ecoff configuration.
21630
21631 Thu Jul 15 11:54:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21632
21633         * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
21634
21635 Wed Jul 14 09:36:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21636
21637         * gdb.t16/printcmds.exp: Add another printf test.
21638
21639 Wed Jul 14 15:37:13 1993  Ian Lance Taylor  (ian@cygnus.com)
21640
21641         * configure.in: If configured -with-stabs on any target, add
21642         stabsdirs to configdirs.
21643
21644 Wed Jul 14 09:36:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21645
21646         * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
21647         fun" so pattern does not match the command itself.
21648
21649 Mon Jul 12 11:22:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21650
21651         * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
21652
21653 Sun Jul 11 12:03:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21654
21655         * gdb.t17/interrupt.exp: Test for more things.
21656
21657 Fri Jul  9 14:11:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21658
21659         * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
21660         compiler arranges the code and line numbers.
21661
21662         * gdb.t17/interrupt.exp: Don't send \n after ^C.
21663
21664 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21665
21666         * gdb.t00/help.exp:  Increase expect input buffer size.
21667
21668 Thu Jul  8 14:26:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21669
21670         * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
21671
21672         * gdb.t07/watchpoint.exp: Add xfail for hppa.
21673
21674         * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
21675
21676         * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
21677         [0-9]*, not just [0-9].
21678
21679 Wed Jul  7 17:52:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21680
21681         * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
21682
21683         * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
21684
21685 Tue Jul  6 13:54:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21686
21687         * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
21688
21689 Mon Jul  5 22:03:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21690
21691         * gdb.t06/signals.c: Add xfails for sun3.
21692
21693         * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
21694
21695         * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597.  Also add
21696         test_stepping tests.
21697
21698 Fri Jul  2 09:08:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21699
21700         * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
21701
21702         * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
21703
21704         * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
21705         rather than actually putting it through cpp twice.
21706
21707         * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
21708
21709 Fri Jul  2 10:48:03 1993  Ian Lance Taylor  (ian@cygnus.com)
21710
21711         * config/mips-gdb.exp (gdb_exit): Removed close statement which is
21712         no longer needed.
21713
21714 Fri Jul  2 09:08:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21715
21716         * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
21717
21718         * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
21719         C++ features prints as "struct", make it a pass, not an xfail.
21720
21721 Thu Jul  1 22:03:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21722
21723         * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
21724         Don't require VA to print as "class" rather than "struct".
21725
21726 Thu Jul  1 18:27:40 1993  Jim Kingdon  (kingdon@cygnus.com)
21727
21728         * gdb.t06/twice.exp: Don't care about the file name GDB prints.
21729
21730 Wed Jun 30 18:01:00 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21731
21732         * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
21733
21734 Tue Jun 29 13:15:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21735
21736         * gdb.t12/scope.exp:  Remove xfail for parameter printing in wrong
21737         order.
21738
21739 Tue Jun 29 09:22:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21740
21741         * gdb.t16/printcmds.exp: Add printf tests.
21742
21743         * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
21744
21745         * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
21746
21747 Mon Jun 28 11:25:59 1993  Fred Fish  (fnf@cygnus.com)
21748
21749         * gdb.t20/classes.exp:  Add clear_xfail's before printing summary
21750         pass counts, to counteract any existing or future setup_xfails.
21751
21752 Mon Jun 28 09:15:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21753
21754         * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
21755         {BEGIN,END}_COMMON for common block instead of STAB.
21756         * gdb.stabs/wierd.exp: Add xfail for rs6000.
21757
21758         * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
21759         intp_var should be N_GSYM not N_LSYM.
21760         wierd-aout.S: Use a label for the value of the N_SO.
21761         wierd.def: Remove all backslashes.
21762         wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
21763
21764 Mon Jun 28 07:21:51 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21765
21766         * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
21767         get the expected next to inheritance3.
21768
21769 Sun Jun 27 12:29:53 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21770
21771         * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
21772         now that gcc-2.4 gets it right.
21773
21774 Fri Jun 25 12:00:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21775
21776         * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
21777
21778         * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
21779         generating comp-info.exp which works for cross-compilation.
21780
21781 Thu Jun 24 16:55:05 1993  Fred Fish  (fnf@cygnus.com)
21782
21783         * gdb.t11/list.exp:  For SVR4 xfails, match "*-*-sysv4*", not
21784         "*-*-sysv4.*".
21785
21786 Tue Jun 22 21:17:26 1993  Fred Fish  (fnf@cygnus.com)
21787
21788         * gdb.t01/run.exp:  Start with a fresh gdb.
21789         * gdb.t11/list.exp:  For SVR4 xfails, match on all versions of
21790         SVR4.x.
21791
21792 Mon Jun 21 15:23:22 1993  Fred Fish  (fnf@cygnus.com)
21793
21794         * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
21795         gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
21796         gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
21797         Makefile.in (distclean, realclean):  Remove gdbme.c from list of
21798         things to remove.
21799
21800 Sat Jun 19 07:49:10 1993  Fred Fish  (fnf@cygnus.com)
21801
21802         * gdb.t24/demangle.exp (test_gnu_style_demangling):  Add some new
21803         test cases from bug reports.
21804
21805 Fri Jun 18 10:38:49 1993  Fred Fish  (fnf@cygnus.com)
21806
21807         * gdb.t06/break.exp:  Add xfails for sparc-sun-solaris2.*.
21808         * gdb.t12/scope.exp:  Add clear_xfails at appropriate places to
21809           avoid spurious xfails.
21810         * gdb.t20/classes.exp:  Add xfails for longstanding C++ problems.
21811         * gdb.t21/cplusfuncs.exp:  Add xfails for sparc-sun-solaris2.*.
21812         * gdb.t22/virtfunc.exp:  Add xfails for longstanding C++ problems.
21813
21814 Wed Jun 16 10:11:57 1993  Fred Fish  (fnf@cygnus.com)
21815
21816         * gdb.t00/teststrategy.exp:  Rework to provide more useful
21817         description of each test, fix problem with systems that define
21818         ALIGN_STACK_ON_STARTUP code, other misc cleanups.
21819         * gdb.t06/break.exp (test_next_with_recursion):  Fix expected
21820         results for "next over recursive call" so timeouts aren't taken
21821         by error.
21822
21823 Mon Jun 14 09:09:04 1993  Jim Kingdon  (kingdon@cygnus.com)
21824
21825         * gdb.t12/scope.exp: Test printing of variables before run.
21826
21827         * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
21828         printed in wrong order due to sorting.
21829
21830 Sat Jun 12 15:03:58 1993  Fred Fish  (fnf@cygnus.com)
21831
21832         * gdb.t00/teststrategy.exp:  Fix expected results for printing
21833         user entered string constant.  Is array of char, prints with no
21834         address.
21835
21836         * gdb.t00/{default.exp, help.exp}:  Account for changes to radix
21837         commands.
21838         * gdb.t16/gdbme.c:  Add and use struct containing arrays of char.
21839         * gdb.t16/printcmds.exp:  Fix all lines that match "unsigned char *".
21840         * gdb.t16/printcmds.exp (test_print_char_arrays):  Test printing
21841         of struct of char arrays.
21842         * gdb.t00/radix.exp:  New tests for radix commands.
21843
21844 Fri Jun 11 13:12:27 1993  Jim Kingdon  (kingdon@cygnus.com)
21845
21846         * gdb.t16/printcmd.exp: Print a variable before running program
21847         (with xfail for AIX).
21848
21849 Thu Jun 10 11:04:04 1993  Jim Kingdon  (kingdon@cygnus.com)
21850
21851         * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
21852
21853         * gdb.t16/printcmd.exp: Don't print variables before running program.
21854
21855         * gdb.t06/break.exp: Don't require envp argument to main.
21856
21857         * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
21858
21859         * gdb.t02/whatis.exp, gdb.t11/list.exp:
21860         Add xfails for rs6000.
21861
21862         * gdb.t02/whatis.exp: Change other tests not to re-test something
21863         we already tested.
21864
21865         * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
21866         each type used has a variable of that type.
21867
21868 Tue Jun  8 16:45:20 1993  Jim Kingdon  (kingdon@rtl.cygnus.com)
21869
21870         * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
21871
21872 Fri Jun  4 11:07:19 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21873
21874         * configure.in: change srctrigger to be a file, not a directory
21875
21876 Fri Jun  4 08:23:57 1993  Ian Lance Taylor  (ian@cygnus.com)
21877
21878         * configure.in (mips-idt-ecoff*): Added trailing '*'.
21879
21880         * gdb.t11/list.exp: Fixed a couple of typos.
21881
21882 Tue Jun  1 21:28:06 1993  Fred Fish  (fnf@cygnus.com)
21883
21884         * gdb.t00 (teststrategy.exp):  Remove notice about PR 1823.  Bug
21885         is fixed and PR is closed.
21886         * gdb.t16 (gdbme.c):  Add simple test string variable.
21887         * gdb.t16 (printcmds.exp):  Add tests with simple test string
21888         variable, primarily for boundaries on "set print elements".
21889
21890 Mon May 31 11:36:08 1993  Jim Kingdon  (kingdon@cygnus.com)
21891
21892         * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
21893         Make leading 0's optional and don't expect a tab in the middle
21894         of the number.
21895
21896         * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
21897
21898         * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
21899         * gdb.stabs/wierd.exp: Remove xfails for type attributes.  Also
21900         don't end command passed to gdb_test with newline.
21901
21902         * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
21903         signed keyword away, don't expect signed bitfields to be signed.
21904
21905         * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
21906         printing with only as many 1's as are in the field as well as printing
21907         with 32 1's (see comment).
21908
21909 Sat May 29 17:57:01 1993  Fred Fish  (fnf@cygnus.com)
21910
21911         * gdb.t00/default.exp:  Start with a fresh gdb.
21912         * configure.in (configdirs):  Remove gdb.t31 until the chill
21913         compiler works again.  It no longer is able to find chillrt0
21914         since it isn't in libchill.a anymore.
21915         * gdb.stabs/wierd.exp:  Rewrite to properly handling a missing
21916         wierd.o, make more modular.
21917         * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const):  Remove
21918         spurious newlines that caused problems.
21919
21920 Wed May 26 09:57:19 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21921
21922         * Move test with enums and partial symbols from gdb.t03/ptype.exp
21923         to gdb.stabs/wierd.exp since GCC has worked around the bug.
21924         gdb.stabs/wierd.{exp,def}: Many new tests.
21925
21926         * gdb.t00/default.exp: update info line for new message.
21927
21928         * gdb.t02/{whatis.exp,gdbme.c}:
21929         Test that "char *" doesn't print as "caddr_t".
21930
21931 Tue May 25 13:28:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21932
21933         * gdb.t00/help.exp: Use .* in place of some help messages which
21934         just changed.
21935         gdb.t00/default.exp: Update "info frame" test for new message.
21936         * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
21937         Remove some xfails
21938
21939 Mon May 24 00:24:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21940
21941         * gdb.t03/{gdbme.c,ptype.exp}:
21942         Add tests for typedef'd struct and union without tags.
21943         Also check "whatis" on a variable of a typedef'd enum without a tag.
21944
21945         * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
21946         PRMS 1823; the bug still exists but isn't reproduced by this test
21947         anymore), and remove rs6000 XFAIL (the bug is fixed).
21948
21949         * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
21950         duplicated from whatis.exp.  For those that are left, accept
21951         "long", "long int", or "int" for long variables (whatis.exp already
21952         has an XFAIL for "int", so no need to fail it here).
21953
21954         * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
21955         Deal with GCC's names for types now that GDB uses the compiler's names.
21956
21957         * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}:  If not GCC, do some
21958         setup_xfail's for sunos4.  If we #defined the signed keyword away,
21959         don't expect GDB to know that char it is signed.
21960
21961         * gdb.t00/teststrategy.exp: Update for symbolic signal names.
21962
21963 Sun May 23 08:44:55 1993  Fred Fish  (fnf@cygnus.com)
21964
21965         * configure.in (configdirs):  Add gdb.t24 for C++ tests that
21966         should work on any system, regardless of debugging format.
21967         * gdb.t21/demangle.exp:  Move to gdb.t24.
21968         * gdb.t24/demangle.exp:  Move from gdb.t21.
21969         * gdb.t24/{Makefile.in, configure.in}:  New files.
21970
21971 Thu May 20 19:39:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21972
21973         * configure.in: Do gdb.stabs and C++ tests only for stabs.
21974         * gdb.stabs: New directory.
21975
21976 Tue May 18 21:12:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
21977
21978         * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
21979         not just "Quit anyway?".
21980
21981 Tue May 18 17:13:20 1993  Fred Fish  (fnf@cygnus.com)
21982
21983         * gdb.t21/demangle.exp:  Add a couple of new patterns.  Ensure
21984         that all setup_xfails are immediately followed by clear_xfails.
21985
21986 Tue May 11 09:10:47 1993  Fred Fish  (fnf@cygnus.com)
21987
21988         * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
21989         gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
21990         gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
21991         gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
21992         gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
21993         gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
21994         gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
21995         gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
21996         gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
21997         gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
21998         gdb.t31/chillvars.exp, lib/gdb.exp:
21999         Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
22000         bug-gdb@prep.ai.mit.edu.
22001
22002 Fri May  7 09:15:35 1993  Fred Fish  (fnf@cygnus.com)
22003
22004         * gdb.t17/callfuncs.exp (do_function_calls):  Call t_double_values
22005         with 0.0, not integer 0.
22006
22007 Fri Apr 30 13:17:24 1993  Jim Kingdon  (kingdon@cygnus.com)
22008
22009         * gdb.t06/break.exp: Update for "Kill the program" message change.
22010
22011 Fri Apr 30 09:42:57 1993  Fred Fish  (fnf@cygnus.com)
22012
22013         * Makefile.in (GDBFLAGS):  Set to -nx.
22014         * Makefile.in (site.exp):  Use GDBFLAGS.
22015
22016 Wed Apr 28 13:19:07 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
22017
22018         * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
22019           Makefiles.
22020           (check): depend on just-check.
22021           (just-check): added so that tests can be run without a noop
22022           build pass.
22023
22024 Fri Apr 23 18:13:28 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
22025
22026         Switch to using configure's configdirs.
22027         * Makefile.in (Makefile): add configure.in dependency.
22028           (SUBDIRS): removed redundant assignment.
22029         * configure.in: switch subdirs assignment to configdirs.
22030         * gdb.t*/configure.in: new files.
22031
22032 Thu Apr 22 08:27:53 1993  Ian Lance Taylor  (ian@cygnus.com)
22033
22034         * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
22035         works.
22036
22037 Tue Apr 20 13:38:40 1993  Fred Fish  (fnf@cygnus.com)
22038
22039         * gdb.{t20,t21,t22,t23}/Makefile.in:  Use $(srcdir) to avoid $<
22040         in explicit rules.  Apparently this is not supported by some makes.
22041
22042 Mon Apr 19 01:54:53 1993  John Gilmore  (gnu@cygnus.com)
22043
22044         * gdb.t31/Makefile.in:  Use $(srcdir) when avoiding $<, sigh.
22045
22046 Fri Apr 16 09:33:46 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22047
22048         * config/unix-gdb.exp:  Add back missing return 0 which mysteriously
22049         disappeared.
22050
22051 Thu Apr 15 02:28:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
22052
22053         * gdb.t31/Makefile.in:  Avoid $< in explicit rule.
22054
22055 Wed Apr 14 16:38:47 1993  Fred Fish  (fnf@cygnus.com)
22056
22057         * gdb.t07/watchpoint.exp:  Remove setup_xfail for i486
22058         watchpoint problem that is now fixed.
22059         * gdb.t30/chexp.exp:  Remove setup_xfail for printing
22060         uninitialized convenience variables.
22061         * gdb.t31/chillvars.exp:  Fix expected patterns for printing
22062         structures.
22063
22064 Wed Apr 14 12:55:58 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22065
22066         * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
22067         which causes expect to get out of sync with gdb on long output
22068         from help set.
22069         * gdb.t09/corefile.exp: Make expected pattern for core file
22070         failing signal and frame output format less sun specific.
22071
22072 Tue Apr 13 23:18:07 1993  Per Bothner  (bothner@cygnus.com)
22073
22074         * gdb.t31/chillvars.exp:  Add and remove initial dummy
22075         breakpoint, so that symbol table is forced in.
22076         (Needed at least on Sunos4, though it seems not SVR4.)
22077         * gdb.t31/chillvars.exp:  Update for changed output format.
22078
22079 Sun Apr 11 17:21:45 1993  Rob Savoye  (rob at darkstar.cygnus.com)
22080
22081         * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
22082
22083 Wed Apr  7 21:28:21 1993  Rob Savoye  (rob@cygnus.com)
22084
22085         * Makefile.in: Added --srcdir when invoking runtest, removed the
22086         need for a local config file. (optional now)
22087
22088 Wed Apr  7 14:13:41 1993  Fred Fish  (fnf@cygnus.com)
22089
22090         * gdb.t21/demangle.exp:  Only count real fails (not xfails) for
22091         failure count used to force early termination.  Add some more
22092         expected failures for gnu style demangling.
22093
22094 Thu Apr  1 09:50:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22095
22096         * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
22097         pmi variable from gdb.t20/gdbme to get optimized away.
22098         * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
22099         Check for written corefile upon timeout _and_ eof.
22100
22101 Tue Mar 30 09:58:16 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22102
22103         * config/unix-gdb.exp:  Add missing return 0.
22104
22105 Tue Mar 30 08:34:25 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22106
22107         * gdb.t16/printcmds.exp:  Remove misplaced xfail that caused an early
22108         test termination.
22109
22110 Mon Mar 29 17:37:25 1993  Fred Fish  (fnf@cygnus.com)
22111
22112         * configure.in (subdirs):  Put back gdb.t17 which mysteriously
22113         disappeared.
22114
22115 Thu Mar 25 21:05:16 1993  Fred Fish  (fnf@cygnus.com)
22116
22117         * gdb.t10/crossload.exp:  Disable the i860-elf test until such
22118         time as i860 support works.
22119
22120         * gdb.t15/funcargs.exp:  Fix expected outputs to include
22121         "backtrace 100\r" rather than just "backtrace\r", to match last
22122         change.
22123
22124 Thu Mar 25 12:14:28 1993  Ian Lance Taylor  (ian@cygnus.com)
22125
22126         * config/udi-gdb.exp (gdb_exit): Remove close command.
22127         (gdb_target_udi): New procedure to set the UDI target.
22128         (gdb_start): Don't remove *_soc files.  Use gdb_target_udi.
22129         * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
22130         Added waits for prompts after several question responses.  Added
22131         some more responses used by a29k-amd-udi-gdb.
22132         * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
22133         pass different arguments, restart UDI connection after program
22134         completion.
22135         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
22136         gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
22137         gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
22138         gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
22139         * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
22140         gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
22141         gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
22142         gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
22143         gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
22144         after program completion.
22145         * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
22146         compiled with a SELECT_VECS setting.
22147         * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
22148         infinite recursion.
22149
22150         * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
22151         Added checks for COFF results, and made them expected failures for
22152         all targets.  It would be better to make them expected failures
22153         for COFF targets only.
22154
22155 Wed Mar 24 14:43:38 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
22156
22157         * Makefile.in: add null dvi target, don't bother to recurse
22158         through test directories for info and install-info; rename
22159         $(datadir) to be dejagnu instead of deja-gnu
22160
22161 Wed Mar 24 09:48:03 1993  Fred Fish  (fnf@cygnus.com)
22162
22163         * gdb.t31/gdbme.ch:  Re-enable code that previously caused
22164         compiler to coredump.
22165         * gdb.t31/chillvars.exp:  Re-enable tests that depend on that
22166         code.
22167
22168 Tue Mar 23 08:53:42 1993  Fred Fish  (fnf@cygnus.com)
22169
22170         * gdb.t31/gdbme.ch:  Comment out code that causes chill compiler
22171         coredump.
22172         * gdb.t31/chillvars.exp:  Comment out tests that depend on that
22173         code.
22174
22175 Sun Mar 21 17:56:47 1993  Rob Savoye  (rob at darkstar.cygnus.com)
22176
22177         * gdb.t03/ptype.exp: tests for return code from gdb_test.
22178         * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
22179         which in a shell. Deletes xgdb when done.
22180         * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
22181         Tests the return from the "set height" or "set width" commands.
22182         Added a few return codes where needed.
22183
22184 Wed Mar 17 11:31:01 1993  Fred Fish  (fnf@cygnus.com)
22185
22186         * Makefile.in (SUBDIRS):  Add gdb.t17.
22187         * configure.in (subdirs):  Add gdb.t17.
22188         * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}:  New test
22189         files to test gdb's calling of functions in the inferior with
22190         the correct arguments and gdb's ability to retrieve any
22191         result returned.
22192
22193 Tue Mar 16 15:37:11 1993  Fred Fish  (fnf@cygnus.com)
22194
22195         * config/unix-gdb.exp (gdb_exit):  Remove close commands that
22196         may be called after gdb goes away.  Previous versions of expect
22197         needed these to avoid file descriptor leaks, but they cause
22198         errors with the current revision of expect.
22199         * gdb.t00/gdbvars.exp:  Use -re on expected output after
22200         setting sevenbit-strings.
22201         * gdb.t04/setvar.exp, gdb.t13/bitfields.exp:  Make commands
22202         to set sevenbit-strings consistent across tests.
22203         gdb.t30/chexp.exp, gdb.t31/chillvars.exp:  Make commands to
22204         set sevenbit-strings consistent across tests.
22205
22206 Fri Mar 12 08:47:20 1993  Fred Fish  (fnf@cygnus.com)
22207
22208         * gdb.t21/demangle.exp (proc demangle):  Adjust quotes in an
22209         expected output to match current "expect" expectations.
22210
22211 Wed Mar 10 18:01:49 1993  Fred Fish  (fnf@cygnus.com)
22212
22213         * gdb.t00/default.exp:  Change expected output for default "source"
22214         command, to match new gdb behavior which requires a filename to
22215         source.
22216
22217 Tue Mar  9 11:00:56 1993  Fred Fish  (fnf@cygnus.com)
22218
22219         * gdb.t07/watchpoint.exp (test_simple_watchpoint):  Set up
22220         expected fail for i486-*-* that misses the marker2 function.
22221         * gdb.t10/crossload.exp (bfddefault):  Allow successful
22222         recognition of a format to pass even if no symbols are found.
22223         Explicitly catch failures where the format is not recognized
22224         or is ambiguous, and add the reason to the fail message.
22225         * gdb.t10/crossload.exp (bfdexplicit):  Catch failure where
22226         the cause is and invalid target and add reason to failure message.
22227         * gdb.t10/crossload.exp:  Fix bfd target names for elf32-m68k,
22228         elf32-i386, elf32-sparc, and elf32-i860.
22229         * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
22230         Set up expected failure for 'filename'::variable scope resolution,
22231         which is now apparently broken on all targets.
22232         * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
22233         gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
22234         gdb.t23/templates.exp:   Change failure for missing binfile into
22235         just a warning.
22236         gdb.t21/demangle.exp:  Change all cfront references to 'arm'
22237         references.
22238
22239 Mon Mar  8 19:20:28 1993  Fred Fish  (fnf@cygnus.com)
22240
22241         * gdb.t00/default.exp:  Add expected output for default "source"
22242         command, to match new gdb behavior.
22243         * gdb.t09/corefile.exp:  Use GDBFLAGS when spawning GDB.
22244
22245 Sun Mar  7 15:14:09 1993  Rob Savoye  (rob@cygnus.com)
22246
22247         * config/*-gdb.exp: returns an error, rather than exiting on
22248         internal errors.
22249
22250 Tue Mar  2 18:09:32 1993  Fred Fish  (fnf@cygnus.com)
22251
22252         * gdb.t03/gdbme.c:  Add pointer to struct variable.
22253         * gdb.t03/ptype.exp:  Test equivalence of '.' and '->' for
22254         referencing struct members.
22255
22256 Thu Feb 25 10:39:06 1993  Ian Lance Taylor  (ian@cygnus.com)
22257
22258         * configure.in (mips-idt-ecoff): New target.
22259         * config/mips-gdb.exp: New file for remote board using MIPS remote
22260         debugging protocol.
22261
22262         * Redid configuration scheme.  Removed gdb.t*/configure.in.
22263         Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*.  Changed to use CC, CXX
22264         instead of CC_FOR_TARGET, CXX_FOR_TARGET.  Added mostlyclean and
22265         distclean targets.  Built executables via .o files.  Adjusted
22266         tests to account for source files in $(srcdir) rather than
22267         $(objdir).
22268         * lib/gdb.exp (runto): Don't expect () after the function name,
22269         because it may have arguments.
22270
22271 Wed Feb 24 08:05:38 1993  Ian Lance Taylor  (ian@cygnus.com)
22272
22273         * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
22274         gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
22275         expected failures for mips-idt-* and mips-sgi-*.
22276         * gdb.t00/default.exp (attach): Kill process if requested.
22277         * gdb.t00/help.exp (help target core, help target): Accept a gdb
22278         that does not read core files.
22279         * gdb.t01/run.exp: Removed checks for exit status code.
22280         * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
22281         it is linked in.
22282         * gdb.t03/ptype.exp: Increase timeout when calling malloc.
22283         * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
22284         appropriate, rather than doing it by hand.
22285         * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
22286         execution.
22287         * gdb.t10/crossload.exp: Kill existing program if needed.
22288         * gdb.t15/funcargs.exp: Use delete_breakpoints function where
22289         appropriate, rather than doing it by hand.  Always increase
22290         timeout for this test, not just for VxWorks.
22291
22292 Wed Feb 24 08:03:38 1993  Fred Fish  (fnf@cygnus.com)
22293
22294         * gdb.t31/chillvars.exp (test_structs):  New proc to test printing
22295         of Chill STRUCT types and STRUCT values.
22296         * gdb.t31/chillvars.exp (test_strings):  Expect "CHAR" now, rather
22297         than "char".
22298         * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
22299         struct2):  New struct definitions and initializations to test
22300         simple Chill STRUCT types.
22301
22302 Tue Feb 23 11:55:06 1993  Fred Fish  (fnf@cygnus.com)
22303
22304         * gdb.t00/teststrategy.exp:  Track reversion in gdb to not print
22305         the null byte at the end of strings.
22306         * gdb.t00/default.exp:  Make show version insensitive to copyright
22307         date.
22308         * gdb.t16/in-gdbme.c (ctable1, ctable2):  Make explicitly unsigned
22309         to avoid dependencies on target char signedness.
22310         * gdb.t16/printcmds.exp:  Update expected results for explicitly
22311         unsigned char.
22312         * gdb.t16/printcmds.exp:  Remove setup_xfails for i960 that should
22313         now work.
22314         * gdb.t21/demangle.exp:  Add many more patterns for template
22315         demangling, most of them being expected failures.
22316         * gdb.t21/demangle.exp (proc demangle):  Quote the demangled
22317         string we are matching for, to match on the whole string.
22318         * gdb.t21/demangle.exp:  Add many new test strings to demangle,
22319         and fix a whole bunch that had incorrect expected output but were
22320         passing anyway because of the bug in "proc demangle".
22321         * gdb.t31/chillvars.exp:  Remove setup_xfail for printing string
22322         type.
22323         * gdb.t31/in-gdbme.ch:  Uncomment string4, now compiles.
22324
22325 Mon Feb 22 07:54:03 1993  Mike Werner  (mtw@poseidon.cygnus.com)
22326
22327         * gdb/testsuite: made modifications to testcases, etc., to allow
22328         them to work properly  given the reorganization of deja-gnu and the
22329         relocation of the testcases from deja-gnu to a "tool" subdirectory.
22330
22331 Sun Feb 21 10:55:55 1993  Mike Werner  (mtw@poseidon.cygnus.com)
22332
22333         * gdb/testsuite: Initial creation of gdb/testsuite.
22334         Migrated dejagnu testcases and support files for testing nm to
22335         gdb/testsuite from deja-gnu.  These files were moved "as is"
22336         with no modifications.  This migration is part of a major overhaul
22337         of dejagnu.  The modifications to these testcases, etc., which
22338         will allow them to work with the new version of dejagnu will be
22339         made in a future update.
22340
22341  For additional changes see gdb.mi/ChangeLog-1999-2003.
22342 \f
22343 ;; Local Variables:
22344 ;; mode: change-log
22345 ;; left-margin: 8
22346 ;; fill-column: 74
22347 ;; version-control: never
22348 ;; End:
22349
22350     Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
22351     2003, 2004, 2005 Free Software Foundation, Inc.
22352   Copying and distribution of this file, with or without modification,
22353   are permitted provided the copyright notice and this notice are preserved.