2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
[platform/upstream/binutils.git] / gdb / testsuite / ChangeLog
1 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
2
3         * gdb.python/python.c: Add a new breakpoint comment.
4         * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
5
6 2011-12-26  Kwok Cheung Yeung  <kcy@codesourcery.com>
7
8         * gdb.base/info-os.exp: New file.
9         * gdb.base/info-os.c: New file.
10
11 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
12
13         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
14         print-file-var-lib2.c, print-file-var-main.c and
15         print-file-var.exp (located in gdb/testsuite/gdb.base).
16
17 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
18
19         * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
20         gdb.base/ctxobj.exp: New files.
21
22 2012-05-09  Tom Tromey  <tromey@redhat.com>
23
24         * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
25
26 2012-05-09  Maciej W. Rozycki  <macro@codesourcery.com>
27
28         * lib/gdb.exp (gdb_test_multiple): Correct formatting.
29
30 2012-05-08  Maciej W. Rozycki  <macro@codesourcery.com>
31
32         * gdb.mi/mi-var-display.exp: Check for the existence of $fp
33         before using it.
34
35 2012-05-04  Tristan Gingold  <gingold@adacore.com>
36
37         * gdb.base/set-noassign.exp: New test.
38
39 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
40
41         * gdb.python/py-symbol.exp: Add tests to test the new methods
42         gdb.Symtab.global_block() and gdb.Symtab.static_block().
43         * gdb.python/py-symbol.c: Add new struct to help test
44         gdb.Symtab.static_block().
45
46 2012-05-03  Doug Evans  <dje@google.com>
47
48         * gdb.dwarf2/pr13961.S: Add file and source location, but leave
49         commented out.
50
51 2012-05-03  Yao Qi  <yao@codesourcery.com>
52
53         * gdb.base/catch-syscall.exp: Skip it before compilation if target
54         doesn't support.
55         * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
56         * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
57
58 2012-05-03  Yao Qi  <yao@codesourcery.com>
59
60         * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
61
62 2012-04-30  Doug Evans  <dje@google.com>
63
64         PR testsuite/13961
65         * gdb.dwarf2/pr13961.S: New file.
66         * gdb.dwarf2/pr13961.exp: New file.
67
68 2012-04-29  Yao Qi  <yao@codesourcery.com>
69
70         * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
71
72 2012-04-28  Doug Evans  <dje@google.com>
73
74         * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
75         .Ltype_int_in_cu2.  Use name "int2" instead of "int".
76         All uses updated.
77         * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
78         "ptype func_cu1" to expand cu2 before cu1.
79
80 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
81             Tom Tromey  <tromey@redhat.com>
82
83         * gdb.base/default.exp: Add `$_probe_arg*' convenience
84         variables.
85         * gdb.base/stap-probe.c: New file.
86         * gdb.base/stap-probe.exp: New file.
87         * gdb.trace/stap-trace.c: New file.
88         * gdb.trace/stap-trace.exp: New file.
89         * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
90         libgcc's unwinder.
91
92 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
93
94         * gdb.arch/mips16-thunks-inmain.c: New file.
95         * gdb.arch/mips16-thunks-main.c: New file.
96         * gdb.arch/mips16-thunks-sin.c: New file.
97         * gdb.arch/mips16-thunks-sinfrob.c: New file.
98         * gdb.arch/mips16-thunks-sinfrob16.c: New file.
99         * gdb.arch/mips16-thunks-sinmain.c: New file.
100         * gdb.arch/mips16-thunks-sinmips16.c: New file.
101         * gdb.arch/mips16-thunks.exp: New file.
102
103 2012-04-25  Doug Evans  <dje@google.com>
104
105         * configure.ac: Create gdb.go/Makefile.
106         * configure: Regenerate.
107         * gdb.base/default.exp: Add "go" to "set language" testing.
108         * gdb.go/Makefile.in: New file.
109         * gdb.go/basic-types.exp: New file.
110         * gdb.go/chan.exp: New file.
111         * gdb.go/chan.go: New file.
112         * gdb.go/handcall.exp: New file.
113         * gdb.go/handcall.go: New file.
114         * gdb.go/hello.exp: New file.
115         * gdb.go/hello.go: New file.
116         * gdb.go/integers.exp: New file.
117         * gdb.go/integers.go: New file.
118         * gdb.go/methods.exp: New file.
119         * gdb.go/methods.go: New file.
120         * gdb.go/package.exp: New file.
121         * gdb.go/package1.go: New file.
122         * gdb.go/package2.go: New file.
123         * gdb.go/print.exp: New file.
124         * gdb.go/strings.exp: New file.
125         * gdb.go/strings.go: New file.
126         * gdb.go/types.exp: New file.
127         * gdb.go/types.go: New file.
128         * gdb.go/unsafe.exp: New file.
129         * gdb.go/unsafe.go: New file.
130         * lib/future.exp: Add Go support.
131         (gdb_find_go, gdb_find_go_linker): New procs.
132         (gdb_default_target_compile): Add Go support.
133         * lib/gdb.exp (skip_go_tests): New proc.
134         * lib/go.exp: New file.
135
136 2012-04-25  Tom Tromey  <tromey@redhat.com>
137
138         * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
139
140 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
141             Jan Kratochvil  <jan.kratochvil@redhat.com>
142
143         PR symtab/7259:
144         * gdb.base/enumval.c: New test case.
145         * gdb.base/enumval.exp: New test case.
146         * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
147         field.bitpos.
148
149 2012-04-17  Pedro Alves  <palves@redhat.com>
150
151         * Makefile.in (site.exp): Make site.exp source
152         $srcdir/lib/append_gdb_boards_dir.exp.
153         * lib/append_gdb_boards_dir.exp: New file.
154
155 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
156
157         New option "set auto-load safe-path".
158         * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
159         * gdb.python/py-section-script.exp (set auto-load safe-path): New.
160
161 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
162
163         auto-load: Implementation.
164         * gdb.base/help.exp (test set height): Increase the height.
165         * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
166         to ...
167         (info auto-load python-scripts): ... here.
168         * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
169         to ...
170         (info auto-load python-scripts *): ... here.
171
172 2012-04-16  Yao Qi  <yao@codesourcery.com>
173
174         * lib/trace-support.exp (get_in_proc_agent): New.
175         * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
176         of in process trace agent.
177         * gdb.trace/ftrace.exp: Likewise.
178         * gdb.trace/pending.exp: Likewise.
179         * gdb.trace/trace-break.exp: Likewise.
180         * gdb.trace/trace-mt.exp
181         * gdb.trace/tspeed.exp: Likewise.
182         * gdb.trace/tstatus.exp
183         * gdb.trace/strace.exp: Likewise.
184
185 2012-04-16  Thomas Schwinge  <thomas@codesourcery.com>
186
187         * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
188         symbol _stack is defined.  Get rid of a hard-coded constant for _stack.
189
190         * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
191
192 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
193
194         PR mi/13393
195         * gdb.mi/mi-var-rtti.cc: New file.
196         * gdb.mi/mi-var-rtti.exp: New file.
197         * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
198         function.
199         (mi_varobj_update_with_type_change): updated to avoid code duplication.
200
201 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
202
203         * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
204         EXECUTABLES.
205         * gdb.python/py-explore.c: C program used for testing the new
206         'explore' command on C constructs.
207         * gdb.python/py-explore.cc: C++ program used for testing the new
208         'explore' command on C++ constructs.
209         * gdb-python/py-explore.exp: Tests for the new 'explore'
210         command on C constructs.
211         * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
212         command on C++ constructs.
213
214 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
215
216         * gdb.base/funcargs.exp (complex_args): Fix typo.
217
218 2012-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
219
220         * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
221         (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
222
223 2012-04-05  Keith Seitz  <keiths@redhat.com>
224
225         * gdb.base/advance.exp: Update error message for
226         "advance malformed" test.
227         * gdb.base/break.exp: Likewise for "breakpoint with
228         trailing garbage" test.
229         * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
230         with trailing garbage" test.
231         * gdb.base/sepdebug.exp: Likewise for "breakpoint with
232         trailng garbage" test.
233         * gdb.base/until.exp: Likewise for "malformed until" test.
234         * gdb.cp/ovldbreak.exp: Create the breakpoint table
235         for "breakpoint info (after setting on all)".
236         * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
237         tests.
238         * gdb.cp/cplabel.cc: New file.
239         * gdb.cp/cplabel.exp: New test.
240         * gdb.linespec/ls-errs.c: New file.
241         * gdb.linespec/ls-errs.exp: New test.
242
243 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
244
245         * gdb.trace/unavailable.exp
246         (collect globals: print object on: print derived_partial)
247         (collect globals: print object on: print derived_whole)
248         (collect globals: print object off: print derived_partial)
249         (collect globals: print object off: print derived_whole): Update
250         expected output.
251
252 2012-03-30  Keith Seitz  <keiths@redhat.com>
253
254         * gdb.python: Add test for linespecs with commas.
255
256 2012-03-28  Keith Seitz  <keiths@redhat.com>
257
258         * gdb.linespec/ls-dollar.cc: New file.
259         * gdb.linespec/ls-dollar.exp: New test.
260
261 2012-03-28  Keith Seitz  <keiths@redhat.com>
262
263         * gdb.cp/namespace.exp: Add breakpoint tests for functions
264         starting with the global namespace.
265
266 2012-03-23  Doug Evans  <dje@google.com>
267
268         * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
269
270 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
271
272         * gdb.python/py-value.cc: Add test case for testing the
273         methodology exposing C++ values to Python.
274         * gdb.python/py-value-cc.exp: Add tests testing the methodology
275         exposing C++ values to Python.
276         * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
277
278 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
279             Siddhesh Poyarekar  <siddhesh@redhat.com>
280
281         * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
282         * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
283         (generate native core dump): Make the test unsupported if core cannot
284         be generated.
285
286 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
287
288         * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
289         for cmdarg_vec = NULL.  Remove entries for cmdsize = 1, cmdarg = and
290         ncmd = 0.  New entry for VEC_cleanup cmdarg_s.
291
292 2012-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
293
294         * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
295
296 2012-03-17  Doug Evans  <dje@google.com>
297
298         * dg-extract-results.sh: Handle KFAILs.
299
300 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
301
302         PR symtab/13777
303         * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
304
305 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
306
307         * gdb.ada/set_pckd_arr_elt: New testcase.
308
309 2012-03-16  Gary Benson  <gbenson@redhat.com>
310
311         PR breakpoints/10738
312         * gdb.opt/inline-break.exp: New file.
313         * gdb.opt/inline-break.c: Likewise.
314         * gdb.dwarf2/dw2-inline-break.exp: Likewise.
315         * gdb.dwarf2/dw2-inline-break.S: Likewise.
316         * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
317         * gdb.base/async-shell.exp: Likewise.
318         * lib/mi-support.exp (library_loaded_re): Likewise.
319
320 2012-03-15  Tom Tromey  <tromey@redhat.com>
321
322         * gdb.cp/virtfunc2.exp: Update expected output.
323         * gdb.cp/pr9631.exp: Update expected output.
324         * gdb.cp/member-ptr.exp: Update expected output.
325         * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
326         output.
327         * gdb.cp/casts.exp: Update expected output.
328
329 2012-03-15  Tom Tromey  <tromey@redhat.com>
330
331         * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
332         (test_info_vtbl): Likewise.
333         (do_tests): Call test_info_vtbl.
334         * gdb.cp/virtfunc.cc (va): New global.
335
336 2012-03-15  Thomas Schwinge  <thomas@codesourcery.com>
337
338         * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
339         describing DWARF data structures.
340         * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
341         * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
342         * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
343         * gdb.dwarf2/dw2-entry-value.S: Likewise.
344         * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
345         * gdb.dwarf2/dw2-param-error.S: Likewise.
346         * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
347         * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
348         * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
349         * gdb.dwarf2/implptr-optimized-out.S: Likewise.
350         * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
351         * gdb.dwarf2/pr11465.S: Likewise.
352
353 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
354
355         * gdb.mi/mi2-prompt.exp: New file.
356
357 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
358
359         * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
360
361 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
362
363         * gdb.ada/bp_range_type: New testcase.
364
365 2012-03-13  Doug Evans  <dje@google.com>
366
367         * gdb.base/default.exp: Delete tests for symbol-reloading.
368         * gdb.base/help.exp: Ditto.
369         * gdb.base/setshow.exp: Ditto.
370         * gdb.base/gdb_history: Delete references to symbol-reloading.
371
372 2012-03-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
373
374         * gdb.base/attach-twice.c: New files.
375         * gdb.base/attach-twice.exp: New files.
376
377 2012-03-08  Keith Seitz  <keiths@redhat.com>
378
379         * lib/gdb.exp (gdb_get_line_number): Throw an
380         error instead of returning -1.
381         * gdb.base/break.exp: Remove unused variable
382         bp_location5.
383         * gdb.base/hbreak2.exp: Likewise.
384         * gdb.base/sepdebug.exp: Likewise.
385
386 2012-03-08  Yao Qi  <yao@codesourcery.com>
387             Pedro Alves  <palves@redhat.com>
388
389         Fix PR server/13392.
390         * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
391         (tracepoint_change_loc_2): Remove kfail.  Return if failed to
392         download tracepoints.
393         * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
394         (pending_tracepoint_resolved_during_trace): Likewise.
395         (pending_tracepoint_installed_during_trace): Likewise.
396         (pending_tracepoint_with_action_resolved): Likewise.
397
398 2012-03-08  Keith Seitz  <keiths@redhat.com>
399
400         * gdb.ada/array_bounds.exp: Get breakpoint for line
401         with "START", not "STOP".
402         * gdb.python/py-infthread.exp: Do not continue to
403         line marked "Break here.", which is undefined.
404
405 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
406
407         Revert:
408
409         2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
410
411         Implement testsuite workaround for PR breakpoints/13781.
412         * gdb.cp/mb-templates.exp: New loop with variable $workaround.
413         (set breakpoint condition-evaluation host): New conditional command.
414
415 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
416
417         Fix CU relative vs. absolute DIE offsets.
418         * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
419         one.
420
421 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
422
423         Fix false FAIL on distros with relro linkage as default.
424         * gdb.reverse/solib-precsave.exp: Try to compile the test using
425         -Wl,-z,norelro first.
426
427 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
428
429         * gdb.ada/bp_on_var: New testcase.
430
431 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
432
433         * gdb.ada/bp_enum_homonym: New testcase.
434
435 2012-03-06  Yao Qi  <yao@codesourcery.com>
436
437         * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
438         x86_64-*-* and i?86-*-*.
439         Set up KFAIL for gdb/13808.
440
441 2012-03-05  Tom Tromey  <tromey@redhat.com>
442
443         * gdb.ada/operator_bp.exp: Clear debug-file-directory.
444         * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
445
446 2012-03-05  Tom Tromey  <tromey@redhat.com>
447
448         * gdb.java/jprint.java (jprint.main): Keep 'x' live.
449
450 2012-03-04  Yao Qi  <yao@codesourcery.com>
451
452         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
453         messages for KFAIL.
454
455 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
456
457         * gdb.ada/arrayidx.exp: Call get_compiler_info.  New variable old_gcc.
458         (print one_two_three, indexes off, print few_reps, indexes off)
459         (print many_reps, indexes off, print empty, indexes off)
460         (print one_two_three, print few_reps, print many_reps, print empty):
461         Call setup_xfail if $gcc_old.
462
463 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
464
465         Implement testsuite workaround for PR breakpoints/13781.
466         * gdb.cp/mb-templates.exp: New loop with variable $workaround.
467         (set breakpoint condition-evaluation host): New conditional command.
468
469 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
470
471         Code cleanup.
472         * gdb.cp/mb-templates.exp: New variables executable.  Use it for
473         binfile.  use clean_restart.  Replace gdb_expect by gdb_test_multiple.
474         Replace GDB restart by kill and delete_breakpoints.  Replace breakpoint
475         number 1 by $bpnum.  Four times.
476
477 2012-03-03  Yao Qi  <yao@codesourcery.com>
478
479         * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
480
481 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
482
483         Setup KFAIL for PR server/13796.
484         * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
485
486 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
487
488         * gdb.ada/operator_bp: New testcase.
489
490 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
491
492         * gdb.ada/info_locals_renaming: New testcase.
493
494 2012-03-02  Tom Tromey  <tromey@redhat.com>
495
496         * gdb.base/nextoverexit.c: New file.
497         * gdb.base/nextoverexit.exp: New file.
498
499 2012-03-02  Edjunior Machado  <emachado@linux.vnet.ibm.com>
500
501         * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
502         parameter.
503
504 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
505
506         * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
507         core registers.
508
509 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
510             Maciej W. Rozycki  <macro@codesourcery.com>
511             Daniel Jacobowitz  <dan@codesourcery.com>
512
513         * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
514
515 2012-03-01  Pedro Alves  <palves@redhat.com>
516
517         PR gdb/13767
518
519         * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
520         (gdb_collect_globals_test): Call it.
521
522 2012-03-01  Keith Seitz  <keiths@redhat.com>
523
524         * gdb.cp/method2.exp: Output of overload menu is now
525         alphabetized.  Update tests for "break A::method".
526         * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
527         of hard-coding them.
528         Overload menu is alphabetized: rewrite to accommodate.
529         Unset variables LINE and TYPES which are used in other tests.
530         Compute the output of "info break".
531         Update the breakpoint table after all breakpoints are deleted.
532         (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
533         compute ACTUALS and the method body based on parameters.
534         Update expected output accordingly.
535         * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
536         unique comments to allow the use of gdb_get_line_number.
537
538 2012-03-01  Keith Seitz  <keiths@redhat.com>
539
540         * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
541         some Tcl syntax.
542         * gdb.cp/ovldbreak.exp: Likewise.
543
544 2012-03-01  Keith Seitz  <keiths@redhat.com>
545
546         * gdb.base/help.exp (help show user): Update expected result
547         for new doc string changes (add "non-python").
548
549 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
550
551         * gdb.python/py-cmd.exp: Add test to verify that python commands can
552         be put in the user-defined category and that the commands appear in
553         "help user-defined".
554
555 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
556
557         * gdb.ada/tagged_not_init: New testcase.
558
559 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
560
561         * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
562         * gdb.ada/enum_idx_packed: New testcase.
563
564 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
565
566         * gdb.ada/aliased_array: New testcase.
567
568 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
569
570         * gdb.ada/whatis_array_val: New testcase.
571
572 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
573
574         Fix disp-step-syscall.exp: fork: single step over fork.
575         * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
576         whitespaces.
577         (single step over $syscall): Remove its check.
578         (single step over $syscall final pc): New check.
579
580 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
581
582         Support processors without SSSE3.
583         * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
584         pabsd into ...
585         (ssse3_test): ... a new function.
586         (main): Call ssse3_test.
587         * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
588         Update expected values everywhere.
589         (reverse-step to pabsd, verify xmm0 after reverse pabsd)
590         (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
591         (reverse-step to pabsw, verify xmm0 after reverse pabsw)
592         (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
593         (reverse-step to pabsb, verify xmm0 after reverse pabsb)
594         (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
595         Move these tests lower.
596         (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
597         (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
598         (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
599         New tests.
600
601 2012-02-29  Yao Qi  <yao@codesourcery.com>
602             Pedro Alves  <palves@redhat.com>
603
604         * gdb.trace/trace-mt.c: New.
605         * gdb.trace/trace-mt.exp: New.
606
607 2012-02-28  Thomas Schwinge  <thomas@codesourcery.com>
608
609         * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
610         numbers instead of hardcoding them.
611         * gdb.base/annota1.c: Provide suitable markers.
612         * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
613         numbers instead of hardcoding them.
614         * gdb.base/annota3.c: Provide suitable markers.
615
616         * gdb.base/annota1.c [__sh__]: Remove any special-casing.
617         * gdb.base/annota3.c: Likewise.
618         * gdb.base/sigall.c: Likewise.
619         * gdb.base/signals.c: Likewise.
620         * gdb.reverse/sigall-reverse.c: Likewise.
621
622 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
623
624         * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
625         failure return path.
626
627 2012-02-27  Luis Machado  <lgustavo@codesourcery.com>
628
629         * gdb.base/save-bp.exp: Account for new condition evaluator output.
630
631 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
632
633         * gdb.base/cond-eval-mode.exp: New file.
634
635 2012-02-24  Pedro Alves  <palves@redhat.com>
636
637         * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
638         (top level): Use with_test_prefix.
639
640 2012-02-24  Pedro Alves  <palves@redhat.com>
641
642         * gdb.threads/attach-into-signal.exp (corefunc): Use
643         with_test_prefix.
644
645 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
646
647         Fix false FAILs on old CPUs without SSE.
648         * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
649         Return untested for Illegal instruction.
650
651 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
652
653         Fix false FAILs with glibc debug infos installed.
654         * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
655         * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
656
657 2012-02-22  Sterling Augustine  <saugustine@google.com>
658
659         * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
660         constant with cast.
661
662 2012-02-21  Pedro Alves  <palves@redhat.com>
663
664         * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
665
666 2012-02-21  Pedro Alves  <palves@redhat.com>
667
668         * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
669
670 2012-02-21  Pedro Alves  <palves@redhat.com>
671
672         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
673         with_test_prefix.
674
675 2012-02-21  Pedro Alves  <palves@redhat.com>
676
677         * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
678         with_test_prefix here.
679         (top level): Do it here instead.  Remove `:' from the
680         with_test_prefix string.
681         * gdb.base/attach-pie-misread.exp: Remove the leading space the
682         the suffix `:' from the with_test_prefix prefix string.
683         * gdb.base/break-interp.exp: Ditto.
684         * gdb.base/catch-load.exp: Ditto.
685         * gdb.base/disp-step-syscall.exp: Ditto.
686         * gdb.base/jit-so.exp: Ditto.
687         * gdb.base/jit.exp: Ditto.
688         * gdb.base/sepdebug.exp: Ditto.
689         * gdb.base/solib-display.exp: Ditto.
690         * gdb.base/solib-overlap.exp: Ditto.
691         * gdb.base/watch-cond-infcall.exp: Ditto.
692         * gdb.base/watchpoint.exp: Ditto.
693         * gdb.dwarf2/dw2-noloc.exp: Ditto.
694         * gdb.mi/mi-watch.exp: Ditto.
695         * gdb.mi/mi2-watch.exp: Ditto.
696         * gdb.threads/non-ldr-exc-1.exp: Ditto.
697         * gdb.threads/non-ldr-exc-2.exp: Ditto.
698         * gdb.threads/non-ldr-exc-3.exp: Ditto.
699         * gdb.threads/non-ldr-exc-4.exp: Ditto.
700         * gdb.threads/watchpoint-fork.exp: Ditto.
701         * gdb.threads/watchthreads-reorder.exp: Ditto.
702         * gdb.trace/change-loc.exp: Ditto.
703         * gdb.trace/pending.exp: Ditto.
704         * gdb.trace/status-stop.exp: Ditto.
705         * gdb.trace/strace.exp: Ditto.
706         * gdb.trace/trace-break.exp: Ditto.
707         * gdb.trace/unavailable.exp: Ditto.
708         * lib/gdb.exp (with_test_prefix): Always prefix with space and
709         suffix with colon.  Adjust leading comments.
710
711 2012-02-21  Pedro Alves  <palves@redhat.com>
712             Tom Tromey  <tromey@redhat.com>
713
714         * lib/gdb.exp: Add description of test prefixes.
715         (with_test_prefix): New procedure.
716         * gdb.arch/altivec-abi.exp: Use with_test_prefix.
717         * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
718         * gdb.base/break-interp.exp: Use with_test_prefix.  Use append
719         instead of lappend to append to pf_prefix.
720         * gdb.base/catch-load.exp: Use with_test_prefix.
721         * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
722         * gdb.base/jit-so.exp: Use with_test_prefix.
723         * gdb.base/jit.exp: Use with_test_prefix.
724         * gdb.base/return-nodebug.exp (do_test): Use append instead of
725         lappend to append to pf_prefix.
726         * gdb.base/sepdebug.exp: Use with_test_prefix.
727         * gdb.base/solib-display.exp: Use with_test_prefix.
728         * gdb.base/solib-overlap.exp: Use with_test_prefix.
729         * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
730         * gdb.base/watchpoint.exp: Use with_test_prefix.
731         * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
732         * gdb.mi/mi-watch.exp: Use with_test_prefix.
733         * gdb.mi/mi2-watch.exp: Use with_test_prefix.
734         * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
735         * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
736         * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
737         * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
738         * gdb.threads/watchpoint-fork.exp: Use with_test_prefix.  Use
739         append instead of lappend to append to pf_prefix.
740         * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
741         * gdb.trace/change-loc.exp: Use with_test_prefix.
742         * gdb.trace/pending.exp: Use with_test_prefix.
743         * gdb.trace/status-stop.exp: Use with_test_prefix.
744         * gdb.trace/strace.exp: Use with_test_prefix.
745         * gdb.trace/trace-break.exp: Use with_test_prefix.
746         * gdb.trace/unavailable.exp: Use with_test_prefix.  Use append
747         instead of lappend to append to pf_prefix.
748
749 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
750
751         Fix racy FAILs.
752         * gdb.base/inferior-died.c (main): Add return of 0.
753         * gdb.base/inferior-died.exp (continue): Fix expectation of
754         asynchronous events.
755         (p 1): New test.
756
757 2012-02-20  Pedro Alves  <palves@redhat.com>
758
759         * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
760         lin-lwp output.  Set SIGALRM to stop.  Adjust tests to not rely on
761         gdb's internal debug output.  For the non-threaded case, look for
762         "Program received signal SIGLARM", for the threaded case, peek at
763         the thread's siginfo.
764
765 2012-02-20  Pedro Alves  <palves@redhat.com>
766
767         General cleanup, make output test messages unique, and build
768         different executable files for the non-threaded and threaded
769         cases.
770
771         * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
772         Delete.
773         (executable_nothr, executable_thr): New globals.
774         (top level): Adjust to delete both executables.
775         (corefunc): New parameter $executable.  Set $pf_prefix instead of
776         hand writing a prefix in tests.  Issue a clean_restart and enable
777         lin-lwp debug output here.
778         (top level): Adjust.  Use build_executable.  Don't start gdb here,
779         and don't enable lin-lwp debug output here.
780         * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
781
782 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
783
784         Fix racy FAILs.
785         * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
786         "continue" command.
787
788 2012-02-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
789
790         Fix for gdbserver non-extended mode.
791         * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
792         and gdb_run_cmd.
793
794 2012-02-17  Tom Tromey  <tromey@redhat.com>
795
796         * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
797         * gdb.python/py-events.exp: Check 'dir' output.
798         * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
799
800 2012-02-17  Yao Qi  <yao@codesourcery.com>
801
802         * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
803
804 2012-02-16  Tom Tromey  <tromey@redhat.com>
805
806         * gdb.base/inferior-died.c: Don't include stdio.h.
807
808 2012-02-16  Tom Tromey  <tromey@redhat.com>
809
810         * gdb.base/inferior-died.c: New file.
811         * gdb.base/inferior-died.exp: New file.
812
813 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
814
815         * gdb.base/break-inline.exp: New file.
816         * gdb.base/break-inline.c: New file.
817
818 2012-02-15  Tom Tromey  <tromey@redhat.com>
819
820         * gdb.base/pc-fp.exp: Add "info register" tests.
821
822 2012-02-15  Tom Tromey  <tromey@redhat.com>
823
824         * gdb.base/regs.exp: Remove.
825
826 2012-02-15  Pedro Alves  <palves@redhat.com>
827
828         * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
829         the target doesn't support tracepoints.
830         * gdb.trace/circ.exp: Ditto.
831         * gdb.trace/collection.exp: Ditto.
832         * gdb.trace/packetlen.exp: Ditto.
833         * gdb.trace/passc-dyn.exp: Ditto.
834         * gdb.trace/report.exp: Ditto.
835         * gdb.trace/tfind.exp: Ditto.
836         * gdb.trace/tspeed.exp: Ditto.
837         * gdb.trace/tsv.exp: Ditto.
838         * gdb.trace/unavailable.exp: Ditto.
839         * gdb.trace/while-dyn.exp: Ditto.
840
841 2012-02-15  Pedro Alves  <palves@redhat.com>
842
843         * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
844         gdb_test_multiple, and call unsupported instead of fail, if the
845         remote side does not support the request.
846
847 2012-02-15  Pedro Alves  <palves@redhat.com>
848
849         * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
850         * gdb.server/ext-run.exp: Make sure gdb is disconnected.
851         * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
852         * gdb.server/server-mon.exp: Make sure gdb is disconnected.
853         * gdb.server/server-run.exp: Make sure gdb is disconnected.
854         * lib/gdbserver-support.exp (gdbserver_start_extended): Only
855         prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
856         doesn't start with "extended-" already.
857
858 2012-02-15  Pedro Alves  <palves@redhat.com>
859
860         Support extended-remote.  Avoid cascading timeouts.
861
862         * gdb.base/attach.exp (do_attach_tests): Add expected output for
863         the extended-remote target.  If attaching with no file fails, load
864         the file manually.
865         * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
866
867 2012-02-14  Stan Shebs  <stan@codesourcery.com>
868
869         * gdb.base/ena-dis-br.exp: Add enable count test.
870
871 2012-02-13  Pedro Alves  <palves@redhat.com>
872
873         * config/mips-idt.exp: Delete.
874         * gdb.base/a2-run.exp: Remove mips-idt xfails.
875         * gdb.base/bitfields.exp: Remove mips-idt restarts.
876         * gdb.base/break.exp: Remove mips-idt references.
877         * gdb.base/chng-syms.exp: Ditto.
878         * gdb.base/default.exp: Ditto.
879         * gdb.base/funcargs.exp (funcargs_reload): Delete.
880         (top level): Don't call it.
881         * gdb.base/opaque.exp: Remove mips-idt restarts.
882         * gdb.base/ptype.exp: Remove mips-idt xfails.
883         * gdb.base/scope.exp: Remove mips-idt restarts.
884         * gdb.base/sepdebug.exp: Remove mips-idt references.
885         * gdb.base/watchpoint.exp (maybe_clean_restart)
886         (maybe_reinitialize): Delete.
887         (test_disabling_watchpoints, test_disabling_watchpoints)
888         (test_watchpoint_triggered_in_syscall)
889         (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
890         Don't call them.
891
892 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
893
894         * gdb.server/server-exec-info.exp: New file.
895
896 2012-02-10  Pedro Alves  <palves@redhat.com>
897
898         * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
899         always non-empty.
900         (test_attach): Always pass $exec to test_attach_gdb.
901
902 2012-02-08  Tom Tromey  <tromey@redhat.com>
903
904         * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
905         before inferior is started.
906
907 2012-02-07  Tom Tromey  <tromey@redhat.com>
908
909         * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
910         Symbol.value.
911         * gdb.python/py-symbol.c (qq): Set default value.
912
913 2012-02-07  Tom Tromey  <tromey@redhat.com>
914
915         * gdb.python/py-symbol.c (qq): New global.
916         * gdb.python/py-symbol.exp: Add test for frame-less
917         lookup_symbol.
918         * gdb.python/py-symtab.exp: Fix line number.
919
920 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
921
922         * gdb.ada/mi_task_arg: New testcase.
923
924 2012-02-02  Pedro Alves  <palves@redhat.com>
925
926         * gdb.reverse/until-precsave.exp: Also put "record save" under the
927         extended timeout.
928
929 2012-02-02  Pedro Alves  <palves@redhat.com>
930
931         * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
932         * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
933
934 2012-02-02  Pedro Alves  <palves@redhat.com>
935
936         * gdb.base/term.exp: Rewrite.
937         * gdb.base/term.c: New.
938
939 2012-02-02  Pedro Alves  <palves@redhat.com>
940
941         * gdb.base/default.exp (run "r" abbreviation, run): Add
942         extended-remote expected output.
943
944 2012-02-02  Tom Tromey  <tromey@redhat.com>
945
946         * gdb.cp/dispcxx.exp: New file.
947         * gdb.cp/dispcxx.cc: New file.
948
949 2012-02-01  Tom Tromey  <tromey@redhat.com>
950
951         * gdb.base/jit-simple.exp: New file.
952         * gdb.base/jit-simple.c: New file.
953
954 2012-01-30  Yao Qi  <yao@codesourcery.com>
955
956         * gdb.base/skip.exp: Make test result unique.
957
958 2012-01-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
959
960         * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
961         compatibility with valgrind-3.7.0.
962
963 2012-01-27  Pedro Alves  <palves@redhat.com>
964
965         * gdb.base/watchpoint.exp (no_hw): New global.
966         (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
967         disable hw watchpoints.
968         (test_wide_location_1, test_wide_location_2): If no_hw is set,
969         don't expect hw watchpoints.
970         (no_hw_watchpoints): Always clean restart.
971         (do_tests): New procedure, factored out from the top level.
972         (top level): Run tests twice.  Once with hw watchpoints enabled,
973         another time with hw watchpoints disabled.
974
975 2012-01-27  Pedro Alves  <palves@redhat.com>
976
977         * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
978         out from the top level.
979         (top level): Call it instead.
980
981 2012-01-27  Pedro Alves  <palves@redhat.com>
982
983         * gdb.base/watchpoint.exp (top level): Re-enable hardware
984         watchpoints sooner.
985
986 2012-01-27  Pedro Alves  <palves@redhat.com>
987
988         * gdb.base/watchpoint.exp (top level): Delete watch ival3.
989
990 2012-01-27  Pedro Alves  <palves@redhat.com>
991
992         * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
993         "You may have requested too many hardware
994         breakpoints/watchpoints".
995
996 2012-01-27  Pedro Alves  <palves@redhat.com>
997
998         * gdb.base/watchpoint.exp (maybe_clean_restart)
999         (maybe_reinitialize): New.
1000         (test_disabling_watchpoints): Call maybe_reinitialize.  Don't
1001         expect "hit N times".
1002         (test_disabling_watchpoints, test_complex_watchpoint)
1003         (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
1004         Call maybe_clean_restart.
1005         (top level): Use clean_restart.  Remove "mips-idt-*"
1006         reinitialization.
1007
1008 2012-01-27  Pedro Alves  <palves@redhat.com>
1009
1010         * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
1011
1012 2012-01-27  Pedro Alves  <palves@redhat.com>
1013
1014         * gdb.base/watchpoint.exp: Clean restart after tests that don't
1015         require `initialize' anymore.  Remove unnecessary `initialize'
1016         calls.
1017
1018 2012-01-27  Pedro Alves  <palves@redhat.com>
1019
1020         * gdb.base/watchpoint.exp (wp_set): Delete.
1021         (initialize, test_simple_watchpoint, top level): Remove dead code.
1022
1023 2012-01-27  Pedro Alves  <palves@redhat.com>
1024
1025         * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
1026         typo.
1027
1028 2012-01-27  Pedro Alves  <palves@redhat.com>
1029
1030         * config/extended-gdbserver.exp: New file.
1031         * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
1032         comment.
1033         (gdbserver_start_multi, mi_gdbserver_start_multi): New.
1034         * boards/native-extended-gdbserver.exp: New file.
1035
1036 2012-01-26  Pedro Alves  <palves@redhat.com>
1037
1038         * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
1039         and gdb_test_multiple.
1040
1041 2012-01-26  Pedro Alves  <palves@redhat.com>
1042
1043         Make test messages unique, and more identifiable.
1044         * gdb.multi/watchpoint-multi.exp: Change test messages.
1045
1046 2012-01-25  Tom Tromey  <tromey@redhat.com>
1047
1048         * gdb.base/solib-disc.exp: Fix regexps.
1049
1050 2012-01-24  Tom Tromey  <tromey@redhat.com>
1051
1052         * lib/mi-support.exp (mi_expect_stop): Add special case for
1053         solib-event.
1054         * gdb.base/catch-load-so.c: New file.
1055         * gdb.base/catch-load.exp: New file.
1056         * gdb.base/catch-load.c: New file.
1057         * gdb.base/break-interp.exp (reach_1): Update regexp.
1058
1059 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1060
1061         Fix fuzzy results.
1062         * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
1063         lpsimple and func.
1064
1065 2012-01-24  Gary Benson  <gbenson@redhat.com>
1066
1067         Delete #if 0'd out code.
1068         * gdb.base/default.exp (info catch): Remove.
1069         * gdb.base/gdb_history (info catch): Likewise.
1070         * gdb.base/help.exp (info catch): Likewise.
1071
1072 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1073
1074         Fix watchpoints to be specific for each inferior.
1075         * gdb.multi/watchpoint-multi.c: New file.
1076         * gdb.multi/watchpoint-multi.exp: New file.
1077
1078 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1079
1080         Fix watchpoints across inferior fork.
1081         * gdb.threads/watchpoint-fork-child.c: New file.
1082         * gdb.threads/watchpoint-fork-mt.c: New file.
1083         * gdb.threads/watchpoint-fork-parent.c: New file.
1084         * gdb.threads/watchpoint-fork-st.c: New file.
1085         * gdb.threads/watchpoint-fork.exp: New file.
1086         * gdb.threads/watchpoint-fork.h: New file.
1087
1088 2012-01-23  Pedro Alves  <palves@redhat.com>
1089
1090         * gdb.base/call-signal-resume.exp: Allow output after "return".
1091
1092 2012-01-20  Pedro Alves  <palves@redhat.com>
1093
1094         * gdb.python/py-finish-breakpoint.py: Fix typo.
1095
1096 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
1097
1098         * gdb.base/info-proc.exp: Also run on remote targets.  Main
1099         "info proc" command is now always present; whether target supports
1100         actual info proc operation is detected when attempting to issue
1101         the command.
1102
1103 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1104
1105         * .gdbinit: Remove.
1106
1107 2012-01-19  Pedro Alves  <palves@redhat.com>
1108
1109         * gdb.java/jprint.exp: Don't rely on inferior output, but instead
1110         look at the funtions' returns.
1111         * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
1112         (jprint.print(int, int)): Change return type to int.  Adjust.
1113
1114 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
1115
1116         PR gdb/9538
1117         * gdb.base/sepdebug.exp: New test.
1118
1119 2012-01-18  Pedro Alves  <palves@redhat.com>
1120
1121         * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
1122         Allow output before ^done.
1123
1124 2012-01-16  Tom Tromey  <tromey@redhat.com>
1125
1126         * gdb.linespec/linespec.exp: Change some tests to use $decimal.
1127         Add tests for relative directory.
1128
1129 2012-01-16  Tom Tromey  <tromey@redhat.com>
1130
1131         * gdb.base/printcmds.c (enum flag_enum): New.
1132         (three): New global.
1133         * gdb.base/printcmds.exp (test_print_enums): Add test for flag
1134         enum printing.
1135         * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
1136         FlagEnumerationPrinter.
1137         * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
1138         * gdb.python/py-pp-maint.c (enum flag_enum): New.
1139         (fval): New global.
1140
1141 2012-01-16  Pedro Alves  <palves@redhat.com>
1142
1143         * lib/gdb.exp (banned_procedures): New variable.
1144         (banned_variables_traced): Rename to ...
1145         (banned_traced): ... this.
1146         (gdb_init): Also trace banned procedures.
1147         (gdb_finish): Also untrace banned procedures.
1148
1149 2012-01-16  Pedro Alves  <palves@redhat.com>
1150
1151         Remove all calls to strace.
1152
1153 2012-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
1154
1155         * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
1156         * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
1157
1158 2012-01-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
1159
1160         * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
1161         * gdb.base/pie-execl.exp: Likewise.
1162
1163 2012-01-12  Keith Seitz  <keiths@redhat.com>
1164
1165         PR mi/10586
1166         * gdb.mi/var-cmd.c (struct anonymous): New structure.
1167         (do_anonymous_type_tests): New function.
1168         (main): Call do_anonymous_type_tests.
1169         * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
1170         (verify_everything): New procedure.
1171         * gdb.mi/mi-var-cp.cc (class A): New class.
1172         (anonymous_structs_and_unions): New function.
1173         (main): Call anonymous_structs_and_unions.
1174         * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
1175         (verify_everything): New procedure.
1176
1177 2012-01-12  Keith Seitz  <keiths@redhat.com>
1178
1179         * lib/mi-support.exp: Expand comments about PATH_EXPR.
1180         (varobj_tree::get_path_expr): Assume that all varobjs are
1181         compound unless they are known simple types.
1182         Adjust path expressions based on parent type, path parent type,
1183         and tree language.
1184         (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
1185         the root varobj.
1186         (mi_walk_varobj_tree): Add LANGUAGE parameter.
1187
1188 2012-01-11  Pedro Alves  <palves@redhat.com>
1189
1190         * gdb.base/default.exp (core-file): Don't expect "GDB can't read
1191         core files on this machine" anymore.
1192
1193 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
1194
1195         * gdb.base/watchpoint.c (recurser): Initialize local_x.
1196         (main): Repeat recurser call.
1197         * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
1198         equivalent to 'local_x'.
1199
1200 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
1201             Joel Brobecker <brobecker@adacore.com>
1202
1203         * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
1204
1205 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
1206
1207         * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
1208         * gdb.python/py-events.c (first): Add bits for new "step N" test.
1209         * gdb.python/py-events.exp: Test that "step N" tripping on a
1210         breakpoint emits a breakpoint event.
1211
1212 2012-01-03  Joel Brobecker  <brobecker@adacore.com>
1213
1214         * gdb.base/auxv.exp: Reformat the copyright notice.
1215
1216 2012-01-03  Yao Qi  <yao@codesourcery.com>
1217
1218         * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
1219         (strace_trace_on_diff_addr): New.
1220         * gdb.trace/strace.c: (main): Add two local variables.
1221
1222 2011-01-02  Ulrich Weigand  <uweigand@de.ibm.com>
1223
1224         * gdb.cell/fork.exp: Delete breakpoints after reaching main.
1225         * gdb.cell/gcore.exp: Likewise.
1226         * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
1227         to verify the correct instance of main is selected.
1228
1229 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
1230
1231         * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
1232         gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
1233         gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
1234         gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
1235         gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
1236         gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
1237         gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
1238         gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
1239         gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
1240         gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
1241         gdb.threads/thread_check.c: Reformat copyright header.
1242
1243 2011-12-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
1244
1245         * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
1246         * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
1247         is not enabled.
1248
1249 2011-12-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1250
1251         * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
1252         parameter to self_exec, adjust the function.
1253         (main): Check for argv[1] "exit".  Use argv[0] for test_exec_exit.
1254         * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
1255         (set var do_exit = 0): Remove test.
1256         (newline at end of file): Add one.
1257
1258 2011-12-27  Joel Brobecker  <brobecker@adacore.com>
1259
1260         * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
1261         New files.
1262
1263 2011-12-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1264
1265         Fix racy FAILs.
1266         * gdb.threads/fork-thread-pending.c (barrier): New variable.
1267         (thread_function, thread_forker): Call pthread_barrier_wait for it.
1268         (main): Call pthread_barrier_init for it.
1269
1270 2011-12-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1271
1272         Fix double send_gdb leading to racy FAILs.
1273         * gdb.base/break.exp (set silent break bp_location1): Replace
1274         3x send_gdb and gdb_expect by gdb_test.
1275         * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
1276         * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
1277         (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
1278         instead of send_gdb.  Twice.
1279         * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
1280         3x send_gdb and gdb_expect by gdb_test.
1281         * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
1282
1283 2011-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
1284
1285         * gdb.linespec/linespec.exp: Compile using {c++}.
1286
1287 2011-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
1288
1289         * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
1290         (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
1291         (verify GCC PR debug/51668): New test.
1292
1293 2011-12-23  Kevin Pouget  <kevin.pouget@st.com>
1294
1295         Introduce gdb.FinishBreakpoint in Python.
1296         * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
1297         py-finish-breakpoint2
1298         (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
1299         * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
1300         instead of line number.
1301         * gdb.python/py-finish-breakpoint.c: New file.
1302         * gdb.python/py-finish-breakpoint.exp: New file.
1303         * gdb.python/py-finish-breakpoint.py: New file.
1304         * gdb.python/py-finish-breakpoint2.cc: New file.
1305         * gdb.python/py-finish-breakpoint2.exp: New file.
1306         * gdb.python/py-finish-breakpoint2.py: New file.
1307
1308 2011-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
1309
1310         Partial fix of compatibility with gcc-4.7.
1311         * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
1312         into XFAIL "new without size_t".  Permit size_t for the KFAIL case.
1313         Add comment to add a PASS case in the future.
1314
1315         Fix compatibility with gcc-4.7.
1316         * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
1317
1318 2011-12-21  Ulrich Weigand  <ulrich.weigand@linaro.org>
1319
1320         PR tdep/12797
1321         * gdb.base/callfuncs.exp: Remove KFAIL.
1322
1323 2011-12-21  Joel Brobecker  <brobecker@adacore.com>
1324
1325         * gdb.ada/task_bp: New testcase.
1326
1327 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1328
1329         * gdb.base/reread.exp: If srcfile2 fails to build retry it with
1330         -DNO_SECTIONS.
1331         * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
1332
1333 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1334
1335         * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
1336         PR gcc/45997 XFAIL conditional for gcc <= 4.5.
1337         * gdb.python/py-type.exp (python print ttype.template_argument(2)):
1338         Change PR gcc/41736 to the more specific PR gcc/46955.  Make it
1339         conditional for gcc <= 4.5.
1340
1341 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1342
1343         * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
1344         by XFAIL.
1345         * gdb.cp/static-method.exp (info addr A::func())
1346         (list static-method.cc:xxx::(anonymous namespace)::A::func)
1347         (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
1348         (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
1349         (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
1350         * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
1351         (test value of F in k3_m): Likewise.
1352         * gdb.python/py-type.exp (python print ttype.template_argument(2)):
1353         Likewise.
1354
1355 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1356
1357         * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
1358         (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
1359         Remove.
1360         * gdb.threads/attachstop-mt.c: Remove.
1361         * gdb.threads/attachstop-mt.exp: Remove.
1362
1363 2011-12-17  Mark Kettenis  <kettenis@gnu.org>
1364
1365         * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
1366
1367 2011-12-16  Doug Evans  <dje@google.com>
1368
1369         * boards/native-stdio-gdbserver.exp: New file.
1370         * boards/native-gdbserver.exp: New file.
1371
1372         * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
1373         gdbserver output.
1374         (gdbserver_default_get_remote_address): New function.
1375         (gdbserver_start): Call gdb,get_remote_address to compute argument
1376         to "target remote" command.
1377
1378 2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>
1379
1380         * gdb.python/py-function.exp: Change "on" to "full" for
1381         python print-stack.  Add set/show python print-stack
1382         off|full|message tests.
1383
1384 2011-12-15  Yao Qi  <yao@codesourcery.com>
1385
1386         * gdb.trace/strace.c: New
1387         * gdb.trace/strace.exp: New.
1388
1389 2011-12-14  Tom Tromey  <tromey@redhat.com>
1390
1391         * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
1392
1393 2011-12-14  Doug Evans  <dje@google.com>
1394
1395         * lib/gdb.exp (gdb_start_cmd): Fix error return value.
1396
1397 2011-12-14  Pedro Alves  <pedro@codesourcery.com>
1398
1399         PR threads/10729
1400
1401         * gdb.mi/watch-nonstop.c: New file.
1402         * gdb.mi/mi-watch-nonstop.exp: New file.
1403
1404 2011-12-13  Pedro Alves  <pedro@codesourcery.com>
1405             Doug Evans  <dje@google.com>
1406
1407         * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
1408         (clean_restart): Remove references to the gdb_stub target board
1409         variable.
1410         (gdb_step_for_stub): Delete.
1411
1412         * gdb.base/annota1.exp: Remove all references to [target_info
1413         exists gdb_stub], gdb_step_for_stub and usestubs.
1414         * gdb.base/annota3.exp: Ditto.
1415         * gdb.base/async.exp: Ditto.
1416         * gdb.base/break.exp: Ditto.
1417         * gdb.base/code-expr.exp: Ditto.
1418         * gdb.base/commands.exp: Ditto.
1419         * gdb.base/completion.exp: Ditto.
1420         * gdb.base/condbreak.exp: Ditto.
1421         * gdb.base/consecutive.exp: Ditto.
1422         * gdb.base/cvexpr.exp: Ditto.
1423         * gdb.base/define.exp: Ditto.
1424         * gdb.base/display.exp: Ditto.
1425         * gdb.base/ena-dis-br.exp: Ditto.
1426         * gdb.base/environ.exp: Ditto.
1427         * gdb.base/gnu-ifunc.exp: Ditto.
1428         * gdb.base/maint.exp: Ditto.
1429         * gdb.base/pending.exp: Ditto.
1430         * gdb.base/sect-cmd.exp: Ditto.
1431         * gdb.base/sepdebug.exp: Ditto.
1432         * gdb.base/unload.exp: Ditto.
1433         * gdb.base/watchpoint-solib.exp: Ditto.
1434         * gdb.cp/annota2.exp: Ditto.
1435         * gdb.cp/annota3.exp: Ditto.
1436         * gdb.dwarf2/dw2-inline-param.exp: Ditto.
1437         * gdb.hp/gdb.compat/xdb1.exp: Ditto.
1438         * gdb.mi/mi-pending.exp: Ditto.
1439         * gdb.trace/circ.exp: Ditto.
1440         * gdb.cp/ovldbreak.exp: Ditto.  Adjust expected line numbers.
1441         * gdb.base/list.exp: Ditto.
1442
1443         * gdb.base/all-types.c: Remove all calls to set_debug_traps and
1444         breakpoint function and all references to the usestubs macro.
1445         * gdb.base/exprs.c: Ditto.
1446         * gdb.base/freebpcmd.c: Ditto.
1447         * gdb.base/bitfields.c: Ditto.
1448         * gdb.base/bitfields2.c: Ditto.
1449         * gdb.base/break.c: Ditto.
1450         * gdb.base/call-sc.c: Ditto.
1451         * gdb.base/call-signals.c: Ditto.
1452         * gdb.base/callfuncs.c: Ditto.
1453         * gdb.base/charset.c: Ditto.
1454         * gdb.base/consecutive.c: Ditto.
1455         * gdb.base/constvars.c: Ditto.
1456         * gdb.base/funcargs.c: Ditto.
1457         * gdb.base/int-type.c: Ditto.
1458         * gdb.base/interrupt.c: Ditto.
1459         * gdb.base/langs0.c: Ditto.
1460         * gdb.base/list0.c: Ditto.
1461         * gdb.base/mips_pro.c: Ditto.
1462         * gdb.base/miscexprs.c: Ditto.
1463         * gdb.base/nodebug.c: Ditto.
1464         * gdb.base/opaque0.c: Ditto.
1465         * gdb.base/pointers.c: Ditto.
1466         * gdb.base/printcmds.c: Ditto.
1467         * gdb.base/ptype.c: Ditto.
1468         * gdb.base/recurse.c: Ditto.
1469         * gdb.base/reread1.c: Ditto.
1470         * gdb.base/reread2.c: Ditto.
1471         * gdb.base/restore.c: Ditto.
1472         * gdb.base/return.c: Ditto.
1473         * gdb.base/run.c: Ditto.
1474         * gdb.base/scope0.c: Ditto.
1475         * gdb.base/sepdebug.c: Ditto.
1476         * gdb.base/setshow.c: Ditto.
1477         * gdb.base/setvar.c: Ditto.
1478         * gdb.base/sigall.c: Ditto.
1479         * gdb.base/signals.c: Ditto.
1480         * gdb.base/structs.c: Ditto.
1481         * gdb.base/structs2.c: Ditto.
1482         * gdb.base/testenv.c: Ditto.
1483         * gdb.base/twice.c: Ditto.
1484         * gdb.base/unwindonsignal.c: Ditto.
1485         * gdb.base/watchpoint.c: Ditto.
1486         * gdb.base/watchpoints.c: Ditto.
1487         * gdb.base/whatis.c: Ditto.
1488         * gdb.cp/classes.cc: Ditto.
1489         * gdb.cp/cplusfuncs.cc: Ditto.
1490         * gdb.cp/derivation.cc: Ditto.
1491         * gdb.cp/formatted-ref.cc: Ditto.
1492         * gdb.cp/misc.cc: Ditto.
1493         * gdb.cp/overload.cc: Ditto.
1494         * gdb.cp/ovldbreak.cc: Ditto.
1495         * gdb.cp/ref-params.cc: Ditto.
1496         * gdb.cp/ref-types.cc: Ditto.
1497         * gdb.cp/templates.cc: Ditto.
1498         * gdb.cp/virtfunc.cc: Ditto.
1499         * gdb.hp/gdb.aCC/run.c: Ditto.
1500         * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
1501         * gdb.hp/gdb.compat/xdb0.c: Ditto.
1502         * gdb.reverse/consecutive-reverse.c: Ditto.
1503         * gdb.reverse/sigall-reverse.c: Ditto.
1504         * gdb.reverse/until-reverse.c: Ditto.
1505         * gdb.reverse/watch-reverse.c: Ditto.
1506         * gdb.trace/actions.c: Ditto.
1507         * gdb.trace/circ.c: Ditto.
1508         * gdb.trace/collection.c: Ditto.
1509
1510 2011-12-13  Pedro Alves  <pedro@codesourcery.com>
1511
1512         * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
1513         (func6, func7): New.
1514         (main): Call func6 and func7.
1515         * gdb.base/watchpoint.exp (test_wide_location_1)
1516         (test_wide_location_2): New.
1517         (top level): Re-enable hardware watchpoints if necessary.  Call
1518         test_wide_location_1 and test_wide_location_2.
1519
1520 2011-12-11  Yao Qi  <yao@codesourcery.com>
1521
1522         * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
1523
1524 2011-12-11  Joel Brobecker  <brobecker@adacore.com>
1525
1526         * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
1527         expected output for unsupported case.
1528
1529 2011-12-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1530
1531         PR testsuite/12649
1532         * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
1533         Protect gdb_test_multiple by final $gdb_prompt match.
1534
1535 2011-12-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1536
1537         * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
1538         New variable, new test.
1539         (list static-method.cc:xxx::(anonymous namespace)::A::func)
1540         (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
1541         (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
1542         (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
1543         them if HAVE_GCC_45682_FIXED is not set.
1544
1545 2011-12-10  Yao Qi  <yao@codesourcery.com>
1546
1547         * gdb.trace/status-stop.exp: New.
1548         * gdb.trace/status-stop.c: New.
1549
1550 2011-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1551
1552         * gdb.reverse/until-precsave.exp (run to end of main) Extend the
1553         timeout.
1554
1555 2011-12-08  Tom Tromey  <tromey@redhat.com>
1556
1557         * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
1558         condition.
1559
1560 2011-12-07  Stan Shebs  <stan@codesourcery.com>
1561
1562         * gdb.trace/tfind.exp: Update for output changes.
1563
1564 2011-12-07  Pedro Alves  <pedro@codesourcery.com>
1565
1566         * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
1567         throws "Cannot insert catchpoints in this configuration".
1568         * gdb.ada/mi_catch_ex.exp: Likewise.
1569
1570 2011-12-06  Pedro Alves  <pedro@codesourcery.com>
1571
1572         * gdb.base/break-always.exp: Test changing memory at addresses
1573         with breakpoints inserted.
1574
1575 2011-12-06  Joel Brobecker  <brobecker@acacore.com>
1576
1577         * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
1578         involving a fully qualified function name.
1579
1580 2011-12-06  Tom Tromey  <tromey@redhat.com>
1581
1582         * gdb.ada/homonym.exp: Add three breakpoint tests.
1583
1584 2011-12-06  Tom Tromey  <tromey@redhat.com>
1585
1586         * gdb.base/solib-weak.exp (do_test): Remove kfail.
1587         * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
1588         * gdb.objc/objcdecode.exp: Update for output changes.
1589         * gdb.linespec/linespec.exp: New file.
1590         * gdb.linespec/lspec.cc: New file.
1591         * gdb.linespec/lspec.h: New file.
1592         * gdb.linespec/body.h: New file.
1593         * gdb.linespec/base/two/thefile.cc: New file.
1594         * gdb.linespec/base/one/thefile.cc: New file.
1595         * gdb.linespec/Makefile.in: New file.
1596         * gdb.cp/templates.exp (test_template_breakpoints): Update for
1597         output changes.
1598         * gdb.cp/re-set-overloaded.exp: Remove kfail.
1599         * gdb.cp/ovldbreak.exp: Update for output changes.  "all" test now
1600         makes one breakpoint.
1601         * gdb.cp/method2.exp (test_break): Update for output changes.
1602         * gdb.cp/mb-templates.exp: Update for output changes.
1603         * gdb.cp/mb-inline.exp: Update for output changes.
1604         * gdb.cp/mb-ctor.exp: Update for output changes.
1605         * gdb.cp/ovsrch.exp: Use fully-qualified names.
1606         * gdb.base/solib-symbol.exp: Run to main later.  Breakpoint now
1607         has multiple matches.
1608         * gdb.base/sepdebug.exp: Disable pending breakpoints.  Update for
1609         error message change.
1610         * gdb.base/list.exp (test_list_filename_and_number): Update for
1611         error message change.
1612         * gdb.base/break.exp: Disable pending breakpoints.  Update for
1613         output changes.
1614         * configure.ac: Add gdb.linespec.
1615         * configure: Rebuild.
1616         * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
1617
1618 2011-12-06  Ulrich Weigand  <uweigand@de.ibm.com>
1619
1620         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
1621         last_break register on s390*-*-* targets.
1622
1623 2011-12-06  Joel Brobecker  <brobecker@adacore.com>
1624
1625         * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
1626         * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
1627         of parameter X in procedure Foo.
1628
1629 2011-12-05  Stan Shebs  <stan@codesourcery.com>
1630
1631         * gdb.trace/tfind.exp: Update help string matches.
1632
1633 2011-12-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
1634
1635         * gdb.server/ext-run.exp (get process list): Accept also systemd
1636         as PID 1.
1637
1638 2011-12-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
1639             Pedro Alves  <pedro@codesourcery.com>
1640
1641         * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
1642         starting GDB.
1643         * gdb.base/default.exp: Replace target use_gdb_stub checks by global
1644         $use_gdb_stub.
1645         * gdb.base/display.exp: Likewise.
1646         * gdb.base/ending-run.exp: Likewise.
1647         * gdb.base/list.exp (test_listsize): Likewise.
1648         * gdb.base/setshow.exp: Likewise.
1649         * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
1650         * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
1651         check by global $use_gdb_stub.
1652         (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
1653         (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
1654         (default_gdb_init): Unset global $use_gdb_stub.
1655         (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
1656         by global $use_gdb_stub.
1657         * lib/gdbserver-support.exp: Extend comments for set_board_info
1658         gdb_protocol and gdb,socketport.
1659         (gdbserver_start_extended): Set global gdbserver_protocol and
1660         gdbserver_gdbport.  Clear global use_gdb_stub.
1661         * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
1662         from target use_gdb_stub.
1663         (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
1664
1665 2011-12-03  Doug Evans  <dje@google.com>
1666
1667         * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
1668         (gdb_step_for_stub): Add comments.
1669
1670 2011-12-02  Maciej W. Rozycki  <macro@codesourcery.com>
1671
1672         * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
1673         to the caller.
1674         (gdb_test_multiple): Likewise.
1675
1676 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1677
1678         Fix gdb.mi/mi-solib.exp without system debug info installed.
1679         * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
1680         expect attribute, return 0 for it.  Update comments.
1681
1682 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1683
1684         * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
1685         (corrupted list): Adjust the expectation.
1686
1687 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1688
1689         PR threads/13448
1690         * gdb.dwarf2/dw2-var-zero-addr.S: New file.
1691         * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
1692         * gdb.threads/tls-var-main.c: New file.
1693         * gdb.threads/tls-var.c: New file.
1694         * gdb.threads/tls-var.exp: New file.
1695
1696 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1697
1698         PR testsuite/12649
1699         * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
1700         Protect gdb_test_multiple by final $gdb_prompt match.
1701         * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
1702         * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
1703         (test_tracepoints): Likewise.
1704
1705 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1706
1707         PR breakpoints/13346
1708         * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
1709         * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
1710         * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
1711
1712 2011-12-01  Joel Brobecker  <brobecker@adacore.com>
1713
1714         * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
1715         * gdb.ada/homonym/homonym.adb: For use of all types defined
1716         locally inside both Get_Value subprograms.
1717
1718 2011-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1719
1720         Fix racy FAILs.
1721         * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
1722         of send_gdb.
1723
1724 2011-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
1725
1726         * gdb.base/testenv.exp: Skip on remote targets.  Unset global
1727         environment variable after test completed.
1728
1729 2011-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
1730
1731         * gdb.base/solib-nodir.exp: Skip if remote target.
1732         * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
1733         application.  Call gdb_load_shlibs.
1734         * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
1735
1736 2011-11-29  Joel Brobecker  <brobecker@adacore.com>
1737
1738         * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
1739
1740 2011-11-28  Joel Brobecker  <brobecker@adacore.com>
1741
1742         * gdb.ada/fullname_bp: New testcase.
1743
1744 2011-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
1745
1746         PR testsuite/12649
1747         * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
1748         Wrap send_gdb into a new gdb_test.
1749
1750         Code cleanup.
1751         * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
1752         Convert send_gdb and gdb_expect to gdb_test_multiple.
1753
1754 2011-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
1755
1756         * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
1757
1758 2011-11-23  Keith Seitz  <keiths@redhat.com>
1759
1760         * lib/mi-support.exp (varobj_tree): New namespace and procs.
1761         (mi_varobj_tree_test_children_callback): New proc.
1762         (mi_walk_varobj_tree): New proc.
1763
1764 2011-11-22  Tom Tromey  <tromey@redhat.com>
1765
1766         * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
1767         Add "use_mi_command" argument.
1768         (mi_run_cmd, mi_run_with_cli): New procs.
1769         * gdb.mi/solib-lib.c: New file.
1770         * gdb.mi/solib-main.c: New file.
1771         * gdb.mi/mi-solib.exp: New file.
1772
1773 2011-11-21  Doug Evans  <dje@google.com>
1774
1775         * gdb.cp/nextoverthrow.exp: Skip test if debug info for
1776         _Unwind_DebugHook is missing.
1777
1778 2011-11-20  Stan Shebs  <stan@codesourcery.com>
1779
1780         * gdb.trace/tstatus.exp: New.
1781         * gdb.trace/actions.c: Include string.h.
1782
1783 2011-11-18  Yao Qi  <yao@codesourcery.com>
1784
1785         * gdb.trace/pending.exp: New.
1786         * gdb.trace/pending.c: New.
1787         * gdb.trace/pendshr1.c: New.
1788         * gdb.trace/pendshr2.c: New.
1789         * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
1790         tracepoint location becomes pending.
1791         (tracepoint_change_loc_2): New.
1792
1793 2011-11-16  David S. Miller  <davem@davemloft.net>
1794
1795         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
1796         target is sparc*-*-linux*
1797
1798 2011-11-15  Paul Koning  <paul_koning@dell.com>
1799
1800         * gdb.python/py-type.exp: New testcases for exceptions on scalar
1801         types.
1802
1803 2011-11-14  Doug Evans  <dje@google.com>
1804
1805         * gdb.base/shell.exp: New file.
1806
1807 2011-11-14  Stan Shebs  <stan@codesourcery.com>
1808
1809         * gdb.trace/ftrace.c: New.
1810         * gdb.trace/ftrace.exp: New.
1811
1812 2011-11-14  Yao Qi  <yao@codesourcery.com>
1813
1814         * gdb.trace/change-loc-1.c: New.
1815         * gdb.trace/change-loc-2.c: New.
1816         * gdb.trace/change-loc.c: New.
1817         * gdb.trace/change-loc.exp:  New.
1818         * gdb.trace/change-loc.h:  New.
1819         * gdb.trace/trace-break.c (marker): Define new symbol.
1820         * gdb.trace/trace-break.exp (break_trace_same_addr_5):
1821         New.
1822         (break_trace_same_addr_6): New.
1823
1824 2011-11-12  Matt Rice  <ratmice@gmail.com>
1825
1826         * gdb.base/info-macros.exp: Make tests for info definitions
1827         test info macro.  Add tests for info macro argument processing.
1828         Rename a few tests.
1829
1830 2011-11-11  Keith Seitz  <keiths@redhat.com>
1831
1832         PR gdb/12843
1833         * gdb.base/linespecs.exp: New file.
1834
1835 2011-11-11  Doug Evans  <dje@google.com>
1836
1837         * gdb.threads/print-threads.exp: Extend timeout for slower
1838         tests.
1839
1840 2011-11-10  Doug Evans  <dje@google.com>
1841
1842         * gdb.reverse/i387-env-reverse.exp: Extend timeout of
1843         "record to end of main" test.
1844
1845         * gdb.python/py-type.c (TS): New typedef.
1846         (ts): New global.
1847         * gdb.python/py-type.exp: Test field list of typedef.
1848
1849 2011-11-10  Joel Brobecker  <brobecker@adacore.com>
1850
1851         * gdb.ada/small_reg_param: New testcase.
1852
1853 2011-11-09  Tom Tromey  <tromey@redhat.com>
1854
1855         * gdb.cp/destrprint.exp: New file.
1856         * gdb.cp/destrprint.cc: New file.
1857
1858 2011-11-08  Meador Inge  <meadori@codesourcery.com>
1859
1860         * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
1861         (switch_stack_to_other): New test function.
1862         * gdb.arch/thumb-prologue.exp: New test cases.
1863
1864 2011-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
1865
1866         * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
1867
1868 2011-11-08  Yao Qi  <yao@codesourcery.com>
1869
1870         * gdb.exp (supports_process_record): New.
1871         (supports_reverse): New.
1872         * gdb.reverse/break-precsave.exp: Call support_process_record
1873         to run test conditionally.
1874         * gdb.reverse/consecutive-precsave.exp: Likewise.
1875         * gdb.reverse/i386-precsave.exp: Likewise.
1876         * gdb.reverse/machinestate-precsave.exp: Likewise.
1877         * gdb.reverse/solib-precsave.exp: Likewise.
1878         * gdb.reverse/step-precsave.exp: Likewise.
1879         * gdb.reverse/until-precsave.exp: Likewise.
1880         * gdb.reverse/watch-precsave.exp: Likewise.
1881         * gdb.reverse/break-reverse.exp: Call support_reverse  to run
1882         test conditionally.
1883         * gdb.reverse/consecutive-reverse.exp: Likewise.
1884         * gdb.reverse/finish-precsave.exp: Likewise.
1885         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1886         * gdb.reverse/finish-reverse.exp: Likewise.
1887         * gdb.reverse/i386-reverse.exp: Likewise.
1888         * gdb.reverse/i386-sse-reverse.exp: Likewise.
1889         * gdb.reverse/machinestate.exp: Likewise.
1890         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
1891         * gdb.reverse/sigall-precsave.exp: Likewise.
1892         * gdb.reverse/sigall-reverse.exp: Likewise.
1893         * gdb.reverse/solib-reverse.exp: Likewise.
1894         * gdb.reverse/step-reverse.exp: Likewise.
1895         * gdb.reverse/until-reverse.exp: Likewise.
1896         * gdb.reverse/watch-reverse.exp: Likewise.
1897
1898 2011-11-05  Yao Qi  <yao@codesourcery.com>
1899
1900         * gdb.trace/trace-break.exp: Add test on setting two
1901         fast tracepoints at the same address.
1902
1903 2011-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
1904
1905         * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
1906
1907 2011-11-02  Stan Shebs  <stan@codesourcery.com>
1908
1909         * gdb.trace/collection.c: Add code using strings.
1910         * gdb.trace/collection.exp: Add tests of string collection.
1911
1912 2011-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1913
1914         * gdb.base/skip-solib.exp (executable_main): New variable.
1915         (binfile_main): Base it on that.
1916         Use $executable_main in clean_restart calls.  Drop gdb_exit and
1917         gdb_start calls.
1918
1919 2011-11-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1920
1921         Fix racy FAILs.
1922         * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
1923         breakpoint_re globals import by async.  Set string_regex to .* for
1924         async.  Remove the optional thread_selected_re and breakpoint_re
1925         globals expectations.
1926
1927 2011-11-01  Joseph Myers  <joseph@codesourcery.com>
1928
1929         * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
1930         well as Cygwin.
1931
1932 2011-11-01  Justin Lebar <justin.lebar@gmail.com>
1933
1934         Add tests for skip command.
1935         * gdb.base/skip-solib-lib.c: New
1936         * gdb.base/skip-solib-main.c: New
1937         * gdb.base/skip-solib.exp: New
1938         * gdb.base/skip.c: New
1939         * gdb.base/skip.exp: New
1940         * gdb.base/skip1.c: New
1941         * gdb.base/Makefile.in: Adding new files.
1942
1943 2011-10-31  Yao Qi  <yao@codesourcery.com>
1944             Pedro Alves  <pedro@codesourcery.com>
1945
1946         * gdb.trace/trace-break.c: New.
1947         * gdb.trace/trace-break.exp: New.
1948
1949 2011-10-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1950
1951         * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
1952         break-here-2.
1953
1954 2011-10-28  Pedro Alves  <pedro@codesourcery.com>
1955
1956         * gdb.threads/no-unwaited-for-left.c: New.
1957         * gdb.threads/no-unwaited-for-left.exp: New.
1958         * gdb.threads/non-ldr-exc-1.c: New.
1959         * gdb.threads/non-ldr-exc-1.exp: New.
1960         * gdb.threads/non-ldr-exc-2.c: New.
1961         * gdb.threads/non-ldr-exc-2.exp: New.
1962         * gdb.threads/non-ldr-exc-3.c: New.
1963         * gdb.threads/non-ldr-exc-3.exp: New.
1964         * gdb.threads/non-ldr-exc-4.c: New.
1965         * gdb.threads/non-ldr-exc-4.exp: New.
1966
1967 2011-10-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1968
1969         * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
1970         * gdb.base/attach-pie-misread.exp: Likewise.
1971         * gdb.base/break-interp.exp: Likewise.
1972         * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
1973         testcases for use_gdb_stub.
1974         * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
1975         (continue): New testcase.
1976         * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
1977         * gdb.threads/attach-into-signal.exp: Likewise.
1978         * gdb.threads/attach-stopped.exp: Likewise.
1979         * gdb.threads/attachstop-mt.exp: Likewise.
1980
1981 2011-10-28  Paul Koning  <paul_koning@dell.com>
1982
1983         * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
1984
1985 2011-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1986
1987         * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
1988         (mi_gdb_test): Import globals thread_selected_re
1989         and breakpoint_re.  Expect them optionally at the regex start.
1990
1991 2011-10-27  Doug Evans  <dje@google.com>
1992
1993         * gdb.python/python.exp: Test source -s.
1994
1995 2011-10-26  Paul Koning  <paul_koning@dell.com>
1996
1997         * gdb.python/lib-types.cc (struct A): New structure.
1998         * gdb.python/lib-types.exp (deepitems): New tests.
1999
2000 2011-10-25  Paul Koning  <paul_koning@dell.com>
2001
2002         PR python/13327
2003
2004         * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
2005         fetch_lazy method.
2006
2007 2011-10-24  Yao Qi  <yao@codesourcery.com>
2008
2009         * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
2010         target is tic6x-*-*.
2011
2012 2011-10-21  Joel Brobecker  <brobecker@adacore.com>
2013
2014         * gdb.ada/mi_task_info/task_switch.adb: New file.
2015         * gdb.ada/mi_task_info.exp: New file.
2016
2017 2011-10-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
2018
2019         * gdb.cp/expand-psymtabs-cxx.exp: New file.
2020         * gdb.cp/expand-psymtabs-cxx.cc: New file.
2021
2022 2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
2023
2024         PR python/12656
2025
2026         * gdb.python/py-block.exp: Add is_global, is_static, static_block,
2027         global_block tests.
2028
2029 2011-10-18  Tom Tromey  <tromey@redhat.com>
2030
2031         * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
2032
2033 2011-10-18  Tom Tromey  <tromey@redhat.com>
2034
2035         * gdb.base/source.exp: Don't include full file name in test name.
2036         * gdb.python/python.exp: Don't include full file name in test
2037         name.
2038
2039 2011-10-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2040
2041         * gdb.base/attach-pie-noexec.c: New files.
2042         * gdb.base/attach-pie-noexec.exp: New files.
2043
2044 2011-10-17  Joseph Myers  <joseph@codesourcery.com>
2045
2046         * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
2047         prompt for each extra line in command.
2048
2049 2011-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2050
2051         * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
2052         Revert the part of:
2053         2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2054         * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
2055         Change the expected string.
2056
2057 2011-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2058
2059         Fix results with system glibc debug info installed.
2060         * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
2061         (continue to $syscall (2nd time), continue to $syscall (3rd time)):
2062         Accept also __libc_ symbol prefix and no prefix.
2063
2064 2011-10-14  Keith Seitz  <keiths@redhat.com>
2065
2066         PR c++/13225
2067         * gdb.cp/converts.cc (foo3_1): New function.
2068         (foo3_2): New functions.
2069         * gdb.cp/converts.exp: Add tests for int to pointer conversion
2070         and null pointer conversions of integer constant zero.
2071         Add test to check if all arguments are checked for incompatible
2072         conversion BADNESS.
2073
2074 2011-10-14  Tom Tromey  <tromey@redhat.com>
2075
2076         * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
2077         * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
2078         linespec.
2079
2080 2011-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2081
2082         Fix internal error regression.
2083         * gdb.dwarf2/implptr-optimized-out.S: New file.
2084         * gdb.dwarf2/implptr-optimized-out.exp: New file.
2085
2086 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2087
2088         Fix empty DWARF expressions DATA vs. SIZE conditionals.
2089         * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
2090         (loclist): New.
2091         (4): New abbrev.
2092         * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
2093         Use prepare_for_testing, remove clean_restart.
2094         (p arraynoloc, p arraycallnoloc): New tests.
2095
2096 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2097
2098         * gdb.cp/namespace-enum.exp (executable): New variable.
2099         (binfile): Use ${objdir}/${subdir}/ prefix.
2100         Use ${executable} for clean_restart.
2101
2102 2011-10-11  Sterling Augustine  <saugustine@google.com>
2103
2104         * gdb.cp/Makefile.in: Add namespace-enum test.
2105         * gdb.cp/namespace-enum.exp: New file.
2106         * gdb.cp/namespace-enum.c: New file.
2107         * gdb.cp/namespace-enum-main.c: New file.
2108
2109 2011-10-11  Ulrich Weigand  <ulrich.weigand@linaro.org>
2110
2111         * gdb.python/py-shared.exp: Relax filename check to handle remote:
2112         sysroot.
2113
2114 2011-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2115
2116         Reimplement @entry in input expressions.
2117         * gdb.base/exprs.c (v_int_array_init): New variable.
2118         * gdb.base/exprs.exp (print v_int_array_init)
2119         (print *v_int_array_init@1, print *v_int_array_init@2)
2120         (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
2121         (print v_int_array_init[1]@1): New tests.
2122
2123 2011-10-10  Joseph Myers  <joseph@codesourcery.com>
2124
2125         * gdb.cp/gdb2495.exp: Do not include directories in filename in
2126         expected message.
2127
2128 2011-10-09  Doug Evans  <dje@google.com>
2129
2130         * gdb.base/alias.exp: Add tests for alias command.
2131
2132 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2133
2134         * gdb.arch/amd64-entry-value.s: New file.
2135         * gdb.mi/mi2-amd64-entry-value.s: New file.
2136
2137 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2138
2139         Display @entry parameter values even for references.
2140         * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
2141         functions.
2142         (main): New variables regvar, nodatavarp, stackvar1, stackvar2.  Call
2143         reference and datap_input.
2144         * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
2145         breakpoints.
2146         (continue to breakpoint: entry_reference: reference)
2147         (entry_reference: bt at entry)
2148         (continue to breakpoint: entry_reference: breakhere_reference)
2149         (entry_reference: bt, entry_reference: ptype regparam)
2150         (entry_reference: p regparam, entry_reference: ptype regparam@entry)
2151         (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
2152         (entry_reference: p regcopy, entry_reference: p nodataparam)
2153         (entry_reference: p nodataparam@entry): New tests.
2154
2155 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2156
2157         Support @entry in input expressions.
2158         * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
2159         (entry_stack: p s1@entry, entry_stack: p s2@entry)
2160         (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
2161         (tailcall: p j@entry): New tests.
2162         * gdb.cp/koenig.cc (A::entry): New function.
2163         (main): Call it.
2164         * gdb.cp/koenig.exp (p entry (c)): New test.
2165
2166 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2167
2168         Display @entry parameter values (without references).
2169         * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
2170         (different, validity, invalid): New functions.
2171         (main): Call them.
2172         * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
2173         stacktest, breakhere_stacktest, different, breakhere_different,
2174         breakhere_validity and breakhere_invalid.
2175         (entry: bt): Update for @entry.
2176         (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
2177         (entry_validity: *, entry_invalid: *): Many new tests.
2178         * gdb.base/break.exp
2179         (run until breakpoint set at small function, optimized file): Accept
2180         also the @entry suffix.
2181         * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
2182         * gdb.mi/mi2-amd64-entry-value.c: New files.
2183         * gdb.mi/mi2-amd64-entry-value.exp: New files.
2184
2185 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2186
2187         Protect entry values against self tail calls.
2188         * gdb.arch/amd64-entry-value.cc (self2, self): New.
2189         (main): Call self.
2190         * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
2191         (set debug entry-values 1, self: bt debug entry-values): New tests.
2192
2193 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2194
2195         Recognize virtual tail call frames.
2196         * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
2197         (amb_b, amb_a): New.
2198         (main): Call a and b.
2199         * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
2200         (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
2201         (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
2202         New tests.
2203
2204 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2205
2206         Implement basic support for DW_TAG_GNU_call_site.
2207         * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
2208         * gdb.arch/amd64-entry-value.cc: New file.
2209         * gdb.arch/amd64-entry-value.exp: New file.
2210
2211 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2212
2213         Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
2214         * gdb.dwarf2/implptr-64bit.S: New file.
2215         * gdb.dwarf2/implptr-64bit.exp: New file.
2216
2217 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2218
2219         Fix initial language detection with -readnow.
2220         * gdb.cp/readnow-language.cc: New file.
2221         * gdb.cp/readnow-language.exp: New file.
2222
2223 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2224
2225         Fix printed anonymous struct name.
2226         * gdb.cp/anon-struct.exp (print type of X::t2): New test.
2227
2228 2011-10-09  Joseph Myers  <joseph@codesourcery.com>
2229
2230         * gdb.base/solib-symbol.exp: Do not include directories in
2231         filenames in expected messages.
2232
2233 2011-10-07  Doug Evans  <dje@google.com>
2234
2235         * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
2236
2237 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
2238
2239         Allow Python notification of new object-file loadings.
2240         * gdb.python/py-events.exp: Test newobjfile event.
2241         * gdb.python/py-events.py: Register newobjfile callback.
2242         * gdb.python/py-events.c: Add call to shared library
2243         * gdb.python/py-events-shlib.c: New file.
2244
2245 2011-10-06  Joseph Myers  <joseph@codesourcery.com>
2246
2247         * gdb.base/fixsection.exp: Do not include directories in filename
2248         in expected message.
2249
2250 2011-10-05  Pierre Muller  <muller@ics.u-strasbg.fr>
2251
2252         Add tests for passing of environment variables to inferior.
2253         * gdb.base/testenv.c: New test source.
2254         * gdb.base/testenv.exp: New expect test.
2255
2256 2011-10-04  Paul Koning  <paul_koning@dell.com>
2257
2258         * gdb.python/py-value.c (main): Break before return.
2259
2260 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
2261
2262         PR python/12691: Add the inferior to Python exited event
2263         * gdb.python/py-events.exp: Test the inferior attribute of exited
2264         event with a fork.
2265         * gdb.python/py-events.py: Print inferior number on exit.
2266         * gdb.python/py-events.c: Fork the inferior.
2267
2268 2011-10-03  Edjunior Machado  <emachado@linux.vnet.ibm.com>
2269
2270         * gdb.base/jit.exp: Add testcase name to log message
2271
2272 2011-10-03  Paul Koning  <paul_koning@dell.com>
2273             Jan Kratochvil  <jan.kratochvil@redhat.com>
2274
2275         * gdb.python/py-value.exp
2276         (python inval = gdb.parse_and_eval('*(int*)0'))
2277         (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
2278         (set argc=2, python print argc_lazy): New tests.
2279
2280 2011-10-02  Joel Brobecker  <brobecker@adacore.com>
2281
2282         * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
2283
2284 2011-10-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2285             Pedro Alves  <pedro@codesourcery.com>
2286
2287         * gdb.python/py-value.exp (test_value_in_inferior): New variable
2288         can_read_0, test for it.
2289         (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
2290         (parse_and_eval with memory error): ... here, make it untested if
2291         can_read_0.
2292
2293 2011-09-30  Marek Polacek  <mpolacek@redhat.com>
2294
2295         * gdb.python/python.exp (verify pagination beforehand)
2296         (verify pagination afterwards): Fix race by splitting the line.
2297
2298 2011-09-29  Joseph Myers  <joseph@codesourcery.com>
2299
2300         * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
2301         for 64-bit multilibs from i?86-* targets.
2302
2303 2011-09-29  Marek Polacek  <mpolacek@redhat.com>
2304
2305         * lib/gdb.exp: Fix a typo in one of the comments.
2306
2307 2011-09-29  Marek Polacek  <mpolacek@redhat.com>
2308
2309         * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
2310         matching pattern.
2311
2312 2011-09-28  Paul Koning  <paul_koning@dell.com>
2313
2314         * gdb.python/py-type.c (enum E): New.
2315         * gdb.python/py-type.exp (test_fields): Add tests for Python
2316         mapping access to fields.
2317         (test_enums): New test for field access on enums.
2318
2319 2011-09-27  Stan Shebs  <stan@codesourcery.com>
2320
2321         * gdb.trace/collection.exp: Test collection of $_ret.
2322
2323 2011-09-22  Andreas Tobler  <andreast@fgznet.ch>
2324
2325         * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
2326         list of compilation switches for <*-*-freebsd*>.
2327
2328 2011-09-19  Stan Shebs  <stan@codesourcery.com>
2329
2330         * gdb.trace/tspeed.exp: New file.
2331         * gdb.trace/tspeed.c: New file.
2332
2333 2011-09-18  Yao Qi  <yao@codesourcery.com>
2334
2335         * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
2336         instructions.
2337         (test_adr_32bit, test_pop_pc): Likewise.
2338         (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
2339         Thumb instructions.
2340         * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
2341         in gdb_test_multiple.
2342         (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
2343
2344 2011-09-17  Yao Qi  <yao@codesourcery.com>
2345
2346         * lib/gdb.exp (can_single_step_to_signal_handler): New.
2347         * gdb.base/kill-after-signal.exp: Call it.  Skip if target doesn't
2348         support single step to signal handler.
2349
2350 2011-09-17  Yao Qi  <yao@codesourcery.com>
2351
2352         * gdb.base/disp-step-fork.c: New.
2353         * gdb.base/disp-step-syscall.exp: New.
2354         * gdb.base/disp-step-vfork.c: New.
2355
2356 2011-09-16  Joel Brobecker  <brobecker@adacore.com>
2357
2358         * gdb.ada/tasks.exp: Make the expected output for
2359         the `info tasks' tests more resilient to spacing
2360         changes.
2361
2362 2011-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2363
2364         * gdb.python/py-evthreads.exp (Run to breakpoint 1)
2365         (reached breakpoint 2, reached breakpoint 3): Update expected output.
2366
2367 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
2368
2369         PR Python/12692 Add gdb.selected_inferior() to Python interface.
2370         * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
2371
2372 2011-04-30  Kevin Pouget  <kevin.pouget@st.com>
2373
2374         Handle multiple breakpoint hits in Python interface:
2375         * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
2376         presence.
2377         * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
2378         breakpoint hits.
2379
2380 2011-09-13  Sami Wagiaalla  <swagiaal@redhat.com>
2381             Jan Kratochvil  <jan.kratochvil@redhat.com>
2382
2383         * gdb.python/py-events.exp: Remove pretty printing comment.
2384         * gdb.python/py-evsignal.exp: New file.
2385         * gdb.python/py-evthreads.c: Include signal.h.
2386         (thread3): Remove variable count3.  Remove variable bad and use raise
2387         instead.
2388         (thread2): Remove variable count2.  Move thread3 pthread_create here,
2389         merge pthread_join to a single line.
2390         (main): Remove variable count1.  Merge pthread_join with pthread_create
2391         to a single line.
2392         * gdb.python/py-evthreads.exp: Remove pretty printing comment.  New
2393         KFAIL python/12966 for gdbserver.  Test return value of
2394         gdb_compile_pthreads.  Use gdb_run_cmd.  Replace send_gdb and
2395         gdb_expect by gdb_test and gdb_test_multiple.
2396         (thread 2, thread 3): New tests.
2397
2398 2011-09-12  Matt Rice  <ratmice@gmail.com>
2399             Pedro Alves  <pedro@codesourcery.com>
2400
2401         PR gdb/13175
2402
2403         * gdb.base/interp.exp: New tests.
2404         * gdb.base/interp.c: New file.
2405
2406 2011-09-12  Doug Evans  <dje@google.com>
2407
2408         * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
2409         * gdb.dwarf2/typeddwarf.exp: Ditto.
2410
2411 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2412
2413         Fix compatibility with x32 arch.
2414         * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
2415         * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
2416         is_x86_like_target.
2417         * testsuite/gdb.trace/collection.exp: Likewise.
2418         * testsuite/gdb.trace/report.exp: Likewise.
2419         * testsuite/gdb.trace/unavailable.exp: Likewise.
2420         * testsuite/gdb.trace/while-dyn.exp: Likewise.
2421         * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
2422         (is_x86_like_target): Check also is_amd64_regs_target.
2423
2424 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2425
2426         PR breakpoints/12435
2427         * gdb.arch/amd64-prologue-xmm.c: New file.
2428         * gdb.arch/amd64-prologue-xmm.exp: New file.
2429         * gdb.arch/amd64-prologue-xmm.s: New file.
2430
2431 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2432
2433         * gdb.dwarf2/dw2-param-error-main.c: New file.
2434         * gdb.dwarf2/dw2-param-error.S: New file.
2435         * gdb.dwarf2/dw2-param-error.exp: New file.
2436
2437 2011-09-08  Pedro Alves  <pedro@codesourcery.com>
2438
2439         * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
2440         inferior's pid and look for a core dump named core.$pid.  Use
2441         `remote_file' commands on the host instead of hand coding shell
2442         commands on the build.
2443         * gdb.base/valgrind-db-attach.exp: Kill the program before
2444         finishing the test.
2445
2446 2011-09-02  Matt Rice  <ratmice@gmail.com>
2447
2448         * lib/prompt.exp: New file for testing the first prompt.
2449         * gdb.python/py-prompt.exp: Ditto.
2450         * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
2451
2452 2011-09-02  Pedro Alves  <pedro@codesourcery.com>
2453
2454         * gdb.threads/gcore-thread.exp: Set the global core_supported to
2455         0, before testing gcore.
2456
2457 2011-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2458
2459         * dw2-ifort-parameter-debug.S: Update copyright year.
2460         * dw2-ifort-parameter.c: Update copyright year.
2461         * dw2-ifort-parameter.exp: Update copyright year.
2462
2463         * dw2-ifort-parameter-debug.S: New file.
2464         * dw2-ifort-parameter.c: New file.
2465         * dw2-ifort-parameter.exp: New file.
2466
2467 2011-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2468
2469         * gdb.base/commands.exp (error_clears_commands_left): New function.
2470         (): Call it.
2471
2472 2011-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2473
2474         * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
2475         (C): Initialize `a'.
2476         * gdb.mi/mi-inheritance-syntax-error.exp
2477         (-data-evaluate-expression $path):  Expect `a' as 5.
2478
2479 2011-08-26  Marc Khouzam  <marc.khouzam@ericsson.com>
2480
2481         PR mi/11912
2482         * gdb.mi/mi-inheritance-syntax-error.cc: New file.
2483         * gdb.mi/mi-inheritance-syntax-error.exp: New file.
2484         * gdb.mi/mi-var-cp.cc: Updated for new 'class'
2485         keyword in output of -var-info-path-expression.
2486
2487 2011-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2488
2489         * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
2490         * gdb.trace/collection.exp: Likewise.
2491         * gdb.trace/report.exp: Likewise.
2492         * gdb.trace/unavailable.exp: Likewise.
2493         * gdb.trace/while-dyn.exp: Likewise.
2494
2495 2011-08-18  Keith Seitz  <keiths@redhat.com>
2496
2497         PR c++/12266
2498         * gdb.cp/meth-typedefs.cc: New file.
2499         * gdb.cp/meth-typedefs.exp: New file.
2500
2501 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
2502
2503         * gdb.python/python.exp: Add extended-prompt tests.
2504
2505 2011-08-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2506
2507         * gdb.arch/i386-dr3-watch.exp
2508         (watchpoint on gap1 does not fit debug registers)
2509         (delete all watchpoints): Fix racy expect strings.
2510
2511 2011-08-14  Yao Qi  <yao@codesourcery.com>
2512
2513         * gdb.base/maint.exp: set data_section to ".neardata".
2514         * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
2515         * gdb.base/savedregs.exp: Handle SIGILL.
2516         * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
2517         * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
2518
2519 2011-08-12  Doug Evans  <dje@google.com>
2520
2521         * gdb.python/py-symbol.exp: Add test for symbol.type.
2522
2523 2011-08-12  Ulrich Weigand  <ulrich.weigand@linaro.org>
2524
2525         * gdb.threads/pthreads.exp: Enable on non-native configurations.
2526         * gdb.mi/mi-pthreads.exp: Likewise.
2527         * gdb.mi/mi2-pthreads.exp: Likewise.
2528         * gdb.mi/gdb669.exp.exp: Likewise.
2529
2530 2011-08-09  Pedro Alves  <pedro@codesourcery.com>
2531
2532         * lib/mi-support.exp (detect_async): Rename to...
2533         (mi_detect_async): ... this.
2534         * gdb.mi/mi-nonstop-exit.exp: Adjust.
2535         * gdb.mi/mi-nonstop.exp: Adjust.
2536         * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
2537         * gdb.mi/mi-nsintrall.exp: Adjust.
2538         * gdb.mi/mi-nsmoribund.exp: Adjust.
2539         * gdb.mi/mi-nsthrexec.exp: Adjust.
2540
2541 2011-08-09  Pedro Alves  <pedro@codesourcery.com>
2542
2543         * gdb.base/display.c (do_loops): New `p_i' local.
2544         * gdb.base/display.exp: Test displaying a variable that is
2545         temporarily at a bad address.
2546
2547 2011-08-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2548
2549         * gdb.dwarf2/dw2-op-stack-value.S: New file.
2550         * gdb.dwarf2/dw2-op-stack-value.exp: New file.
2551
2552 2011-08-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2553
2554         * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
2555         * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
2556         (p fuNC_symtab): Permit also ppc64 leading dot.
2557
2558 2011-08-05  Pedro Alves  <pedro@codesourcery.com>
2559
2560         * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
2561         procedure.
2562         (gdb_collect_args_test, gdb_collect_locals_test): Use it.
2563
2564 2011-08-05  Yao Qi  <yao@codesourcery.com>
2565
2566         * gdb.base/callfuncs.exp: Set language after main.
2567         * gdb.cp/cplusfuncs.exp: Likewise.
2568         * gdb.cp/inherit.exp: Likewise.
2569
2570 2011-08-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
2571
2572         * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
2573         * gdb.base/watch-vfork.exp: Skip on remote targets.
2574
2575 2011-08-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
2576
2577         * gdb.threads/thread-find.exp: Support remote targets.
2578
2579 2011-08-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
2580
2581         * gdb.base/jit.exp: Download solib_binfile to target.
2582         * gdb.base/jit-so.exp:  Likewise.  Also, use gdb_load_shlibs
2583         and call dlopen without full path name.
2584         * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
2585         dlopen without full path name.
2586
2587 2011-08-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2588
2589         * gdb.base/break-always.exp: Complete the test
2590         with duplicated breakpoints and enabling/disabling them.
2591
2592 2011-08-02  Tom Tromey  <tromey@redhat.com>
2593
2594         PR gdb/11289:
2595         * gdb.cp/overload.exp: Fix regexps.  Remove kfails.
2596
2597 2011-08-01  Paul Pluzhnikov  <ppluzhnikov@google.com>
2598
2599         PR gdb/13045
2600         * gdb.base/float.exp: Add new test case for PR gdb/13045
2601         * gdb.base/float.c: New file.
2602
2603 2011-07-28  Phil Muldoon  <pmuldoon@redhat.com>
2604
2605         * gdb.python/py-mi.exp: Test printers returning string hint, and
2606         also not returning a value.
2607         * gdb.python/py-prettyprint.c: Add testcase for above.
2608         * gdb.python/py-prettyprint.py: Add test printer for above.
2609
2610 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2611
2612         * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
2613         (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
2614         (.Ldie30) Add as field "data4".
2615         (.Ldie32) Rename field "b" to "shl".
2616         (abbrev4) Change for the "data4" field.
2617         (abbrev5, abbrev6) Remove.
2618         * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
2619         (p &s.shl): ... here.  Add comment.
2620         (p &s.data4): New.
2621
2622 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2623
2624         Fix crash on lval_computed values.
2625         * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
2626
2627 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2628
2629         * gdb.base/help.exp (help whatis): Update the expected string.
2630
2631 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2632
2633         * gdb.dwarf2/dw2-simple-locdesc.S: New file.
2634         * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
2635         * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
2636         Change the expected string.
2637
2638 2011-07-26  Pedro Alves  <pedro@codesourcery.com>
2639
2640         * gdb.base/watchpoint.exp
2641         (test_disable_enable_software_watchpoint): New procedure.
2642         (top level): Run it.
2643
2644 2011-07-26  Ulrich Weigand  <ulrich.weigand@linaro.org>
2645
2646         * gdb.python/py-mi.exp: Avoid '+' in filenames.  Call C version of
2647         executable file "${binfile}", C++ version "${binfile}-cxx".
2648         * gdb.python/py-prettyprint.exp: Likewise.
2649         * gdb.python/py-symbol.exp: Likewise.
2650         * gdb.python/py-type.exp: Likewise.
2651         * gdb.python/py-value.exp: Likewise.
2652         * gdb.python/py-template.exp (test_template_arg): Pass full executable
2653         file name instead of just suffix.
2654
2655 2011-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2656
2657         Fix implicit pointer offsets.
2658         * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
2659         * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
2660         (continue to breakpoint: continue to baz breakpoint for implptr)
2661         (sanity check element 0, sanity check element 1)
2662         (enter the inlined function, check element 0 for the offset)
2663         (check element 1 for the offset)
2664         (continue to breakpoint: ignore the second baz breakpoint): New tests.
2665         (set foo breakpoint for implptr): Update the breakpoint number.
2666
2667 2011-07-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
2668
2669         * gdb.python/py-mi.exp: Use different file names for different
2670         versions of the executable under test.
2671         * gdb.python/py-prettyprint.exp: Likewise.
2672         * gdb.python/py-symbol.exp: Likewise.
2673         * gdb.python/py-template.exp: Likewise.
2674         * gdb.python/py-type.exp: Likewise.
2675         * gdb.python/py-value.exp: Likewise.
2676
2677 2011-07-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
2678
2679         * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
2680         flag after restarting GDB if necessary.
2681
2682 2011-07-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
2683
2684         * gdb.python/py-shared.exp: Call gdb_load_shlibs.
2685
2686 2011-07-22  Pedro Alves  <pedro@codesourcery.com>
2687
2688         * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
2689         backend doesn't leave used debug registers behind.
2690
2691 2011-07-22  Tom Tromey  <tromey@redhat.com>
2692
2693         * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
2694         * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
2695         argument.
2696         * gdb.dwarf2/typeddwarf-amd64.S: New file.
2697
2698 2011-07-21  Matt Rice  <ratmice@gmail.com>
2699
2700         * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
2701         in mostlyclean rule.  Add files ending in .core.
2702
2703 2011-07-21  Matt Rice  <ratmice@gmail.com>
2704
2705         PR macros/12999
2706         * gdb.base/info-macros.c: New test sources.
2707         * gdb.base/info-macros.exp: New tests.
2708
2709 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
2710
2711         * gdb.python/python.exp: Add prompt substitution tests.
2712
2713 2011-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2714
2715         Fix crash if referenced CU is aged out.
2716         * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
2717         New.
2718         * gdb.dwarf2/implptr.exp: Likewise.
2719
2720 2011-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2721
2722         * gdb.dwarf2/implptr.S: Rebuilt.
2723         * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
2724         (bar): Use them for j, k, l.
2725         * gdb.dwarf2/implptr.exp: New variable opts.  Support runtest parameter
2726         COMPILE.
2727         (print j in implptr:bar): Update for the intp typedef.
2728         (print p[0].x in implptr:foo): Use more exact regex.
2729
2730 2011-07-18  Tom Tromey  <tromey@redhat.com>
2731
2732         * gdb.cp/static-method.exp: Add missing single quote.
2733
2734 2011-07-18  Yao Qi  <yao@codesourcery.com>
2735
2736         * gdb.base/async-shell.exp: Skip test if displaced stepping is not
2737         supported.
2738         * gdb.mi/mi-nonstop-exit.exp: Likewise.
2739         * gdb.mi/mi-nonstop.exp: Likewise.
2740         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2741         * gdb.mi/mi-nsintrall.exp: Likewise.
2742         * gdb.mi/mi-nsmoribund.exp: Likewise.
2743         * gdb.mi/mi-nsthrexec.exp: Likewise.
2744         * gdb.python/py-evthreads.exp: Likewise.
2745
2746 2011-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2747
2748         Code cleanup.
2749         * gdb.cp/namespace.exp (xfail_class_types): New variable.  Initialize
2750         it.  Substitute it instead of test_compiler_info everywhere.
2751
2752 2011-07-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
2753
2754         * gdb.base/type-opaque.exp: Use gdb_load_shlibs.  Run test on
2755         remote targets as well.
2756
2757 2011-07-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
2758
2759         * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
2760         * gdb.threads/tls-shared.exp: Use it.  Call gdb_load_shlibs.
2761
2762 2011-07-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
2763
2764         * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
2765         a remote machine, not the host.
2766         (gdb_compile_shlib): Set soname if target is remote.
2767
2768 2011-07-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
2769
2770         * gdb.cp/minsym-fallback.exp: Link in C++ mode.
2771
2772 2011-07-13  Matt Rice <ratmice@gmail.com>
2773
2774         * gdb.python/py-objfile-script-gdb.py: Renamed to
2775         py-objfile-script-gdb.py.in.
2776         * gdb.python/py-objfile-script-gdb.py.in: Renamed from
2777         py-objfile-script-gdb.py.
2778         * gdb.python/py-objfile-script.exp: Update reference to
2779         py-objfile-script-gdb.py.
2780
2781 2011-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2782
2783         * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
2784         reference undefined label.
2785
2786 2011-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2787
2788         * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
2789         (DW_AT_high_pc, DW_AT_low_pc): Remove them.
2790         (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
2791         * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
2792
2793 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
2794
2795         PR python/12438
2796         * gdb.python/python.exp: Add maint set/show python print-stack
2797           deprecated tests.  Add set/show python print-backtrace tests.
2798
2799 2011-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2800
2801         * gdb.java/jprint.exp (print a java.lang.String): xfail without system
2802         debug info.
2803
2804 2011-07-06  Matt Rice  <ratmice@gmail.com>
2805
2806         * gdb.python/python.exp: Update filename paths.
2807         * gdb.python/py-symtab.exp: Ditto.
2808
2809 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
2810
2811         * gdb.python/py-evthreads.exp: Add missing `$'.
2812
2813 2011-07-06  Jie Zhang  <jie.zhang@analog.com>
2814
2815         * config/bfin.exp: New file.
2816         * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
2817         * gdb.asm/bfin.inc: New file.
2818
2819 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
2820
2821         * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
2822         the whole output.
2823
2824 2011-07-05  Tom Tromey  <tromey@redhat.com>
2825
2826         * gdb.java/jprint.java (jprint.hi): New field.
2827         * gdb.java/jprint.exp: Print string.
2828
2829 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
2830
2831         * gdb.base/call-sc.c: Fix typos.
2832         * gdb.base/ifelse.exp: Likewise.
2833         * gdb.base/structs.c: Likewise.
2834
2835 2011-07-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
2836
2837         * gdb.base/jit-so.exp: New test.
2838         * gdb.base/jit-dlmain.c: New file.
2839         * gdb.base/jit-main.c: Allow "main" to be elsewhere.
2840
2841 2011-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2842
2843         * gdb.cp/m-static.exp: Call get_compiler_info.
2844         (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
2845         * gdb.cp/pr9167.exp (p b): Likewise.
2846         * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
2847         (test value of P in inner_m, test type of Z in inner_m): Call
2848         setup_xfail for gcc <= 4.5.
2849
2850 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2851
2852         * gdb.cp/paren-type.cc: New files.
2853         * gdb.cp/paren-type.exp: New files.
2854
2855 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2856
2857         Stop on first linespec terminator instead of eating what we can.
2858         * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
2859         * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
2860         * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
2861         (break C::f()): ... this one.
2862         (break C::operator()()): New test.
2863         * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
2864         * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
2865         test.
2866
2867 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2868
2869         Fall back linespec to minimal symbols.
2870         * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
2871         error message.
2872         * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
2873         * gdb.cp/minsym-fallback-main.cc: New file.
2874         * gdb.cp/minsym-fallback.cc: New file.
2875         * gdb.cp/minsym-fallback.exp: New file.
2876         * gdb.cp/minsym-fallback.h: New file.
2877
2878 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2879
2880         * gdb.cp/no-dmgl-verbose.cc: New file.
2881         * gdb.cp/no-dmgl-verbose.exp: New file.
2882
2883 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2884
2885         * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
2886         __GI_.
2887         * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
2888         (f): New function.
2889         * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
2890         (complete p 'func<short>(): ... here.
2891         * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
2892         * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
2893         * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
2894         * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
2895         Make them KFAIL gcc/49546.
2896
2897 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
2898
2899         * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
2900
2901 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2902
2903         Test GCC PR debug/49546.
2904         * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
2905         (test type of F in k3_m, test value of F in k3_m): New.
2906         * gdb.cp/temargs.cc (struct S3, struct K3): New.
2907         (main): New variable k3.  Call k3.k3_m.
2908
2909 2011-07-01  Jean-Charles Delay  <delay@adacore.com>
2910
2911         * gdb.ada/packed_array.exp: Fix expected outout.
2912
2913 2011-07-01  Jean-Charles Delay  <delay@adacore.com>
2914
2915         * gdb.ada/packed_array.exp: fixed expected output.
2916
2917 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
2918
2919         * gdb.ada/same_enum: New testcase.
2920
2921 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
2922
2923         * gdb.ada/ptr_typedef: New testcase.
2924
2925 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
2926
2927         * gdb.ada/arrayptr.exp: Add ptype test.
2928
2929 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
2930
2931         * gdb.ada/char_enum: New testcase.
2932
2933 2011-07-01  Yao Qi  <yao@codesourcery.com>
2934
2935         * gdb.base/dump.exp (capture_pointer_with_type): New.
2936         Get value from address instead of name.
2937         Start GDB once, and do `dump' and `restore'
2938         tests together.
2939
2940 2011-06-30  Jie Zhang <jie.zhang@analog.com>
2941             Mike Frysinger  <vapier@gentoo.org>
2942
2943         * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
2944         helper functions for getting/setting remotetimeout variable.
2945         * lib/gdb.exp (gdb_load): If the target is remote, set
2946         $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
2947         with $loadtimeout.  Set $load_ok to 0 before doing the load.
2948         Instead of returning, immediately, set $load_ok to 0.  Call
2949         set_remotetimeout with $oldremotetimeout, and then return if
2950         $load_ok is 1.
2951
2952 2011-06-30  Andrew Burgess  <aburgess@broadcom.com>
2953
2954         * gdb.python/py-template.exp: Don't run this test if the target
2955         does not support c++ tests.
2956
2957 2011-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
2958
2959         Fix non-only rename list for Fortran modules import.
2960         * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
2961         tests.
2962         * gdb.fortran/module.f90 (module moduse): New.
2963         (program module): use moduse, test var_x, var_y and var_z.
2964
2965 2011-06-29  Tom Tromey  <tromey@redhat.com>
2966
2967         PR testsuite/12040:
2968         * gdb.fortran/array-element.exp: Use f90, not f77.
2969         * gdb.fortran/complex.exp: Use f90, not f77.
2970         * gdb.fortran/derived-type.exp: Use f90, not f77.
2971         * gdb.fortran/library-module.exp: Use f90, not f77.
2972         * gdb.fortran/logical.exp: Use f90, not f77.
2973         * gdb.fortran/module.exp: Use f90, not f77.
2974         * gdb.fortran/multi-dim.exp: Use f90, not f77.
2975         * gdb.fortran/subarray.exp: Use f90, not f77.
2976
2977 2011-06-29  Tom Tromey  <tromey@redhat.com>
2978
2979         * gdb.fortran/charset.exp: New file.
2980         * gdb.fortran/charset.f90: New file.
2981
2982 2011-06-29  Tom Tromey  <tromey@redhat.com>
2983
2984         PR testsuite/12040:
2985         * lib/future.exp: New file, mostly extracted from ada.exp.
2986         Rewrote compatibility code to use rename.
2987         (gdb_find_gfortran): New proc.
2988         (gdb_default_target_compile): Refresh from dejagnu; plus a pending
2989         gfortran patch.
2990         * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
2991         Move to future.exp.
2992         * lib/gdb.exp: Always load future.exp.
2993
2994 2011-06-28  Yao Qi  <yao@codesourcery.com>
2995
2996         * gdb.cp/exception.cc: Don't include iostream.
2997         (bar): Remove print statement.
2998         (catcher): New.
2999         (main): Remove print statements.  Call function catcher.
3000         * gdb.cp/exception.exp : Don't match inferior's output in regexp.
3001         Set breakpoint on catcher, and check the value of parameter.
3002
3003 2011-06-23  Yao Qi  <yao@codesourcery.com>
3004
3005         * gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
3006         1.2 is disabled.  KFAIL for uclinux.
3007
3008 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
3009
3010         * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
3011         mi_gdb_test.
3012
3013 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
3014
3015         * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
3016
3017 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
3018
3019         * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
3020
3021 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
3022
3023         * gdb.mi/mi2-basics.exp: Fix races.  Honour the
3024         `test_exec_and_symbol_mi_operatons' return value.
3025         (test_mi_interpreter_selection): Use mi_gdb_test instead of
3026         gdb_test_multiple.
3027         (test_exec_and_symbol_mi_operatons): Likewise.
3028         (test_path_specification): Likewise.
3029
3030 2011-06-23  Yao Qi  <yao@codesourcery.com>
3031
3032         * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
3033         supported.
3034         * lib/gdb.exp (support_displaced_stepping): New.
3035
3036 2011-06-23  Yao Qi  <yao@codesourcery.com>
3037
3038         * gdb.threads/execl.exp: Skip on remote target.
3039
3040 2011-06-21  Marek Polacek  <mpolacek@redhat.com>
3041
3042         * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
3043         mi_gdb_test.
3044
3045 2011-06-20  Marek Polacek  <mpolacek@redhat.com>
3046
3047         * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
3048
3049 2011-06-20  Marek Polacek  <mpolacek@redhat.com>
3050
3051         * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
3052         mi_gdb_test.
3053
3054 2011-06-20  Marek Polacek  <mpolacek@redhat.com>
3055
3056         * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
3057
3058 2011-06-14  Yao Qi  <yao@codesourcery.com>
3059
3060         gdb/testsuite/
3061         * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
3062
3063 2011-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
3064
3065         * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
3066
3067 2011-06-10  Tom Tromey  <tromey@redhat.com>
3068
3069         * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
3070         Add tests for pointer-to-member-function.
3071         * gdb.cp/temargs.cc (S::somefunc): New function.
3072         (K2): New class.
3073         (main): Instantiate K2; call method.
3074
3075 2011-06-08  Joel Brobecker  <brobecker@adacore.com>
3076
3077         * gdb.python/py-inferior.c (f2): Make str an array rather
3078         than a pointer.
3079         * gdb.python/py-inferior.exp: Adjust testcase accordingly.
3080
3081 2011-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3082
3083         * gdb.base/async-shell.c: New file.
3084         * gdb.base/async-shell.exp: New file.
3085
3086 2011-06-06  Pedro Alves  <pedro@codesourcery.com>
3087
3088         * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
3089
3090 2011-06-03  Joel Brobecker  <brobecker@adacore.com>  (obvious fix)
3091
3092         From Stephen Kitt  <steve@sk2.org>
3093         * gdb.base/help.exp: Adjust following some spelling corrections
3094         in GDB.
3095
3096 2011-06-01  Yao Qi  <yao@codesourcery.com>
3097
3098         * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
3099
3100 2010-05-31  Keith Seitz  <keiths@redhat.com>
3101
3102         PR c++/12750
3103         * gdb.cp/static-method.cc: New file.
3104         * gdb.cp/static-method.exp: New file.
3105
3106 2010-05-31  Keith Seitz  <keiths@redhat.com>
3107
3108         PR symtab/12704
3109         * gdb.cp/anon-ns.cc: New file.
3110         * gdb.cp/anon-ns.exp: New file.
3111
3112 2011-05-31  Pedro Alves  <pedro@codesourcery.com>
3113
3114         * gdb.arch/i386-dr3-watch.c: New file.
3115         * gdb.arch/i386-dr3-watch.exp: New file.
3116
3117 2011-05-30  Yao Qi  <yao@codesourcery.com>
3118
3119         * gdb.base/callfuncs.c (t_structs_fc): New.
3120         (t_structs_dc, t_structs_ldc): New.
3121         (t_double_many_args):
3122         (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
3123         (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
3124         (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
3125         * gdb.base/callfuncs.exp: Call new functions.
3126
3127 2011-05-30  Yao Qi  <yao@codesourcery.com>
3128
3129         * gdb.base/callfuncs.exp (rerun_and_prepare): New.
3130         Call rerun_and_prepare for each test to isolate effects.
3131
3132 2011-05-30  Yao Qi  <yao@codesourcery.com>
3133
3134         * gdb.base/varargs.c (find_max_float_real): New.
3135         (find_max_double_real, find_max_long_double_real): New.
3136         * gdb.base/varargs.exp: Call these new added functions.
3137         * lib/gdb.exp (setup_kfail_for_target): New.
3138
3139 2011-05-30  Yao Qi  <yao@codesourcery.com>
3140
3141         * gdb.base/funcargs.c (callca, callcb, callcc): New.
3142         (callcd, callce, callcf, callc1a, callc1b): New.
3143         (callc2a, callc2b): New.
3144         * gdb.base/funcargs.exp (complex_args): New.
3145         (complex_integral_args, complex_float_integral_args): New.
3146         * lib/gdb.exp (support_complex_tests): New.  Determine
3147         whether to run test cases on _Complex types.
3148
3149 2011-05-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3150
3151         * gdb.threads/leader-exit.c: New file.
3152         * gdb.threads/leader-exit.exp: New file.
3153
3154 2011-05-27  Marek Polacek  <mpolacek@redhat.com>
3155
3156         * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
3157
3158 2011-05-27  Marek Polacek  <mpolacek@redhat.com>
3159
3160         * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
3161         remove the `supported' variable.
3162         * gdb.mi/mi-nonstop.exp: Likewise.
3163         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3164         * gdb.mi/mi-nsintrall.exp: Likewise.
3165         * gdb.mi/mi-nsmoribund.exp: Likewise.
3166         * gdb.mi/mi-nsthrexec.exp: Likewise.
3167
3168 2011-05-26  Pedro Alves  <pedro@codesourcery.com>
3169
3170         * gdb.reverse/finish-reverse-bkpt.exp: New test.
3171
3172 2011-05-26  Pedro Alves  <pedro@codesourcery.com>
3173
3174         * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
3175
3176 2011-05-24  Keith Seitz  <keiths@redhat.com>
3177
3178         PR breakpoint/12803
3179         * gdb.cp/cmpd-minsyms.cc (a): New method.
3180         (b): New method.
3181         (c): New method.
3182         * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
3183
3184 2011-05-24  Pedro Alves  <pedro@codesourcery.com>
3185
3186         * gdb.base/commands.exp (watchpoint_command_test): Check that the
3187         watchpoint's command list didn't execute when the watchpoint went
3188         out of scope.
3189
3190 2011-05-24  Pierre Muller  <muller@ics.u-strasbg.fr>
3191
3192         Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
3193         * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
3194         * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
3195         * gdb.arch/i386-gnu-cfi.exp: Likewise.
3196         * gdb.arch/i386-permbkpt.exp: Likewise.
3197         * gdb.arch/i386-prologue.exp: Likewise.
3198         * gdb.arch/i386-size-overlap.exp: Likewise.
3199         * gdb.arch/i386-size.exp: Likewise.
3200         * gdb.arch/i386-unwind.exp: Likewise.
3201         * gdb.reverse/i386-precsave.exp: Likewise.
3202         * gdb.reverse/i386-reverse.exp: Likewise.
3203         * gdb.reverse/i386-sse-reverse.exp: Likewise.
3204         * gdb.reverse/i387-env-reverse.exp: Likewise.
3205         * gdb.reverse/i387-stack-reverse.exp: Likewise.
3206
3207 2011-05-24  Pedro Alves  <pedro@codesourcery.com>
3208
3209         * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
3210         file doesn't error, using MI.
3211
3212 2011-05-23  Tom Tromey  <tromey@redhat.com>
3213
3214         * gdb.base/charset.exp (string_display): Add tests to assign to
3215         arrays.
3216         * gdb.base/charset.c (short_array, int_array, long_array): New.
3217
3218 2011-05-20  Pedro Alves  <pedro@codesourcery.com>
3219
3220         Cope with async mode.
3221
3222         * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
3223         into gdb_test + mi_expect_stop.
3224
3225 2011-05-20  Pedro Alves  <pedro@codesourcery.com>
3226
3227         * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
3228         (callme): Remove printf call.
3229
3230 2011-05-20  Pierre Muller  <muller@ics.u-strasbg.fr>
3231
3232         * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
3233         quote pattern to avoid problems with Cygwin/mingw expect versions.
3234         * gdb.base/default.exp (show convenience): Use double
3235         quote pattern for regular expressions.
3236
3237 2011-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3238
3239         Fix -readnow for -gdwarf-4 unused type units.
3240         * gdb.dwarf2/dw4-sig-type-unused.S: New file.
3241         * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
3242
3243 2011-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3244
3245         * gdb.base/kill-after-signal.c: New file.
3246         * gdb.base/kill-after-signal.exp: New file.
3247
3248 2011-05-16  Pedro Alves  <pedro@codesourcery.com>
3249
3250         * gdb.ada/start.exp: Call untested with the correct test filename.
3251         * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
3252         test filename.  Make the test's binary unique.
3253         * gdb.arch/i386-signal.exp: Call untested with the correct test
3254         filename.
3255         * gdb.arch/i386-size-overlap.exp: Ditto.
3256         * gdb.arch/Makefile.in (EXECUTABLES): Update.
3257         * gdb.base/gcore-buffer-overflow.exp: Ditto.
3258         * gdb.cp/call-c.exp: Ditto.
3259         * gdb.mi/mi-reverse.exp: Call untested with the correct test
3260         filename.  Make the test's binary unique.
3261         * gdb.mi/Makefile.in (EXECUTABLES): Update.
3262         * gdb.python/py-mi.exp: Ditto.
3263         * gdb.python/Makefile.in (EXECUTABLES): Update.
3264         * gdb.reverse/i386-precsave.exp: Ditto.
3265         * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
3266         test filename.
3267         * gdb.reverse/i387-stack-reverse.exp: Ditto.
3268         * gdb.reverse/sigall-precsave.exp: Ditto.  Make the test's binary
3269         unique.
3270         * gdb.reverse/sigall-reverse.exp: Call untested with the correct
3271         test filename.
3272         * gdb.reverse/Makefile.in (EXECUTABLES): Update.
3273         * gdb.trace/tfile.exp: Ditto.
3274
3275 2011-05-14  Yao Qi  <yao@codesourcery.com>
3276
3277         * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
3278         type.
3279
3280 2011-05-13  Doug Evans  <dje@google.com>
3281
3282         * gdb.python/py-objfile-script.exp: New file.
3283         * gdb.python/py-objfile-script.c: New file.
3284         * gdb.python/py-objfile-script-gdb.py: New file.
3285         * testsuite/gdb.python/py-section-script.exp: Test
3286         "info auto-load-scripts".
3287
3288 2011-05-13  Tom Tromey  <tromey@redhat.com>
3289
3290         * gdb.dwarf2/clztest.exp: New file.
3291         * gdb.dwarf2/clztest.c: New file.
3292         * gdb.dwarf2/clztest.S: New file.
3293
3294 2011-05-13  Doug Evans  <dje@google.com>
3295
3296         * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
3297         String16 tests.
3298
3299 2011-05-13  Tom Tromey  <tromey@redhat.com>
3300
3301         * lib/gdb.exp (is_x86_like_target): New proc.
3302         * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
3303         * gdb.dwarf2/valop.exp: Use is_x86_like_target.
3304         * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target.  Pass
3305         -nostdlib to compiler.
3306         * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
3307         * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
3308         * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
3309         * gdb.dwarf2/dw2-restore.exp: Check for LP64.
3310         * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
3311
3312 2011-05-13  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3313
3314         * gdb.python/py-function.exp: Test setting a value from a function
3315         which executes a command.
3316
3317 2011-05-12  Tom Tromey  <tromey@redhat.com>
3318
3319         * gdb.dwarf2/typeddwarf.S: New file.
3320         * gdb.dwarf2/typeddwarf.c: New file.
3321         * gdb.dwarf2/typeddwarf.exp: New file.
3322
3323 2011-05-12  Marek Polacek  <mpolacek@redhat.com>
3324
3325         * gdb.mi/mi-basics.exp: Fix races.  Honour the
3326         `test_exec_and_symbol_mi_operatons' return value.
3327         (test_mi_interpreter_selection): Use mi_gdb_test instead of
3328         gdb_test_multiple.
3329         (test_exec_and_symbol_mi_operatons): Likewise.
3330         (test_path_specification): Likewise.
3331
3332 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3333
3334         * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
3335         (gdb_touch_execfile): Remove catch wrappers.  New variable time.
3336         Replace `file copy' and `file rename' by `file mtime'.  Twice.
3337
3338 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3339
3340         * gdb.base/readline-ask.c: New file.
3341         * gdb.base/readline-ask.exp: New file.
3342         * gdb.base/readline-ask.inputrc: New file.
3343
3344 2011-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
3345
3346         * gdb.cell/bt.exp: Delete breakpoints before running to signal
3347         to avoid race condition.
3348         * gdb.cell/coremaker.c: Use small stack size.
3349         * gdb.cell/ea-standalone.exp: Use file name without path as
3350         argument to c_to.
3351         * gdb.cell/fork.exp: Allow other output when continuing to end.
3352
3353 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3354
3355         * gdb.threads/corethreads.c: New file.
3356         * gdb.threads/corethreads.exp: New file.
3357
3358 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3359
3360         * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
3361         Try to compile the test using -Wl,-z,norelro first.
3362         (load_core): New variable libthread_db_seen, initialize it.
3363         (zeroed-threads cannot be listed): Protect it by XFAIL on
3364         !$libthread_db_seen.
3365
3366 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3367
3368         PR 12573
3369         * gdb.dwarf2/dw2-skip-prologue.S: New file.
3370         * gdb.dwarf2/dw2-skip-prologue.c: New file.
3371         * gdb.dwarf2/dw2-skip-prologue.exp: New file.
3372
3373 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3374
3375         * gdb.cp/psymtab-parameter.cc: New file.
3376         * gdb.cp/psymtab-parameter.exp: New file.
3377
3378 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3379
3380         Fix a race.
3381         * gdb.cp/static-print-quit.exp (print c): Split to ...
3382         (print c - <return>, print c - q <return>, print c - to quit):
3383         ... these.  Make the testfile untested on gdb-7.1.
3384
3385 2011-5-05  Janis Johnson  <janisjo@codesourcery.com>
3386
3387         * lib/gdb.exp (exec_target_file, exec_symbol_file,
3388         gdb_rename_execfile, gdb_touch_execfile): New.
3389         * gdb.base/reread.exp: Use new procs to handle multiple
3390         exec files.
3391
3392 2011-05-05  Yao Qi  <yao@codesourcery.com>
3393
3394         * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
3395         (test_adr_32bit, test_pop_pc): New.
3396         * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
3397         (test_adr_32bit, test_pop_pc): New.
3398
3399 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
3400
3401         * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
3402         * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
3403         targets.
3404         * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
3405         handle targets.
3406
3407 2011-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
3408
3409         * gdb.base/completion.exp (complete help info wat): Rename to ...
3410         (complete 'help info wat'): ... here.
3411         Remove all `-re ".*' and `-re "^.*' redundant regexes.
3412         (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
3413
3414 2011-05-04  Pedro Alves  <pedro@codesourcery.com>
3415
3416         * gdb.base/completion.exp: Use gdb_test_multiple instead of
3417         gdb_test and explicit $gdb_prompt/timeout matches.
3418
3419 2011-05-04  Yao Qi  <yao@codesourcery.com>
3420
3421         * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
3422         and __thumb2__.
3423
3424 2011-05-03  Marek Polacek  <mpolacek@redhat.com>
3425
3426         * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
3427         in place of `gdb_test "delete breakpoints"'.  This eliminates two
3428         testcases.
3429
3430 2011-05-02  Pedro Alves  <pedro@codesourcery.com>
3431
3432         PR testsuite/12649
3433         Fix races.
3434
3435         * gdb.base/completion.exp: Remove all sleep calls.  Remove
3436         unnecessary regexs.  Don't explicitly expect anything after the
3437         prompt.  Eat the prompt if necessary.
3438
3439 2011-05-02  Edjunior Machado  <emachado@linux.vnet.ibm.com>
3440
3441         * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
3442         accept to show the caller line again as well as the line after.
3443
3444 2011-04-29  Phil Muldoon  <pmuldoon@redhat.com>
3445
3446         PR mi/12531
3447
3448         * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
3449         compile target.
3450         * gdb.python/py-prettyprint.exp: Add C++ object for
3451         CPLUS_FAKE_CHILD test.
3452
3453 2011-04-28  Ulrich Weigand  <ulrich.weigand@linaro.org>
3454
3455         * gdb.base/signest.exp: New file.
3456         * gdb.base/signest.c: Likewise.
3457
3458 2011-04-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3459
3460         * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
3461         thread and breakpoint notifications.
3462
3463 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3464
3465         * gdb.base/fortran-sym-case.c: New file.
3466         * gdb.base/fortran-sym-case.exp: New file.
3467         * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
3468         * gdb.dwarf2/dw2-case-insensitive.c: New file.
3469         * gdb.dwarf2/dw2-case-insensitive.exp: New file.
3470
3471 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3472
3473         * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
3474         * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
3475         false #1', `if true else false #2' and `if true else false #3'.
3476
3477 2011-04-27  Ulrich Weigand  <ulrich.weigand@linaro.org>
3478
3479         * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
3480         while delivering signal.
3481
3482 2011-04-27  Vladimir Prus  <vladimir@codesourcery.com>
3483
3484         MI breakpoint notifications.
3485
3486         * testsuite/gdb.mi/mi-cli.exp: Adust.
3487         * testsuite/gdb.mi/mi2-cli.exp: Adust.
3488         * testsuite/gdb.mi/mi-watch.exp: Adust.
3489         * testsuite/gdb.mi/mi2-watch.exp: Adust.
3490         * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
3491         notifications.
3492
3493 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3494
3495         * gdb.base/gdbindex-stabs-dwarf.c: New file.
3496         * gdb.base/gdbindex-stabs.c: New file.
3497         * gdb.base/gdbindex-stabs.exp: New file.
3498
3499 2011-04-25  Yao Qi  <yao@codesourcery.com>
3500
3501         * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
3502         with /*...*/.
3503         * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
3504
3505 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3506
3507         * gdb.python/py-value.exp (test_objfiles): Name the first test
3508         `py-value in file.filename'.
3509
3510 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3511
3512         * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
3513         * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
3514         * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
3515         !gdbserver_reconnect_p..
3516         (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
3517
3518 2011-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3519
3520         * gdb.cp/cpcompletion.exp (complete class methods)
3521         (complete class methods beginning with F): Move them above runto.  New
3522         comment about the runto delimiter.
3523
3524 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
3525
3526         * gdb.base/maint.exp: Test that "maint print registers" works
3527         without a running program.
3528
3529 2011-04-20  Marek Polacek  <mpolacek@redhat.com>
3530
3531         * gdb.base/setshow.exp: Fix racy tests.
3532         ($old_gdb_prompt): New variable.
3533
3534 2011-04-19  Tom Tromey  <tromey@redhat.com>
3535
3536         * gdb.mi/mi-nsmoribund.exp:
3537         * gdb.hp/gdb.objdbg/objdbg01.exp:
3538         * gdb.base/structs.exp (test_struct_returns):
3539         * gdb.base/call-sc.exp (test_scalar_returns):
3540         * gdb.base/bigcore.exp: Remove duplicate words.
3541
3542 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3543
3544         * gdb.base/break-interp-lib.c (v, vptr): New variables.
3545         * gdb.base/break-interp.exp (test_attach): New comment.
3546
3547 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3548
3549         * gdb.threads/gcore-thread.exp ($core0file): New variable.
3550         (clear __stack_user.next, clear stack_used.next)
3551         (save a zeroed-threads corefile): New test.
3552         Call core_load for $core0file.
3553         (zeroed-threads cannot be listed): New test.
3554
3555 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3556
3557         * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
3558         filename.
3559         ($srcfile): Preserve the original value.
3560         ($testfile): Match it the .exp filename.
3561         ($corefile): New variable.  Substitute it around.
3562         Use clean_restart.
3563         ($prev_timeout): Remove.
3564         (load_core): Move core loading into this proc.
3565         Fix restore of $timeout if load_core fails.
3566
3567 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3568
3569         * gdb.base/eu-strip-infcall.c: New file.
3570         * gdb.base/eu-strip-infcall.exp: New file.
3571
3572 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3573
3574         * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
3575         * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
3576
3577 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3578
3579         Fix Python access to inlined frames.
3580         * gdb.python/py-frame-inline.c: New file.
3581         * gdb.python/py-frame-inline.exp: New file.
3582
3583 2011-04-13  Edjunior Machado  <emachado@linux.vnet.ibm.com>
3584
3585         * gdb.base/gdb1090.exp: Change breakpoint location to read the
3586         content of 's24' correctly (avoiding "optimized out").
3587         * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
3588
3589 2011-04-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3590
3591         * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
3592
3593 2011-04-13  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3594
3595         * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
3596         expect a colon in watch -location output.
3597
3598 2011-04-13  Marek Polacek  <mpolacek@redhat.com>
3599
3600         * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
3601         New testcase `expect response to define backtrace'.  Also remove
3602         redundant `default' block.
3603
3604 2011-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3605
3606         * gdb.python/py-prettyprint.c (struct hint_error): New.
3607         (main): New variable hint_error.
3608         * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
3609         "print hint_error".
3610         * gdb.python/py-prettyprint.py (class pp_hint_error): New.
3611         (register_pretty_printers): Register it.
3612
3613 2011-04-04  Tom Tromey  <tromey@redhat.com>
3614
3615         * gdb.cp/maint.exp (test_help): Update.
3616         (test_namespace): Likewise.
3617
3618 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
3619
3620         * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
3621         * gdb.ada/arrayptr.exp: Add new tests.
3622
3623 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
3624
3625         * gdb.ada/mi_catch_ex: New testcase.
3626
3627 2011-04-01  Pedro Alves  <pedro@codesourcery.com>
3628
3629         * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
3630         base::overload(void) method without specifying "const".
3631
3632 2011-04-01  Ulrich Weigand  <ulrich.weigand@linaro.org>
3633
3634         * gdb.arch/thumb-singlestep.S: New file.
3635         * gdb.arch/thumb-singlestep.exp: Likewise.
3636
3637 2011-03-31  Tom Tromey  <tromey@redhat.com>
3638
3639         * gdb.python/py-prettyprint.py (exception_flag): New global.
3640         (NoStringContainerPrinter._iterator.next): Check it.
3641         * gdb.python/py-prettyprint.c (main): New variable nstype2.
3642         * gdb.python/py-mi.exp: Set exception_flag and do more tests.
3643
3644 2011-03-29  Tom Tromey  <tromey@redhat.com>
3645
3646         * gdb.cp/anon-struct.cc: New file.
3647         * gdb.cp/anon-struct.exp: New file.
3648
3649 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3650
3651         Test STT_GNU_IFUNC support.
3652         * gdb.base/gnu-ifunc-lib.c: New file.
3653         * gdb.base/gnu-ifunc.c: New file.
3654         * gdb.base/gnu-ifunc.exp: New file.
3655
3656 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3657
3658         Support a ring of related breakpoints.
3659         * gdb.base/watchpoint-delete.c: New file.
3660         * gdb.base/watchpoint-delete.exp: New file.
3661
3662 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3663
3664         * gdb.ada/arrayparam.exp (print first after function call): Use
3665         explicit package name.  Add a comment
3666         (print lasta after function call): Rename ...
3667         (print last after function call): ... it and use explicit package
3668         name.
3669         (print length after function call): Use explicit package name.
3670         * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
3671         * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
3672         (multiple matches for symbol i): Rename ...
3673         (multiple matches for symbol integervar): ... it.
3674         * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
3675         * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
3676
3677 2011-03-25  Andrew Burgess  <aburgess@broadcom.com>
3678
3679         * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
3680         environment variable to make grep output more predictable. Move
3681         all the environment setup into gdb_init so it's done once per test
3682         case rather than each time we start gdb.
3683
3684 2011-03-24  Tom Tromey  <tromey@redhat.com>
3685
3686         * gdb.base/label.exp: Use `main:there' linespec.  Add re-running
3687         test.
3688
3689 2011-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3690
3691         * gdb.dwarf2/dw2-entry-value-main.c: New file.
3692         * gdb.dwarf2/dw2-entry-value.S: New file.
3693         * gdb.dwarf2/dw2-entry-value.exp: New file.
3694
3695 2011-03-22  Phil Muldoon  <pmuldoon@redhat.com>
3696
3697         PR python/12183
3698
3699         * gdb.python/py-function.exp: Add GdbError tests.
3700
3701 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
3702
3703         * gdb.trace/unavailable.cc (args_test_func, local_test_func)
3704         (reglocal_test_func, statlocal_test_func): New functions.
3705         (globals_test_func): Call new functions.
3706         * gdb.trace/unavailable.exp (gdb_collect_args_test)
3707         (gdb_collect_locals_test): New procedure.
3708         (gdb_trace_collection_test): Call new procedures.
3709
3710 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
3711
3712         * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
3713         (test_register, test_register_unavailable): New procedures.
3714         (gdb_unavailable_registers_test): New procedure.
3715         (gdb_trace_collection_test): Call it.
3716
3717 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
3718
3719         PR python/12149
3720
3721         * gdb.python/python.exp: Add gdb.write tests.
3722
3723 2010-03-17  Phil Muldoon  <pmuldoon@redhat.com>
3724
3725         * gdb.python/Makefile.in: Add py-objfile.
3726         * gdb.python/py-objfile.exp: New file.
3727         * gdb.python/py-objfile.c: New file.
3728         * gdb.python/py-block.exp: Add is_valid tests.
3729         * gdb.python/py-inferior.exp: Ditto.
3730         * gdb.python/py-infthread.exp: Ditto.
3731         * gdb.python/py-symbol.exp: Ditto.
3732         * gdb.python/py-symtab.exp: Ditto.
3733
3734 2011-03-16  Keith Seitz  <keiths@redhat.com>
3735
3736         PR c++/12273
3737         * gdb.cp/cmpd-minsyms.exp: New test.
3738         * gdb.cp/cmpd-minsyms.cc: New file.
3739
3740         PR c++/11734
3741         * gdb.cp/ovsrch.exp: New test.
3742         * gdb.cp/ovsrch.h: New file.
3743         * gdb.cp/ovsrch1.cc: New file.
3744         * gdb.cp/ovsrch2.cc: New file.
3745         * gdb.cp/ovsrch3.cc: New file.
3746         * gdb.cp/ovsrch4.cc: New file.
3747
3748 2011-03-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
3749
3750         PR gdb/12528
3751         * gdb.base/Makefile.in: Adjust EXECUTABLES.
3752         * gdb.base/break-on-linker-gcd-function.exp: New test.
3753         * gdb.base/break-on-linker-gcd-function.cc: New file.
3754
3755 2011-03-15  Andreas Tobler  <andreast@fgznet.ch>
3756
3757         * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
3758
3759 2011-03-15  Phil Muldoon  <pmuldoon@redhat.com>
3760
3761         * lib/gdb.exp (gdb_unload): Add another termination case.
3762
3763 2011-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3764
3765         * gdb.dwarf2/dw2-empty-pc-range.S: New file.
3766         * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
3767         * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
3768         Provide a stub byte there.
3769         (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
3770         DW_AT_entry_pc.
3771         (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
3772
3773 2011-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
3774
3775         * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
3776         using a GCC 4.1 or 4.2 compiler.  Add an additional test variant
3777         "generic ABI, auto".
3778         (altivec_abi_tests): Accept vectors returned by reference.
3779
3780 2010-03-14  Phil Muldoon  <pmuldoon@redhat.com>
3781
3782         * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
3783
3784 2011-03-13  Ulrich Weigand  <uweigand@de.ibm.com>
3785
3786         * gdb.python/py-section-script.exp: Skip test if no Python support.
3787
3788 2011-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
3789
3790         * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
3791
3792 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
3793
3794         * gdb.python/py-parameter.exp: Update tests to the new Python
3795         parameter API. Add "no documentation" test.  Add deprecated API
3796         backward compatibility test.
3797
3798 2011-03-09  Tom Tromey  <tromey@redhat.com>
3799
3800         * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
3801         gdb_continue_to_end.
3802
3803 2011-03-09  Mark Kettenis  <kettenis@gnu.org>
3804
3805         * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
3806         tabs.
3807
3808 2011-03-09  Tom Tromey  <tromey@redhat.com>
3809
3810         * lib/gdb.exp (inferior_exited_re): Match. leading `['.  Wrap in
3811         parentheses.
3812         (gdb_continue_to_end): Add "allow_extra" parameter.  Use
3813         $command.
3814         * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
3815         argument to gdb_continue_to_end.
3816         * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
3817         argument to gdb_continue_to_end.
3818         * gdb.cp/annota3.exp: Fix regex.
3819         * gdb.cp/annota2.exp: Fix regex.
3820         * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
3821         gdb_continue_to_end.
3822         * gdb.base/call-signal-resume.exp: Revert earlier patch.
3823         * gdb.ada/tasks.exp: Pass "allow_extra" argument to
3824         gdb_continue_to_end.
3825
3826 2011-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
3827
3828         * gdb.server/ext-run.exp
3829         (load new file without any gdbserver inferior): New test.
3830
3831 2011-03-07  Tom Tromey  <tromey@redhat.com>
3832
3833         * Makefile.in (TAGS): Rewrite.
3834
3835 2011-03-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3836
3837         * gdb.trace/report.exp (12.1: trace report #1): New match for the
3838         initial commands echo.  New match for `Found trace'.  Anchor all the
3839         other matches.  Anchor and match for `No trace frame found' the final
3840         match.
3841
3842 2011-03-07  Tom Tromey  <tromey@redhat.com>
3843
3844         * Makefile.in (TAGS): New target.
3845
3846 2011-03-07  Tom Tromey  <tromey@redhat.com>
3847
3848         * lib/opencl.exp (skip_opencl_tests): Update for exit message
3849         change.
3850         * lib/mi-support.exp (mi_gdb_test): Update for exit message
3851         change.
3852         * lib/gdb.exp (gdb_test_multiple): Update comment.  Update for
3853         exit message change.
3854         (skip_altivec_tests): Update for exit message change.
3855         (skip_vsx_tests): Likewise.
3856         (gdb_continue_to_end): Likewise.  Add 'command' argument.
3857         * lib/cell.exp (skip_cell_tests): Update for exit message change.
3858         * gdb.threads/tls.exp: Update for exit message change.
3859         * gdb.threads/thread-unwindonsignal.exp: Use
3860         gdb_continue_to_end.
3861         * gdb.threads/step.exp (step_it): Update for exit message change.
3862         (continue_all): Likewise.
3863         * gdb.threads/print-threads.exp (test_all_threads): Update for
3864         exit message change.
3865         * gdb.threads/interrupted-hand-call.exp: Use
3866         gdb_continue_to_end.
3867         * gdb.threads/execl.exp: Use gdb_continue_to_end.
3868         * gdb.python/py-prettyprint.exp (run_lang_tests): Use
3869         gdb_continue_to_end.
3870         * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
3871         * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
3872         * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
3873         * gdb.cp/method.exp: Update for exit message change.
3874         * gdb.cp/mb-templates.exp: Update for exit message change.
3875         * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
3876         * gdb.cp/annota3.exp: Update for exit message change.
3877         * gdb.cp/annota2.exp: Update for exit message change.
3878         * gdb.cell/fork.exp: Use gdb_continue_to_end.
3879         * gdb.base/term.exp: Update for exit message change.
3880         * gdb.base/step-test.exp (test_i): Update for exit message change.
3881         * gdb.base/sigstep.exp (advance): Update for exit message change.
3882         (advancei): Likewise.
3883         * gdb.base/siginfo.exp: Update for exit message change.
3884         * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
3885         * gdb.base/reread.exp: Use gdb_continue_to_end.
3886         * gdb.base/langs.exp: Use gdb_continue_to_end.
3887         * gdb.base/interrupt.exp: Update for exit message change.
3888         * gdb.base/gdb1555.exp: Update for exit message change.
3889         * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
3890         * gdb.base/ending-run.exp: Update for exit message change.
3891         * gdb.base/chng-syms.exp: Update for exit message change.
3892         * gdb.base/checkpoint.exp: Update for exit message change.
3893         * gdb.base/catch-syscall.exp (check_for_program_end): Use
3894         gdb_continue_to_end.
3895         (test_catch_syscall_with_wrong_args): Likewise.
3896         * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
3897         * gdb.base/break-interp.exp (test_ld): Update for exit message
3898         change.
3899         * gdb.base/bang.exp: Update for exit message change.
3900         * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
3901         (do_call_attach_tests): Likewise.
3902         * gdb.base/a2-run.exp: Update for exit message change.
3903         * gdb.arch/ppc-dfp.exp: Update for exit message change.
3904         * gdb.ada/tasks.exp: Use gdb_continue_to_end.
3905         * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
3906
3907 2011-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3908
3909         * gdb.base/help.exp (help thread find): Fix one forgotten quote.
3910
3911 2011-03-03  Tom Tromey  <tromey@redhat.com>
3912
3913         * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
3914         * gdb.hp/gdb.aCC/configure (Makefile): Remove.
3915         * gdb.hp/gdb.aCC/configure.ac: Remove.
3916         * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
3917         * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
3918         * gdb.hp/gdb.base-hp/configure.ac: Remove.
3919         * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
3920         * gdb.hp/gdb.compat/configure (Makefile): Remove.
3921         * gdb.hp/gdb.compat/configure.ac: Remove.
3922         * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
3923         * gdb.hp/gdb.defects/configure (Makefile): Remove.
3924         * gdb.hp/gdb.defects/configure.ac: Remove.
3925         * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
3926         * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
3927         * gdb.hp/gdb.objdbg/configure.ac: Remove.
3928         * gdb.hp/configure.ac: Remove.
3929         * gdb.hp/configure: Remove.
3930         * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
3931         substitution.
3932         (Makefile): Remove rule.
3933         * gdb.cell/configure.ac: Remove.
3934         * gdb.cell/configure: Remove.
3935         * gdb.stabs/Makefile.in (Makefile): Remove.
3936         (distclean): Don't remove config.status or config.log.
3937         * gdb.stabs/configure (Makefile): Remove.
3938         * gdb.stabs/configure.ac: Remove.
3939         * configure: Rebuild.
3940         * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
3941         Remove stabs- and cell-specific logic.  Test for existence of
3942         ../gdbtk before configuring gdb.gdbtk.  Build Makefiles in gdb.hp
3943         subdirectories, gdb.cell, and and gdb.stabs.
3944         * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
3945
3946 2011-03-03  Joel Brobecker  <brobecker@adacore.com>
3947
3948         * gdb.python/py-inferior.exp: Avoid searching pattern beyond
3949         end of buffer.
3950
3951 2011-03-02  Joel Brobecker  <brobecker@adacore.com>
3952
3953         * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
3954         gdb_test when running a test where we expected no output back.
3955
3956 2011-02-28  Michael Snyder  <msnyder@vmware.com>
3957
3958         * gdb.cp/overload.cc: Change initializer value to integer.
3959
3960 2011-02-27  Michael Snyder  <msnyder@vmware.com>
3961
3962         * gdb.multi/base.exp: Add test for remove-inferiors.
3963
3964 2011-02-26  Joel Brobecker  <brobecker@adacore.com>
3965
3966         * gdb.python/py-frame.exp: Simplify the initialization phase
3967         using prepare_for_testing.
3968
3969 2011-02-25  Michael Snyder  <msnyder@vmware.com>
3970
3971         * gdb.multi/base.exp: Add tests for info inferiors with args.
3972
3973 2011-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3974
3975         * gdb.dwarf2/dw2-ranges.S: Rename to ...
3976         * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
3977         * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
3978         Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
3979         asmfile3.  Comment the STABS (#3) file compilation.  Compile
3980         everything through assembler.  Provide KFAIL for symtab/12497.
3981         * gdb.dwarf2/dw2-ranges2.S: Rename to ...
3982         * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
3983         * gdb.dwarf2/dw2-ranges3.S: Rename to ...
3984         * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
3985
3986 2011-02-24  Michael Snyder  <msnyder@vmware.com>
3987
3988         * gdb.base/break.exp: Add tests for delete breakpoints using
3989         convenience variables and value history references.
3990
3991 2011-02-24  Michael Snyder  <msnyder@vmware.com>
3992
3993         * gdb.base/break.exp: Remove debugging 'printf' accidentally
3994         left behind in previous check-in.
3995
3996 2011-02-23  Michael Snyder  <msnyder@vmware.com>
3997
3998         * gdb.base/break.exp: Add tests for "info break" with arguments.
3999         * gdb.trace/infotrace.exp: Update patterns for error and help.
4000         * gdb.base/completion.exp: Update pattern.
4001         * gdb.base/ena-dis-br.exp: Update pattern.
4002         * gdb.base/help.exp: Update patterns.
4003
4004 2011-02-23  Michael Snyder  <msnyder@vmware.com>
4005
4006         * gdb.base/memattr.exp: New test.
4007         * gdb.base/memattr.c: Test load for memattr.exp.
4008
4009 2011-02-22  Doug Evans  <dje@google.com>
4010
4011         * gdb.python/py-symbol.exp: Test lookup_global_symbol.
4012
4013 2011-02-22  Michael Snyder  <msnyder@vmware.com>
4014
4015         * Makefile.in: Make more clean.
4016         * gdb.ada/Makefile.in: Ditto.
4017         * gdb.arch/Makefile.in: Ditto.
4018         * gdb.asm/Makefile.in: Ditto.
4019         * gdb.base/Makefile.in: Ditto.
4020         * gdb.cp/Makefile.in: Ditto.
4021         * gdb.dwarf2/Makefile.in: Ditto.
4022         * gdb.java/Makefile.in: Ditto.
4023         * gdb.mi/Makefile.in: Ditto.
4024         * gdb.modula2/Makefile.in: Ditto.
4025         * gdb.python/Makefile.in: Ditto.
4026         * gdb.server/Makefile.in: Ditto.
4027         * gdb.stabs/Makefile.in: Ditto.
4028         * gdb.threads/Makefile.in: Ditto.
4029         * gdb.trace/Makefile.in: Ditto.
4030
4031 2011-02-22  Michael Snyder  <msnyder@vmware.com>
4032
4033         * gdb.threads/thread-find.exp: Add tests for bad input to
4034         info threads.
4035
4036 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
4037
4038         * gdb.python/py-breakpoint.exp: Fix the expected output of
4039         one of the "maint info breakpoints" tests to accept the output
4040         generated on platforms that do not have hardware watchpoints.
4041
4042 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
4043
4044         * gdb.python/py-breakpoint.exp: Remove unnecessary call to
4045         clean_restart.  Be a little stricter in the expected output
4046         for one of the tests.  Fix a typo in one of the comments.
4047
4048 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
4049
4050         * gdb.python/py-block.exp: Simplify using prepare_for_testing.
4051         Delete variable binfile, no longer use.  Add or modify test
4052         comments to make them unique.
4053
4054 2011-02-21  Michael Snyder  <msnyder@vmware.com>
4055
4056         * Makefile.in: Update for make clean.
4057         * gdb.ada/Makefile.in: Ditto.
4058         * gdb.arch/Makefile.in: Ditto.
4059         * gdb.asm/Makefile.in: Ditto.
4060         * gdb.base/Makefile.in: Ditto.
4061         * gdb.cp/Makefile.in: Ditto.
4062         * gdb.dwarf2/Makefile.in: Ditto.
4063         * gdb.java/Makefile.in: Ditto.
4064         * gdb.mi/Makefile.in: Ditto.
4065         * gdb.modula2/Makefile.in: Ditto.
4066         * gdb.python/Makefile.in: Ditto.
4067         * gdb.server/Makefile.in: Ditto.
4068         * gdb.stabs/Makefile.in: Ditto.
4069         * gdb.threads/Makefile.in: Ditto.
4070         * gdb.trace/Makefile.in: Ditto.
4071
4072 2011-02-21  Michael Snyder  <msnyder@vmware.com>
4073
4074         * gdb.threads/thread-find.exp: Update patterns for changes in
4075         output of "info threads" command.
4076
4077 2011-02-21  Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4078             Ulrich Weigand  <uweigand@de.ibm.com>
4079
4080         * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
4081         (skip_hw_watchpoint_tests): Likewise.
4082         (skip_hw_watchpoint_multi_tests): Likewise.
4083
4084 2011-02-21  Ulrich Weigand  <uweigand@de.ibm.com>
4085
4086         * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
4087         (skip_hw_watchpoint_tests): Likewise.
4088         (skip_hw_watchpoint_multi_tests): Likewise.
4089         (skip_hw_watchpoint_access_tests): Likewise.
4090
4091         * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
4092         * gdb.base/pr11022.exp: Likewise.
4093         * gdb.base/watch-read.exp: Likewise.
4094         * gdb.base/watch_thread_num.exp: Likewise.
4095         * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
4096         * gdb.base/watchpoint-hw.exp: Likewise.
4097         * gdb.base/watchpoint.exp: Likewise.
4098         * gdb.threads/local-watch-wrong-thread.exp: Likewise.
4099         * gdb.threads/watchthreads-reorder.exp: Likewise.
4100         * gdb.threads/watchthreads.exp: Likewise.
4101         * gdb.threads/watchthreads2.exp: Likewise.
4102
4103 2011-02-21  Joel Brobecker  <brobecker@adacore.com>
4104
4105         * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
4106         the debugger is unable to find the array bounds.
4107
4108 2011-02-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4109
4110         * gdb.cp/typedef-operator.exp: New file.
4111         * gdb.cp/typedef-operator.cc: New file.
4112
4113 2011-02-17  Michael Snyder  <msnyder@vmware.com>
4114
4115         * gdb.threads/thread-find.exp: Fix regular expressions.
4116
4117 2011-02-17  Joel Brobecker  <brobecker@adacore.com>
4118
4119         * gdb.ada/packed_array: Expand testcase to test printing of
4120         unconstrained packed array.
4121
4122 2011-02-17  Joel Brobecker  <brobecker@adacore.com>
4123
4124         * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
4125
4126 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
4127
4128         * gdb.trace/collection.c (globalarr3): New global.
4129         (main): Initialize it before collecting, and and clear it
4130         afterwards.
4131         * gdb.trace/collection.exp (gdb_collect_globals_test): Test
4132         collecting with '{type} addr', where the addr expression is not an
4133         rvalue.
4134
4135 2011-02-16  Ken Werner  <ken.werner@de.ibm.com>
4136
4137         * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
4138         a bool variable. Expect correct OpenCL names for vector types. Use the
4139         uc3 variable name instead of referring to the uchar3 built-in type.
4140         Escape the asterisk at the half pointer test.
4141
4142 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
4143
4144         * gdb.trace/collection.c (globalarr2): New global.
4145         (main): Initialize it before collecting, and and clear it
4146         afterwards.
4147         * gdb.trace/collection.exp (gdb_collect_globals_test): Test
4148         collecting overlapping memory ranges.
4149
4150 2011-02-15  Michael Snyder  <msnyder@vmware.com>
4151
4152         * gdb.base/default.exp: Add tests for thread commands.
4153         * gdb.base/help.exp: Add tests for thread commands.
4154         * gdb.threads/thread-find.exp: New test for thread find command.
4155
4156 2011-02-15  Ken Werner  <ken.werner@de.ibm.com>
4157
4158         * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
4159
4160 2011-02-15  Yao Qi  <yao@codesourcery.com>
4161
4162         PR tdep/12352
4163         * gdb.arch/arm-disp-step.S : New test for str instruction.
4164         * gdb.arch/arm-disp-step.exp : Likewise.
4165
4166 2011-02-15  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4167
4168         * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
4169         "vector_register2_vr" test strings.  Test the extended floating
4170         point registers (F32~F63).
4171         * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
4172         IBM XL C compiler.  Make the test program use a register provided
4173         by the compiler for the lxvd2x instruction.
4174
4175 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
4176
4177         * gdb.trace/unavailable.cc (class Base, class Middle, class
4178         Derived): New types.
4179         (derived_unavail, derived_partial, derived_whole): New globals.
4180         (virtual_partial): New global.
4181         (virtualp): Point at virtual_partial.
4182         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
4183         related to unavailable vptr.
4184
4185 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
4186
4187         * gdb.trace/unavailable.cc (a, b, c): New globals.
4188         (main): Set and clear them.
4189         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
4190         `a' and `c', and check that `b' isn't collected, although `a' and
4191         `c' are.
4192
4193 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
4194
4195         * gdb.trace/unavailable.cc (struct Virtual): New.
4196         (virtualp): New global pointer.
4197         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
4198         printing a pointer to an object whose type has a vtable, with
4199         print object on.
4200
4201 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
4202
4203         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
4204         value repeat handles unavailableness.
4205
4206 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
4207
4208         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
4209         tests for building arrays from unavailable values, subscripting
4210         non-memory rvalue unvailable arrays, and accessing fields or
4211         baseclasses of non-lazy unavailable values,
4212         * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
4213         struct types.
4214         (g_smallstruct, g_smallstruct_b): New globals.
4215
4216 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
4217
4218         * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
4219
4220 2011-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4221
4222         Fix const/volatile qualifiers of C++ types, PR c++/12328.
4223         * gdb.cp/overload-const.exp: New file.
4224         * gdb.cp/overload-const.cc: New file.
4225
4226 2011-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
4227
4228         * gdb.opencl/callfuncs.cl: New file.
4229         * gdb.opencl/callfuncs.exp: New test.
4230         * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
4231
4232 2011-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
4233
4234         * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
4235         when computing result.
4236         * gdb.arch/altivec-abi.exp: Update expected results.
4237
4238 2011-02-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4239
4240         * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
4241         * gdb.base/jit.exp: Likewise.
4242         * gdb.base/pie-execl.exp: Likewise.
4243         * gdb.base/solib-nodir.exp: Likewise.
4244         * gdb.base/solib-overlap.exp: Likewise.
4245
4246 2011-02-07  Pedro Alves  <pedro@codesourcery.com>
4247
4248         * gdb.trace/collection.c (global_pieces): New.
4249         * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
4250         New procedure.
4251         (gdb_trace_collection_test): Call it.
4252
4253 2011-02-04  Sami Wagiaalla  <swagiaal@redhat.com>
4254
4255         * gdb.python/py-evthreads.c: New file.
4256         * gdb.python/py-evthreads.exp: New file.
4257         * gdb.python/py-events.py: New file.
4258         * gdb.python/py-events.exp: New file.
4259         * gdb.python/py-events.c: New file.
4260
4261 2011-02-04 David Daney <ddaney@caviumnetworks.com>
4262
4263         * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
4264
4265 2011-02-03  Andrew Burgess  <aburgess@broadcom.com>
4266
4267         * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
4268         gdb.base/disasm-end-cu.exp: New test for disassembling over the
4269         boundary between two compilation units.
4270
4271 2011-02-02  Pedro Alves  <pedro@codesourcery.com>
4272
4273         * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
4274         (Virtual): New structs.
4275         (virtual_o, virtual_middle_b): New globals.
4276         * gdb.cp/virtbase.exp: New tests.
4277
4278 2011-01-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
4279
4280         * gdb.base/jit.exp: New file.
4281         * gdb.base/jit-main.c: New file.
4282         * gdb.base/jit-solib.c: New file.
4283
4284 2011-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
4285
4286         * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
4287         proceed to initial kernel entry point.
4288         * gdb.opencl/datatypes.exp: Likewise.
4289         * gdb.opencl/operators.exp: Likewise.
4290         * gdb.opencl/vec_comps.exp: Likewise.
4291
4292 2011-01-31  Sami Wagiaalla  <swagiaal@redhat.com>
4293
4294         * gdb.cp/nsnested.cc: New.
4295         * gdb.cp/nsnested.exp: New.
4296         * gdb.cp/nsnoimports.exp: New.
4297         * gdb.cp/nsnoimports.cc: New.
4298
4299 2011-01-31  Joel Brobecker  <brobecker@adacore.com>
4300
4301         * gdb.base/interact.exp: Add extra tests that verify that
4302         the value of the interactive-mode setting does not change
4303         after the script is sourced.
4304
4305 2011-01-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
4306
4307         * gdb.cp/noparam.exp: New file.
4308         * gdb.cp/noparam.cc: New file.
4309
4310 2011-01-28  Pedro Alves  <pedro@codesourcery.com>
4311
4312         * gdb.trace/tfile.exp: Test that with no traceframe selected,
4313         there's no stack or registers.
4314
4315 2011-01-26  Tom Tromey  <tromey@redhat.com>
4316
4317         * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
4318         space before string output.  Add test for "set print pretty off"
4319         case.
4320
4321 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
4322
4323         * gdb.base/frame-args.exp: Adjust.
4324         * gdb.dwarf2/dw2-noloc.exp: Adjust.
4325         * gdb.dwarf2/dw2-inline-param.exp: Adjust.
4326         * gdb.dwarf2/pieces.exp: Adjust.
4327         * gdb.opt/clobbered-registers-O2.exp: Adjust.
4328         * gdb.opt/inline-locals.exp: Adjust.
4329         * gdb.threads/fork-child-threads.exp: Adjust.
4330
4331 2011-01-25  Ken Werner  <ken.werner@de.ibm.com>
4332
4333         * gdb.opencl/convs_casts.cl: Move program scope variables into the
4334         OpenCL kernel function. Add a comment as marker. Add address space
4335         qualifiers for the remaining program scope variables.
4336         * gdb.opencl/datatypes.cl: Likewise.
4337         * gdb.opencl/operators.cl: Likewise.
4338         * gdb.opencl/vec_comps.cl: Likewise.
4339         * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
4340         Add breakpoint at the marker comment.
4341         * gdb.opencl/datatypes.exp: Likewise.
4342         * gdb.opencl/operators.exp: Likewise.
4343         * gdb.opencl/vec_comps.exp: Likewise.
4344
4345 2011-01-24  Pedro Alves  <pedro@codesourcery.com>
4346
4347         * gdb.base/printcmds.c (some_struct): New struct and instance.
4348         * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
4349         procedure.
4350         <global scope>: Call it.
4351
4352 2011-01-21  Ken Werner  <ken.werner@de.ibm.com>
4353
4354         * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
4355         argument to the gdb_compile_opencl_hostapp call.
4356
4357 2011-01-19  Yao Qi  <yao@codesourcery.com>
4358
4359         * lib/dwarf.exp (dwarf2_support): Change supported targets to a
4360         positve list.
4361
4362 2011-01-19  Yao Qi  <yao@codesourcery.com>
4363
4364         * gdb.asm/asm-source.exp: Replace ARM target triplet with a
4365         canonical form.
4366         Remove "xscale-*-*"
4367         * gdb.xml/tdesc-regs.exp: Likewise.
4368         * gdb.python/py-section-script.exp: Replace ARM target triplet
4369         with canonical form.
4370         Match arm*-*-symbianelf*.
4371         * gdb.base/dup-sect.exp: Likewise.
4372         * lib/dwarf.exp: New.
4373         * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
4374         dwarf2_support.
4375         * gdb.dwarf2/dup-psym.exp: Likewise.
4376         * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
4377         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4378         * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
4379         * gdb.dwarf2/dw2-basic.exp: Likewise.
4380         * gdb.dwarf2/dw2-compressed.exp: Likewise.
4381         * gdb.dwarf2/dw2-const.exp: Likewise.
4382         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
4383         * gdb.dwarf2/dw2-cu-size.exp: Likewise.
4384         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4385         * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
4386         * gdb.dwarf2/dw2-filename.exp: Likewise.
4387         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4388         * gdb.dwarf2/dw2-inline-param.exp: Likewise.
4389         * gdb.dwarf2/dw2-intercu.exp: Likewise.
4390         * gdb.dwarf2/dw2-intermix.exp: Likewise.
4391         * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
4392         * gdb.dwarf2/dw2-noloc.exp: Likewise.
4393         * gdb.dwarf2/dw2-op-call.exp: Likewise.
4394         * gdb.dwarf2/dw2-producer.exp: Likewise.
4395         * gdb.dwarf2/dw2-ranges.exp: Likewise.
4396         * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
4397         * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
4398         * gdb.dwarf2/dw2-strp.exp: Likewise.
4399         * gdb.dwarf2/dw2-unresolved.exp: Likewise.
4400         * gdb.dwarf2/implptr.exp: Likewise.
4401         * gdb.dwarf2/mac-fileno.exp: Likewise.
4402         * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
4403         * gdb.dwarf2/pieces.exp: Likewise.
4404         * gdb.dwarf2/pr11465.exp: Likewise.
4405         * gdb.dwarf2/valop.exp: Likewise.
4406         * gdb.dwarf2/watch-notconst.exp: Likewise.
4407         * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
4408
4409 2011-01-19  Tom Tromey  <tromey@redhat.com>
4410
4411         * gdb.python/py-infthread.exp: Add thread tests.
4412
4413 2011-01-14  Joel Brobecker  <brobecker@adacore.com>
4414
4415         * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
4416
4417 2011-01-14  Joel Brobecker  <brobecker@adacore.com>
4418
4419         * gdb.ada/widewide: New testcase.
4420
4421 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
4422
4423         * gdb.base/interact.exp: New testcase.
4424
4425 2011-01-12  Tom Tromey  <tromey@redhat.com>
4426
4427         * gdb.mi/gdb2549.exp: Update for error message changes.
4428         * gdb.mi/mi-cli.exp: Likewise.
4429         * gdb.mi/mi-disassemble.exp: Likewise.
4430         * gdb.mi/mi-pthreads.exp: Likewise.
4431         * gdb.mi/mi-regs.exp: Likewise.
4432         * gdb.mi/mi-stack.exp: Likewise.
4433         * gdb.mi/mi-var-block.exp: Likewise.
4434         * gdb.mi/mi-var-cmd.exp: Likewise.
4435         * gdb.mi/mi2-cli.exp: Likewise.
4436         * gdb.mi/mi2-disassemble.exp: Likewise.
4437         * gdb.mi/mi2-pthreads.exp: Likewise.
4438         * gdb.mi/mi2-regs.exp: Likewise.
4439         * gdb.mi/mi2-stack.exp: Likewise.
4440         * gdb.mi/mi2-var-block.exp: Likewise.
4441         * gdb.mi/mi2-var-cmd.exp: Likewise.
4442
4443 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
4444             Jan Kratochvil  <jan.kratochvil@redhat.com>
4445
4446         PR fortran/11104 and DWARF unbound arrays detection.
4447         * gdb.fortran/multi-dim.exp: New file.
4448         * gdb.fortran/multi-dim.f90: New file.
4449
4450 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
4451
4452         * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
4453         expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
4454         add new tests for opcode dumping.
4455
4456 2011-01-11  Tom Tromey  <tromey@redhat.com>
4457
4458         * gdb.python/py-infthread.exp: Load gdb-python.exp.
4459
4460 2010-01-11  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4461
4462         Convert hardware watchpoints to use breakpoint_ops.
4463         * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
4464         type is not supported.
4465         * gdb.base/foll-fork.exp: Likewise.
4466         * gdb.base/foll-vfork.exp: Likewise.
4467
4468 2011-01-10  Phil Muldoon  <pmuldoon@redhat.com>
4469
4470         * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
4471         Use load_lib gdb-python.exp.
4472         * gdb.python/python.exp: Ditto.
4473         * gdb.python/py-function.exp: Ditto.
4474
4475 2011-01-09  Andreas Schwab  <schwab@linux-m68k.org>
4476
4477         * gdb.threads/tls.exp ("info address me"): Fix expected output.
4478
4479 2011-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4480
4481         * configure: Regenerate.
4482
4483 2011-01-06  Tom Tromey  <tromey@redhat.com>
4484
4485         * gdb.python/py-frame.exp: Test gdb.newest_frame.
4486
4487 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
4488
4489         * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
4490         gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
4491         gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
4492         gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
4493         gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
4494         gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
4495         gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
4496         gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
4497         gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
4498         gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
4499         gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
4500         gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
4501         gdb.ada/null_array.exp, gdb.ada/null_record.exp,
4502         gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
4503         gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
4504         gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
4505         gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
4506         gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
4507         gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
4508         gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
4509         gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
4510         gdb.ada/uninitialized_vars.exp,
4511         gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
4512         Simplify by using clean_restart.
4513
4514 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
4515
4516         Add marker to be used as anchor for inserting breakpoints.
4517         * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
4518         * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
4519         Likewise.
4520
4521         Remove uses of gdb_start_cmd.
4522         * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
4523         * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
4524
4525         Do not run testcase if testing with GDBserver.
4526         * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
4527         if testing with GDBserver.
4528
4529 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
4530
4531         * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
4532         gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
4533         copyright header.
4534
4535 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
4536
4537         * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
4538         testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
4539         testsuite/gdb.fortran/complex.f,
4540         testsuite/gdb.fortran/derived-type.f90,
4541         testsuite/gdb.fortran/library-module-lib.f90,
4542         testsuite/gdb.fortran/library-module-main.f90,
4543         testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
4544         testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
4545         Copyright year update.
4546
4547 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
4548
4549         * gdb.base/langs1.f: Add copyright header.
4550
4551 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4552
4553         * gdb.base/morestack.exp: New file.
4554         * gdb.base/morestack.c: New file.
4555
4556 2011-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4557
4558         * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
4559
4560 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
4561
4562         * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
4563         * gdb.ada/arrayptr.exp: Add test printing that new variable.
4564
4565 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
4566
4567         * gdb.ada/lang_switch.exp: Correct expected parameter value.
4568
4569 2010-12-25  Andreas Schwab  <schwab@linux-m68k.org>
4570
4571         * gdb.threads/tls.exp: Fix typo.
4572
4573         * gdb.threads/thread-specific.exp (get_thread_list): Update.
4574         * gdb.threads/execl.exp: Update.
4575
4576 2010-12-23  Yao Qi  <yao@codesourcery.com>
4577
4578         * gdb.arch/arm-disp-step.exp: New.
4579         * gdb.arch/arm-disp-step.S: New.
4580
4581 2010-12-21  Tom Tromey  <tromey@redhat.com>
4582
4583         * gdb.threads/execl.exp: Update.
4584         * gdb.threads/linux-dp.exp: Update.
4585         * gdb.threads/manythreads.exp: Update.
4586         * gdb.threads/tls.exp: Update.
4587
4588 2010-12-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4589
4590         * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
4591         (NextOverThrowDerivates) <resumebpt>: New.
4592         (resumebpt_test): New.
4593         (main): Call resumebpt_test.
4594         * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
4595
4596 2010-12-12  Stan Shebs  <stan@codesourcery.com>
4597
4598         * gdb.trace/tsv.exp: Test print command on trace state variables.
4599
4600 2010-12-09  Tom Tromey  <tromey@redhat.com>
4601
4602         * gdb.base/interp.exp: Add regression test.
4603
4604 2010-12-09  Tom Tromey  <tromey@redhat.com>
4605
4606         * gdb.java/jnpe.java: New file.
4607         * gdb.java/jnpe.exp: New file.
4608         * gdb.cp/nextoverthrow.exp: New file.
4609         * gdb.cp/nextoverthrow.cc: New file.
4610
4611 2010-12-07  Doug Evans  <dje@google.com>
4612
4613         * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
4614         of data-directory.
4615         * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
4616         updated.
4617         * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
4618
4619 2010-11-29  Michael Snyder  <msnyder@vmware.com>
4620
4621         * gdb.base/callfuncs.exp: Test for skip_float_tests.
4622         * gdb.base/call-sc.exp: Ditto.
4623         * gdb.base/finish.exp: Ditto.
4624         * gdb.base/return.exp: Ditto.
4625         * gdb.base/return2.exp: Ditto.
4626
4627 2010-11-30  Doug Evans  <dje@google.com>
4628
4629         * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
4630         (gdb_expect_list): Fix spelling errors in comments.
4631         * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
4632         send_gdb/gdb_expect_list where applicable.
4633         * gdb.base/call-ar-st.exp: Ditto.
4634         * gdb.base/funcargs.exp: Ditto.
4635         * gdb.base/gcore.exp: Ditto.
4636         * gdb.base/page.exp: Ditto.
4637         * gdb.base/sigaltstack.exp: Ditto.
4638         * gdb.base/siginfo.exp: Ditto.
4639         * gdb.base/sigstep.exp: Ditto.
4640         * gdb.base/trace-commands.exp: Ditto.
4641
4642 2010-11-29  Doug Evans  <dje@google.com>
4643
4644         * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
4645         printer-name;subprinter-name.
4646
4647 2010-11-29  Tom Tromey  <tromey@redhat.com>
4648
4649         * gdb.dwarf2/implptr.exp: New file.
4650         * gdb.dwarf2/implptr.c: New file.
4651         * gdb.dwarf2/implptr.S: New file.
4652
4653 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
4654
4655         PR python/12199
4656
4657         * gdb.python/py-breakpoint.exp: Test the delete method.
4658
4659 2010-11-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4660
4661         Fix step_resume_breakpoint unsaved during an infcall.
4662         * gdb.base/step-resume-infcall.exp: New file.
4663         * gdb.base/step-resume-infcall.c: New file.
4664
4665 2010-11-24  Edjunior Machado  <emachado@br.ibm.com>
4666
4667         * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
4668
4669 2010-11-24  Edjunior Machado  <emachado@br.ibm.com>
4670
4671         * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
4672         on ppc64's symbols; "finish" and "return" commands must accept to
4673         show the caller line again as well as the line after.
4674         * gdb.asm/powerpc64.inc: New file.
4675
4676 2010-11-23  Doug Evans  <dje@google.com>
4677
4678         * lib/gdb.exp (gdb_test_sequence): New function.
4679         (gdb_expect_list): Add verbose -log call for each pattern.
4680         * gdb.base/signals.exp (test_handle_all_print): Call it.
4681         Reduce timeout increment from 6 minutes to 1 minute.
4682         * gdb.server/ext-run.exp: Call it.
4683
4684 2010-11-23  Phil Muldoon  <pmuldoon@redhat.com>
4685
4686         PR python/12212
4687
4688         * gdb.python/python.exp: Check that selected_thread raises an
4689         error when no inferior is loaded.
4690
4691 2010-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4692
4693         * gdb.dwarf2/dw2-stack-boundary.exp: New file.
4694         * gdb.dwarf2/dw2-stack-boundary.S: New file.
4695
4696 2010-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4697
4698         * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
4699         * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
4700
4701 2010-11-18  Doug Evans  <dje@google.com>
4702
4703         * gdb.server/ext-run.exp: Fix intermittent failures.
4704
4705 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
4706
4707         * gdb.stabs/gdb11479.exp: Use runto_main.
4708
4709 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
4710
4711         * gdb.base/break-entry.exp: Skip if using a stub.
4712
4713 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
4714
4715         * gdb.python/py-inferior.exp: Pack values in target endianness.
4716
4717 2010-11-12  Tom Tromey  <tromey@redhat.com>
4718
4719         * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
4720         * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
4721         MemoryError.
4722         * gdb.python/python.exp (gdb_py_test_multiple): Update exception
4723         type.
4724         * gdb.python/py-value.exp (test_value_in_inferior): Add test for
4725         MemoryError.
4726         (test_subscript_regression): Update exception type.
4727
4728 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
4729
4730         * gdb.python/py-breakpoint.exp: Add internal watchpoint and
4731         breakpoint tests.
4732
4733 2010-11-09  Pedro Alves  <pedro@codesourcery.com>
4734
4735         * gdb.base/watchpoint.exp: Test "watch -location" with an
4736         innacessible location.
4737
4738 2010-11-09  Edjunior Machado  <emachado@br.ibm.com>
4739             Luis Machado  <luisgpm@br.ibm.com>
4740
4741         * gdb.base/maint.exp: Expect "." prefix.
4742         * gdb.base/nodebug.exp: Expect "." Likewise.
4743         * gdb.base/sepsymtab.exp: Expect "." Likewise.
4744         * gdb.base/watchpoint-cond-gone.exp: Likewise.
4745         * gdb.base/watchpoint.exp: Expect a software watch to be created for
4746         POWER server processors.
4747
4748 2010-11-08  Edjunior Machado  <emachado@br.ibm.com>
4749             Luis Machado  <luisgpm@br.ibm.com>
4750
4751         * gdb.base/break-entry.exp: convert entry point for
4752         ppc64 and expect leading `.' on ppc64's symbols
4753
4754 2010-11-05  Doug Evans  <dje@google.com>
4755
4756         * gdb.base/help.exp: Update expected output.
4757         * gdb.python/py-param.exp: Delete, contents moved to ...
4758         * gdb.python/py-parameter.exp: ... here.  New file.
4759         Add test for gdb.parameter ("directories").
4760
4761 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
4762
4763         * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
4764         * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
4765         * configure: Regenerate.
4766         * gdb.opencl/Makefile.in: New File.
4767         * gdb.opencl/datatypes.exp: Likewise.
4768         * gdb.opencl/datatypes.cl: Likewise.
4769         * gdb.opencl/operators.exp: Likewise.
4770         * gdb.opencl/operators.cl: Likewise.
4771         * gdb.opencl/vec_comps.exp: Likewise.
4772         * gdb.opencl/vec_comps.cl: Likewise.
4773         * gdb.opencl/convs_casts.exp: Likewise.
4774         * gdb.opencl/convs_casts.cl: Likewise.
4775         * lib/opencl.exp: Likewise.
4776         * lib/opencl_hostapp.c: Likewise.
4777         * lib/opencl_kernel.cl: Likewise.
4778         * lib/cl_util.c: Likewise.
4779         * lib/cl_util.c: Likewise.
4780         * gdb.base/default.exp (set language): Add "opencl" to the list of
4781         languages.
4782
4783 2010-11-04  Sami Wagiaalla  <swagiaal@redhat.com>
4784
4785         * gdb.cp/overload.exp: Added test for inheritance overload.
4786         * gdb.cp/overload.cc: Ditto.
4787         * gdb.cp/oranking.exp: Removed releveant kfails.
4788
4789 2010-11-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4790             Joel Brobecker  <brobecker@adacore.com>
4791
4792         * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
4793         check test_compiler_info.
4794
4795 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
4796
4797         * gdb.base/gnu_vector.exp: Adjust expect messages.
4798
4799 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
4800
4801         * gdb.base/gnu_vector.exp: Add unary operator tests.
4802
4803 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
4804
4805         * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
4806
4807 2010-11-02  Doug Evans  <dje@google.com>
4808
4809         * gdb.python/py-pp-maint.c: New file.
4810         * gdb.python/py-pp-maint.exp: New file.
4811         * gdb.python/py-pp-maint.py: New file.
4812
4813 2010-11-02  Tom Tromey  <tromey@redhat.com>
4814
4815         * gdb.base/default.exp: Remove "scheme" from language list.
4816
4817 2010-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4818
4819         Revert:
4820         2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4821         * gdb.threads/sigstep-threads.exp: New file.
4822         * gdb.threads/sigstep-threads.c: New file.
4823
4824 2010-10-20  Michael Snyder  <msnyder@vmware.com>
4825
4826         * gdb.threads/fork-child-threads.exp: Don't run on remote target.
4827
4828 2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
4829
4830         * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
4831         Skip test completely if gdb,no_hardware_watchpoints.
4832
4833 2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
4834
4835         * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
4836         strict, but do not check for any particular function name within libc.
4837
4838 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
4839
4840         * gdb.cp/smartp.exp: New test.
4841         * gdb.cp/smartp.cc : New test.
4842
4843 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
4844
4845         * gdb.cp/converts.exp: Test pointer to bool conversion.
4846         Test pointer to long conversion.
4847         * gdb.cp/oranking.exp: Removed relevant kfail.
4848
4849 2010-10-18  Tom Tromey  <tromey@redhat.com>
4850
4851         * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
4852         argument to lazy_string.
4853         * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
4854         (pp_ls.to_string): Use it.
4855         * gdb.python/py-prettyprint.c (main): Move declarations to top.
4856         Add "estring2" local.
4857
4858 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4859
4860         Fix s390x compatibility.
4861         * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS.  Twice.
4862         * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
4863
4864 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4865
4866         * gdb.threads/sigstep-threads.exp: New file.
4867         * gdb.threads/sigstep-threads.c: New file.
4868
4869 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4870
4871         * gdb.base/pie-execl.exp: New file.
4872         * gdb.base/pie-execl.c: New file.
4873
4874 2010-10-13  Doug Evans  <dje@google.com>
4875             Jan Kratochvil  <jan.kratochvil@redhat.com>
4876
4877         PR exp/12117
4878         * gdb.cp/ptype-cv-cp.cc: New file.
4879         * gdb.cp/ptype-cv-cp.exp: New file.
4880
4881 2010-10-14  Sami Wagiaalla  <swagiaal@redhat.com>
4882
4883         * gdb.cp/converts.cc: New test program.
4884         * gdb.cp/converts.exp: New test.
4885         * gdb.cp/overload.exp: Added test for void* vs int*.
4886         * gdb.cp/overload.exp: Ditto.
4887         * gdb.cp/oranking.exp: Removed related kfail.
4888
4889 2010-10-13  Doug Evans  <dje@google.com>
4890
4891         * lib/gdb-python.exp (gdb_check_python_config): New function.
4892         * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
4893         * gdb.python/lib-types.cc: New file.
4894         * gdb.python/lib-types.exp: New file.
4895
4896 2010-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4897
4898         * gdb.python/py-error.exp: New file.
4899         * gdb.python/py-error.py: New file.
4900
4901 2010-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4902
4903         * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
4904         gdb_test_multiple.
4905
4906 2010-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4907
4908         * gdb.base/break-interp.exp: Use ldlags for linking flags.
4909         * gdb.base/prelink.exp: Likewise.
4910         * gdb.base/solib-nodir.exp: Likewise.
4911         * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
4912         (gdb_compile) <shlib_load>: Use ldlags for linking flags.
4913         * lib/prelink-support.exp (build_executable_own_libs): Likewise.
4914
4915 2010-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
4916
4917         * break-interp.exp (test_ld): Use two separate gdb_expect statements
4918         for the "info files" test to avoid timeouts on slow machines.
4919
4920 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4921
4922         * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
4923         (main): Make openlib dummy call.
4924
4925 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4926
4927         Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
4928         * break-interp.exp (reach): Move the core body ...
4929         (reach_1): ... here.  Use stop-on-solib-events for _dl_debug_state.
4930         (test_ld): Provide always real argument, even to the linker.  Replace
4931         dl_main by _dl_debug_state.
4932
4933 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4934
4935         Fix results of prelinked PIEs on ppc*.
4936         * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
4937         Accept also DISPLACEMENT "PRESENT".
4938         (main): Replace "ZERO" displacements by "PRESENT".
4939
4940 2010-10-08  Sami Wagiaalla  <swagiaal@redhat.com>
4941
4942         * gdb.cp/oranking.exp: New test.
4943         * gdb.cp/oranking.cc: New test program.
4944
4945 2010-10-08  Ken Werner  <ken.werner@de.ibm.com>
4946
4947         * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
4948         * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
4949
4950 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
4951
4952         * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
4953         lush, lynx) New constant.
4954         * gdb.base/constvars.exp: Test const array types.
4955         * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
4956
4957 2010-10-06  Doug Evans  <dje@google.com>
4958
4959         * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
4960         of syscall staging area.
4961
4962 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
4963
4964         * gdb.base/gnu_vector.c: Add variable c4.
4965         * gdb.base/gnu_vector.exp: Add tests for character vector printing.
4966         * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
4967
4968 2010-10-05  Maciej W. Rozycki  <macro@codesourcery.com>
4969
4970         * gdb.arch/altivec-abi.exp: Fix a typo.
4971
4972 2010-10-02  Maciej W. Rozycki  <macro@codesourcery.com>
4973
4974         * lib/mi-support.exp (thread_selected_re): Correct pattern used
4975         to match a thread ID.
4976
4977 2010-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4978
4979         Fix s390x testcase compatibility.
4980         * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
4981
4982 2010-10-01  Doug Evans  <dje@google.com>
4983
4984         * lib/gdb-python.exp: New file.
4985         * gdb.python/py-block.exp: Use it.
4986         * gdb.python/py-breakpoint.exp: Ditto.
4987         * gdb.python/py-frame.exp: Ditto.
4988         * gdb.python/py-inferior.exp: Ditto.
4989         * gdb.python/py-param.exp: Ditto.
4990         * gdb.python/py-prettyprint.exp: Ditto.
4991         * gdb.python/py-shared.exp: Ditto.
4992         * gdb.python/py-symbol.exp: Ditto.
4993         * gdb.python/py-symtab.exp: Ditto.
4994         * gdb.python/py-type.exp: Ditto.
4995         * gdb.python/py-value.exp: Ditto.
4996         * gdb.python/python.exp: Ditto.
4997
4998 2010-09-30  Tom Tromey  <tromey@redhat.com>
4999
5000         * gdb.base/anon.exp: New file.
5001         * gdb.base/anon.c: New file.
5002
5003 2010-09-30  Tom Tromey  <tromey@redhat.com>
5004
5005         * gdb.base/completion.exp: Test completion through anonymous
5006         union.
5007         * gdb.base/break1.c (struct some_struct): Add anonymous union.
5008
5009 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
5010
5011         Fix printing parameters of inlined functions.
5012         * gdb.dwarf2/dw2-inline-param.exp: New file.
5013         * gdb.dwarf2/dw2-inline-param-main.c: New file.
5014         * gdb.dwarf2/dw2-inline-param.S: New file.
5015
5016 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
5017
5018         PR corefiles/12071.
5019         * gdb.base/corefile.exp (quit with a process, no question: load core)
5020         (quit with a core file): New tests.
5021
5022 2010-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5023
5024         Fix GDB crash on inferior calls with self-referencing classes.
5025         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
5026         * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
5027         * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
5028
5029 2010-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5030
5031         Fix lost siginfo_t for inferior calls.
5032         * gdb.base/siginfo-infcall.exp: New file.
5033         * gdb.base/siginfo-infcall.c: New file.
5034
5035 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
5036
5037         * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
5038
5039 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
5040
5041         * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
5042         New test.
5043         * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
5044
5045 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
5046
5047         * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
5048         type of our const type.
5049
5050 2010-09-22  Sami Wagiaalla  <swagiaal@redhat.com>
5051
5052         * gdb.cp/pr12028.cc: New.
5053         * gdb.cp/pr12028.exp: New.
5054
5055 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
5056
5057         * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
5058
5059 2010-09-16  Phil Muldoon  <pmuldoon@redhat.com>
5060             Jan Kratochvil  <jan.kratochvil@redhat.com>
5061
5062         PR mi/11407
5063         * gdb.mi/dw2-ref-missing-frame-func.c: New File.
5064         * gdb.mi/dw2-ref-missing-frame-main.c New File.
5065         * gdb.mi/dw2-ref-missing-frame.S New File.
5066         * gdb.mi/dw2-ref-missing-frame.exp New File.
5067
5068 2010-09-14  Tom Tromey  <tromey@redhat.com>
5069
5070         PR symtab/8399:
5071         * gdb.threads/tls.exp: Remove kfail.  Update expected output.
5072
5073 2010-09-14  Tom Tromey  <tromey@redhat.com>
5074
5075         PR exp/11803:
5076         * gdb.threads/tls.exp: Use C++.
5077         (check_thread_local): Use K::another_thread_local.
5078         * gdb.threads/tls.c (class K): New.
5079         (another_thread_local): Now a member of K.
5080         (spin): Update.  No longer K&R C.
5081
5082 2010-09-13  Sami Wagiaalla  <swagiaal@redhat.com>
5083
5084         * gdb.cp/koenig.cc: created class for testing member lookup.
5085         * gdb.cp/koenig.exp: Added test for member lookup.
5086
5087 2010-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5088
5089         Fix false FAILs on sourcetree topdir directory containing "kill".
5090         * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
5091         source line matching regexp.
5092
5093 2010-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5094
5095         * gdb.python/python.exp (set height 0, collect help from uiout)
5096         (verify help to uiout): New tests.
5097
5098 2010-09-10  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
5099
5100         * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
5101         is_lp64_target to check 64bit target.
5102
5103 2010-09-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
5104
5105         * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
5106         (test_ld) <powerpc64-*>: New.
5107
5108 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
5109
5110         * gdb.cp/templates.exp (test_template_args): Allow "struct".
5111
5112 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
5113
5114         * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
5115         (FunctionArg::method): New function.
5116         (empty, arg): New variables.
5117         (main): Call arg.method.
5118         * gdb.cp/templates.exp (test_template_args): New function.
5119         (do_tests): Call it.
5120
5121 2010-09-08  Ulrich Weigand  <uweigand@de.ibm.com>
5122
5123         * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
5124         of "next" to proceed over pthread_exit call.
5125
5126 2010-09-08  Ulrich Weigand  <uweigand@de.ibm.com>
5127
5128         * gdb.base/maint.exp: Avoid wildcards against potentially very long
5129         "maint print statistics" output to prevent expect timeouts.
5130
5131 2010-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5132
5133         * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
5134         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
5135         (test_float_rejected): ... here.
5136         * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
5137         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
5138         (test_float_rejected): ... here.
5139         * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
5140         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
5141         (test_float_rejected): ... here.
5142         * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
5143         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
5144         (test_float_rejected): ... here.
5145
5146 2010-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
5147
5148         * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
5149         before disabling hardware watchpoints.
5150         (test_inaccessible_watchpoint): Check that hardware watchpoints
5151         are used.  Test for watchpoints on a constant address.
5152
5153 2010-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5154
5155         * gdb.base/ui-redirect.exp: New file.
5156
5157 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5158             Joel Brobecker  <brobecker@adacore.com>
5159
5160         * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
5161
5162 2010-08-31  Doug Evans  <dje@google.com>
5163
5164         * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
5165
5166 2010-08-30  Tom Tromey  <tromey@redhat.com>
5167
5168         PR python/11792:
5169         * gdb.python/py-value.exp (test_subscript_regression): Add
5170         dynamic_type test.
5171
5172 2010-08-30  Daniel Jacobowitz  <dan@codesourcery.com>
5173
5174         * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
5175         instead of running to main.  Do not test the main function.
5176         * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
5177         Add new main.
5178
5179 2010-08-26  Pedro Alves  <pedro@codesourcery.com>
5180
5181         * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
5182         one test.
5183
5184 2010-08-24  Doug Evans  <dje@google.com>
5185
5186         PR symtab/11942
5187         * gdb.dwarf2/dw4-sig-types.cc: New file.
5188         * gdb.dwarf2/dw4-sig-types.h: New file.
5189         * gdb.dwarf2/dw4-sig-types-b.cc: New file.
5190         * gdb.dwarf2/dw4-sig-types.exp: New file.
5191
5192 2010-08-23  Tom Tromey  <tromey@redhat.com>
5193
5194         PR python/11145:
5195         * gdb.python/py-value.c (Base, Derived): New types.
5196         (base): New global.
5197         * gdb.python/py-value.exp (test_subscript_regression): Add
5198         dynamic_cast test.
5199
5200 2010-08-23  Tom Tromey  <tromey@redhat.com>
5201
5202         PR python/10676:
5203         * gdb.python/py-type.exp (test_fields): Add tests for type
5204         equality.
5205
5206 2010-08-23  Tom Tromey  <tromey@redhat.com>
5207
5208         PR python/11915:
5209         * gdb.python/py-type.exp (test_fields): Add tests for array.
5210
5211 2010-08-23  Keith Seitz  <keiths@redhat.com>
5212
5213         * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
5214         have any children. Create a new abbrev for it.
5215         Add missing terminal sequence to .debug_abbrev.
5216
5217 2010-08-20  Keith Seitz  <keiths@redhat.com>
5218
5219         PR symtab/11465:
5220         * gdb.dwarf2/pr11465.exp: New test.
5221         * gdb.dwarf2/pr11465.S: New file.
5222         * gdb.dwarf2/dw2-double-set-die-type.S: New file.
5223         * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
5224
5225 2010-08-19  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5226
5227         * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
5228         registers.  Update data sets with the new v2_double element in the
5229         VSX register union.  Add vector_register3_vr data set for the AltiVec
5230         registers.  Use gdb_test_no_output instead of send_gdb.
5231
5232 2010-08-19  Pedro Alves  <pedro@codesourcery.com>
5233
5234         * gdb.python/py-shared.exp: New file, factored out from
5235         python.exp.
5236         * gdb.python/py-shared.c: New file.
5237         * gdb.python/py-shared-sl.c: New file.
5238         * gdb.python/python-1.c: New file.
5239         * gdb.python/python-sl.c: Delete.
5240         * gdb.python/python.c: Mention python-1.c.
5241         * gdb.python/python.exp: Move shared library tests to
5242         py-shared.exp.
5243         * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
5244         (MISCELLANEOUS): New.
5245         (clean mostlyclean): Also remove $MISCELLANEOUS.
5246
5247 2010-08-19  Doug Evans  <dje@google.com>
5248
5249         PR exp/11926
5250         * gdb.base/printcmds.exp (test_float_accepted): New function.
5251         Move existing float tests there.  Add tests for floats with suffixes.
5252         (test_float_rejected): New function.
5253         * gdb.java/jv-print.exp (test_float_accepted): New function.
5254         (test_float_rejected): New function.
5255         * gdb.objc/print.exp: New file.
5256         * gdb.pascal/print.exp: New file.
5257         * lib/objc.exp: New file.
5258
5259 2010-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
5260
5261         * gdb.base/default.exp (info set): Avoid full buffer error and force
5262         reading up to final gdb prompt.
5263         (show): Likewise.
5264
5265 2010-08-18  Tom Tromey  <tromey@redhat.com>
5266
5267         PR symtab/11919:
5268         * gdb.base/completion.exp: Add test.
5269
5270 2010-08-18  Doug Evans  <dje@google.com>
5271
5272         * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
5273         * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
5274         * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
5275         Simplify, early exit if runto_main fails.
5276         * gdb.fortran/exprs.exp: load_lib fortran.exp.
5277         (set_lang_fortran): Moved to lib/fortran.exp.
5278         * gdb.fortran/types.exp: load_lib fortran.exp.
5279         (set_lang_fortran): Moved to lib/fortran.exp.
5280         * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
5281         * gdb.java/jprint.exp (set_lang_java): Ditto.
5282         * gdb.java/jv-exp.exp: load_lib java.exp.
5283         If set_lang_java fails, issue a warning instead of failure to be
5284         consistent with other set_lang_foo uses.
5285         (set_lang_java): Moved to lib/java.exp.
5286         * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
5287         If set_lang_java fails, issue a warning instead of failure to be
5288         consistent with other set_lang_foo uses.
5289         * gdb.pascal/types.exp: load_lib pascal.exp.
5290         (set_lang_pascal): Moved to lib/pascal.exp.
5291         * lib/fortran.exp: New file.
5292         * lib/java.exp (set_lang_java): New function.
5293         * lib/pascal.exp (set_lang_pascal): New function.
5294
5295 2010-08-18  Yao Qi  <yao@codesourcery.com
5296
5297         * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
5298         func_nofb_start and func_loopfb_start, so that address of functions
5299         is equal to these labels on Thumb.
5300
5301 2010-08-18  Yao Qi  <yao@codesourcery.com>
5302
5303         * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
5304         to reflect latest c source file.
5305
5306 2010-08-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
5307
5308         * gdb.cp/infcall-dlopen.exp: New file.
5309         * gdb.cp/infcall-dlopen.cc: New file.
5310         * gdb.cp/infcall-dlopen-lib.cc: New file.
5311
5312 2010-08-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
5313             Pedro Alves  <pedro@codesourcery.com>
5314
5315         PR breakpoints/11371
5316
5317         * gdb.base/watch-cond-infcall.exp: New file.
5318         * gdb.base/watch-cond-infcall.c: New file.
5319
5320 2010-08-16  Tom Tromey  <tromey@redhat.com>
5321
5322         * gdb.base/help.exp: Update.
5323         * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
5324         watchpoint.
5325         (test_watch_location): New proc.
5326         (test_watchpoint_in_big_blob): Delete watchpoint.
5327         * gdb.base/watchpoint.c (func5): New function.
5328         (main): Call it.
5329
5330 2010-08-16  Doug Evans  <dje@google.com>
5331
5332         * gdb.python/python.exp: Fix syntax in "post event insertion" test.
5333
5334 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
5335
5336         * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
5337         tests.
5338
5339 2010-08-11  Ken Werner  <ken.werner@de.ibm.com>
5340
5341         * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
5342         * gdb.base/gnu_vector.c: New File.
5343         * gdb.base/gnu_vector.exp: Likewise.
5344
5345 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
5346
5347         * gdb.python/python.c: New File.
5348         * gdb.python/python-sl.c: New File.
5349         * gdb.python/python.exp: Test solib_address and decode_line
5350         * functions.
5351
5352 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5353
5354         * gdb.python/python.exp (show height, set height 10)
5355         (verify pagination beforehand, verify pagination beforehand: q)
5356         (gdb.execute does not page, verify pagination afterwards)
5357         (verify pagination afterwards: q): New.
5358
5359 2010-08-02  Doug Evans  <dje@google.com>
5360
5361         * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
5362         because of an older gcc, change test2
5363         "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
5364         to unsupported.
5365
5366 2010-07-30  Kazu Hirata  <kazu@codesourcery.com>
5367
5368         * gdb.base/break-always.exp: Do not expect full paths to file
5369         names.
5370         * gdb.base/commands.exp: Likewise.
5371
5372 2010-07-30  Doug Evans  <dje@google.com>
5373
5374         * gdb.cp/temargs.exp: For new tests that require newer gccs,
5375         xfail them when run with older gccs.
5376
5377         * lib/gdb.exp (build_executable): Forward "c++" option to
5378         get_compiler_info.
5379
5380         * gdb.python/py-type.exp (test_template): Mark as xfail tests
5381         "python print ttype.template_argument(1)" and
5382         "python print isinstance(ttype.template_argument(1), gdb.Value)"
5383         if using gcc 4.4 or earlier.
5384
5385         * gdb.base/valgrind-db-attach.exp: Use unique test name for
5386         attach-to-debugger handling.
5387
5388 2010-07-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
5389
5390         * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
5391         * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
5392         (main): Use copyreloc.
5393         * gdb.base/prelink.exp (split debug of executable)
5394         (.dynbss vs. .bss address shift): New tests.
5395
5396 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
5397
5398         * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
5399         in gdb_test_multiple.
5400
5401 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
5402
5403         * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
5404         environment.
5405
5406 2010-07-28  Tom Tromey  <tromey@redhat.com>
5407
5408         PR python/11060:
5409         * gdb.python/py-type.c (Temargs): New template.
5410         (temvar): New variable.
5411         * gdb.python/py-type.exp (test_template): New proc.
5412
5413 2010-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
5414
5415         * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
5416         gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
5417
5418 2010-07-28  Tom Tromey  <tromey@redhat.com>
5419
5420         PR c++/9946:
5421         * gdb.cp/temargs.exp: New file.
5422         * gdb.cp/temargs.cc: New file.
5423
5424 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
5425
5426         * gdb.base/help.exp (help disassemble): Update the content.
5427
5428 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
5429
5430         * gdb.threads/ia64-sigill.exp: New file.
5431         * gdb.threads/ia64-sigill.c: New file.
5432
5433 2010-07-27  Tom Tromey  <tromey@redhat.com>
5434
5435         * gdb.opt/inline-cmds.c (ATTR): New define.
5436         (func1): Use it.
5437         (func2): Likewise.
5438         (func3): Likewise.
5439         (outer_inline1): Likewise.
5440         (outer_inline2): Likewise.
5441         * gdb.opt/inline-bt.c (ATTR): New define.
5442         (func1): Use it.
5443         (func2): Likewise.
5444         * gdb.opt/inline-locals.c (ATTR): New define.
5445         (func1): Use it.
5446         (func2): Likewise.
5447
5448 2010-07-27  Tom Tromey  <tromey@redhat.com>
5449
5450         * gdb.stabs/gdb11479.c (hack): New function.
5451         (test): Use it.
5452         (test2): Use it.
5453         * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
5454         (int32_search_buf, int64_search_buf): No longer static.
5455         (x): Remove.
5456         * gdb.base/relocate.c (hack): New function.
5457
5458 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
5459
5460         * gdb.python/py-value.exp (test_inferior_function_call): New function.
5461         * gdb.python/py-value.c (func1): New function.
5462         (func2): Likewise.
5463
5464 2010-07-26  Corinna Vinschen  <vinschen@redhat.com>
5465
5466         * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
5467         as not to clash with .data section.
5468
5469 2010-07-26  Jerome Guitton  <guitton@adacore.com>
5470
5471         * gdb.base/code_elim.exp: New file.
5472         * gdb.base/code_elim1.c: New file.
5473         * gdb.base/code_elim2.c: New file.
5474
5475 2010-07-21  Pedro Alves  <pedro@codesourcery.com>
5476
5477         PR symtab/11827
5478
5479         * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
5480         (some_volatile_enum): New variable.
5481         * gdb.base/printcmds.exp (test_print_enums): New.
5482         <top level>: Call it.
5483
5484 2010-07-21  Sami Wagiaalla  <swagiaal@redhat.com>
5485
5486         * gdb.cp/fpointer.cc: New test.
5487         * gdb.cp/fpointer.exp: New test.
5488
5489 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5490
5491         * gdb.base/solib-nodir.exp: New file.
5492         * lib/gdb.exp (runto): New case for a GDB internal error.
5493
5494 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5495             Ulrich Weigand  <uweigand@de.ibm.com>
5496             Tom Tromey  <tromey@redhat.com>
5497
5498         * gdb.base/charset-malloc.c: New file.
5499         * gdb.base/charset.c (malloc_stub): New prototype.
5500         (main): Call it instead of malloc itself.
5501         * gdb.base/charset.exp: Use only prepare_for_testing.
5502         (binfile): Remove the variable.
5503
5504 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
5505
5506         Make core files the process_stratum.
5507         * gdb.base/corefile.exp (run: load core again)
5508         (run: sanity check we see the core file, run: with core)
5509         (run: core file is cleared, attach: load core again)
5510         (attach: sanity check we see the core file, attach: with core)
5511         (attach: core file is cleared): New tests.
5512         * gdb.base/coremaker.c (main): New parameters.  Implement "sleep" argv.
5513
5514 2010-07-14  Ken Werner  <ken.werner@de.ibm.com>
5515
5516         * gdb.arch/altivec-abi.exp: New tests.
5517
5518 2010-07-13  Tom Tromey  <tromey@redhat.com>
5519
5520         * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
5521         (main): Use it.
5522         * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
5523
5524 2010-07-13  Tom Tromey  <tromey@redhat.com>
5525
5526         * gdb.base/label.exp: New file.
5527         * gdb.base/label.c: New file.
5528
5529 2010-07-12  Ulrich Weigand  <uweigand@de.ibm.com>
5530             H.J. Lu  <hongjiu.lu@intel.com>
5531
5532         * lib/gdb.exp (is_ilp32_target): New.
5533         (is_lp64_target): Likewise.
5534
5535         * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
5536         target.
5537         * gdb.arch/amd64-disp-step.exp: Likewise.
5538         * gdb.arch/amd64-dword.exp: Likewise.
5539         * gdb.arch/amd64-i386-address.exp: Likewise.
5540         * gdb.arch/amd64-word.exp: Likewise.
5541
5542         * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
5543         target.
5544         * gdb.arch/i386-bp_permanent.exp: Likewise.
5545         * gdb.arch/i386-byte.exp: Likewise.
5546         * gdb.arch/i386-disp-step.exp: Likewise.
5547         * gdb.arch/i386-gnu-cfi.exp: Likewise.
5548         * gdb.arch/i386-prologue.exp: Likewise.
5549         * gdb.arch/i386-size-overlap.exp: Likewise.
5550         * gdb.arch/i386-size.exp: Likewise.
5551         * gdb.arch/i386-sse.exp: Likewise.
5552         * gdb.arch/i386-unwind.exp: Likewise.
5553         * gdb.arch/i386-word.exp: Likewise.
5554
5555         * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
5556         test only when building 64-bit executables.  Do not hard-code
5557         -m64 option.
5558
5559 2010-07-07  Doug Evans  <dje@google.com>
5560
5561         * lib/gdb.exp (gdb_test_list_exact): New function.
5562         * gdb.base/default.exp (show convenience): Call it, add tests for
5563         $_sdata = void, $_thread = 0.
5564
5565 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5566             Joel Brobecker  <brobecker@adacore.com>
5567
5568         Fix re-run of PIE executable, PR shlibs/11776.
5569         * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
5570         Remove $displacement_main to match the solib-svr4.c change.  New "kill"
5571         and re-"run" of the inferior.
5572
5573 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5574             Joel Brobecker  <brobecker@adacore.com>
5575
5576         Cope with missing /usr/sbin/prelink.
5577         * lib/prelink-support.exp (prelink_no):
5578         <result == 1 && $output is "no such file or directory">: New.
5579         (prelink_yes): Likewise.  Return on failed prelink_no.
5580
5581 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5582             Joel Brobecker  <brobecker@adacore.com>
5583
5584         * gdb.base/attach-pie-misread.exp: Load prelink-support.exp.  Replace
5585         build_executable by build_executable_own_libs.  Replace "prelink -R"
5586         execution by a call of prelink_yes.  Comment why "prelink -r" needs no
5587         change.
5588         * gdb.base/break-interp.exp: Load prelink-support.exp.  Rename calls of
5589         copy to file_copy.  Move setting opts --dynamic-linker and -rpath,
5590         mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
5591         Replace build_executable by build_executable_own_libs's function
5592         build_executable_own_libs.
5593         (prelinkNO): Create new stub to call prelink_no.
5594         (prelinkYES): Create new stub to call prelink_yes.
5595         (test_attach): Rename calls of copy to file_copy.
5596         (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
5597         (copy): Move to ...
5598         * lib/prelink-support.exp: ... a new file.  Rename prelinkNO to
5599         prelink_no, prelinkYES to prelink_yes, copy to file_copy.
5600         * gdb.base/prelink.exp: Disable testcase also for is_remote and
5601         skip_shlib_tests.  Load prelink-support.exp.  Replace gdb_compile with
5602         special flags by gdb_compile_shlib.  Replace second gdb_compile by
5603         build_executable_own_libs.  Replace "prelink -R" execution by a call of
5604         prelink_yes.  Replace "prelink -u" and second "prelink -R" execution by
5605         a second call of prelink_yes.  Replace restart commands by
5606         clean_restart.
5607         (prelink): Rename to ...
5608         (seen displacement message): ... this test.  Extend its expectation
5609         strictness.
5610
5611 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5612
5613         * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
5614         * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
5615         displacement message exactly once.
5616
5617 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5618             Joel Brobecker  <brobecker@adacore.com>
5619
5620         * gdb.base/break-interp.exp (test_attach): Keep $interp changed.  Move
5621         its restore after the <$relink_args != ""> loop.  new comment.
5622
5623 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5624             Joel Brobecker  <brobecker@adacore.com>
5625
5626         * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
5627         code for it.  New variable relink_args.
5628         (prelinkYES): Call prelinkNO.
5629         (test_attach): Accept new parameter relink_args.  Re-prelink the binary
5630         in such case.  Move the core code to ...
5631         (test_attach_gdb): ... a new function.  Send GDB command "file".
5632         Extend expected "Attaching to " string.
5633
5634 2010-07-02  Tom Tromey  <tromey@redhat.com>
5635
5636         * gdb.base/bitops.exp: Remove extraneous "pass".
5637
5638 2010-07-02  Ken Werner  <ken.werner@de.ibm.com>
5639
5640         * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
5641
5642 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
5643
5644         * gdb.base/help.exp: Adjust expected output.
5645
5646 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
5647
5648         * gdb.base/help.exp: Adjust expected output.
5649
5650 2010-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
5651
5652         * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
5653         (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
5654         c++/11702.
5655
5656 2010-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5657             Doug Evans  <dje@google.com>
5658
5659         * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
5660         add .dynamic entry'.
5661
5662 2010-06-29  Doug Evans  <dje@google.com>
5663
5664         Test PR c++/11702.
5665         * gdb.cp/m-static.exp: Add testcase.
5666         * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
5667
5668 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
5669             Tom Tromey  <tromey@redhat.com>
5670             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5671
5672         * gdb.python/py-inferior.c: New File.
5673         * gdb.python/py-infthread.c: New File.
5674         * gdb.python/py-inferior.exp: New File.
5675         * gdb.python/py-infthread.exp: New File.
5676
5677 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5678
5679         * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
5680         (ptype ::C::OtherFileClass typedefs): New.
5681         * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
5682         (C::OtherFileClass::cOtherFileClassVar2): New.
5683         (C::OtherFileClass::cOtherFileClassVar_use): Use also
5684         cOtherFileClassVar2.
5685         (C::cOtherFileType2, C::cOtherFileVar2): New.
5686         (C::cOtherFileVar_use): use also cOtherFileVar2.
5687         * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
5688
5689 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5690
5691         * gdb.cp/namespace.exp (whatis C::cOtherFileType)
5692         (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
5693         (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
5694         (print ::C::cOtherFileVar)
5695         (whatis C::OtherFileClass::cOtherFileClassType)
5696         (whatis ::C::OtherFileClass::cOtherFileClassType)
5697         (print C::OtherFileClass::cOtherFileClassVar)
5698         (print ::cOtherFileClassVar)
5699         (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
5700         (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
5701         trailing content.
5702         * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
5703         (C::OtherFileClass::cOtherFileClassVar)
5704         (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
5705         (C::cOtherFileVar, C::cOtherFileVar_use): New.
5706
5707 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5708
5709         Test PR c++/11703 and PR gdb/1448.
5710         * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
5711         gdb/1448.
5712
5713 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5714
5715         * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
5716         (main) <rtti_data>: New.
5717         * gdb.cp/virtbase.exp (print rtti_data): New.
5718
5719 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5720             Joel Brobecker  <brobecker@adacore.com>
5721
5722         * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
5723
5724 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5725
5726         * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
5727
5728 2010-06-28  Doug Evans  <dje@google.com>
5729
5730         * gdb.base/break-interp.exp (reach): Relax expected output a bit.
5731
5732 2010-06-27  Doug Evans  <dje@google.com>
5733
5734         * gdb.cp/m-static.exp: Update expected test output.
5735
5736 2010-06-25  Paul Hilfinger  <hilfinger@adacore.com>
5737
5738         * gdb.gdb/selftest.exp: Adjust expected message for
5739         capturing start-up runtime.
5740
5741 2010-06-25  Tom Tromey  <tromey@redhat.com>
5742
5743         PR python/10808:
5744         * gdb.python/python.exp: Add new tests.
5745
5746 2010-06-25  Sami Wagiaalla  <swagiaal@redhat.com>
5747
5748         * gdb.cp/operator.cc: Created an import loop.
5749         * gdb.cp/operator.exp: Added testcase for import loop.
5750
5751 2010-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5752
5753         Test PR python/11407.
5754         * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
5755         * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
5756         Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
5757         * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
5758         executable_nofb and executable_fb.  New variables srcsfile, objsfile,
5759         srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
5760         binfile.  Call gdb_compile with clean_restart twice.
5761         (func_nofb print, func_nofb backtrace, func_loopfb print)
5762         (func_loopfb backtrace): New.
5763
5764 2010-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5765
5766         * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
5767         * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
5768         by a hand made one.
5769         * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment.  Remove
5770         i?86 requirement.  Remove variables srcfile and binfile.  New variable
5771         sources, executable_nofb and executable_fb.  Call prepare_for_testing.
5772
5773 2010-06-25  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5774
5775         * gdb.cell/dwarfaddr.exp: New file.
5776         * gdb.cell/dwarfaddr.S: New file.
5777
5778 2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5779
5780         Test PR 9436.
5781         * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
5782
5783 2010-06-24  Hui Zhu  <teawater@gmail.com>
5784
5785         * gdb.base/eval.exp: New file.
5786
5787 2010-06-23  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5788
5789         * gdb.cell/fork.exp: New file.
5790         * gdb.cell/fork.c: Likewise.
5791         * gdb.cell/fork-spu.c: Likewise.
5792
5793 2010-06-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5794
5795         * lib/gdb.exp (banned_variables_traced): New global variable.
5796         (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
5797         (gdb_init): Use `trace add variable' instead of obsolete
5798         `trace variable'.
5799
5800 2010-06-21  Doug Evans  <dje@google.com>
5801
5802         * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
5803
5804 2010-06-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5805
5806         * gdb.arch/spu-ls.exp: New file.
5807         * gdb.arch/spu-ls.c: Likewise.
5808
5809 2010-06-18  Stan Shebs  <stan@codesourcery.com>
5810
5811         * gdb.threads/thread-specific.exp: Add tests of $_thread.
5812
5813 2010-06-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5814
5815         * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
5816         * gdb.base/watch-cond.exp: Likewise.
5817         * gdb.python/py-breakpoint.exp: Likewise.
5818
5819 2010-06-18  Pedro Alves  <pedro@codesourcery.com>
5820
5821         * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
5822         clean_restart, make sure every test has a distinct message, and
5823         that messages don't include the executable' full path.
5824
5825 2010-06-17  Doug Evans  <dje@google.com>
5826
5827         * gdb.arch/i386-size.exp: Updated expected output for
5828         DISASSEMBLY_OMIT_FNAME.
5829
5830 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5831             Sergio Durigan Junior  <sergiodj@redhat.com>
5832
5833         * gdb.base/watch-notconst.c: New file.
5834         * gdb.base/watch-notconst.S: New file.
5835         * gdb.base/watch-notconst2.c: New file.
5836         * gdb.base/watch-notconst2.S: New file.
5837         * gdb.base/watch-notconst.exp: New file.
5838         * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
5839         (func4): Add operations on `global_ptr_ptr'.
5840         * gdb.base/watchpoint.exp (test_constant_watchpoint): New
5841         routine to test watchpoints created with a constant expression.
5842         (test_inaccessible_watchpoint): Include tests for watchpoints
5843         created with a constant expression.
5844
5845 2010-06-14  Kevin Buettner  <kevinb@redhat.com>
5846
5847         * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
5848         gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
5849         gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
5850         gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
5851         gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
5852         gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
5853         gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
5854         of `_start'.
5855
5856 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5857
5858         * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
5859         not supported on the target.
5860         * gdb.mi/mi-nonstop-exit.exp: Likewise.
5861         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
5862         * gdb.mi/mi-nsintrall.exp: Likewise.
5863         * gdb.mi/mi-nsmoribund.exp: Likewise.
5864         * gdb.mi/mi-nsthrexec.exp: Likewise.
5865
5866 2010-06-11  Stan Shebs  <stan@codesourcery.com>
5867
5868         * gdb.base/permissions.exp: New file.
5869
5870 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5871
5872         * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
5873         does not support ELF executable class.
5874
5875 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5876
5877         * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
5878
5879 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5880
5881         * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
5882         (runto): Catch "The target does not support running in non-stop mode.".
5883
5884 2010-06-11  Michael Snyder  <msnyder@vmware.com>
5885
5886         * gdb.base/setshow.exp (set language asm): Don't use
5887         gdb_test_no_output, fails on some targets.
5888
5889 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5890
5891         * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
5892         * gdb.cp/pr9167.exp: Likewise.
5893
5894 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5895
5896         * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
5897
5898 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5899
5900         * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
5901
5902 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5903
5904         * gdb.base/charset.c (main): Make sure malloc gets linked in.
5905
5906 2010-06-11  Tom Tromey  <tromey@redhat.com>
5907
5908         PR gdb/9977, PR exp/11636::
5909         * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
5910         (pieces_test_f6): Update expected output.
5911
5912 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5913
5914         * gdb.base/moribund-step.exp: New.
5915
5916 2010-06-08  Michael Snyder  <msnyder@vmware.com>
5917
5918         * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
5919         * gdb.ada/boolean_expr.exp:
5920         * gdb.ada/frame_args.exp: Ditto.
5921         * gdb.ada/lang_switch.exp: Ditto.
5922         * gdb.ada/ptype_arith_binop.exp: Ditto.
5923         * gdb.ada/ref_param.exp: Ditto.
5924         * gdb.ada/type_coercion.exp:Ditto.
5925
5926         * gdb.asm/asm-source.exp: Ditto.
5927
5928         * gdb.base/attach.exp: Ditto.
5929         * gdb.base/bitfields2.exp: Ditto.
5930         * gdb.base/call-signal-resume.exp: Ditto.
5931         * gdb.base/callfuncs.exp: Ditto.
5932         * gdb.base/commands.exp: Ditto.
5933         * gdb.base/dbx.exp: Ditto.
5934         * gdb.base/default.exp: Ditto.
5935         * gdb.base/dump.exp: Ditto.
5936         * gdb.base/exprs.exp: Ditto.
5937         * gdb.base/freebpcmd.exp: Ditto.
5938         * gdb.base/interrupt.exp: Ditto.
5939         * gdb.base/list.exp: Ditto.
5940         * gdb.base/long_long.exp: Ditto.
5941         * gdb.base/maint.exp: Ditto.
5942         * gdb.base/ptype.exp: Ditto.
5943         * gdb.base/return.exp: Ditto.
5944         * gdb.base/setshow.exp: Ditto.
5945         * gdb.base/sigbpt.exp: Ditto.
5946         * gdb.base/sigrepeat.exp: Ditto.
5947
5948         * gdb.cp/classes.exp: Ditto.
5949
5950         * gdb.dwarf2/dw2-restore.exp: Ditto.
5951
5952         * gdb.gdb/selftest.exp: Ditto.
5953
5954         * gdb.multi/base.exp: Ditto.
5955         * gdb.multi/bkpt-multi-exec.exp: Ditto.
5956
5957         * gdb.python/py-block.exp: Ditto.
5958         * gdb.python/py-prettyprint.exp: Ditto.
5959         * gdb.python/py-template.exp: Ditto.
5960
5961         * gdb.server/ext-attach.exp: Ditto.
5962         * gdb.server/ext-run.exp: Ditto.
5963         * gdb.server/server-mon.exp: Ditto.
5964
5965         * gdb.threads/fork-thread-pending.exp: Ditto.
5966         * gdb.threads/hand-call-in-threads.exp: Ditto.
5967         * gdb.threads/interrupted-hand-call.exp: Ditto.
5968         * gdb.threads/linux-dp.exp: Ditto.
5969         * gdb.threads/manythreads.exp: Ditto.
5970         * gdb.threads/print-threads.exp: Ditto.
5971         * gdb.threads/pthreads.exp: Ditto.
5972         * gdb.threads/schedlock.exp: Ditto.
5973         * gdb.threads/thread-unwindonsignal.exp: Ditto.
5974         * gdb.threads/threadapply.exp: Ditto.
5975
5976 2010-06-08  Michael Snyder  <msnyder@vmware.com>
5977
5978         * gdb.ada/exec_changed.exp:
5979         Use ".*" instead of "" as wildcard regexp.
5980
5981         * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
5982         * gdb.base/call-ar-st.exp: Ditto.
5983         * gdb.base/checkpoint.exp: Ditto.
5984         * gdb.base/default.exp: Ditto.
5985         * gdb.base/dump.exp: Ditto.
5986         * gdb.base/ending-run.exp: Ditto.
5987         * gdb.base/fileio.exp: Ditto.
5988         * gdb.base/miscexprs.exp: Ditto.
5989         * gdb.base/pointers.exp: Ditto.
5990         * gdb.base/readline.exp: Ditto.
5991         * gdb.base/reread.exp: Ditto.
5992         * gdb.base/restore.exp: Ditto.
5993         * gdb.base/shlib-call.exp: Ditto.
5994         * gdb.base/valgrind-db-attach.exp: Ditto.
5995         * gdb.base/volatile.exp: Ditto.
5996         * gdb.base/watchpoints.exp: Ditto.
5997
5998         * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
5999
6000         * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
6001         * gdb.python/py-value.exp: Ditto.
6002
6003         * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
6004         * gdb.trace/circ.exp: Ditto.
6005         * gdb.trace/collection.exp: Ditto.
6006         * gdb.trace/packetlen.exp: Ditto.
6007         * gdb.trace/passc-dyn.exp: Ditto.
6008         * gdb.trace/report.exp: Ditto.
6009         * gdb.trace/tfile.exp: Ditto.
6010         * gdb.trace/tfind.exp: Ditto.
6011         * gdb.trace/while-dyn.exp: Ditto.
6012
6013 2010-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6014
6015         * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
6016
6017 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
6018
6019         Test PR 10640.
6020         * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
6021
6022 2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
6023
6024         * gdb.cp/koenig.exp: Test for ADL operators.
6025         * gdb.cp/koenig.cc: Added ADL operators.
6026         * gdb.cp/operator.exp: New test.
6027         * gdb.cp/operator.cc: New test.
6028
6029 2010-06-04  Michael Snyder  <msnyder@vmware.com>
6030
6031         * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
6032         * gdb.base/pending.exp: Ditto.
6033
6034         * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
6035
6036 2010-06-04  Doug Evans  <dje@google.com>
6037
6038         * gdb.python/py-prettyprint.exp: Add new test for enabled and
6039         disabled printers.
6040         * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
6041         (enable_lookup_function): New function.
6042
6043 2010-06-04  Tom Tromey  <tromey@redhat.com>
6044
6045         * gdb.python/py-value.exp (test_value_hash): Don't test equality
6046         of hash and id.
6047
6048 2010-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6049
6050         * gdb.base/commands.exp (add printf tbreak command): Remove trailing
6051         newline.
6052         * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
6053         (empty verbose non-noisy clear, empty verbose noisy clear)
6054         (empty non-verbose noisy clear): Likewise.
6055
6056 2010-06-03  Michael Snyder  <msnyder@vmware.com>
6057
6058         * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
6059         * gdb.base/display.exp: Ditto.
6060         * gdb.base/find.exp: Ditto.
6061         * gdb.base/ifelse.exp: Ditto.
6062         * gdb.base/multi-forks.exp: Ditto.
6063         * gdb.base/recurse.exp: Ditto.
6064         * gdb.base/setshow.exp: Ditto.
6065         * gdb.base/value-double-free.exp: Ditto.
6066         * gdb.base/watch-vfork.exp: Ditto.
6067         * gdb.base/watch_thread_num.exp: Ditto.
6068         * gdb.base/watchpoint-solib.exp: Ditto.
6069         * gdb.base/watchpoint.exp: Ditto.
6070         * gdb.base/watchpoints.exp: Ditto.
6071
6072         * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
6073         * gdb.cp/overload.exp: Ditto.
6074         * gdb.cp/virtfunc.exp: Ditto.
6075
6076         * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
6077
6078         * gdb.reverse/watch-precsave.exp:
6079         Replace gdb_test with gdb_test_no_output.
6080
6081         * gdb.threads/attach-into-signal.exp:
6082         Replace gdb_test with gdb_test_no_output.
6083         * gdb.threads/local-watch-wrong-thread.exp: Ditto.
6084         * gdb.threads/watchthreads.exp: Ditto.
6085         * gdb.threads/watchthreads2.exp: Ditto.
6086
6087         * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
6088         * gdb.trace/tfind.exp: Ditto.
6089
6090 2010-06-03  Joel Brobecker  <brobecker@adacore.com>
6091
6092         * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
6093         successful test if message is the empty string.
6094
6095 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6096
6097         * gdb.fortran/module.exp (stopped language detection): New test.
6098
6099 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6100
6101         Support DW_TAG_module as separate namespaces.
6102         * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
6103         gdb.fortran/library-module-lib.f90: New.
6104         * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
6105         (print i): Remove.
6106         (continue to breakpoint: i-is-1, print var_i value 1)
6107         (continue to breakpoint: i-is-2, print var_i value 2)
6108         (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
6109         (print var_d, print var_i value 14, ptype modmany, complete `modm)
6110         (complete `modmany, complete `modmany`, complete `modmany`var)
6111         (show language, setting breakpoint at module): New tests.
6112         * gdb.fortran/module.f90 (module mod): Remove.
6113         (module mod1, module mod2, module modmany, subroutine sub1)
6114         (subroutine sub2, program module): New.
6115
6116 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6117
6118         * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
6119         (print value of rUC, print value of rI, print value of UI): ... here.
6120         * gdb.cp/anon-union.exp (pass): Rename to ...
6121         (print z 2): ... here.
6122
6123 2010-06-02  Michael Snyder  <msnyder@vmware.com>
6124
6125         * gdb.trace/actions.exp: Use gdb_test_no_output.
6126         * gdb.trace/circ.exp: Ditto.
6127         * gdb.trace/packetlen.exp: Ditto.
6128         * gdb.trace/save-trace.exp: Ditto.
6129         * gdb.trace/tracecmd.exp: Ditto.
6130         * gdb.trace/tsv.exp: Ditto.
6131
6132         * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
6133         * gdb.threads/hand-call-in-thraeds.exp: Ditto.
6134         * gdb.threads/local-watch-wrong-thread.exp: Ditto.
6135         * gdb.threads/manythreads.exp: Ditto.
6136         * gdb.threads/print-threads.exp: Ditto.
6137         * gdb.threads/pthreads.exp: Ditto.
6138         * gdb.threads/schedlock.exp: Ditto.
6139         * gdb.threads/staticthreads.exp: Ditto.
6140         * gdb.threads/thread-specific.exp: Ditto.
6141         * gdb.threads/thread-unwindonsignal.exp: Ditto.
6142         * gdb.threads/threadapply.exp: Ditto.
6143         * gdb.threads/watchthreads.exp: Ditto.
6144         * gdb.threads/watchthreads2.exp: Ditto.
6145
6146         * gdb.python/py-block.exp: Use gdb_test_no_output.
6147         * gdb.python/py-prettyprint.exp: Ditto.
6148         * gdb.python/py-template.exp: Ditto.
6149         * gdb.python/py-value.exp: Ditto.
6150
6151         * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
6152         * gdb.reverse/watch-reverse.exp: Ditto.
6153
6154         * gdb.server/ext-attach.exp: Use gdb_test_no_output.
6155         * gdb.server/ext-run.exp: Ditto.
6156
6157         * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
6158         * gdb.dwarf2/dw2-compressed.exp: Ditto.
6159         * gdb.dwarf2/dw2-intercu.exp: Ditto.
6160         * gdb.dwarf2/dw2-intermix.exp: Ditto.
6161         * gdb.dwarf2/dw2-producer.exp: Ditto.
6162         * gdb.dwarf2/mac-fileno.exp: Ditto.
6163
6164         * gdb.gdb/observer.exp: Use gdb_test_no_output.
6165         * gdb.gdb/selftest.exp: Ditto.
6166
6167         * gdb.multi/base.exp: Use gdb_test_no_output.
6168
6169         * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
6170
6171 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6172
6173         * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
6174
6175 2010-06-02  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
6176
6177         * gdb.cp/class2.exp: Use gdb_test_no_output.
6178         * gdb.cp/classes.exp: Ditto.
6179         * gdb.cp/extern-c.exp: Ditto.
6180         * gdb.cp/inherit.exp: Ditto.
6181         * gdb.cp/maint.exp: Ditto.
6182         * gdb.cp/mb-inline.exp: Ditto.
6183         * gdb.cp/mb-templates.exp: Ditto.
6184         * gdb.cp/method2.exp: Ditto.
6185         * gdb.cp/misc.exp: Ditto.
6186         * gdb.cp/ovldbreak.exp: Ditto.
6187         * gdb.cp/punctuator.exp: Ditto.
6188         * gdb.cp/templates.exp: Ditto.
6189         * gdb.cp/virtbase.exp: Ditto.
6190
6191         * gdb.threads/attach-stopped.exp:
6192         Replace uses of send_gdb / gdb_expect.
6193         * gdb.threads/attachstop-mt.exp:
6194         Replace uses of send_gdb / gdb_expect.
6195         * gdb.threads/gcore-thread.exp:
6196         Replace uses of send_gdb / gdb_expect.
6197         * gdb.threads/hand-call-in-threads.exp:
6198         Replace uses of send_gdb / gdb_expect.
6199         * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
6200         * gdb.threads/print-threads.exp:
6201         Replace uses of send_gdb / gdb_expect.
6202         * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
6203         * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
6204         * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
6205
6206         * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
6207         * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
6208         * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
6209         * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
6210         * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
6211         * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
6212         * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
6213         * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
6214         * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
6215         * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
6216         * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
6217
6218 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6219
6220         * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
6221
6222 2010-06-02  Sami Wagiaalla  <swagiaal@redhat.com>
6223
6224         * gdb.cp/koenig.exp: Added new test case.
6225         * gdb.cp/koenig.cc: Ditto.
6226
6227 2010-06-01  Michael Snyder  <msnyder@vmware.com>
6228
6229         * gdb.base/arithmet.exp: Use gdb_test_no_output.
6230         * gdb.base/arrayidx.exp: Ditto.
6231         * gdb.base/attach.exp: Ditto.
6232         * gdb.base/auxv.exp: Ditto.
6233         * gdb.base/bigcre.exp: Ditto.
6234         * gdb.base/break-always.exp: Ditto.
6235         * gdb.base/break-interp.exp: Ditto.
6236         * gdb.base/break.exp: Ditto.
6237         * gdb.base/breakpoint-shadow.exp: Ditto.
6238         * gdb.base/call-ar-st.exp: Ditto.
6239         * gdb.base/call-sc.exp: Ditto.
6240         * gdb.base/call-signal-resume.exp: Ditto.
6241         * gdb.base/callfuncs.exp: Ditto.
6242         * gdb.base/catch-syscall.exp: Ditto.
6243         * gdb.base/charset.exp: Ditto.
6244         * gdb.base/code-expr.exp: Ditto.
6245         * gdb.base/commands.exp: Ditto.
6246         * gdb.base/cond-expr.exp: Ditto.
6247         * gdb.base/condbreak.exp: Ditto.
6248         * gdb.base/cursal.exp: Ditto.
6249         * gdb.base/cvexpr.exp: Ditto.
6250         * gdb.base/default.exp: Ditto.
6251         * gdb.base/del.exp: Ditto.
6252         * gdb.base/detach.exp: Ditto.
6253         * gdb.base/display.exp: Ditto.
6254         * gdb.base/ena-dis-br.exp: Ditto.
6255         * gdb.base/eval-skip.exp: Ditto.
6256         * gdb.base/foll-fork.exp: Ditto.
6257         * gdb.base/foll-vfork.exp: Ditto.
6258         * gdb.base/frame-args.exp: Ditto.
6259         * gdb.base/funcargs.exp: Ditto.
6260         * gdb.base/gcore-buffer-overflow.exp: Ditto.
6261         * gdb.base/gdbvars.exp: Ditto.
6262         * gdb.base/help.exp: Ditto.
6263         * gdb.base/ifelse.exp: Ditto.
6264         * gdb.base/included.exp: Ditto.
6265         * gdb.base/list.exp: Ditto.
6266         * gdb.base/macscp.exp: Ditto.
6267         * gdb.base/maint.exp: Ditto.
6268         * gdb.base/multi-fork.exp: Ditto.
6269         * gdb.base/overlays.exp: Ditto.
6270         * gdb.base/page.exp: Ditto.
6271         * gdb.base/pending.exp: Ditto.
6272         * gdb.base/pointers.exp: Ditto.
6273         * gdb.base/pr11022.exp: Ditto.
6274         * gdb.base/prelink.exp: Ditto.
6275         * gdb.base/printcmds.exp: Ditto.
6276         * gdb.base/psymtab.exp: Ditto.
6277         * gdb.base/randomize.exp: Ditto.
6278         * gdb.base/relational.exp: Ditto.
6279         * gdb.base/relocate.exp: Ditto.
6280         * gdb.base/remote.exp: Ditto.
6281         * gdb.base/sepdebug.exp: Ditto.
6282         * gdb.base/set-lang-auto.exp: Ditto.
6283         * gdb.base/setshow.exp: Ditto.
6284         * gdb.base/setvar.exp: Ditto.
6285         * gdb.base/signals.exp: Ditto.
6286         * gdb.base/signull.exp: Ditto.
6287         * gdb.base/sigstep.exp: Ditto.
6288         * gdb.base/sizeof.exp: Ditto.
6289         * gdb.base/solib-disc.exp: Ditto.
6290         * gdb.base/store.exp: Ditto.
6291         * gdb.base/structs.exp: Ditto.
6292         * gdb.base/structs2.exp: Ditto.
6293         * gdb.base/subst.exp: Ditto.
6294         * gdb.base/term.exp: Ditto.
6295         * gdb.base/trace-commands.exp: Ditto.
6296         * gdb.base/unwindonsignal.exp: Ditto.
6297         * gdb.base/valgrind-db-attach.exp: Ditto.
6298         * gdb.base/varargs.exp: Ditto.
6299         * gdb.base/watch-cond.exp: Ditto.
6300         * gdb.base/watch_thread_num.exp: Ditto.
6301         * gdb.base/watchpoint-cond-gone.exp: Ditto.
6302         * gdb.base/watchpoint.exp: Ditto.
6303         * gdb.base/whatis-exp.exp: Ditto.
6304
6305 2010-06-01  Michael Snyder  <msnyder@vmware.com>
6306
6307         * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
6308         * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
6309         * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
6310         * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
6311         * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
6312         * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
6313         * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
6314         * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
6315         * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
6316         * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
6317         * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
6318         * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
6319         * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
6320         * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
6321         * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
6322
6323 2010-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6324
6325         * gdb.base/commands.exp (begin commands on watch): Remove excessive
6326         trailing newline.
6327         * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
6328         * gdb.java/jmisc.exp (p *args\n): Rename to ...
6329         (p *args): ... here and remove excessive trailing newline.
6330
6331 2010-05-31  Joel Brobecker  <brobecker@adacore.com>
6332
6333         * gdb.base/subst.exp: Fix call to gdb_test with empty message.
6334
6335 2010-05-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
6336
6337         Accept the new Linux kernel "t (tracing stop)" string.
6338         * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
6339         Update comment.
6340         (state_wait) <T (tracing stop)>: New.
6341         (main): Update the state_wait expect string.
6342
6343 2010-05-28  Pedro Alves  <pedro@codesourcery.com>
6344
6345         * limits.c, limits.exp: Delete files.
6346         * Makefile.in (clean mostlyclean): Adjust.
6347         * tracecmd.exp: Adjust.
6348
6349 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
6350
6351         * gdb.base/tui-layout.exp: New.
6352
6353 2010-05-28  Michael Snyder  <msnyder@vmware.com>
6354
6355         * gdb.reverse/break-precsave.exp:
6356         Replace uses of send_gdb / gdb_expect.
6357         * gdb.reverse/break-reverse.exp:
6358         Replace uses of send_gdb / gdb_expect.
6359         * gdb.reverse/consecutive-precsave.exp:
6360         Replace uses of send_gdb / gdb_expect.
6361         * gdb.reverse/consecutive-reverse.exp:
6362         Replace uses of send_gdb / gdb_expect.
6363         * gdb.reverse/finish-precsave.exp:
6364         Replace uses of send_gdb / gdb_expect.
6365         * gdb.reverse/finish-reverse.exp:
6366         Replace uses of send_gdb / gdb_expect.
6367         * gdb.reverse/i386-precsave.exp:
6368         Replace uses of send_gdb / gdb_expect.
6369         * gdb.reverse/i386-reverse.exp:
6370         Replace uses of send_gdb / gdb_expect.
6371         * gdb.reverse/i386-sse-reverse.exp:
6372         Replace uses of send_gdb / gdb_expect.
6373         * gdb.reverse/i387-env-reverse.exp:
6374         Replace uses of send_gdb / gdb_expect.
6375         * gdb.reverse/i387-stack-reverse.exp:
6376         Replace uses of send_gdb / gdb_expect.
6377         * gdb.reverse/machinestate-precsave.exp:
6378         Replace uses of send_gdb / gdb_expect.
6379         * gdb.reverse/machinestate.exp:
6380         Replace uses of send_gdb / gdb_expect.
6381         * gdb.reverse/sigall-precsave.exp:
6382         Replace uses of send_gdb / gdb_expect.
6383         * gdb.reverse/sigall-reverse.exp:
6384         Replace uses of send_gdb / gdb_expect.
6385         * gdb.reverse/solib-precsave.exp:
6386         Replace uses of send_gdb / gdb_expect.
6387         * gdb.reverse/solib-reverse.exp:
6388         Replace uses of send_gdb / gdb_expect.
6389         * gdb.reverse/step-precsave.exp:
6390         Replace uses of send_gdb / gdb_expect.
6391         * gdb.reverse/step-reverse.exp:
6392         Replace uses of send_gdb / gdb_expect.
6393         * gdb.reverse/until-precsave.exp:
6394         Replace uses of send_gdb / gdb_expect.
6395         * gdb.reverse/until-reverse.exp:
6396         Replace uses of send_gdb / gdb_expect.
6397         * gdb.reverse/watch-precsave.exp:
6398         Replace uses of send_gdb / gdb_expect.
6399         * gdb.reverse/watch-reverse.exp:
6400         Replace uses of send_gdb / gdb_expect.
6401
6402 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
6403
6404         * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
6405         excessive newline.
6406
6407 2010-05-27  Michael Snyder  <msnyder@vmware.com>
6408
6409         * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
6410         * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
6411         * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
6412         * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
6413         * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
6414         * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
6415         * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
6416         * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
6417         * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
6418         * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
6419         * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
6420         * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
6421         * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
6422         * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
6423         * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
6424         * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
6425         * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
6426         * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
6427         * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
6428
6429 2010-05-26  Michael Snyder  <msnyder@vmware.com>
6430
6431         * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
6432         * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
6433
6434         * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
6435         * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
6436         * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
6437
6438         * gdb.reverse/consecutive-reverse.exp:
6439         Replace uses of send_gdb / gdb_expect.
6440         * gdb.reverse/consecutive-precsave.exp:
6441         Replace uses of send_gdb / gdb_expect.
6442
6443         * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
6444         * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
6445         * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
6446         * gdb.mi/mi-ns-stale-regcache.exp:
6447         Replace uses of send_gdb / gdb_expect.
6448         * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
6449         * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
6450         * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
6451         * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
6452         * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
6453         * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
6454         * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
6455         * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
6456         * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
6457
6458 2010-05-26  Michael Snyder  <msnyder@vmware.com>
6459
6460         * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6461
6462         * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6463
6464         * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
6465         * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
6466         * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
6467         * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
6468         * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
6469         * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
6470         * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
6471         * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
6472         * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6473
6474 2010-05-25  Tom Tromey  <tromey@redhat.com>
6475
6476         * gdb.base/macscp.exp: Add missing space after setup_kfail.
6477
6478 2010-05-25  Tom Tromey  <tromey@redhat.com>
6479
6480         * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
6481         argument order.
6482         * gdb.base/macscp.exp: Fix setup_kfail argument order.
6483         * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
6484         order.
6485         * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
6486         order.
6487         * gdb.base/call-sc.exp (setup_kfails): Remove.
6488         (setup_compiler_kfails): Remove.
6489         * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
6490         argument order.
6491         * gdb.base/siginfo.exp: Fix setup_kfail argument order.
6492         * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
6493         (advancei): Fix setup_kfail argument order.
6494         * gdb.base/radix.exp: Fix setup_kfail argument order.
6495         * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
6496         order.
6497         * gdb.base/structs.exp (setup_kfails): Remove.
6498         (setup_compiler_kfails): Fix setup_kfail argument order.
6499         * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
6500         order.
6501         * gdb.java/jmain.exp: Fix setup_kfail argument order.
6502         * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
6503         setup_kfail argument order.
6504         * gdb.cp/overload.exp: Fix setup_kfail argument order.
6505
6506 2010-05-25  Tom Tromey  <tromey@redhat.com>
6507
6508         * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
6509
6510 2010-05-25  Michael Snyder  <msnyder@vmware.com>
6511
6512         * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
6513         * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
6514         * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
6515         * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
6516         * gdb.base/assign.exp: Replace send_gdb with gdb_test.
6517         * gdb.base/attach.exp: Replace send_gdb with gdb_test.
6518         * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
6519         * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
6520         * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
6521         * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
6522         * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
6523         * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
6524         * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
6525         * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
6526         * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
6527         * gdb.base/charset.exp: Replace send_gdb with gdb_test.
6528         * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
6529         * gdb.base/commands.exp: Replace send_gdb with gdb_test.
6530         * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
6531         * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
6532         * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
6533         * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
6534         * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
6535         * gdb.base/default.exp: Replace send_gdb with gdb_test.
6536         * gdb.base/define.exp: Replace send_gdb with gdb_test.
6537         * gdb.base/display.exp: Replace send_gdb with gdb_test.
6538         * gdb.base/dump.exp: Replace send_gdb with gdb_test.
6539         * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
6540         * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
6541         * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
6542         * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
6543         * gdb.base/finish.exp: Replace send_gdb with gdb_test.
6544         * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
6545         * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
6546         * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
6547         * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
6548         * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
6549         * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
6550         * gdb.base/help.exp: Replace send_gdb with gdb_test.
6551         * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
6552         * gdb.base/jump.exp: Replace send_gdb with gdb_test.
6553         * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
6554         * gdb.base/maint.exp: Replace send_gdb with gdb_test.
6555         * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
6556         * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
6557         * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
6558         * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6559         * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
6560
6561 2010-05-25  Doug Evans  <dje@google.com>
6562
6563         * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
6564         gdb.string_to_argv.
6565
6566 2010-05-21  Tom Tromey  <tromey@redhat.com>
6567
6568         * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
6569         Call it.
6570         * gdb.dwarf2/pieces.S: Update.
6571         * gdb.dwarf2/pieces.c (struct B): Remove initial field.
6572
6573 2010-05-21  Tom Tromey  <tromey@redhat.com>
6574
6575         * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
6576         Call it.
6577         * gdb.dwarf2/pieces.c (struct C): New.
6578         (f6): New function.
6579         * gdb.dwarf2/pieces.S: Replace.
6580
6581 2010-05-21  Tom Tromey  <tromey@redhat.com>
6582
6583         * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
6584         Call it.
6585
6586 2010-05-21  Tom Tromey  <tromey@redhat.com>
6587
6588         * gdb.dwarf2.pieces.exp: New file.
6589         * gdb.dwarf2.pieces.S: New file.
6590         * gdb.dwarf2.pieces.c: New file.
6591
6592 2010-05-20  Pedro Alves  <pedro@codesourcery.com>
6593             Joel Brobecker  <brobecker@adacore.com>
6594
6595         * lib/gdb.exp (gdb_test_no_output): New function.
6596         * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
6597         when testing commands that should produce no output.
6598
6599 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
6600
6601         * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
6602         parameter that we want to watch being a constant.
6603
6604 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
6605
6606         * gdb.ada/cond_lang: New testcase.
6607
6608 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
6609
6610         * lib/gdb.exp (banned_variables): New variable/constant.
6611         (gdb_init): Add write trace on variables listed in banned_variables.
6612         (gdb_finish): Remove write traces on variables listed in
6613         banned_variables.
6614
6615 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
6616
6617         * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
6618         * gdb.cp/koenig.exp: Likewise.
6619
6620 2010-05-14  Phil Muldoon  <pmuldoon@redhat.com>
6621
6622         PR python/11482
6623
6624         * gdb.python/py-value.exp (test_value_hash): New function.
6625
6626 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
6627
6628         PR exp/11530.
6629         * gdb.base/gdb11530.c: New file.
6630         * gdb.base/gdb11530.exp: New file.
6631
6632 2010-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6633
6634         * gdb.dwarf2/dw2-modula2-self-type.exp: New.
6635         * gdb.dwarf2/dw2-modula2-self-type.S: New.
6636
6637 2010-05-07  Sami Wagiaalla  <swagiaal@redhat.com>
6638
6639         * gdb.cp/koenig.exp: New test.
6640         * gdb.cp/koenig.cc: New test program.
6641
6642 2010-05-05  Joel Brobecker  <brobecker@adacore.com>
6643
6644         Remove the use of prms_id and bug_id throughout the testsuite.
6645
6646 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
6647
6648         PR exp/11349.
6649         * testsuite/gdb.cp/ref-types.exp: Add test to examine
6650         use a reference local variable.
6651
6652 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6653
6654         * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
6655         * gdb.base/sepdebug.exp: Remove .debug subdirectory handling.  New
6656         variable different_dir. Move debugfile into a full directory pathname
6657         under DIFFERENT_DIR.
6658         * lib/gdb.exp (separate_debug_filename): Remove.
6659         (gdb_gnu_strip_debug): No longer call separate_debug_filename.  Remove
6660         variable debug_dir and mkdir of it.  Update function comments.
6661
6662 2010-04-29  Pedro Alves  <pedro@codesourcery.com>
6663
6664         PR gdb/11557
6665
6666         * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
6667         files.
6668
6669 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
6670
6671         * gdb.python/py-param.exp: New File.
6672
6673 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
6674
6675         * gdb.base/default.exp: Fix "set language" test.
6676
6677 2010-04-24  Pierre Muller  <muller@ics.u-strasbg.fr>
6678
6679         PR breakpoints/11531.
6680         * gdb.base/gdb11531.c: New file.
6681         * gdb.base/gdb11531.exp: New file.
6682
6683 2010-04-26  Tom Tromey  <tromey@redhat.com>
6684
6685         * gdb.base/completion.exp: Add tests for completion and deprecated
6686         commands.
6687
6688 2010-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
6689
6690         * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
6691         (print /x char_array): Escape curly brackets.
6692
6693 2010-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
6694
6695         Fix deadlock on looped list of loaded shared objects.
6696         * gdb.base/solib-corrupted.exp: New.
6697
6698 2010-04-23  Doug Evans  <dje@google.com>
6699
6700         * gdb.python/py-section-script.c: New file.
6701         * gdb.python/py-section-script.exp: New file.
6702         * gdb.python/py-section-script.py: New file.
6703
6704 2010-04-20  Chris Moller  <cmoller@redhat.com>
6705
6706         PR 10179
6707
6708         * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
6709         * gdb.base/pr10179-a.c:
6710         * gdb.base/pr10179-b.c:
6711         * gdb.base/pr10179.exp: New files.
6712
6713 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
6714
6715         Fix crashes on dangling display expressions.
6716         * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
6717         is SEP.
6718         (lib_flags): Remove the "debug" keyword.
6719         (libsepdebug): New variable for iterating new loop.
6720         (save_pf_prefix): New variable wrapping the loop.
6721         (sep_lib_flags): New variable derived from LIB_FLAGS.  Use it.
6722         * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
6723
6724 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6725
6726         * gdb.threads/watchthreads.exp: Change to obtain consistent output.
6727
6728 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6729
6730         PR stabs/11479.
6731         * gdb.stabs/gdb11479.exp: New file.
6732         * gdb.stabs/gdb11479.c: New file.
6733
6734 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6735
6736         * gdb.base/charset.c (Strin16, String32): New variables.
6737         * gdb.base/charset.exp (gdb_test): Test correct display
6738         of 16 or 32 bit strings.
6739
6740 2010-04-21  Chris Moller  <cmoller@redhat.com>
6741
6742         PR 9167
6743         * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
6744         * gdb.cp/pr9167.cc: New file.
6745         * gdb.cp/pr9167.exp: New file.
6746
6747
6748 2010-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
6749
6750         PR pascal/11492.
6751         * gdb.pascal/gdb11492.pas: New file.
6752         * gdb.pascal/gdb11492.exp: New file.
6753
6754 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6755
6756         * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
6757
6758 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6759
6760         * gdb.ada/dyn_loc: New testcase.
6761
6762 2010-04-20  Chris Moller  <cmoller@redhat.com>
6763
6764         PR 10867
6765
6766         * gdb.cp/Makefile.in  (EXECUTABLES): Added pr10687
6767         * gdb.cp/pr10687.cc: New file.
6768         * gdb.cp/pr10687.exp: New file.
6769
6770
6771 2010-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6772             Sergio Durigan Junior  <sergiodj@redhat.com>
6773
6774         * gdb.fortran/logical.exp: New testcase.
6775         * gdb.fortran/logical.f90: New file.
6776
6777 2010-04-19  Doug Evans  <dje@google.com>
6778
6779         * gdb.base/help.exp (help source): Update expected output.
6780
6781 2010-04-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
6782
6783         * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
6784         gdb_reinitialize_dir and gdb_load by clean_restart.  Remove trailing
6785         gdb_exit and return.
6786         (executable): New variable.
6787         (binfile): Use it.
6788
6789 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
6790
6791         PR breakpoints/8554.
6792
6793         * gdb.trace/save-trace.exp: Adjust.
6794
6795 2010-04-17  H.J. Lu  <hongjiu.lu@intel.com>
6796
6797         PR corefiles/11511
6798         * gdb.arch/system-gcore.exp: New.
6799         * gdb.arch/gcore.c: Likewise.
6800
6801 2010-04-15  Doug Evans  <dje@google.com>
6802
6803         * gdb.python/py-progspace.c: New file.
6804         * gdb.python/py-progspace.exp: New file.
6805
6806         * gdb.base/source.exp: Add tests for "source -s".
6807
6808 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
6809
6810         * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
6811         * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
6812         * gdb.python/py-prettyprint.exp: New test for to_string returning None.
6813         * gdb.python/py-mi.exp: New test for to_string returning None.
6814
6815 2010-04-12  Phil Muldoon  <pmuldoon@redhat.com>
6816
6817         * gdb.python/py-breakpoint.c: Make result global.
6818
6819 2010-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
6820
6821         Fix non-GNU make compatibility.
6822         * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
6823
6824 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
6825
6826         * gdb.python/py-breakpoint.exp: New File.
6827         * gdb.python/py-breakpoint.C: Ditto.
6828
6829 2010-04-08  Stan Shebs  <stan@codesourcery.com>
6830
6831         * gdb.trace/actions.exp: Clear default-collect.
6832         * gdb.trace/save-trace.exp: Clear default-collect.
6833
6834 2010-04-08  Phil Muldoon  <pmuldoon@redhat.com>
6835
6836         * gdb.python/py-value: Add null string variable.
6837           (test_lazy_string): Test zero length, NULL address lazy
6838           strings.
6839
6840 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
6841
6842         * gdb.arch/i386-avx.c: New.
6843         * gdb.arch/i386-avx.exp: Likewise.
6844
6845         * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
6846
6847 2010-04-06  Doug Evans  <dje@google.com>
6848
6849         * gdb.base/source-test.gdb: New file.
6850         * gdb.base/source.exp: Test source -v.
6851
6852 2010-04-06  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6853
6854         * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
6855
6856 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
6857
6858         * gdb.stabs/aout.sed: Convert all backslash to double backslash
6859         within one line, unless it is followed by a double quote.
6860         * gdb.stabs/hppa.sed: Idem.
6861         * gdb.stabs/weird.def: Add char and String constants
6862         * gdb.stabs/weird.exp: Check for correct parsing of
6863         char and string constants.
6864         * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
6865         in .stabs to .stabx substitution.
6866
6867 2010-04-05  Stan Shebs  <stan@codesourcery.com>
6868
6869         * gdb.trace/tfile.c: Add a variable split across two blocks, and a
6870         constant global.
6871         * gdb.trace/tfile.exp: Try to print them.
6872
6873 2010-04-04  Stan Shebs  <stan@codesourcery.com>
6874
6875         * gdb.base/completion.exp: Update for new "info watchpoints".
6876         * gdb.base/default.exp: Ditto.
6877         * gdb.base/help.exp: Ditto.
6878         * gdb.base/watchpoint.exp: Ditto.
6879         * gdb.trace/infotrace.exp: Update "info tracpoints" output.
6880
6881 2010-04-04  Stan Shebs  <stan@codesourcery.com>
6882
6883         * gdb.trace/tfile.exp: Sharpen tfind test.
6884
6885 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6886
6887         * gdb.base/break-entry.exp: New.
6888
6889 2010-04-02  Hui Zhu  <teawater@gmail.com>
6890             Michael Snyder <msnyder@vmware.com>
6891
6892         * gdb.reverse/i386-sse-reverse.exp: New file.
6893         * gdb.reverse/i386-sse-reverse.c: New file.
6894
6895 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
6896
6897         * gdb.trace/tfind.exp: Adjust expected disassembly output.
6898
6899 2010-04-01  Stan Shebs  <stan@codesourcery.com>
6900
6901         * gdb.trace/actions.exp: Tweak expected output.
6902         * gdb.trace/while-stepping.exp: Tweak expected output.
6903
6904 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
6905
6906         * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
6907
6908 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
6909
6910         * gdb.base/commands.exp: Adjust.
6911         * gdb.cp/extern-c.exp: Adjust.
6912
6913 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
6914
6915         * gdb.trace/collection.c (local_test_func): Define a local struct,
6916         and instanciate it.
6917
6918 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
6919
6920         * gdb.trace/collection.exp (gdb_collect_args_test)
6921         (gdb_collect_argarray_test): XFAIL the tests that assume the
6922         argarray argument's elements are collected.
6923
6924 2010-03-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
6925
6926         * gdb.dwarf2/dw2-bad-parameter-type.exp,
6927         gdb.dwarf2/dw2-bad-parameter-type.S: New.
6928
6929 2010-03-31  Stan Shebs  <stan@codesourcery.com>
6930
6931         * gdb.trace/save-trace.exp: Test save/restore of default-collect
6932         and tracepoint conditionals.
6933         (gdb_verify_tracepoints): Delete unused return.
6934
6935 2010-03-26  Keith Seitz  <keiths@redhat.com>
6936
6937         * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
6938         appear in the output before main.
6939         Remove KFAIL for gdb/2215 aka bz 9320.
6940
6941 2010-03-30  Doug Evans  <dje@google.com>
6942
6943         * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
6944         by dejagnu.
6945         * gdb.arch/amd64-dword.exp: Ditto.
6946
6947         * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
6948         match.
6949         (break printf): Ditto.
6950
6951 2010-03-29  Sami Wagiaalla  <swagiaal@redhat.com>
6952
6953         * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
6954         gcc < 4.4.
6955         * gdb.cp/shadow.exp: Ditto.
6956
6957 2010-03-29  Pedro Alves  <pedro@codesourcery.com>
6958
6959         * gdb.trace/collection.exp (run_trace_experiment): Make sure
6960         "tstart" is silent.
6961
6962 2010-03-29  Pedro Alves  <pedro@codesourcery.com>
6963
6964         * gdb.trace/collection.exp (executable): New.
6965         (binfile): Use it.
6966         (fpreg, spreg, pcreg): New.
6967         (test_register): Use gdb_test_multiple.  Pass /x to print.
6968         (prepare_for_trace_test): New.
6969         (run_trace_experiment): Use "continue", not gdb_run_cmd.
6970         (gdb_collect_args_test, gdb_collect_argstruct_test)
6971         (gdb_collect_argarray_test, gdb_collect_locals_test): Use
6972         prepare_for_trace_test.
6973         (gdb_collect_registers_test): Use prepare_for_trace_test.  Use
6974         fpreg, spreg and pcreg.
6975         (gdb_collect_expression_test, gdb_collect_globals_test): Use
6976         prepare_for_trace_test.
6977         (gdb_trace_collection_test): Use fpreg, spreg and pcreg.  Don't
6978         try to detect tracing support here.  Don't set breakpoints at
6979         `begin' or `end' here.
6980         <global scope>: Use clean_restart.  Run to main before checking
6981         for tracing support.  Check for for tracing support here.
6982
6983 2010-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
6984
6985         * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
6986         " as $displacement" to "seen displacement message".
6987
6988 2010-03-28  Pedro Alves  <pedro@codesourcery.com>
6989
6990         * gdb.trace/while-dyn.exp (executable): New variable.
6991         (binfile): Use it.
6992         (test_while_stepping): New function.  Move most tests here.  Call
6993         it once for each of the while-stepping, stepping and ws aliases.
6994
6995 2010-03-26  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6996
6997         * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
6998         that do not provide the tagless_struct type name at all.
6999         (test_print_anon_union): Do not check value of uninitialized
7000         union member.  Do not use cp_test_ptype_class, so we can accept
7001         "long" as well as "long int".
7002
7003 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
7004
7005         * gdb.trace/tfile.c (tohex, bin2hex): New.
7006         (write_error_trace_file): Hexify error description.
7007
7008 2010-03-25  Stan Shebs  <stan@codesourcery.com>
7009
7010         * gdb.trace/tfile.c: Generate an additional trace file, improve
7011         portability.
7012         * gdb.trace/tfile.exp: Test trace file with an error stop, delete
7013         files in a better way.
7014
7015 2010-03-25  Keith Seitz  <keiths@redhat.com>
7016
7017         * gdb.java/jprint.exp: XFAIL printing of static class members
7018         because of GCC debuginfo problem.
7019
7020 2010-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
7021
7022         * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
7023
7024 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
7025
7026         * gdb.base/completion.exp: Allow long instead of long int.
7027         * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
7028         * gdb.base/gdbvars.c (main): Remove unused usestubs code.  Reference
7029         variable p.
7030         * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
7031         * gdb.base/pointers.exp: Allow long instead of long int.
7032         * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
7033         * gdb.base/step-line.exp: Allow a directory before the source file name.
7034
7035 2010-03-24  Tom Tromey  <tromey@redhat.com>
7036
7037         PR breakpoints/9352:
7038         * gdb.base/default.exp: Update.
7039         * gdb.base/commands.exp: Update.
7040         * gdb.cp/extern-c.exp: Test setting commands on multiple
7041         breakpoints at once.
7042
7043 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
7044
7045         * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
7046         if gdb,nosignals.
7047         * gdb.base/watchpoints.c: Do not include unnecessary headers.
7048         * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
7049         exited".
7050
7051 2010-03-24  Stan Shebs  <stan@codesourcery.com>
7052
7053         * gdb.trace/tfile.exp: Expect "trace frame", with a space.
7054
7055 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
7056
7057         * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
7058         * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
7059         argument.  Handle "short" and "long".
7060         (Top level): Pass overprototyped output for old_fptr and xptr.
7061
7062 2010-03-23  Pedro Alves  <pedro@codesourcery.com>
7063
7064         * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
7065         format strings and add casts to avoid compiler warnings.
7066
7067 2010-03-23  Vladimir Prus  <vladimir@codesourcery.com>
7068
7069         * lib/trace-support.exp (gdb_trace_setactions):
7070         Don't expect whitespace after ">" prompt.
7071         * gdb.trace/actions.exp: Adjust for output changes.
7072         * gdb.trace/while-stepping.exp: Likewise.
7073
7074 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7075
7076         * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
7077         and r157645).
7078
7079 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7080
7081         * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
7082         New.
7083
7084 2010-03-22  Daniel Jacobowitz  <dan@codesourcery.com>
7085
7086         * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
7087         * gdb.python/py-mi.exp (binfile): Rename to py-mi.
7088
7089 2010-03-19  Stan Shebs  <stan@codesourcery.com>
7090
7091         * gdb.trace/ax.exp: New file.
7092
7093 2010-03-19  Doug Evans  <dje@google.com>
7094
7095         * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
7096         output from gcc.
7097
7098         * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
7099         named /usr/sbin/prelink<foo>.
7100
7101 2010-03-18  Stan Shebs  <stan@codesourcery.com>
7102
7103         * gdb.trace/circ.exp: Test circular-trace-buffer.
7104         * gdb.trace/tfile.exp: Update tstatus test.
7105
7106 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
7107
7108         * gdb.dwarf2/dw2-anonymous-func.S: New file.
7109         * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
7110
7111 2010-03-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7112
7113         * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
7114
7115 2010-03-18  Pedro Alves  <pedro@codesourcery.com>
7116
7117         * gdb.base/default.exp: Adjust the expected output of the finish
7118         and until commands when the inferior is not being run.
7119
7120 2010-03-15  Sami Wagiaalla  <swagiaal@redhat.com>
7121
7122         * gdb.cp/shadow.exp: Removed kfail; test has been fix.
7123         * gdb.cp/nsusing.exp: Ditto.
7124
7125 2010-03-15  Tom Tromey  <tromey@redhat.com>
7126
7127         * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
7128         * gdb.cp/userdef.cc (operator==): New function.
7129         (main): New locals mem1, mem2.
7130
7131 2010-03-15  Jie Zhang  <jie@codesourcery.com>
7132
7133         * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
7134         Declare and use new loadtimeout variable.
7135
7136 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
7137
7138         * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
7139         Use gdb_load later.
7140
7141 2010-03-14  Pedro Alves  <pedro@codesourcery.com>
7142
7143         * gdb.base/solib-disc.c (main): Make format of fprintf a string
7144         literal.  Add missing endlines to prints to stderr.
7145
7146 2010-03-12  Tom Tromey  <tromey@redhat.com>
7147
7148         PR c++/9708:
7149         * gdb.cp/m-static.exp: Add regression test.
7150         * gdb.cp/m-static.cc (method): New method.
7151         (main): Call it.
7152
7153 2010-03-12  Sami Wagiaalla  <swagiaal@redhat.com>
7154
7155         * gdb.cp/gdb2384-base.h: Created 'namespace B'.
7156         * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
7157
7158 2010-03-12  Daniel Jacobowitz  <dan@codesourcery.com>
7159
7160         * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
7161
7162 2010-03-12  Daniel Jacobowitz  <dan@codesourcery.com>
7163
7164         * lib/gdb.exp (skip_stl_tests): New.
7165         (gdb_compile): Symbian needs -ldl.
7166         (shlib_target_file): New.
7167         (shlib_symbol_file): New.
7168         (gdb_load_shlibs): Use shlib_target_file.
7169         * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
7170         * gdb.cp/exception.exp: Use skip_stl_tests.
7171         * gdb.cp/bs15503.exp: Use skip_stl_tests.  Use untested.
7172         * gdb.cp/try_catch.exp: Use skip_stl_tests.
7173         * gdb.cp/mb-templates.exp: Ditto.
7174         * gdb.base/commands.exp: Relax regexes.
7175         * gdb.base/watchpoint-solib.exp: Don't skip on symbian.  Use
7176         shlib_target_file and shlib_symbol_file.
7177         * gdb.base/maint.exp: Allow lowercase t.  Allow .rodata in
7178         sections.
7179         * gdb.base/ending-run.exp: Accept E32Main for symbian.
7180         * gdb.base/solib-disc.exp: Use
7181         shlib_target_file and shlib_symbol_file.
7182         * gdb.base/unload.exp: Don't skip on symbian.  Use
7183         shlib_target_file and shlib_symbol_file.
7184         * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
7185
7186 2010-03-12  Pedro Alves  <pedro@codesourcery.com>
7187
7188         * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
7189         * gdb.trace/report.exp: Adjust for x86 and x86_64.
7190         Issue a tfind end before looking for a tracepoint frame.
7191         * gdb.trace/tfind.exp: Adjust tstatus output.
7192         Adjust disassembly output.
7193         * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
7194
7195 2010-03-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7196
7197         * gdb.base/break-interp.exp: Create new displacement parameter value
7198         for the test_ld calls.
7199         (reach): New parameter displacement, verify its content.  New push of
7200         pf_prefix "reach-$func:".  Import global expect_out.
7201         (test_core): New parameter displacement, verify its content.  New push
7202         of pf_prefix "core:".  New command "set verbose on".  Import global
7203         expect_out.
7204         (test_attach): New parameter displacement, verify its content.  New
7205         push of pf_prefix "attach:".  New command "set verbose on".  Import
7206         global expect_out.
7207         (test_ld): New parameter displacement, pass it to the reach, test_core
7208         and test_attach calls and verify its content in the "ld.so exit" test.
7209         * gdb.base/prelink.exp: Remove gdb_exit and final return.
7210         (prelink): Update expected text, use gdb_test.
7211
7212 2010-03-10  Doug Evans  <dje@google.com>
7213
7214         * gdb.base/checkpoint.exp: Fix comment.
7215         Lengthen timeout while doing >600 checkpoints test.
7216         Rename duplicate "kill all one" test to keep test names unique.
7217
7218 2010-03-10  Pedro Alves  <pedro@codesourcery.com>
7219
7220         * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
7221
7222 2010-03-08  Keith Seitz  <keiths@redhat.com>
7223
7224         * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
7225         * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
7226         (dm_type_long): New function.
7227         (dm_type_unsigned_short): New function.
7228         (dm_type_unsigned_long): New function.
7229         (myint): New typedef.
7230         * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
7231         long, unsigned shor and long, operator char*, and typedef.
7232         (test_lookup_operator_functions): Add operator char* test.
7233         (test_paddr_operator_functions): Likewise.
7234         (test_paddr_overloaded_functions): Use probe values for
7235         short, long, and unsigned short and long.
7236         (test_paddr_hairy_functions): If the demangler probe detected
7237         gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
7238         demangler.
7239         * gdb.cp/expand-sals.exp: Backtrace may contain class names.
7240         * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
7241         and "print null_pmf".
7242         Add test "ptype a.*pmf".
7243         * gdb.cp/overload.exp: Allow optional "int" to appear with
7244         "short" and "long".
7245         * gdb.cp/ovldbreak.exp: Use append to construct super-duper
7246         long expect value for men_overload1arg.
7247         Allow "int" to appear with "short" and "long".
7248         When testing "info break", add argument for main (void).
7249         Also allow "int" to appear with "short" and "long".
7250         Ditto with "unsigned" and "long long".
7251         * gdb.java/jmain.exp: Do not enclose methods names in single
7252         quotes.
7253         * gdb.java/jmisc.exp: Likewise.
7254         * gdb.java/jprint.exp: Likewise.
7255         * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
7256
7257         From Jan Kratochvil  <jan.kratochvil@redhat.com>:
7258         * gdb.cp/exception.exp (backtrace after first throw)
7259         (backtrace after second throw): Allow a namespace before __cxa_throw.
7260         (backtrace after first catch, backtrace after second catch): Allow
7261         a namespace before __cxa_begin_catch.
7262
7263         * gdb.cp/cpexprs.exp: New file.
7264         * gdb.cp/cpexprs.cc: New file.
7265
7266         From Daniel Jacobowitz  <dan@codesourcery.com>
7267         * gdb.cp/cpexprs.exp (escape): Delete.  Change all callers
7268         to use string_to_regexp.
7269         (ctor, dtor): New functions.  Use them to match constructor
7270         and destructor function types.
7271         (Top level): Use runto_main.
7272
7273 2010-03-05  Tom Tromey  <tromey@redhat.com>
7274
7275         * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
7276         gdb.target_charset.
7277         (pp_ns.to_string): Likewise.
7278
7279 2010-03-04  Keith Seitz  <keiths@redhat.com>
7280
7281         * gdb.cp/overload.exp: Test that the filename portion of a linespec
7282         can be quoted.  Test that both the filename and function/line
7283         portions can be quoted at the same time.
7284
7285 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
7286
7287         * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
7288
7289 2010-03-03  Doug Evans  <dje@google.com>
7290
7291         * lib/gdb.exp (gdb_compile_pthreads): Handle case where
7292         libc contains libpthread.
7293
7294         * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
7295         * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
7296         of gdb_compile.  Add another pattern to match android backtrace.
7297
7298 2010-03-03  Tom Tromey  <tromey@redhat.com>
7299
7300         PR gdb/11345:
7301         * gdb.base/printcmds.exp (test_printf): Add test.
7302
7303 2010-03-02  H.J. Lu  <hongjiu.lu@intel.com>
7304
7305         * gdb.arch/amd64-byte.exp: New.
7306         * gdb.arch/amd64-dword.exp: Likewise.
7307         * gdb.arch/amd64-pseudo.c: Likewise.
7308         * gdb.arch/amd64-word.exp: Likewise.
7309         * gdb.arch/i386-byte.exp: Likewise.
7310         * gdb.arch/i386-pseudo.c: Likewise.
7311         * gdb.arch/i386-word.exp: Likewise.
7312
7313 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
7314
7315         * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
7316         types.  Add structreg, bitfields, and flags registers.
7317         * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
7318         registers.
7319
7320 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
7321
7322         * gdb.xml/tdesc-regs.exp (architecture): New.  Set it for x86.
7323         (load_description): Set architecture if defined.
7324
7325 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
7326
7327         * gdb.python/py-frame.exp: Add read_var block tests.
7328         * gdb.python/py-frame.c (block): New function.
7329
7330 2010-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
7331             Daniel Jacobowitz  <dan@codesourcery.com>
7332
7333         * gdb.base/callfuncs.exp: New tests for $spval 0 and -1.  Remove return.
7334
7335 2010-02-25  David S. Miller  <davem@davemloft.net>
7336
7337         * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
7338         fix logic for setting all_syscalls_numbers.
7339
7340 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
7341
7342         * Makefile.in: Add py-block and py-symbol.
7343         * gdb.python/py-symbol.exp: New File.
7344         * gdb.python/py-symtab.exp: New File.
7345         * gdb.python/py-block.exp: New File.
7346         * gdb.python/py-symbol.c: New File.
7347         * gdb.python/py-block.c: New File.
7348
7349 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
7350
7351         PR python/11314
7352         * lib/gdb.exp (skip_python_tests): New function.
7353         * gdb.python/py-cmd.exp: Use skip_python_tests.
7354         * gdb.python/py-frame.exp: Likewise.
7355         * gdb.python/py-function.exp: Likewise.
7356         * gdb.python/py-prettyprint.exp: Likewise.
7357         * gdb.python/py-template.exp: Likewise.
7358         * gdb.python/py-type.exp: Likewise.
7359         * gdb.python/py-value.exp: Likewise.
7360
7361 2010-02-22  Pedro Alves  <pedro@codesourcery.com>
7362
7363         PR9605
7364
7365         * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
7366
7367 2010-02-19  Tom Tromey  <tromey@redhat.com>
7368
7369         PR c++/8693, PR c++/9496:
7370         * gdb.cp/namespace.exp: Remove some setup_kfail calls.  Added
7371         regression tests.
7372
7373 2010-02-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7374
7375         Fix compatibility with m68k as.
7376         * gdb.dwarf2/member-ptr-forwardref.S: Use .data section.  Use .2byte.
7377         Use only /* comments */.
7378
7379 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7380
7381         * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
7382         * configure: Regenerate.
7383
7384 2010-02-18  Daniel Jacobowitz  <dan@codesourcery.com>
7385
7386         * gdb.python/py-type.exp: Check for Python support.
7387
7388 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
7389
7390         * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
7391         `regsub' syntax available.
7392
7393 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
7394
7395         * gdb.base/shmain.c (main): Remove printf call.
7396         * gdb.base/sizeof.c (main): Cast return of sizeof to int.
7397         * gdb.base/unload.c (main): Make format of fprintf a string
7398         literal.  Add missing endlines to prints to stderr.
7399         * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
7400
7401 2010-02-17  Tom Tromey  <tromey@redhat.com>
7402
7403         * gdb.java/jprint.java (jprint.props): New field.
7404         * gdb.java/jprint.exp (set_lang_java): Add regression test.
7405
7406 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
7407
7408         * gdb.base/charset.exp: Don't assume new `regsub' syntax
7409         available.
7410
7411 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
7412
7413         * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
7414         creation to support remote host testing.
7415
7416 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
7417
7418         * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
7419         Recognize "command not found".
7420
7421 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
7422
7423         * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
7424         single-stepping.
7425
7426 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
7427
7428         * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
7429         if arguments are not supported.
7430
7431 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
7432
7433         * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
7434         be const or non-const.
7435
7436 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
7437
7438         * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
7439         mi_send_resuming_command to send -exec-continue.
7440
7441 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
7442
7443         * gdb.base/list.exp (test_list_filename_and_function): Add test
7444         with single quotes.
7445         * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
7446         matching.
7447         * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
7448         Add KFAIL'd tests for PR gdb/11289.
7449
7450 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
7451
7452         * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
7453
7454 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
7455
7456         * gdb.base/comp-dir/subdir/dummy.txt: New file.
7457         * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
7458         a temporary directory.
7459
7460 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
7461
7462         * gdb.base/charset.exp: Use a single regular expression to match
7463         show host-charset and show target-charset output.
7464
7465 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7466
7467         * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
7468         "Illegal process-id" expect string more exact.
7469         (attach to digits-starting nonsense is prohibited): New.
7470
7471 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7472
7473         * gdb.base/prelink.exp (set verbose on): New.
7474
7475 2010-02-12  Tomas Holmberg  <th@virtutech.com>
7476
7477         * mi-reverse.exp: New file. Test for reverse option to the
7478         following MI commands: exec-continue, exec-finish, exec-next,
7479         exec-step, exec-next-instruction, exec-step-instruction.
7480
7481 2010-02-09  Joel Brobecker  <brobecker@adacore.com>
7482
7483         * gdb.ada/ptype_tagged_param: New testcase.
7484
7485 2010-02-08  Tom Tromey  <tromey@redhat.com>
7486
7487         PR c++/8017:
7488         * gdb.cp/overload.exp: Add tests.
7489         * gdb.cp/overload.cc (struct K): New.
7490         (namespace N): New.
7491         (main): Call new functions.
7492         (K::staticoverload): Define.
7493
7494 2010-02-08  Chris Moller  <moller@mollerware.com>
7495
7496         PR gdb/10728
7497         * gdb.cp/pr10728-x.h: New file.
7498         * gdb.cp/pr10728-x.cc: New file.
7499         * gdb.cp/pr10728-y.cc: New file.
7500         * gdb.cp/pr10728.exp: New file.
7501         * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
7502
7503 2010-02-08  Chris Moller  <moller@mollerware.com>
7504
7505         PR gdb/9067
7506         * gdb.cp/pr9067.exp:  New
7507         * gdb.cp/pr9067.cc:   New
7508         * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
7509
7510 2010-02-08  Joel Brobecker  <brobecker@adacore.com>
7511
7512         * lib/gdb.exp (gdb_test_timeout): New global variable.
7513         Set it to timeout if not already set.
7514         (gdb_init): Reset the value of timeout to gdb_test_timeout.
7515
7516 2010-02-05  Doug Evans  <dje@google.com>
7517
7518         * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
7519         user.
7520
7521 2010-02-05  Sami Wagiaalla  <swagiaal@redhat.com>
7522
7523         PR c++/7935:
7524         * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
7525
7526 2010-02-04  Tom Tromey  <tromey@redhat.com>
7527
7528         * gdb.cp/virtbase.exp: Make test case names unique.
7529
7530 2010-02-02  Tom Tromey  <tromey@redhat.com>
7531
7532         * gdb.cp/virtbase.exp: Add regression tests.
7533         * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
7534         (main): Instantiate RHC.
7535
7536 2010-02-02  Tom Tromey  <tromey@redhat.com>
7537
7538         * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
7539         type-printing change.
7540
7541 2010-02-02  Tom Tromey  <tromey@redhat.com>
7542
7543         PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
7544         * gdb.cp/virtbase.cc: New file.
7545         * gdb.cp/virtbase.exp: New file.
7546         * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
7547
7548 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7549
7550         PR libc/11214:
7551         * gdb.threads/current-lwp-dead.c: Include features.h.
7552         (HAS_NOMMU): New.
7553         (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
7554
7555 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7556
7557         * gdb.base/symbol-without-target_section.exp,
7558         gdb.base/symbol-without-target_section.c: New.
7559
7560 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
7561
7562         * gdb.base/bigcore.exp: Reset increased timeout.
7563         * gdb.base/interrupt.exp: Match unexpected gdb prompt.
7564
7565 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
7566
7567         * gdb.base/gcore.exp (capture_command_output): Use
7568         gdb_test_multiple.
7569
7570 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
7571
7572         * gdb.arch/thumb2-it.S (it_breakpoints): New function.
7573         * gdb.arch/thumb2-it.exp (test_it_break): New function.
7574         (Top level): Call it.
7575
7576 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
7577
7578         * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
7579
7580 2010-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
7581
7582         * gdb.base/call-strs.exp, gdb.base/default.exp,
7583         gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
7584         gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
7585         gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
7586         gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
7587         gdb.base/watchpoint-solib.exp: Save and restore timeout.
7588         * gdb.base/ending-run.exp: Correct restore of timeout.
7589         * gdb.base/page.exp: Remove unnecessary timeout setting.
7590
7591 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
7592
7593         * gdb.ada/rec_return: New testcase.
7594
7595 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
7596
7597         * gdb.ada/call_pn: New testcase.
7598
7599 2010-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
7600
7601         * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
7602         (Top level): Use it to resume.
7603         * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
7604         the Thumb mode displaced stepping error as unsupported.
7605
7606 2010-01-28  Sami Wagiaalla  <swagiaal@redhat.com>
7607
7608         * gdb.cp/nsusing.exp: Added more tests.
7609         * gdb.cp/nsrecurs.exp: Ditto.
7610         * gdb.cp/nsusing.cc: Added test functions.
7611         * gdb.cp/nsrecurs.cc: Ditto.
7612
7613 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
7614
7615         * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
7616         absolute directory pathnames in gdb.sum file.
7617
7618 2010-01-27  Sami Wagiaalla  <swagiaal@redhat.com>
7619
7620         * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
7621         * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
7622
7623 2010-01-26  Tom Tromey  <tromey@redhat.com>
7624
7625         PR exp/7643:
7626         * gdb.base/printcmds.exp (test_print_string_constants): Remove
7627         setup_kfail.
7628
7629 2010-01-14  Sami Wagiaalla  <swagiaal@redhat.com>
7630
7631         * gdb.cp/nsrecurs.exp: New test.
7632         * gdb.cp/nsrecurs.cc: New test program.
7633         * gdb.cp/nsstress.exp: New test.
7634         * gdb.cp/nsstress.cc: New test program.
7635         * gdb.cp/nsdecl.exp: New test.
7636         * gdb.cp/nsdecl.cc: New test program.
7637
7638 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
7639
7640         * gdb.cp/namespace-using.exp: Add test for printing of namespaces
7641         imported into file scope.
7642         Marked test as xfail.
7643         * gdb.cp/namespace-using.cc (marker5): New function.
7644         * gdb.cp/shadow.exp: New test.
7645         * gdb.cp/shadow.cc: New test program.
7646         * gdb.cp/nsimport.exp: New test.
7647         * gdb.cp/nsimport.cc: New test program.
7648
7649 2010-01-25  Tom Tromey  <tromey@redhat.com>
7650
7651         PR gdb/11049:
7652         * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
7653         with "set print null-stop on".
7654
7655 2010-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7656
7657         * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
7658         Adjust it for DISASSEMBLY_OMIT_FNAME.
7659
7660 2010-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7661
7662         PR symtab/11199:
7663         * gdb.dwarf2/member-ptr-forwardref.exp,
7664         gdb.dwarf2/member-ptr-forwardref.S: New.
7665
7666 2010-01-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7667
7668         * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
7669         (thread1_func): Protect thread1_tid with thread1_tid_cond by
7670         thread1_tid_mutex.  Remove gdbstop_mutex handling.
7671         (thread2_func): Protect thread2_tid with thread2_tid_cond by
7672         thread2_tid_mutex.  Remove gdbstop_mutex handling.
7673         (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
7674         pthread_create.  Remove gdbstop_mutex handling.  New comment.  Replace
7675         pthread_cond_wait conditionalizations by while loops.
7676
7677 2010-01-20  Tom Tromey  <tromey@redhat.com>
7678
7679         PR backtrace/10770:
7680         * gdb.dwarf2/pr10770.exp: New file.
7681         * gdb.dwarf2/pr10770.c: New file.
7682         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
7683
7684 2010-01-20  Vladimir Prus  <vladimir@codesourcery.com>
7685
7686         * gdb.mi/mi-async.exp: Remove check for 'async' target, because
7687         that target was removed, and the test always runs native anyway.
7688
7689 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7690
7691         * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
7692         gdb.base/watchpoint-cond-gone-stripped.c: New.
7693
7694 2010-01-19  Tom Tromey  <tromey@redhat.com>
7695
7696         PR c++/8000:
7697         * gdb.cp/namespace.exp: Use new enum.  Fix line numbers in
7698         existing tests.
7699         * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
7700         (main): Use AAA::SomeEnum.
7701
7702 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7703
7704         * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
7705         (test_ignore_count): Declare line_callme_body global.
7706         (run to breakpoint with ignore count): Use line_callme_body.
7707         * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
7708         (set line_main_hello, set line_main_return): Reindent.
7709         (set line_callee4_head, set line_callee4_body, set line_callee4_next):
7710         New.
7711         (continue to callee4): Use line_callee4_body.
7712         (check *stopped from CLI command): Use line_callee4_next.
7713         * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
7714         (set line_main_hello, set line_main_return): Reindent.
7715         (set line_callee4_head, set line_callee4_body): New.
7716         (continue to callee4): Use line_callee4_body.
7717
7718 2010-01-18  Tom Tromey  <tromey@redhat.com>
7719
7720         PR c++/9680:
7721         * gdb.cp/casts.cc: Add new classes and variables.
7722         * gdb.cp/casts.exp: Test new operators.
7723
7724 2010-01-18  Tom Tromey  <tromey@redhat.com>
7725             Thiago Jung Bauermann  <bauerman@br.ibm.com>
7726
7727         * gdb.python/source2.py: New file.
7728         * gdb.python/source1: New file.
7729         * gdb.python/python.exp: Test "source" command.
7730
7731 2010-01-15  Stan Shebs  <stan@codesourcery.com>
7732
7733         * gdb.trace/tfile.c: New file.
7734         * gdb.trace/tfile.exp: New file.
7735
7736 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7737
7738         * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
7739
7740 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7741
7742         * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
7743
7744 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7745
7746         * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
7747         (libfunc): New parameter action.  Implement also selectable "sleep".
7748         * gdb.base/break-interp-main.c: Include assert.h.
7749         (libfunc): New parameter action.
7750         (main): New parameters argc and argv.  Assert argc.  Pass argv.
7751         * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
7752         (test_attach): New proc.
7753         (test_ld): Pass new "segv" exec parameter.  Call also test_attach.
7754         * lib/gdb.exp (core_find): New parameter arg.  Pass it to $binfile.
7755
7756 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7757
7758         * gdb.base/break-interp.exp (test_core): New proc.
7759         (test_ld): Call it.
7760
7761 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7762
7763         * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
7764         * gdb.base/break-interp.exp: Exit on skip_shlib_tests.  Change $srcfile.
7765         New variables $binfile_lib and $srcfile_lib.  Call get_compiler_info
7766         and gdb_compile_shlib.  Use new -Wl compiler options.
7767         (dl bt, main bt): New tests.
7768
7769 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7770
7771         Support PIEs with no symfile_objfile.
7772         * gdb.base/break-interp.exp: New argument at the test_ld calls.
7773         (test_ld): New parameter trynosym.
7774         (test_ld <$trynosym>): New block.
7775
7776 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7777
7778         * gdb.base/break-interp.exp: New file.
7779
7780 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
7781
7782         * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
7783         * gdb.python/py-prettyprint.py (pp_ls): New printer.
7784         * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
7785         test.
7786         * gdb.python/py-prettyprint.c: Define lazystring test structure.
7787         * gdb.python/py-mi.exp: Add lazy string test.
7788
7789 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
7790
7791         * lib/mi-support.exp (mi_check_thread_states): Handle
7792         core number in thread listing.
7793
7794 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
7795
7796         * gdb.base/maint.exp: Adjust the expected output for the
7797         "maint print type" test. Use gdb_test_multiple instead of
7798         gdb_sent/gdb_expect.
7799
7800 2010-01-11  Doug Evans  <dje@google.com>
7801
7802         * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
7803         from gdbserver_download.  All callers updated.
7804
7805         * gdb.server/ext-run.exp: "info os processes" requires xml support.
7806
7807 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7808
7809         Implement binary numbers parsing.
7810         * gdb.base/printcmds.exp (test_integer_literals_accepted)
7811         (test_integer_literals_rejected): New binary tests.
7812
7813 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7814
7815         * gdb.cell/configure: Regenerate.
7816
7817 2010-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
7818
7819         * gdb.base/corefile.exp: Move the core finding block out and call it as
7820         core_find, new variable $corefile, replace corefile by $corefile and
7821         [file tail $corefile] for usage vs. test names resp.
7822         * lib/gdb.exp (core_find): Move it as a new function here.  New
7823         parameter binfile and deletefiles.  New variable $destcore.  Pre-delete
7824         $destcore.  Return "" on error.
7825
7826 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7827
7828         Workaround PR binutils/10802.
7829         * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
7830         (twice).
7831
7832 2010-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
7833
7834         * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
7835
7836 2010-01-08  Joel Brobecker  <brobecker@adacore.com>
7837
7838         * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
7839         call, to avoid interruption.
7840
7841 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7842
7843         * gdb.stabs/weird.def (args93): New.
7844
7845 2010-01-07  Doug Evans  <dje@google.com>
7846
7847         * lib/gdb.exp (gdb_skip_xml_test): Add comment.
7848
7849 2010-01-07  Tom Tromey  <tromey@redhat.com>
7850
7851         * gdb.base/source.exp: Use correct line number.
7852
7853 2010-01-05  Stan Shebs  <stan@codesourcery.com>
7854
7855         * gdb.trace/tracecmd.exp: Test ftrace.
7856
7857 2010-01-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7858
7859         * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
7860
7861 2010-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7862
7863         * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
7864         "uint_for_mi_testing".
7865
7866 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
7867
7868         Test indented comment in file being sourced.
7869         * gdb.base/commands.exp: Test indented comment in file being sourced.
7870
7871 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
7872
7873         * gdb.fortran/array-element.f, gdb.fortran/complex.f,
7874         gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
7875         gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
7876         notice.
7877
7878 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
7879
7880         * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
7881         notice.
7882
7883 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7884
7885         * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
7886         missing $after_stopped and comma (,) expectation.
7887
7888 2009-12-31  Stan Shebs  <stan@codesourcery.com>
7889
7890         * gdb.trace/actions.exp: Test teval action.
7891
7892 2009-12-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
7893
7894         * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
7895         (top level): Call test_watchpoint_in_big_blob.
7896         * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
7897         watchpoints.
7898         (func3): Write to buf.
7899
7900 2009-12-29  Stan Shebs  <stan@codesourcery.com>
7901
7902         * gdb.trace/actions.exp: Test default-collect.
7903
7904 2009-12-28  Stan Shebs  <stan@codesourcery.com>
7905
7906         * gdb.trace/tsv.exp: New file.
7907         * gdb.base/completion.exp: Update ambiguous info output.
7908
7909 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
7910
7911         * gdb.base/find.c (main): Reference search buffers.
7912         * gdb.base/included.c (main): Reference integer.
7913         * gdb.base/ptype.c (charfoo): Declare.
7914         (intfoo): Call charfoo.
7915         * gdb.base/scope0.c (useitp): New function.
7916         (usestatics): Use useitp.
7917         (useit): Add a type for val.
7918         * gdb.base/scope1.c (useit1): Take a pointer argument.
7919         (usestatics1): Update calls to useit1.
7920         * gdb.cp/call-c.cc: Declare foo.
7921         (main): Call foo.
7922         * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
7923         * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
7924         (main): Call C::ensureRefs and ensureOtherRefs.
7925         * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
7926         variables.
7927         (ensureOtherRefs): New function.
7928         * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
7929         * gdb.cp/templates.cc (main): Call t5i.value.
7930
7931 2009-12-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7932
7933         Fix compatibility with G++-4.5.
7934         * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
7935         * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
7936         (uncaught return): Remove.
7937
7938 2009-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
7939             Phil Muldoon  <pmuldoon@redhat.com>
7940
7941         * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
7942         (bp_location13, bp_location14, bp_location17, bp_location18)
7943         (marker3_proto, marker4_proto): New variables.
7944         (breakpoint info): Update output.
7945         (run until breakpoint at marker3, run until breakpoint at marker4): New
7946         tests.
7947
7948 2009-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
7949
7950         * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
7951         Replace the printf call of Y by provided "y-set-1" label.  New block
7952         for the second shared library.
7953         * gdb.base/unload.exp: Compile also the second library, call
7954         gdb_load_shlibs also for it.  Use now gdb_breakpoint.
7955         (single pending breakpoint info): Rename to ...
7956         (pending breakpoint info before run): ... this extended test.
7957         (libfile2, libname2, libsrcfile2, libsrc2)
7958         (lib_sl2): New variables.
7959         (exec_opts): Set also SHLIB_NAME2.
7960         (pending breakpoint info on first run at shrfunc1)
7961         (pending breakpoint info on second run at shrfunc1)
7962         (pending breakpoint info on second run at shrfunc2)
7963         (print y from libfile, print y from libfile2): New tests.
7964         * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
7965         * gdb.base/unloadshr2.c: New.
7966
7967 2009-12-22  Hui Zhu  <teawater@gmail.com>
7968
7969         * gdb.reverse/sigall-reverse.exp: Adjust.
7970
7971 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
7972
7973         PR gdb/10884
7974
7975         * gdb.mi/var-cmd.c (do_bitfield_tests): New
7976         (main): Call do_bitfield_tests.
7977         * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
7978
7979 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
7980
7981         * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
7982         gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
7983         gdb.base/watch_thread_num.c, gdb.java/jprint.java,
7984         gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
7985         gdb.modula2/unbounded1.c: Update copyright header.
7986
7987 2009-12-10  Chris Moller  <moller@mollerware.com>
7988
7989         PR gdb/9399
7990         * gdb.cp/virtfunc2.exp: New tests
7991         * gdb.cp/virtfunc2.cc: New tests
7992         * gdb.cp/Makefile.in: Added tests to EXECUTABLES
7993
7994 2009-12-10  Oza Pawandeep (paawan1982@yahoo.com
7995
7996         * gdb.reverse/i387-env-reverse.c: New file.
7997         * gdb.reverse/i387-env-reverse.exp: New file.
7998         * gdb.reverse/i387-stack-reverse.c: New file.
7999         * gdb.reverse/i387-stack-reverse.exp: New file.
8000
8001 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
8002
8003         * gdb.python/py-type.exp (test_range): New test.
8004
8005 2009-12-03  Phil Muldoon <pmuldoon@redhat.com>
8006
8007         PR python/10805
8008
8009         * gdb.python/py-type.exp: New file.
8010         * gdb.python/py-type.c: New file.
8011         * Makefile.in: Add py-type.
8012
8013 2009-12-03  Tom Tromey  <tromey@redhat.com>
8014
8015         * gdb.python/py-value.exp (test_parse_and_eval): New
8016         function.
8017
8018 2009-12-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
8019
8020        PR gdb/11022
8021
8022        * gdb.base/pr11022.exp: New test.
8023        * gdb.base/pr11022.c: New test.
8024
8025 2009-12-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8026
8027         Fix spurious false FAILs.
8028         * gdb.base/structs.c (chartest): New.
8029         (main): Fill-in chartest.
8030         * gdb.base/structs.exp (anychar_re, first): New.
8031         (start_structs_test): Import global anychar_re and first.
8032         New gdb_test call "set print elements 300; ${testfile}"
8033         (start_structs_test <$first>): New block.
8034         (any): Import global anychar_re.  New variable ac.  Use ${ac}.
8035
8036 2009-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8037
8038         * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
8039
8040 2009-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8041
8042         * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
8043         Force $srcfile file.
8044         * gdb.base/foll-fork.c (callee): Comment out the printf call.
8045
8046 2009-11-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8047
8048         * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
8049         * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
8050         * gdb.threads/watchthreads-reorder.exp: Likewise.
8051
8052 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
8053
8054         PR gdb/8704
8055
8056         * gdb.base/condbreak.exp: Test combinations of "break *EXP",
8057         "if", and "thread".  Correct matching in the previous test.
8058
8059 2009-11-25  Daniel Jacobowitz  <dan@codesourcery.com>
8060
8061         * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
8062
8063 2009-11-23  Michael Snyder  <msnyder@vmware.com>
8064
8065         * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
8066         * gdb.reverse-watch-precsave.exp: Ditto.
8067
8068 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
8069
8070         * gdb.asm/asm-source.exp: Adjust.
8071         * gdb.base/help.exp: Adjust.
8072
8073 2009-11-22  Pedro Alves  <pedro@codesourcery.com>
8074
8075         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
8076         (do_syscall_tests_without_xml): Set data-directory to
8077         /the/path/to/nowhere.
8078
8079 2009-11-21  Pedro Alves  <pedro@codesourcery.com>
8080
8081         * gdb.threads/local-watch-wrong-thread.c,
8082         gdb.threads/local-watch-wrong-thread.exp: New files.
8083
8084 2009-11-21  Pedro Alves  <pedro@codesourcery.com>
8085
8086         * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
8087         assume new `regsub' syntax available.
8088
8089 2009-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8090
8091         * gdb.base/watchpoint-hw-hit-once.exp,
8092         gdb.base/watchpoint-hw-hit-once.c: New.
8093
8094 2009-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8095
8096         * gdb.threads/watchthreads-reorder.exp,
8097         gdb.threads/watchthreads-reorder.c: New.
8098
8099 2009-11-17  Nathan Sidwell  <nathan@codesourcery.com>
8100
8101         * gdb.xml/tdesc-regs.exp: Use for m68k.
8102
8103 2009-11-15  Pedro Alves  <pedro@codesourcery.com>
8104
8105         * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
8106
8107 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
8108
8109         * lib/gdb.exp (current_target_name): New procedure.
8110         (gdb_wrapper_target): New variable.
8111         (gdb_wrapper_init): Set gdb_wrapper_target.
8112         (default_gdb_init): Check gdb_wrapper_target before rebuilding the
8113         wrapper.
8114
8115 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
8116
8117         * gdb.base/remote.exp: Delete the slowest load test.
8118         Do not load with fixed packet sizes.
8119
8120 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
8121
8122         * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
8123
8124 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
8125
8126         * gdb.base/freebpcmd.exp: Delete unused variable.  Specify
8127         srcfile when setting a breakpoint.
8128
8129 2009-11-13  Maciej W. Rozycki  <macro@codesourcery.com>
8130
8131         * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
8132         macros.
8133
8134 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
8135
8136         * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
8137         to be in memory.
8138         * gdb.base/display.c (force_mem): New.
8139         (do_loops): Use it.  Add breakpoint comments.
8140         (do_vars): Add a breakpoint comment.
8141         * gdb.base/display.exp: Use gdb_get_line_number.  Remove hardcoded
8142         line numbers.
8143
8144 2009-11-13  Nathan Froyd  <froydnj@codesourcery.com>
8145
8146         * gdb.base/pending.exp: Use gdb_run_cmd to start the program
8147         instead of a bare "run".
8148
8149 2009-11-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
8150
8151         * gdb.python/py-prettyprint.exp: Adjust.
8152
8153 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
8154
8155         * lib/cell.exp (skip_cell_tests): Clean up test files before
8156         returning.
8157
8158 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
8159
8160         * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
8161         and the breakpoint menu.  Do not call perror if a prompt is seen.
8162         Consume the following GDB prompt.
8163         * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
8164         * gdb.cp/namespace.exp: Use gdb_test.
8165         * gdb.cp/templates.exp: Use gdb_test.
8166         (test_template_breakpoints): Use gdb_test_multiple.
8167
8168 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
8169
8170         * gdb.base/break1.c (struct some_struct, values): Move earlier.
8171         (marker4): Reference values.
8172
8173 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
8174
8175         * gdb.base/macscp.exp: Avoid the first FAIL if macro information
8176         is missing.
8177
8178 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
8179
8180         * gdb.base/break.c (need_malloc): New.
8181         * gdb.base/constvars.c (main): Reference crass and crisp.
8182         * gdb.base/gdb1821.c (main): Reference bar.
8183         * gdb.cp/gdb1355.cc (main): Reference s1.
8184         * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
8185         (main): Call them.
8186         * gdb.cp/hang2.cc (dummy2): Define.
8187         * gdb.cp/hang3.cc (dummy3): Define.
8188         * gdb.cp/m-data.cc (main): Reference shadow.
8189
8190 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
8191             Nathan Froyd  <froydnj@codesourcery.com>
8192
8193         * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
8194         remote host.
8195
8196 2009-11-12  Nathan Froyd  <froydnj@codesourcery.com>
8197
8198         * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
8199         * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
8200         * gdb.dwarf2/dw2-compressed.exp: Likewise.
8201         * gdb.dwarf2/dw2-intercu.exp: Likewise.
8202         * gdb.dwarf2/dw2-intermix.exp: Likewise.
8203         * gdb.dwarf2/dw2-producer.exp: Likewise.
8204         * gdb.dwarf2/mac-fileno.exp: Likewise.
8205         * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
8206         py-prettyprint.py to the remote host.
8207         * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
8208
8209 2009-11-11  Keith Seitz  <keiths@redhat.com>
8210
8211         * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
8212         use it instead of "Foo".
8213         * gdb.cp/classes.exp (do_tests): Add a test to access
8214         a method through a typedef'd class name.
8215
8216 2009-11-11  Nathan Froyd  <froydnj@codesourcery.com>
8217
8218         * gdb.base/long_long.exp: Permit leading zeros on floating-point
8219         exponents.
8220         * gdb.base/pointers.exp: Likewise.
8221         * gdb.cp/ref-types.exp: Likewise.
8222
8223 2009-11-11  Keith Seitz  <keiths@redhat.com>
8224
8225         * gdb.cp/cplusfuncs.cc (class foo): Add operators
8226         new[] and delete[].
8227         * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
8228         "void".
8229         (probe_demangler): Remove all single-quoting of
8230         method and variable names.
8231         (info_func_regexp): Remove the word "void" from any
8232         occurrence of "(void)".
8233         (print_addr_2): Remove all single-quoting of
8234         method names.
8235         (print_addr_2_kfail): Likewise.
8236         (print_addr): Single-quote C function names before
8237         passing to print_addr_2.
8238         (test_paddr_operator_functions): Remove single-quoting
8239         for method names.
8240         Add tests for operator new[] and operator delete[].
8241
8242 2009-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8243
8244         * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
8245
8246 2009-11-09  Keith Seitz  <keiths@redhat.com>
8247
8248         * gdb.cp/overload.exp: Add tests for resolving overloaded
8249         methods in expression parsing/evaluation.
8250
8251 2009-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
8252
8253         * lib/gdb.exp (default_gdb_version): Use --version instead of
8254         --command.
8255
8256 2009-11-10  Nathan Sidwell  <nathan@codesourcery.com>
8257
8258         * lib/gdb.exp (gdb_compile_test): New.
8259         (skip_ada_tests, skip_java_tests): New.
8260         (gdb_compile): Use gdb_compile_test for f77.
8261         * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
8262         * lib/java.exp (compile_java_from_source): Remove runtests check,
8263         use gdb_compile_test to record result.
8264         * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
8265         gdb.ada/exec_changed.exp, gdb.ada/start.exp,
8266         gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
8267         gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
8268         gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
8269         gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
8270         gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
8271         gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
8272         gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
8273         adjust gdb_compile invocations.
8274
8275 2009-11-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8276
8277         * Makefile.in (abs_builddir): New.
8278         (site.exp): New target `$(abs_builddir)/site.exp'.  New comment.
8279         (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
8280         `$(abs_builddir)/site.exp'.
8281
8282 2009-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
8283
8284         * config/m68k-emc.exp, lib/emc-support.exp,
8285         gdb.trace/gdb_c_test.c: Delete.
8286         * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
8287         gdb.trace/collection.exp, gdb.trace/deltrace.exp,
8288         gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
8289         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
8290         gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
8291         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
8292         casing for m68k-*-elf.
8293
8294 2009-11-03  Pedro Alves  <pedro@codesourcery.com>
8295
8296         * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
8297         * gdb.arch/i386-prologue.exp: Likewise.
8298         * gdb.arch/i386-unwind.exp: Likewise.
8299
8300 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
8301
8302         * lib/gdb.exp (gdb_expect): Fix timeout typo.
8303
8304 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
8305
8306         * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
8307
8308 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
8309
8310         * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
8311
8312 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8313
8314         * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
8315
8316 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8317
8318         * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
8319         * gdb.base/sepdebug2.c: New file.
8320
8321 2009-10-31  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
8322
8323         * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
8324         the modified warnings for catch syscall.  Verify if GDB was compiled
8325         with support for lib expat, and choose which tests to run depending
8326         on this.
8327
8328 2009-10-30  Vladimir Prus  <vladimir@codesourcery.com>
8329
8330         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
8331         that composite commands are parsed OK. And also test
8332         that breakpoint commands do work.
8333
8334 2009-10-23  Michael Snyder  <msnyder@vmware.com>
8335
8336         gdb.reverse/consecutive-precsave.exp: Change expect pattern
8337         to allow for new disassembly style.
8338
8339 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
8340
8341         * gdb.asm/asm-source.exp: Adjust.
8342
8343 2009-10-22  Michael Snyder  <msnyder@vmware.com>
8344
8345         * gdb.reverse/break-precsave.exp: New test.
8346         * gdb.reverse/consecutive-precsave.exp: Ditto.
8347         * gdb.reverse/finish-precsave.exp: Ditto.
8348         * gdb.reverse/i386-precsave.exp: Ditto.
8349         * gdb.reverse/machinestate-precsave.exp: Ditto.
8350         * gdb.reverse/sigall-precsave.exp: Ditto.
8351         * gdb.reverse/solilb-precsave.exp: Ditto.
8352         * gdb.reverse/step-precsave.exp: Ditto.
8353         * gdb.reverse/until-precsave.exp: Ditto.
8354         * gdb.reverse/watch-precsave.exp: Ditto.
8355
8356 2009-10-22  Michael Snyder  <msnyder@vmware.com>
8357
8358         * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
8359         for gdb_expect.  Adjust one test's expect strings for the new
8360         format of disassemble.
8361         * gdb.reverse/finish-reverse.exp: Delete 'return'.
8362         * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
8363         gdb_test_multiple.
8364         * gdb.reverse/step-reverse.exp: Delete 'return'.
8365         * gdb.reverse/until-reverse.exp: Delete blank lines.
8366         * gdb.reverse/watch-reverse.exp: Delete blank lines.
8367
8368 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
8369
8370         * gdb.base/consecutive.exp: Adjust.
8371         * gdb.base/display.exp: Likewise.
8372         * gdb.base/pc-fp.exp: Likewise.
8373         * gdb.base/sigbpt.exp: Likewise.
8374
8375 2009-10-19  Michael Snyder  <msnyder@vmware.com>
8376
8377         * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
8378         * gdb.reverse/finish-reverse.c: Ditto.
8379         * gdb.reverse/sigall-reverse.c: Ditto.
8380         * gdb.reverse/solib-reverse.c: Ditto.
8381         * gdb.reverse/step-reverse.c: Ditto.
8382         * gdb.reverse/watch-reverse.c: Ditto.
8383
8384 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
8385             Stan Shebs  <stan@codesourcery.com>
8386
8387         * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
8388         * gdb.base/foll-exec.exp: Adjust to expect a process id before
8389         "Executing new program".
8390         * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
8391         * gdb.base/multi-forks.exp: Ditto.  Adjust to the inferior being
8392         left listed after having been killed.
8393         * gdb.base/attach.exp: Adjust to spell out "symbol-file".
8394         * gdb.base/maint.exp: Adjust test.
8395
8396         * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
8397         * gdb.multi/Makefile.in: New.
8398         * gdb.multi/base.exp: New.
8399         * gdb.multi/goodbye.c: New.
8400         * gdb.multi/hangout.c: New.
8401         * gdb.multi/hello.c: New.
8402         * gdb.multi/bkpt-multi-exec.c: New.
8403         * gdb.multi/bkpt-multi-exec.exp: New.
8404         * gdb.multi/crashme.c: New.
8405
8406 2009-10-13  Tristan Gingold  <gingold@adacore.com>
8407
8408         * gdb.base/sepdebug.exp: Check debug info are found.
8409
8410 2009-10-08  Pedro Alves  <pedro@codesourcery.com>
8411
8412         * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
8413         bits.
8414
8415 2009-10-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
8416
8417         * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
8418
8419 2009-10-07  Joel Brobecker  <brobecker@adacore.com>
8420
8421         * gdb.base/watchpoints.c: Add copyright header.  Reformat one
8422         of the comments.
8423
8424 2009-10-06  Pierre Muller  <muller@ics.u-strasbg.fr>
8425
8426         * gdb.base/annota1.exp: Remove obsolete match_max increase.
8427         * gdb.base/annota3.exp: Idem.
8428         * gdb.base/maint.exp: Idem.
8429
8430 2009-10-05  Pierre Muller  <muller@ics.u-strasbg.fr>
8431
8432         * lib/gdb.exp (default_gdb_init): Set current value of match_max
8433         to default.
8434
8435 2009-10-02  Pierre Muller  <muller@ics.u-strasbg.fr>
8436
8437         * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
8438         mingw and cygwin targets.
8439
8440 2009-10-02  Pierre Muller  <muller@ics.u-strasbg.fr>
8441             Pedro Alves  <pedro@codesourcery.com>
8442
8443         * lib/gdb.exp (gdb_compile): Avoid adding
8444         gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
8445
8446 2009-10-01  Pierre Muller  <muller@ics.u-strasbg.fr>
8447
8448         * gdb.base/shr1.c: Use %p in format string.
8449         * gdb.base/unload.c: Avoid warning in fprintf.
8450         * gdb.base/watchpoint-solib.c: Idem.
8451
8452 2009-10-01  Pierre Muller  <muller@ics.u-strasbg.fr>
8453
8454         * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
8455         long type.
8456         (test_unlink): Correct printf string.
8457         * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
8458         * gdb.threads/attachstop-mt.c: Add #include <string.h>.
8459
8460 2009-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
8461
8462         * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
8463         * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
8464         * gdb.arch/ia64-breakpoint-shadow.S: New file.
8465
8466 2009-09-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8467
8468         * gdb.objc/basicclass.exp: Disable pending breakpoint query.
8469         * gdb.objc/nondebug.exp: Likewise.
8470
8471 2009-09-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8472
8473         * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
8474         target_info setting.
8475
8476         * gdb.threads/thread-specific.exp (get_thread_list): Support targets
8477         that detect new threads during "info threads".
8478
8479 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8480
8481         * gdb.threads/manythreads.c (main): Increase thread stack size
8482         to 2*PTHREAD_STACK_MIN.
8483         * gdb.threads/multi-create.c (main): Likewise.
8484         (create_function): Likewise.
8485
8486 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8487
8488         * gdb.base/dump.exp: Pass difference of pointer types instead
8489         of integer types as offset to restore in intarr3.srec case.
8490
8491 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8492
8493         * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
8494
8495 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8496
8497         * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
8498
8499 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
8500
8501         New test for two watchpoints, with disabling of
8502         the first inserted.
8503         * testsuite/gdb.base/watchpoints.c: New file.
8504         * testsuite/gdb.base/watchpoints.exp: New file.
8505
8506 2009-09-25  Tom Tromey  <tromey@redhat.com>
8507
8508         * gdb.base/charset.exp: Test utf-16 strings with Python.
8509
8510 2009-09-25  Tom Tromey  <tromey@redhat.com>
8511
8512         * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
8513         UCS-4.
8514         * gdb.base/charset.c (utf_32_string): Rename.
8515         (init_utf32): Rename.
8516         (main): Update.
8517
8518 2009-09-22  Tom Tromey  <tromey@redhat.com>
8519
8520         * gdb.python/py-function.exp: Add regression tests.
8521
8522 2009-09-21  Keith Seitz  <keiths@redhat.com>
8523
8524         * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
8525         with invalid operator.
8526
8527 2009-09-21  Keith Seitz  <keiths@redhat.com>
8528
8529         * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
8530         and destructor using typedef name of class.
8531         * gdb.cp/classes.cc (class Base1): Add a destructor.
8532         (base1): New typedef.
8533         (use_methods): Instanitate an object of type base1.
8534         * gdb.cp/templates.exp (test_template_typedef): New procedure.
8535         (do_tests): Call test_template_typedef.
8536         * gdb.cp/templates.cc (Baz::~Baz): New method.
8537         (intBazOne): New typedef.
8538         (main): Instantiate intBazOne.
8539
8540 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
8541
8542         PR python/10633
8543
8544         * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
8545         Function.
8546         (run_lang_tests): Add print elements test.
8547
8548 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
8549
8550         * gdb.python/py-value.exp (test_subscript_regression): New
8551         function.  Test for invalid subscripts.
8552         * gdb.python/py-value.c (main): Add test array, and pointer to it.
8553         (ptr_ref): New function.
8554
8555 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
8556
8557         * gdb.base/default.exp: Fix "show convenience".
8558
8559 2009-09-15  Tom Tromey  <tromey@redhat.com>
8560
8561         * lib/mi-support.exp (mi_create_varobj): Update.
8562         (mi_create_floating_varobj): Likewise.
8563         (mi_create_dynamic_varobj): New proc.
8564         (mi_varobj_update): Update.
8565         (mi_varobj_update_with_type_change): Likewise.
8566         (mi_varobj_update_kv_helper): New proc.
8567         (mi_varobj_update_dynamic_helper): Rewrite.
8568         (mi_varobj_update_dynamic): New proc.
8569         (mi_list_varobj_children): Update.
8570         (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
8571         * gdb.python/python-prettyprint.py (pp_outer): New class.
8572         (pp_nullstr): Likewise.
8573         (lookup_function): Register new printers.
8574         * gdb.python/python-prettyprint.c (struct substruct): New type.
8575         (struct outerstruct): Likewise.
8576         (substruct_test): New function.
8577         (struct nullstr): New type.
8578         (string_1, string_2): New globals.
8579         (main): Add new tests.
8580         * gdb.python/python-mi.exp: Added regression tests.
8581         * gdb.mi/mi2-var-display.exp: Update.
8582         * gdb.mi/mi2-var-cmd.exp: Update.
8583         * gdb.mi/mi2-var-child.exp: Update.
8584         * gdb.mi/mi2-var-block.exp: Update.
8585         * gdb.mi/mi-var-invalidate.exp: Update.
8586         * gdb.mi/mi-var-display.exp: Update.
8587         * gdb.mi/mi-var-cmd.exp: Update.
8588         * gdb.mi/mi-var-child.exp: Update.
8589         * gdb.mi/mi-var-block.exp: Update.
8590         * gdb.mi/mi-break.exp: Update.
8591         * gdb.mi/gdb701.exp: Update.
8592
8593 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
8594
8595         * Makefile.in: Inclusion of catch-syscall object.
8596         * gdb.base/catch-syscall.c: New file.
8597         * gdb.base/catch-syscall.exp: New file.
8598
8599 2009-09-12  Michael Snyder  <msnyder@vmware.com>
8600
8601         * gdb.reverse/step-reverse.exp: Explicitly check for targets
8602         that can support reverse debuggnig.
8603
8604 2009-09-11  Tom Tromey  <tromey@redhat.com>
8605
8606         * gdb.dwarf2/valop.S: New file.
8607         * gdb.dwarf2/valop.exp: New file.
8608
8609 2009-09-11  Mark Kettenis  <kettenis@gnu.org>
8610
8611         * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
8612
8613 2009-09-10  Doug Evans  <dje@google.com>
8614
8615         * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
8616         Add $gdb_prompt to second breakpoint regexp.
8617
8618 2009-09-08  Thiago Jung Bauermann  <thiago.bauermann@gmail.com>
8619
8620         * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
8621         names, add missing ones.
8622         * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
8623         * gdb.python/py-frame.c: Rename from python-frame.c.
8624         * gdb.python/py-frame.exp: Rename from python-frame.exp.  Adjust
8625         testfile name.
8626         * gdb.python/py-function.exp: Rename from python-function.exp.
8627         * gdb.python/py-mi.exp: Rename from python-mi.exp.  Adjust
8628         testfile name.
8629         * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
8630         * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
8631         Adjust testfile name.
8632         * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
8633         * gdb.python/py-template.cc: Rename from python-template.cc.
8634         * gdb.python/py-template.exp: Rename from python-template.exp.
8635         Adjust testfile name.
8636         * gdb.python/py-value.c: Rename from python-value.c.
8637         * gdb.python/py-value.exp: Rename from python-value.exp.  Adjust
8638         testfile name.
8639
8640 2009-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8641
8642         * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
8643         $bpt2address.
8644         (Second breakpoint address is valid on ia64)
8645         (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
8646
8647 2009-09-03  Joseph Myers  <joseph@codesourcery.com>
8648
8649         * gdb.base/ending-run.exp: Restrict regular expression matching
8650         line number to require closing brace following.
8651
8652 2009-09-03  Doug Evans  <dje@google.com>
8653
8654         * gdb.base/store.exp (check_set): Fix typo in expected value message.
8655
8656 2009-09-02  Tom Tromey  <tromey@redhat.com>
8657
8658         * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
8659
8660 2009-09-02  Tom Tromey  <tromey@redhat.com>
8661
8662         * gdb.dwarf2/callframecfa.exp: New file.
8663         * gdb.dwarf2/callframecfa.S: New file.
8664
8665 2009-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8666
8667         * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
8668         gdb.base/solib-overlap-main.c: New.
8669
8670 2009-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
8671
8672         PR gdb/10565
8673
8674         * gdb.base/bitfields.c (struct container, container): New.
8675         (main): Initialize it and call break5.
8676         * gdb.base/bitfields.exp (bitfield_at_offset): New test.
8677
8678 2009-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
8679
8680         Support constant DW_AT_data_member_location by GCC PR debug/40659.
8681         * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
8682
8683 2009-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
8684
8685         * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
8686
8687 2009-08-26  Michael Snyder  <msnyder@vmware.com>
8688
8689         * gdb.base/i386-reverse.c: New file.
8690         * gdb.base/i386-reverse.exp: New file.
8691         * gdb.base/Makefile.in: Add new files to be removed.
8692
8693 2009-08-26  Joseph Myers  <joseph@codesourcery.com>
8694
8695         * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
8696         environment-pwd for remote host.
8697         * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
8698
8699 2009-08-24  Keith Seitz  <keiths@redhat.com>
8700
8701         * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
8702         Add two new C++ completer tests which limit the output to a
8703         given class.
8704
8705 2009-08-24  Michael Snyder  <msnyder@vmware.com>
8706
8707         * gdb.base/del.exp: Fix typo in comment.
8708         * gdb.base/step-bt.exp: Fix cut and paste error in comment.
8709
8710 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8711
8712         * configure: Regenerate.
8713         * gdb.hp/configure: Likewise.
8714         * gdb.hp/gdb.aCC/configure: Likewise.
8715         * gdb.hp/gdb.base-hp/configure: Likewise.
8716         * gdb.hp/gdb.compat/configure: Likewise.
8717         * gdb.hp/gdb.defects/configure: Likewise.
8718         * gdb.hp/gdb.objdbg/configure: Likewise.
8719         * gdb.stabs/configure: Likewise.
8720
8721 2009-08-19  Doug Evans  <dje@google.com>
8722
8723         * gdb.base/gdbvars.c: New file.
8724         * gdb.base/gdbvars.exp: Test convenience vars with program variables.
8725
8726 2009-08-14  Pedro Alves  <pedro@codesourcery.com>
8727
8728         * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
8729         gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
8730
8731 2009-08-13  Pedro Alves  <pedro@codesourcery.com>
8732
8733         * gdb.base/default.exp: Adjust "set language test": it's now an
8734         enum command.  Larger help string moved to "help set language".
8735         * gdb.base/help.exp: Adjust "help set language" expected output,
8736         now lists all known languages.
8737
8738 2009-08-11  Nathan Froyd  <froydnj@codesourcery.com>
8739
8740         * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
8741         all frame arguments.
8742         * gdb.arch/altivec-regs.exp: Likewise.
8743
8744 2009-08-07  Tom Tromey  <tromey@redhat.com>
8745
8746         * gdb.base/setshow.exp: Add tests for changes to set language, set
8747         check range, and set check type.
8748
8749 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
8750
8751         * lib/mi-support.exp (mi_list_breakpoints): Make it work.
8752         * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
8753         Call it.
8754
8755 2009-07-31  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8756
8757         * configure.ac: Run gdb.cell tests when appropriate.
8758         * configure: Regenerate.
8759         * lib/cell.exp: New file.
8760         * gdb.cell: New directory.
8761         * gdb.cell/configure.ac: New file.
8762         * gdb.cell/configure: New file.
8763         * gdb.cell/Makefile.in: New file.
8764         * gdb.cell/arch.exp: New file.
8765         * gdb.cell/break.c: New file.
8766         * gdb.cell/break.exp: New file.
8767         * gdb.cell/break-spu.c: New file.
8768         * gdb.cell/bt.c: New file.
8769         * gdb.cell/bt2-spu.c: New file.
8770         * gdb.cell/bt-spu.c: New file.
8771         * gdb.cell/bt.exp: New file.
8772         * gdb.cell/coremaker.c: New file.
8773         * gdb.cell/coremaker-spu.c: New file.
8774         * gdb.cell/core.exp: New file.
8775         * gdb.cell/gcore.exp: New file.
8776         * gdb.cell/data.c: New file.
8777         * gdb.cell/data.exp: New file.
8778         * gdb.cell/data-spu.c: New file.
8779         * gdb.cell/ea-cache.exp: New file.
8780         * gdb.cell/ea-cache.c: New file.
8781         * gdb.cell/ea-cache-spu.c: New file.
8782         * gdb.cell/ea-standalone.c: New file.
8783         * gdb.cell/ea-standalone.exp: New file.
8784         * gdb.cell/ea-test.c: New file.
8785         * gdb.cell/ea-test.exp: New file.
8786         * gdb.cell/f-regs.exp: New file.
8787         * gdb.cell/mem-access.c: New file.
8788         * gdb.cell/mem-access.exp: New file.
8789         * gdb.cell/mem-access-spu.c: New file.
8790         * gdb.cell/ptype.exp: New file.
8791         * gdb.cell/registers.exp: New file.
8792         * gdb.cell/size.c: New file.
8793         * gdb.cell/sizeof.exp: New file.
8794         * gdb.cell/size-spu.c: New file.
8795         * gdb.cell/solib.exp: New file.
8796         * gdb.cell/solib-symbol.exp: New file.
8797
8798 2009-07-31  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8799
8800         * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
8801
8802 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
8803
8804         * gdb.base/float.exp: Handle VFP registers.
8805
8806 2009-07-14  Michael Snyder  <msnyder@vmware.com>
8807
8808         * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
8809         to bring gdb to the beginning of the calling line.
8810
8811         * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
8812         confusing the i386 epilogue unwinder.
8813
8814 2009-07-14  Stan Shebs  <stan@codesourcery.com>
8815
8816         * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
8817
8818 2009-07-14  Michael Snyder  <msnyder@vmware.com>
8819
8820         * gdb.reverse/step-reverse.exp (stepi into function call):
8821         Call instruction may not be first instruction in the line.
8822         (reverse stepi from a function call): Used wrong line number.
8823
8824 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8825
8826         * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
8827
8828 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8829
8830         Fix gdb.base/macscp.exp when using custom inputrc.
8831         * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
8832         * gdb.base/readline.exp: Remove env(INPUTRC) set and restore.  Remove
8833         env(TERM) set.
8834         * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
8835         * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
8836
8837 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8838
8839         Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
8840         * gdb.base/annota1.exp (thread_test): Import global $testfile.
8841         Change the compilation target to match the testcase name.
8842         * gdb.base/sect-cmd.exp: Change the compilation target to match the
8843         testcase name.
8844         * a2-run.exp: Use for setup prepare_for_testing.  Change the
8845         compilation target to match the testcase name.
8846         * gdb.base/commands.exp: Likewise.
8847         * gdb.base/finish.exp: Likewise.
8848         * gdb.base/float.exp: Likewise.
8849         * gdb.base/info-target.exp: Likewise.
8850         * gdb.base/relational.exp: Likewise.
8851         * gdb.base/term.exp: Likewise.
8852         * gdb.base/until.exp: Likewise.
8853         * gdb.base/volatile.exp: Likewise.
8854         * gdb.base/whatis-exp.exp: Likewise.
8855
8856 2009-07-11  Hui Zhu  <teawater@gmail.com>
8857
8858         * gdb.base/help.exp (disassemble): Update expected help text.
8859
8860 2009-07-09  Tom Tromey  <tromey@redhat.com>
8861
8862         * lib/gdb.exp: Handle TRANSCRIPT.
8863         (remote_spawn, remote_close, send_gdb): New procs.
8864
8865 2009-07-10 Phil Muldoon  <pmuldoon@redhat.com>
8866
8867         * gdb.python/python-prettyprint.c: Add counted null string
8868         structure.
8869         * gdb.python/python-prettyprint.exp: Print null string. Test for
8870         embedded nulls.
8871         * gdb.python/python-prettyprint.py (pp_ns): New Function.
8872         * gdb.python/python-value.exp (test_value_in_inferior): Add
8873         variable length string fetch tests.
8874         * gdb.python/python-value.c (main): Add strings for string fetch tests.
8875
8876 2009-07-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8877
8878         * gdb.base/dump.exp (inaccessible memory is reported): New test.
8879
8880 2009-07-07  Tom Tromey  <tromey@redhat.com>
8881
8882         * gdb.base/call-rt-st.exp: Update for change to escape output.
8883         * gdb.base/callfuncs.exp: Likewise.
8884         * gdb.base/charset.exp: Likewise.
8885         * gdb.base/constvars.exp: Likewise.
8886         * gdb.base/long_long.exp: Likewise.
8887         * gdb.base/pointers.exp: Likewise.
8888         * gdb.base/printcmds.exp: Likewise.
8889         * gdb.base/setvar.exp: Likewise.
8890         * gdb.base/store.exp: Likewise.
8891         * gdb.cp/ref-types.exp: Likewise.
8892         * gdb.mi/mi-var-child.exp: Likewise.
8893         * gdb.mi/mi-var-display.exp: Likewise.
8894         * gdb.mi/mi2-var-display.exp: Likewise.
8895         * gdb.base/charset.exp: Test octal escape sequence length.
8896         Update for change to escape output.
8897
8898 2009-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
8899
8900         * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
8901
8902 2009-07-06  Daniel Jacobowitz  <dan@codesourcery.com>
8903
8904         * lib/java.exp (java_init): Ignore $GCJ if it is empty.
8905
8906 2009-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8907
8908         * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
8909         gdbserver increasing $portnum if "Can't bind address" has been seen.
8910
8911 2009-07-05  Pedro Alves  <pedro@codesourcery.com>
8912
8913         * gdb.base/ending-run.exp: Add "step out of main" pattern for
8914         mingw32ce.
8915
8916 2009-07-05  Pedro Alves  <pedro@codesourcery.com>
8917
8918         * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
8919         VFP format.
8920
8921 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
8922
8923         * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
8924         linux.  Adjust to use "inferior", "info inferiors", "detach
8925         inferior" and "kill inferior" instead of "restart", "info fork",
8926         "detach fork" and "delete fork".
8927         * gdb.base/ending-run.exp: Spell out "info".
8928         * gdb.base/help.exp: Adjust to use test_prefix_command_help for
8929         the "kill" command.
8930
8931 2009-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8932
8933         * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
8934         change to prefix TLS offset in hex with 0x.
8935
8936 2009-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8937
8938         * gdb.base/default.exp: Update test case for "x" changes.
8939
8940 2009-07-01  Tristan Gingold  <gingold@adacore.com>
8941
8942         * gdb.base/bigcore.exp: Make darwin untested.
8943
8944 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8945
8946         * gdb.base/completion.exp (directory completion): Create the directory.
8947         New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
8948         escapeuniquesub.
8949         (directory completion 2): Expect now ${escapeuniquesub}.
8950         (Glob remaining of directory test): Remove one excessive newline.
8951         Expect the real output.
8952
8953 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8954
8955         Fix `make check//%' target after `make check' has been ran.
8956         * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency.  Add
8957         a mkdir call.
8958         (check-gdb.base%): Remove the gdb.base%/.dir dependency.
8959         (%/.dir): Remove.
8960
8961 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8962
8963         * lib/mi-support.exp (mi_check_thread_states): Permit any output before
8964         the expected result record.
8965
8966 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8967
8968         Remove racy FAILs relying just on the timeouts.
8969         * gdb.base/setshow.exp (set annotate 2, show annotate (2))
8970         (annotation_level 2): Remove racy FAILs.
8971
8972 2009-06-30  Paul Pluzhnikov  <ppluzhnikov@google.com>
8973
8974         gdb/10275
8975         * gdb.dwarf2/dw2-restore.{S,exp}: New test.
8976
8977 2009-06-30  Daniel Jacobowitz  <dan@codesourcery.com>
8978
8979         * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
8980
8981 2009-06-30  Vladimir Prus  <vladimir@codesourcery.com>
8982
8983         * gdb.mi/mi-stack.exp: Testing symbolic options
8984         to -stack-list-locals and -stack-list-arguments.
8985
8986 2009-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
8987
8988         * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
8989
8990 2009-06-29  Tom Tromey  <tromey@redhat.com>
8991
8992         * dg-extract-results.sh: New file.
8993         * Makefile.in (FORCE_PARALLEL): New variable.
8994         (CHECK_TARGET): New conditional variable.
8995         (check): Use CHECK_TARGET.
8996         (DO_RUNTEST): New variable.
8997         (check-single): New target.
8998         (TEST_DIRS): New variable.
8999         (TEST_TARGETS): Likewise.
9000         (check-parallel): New target.
9001         (check-gdb.%): New pattern.
9002         (BASE1_FILES): New variable.
9003         (BASE2_FILES): Likewise.
9004         (check-gdb.base%): New pattern.
9005         (%/.dir): New pattern.
9006         * configure: Rebuild.
9007         * aclocal.m4 (AM_CONDITIONAL): New defun.
9008         * configure.ac: Check whether user is using GNU make.
9009         (GMAKE): New conditional.
9010
9011 2009-06-29  Sami Wagiaalla  <swagiaal@redhat.com>
9012
9013         * gdb.cp/namespace-nested-import.cc: New test.
9014         * gdb.cp/namespace-nested-import.exp: New test.
9015
9016 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
9017
9018         * gdb.base/break.exp: Add an XFAIL for gcc/36748.
9019         * gdb.cp/annota2.exp: Accept frames-invalid in more places.
9020         * gdb.opt/Makefile.in (EXECUTABLES): Update.
9021         * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
9022         * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
9023         gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
9024         gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
9025         gdb.opt/inline-markers.c: New files.
9026         * lib/gdb.exp (skip_inline_frame_tests): New function.
9027         (skip_inline_var_tests): New function.
9028
9029 2009-06-27  Andreas Schwab  <schwab@linux-m68k.org>
9030
9031         * gdb.cp/exception.exp: Don't require $hex before inner frame in
9032         backtrace.
9033
9034 2009-06-27  Michael Snyder  <msnyder@vmware.com>
9035
9036         * gdb.reverse: New directory.
9037         * gdb.reverse/break-reverse.c: New test.
9038         * gdb.reverse/break-reverse.exp: New test.
9039         * gdb.reverse/consecutive-reverse.c: New test.
9040         * gdb.reverse/consecutive-reverse.exp: New test.
9041         * gdb.reverse/finish-reverse.c: New test.
9042         * gdb.reverse/finish-reverse.exp: New test.
9043         * gdb.reverse/machinestate.c: New test.
9044         * gdb.reverse/ms1.c: New test.
9045         * gdb.reverse/machinestate.exp: New test.
9046         * gdb.reverse/Makefile.in: New file.
9047         * gdb.reverse/shr2.c: New test.
9048         * gdb.reverse/solib-reverse.c: New test.
9049         * gdb.reverse/solib-reverse.exp: New test.
9050         * gdb.reverse/step-reverse.c: New test.
9051         * gdb.reverse/step-reverse.exp: New test.
9052         * gdb.reverse/until-reverse.c: New test.
9053         * gdb.reverse/ur1.c: New test.
9054         * gdb.reverse/until-reverse.exp: New test.
9055         * gdb.reverse/watch-reverse.c: New test.
9056         * gdb.reverse/watch-reverse.exp: New test.
9057         * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
9058         * configure: Regenerate.
9059
9060 2009-06-26  Doug Evans  <dje@google.com>
9061
9062         * gdb.base/psymtab.exp: Turn off pending breakpoints.
9063
9064 2009-06-26  Pierre Muller  <muller@ics.u-strasbg.fr>
9065
9066         * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
9067         windows problem for 'file delete $binfile'.
9068
9069 2009-06-23  Sami Wagiaalla  <swagiaal@redhat.com>
9070
9071         * gdb.cp/namespace-using.exp: New test.
9072         * gdb.cp/namespace-using.cc: New test.
9073
9074 2009-05-20  Joel Brobecker  <brobecker@adacore.com>
9075
9076         * gdb.ada/variant_record_packed_array: New testcase.
9077
9078 2009-06-23  Tom Tromey  <tromey@redhat.com>
9079
9080         * gdb.base/charset.exp (test_combination): Regression test.
9081         * gdb.base/charset.c (my_wchar_t): New typedef.
9082         (myvar): New global.
9083         (main): Set myvar.
9084
9085 2009-06-18  Pierre Muller  <muller@ics.u-strasbg.fr>
9086
9087         * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
9088         target.
9089
9090 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9091
9092         * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
9093
9094 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9095
9096         * gdb.mi/gdb680.exp: Update test for error message.
9097
9098 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9099
9100         * gdb.base/annota1.exp: Allow multiple occurrences of the
9101         frames-invalid annotation.
9102         * gdb.cp/annota2.exp: Likewise.
9103
9104 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
9105
9106         * gdb.cp/gdb2495.cc: New file.
9107         * gdb.cp/gdb2495.exp: New file.
9108
9109 2009-06-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
9110
9111         Report error on GDB crash during runto.
9112         * lib/gdb.exp (runto <eof>): New.
9113
9114 2009-06-09  Daniel Jacobowitz  <dan@codesourcery.com>
9115
9116         * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
9117         gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
9118         gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
9119         gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
9120         gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
9121         gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
9122         gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
9123         gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
9124         gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
9125         gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
9126         gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
9127         gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
9128         gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
9129         gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
9130         gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
9131         gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
9132         gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
9133         gdb.server/server-mon.exp, gdb.server/server-run.exp,
9134         gdb.trace/actions.exp, gdb.trace/backtrace.exp,
9135         gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
9136         gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
9137         gdb.trace/passcount.exp, gdb.trace/report.exp,
9138         gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
9139         gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
9140         gdb.trace/while-stepping.exp: Use a unique name for the compiled
9141         executable.
9142
9143 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
9144
9145         * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
9146         defined before referencing it.
9147
9148 2009-06-03  Doug Evans  <dje@google.com>
9149
9150         * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
9151         * gdb.arch/i386-see.c: Ditto.
9152
9153 2009-05-30  Pierre Muller  <muller@ics.u-strasbg.fr>
9154
9155         * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
9156         (check_macro): Return 1 if undefined.
9157         If first test fails, check if macro debug information is available,
9158         and report unsupported test if no macro information is found.
9159
9160 2009-05-29  Doug Evans  <dje@google.com>
9161
9162         * gdb.threads/hand-call-in-threads.exp: New.
9163         * gdb.threads/hand-call-in-threads.c: New.
9164
9165 2009-05-29  Michael Snyder  <msnyder@vmware.com>
9166
9167         * gdb.base/break-always.exp: Change "1" to "on".
9168         Add confirmation check.
9169
9170 2009-05-28  Pedro Alves  <pedro@codesourcery.com>
9171
9172         * gdb.threads/threxit-hop-specific.c: New.
9173         * gdb.threads/threxit-hop-specific.exp: New.
9174         * gdb.threads/thread-execl.c: New.
9175         * gdb.threads/thread-execl.exp: New.
9176
9177 2009-05-27  Tom Tromey  <tromey@redhat.com>
9178             Thiago Jung Bauermann  <bauerman@br.ibm.com>
9179
9180         * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
9181         (mi_child_regexp): Likewise.
9182         (mi_list_varobj_children_range): Likewise.
9183         (mi_get_features): Likewise.
9184         (mi_list_varobj_children): Rewrite.
9185         * gdb.python/python-mi.exp: New file.
9186
9187 2009-05-27  Tom Tromey  <tromey@redhat.com>
9188             Thiago Jung Bauermann  <bauerman@br.ibm.com>
9189             Phil Muldoon  <pmuldoon@redhat.com>
9190             Paul Pluzhnikov  <ppluzhnikov@google.com>
9191
9192         * gdb.python/python-prettyprint.exp: New file.
9193         * gdb.python/python-prettyprint.c: New file.
9194         * gdb.python/python-prettyprint.py: New file.
9195         * gdb.base/display.exp: print/r is now valid.
9196
9197 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9198             Tom Tromey  <tromey@redhat.com>
9199             Pedro Alves  <pedro@codesourcery.com>
9200             Paul Pluzhnikov  <ppluzhnikov@google.com>
9201
9202         * gdb.python/python-template.exp: New file.
9203         * gdb.python/python-template.cc: New file.
9204         * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
9205         tests.
9206         * gdb.python/python-value.exp (py_objfile_tests): New proc.
9207         Call it.
9208         (test_value_after_death): New proc.
9209         * gdb.python/python-value.c (PTR): New typedef.
9210         (main): New variable 'x'.
9211
9212 2009-05-27  Tom Tromey  <tromey@redhat.com>
9213
9214         * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
9215         tests.
9216         * gdb.python/python-value.exp (py_objfile_tests): New proc.
9217         Call it.
9218
9219 2009-05-27  Pedro Alves  <pedro@codesourcery.com>
9220
9221         * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
9222
9223 2009-05-24  Pedro Alves  <pedro@codesourcery.com>
9224
9225         * gdb.threads/fork-thread-pending.c: New.
9226         * gdb.threads/fork-thread-pending.exp: New.
9227
9228 2009-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
9229
9230         * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
9231         * gdb.dwarf2/dw2-strp.S (a_string2): New.
9232
9233 2009-05-18  Jon Beniston  <jon@beniston.com>
9234
9235         * gdb.asm/asm-source.exp: Add lm32 target.
9236
9237 2009-05-17  Pedro Alves  <pedro@codesourcery.com>
9238
9239         * gdb.base/foll-fork.c: Include stdlib.h.  Add markers for
9240         `gdb_get_line_number'.  Call `callee' in both parent and child.
9241         * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
9242         `gdb_get_line_number' instead of hardcoding line numbers.
9243         (catch_fork_unpatch_child): New procedure to test detaching
9244         breakpoints from child fork.
9245         (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
9246         hardcoding line numbers.
9247         (do_fork_tests): Run `catch_fork_unpatch_child'.
9248
9249 2009-05-17  Vladimir Prus  <vladimir@codesourcery.com>
9250
9251         * gdb.mi/mi-cmd-var.exp: Check that when varobj
9252         of structure type enters or leaves the scope, it
9253         is reported by -var-update.
9254
9255 2009-05-11  Doug Evans  <dje@sebabeach.org>
9256
9257         * gdb.mi/nsintrall.c (main): Fix off-by-one error.
9258         * gdb.threads/pending-step.c (main): Fix off-by-one error.
9259         * gdb.threads/schedlock.c (main): Fix off-by-one error.
9260
9261 2009-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9262
9263         * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
9264
9265 2009-04-30  Doug Evans  <dje@google.com>
9266
9267         * gdb.threads/watchthreads2.exp: New testcase.
9268         * gdb.threads/watchthreads2.c: New testcase.
9269
9270 2009-04-29  Doug Evans  <dje@google.com>
9271
9272         * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
9273         * gdb.cp/mb-ctor.cc: Ditto.
9274         * gdb.cp/mb-inline.exp: Add multi-line source statement test.
9275         * gdb.cp/mb-inline.h (multi_line_foo): New function.
9276         * gdb.cp/mb-inline1.cc: Call it.
9277         * gdb.cp/mb-inline2.cc: Ditto.
9278         * gdb.cp/mb-templates.exp: Add multi-line source statement test.
9279         * gdb.cp/mb-templates.cc (multi_line_foo): New template.
9280
9281 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9282
9283         * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
9284         (info_macro): Remova `decimal' declaration.  New variable `nonzero'.
9285         Replace all uses of `decimal' by `nonzero'.
9286         (info macro FROM_COMMANDLINE): New test.
9287
9288 2009-04-27  Tom Tromey  <tromey@redhat.com>
9289
9290         * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
9291
9292 2009-04-27  Doug Evans  <dje@google.com>
9293
9294         * gdb.threads/watchthreads.c (main): Initialize args before starting
9295         the threads.  Plus formatting cleanup.
9296         * gdb.threads/watchthreads.exp: Avoid errant failures due to
9297         biased scheduling of one thread.
9298
9299 2009-04-27  Jerome Guitton  <guitton@adacore.com>
9300
9301         * gdb.cp/templates.cc (GetMax): New template.
9302         (main): Declare two instances of GetMax.
9303         * gdb.cp/templates.exp: Add new test.
9304
9305 2009-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9306
9307         * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
9308
9309 2009-04-22  Joseph Myers  <joseph@codesourcery.com>
9310
9311         * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
9312
9313 2009-04-15  Tom Tromey  <tromey@redhat.com>
9314
9315         * gdb.base/charset.exp: Add regression test.
9316
9317 2009-04-14  Joel Brobecker  <brobecker@adacore.com>
9318
9319         * gdb.base/exe-lock.exp: New testcase.
9320
9321 2009-04-13  Tom Tromey  <tromey@redhat.com>
9322
9323         * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
9324         operator on Frame.
9325
9326 2009-04-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9327
9328         * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
9329         * gdb.server/ext-attach.exp: Likewise.
9330
9331 2009-04-03  Vladimir Prus  <vladimir@codesourcery.com>
9332
9333         Eliminate some sleep usage.
9334
9335         * gdb.mi/basics.c (do_nothing): New.
9336         (main): Use do_nothing instead of printf, so that
9337         not to introduce race condition between output of
9338         inferiour and output of gdb. Do not use sleep as it
9339         is not generally available on embedded targets.
9340
9341 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
9342
9343         * gdb.server/ext-attach.exp: Expect an optional process id after
9344         "Detached from remote process".
9345
9346 2009-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9347
9348         * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
9349         gdb.dwarf2/dw2-unresolved.exp: New.
9350
9351 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
9352
9353         * gdb.mi/mi-nonstop-exit.exp: Don't check isnative.  Use
9354         mi_run_to_main.
9355
9356 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
9357
9358         * gdb.mi/mi-nonstop.exp: Don't check isnative.  Use
9359         mi_run_to_main.  Skip thread exit test on remote targets.
9360         * gdb.mi/mi-nsintrall.exp: Don't check isnative.  Use
9361         mi_run_to_main.
9362         * gdb.mi/mi-nsmoribund.exp: Don't check isnative.  Use
9363         mi_run_to_main.
9364         * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
9365         when expecting ^connected.  Detect when the target doesn't support
9366         non-stop mode.
9367         (mi_run_cmd): Detect if non-stop mode was requested by isn't
9368         supported.  Return -1 on error, 0 on success.
9369         (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
9370         (mi_runto): Return mi_runto_helper's result explicitly.
9371
9372 2009-04-01  Pedro Alves  <pedro@codesourcery.com>
9373
9374         * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
9375
9376 2009-04-01  Tom Tromey  <tromey@redhat.com>
9377
9378         * gdb.base/funcargs.exp: Set print frame-arguments to "all".
9379         * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
9380         * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
9381         * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
9382
9383 2009-03-31  Daniel Jacobowitz  <dan@codesourcery.com>
9384             Jan Kratochvil  <jan.kratochvil@redhat.com>
9385
9386         PR gdb/931
9387         * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
9388         output.
9389         * gdb.cp/templates.exp: Allow canonical output.  Remove KFAILs
9390         for gdb/931.
9391         * dw2-strp.S (DW_AT_language): Change to C++.
9392         (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
9393
9394 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
9395
9396         * gdb.ada/tasks: New testcase.
9397
9398 2009-03-30  Stan Shebs  <stan@codesourcery.com>
9399
9400         * gdb.trace/actions.exp: Update to match new info trace format.
9401         * gdb.trace/deltrace.exp: Ditto.
9402         * gdb.trace/infotrace.exp: Ditto.
9403         * gdb.trace/passcount.exp: Ditto.
9404         * gdb.trace/save-trace.exp: Ditto.
9405         * gdb.trace/while-stepping.exp: Ditto.
9406         * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
9407
9408 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9409
9410         * gdb.python/python-frame.c: New file.
9411         * gdb.python/python-frame.exp: New file.
9412
9413 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9414
9415         * gdb.python/python-value.exp: Add tests for the address
9416         attribute.
9417
9418 2009-03-29  Andreas Schwab  <schwab@linux-m68k.org>
9419
9420         * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
9421
9422 2009-03-26  Doug Evans  <dje@google.com>
9423
9424         * gdb.mi/mi-nonstop-exit.exp: New file.
9425         * gdb.mi/non-stop-exit.c: New file.
9426
9427 2009-03-26  Tom Tromey  <tromey@redhat.com>
9428
9429         Update for change to prologue skipping:
9430         * gdb.mi/mi2-simplerun.exp: Update.
9431         * gdb.mi/mi2-break.exp: Update.
9432         * gdb.mi/mi-simplerun.exp: Update.
9433         * gdb.mi/mi-break.exp: Update.
9434         * gdb.base/ending-run.exp: Update.
9435
9436 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9437
9438         * gdb.python/python-value.exp (test_value_in_inferior): Test
9439         gdb.Value.is_optimized_out attribute.
9440
9441 2009-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9442
9443         * gdb.dwarf2/dw2-noloc-main.c: New file.
9444         * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
9445         (.text): Remove.
9446         (.data): New.
9447         (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
9448         (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
9449         (DW_TAG_subprogram func_cu1, noloc): Remove.
9450         (main): New.
9451         * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
9452         `dw2-noloc-main.c'.  Test the new DIEs from `dw2-noloc.S'.
9453         (file_symbols): New procedure.
9454
9455 2009-03-25  Tom Tromey  <tromey@redhat.com>
9456
9457         * gdb.base/charset.exp (valid_target_charset): New proc.
9458         Use it to skip tests on invalid charsets.
9459
9460 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
9461
9462         * gdb.base/completion.exp: Add a test for directory completion.
9463
9464 2009-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9465
9466         Fix a racy FAIL.
9467         * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
9468         * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
9469
9470 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9471
9472         * gdb.python/python-cmd.exp: Add tests for keyword arguments.
9473         * gdb.python/python-function.exp: Add test for function returning
9474         a GDB value.
9475
9476 2009-03-20  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9477
9478         * gdb.python/python-function.exp: New file.
9479
9480 2009-03-20  Tom Tromey  <tromey@redhat.com>
9481
9482         * gdb.base/store.exp: Update for change to escape output.
9483         * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
9484         to escape output.
9485         * gdb.base/pointers.exp: Update for change to escape output.
9486         * gdb.base/long_long.exp (gdb_test_long_long): Update for change
9487         to escape output.
9488         * gdb.base/constvars.exp (do_constvar_tests): Update for change to
9489         escape output.
9490         * gdb.base/call-rt-st.exp (print_struct_call): Update for change
9491         to escape output.
9492         * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
9493         escape output.
9494         * gdb.base/setvar.exp: Update for change to escape output.
9495         * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
9496         * gdb.base/printcmds.exp (test_print_all_chars): Update for change
9497         to escape output.
9498         (test_print_string_constants): Likewise.
9499         * gdb.base/charset.exp (valid_host_charset): Check size of
9500         wchar_t.  Handle UCS-2 and UCS-4.  Add tests for wide and unicode
9501         cases.  Handle "auto"-related output.
9502         * gdb.base/charset.c (char16_t, char32_t): New typedefs.
9503         (uvar, Uvar): New globals.
9504
9505 2009-03-19  Jerome Guitton  <guitton@adacore.com>
9506
9507         * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
9508         deltas.
9509         * gdb.ada/fixed_points.exp: Ditto.
9510
9511 2009-03-18  Pedro Alves  <pedro@codesourcery.com>
9512
9513         * return-nodebug.c: Don't include stdio.h.
9514         (init): Delete.
9515         (func): Delete definition and provide extern declaration.
9516         (t): New.
9517         (main): Don't call printf.  Call func and store its result in t.
9518         * return-nodebug1.c: New.
9519         * return-nodebug.exp: Don't expect stdio output.  Instead, print
9520         the global variable t.  Drop printf formatters and cast types from
9521         foreach loop.  Don't use prepare_for_testing.  Compile
9522         return-nodebug.c and return-nodebug1.c in separate steps.  Don't
9523         define FORMAT or CAST.
9524
9525 2009-03-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
9526
9527         * gdb.base/solib-display.exp: Disable test for remote targers.
9528
9529 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9530
9531         * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
9532
9533 2009-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9534
9535         Fix a racy FAIL.
9536         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
9537         code from `follow parent, print pids'.
9538         (`follow child, print pids', `follow parent, print pids'): Call it.
9539         Replace `gdb_test "break..."' by gdb_breakpoint.
9540
9541 2009-03-13  Vladimir Prus  <vladimir@codesourcery.com>
9542
9543         * gdb.mi/mi-cli.exp: Adjust for output difference in
9544         sync and async modes.
9545
9546 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
9547
9548         * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
9549         that was checked in by mistake. Remove loading of ada.exp, since
9550         this is not necessary in this case.
9551
9552 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
9553
9554         * gdb.ada/ptype_arith_binop.exp: New testcase.
9555
9556 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
9557
9558         * gdb.ada/mod_from_name: New testcase.
9559
9560 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
9561
9562         * gdb.ada/tick_last_segv: New testcase.
9563
9564 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
9565
9566         * gdb.mi/mi-cli.exp: Remove debug print.
9567
9568 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
9569
9570         * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
9571         include the token in ^running and frame info in *stopped.
9572
9573 2009-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
9574
9575         * solib-display.exp: New file.
9576         * solib-display-main.c: New file.
9577         * solib-display-lib.c: New file.
9578
9579 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
9580
9581         * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
9582
9583 2009-02-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
9584
9585         * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
9586         (list_and_check_macro): Use more specific test name.
9587         (next to definition): Make the test names unique.
9588
9589 2009-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
9590
9591         * gdb.pascal/floats.exp: Accept approximate results everywhere.
9592
9593 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
9594
9595         * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
9596         notifications.
9597         * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
9598         * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
9599         * lib/mi-support.exp (library_loaded_re): New.
9600         (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
9601
9602 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
9603
9604         * gdb.gdb/observer.exp: Use test_notification observer, not
9605         normal_stop, everywhere.
9606         (test_normal_stop_notifications): Rename to...
9607         (test_notifications): ...this.
9608         (test_observer_normal_stop): Rename to...
9609         (test_observer): ...this.
9610
9611 2009-02-16  Doug Evans  <dje@google.com>
9612
9613         * gdb.arch/amd64-disp-step.S (test_int3): New test.
9614         * gdb.arch/amd64-disp-step.exp (test_int3): New test.
9615         * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
9616         (test_prefixed_syscall,test_int3): New tests.
9617         * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
9618         (test_prefixed_syscall,test_int3): New tests.
9619
9620 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
9621
9622         * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
9623         (mi_expect_interrupt): Likewise.
9624         * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
9625         response.
9626
9627 2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
9628
9629         * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
9630         * gdb.base/pc-fp.exp (get_valueofx): Remove.
9631         Replace calls to get_valueofx by get_hexadecimal_valueof.
9632
9633 2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
9634
9635         * lib/gdb.exp (get_valueof): Accept anything as a return value.
9636         (get_integer_valueof): New procedure.
9637         (get_sizeof): Use new get_integer_value_of.
9638         * gdb.base/sizeof.exp: Replace all uses of get_valueof
9639         by get_integer_valueof.
9640
9641 2009-02-13  Tom Tromey  <tromey@redhat.com>
9642
9643         * gdb.base/remote.exp (get_sizeof): Remove.
9644         * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
9645         * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
9646         * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
9647         * lib/gdb.exp (get_valueof): Move from long_long.exp.
9648         (get_sizeof): Likewise.
9649
9650 2009-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
9651
9652         PR fortran/9806
9653         * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
9654
9655 2009-02-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
9656
9657         * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
9658
9659 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
9660
9661         * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
9662
9663 2009-02-06  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9664
9665         * gdb.python/python-cmd.exp: New file.
9666
9667 2009-02-06  Tristan Gingold  <gingold@adacore.com>
9668
9669         * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
9670
9671 2009-02-05  Tristan Gingold  <gingold@adacore.com>
9672
9673         * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
9674         pointer is dereferenced and use this signal name in regexp.
9675         * gdb.base/signull.exp: Ditto.
9676         * gdb.base/sigbpt.c (main): Catch SIGBUS too.
9677         * gdb.base/signull.c (main): Ditto.
9678
9679 2009-02-04  Tom Tromey  <tromey@redhat.com>
9680             Thiago Jung Bauermann  <bauerman@br.ibm.com>
9681
9682         * gdb.python/python-value.exp: Use `gdb.history' instead of
9683         `gdb.value_from_history'.
9684         (test_value_numeric_ops): Add test for conversion of enum constant.
9685         * gdb.python/python-value.c (enum e): New type.
9686         (evalue): New global.
9687         (main): Use argv.
9688
9689 2009-02-04  Jerome Guitton  <guitton@adacore.com>
9690
9691         * gdb.ada/uninitialized_vars: New test program.
9692         * gdb.ada/uninitialized_vars.exp: New testcase.
9693
9694 2009-02-02  Tom Tromey  <tromey@redhat.com>
9695
9696         * gdb.cp/cpcompletion.exp: Name the test "pr9594".
9697         * gdb.cp/pr2489.cc: Rename...
9698         * gdb.cp/pr9594.cc: ... to this.
9699
9700 2009-02-02  Tom Tromey  <tromey@redhat.com>
9701
9702         * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
9703         * gdb.cp/pr2489.cc: New file.
9704         * gdb.cp/cpcompletion.exp: New file.
9705
9706 2009-02-02  Tom Tromey  <tromey@redhat.com>
9707
9708         PR exp/9059:
9709         * gdb.cp/call-c.exp: Add regression test.
9710         * gdb.cp/call-c.cc (FooHandle): New typedef.
9711         (main): New variable 'handle'.
9712
9713 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
9714
9715         * lib/mi-support.exp (et_mi_thread_list)
9716         (check_mi_and_console_threads): Adjust for current thread in
9717         -thread-list-ids output.
9718
9719 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
9720
9721         * gdb.mi/mi-break.exp (test_disabled_creation): New.
9722         Call it.
9723
9724 2009-01-28  Doug Evans  <dje@google.com>
9725
9726         * gdb.arch/amd64-disp-step.S: New file.
9727         * gdb.arch/amd64-disp-step.exp: New file.
9728         * gdb.arch/i386-disp-step.S: New file.
9729         * gdb.arch/i386-disp-step.exp: New file.
9730
9731 2009-01-27  Pierre Muller  <muller@ics.u-strasbg.fr>
9732
9733         * gdb.base/find.exp: Set newline variable
9734         using quotes instead of braces to fix cygwin failures.
9735
9736 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
9737
9738         * gdb.base/radix.exp: Add tests to ensure that that set
9739         input-radix 0 and set output-radix 0 are really rejected.
9740
9741 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
9742
9743         * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
9744         copyright years.
9745
9746 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
9747
9748         PR gdb/9664:
9749         * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
9750
9751 2009-01-22  Pedro Alves  <pedro@codesourcery.com>
9752
9753         PR c++/9631:
9754         * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
9755
9756 2009-01-22  Pierre Muller  <muller@ics.u-strasbg.fr>
9757
9758         * gdb.server/file-transfer.exp: Use EXEEXT variable for
9759         binfile definition to fix Windows OS failure.
9760
9761 2009-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
9762
9763         PR gdb/9346
9764         * gdb.base/interrupt.c (sigint_handler): New.
9765         (main): Install a SIGINT handler if SIGNALS is defined.  Exit
9766         on error.
9767         * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
9768         Test "signal SIGINT".
9769
9770 2009-01-19  Doug Evans  <dje@google.com>
9771
9772         * gdb.base/break.exp: Update expected gdb output.
9773         * gdb.base/sepdebug.exp: Ditto.
9774         * gdb.mi/mi-syn-frame.exp: Ditto.
9775         * gdb.mi/mi2-syn-frame.exp: Ditto.
9776         * gdb.base/call-signal-resume.exp: New file.
9777         * gdb.base/call-signals.c: New file.
9778         * gdb.base/unwindonsignal.exp: New file.
9779         * gdb.base/unwindonsignal.c: New file.
9780         * gdb.threads/interrupted-hand-call.exp: New file.
9781         * gdb.threads/interrupted-hand-call.c: New file.
9782         * gdb.threads/thread-unwindonsignal.exp: New file.
9783
9784 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
9785
9786         * gdb.base/define.exp: Test defining and hooking prefix commands.
9787         * gdb.python/python.exp: Update test for "show user" output.
9788
9789 2009-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
9790
9791         * gdb.fortran/derived-type.exp: New variables int4 and real4.  Match
9792         now the output exactly, using less wildcards.  Expect also the output
9793         of gfortran-4.3.  Update for the f-valprint.c modification from
9794         2008-04-22.
9795         * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
9796         Remove gdb_test test names where matching the command.
9797
9798 2009-01-01  Pedro Alves  <pedro@codesourcery.com>
9799
9800         PR breakpoints/9681:
9801         * gdb.base/watchpoint.exp: Add regression test.
9802
9803 2008-12-31  Pedro Alves  <pedro@codesourcery.com>
9804
9805         * gdb.threads/attach-into-signal.exp: Don't use
9806         gdb_suppress_entire_file.
9807         * gdb.threads/attach-stopped.exp: Ditto.
9808         * gdb.threads/attachstop-mt.exp: Ditto.
9809
9810 2008-12-31  Pedro Alves  <pedro@codesourcery.com>
9811
9812         PR gdb/8812:
9813         * gdb.base/signal.exp: Change kfail to fail, and update PR number.
9814
9815 2008-12-29  Pedro Alves  <pedro@codesourcery.com>
9816
9817         PR gdb/7536:
9818         * gdb.base/radix.exp: Add tests to ensure invalid input radices
9819         and unsupported output radices are really rejected.
9820
9821 2008-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
9822
9823         * gdb.cp/punctuator.exp: Backslash the '$' signs.
9824
9825 2008-12-22  Tom Tromey  <tromey@redhat.com>
9826
9827         * gdb.cp/punctuator.exp: New file.
9828
9829 2008-12-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9830
9831         * gdb.base/completion.exp (Completing non-existing component): New test.
9832
9833 2008-12-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
9834
9835         Fix for PR gdb/8648.
9836         * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
9837         gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
9838         gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
9839         gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
9840
9841 2008-12-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
9842
9843         * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
9844
9845 2008-12-16  Christophe Lyon  <christophe.lyon@st.com>
9846
9847         * gdb.base/expand-psymtabs.c: Insert code in foo so that the
9848         compiler actually generate code at the expected line number.
9849
9850 2008-12-15  Jie Zhang  <jie.zhang@analog.com>
9851
9852         * gdb.base/consecutive.exp: Don't use global in gdb_expect.
9853
9854 2008-12-12  Tom Tromey  <tromey@redhat.com>
9855
9856         * gdb.base/commands.exp (redefine_hook_test): New proc.
9857         Call it.
9858
9859 2008-12-11  Tom Tromey  <tromey@redhat.com>
9860
9861         * gdb.base/macscp.exp: New regression test.
9862
9863 2008-12-11  Tom Tromey  <tromey@redhat.com>
9864
9865         * gdb.base/macscp.exp: Print "address.addr".
9866         * gdb.base/macscp1.c (struct outer): New struct.
9867         (address): New global.
9868
9869 2008-12-09  Tom Tromey  <tromey@redhat.com>
9870
9871         * gdb.base/commands.exp (redefine_backtrace_test): New proc.
9872         Call it.
9873
9874 2008-12-04  Doug Evans  <dje@google.com>
9875
9876         * gdb.server/ext-run.exp: Relax regexp for init program.
9877
9878 2008-12-03  Tristan Gingold  <gingold@adacore.com>
9879
9880         * gdb.base/macscp.exp: Generate an object file during compilation
9881         to work around Darwin dsymutil limitations.
9882
9883 2008-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9884
9885         Test resolving external references to TLS variables.
9886         * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
9887         FILE2_THREAD_LOCAL.
9888         (testfile2, srcfile2): New variables.
9889         * gdb.threads/tls.c (file2_thread_local)
9890         (function_referencing_file2_thread_local): New.
9891         * gdb.threads/tls2.c: New file.
9892
9893 2008-11-28  Joel Brobecker  <brobecker@adacore.com>
9894
9895         * gdb.ada/int_deref.exp: Convert the addresses into long_integer
9896         rather than integer, as integer might not be big enough when
9897         on 64bit targets.
9898
9899 2008-11-27  Jerome Guitton  <guitton@adacore.com>
9900
9901         * gdb.cp/formatted-ref.exp: Add equality test.
9902         * gdb.ada/formatted_ref.exp: Ditto.
9903
9904 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
9905
9906         * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
9907         * gdb.base/start.exp: New comment about an alternative - `runto_main'.
9908
9909 2008-11-20  Andreas Schwab  <schwab@suse.de>
9910
9911         * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
9912         matching syscall entry point.
9913         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9914         (tcatch_vfork_then_child_follow): Likewise.  Finish through
9915         vfork even if we stopped at the syscall trampoline.
9916
9917 2008-11-20  Doug Evans  <dje@google.com>
9918
9919         * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
9920
9921 2008-11-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9922
9923         * gdb.arch/ppc-dfp.exp: New file.
9924         * gdb.arch/ppc-dfp.c: New file.
9925
9926 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
9927
9928         * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
9929
9930 2008-11-17  Doug Evans  <dje@google.com>
9931
9932         * gdb.mi/mi-syn-frame.exp: Update expected output.
9933         * gdb.mi/mi2-syn-frame.exp: Update expected output.
9934
9935 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
9936
9937         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
9938         "thread N" results in =thread-selected.
9939         * lib/mi-support (mi_run_cmd, mi_expect_stop)
9940         (mi_send_resuming_command_raw): Be prepared for
9941         =thread-selected.
9942
9943 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
9944
9945         * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
9946         * lib/mi-support.exp: Likewise.
9947
9948 2008-11-16  Joel Brobecker  <brobecker@adacore.com>
9949
9950         * gdb.base/help.exp: Remove the "catch load" and "catch unload"
9951         commands from the expected output for "help catch".
9952
9953 2008-11-15  Joel Brobecker  <brobecker@adacore.com>
9954
9955         * gdb.ada/int_deref.exp: New testcase.
9956
9957 2008-11-14  Nick Roberts  <nickrob@snap.net.nz>
9958
9959         * gdb.mi/gdb2549.exp: New file.
9960
9961 2008-11-11  Doug Evans  <dje@google.com>
9962
9963         * gdb.base/callexit.exp: New file.
9964         * gdb.base/callexit.c: New file.
9965
9966 2008-11-10  Doug Evans  <dje@google.com>
9967
9968         * lib/gdb.exp (GDBFLAGS): Move -nx ...
9969         (INTERNAL_GDBFLAGS): ... to here.  Move -nw to here as well.
9970         (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
9971         (default_gdb_start,default_gdb_exit): Ditto.
9972         * lib/mi-support.exp (default_mi_gdb_start): Ditto.
9973         (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
9974         * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
9975         * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
9976         * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
9977         * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
9978
9979 2008-11-03  Andreas Schwab  <schwab@suse.de>
9980
9981         * gdb.base/hashline2.exp: Fix typo.
9982         * gdb.base/hashline3.exp: Likewise.
9983
9984 2008-10-30  Tom Tromey  <tromey@redhat.com>
9985
9986         * gdb.base/pointers.exp: Add test.
9987         * gdb.base/pointers.c (k, S): New typedefs.
9988         (instance): New global.
9989
9990 2008-10-30  Andreas Schwab  <schwab@suse.de>
9991
9992         * gdb.base/args.exp: Add tests for newlines.
9993
9994 2008-10-30  Joel Brobecker  <brobecker@adacore.com>
9995
9996         gdb.base/foll-exec.exp: Update the expected output of a couple
9997         of "info breakpoints" tests.
9998
9999 2008-10-28  Tom Tromey  <tromey@redhat.com>
10000
10001         * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
10002
10003 2008-10-24  Pedro Alves  <pedro@codesourcery.com>
10004
10005         * gdb.python/python-value.exp (test_value_in_inferior): Don't use
10006         gdb_start_cmd.
10007         Use runto_main before any test that requires execution.
10008
10009 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
10010
10011         * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
10012         instead of SIGINT.
10013
10014 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
10015
10016         * gdb.base/completion.exp: Update expected output following
10017         the addition of the "info tasks" command.
10018
10019 2008-10-22  Tom Tromey  <tromey@redhat.com>
10020
10021         * gdb.base/exprs.exp (test_expr): Add test for string
10022         concatenation.
10023
10024 2008-10-19  Pedro Alves  <pedro@codesourcery.com>
10025
10026         * configure.ac: Output gdb.python/Makefile.
10027         * configure: Regenerate.
10028         * gdb.python/Makefile.in: New.
10029
10030 2008-10-16  Joel Brobecker  <brobecker@adacore.com>
10031
10032         * gdb.base/foll-fork.exp: Adjust the expected output to match
10033         the new description for fork/vfork catchpoints in the "info
10034         breakpoints" output.
10035
10036 2008-10-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
10037
10038         * Makefile.in: Add gdb.python to ALL_SUBDIRS.
10039
10040 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10041
10042         * gdb.python/python-value.c: New file.
10043         * gdb.python/python-value.exp: New file.
10044
10045 2008-10-15  Pedro Alves  <pedro@codesourcery.com>
10046
10047         * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
10048
10049 2008-10-15  Denis Pilat  <denis.pilat@st.com>
10050
10051         * gdb.cp/mb-ctor.exp: Fix a typo.
10052
10053 2008-10-09  Tom Tromey  <tromey@redhat.com>
10054
10055         * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
10056         'fprintf' and 'stderr'.
10057
10058 2008-10-07  Joel Brobecker  <brobecker@adacore.com>
10059
10060         * gdb.ada/ref_tick_size.exp: New testcase.
10061
10062 2008-10-06  Doug Evans  <dje@google.com>
10063
10064         * gdb.dwarf2/dw2-cu-size.exp: New file.
10065         * gdb.dwarf2/dw2-cu-size.S: New file.
10066
10067         * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
10068         .Ltype_int for clarity.
10069
10070 2008-10-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
10071
10072         PR gdb/2384:
10073         * gdb.cp/gdb2384.exp: Extended to test more cases.
10074         * gdb.cp/gdb2384.cc: Likewise.
10075         * gdb.cp/gdb2384-base.h: Likewise.
10076         * gdb.cp/gdb2384-base.cc: Likewise.
10077
10078 2008-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10079
10080         * gdb.base/maint.exp (maint print type): Remove printing
10081         UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
10082
10083 2008-09-30  Tom Tromey  <tromey@redhat.com>
10084
10085         * gdb.base/macscp.exp: Add completion tests.
10086         * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
10087         (TWENTY_THREE): Likewise.
10088         (FORTY_EIGHT): Likewise.
10089
10090 2008-09-30  Tom Tromey  <tromey@redhat.com>
10091
10092         * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
10093         everywhere.
10094         * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
10095
10096 2008-09-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10097
10098         * gdb.threads/attachstop-mt.exp: Note a real testcase name this
10099         testcase is derived from.  Fix racy dependency on an expected PID
10100         number.  No longer support the testcase on Linux kernel 2.4.x.
10101
10102 2008-09-27  Tom Tromey  <tromey@redhat.com>
10103
10104         * gdb.base/macscp.exp: Add tests for stringification, splicing,
10105         and varargs.
10106
10107 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
10108
10109         * lib/mi-support.exp (mi_expect_interrupt): New.
10110         (mi_reverse_list, mi_check_thread_states): New, moved and renamed
10111         from gdb.mi/mi-nonstop.exp.
10112         * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
10113         * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
10114         lib/mi-support.exp.
10115         Use mi_check_thread_states throughout.  Avoid ".*" and do not
10116         require an anchor after -exec-run.
10117
10118 2008-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
10119
10120         * gdb.mi/mi-nonstop.exp: Do not check thread state while a
10121         stop is pending.  Avoid ".*" when two stops are pending.
10122         * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
10123         (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
10124         newlines in fullnames.
10125         * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
10126         (mi_expect_stop): Update comments.  Only anchor in sync mode.
10127         Do not match newlines.
10128         (mi_send_resuming_command_raw): Always return status.
10129         (mi_get_stop_line): Do not match more than one line by accident.
10130         Only anchor in sync mode.
10131         (mi_run_inline_test): If -exec-next fails, give up.
10132
10133 2008-09-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10134
10135         * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
10136         on SPU.
10137
10138 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
10139
10140         * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
10141
10142 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
10143
10144         * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
10145         gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
10146         gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
10147         gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
10148         gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
10149         gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
10150         gdb.ada/interface.exp, gdb.ada/null_array.exp,
10151         gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
10152         gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
10153         gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
10154         gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
10155         Include the "= " sequence in the expected output of print tests.
10156
10157 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
10158
10159         * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
10160         description for boolean types.
10161
10162 2008-09-09  Pedro Alves  <pedro@codesourcery.com>
10163
10164         * gdb.base/hook-stop-continue.c: New.
10165         * gdb.base/hook-stop-continue.exp: New.
10166
10167 2008-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
10168
10169         * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
10170
10171 2008-09-08  Jerome Guitton  <guitton@adacore.com>
10172
10173         * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
10174         (stack_check_probe_2, stack_check_probe_loop_1)
10175         (stack_check_probe_loop_2): New functions.
10176         (main): Add call to these new functions.
10177         * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
10178         functions, check that the breakpoint is inserted at the appropriate
10179         location.
10180         (insert_breakpoint): Slightly refine this procedure so that it can
10181         be called several times in the test.
10182
10183 2008-09-08  Jerome Guitton  <guitton@adacore.com>
10184
10185         * gdb.base/stack-checking.c: New file.
10186         * gdb.base/stack-checking.exp: New file.
10187
10188 2008-09-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10189
10190         * gdb.arch/altivec-abi.exp: Remove extra verbose call.
10191         * gdb.arch/altivec-regs.exp: Likewise.
10192         * gdb.arch/vsx-regs.exp: Likewise.
10193
10194 2008-09-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10195
10196         * gdb.arch/ppc-fp.exp: New file.
10197         * gdb.arch/ppc-fp.c: New file.
10198
10199 2008-09-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
10200
10201         *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
10202         lest gcc-4.3.1 optimizes the whole thing away.
10203
10204 2008-09-04  Michael Snyder  <msnyder@vmware.com>
10205
10206         * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
10207         as "at" (for non-debug functions such as _start).
10208
10209 2008-09-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10210
10211         * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
10212         * gdb.base/watchpoint-solib.exp: Likewise.  Update tests to handle
10213         software watchpoints.
10214         * gdb.base/watch_thread_num.exp: Likewise.
10215
10216 2008-09-03  Aleksandar Ristovski  <aristovski@qnx.com>
10217
10218         * gdb.arch/i386-bp_permanent.exp: New test.
10219
10220 2008-08-24  Tom Tromey  <tromey@redhat.com>
10221
10222         * gdb.base/maint.exp: Update "maint print type".
10223
10224 2008-08-21  Vladimir Prus  <vladimir@codesourcery.com>
10225
10226         * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
10227         support.  Adjust the order of "*running" notifications.
10228         * gdb.mi/non-stop.c: Don't cast from int to void* and
10229         back.
10230
10231 2008-08-20  Mark Kettenis  <kettenis@gnu.org>
10232
10233         * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
10234         expect to find it in the "info frame" output.
10235
10236 2008-08-20  Daniel Jacobowitz  <dan@codesourcery.com>
10237
10238         * gdb.base/interp.exp: Always consume both prompts.
10239
10240 2008-08-20  Pedro Alves  <pedro@codesourcery.com>
10241
10242         * gdb.base/pending.exp: Test pending breakpoints without symbols
10243         loaded.
10244
10245 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
10246
10247         * lib/mi-support.exp (mi_expect_stop): Produce
10248         more details on failures.
10249         * gdb.mi/mi-nonstop.exp: New.
10250         * gdb.mi/non-stop.c: New.
10251
10252 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
10253
10254         * gdb.mi/mi-async.exp: Use 'set target-async'.
10255         * lib/mi-support.exp: Use 'set/show target-async'.
10256
10257 2008-08-18  Daniel Jacobowitz  <dan@codesourcery.com>
10258
10259         * gdb.arch/powerpc-prologue.exp: Correct saved registers.
10260
10261 2008-08-17  Tom Tromey  <tromey@redhat.com>
10262
10263         * gdb.base/help.exp (help catch): Rewrite.
10264
10265 2008-08-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10266
10267         * gdb.base/define.exp: Test indented command documentation.
10268         * gdb.python/python.exp: Test indented multi-line command.
10269
10270 2008-08-15  Luis Machado  <luisgpm@br.ibm.com>
10271
10272         * testsuite/gdb.arch/vsx-regs.c: New source file.
10273         * testsuite/gdb.arch/vsx-regs.exp: New testcase.
10274         * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
10275
10276 2008-08-14  Tom Tromey  <tromey@redhat.com>
10277
10278         * gdb.base/macscp.exp: Add regression test for "macro define" or
10279         "macro undef" with no arguments.
10280
10281 2008-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
10282
10283         * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
10284
10285 2008-08-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10286
10287         * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
10288
10289 2008-08-06  Tom Tromey  <tromey@redhat.com>
10290
10291         * gdb.python/python.exp: New file.
10292
10293 2008-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
10294
10295         Fix for PR gdb/1543.
10296         * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
10297         $LOCATION.
10298         (location): New variable.
10299         * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
10300         config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
10301         config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
10302         config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
10303         gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
10304         gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
10305         gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
10306         gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
10307         gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
10308         gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
10309         gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
10310         gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
10311         gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
10312         gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
10313         gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
10314         gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
10315         gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
10316         gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
10317         gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
10318         gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
10319         gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
10320         gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
10321         gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
10322         gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
10323         gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
10324         gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
10325         gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
10326         gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
10327         gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
10328         gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
10329         gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
10330         gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
10331         gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
10332         gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
10333         gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
10334         gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
10335         gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
10336         gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
10337         gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
10338         gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
10339         gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
10340         gdb.base/type-opaque.exp, gdb.base/until.exp,
10341         gdb.base/value-double-free.c, gdb.base/varargs.exp,
10342         gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
10343         gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
10344         gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
10345         gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
10346         gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
10347         gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
10348         gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
10349         gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
10350         gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
10351         gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
10352         gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
10353         gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
10354         gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
10355         gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
10356         gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
10357         gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
10358         gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
10359         gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
10360         gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
10361         gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
10362         gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
10363         gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
10364         gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
10365         gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
10366         gdb.pascal/types.exp, gdb.stabs/weird.exp,
10367         gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
10368         gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
10369         gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
10370         gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
10371         gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
10372         gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
10373         gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
10374         gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
10375         gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
10376         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
10377         gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
10378         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
10379         lib/mi-support.exp, lib/trace-support.exp: Remove reference
10380         to bug-gdb@prep.ai.mit.edu .
10381
10382 2008-07-31  Vladimir Prus  <vladimir@codesourcery.com>
10383
10384         * lib/mi-support.exp (mi_load_shlibs): New.
10385         * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
10386
10387 2008-07-30  Vladimir Prus  <vladimir@codesourcery.com>
10388
10389         * lib/mi-support.exp (get_mi_thread_list)
10390         (check_mi_and_console_threads): New, moved from ...
10391         * gdb.mi/mi-pthread.exp: ...here.
10392         * gdb.mi/gdb669.exp (get_mi_thread_list)
10393         (check_mi_and_console_threads): Delete.
10394         * gdb.mi/mi2-pthread.exp: Likewise.
10395
10396 2008-07-28  Tom Tromey  <tromey@redhat.com>
10397
10398         * Makefile.in (just-check): Remove.  Move body to...
10399         (check): ... here.
10400
10401 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
10402
10403         * gdb.threads/manythreads.exp: Use remote_expect instead of after.
10404         Add a test for duplicated SIGINTs.
10405
10406 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
10407
10408         * gdb.threads/schedlock.exp (get_args): Update to work for any
10409         value of NUM.
10410         (Top level): Report the number of threads that did not resume.
10411
10412 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
10413
10414         * gdb.dwarf2/dw2-compressed.S: Also define __start.
10415
10416 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
10417
10418         * lib/mi-support.exp (default_mi_gdb_start): Remove check for
10419         non-MI prompt.
10420
10421 2008-07-26  Tom Tromey  <tromey@redhat.com>
10422
10423         * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
10424         (function_struct, function_struct_ptr): New globals.
10425         * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
10426         function pointer in a struct.
10427
10428 2008-07-26  Tom Tromey  <tromey@redhat.com>
10429
10430         * gdb.base/macscp.exp: Add test for macro lexing bug.
10431
10432 2008-07-18  Tom Tromey  <tromey@redhat.com>
10433
10434         * gdb.base/macscp.exp: Add macro tests.
10435
10436 2008-07-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
10437
10438         * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
10439
10440 2008-07-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
10441
10442         * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
10443
10444 2008-07-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
10445
10446         * gdb.cp/class2.exp: fix for failure on spu-elf
10447
10448 2008-07-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
10449
10450         * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
10451
10452 2008-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10453
10454         * gdb.base/randomize.exp: Catch non-Linux targets as untested.
10455
10456 2008-07-12  Vladimir Prus  <vladimir@codesourcery.com>
10457
10458         * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
10459
10460 2008-07-11  Kevin Buettner  <kevinb@redhat.com>
10461
10462         * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
10463         of regexp to account for changes made to GDB in the printing of
10464         byte vectors.
10465
10466 2008-07-11  Tom Tromey  <tromey@redhat.com>
10467
10468         * gdb.base/completion.exp: Add 'help' completion test.
10469
10470 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10471
10472         * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
10473
10474 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10475
10476         * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
10477
10478 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
10479
10480         * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
10481
10482 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
10483
10484         * gdb.base/fullname.exp: Restore pwd if compiling failed.
10485
10486 2008-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
10487
10488         * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
10489
10490 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
10491
10492         * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
10493         previous commit.  Add a comment.
10494
10495 2008-06-28  Pedro Alves  <pedro@codesourcery.com>
10496
10497         * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
10498
10499 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
10500
10501         * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
10502
10503 2008-06-27  Pedro Alves  <pedro@codesourcery.com>
10504
10505         * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
10506         (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
10507         compiling an executable, link in an object that forces unbuffered
10508         output.
10509         * lib/set_unbuffered_mode.c: New file.
10510
10511 2008-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
10512
10513         * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
10514
10515 2008-06-25  Vladimir Prus  <vladimir@codesourcery.com>
10516
10517         * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
10518         mi_expect_stop.
10519         * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
10520         Demand that *running is output.
10521         (detect_async): Perform checking every time.
10522         (mi_send_resuming_command): Extract everything into...
10523         (mi_send_resuming_command_raw): ...this.
10524         (mi_expect_stop): Don't accept any output before *stopped.
10525
10526 2008-06-13  Vladimir Prus  <vladimir@codesourcery.com>
10527
10528         Robustify mi-simplerun.
10529         * gdb.mi/basics.c (main): Add a call to sleep.
10530         * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
10531         * gdb.mi/mi2-cli.exp: Likewise.
10532         * gdb.mi/mi-break.exp: Likewise.
10533
10534 2008-06-11  Vladimir Prus  <vladimir@codesourcery.com>
10535
10536         * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
10537
10538 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
10539
10540         * gdb.mi/mi-console.exp: Adjust.
10541         * gdb.mi/mi-syn-frame.exp: Adjust.
10542         * gdb.mi/mi2-console.exp: Adjust.
10543         * gdb.mi/mi2-syn-frame.exp: Adjust.
10544         * lib/mi-support.exp (mi_run_cmd): Adjust.
10545         (mi_send_resuming_command): Adjust.
10546
10547 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
10548
10549         * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
10550         * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
10551         testing of stopped.
10552         * gdb.mi/mi2-syn-frame.exp: Likewise.
10553         * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
10554         (async, detect_async): New.
10555         (mi_expect_stop, mi_continue_to_line): Adjust expectation
10556         depending on if we're running in sync or async mode.
10557
10558 2008-06-09  Tom Tromey  <tromey@redhat.com>
10559
10560         * gdb.base/completion.exp: New tests for field name completion
10561         with spaces, and field name completion with '->'.
10562
10563 2008-06-06  Tom Tromey  <tromey@redhat.com>
10564
10565         * gdb.base/break1.c (struct some_struct): New struct.
10566         (values): New global.
10567         * gdb.base/completion.exp: Add field name completion test.
10568
10569 2008-06-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
10570
10571         * gdb.cp/call-c.exp: Test for incorrect handling of reference
10572         to pointer.
10573         * gdb.cp/call-c.cc: Likewise.
10574
10575 2008-06-06  Nick Roberts  <nickrob@snap.net.nz>
10576
10577         * gdb.base/annota1.exp (thread_switch): Test for thread-changed
10578         annotation.
10579
10580 2008-06-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
10581             Pedro Alves  <pedro@codesourcery.com>
10582
10583         * gdb.threads/execl.c, gdb.threads/execl1.c,
10584         gdb.threads/execl.exp: New tests.
10585
10586 2008-06-05  Aleksandar Ristovski  <aristovski@qnx.com>
10587             Daniel Jacobowitz  <dan@codesourcery.com>
10588
10589         * gdb.cp/exception.exp: Activate test, make it work with pending
10590         catchpoints.
10591
10592 2008-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
10593
10594         * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
10595
10596 2008-05-28  Vladimir Prus  <vladimir@codesourcery.com>
10597
10598         * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
10599         now printed.
10600         * gdb.mi/mi2-var-cmd.exp: Likewise.
10601
10602 2008-05-27  Andreas Schwab  <schwab@suse.de>
10603
10604         * gdb.base/frame-args.exp: Handle arguments that are optimized
10605         out.
10606
10607 2008-05-26  Luis Machado  <luisgpm@br.ibm.com>
10608
10609         * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
10610         quiet for ppc32 and group options into a single variable.
10611
10612 2008-05-23  Joel Brobecker  <brobecker@adacore.com>
10613
10614         * gdb.ada/null_array/foo.adb: Add multi-dimensional array
10615         of zero-size elements.
10616         * gdb.ada/null_array.exp: Test printing this new array.
10617
10618 2008-05-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
10619
10620         * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
10621
10622 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
10623
10624         * gdb.base/finish.exp: Test that "fin" works as an abbreviation
10625         of the "finish" command.
10626
10627 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
10628
10629         * gdb.base/annota1.exp: Test for new annotation.
10630
10631 2008-05-16  Pedro Alves  <pedro@codesourcery.com>
10632
10633         * gdb.base/fixsection.exp: New file.
10634         * gdb.base/fixsection0.c: New file.
10635         * gdb.base/fixsection1.c: New file.
10636
10637 2008-05-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10638
10639         * gdb.base/annota1.exp: Accept printf@... in place of printf.
10640         * gdb.base/annota3.exp: Likewise.
10641
10642 2008-05-13  Nathan Froyd  <froydnj@codesourcery.com>
10643
10644         * gdb.base/watch_thread_num.exp: Don't run tests that require
10645         watchpoints if the target doesn't support them.
10646
10647 2008-05-12  Doug Evans  <dje@google.com>
10648
10649         * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
10650
10651 2008-05-09  Joel Brobecker  <brobecker@adacore.com>
10652
10653         * gdb.ada/assign_1.exp: New testcase.
10654
10655 2008-05-09  Doug Evans  <dje@google.com>
10656
10657         * gdb.base/find.exp: New file.
10658         * gdb.base/find.c: New file.
10659
10660 2008-05-08  Daniel Jacobowitz  <dan@codesourcery.com>
10661
10662         * gdb.base/commands.exp (watchpoint_command_test): Handle
10663         gdb,no_hardware_watchpoints.
10664         * gdb.base/float.exp: Allow ARM targets without floating point.
10665         * gdb.base/step-test.exp: Allow callee@plt when stepping in.
10666
10667 2008-05-06  Jerome Guitton  <guitton@adacore.com>
10668             Joel Brobecker  <brobecker@adacore.com>
10669
10670         * gdb.ada/lang_switch: New test program.
10671         * gdb.ada/lang_switch.exp: New testcase.
10672
10673 2008-05-05  Doug Evans  <dje@google.com>
10674
10675         * gdb.base/help.exp (disassemble): Update expected help text.
10676
10677 2008-05-04  Pedro Alves  <pedro@codesourcery.com>
10678
10679         * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
10680
10681 2008-05-04  Pedro Alves  <pedro@codesourcery.com>
10682
10683         * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
10684         different times.
10685
10686 2008-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10687
10688         * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
10689         * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
10690         `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
10691         * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
10692
10693 2008-05-04  Vladimir Prus  <vladimir@codesourcery.com>
10694
10695         * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
10696         notification to appear.
10697
10698 2008-05-04  Daniel Jacobowitz  <dan@debian.org>
10699
10700         * gdb.base/fullname.c: New file.
10701         * gdb.base/fullname.exp: New file.
10702         * lib/gdb.exp (gdb_breakpoint): Support no-message option.
10703
10704 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
10705
10706         * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
10707         expressions with macros.
10708
10709 2008-05-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10710
10711         * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
10712
10713 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
10714
10715         * gdb.base/completion.exp: Handle lack of other symbols beginning
10716         with "a".
10717
10718         * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
10719
10720 2008-05-02  Jim Blandy  <jimb@codesourcery.com>
10721
10722         * gdb.asm/asmsrc1.s: Add scratch space.
10723
10724 2008-05-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10725             Daniel Jacobowitz  <dan@codesourcery.com>
10726
10727         * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
10728         gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
10729         gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
10730
10731 2007-05-01  Daniel Jacobowitz  <dan@codesourcery.com>
10732
10733         * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
10734
10735 2008-05-01  Joel Brobecker  <brobecker@adacore.com>
10736
10737         * gdb.base/info-target.exp: New testcase.
10738
10739 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
10740
10741         * gdb.cp/hang.exp: Use .cc instead of .C.
10742         * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
10743         * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
10744
10745 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
10746
10747         * gdb.base/gdb1250.exp: Remove perror.
10748         * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
10749
10750 2008-04-30  Pedro Alves  <pedro@codesourcery.com>
10751
10752         * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
10753         .2byte.
10754
10755 2008-04-25  Daniel Jacobowitz  <dan@codesourcery.com>
10756
10757         * gdb.base/macscp.exp: Enable kfails.  Compile with -g3 for GCC.
10758         (maybe_kfail): New.
10759
10760 2008-04-25  Pedro Alves  <pedro@codesourcery.com>
10761
10762         * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
10763
10764 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
10765
10766         * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
10767         * gdb.mi/mi2-syn-frame.exp: Likewise.
10768         * lib/mi-support.exp: Likewise.
10769
10770 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
10771
10772         * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
10773         to specify regexp for the location to stop at.
10774         * gdb.base/break-always.c: New.
10775         * gdb.base/break-always.exp: New.
10776
10777 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
10778
10779         * lib/mi-support.exp (mi_runto_helper): Adjust
10780         for the original-location field.
10781         (mi_create_breakpoint, mi_list_breakpoints): New.
10782         * gdb.mi/mi-break.exp: Adjust.
10783         * gdb.mi/mi2-break.exp: Adjust.
10784         * gdb.mi/mi-pending.exp: Adjust.
10785         * gdb.mi/mi-simplerun.exp: Adjust.
10786         * gdb.mi/mi2-simplerun.exp: Adjust.
10787         * gdb.mi/mi-syn-frame.exp: Adjust.
10788         * gdb.mi/mi2-syn-frame.exp: Adjust.
10789         * gdb.mi/mi-until.exp: Adjust.
10790         * gdb.mi/mi2-until.exp: Adjust.
10791         * gdb.mi/mi-var-display.exp: Adjust.
10792         * gdb.mi/mi2-var-display.exp: Adjust.
10793         * gdb.mi/mi-watch.exp: Adjust.
10794         * gdb.mi/mi2-watch.exp: Adjust.
10795
10796 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
10797
10798         * aclocal.m4: Add override.m4.
10799         * configure: Regenerate.
10800
10801 2008-04-19  Vladimir Prus  <vladimir@codesourcery.com>
10802
10803         * gdb.mi/var-cmd.c (do_at_tests): Verify that
10804         '-var-update --all-values' reports new value even the type
10805         of a variable object has changed.
10806
10807 2008-04-18  Craig Silverstein  <csilvers@google.com>
10808
10809         * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
10810         files.
10811
10812 2008-04-18  Joel Brobecker  <brobecker@adacore.com>
10813
10814         * gdb.ada/atomic_enum: New test program.
10815         * gdb.ada/atomic_enum.exp: New testcase.
10816
10817 2008-04-17  Doug Evans  <dje@google.com>
10818
10819         * gdb.opt/Makefile.in: Fix whitespace.
10820
10821 2008-04-17  Daniel Jacobowitz  <dan@codesourcery.com>
10822
10823         * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
10824
10825 2008-04-17  Doug Evans  <dje@google.com>
10826
10827         * gdb.base/hashline1.exp: New testcase.
10828         * gdb.base/hashline2.exp: New testcase.
10829         * gdb.base/hashline2.exp: New testcase.
10830
10831 2008-04-17  Pedro Alves  <pedro@codesourcery.com>
10832
10833         * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
10834
10835 2008-04-15  Aleksandar Ristovski  <aristovski@qnx.com>
10836
10837         * gdb.base/attach.exp (do_attach_tests): Matching pattern for
10838         temporary breakpoint to match "Temporary breakpoint".
10839         * gdb.base/break.exp (delete_breakpoints): Likewise.
10840         * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
10841         * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
10842         * gdb.base/display.exp: Likewise.
10843         * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
10844         * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
10845         * gdb.base/restore.exp (restore_tests): Likewise.
10846         * gdb.base/sepdebug.exp: Likewise.
10847         * gdb.base/watchpoint.exp: Likewise.
10848         * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
10849         * gdb.mi/mi-pending.exp: Likewise.
10850         * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
10851         * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
10852         * gdb.mi/mi-var-cmd.exp: Likewise.
10853         * gdb.mi/mi-var-display.exp: Likewise.
10854         * gdb.mi/mi2-cli.exp: Likewise.
10855         * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
10856         * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
10857         * gdb.mi/mi2-var-display.exp: Likewise.
10858         * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
10859         * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
10860         new "disp" field.
10861         (mi_expect_stop): Move after_reason argument to be really after
10862         reason. This is to support fix for PR2424.
10863
10864 2008-04-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10865
10866         * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
10867
10868 2008-04-13  Vladimir Prus  <vladimir@codesourcery.com>
10869
10870         * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
10871         field.  Add more floating varobj tests.
10872         * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
10873         field.
10874         * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
10875         (main): Call do_at_tests.
10876         * lib/mi-support.exp (mi_create_floating_varobj)
10877         (mi_varobj_update_with_type_change): New.
10878
10879 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
10880
10881         * gdb.mi/mi2-var-display.exp: Added tests for the new -f
10882         option of -var-evaluate-expression.
10883         * gdb.mi/mi2-var-display.exp: Likewise.
10884
10885 2008-04-07  Vladimir Prus  <vladimir@codesourcery.com>
10886
10887         Introduce test setup helpers.
10888         * lib/gdb.exp (build_executable, clean_restart)
10889         (prepare_for_testing): New.
10890         * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
10891         * gdb.base/return.exp: Likewise.
10892         * gdb.base/ending-run.exp: Likewise.
10893
10894 2008-04-07  Nick Roberts  <nickrob@snap.net.nz>
10895
10896         * gdb.mi/mi-async.exp: New test for asynchronous Machine
10897         Interface (MI) responses.
10898
10899 2008-04-06  Vladimir Prus  <vladimir@codesourcery.com>
10900
10901         * gdb.cp/breakpoint.cc: New code to test conditions involving
10902         member variables.
10903         * gdb.cp/breakpoint.exp: Test condition involving member
10904         variables.
10905
10906 2008-04-05  Vladimir Prus  <vladimir@codesourcery.com>
10907
10908         * lib/mi-support.exp (mi_expect_stop): New.
10909         (mi_run_cmd): Change the
10910         token.  Use mi_send_resuming_command, use
10911         mi_expect_stop.
10912         (mi_execute_to_helper): Rename to mi_execute_to.
10913         (mi_send_resuming_command): Add more error patterns.
10914         (mi_wait_for_stop): Renamed to...
10915         (mi_get_stop_line): ...this.
10916         (mi_run_inline_test): Adjust.
10917
10918         * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
10919         * gdb.mi/mi-console.exp: Likewise.
10920         * gdb.mi/mi-pending.exp: Likewise.
10921         * gdb.mi/mi-simplerun.exp: Likewise.
10922         * gdb.mi/mi-stack.exp: Likewise.
10923         * gdb.mi/mi-stepi.exp: Likewise.
10924         * gdb.mi/mi-syn-frame.exp: Add comment.
10925         * gdb.mi/mi-until.exp: Likewise.
10926         * gdb.mi/mi-var-display.exp: Likewise.
10927         * gdb.mi/mi-watch.exp: Likewise.
10928         * gdb.mi/mi2-cli.exp: Likewise.
10929         * gdb.mi/mi2-console.exp: Likewise.
10930         * gdb.mi/mi2-simplerun.exp: Likewise.
10931         * gdb.mi/mi2-stack.exp: Likewise.
10932         * gdb.mi/mi2-stepi.exp: Likewise.
10933         * gdb.mi/mi2-until.exp: Likewise.
10934         * gdb.mi/mi2-var-display.exp: Likewise.
10935         * gdb.mi/mi2-watch.exp: Likewise.
10936
10937 2008-04-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10938
10939         * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
10940
10941         * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
10942
10943 2008-04-04  Pedro Alves  <pedro@codesourcery.com>
10944
10945         * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
10946         gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
10947         gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
10948         gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
10949         gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
10950         gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
10951         expect an mi error duplicated in stderr.
10952
10953 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
10954
10955         * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
10956         * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
10957         Add a couple of tests that verify the behavior when the new setting
10958         is set to "cancel" and "all".
10959         * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
10960         "ask" before we start the testing.
10961
10962 2008-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
10963
10964         * gdb.cp/casts.cc: Add class reference variables.
10965         * gdb.cp/casts.exp: New test cases for up/down casting references.
10966
10967 2008-04-01  Marc Khouzam  <marc.khouzam@ericsson.com>
10968
10969         * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
10970         instead of beginning to make an extra test pass.
10971         * gdb.mi/mi2-var-display.exp: Likewise.
10972
10973 2008-03-31  Maciej W. Rozycki  <macro@mips.com>
10974
10975         * gdb.base/break.exp: Mark failures as such.  Fix formatting.
10976
10977 2008-03-31  Markus Deuling  <deuling@de.ibm.com>
10978             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10979
10980         * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
10981         value.  Add xfail for older kernels.
10982
10983 2008-03-28  Aleksandar Ristovski  <aristovski@qnx.com>
10984
10985         Bring mi-support in line with gdb.exp.
10986         * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
10987         (mi_gdb_start): New function.
10988
10989 2008-03-28  Maciej W. Rozycki  <macro@mips.com>
10990
10991         * gdb.mi/mi-var-cmd.exp: Fix a typo.
10992
10993 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
10994
10995         * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
10996         * gdb.mi/mi2-var-display.exp: Likewise.
10997
10998 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
10999
11000         * lib/mi-support.exp (mi_create_varobj_checked): New.
11001         (mi_list_varobj_children): Allow to check for a
11002         value.
11003         (mi_list_array_varobj_children): New.
11004
11005         * gdb.mi/mi-var-child.exp: Use mi_create_varobj
11006         and mi_list_varobj_children, as opposed to hardcoding
11007         expected strings.
11008         * gdb.mi/gdb701.exp: Likewise.
11009         * gdb.mi/gdb792.exp: Likewise.
11010         * gdb.mi/mi-var-block.exp: Likewise.
11011         * gdb.mi/mi-var-cmd.exp: Likewise.
11012         * gdb.mi/mi-var-invalidate.exp: Likewise.
11013         * gdb.mi/mi2-var-block.exp: Likewise.
11014         * gdb.mi/mi2-var-child.exp: Likewise.
11015         * gdb.mi/mi2-var-cmd.exp: Likewise.
11016         * gdb.mi/mi2-var-display.exp: Likewise.
11017
11018 2008-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11019
11020         Fix random false FAILs on i386.
11021         * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
11022
11023 2008-03-23  Daniel Jacobowitz  <dan@codesourcery.com>
11024
11025         PR gdb/544
11026         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
11027
11028 2008-03-23  Daniel Jacobowitz  <dan@codesourcery.com>
11029
11030         PR gdb/544
11031         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
11032
11033 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
11034
11035         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
11036         fixed PR gdb/544.
11037
11038 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
11039
11040         * gdb.threads/fork-child-threads.exp: Test next over fork.
11041
11042 2008-03-21  Chris Demetriou  <cgd@google.com>
11043
11044         * gdb.base/break.exp (rbreak junk): New test for rbreak
11045         "Junk at end of arguments" issue.
11046
11047 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
11048
11049         * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
11050         *& to work on created array elements.
11051         (Top level): Test print $pc with a file.  Test string operations
11052         without a target.
11053         * gdb.base/ptype.exp: Do not expect *& to work on created array
11054         elements.
11055
11056 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
11057
11058         * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
11059         gdb.threads/staticthreads.exp: Update exit query.
11060
11061 2008-03-07  Sandra Loosemore  <sandra@codesourcery.com>
11062
11063         * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
11064
11065 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
11066
11067         * gdb.base/watchpoint.c (global_ptr, func4): New.
11068         (main): Call func4.
11069         * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
11070         (test_inaccessible_watchpoint): New.
11071
11072 2008-02-29  Maciej W. Rozycki  <macro@mips.com>
11073
11074         * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
11075         select the largest.
11076
11077 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
11078
11079         * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
11080         frames-invalid annotations.
11081
11082 2008-02-28  Pierre Muller  <muller@ics.u-strasbg.fr>
11083
11084         * gdb.base/assign.exp: avoid same output for different tests.
11085
11086 2008-02-27  Doug Evans  <dje@google.com>
11087
11088         * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
11089         for bug 1738.
11090         (breakpoint_to_handler_entry): Ditto.
11091
11092 2008-02-27  Joel Brobecker  <brobecker@adacore.com>
11093
11094         * gdb.base/ending-run.exp: Use the first line of code inside
11095         function body to test breakpoints.
11096         * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
11097         location where the breakpoint is inserted when using the line
11098         where a function is declared. Fix typo in the description of
11099         one of the tests.
11100         * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
11101
11102 2008-02-27  Pierre Muller  <muller@ics.u-strasbg.fr>
11103
11104         * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
11105         tests.
11106
11107 2008-02-27  Pierre Muller  <muller@ics.u-strasbg.fr>
11108
11109         * gdb.base/args.exp: avoid same output for tests
11110         with single quotes.
11111
11112 2008-02-26  Vladimir Prus  <vladimir@codesourcery.com>
11113
11114         * gdb.base/annota1.exp: Adjust for 'info break'
11115         format changes.
11116         * gdb.base/annota3.exp: Likewise.
11117         * gdb.base/break.exp: Likewise.
11118         * gdb.base/condbreak.exp: Likewise.
11119         * gdb.base/pending.exp: Likewise.
11120         * gdb.base/sepdebug.exp: Likewise.
11121         * gdb.base/unload.exp: Likewise.
11122         * gdb.cp/ovldbreak.exp: Likewise.
11123         * gdb.mi/mi-pending.exp: Likewise.
11124
11125 2008-02-07  Doug Evans  <dje@google.com>
11126
11127         * gdb.cp/mb-inline.exp: New.
11128         * gdb.cp/mb-inline.h: New.
11129         * gdb.cp/mb-inline1.cc: New.
11130         * gdb.cp/mb-inline2.cc: New.
11131
11132 2008-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
11133
11134         * gdb.pascal/floats.pas: New test program.
11135         * gdb.pascal/floats.exp: New testcase.
11136
11137 2008-02-06  Thiago Jung Bauermann  <bauerman@br.ibm.com>
11138
11139         * gdb.base/callfuncs.c (t_float_many_args): New function.
11140         (t_double_many_args): New function.
11141         * gdb.base/callfuncs.exp: Add tests for exceeding float
11142         and double parameters passed through the stack.
11143
11144 2008-02-05  Joel Brobecker  <brobecker@adacore.com>
11145
11146         * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
11147         gdb.ada/complete/foo.adb: New files.
11148         * gdb.ada/complete.exp: New testcase.
11149
11150 2008-02-03  Doug Evans  <dje@google.com>
11151
11152         * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
11153
11154         * gdb.cp/gdb2384.exp: New file.
11155         * gdb.cp/gdb2384.cc: New file.
11156         * gdb.cp/gdb2384-base.h: New file.
11157         * gdb.cp/gdb2384-base.cc: New file.
11158
11159 2008-02-02  Doug Evans  <dje@google.com>
11160
11161         * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
11162
11163 2007-02-01  Joel Brobecker  <brobecker@adacore.com>
11164
11165         * gdb.ada/sym_print_name: New test program.
11166         * gdb.ada/sym_print_name.exp: New testcase.
11167
11168 2007-02-01  Joel Brobecker  <brobecker@adacore.com>
11169
11170         * gdb.ada/nested/hello.adb: New file.
11171         * gdb.ada/nested.exp: New testcase.
11172         * gdb.ada/Makefile.in (EXECUTABLES): Update list.
11173
11174 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
11175
11176         * gdb.mi/basic.c (return_1): New function.
11177         * gdb.mi/mi-break.exp: Make sure that failed -break-insert
11178         don't cause future evaluations of function to report
11179         creation of internal breakpoints.
11180
11181 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
11182
11183         * gdb.mi/mi-break.exp (test_error): New.
11184         Call it.
11185
11186 2008-01-31  Luis Machado  <luisgpm@br.ibm.com>
11187
11188         * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
11189         * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
11190
11191 2008-01-31  Pierre Muller  <muller@ics.u-strasbg.fr>
11192
11193         * gdb.pascal/integers.pas: New test program.
11194         * gdb.pascal/integers.exp: New testcase.
11195
11196 2008-01-31  Pierre Muller  <muller@ics.u-strasbg.fr>
11197
11198         * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
11199
11200 2008-01-30  Luis Machado  <luisgpm@br.ibm.com>
11201
11202         * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
11203         * gdb.arch/powerpc-d128-regs.c: New testcase source file.
11204
11205 2008-01-30  Paul Hilfinger  <hilfinger@adacore.com>
11206
11207         * gdb.ada/formatted_ref: New test program.
11208         * gdb.ada/formatted_ref.exp: New testcase.
11209
11210         * gdb.cp/formatted-ref.cc: New file.
11211         * gdb.cp/formatted-ref.exp: New testcase.
11212
11213 2008-01-30  Joel Brobecker  <brobecker@adacore.com>
11214
11215         * gdb.base/ptype.exp: Add testing of "ptype $pc".
11216
11217 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
11218
11219         * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
11220         (test_file_list_exec_source_file): Update to new macro-info field.
11221
11222 2008-01-30  Paul N. Hilfinger  <hilfinger@adacore.com>
11223
11224         * gdb.ada/exprs: New test program.
11225         * gdb.ada/exprs.exp: New testcase.
11226
11227 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
11228
11229         * dfp-test.c (DELTA, DELTA_B): New definitions.
11230         (double_val1, double_val2, double_val3, double_val4, double_val5,
11231         double_val6, double_val7, double_val8, double_val9, double_val10,
11232         double_val11, double_val12, double_val13, double_val14, dec32_val1,
11233         dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
11234         dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
11235         dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
11236         dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
11237         dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
11238         dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
11239         dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
11240         dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
11241         dec128_val12, dec128_val13, dec128_val14, dec128_val15,
11242         dec128_val16): New global variables.
11243         (decimal_dec128_align): New function.
11244         (decimal_mixed): Likewise.
11245         (decimal_many_args_dec32): Likewise.
11246         (decimal_many_args_dec64): Likewise.
11247         (decimal_many_args_dec128): Likewise.
11248         (decimal_many_args_mixed): Likewise.
11249         * dfp-test.exp: Add tests calling new inferior functions.
11250
11251 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
11252
11253         * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
11254         gdb.server/ext-run.exp: New files.
11255         * lib/gdbserver-support.exp (gdbserver_download): New.
11256         (gdbserver_start): New.  Update gdbserver expected
11257         output.
11258         (gdbserver_spawn): Use them.
11259         (gdbserver_start_extended): New.
11260
11261 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
11262
11263         * gdb.base/foll-exec.exp: Update header.  Skip on remote targets.
11264         Run on GNU/Linux.
11265         (do_exec_tests): Check for systems which do not support catchpoints.
11266         Do not match START.
11267         * gdb.base/foll-fork.exp: Update header.  Skip on remote targets.
11268         Run on GNU/Linux.  Enable verbose output.
11269         (check_fork_catchpoints): New.
11270         (explicit_fork_child_follow, catch_fork_child_follow)
11271         (tcatch_fork_parent_follow): Update expected messages.
11272         (do_fork_tests): Use check_fork_catchpoints.
11273         * gdb.base/foll-vfork.exp: Update header.  Skip on remote targets.
11274         Run on GNU/Linux.  Enable verbose output.
11275         (check_vfork_catchpoints): New.
11276         (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
11277         expected messages.
11278         (do_vfork_and_exec_tests): Use check_fork_catchpoints.
11279
11280 2008-01-29  Jim Blandy  <jimb@red-bean.com>
11281
11282         * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
11283         host' errors.
11284         * lib/mi-support.exp (mi_gdb_target_cmd): Same.
11285
11286 2008-01-29  Jim Blandy  <jimb@red-bean.com>
11287
11288         * gdb.threads/sigthread.c: Use barriers to ensure that
11289         child_thread and child_thread_two are always initialized before we
11290         start to use them.
11291
11292 2008-01-29  Vladimir Prus  <vladimir@codesourcery.com>
11293
11294         * gdb.base/watchpoint-solib.exp: New.
11295         * gdb.base/watchpoint-solib.c: New.
11296         * gdb.base/watchpoint-solib-shr.c: New.
11297
11298 2008-01-29  Pierre Muller  <muller@ics.u-strasbg.fr>
11299
11300         * gdb.base/gdb1056.exp: Add unsigned integer test.
11301
11302 2008-01-28  Doug Evans  <dje@google.com>
11303
11304         * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
11305
11306 2008-01-27  Jim Blandy  <jimb@codesourcery.com>
11307
11308         * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
11309
11310         * gdb.base/expand-psymtabs.exp: Doc fix.
11311
11312 2008-01-26  Mark Kettenis  <kettenis@gnu.org>
11313
11314         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
11315
11316 2008-01-24  Nick Roberts  <nickrob@snap.net.nz>
11317
11318         * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
11319         -var-set-format.
11320
11321 2008-01-23  Chris Demetriou  <cgd@google.com>
11322
11323         * gdb.threads/thread_events.c: New testcase source file.
11324         * gdb.threads/thread_events.exp: New testcase expect file.
11325
11326 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
11327
11328         * lib/gdb.exp: Add the variable octal.
11329
11330         * gdb.mi/mi-var-display.exp: Add value field to tests for output of
11331         -var-set-format.
11332
11333 2008-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
11334             Vladimir Prus  <vladimir@codesourcery.com>
11335
11336         * gdb.base/float.exp: Allow missing floating point for m68k and
11337         PowerPC.
11338
11339 2008-01-22  Vladimir Prus  <vladimir@codesourcery.com>
11340
11341         * gdb.mi/basics.c: Setup for testing breakpoints
11342         ignore count.
11343         * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
11344         * gdb.mi/mi-cli.exp: Adjust.
11345         * gdb.mi/mi2-cli.exp: Adjust.
11346
11347 2008-01-17  Pedro Alves  <pedro@codesourcery.com>
11348
11349         * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
11350         and 'dummy_ptr' integer pointer.  Initialize struct_declarations
11351         with dummy_ptr's address.
11352         * gdb.mi/var-cmd.c (do_children_tests): Likewise.
11353         * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
11354         all targets.
11355         * gdb.mi/mi2-var-child.exp: Likewise.
11356
11357 2008-01-09  Joel Brobecker  <brobecker@adacore.com>
11358
11359         * gdb.ada/null_array: New test program.
11360         * gdb.ada/null_array.exp: New testcase.
11361
11362 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
11363
11364         * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
11365         with required float modifiers.
11366
11367 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
11368
11369         * gdb.ada/funcall_param: New test program.
11370         * gdb.ada/funcall_param.exp: New testcase.
11371
11372 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
11373
11374         * gdb.ada/arrayparam: New test program.
11375         * gdb.ada/arrayparam.exp: New testcase.
11376
11377 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
11378
11379         * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
11380         landed.  Should also fix random failures in the test following it.
11381
11382 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
11383
11384         * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
11385         for expressions with decimal float values.
11386         (test_dfp_conversions): New function to test casts to and from
11387         decimal float types.
11388         Call test_dfp_conversions.
11389         * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
11390         elements.
11391         (main): Initialize ds.float4 and ds.double8 elements.
11392         * gdb.base/dfp-test.exp (d32_set_tests): Fix typo.  Adjust expect
11393         string to new error message.
11394         (d64_set_tests): Likewise.
11395         (d128_set_tests): Likewise.
11396         Add tests for expressions with decimal float variables.  Add tests for
11397         conversions to and from decimal float types.
11398
11399 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
11400
11401         * gdb.ada/packed_tagged/comp_bug.adb: New file.
11402         * gdb.ada/packed_tagged.exp: New testcase.
11403
11404 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
11405
11406         * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
11407         gdb.ada/homonym/homonym_main.adb: New files.
11408         * gdb.ada/homonym.exp: New testcase.
11409
11410 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
11411
11412         * gdb.ada/packed_array.exp: Add testing of references to
11413         a packed array.
11414
11415 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
11416
11417         * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
11418         New files.
11419         * gdb.ada/type_coercion.exp: New testcase.
11420
11421 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
11422
11423         * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
11424         gdb.ada/tagged/foo.adb: New file.
11425         * gdb.ada/tagged.exp: New testcase.
11426
11427 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
11428
11429         * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
11430         gdb.ada/ptype_field/foo.adb: New files.
11431         * gdb.ada/ptype_field.exp: New testcase.
11432
11433 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
11434
11435         * gdb.ada/print_pc.exp: New testcase.
11436
11437 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
11438
11439         * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
11440         gdb.ada/taft_type/p.adb: New files.
11441         * gdb.ada/taft_type.exp: New testcase.
11442
11443 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
11444
11445         * gdb.ada/array_bounds/bar.adb: New file.
11446         * gdb.ada/array_bounds.exp: New testcase.
11447
11448 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
11449
11450         * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
11451         gdb.ada/arrayptr/foo.adb: New files.
11452         * gdb.ada/arrayptr.exp: New testcase.
11453
11454 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
11455
11456         * gdb.base/set-lang-auto.exp: New testcase.
11457
11458 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
11459
11460         * gdb.ada/fun_addr/foo.adb: New file.
11461         * gdb.ada/fun_addr.exp: New testcase.
11462
11463 2008-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11464
11465         * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
11466         New files
11467
11468 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
11469
11470         * array_subscript_addr/p.adb: New file.
11471         * array_subscript_addr.exp: New testcase.
11472
11473 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
11474
11475         * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
11476         New files.
11477         * gdb.ada/str_cmp_ref.exp: New testcase.
11478
11479 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
11480
11481         * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
11482         gdb.ada/fun_in_declare/foo.adb: New files.
11483         * gdb.ada/fun_in_declare.exp: New testcase.
11484
11485 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
11486
11487         * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
11488         gdb.ada/ref_param/pck.ads: New files.
11489         * gdb.ada/ref_param.exp: New testcase.
11490
11491 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
11492
11493         * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
11494         gdb.ada/interface/foo.adb: New files.
11495         * gdb.ada/interface.exp: New testcase.
11496
11497 2007-12-31  Jim Blandy  <jimb@codesourcery.com>
11498
11499         * gdb.base/multi-forks.exp: Consume all output from child
11500         processes before proceeding to next test.
11501
11502 2007-12-29  Jim Blandy  <jimb@codesourcery.com>
11503
11504         * configure: Regenerated.
11505
11506 2007-12-27  Joel Brobecker  <brobecker@adacore.com>
11507
11508         * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
11509         gdb.ada/fixed_cmp/fixed.adb: New files.
11510         * gdb.ada/fixed_cmp.exp: New testcase.
11511
11512 2007-12-27  Joel Brobecker  <brobecker@adacore.com>
11513
11514         * gdb.ada/boolean_expr.exp: New testcase.
11515
11516 2007-12-26  Jim Blandy  <jimb@codesourcery.com>
11517
11518         * gdb.base/multi-forks.exp: Doc fix.
11519
11520 2007-12-26  Joel Brobecker  <brobecker@adacore.com>
11521
11522         * gdb.ada/Makefile.in (EXECUTABLES): Update list.
11523         * gdb.ada/char_param.exp: Do not compile our test program with
11524         -gnata, this is unnecessary.
11525         * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
11526
11527 2007-12-24  Joel Brobecker  <brobecker@adacore.com>
11528
11529         * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
11530         gdb.ada/print_chars/foo.adb: New files.
11531         * gdb.ada/print_chars.exp: New testcase.
11532
11533 2007-12-24  Joel Brobecker  <brobecker@adacore.com>
11534
11535         * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
11536         gdb.ada/char_param/foo.adb: New files.
11537         * gdb.ada/char_param.exp: New testcase.
11538
11539 2007-12-22  Jim Blandy  <jimb@codesourcery.com>
11540
11541         * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
11542         hard-coding source line numbers into the test.
11543         * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
11544         gdb_get_line_number to find.
11545
11546 2007-12-22  Joel Brobecker  <brobecker@adacore.com>
11547
11548         * gdb.base/ptype.c (highest): New struct type.
11549         (the_highest): New variable of that type.
11550         (main): Add dummy assignment to a field of variable the_highest.
11551         * gdb.base/ptype.exp: Test type printing of our new variable.
11552
11553 2007-12-19  Pierre Muller  <muller@ics-u-strasbg.fr>
11554
11555         * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
11556         and record first explicitly generated thread number.
11557         Use that thread number for thread specific watchpoint test.
11558         Add iteration number to repetitive tests.
11559
11560 2007-12-16  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
11561             Jim Blandy  <jimb@codesourcery.com>
11562
11563         * gdb.base/expand-psymtabs.c: New testcase
11564         source file.
11565         * gdb.base/expand-psymtabs.exp: New testcase
11566         expect file.
11567
11568 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
11569
11570         * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
11571         * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
11572
11573 2007-12-17  Joel Brobecker  <brobecker@adacore.com>
11574
11575         * gdb.ada/frame_args/foo.adb: New file.
11576         * gdb.ada/frame_args/pck.ads: New file.
11577         * gdb.ada/frame_args/pck.adb: New file.
11578         * gdb.ada/frame_args.exp: New testcase.
11579
11580 2007-12-17  Joel Brobecker  <brobecker@adacore.com>
11581
11582         * gdb.base/frame-args.c: New file.
11583         * gdb.base/frame-args.exp: New testcase.
11584
11585 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
11586             Joseph Myers  <joseph@codesourcery.com>
11587
11588         * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
11589
11590 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
11591
11592         * gdb.mi/mi-pending.exp: New.
11593         * gdb.mi/mi-pending.c: New.
11594         * gdb.mi/mi-pendshr.c: New.
11595
11596 2007-12-06  Jim Blandy  <jimb@codesourcery.com>
11597
11598         * gdb.base/default.exp: Update expected output for 'info catch'.
11599
11600 2007-12-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11601
11602         * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
11603         must be set to binary.
11604
11605 2007-12-09  Pedro Alves  <pedro_alves@portugalmail.pt>
11606
11607         * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
11608
11609 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
11610
11611         * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
11612         gdb.mi/mi-file-transfer.exp: New.
11613
11614 2007-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
11615
11616         * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
11617
11618 2007-11-22  Maciej W. Rozycki  <macro@mips.com>
11619
11620         * gdb.trace/backtrace.exp: Fix a typo.
11621         * gdb.trace/circ.exp: Likewise.
11622         * gdb.trace/collection.exp: Likewise.
11623         * gdb.trace/limits.exp: Likewise.
11624         * gdb.trace/report.exp: Likewise.
11625         * gdb.trace/tfind.exp: Likewise.
11626         * gdb.trace/while-dyn.exp: Likewise.
11627
11628 2007-11-21  Nick Roberts  <nickrob@snap.net.nz>
11629
11630         * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
11631         objects of pointers that can't be dereferenced are now
11632         "noneditable".
11633
11634 2007-11-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11635
11636         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
11637         (target_cpu): Remove.
11638
11639 2007-10-15  Vladimir Prus  <vladimir@codesourcery.com>
11640
11641         * gdb.base/ending-run.exp: Expect the list of cleared
11642         breakpoint to come in natural order, not the reversed one.
11643
11644 2007-11-07  Vladimir Prus  <vladimir@codesourcery.com>
11645
11646         * gdb.mi/mi-var-child.c (do_child_deletion): New.
11647         * gdb.mi/mi-var-child.exp: Run child_deletion tests.
11648
11649 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
11650
11651         * gdb.base/printcmds.exp: New function
11652         test_printf_with_dfp.
11653
11654 2007-11-02  Doug Evans  <dje@google.com>
11655
11656         * gdb.disasm/t01_mov.s: Remove carriage returns.
11657         * gdb.disasm/t02_mova.s: Ditto.
11658         * gdb.disasm/t03_add.s: Ditto.
11659         * gdb.disasm/t04_sub.s: Ditto.
11660         * gdb.disasm/t05_cmp.s: Ditto.
11661         * gdb.disasm/t06_ari2.s: Ditto.
11662         * gdb.disasm/t07_ari3.s: Ditto.
11663         * gdb.disasm/t08_or.s: Ditto.
11664         * gdb.disasm/t09_xor.s: Ditto.
11665         * gdb.disasm/t10_and.s: Ditto.
11666         * gdb.disasm/t11_logs.s: Ditto.
11667         * gdb.disasm/t12_bit.s: Ditto.
11668         * gdb.disasm/t13_otr.s: Ditto.
11669
11670 2007-11-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11671
11672         * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
11673
11674 2007-10-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11675
11676         * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
11677         provide DFP support.
11678
11679 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
11680
11681         * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
11682         Test "set powerpc vector-abi".  Skip auto-detection tests for old
11683         toolchains.
11684
11685 2007-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
11686
11687         * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
11688         with [string compare].
11689
11690 2007-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
11691
11692         * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
11693         * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
11694
11695 2007-10-25  Luis Machado  <luisgpm@br.ibm.com>
11696
11697         * gdb.opt/clobbered-registers-O2.c: New testcase source file.
11698         * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
11699         * gdb.opt/Makefile.in: New makefile.
11700         * Makefile.in: Create new directory "gdb.opt".
11701         * configure.ac: Add "gdb.opt" directory.
11702         * configure: Regenerated.
11703
11704 2007-10-25  Doug Evans  <dje@google.com>
11705
11706         * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
11707         * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
11708
11709 2007-10-15  Wu Zhou  <woodzltc@cn.ibm.com>
11710             Thiago Jung Bauermann  <bauerman@br.ibm.com>
11711
11712         * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
11713         Floating Point expressions.
11714         * gdb.base/dfp-test.exp: new file adding tests for Decimal
11715         Floating Point variables.
11716         * gdb.base/dfp-test.c: new file containing program with Decimal
11717         Floating variables, used by gdb.base/dfp-test.exp.
11718
11719 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
11720
11721         * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
11722
11723 2007-10-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11724
11725         * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
11726         compiling test case with GCC.
11727         * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
11728
11729 2007-10-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11730
11731         * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
11732         format changes.
11733
11734 2007-10-18  Michael Snyder  <msnyder@specifix.com>
11735
11736         * gdb.base/dbx.exp: Add missing "-re " operator.
11737
11738 2007-10-16  Gaius Mulley  <gaius@glam.ac.uk>
11739
11740         * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
11741         * configure.ac: Removed trailing spaces after backslash.
11742         * gdb.modula2: New directory.
11743         * gdb.modula2/Makefile.in: New file.
11744         * gdb.modula2/unbounded-array.exp: New file.
11745         * gdb.modula2/unbounded1.c: New file.
11746
11747 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
11748
11749         * gdb.xml/tdesc-regs.exp: Add PowerPC support.
11750
11751 2007-10-15  Pierre Muller  <muller@ics.u-strasbg.fr>
11752
11753         * gdb.base/sigstep.c (main): Add checks for
11754         return values for setitimer call.
11755         Call setitimer again with itimer = ITIMER_REAL
11756         if first call to setitimer fails.
11757
11758 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
11759
11760         * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
11761         of $timeout.
11762
11763 2007-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
11764
11765         * gdb.server/server-run.exp: Test for dynamic linker symbols.
11766
11767 2007-10-09  Pierre Muller  <muller@ics.u-strasbg.fr>
11768
11769         * lib/gdb.exp (gdb_run_cmd): Move comment outside
11770         of gdb_expect call, to avoid interruption.
11771
11772 2007-10-09  Pedro Alves  <pedro_alves@portugalmail.pt>
11773
11774         * gdb.base/whatis.c (v_long_long, v_signed_long_long)
11775         (v_unsigned_long_long, v_long_long_array)
11776         (v_signed_long_long_array, v_unsigned_long_long_array)
11777         (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
11778         (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
11779         [!NO_LONG_LONG]: New.
11780         (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
11781         v_long_long_member.
11782
11783         (v_long_long_func, v_signed_long_long_func)
11784         (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
11785         (main) [!NO_LONG_LONG]: Initialize long long variants.
11786
11787         * gdb.base/whatis.exp: If board file requests no_long_long, build
11788         test with NO_LONG_LONG defined.  Test long long, signed long long,
11789         and unsigned long long variants but only if board file doesn't
11790         disable it.
11791
11792 2007-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
11793             Daniel Jacobowitz  <dan@codesourcery.com>
11794
11795         * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
11796         * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
11797         * configure: Regenerated.
11798         * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
11799         gdb.pascal/types.exp, lib/pascal.exp: New files.
11800
11801 2007-10-02  Daniel Jacobowitz  <dan@codesourcery.com>
11802
11803         * gdb.cp/classes.exp (do_tests): Always step to the line after the
11804         call.
11805         * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
11806         to return to the call.
11807         * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
11808         * gdb.mi/mi-return.exp (test_return_simple): Likewise.
11809         * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
11810         * gdb.mi/mi-until.exp (test_until): Likewise.
11811         * gdb.mi/mi2-until.exp (test_until): Likewise.
11812
11813 2007-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
11814
11815         * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
11816         two-char array.
11817         * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
11818
11819 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
11820
11821         * gdb.threads/watchthreads.c (thread_function): Sleep between
11822         iterations.
11823         * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
11824         at once for S/390.  Generate matching fails and passes.
11825
11826 2007-09-27  Vladimir Prus  <vladimir@codesourcery.com>
11827
11828         * gdb.mi/var-cmd.c (do_children_tests): Initialize
11829         the 'struct_declarations' variable to zeros.
11830
11831 2007-09-24  Vladimir Prus  <vladimir@codesourcery.com>
11832
11833         * gdb.cp/mb-ctor.cc: New.
11834         * gdb.cp/mb-ctor.exp: New.
11835         * gdb.cp/mb-templates.cc: New.
11836         * gdb.cp/mb-templates.exp: New.
11837
11838 2007-09-23  Daniel Jacobowitz  <dan@codesourcery.com>
11839
11840         * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
11841
11842 2007-09-23  Pedro Alves  <pedro_alves@portugalmail.pt>
11843
11844         * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
11845         targets.
11846         * configure: Regenerate.
11847
11848 2007-09-23  Vladimir Prus  <vladimir@codesourcery.com>
11849
11850         * gdb.base/annota1.exp: Adjust for 'info break'
11851         format changes.
11852         * gdb.base/annota3.exp: Likewise.
11853         * gdb.base/break.exp: Likewise.
11854         * gdb.base/condbreak.exp: Likewise.
11855         * gdb.base/pending.exp: Likewise.
11856         * gdb.base/sepdebug.exp: Likewise.
11857         * gdb.base/unload.exp: Likewise.
11858         * gdb.base/ovldbreak.exp: Likewise.
11859
11860 2007-09-22  Vladimir Prus  <vladimir@codesourcery.com>
11861
11862         * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
11863         messages.
11864         * gdb.base/chng-syms.exp: Likewise.
11865         * gdb.base/unload.exp: Likewise.
11866
11867 2007-09-21  Daniel Jacobowitz  <dan@codesourcery.com>
11868
11869         * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
11870
11871 2007-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
11872
11873         * schedlock.c (NUM): Change to 1.
11874         (main): Use args[0] for the main thread.
11875         * schedlock.exp: Only expect two threads.  Only issue one pass or fail
11876         regardless of the number of threads.
11877
11878 2007-09-14  Maciej W. Rozycki  <macro@mips.com>
11879
11880         * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
11881         type down.
11882         (test_watchpoint_triggering): XFAIL the sw watchpoint scope
11883         test.
11884         * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
11885         watchpoint type down.
11886         (test_watchpoint_triggering): XFAIL the sw watchpoint scope
11887         test.
11888
11889 2007-09-14  Maciej W. Rozycki  <macro@mips.com>
11890
11891         * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
11892         Move all the tests here and run them twice, once using software
11893         watchpoints and once using hardware watchpoints.
11894         * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
11895
11896 2007-09-12  Daniel Jacobowitz  <dan@codesourcery.com>
11897
11898         * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
11899         test.
11900
11901 2007-09-10  Mark Kettenis  <kettenis@gnu.org>
11902
11903         * lib/gdb.exp (build_id_debug_filename_get): Improve check for
11904         build-id.
11905
11906         * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
11907         know about $ORIGIN.  Calculate output dir from $dest instead of
11908         using ${objdir}/{$subdir}.
11909
11910 2007-09-09  Mark Kettenis  <kettenis@gnu.org>
11911
11912         * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
11913         gcore, before continuing with the test.
11914
11915 2007-09-06  Daniel Jacobowitz  <dan@codesourcery.com>
11916
11917         * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
11918         * gdb.mi/mi-watch.exp: Likewise.
11919
11920 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
11921             Jim Blandy  <jimb@codesourcery.com>
11922
11923         * gdb.arch/i386-sse.exp: Do not expect character constants.
11924         * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
11925         * gdb.base/display.exp: Allow print/s.
11926         * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
11927         and unsigned char array changes.
11928
11929 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
11930
11931         * gdb.base/display.exp: Add tests for printf %p.
11932
11933 2007-09-03  Pedro Alves  <pedro_alves@portugalmail.pt>
11934
11935         * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
11936         the dll name to unicode.
11937
11938 2007-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11939
11940         * gdb.base/default.exp (show version): Update the version text.
11941         * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
11942
11943 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11944
11945         * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
11946         New files.
11947
11948 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11949
11950         * lib/gdb.exp (build_id_debug_filename_get): New function.
11951         * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
11952         Remove the generate DEBUG file for the future testcase runs.
11953         New testcase for the NT_GNU_BUILD_ID retrieval.
11954         Move the final testing step to ...
11955         (test_different_dir): ... a new function.
11956         New parameter XFAIL to XFAIL all the tests performed.
11957         New parameter TEST_DIFFERENT_DIR parametrizing the directory.
11958         New parameter TYPE to PF_PREFIX all the tests performed.
11959
11960 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
11961
11962         * gdb.mi/mi-var-cp.cc (path_expression): New
11963         function.
11964         * gdb.mi/mi-var-cp.exp: Run path exression tests.
11965
11966 2007-08-27  Markus Deuling  <deuling@de.ibm.com>
11967
11968         * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
11969         to fit into SPU Local Store memory.
11970
11971 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
11972
11973         * gdb.base/default.exp: Adjust the expected output of "info
11974         warranty" after the switch to GPLv3.
11975
11976 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
11977
11978         * lib/gdb.exp (default_gdb_init): Increase expect buffer size
11979         to 30000 (from 20000).
11980
11981 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
11982
11983         Switch the license of all .exp files to GPLv3.
11984         Switch the license of all .f and .f90 files to GPLv3.
11985         Switch the license of all .s and .S files to GPLv3.
11986
11987 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
11988
11989         * configure.ac: Switch license to GPLv3.
11990
11991 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
11992
11993         Switch the licensing to GPLv3 for all .ads and .adb files.
11994
11995 2007-08-22  Daniel Jacobowitz  <dan@codesourcery.com>
11996
11997         * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
11998         and t_int_double.
11999         * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
12000
12001 2007-08-17  Joel Brobecker  <brobecker@adacore.com>
12002
12003         * gdb.base/step-line.c: Switch license to GPL version 3, and
12004         update copyright year.
12005         * gdb.base/step-line.inp: Likewise.
12006
12007 2007-08-17  Joel Brobecker  <brobecker@adacore.com>
12008
12009         * gdb.base/gdb1555.exp: Make expected output immune to formatting
12010         changes inside gdb1555.c.
12011         * gdb.base/pending.exp: Likewise.
12012
12013 2007-08-13  Daniel Jacobowitz  <dan@codesourcery.com>
12014
12015         * config/default.exp: New file.
12016
12017 2007-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
12018
12019         * gdb.base/prologue.c, gdb.base/prologue.exp: New.
12020         * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
12021
12022 2007-07-30  Maciej W. Rozycki  <macro@mips.com>
12023
12024         * gdb.base/dump.exp: Force the correct endianness for binary
12025         formats not carrying this information.
12026
12027 2007-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
12028
12029         * gdb.threads/staticthreads.exp: Match .*sem_post.
12030
12031 2007-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
12032
12033         * gdb.base/readline.exp (operate_and_get_next): Match the final
12034         prompt.
12035
12036 2007-07-23  Kevin Buettner  <kevinb@redhat.com>
12037
12038         * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
12039         to restarting SID.
12040
12041 2007-07-18  Kevin Buettner  <kevinb@redhat.com>
12042
12043         * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
12044         prior to `gdb_start'.
12045
12046 2007-07-18  Kevin Buettner  <kevinb@redhat.com>
12047
12048         * config/sid.exp (gdb_load): Add test for empty argument.  Adjust
12049         return value to be compatible with gdb_run_cmd in lib/gdb.exp.
12050         Remove call to gdb_unload.
12051
12052 2007-07-17  Pedro Alves  <pedro_alves@portugalmail.pt>
12053             Daniel Jacobowitz  <dan@codesourcery.com>
12054
12055         * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
12056         for __WIN32__.
12057         (SHLIB_NAME): Delete definition.  Always pass dlerror to fprintf.
12058         * gdb.base/unload.exp: Use shared library test routines.
12059
12060 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
12061
12062         * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
12063         * gdb.base/solib-symbol-lib.c: Likewise.
12064         * gdb.base/solib-symbol-main.c: Likewise.
12065
12066 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
12067
12068         * config/gdbserver.exp (gdb_reconnect): New.
12069         * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
12070         gdb.base/solib-disc.exp: New files.
12071         * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
12072         remote debugging".
12073         (gdb_compile): Add shlib_load flag.
12074         * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
12075         port.
12076         (gdbserver_reconnect): New.
12077
12078 2007-07-01  Nick Roberts  <nickrob@snap.net.nz>
12079             Daniel Jacobowitz  <dan@codesourcery.com>
12080
12081         * gdb.base/annota3.exp: Test for if construct.
12082
12083 2007-06-26  Daniel Jacobowitz  <dan@codesourcery.com>
12084
12085         * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
12086
12087 2007-06-21  Chris Dearman  <chris@mips.com>
12088             Maciej W. Rozycki  <macro@mips.com>
12089
12090         * gdb.base/display.exp: Allow a newline after display/i.
12091         * gdb.base/pc-fp.exp: Likewise.
12092         * gdb.base/sigbpt.exp: Likewise.
12093
12094 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
12095
12096         * gdb.xml/tdesc-regs.exp: Add MIPS support.  Allow multiple
12097         required features to be included.
12098
12099 2007-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
12100
12101         * gdb.threads/manythreads.exp: Prevent expect buffer overflow
12102         in info threads output.
12103
12104 2007-06-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12105             Markus Deuling  <deuling@de.ibm.com>
12106
12107         * gdb.arch/spu-info.exp: New testcase.
12108         * gdb.arch/spu-info.c: New file.
12109
12110 2007-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
12111
12112         * gdb.arch/thumb-prologue.c: Record the breakpoint address in
12113         tpcs_offset.  Restore lr after the call.
12114         * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
12115
12116 2007-05-23  Daniel Jacobowitz  <dan@codesourcery.com>
12117
12118         * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
12119         (gdbserver_run): Kill any running gdbserver.
12120         * lib/mi-support.exp (mi_gdb_target_load): Likewise.
12121
12122 2007-05-17  Maciej W. Rozycki  <macro@mips.com>
12123
12124         * gdb.base/sigbpt.exp: Preset segv_addr.
12125
12126 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
12127
12128         * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
12129         (gdb_compile_shlib): Likewise.
12130         (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
12131         (default_gdb_init): Clear cleanfiles.
12132         (gdb_finish): Delete recorded cleanfiles.
12133         * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
12134
12135         * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
12136         Do not use isnative.
12137         * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
12138         gdb.base/so-impl-ld.exp: Likewise.
12139         * gdb.base/solib-weak.exp: Likewise.  Skip for DLL targets.
12140         * gdb.base/unload.exp: Likewise.  Do not pass empty option to
12141         gdb_compile.
12142
12143 2007-05-15  Vladimir Prus  <vladimir@codesourcery.com>
12144
12145         * config/unknown.exp: Remove.
12146
12147 2007-05-15  Markus Deuling  <deuling@de.ibm.com>
12148
12149         * gdb.base/info-proc.exp: Check is_remote.
12150
12151 2007-05-14  Markus Deuling  <deuling@de.ibm.com>
12152
12153         * gdb.base/gcore.exp: Initialize variable core_supported.
12154
12155 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
12156
12157         * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
12158
12159 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
12160
12161         * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
12162         * gdb.threads/print-threads.exp (test_all_threads): Allow
12163         negative and hexadecimal thread IDs.
12164
12165 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
12166
12167         * gdb.java/jprint.java (public): Avoid invalid call to static
12168         method.
12169
12170 2007-05-14  Denis Pilat  <denis.pilat@st.com>
12171
12172         * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
12173         gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
12174         gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
12175         gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
12176         gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
12177
12178 2007-05-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12179
12180         * gdb.base/overlays.exp: Add support for targets with only code
12181         overlay support, not data overlay.  Support spu-*-* target in
12182         this mode.
12183         * gdb.base/ovlymgr.c: Provide stubs for spu target.
12184         * gdb.base/spu.ld: New file.
12185
12186 2007-05-07  Daniel Jacobowitz  <dan@codesourcery.com>
12187
12188         * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
12189
12190 2007-05-06  Daniel Jacobowitz  <dan@codesourcery.com>
12191
12192         * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
12193
12194 2007-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
12195
12196         * gdb.java/jmain.exp: Handle demangled names with and without method
12197         signatures.
12198
12199 2007-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
12200
12201         * gdb.mi/mi-syn-frame.c (main, foo, bar)
12202         (have_a_very_merry_interrupt): Remove calls to puts.
12203         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
12204         inferior output.
12205         * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio.  Correct
12206         test names.
12207
12208 2007-04-29  Markus Deuling  <deuling@de.ibm.com>
12209             Daniel Jacobowitz  <dan@codesourcery.com>
12210
12211         * gdb.base/auxv.exp (core_works): Also check is_remote.
12212         * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
12213
12214 2007-04-25  Vladimir Prus  <vladimir@codesourcery.com>
12215
12216         * gdb.base/sigaltstack.exp: Use 'srcfile' in error
12217         message, not the undefined 'module' variable.
12218         * gdb.base/siginfo.exp: Likewise.
12219         * gdb.base/sigstep.exp: Likewise.
12220         * lib/gdbserver-support.exp (gdb_target_cmd): Quote
12221         serialport.
12222         * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
12223
12224 2007-04-25  Corinna Vinschen <vinschen@redhat.com>
12225
12226         * config/sim.exp (gdb_target_sim): Just return with -1 when setting
12227         target sim fails.  Return 0 otherwise.
12228         (gdb_load): Return prematurely if gdb_target_sim fails.
12229
12230 2007-04-16  Denis Pilat  <denis.pilat@st.com>
12231
12232         * gdb.base/setshow.exp: Reset height after having set it to 100.
12233
12234 2007-04-16  Denis Pilat  <denis.pilat@st.com>
12235
12236         * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
12237
12238 2007-04-16  Denis Pilat  <denis.pilat@st.com>
12239
12240         * gdb.mi/mi2-var-display.exp: Test for the fullname field.
12241
12242 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
12243
12244         * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
12245         tests. Run the frozen varobjs test.
12246         * gdb.mi/var-cmd.c (do_frozen_tests): New.
12247         * lib/mi-support.exp (mi_varobj_update): Fix thinko.
12248
12249 2007-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12250
12251         * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
12252         gdb.base/type-opaque.exp: New files.
12253
12254 2007-04-01  Vladimir Prus  <vladimir@codesourcery.com>
12255
12256         * gdb.mi/mi-var-child.c
12257         (do_children_tests): User char[2] instead of
12258         char so that automatic printing of pointers to char
12259         don't give unpredicable result.
12260         * gdb.mi/var-cmd.c (do_locals_test): Initialize
12261         local variables.
12262         * gdb.mi/mi-var-child.exp: Step to right line
12263         of do_children_tests.
12264         * gdb.mi/mi2-var-child.exp: Likewise.
12265         * gdb.mi/mi-var-cmd.exp: Step to right line of
12266         do_locals_tests.
12267         (do_children_tests): User char[2] instead of
12268         char so that automatic printing of pointers to char
12269         don't give unpredicable result.
12270         * gdb.mi/mi2-var-cmd.exp: Likewise.
12271         * lib/mi-support.exp (mi_continue_to_line):
12272         Pass test name to mi_wait_for_stop.
12273
12274 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
12275
12276         * gdb.asm/asm-source.exp: Remove d10v case.
12277         * lib/gdb.exp (skip_cplus_tests): Likewise.
12278         * gdb.asm/d10v.inc: Deleted.
12279
12280 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
12281
12282         * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
12283
12284 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
12285
12286         * config/netware.exp: Delete file.
12287
12288 2007-03-29  Joel Brobecker  <brobecker@adacore.com>
12289
12290         * gdb.dwarf2/dw2-noloc.S: New file.
12291         * gdb.dwarf2/dw2-noloc.exp: New file.
12292
12293 2007-03-28  Pedro Alves  <pedro_alves@portugalmail.pt>
12294
12295         * gdb.cp/method2.cc: New test.
12296         * gdb.cp/method2.exp: New test.
12297         * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
12298
12299 2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
12300
12301         * gdb.ada/exec_changed.exp: Avoid "set confirm off".
12302
12303 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
12304
12305         * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
12306
12307 2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
12308
12309         * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
12310         (gdb_load): Delete, replace with...
12311         (gdb_reload): ...this.
12312         * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
12313         * gdb.server/server-mon.exp: Likewise.
12314         * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
12315         (gdb_start_cmd): New.
12316         (gdb_file_cmd): Save the last loaded file.
12317         (gdb_reload): New.
12318         (gdb_gnu_strip_debug): Use transform.
12319         * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
12320         support here.  Use new $last_loaded_file.  Check mtime.
12321         (gdb_target_cmd): Handle ObjC failure case.
12322         (infer_host_exec): Delete.
12323         (gdbserver_load): Rename to...
12324         (gdbserver_run): ...this.  Simplify.
12325         * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
12326         (mi_gdb_load): Move most contents to a new function...
12327         (mi_gdb_target_load): ...here.  Simplify call to gdbserver_gdb_load.
12328         (mi_run_cmd): Use mi_gdb_target_load.
12329         * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
12330         gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
12331         Use gdb_run_cmd.
12332         * gdb.base/charsign.exp: Remove incorrect comment.
12333         * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
12334         * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
12335         gdb.base/start.exp: Use gdb_start_cmd.
12336
12337 2007-03-23  Nigel Stephens  <nigel@mips.com>
12338             Maciej W. Rozycki  <macro@mips.com>
12339
12340         * gdb.base/sigbpt.exp: Fix the message when skipping test.
12341         * gdb.base/signull.exp: Similarly.
12342
12343 2007-03-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12344
12345         * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
12346         messages available to test cases (like chng-sym.exp).
12347
12348 2007-03-14  Andreas Schwab  <schwab@suse.de>
12349
12350         * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
12351         format changes.
12352
12353 2007-03-13  Daniel Jacobowitz  <dan@codesourcery.com>
12354
12355         * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
12356         (optimized_1): New.
12357         (main): Call optimized_1.
12358         (gdb2029): Correct typos.  Call gdb2029_marker.
12359         * gdb.arch/powerpc-prologue.exp: Run new test.  Use a breakpoint
12360         for gdb2029.
12361
12362 2007-03-12  Mark Kettenis  <kettenis@gnu.org>
12363
12364         * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
12365         as tabs.  Remove redundant test pattern.
12366
12367 2007-03-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12368
12369         * gdb.base/long_long.exp: Accept optional symbol name in <...>
12370         for /a format output.
12371
12372 2007-03-09  Daniel Jacobowitz  <dan@codesourcery.com>
12373
12374         * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
12375         collect output incrementally.
12376
12377 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12378
12379         * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
12380         for -var-create lpcharacter test.
12381         * gdb.mi/mi2-var-cmd.exp: Likewise.
12382
12383 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12384
12385         * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
12386         pass on targets where address zero is readable.
12387
12388 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12389
12390         * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
12391         just a single architecture.
12392
12393 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12394
12395         * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
12396         (fetch_all_registers): New function, uses gdb_test_multiple and
12397         exp_continue to fetch inferior output line-by-line.
12398         Replace all uses of do_get_all_registers by fetch_all_registers.
12399
12400 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12401
12402         * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
12403         in target_info.
12404
12405 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
12406
12407         * gdb.threads/manythreads.exp: Use $message string for
12408         consistancy; add a default (timeout) case.
12409
12410 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
12411
12412         * gdb.base/watchpoint.exp: Fix truncated comment.
12413
12414 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
12415
12416         * Makefile.in: Remove spurious single-quotes from sed command.
12417
12418 2007-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
12419
12420         * gdb.mi/mi-var-cmd.exp: Correct test name.  Allow any value for
12421         func.
12422         * gdb.mi/mi2-var-cmd.exp: Likewise.
12423
12424 2007-02-27  Joel Brobecker  <brobecker@adacore.com>
12425
12426         * gdb.dwarf2/dw2-producer.S: New file.
12427         * gdb.dwarf2/dw2-producer.exp: New testcase.
12428
12429 2007-02-27  Nick Roberts  <nickrob@snap.net.nz>
12430
12431         * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
12432         * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
12433         * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
12434         * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
12435         * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
12436         Revert tests to use mi_gdb_test and include value field in output
12437         of -var-create.
12438
12439 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
12440
12441         * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
12442
12443 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
12444
12445         * gdb.base/maint.exp: Remove full paths from test names.
12446         * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
12447         gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
12448
12449 2007-02-27  Joel Brobecker  <brobecker@adacore.com>
12450
12451         * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
12452
12453 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
12454
12455         * gdb.server/server-mon.exp: New test.
12456
12457 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
12458
12459         * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
12460
12461 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
12462
12463         * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
12464         register capitalization.
12465
12466 2007-02-13  Denis Pilat  <denis.pilat@st.com>
12467
12468         * gdb.mi/mi-var-invalidate.exp: New file.
12469
12470 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
12471
12472         * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
12473
12474 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
12475
12476         * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
12477
12478 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
12479
12480         * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
12481         gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
12482
12483 2007-02-08  Nick Roberts  <nickrob@snap.net.nz>
12484
12485         * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
12486         * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
12487         * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
12488         * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
12489         * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
12490         * gdb.mi/gdb792.exp, lib/mi-support.exp:
12491         Update tests to include value field in output of -var-create.
12492
12493 2007-02-08  Andreas Schwab  <schwab@suse.de>
12494
12495         * gdb.mi/mi-var-child.exp: Fix matching display of function value.
12496
12497 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
12498
12499         * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
12500         gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
12501
12502 2007-02-02  Denis Pilat  <denis.pilat@st.com>
12503
12504         * gdb.threads/threadapply.exp: check that frame is not changed by
12505         the thread apply all command.
12506
12507 2007-01-31  Andreas Schwab  <schwab@suse.de>
12508
12509         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
12510
12511         * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
12512         in the dwarf sections.
12513         * gdb.dwarf2/mac-fileno.S: Likewise.
12514
12515         * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
12516         bspstore register on ia64.
12517
12518 2007-01-29  Andreas Schwab  <schwab@suse.de>
12519
12520         * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
12521         "frame-begin" annotation.
12522
12523         * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
12524         number of "frames-invalid" annotations.
12525
12526 2007-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
12527
12528         * gdb.base/commands.exp: Call if_commands_test.
12529         (gdb_test_no_prompt, if_commands_test): New.
12530
12531 2007-01-28  Mark Kettenis  <kettenis@gnu.org>
12532
12533         * gdb.threads/sigthread.c (NSIGS): Make bigger.
12534
12535 2007-01-27  Andreas Schwab  <schwab@suse.de>
12536
12537         * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
12538         .short/.int/.quad in the dwarf sections.
12539         * gdb.dwarf2/dw2-intercu.S: Likewise.
12540         * gdb.dwarf2/dw2-intermix.S: Likewise.
12541
12542 2007-01-25  Jan Kratochvil <jan.kratochvil@redhat.com>
12543
12544         * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
12545         * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
12546         array.
12547         * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
12548         * gdb.base/setvar.exp: Likewise.
12549
12550 2007-01-26  Andreas Schwab  <schwab@suse.de>
12551
12552         * gdb.base/corefile.exp: Allow non-empty argument list in reinit
12553         test.
12554
12555         * gdb.base/multi-forks.exp ("restart $i"): Also match
12556         __kernel_syscall_via_break.
12557
12558 2007-01-24  Vladimir Prus  <vladimir@codesourcery.com>
12559
12560         * lib/mi-support.exp (mi_delete_varobj): New.
12561         * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
12562         testcase.
12563         * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
12564         (main): Call the above.
12565         (reference_update_test, base_in_reference_test)
12566         (reference_to_pointer): Delete the created varobjs.
12567
12568 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
12569
12570         * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
12571         * configure: Regenerated.
12572         * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
12573         * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
12574         gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
12575         gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
12576         * lib/gdb.exp (gdb_skip_xml_test): New function.
12577
12578 2007-01-23  Nick Hudson  <nick.hudson@dsl.pipex.com>
12579
12580         * gdb.base/sigrepeat.exp: Correct error message.
12581
12582 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12583             Daniel Jacobowitz  <dan@codesourcery.com>
12584
12585         * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
12586         gdb.arch/i386-gnu-cfi-asm.S: New files.
12587
12588 2007-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
12589
12590         * lib/gdb.exp: Abort on missing `site.exp'.
12591
12592 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12593             Daniel Jacobowitz  <dan@codesourcery.com>
12594
12595         * gdb.base/included.c, gdb.base/included.exp,
12596         gdb.base/included.h: New files.
12597
12598 2007-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
12599
12600         * gdb.base/bigcore.c (RLIMIT_CAP): Define.
12601         (maximize_rlimit): Reduce limits on 64-bit systems.
12602
12603 2007-01-19  Mark Kettenis  <kettenis@gnu.org>
12604
12605         From Marcus Deuling <deuling@de.ibm.com>:
12606         * gdb.arch/altivec-regs.exp: Initialise variable endianness in
12607         every case.
12608
12609 2007-01-13  Nick Roberts  <nickrob@snap.net.nz>
12610
12611         * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
12612         (test_path_specification): Use objdir instead of srcdir to always
12613         get an absolute filename.
12614
12615 2007-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
12616
12617         * gdb.cp/member-ptr.cc (class Padding): Make contents public.
12618
12619 2007-01-11  Vladimir Prus  <vladimir@codesourcery.com>
12620
12621         * gdb.mi/mi-var-cp.cc (reference_update_tests):
12622         Make sure the variable we're using is in scope.
12623         (reference_to_pointer): Likewise.
12624
12625 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
12626
12627         * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
12628         has no debug information.
12629
12630 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
12631
12632         * gdb.base/annota1.exp: Remove extra send_gdb.
12633
12634 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
12635
12636         * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
12637
12638 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
12639
12640         * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
12641
12642 2007-01-08  Nick Roberts  <nickrob@snap.net.nz>
12643             Daniel Jacobowitz  <dan@codesourcery.com>
12644
12645         * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
12646         lcharacter or linteger change.  Correct duplicated test name.
12647         * gdb.mi/mi2-var-cmd.exp: Likewise.
12648
12649 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
12650
12651         * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
12652
12653 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
12654
12655         * gdb.base/nofield.c: New file.
12656         * gdb.base/nofield.exp: New testcase.
12657
12658 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
12659
12660         * gdb.mi/mi-var-cp.exp: New test for references to pointers.
12661
12662         * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
12663          test.
12664
12665 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
12666
12667         * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
12668
12669 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
12670
12671         * lib/mi-support.exp (mi_runto_helper): Expect two prompts
12672         when continuing.
12673
12674 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
12675
12676         * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
12677         Expect ".exe" extension.
12678
12679 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
12680
12681         * gdb.base/charset.exp: Add explicit filename to break.
12682         * gdb.base/dbx.exp: Add explicit filename to breaks.
12683
12684 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
12685
12686         * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
12687         * gdb.mi/mi2-file.exp: Likewise.
12688
12689 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
12690
12691         Implement specification of MI tests as comments
12692         in C and C++ sources.
12693         * lib/mi-support.exp (mi_autotest_data): New variable.
12694         (mi_autotest_source): New variable.
12695         (count_newlines, mi_prepare_inline_tests)
12696         (mi_get_inline_test, mi_continue_to_line)
12697         (mi_run_inline_test, mi_tbreak)
12698         (mi_send_resuming_command, mi_wait_for_stop): New functions.
12699         * gdb.mi/mi-var-cp.exp: Move most content to the C file.
12700         Run inline tests.
12701         * gdb.mi/mi-var-cp.cc: Define tests here.
12702
12703 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
12704
12705         Simplify usage of mi_continue_to.
12706         * lib/mi-support.exp (mi_runto_helper): Renamed
12707         from mi_runto, added new parameter 'run_or_continue'.
12708         (mi_runto): Use mi_runto_helper.
12709         (mi_continue_to): Accept just function name as parameter.
12710         Use mi_runto_helper.
12711         * gdb.mi/mi-var-cmd.exp: Adjust to changes.
12712         * gdb.mi/mi2-var-cmd.exp: Likewise.
12713
12714 2006-01-04  Joel Brobecker  <brobecker@adacore.com>
12715
12716         Make this testcase a bit more realistic. The current code
12717         is too simplistic, and allows the compiler to optimize out
12718         some of the entities we need for this testcase.
12719         * gdb.ada/null_record/bar.ads (Void_Star): New type.
12720         (Do_Nothing): Add extra parameter.
12721         * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
12722         * gdb.ada/null_record/null_record.adb: Fake use of type Empty
12723         by using a variable of type Void_Star.
12724
12725 2006-01-04  Joel Brobecker  <brobecker@adacore.com>
12726
12727         * gdb.ada/catch_ex/foo.adb: New file.
12728         * gdb.ada/catch_ex.exp: New testcase.
12729
12730 2007-01-03  Pedro Alves  <pedro_alves@portugalmail.pt>
12731
12732         * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
12733         pass --image-base to linker.
12734
12735 2007-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
12736             Daniel Jacobowitz  <dan@codesourcery.com>
12737
12738         * gdb.base/readline.exp: Set $TERM.  Test arrow keys in
12739         secondary prompts.
12740
12741 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
12742
12743         * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
12744         output.  Test the types of members and member pointers.
12745         * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
12746         gdb/2092.
12747         * gdb.cp/member-ptr.exp: Search for a comment instead of a
12748         statement.  Enable for GCC.  Update expected output for some tests
12749         and add new tests.  Remove obsolete GCC KFAILs.  Allow GCC's class
12750         layout.
12751         * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
12752         (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
12753         (Diamond::vget_base): New.
12754         (main): Add new tests.
12755         * gdb.cp/printmethod.exp: Update expected output for member functions.
12756         * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
12757         print pEe->D::vg().
12758
12759 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
12760
12761         * gdb.threads/tls.exp: Allow stops in sem_post.
12762
12763 2006-12-31  Daniel Jacobowitz  <dan@codesourcery.com>
12764
12765         * gdb.base/annota1.exp: Allow .*printf in backtraces.
12766         * gdb.base/annota3.exp: Likewise.
12767         * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
12768         again (instead of timing out).
12769         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
12770         GCC bug 26475.
12771         * gdb.java/jmisc.exp: Adjust to work with method signatures including
12772         return types.  Add kfails for GDB bugs 2214 and 2215.  Move exit
12773         test from jmisc1.exp.
12774         * gdb.java/jmisc1.exp: Delete.
12775         * gdb.java/jprint.exp: Adjust to work with method signatures including
12776         return types.
12777         * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
12778         * gdb.threads/linux-dp.exp: Don't be confused by program output.
12779         * lib/java.exp (compile_java_from_source): Pass the correct type
12780         to target_compile.
12781
12782 2006-12-31  Joel Brobecker  <brobecker@adacore.com>
12783
12784         * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
12785         (stack_align_edx): New function.
12786         (stack_align_eax): New function.
12787         (main): Add calls to stack_align_edx and stack_align_eax.
12788         * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
12789         Add testing for the cases where the register used during a stack
12790         realignment is edx. Same for eax.
12791
12792 2006-12-30  Pedro Alves  <pedro_alves@portugalmail.pt>
12793
12794         * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
12795         and generic PE targets.
12796
12797 2006-12-29  Joel Brobecker  <brobecker@adacore.com>
12798
12799         * gdb.ada/array_return.exp: Update copyright date list.
12800
12801 2006-12-27  Joel Brobecker  <brobecker@adacore.com>
12802
12803         * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
12804         (Create_Small_Float_Vector): New function.
12805         * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
12806         function body.
12807         * gdb.ada/array_return/p.adb: Use new type and function from
12808         package Pck.
12809         * gdb.ada/array_return.exp: Add a test verifying that GDB is
12810         able to print the value returned by a function returning an
12811         array of float.
12812
12813 2006-12-20  Joel Brobecker  <brobecker@adacore.com>
12814
12815         * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
12816         The associated tests should be PASSing.
12817
12818 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
12819
12820         Test for base in references.
12821         * gdb.mi/mi-var-cp.cc: Add test code.
12822         * gdb.mi/mi-var-cp.exp: Test for bases in references.
12823         * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
12824         * gdb.mi/mi2-watch.exp: Likewise.
12825         * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
12826         (mi_list_varobj_children): New function.
12827
12828 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
12829
12830         * lib/mi-support.exp
12831         (mi_runto): Accept "()" after function name.
12832         (mi_create_varobj): New function.
12833         (mi_varobj_update): New function.
12834         (mi_Check_varobj_value): New function.
12835         * gdb.mi/mi-var-cp.exp: New file.
12836         * gdb.mi/mi-var-cp.cc: New file.
12837
12838 2006-12-01  Daniel Jacobowitz  <dan@codesourcery.com>
12839
12840         * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
12841         gdb.base/weaklib2.c: New files.
12842
12843 2006-11-29  Nathan Sidwell  <nathan@codesourcery.com>
12844
12845         * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
12846         info.  Adjust test names.
12847
12848         * gdb.base/break.c (main): Move position of malloc.
12849         * gdb.base/break.exp: Revert mistaken checkin.
12850
12851 2006-11-28  Vladimir Prus  <vladimir@codesourcery.com>
12852
12853         * gdb.mi/mi-var-cmd.exp: Check -var-update after
12854         assignement of arrays and function pointers.
12855         * gdb.mi/var-cmd.c: Add declaration necessary for above
12856         tests.
12857
12858 2006-11-27  Nathan Sidwell  <nathan@codesourcery.com>
12859
12860         * gdb.base/break.c (main): Call malloc.
12861
12862         * gdb.threads/linux-dp.exp: Read thread table before and after
12863         creating each philosopher and verify it.
12864
12865 2006-11-27  Nathan Sidwell  <nathan@codesourcery.com>
12866             Paul Brook  <paul@codesourcery.com>
12867             Daniel Jacobowitz  <dan@codesourcery.com>
12868
12869         * gdb.base/ending-run.exp: Flatten expect script stepping out of
12870         main to remove duplication.  Add start function of the form
12871         '_*start[1-9]*'. Add RVDS start function.
12872
12873 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
12874
12875         * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
12876
12877 2006-11-22  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12878
12879         * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
12880         * gdb.asm/spu.inc: New file.
12881         * gdb.base/term.exp: Disable if [target_info exists noargs].
12882         * gdb.gdb/complaints.exp: Disable if ![isnative].
12883         * gdb.gdb/selftest.exp: Likewise.
12884         * gdb.gdb/observer.exp: Likewise.
12885         * gdb.gdb/xfullpath.exp: Likewise.
12886         * gdb.base/attach.exp: Disable on SPU target.
12887         * gdb.cp/bs145503.exp: Likewise.
12888         * gdb.cp/exception.exp: Likewise.
12889         * gdb.cp/userdef.exp: Likewise.
12890
12891 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
12892
12893         * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
12894
12895 2006-11-10  Vladimir Prus  <vladimir@codesourcery.com>
12896
12897         * gdb.base/completion.exp: Fix completion tests for
12898         'info' and 'info '.
12899         * gdb.base/help.exp (help_test_raw, test_class_help)
12900         (test_prefix_command_help): Move...
12901         * lib/gdb.exp: Here.
12902         * gdb.base/main.exp: Adjust.
12903         * gdb.cp/maint.exp: Adjust.
12904         * gdb.trace/tracecmd.exp: Use test_help_class.
12905
12906 2006-11-09  Vladimir Prus  <vladimir@codesourcery.com>
12907
12908         * gdb.stabs/weird.exp (print_weird_var): Use
12909         gdb_test_multiple instead of gdb_expect.
12910
12911 2006-11-09  Vladimir Prus  <vladimir@codesourcery.com>
12912
12913         * gdb.base/help.exp (help_test_raw): New.
12914         (test_class_help): New.
12915         (test_prefix_command_help): New.
12916         Adjust testcases.
12917
12918 2006-11-09  Christophe Lyon  <christophe.lyon@st.com>
12919
12920         * gdb.base/constvars.c (main): Write to crass and crips, so that
12921         they are allocated by the compiler.
12922
12923 2006-10-27  Andreas Schwab  <schwab@suse.de>
12924
12925         * gdb.base/multi-forks.exp: Use "detach fork" instead of
12926         "detach-fork".
12927
12928 2006-10-18  Daniel Jacobowitz  <dan@codesoucery.com>
12929
12930         * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
12931         of patterns.
12932
12933 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
12934
12935         * gdb.base/sepdebug.exp: Remove debug format test.
12936         * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
12937         Handle no-symtab.
12938         * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
12939
12940 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
12941
12942         * gdb.threads/manythreads.c (thread_function, main): Don't cast
12943         int to pointer or pointer to int.
12944         * gdb.threads/manythreads.exp: Don't expect the string "LWP".
12945
12946 2006-10-12  Daniel Jacobowitz  <dan@codesourcery.com>
12947
12948         * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
12949
12950 2006-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
12951
12952         * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
12953
12954 2006-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
12955
12956         PR c++/2116
12957         * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
12958
12959 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
12960
12961         * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
12962         the corresponding bug has been fixed in GDB (PR/2018).
12963
12964 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
12965
12966         * gdb.base/subst.exp: New testcase.
12967
12968 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
12969
12970         * gdb.ada/array_return/pck.ads: Add copyright notice.
12971         * gdb.ada/array_return/pck.adb: Likewise.
12972         * gdb.ada/array_return/p.adb: Likewise.
12973         * gdb.ada/exec_changed/first.adb: Likewise.
12974         * gdb.ada/exec_changed/second.adb: Likewise.
12975
12976 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
12977
12978         * gdb.ada/watch_arg/watch.adb: New file.
12979         * gdb.ada/watch_arg.exp: New testcase.
12980
12981 2006-10-02  Vladimir Prus  <vladimir@codesourcery.com>
12982
12983         * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
12984         via string_to_regexp.
12985         * gdb.mi/mi2-basics.exp: Likewise.
12986
12987 2006-09-20  Michael Snyder  <michael.snyder@palmsource.com>
12988
12989         * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
12990         Remove unused / obsolete files.
12991
12992 2006-09-19  Nick Roberts  <nickrob@snap.net.nz>
12993
12994         * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
12995
12996 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
12997
12998         * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
12999         HIGH_FRAME argument to -stack-list-arguments can be larger than
13000         the number of frames.
13001
13002 2006-09-15  Daniel Jacobowitz  <dan@codesourcery.com>
13003
13004         * gdb.base/args.c (main): Add breakpoint marker.
13005         * gdb.base/args.exp: Use args_test for tests.  Add new tests which
13006         really test empty arguments.
13007         (args_load): Delete.
13008         (args_test): New.
13009
13010 2006-09-13  Nick Roberts  <nickrob@snap.net.nz>
13011
13012         * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
13013         check for one file.
13014
13015 2006-09-07  Vladimir Prus  <ghost@vladimir@codesourcery.com>
13016
13017         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
13018         HIGH_FRAME argument to -stack-list-locals can be larger than
13019         the number of frames.
13020
13021 2006-08-18  Fred Fish  <fnf@specifix.com>
13022
13023         * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
13024         '$' in front of skip_vmx_tests_saved when setting that.
13025
13026 2006-08-10  Andrew Stubbs  <andrew.stubbs@st.com>
13027
13028         * gdb.base/trace-commands.exp: New file.
13029
13030 2006-08-10  Joel Brobecker  <brobecker@adacore.com>
13031             Daniel Jacobowitz  <dan@codesourcery.com>
13032
13033         * gdb.base/step-bt.exp: Make hexadecimal address optional in
13034         expected output of the backtrace commands.
13035
13036 2006-08-09  Joel Brobecker  <brobecker@adacore.com>
13037
13038         * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
13039         untested followed by return combination.
13040         * gdb.arch/altivec-regs.exp: Likewise.
13041         * gdb.arch/e500-abi.exp: Likewise.
13042         * gdb.arch/e500-regs.exp: Likewise.
13043         * gdb.arch/gdb1291.exp: Likewise.
13044         * gdb.arch/gdb1431.exp: Likewise.
13045         * gdb.arch/gdb1558.exp: Likewise.
13046         * gdb.arch/i386-prologue.exp: Likewise.
13047         * gdb.arch/i386-unwind.exp: Likewise.
13048         * gdb.asm/asm-source.exp: Likewise.
13049         * gdb.base/a2-run.exp: Likewise.
13050         * gdb.base/advance.exp: Likewise.
13051         * gdb.base/all-bin.exp: Likewise.
13052         * gdb.base/annota1.exp: Likewise.
13053         * gdb.base/annota3.exp: Likewise.
13054         * gdb.base/args.exp: Likewise.
13055         * gdb.base/arithmet.exp: Likewise.
13056         * gdb.base/assign.exp: Likewise.
13057         * gdb.base/async.exp: Likewise.
13058         * gdb.base/attach.exp: Likewise.
13059         * gdb.base/bang.exp: Likewise.
13060         * gdb.base/bigcore.exp: Likewise.
13061         * gdb.base/bitfields.exp: Likewise.
13062         * gdb.base/bitfields2.exp: Likewise.
13063         * gdb.base/break.exp: Likewise.
13064         * gdb.base/call-sc.exp: Likewise.
13065         * gdb.base/call-strs.exp: Likewise.
13066         * gdb.base/callfuncs.exp: Likewise.
13067         * gdb.base/checkpoint.exp: Likewise.
13068         * gdb.base/chng-syms.exp: Likewise.
13069         * gdb.base/code-expr.exp: Likewise.
13070         * gdb.base/commands.exp: Likewise.
13071         * gdb.base/completion.exp: Likewise.
13072         * gdb.base/cond-expr.exp: Likewise.
13073         * gdb.base/condbreak.exp: Likewise.
13074         * gdb.base/consecutive.exp: Likewise.
13075         * gdb.base/constvars.exp: Likewise.
13076         * gdb.base/corefile.exp: Likewise.
13077         * gdb.base/cvexpr.exp: Likewise.
13078         * gdb.base/dbx.exp: Likewise.
13079         * gdb.base/define.exp: Likewise.
13080         * gdb.base/detach.exp: Likewise.
13081         * gdb.base/display.exp: Likewise.
13082         * gdb.base/dump.exp: Likewise.
13083         * gdb.base/ena-dis-br.exp: Likewise.
13084         * gdb.base/ending-run.exp: Likewise.
13085         * gdb.base/environ.exp: Likewise.
13086         * gdb.base/eval-skip.exp: Likewise.
13087         * gdb.base/exprs.exp: Likewise.
13088         * gdb.base/fileio.exp: Likewise.
13089         * gdb.base/finish.exp: Likewise.
13090         * gdb.base/float.exp: Likewise.
13091         * gdb.base/foll-exec.exp: Likewise.
13092         * gdb.base/foll-fork.exp: Likewise.
13093         * gdb.base/foll-vfork.exp: Likewise.
13094         * gdb.base/freebpcmd.exp: Likewise.
13095         * gdb.base/funcargs.exp: Likewise.
13096         * gdb.base/gcore.exp: Likewise.
13097         * gdb.base/gdb1090.exp: Likewise.
13098         * gdb.base/gdb1250.exp: Likewise.
13099         * gdb.base/huge.exp: Likewise.
13100         * gdb.base/info-proc.exp: Likewise.
13101         * gdb.base/interrupt.exp: Likewise.
13102         * gdb.base/jump.exp: Likewise.
13103         * gdb.base/langs.exp: Likewise.
13104         * gdb.base/lineinc.exp: Likewise.
13105         * gdb.base/list.exp: Likewise.
13106         * gdb.base/logical.exp: Likewise.
13107         * gdb.base/long_long.exp: Likewise.
13108         * gdb.base/macscp.exp: Likewise.
13109         * gdb.base/maint.exp: Likewise.
13110         * gdb.base/mips_pro.exp: Likewise.
13111         * gdb.base/miscexprs.exp: Likewise.
13112         * gdb.base/multi-forks.exp: Likewise.
13113         * gdb.base/opaque.exp: Likewise.
13114         * gdb.base/overlays.exp: Likewise.
13115         * gdb.base/pc-fp.exp: Likewise.
13116         * gdb.base/pointers.exp: Likewise.
13117         * gdb.base/printcmds.exp: Likewise.
13118         * gdb.base/psymtab.exp: Likewise.
13119         * gdb.base/ptype.exp: Likewise.
13120         * gdb.base/recurse.exp: Likewise.
13121         * gdb.base/relational.exp: Likewise.
13122         * gdb.base/relocate.exp: Likewise.
13123         * gdb.base/remote.exp: Likewise.
13124         * gdb.base/reread.exp: Likewise.
13125         * gdb.base/restore.exp: Likewise.
13126         * gdb.base/return.exp: Likewise.
13127         * gdb.base/return2.exp: Likewise.
13128         * gdb.base/scope.exp: Likewise.
13129         * gdb.base/sect-cmd.exp: Likewise.
13130         * gdb.base/sep.exp: Likewise.
13131         * gdb.base/sepdebug.exp: Likewise.
13132         * gdb.base/setshow.exp: Likewise.
13133         * gdb.base/setvar.exp: Likewise.
13134         * gdb.base/sigall.exp: Likewise.
13135         * gdb.base/sigbpt.exp: Likewise.
13136         * gdb.base/signals.exp: Likewise.
13137         * gdb.base/signull.exp: Likewise.
13138         * gdb.base/sizeof.exp: Likewise.
13139         * gdb.base/solib.exp: Likewise.
13140         * gdb.base/step-line.exp: Likewise.
13141         * gdb.base/step-test.exp: Likewise.
13142         * gdb.base/structs.exp: Likewise.
13143         * gdb.base/structs2.exp: Likewise.
13144         * gdb.base/term.exp: Likewise.
13145         * gdb.base/twice.exp: Likewise.
13146         * gdb.base/until.exp: Likewise.
13147         * gdb.base/varargs.exp: Likewise.
13148         * gdb.base/volatile.exp: Likewise.
13149         * gdb.base/watchpoint.exp: Likewise.
13150         * gdb.base/whatis-exp.exp: Likewise.
13151         * gdb.base/whatis.exp: Likewise.
13152         * gdb.cp/ambiguous.exp: Likewise.
13153         * gdb.cp/annota2.exp: Likewise.
13154         * gdb.cp/annota3.exp: Likewise.
13155         * gdb.cp/bool.exp: Likewise.
13156         * gdb.cp/breakpoint.exp: Likewise.
13157         * gdb.cp/casts.exp: Likewise.
13158         * gdb.cp/class2.exp: Likewise.
13159         * gdb.cp/classes.exp: Likewise.
13160         * gdb.cp/cplusfuncs.exp: Likewise.
13161         * gdb.cp/ctti.exp: Likewise.
13162         * gdb.cp/derivation.exp: Likewise.
13163         * gdb.cp/exception.exp: Likewise.
13164         * gdb.cp/gdb1355.exp: Likewise.
13165         * gdb.cp/hang.exp: Likewise.
13166         * gdb.cp/inherit.exp: Likewise.
13167         * gdb.cp/local.exp: Likewise.
13168         * gdb.cp/m-data.exp: Likewise.
13169         * gdb.cp/m-static.exp: Likewise.
13170         * gdb.cp/member-ptr.exp: Likewise.
13171         * gdb.cp/method.exp: Likewise.
13172         * gdb.cp/misc.exp: Likewise.
13173         * gdb.cp/namespace.exp: Likewise.
13174         * gdb.cp/overload.exp: Likewise.
13175         * gdb.cp/ovldbreak.exp: Likewise.
13176         * gdb.cp/pr-1023.exp: Likewise.
13177         * gdb.cp/pr-1210.exp: Likewise.
13178         * gdb.cp/pr-574.exp: Likewise.
13179         * gdb.cp/printmethod.exp: Likewise.
13180         * gdb.cp/psmang.exp: Likewise.
13181         * gdb.cp/ref-params.exp: Likewise.
13182         * gdb.cp/ref-types.exp: Likewise.
13183         * gdb.cp/rtti.exp: Likewise.
13184         * gdb.cp/templates.exp: Likewise.
13185         * gdb.cp/try_catch.exp: Likewise.
13186         * gdb.cp/userdef.exp: Likewise.
13187         * gdb.cp/virtfunc.exp: Likewise.
13188         * gdb.disasm/am33.exp: Likewise.
13189         * gdb.disasm/h8300s.exp: Likewise.
13190         * gdb.disasm/mn10300.exp: Likewise.
13191         * gdb.disasm/sh3.exp: Likewise.
13192         * gdb.disasm/t01_mov.exp: Likewise.
13193         * gdb.disasm/t02_mova.exp: Likewise.
13194         * gdb.disasm/t03_add.exp: Likewise.
13195         * gdb.disasm/t04_sub.exp: Likewise.
13196         * gdb.disasm/t05_cmp.exp: Likewise.
13197         * gdb.disasm/t06_ari2.exp: Likewise.
13198         * gdb.disasm/t07_ari3.exp: Likewise.
13199         * gdb.disasm/t08_or.exp: Likewise.
13200         * gdb.disasm/t09_xor.exp: Likewise.
13201         * gdb.disasm/t10_and.exp: Likewise.
13202         * gdb.disasm/t11_logs.exp: Likewise.
13203         * gdb.disasm/t12_bit.exp: Likewise.
13204         * gdb.disasm/t13_otr.exp: Likewise.
13205         * gdb.hp/gdb.aCC/optimize.exp: Likewise.
13206         * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
13207         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13208         * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
13209         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
13210         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
13211         * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
13212         * gdb.hp/gdb.base-hp/reg.exp: Likewise.
13213         * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
13214         * gdb.hp/gdb.compat/xdb1.exp: Likewise.
13215         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
13216         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
13217         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
13218         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
13219         * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
13220         * gdb.mi/gdb701.exp: Likewise.
13221         * gdb.mi/gdb792.exp: Likewise.
13222         * gdb.mi/mi-basics.exp: Likewise.
13223         * gdb.mi/mi-break.exp: Likewise.
13224         * gdb.mi/mi-cli.exp: Likewise.
13225         * gdb.mi/mi-console.exp: Likewise.
13226         * gdb.mi/mi-disassemble.exp: Likewise.
13227         * gdb.mi/mi-eval.exp: Likewise.
13228         * gdb.mi/mi-file.exp: Likewise.
13229         * gdb.mi/mi-read-memory.exp: Likewise.
13230         * gdb.mi/mi-regs.exp: Likewise.
13231         * gdb.mi/mi-return.exp: Likewise.
13232         * gdb.mi/mi-simplerun.exp: Likewise.
13233         * gdb.mi/mi-stack.exp: Likewise.
13234         * gdb.mi/mi-stepi.exp: Likewise.
13235         * gdb.mi/mi-syn-frame.exp: Likewise.
13236         * gdb.mi/mi-until.exp: Likewise.
13237         * gdb.mi/mi-var-block.exp: Likewise.
13238         * gdb.mi/mi-var-child.exp: Likewise.
13239         * gdb.mi/mi-var-cmd.exp: Likewise.
13240         * gdb.mi/mi-var-display.exp: Likewise.
13241         * gdb.mi/mi-watch.exp: Likewise.
13242         * gdb.mi/mi2-basics.exp: Likewise.
13243         * gdb.mi/mi2-break.exp: Likewise.
13244         * gdb.mi/mi2-cli.exp: Likewise.
13245         * gdb.mi/mi2-console.exp: Likewise.
13246         * gdb.mi/mi2-disassemble.exp: Likewise.
13247         * gdb.mi/mi2-eval.exp: Likewise.
13248         * gdb.mi/mi2-file.exp: Likewise.
13249         * gdb.mi/mi2-read-memory.exp: Likewise.
13250         * gdb.mi/mi2-regs.exp: Likewise.
13251         * gdb.mi/mi2-return.exp: Likewise.
13252         * gdb.mi/mi2-simplerun.exp: Likewise.
13253         * gdb.mi/mi2-stack.exp: Likewise.
13254         * gdb.mi/mi2-stepi.exp: Likewise.
13255         * gdb.mi/mi2-syn-frame.exp: Likewise.
13256         * gdb.mi/mi2-until.exp: Likewise.
13257         * gdb.mi/mi2-var-block.exp: Likewise.
13258         * gdb.mi/mi2-var-child.exp: Likewise.
13259         * gdb.mi/mi2-var-cmd.exp: Likewise.
13260         * gdb.mi/mi2-var-display.exp: Likewise.
13261         * gdb.mi/mi2-watch.exp: Likewise.
13262         * gdb.stabs/exclfwd.exp: Likewise.
13263         * gdb.stabs/weird.exp: Likewise.
13264         * gdb.threads/gcore-thread.exp: Likewise.
13265         * gdb.trace/actions.exp: Likewise.
13266         * gdb.trace/backtrace.exp: Likewise.
13267         * gdb.trace/circ.exp: Likewise.
13268         * gdb.trace/collection.exp: Likewise.
13269         * gdb.trace/deltrace.exp: Likewise.
13270         * gdb.trace/infotrace.exp: Likewise.
13271         * gdb.trace/limits.exp: Likewise.
13272         * gdb.trace/packetlen.exp: Likewise.
13273         * gdb.trace/passc-dyn.exp: Likewise.
13274         * gdb.trace/passcount.exp: Likewise.
13275         * gdb.trace/report.exp: Likewise.
13276         * gdb.trace/save-trace.exp: Likewise.
13277         * gdb.trace/tfind.exp: Likewise.
13278         * gdb.trace/tracecmd.exp: Likewise.
13279         * gdb.trace/while-dyn.exp: Likewise.
13280         * gdb.trace/while-stepping.exp: Likewise.
13281
13282 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
13283
13284         * gdb.base/step-bt.c: New file.
13285         * gdb.base/step-bt.exp: New testcase.
13286
13287 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
13288
13289         * config/monitor.exp (gdb_load): Remove support for obsolete
13290         download-write-size.
13291         * gdb.base/remote.exp: Likewise.  Update all callers of
13292         gdb_timed_load.
13293
13294 2006-08-02  Daniel Jacobowitz  <dan@codesourcery.com>
13295
13296         * cursal.exp: Pass binfile to gdb_load.
13297
13298 2006-08-01  Nathan Sidwell  <nathan@codesourcery.com>
13299
13300         * gdb.base/cursal.exp: Add "" to gdb_load call.
13301
13302 2006-07-29  Mark Kettenis  <kettenis@gnu.org>
13303
13304         * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
13305         NetBSD/ELF targets.
13306
13307 2006-07-25  Daniel Jacobowitz  <dan@codesourcery.com>
13308
13309         * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
13310         operator*.
13311
13312 2006-07-24  Daniel Jacobowitz  <dan@codesourcery.com>
13313
13314         * gdb.base/completion.exp: Update for change in "file" behavior.
13315         * gdb.stabs/weird.exp: Likewise.
13316         * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
13317         * lib/gdb.exp (gdb_file_cmd): Likewise.  Kill the program explicitly.
13318
13319 2006-07-24  Nathan Sidwell  <nathan@codesourcery.com>
13320
13321         * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
13322         * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
13323
13324 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
13325
13326         * gdb.base/default.exp: Update source command error message.
13327         * gdb.base/help.exp: Update 'help source' message.
13328
13329 2006-07-20  Daniel Jacobowitz  <dan@codesourcery.com>
13330
13331         * gdb.cp/bs15503.exp: Update comment for no longer crashing
13332         test.
13333
13334 2006-07-19  Andrew Stubbs  <andrew.stubbs@st.com>
13335
13336         * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
13337
13338 2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
13339
13340         * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
13341
13342 2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
13343
13344         * gdb.threads/print-threads.exp: Use gdb_breakpoint.
13345
13346 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
13347
13348         * gdb.base/long_long.exp (gdb_test_long_long): Exclude
13349         *-*-openbsd* from targets for wich we expect ARM FPA floating
13350         point format.
13351
13352 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
13353
13354         * gdb.cp/annota3.exp: Expect frame-begin annotation.
13355
13356 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
13357
13358         * gdb.base/annota3.exp: Expect frame-begin annotation.
13359
13360 2006-07-14  Joel Brobecker  <brobecker@adacore.com>
13361
13362         * gdb.base/help.exp: Adjust "help unset" test to accept
13363         any list of unset commands.
13364
13365 2006-07-13  Paul N. Hilfinger  <Hilfinger@adacore.com>
13366             Daniel Jacobowitz  <dan@codesourcery.com>
13367
13368         * gdb.cp/ref-params.exp: New test.
13369         * gdb.cp/ref-params.cc: New source file.
13370         * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
13371
13372 2006-07-08  Mark Kettenis  <kettenis@gnu.org>
13373
13374         * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
13375         spaces/tabs in regular expressions since they might not be there.
13376
13377 2006-07-07  Andrew Stubbs  <andrew.stubbs@st.com>
13378
13379         * gdb.base/ifelse.exp: New file.
13380
13381 2006-07-04  Nathan Sidwell  <nathan@codesourcery.com>
13382
13383         * gdb.base/huge.c: Allow CRASH_GDB to be set from command
13384         line.
13385         * gdb.base/huge.exp: Loop over compilation to find a size that
13386         is acceptable.
13387         * gdb.base/remote.exp: Correct expected strings.
13388         * gdb.dwarf2/mac-fileno.S: Avoid # comments.
13389
13390 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
13391
13392         * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
13393
13394 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
13395
13396         * gdb.base/gdb1555.exp: Use gdb_compile_shlib.  Skip if not
13397         native.
13398
13399 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
13400
13401         * gdb.stabs/exclfwd.exp: Skip the test if configure did not
13402         enable stabs testing.
13403
13404 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
13405
13406         * gdb.base/auxv.exp: Intercept undefined command messages before
13407         gdb_test_multiple does.
13408
13409 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
13410
13411         * Makefile.in (host_alias): Remove.
13412         (target_alias): Use @target_noncanonical@.
13413         (site.exp): Don't set host_alias.
13414         * aclocal.m4: Remove contents.  Include acx.m4.
13415         * configure: Regenerated.
13416         * configure.ac: Use ACX_NONCANONICAL_TARGET.
13417
13418 2006-06-13  Nathan Sidwell  <nathan@codesourcery.com>
13419
13420         * lib/gdb.exp (gdb_load_cmd): New.
13421
13422         * gdb.base/fileio.c: Add system(NULL) test.
13423         * gdb.base/fileio.exp: Check it.
13424
13425         * gdb.base/break.c: Add 10a breakpoint at }
13426         * gdb.base/break.exp: Add test for breakpoint at }
13427         * gdb.cp/anon-union.cc: Add code at end of function.
13428         * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
13429         * gdb.mi/var-cmd.c: Add code at end of function.
13430         * gdb.mi/mi-var-display.exp: Adjust end of next.
13431         * gdb.mi/mi2-var-display.exp: Likewise.
13432         * gdb.base/fileio.c: Add stop function and insert calls at
13433         stopping places.
13434         * gdb.base/fileio.exp: Breakpoint stop function and remove
13435         explicit line number references.
13436
13437 2006-05-19  Joel Brobecker  <brobecker@adacore.com>
13438
13439         * gdb.base/del.exp (test_delete_alias): New function.
13440         Now check that both "del" and "d" work as aliases for "delete".
13441
13442 2006-05-18  Fred Fish  <fnf@specifix.com>
13443
13444         * gdb.base/a2-run.exp: Allow part of test to run when args aren't
13445         required.  Check for spurious output after program exits normally.
13446
13447 2006-05-17  Fred Fish  <fnf@specifix.com>
13448
13449         * gdb.base/relocate.exp: Use gdb_file_cmd rather than
13450         gdb_load, so it works in the simulator.
13451
13452 2006-05-11  Fred Fish  <fnf@specifix.com>
13453
13454         * gdb.base/bang.exp: Ignore unexpected output between the
13455         "program exited normally" and the gdb prompt, as many other
13456         tests do.
13457
13458 2006-05-07  Mark Kettenis  <kettenis@gnu.org>
13459
13460         * gdb.base/help.exp: Make "delete checkpoint" part option for
13461         "help d" and "help delete" tests.
13462
13463 2006-05-06  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13464
13465         * gdb.mi/mi-basics.exp: Add missing serial number to
13466         expected output in some mi_gdb_test statements.
13467         * gdb.mi/mi2-basics.exp: Likewise.
13468
13469 2006-05-05  Joel Brobecker  <brobecker@adacore.com>
13470
13471         * gdb.base/del.c: New file.
13472         * gdb.base/del.exp: New testcase.
13473
13474 2006-05-05  David S. Miller  <davem@sunset.davemloft.net>
13475
13476         * gdb.base/break.exp: Do not assume a breakpoint on
13477         main will actually be in $srcfile when optimizing.
13478         * gdb.base/savedregs.exp: Do not require that the dummy
13479         frame location match up to a symbol and source file location.
13480         * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
13481         will get printed without a mi_cmd_data_list_register_values prefix.
13482         (*-data-list-register-*): Correct regular expressions to expect the new
13483         pseudo d? floating point registers.
13484         * gdb.mi/mi2-regs.exp: Likewise.
13485
13486 2006-05-05  Christophe Lyon  <christophe.lyon@st.com>
13487
13488         * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
13489         * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
13490         is allocated by the compiler.
13491         * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
13492         anons, e, anone to force their allocation by the compiler.
13493
13494 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
13495
13496         * gdb.base/help.exp: Update expected text for help d and
13497         help delete.
13498
13499 2006-05-02  Mark Kettenis  <kettenis@gnu.org>
13500
13501         * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
13502         NetBSD/ELF targets.
13503
13504 2006-04-30  Mark Kettenis  <kettenis@gnu.org>
13505
13506         * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
13507         single-step breakpoint fails; make this a KFAIL on
13508         sparc*-*-openbsd*.
13509         * gdb.base/siginfo.exp: Likewise.
13510         * gdb.base/sigstep.exp (advance, advancei): Likewise.
13511
13512 2006-04-26  Michael Snyder  <msnyder@redhat.com>
13513
13514         * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
13515         which may have to consume output from other forks.
13516         Add tests to make sure that "delete fork" succeeded.
13517
13518 2006-04-20  Michael Snyder  <msnyder@redhat.com>
13519
13520         * 2006-03-22  Jim Blandy  <jimb@redhat.com>
13521         Add support for the Renesas M32C and M16C.
13522
13523         * gdb.asm/asm-source.exp: Add m32c target.
13524         * gdb.asm/m32c.inc: Support for m32c target.
13525
13526 2006-04-07  Andrew Stubbs  <andrew.stubbs@st.com>
13527
13528         * gdb.base/commands.exp (recursive_source_test): New test.
13529
13530 2006-04-04  David S. Miller  <davem@sunset.davemloft.net>
13531
13532         * gdb.base/float.exp: Add pattern for sparc targets.
13533
13534 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
13535
13536         * gdb.base/commands.exp (stray_arg0_test): New test.
13537
13538 2006-03-30  Paul Brook  <paul@codesourcery.com>
13539
13540         * gdb.mi/mi-until.exp: kfail broken until command.
13541         * gdb.mi/mi2-until.exp: Ditto.
13542
13543 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
13544
13545         * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
13546
13547 2006-03-08  Alexandre Oliva  <aoliva@redhat.com>
13548
13549         * gdb.base/prelink.exp: Anchor tested-for regular expression
13550         on gdb prompt.
13551
13552 2006-03-07  Paul Brook  <paul@codesourcery.com>
13553
13554         * gdb.base/assign.exp: Correct fail message.
13555
13556 2006-03-07  Paul Brook  <paul@codesourcery.com>
13557
13558         * lib/compiler.c: Extract armcc version number.
13559         * lib/compiler.cc: Ditto.
13560
13561 2006-03-07  Paul Brook  <paul@codesourcery.com>
13562
13563         * gdb.arch/altivec-abi.exp: Use nowarnings instead of
13564         additional_flags=-w.
13565         * gdb.arch/altivec-regs.exp: Ditto.
13566         * gdb.arch/e500-abi.exp: Ditto.
13567         * gdb.arch/e500-regs.exp: Ditto.
13568         * gdb.base/all-bin.exp: Ditto.
13569         * gdb.base/annota1.exp: Ditto.
13570         * gdb.base/annota3.exp: Ditto.
13571         * gdb.base/args.exp: Ditto.
13572         * gdb.base/arithmet.exp: Ditto.
13573         * gdb.base/assign.exp: Ditto.
13574         * gdb.base/async.exp: Ditto.
13575         * gdb.base/bang.exp: Ditto.
13576         * gdb.base/break.exp: Ditto.
13577         * gdb.base/call-rt-st.exp: Ditto.
13578         * gdb.base/completion.exp: Ditto.
13579         * gdb.base/cond-expr.exp: Ditto.
13580         * gdb.base/condbreak.exp: Ditto.
13581         * gdb.base/consecutive.exp: Ditto.
13582         * gdb.base/define.exp: Ditto.
13583         * gdb.base/display.exp: Ditto.
13584         * gdb.base/ena-dis-br.exp: Ditto.
13585         * gdb.base/environ.exp: Ditto.
13586         * gdb.base/eval-skip.exp: Ditto.
13587         * gdb.base/info-proc.exp: Ditto.
13588         * gdb.base/jump.exp: Ditto.
13589         * gdb.base/logical.exp: Ditto.
13590         * gdb.base/long_long.exp: Ditto.
13591         * gdb.base/maint.exp: Ditto.
13592         * gdb.base/miscexprs.exp: Ditto.
13593         * gdb.base/pc-fp.exp: Ditto.
13594         * gdb.base/pointers.exp: Ditto.
13595         * gdb.base/relational.exp: Ditto.
13596         * gdb.base/reread.exp: Ditto.
13597         * gdb.base/sect-cmd.exp: Ditto.
13598         * gdb.base/sep.exp: Ditto.
13599         * gdb.base/sepdebug.exp: Ditto.
13600         * gdb.base/until.exp: Ditto.
13601         * gdb.base/whatis-exp.exp: Ditto.
13602         * gdb.cp/annota2.exp: Ditto.
13603         * gdb.cp/annota3.exp: Ditto.
13604         * gdb.trace/actions.exp: Ditto.
13605         * gdb.trace/backtrace.exp: Ditto.
13606         * gdb.trace/circ.exp: Ditto.
13607         * gdb.trace/collection.exp: Ditto.
13608         * gdb.trace/deltrace.exp: Ditto.
13609         * gdb.trace/infotrace.exp: Ditto.
13610         * gdb.trace/limits.exp: Ditto.
13611         * gdb.trace/packetlen.exp: Ditto.
13612         * gdb.trace/passc-dyn.exp: Ditto.
13613         * gdb.trace/passcount.exp: Ditto.
13614         * gdb.trace/report.exp: Ditto.
13615         * gdb.trace/save-trace.exp: Ditto.
13616         * gdb.trace/tfind.exp: Ditto.
13617         * gdb.trace/tracecmd.exp: Ditto.
13618         * gdb.trace/while-dyn.exp: Ditto.
13619         * gdb.trace/while-stepping.exp: Ditto.
13620         * lib/gdb.exp: Ditto.
13621         (gdb_compile): Handle nowarning option.
13622
13623 2006-03-07  Alexandre Oliva  <aoliva@redhat.com>
13624
13625         * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
13626         * gdb.base/prelink.exp: Likewise.  Add -q to prelink runs.
13627         Rename executable to prelinkt.  Don't re-prelink if we didn't
13628         get a core file.  Test prelink -u exit status to tell whether
13629         prelinking failed.  Use gdb_test_multiple.
13630
13631 2006-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
13632
13633         * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
13634         (do_tests): Call it.
13635
13636 2006-02-28  Alexandre Oliva  <aoliva@redhat.com>
13637
13638         * gdb.base/prelink.exp: New test.
13639         * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
13640
13641 2006-02-24  Wu Zhou  <woodzltc@cn.ibm.com>
13642
13643         * gdb.fortran/derived-type.f90: New file.
13644         * gdb.fortran/derived-type.exp: New testcase.
13645
13646 2006-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
13647
13648         * gdb.base/default.exp: Allow ';' as a directory separator.
13649
13650 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
13651
13652         * gdb.base/help.exp (help add-symbol-file): Update.
13653
13654 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
13655
13656         * gdb.base/help.exp (help load): Update expected results.
13657
13658 2006-02-19  Fred Fish  <fnf@specifix.com>
13659
13660         * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
13661         specifix hex value as part of results.
13662         * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
13663
13664 2006-02-16  Fred Fish  <fnf@specifix.com>
13665
13666         * gdb.base/whatis.c: Define variables using typedefs char_addr,
13667         ushort_addr, and slong_addr, so the typedefs are not optimized
13668         away.
13669         * gdb.base/whatis.exp: Add tests using type name for struct type,
13670         union type, enum type, and typedef.
13671
13672 2006-02-13  Mark Kettenis  <kettenis@gnu.org>
13673
13674         * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
13675
13676 2006-02-13  Jim Blandy  <jimb@redhat.com>
13677
13678         * gdb.base/scope.exp (test_at_main): Remove logic to handle the
13679         case where it takes two "next" commands to skip past the init
13680         call.
13681
13682 2006-02-12  Fred Fish  <fnf@specifix.com>
13683
13684         * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
13685         to handle cases where it takes two "next" commands to skip
13686         past the init call.
13687
13688 2006-02-07  Joel Brobecker  <brobecker@adacore.com>
13689
13690         * gdb.ada/array_return.exp: Mark the last test as expected to fail
13691         on hppa32 targets.
13692
13693 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
13694
13695         * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
13696         field.
13697
13698 2006-01-29  Mark Kettenis  <kettenis@gnu.org>
13699
13700         * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
13701
13702 2006-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
13703
13704         * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
13705         files.
13706
13707 2006-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
13708
13709         * gdb.cp/maint.exp: Set complaints to a positive value.
13710
13711 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
13712
13713         * gdb.base/multi-forks.c: Add copyright notice.  Include <stdlib.h>.
13714         * gdb.base/multi-forks.exp: Use a loop.  Allow "fork" as a stopped
13715         function name.
13716
13717 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
13718
13719         * gdb.base/checkpoint.c: Update copyright notice.  Include
13720         <stdlib.h>.
13721
13722 2006-01-04  Jim Blandy  <jimb@redhat.com>
13723
13724         * gdb.asm/asm-source.exp: Independently provide default values for
13725         asm-flags and debug-flags.  Use 'string equal' to do the
13726         comparison, not the implicit expr's '==' operator.  Remove
13727         now-unneeded assignments to asm-flags.  In h8300 case, place
13728         "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
13729
13730 2006-01-04  Michael Snyder  <msnyder@redhat.com>
13731
13732         * gdb.base/checkpoint.c: New file.
13733         * gdb.base/checkpoint.exp: New file.
13734         * gdb.base/multi-fork.c: New file.
13735         * gdb.base/multi-fork.exp: New file.
13736         * gdb.base/pi.txt: New file (data for checkpoint.c test).
13737
13738 2006-01-04  Fred Fish  <fnf@specifix.com>
13739
13740         * gdb.base/ptype.c (foo): Add typedef.
13741         (intfoo): Add function.
13742         * gdb.base/ptype1.c: New file.
13743         * gdb.base/ptype.exp: Handle compilation and linking with two
13744         source files.  Test that proper type for "foo" is found based
13745         on source context rather than first match found in symtabs.
13746
13747 2005-12-28  Mark Kettenis  <kettenis@gnu.org>
13748
13749         * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
13750         * gdb.asm/openbsd.inc: Indent commands.
13751
13752 2005-12-26  Mark Kettenis  <kettenis@gnu.org>
13753
13754         * gdb.base/freebpcmd.exp: Increase timeout.
13755
13756         * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
13757
13758 2005-12-17  Daniel Jacobowitz  <dan@codesourcery.com>
13759
13760         * gdb.base/default.exp: Update check for "show version".
13761
13762 2005-12-09  Randolph Chung  <tausq@debian.org>
13763
13764         * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
13765         * gdb.asm/pa64.inc: New file.
13766
13767 2005-12-09  Randolph Chung  <tausq@debian.org>
13768
13769         * gdb.asm/common.inc: Indent commands.
13770         * gdb.asm/asmsrc1.s: Likewise.
13771         * gdb.asm/asmsrc2.s: Likewise.
13772
13773 2005-12-09  Randolph Chung  <tausq@debian.org>
13774
13775         * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
13776         (get_addr_of_sym): Remove duplicate print.
13777         (gen_core): xfail hppa*-*-hpux*, update expected output.
13778         * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
13779         * gdb.arch/pa64-nullify.s: New file.
13780
13781 2005-12-09  Randolph Chung  <tausq@debian.org>
13782
13783         * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
13784
13785 2005-12-07  Christophe Lyon  <christophe.lyon@st.com>
13786
13787         * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
13788         code generation for these functions.
13789         * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
13790         error message.
13791
13792 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
13793
13794         * gdb.base/help.exp (help b, help br, help bre, help brea)
13795         (help break): Update the expected message.
13796
13797 2005-11-11  Stephane Carrez  <stcarrez@nerim.fr>
13798
13799         * gdb.asm/m68hc11.inc: Setup the data section.
13800         * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
13801         script for this test.
13802         (m6812-*-*): Likewise.
13803
13804 2005-11-09  Randolph Chung <tausq@debian.org>
13805
13806         * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
13807
13808 2005-11-09  Wu Zhou  <woodzltc@cn.ibm.com>
13809
13810         * gdb.base/break.exp: Fix a comment typo.
13811
13812 2005-11-03  Jim Blandy  <jimb@redhat.com>
13813
13814         Checked in by Elena Zannoni  <ezannoni@redhat.com>
13815
13816         * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
13817
13818 2005-11-02  Corinna Vinschen  <vinschen@redhat.com>
13819
13820         * gdb.arch/gdb1558.c: Include stdio.h.
13821
13822 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
13823
13824         * gdb.asm/asm-source.exp: Use -e instead of --entry.
13825
13826 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
13827
13828         * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
13829
13830 2005-10-17  Paul Gilliam  <pgilliam@us.ibm.com>
13831
13832         * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
13833         vscr" tests to better match output.
13834
13835 2005-10-12  Jim Blandy  <jimb@redhat.com>
13836
13837         * gdb.base/structs.exp (any): New function.
13838         (test_struct_returns): Don't make any assumptions at all about
13839         what value the function returns when GDB can't set the return
13840         value.
13841
13842 2005-10-09  Joel Brobecker  <brobecker@adacore.com>
13843
13844         * gdb.ada/arrayidx/p.adb: New file.
13845         * gdb.ada/arrayidx.exp: New testcase
13846
13847 2005-10-09  Joel Brobecker  <brobecker@adacore.com>
13848
13849         * gdb.ada/array_return/pck.ads: New file.
13850         * gdb.ada/array_return/pck.adb: New file.
13851         * gdb.ada/array_return/p.adb: New file.
13852         * gdb.ada/array_return.exp: New testcase.
13853
13854 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
13855
13856         * gdb.base/arrayidx.c: New file.
13857         * gdb.base/arrayidx.exp: New testcase.
13858
13859 2005-09-29  Nick Roberts  <nickrob@snap.net.nz>
13860
13861         * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
13862         frames-invalid and breakpoints-invalid are no longer generated
13863         with level 3 so don't expect them in the output.
13864
13865 2005-09-27  Bob Rossi  <bob@brasko.net>
13866
13867         * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
13868         from test.  Escape the | in mi_gdb_test call.
13869         * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
13870         gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
13871         gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
13872         gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
13873         expected regex's in mi_gdb_test calls.
13874         * lib/mi-support.exp: Remove arbitrary .* from tests.
13875         (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
13876         Fully anchor GDB/MI expected results in mi_gdb_test.
13877         * lib/gdb.exp (string_to_regexp): Escape the ] character.
13878         * gdb.base/sizeof.exp: Remove escape character. Correct test.
13879
13880 2005-09-26  Paul Brook  <paul@codesourcery.com>
13881
13882         * long_long.exp: Exclude eabi targets from arm FPA float format test.
13883
13884 2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
13885
13886         * bfp-test.c: New file.
13887         * bfp-test.exp: New testcase.
13888
13889 2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
13890
13891         * gdb.fortran/subarray.exp: New testcase to test the evaluation
13892         of subarray and substring variable.
13893         * gdb.fortran/subarray.f: New source file for the test of subarray
13894         and substring variable evaluation.
13895         * gdb.fortran/exprs.exp: Add four tests for substring evaluation
13896         of string constant.
13897
13898 2005-09-19  Daniel Jacobowitz  <dan@codesourcery.com>
13899
13900         * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
13901         copyright dates.
13902
13903 2005-09-19  Paul Gilliam  <pgilliam@us.ibm.com>
13904
13905         * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
13906         powerpc altivec' test with an almost identical 'info vector' test.
13907
13908 2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
13909
13910         * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
13911         vscr" tests to match output.
13912
13913 2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
13914
13915         * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
13916         output.
13917
13918 2005-09-11  Bob Rossi  <bob@brasko.net>
13919
13920         * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
13921         * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
13922         commands that return an MI output command and an asyncronous MI output
13923         command.
13924         * gdb.mi/mi-console.exp: Ditto.
13925
13926 2005-09-11  Bob Rossi  <bob@brasko.net>
13927
13928         * gdb.mi/mi-var-child.c: Include <string.h>.
13929
13930 2005-09-10  Daniel Jacobowitz  <dan@codesourcery.com>
13931
13932         * killed.exp: Correct gdb_expect syntax.
13933
13934 2005-08-09  Corinna Vinschen  <vinschen@redhat.com>
13935
13936         * lib/mi-support.exp (mi_gdb_load): Fix typo.
13937
13938 2005-08-02  Bob Rossi  <bob@brasko.net>
13939
13940         * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
13941         (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
13942         Change tests to inferior-tty-set/show.
13943         * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
13944         (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
13945         * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
13946         inferior.  Use mi_gdb_test to get GDB and Inferior output.
13947         * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
13948         descriptor.
13949         (mi_inferior_tty_name): Add inferior PTY file name.
13950         (mi_gdb_start): Add INFERIOR_PTY parameter.
13951         (mi_gdb_test): Add IPATTERN parameter.
13952
13953 2005-08-02   Bob Rossi  <bob@brasko.net>
13954
13955         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
13956         parameter to mi_gdb_test.
13957         * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
13958
13959 2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
13960
13961         * gdb.mi/mi-var-child.c (do_children_tests): Initialize
13962         struct_declarations.
13963         * gdb.mi/mi-var-child.exp: Step over the initialization of
13964         struct_declarations.
13965
13966 2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
13967
13968         * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
13969         * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
13970         * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
13971         * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
13972         * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
13973         file.
13974
13975 2005-07-27  Nick Roberts  <nickrob@snap.net.nz>
13976
13977         * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
13978         (do_children_tests): Assign values to the extra elements.
13979
13980         * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
13981         them for tests for "-var-update --no-values" and
13982         "-var-update --all-values".
13983         Add test for "-var-list-children --simple-values".
13984
13985         * gdb.mi/basics.c (callee4): Add integer array D[3]...
13986
13987         * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
13988         "-stack-list-locals --simple-values"  Improve doc strings and
13989         comments.
13990
13991 2005-07-18  Mark Kettenis  <kettenis@gnu.org>
13992
13993         * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
13994         *-*-openbsd*.
13995         * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
13996
13997         * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
13998         sigaltsatck'.
13999
14000 2005-07-14  Bob Rossi  <bob@brasko.net>
14001
14002         * gdb.base/default.exp (tty): Changed output of command.
14003         * gdb.base/help.exp (help tty): Ditto.
14004
14005 2005-07-12  Mark Kettenis  <kettenis@gnu.org>
14006
14007         * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
14008
14009 2005-07-10  Mark Kettenis  <kettenis@gnu.org>
14010
14011         * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
14012         -stack-select-frame without arguments.
14013         (test_stack_frame_listing): Add test for newly implemented command
14014         -stack-info-frame.
14015
14016 2005-07-06  Bob Rossi  <bob@brasko.net>
14017
14018         * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
14019         command.
14020         (Copyright): Update copyright.
14021
14022 2005-07-06  Wu Zhou  <woodzltc@cn.ibm.com>
14023
14024         * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
14025         tests to evaluate exponentiation expression.
14026
14027 2005-06-29  Andreas Schwab  <schwab@suse.de>
14028
14029         * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
14030         main to avoid warnings.
14031
14032         * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
14033
14034 2005-06-20  Nick Roberts  <nickrob@snap.net.nz>
14035
14036         * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
14037         -stack-select-frame without arguments.
14038         (test_stack_frame_listing): Add test for newly implemented command
14039         -stack-info-frame.
14040
14041 2005-06-17  Wu Zhou  <woodzltc@cn.ibm.com>
14042
14043         * gdb.fortran/array-element.f: New file.
14044         * gdb.fortran/array-element.exp: New testcase.
14045
14046 2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
14047
14048         * gdb.base/bigcore.exp: Correct checks for systems which can
14049         not dump a large core file.
14050
14051 2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
14052
14053         * gdb.base/relocate.c: Add a copyright notice.
14054         (dummy): Remove.
14055         * gdb.base/relocate.exp: Test printing the values of variables
14056         from a relocatable file.
14057
14058 2005-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
14059
14060         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
14061         excess MI output after an error.
14062
14063 2005-05-29  Joel Brobecker  <brobecker@adacore.com>
14064
14065         * gdb.arch/alpha-step.c: New file.
14066         * gdb.arch/alpha-step.exp: New testcase.
14067
14068 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
14069             Dennis Brueni  <dennis@slickedit.com>
14070
14071         * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
14072         gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
14073         gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
14074         gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
14075         gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
14076         gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
14077         * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
14078
14079 2005-05-17  Paul Gilliam  <pgilliam@us.ibm.com>
14080             Wu Zhou  <woodzltc@cn.ibm.com>
14081
14082         * gdb.base/shreloc.exp: Use gdb_compile_shlib.  Add support for
14083         IBM's xlc compiler.
14084         * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
14085         * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
14086
14087 2005-05-13  Jim Blandy  <jimb@redhat.com>
14088
14089         * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
14090         calling gdb_suppress_entire_file.
14091         * gdb.base/charset.exp: Same.
14092         * gdb.base/call-rt-st.exp: Same.
14093
14094 2005-05-05  Bob Rossi  <bob_rossi@cox.net>
14095
14096         * lib/gdb.exp (fullname_syntax): Added global regex.
14097         (fullname_syntax_POSIX): Ditto.
14098         (fullname_syntax_UNC): Ditto.
14099         (fullname_syntax_DOS_CASE): Ditto.
14100         (fullname_syntax_DOS): Ditto.
14101         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
14102         fullname_syntax variable to scope and use it.
14103         (test_file_list_exec_source_files): Ditto.
14104         * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
14105
14106 2005-05-04  Daniel Jacobowitz  <dan@codesourcery.com>
14107
14108         * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
14109
14110 2004-05-02  Paul Gilliam  <pgilliam@us.ibm.com>
14111
14112         * lib/gdb.exp (skip_altivec_tests): New function, based on
14113         check_vmx_hw_available from the GCC testsuite.
14114         * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
14115         * lib/gdb.arch/altivec-regs.exp: Likewise.
14116
14117 2005-05-02  Jim Blandy  <jimb@redhat.com>
14118
14119         * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
14120         calling gdb_suppress_entire_file.
14121
14122 2005-04-30  Randolph Chung  <tausq@debian.org>
14123
14124         * gdb.threads/staticthreads.exp: Override signal to check for hppa.
14125         Slightly relax "sem_post" name checking.
14126
14127 2005-04-29  Paul Gilliam  <pgilliam@us.ibm.com>
14128
14129         * gdb.base/unload.exp: Use new shared library infrastructure.
14130
14131 2005-04-29  Paul Gilliam  <pgilliam@us.ibm.com>
14132
14133         * gdb.base/so-impl-ld.exp: Use new shared library
14134         infrastructure.
14135
14136 2005-04-29  Corinna Vinschen  <vinschen@redhat.com>
14137
14138         * gdb.asm/asm-source.exp: Add h8300 to supported targets.
14139         * gdb.asm/h8300.inc: New file.
14140
14141 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
14142
14143         * gdb.base/shlib-call.exp: Change to use new shared library
14144         infrastructure.
14145
14146 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
14147
14148         * gdb.base/pending.exp: Change to use new shared library
14149         infrastructure.
14150
14151 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
14152
14153         * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
14154         use test_compiler_info instead of gcc_compiled, and update copyright.
14155
14156 2005-04-27  Paul Gilliam  <pgilliam@us.ibm.com>
14157
14158         * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
14159         shared objects being adjusted and update copyright years.
14160
14161 2005-04-27  Daniel Jacobowitz  <dan@codesourcery.com>
14162
14163         * ChangeLog: Correct some 2003-01-13 dates.
14164         * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
14165         gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
14166         gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
14167         gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
14168         gdb.trace/tfind.exp: Update copyright years.
14169
14170 2005-04-14  Paul Gilliam  <pgilliam@us.ibm.com>
14171             Daniel Jacobowitz  <dan@codesourcery.com>
14172
14173         * lib/gdb.exp (gdb_compile): Handle shlib=.
14174         (gdb_compile_shlib): New function.
14175
14176 2005-04-12  Paul Gilliam  <pgilliam@us.ibm.com>
14177
14178         * lib/gdb.exp (test_compiler_info): Give argument a default value.
14179
14180 2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
14181
14182         * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
14183         gdb.server.
14184         * configure.ac: Likewise.
14185         * configure: Regenerated.
14186         * gdb.gdbserver/Makefile.in: Moved to...
14187         * gdb.server/Makefile.in: ... here.
14188         * gdb.gdbserver/server.c: Moved to...
14189         * gdb.server/server.c: ... here.
14190         * gdb.gdbserver/server-run.exp: Moved to...
14191         * gdb.server/server-run.exp: ... here.
14192
14193 2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
14194
14195         * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
14196         * configure.ac: Create gdb.gdbserver/Makefile.
14197         * configure: Regenerated.
14198         * lib/gdbserver-support.exp: New file, derived from
14199         config/gdbserver.exp.
14200         * config/gdbserver.exp: Use gdbserver-support.exp.
14201         * gdb.gdbserver/Makefile.in: New file.
14202         * gdb.gdbserver/server.c: New file.
14203         * gdb.gdbserver/server-run.exp: New file.
14204
14205 2005-04-06  Paul Gilliam  <pgilliam@us.ibm.com>
14206
14207         * lib/gdb.exp (test_compiler_info): Return compiler_info
14208         if no arguments are given.
14209
14210 2005-04-01  Paul Gilliam  <pgilliam@us.ibm.com>
14211
14212         * gdb.arch/altivec-abi.exp: Check for compiler and set
14213         use altivec' flag accordingly.
14214         * gdb.arch/altivec-regs.exp: Likewise.
14215
14216 2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
14217
14218         * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
14219
14220 2005-03-27  Andreas Schwab  <schwab@suse.de>
14221
14222         * gdb.base/bigcore.c (main): Add missing mode argument in open
14223         call.
14224
14225 2005-03-25  Daniel Jacobowitz  <dan@codesourcery.com>
14226
14227         * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
14228         downloads.
14229         * config/gdbserver.exp (gdb_load): Likewise.
14230
14231 2005-03-14  Paul Brook  <paul@codesourcery.com>
14232
14233         * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
14234         targets.
14235
14236 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
14237
14238         * gdb.dwarf2/dup-psym.S: New file.
14239         * gdb.dwarf2/dup-psym.exp: New testcase.
14240
14241 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
14242
14243         * gdb.ada/exec_changed/first.adb: New file.
14244         * gdb.ada/exec_changed/second.adb: New file.
14245         * gdb.ada/exec_changed.exp: New testcase.
14246
14247 2005-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14248
14249         * gdb.cp/userdef.cc (A1::operator+): New unary plus.
14250         (A2): New class.
14251         (main): Test operator+.
14252         * gdb.cp/userdef.exp: Test unary plus.  Use A2::operator+ for
14253         breakpoint test.
14254
14255         * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
14256         * gdb.base/signull.exp: Disable if gdb,nosignals.
14257         * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
14258         * gdb.cp/exception.exp: Disable if skip_cplus_tests.
14259         * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
14260         * gdb.mi/mi2-console.exp: Likewise.
14261         * gdb.trace/collection.exp (run_trace_experiment): Consume the
14262         continue output at start.
14263         (gdb_collect_locals_test): Robustify regexp.
14264         * gdb.trace/passc-dyn.exp: Fix comment typo.
14265         * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
14266
14267 2005-03-08  Corinna Vinschen  <vinschen@redhat.com>
14268
14269         * gdb.asm/asm-source.exp: Add iq2000 case.
14270         * gdb.asm/iq2000.inc: New file.
14271
14272 2005-03-07  Manoj Iyer <manjo@austin.ibm.com>
14273
14274         * gdb.base/command.exp: Change hardcoded value to regular expression.
14275         * gdb.base/float.exp: Add powerpc to the list of targets checked.
14276
14277 2005-03-07  Daniel Jacobowitz  <dan@codesourcery.com>
14278
14279         * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
14280         gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
14281         gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
14282         gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
14283         gdb.asm/x86_64.inc: Use .purgem before redefining macros.
14284
14285 2005-03-05  Mark Kettenis  <kettenis@gnu.org>
14286
14287         * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
14288         changes.
14289
14290 2004-03-03  Paul Gilliam  <pgilliam@us.ibm.com>
14291
14292         * lib/compiler.c: Add test for IBM's xlc compiler.
14293         * lib/compiler.cc: Likewise.
14294
14295 2004-02-24  Joel Brobecker  <brobecker@adacore.com>
14296
14297         * gdb.ada/fixed_points.exp: Create compilation object directory
14298         before running the test.
14299         * gdb.ada/null_record.exp: Likewise.
14300         * gdb.ada/packed_array.exp: Likewise.
14301         * gdb.ada/start.exp: Likewise.
14302
14303 2005-02-15  Joel Brobecker  <brobecker@adacore.com>
14304
14305         * gdb.ada/packed_array/pa.adb: New file.
14306         * gdb.ada/packed_array.exp: New testcase.
14307
14308 2005-02-10  Mark Kettenis  <kettenis@gnu.org>
14309
14310         * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
14311         files.
14312
14313         * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
14314         on *-*-openbsd*.  Correctly match whitespace in regukar
14315         expressions.
14316
14317 2005-02-10  Daniel Jacobowitz  <dan@debian.org>
14318
14319         From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
14320         PR exp/1821
14321         * gdb.base/gdb1821.c: New test file.
14322         * gdb.base/gdb1821.exp: New test file.
14323
14324 2005-02-09  Joel Brobecker  <brobecker@adacore.com>
14325
14326         * gdb.base/start.c: New file.
14327         * gdb.base/start.exp: New testcase.
14328
14329 2005-02-09  Joel Brobecker  <brobecker@adacore.com>
14330
14331         * gdb.ada/start/dummy.adb: New file.
14332         * gdb.ada/start.exp: New testcase.
14333
14334 2005-02-09  Corinna Vinschen  <vinschen@redhat.com>
14335
14336         * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
14337         for printing symbols and statistics.
14338         Add test for using relative pathnames in "maint print msymbols" test.
14339         Mark "maint info sections DATA" XFAIL on Cygwin.
14340         Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
14341         tests.
14342
14343 2005-02-09  Andreas Schwab  <schwab@suse.de>
14344
14345         Committed by Andrew Cagney  <cagney@gnu.org>
14346         * gdb.base/remotetimeout.exp: New file.
14347
14348 2005-02-07  Mark Kettenis  <kettenis@gnu.org>
14349
14350         * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
14351
14352 2005-02-03  Joel Brobecker  <brobecker@adacore.com>
14353
14354         * gdb.ada/gnat_ada.gpr: New file.
14355         * gdb.ada/gnat_ada.gin: Delete, no longer used.
14356         * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
14357         * configure.ac: No longer generate gnat_ada.gpr.
14358         * configure: Regenerate.
14359         * gdb.ada/Makefile.in: Minor adaptations due to new project file.
14360         * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
14361         * gdb.ada/null_record/bar.ads: Likewise.
14362         * gdb.ada/null_record/bar.adb: Likewise.
14363         * gdb.ada/fixed_points/fixed_points.adb: Likewise.
14364         * gdb.ada/null_record.exp (testdir): New variable.
14365         (testfile): executable is now in testdir subdirectory.
14366         (srcfile): Use full path to the main compilation unit.
14367         * gdb.ada/fixed_points.exp: Same changes as above.
14368
14369 2005-02-03  Nick Roberts  <nickrob@snap.net.nz>
14370
14371         * gdb.base/interp.exp: New test.
14372
14373 2005-01-24  Andrew Cagney  <cagney@gnu.org>
14374
14375         * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
14376
14377 2005-01-19  Andrew Cagney  <cagney@gnu.org>
14378
14379         * gdb.stabs/Makefile.in (Makefile): Update dependencies -
14380         configure.ac not configure.in.
14381
14382         * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
14383         of powerpc*-*-*.
14384         * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
14385         * gdb.base/list.exp (test_list_function)
14386         (test_list_filename_and_function): Ditto.
14387         * gdb.base/callfuncs.exp (do_function_calls): Ditto.
14388
14389 2005-01-16  Andrew Cagney  <cagney@gnu.org>
14390
14391         * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
14392
14393         * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
14394
14395 2005-01-14  Andrew Cagney  <cagney@gnu.org>
14396
14397         * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
14398         * gdb.mi/mi2-var-cmd.exp: Ditto.
14399
14400 2005-01-10  Corinna Vinschen  <vinschen@redhat.com>
14401
14402         * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
14403
14404 2005-01-07  Andrew Cagney  <cagney@gnu.org>
14405
14406         * configure.ac: Rename configure.in, require autoconf 2.59.
14407         * configure: Re-generate.
14408         * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
14409         * gdb.stabs/configure: Re-generate.
14410         * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
14411         * gdb.hp/configure: Re-generate.
14412         * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
14413         autoconf 2.59.
14414         * gdb.hp/gdb.objdbg/configure: Re-generate.
14415         * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
14416         autoconf 2.59.
14417         * gdb.hp/gdb.defects/configure: Re-generate.
14418         * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
14419         autoconf 2.59.
14420         * gdb.hp/gdb.compat/configure: Re-generate.
14421         * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
14422         autoconf 2.59.
14423         * gdb.hp/gdb.base-hp/configure: Re-generate.
14424         * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
14425         autoconf 2.59.
14426         * gdb.hp/gdb.aCC/configure: Re-generate.
14427
14428 2004-12-15  Jim Blandy  <jimb@redhat.com>
14429
14430         * gdb.threads/linux-dp.exp: Fix output regexp to handle output
14431         under NPTL when there is debugging info available for libpthread.
14432
14433 2004-12-13  Jerome Guitton  <guitton@gnat.com>
14434
14435         * gdb.ada/fixed_points.c: New file.
14436         * gdb.ada/fixed_points.exp: New file.
14437
14438 2004-12-03  Randolph Chung  <tausq@debian.org>
14439
14440         * gdb.arch/pa-nullify.exp: New file.
14441         * gdb.arch/pa-nullify.s: New file.
14442
14443 2004-11-30  Randolph Chung  <tausq@debian.org>
14444
14445         * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
14446         instead of "tbug".  Fix regexp to work properly with gdb_test.
14447
14448 2004-11-29  Paul Hilfinger  <Hilfinger@gnat.com>
14449
14450         * gdb.base/bitfields2.exp: New test.
14451         * gdb.base/bitfields2.c: New file.
14452
14453 2004-11-28  Richard Earnshaw  <rearnsha@arm.com>
14454
14455         * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
14456
14457 2004-11-16  Randolph Chung  <tausq@debian.org>
14458
14459         * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
14460
14461 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
14462
14463         * gdb.threads/threadapply.exp: Correct "macro details" test.
14464
14465 2004-11-11  Jeff Johnston  <jjohnstn@redhat.com>
14466
14467         * gdb.threads/threadapply.exp: New test.
14468         * gdb.threads/threadapply.c: New file.
14469
14470 2004-11-07  Mark Kettenis  <kettenis@gnu.org>
14471
14472         * gdb.base/savedregs.exp: Correct pattern used for sigtramp
14473         frames.
14474
14475 2004-11-05  Felix Lee  <felix+log1@specifixinc.com>
14476
14477         * gdb.base/cursal.exp: New file.
14478         * gdb.base/cursal.c: New file.
14479
14480 2004-11-03  Andrew Cagney  <cagney@gnu.org>
14481
14482         * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
14483
14484 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
14485
14486         * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
14487         NetBSD/ELF targets.
14488
14489 2004-10-29  Joel Brobecker  <brobecker@gnat.com>
14490
14491         * gdb.threads/bp_in_thread.c: New file, copied from
14492         pthread_cond_wait.c.
14493         * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
14494         file, rather than reusing the .c file from another testcase.
14495
14496 2004-10-20  Joel Brobecker  <brobecker@gnat.com>
14497
14498         * gdb.ada/null_record.exp: Check where we stopped after
14499         sending the start command, instead of where the associated
14500         temporary breakpoint was inserted.
14501
14502 2004-10-14  Andrew Cagney  <cagney@gnu.org>
14503
14504         * gdb.mi/gdb701.c (main): Return 0.
14505
14506 2004-10-13  Daniel Jacobowitz  <dan@debian.org>
14507
14508         * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
14509
14510 2004-10-12  Jeff Johnston  <jjohnstn@redhat.com>
14511
14512         * gdb.threads/schedlock.c: Add comment markers to use to find
14513         line numbers.
14514         * gdb.threads/schedlock.exp: Adjust regex to handle the new
14515         comments.
14516         * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
14517         breakpoint lines.
14518
14519 2004-10-12  Daniel Jacobowitz  <dan@debian.org>
14520
14521         * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
14522
14523 2004-10-12  Daniel Jacobowitz  <dan@debian.org>
14524
14525         * configure.in: Add gdb.dwarf2.
14526         * configure: Regenerated.
14527         * Makefile.in: Add gdb.dwarf2.
14528         * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
14529         gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
14530         gdb.dwarf2/file1.txt: New files.
14531
14532 2004-10-11  Orjan Friberg  <orjanf@axis.com>
14533
14534         * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
14535         of "run", since the latter doesn't work with remote targets.  Adjust
14536         the breakpoint numbering accordingly.
14537         * gdb.threads/pthread_cond_wait.exp: Ditto.
14538
14539 2004-10-08  Michael Chastain  <mec.gnu@mindspring.com>
14540
14541         * gdb.base/overlays.exp: Update copyright years.
14542
14543 2004-10-08  Kei Sakamoto  <sakamoto.kei@renesas.com>
14544
14545         * gdb.base/overlays.exp: Disable if target is Linux.
14546
14547 2004-10-06  Felix Lee  <felix+log1@specifixinc.com>
14548
14549         * config/gdbserver.exp (gdb_load): Use right filename on remote.
14550
14551 2004-10-05  Kei Sakamoto  <sakamoto.kei@renesas.com>
14552
14553         * gdb.asm/asm-source.exp: Add m32r-linux target.
14554         * gdb.asm/m32r-linux.inc: New file.
14555
14556 2004-09-24  Andrew Cagney  <cagney@redhat.com>
14557             David Anderson <anderson@redhat.com>
14558
14559         * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
14560         command fails, assume things will work.
14561         * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
14562         (_GNU_SOURCE): Define.
14563         (print_unsigned, print_hex): Change parameter to "long long".
14564         (print_byte_count): New function, use to print byte counts.
14565         (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
14566         O_LARGEFILE.
14567         (main): Compute an upper bound on a corefile in max_core_size.
14568         Limit memory chunk size to max_core_size.  Limit total memory
14569         allocated to max_core_size.
14570
14571 2004-09-23  Andrew Cagney  <cagney@gnu.org>
14572
14573         * gdb.base/bigcore.exp: Replace the code that creates a corefile
14574         from a separate process with code that creates a corefile by
14575         making the inferior dump core.
14576
14577 2004-09-23  Mark Kettenis  <kettenis@gnu.org>
14578
14579         * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
14580         block.
14581
14582 2004-09-23  Michael Chastain  <mec.gnu@mindspring.com>
14583
14584         * gdb.base/constvars.exp (local_compiler_xfail_check_2):
14585         New proc.  Accept both gcc 3.x.x and gcc 4.x.x.
14586         * gdb.base/volatile.exp (local_compiler_xfail_check_2):
14587         Likewise.
14588
14589 2004-09-20  Jeff Johnston  <jjohnstn@redhat.com>
14590
14591         * gdb.java/jprint.exp: New test case for java inferior call.
14592         * gdb.java/jprint.java: Ditto.
14593
14594 2004-09-15  Joel Brobecker  <brobecker@gnat.com>
14595
14596         * gdb.base/bigcore.exp: Deactivate on IRIX targets.
14597
14598 2004-09-14  Michael Chastain  <mec.gnu@mindspring.com>
14599
14600         * gdb.threads/killed.c: Include <stdlib.h>.
14601         * gdb.threads/pthreads.c: Likewise.
14602
14603 2004-09-14  Michael Chastain  <mec.gnu@mindspring.com>
14604
14605         * gdb.threads/killed.c: Add copyright notice.
14606
14607 2004-09-10  Jason Molenda  (jmolenda@apple.com)
14608
14609         * gdb.base/define.exp: Two new tests to verify zero space chars
14610         after 'if' and 'while' commands in a user-defined command is correctly
14611         parsed.
14612
14613 2004-09-08  Andrew Cagney  <cagney@gnu.org>
14614
14615         * gdb.base/signals.exp (signal_tests_1): Delete.  Merge signal
14616         delivery test with duplicate at end of file.
14617
14618 2004-09-06  Mark Kettenis  <kettenis@jive.nl>
14619
14620         * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
14621
14622 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
14623
14624         * config/hppro.exp: Removed.
14625
14626 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
14627
14628         * config/sparclet.exp: Removed.
14629
14630 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
14631
14632         * config/udi.exp: Removed.
14633
14634 2004-09-02  Michael Chastain  <mec.gnu@mindspring.com>
14635
14636         * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
14637         of "exp_continue".
14638         (advancei): Likewise.
14639
14640 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
14641
14642         * gdb.base/unload.exp: Fix so messages aren't duplicated.
14643
14644 2004-09-01  Manoj Iyer  <manjo@austin.ibm.com>
14645
14646         * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
14647         to check for nodebug in executable.
14648         * gdb.gdb/observer.exp (setup_test): Likewise.
14649         * gdb.gdb/selftest.exp (test_with_self): Likewise.
14650         * gdb.gdb/xfullpath.exp (setup_test): Likewise.
14651
14652 2004-09-01  Andrew Cagney  <cagney@gnu.org>
14653
14654         * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
14655         files.
14656
14657 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
14658
14659         * gdb.base/unload.exp: Fix expected warning message to match
14660         latest format.
14661
14662 2004-09-01  Corinna Vinschen  <vinschen@redhat.com>
14663
14664         * gdb.base/call-rt-st.exp: Fix typos.
14665
14666 2004-08-31  Manoj Iyer  <manjo@austin.ibm.com>
14667
14668         * gdb.threads/thread_check.exp: New testcase.
14669         * gdb.threads/thread_check.c: New testcase.
14670
14671 2004-08-31  Andrew Cagney  <cagney@gnu.org>
14672
14673         * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
14674         (skip_to_handler_entry): New procedures.  Test stepping into a
14675         handler when the breakpoint is at the handler's entry point.
14676
14677 2004-08-30  Andrew Cagney  <cagney@gnu.org>
14678
14679         * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
14680         gdb/1757.
14681
14682 2004-08-27  Michael Chastain  <mec.gnu@mindspring.com>
14683
14684         With code from Manoj Iyer <manjo@austin.ibm.com>:
14685         * lib/gdb.exp (gdb_file_cmd): Return more information in the
14686         return value.  Add an arm for "no debugging symbols found".
14687         Change a stray "error" to "perror".
14688         (gdb_run_cmd): Adapt to new return value.
14689         * gdb.base/remote.exp: Adapt to new return value.
14690         * gdb.gdb/complaints.exp: Likewise.
14691         * gdb.gdb/observer.exp: Likewise.
14692         * gdb.gdb/selftest.exp: Likewise.
14693         * gdb.gdb/xfullpath.exp: Likewise.
14694
14695 2004-08-27  Joel Brobecker  <brobecker@gnat.com>
14696
14697         * gdb.threads/bp_in_thread.exp: New testcase.
14698
14699 2004-08-27  Michael Chastain  <mec.gnu@mindspring.com>
14700
14701         Fix PR testsuite/1735.
14702         * gdb.threads/schedlock.c (thread_function): Add a cast
14703         to suppress a gcc warning.
14704         * gdb.threads/thread-specific.c (thread_function): Likewise.
14705
14706 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
14707
14708         * gdb.base/unload.c: Include <stdlib.h>.
14709
14710 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
14711
14712         From Paul Gilliam <pgilliam@us.ibm.com>:
14713         * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
14714         synchronized after the "return".
14715
14716 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
14717
14718         * gdb.mi/basics.c: Include <stdio.h>.
14719         * gdb.mi/pthreads.c: Include <stdlib.h>.
14720         * gdb.mi/var-cmd.c: Include <stdlib.h>.
14721
14722 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
14723
14724         * gdb.threads/schedlock.c: Add copyright notice.
14725
14726 2004-08-25  Andrew Cagney  <cagney@gnu.org>
14727
14728         * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
14729         (skip_over_handler, breakpoint_over_hander): New test procedures.
14730         (advance, advancei): Add a proper prefix, do not use
14731         rerun_to_main.
14732         * gdb.base/sigstep.c (main): Change to use an infinite loop.
14733
14734 2004-08-24  Michael Chastain  <mec.gnu@mindspring.com>
14735
14736         * gdb.mi/basics.c: Add copyright notice.
14737         * gdb.mi/var-cmd.c: Add copyright notice.
14738
14739 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
14740
14741         * lib/gdb.exp: Remove signed_keyword_not_used.
14742         * lib/compiler.c: Likewise.
14743         * lib/compiler.cc: Likewise.
14744
14745 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
14746
14747         * gdb.base/whatis.c: Remove conditional disabling of "signed".
14748         * gdb.base/whatis.exp: Remove signed_keyword_not_used.
14749
14750 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
14751
14752         * gdb.base/whatis.c: Add copyright notice.
14753
14754 2004-08-20  Mark Kettenis  <kettenis@gnu.org>
14755
14756         * gdb.arch/i386-prologue.exp (skip_breakpoint): New function.  Use
14757         it to skip the breakpoints encoded in the inline assembly.
14758
14759 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
14760
14761         * Makefile.in: Add gdb.fortran.
14762
14763 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
14764
14765         * gdb.base/call-sc.exp (test_scalar_returns):
14766         Fix cut-and-paste glitch in "Make fun return now".
14767
14768 2004-08-17  Michael Chastain  <mec.gnu@mindspring.com>
14769
14770         * configure.in: Add gdb.fortran.
14771         * configure: Regenerate.
14772         * gdb.fortran/Makefile.in: New file.
14773         * lib/gdb.exp (skip_fortran_tests): New procedure.
14774
14775 2004-08-17  Michael Chastain  <mec.gnu@mindspring.com>
14776
14777         * gdb.mi/mi-var-block.exp: Use gdb_get_line_number.  Remove
14778         reference to bug-gnu@prep.ai.mit.edu.
14779         * gdb.mi/mi-var-child.exp: Likewise.
14780         * gdb.mi/mi-var-cmd.exp: Likewise.
14781         * gdb.mi/mi-var-display.exp: Likewise.
14782         * gdb.mi/mi2-var-block.exp: Likewise.
14783         * gdb.mi/mi2-var-child.exp: Likewise.
14784         * gdb.mi/mi2-var-cmd.exp: Likewise.
14785         * gdb.mi/mi2-var-display.exp: Likewise.
14786
14787 2004-08-15  Mark Kettenis  <kettenis@gnu.org>
14788
14789         * gdb.base/unload.c (main): Make local variable msg const.
14790
14791 2004-08-15  Michael Chastain  <mec.gnu@mindspring.com>
14792
14793         * gdb.mi/mi-cli.exp: Use gdb_get_line_number.  Remove reference
14794         to bug-gnu@prep.ai.mit.edu.
14795         * gdb.mi/mi-disassemble.exp: Likewise.
14796         * gdb.mi/mi-eval.exp: Likewise.
14797         * gdb.mi/mi-file.exp: Likewise.  Also, add comment about the
14798         default line number.
14799         * gdb.mi/mi-return.exp: Likewise.
14800         * gdb.mi/mi-simplerun.exp: Likewise.
14801         * gdb.mi/mi-stack.exp: Likewise.
14802         * gdb.mi/mi-stepi.exp: Likewise.  Also, replace wildcarded line
14803         number with explicit range test.
14804         * gdb.mi/mi-watch.exp: Likewise.
14805         * gdb.mi/mi2-break.exp: Likewise.
14806         * gdb.mi/mi2-cli.exp: Likewise.
14807         * gdb.mi/mi2-disassemble.exp: Likewise.
14808         * gdb.mi/mi2-eval.exp: Likewise.
14809         * gdb.mi/mi2-file.exp: Likewise.  Also, add comment about the
14810         default line number.
14811         * gdb.mi/mi2-return.exp: Likewise.
14812         * gdb.mi/mi2-simplerun.exp: Likewise.
14813         * gdb.mi/mi2-stack.exp: Likewise.
14814         * gdb.mi/mi2-stepi.exp: Likewise.  Also, replace wildcarded line
14815         number with explicit range test.
14816         * gdb.mi/mi2-watch.exp: Likewise.
14817
14818 2004-08-15  Michael Chastain  <mec.gnu@mindspring.com>
14819
14820         * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
14821         * gdb.cp/m-static.exp: Likewise.
14822         * gdb.cp/rtti.exp: Likewise.
14823
14824 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
14825
14826         * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
14827
14828 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
14829
14830         * ChangeLog: Prefix Local Variables with semi-colons and indent
14831         the reference to older ChangeLog files, to fix fontification in
14832         Emacs.
14833
14834 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
14835
14836         * gdb.mi/mi-break.exp: Use gdb_get_line_number.
14837         * gdb.mi/mi2-break.exp: Likewise.
14838
14839 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
14840
14841         * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
14842
14843 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
14844
14845         * gdb.cp/inherit.exp: Use cp_test_ptype_class.
14846
14847 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
14848
14849         * gdb.cp/classes.exp: Remove unused declarations.  Just let
14850         test names default instead of providing special names.  Remove
14851         extraneous demangler test.
14852
14853 2004-08-12  Jeff Johnston  <jjohnstn@redhat.com>
14854
14855         * gdb.base/unload.exp: New test for breakpoints in dynamically
14856         loaded libraries.
14857         * gdb.base/unload.c: Ditto.
14858         * gdb.base/unloadshr.c: Ditto.
14859
14860 2004-08-12  Michael Chastain  <mec.gnu@mindspring.com>
14861
14862         * gdb.cp/classes.exp (test_ptype_class_objects): Call
14863         cp_test_ptype_class.
14864         (test_enums): Likewise.
14865
14866 2004-08-10  Andrew Cagney  <cagney@gnu.org>
14867
14868         * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
14869         files.
14870
14871 2004-08-10  Andrew Cagney  <cagney@gnu.org>
14872
14873         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
14874         init_malloc call.
14875
14876 2004-08-10  Michael Chastain  <mec.gnu@mindspring.com>
14877
14878         * ChangeLog: Add copyright notice.  The notice is copied
14879         from emacs 21.3 top level ChangeLog.
14880
14881 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
14882
14883         * lib/cp-support.exp: New file.
14884         * lib/cp-support.exp (cp_test_type_class): New function.
14885         * gdb.cp/derivation.exp: Use cp_test_ptype_class.
14886         * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
14887         * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
14888         cp_test_ptype_class.
14889
14890 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
14891
14892         * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
14893         gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
14894         gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
14895         gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
14896         gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
14897         gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
14898         gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
14899         gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
14900         gdb.mi/mi2-watch.exp: Update copyright years.
14901
14902 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
14903
14904         * gdb.base/sigaltstack.exp: Provide proper anchoring.
14905
14906 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
14907
14908         * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
14909         gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
14910         gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
14911         gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
14912         gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
14913         gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
14914         gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
14915         gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
14916         gdb.mi/mi-watch.exp: Update copyright years.
14917
14918 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
14919
14920         PR gdb/1738
14921         * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
14922         from a breakpoint with a pending signal.
14923
14924 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
14925
14926         PR gdb/1736
14927         * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
14928         * gdb.base/sigaltstack.exp (finish_test): Consume output until
14929         the prompt.
14930         * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
14931
14932 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
14933
14934         * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
14935
14936 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
14937
14938         PR gdb/1736
14939         * gdb.base/sigaltstack.exp (finish_test): New procedure.  KFAIL
14940         for i?86-*-linux*.
14941
14942 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
14943
14944         * gdb.arch/i386-prologue.exp: Compile without debug information.
14945
14946 2004-08-08  Michael Chastain  <mec.gnu@mindspring.com>
14947
14948         * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
14949         rather than asking gdb to search.
14950
14951 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
14952
14953         * gdb.base/gcore.c: Include <string.h>.
14954
14955 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
14956
14957         * gdb.base/gcore.c: Add copyright notice.
14958
14959 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
14960
14961         * gdb.base/freebpcmd.c: Include <stdio.h>.
14962         * gdb.base/long_long.c: Include <string.h>.
14963         * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
14964         * gdb.base/siginfo.c: Include <string.h>.
14965         * gdb.base/sigstep.c: Include <string.h>.
14966
14967 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
14968
14969         * gdb.base/complex.c: Include <stdlib.h>.
14970
14971 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
14972
14973         * gdb.base/complex.c: Add copyright notice.
14974
14975 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
14976
14977         * gdb.base/charset.c: Include <stdlib.h>.
14978
14979 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
14980
14981         * gdb.base/auxv.c: Include <stdlib.h>.
14982
14983 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
14984
14985         * gdb.base/auxv.c: Add copyright notice.
14986
14987 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
14988
14989         * gdb.base/coremaker.c: Add copyright notice.
14990         * gdb.base/coremaker2.c: Add copyright notice.
14991
14992 2004-08-04  Andrew Cagney  <cagney@gnu.org>
14993
14994         * gdb.base/store.exp: Update copyright.
14995         (check_set, up_set, check_struct, up_struct): Add a prefix to test
14996         names, do not import gdb_prompt.
14997
14998 2004-08-01  Andrew Cagney  <cagney@gnu.org>
14999
15000         Fix PR testsuite/1729.
15001         * gdb.base/dump.exp: Add test name to callers of capture_value, do
15002         not use capture_value with value 4.
15003         (capture_value): Add optional test name parameter.
15004         (test_reload_saved_value, test_restore_saved_value): Use $msg as
15005         the prefix, pass to capture_value.
15006
15007 2004-08-01  Mark Kettenis  <kettenis@gnu.org>
15008
15009         * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
15010         * gdb.arch/i386-prologue.c (standard): New prototype and function.
15011         (main): Call new function.
15012
15013 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
15014
15015         * gdb.cp/namespace.exp: Accept more varieties of ptype output.
15016
15017 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
15018
15019         * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
15020
15021 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
15022
15023         * gdb.cp/inherit.exp: Accept more varieties of ptype output.
15024         Accept more values of vtbl pointer.  Remove some messages
15025         about "obsolete gcc or gdb".
15026
15027 2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>
15028
15029         * gdb.cp/classes.exp: Accept more varieties of ptype output.
15030
15031 2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>
15032
15033         * gdb.base/asm-source.exp: Properly convert target board
15034         debug flags from gcc format to binutils format.
15035
15036 2004-07-28  Mark Kettenis  <kettenis@gnu.org>
15037
15038         * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
15039         gdb1718".  PR backtrace/1718 partially fixed.
15040
15041 2004-07-27  Jeff Johnston  <jjohnstn@redhat.com>
15042
15043         * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
15044
15045 2004-07-26  Nick Clifton  <nickc@redhat.com>
15046
15047         * gdb.asm/asm-source.exp (debug-flags): New variable.  If a known
15048         good default value for a specific architecture is available then
15049         set it to that value.  Otherwise default to the -gstabs switch.
15050         Remove the -g... switches from the asm-flags variable.  Allow the
15051         target board info to override the value if it wants to.  Pass the
15052         switch on the assembler command line.
15053
15054 2004-07-23  Mark Kettenis  <kettenis@gnu.org>
15055
15056         * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
15057         * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
15058         (main): Call new function.
15059
15060 2004-07-22  Michael Chastain  <mec.gnu@mindspring.com>
15061
15062         Test for PR exp/1715.
15063         * gdb.base/radix.exp: Refactor common procedures.  Make all
15064         test names unique.  Change XFAIL to KFAIL.
15065
15066 2004-07-20  Michael Chastain  <mec.gnu@mindspring.com>
15067
15068         * gdb.ada/gnat_ada.gpr.in: Rename from here ...
15069         * gdb.ada/gnat_ada.gin: ... to here.
15070         * configure.in: Use gnat_ada.gin.
15071         * configure: Regenerate.
15072
15073 2004-07-20  Andrew Cagney  <cagney@gnu.org>
15074
15075         * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
15076         gdb_test and gdb_test_multiple.  Delete bash_bug.  Delete suspect
15077         XFAILs.  Clean up test messages and comments.  Check backtraces.
15078         Delete re-sync code.
15079
15080 2004-07-19  Michael Chastain  <mec.gnu@mindspring.com>
15081
15082         Fix PR cli/740.
15083         * gdb.base/annota1.exp: Honor gdb,nosignals.
15084         * gdb.base/annota3.exp: Likewise.
15085
15086 2004-07-19  Michael Chastain  <mec.gnu@mindspring.com>
15087
15088         * lib/java.exp: Update copyright notice.
15089
15090 2004-07-19  Andrew Cagney  <cagney@gnu.org>
15091
15092         * gdb.base/selftest.exp: Copy file from here ...
15093         * gdb.gdb/selftest.exp: ... to here.
15094
15095 2004-07-16  Andrew Cagney  <cagney@redhat.com>
15096
15097         * lib/insight-support.exp: Delete file.
15098         * lib/java.exp (java_init): Fix copyright.
15099
15100 2004-07-16  Andrew Cagney  <cagney@gnu.org>
15101
15102         * gdb.base/restore.c: Append "prologue" to comments marking the a
15103         function's prologue.
15104         * gdb.base/restore.exp: Update copyright, re-indent.
15105         (restore_tests): Use gdb_test_multiple.  Add "calleeN calls
15106         callerN" prefix where needed.  Update patterns that match a
15107         function's prologue.
15108
15109 2004-07-16  Michael Chastain  <mec.gnu@mindspring.com>
15110
15111         * gdb.base/restore.c: Add copyright notice.
15112
15113 2004-07-16  Andrew Cagney  <cagney@gnu.org>
15114
15115         * gdb.base/logical.exp: Update copyright.
15116         (evaluate): New procedure.  Use to re-implement tests using
15117         several tables.
15118
15119 2004-07-14  Martin Hunt  <hunt@redhat.com>
15120
15121         * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
15122         which fixes some problems where init.tcl was not found.
15123
15124 2004-07-13  Andrew Cagney  <cagney@gnu.org>
15125
15126         * gdb.base/sizeof.exp: Skip test when no inferior I/O.
15127         (check_sizeof, check_valueof): Do not include the output in the
15128         test name.  Use gdb_test.
15129         (get_valueof): Use gdb_test_multiple.
15130
15131         * gdb.base/step-test.exp: Update copyright.  Use
15132         gdb_test_multiple.  Ensure that test names do not include
15133         architecture dependent output.
15134
15135         * gdb.gdb/observer.exp: Update copyright.
15136         (setup_test): Use gdb_test_multiple.
15137         (attach_first_observer, attach_second_observer)
15138         (attach_third_observer, detach_first_observer)
15139         (detach_second_observer, detach_third_observer)
15140         (reset_counters, check_counters): Make $message a prefix.
15141         (test_normal_stop_notifications): Add "args" parameter - a list of
15142         init functions to be called.  Make $message a prefix,
15143         (test_observer_normal_stop): Change the message prefixes so that
15144         they are unique, pass the attach / detach procedures to
15145         test_normal_stop_notifications.
15146
15147         * gdb.base/signull.exp (test_segv): Prefix all tests with
15148         "${name}".  Clean up test messages.
15149
15150         * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
15151
15152         * gdb.base/ena-dis-br.exp: Update copyright.
15153         (break_at): New function.  Replace send_gdb with gdb_test,
15154         break_at, and gdb_test_multiple.  Replace XFAIL of "continue with
15155         ignore count, not stopped at bpt", with KFAIL.
15156
15157 2004-07-13  Corinna Vinschen  <vinschen@redhat.com>
15158
15159         * gdb.base/attach.exp: Remove cleanupfile handling.
15160
15161 2004-07-12  Andrew Cagney  <cagney@gnu.org>
15162
15163         * gdb.base/annota1.exp: Cleanup corefile test name.
15164         * gdb.base/annota3.exp: Ditto.
15165
15166 2004-07-12  Andrew Cagney  <cagney@gnu.org>
15167
15168         * gdb.base/signals.exp: Clean up copyright, re-indent.
15169
15170         * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
15171         gdb_test and gdb_test_multiple.
15172
15173 2004-07-08  Jeff Johnston  <jjohnstn@redhat.com>
15174
15175         * gdb.java/jmain.exp: Fix expected line number for main to
15176         break at.  Set XFAIL for break at main test since gcj does not
15177         provide line number info for first statement in main.
15178
15179 2004-07-08  Andrew Cagney  <cagney@gnu.org>
15180
15181         * gdb.base/attach.exp: Cleanup copyright.  Re-indent.
15182
15183         * gdb.base/sigbpt.exp: Make the common part of each test name a
15184         prefix instead of suffix.
15185
15186 2004-07-07  Bob Rossi  <bob_rossi@cox.net>
15187
15188         * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
15189         test from test_tbreak_creation_and_listing to
15190         test_file_list_exec_source_file
15191         * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
15192         Changed name of test from test_tbreak_creation_and_listing to
15193         test_file_list_exec_source_file
15194
15195 2004-07-07  Jeff Johnston  <jjohnstn@redhat.com>
15196
15197         * gdb.java/jmisc.exp: Fix expected output of ptype to look for
15198         the jmisc() constructor instead of <init>.
15199         * gdb.java/jmisc1.exp: Ditto.
15200
15201 2004-07-07  Andrew Cagney  <cagney@gnu.org>
15202
15203         * gdb.base/sigbpt.exp (stepi_out): Check for a single step
15204         corrupting the PC.
15205
15206 2004-07-06  Michael Chastain  <mec.gnu@mindspring.com>
15207
15208         * gdb.cp/templates.exp: Accept whitespace change in demangler
15209         output.
15210
15211 2004-07-06  Andrew Cagney  <cagney@gnu.org>
15212
15213         * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
15214
15215 2004-07-02  Michael Chastain  <mec.gnu@mindspring.com>
15216
15217         * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
15218         * lib/compiler.cc: Likewise.
15219
15220 2004-06-30  Michael Chastain   <mec.gnu@mindspring.com>
15221
15222         * lib/compiler.cc: Work around string preprocessing problem
15223         with old hp c++ compiler.
15224         * lib/compiler.c: Likewise.
15225
15226 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
15227
15228         * gdb.arch/i386-prologue.c: Add copyright header.  Use preprocessor
15229         directives to conditionalize symbol prefixing.
15230         * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
15231         additional_flags handling.  Add underscore prefix for Cygwin.
15232         * gdb.arch/i386-unwind.c: Use preprocessor directives to
15233         conditionalize symbol prefixing.
15234         * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
15235         additional_flags handling.  Add underscore prefix for Cygwin.
15236
15237 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
15238
15239         * gdb.base/bigcore.exp: Skip test on Cygwin.
15240
15241 2004-06-28  Michael Chastain  <mec.gnu@mindspring.com>
15242
15243         * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
15244         formats for "info register".  Use gdb_test_multiple.  Fix
15245         the "invalid register" test.
15246
15247 2004-06-28  Corinna Vinschen  <vinschen@redhat.com>
15248
15249         * gdb.base/attach.exp: Fix copyright date.  Set testpid to Windows
15250         PID for Cygwin.  Add Cygwin specific strings to check for in some
15251         tests.
15252         (do_attach_tests): Add a test for user interaction when attaching
15253         to a process with no matching symbol table already loaded.
15254
15255 2004-06-26  Andrew Cagney  <cagney@gnu.org>
15256
15257         Test PR java/1567 and PR java/1565.
15258         * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
15259         * gdb.java/jmisc2.exp: Delete file.
15260
15261 2004-06-26  Michael Chastain  <mec.gnu@mindspring.com>
15262
15263         * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
15264
15265 2004-06-25  Corinna Vinschen  <vinschen@redhat.com>
15266
15267         * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
15268         attach process.
15269
15270 2004-06-23  Michael Chastain  <mec.gnu@mindspring.com>
15271
15272         * gdb.cp/pr-1553.exp: Remove.
15273
15274 2004-06-22  Michael Chastain  <mec.gnu@mindspring.com>
15275
15276         * gdb.cp/pr-1553.cc: Remove.
15277         * gdb.cp/pr-1553.exp: Disable this test.
15278
15279 2004-06-20  Jim Blandy  <jimb@redhat.com>
15280
15281         Fix PR testsuite/1680.
15282         * gdb.arch/i386-sse.exp: Properly quote curly braces in
15283         regular expressions.
15284
15285 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
15286
15287         Fix PR testsuite/1679.
15288         * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
15289         Issue an UNSUPPORTED result instead.
15290
15291 2004-06-18  Jim Blandy  <jimb@redhat.com>
15292
15293         * gdb.base/charset.exp: Only send a control-C if we see a new
15294         prompt and incomplete command.
15295
15296 2004-06-18  Michael Chastain  <mec.gnu@mindspring.com>
15297
15298         * gdb.cp/pr-574.cc: Add copyright notice.
15299
15300 2004-06-17  Jim Blandy  <jimb@redhat.com>
15301
15302         * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
15303         cases where the regexp has no groups; this grabs random text from
15304         the previous test suite, whatever that was.
15305
15306 2004-06-17  Michael Chastain  <mec.gnu@mindspring.com>
15307
15308         * gdb.cp/printmethod.cc: Add copyright notice.
15309
15310 2004-06-16  Michael Chastain  <mec.gnu@mindspring.com>
15311
15312         * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
15313
15314 2004-06-16  Andrew Cagney  <cagney@gnu.org>
15315
15316         * gdb.base/signull.c: Update copyright.  Include <string.h>.
15317         (bowler): Replace data_pointer with data_read
15318         and data_write cases.  Add code_descriptor case.
15319         (zero, desc): New array and pointer.
15320         (data, code): Change to simple pointers.
15321         * gdb.base/signull.exp: Fix probe pattern matching a function
15322         descriptor SIGSEGV.  Replace data_pointer with data_read and
15323         data_write tests.
15324
15325 2004-06-16  Andrew Cagney  <cagney@gnu.org>
15326
15327         * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
15328
15329 2004-06-15  Michael Chastain  <mec.gnu@mindspring.com>
15330
15331         * gdb.base/long_long.c: Add copyright notice.
15332
15333 2004-06-15  Michael Chastain  <mec.gnu@mindspring.com>
15334
15335         * gdb.base/long_long.exp: Remove reference to
15336         bug-gdb@prep.ai.mit.edu.  Change line-number-specific breakpoint
15337         to gdb_breakpoint and gdb_continue_to_breakpoint.
15338
15339 2004-06-14  Jim Blandy  <jimb@redhat.com>
15340
15341         * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
15342         endian case.
15343
15344 2004-06-14  Andrew Cagney  <cagney@gnu.org>
15345
15346         * gdb.base/gcore.exp (capture_command_output): Delete the always
15347         passing tests containing inferior values.
15348         * gdb.base/ending-run.exp: Do not include the breakpoint address
15349         in the test message.  Update copyright.
15350         * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
15351         size in the test name, use gdb_test_multiple.  Update copyright.
15352
15353 2004-06-14  Michael Chastain  <mec.gnu@mindspring.com>
15354
15355         * gdb.cp/ref-types.cc: Add copyright notice.
15356
15357 2004-06-14  Michael Chastain  <mec.gnu@mindspring.com>
15358
15359         * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
15360         hp_aCC_compiler.
15361         * lib/compiler.cc: Likewise.
15362         * lib/gdb.exp (get_compiler_info): Eval lines only if they are
15363         'set' commands.  Log diagnostics for other lines.  Set
15364         gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
15365
15366 2004-06-13  Michael Chastain  <mec.gnu@mindspring.com>
15367
15368         * gdb.cp/try_catch.cc: Add copyright notice.
15369
15370 2004-06-12  Michael Chastain  <mec.gnu@mindspring.com>
15371
15372         * gdb.cp/userdef.cc: Add copyright notice.
15373
15374 2004-06-11  Michael Chastain  <mec.gnu@mindspring.com>
15375
15376         * gdb.cp/virtfunc.cc: Add copyright notice.
15377
15378 2004-06-11  Randolph Chung  <tausq@debian.org>
15379
15380         * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
15381         problem.
15382
15383 2004-06-10  Andrew Cagney  <cagney@gnu.org>
15384
15385         * lib/compiler.cc, lib/compiler.c: Append either
15386         __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
15387         * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
15388         instead of gcc-3-3.
15389
15390 2004-06-09  Andrew Cagney  <cagney@gnu.org>
15391
15392         * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
15393         gdb/1455, bug is specific to "long long" and "double".
15394
15395         * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
15396         (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
15397         x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*.  PR tdep/1447
15398         fixed.
15399
15400 2004-06-09  Andrew Cagney  <cagney@gnu.org>
15401
15402         * gdb.base/structs.exp (test_struct_returns): Replace
15403         "return_value_unknown" and "finish_value_unknown" by
15404         "return_value_known" and "finish_value_known".  Instead of
15405         "return_value_unknown" iff "finish_value_unknown", check
15406         "return_value_known" implies "finish_value_known".
15407
15408 2004-06-08  Martin Hunt  <hunt@redhat.com>
15409
15410         * gdb.base/float.exp: Add pattern for mips targets.
15411
15412 2004-06-08  Randolph Chung  <tausq@debian.org>
15413
15414         * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
15415         message for unknown architectures more clear.
15416
15417 2004-06-08  Joel Brobecker  <brobecker@gnat.com>
15418
15419         * gdb.ada/null_record.exp: Use "start" instead of "begin" to
15420         start the execution of the program.
15421
15422 2004-06-07  Jim Blandy  <jimb@redhat.com>
15423
15424         * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
15425         * gdb.arch/i386-cpuid.h: New helper file.
15426
15427 2004-06-07  Randolph Chung  <tausq@debian.org>
15428
15429         * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
15430         has started.
15431
15432 2004-06-04  Roland McGrath  <roland@redhat.com>
15433
15434         Fix PR gdb/1647.
15435         * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
15436         differently to be robust to output buffering differences.
15437
15438 2004-06-04  Michael Chastain  <mec.gnu@mindspring.com>
15439
15440         * gdb.threads/pthreads.exp: Update copyright years.
15441         (check_control_c): Change asynchronous 'after' to synchronous.
15442
15443 2004-06-04  Roland McGrath  <roland@redhat.com>
15444
15445         * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
15446         next gdb prompt.
15447
15448 2004-06-02  Michael Chastain  <mec.gnu@mindspring.com>
15449
15450         Fix PR gdb/1636.
15451         * gdb.threads/manythreads.exp: Change asynchronous 'after'
15452         calls to synchronous.
15453
15454 2004-05-26  Jim Blandy  <jimb@redhat.com>
15455
15456         * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
15457
15458 2004-05-24  Randolph Chung  <tausq@debian.org>
15459
15460         * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
15461         * gdb.asm/pa.inc: New file.
15462
15463 2004-05-22  Mark Kettenis  <kettenis@gnu.org>
15464
15465         * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
15466
15467 2004-05-21  Joel Brobecker  <brobecker@gnat.com>
15468             Daniel Jacobowitz  <drow@mvista.com>
15469
15470         * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
15471         GDB prompt.
15472
15473 2004-05-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15474
15475         * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
15476         setjmp/longjmp.  Use sigaction instead of signal.
15477
15478 2004-05-19  J. Brobecker  <brobecker@gnat.com>
15479             Michael Snyder  <msnyder@redhat.com>
15480
15481         * gdb.threads/pthread_cond_wait.c: New file.
15482         * gdb.threads/pthread_cond_wait.exp: New testcase.
15483
15484 2004-05-13  Andrew Cagney  <cagney@redhat.com>
15485
15486         * gdb.base/signull.exp, gdb.base/signull.c: New files.
15487         * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
15488
15489 2004-05-11  Andrew Cagney  <cagney@redhat.com>
15490
15491         * gdb.base/sigstep.exp (advancei): Update KFAILs.  gdb/1613 is
15492         fixed but revealed gdb/1639.
15493
15494 2004-05-10  Andrew Cagney  <cagney@redhat.com>
15495
15496         * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
15497         func1" and "next to 2nd alarm", kernel bug avoided.
15498
15499 2004-05-10  Daniel Jacobowitz  <dan@debian.org>
15500
15501         PR external/1568
15502         * gdb.base/bigcore.exp: Check the size of the dumped core file.
15503         XFAIL if it is smaller than bytes_allocated.
15504         * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
15505         (main): Make chunks_allocated unsigned.  Correct comment.
15506
15507 2004-05-07  Joel Brobecker  <brobecker@gnat.com>
15508
15509         * gdb.arch/powerpc-aix-prologue.c: New file.
15510         * gdb.arch/powerpc-aix-prologue.exp: New file.
15511
15512 2004-05-07  Jim Blandy  <jimb@redhat.com>
15513
15514         * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
15515         gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
15516
15517 2004-05-06  Joel Brobecker  <brobecker@gnat.com>
15518
15519         * gdb.base/sep.exp: No longer setup_kfail when the program was
15520         built with dwarf2.
15521
15522 2004-05-05  Jim Ingham  <jingham@apple.com>
15523
15524         * gdb.base/pending.exp: Make sure pending breakpoints
15525         preserve the ignore count.
15526
15527 2004-04-27  Jerome Guitton  <guitton@gnat.com>
15528
15529         * i386-prologue.exp: Add testcase for jump instruction as first
15530         instruction of the real code.
15531         * i386-prologue.c (jump_at_beginning): New function.
15532
15533 2004-04-28  Mark Kettenis  <kettenis@gnu.org>
15534
15535         * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
15536         x86_64-*-*.
15537
15538 2004-04-28  Mark Kettenis  <kettenis@gnu.org>
15539
15540         * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
15541         i*86-*-*.
15542
15543 2004-04-25  Mark Kettenis  <kettenis@gnu.org>
15544
15545         * gdb.base/call-sc.exp (start_scalars_test): Fix regular
15546         expression that checks the return type.
15547
15548 2004-04-23  Andrew Cagney  <cagney@redhat.com>
15549
15550         * gdb.base/call-sc.exp: New test of scalar call/return values.
15551         * gdb.base/call-sc.c: Ditto.
15552
15553 2004-04-23  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15554
15555         * gdb.threads/manythreads.c: Reduce thread stack size.
15556
15557 2004-04-23  Jeff Johnston  <jjohnstn@redhat.com>
15558
15559         * gdb.threads/manythreads.c: Add copyright notice.
15560
15561 2004-04-23  Andrew Cagney  <cagney@redhat.com>
15562
15563         * gdb.base/siginfo.exp: Better handle step out of signal.
15564         * gdb.base/sigstep.exp: Ditto.
15565
15566 2004-04-22  Jeff Johnston  <jjohnstn@redhat.com>
15567             Daniel Jacobowitz  <drow@mvista.com>
15568
15569         * gdb.threads/manythreads.c: New testcase.
15570         * gdb.threads/manythreads.exp: Ditto.
15571
15572 2004-04-22  Jim Blandy  <jimb@redhat.com>
15573
15574         * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
15575         gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
15576
15577 2004-04-21  Michael Chastain  <mec.gnu@mindspring.com>
15578
15579         * gdb.stabs/weird.exp: Accept full pathname for $binfile.
15580
15581 2004-04-21  Andrew Cagney  <cagney@redhat.com>
15582
15583         * gdb.base/sigstep.c: New file.
15584         * gdb.base/sigstep.exp: New file.
15585
15586 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
15587
15588         * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
15589         call to observer_notify_normal_stop.
15590
15591 2004-04-15  Andrew Cagney  <cagney@redhat.com>
15592
15593         * gdb.base/siginfo.c: New file.
15594         * gdb.base/siginfo.exp: New file.
15595
15596 2004-04-12  J. Brobecker  <brobecker@gnat.com>
15597
15598         * gdb.base/sep.exp: Fix typo in comment.
15599
15600 2004-04-12  J. Brobecker  <brobecker@gnat.com>
15601
15602         * gdb.base/sep.c: New file.
15603         * gdb.base/sep-proc.c: New file.
15604         * gdb.base/sep.exp: New testcase.
15605
15606 2004-04-09  Mark Kettenis  <kettenis@gnu.org>
15607
15608         * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
15609         support.
15610
15611 2004-04-05  Andrew Cagney  <cagney@redhat.com>
15612
15613         * gdb.base/sigaltstack.c: New file.
15614         * gdb.base/sigaltstack.exp: New file.
15615
15616 2004-04-04  Joel Brobecker  <brobecker@gnat.com>
15617
15618         * gdb.base/foll-fork.exp: Update the expected output for
15619         "help set follow-fork-mode", to match a change that was made
15620         to the help of this variable on 2004-01-13.
15621
15622 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
15623
15624         * lib/ada.exp: Add copyright notice.
15625         * bar.ads: Likewise.
15626         * bar.adb: Likewise.
15627         * null_record.adb: Likewise.
15628         * null_record.exp: Likewise.
15629         * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
15630
15631 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
15632
15633         * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
15634         * configure: Regenerate.
15635
15636 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
15637
15638         * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
15639         to build the application. Remove the message printed when in
15640         verbose mode, redundant with the UNSUPPORTED message above.
15641
15642 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
15643
15644         * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
15645         * gdb.ada (null_record.exp): New testcase.
15646
15647 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
15648
15649         * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
15650
15651 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
15652
15653         * gdb.ada: New subdirectory.
15654         * gdb.ada/Makefile.in: New file.
15655         * gdb.ada/gnat_ada.gpr.in: New file.
15656
15657 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
15658
15659         * lib/ada.exp: New file.
15660
15661 2004-03-24  Daniel Jacobowitz  <drow@mvista.com>
15662
15663         * gdb.base/gdb1250.exp: Use runto {allow-pending}.
15664         * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
15665
15666 2004-03-22  Andrew Cagney  <cagney@redhat.com>
15667
15668         * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
15669         hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
15670         Problem identified by Ulrich Weigand.
15671
15672 2004-03-17  David Carlton  <carlton@kealia.com>
15673
15674         * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
15675         PR c++/826.
15676
15677 2004-03-16  Roland McGrath  <roland@redhat.com>
15678
15679         * gdb.base/auxv.exp: New file.
15680         * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
15681
15682 2004-03-12  David Carlton  <carlton@kealia.com>
15683
15684         * gdb.cp/pr-1553.exp: New.  Tests for PR c++/1553.
15685         * gdb.cp/pr-1553.cc: Ditto.
15686         * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
15687         pass branch.
15688
15689 2004-03-12  Michael Chastain  <mec.gnu@mindspring.com>
15690
15691         * gdb.cp/templates.exp: Accept more template types.
15692
15693 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
15694
15695         From Corinna Vinschen with modifications.
15696         * gdb.cp/classes.cc (enums1): Add a line to extend scope of
15697         local variable obj_with_enum.
15698         * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
15699         results with obj_with_enum.
15700
15701 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
15702
15703         * gdb.cp/classes.cc: New file, copied from misc.cc.
15704         * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
15705
15706 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
15707
15708         * gdb.cp/misc.cc: Add copyright notice.
15709
15710 2004-03-05  David Carlton  <carlton@kealia.com>
15711
15712         * gdb.cp/rtti.exp: Add 'print *obj3' test.
15713         * gdb.cp/rtti.h: Update copyright.
15714         (namespace n2::n3): New.
15715         * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
15716         (n2::n3::func3): New.
15717         (main): Call n2::n3::func3.
15718         * gdb.cp/rtti2.cc: Update copyright.
15719         (n2::create3): New.
15720
15721 2004-03-04  Mark Kettenis  <kettenis@gnu.org>
15722
15723         * gdb.asm/openbsd.inc: Fix typo.
15724
15725 2004-03-03  Fred Fish  <fnf@redhat.com>
15726
15727         * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
15728         "val" instead of unused "size".  Update copyright year.
15729
15730 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
15731
15732         * gdb.cp/ctti.exp: Handle unsigned char type.  Expect templates
15733         to use unsigned char.
15734         * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
15735         gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
15736
15737 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
15738
15739         * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
15740         line of output.
15741
15742 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
15743
15744         * gdb.base/relocate.c (dummy): Initialize.
15745
15746 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
15747
15748         * gdb.base/chng-syms.exp: Anchor exit pattern.  Allow
15749         a breakpoint at exit.
15750
15751 2004-02-27  Fred Fish  <fnf@redhat.com>
15752
15753         * gdb.base/chng-syms.exp: Add expect condition to match failing
15754         case that isn't a timeout.
15755
15756 2004-02-27  Andrew Cagney  <cagney@redhat.com>
15757
15758         * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
15759         support.
15760
15761 2004-02-26  Fred Fish  <fnf@redhat.com>
15762
15763         * gdb.arch/gdb1431.c: Remove.
15764         * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
15765         * gdb.arch/gdb1431.exp: Use "advance" correctly instead
15766         of "until" incorrectly.
15767
15768 2004-02-26  J. Brobecker  <brobecker@gnat.com>
15769
15770         * gdb.cp/class2.cc (empty): New class.
15771         (refer): New function.
15772         (main): Declare an object of type empty and use it.
15773         * gdb.cp/class2.exp: Print the value of an object of type empty.
15774
15775 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
15776
15777         * gdb.base/langs.exp: Update query string to match the
15778         new nquery format used for pending breakpoints.
15779
15780 2004-02-26  Andrew Cagney  <cagney@redhat.com>
15781
15782         Fix PR i18n/1570.
15783         * gdb.base/charset.c: Update copyright notice.
15784         (main, init_string): Remove the escape character '\e' tests.
15785         * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
15786         * gdb.base/charset.exp (valid_host_charset): Ditto.
15787         * gdb.base/setvar.exp: Ditto.
15788
15789 2004-02-24  Andrew Cagney  <cagney@redhat.com>
15790
15791         * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
15792         mmapped data in core file" PASS and FAIL messages consistent.
15793
15794         * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
15795         setting a breakpoint.  Work around PR java/1565.
15796
15797 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
15798
15799         * lib/gdb.exp (gdb_breakpoint): Update query string to match
15800         new nquery format.
15801         * gdb.base/pending.exp: Ditto.
15802
15803 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
15804
15805         * configure.in: Run stabs tests on *BSD.
15806         * configure: Regenerated.
15807
15808 2004-02-21  Mark Kettenis  <kettenis@gnu.org>
15809
15810         * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
15811
15812 2004-02-20  Fred Fish  <fnf@redhat.com>
15813
15814         * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
15815         blank in test for "returns short", for consistency with other
15816         "returns xxx" tests.  Update copyright year.
15817
15818 2004-02-19  Fred Fish  <fnf@redhat.com>
15819
15820         New testcase for PR breakpoint/1558.
15821         * gdb.arch/gdb1558.exp: New file.
15822         * gdb.arch/gdb1558.c: New file.
15823
15824 2004-02-19  Elena Zannoni  <ezannoni@redhat.com>
15825
15826         * gdb.base/nodebug.exp: Fix typo.
15827
15828 2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15829
15830         Committed by Jim Blandy  <jimb@redhat.com>.
15831
15832         * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
15833
15834         * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
15835
15836         * gdb.base/float.exp: Support s390*-*-* targets.
15837
15838 2004-02-17  Adam Fedor  <fedor@gnu.org>
15839
15840         * gdb.base/gdb1555.exp: New file.
15841         * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
15842
15843 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
15844
15845         * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
15846
15847 2004-02-16  Fred Fish  <fnf@redhat.com>
15848
15849         * gdb.arch/gdb1291.c: Remove
15850         * gdb.arch/gdb1291.s: New test input file.
15851         * gdb.arch/gdb1291.exp: Expand test to check case that should not
15852         fail.  Test for correct result, known incorrect result, other
15853         failures and timeouts.
15854
15855 2004-02-16  Andrew Cagney  <cagney@redhat.com>
15856
15857         * gdb.base/bigcore.exp: New file.
15858         * gdb.base/bigcore.c: New file.
15859
15860 2004-02-13  Andrew Cagney  <cagney@redhat.com>
15861
15862         * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
15863         * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
15864         * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
15865         * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
15866         * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
15867         * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
15868         * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
15869         * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
15870         * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
15871         * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
15872
15873 2004-02-11  Jeff Johnston  <jjohnstn@redhat.com>
15874
15875         * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
15876         executed is an alloc instruction.
15877
15878 2004-02-11  David Carlton  <carlton@kealia.com>
15879
15880         * gdb.cp/breakpoint.exp: New.
15881         * gdb.cp/breakpoint.cc: New.
15882
15883 2004-02-11  Michael Chastain  <mec.gnu@mindspring.com>
15884
15885         Partial fix for PR gdb/1543.
15886         * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
15887         gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
15888         gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
15889         gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
15890         gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
15891         gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
15892         gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
15893         gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
15894         gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
15895         to bug-gdb@prep.ai.mit.edu .
15896         * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
15897         gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
15898         gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
15899         Likewise.
15900
15901 2004-02-10  Andrew Cagney  <cagney@redhat.com>
15902
15903         * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
15904         using gdb_internal_error_resync.
15905
15906 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
15907
15908         * gdb.threads/thread-specific.exp: Stop early if no threads are
15909         found.
15910
15911 2004-02-09  Michael Chastain  <mec.gnu@mindspring.com>
15912
15913         * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
15914
15915 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
15916
15917         * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
15918         breakpoints.
15919
15920 2004-02-07  Daniel Jacobowitz  <drow@mvista.com>
15921
15922         * config/sim.exp (gdb_load): Handle $arg == "".
15923         * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
15924         * gdb.objc/basicclass.exp: Use gdb_run_cmd.
15925
15926 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
15927
15928         * gdb.base/maint.exp: Update test to reflect
15929          obstack changes.
15930
15931 2004-02-04  Jeff Johnston  <jjohnstn@redhat.com>
15932
15933         * gdb.base/pendshr.c (pendfunc): New function that calls
15934         pendfunc1.
15935         * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
15936
15937 2004-02-04  Fred Fish  <fnf@redhat.com>
15938
15939         * gdb.arch/gdb1431.c: Add underbar prefixed version of global
15940         function symbols and update copyright years.
15941         * gdb.arch/gdb1291.c: Ditto.
15942
15943 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
15944
15945         * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
15946
15947 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
15948
15949         * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
15950
15951 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
15952
15953         * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
15954
15955 2004-02-02  Fred Fish  <fnf@redhat.com>
15956
15957         * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
15958         remote targets.  Update copyright years.
15959
15960 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
15961
15962         * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
15963         support.
15964         * gdb.base/langs.exp: Fix test which attempts to create
15965         breakpoint on non-existent function to handle new pending
15966         support.
15967         * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
15968         a breakpoint.
15969         * gdb.base/pending.exp: New test.
15970         * gdb.base/pending.c: New file.
15971         * gdb.base/pendshr.c: Ditto.
15972
15973 2004-02-02  David Carlton  <carlton@kealia.com>
15974
15975         * gdb.cp/overload.exp: Add overloadNamespace tests.
15976         * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
15977         (overloadNamespace, XXX): New.
15978         (main): Call XXX::marker2.
15979
15980 2004-02-01  Fred Fish  <fnf@redhat.com>
15981
15982         * gdb.base/dump.exp: Use runto_main instead of "runto main".
15983         * gdb.base/finish.exp: Ditto.
15984         * gdb.base/gcore.exp: Ditto.
15985         * gdb.base/huge.exp: Ditto.
15986         * gdb.base/info-proc.exp: Ditto.
15987         * gdb.base/return2.exp: Ditto.
15988         * gdb.threads/gcore-thread.exp: Ditto.
15989
15990 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
15991
15992         * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
15993
15994 2004-02-01  Mark Kettenis  <kettenis@gnu.org>
15995
15996         * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
15997         that opening the file succeeds on OpenBSD.
15998
15999 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
16000
16001         * gdb.threads/thread-specific.c: New file.
16002         * gdb.threads/threads-specific.exp: New test script.
16003         * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
16004         to expect_out.
16005
16006 2004-02-01  Mark Kettenis  <kettenis@gnu.org>
16007
16008         * gdb.base/call-ar-st.exp: Call get_debug_format.  Remove xfail on
16009         sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
16010         only on the "print_small_structs from print_long_arg_list" test.
16011
16012 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
16013
16014         * gdb.base/completion.exp: Kill a stray backslash.
16015
16016         From Jim Ingham <jingham@apple.com>:
16017         * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
16018         agrees with the result from sending a tab.
16019
16020 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
16021
16022         * gdb.base/chng-syms.exp: Remove stray newline.
16023
16024 2004-01-31  Mark Kettenis  <kettenis@gnu.org>
16025
16026         * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
16027         *-*-openbsd*.
16028         * gdb.asm/openbsd.inc: New file.
16029
16030 2004-01-30  Mark Kettenis  <kettenis@gnu.org>
16031
16032         * gdb.asm/asm-source.exp: Strip -Wl, from link-flags.  Don't
16033         append -static to link-flags for *-*-freebsd*, *-*netbsd* and
16034         *-*solaris2*.  Remove commented out default settings for
16035         asm-flags.  Replace gdb_compile with target_link.
16036
16037 2004-01-29  Michael Chastain  <mec.gnu@mindspring.com>
16038
16039         * gdb.cp/inherit.exp: Rewrite.  Use gdb_test_multiple and gdb
16040         for all tests.  Remove old hp-ux and cygnus xfail cases.
16041
16042 2004-01-29  Paul N. Hilfinger  <Hilfinger@gnat.com>
16043
16044         * gdb.base/chng-syms.exp: New file.
16045         * gdb.base/chng-syms.c: New file.
16046
16047 2004-01-24  Michael Chastain  <mec.gnu@mindspring.com>
16048
16049         * gdb.cp/local.exp: Rewrite "ptype Local".  Add "ptype l".
16050         Provide arms for current output in all my configurations.
16051
16052 2004-01-24  Michael Chastain  <mec.gnu@mindspring.com>
16053
16054         * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
16055         * lib/compiler.cc: Likewise.
16056         * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
16057         get the right preprocessor.  Eval the output directly.  Remove
16058         special tests for hp_cc_compiler and hp_aCC_compiler.  Remove
16059         hp_f77_compiler and hp_f90_compiler completely.
16060         (gdb_preprocess): Delete.
16061         (get_compiler): Delete.
16062
16063 2004-01-24  Mark Kettenis  <kettenis@gnu.org>
16064
16065         * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
16066         <string.h>.
16067
16068 2004-01-24  Nick Roberts  <nick@nick.uklinux.net>
16069
16070         * gdb.mi/mi-stack.exp: Update copyright.
16071
16072 2004-01-23  David Carlton  <carlton@kealia.com>
16073
16074         * gdb.cp/rtti.exp: Don't include full path in ${srcfile}.  Add
16075         test for cp_lookup_transparent_type.
16076         * gdb.cp/rtti1.cc: Update copyright.  Add n2::func and refer_to;
16077         call them.
16078
16079 2004-01-23  Daniel Jacobowitz  <drow@mvista.com>
16080
16081         * gdb.mi/mi-var-child.exp: Update copyright year.  Move new test
16082         after -var-update.
16083
16084 2004-01-23  David Carlton  <carlton@kealia.com>
16085
16086         * gdb.cp/namespace.cc (C::ensureRefs): New.
16087         * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
16088
16089 2004-01-20  Nick Roberts  <nick@nick.uklinux.net>
16090
16091         * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
16092         case "-stack-list-locals 2".
16093         * gdb.mi/mi-var-child.exp: Test for case
16094         "-var-list-children --all-values NAME".
16095
16096 2004-01-18  Michael Chastain  <mec.gnu@mindspring.com>
16097
16098         * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
16099
16100 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
16101
16102         * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
16103         used with gdb_test_multiple.
16104
16105         * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
16106         read at address 0.  This fixes PR testsuite/1504.
16107
16108 2004-01-18  Daniel Jacobowitz  <drow@mvista.com>
16109
16110         * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
16111         Remove downloading, guessing the host executable, the calls to
16112         gdb_file_cmd and gdb_target_cmd, and "load" support.
16113         (infer_host_exec): New function broken out from gdb_load.
16114         (gdb_load): New wrapper for gdbserver_gdb_load.
16115         * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
16116         gdb_target_cmd.  Use -target-select.
16117         (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
16118         Download binaries to the host.  Clear last_mi_remote_file when
16119         we load a new binary.
16120         (mi_gdb_load): Call mi_gdb_file_cmd.  If gdbserver.exp is loaded,
16121         call gdbserver_gdb_load and mi_gdb_target_cmd.
16122
16123 2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>
16124
16125         * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
16126         type patterns.
16127
16128 2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>
16129
16130         * gdb.cp/templates.exp: Fix typo in test name of
16131         "print Foo<volatile char*>::foo".
16132
16133 2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
16134
16135         * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
16136
16137 2004-01-16  Ben Elliston  <bje@wasabisystems.com>
16138
16139         * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
16140         (clean mostlyclean): Remove empty rm.
16141
16142 2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
16143
16144         * gdb.base/setvar.exp: Add copyright years.
16145
16146 2004-01-14  David Carlton  <carlton@bactrian.org>
16147
16148         * gdb.cp/rtti.exp: Update copyright.  KFAIL test with repect to
16149         PR c++/1511 and update coment.
16150         * gdb.cp/templates.exp: Update patterns to match current output.
16151         If changes involve something other than whitespace, KFAIL
16152         w.r.t. PR c++/1512 or PR c++/931 as appropriate.
16153
16154 2004-01-14  David Carlton  <carlton@kealia.com>
16155
16156         * gdb.cp/namespace.exp: Add tests involving classes defined within
16157         namespaces.
16158         * gdb.cp/namespace.cc (C::CClass): New.
16159         * gdb.cp/namespace1.cc (C::OtherFileClass): New.
16160
16161 2004-01-14  Elena Zannoni  <ezannoni@redhat.com>
16162
16163         * gdb.base/sepdebug.exp: Bail out of the test if we don't know
16164         what debug info we have. Print a better message if something goes
16165         wrong while producing the separate debug info file.
16166
16167 2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>
16168
16169         * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
16170
16171 2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>
16172
16173         * gdb.base/callfuncs.c: Add copyright notice.
16174
16175 2004-01-13  Michael Chastain  <mec.gnu@mindspring.com>
16176
16177         * gdb.cp/derivation.exp: Add XFAIL for bug with protected
16178         inheritance.  PR gdb/1498, PR gcc/13539.
16179
16180 2004-01-13  Elena Zannoni  <ezannoni@redhat.com>
16181
16182          * gdb.threads/gcore-thread.exp: Prefix name of binary with
16183          test specific name.
16184          * gdb.mi/gdb669.exp: Ditto.
16185          * gdb.mi/mi-pthreads.exp: Ditto.
16186          * gdb.mi/mi1-pthreads.exp: Ditto.
16187          * gdb.mi/mi2-pthreads.exp: Ditto.
16188
16189 2004-01-12  Michael Chastain  <mec.gnu@mindspring.com>
16190
16191         * gdb.cp/member-ptr.cc: Add copyright notice.
16192
16193 2004-01-12  Michael Chastain  <mec.gnu@mindspring.com>
16194
16195         * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple.  Add
16196         some patterns for recent versions of gcc and hpacc.  Delete
16197         calls to setup_xfail for hppa*-*-*.  Delete redundant tests.
16198         Delete tests that access a NULL pointer-to-member-data.  This
16199         script is still disabled for gcc.
16200
16201 2004-01-12  Elena Zannoni  <ezannoni@redhat.com>
16202
16203         * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
16204         escaped correctly.
16205
16206 2004-01-12  Elena Zannoni  <ezannoni@redhat.com>
16207
16208         * gdb.base/sepdebug.exp: New file.
16209         * gdb.base/sepdebug.c: New file.
16210         * lib/gdb.exp (separate_debug_filename): New procedure.
16211         (gdb_gnu_strip_debug): New procedure.
16212
16213 2004-01-12  Andrew Cagney  <cagney@redhat.com>
16214
16215         * gdb.mi/ChangeLog: Delete file.  Renamed to ...
16216         * gdb.mi/ChangeLog-1999-2003: New file.
16217
16218 2004-01-12  Andrew Cagney  <cagney@redhat.com>
16219
16220         * gdb.base/fileio.exp: Update copyright year.  On GNU/Linux, for
16221         "Renaming a directory to a non-empty directory returns ENOTEMPTY
16222         or EEXIST", treat EBUSY as an XFAIL.
16223
16224 2004-01-11  Michael Chastain  <mec.gnu@mindspring.com>
16225
16226         * gdb.base/scope.exp: Remove obsolete setup_xfail for
16227         hp_cc_compiler.
16228
16229 2004-01-10  Michael Chastain  <mec.gnu@mindspring.com>
16230
16231         * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
16232         decorations.
16233
16234 2004-01-10  Michael Chastain  <mec.gnu@mindspring.com>
16235
16236         * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
16237         and "(aCC)" decorations.  Remove obsolete doco about old
16238         test results.
16239
16240 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
16241
16242         * gdb.cp/exception.exp: Fix typo in doco.
16243
16244 2004-01-09  Mark Kettenis  <kettenis@gnu.org>
16245
16246         * gdb.base/gdb1476.exp: Fix typo.
16247
16248 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
16249
16250         * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
16251         file.
16252
16253 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
16254
16255         * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
16256         * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
16257         Use gdb_compile.  Remove restriction on gcc.  Add some patterns
16258         for recent version of gdb.  Delete second half, which was a copy
16259         of the first half with different build flags.  This test is
16260         still disabled because it is still not ready for production.
16261
16262 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
16263
16264         * gdb.cp/exception.cc: Add copyright notice.
16265         * gdb.cp/exception.exp: Add a notice that this file is broken
16266         because of line number changes caused by addition of copyright
16267         notice.
16268
16269 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
16270
16271         * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
16272         * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
16273
16274 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
16275
16276         * gdb.cp/classes.exp: Accept gnu abi 2.
16277         * gdb.cp/derivation.exp: Likewise.
16278         * gdb.cp/overload.exp: Likewise.
16279         * gdb.cp/virtfunc.exp: Likewise.
16280
16281 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
16282
16283         * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
16284         semicolon after end of function.
16285
16286 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
16287
16288         * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
16289         * gdb.cp/bs15503.exp: Remove hp-only restriction.  Use modern
16290         boilerplate code for compiling and running the program under
16291         test.  Add some string method tests.
16292
16293 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
16294
16295         * gdb.cp/bs15503.cc: Add copyright notice.
16296         * gdb.cp/bs15503.exp: Adjust line number.
16297
16298 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
16299
16300         * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
16301         * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
16302
16303 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
16304
16305         * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
16306         hp_cc_compiler.
16307
16308 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
16309
16310         * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
16311         * gdb.cp/ctti.exp: Use the marker instead of "next".
16312         With gcc, run further before bailing.
16313
16314 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
16315
16316         * gdb.cp/cttiadd.cc: Add copyright notice.
16317         * gdb.cp/cttiadd1.cc: Likewise.
16318         * gdb.cp/cttiadd2.cc: Likewise.
16319         * gdb.cp/cttiadd3.cc: Likewise.
16320
16321 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
16322
16323         * gdb.cp/ctti.exp: Partial rewrite.  Call gdb_compile properly.
16324         Use gdb_test, gdb_test_multiple.  Use floating-point values that
16325         have exact representations in IEEE-ish formats.
16326
16327 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
16328
16329         * gdb.base/constvars.exp: Do not force lang=c++ if using HP
16330         compilers.  Delete duplicate call to get_compiler_info.
16331         (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
16332         * gdb.base/volatile.exp: Likewise.
16333
16334 2004-01-07  Mark Kettenis  <kettenis@gnu.org>
16335
16336         * gdb.base/gdb1476.exp: Only run the tests if we can't read the
16337         memory at address 0.
16338
16339 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
16340
16341         * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
16342         to test for hp-ux assembler.  Fix copyright years.
16343
16344 2004-01-07  Andrew Cagney  <cagney@redhat.com>
16345
16346         * gdb.base/fileio.c (strerrno): Add "EBUSY".
16347
16348 2004-01-07  Andrew Cagney  <cagney@redhat.com>
16349
16350         * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
16351         when creating the read-only file.  From analysis by Roland McGrath
16352         and Elena Zannoni.
16353
16354 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
16355
16356         * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
16357
16358 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
16359
16360         * gdb.base/cvexpr.c: Be type-safe with function pointers and
16361         data pointers.
16362
16363 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
16364
16365         * gdb.cp/m-static.exp: Compile one source file at a time.
16366         Delete unused call to get_compiler_info.
16367
16368 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
16369
16370         * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
16371         * gdb.base/call-rt-st.exp: Likewise.
16372         * gdb.base/nodebug.exp: Likewise.
16373         * gdb.base/volatile.exp: Likewise.
16374         * gdb.cp/ref-types.exp: Likewise.
16375         * gdb.cp/templates.exp: Likewise.
16376
16377 2004-01-05  Mark Kettenis  <kettenis@gnu.org>
16378
16379         * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
16380
16381 2004-01-05  Michael Chastain  <mec.gnu@mindspring.com>
16382
16383         * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
16384         hppa*-hp-hpux*.
16385
16386 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
16387
16388         * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
16389         x86_64-*-*.
16390
16391         * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
16392         sparc64-*-* and sparc*-solaris2*.
16393
16394 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
16395
16396         * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
16397         return ${tests}" test.  The ${tests} already mentions the
16398         filename.
16399
16400 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
16401
16402         * gdb.cp/local.exp: Accept gcc abi 2.
16403
16404 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
16405
16406         * gdb.cp/templates.exp: Accept gcc abi 2.
16407
16408 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
16409
16410         * lib/compiler.cc: Remove supports_template_debugging.
16411         * gdb.cp/templates.exp: Do not test supports_template_debugging.
16412
16413 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
16414
16415         * gdb.cp/namespace.exp: Accept gcc abi 2.
16416
16417 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
16418
16419         * gdb.cp/method.exp: Accept gcc abi 2.
16420
16421 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
16422
16423         * gdb.cp/classes.exp: Generate identical results as old version.
16424         * gdb.cp/derivation.exp: Likewise.
16425         * gdb.cp/overload.exp: Likewise.
16426         * gdb.cp/virtfunc.exp: Likewise.
16427
16428 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
16429
16430         * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
16431         mysterious bug with sourceware version of expect.
16432
16433 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
16434
16435         * gdb.cp/overload.exp: Rewrite.  Clean up patterns to match
16436         current versions of gcc, including gcc abi 2.  Remove gratuitous
16437         restart of test program.  Use gdb_test_multiple and gdb_test for
16438         all tests.  Add patterns to xfail missing "const" in "const char *"
16439         and kfail PR gdb/1155.
16440
16441 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
16442
16443         * gdb.cp/derivation.exp: Rewrite.  Clean up patterns to match
16444         current versions of gcc, including gcc abi 2.  Remove gratuitous
16445         restart of test program.  Use gdb_test_multiple and gdb_test for
16446         all tests.  Add patterns to kfail PR gdb/1498.
16447
16448 2003-12-31  Michael Chastain  <mec.gnu@mindspring.com>
16449
16450         * gdb.cp/virtfunc.exp: Rewrite.  Clean up patterns to match
16451         current versions of gcc, including gcc abi 2.  Use "breakpoint"
16452         and "continue" instead of restarting the target program.  Use
16453         gdb_test_multiple and gdb_test for all tests.
16454
16455 2004-01-01  Mark Kettenis  <kettenis@gnu.org>
16456
16457         * gdb.asm/asm-source.exp: Update copyright year.  Link statically
16458         for *-*-solaris2*.
16459
16460 2003-12-31  Michael Chastain  <mec.gnu@mindspring.com>
16461
16462         * gdb.cp/classes.exp: Rewrite.  Clean up patterns to match
16463         current versions of gcc, including gcc abi 2.  Use "breakpoint"
16464         and "continue" instead of restarting the target program several
16465         times.  Use gdb_test_multiple and gdb_test for all tests.
16466
16467 2003-12-18  Michael Chastain  <mec.gnu@mindspring.com>
16468
16469         * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
16470         source files.
16471
16472 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
16473
16474         * gdb.base/environ.exp: Handle compiling test case from multiple
16475         source files.
16476
16477 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
16478
16479         * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
16480
16481 2003-12-17  Jim Blandy  <jimb@redhat.com>
16482
16483         * gdb.base/freebpcmd.c: Add copyright notice.
16484
16485         * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
16486
16487 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
16488
16489         * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
16490
16491 2003-12-13  Jim Blandy  <jimb@redhat.com>
16492
16493         * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
16494
16495 2003-12-12  Kevin Buettner  <kevinb@redhat.com>
16496
16497         * gdb.asm/frv.inc: New file.
16498         * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
16499
16500 2003-12-09  Fred Fish  <fnf@redhat.com>
16501
16502         * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
16503         functions to break1.c and leave prototypes behind.  Add more
16504         "set breakpoint NN here" comments.
16505         * gdb.base/break1.c: New file.
16506
16507         * gdb.base/break.exp: Handle compiling test case from multiple
16508         source files and change source file references as needed.
16509         * gdb.base/completion.exp: Ditto.
16510         * gdb.base/condbreak.exp: Ditto.
16511         * gdb.base/define.exp: Ditto.
16512         * gdb.base/ena-dis-br.exp: Ditto.
16513         * gdb.base/info-proc.exp: Ditto.
16514         * gdb.base/maint.exp: Ditto.
16515         * gdb.base/until.exp: Ditto.
16516
16517         * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
16518         hardcoded line numbers.
16519         * gdb.base/define.exp: Ditto.
16520         * gdb.base/ena-dis-br.exp: Ditto.
16521         * gdb.base/maint.exp: Ditto.
16522         * gdb.base/until.exp: Ditto.
16523
16524         * gdb.base/completion.exp: Use "break1" for completion tests since
16525         "break" is no longer a unique prefix.
16526
16527 2003-12-06  Andrew Cagney  <cagney@redhat.com>
16528
16529         * gdb.base/structs.exp (test_struct_returns): When applicable, set
16530         "return_value_unimplemented".  When an unimplemented struct return
16531         architecture, report incorrect values as a KFAIL
16532
16533 2003-12-05  Michael Chastain  <mec.gnu@mindspring.com>
16534
16535         * gdb.cp/rtti.exp: Accept new wording of warning from
16536         cp_lookup_rtti_type.
16537
16538 2003-12-05  Michael Chastain  <mec.gnu@mindspring.com>
16539
16540         Partial fix for PR testsuite/1456.
16541         * gdb.base/scope.exp (test_at_main): Replace references to
16542         gcc_compiled with calls to test_compiler_info.
16543         (test_at_foo): Likewise.
16544         (test_at_bar): Likewise.
16545
16546 2003-12-04  Michael Chastain  <mec.gnu@mindspring.com>
16547
16548         Partial fix for PR testsuite/1456.
16549         * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
16550         to test_compiler_info.
16551
16552 2003-12-03  Michael Chastain  <mec.gnu@mindspring.com>
16553
16554         * gdb.base/so-impl-ld.exp: Update copyright notice.
16555
16556 2003-12-02  Michael Chastain  <mec.gnu@mindspring.com>
16557
16558         Partial fix for PR testsuite/1456.
16559         * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
16560         to test_compiler_info.
16561
16562 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
16563
16564         * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
16565         from current versions of gdb.  Clean up regular expressions.
16566         Delete redundant timeout case.
16567
16568 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
16569
16570         * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
16571         from current versions of gdb.  Clean up regular expressions.
16572         Delete redundant timeout case.
16573
16574 2003-12-01  Michael Chastain  <mec.gnu@mindspring.com>
16575
16576         Partial fix for PR testsuite/1456.
16577         * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
16578         gcc_compiled with call to test_compiler_info.
16579
16580 2003-11-30  Michael Chastain  <mec.gnu@mindspring.com>
16581
16582         Partial fix for PR testsuite/1456.
16583         * gdb.base/list.exp (test_list_function): Delete unused declaration
16584         of gcc_compiled.
16585
16586 2003-11-29  Michael Chastain  <mec.gnu@mindspring.com>
16587
16588         Partial fix for PR testsuite/1456.
16589         * gdb.base/complex.exp: Replace reference to gcc_compiled with
16590         call to test_compiler_info.
16591
16592 2003-11-29  Mark Kettenis  <kettenis@gnu.org>
16593
16594         * gdb.asm/asm-source.exp: Initialize asm-note to "empty".  Set
16595         asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*.  Use
16596         it to create the appropriate note.inc.
16597         * gdb.asm/asmsrc1.s: Include "note.inc".
16598         * gdb.asm/netbsd.inc: New file.
16599         * gdb.asm/empty.inc: New file.
16600
16601 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
16602
16603         Partial fix for PR testsuite/1456.
16604         * gdb.base/constvars.exp: Replace references to gcc_compiled with
16605         calls to test_compiler_info.
16606
16607 2003-11-27  Michael Chastain  <mec.gnu@mindspring.com>
16608
16609         Partial fix for PR testsuite/1456.
16610         * gdb.base/volatile.exp: Replace references to gcc_compiled with
16611         calls to test_compiler_info.
16612
16613 2003-11-27  Mark Kettenis  <kettenis@gnu.org>
16614
16615         * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
16616         pattern for the KFAILs.
16617
16618 2003-11-25  Adam Fedor  <fedor@gnu.org>
16619
16620         * gdb.objc/objcdecode.exp: Test for PR objc/1238.
16621         * gdb.objc/objcdecode.m: New file.
16622
16623 2003-11-25  Adam Fedor  <fedor@gnu.org>
16624
16625         * gdb.objc/nondebug.exp: Test for PR objc/1236.
16626         * gdb.objc/nondebug.m: New file.
16627
16628 2003-11-26  Ben Elliston  <bje@wasabisystems.com>
16629
16630         * gdb.asm/asm-source.exp: Make sure the final link succeeds on
16631         NetBSD as it does on FreeBSD.  Modelled on a similar change by
16632         Mark Kettenis on 2003-05-30.
16633         (link-flags): Set to "--entry _start" regardless of target.
16634         Special linker flags are to be appended to $link-flags.
16635         * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
16636
16637 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
16638
16639         * gdb.cp/method.exp: Accept output of new demangler.
16640
16641 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
16642
16643         * gdb/class2.exp: New file.
16644         * gdb/class2.cc: New file.
16645
16646 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
16647
16648         * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
16649         of new demangler.
16650
16651 2003-11-23  Mark Kettenis  <kettenis@gnu.org>
16652
16653         * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
16654         of gdb_test "run".
16655
16656 2003-11-23  Mark Kettenis  <kettenis@gnu.org>
16657
16658         * gdb.arch/i386-unwind.exp: Don't use runto_main.  Change
16659         "continue" into "run".
16660
16661 2003-11-23  Michael Chastain  <mec.gnu@mindspring.com>
16662
16663         Partial fix for PR testsuite/1456.
16664         * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
16665         call to test_compiler_info.
16666         * gdb.cp/ctti.exp: Likewise.
16667         * gdb.cp/derivation.exp: Likewise.
16668         * gdb.cp/member-ptr.exp: Likewise.
16669         * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
16670         reference to gcc_compiled.
16671
16672 2003-11-23  Michael Chastain  <mec.gnu@mindspring.com>
16673
16674         Fix PR testsuite/1463.
16675         * gdb.base/structs.exp (start_structs_test): Call
16676         get_debug_format before using the debug format.
16677
16678 2003-11-22  Andrew Cagney  <cagney@redhat.com>
16679
16680         * lib/gdb.exp (gdb_test_multiple): Add simple example.
16681         * gdb.base/structs.exp: Use gdb_test_multiple.
16682
16683 2003-11-20  Andrew Cagney  <cagney@redhat.com>
16684
16685         * gdb.base/structs.exp: Handle and recover from internal errors.
16686         Replace "foo${n}" with "foo<n>" in test messages.
16687
16688         * gdb.base/structs.exp: Update copyright.  Rewrite.
16689         * gdb.base/structs.c: Update copyright.  Rewrite.
16690
16691         * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
16692         resync count exceeded.
16693
16694         * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
16695         from the internal error.
16696         * lib/gdb.exp (gdb_internal_error_resync): New procedure.
16697         Original from Jim Blandy.
16698         (gdb_test_multiple): Use gdb_internal_error_resync.
16699
16700 2003-11-19  Andrew Cagney  <cagney@redhat.com>
16701
16702         * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
16703         KFAIL.
16704
16705 2003-11-17  Mark Kettenis  <kettenis@gnu.org>
16706
16707         New testcase for PR backtrace/1435.
16708         * gdb.arch/i386-unwind.exp: New file.
16709         * gdb.arch/i386-unwind.c: New file.
16710
16711 2003-11-17  Andrew Cagney  <cagney@redhat.com>
16712
16713         * lib/gdb.exp (compiler_info): New global.
16714         (test_compiler_info): New function.
16715         (get_compiler_info): Set compiler_info.
16716         * lib/compiler.c, lib/compiler.cc: Add copyright.  When GNUC, set
16717         "compiler_info" to gcc-<major>-<minor>.
16718
16719 2003-11-15  Michael Chastain  <mec.gnu@mindspring.com>
16720
16721         * gdb.trace/configure: Remove.
16722
16723 2003-11-13  Elena Zannoni  <ezannoni@redhat.com>
16724
16725         * gdb.base/break.c: Add comments to aid finding line numbers for
16726         breakpoints.
16727         * gdb.base/break.exp: Remove all references to explicit line
16728         numbers.
16729
16730 2003-11-11  Nick Clifton  <nickc@redhat.com>
16731
16732         * gdb.base/shreloc.exp: Do not run for targets which do not
16733         support shared objects.
16734
16735 2003-11-10  Corinna Vinschen  <vinschen@redhat.com>
16736
16737         * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
16738         Don't run tests if nofileio flag is given.
16739
16740 2003-11-07  Elena Zannoni  <ezannoni@redhat.com>
16741
16742         * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
16743         as well as 'Watchpoint'.
16744
16745 2003-11-06  Elena Zannoni  <ezannoni@redhat.com>
16746
16747         Reported by Jim Ingham <jingham@apple.com>:
16748         * gdb.base/annota1.exp: Match at least one occurrence of the
16749         signal handler annotation.
16750
16751 2003-11-06  Elena Zannoni  <ezannoni@redhat.com>
16752
16753         * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
16754         as well as 'Watchpoint'.
16755
16756 2003-11-05  Michael Chastain  <mec@shout.net>
16757
16758         * gdb.mi/pthreads.c (routine): Handle early return from sleep.
16759
16760 2003-11-03  Kris Warkentin  <kewarken@qnx.com>
16761
16762         * gdb.arch/gdb1291.c: New test file.
16763         * gdb.arch/gdb1291.exp: New test script.
16764         * gdb.arch/gdb1431.c: New test file.
16765         * gdb.arch/gdb1431.exp: New test script.
16766
16767 2003-10-22  Michael Chastain  <mec@shout.net>
16768
16769         * gdb.mi/pthreads.c: Add copyright notice.
16770
16771 2003-10-22  Michael Chastain  <mec@shout.net>
16772
16773         * gdb.threads/pthreads.c: Add copyright notice.
16774
16775 2003-10-20  Michael Chastain  <mec@shout.net>
16776
16777         * gdb.base/gdb1056.exp: New test script.
16778
16779 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
16780
16781         * gdb.threads/killed.exp: Use gdb_run_cmd.
16782
16783 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
16784
16785         * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
16786         create a core file.
16787         * gdb.threads/gcore-thread.exp: Likewise.
16788
16789 2003-10-13  Corinna Vinschen  <vinschen@redhat.com>
16790
16791         * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
16792         type, based on char type.
16793         (struct bit_flags_short_t): New bitfield type, based on short type.
16794         (init_bit_flags_char): New fuction.
16795         (init_bit_flags_short): Ditto.
16796         (print_bit_flags_char): Ditto.
16797         (print_bit_flags_short): Ditto.
16798         (main): Add handling for bit_flags_char_t and bit_flags_short_t.
16799
16800 2003-10-11  Michael Chastain  <mec@shout.net>
16801
16802         * gdb.base/call-rt-st.exp: Update copyright year.
16803
16804 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
16805
16806         * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
16807         * gdb.disasm/sh3.s: Ditto.
16808
16809 2003-10-07  Daniel Jacobowitz  <drow@mvista.com>
16810
16811         * gdb.threads/switch-threads.exp: New test.
16812         * gdb.threads/switch-threads.c: New source file.
16813
16814 2003-10-07  Corinna Vinschen  <vinschen@redhat.com>
16815
16816         * gdb.base/ending-run.exp: Add sh specific case.
16817
16818 2003-10-06  Andrew Cagney  <cagney@redhat.com>
16819
16820         * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
16821         * gdb.disasm/mn10200.exp: Delete obsolete file.
16822
16823 2003-09-29  Daniel Jacobowitz  <drow@mvista.com>
16824
16825         * ChangeLog: Correct an entry command.exp -> commands.exp.
16826         * gdb.base/commands.exp (bp_deleted_in_command_test)
16827         (temporary_breakpoint_commands): Check noargs.
16828
16829 2003-09-25  David Carlton  <carlton@kealia.com>
16830
16831         * gdb.cp/namespace.exp: Tweak comments.  Add non-quoted versions
16832         of some print tests, where appropriate.  Add tests for C::D::cd,
16833         E::ce, F::cXfX, G::XgX.
16834         * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
16835
16836 2003-09-25  Richard Earnshaw  <rearnsha@arm.com>
16837
16838         * lib/java.exp (java_init): Import target_alias before using it.
16839
16840 2003-09-25  David Carlton  <carlton@kealia.com>
16841
16842         * gdb.base/corefile.exp: Delete obsolete setup_xfail.
16843
16844 2003-09-23  Elena Zannoni  <ezannoni@redhat.com>
16845
16846         * gdb.base/selftest.exp: Accomodate more instruction reordering
16847         weirdness.
16848
16849 2003-09-17  Michael Chastain  <mec@shout.net>
16850
16851         * gdb.cp/gdb1355.exp: New file.
16852         * gdb.cp/gdb1355.c: New file.
16853
16854 2003-09-15  Corinna Vinschen  <vinschen@redhat.com>
16855
16856         * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
16857         * gdb.asm/sh.inc: New file.
16858
16859 2003-09-11  David Carlton  <carlton@kealia.com>
16860
16861         * gdb.cp/namespace.exp: Add tests for namespace types.
16862         * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
16863         (test_namespace): New.
16864
16865 2003-09-11  Elena Zannoni  <ezannoni@redhat.com>
16866
16867         * gdb.base/relocate.exp: Handle new gdb output at startup.
16868         * gdb.stabs/weird.exp: Ditto.
16869
16870 2003-09-08  Michael Chastain  <mec@shout.net>
16871
16872         * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
16873
16874 2003-09-07  Michael Chastain  <mec@shout.net>
16875
16876         * gdb.cp/classes.exp: Accommodate both 'syntax error' and
16877         'parse error'.
16878
16879 2003-09-07  Mark Kettenis  <m.kettenis@osp.nl>
16880
16881         * gdb.arch/i386-prologue.exp: Add checks for saved registers.
16882
16883 2003-08-30  Michael Chastain  <mec@shout.net>
16884
16885         * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
16886         * gdb.gdb/observer.exp: Ditto.
16887         * gdb.gdb/xfullpath.exp: Ditto.
16888
16889 2003-08-29  Mark Kettenis  <kettenis@gnu.org>
16890
16891         * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
16892         *-*-*bsd*.
16893
16894 2003-08-28  Jeff Johnston  <jjohnstn@redhat.com>
16895
16896         * gdb.base/dump.exp: Skip for ia64.
16897
16898 2003-08-25  Jeff Johnston  <jjohnstn@redhat.com>
16899
16900         * gdb.asm/asm-source.exp: Add ia64 support.
16901         * gdb.asm/ia64.inc: New file.
16902
16903 2003-08-22  Michael Chastain  <mec@shout.net>
16904
16905         * gdb.cp: New directory.
16906         * gdb.cp/*: Copy from gdb.c++/*.
16907         * gdb.c++/*: Remove.
16908         * Makefile.in: Change gdb.c++ to gdb.cp.
16909         * configure.in:  Ditto.
16910         * configure: Regnerate.
16911
16912 2003-08-18  Mark Kettenis  <kettenis@gnu.org>
16913
16914         * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
16915         * gdb.arch/i386-prologue.c (gdb1338): Add function.
16916
16917 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
16918
16919         * mi-var-display.exp (-var-list-children weird): Accept function
16920         pointers with argument types.
16921         * mi1-var-display.exp (-var-list-children weird): Likewise.
16922         * mi2-var-display.exp (-var-list-children weird): Likewise.
16923
16924 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
16925
16926         * gdb.base/annota3.exp: Add missing newline.
16927
16928 2003-08-06  Michael Chastain  <mec@shout.net>
16929
16930         * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
16931
16932 2003-08-12  Michael Snyder  <msnyder@redhat.com>
16933
16934         * gdb.base/float.exp: Add test for SH.
16935
16936 2003-08-10  Mark Kettenis  <kettenis@gnu.org>
16937
16938         * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
16939
16940 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
16941
16942        * gdb.base/completion.exp: Remove reduntant completion test
16943        on filename.
16944
16945 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
16946
16947         * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
16948         gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
16949         gdb.trace/save-trace.exp: Make sure that full pathnames are
16950         escaped correctly.
16951
16952 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
16953
16954         * configure.in: Don't generate config.h from config.hin.
16955         * configure: Regenerate.
16956         * config.hin: Remove file.
16957         * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
16958         * gdb.threads/pthreads.c: Ditto.
16959
16960 2003-08-07  Daniel Jacobowitz  <drow@mvista.com>
16961
16962         From Kei Sakamoto <sakamoto.kei@renesas.com>:
16963         * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
16964         * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
16965         Replace ld24 with seth/add3.
16966
16967 2003-08-02  Andrew Cagney  <cagney@redhat.com>
16968
16969         * gdb.base/annota3.exp: New file.
16970         * gdb.base/annota3.c: New file.
16971         * gdb.c++/annota3.exp: New file.
16972         * gdb.c++/annota3.cc: New file.
16973
16974 2003-07-29  Michael Chastain  <mec@shout.net>
16975
16976         * gdb.threads/tls.c (spin): Check errno only if sem_wait
16977         actually failed.
16978         (do_pass): Likewise.
16979         * gdb.threads/tls.exp: Always initialize no_of_threads.
16980
16981 2003-07-27  Daniel Jacobowitz  <drow@mvista.com>
16982
16983         * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
16984         pattern.
16985         * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
16986         * gdb.threads/tls.exp: Recognize one case of the host library not
16987         supporting TLS.
16988
16989 2003-07-27  Andrew Cagney  <cagney@redhat.com>
16990
16991         * gdb.base/fileio.exp: Use SH when running commands using
16992         remote_exec.
16993
16994 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
16995
16996         From Kei Sakamoto <sakamoto.kei@renesas.com>:
16997         * gdb.base/relocate.c (dummy): New padding array.
16998
16999 2003-07-22  Michael Snyder  <msnyder@redhat.com>
17000
17001         * gdb.disasm/8300s.s: Fix syntax of bsr insn.
17002
17003         * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
17004         patterns to be more general, accepting old and new output.
17005         Some output chars (such as '+') also must be quoted.
17006         Some addresses are displayed numerically instead of
17007         symbolically.
17008
17009 2003-07-23  Michael Snyder  <msnyder@redhat.com>
17010
17011         * gdb.base/return2.exp: Don't test long-long return.
17012
17013         * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
17014         * gdb.disasm/t01_mov.exp: Ditto.
17015         * gdb.disasm/t02_mova.s: Ditto.
17016         * gdb.disasm/t02_mova.exp: Ditto.
17017         * gdb.disasm/t03_add.s: Ditto.
17018         * gdb.disasm/t03_add.exp: Ditto.
17019         * gdb.disasm/t04_sub.s: Ditto.
17020         * gdb.disasm/t04_sub.exp: Ditto.
17021         * gdb.disasm/t05_cmp.s: Ditto.
17022         * gdb.disasm/t05_cmp.exp: Ditto.
17023         * gdb.disasm/t06_ari2.s: Ditto.
17024         * gdb.disasm/t06_ari2.exp: Ditto.
17025         * gdb.disasm/t07_ari3.s: Ditto.
17026         * gdb.disasm/t07_ari3.exp: Ditto.
17027         * gdb.disasm/t08_or.s: Ditto.
17028         * gdb.disasm/t08_or.exp: Ditto.
17029         * gdb.disasm/t09_xor.s: Ditto.
17030         * gdb.disasm/t09_xor.exp: Ditto.
17031         * gdb.disasm/t10_and.s: Ditto.
17032         * gdb.disasm/t10_and.exp: Ditto.
17033         * gdb.disasm/t11_logs.s: Ditto.
17034         * gdb.disasm/t11_logs.exp: Ditto.
17035         * gdb.disasm/t12_bit.s: Ditto.
17036         * gdb.disasm/t12_bit.exp: Ditto.
17037         * gdb.disasm/t13_otr.s: Ditto.
17038         * gdb.disasm/t13_otr.exp: Ditto.
17039
17040 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
17041
17042         * gdb.threads/tls.exp :Add kfail for 'info address' case.
17043
17044 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
17045
17046         * gdb.threads/tls.c : New file.
17047         * gdb.threads/tls.exp : New file.
17048         * gdb.threads/tls-main.c : New file.
17049         * gdb.threads/tls-shared.c : New file.
17050         * gdb.threads/tls-shared.exp : New file.
17051
17052 2003-07-22  Andreas Schwab  <schwab@suse.de>
17053
17054         * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
17055
17056 2003-07-20  Andreas Schwab  <schwab@suse.de>
17057
17058         * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
17059         due to insn reordering.
17060
17061 2003-07-15  Andrew Cagney  <cagney@redhat.com>
17062
17063         * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
17064
17065 2003-07-15  Michael Chastain  <mec@shout.net>
17066
17067         * gdb.base/gdb1250.exp: New file.
17068         * gdb.base/gdb1250.c: New file.
17069
17070 2003-07-09  Michal Ludvig  <mludvig@suse.cz>
17071
17072         * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
17073         expansion of size_t to 'unsigned long', not only to 'unsigned'.
17074
17075 2003-07-09  Elena Zannoni  <ezannoni@redhat.com>
17076
17077         * gdb.threads/tls.c: New file.
17078         * gdb.threads/tls.exp: New file.
17079         * gdb.threads/tls-main.c: New file.
17080         * gdb.threads/tls-shared.c: New file.
17081         * gdb.threads/tls-shared.exp: New file.
17082
17083 2003-07-09  Elena Zannoni  <ezannoni@redhat.com>
17084
17085         * gdb.base/annota1.exp: Make sure that we properly escape the
17086         full path of the source file. Xfail more permissive patterns,
17087         due to a compiler debug info problem.
17088
17089 2003-07-07  Andreas Schwab  <schwab@suse.de>
17090
17091         * gdb.asm/m68k.inc: New file.
17092         * gdb.asm/asm-source.exp: Use it for m68k-*-*.
17093
17094         * gdb.objc/basicclass.exp ("Call an Objective-C method with no
17095         arguments"): Also match negative number.
17096
17097         * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
17098
17099 2003-07-03  Daniel Jacobowitz  <drow@mvista.com>
17100
17101         * gdb.base/store.c (charest): New typedef.
17102         (add_char): Rename to add_charest, update.
17103         (wack_char): Rename to wack_charest, update types.  Return l + r
17104         to keep r live across the call.
17105         (wack_short, wack_int, wack_long, wack_longest, wack_float)
17106         (wack_double, wack_doublest): Return l + r to keep r live across
17107         the call.
17108         * gdb.base/store.exp: Accomodate store.c changes.
17109
17110 2003-06-30  David Carlton  <carlton@kealia.com>
17111
17112         * gdb.c++/maint.exp (test_invalid_name): New.
17113         (test_first_component): Add tests for invalid names.
17114
17115 2003-06-29  Michael Chastain  <mec@shout.net>
17116
17117         * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
17118         output of '<VTT for class>' for virtual base classes.
17119
17120 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
17121
17122         * gdb.base/completion.exp: Tab-complete "complet" instead of
17123         "compl".
17124         * gdb.base/complex.exp, gdb.base/complex.c: New files.
17125
17126 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
17127
17128         * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
17129         * gdb.base/volatile.exp: Likewise.
17130
17131 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
17132
17133         * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
17134         gdb/1265.
17135
17136 2003-06-28  Michael Chastain  <mec@shout.net>
17137             Daniel Jacobowitz  <drow@mvista.com>
17138
17139         * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
17140         initial line count of 'captured_main' from 26 to 32.
17141         (test_with_self): Allow xmalloc call to be interleaved with the
17142         preceding two lines.
17143
17144 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
17145
17146         * gdb.base/bang.exp: New testcase.
17147
17148 2003-06-23  Joel Brobecker  <brobecker@gnat.com>
17149
17150         * gdb.base/langs.exp: Add some tests for the "minimal" language
17151         support.
17152
17153 2003-06-23  Elena Zannoni  <ezannoni@redhat.com>
17154
17155         * gdb.objc/basicclass.exp: Return -1 if we cannot compile
17156         the testcase.
17157
17158 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
17159
17160         * gdb.base/relocate.exp: Test add-symbol-file with a variable
17161         offset.
17162
17163 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
17164
17165         * gdb.c++/pr-1210.cc: New file.
17166         * gdb.c++/pr-1210.exp: New file.
17167
17168 2003-06-21  Daniel Jacobowitz  <drow@mvista.com>
17169
17170         * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
17171         000-exec-continue.
17172
17173 2003-06-15  Mark Kettenis  <kettenis@gnu.org>
17174
17175         * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
17176         on *-*-*bsd* instead of *-*-freebsd*.
17177
17178 2003-06-14  Andrew Cagney  <cagney@redhat.com>
17179
17180         * gdb.base/store.exp: Test longest and doublest.  Test all
17181         parameters.  Weaken return statement match.
17182         * gdb.base/store.c: Add longest and doublest - aka long long and
17183         long double functions.  Put all parameters into local register
17184         variables.  Use negative values.
17185
17186 2003-06-14  Andrew Cagney  <cagney@redhat.com>
17187
17188         * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>.  Gag
17189         -Wformat errors.  Add lost line.  Use WEXITSTATUS to get system
17190         exit status.
17191         * gdb.base/fileio.exp: Disable target when nointerrupts and
17192         noinferiorio, instead of limiting it to remote.  Use remote_exec
17193         instead of system.
17194
17195 2003-06-12  Jeff Johnston  <jjohnstn@redhat.com>
17196
17197         * gdb.base/float.exp: Add ia64 support.
17198
17199 2003-06-12  Corinna Vinschen  <vinschen@redhat.com>
17200
17201         * gdb.base/fileio.exp: Run only on remote targets.
17202
17203 2003-06-10  Corinna Vinschen  <vinschen@redhat.com>
17204
17205         * gdb.base/fileio.c: New file, testing File-I/O.
17206         * gdb.base/fileio.exp: Ditto.
17207
17208 2003-06-09  Raoul Gough  <RaoulGough@yahoo.co.uk>
17209
17210         * gdb.base/shreloc.exp: New file, check symbol values obtained from
17211         shared objects after relocation at load time (gdb PR/1132).
17212         * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
17213         as above, part of the shared object relocation test.
17214
17215 2003-06-08  Mark Kettenis  <kettenis@gnu.org>
17216
17217         * gdb.base/readline.exp: Add tests for operate-and-get-next with a
17218         fully filled history list.
17219         * gdb.base/gdb_history: New file.
17220
17221         * gdb.base/signals.exp: XFAIL "continue to func1" on
17222         i*86-*-freebsd*.
17223
17224         * gdb.base/attach.exp: When trying to attach to a nonexistent
17225         process, make it possible to specify the PID based on the target,
17226         and do so for *-*-freebsd*.
17227
17228 2003-06-02  Richard Henderson  <rth@redhat.com>
17229
17230         * gdb.base/float.exp: Add expected regexp for alpha-*-*.
17231
17232 2003-06-02  Richard Henderson  <rth@redhat.com>
17233
17234         * gdb.base/selftest.exp: Next over lim_at_start initialization.
17235
17236 2003-06-02  Richard Henderson  <rth@redhat.com>
17237
17238         * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
17239
17240 2003-06-01  Daniel Jacobowitz  <drow@mvista.com>
17241
17242         * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
17243         of globalvar.
17244
17245 2003-06-01  Mark Kettenis  <kettenis@gnu.org>
17246
17247         * gdb.asm/asm-source.exp: Check for memory read errors in
17248         disassembler test on *BSD too.
17249
17250 2003-06-01  Richard Henderson  <rth@redhat.com>
17251
17252         * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
17253         for .frame.
17254         (gdbasm_call): Lose ldgp.
17255         (gdbasm_startup): Add frame information.
17256         * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
17257
17258 2003-05-31  Mark Kettenis  <kettenis@gnu.org>
17259
17260         * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
17261         i?86-*-*.
17262
17263 2003-05-30  Mark Kettenis  <kettenis@gnu.org>
17264
17265         * gdb.asm/asm-source.exp: Make sure the final link succeeds on
17266         FreeBSD.
17267
17268 2003-05-29  Richard Henderson  <rth@redhat.com>
17269
17270         * gdb.asm/alpha.inc: New file.
17271         * gdb.asm/asm-source.exp: Use it.
17272
17273 2003-05-29  Jim Blandy  <jimb@redhat.com>
17274
17275         * gdb.base/corefile.exp: Find corefiles on Linux, which names them
17276         'core.PID'.
17277
17278 2003-05-22  Jim Blandy  <jimb@redhat.com>
17279
17280         * gdb.base/corefile.exp: Tolerate stuff after argument parens in
17281         backtrace.
17282
17283 2003-05-20  David Carlton  <carlton@math.stanford.edu>
17284
17285         * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
17286         this time.
17287
17288 2003-05-19  David Carlton  <carlton@bactrian.org>
17289
17290         * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
17291         * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
17292
17293 2003-05-19  David Carlton  <carlton@bactrian.org>
17294
17295         * gdb.c++/namespace.exp: Add namespace scope and anonymous
17296         namespace tests.
17297         Bump copyright date.
17298         * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
17299         (main): Call C::D::marker2.
17300         * gdb.c++/namespace1.cc: New file.
17301
17302 2003-05-14  Jeff Johnston  <jjohnstn@redhat.com>
17303
17304         Roland McGrath  <roland@redhat.com>
17305         * gdb.threads/linux-dp.exp: Account for fact that in nptl model
17306         there is no manager thread.
17307
17308 2003-05-08  Jeff Johnston  <jjohnstn@redhat.com>
17309
17310         * gdb.threads/schedlock.exp: Remove assumption that all threads
17311         will run in a particular small time slice.  Also ensure we break
17312         in one of the child threads rather than the main thread.
17313
17314 2003-05-07  Jim Blandy  <jimb@redhat.com>
17315
17316         Add support for assembly source testing on the s390x.
17317         * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
17318         architecture.
17319         * gdb.asm/s390x.inc: New file.
17320
17321         * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
17322         succession of 'if' statements.
17323
17324 2003-05-05  Andrew Cagney  <cagney@redhat.com>
17325
17326         * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
17327
17328 2003-05-05  Andrew Cagney  <cagney@redhat.com>
17329
17330         * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
17331         DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
17332
17333 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
17334
17335         * gdb.base/charset.exp: Update based on new behavior of set/show
17336         charset commands.
17337
17338 2003-05-01  Andrew Cagney  <cagney@redhat.com>
17339
17340         * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
17341         variable do not give memory errors.
17342
17343 2003-04-30  Adam Fedor  <fedor@gnu.org>
17344
17345         * Makefile.in (ALL_SUBDIRS): Add gdb.objc
17346         * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
17347         * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
17348         gdb.objc/basicclass.m: : New files
17349
17350         * lib/gdb.exp (gdb_compile_objc): New procedure.
17351
17352 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
17353
17354         * gdb.base/signals.exp: Make backtrace tests more specific.
17355
17356 2003-04-23  David Carlton  <carlton@bactrian.org>
17357
17358         * gdb.c++/maint.exp (test_first_component): Add tests for
17359         'operator' in more locations.
17360
17361 2003-04-16  Kevin Buettner  <kevinb@redhat.com>
17362
17363         * gdb.base/args.exp: Invoke gdb_load for simulator targets.
17364
17365 2003-04-16  Elena Zannoni  <ezannoni@redhat.com>
17366
17367         * gdb.base/completion.exp: Make 'info func mark' complete on 'info
17368         func marke' instead. Update test name.
17369
17370 2003-04-15  David Carlton  <carlton@math.stanford.edu>
17371
17372         * gdb.c++/maint.exp: New file.
17373
17374 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
17375
17376         * gdb.threads/schedlock.c: Change type of thread function argument
17377         to long, to avoid warnings on 64-bit platforms.
17378
17379 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
17380
17381         * gdb.base/attach.exp: Add new message from ptrace in case of
17382         attaching to nonexistent process.
17383
17384 2003-04-11  Jim Blandy  <jimb@redhat.com>
17385
17386         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
17387         gdb.c++/userdef.cc: Place comments on the lines to which the
17388         marker function might return.
17389         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
17390         gdb.c++/userdef.exp: Look for those comments to check that we've
17391         returned to the right place, instead of checking line numbers.
17392
17393 2003-04-11  Elena Zannoni  <ezannoni@redhat.com>
17394
17395         * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
17396         match on sourcefile name, instead of directory name.
17397
17398 2003-04-10  Elena Zannoni  <ezannoni@redhat.com>
17399
17400         * gdb.base/completion.exp: Use string_to_regexp to match the
17401         working directory name.
17402
17403 2003-04-09  Jim Blandy  <jimb@redhat.com>
17404
17405         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
17406         gdb.c++/userdef.exp: If GDB fails to restore the selected frame
17407         after an inferior function call, report the failure, but allow the
17408         test to continue.
17409
17410 2003-04-05  Stephane Carrez  <stcarrez@nerim.fr>
17411
17412         * gdb.base/break.exp: marker4() is defined at line 46 when compiled
17413         with -DPROTOTYPES.
17414
17415 2003-04-05  Stephane Carrez  <stcarrez@nerim.fr>
17416
17417         * gdb.base/break.exp: Revert last patch.
17418
17419 2003-04-04  Stephane Carrez  <stcarrez@nerim.fr>
17420
17421         * gdb.base/break.exp: marker4() is defined at line 46 when compiled
17422         with -DPROTOTYPES.
17423
17424 2003-04-02  Andrew Cagney  <cagney@redhat.com>
17425
17426         * gdb.base/callfuncs.exp: Make "print add" messages unique.
17427         * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
17428         matching directories by the name breakpoint.
17429         * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
17430         Make "continue to marker1" consistent.
17431         * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
17432         message consistent.
17433         * lib/gdb.exp: Put "the program is no longer running", and "the
17434         program exited" in parenthesis.
17435         * lib/mi-support.exp: Ditto.
17436
17437 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
17438
17439         * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
17440
17441 2003-03-29  Andrew Cagney  <cagney@redhat.com>
17442
17443         * gdb.base/sizeof.c (main): Print the value of '\377'.
17444         * gdb.base/sizeof.exp: Check the sign of '\377'.
17445
17446 2003-03-27  Michael Chastain  <mec@shout.net>
17447
17448         * gdb.base/gdb1090.exp: New file.
17449         * gdb.base/gdb1090.cc: New file.
17450
17451 2003-03-27  J. Brobecker  <brobecker@gnat.com>
17452
17453         * gdb.gdb/observer.exp: New regression test.
17454
17455 2003-03-27  Michael Chastain  <mec@shout.net>
17456
17457         * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
17458         * gdb.base/ptype.exp: Likewise.
17459
17460 2003-03-27  Corinna Vinschen  <vinschen@redhat.com>
17461
17462         * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
17463
17464 2003-03-26  Michael Chastain  <mec@shout.net>
17465
17466         * gdb.base/ptype.exp: Actually use some typedef'd types.
17467
17468 2003-03-21  Stephane Carrez  <stcarrez@nerim.fr>
17469
17470         * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
17471         * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
17472
17473 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
17474
17475         * gdb.base/default.exp: Fix regular expression.
17476
17477 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
17478
17479         * gdb.base/args.exp: Fix regular expression.
17480
17481 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
17482
17483         * gdb.base/help.exp: Allow Win32 child process.
17484
17485 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
17486
17487         * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
17488         when stepping out of main().
17489
17490 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
17491
17492         * gdb.base/default.exp: Check for win32 specific message when calling
17493         "run" without executable.
17494
17495 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
17496
17497         * gdb.base/args.exp: Expect .exe in output.
17498
17499 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
17500
17501         * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
17502         Cygwin native.
17503
17504 2003-03-17  Andrew Cagney  <cagney@redhat.com>
17505
17506         From Elena Zannoni <ezannoni@redhat.com>.  Test e500 abi and
17507         vector registes.
17508         * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
17509         * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
17510
17511 2003-03-17  David Carlton  <carlton@math.stanford.edu>
17512
17513         * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
17514         test, for PR breakpoints/38.
17515         Call test_watchpoint_and_breakpoint.
17516         * gdb.base/watchpoint.c (func3): New function.
17517         (main): Call func3.
17518
17519 2003-03-04  David Carlton  <carlton@math.stanford.edu>
17520
17521         * gdb.c++/templates.exp (do_tests): Accept valid const in "print
17522         Garply<Garply<char> >:: garply".
17523         (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
17524         with respect to PR c++/1111; note also PR c++/1113.
17525         (test_template_breakpoints): KFAIL "constructor breakpoint" with
17526         respect to PR c++/1062.
17527         KFAIL "destructor breakpoint" with respect to PR c++/1112.
17528
17529 2003-03-03  David Carlton  <carlton@math.stanford.edu>
17530
17531         * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
17532         with respect to PR c++/57.
17533         KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
17534         c++/826.
17535         Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
17536         respect to PR c++/57.
17537
17538 2003-03-03  David Carlton  <carlton@math.stanford.edu>
17539
17540         * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
17541         respect to PR c++/33 into FAILs.
17542
17543 2003-03-03  Michael Chastain  <mec@shout.net>
17544
17545         * configure.in: Update copyright years.
17546
17547 2003-03-03  Michael Chastain  <mec@shout.net>
17548
17549         * Makefile.in: Update copyright years.
17550
17551 2003-02-28  David Carlton  <carlton@math.stanford.edu>
17552
17553         * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
17554         print class instead of struct and/or superfluous protection
17555         specifiers, as long as the resulting output is equivalent to the
17556         source code.
17557         Delete FIXME from end of messages on tests that don't need
17558         fixing.
17559
17560 2003-02-28  David Carlton  <carlton@math.stanford.edu>
17561
17562         * gdb.c++/templates.exp (do_tests): Allow const in the two
17563         Foo<volatile char *>::foo tests.
17564
17565 2003-02-27  Michael Snyder  <msnyder@redhat.com>
17566
17567         * gdb.base/restore.c (main): Return zero, so exit code
17568         will be consistant.
17569
17570 2003-02-26  David Carlton  <carlton@math.stanford.edu>
17571
17572         * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
17573         char *>::foo" test with respect to PR c++/33.  Create a new test
17574         which is identical to that one except that it doesn't put the
17575         space between the "char" and the "*"; KFAIL it, too.
17576
17577 2003-02-26  David Carlton  <carlton@math.stanford.edu>
17578
17579         * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
17580         template types into either PASSes or KFAILs (corresponding to PR
17581         c++/57).  Tweak indentation.  Update copyright.
17582
17583 2003-02-23  Stephane Carrez  <stcarrez@nerim.fr>
17584
17585         * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
17586
17587 2003-02-13  Michael Chastain  <mec@shout.net>
17588
17589         * gdb.base/exprs.exp: Remove i960 remnants.
17590         * gdb.base/funcargs.exp: Likewise.
17591         * gdb.base/list.exp: Likewise.
17592         * gdb.base/ptype.exp: Likewise.
17593
17594 2003-02-14  David Carlton  <carlton@math.stanford.edu>
17595
17596         * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
17597         pEe->D::vg()" from XFAIL to KFAIL.
17598
17599 2003-02-13  Jason Molenda  (jmolenda@apple.com)
17600
17601         * gdb.base/maint.exp: Update maint print statistics regexp to include
17602         new entries.
17603
17604 2003-02-13  Michael Chastain  <mec@shout.net>
17605
17606         * gdb.c++/inherit.exp: Remove call to get_debug_format.
17607
17608 2003-02-12  Michael Chastain  <mec@shout.net>
17609
17610         * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
17611         * gdb.c++/inherit.exp: Likewise.
17612         * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
17613         * gdb.c++/templates.exp: Likewise.
17614         * gdb.c++/virtfunc.exp: Likewise.
17615
17616 2003-02-06  Jason Molenda  (jason-cl@molenda.com)
17617
17618         * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
17619         why the code is written that way.
17620
17621 2003-02-05  Michael Chastain  <mec@shout.net>
17622
17623         * gdb.base/dump.exp: Add missing copyright line.
17624
17625 2003-02-05  Jason Molenda  (jason-cl@molenda.com)
17626
17627         * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
17628         at the beginning so the breakpoint doesn't get set on the loop.
17629
17630 2003-02-05  Michael Chastain  <mec@shout.net>
17631
17632         * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
17633         output for configurations with gcc 2.95.3.
17634
17635 2003-02-05  Keith Seitz  <keiths@redhat.com>
17636             Andrew Cagney  <ac131313@redhat.com>
17637
17638         * gdb.mi/mi-cli.exp: New file.
17639
17640 2003-02-04  Michael Chastain  <mec@shout.net>
17641
17642         * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
17643         Call perror and then continue.
17644
17645 2003-02-03  Michael Chastain  <mec@shout.net>
17646
17647         * gdb.c++/pr-1023.cc: New file.
17648         * gdb.c++/pr-1023.exp: New file.
17649
17650 2003-02-05  Jim Blandy  <jimb@redhat.com>
17651
17652         * gdb.c++/local.exp: Don't expect Local to be in scope in main;
17653         it's local to foobar.  Check for it there, and check that it's not
17654         present in main.
17655         * gdb.c++/local.cc (marker2): New function.
17656         (foobar): Call marker1.
17657         (main): Call marker2 instead of marker1.
17658
17659 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
17660
17661         * gdb.disasm/mn10200.exp: Obsolete file.
17662         * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
17663         * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
17664         * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
17665
17666 2003-02-04  David Carlton  <carlton@math.stanford.edu>
17667
17668         * gdb.c++/overload.exp: Test intToChar(1).
17669         * gdb.c++/overload.cc (intToChar): New.
17670         (main): Call intToChar.
17671
17672 2003-02-03  David Carlton  <carlton@math.stanford.edu>
17673
17674         * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
17675         'might_kfail' arg.
17676         KFAIL some of the continue_to_bp_overloaded calls, according to
17677         PR c++/1025.
17678
17679 2003-02-01  Michael Chastain  <mec@shout.net>
17680
17681         * gdb.base/advance.c (marker1): New marker function.
17682         * gdb.base/advance.exp: When the 'advance' command lands on the
17683         return breakpoint, it can legitimately stop on either the
17684         current line or the next line.  Accommodate both outcomes.
17685         * gdb.base/until.exp: Likewise.
17686
17687 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
17688
17689         2002-11-10 Jason Molenda (jason-cl@molenda.com):
17690         * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
17691         now a list, not a tuple.
17692         * gdb.mi/mi-var-display.exp: Ditto.
17693         * gdb.mi/gdb792.exp: Ditto.
17694
17695 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
17696
17697         From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
17698         * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
17699         stack backtraces.
17700         * gdb.mi/mi-syn-frame.c: Part of same.
17701
17702 2003-02-01  Mark Kettenis  <kettenis@gnu.org>
17703
17704         * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
17705         gdb.mi/mi1-pthreads.exp: Return instead of calling
17706         gdb_suppress_entire_file.
17707
17708 2003-02-01  Mark Salter  <msalter@redhat.com>
17709
17710         * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
17711
17712 2003-01-31  Mark Salter  <msalter@redhat.com>
17713
17714         * lib/mi-support.exp (mi_gdb_load): Support remote targets.
17715         Support empty arg.
17716
17717 2003-01-30  Michael Chastain  <mec@shout.net>
17718
17719         * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
17720         This was a workaround for a UTF-8 bug in readline 4.3.  The bug
17721         has been fixed in gdb/readline on 2003-01-09.
17722
17723 2003-01-29  Michael Snyder  <msnyder@redhat.com>
17724
17725         * gdb.base/maint.exp: Allow for leading underscore in symbol.
17726         * gdb.base/display.exp: Allow for leading underscore in symbol.
17727         * gdb.base/args.exp: Skip if target does not support args passing.
17728
17729 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
17730
17731         * lib/gdb.exp (gdb_test_multiple): New function, cloned from
17732         gdb_test.  Accept a list of expect arguments as the third
17733         parameter.
17734         (gdb_test): Use it.
17735
17736 2003-01-20  Elena Zannoni  <ezannoni@redhat.com>
17737
17738         * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
17739         allow for different test tree configurations.  Update some
17740         tescases accordingly.
17741         * gdb.arch/altivec-regs.exp: Ditto.
17742         * gdb.asm/asm-source.exp: Ditto.
17743         * gdb.base/advance.exp: Ditto.
17744         * gdb.base/display.exp: Ditto.
17745         * gdb.base/long_long.exp: Ditto.
17746         * gdb.base/mips_pro.exp: Ditto.
17747         * gdb.base/overlays.exp: Ditto.
17748         * gdb.base/relocate.exp: Ditto.
17749         * gdb.base/setshow.exp: Ditto.
17750         * gdb.base/step-line.exp: Ditto.
17751         * gdb.base/step-test.exp: Ditto.
17752         * gdb.base/until.exp: Ditto.
17753         * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
17754
17755 2003-01-17  David Carlton  <carlton@math.stanford.edu>
17756
17757         * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
17758         corresponding to PR c++/945.
17759         Update copyright.
17760
17761 2003-01-17  David Carlton  <carlton@math.stanford.edu>
17762
17763         * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
17764         corresponding to PR c++/68.
17765
17766 2003-01-17  David Carlton  <carlton@math.stanford.edu>
17767
17768         * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
17769         (test_paddr_hairy_functions): Call print_addr_2_kfail for
17770         hairyfunc5 through hairyfunc7.  KFAIL for PR c++/19.
17771
17772 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
17773
17774         * gdb.base/break.exp: Fix change of default location, because of
17775         removal of until tests.
17776         * gdb.base/help.exp: Update test for new 'until' help message.
17777         Add test for help on 'advance'.
17778         * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
17779
17780 2003-01-15  Mark Kettenis  <kettenis@gnu.org>
17781
17782         * gdb.base/default.exp: Adapt "info float" test for recent changes
17783         to that command.  Add test for "info vector".
17784         * gdb.base/float.exp: New file.  Add test for "info float" that
17785         resembles the old test in gdb.base/default.exp.
17786
17787 2003-01-15  David Carlton  <carlton@math.stanford.edu>
17788
17789         * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
17790
17791 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
17792
17793         * gdb.base/break.exp: Move the tests of until command from here...
17794         * gdb.base/until.exp: ... to here. New file. Add other tests.
17795         * gdb.base/advance.c: New file.
17796         * gdb.base/advance.exp: New file.
17797
17798 2003-01-14  Elena Zannoni  <ezannoni@redhat.com>
17799
17800         * gdb.base/args.c: New file.
17801         * gdb.base/args.exp: New file.
17802
17803 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
17804
17805         * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
17806
17807 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
17808
17809         * gdb.threads/killed.exp: Use KFAIL for gdb/568.
17810
17811 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
17812
17813         * gdb.base/constvars.exp: Remove two extra XFAILs.  Update copyright
17814         dates.
17815
17816 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
17817
17818         * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
17819
17820 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
17821
17822         * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
17823         (ptype &*"foo").
17824         * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
17825
17826 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
17827
17828         * gdb.mi/mi-console.exp: Remove extra "(known bug)".
17829         * gdb.mi/mi1-console.exp: Likewise.
17830
17831 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
17832
17833         * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
17834         * gdb.mi/mi1-console.exp: Likewise.
17835
17836 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
17837
17838         * gdb.c++/overload.exp: Remove some fixed XFAILs.
17839
17840 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
17841
17842         * gdb.base/detach.exp: New test.
17843
17844 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
17845
17846         * Makefile.in (ALL_SUBDIRS): New variable.
17847         (subdirs, clean, distclean): Use it.
17848         * gdb.arch/Makefile.in: Clean up Makefile.  Remove rules for
17849         regenerating Makefile, since it is generated from the top level.
17850         * gdb.asm/Makefile.in: Likewise.
17851         * gdb.base/Makefile.in: Likewise.
17852         * gdb.c++/Makefile.in: Likewise.
17853         * gdb.disasm/Makefile.in: Likewise.
17854         * gdb.java/Makefile.in: Likewise.
17855         * gdb.mi/Makefile.in: Likewise.
17856         * gdb.threads/Makefile.in: Likewise.
17857         * gdb.trace/Makefile.in: Likewise.
17858
17859 2003-01-09  David Carlton  <carlton@math.stanford.edu>
17860
17861         * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
17862         Add copyright year 2003.
17863
17864 2003-01-06  Michael Chastain  <mec@shout.net>
17865
17866         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
17867         When selecting a thread, 'line' and 'file' are optional.
17868         * gdb.mi/mi1-pthreads.exp: Likewise.
17869
17870 2003-01-06  Andreas Schwab  <schwab@suse.de>
17871
17872         * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
17873         failures.
17874
17875 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
17876
17877         Fix PR gdb/844
17878         * lib/gdb.exp (gdb_compile): Handle "quiet" option.
17879         (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
17880
17881         * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads.  Return
17882         instead of calling gdb_suppress_entire_file.
17883         * gdb.threads/print-threads.exp: Likewise.
17884         * gdb.threads/schedlock.exp: Likewise.
17885
17886         * gdb.threads/killed.exp: Return instead of calling
17887         gdb_suppress_entire_file.
17888         * gdb.threads/linux-dp.exp: Likewise.
17889         * gdb.threads/pthreads.exp: Likewise.
17890
17891 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
17892
17893         * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
17894         stabs.
17895         * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
17896         * gdb.base/whatis.exp: Always allow (void) after function names.
17897
17898 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
17899
17900         * gdb.c++/casts.exp: Correct regexp.
17901
17902 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
17903
17904         * configure.in: Call AC_CONFIG_HEADER.  Don't call
17905         AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
17906         gdb.disasm, gdb.mi, gdb.threads and gdb.trace.  Call
17907         AC_CHECK_HEADERS on pthread.h.  Put Makefiles in the
17908         aforementioned directories in the AC_OUPUT call.
17909         * config.hin: New file.
17910         * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
17911         gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
17912         gdb.threads/killed.exp, gdb.threads/print-threads.exp,
17913         gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
17914         pass -I$objdir instead of -I$objdir/$subdir in compilation.
17915         * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
17916         gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
17917         gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
17918         gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
17919         gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
17920         gdb.threads/configure.in, gdb.threads/configure,
17921         gdb.threads/config.in, gdb.trace/configure.in,
17922         gdb.trace/configure: Removed.
17923
17924 2003-01-03  Michael Chastain  <mec@shout.net>
17925
17926         * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
17927         testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
17928
17929 2003-01-03  Daniel Jacobowitz  <drow@mvista.com>
17930
17931         * gdb.base/store.exp: Fix regular expressions.
17932
17933 2002-12-28  Mark Kettenis  <kettenis@gnu.org>
17934
17935         * configure.in: Rewrite.
17936         * configure: Regenerated.
17937
17938 2003-01-03  David Carlton  <carlton@math.stanford.edu>
17939
17940         * gdb.base/psymtab.exp: New file.
17941         * gdb.base/psymtab1.c: Ditto.
17942         * gdb.base/psymtab2.c: Ditto.
17943
17944 2002-12-23  Adam Fedor  <fedor@gnu.org>
17945
17946         * gdb.base/maint.exp: Update expect output to include 'ObjC'.
17947
17948 2002-12-23  David Carlton  <carlton@math.stanford.edu>
17949
17950         * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
17951         and current_directory initialization.
17952
17953 2002-12-22  Jim Blandy  <jimb@redhat.com>
17954
17955         * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
17956         rather than as part of the output file name.
17957
17958         * gdb.base/attach.exp: There's no need to copy the test program to
17959         /tmp; that was only ever necessary on HP/UX, and this test is
17960         entirely disabled there anyway.
17961
17962 2002-12-21  Jim Blandy  <jimb@redhat.com>
17963
17964         * gdb.c++/psmang.exp: Doc fix.
17965
17966         * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
17967         test.
17968
17969 2002-12-20  David Carlton  <carlton@math.stanford.edu>
17970
17971         * gdb.c++/annota2.exp: KFAIL annotate-quit.
17972
17973 2002-12-18  Michael Chastain  <mec@shout.net>
17974
17975         * gdb.c++/annota2.exp: Add copyright year 2002.
17976
17977 2002-12-17  David Carlton  <carlton@math.stanford.edu>
17978
17979         * gdb.c++/try_catch.cc: Add marker comments.
17980         * gdb.c++/try_catch.exp: Get line numbers from marker comments.
17981         * gdb.c++/m-data.cc: Delete namespace __gnu_test.
17982         * gdb.c++/m-static.cc: Ditto.
17983         * gdb.c++/m-static1.cc: Ditto.
17984         * gdb.c++/try_catch.cc: Ditto.
17985
17986 2002-12-16  Jeff Johnston  <jjohnstn@redhat.com>
17987
17988         * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
17989         to see whether we are using the new -environment-directory
17990         command which resets via -r or the old version of the command
17991         which may prompt the user.  Part of fix for gdb/741.
17992
17993 2002-12-13  Andrew Cagney  <ac131313@redhat.com>
17994
17995         * gdb.fortran/types.exp: Update obsolete comment.
17996         * gdb.fortran/exprs.exp: Ditto.
17997         * lib/gdb.exp: Delete obsolete code.
17998         * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
17999         * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
18000         * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
18001         * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
18002         * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
18003         * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
18004         * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
18005         * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
18006         * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
18007         * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
18008         * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
18009         * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
18010         * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
18011         * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
18012         * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
18013         * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
18014         * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
18015         * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
18016         * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
18017         * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
18018         * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
18019         * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
18020         * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
18021         * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
18022         * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
18023         * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
18024         * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
18025         * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
18026         * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
18027         * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
18028         * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
18029         * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
18030         * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
18031         * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
18032         * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
18033         * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
18034         * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
18035
18036 2002-12-11  David Carlton  <carlton@math.stanford.edu>
18037
18038         * gdb.c++/m-data.exp: Add test for members that shadow global
18039         variables: see PR gdb/804.
18040         * gdb.c++/m-data.cc: Ditto.
18041
18042 2002-12-10  Daniel Jacobowitz  <drow@mvista.com>
18043
18044         * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
18045
18046 2002-12-06  David Carlton  <carlton@math.stanford.edu>
18047
18048         * gdb.base/store.c: Don't declare functions static.
18049
18050 2002-12-04  Andrew Cagney  <ac131313@redhat.com>
18051
18052         * gdb.base/store.exp, gdb.base/store.c: New files.
18053
18054 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
18055
18056         * gdb.base/selftest.exp: Update for current gdb.
18057
18058 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
18059
18060         * gdb.base/maint.exp: Only dump symbols from one source file
18061         or objfile.
18062
18063 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
18064
18065         * gdb.base/step-test.exp: Allow MIPS to return to the line of a
18066         function call.
18067
18068 2002-11-25  Jim Blandy  <jimb@redhat.com>
18069
18070         * lib/mi-support.exp (mi_delete_breakpoints): Change name of
18071         function appearing in error message.
18072
18073 2002-11-21  Daniel Jacobowitz  <drow@mvista.com>
18074
18075         * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
18076
18077 2002-11-08  Jeff Johnston  <jjohnstn@redhat.com>
18078
18079         * lib/mi-support.exp (mi_gdb_start): Verify the startup message
18080         for mi1 and current mi is in correct format.  New mi startup message
18081         should be in mi console format.  This is part of fix for PR gdb/604.
18082
18083 2002-09-18  Fernando Nasser  <fnasser@redhat.com>
18084
18085         * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
18086         which explicitly prints the zero offset as "+0".
18087
18088 2002-10-22  Daniel Jacobowitz  <drow@mvista.com>
18089
18090         * gdb.threads/schedlock.c (args): Make unsigned.
18091
18092 2002-10-21  Daniel Jacobowitz  <drow@mvista.com>
18093
18094         * gdb.asm/asm-source.exp: Add "mips*-*" pattern.  Update line
18095         numbers.  Allow "foo2|selected stack frame".
18096         * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
18097         * gdb.asm/asmsrc2.s: Likewise.
18098         * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end.  Update
18099         comments.
18100         * gdb.asm/mips.inc: New file.
18101
18102 2002-10-18  Adam Fedor  <fedor@gnu.org>
18103
18104         * gdb.base/default.exp: Update expected output to include 'ObjC'.
18105         * gdb.base/help.exp: Likewise.
18106
18107 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
18108
18109         * gdb.base/constvars.c (struct crass, struct crisp): New structs.
18110         * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
18111
18112 2002-10-02  Jim Blandy  <jimb@redhat.com>
18113
18114         * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
18115
18116 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
18117
18118         * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
18119         * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
18120         * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
18121         * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
18122         * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
18123         * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
18124         * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
18125
18126 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
18127
18128         * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
18129         * mi0-disassemble.exp, mi0-eval.exp: Delete.
18130         * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
18131         * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
18132         * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
18133         * mi0-var-block.exp, mi0-var-child.exp: Delete.
18134         * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
18135
18136 2002-09-27  Kevin Buettner  <kevinb@redhat.com>
18137
18138         * gdb.base/annota1.exp (info break): Make directory components of
18139         path optional since not all compilers emit this debug information.
18140
18141         * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
18142         step ends up stepping out of the function instead of stopping on
18143         the epilogue.
18144
18145 2002-09-26  Keith Seitz  <keiths@redhat.com>
18146
18147         * lib/insight-support.exp (gdbtk_start): Figure out where
18148         the insight executable is based on where gdb is. Use this
18149         executable to start insight instead of gdb.
18150
18151 2002-09-25  Andrew Cagney  <cagney@redhat.com>
18152
18153         * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
18154
18155 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
18156
18157         * gdb.gdb/complaints.exp (test_initial_complaints): Rename
18158         test_isolated_complaints.
18159         (test_empty_complaint): New function.
18160         (test_empty_complaints): New function.  Check no output when no
18161         complaints.
18162
18163 2002-09-19  Jim Blandy  <jimb@redhat.com>
18164
18165         * gdb.base/charset.exp, gdb.base/charset.c: New files.
18166
18167 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
18168
18169         * gdb.gdb/complaints.exp: New file.
18170
18171 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
18172
18173         * gdb.base/maint.exp: Check `help maint internal-warning'.
18174
18175 2002-09-18  David Carlton  <carlton@math.stanford.edu>
18176
18177         * gdb.c++/m-static.exp: Remove breakpoints depending on line
18178         numbers, and replace them by a single breakpoint after the
18179         constructors are all finished.
18180         Add test 4.
18181         * gdb.c++/m-static.cc: Add test 4.
18182         * gdb.c++/m-static.h: New file.
18183         * gdb.c++/m-static1.cc: New file.
18184
18185         * gdb.c++/printmethod.exp: New file.
18186         * gdb.c++/printmethod.cc: New file.
18187
18188         * gdb.c++/pr-574.exp: New file.
18189         * gdb.c++/pr-574.cc: New file.
18190
18191 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
18192
18193         * gdb.base/ending-run.exp: Add handling of "step to end of run" for
18194         embedded targets which never actually exit.
18195
18196 2002-09-18  Fernando Nasser  <fnasser@redhat.com>
18197
18198         * gdb.base/ending-run.exp: Properly mark "continue after exit" and
18199         "don't step after run" as unresolved or unsupported, instead of xfail.
18200
18201 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
18202
18203         * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
18204         allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
18205         Add newline to expected string in "step out of main (status wrapper)"
18206         case.
18207
18208 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
18209
18210         * lib/gdb.exp (rerun_to_main): Allow restarting application.
18211         * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
18212
18213 2002-09-17  Tom Tromey  <tromey@redhat.com>
18214
18215         * gdb.base/printcmds.exp (test_print_string_constants): Expect
18216         \000, not \0, in double-quoted string.
18217
18218 2002-09-14  Corinna Vinschen  <vinschen@redhat.com>
18219
18220         * gdb.base/commands.exp: Don't expect a "Program exited normally"
18221         string after running the commands execution on breakpoint tests.
18222
18223 2002-09-13  Corinna Vinschen  <vinschen@redhat.com>
18224
18225         * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
18226
18227 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
18228
18229         * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
18230
18231 2002-09-10  Keith Seitz  <keiths@redhat.com>
18232
18233         * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
18234         runto proc.
18235         (mi_run_to_main): Use mi_runto.
18236         (mi_execute_to): Renamed from mi_run_to. Changed all callers.
18237
18238 2002-09-10  Keith Seitz  <keiths@redhat.com>
18239
18240         * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
18241         regexp for stopping at main. Could have multiple event notifications.
18242         Don't assume that main was declared with no parameters.
18243         (mi_next): Use mi_step_to.
18244         (mi_step): Use mi_next_to.
18245
18246 2002-09-09  Corinna Vinschen  <vinschen@redhat.com>
18247
18248         * gdb.base/default.exp: Fix expected string in `info float' test.
18249
18250 2002-09-09  Ben Elliston  <bje@redhat.com>
18251
18252         * config/mips.exp: Update comments.
18253         * config/mips-idt.exp: Likewise.
18254         * config/nind.exp: Likewise.
18255         * config/slite.exp: Likewise.
18256         * config/sparclet.exp: Likewise.
18257         * config/udi.exp: Likewise.
18258         * config/vx.exp: Likewise.
18259         * config/vxworks29k.exp: Likewise.
18260
18261 2002-09-05  Jim Blandy  <jimb@redhat.com>
18262
18263         * gdb.threads/killed.exp: Fix test failure message.
18264
18265 2002-09-04  Keith Seitz  <keiths@redhat.com>
18266
18267         * lib/mi-support.exp: Update copyright.
18268         (mi_gdb_test): Increase the priority of the expected pattern
18269         so that it matches gdb_test.
18270
18271 2002-09-03  Keith Seitz  <keiths@redhat.com>
18272
18273         * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
18274         Use integer comparison instead of string comparison for testing
18275         whether binary was built.
18276
18277 2002-09-03  Jim Blandy  <jimb@redhat.com>
18278
18279         * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
18280
18281 2002-08-29  Jim Blandy  <jimb@redhat.com>
18282
18283         * gdb.threads/pthreads.exp: Move the portable thread compilation
18284         code into a function in lib/gdb.exp, and call that from here.
18285         * lib/gdb.exp (gdb_compile_pthreads): New function.
18286
18287 2002-08-29  Keith Seitz  <keiths@redhat.com>
18288
18289         * lib/mi-support.exp (mi_gdb_test): Add global declaration for
18290         expect_out so that callers can get at it.
18291
18292 2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
18293
18294         * gdb.threads/print-threads.c: New file.
18295         * gdb.threads/print-threads.exp: New file.
18296         * gdb.threads/schedlock.c: New file.
18297         * gdb.threads/schedlock.exp: New file.
18298
18299 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
18300
18301         * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
18302         not altivec.c.
18303
18304 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
18305
18306         * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
18307         targets.  The problem should be fixed now.
18308
18309 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
18310
18311         * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
18312         2002-07-24 change that removes final dots from error messages.
18313
18314 2002-08-13  Tom Tromey  <tromey@redhat.com>
18315
18316         * gdb.base/readline.exp: New file.
18317
18318 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
18319
18320         * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
18321         supress message.
18322
18323 2002-08-01  Andrew Cagney  <cagney@redhat.com>
18324
18325         * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
18326         CHILL_FOR_TARGET and CHILL_LIB.
18327         * configure.in (configdirs): Remove gdb.chill.
18328         * configure: Regenerate.
18329         * lib/gdb.exp: Obsolete references to chill.
18330         * gdb.fortran/types.exp: Ditto.
18331         * gdb.fortran/exprs.exp: Ditto.
18332
18333 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
18334
18335         * gdb.base/shlib-call.exp (additional_flags): Conditionally
18336         set Irix-specific compile and link flags.
18337
18338 2002-07-29  Kevin Buettner  <kevinb@redhat.com>
18339
18340         * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
18341         source files.  The ``-o'' option doesn't work with the ``-E'' option
18342         when using the Irix compiler.
18343
18344 2002-07-19  Daniel Jacobowitz  <drow@mvista.com>
18345
18346         * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
18347         Improve support for reusing an exec file.  Copy exec file
18348         to target, and run gdbserver on the target instead of on the host.
18349
18350 2002-07-18  Jim Blandy  <jimb@redhat.com>
18351
18352         * gdb.base/ending-run.exp: Don't expect to see the program end in
18353         some orderly fashion when we're running on a real stand-alone
18354         board.
18355
18356         * gdb.base/interrupt.exp: Correct logic for skipping tests on
18357         targets that don't support interrupts.
18358
18359 2002-07-10  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
18360
18361         * gdb.base/attach.exp: Add patterns to match output from /proc-based
18362         systems.
18363         Move comments in expect statements to inside the actions, so that they
18364         don't get matched against.
18365
18366 2002-07-10  Mark Kettenis  <kettenis@gnu.org>
18367
18368         * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
18369         function when asleep" test.
18370
18371 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
18372
18373         * gdb.base/page.exp: Rewrite to handle problems with very long
18374         `info set' output.  Update copyright.
18375
18376 2002-06-26  Andrew Cagney  <ac131313@redhat.com>
18377
18378         * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
18379         gdb.threads-hp.
18380         * gdb.hp/configure: Regenerate.
18381         * gdb.hp/gdb.threads-hp/configure.in: Delete file.
18382         * gdb.hp/gdb.threads-hp/configure: Delete file.
18383         * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
18384
18385 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
18386
18387         * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
18388         setlocale, bindtextdomain and textdomain.
18389
18390 2002-06-11  Jim Blandy  <jimb@redhat.com>
18391
18392         * lib/gdb.exp (get_debug_format): Tolerate message saying whether
18393         preprocessor macro information is present.
18394
18395         * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
18396         tests.
18397
18398 2002-06-06  Michael Snyder  <msnyder@redhat.com>
18399
18400         * gdb.base/overlays.exp: Record addresses of overlay
18401         functions in TCL variables rather than in GDB variables,
18402         to avoid having GDB convert them to pointers (with loss
18403         of information).
18404
18405         * gdb.base/d10v.ld: Merge in several years worth of
18406         default linker script changes.
18407         * gdb.base/long_long.exp: Add check for sizeof (long double).
18408
18409 2002-06-06  Michal Ludvig  <mludvig@suse.cz>
18410
18411         * gdb.asm/asm-source.exp: Add x86-64 target.
18412         * gdb.asm/x86_64.inc: New.
18413
18414 2002-05-30  Michael Chastain  <mec@shout.net>
18415
18416         From Benjamin Kosnik <bkoz@redhat.com>:
18417         * gdb.c++/m-static.cc: New file.
18418         * gdb.c++/m-static.exp: New file.
18419
18420 2002-05-28  Michael Snyder  <msnyder@redhat.com>
18421
18422         * gdb.base/call-ar-st.exp: Allow for reduced floating point
18423         precision.
18424
18425 2002-05-27  Michael Chastain  <mec@shout.net>
18426
18427         From Benjamin Kosnik <bkoz@redhat.com>:
18428         * gdb.c++/m-data.cc: New file.
18429         * gdb.c++/m-data.exp: New file.
18430
18431 2002-05-27  Michael Chastain  <mec@shout.net>
18432
18433         From Benjamin Kosnik <bkoz@redhat.com>:
18434         * gdb.c++/try_catch.cc: New file.
18435         * gdb.c++/try_catch.exp: New file.
18436
18437 2002-05-27  Michael Chastain  <mec@shout.net>
18438
18439         * gdb.c++/local.exp: Accept more nested types in output.
18440
18441 2002-05-26  Michael Chastain  <mec@shout.net>
18442
18443         * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
18444
18445 2002-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
18446
18447         * lib/gdb.exp (gdb_wrapper_init): Just because
18448         gdb_wrapper_file exists, this does not mean that the file
18449         should not be rebuilt.  That is what gdb_wrapper_initialized
18450         is for.
18451         (default_gdb_init): Reset gdb_wrapper_initialized.
18452
18453 2002-05-23  Michael Snyder  <msnyder@redhat.com>
18454
18455         * gdb.base/all-bin.exp: Revise previous patch by just reducing
18456         the precision of the floating point test results.
18457         * gdb.base/call-rt-st.exp: Ditto.
18458
18459         * gdb.base/all-bin.exp: Allow for reduced floating point precision.
18460         * gdb.base/call-rt-st.exp: Ditto.
18461
18462 2002-05-19  Michael Chastain  <mec@shout.net>
18463
18464         * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
18465
18466 2002-05-19  Elena Zannoni  <ezannoni@redhat.com>
18467
18468         * configure.in (configdirs): Add gdb.arch.
18469         * configure: Regenerate.
18470
18471 2002-05-17  Jim Blandy  <jimb@redhat.com>
18472
18473         * gdb.base/completion.exp: Recognize the more detailed error
18474         messages produced by the macro expander's lexical analyzer.
18475
18476 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
18477
18478         * gdb.arch/altivec-abi.c: New file.
18479         * gdb.arch/altivec-abi.exp: New file.
18480         * gdb.arch/altivec-regs.c: New file.
18481         * gdb.arch/altivec-regs.exp: New file.
18482
18483 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
18484
18485         * gdb.base/maint.exp (maint print type): Update for new type
18486         structure.
18487
18488 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
18489
18490         * gdb.arch: New directory.
18491         * gdb.arch/configure.in: New file.
18492         * gdb.arch/configure: New file.
18493         * gdb.arch/Makefile.in: New file.
18494
18495 2002-05-13  Corinna Vinschen  <vinschen@redhat.com>
18496
18497         * gdb.asm/asm-source.exp: Add v850 as supported target.
18498         * gdb.asm/v850.inc: New file.
18499
18500 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
18501
18502         * gdb.c++/annota2.exp (annotate-quit): Add comment.
18503
18504 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
18505
18506         * gdb.base/break.exp: Check 'break "marker2"'.
18507
18508 2002-05-10  Michael Snyder  <msnyder@redhat.com>
18509
18510         * gdb.base/long_long.exp: Fix typo.
18511
18512 2002-05-10  Jim Blandy  <jimb@redhat.com>
18513
18514         * gdb.base/printcmds.exp: Don't xfail the ptype command.  This is
18515         a bug.
18516
18517         * gdb.base/printcmds.exp (test_integer_literals_rejected):
18518         Recognize more detailed error message produced by the macro
18519         expander's lexical analyzer.
18520         * lib/gdb.exp (test_print_reject): Same.
18521
18522 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
18523
18524         * gdb.c++/method.exp: Fix typo.
18525
18526 2002-05-08  Michael Snyder  <msnyder@redhat.com>
18527
18528         * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
18529         * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
18530         * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
18531         * gdb.base/long_long.exp: Merge clauses for arm and xscale.
18532         Add iftarget clause for strongarm.
18533
18534 2002-05-06  Michael Snyder  <msnyder@redhat.com>
18535
18536         * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
18537         (gdb_continue_to_end): Accept output from status wrapper.
18538         * gdb.base/ending-run.exp: Add case for output from status wrapper.
18539         Clean up fail messages to match pass messages.
18540
18541         Enable the "needs_status_wrapper" testsuite feature.
18542         * lib/gdb.exp (gdb_wrapper_init): New procedure.
18543         (gdb_compile): Conditionally call gdb_wrapper_init.
18544         * gdb.base/a2-run.exp: Recognize output from status wrapper.
18545         * gdb.c++/method.exp: Recognize output from status wrapper.
18546
18547 2002-05-06  Ben Elliston  <bje@redhat.com>
18548 From Graydon Hoare  <graydon@redhat.com>
18549
18550         * config/sid.exp: Include support for "rawsid" protocol.
18551
18552 2002-05-03  Jim Blandy  <jimb@redhat.com>
18553
18554         * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
18555         * gdb.c++/hang3.C: New file.
18556
18557 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
18558
18559         * gdb.base/default.exp: Remove obsolete code.
18560         * gdb.c++/misc.exp: Ditto.  Update copyright.
18561         * gdb.c++/cplusfuncs.exp: Ditto.  Update copyright.
18562         * gdb.base/whatis.exp: Ditto.  Update copyright.
18563         * gdb.base/scope.exp: Ditto.  Update copyright.
18564         * gdb.base/ptype.exp: Ditto.  Update copyright.
18565         * gdb.base/printcmds.exp: Ditto.  Update copyright.
18566         * gdb.base/opaque.exp: Ditto.  Update copyright.
18567         * gdb.base/list.exp: Ditto.
18568         * gdb.base/funcargs.exp: Ditto.  Update copyright.
18569         * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
18570         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
18571         * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
18572         * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
18573         * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
18574         * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
18575
18576 2002-05-02  Michael Snyder  <msnyder@redhat.com>
18577
18578         * gdb.base/watchpoint.exp: Add xscale target.
18579         * gdb.base/long_long.exp: Add xscale target.
18580         * gdb.base/default.exp: Add xscale target.
18581
18582 2002-05-01  Jim Blandy  <jimb@redhat.com>
18583
18584         * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
18585         gdb.c++/hang.exp: New test.
18586
18587 2002-05-01  Fred Fish  <fnf@redhat.com>
18588
18589         * gdb.base/completion.exp: Handle completions of "./Make" for
18590         more than one completion possibility, as is the case when we
18591         build and test in the source tree.
18592
18593 2002-04-29  Anthony Green  <green@redhat.com>
18594
18595         * gdb.java/jmisc1.exp: New file.
18596         * gdb.java/jmisc2.exp: New file.
18597
18598 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
18599
18600         * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
18601
18602 2002-04-23  Elena Zannoni  <ezannoni@redhat.com>
18603
18604         * gdb.base/help.exp: Change 'help status' to allow for target
18605         dependent output differences.
18606
18607 2002-04-22  Michael Chastain  <mec@shout.net>
18608
18609         * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
18610
18611 2002-04-22  Michael Chastain  <mec@shout.net>
18612
18613         * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
18614
18615 2002-04-17  David S. Miller  <davem@redhat.com>
18616
18617         * gdb.asm/sparc64.inc: New file.
18618         * gdb.asm/asm-source.exp: Handle sparc64-*-*.
18619
18620 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
18621
18622         * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
18623         instruction file directly into the build tree.  Clean up at end of
18624         test.
18625
18626 2002-04-18  David S. Miller  <davem@redhat.com>
18627
18628         * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
18629         handle 64-bit platforms correctly.
18630         * gdb.base/maint.exp: Likewise.
18631
18632 2002-04-18  Kevin Buettner  <kevinb@redhat.com>
18633
18634         * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
18635         ``-fpic'' when compiling files comprising a shared library, but
18636         it does need additional linker flags in order to find shared
18637         libraries at run time.
18638
18639 2002-04-18  Kevin Buettner  <kevinb@redhat.com>
18640
18641         * gdb.base/cvexpr.c (use): New function.
18642         (main): Invoke use() on all global variables to prevent
18643         some linkers from deleting these otherwise unused symbols.
18644
18645 2002-04-17  Michael Chastain  <mec@shout.net>
18646 From David S. Miller  <davem@redhat.com>
18647
18648         * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
18649         handle 64-bit platforms correctly.
18650
18651 2002-04-12  Michael Snyder  <msnyder@redhat.com>
18652 From Jim Blandy  <jimb@redhat.com>
18653         * gdb.base/foo.c (foox): Remove section attribute; the linker
18654         script can handle this instead.
18655         * gdb.base/bar.c (barx): Same.
18656         * gdb.base/baz.c (bazx): Same.
18657         * gdb.base/grbx.c (grbxx): Same.
18658
18659         * gdb.base/overlays.exp: New test: check that GDB's manual overlay
18660         manager doesn't automatically unmap overlays unnecessarily.
18661
18662 2002-04-10  Martin M. Hunt  <hunt@redhat.com>
18663
18664         * gdb.base/ending-run.exp: Fix pattern for Mips targets
18665         stepping out of main.
18666
18667 2002-04-09  Michael Chastain  <mec@shout.net>
18668
18669         * gdb.c++/local.cc (main): Move call to marker1() inside nested
18670         scope so that the nested scope tests will make sense.
18671         * gdb.c++/local.exp: Write patterns that actually work with gcc
18672         (the HP patterns "were never known to work with gcc").
18673         Keep the old aCC patterns too.
18674
18675 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
18676
18677         * gdb.base/attach.exp: Correct target board test.
18678
18679 2002-04-08  Michael Chastain  <mec@shout.net>
18680
18681         * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
18682         in a const method.  Add some xfail and fail cases for configurations
18683         that do not emit the "const ...".
18684
18685 2002-04-07  Michael Chastain  <mec@shout.net>
18686
18687         * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
18688         Accept "A * const" and "const A * const" as type of "this".
18689         Fix spelling of getFunky throughout.  Make messages uniform.
18690
18691 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
18692
18693         Work around for PR gdb/285:
18694         * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
18695
18696 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
18697
18698         * gdb.asm/asm-source.exp: Build symbolic link to arch specific
18699         instructions file at run time instead of configure time.
18700         Sometimes we run the test in a directory that is not the one we
18701         configured in.
18702         * gdb.asm/configure.in: Delete creation of symlink.
18703         * gdb.asm/configure: Regenerate.
18704
18705 2002-04-05  J. Brobecker  <brobecker@gnat.com>
18706
18707         * gdb.gdb/xfullpath.exp: New test, to exercise the new
18708         xfullpath () function.
18709
18710 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
18711
18712         * gdb.asm/Makefile.in: Correct dependencies.
18713
18714         * gdb.asm/powerpc.inc: New file.
18715         * gdb.asm/asm-source.exp: Add PowerPC.
18716         * gdb.asm/configure.in: Likewise.
18717         * gdb.asm/configure: Regenerated.
18718
18719 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
18720
18721         * gdb.base/relocate.exp: New file.
18722         * gdb.base/relocate.c: New file.
18723
18724 2002-04-04  Fred Fish  <fnf@redhat.com>
18725
18726         * gdb.base/step-test.exp: Update comment regarding stopping in
18727         memcpy/bcopy calls inserted as part of the compiler runtime.
18728
18729 2002-04-04  Michael Snyder  <msnyder@redhat.com>
18730
18731         * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
18732
18733 2002-04-03  Daniel Jacobowitz  <drow@mvista.com>
18734
18735         * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
18736         (gdb_expect): Remove $notransfer hack.
18737
18738 2002-04-02  Daniel Jacobowitz  <drow@mvista.com>
18739
18740         * gdb.c++/classes.exp ("calling method for small class"): Match
18741         updated register output.
18742
18743 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
18744
18745         Fix PR gdb/452
18746         * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
18747         when finished.  Make gdb_file_cmd send "exec-file" when
18748         appropriate.
18749
18750 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
18751
18752         * gdb.base/attach.exp: Remove extra setup_xfail.
18753
18754 2002-03-26  Michael Snyder  <msnyder@redhat.com>
18755
18756         * gdb.base/default.exp: Add tests for dump, append, and restore.
18757         * gdb.base/help.exp: Add tests for dump, append, and restore.
18758         * gdb.base/dump.exp: New file, test dump, append and restore.
18759         * gdb.base/dump.c: New file.
18760
18761 2002-03-27  Michael Snyder  <msnyder@redhat.com>
18762
18763         * gdb.base/help.exp: Modify expect strings to reflect
18764         clean-ups in help messages.
18765
18766 2002-03-26  Fred Fish  <fnf@redhat.com>
18767
18768         * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
18769         have debugging info for those functions and the compiler uses them
18770         internally to copy structs around.
18771
18772 2002-03-26  Fred Fish  <fnf@redhat.com>
18773
18774         * gdb.base/list.exp: Revert the change made yesterday and add note
18775         about why we don't list the default lines for remote targets.
18776
18777 2002-03-25  Michael Snyder  <msnyder@redhat.com>
18778
18779         * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
18780
18781 2002-03-25  Fred Fish  <fnf@redhat.com>
18782
18783         * gdb.base/list.exp: This test works on remote targets so remove
18784         the short circuit for remote targets.  Update copyright.
18785
18786 2002-03-25  Fred Fish  <fnf@redhat.com>
18787
18788         * gdb.base/attach.exp: Fix logic error that was suppressing this
18789         test for all non hppa*-*-hpux* targets, instead of the hp target.
18790         Move comments closer to the suppression point.  Also now need to
18791         check that we are running natively.
18792
18793 2002-03-22  Michael Snyder  <msnyder@redhat.com>
18794
18795         * gdb.base/default.exp: Add test for gcore.  Update copyright.
18796         * gdb.base/help.exp: Add test for gcore.  Update copyright.
18797
18798 2002-03-06  Fred Fish  <fnf@redhat.com>
18799
18800         * gdb.base/funcargs.c:  Remove extraneous ';' character.
18801         * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
18802
18803 2002-03-04  Michael Chastain  <mec@shout.net>
18804
18805         * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
18806         accommodate gcc v3 function signature.
18807         * gdb.mi/mi0-var-cmd-exp: Ditto.
18808
18809 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
18810
18811         * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
18812         ``GNU/Linux'' or ``Linux kernel''
18813         * testsuite/gdb.threads/pthreads.c: Ditto.
18814
18815 2002-02-24  Michael Chastain  <mec@shout.net>
18816
18817         * gdb.threads/pthreads.c (thread1): Add a return statement.
18818         (thread2): Likewise.
18819         (foo): Likewise.
18820
18821 2002-02-23  Michael Chastain  <mec@shout.net>
18822
18823         * gdb.threads/linux-dp.c (philosopher): Add a return statement
18824         to placate gcc.
18825
18826 2002-02-23  Michael Chastain  <mec@shout.net>
18827
18828         * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
18829         test "ptype bint".  The test passes on all my stabs configurations.
18830
18831 2002-02-21  Jim Blandy  <jimb@redhat.com>
18832
18833         * gdb.asm/asm-source.exp: Parse the output from `info sources' one
18834         filename at a time, and watch for the ones we want to see.
18835
18836         * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
18837         types of pointers to prototyped functions.
18838
18839 2002-02-20  Andrew Cagney  <ac131313@redhat.com>
18840
18841         * gdb.base/sizeof.c (main): Call fill_structs.  Print value of
18842         signed, unsigned and straight char.
18843         (padding_char, padding_short, padding_int, padding_long,
18844         padding_long_long, padding_float, padding_double,
18845         padding_long_double): New global variables.
18846         (fill, fill_structs): New functions.
18847
18848         * gdb.base/sizeof.exp: Check for signed and unsigned char.  Check
18849         for correctly sized writes.  Update copyright.
18850         (get_valueof): New procedure.
18851         (get_sizeof): Call get_valueof.
18852         (check_valueof): New procedure.
18853         (check_padding): New procedure.
18854
18855 2002-02-20  Michael Chastain  <mec@shout.net>
18856
18857         * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
18858         to setup_xfail.  Document some of the remaining calls.
18859
18860 2002-02-18  Michael Chastain  <mec@shout.net>
18861
18862         * gdb.c++/userdef.exp: Update copyright year.
18863
18864 2002-02-18  Daniel Jacobowitz  <drow@mvista.com>
18865
18866         * gdb.c++/userdef.exp: Test overloaded operators properly.
18867         Remove xfails.
18868
18869 2002-02-14  Michael Snyder  <msnyder@redhat.com>
18870
18871         * gdb.base/gcore.exp: Relax recognition of function breakpoint.
18872
18873 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
18874
18875         * gdb.base/a2-run.exp: Check for a remote target properly.
18876         * gdb.base/annota1.exp: Likewise.
18877         * gdb.base/list.exp: Likewise.
18878         * gdb.base/reread.exp: Likewise.
18879         * gdb.base/scope.exp: Likewise.
18880         * gdb.base/shlib-call.exp: Likewise.
18881         * gdb.base/term.exp: Likewise.
18882         * gdb.c++/annota2.exp: Likewise.
18883
18884 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
18885
18886         * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
18887
18888 2002-02-10  Michael Chastain  <mec@shout.net>
18889
18890         * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
18891         (call_after_alloca): Ditto.
18892
18893 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
18894
18895         * gdb.base/ending-run.exp: Guard "cont" test with
18896         gdb_skip_stdio_test.
18897
18898 2002-02-06  Jim Blandy  <jimb@redhat.com>
18899
18900         * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
18901         from here...
18902         * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
18903         To here.  Disable this test on non-HP platforms.  Add big comment.
18904
18905 2002-02-04  Michael Snyder  <msnyder@redhat.com>
18906
18907         * gdb.base/ovlymgr.c  (ovly_copy): Generalize for targets
18908           other than d10v and m32r.
18909
18910 2002-02-02  Richard Earnshaw  <rearnsha@arm.com>
18911
18912         * gdb.base/default.exp: Rewrite test patterns to reduce time
18913         taken to match them.
18914
18915 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
18916
18917         * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
18918         Allow a start function above main.
18919         * gdb.threads/linux-dp.exp: Fix copyright date.
18920
18921 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
18922
18923         * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
18924         (check_philosopher_stack): Check for manager thread before checking
18925         for a just-starting thread.
18926
18927 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
18928
18929         From Neil Booth <neil@daikokuya.demon.co.uk>:
18930         * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
18931         warnings.
18932
18933 2002-01-21  Fred Fish  <fnf@redhat.com>
18934
18935         * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
18936         not caller.
18937
18938 2002-01-21  Jim Blandy  <jimb@redhat.com>
18939
18940         * gdb.base/reread.exp: Check that GDB properly re-reads the
18941         executable file when it changes while no inferior is running.
18942
18943 2002-01-21  Fred Fish  <fnf@redhat.com>
18944
18945         * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
18946         optionally accept the "shlib events" variation.
18947
18948 2002-01-21  Jim Blandy  <jimb@redhat.com>
18949
18950         * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
18951         call `fflush' after every `printf', so that the output is produced
18952         at predictable points, regardless of whatever buffering does (or
18953         doesn't) take place.
18954         * gdb.base/ending-run.exp: Adjust tests to expect output to appear
18955         at different points.
18956
18957 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
18958
18959         * gdb.c++/inherit.exp: Update copyright years.
18960         * gdb.c++/method.exp: Likewise.
18961
18962 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
18963
18964         * gdb.c++/classes.exp: Update for improved v3 support and skipping
18965         artificial methods/arguments.
18966         * gdb.c++/derivation.exp: Likewise.
18967         * gdb.c++/inherit.exp: Likewise.
18968         * gdb.c++/method.exp: Likewise.
18969         * gdb.c++/virtfunc.exp: Likewise.
18970
18971 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
18972
18973         * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
18974         * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
18975         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
18976         * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
18977         * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
18978         * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
18979
18980 2002-01-17  Jim Blandy  <jimb@redhat.com>
18981
18982         * gdb.asm/asm-source.exp (info symbol): Take another shot at
18983         anchoring the pattern matching the entry point symbol's name.
18984
18985 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
18986
18987         * gdb.base/maint.exp: Update ``maint internal-error'' to match
18988         continue/quit query.  Update copyright.
18989
18990 2002-01-14  Michael Snyder  <msnyder@redhat.com>
18991
18992         * gdb.base/gcore.exp: Remove extra debugging output.
18993
18994 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
18995
18996         * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
18997         for slightly dubious v2 mangled string.
18998
18999 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
19000
19001         * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
19002
19003 2002-01-10  Jason Merrill  <jason@redhat.com>
19004
19005         * gdb.c++/namespace.exp: Accept trailing const for 'this'.
19006
19007         * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
19008         constructors.
19009         * gdb.c++/derivation.exp: Likewise.
19010         * gdb.c++/templates.exp: Likewise.
19011         * gdb.c++/virtfunc.exp: Likewise.
19012
19013 2002-01-10  Michael Snyder  <msnyder@redhat.com>
19014
19015         * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
19016
19017 2002-01-08  Michael Snyder  <msnyder@redhat.com>
19018
19019         * gdb.base/gcore.exp: New test for generate-core-file command.
19020         * gdb.base/gcore.c: Testcase for above.
19021         * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
19022
19023 2002-01-08  Jason Merrill  <jason@redhat.com>
19024
19025         * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
19026
19027 2002-01-07  Fred Fish  <fnf@redhat.com>
19028
19029         * gdb.c++/overload.exp: Remove unconditional xfails for:
19030         print foo_instance1.overloadargs(1)
19031         print foo_instance1.overloadargs(1, 2)
19032         print foo_instance1.overloadargs(1, 2, 3)
19033         print foo_instance1.overloadargs(1, 2, 3, 4)
19034         print foo_instance1.overloadargs(1, 2, 3, 4, 5)
19035         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
19036         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
19037         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
19038         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
19039         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
19040         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
19041         print foo_instance1.overload1arg()
19042         print foo_instance1.overload1arg((char)arg2)
19043         print foo_instance1.overload1arg((signed char)arg3)
19044         print foo_instance1.overload1arg((unsigned char)arg4)
19045         print foo_instance1.overload1arg((int)arg7)
19046         print foo_instance1.overload1arg((unsigned int)arg8)
19047         print foo_instance1.overload1arg((float)arg11)
19048         print foo_instance1.overload1arg((double)arg12)
19049
19050 2002-01-07  Michael Snyder  <msnyder@redhat.com>
19051
19052         * gdb.base/huge.exp: New test.  Print a very large target data object.
19053         (skip_huge_test): New test variable.  Define if you want to skip this
19054         test.  The test reads an 8 megabyte data object from the target, so it
19055         might be very time consuming on remote targets with a slow connection.
19056         * gdb.base/huge.c: New file.  Test case for above.
19057
19058 2002-01-07  Fred Fish  <fnf@redhat.com>
19059
19060         * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
19061         g_instance.bfoo, and g_instance.cfoo.
19062
19063 2002-01-07  Jeffrey A Law  <law@redhat.com>
19064
19065         * gdb.base/break.c (multi_line_if_conditional): New function.
19066         (multi_ilne_while_conditional): Likewise.
19067         * gdb.base/break.exp: Verify that a breakpoint on a multi-line
19068         IF or WHILE condition puts the breakpoint at the start of
19069         the condition.
19070
19071         * gdb.base/selftest.exp (backtrace through signal handler): Remove
19072         hppa*-*-hpux* expected failure.
19073         * gdb.base/structs.exp (do_function_calls): Similarly.
19074
19075         * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
19076         watchpoints.
19077
19078 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
19079
19080         Fix PR gdb/66.
19081         * gdb.base/structs.exp: Replace skip for a29k with skip for
19082         gdb,cannot_call_functions.
19083         * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
19084         * gdb.base/callfuncs.exp: Ditto.
19085         * gdb.base/call-rt-st.exp: Ditto.
19086         * gdb.base/call-strs.exp: Ditto.
19087         * gdb.base/callfwmall.exp: Ditto.
19088         * gdb.base/scope.exp: Obsolete xfail a29k.
19089         * gdb.c++/misc.exp: Ditto.
19090         * gdb.c++/cplusfuncs.exp: Ditto.
19091         * gdb.base/ptype.exp: Ditto.
19092         * gdb.base/printcmds.exp: Ditto.
19093         * gdb.base/opaque.exp: Ditto.
19094         * gdb.base/list.exp: Ditto.
19095         * gdb.base/funcargs.exp: Ditto.
19096         * gdb.base/default.exp: Ditto.
19097
19098 2002-01-04  Michael Snyder  <msnyder@redhat.com>
19099
19100         * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
19101         * gdb.base/maint.exp: Add tests for maint info sections options.
19102
19103 Fri Dec 21 09:42:11 2001  Jeffrey A Law  (law@redhat.com)
19104
19105         * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
19106
19107 2001-12-20  Corinna Vinschen  <vinschen@redhat.com>
19108
19109         * gdb.asm/arm.inc: New file.
19110         * gdb.asm/asm-source.exp: Add arm targets.
19111         * gdb.asm/configure.in: Ditto.
19112         * gdb.asm/configure: Recreated from configure.in.
19113
19114 Thu Dec 20 09:54:36 2001  Jeffrey A Law  (law@redhat.com)
19115
19116         * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
19117         with HP's compiler.
19118         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
19119         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
19120         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
19121         * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
19122
19123         * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
19124         either HP's compilers or GCC.
19125
19126         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
19127         a SIGBUS or SIGSEGV.
19128
19129         * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
19130
19131         * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
19132         can be compiled with either HP's compiler or GCC.
19133
19134         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
19135         * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
19136         * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
19137
19138         * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
19139         to match current gdb output.  Update due to using auto-solib-limit
19140         for limiting instead of overloading auto-solib-add.
19141         * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
19142         test program.
19143
19144         * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
19145         * gdb.hp/gdb.base-hp/dollar.exp: Likewise
19146         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
19147         * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
19148         * gdb.hp/gdb.base-hp/reg.exp: Likewise.
19149         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
19150         * gdb.hp/gdb.defects/bs15503.exp: Likewise.
19151         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
19152         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
19153         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
19154         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
19155         * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
19156         * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
19157
19158         * gdb.base/annota1.exp: Expect failure for hpux11 when posting
19159         a SIGTRAP to the inferior.
19160
19161 2001-12-19  Corinna Vinschen  <vinschen@redhat.com>
19162
19163         * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
19164         Substitute call to target_link by call to gdb_compile.
19165
19166 Wed Dec 19 14:10:57 2001  Jeffrey A Law  (law@redhat.com)
19167
19168         * gdb.base/break.exp: Fix HP specific search string when testing
19169         backtracing in a called function.
19170
19171         * gdb.base/constvars.exp: Only set lang to C++ if we're
19172         compiling the test with HP's compilers.
19173         * gdb.base/volatile.exp: Similarly.
19174
19175 2001-12-19  Jim Blandy  <jimb@redhat.com>
19176
19177         * gdb.base/printcmds.exp: Expect the null character to be printed
19178         as '\0', and the '\013' to be printed as '\v'.
19179         * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
19180         * gdb.base/setvar.exp: Same.
19181
19182 2001-12-17  Jim Blandy  <jimb@redhat.com>
19183
19184         * gdb.base/completion.exp: Rather than completing very long
19185         filenames, which can make the readline library produce output we
19186         don't recognize, cd to the directory first, and then complete
19187         using nice, short relative paths.
19188
19189         * gdb.base/completion.exp: On some systems, there is, in fact, a
19190         variable named `b' in scope, since GDB treats all static
19191         variables as being in scope.  So use `no_var_named_this'
19192         instead of `b'.
19193
19194         * gdb.base/corefile.exp: Recognize the message saying that GDB
19195         can't find the core file's registers as a failure.
19196
19197 2001-12-13  Jackie Smith Cashion  <jsmith@redhat.com>
19198
19199         * gdb.base/commands.exp (user_defined_command_test): Make "show user"
19200         test expect string more specific.
19201
19202 2001-12-13  Corinna Vinschen  <vinschen@redhat.com>
19203
19204         * gdb.asm/asm-source.exp: Add support for xstormy16.
19205         * gdb.asm/configure.in: Ditto.
19206         * gdb.asm/configure: Rebuild.
19207         * gdb.asm/xstormy16.inc: New file.
19208
19209 2001-12-10  Fred Fish  <fnf@redhat.com>
19210
19211         * gdb.base/maint.exp: Update to match changes in type dumping code.
19212
19213 2001-12-10  Jim Blandy  <jimb@redhat.com>
19214
19215         * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
19216         matching the entry point symbol's name at the beginning of the
19217         line.
19218
19219 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
19220
19221         * gdb.c++/classes.exp, gdb.c++/derivation.exp,
19222         gdb.c++/inherit.exp, gdb.c++/method.exp,
19223         gdb.c++/namespace.exp, gdb.c++/templates.exp,
19224         gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
19225         and class layout support.
19226
19227 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
19228
19229         * gdb.c++/classes.exp: Add test for static member function.
19230         * gdb.c++/misc.cc: Add class with static member function.
19231
19232 2001-12-07  Jim Blandy  <jimb@redhat.com>
19233
19234         If GDB says it can't find the struct the function returned, report
19235         those tests as `unsupported'.
19236         * gdb.base/call-rt-st.exp (print_struct_call): New function.
19237         Rewrite subsequent tests to use it.
19238
19239         If GDB says it can't find the struct the function returned, report
19240         those tests as `unsupported'.
19241         * gdb.base/structs.exp (call_struct_func): New function.
19242         (do_function_calls): Use call_struct_func to call the functions
19243         returning structs.
19244
19245         * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
19246         whether functions are prototyped or not, so we can't possibly pass
19247         arguments to t_float_values2 properly.
19248
19249         * gdb.base/break.exp: (test_next_with_recursion): Don't change the
19250         value of `timeout' for targets other than the mips*tx39-*.
19251
19252 2001-12-06  Michael Snyder  <msnyder@redhat.com>
19253
19254         * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
19255         and detect whether the start symbol has a leading underscore.
19256
19257 2001-12-04  Jim Blandy  <jimb@redhat.com>
19258
19259         * gdb.base/completion.exp: Clarify indentation.
19260
19261 2001-12-03  Jim Blandy  <jimb@redhat.com>
19262
19263         * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
19264         variables on the S/390, not `.word'.
19265
19266 2001-11-30  Jim Blandy  <jimb@redhat.com>
19267
19268         Add assembly-source tests for s390-ibm-linux.
19269         * gdb.asm/s390.inc: New file.
19270         * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
19271         the S/390 architecture.
19272         * gdb.asm/configure: Regenerated.
19273
19274 2001-11-30  Michael Snyder  <msnyder@redhat.com>
19275
19276         * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
19277         next, info source, info sources, info line, global and static
19278         variables, and static functions.
19279         * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
19280         * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
19281         * gdb.asm/asmsrc1.s: Add a static function and some variables.
19282         * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
19283         * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
19284         (gdbasm_leave): Restore frame pointer.
19285         (gdbasm_startup): Copy stack set-up from crt0.S.
19286
19287 2001-11-26  Fernando Nasser  <fnasser@redhat.com>
19288
19289         From 2001-11-12 Jackie Smith Cashion  <jsmith@redhat.com>:
19290         * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
19291         to a local (non-static) variable. Copy tstruct.a to a static buffer
19292         and return a pointer to that buffer.
19293         * gdb.base/callfwmall.c (t_structs_a): Ditto.
19294
19295 2001-11-24  Mark Kettenis  <kettenis@gnu.org>
19296
19297         * gdb.asm/configure.in: Fix recognition of ix86 target.
19298         * gdb.asm/configure: Regenerate.
19299
19300 2001-11-21  Michael Snyder  <msnyder@redhat.com>
19301
19302         * gdb.asm/sparc.inc: New file.
19303         * gdb.asm/asm-source.exp: Recognize sparc target.
19304         * gdb.asm/configure.in: Recognize sparc target.
19305         * gdb.asm/configure: Regenerate.
19306
19307 2001-11-21  Michael Snyder  <msnyder@redhat.com>
19308
19309         * gdb.asm/m32r.inc: New file.
19310         * gdb.asm/asm-source.exp: Recognize m32r target.
19311         * gdb.asm/configure.in: Recognize m32r target.
19312         * gdb.asm/configure: Regenerate.
19313
19314 2001-11-20  Michael Snyder  <msnyder@redhat.com>
19315
19316         * gdb.asm/i386.inc: New file.
19317         * gdb.asm/asm-source.exp: Recognize ix86 target.
19318         * gdb.asm/configure.in: Recognize ix86 target.
19319         * gdb.asm/configure: Regenerate.
19320
19321         * gdb.c++/namespace.exp: Fix quotes in output messages.
19322
19323 2001-11-14  Michael Snyder  <msnyder@redhat.com>
19324
19325         * gdb.base/code-expr.exp: New file.  Tests use of the "@code"
19326         qualifier in a type cast expression, to designate an address
19327         in the instruction space (Harvard architecture).
19328
19329 2001-11-13  Michael Snyder  <msnyder@redhat.com>
19330
19331         * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
19332         Tests for expressions using 'const' and 'volatile'.
19333
19334 2001-11-13  Corinna Vinschen  <vinschen@redhat.com>
19335
19336         * gdb.asm/asm-sources.exp: Allow defining linker flags.
19337
19338 2001-11-12  Daniel Jacobowitz  <drow@mvista.com>
19339
19340         * lib/mi-support.exp (mi_run_to_helper): Move comments
19341         outside of gdb_expect.
19342
19343 2001-11-11  Daniel Jacobowitz  <drow@mvista.com>
19344
19345         * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
19346         mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
19347         mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
19348         mi0_run_to): New functions.
19349         * gdb.mi/mi-simplerun.exp: Use them.
19350         * gdb.mi/mi0-simplerun.exp: Likewise.
19351         * gdb.mi/mi-var-cmd.exp: Likewise.
19352         * gdb.mi/mi0-var-cmd.exp: Likewise.
19353
19354 2001-11-10  Andrew Cagney  <ac131313@redhat.com>
19355
19356         * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
19357         * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
19358
19359 2001-11-09  Andrew Cagney  <ac131313@redhat.com>
19360
19361         * gdb.base/restore.exp: Include $expected value in restored test
19362         message.
19363
19364 2001-11-09  Andrew Cagney  <ac131313@redhat.com>
19365
19366         * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
19367         implemented.
19368
19369 2001-11-08  Michael Snyder  <msnyder@redhat.com>
19370
19371         * gdb.base/callfuncs.exp: Add tests for nested call dummies.
19372         Add pass/fail message for stop at breakpoint in call dummy function.
19373
19374 2001-11-07  Michael Snyder  <msnyder@redhat.com>
19375
19376         * gdb.c++/templates.exp (test_template_breakpoints):
19377         If we get an overload menu, but it does not match what
19378         we expect, we still need to issue the "cancel" command.
19379         * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
19380         making the whitespace optional.  Argument for "new" may be
19381         "unsigned" as well as "unsigned int/long".
19382         * gdb.c++/templates.exp: Replace "const &" with "const ?&",
19383         making the whitespace optional.  Also replace "(void) with
19384         "((void|)), making the keyword "void" optional.
19385         * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
19386         making the whitespace optional.  Also replace "(void) with
19387         "((void|)), making the keyword "void" optional.
19388         * gdb.base/callfuncs.c (t_float_values): This function must
19389         _not_ be prototyped, and the following function (t_float_values2)
19390         must be prototyped (if the compiler supports it), so that GDB
19391         can be tested against both cases.  Usually one case involves
19392         promotion of float to double, while the other does not.
19393         * gdb.base/callfwmall.c: Ditto.
19394         * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
19395         includes a stack frame for "start".
19396
19397 2001-11-05  Jim Blandy  <jimb@redhat.com>
19398
19399         * gdb.stabs/weird.exp: Delete "p v_comb" test.  It assumes that
19400         pointers are 32 bits long, and that offsets of relocs are always
19401         stored in the data (REL-style), and not in the reloc entry itself
19402         (RELA-style).
19403         * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
19404         stabs.
19405
19406 2001-11-01  Michael Snyder  <msnyder@redhat.com>
19407
19408         * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
19409         and regular expression operators by using quoting.
19410
19411 2001-10-31  Michael Snyder  <msnyder@redhat.com>
19412
19413         * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
19414         depending on what the symbol table contains.
19415         * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
19416         the output of the ptype command.  Similarly, accept both "const &"
19417         and "const&".
19418
19419 2001-10-31  Corinna Vinschen  <vinschen@redhat.com>
19420
19421         * gdb.base/miscexprs.c (main): Add usage of preprocessor
19422         symbol `STORAGE' to allow to choose the storage class of
19423         the local datastructures.
19424         * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
19425         compiler directive.
19426
19427 2001-10-30  Michael Snyder  <msnyder@redhat.com>
19428
19429         * gdb.base/jump.exp: Allow it to run for all targets.
19430
19431 2001-10-29  Corinna Vinschen  <vinschen@redhat.com>
19432
19433         * gdb.base/call-ar-st.c (print_double_array): Match for loop
19434         with new double_array size.
19435         (main): Change storage class of all local variables to static.
19436         Reduce size of double_array to 9.
19437         * gdb.base/call-ar-st.exp:  Increase timeout value.
19438         Change expected output for double array to match new size in
19439         call-ar-st.c.
19440
19441 2001-10-29  Corinna Vinschen  <vinschen@redhat.com>
19442
19443         * gdb.base/ending-run.exp: Create identical output when passing
19444         `step to end of run' case.  Add regular expression branch satisfying
19445         Stormy16 target.
19446
19447 2001-10-28  Mark Kettenis  <kettenis@gnu.org>
19448
19449         * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
19450         that we catch the expected failure under Linux/x86.
19451
19452 2001-10-29  Orjan Friberg  <orjanf@axis.com>
19453
19454         * gdb.base/setvar.exp: Escape curly braces.
19455         * gdb.stabs/weird.exp: Ditto.
19456
19457 2001-10-27  Daniel Jacobowitz  <drow@mvista.com>
19458
19459         * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
19460         * gdm.mi/mi0-hack-cli.exp: Likewise.
19461
19462 2001-10-25  Andrew Cagney  <ac131313@redhat.com>
19463
19464         * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
19465         messages.
19466
19467 2001-10-21  Andrew Cagney  <ac131313@redhat.com>
19468
19469         * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
19470         checking MI enabled.
19471
19472 2001-10-09  Corinna Vinschen  <vinschen@redhat.com>
19473
19474         * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
19475
19476 2001-10-04  Frank Ch. Eigler  <fche@redhat.com>
19477
19478         * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
19479         if gdb child process crashes, just signal an error.
19480
19481 2001-10-02  Jim Blandy  <jimb@redhat.com>
19482
19483         * lib/gdb.exp (test_xfail_format): Simplify.
19484
19485         * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
19486         front of the variable name `format'.  Simplify `if'.
19487
19488 2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
19489
19490         * gdb.threads/pthreads.exp: Wait for output and delay
19491         before sending ^C.
19492
19493 2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
19494
19495         * gdb.mi/mi-var-display.exp (continue to incr_a):  Recognize
19496         some incorrect output instead of timing out.
19497         * gdb.mi/mi-var-display.exp (continue to incr_a):  Likewise.
19498
19499 2001-09-28  Corinna Vinschen  <vinschen@redhat.com>
19500
19501         * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
19502         check to allow additional `int'.
19503
19504 2001-09-27  Daniel Jacobowitz  <drow@mvista.com>
19505
19506         * gdb.base/completion.exp: Remove incorrect 'p "a' test.
19507         Add tests for 'p "break' (pass) and 'p "break.' (xfail).
19508
19509 2001-09-27  Michael Snyder  <msnyder@redhat.com>
19510
19511         * lib/gdb.exp (test_debug_format): New proc.
19512         (setup_xfail_format): Use new proc test_debug_format.
19513         * gdb.base/constvars.exp (local_compiler_xfail_check): New
19514         proc; use new service proc test_debug_format.
19515         Replace all other "gcc_compiled" tests with this test.
19516         * gdb.base/volatile.exp (local_compiler_xfail_check): New
19517         proc; use new service proc test_debug_format.
19518         Replace all other "gcc_compiled" tests with this test.
19519
19520 2001-09-27  Michael Snyder  <msnyder@redhat.com>
19521
19522         * gdb.base/cvexpr.exp: New file.
19523         * gdb.base/cvexpr.c: New file
19524         Test for expressions using const and volatile keywords.
19525
19526 2001-09-26  Corinna Vinschen  <vinschen@redhat.com>
19527
19528         * gdb.base/constvars.exp: Check for different orders of keywords
19529         and additional "int" strings in output.
19530
19531 2001-09-22  Andrew Cagney  <ac131313@redhat.com>
19532
19533         * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
19534         responses from "help maint".
19535
19536 2001-09-19  Frank Ch. Eigler  <fche@redhat.com>
19537
19538         * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
19539         to localhost:NNN instead of :NNN, in case Xvfb is listening
19540         only on TCP.
19541
19542 2001-09-19  Corinna Vinschen  <vinschen@redhat.com>
19543
19544         * gdb.base/recurse.exp: When checking leaving the watchpoint
19545         scope, recognize when gdb is in function's epilogue and pass.
19546
19547 2001-09-18  Keith Seitz  <keiths@redhat.com>
19548
19549         * lib/insight-support.exp (_gdbtk_export_target_info): Add
19550         support for running tests against sid targets.
19551         (gdbtk_done): Ditto.
19552
19553 2001-09-18  Corinna Vinschen  <vinschen@redhat.com>
19554
19555         * gdb.base/ending-run.c (main): Set stdout buffersize
19556         to the same reasonable value for any target.
19557         * gdb.base/ending-run.exp: Add a regular expression
19558         to make testsuite happy on Sanyo Stormy16 target.
19559
19560 2001-09-17  Corinna Vinschen  <vinschen@redhat.com>
19561
19562         * gdb.base/display.c (do_loops): Add float variable `f'.
19563         Increment f in loop.
19564         * gdb.base/display.exp: Increment timeout by 60 seconds.
19565         Change float display test to use variable `f'.
19566
19567 2001-09-17  Jim Blandy  <jimb@redhat.com>
19568
19569         * gdb.base/restore.exp: Use temporary breakpoints, to avoid
19570         overflowing the limited breakpoint tables on some ROM monitors
19571         (like the ROM68K).
19572
19573 2001-09-15  Frank Ch. Eigler  <fche@redhat.com>
19574
19575         * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
19576         the "-ac" (disable access control) flag.
19577
19578 2001-08-30  Jeff Holcomb  <jeffh@redhat.com>
19579
19580         * gdb.base/remote.c: Use a small buffer for targets with 16-bit
19581         ints.
19582
19583 2001-08-30  Keith Seitz  <keiths@redhat.com>
19584
19585         * lib/gdb.exp: Move all insight-related functionality into
19586         separate file.
19587         * lib/insight-support.exp: New file.
19588
19589 2001-08-29  Frank Ch. Eigler  <fche@redhat.com>
19590
19591         * config/sid.exp (sid_start): Never set sid verbosity; disable
19592         expect_background {} that consumed its stdout; tolerate </dev/null.
19593         Attempt to set endianness override in "sid" protocol mode.  Cleanup.
19594
19595 2001-08-18  Andrew Cagney  <ac131313@redhat.com>
19596
19597         * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
19598         CLI jump command to start it.
19599         (mi_run_to_main): Fail immediatly when unexpected output.
19600
19601 2001-08-18  Andrew Cagney  <ac131313@redhat.com>
19602
19603         * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
19604         beginning of function.  Fix PR gdb/191.
19605
19606 2001-08-16  Frank Ch. Eigler  <fche@redhat.com>
19607
19608         * config/sid.exp (sid_start): Don't warn if we cannot figure out
19609         what to force sid endianness to.
19610
19611 2001-08-15  Keith Seitz  <keiths@redhat.com>
19612
19613         * lib/gdb.exp (gdbtk_start): Don't set environment
19614         variables for TCL_LIBRARY and friends. Insight will
19615         now figure these out for itself.
19616
19617 2001-08-02  Michael Snyder  <msnyder@redhat.com>
19618
19619         * gdb.base/completion.exp: Remove the symbol "a64l" from
19620         the expect string; this is target-specific, and not related
19621         to what is being tested.
19622
19623 2001-08-02  Dave Brolley  <brolley@redhat.com>
19624
19625         * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
19626
19627 2001-07-25  Michael Snyder  <msnyder@redhat.com>
19628
19629         * gdb.base/consecutive.exp: New file.  Test stepping over
19630         breakpoints on consecutive instructions.
19631         * gdb.base/consecutive.c: New file.
19632
19633         * gdb.base/call-rt-st.exp: Use double-backslash to quote
19634         curly braces in regular expressions.
19635
19636 2001-07-25  Michael Snyder  <msnyder@redhat.com>
19637
19638         * gdb.base/ending-run.exp: Accept "Program exited normally" as
19639         legitimate output from stepping out of main.
19640
19641 2001-07-22  Keith Seitz  <keiths@redhat.com>
19642
19643         * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
19644         the empty string, do not run the tests.
19645
19646 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
19647
19648         * gdb.base/long_long.exp: Detect size of pointer.  Take into
19649         account 2-byte pointers when testing for p/a results.
19650
19651 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
19652
19653         * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
19654         and defined to 1K for m68hc11.
19655         (random_data): Reduce table to 1K for embedded platforms (68hc11).
19656         * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
19657         (sizeof_random_data): New variable to tell the size of the data table;
19658         don't test past this size; always run to main.
19659
19660 2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
19661
19662         * gdb.base/return2.exp: return of long long and double fails for
19663         68HC11; don't execute these tests on that platform.
19664         * gdb.base/return.exp: Return of a double fails for 68hc11.
19665
19666 2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
19667
19668         * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
19669         tests that print a float.
19670         * call-rt-st.exp: Likewise.
19671
19672 2001-07-12  Mark Kettenis  <kettenis@gnu.org>
19673
19674         * gdb.base/so-impl-ld.exp: Remove stray space that prevented
19675         running this test on Linux.
19676
19677 2001-06-24  Michael Chastain  <chastain@redhat.com>
19678
19679         * gdb.base/arithmet.exp: Remove some tests to make all test names
19680         unique.
19681
19682 2001-07-03  Michael Snyder  <msnyder@redhat.com>
19683
19684         * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
19685         the output of the ptype command.
19686
19687 2001-07-02  Michael Snyder  <msnyder@redhat.com>
19688
19689         * gdb.base/completion.exp: Don't assume that break.c is the only
19690         source file that may contain functions named "marker".
19691         * gdb.base/corefile.exp: Quote the curly braces in regexp.
19692
19693 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
19694
19695         * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
19696         of files to delete.
19697
19698         From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
19699         * gdb.disasm/h8300s.exp: New file.
19700         gdb.disasm/h8300s.s: Likewise.
19701
19702 2001-06-27  Andrew Cagney  <ac131313@redhat.com>
19703
19704         * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
19705         empty breakpoint tables.
19706
19707 2001-06-25  Andrew Cagney  <ac131313@redhat.com>
19708
19709         * lib/mi-support.exp: Update args=... part of stop-reason
19710         patterns. Accept either a list or a tuple.
19711
19712 2001-06-23  Andrew Cagney  <ac131313@redhat.com>
19713
19714         * lib/mi-support.exp: Remove local emacs variable defining
19715         change-log-default-name.
19716
19717 2001-06-22  Michael Chastain  <chastain@redhat.com>
19718
19719         * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
19720         This is operationally compatible with the previous version.
19721
19722 2001-06-13  Jim Blandy  <jimb@redhat.com>
19723
19724         * lib/gdb.exp (gdb_test): Doc fix.
19725
19726 2001-06-10  Michael Chastain  <chastain@redhat.com>
19727
19728         * gdb.base/exprs.exp: Remove a duplicate test.
19729
19730 2001-06-06  Jim Blandy  <jimb@redhat.com>
19731
19732         * gdb.base/return2.exp (main): Use values to test float and double
19733         returns that are not NaN's, to avoid being confused by IEEE
19734         comparison rules.
19735
19736 2001-06-04  Michael Snyder  <msnyder@redhat.com>
19737
19738         * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
19739         non-zero if control_c fails.  Terminate the test on failure,
19740         rather than wait for 12 more tests to time out.
19741
19742 2001-06-06  Jim Blandy  <jimb@redhat.com>
19743
19744         * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
19745         Don't forget to match the GDB prompt.
19746
19747         * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
19748
19749 2001-06-04  Jim Blandy  <jimb@redhat.com>
19750
19751         * gdb.base/help.exp: Update pattern to exclude `print-load-map'
19752         command.
19753
19754 2001-05-31  Kevin Buettner  <kevinb@redhat.com>
19755
19756         * gdb.base/annota1.exp (info break): Match four or more spaces
19757         after "Address".
19758
19759 2001-05-31  Michael Chastain  <chastain@redhat.com>
19760
19761         * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
19762         (dm_type_int_star): Likewise.
19763         (dm_type_long_star): Likewise.
19764         (dm_type_void_star): Likewise.
19765
19766 2001-05-29  Kevin Buettner  <kevinb@redhat.com>
19767
19768         * gdb.base/completion.exp (INPUTRC): Set this environment variable
19769         to a known value in order to get consistent results regardless
19770         of the setting of INPUTRC or the presence or contents of .inputrc.
19771
19772 2001-05-24  Michael Snyder  <msnyder@redhat.com>
19773
19774         * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
19775         Don't require that the main thread and the manager thread are the
19776         first in the list.
19777
19778         * gdb.threads/pthreads.exp (test_startup): Relax test for thread
19779         debugging.  If test fails, issue an "unsupported" not a "fail".
19780
19781 2001-05-24  Jim Blandy  <jimb@redhat.com>
19782
19783         Don't assume that short is shorter than int.
19784         * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
19785         assume that shorts are smaller than ints.  On a 16-bit machine,
19786         this isn't true.
19787         ("print unsigned char == (~0)"): Add test that verifies that ~0,
19788         an int, is not equal to ~0 stored in an unsigned char.  This tests
19789         the same thing that the previous test meant to, but works on
19790         16-bit machines, too.
19791         ("print unsigned char != (~0)"): Same test, complemented.
19792
19793 2001-05-24  Michael Snyder  <msnyder@redhat.com>
19794
19795         * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
19796         test for (full_coverage == 0).  This makes the test run faster,
19797         and prevents dejagnu getting out of step.
19798
19799 2001-05-23  Kevin Buettner  <kevinb@redhat.com>
19800
19801         * gdb.base/finish.exp (finish_void): Revise pattern for
19802         stopping on the call statement to not permit stopping at
19803         the start of the instructions comprising the call sequence.
19804
19805 2001-05-19  Michael Chastain  <chastain@redhat.com>
19806
19807         * gdb.base/callfuncs.exp: Make all test names unique.
19808         * gdb.base/commands.exp: Make all test names unique.
19809         * gdb.base/condbreak.exp: Make all test names unique.
19810         * gdb.base/dbx.exp: Make all test names unique.
19811         * gdb.base/default.exp: Make all test names unique.
19812         * gdb.base/define.exp: Make all test names unique.  Conform some FAIL
19813         and TIMEOUT messages to their corresponding PASS message.
19814         * gdb.base/ending-run.exp: Make all test names unique.
19815         * gdb.base/long_long.exp: Remove duplicate test.
19816
19817 2001-05-21  Kevin Buettner  <kevinb@redhat.com>
19818
19819         * gdb.base/finish.exp (finish_void): Allow "finish" command to
19820         stop on the call statement as well as the statement after the
19821         call.
19822
19823 2001-05-21  Michael Snyder  <msnyder@redhat.com>
19824
19825         * gdb.base/long_long.exp: Allow for targets with 4-byte short.
19826
19827 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
19828
19829         * gdb.base/completion.exp: Revamp test. Make it execute on all
19830         platforms.
19831
19832 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
19833
19834         * config/gdbserver.exp (gdb_load): Handle the case
19835         in which the arguments to gdbserver are given in the
19836         baseboard configuration file.
19837         Also handle the case in which the server needs to do a
19838         load.
19839
19840 2001-05-07  Keith Seitz <keiths@cygnus.com>
19841
19842         * lib/gdb.exp (gdbtk_initialize_display): New proc which will
19843         set up the display for testing.
19844         (gdbtk_start): Convert all paths to paths that tcl will like.
19845         Export target information to environment.
19846         (_gdbtk_xvfb_init): New proc to start Xvfb if available and
19847         necessary.
19848         (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
19849         (to_tcl_path): New proc to convert a given pathname into
19850         a path acceptible as an argument to a tcl command.
19851         (_gdbtk_export_target_info): New proc to export target info
19852         into the environment for gdbtk testing.
19853         (gdbtk_done): New proc to signal end-of-test.
19854
19855 2001-05-06  Jim Blandy  <jimb@redhat.com>
19856
19857         * restore.c: Make the code of caller0 correspond to its comment.
19858
19859 2001-05-03  Michael Snyder  <msnyder@redhat.com>
19860
19861         * config/sid.exp (gdb_target_sid): Check for error messages.
19862         On error or timeout, don't make expect exit (which will terminate
19863         all subsequent tests); instead just make gdb exit.
19864         (gdb_load): Check for error messages.  On error or timeout,
19865         return a negative value.
19866
19867 2001-04-24  Jim Blandy  <jimb@redhat.com>
19868
19869         * gdb.c++/templates.exp: If we see the prompt for the overload
19870         list, but we haven't recognized any of the longer patterns,
19871         arrange for this test to fail, not hang.
19872
19873         * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
19874         variations.
19875
19876 2001-04-22  Michael Chastain  <chastain@redhat.com>
19877
19878         * gdb.c++/local.exp: Use the 'runto' library function.
19879         * gdb.c++/namespace.exp: Likewise.
19880         * gdb.c++/overload.exp: Likewise.
19881
19882 2001-03-26  Kevin Buettner  <kevinb@redhat.com>
19883
19884         * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
19885         * gdb.base/step-line.exp: New file.  Test step/next in presence of
19886         #line directives.
19887         * gdb.base/step-line.c: New file.  Test program for the above.
19888         * gdb.base/step-line.inp: New file.  We pretend that this file has
19889         been transformed by some other tool into step-line.c.
19890
19891 2001-03-21  Jim Blandy  <jimb@redhat.com>
19892
19893         * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
19894         unmangled operator names.
19895
19896 2001-03-20  Jim Blandy  <jimb@redhat.com>
19897
19898         * gdb.threads/linux-dp.exp: Recognize an additional message
19899         generated by GDB when it doesn't understand how to debug threads
19900         on the target system.
19901
19902 2001-03-19  Andrew Cagney  <ac131313@redhat.com>
19903
19904         * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
19905
19906 2001-03-12  Michael Chastain  <chastain@redhat.com>
19907
19908         * gdb.c++/derivation.exp: Use the 'runto' library function.
19909
19910 2001-03-12  Michael Chastain  <chastain@redhat.com>
19911
19912         * gdb.c++/annota2.exp: Fix regular expression for "post-query".
19913
19914 2001-02-24  Michael Chastain  <chastain@redhat.com>
19915
19916         * gdb.c++/ref-types.exp: Change handwritten code to library
19917         function 'runto'.
19918
19919 2001-03-16  Orjan Friberg  <orjanf@axis.com>
19920
19921         * gdb.base/signals.exp: Set count to 0 explicitly.
19922
19923 2001-03-15  Mark Salter  <msalter@redhat.com>
19924
19925         * config/monitor.exp (gdb_target_cmd): Add explicit error return.
19926         (gdb_target_monitor): Add check of gdb_target_cmd return value.
19927         (gdb_load): Add support for additional target_info: gdb_download_size
19928         and gdb_load_timeout.
19929
19930 Thu Mar  8 16:06:00 2001  David Taylor  <taylor@redhat.com>
19931
19932         * gdb.base/annota1.exp: Move test of isnative to earlier in the
19933         file -- to prevent failing when the compile fails but we have no
19934         intention of running the tests anyway.
19935
19936         * gdb.base/long_long.exp: Test target_info for no_long_long, skip
19937         tests if set.
19938
19939         * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
19940         integers.
19941
19942         * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
19943         * gdb.c++/namespace.exp: Ditto.
19944
19945 2001-03-07  Orjan Friberg  <orjanf@axis.com>
19946
19947         * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
19948         * gdb.base/pointers.exp: Relax pattern match of decimals.
19949
19950 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
19951
19952         * Makefile.in, config/abug.exp, config/cfdbug.exp,
19953         config/cpu32bug.exp, config/dve.exp, config/est.exp,
19954         config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
19955         config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
19956         config/monitor.exp, config/proelf.exp, config/rom68k.exp,
19957         config/sh.exp, config/sid.exp, config/slite.exp,
19958         config/sparclet.exp, config/udi.exp, config/unknown.exp,
19959         config/vr4300.exp, config/vr5000.exp, config/vx.exp,
19960         config/vxworks.exp, config/vxworks29k.exp,
19961         gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
19962         gdb.base/all-bin.exp, gdb.base/annota1.exp,
19963         gdb.base/arithmet.exp, gdb.base/assign.exp,
19964         gdb.base/async.exp, gdb.base/attach.exp,
19965         gdb.base/bitfields.exp, gdb.base/bitops.exp,
19966         gdb.base/break.exp, gdb.base/call-ar-st.exp,
19967         gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
19968         gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
19969         gdb.base/commands.exp, gdb.base/completion.exp,
19970         gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
19971         gdb.base/constvars.exp, gdb.base/corefile.exp,
19972         gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
19973         gdb.base/display.exp, gdb.base/ena-dis-br.exp,
19974         gdb.base/ending-run.exp, gdb.base/environ.exp,
19975         gdb.base/eval-skip.exp, gdb.base/exprs.exp,
19976         gdb.base/finish.exp, gdb.base/foll-exec.exp,
19977         gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
19978         gdb.base/funcargs.exp, gdb.base/help.exp,
19979         gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
19980         gdb.base/logical.exp, gdb.base/long_long.exp,
19981         gdb.base/maint.exp, gdb.base/mips_pro.exp,
19982         gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
19983         gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
19984         gdb.base/pointers.exp, gdb.base/printcmds.exp,
19985         gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
19986         gdb.base/regs.exp, gdb.base/relational.exp,
19987         gdb.base/remote.exp, gdb.base/reread.exp,
19988         gdb.base/restore.exp, gdb.base/return2.exp,
19989         gdb.base/scope.exp, gdb.base/sect-cmd.exp,
19990         gdb.base/selftest.exp, gdb.base/setshow.exp,
19991         gdb.base/setvar.exp, gdb.base/shlib-call.exp,
19992         gdb.base/sigall.exp, gdb.base/signals.exp,
19993         gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
19994         gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
19995         gdb.base/step-test.exp, gdb.base/structs.c,
19996         gdb.base/structs.exp, gdb.base/structs2.exp,
19997         gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
19998         gdb.base/volatile.exp, gdb.base/watchpoint.exp,
19999         gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
20000         gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
20001         gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
20002         gdb.c++/derivation.exp, gdb.c++/inherit.exp,
20003         gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
20004         gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
20005         gdb.c++/ref-types.exp, gdb.c++/templates.exp,
20006         gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
20007         gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
20008         gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
20009         gdb.fortran/types.exp, gdb.java/jmisc.exp,
20010         gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
20011         gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
20012         gdb.trace/actions.exp, gdb.trace/backtrace.exp,
20013         gdb.trace/circ.exp, gdb.trace/collection.exp,
20014         gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
20015         gdb.trace/limits.exp, gdb.trace/packetlen.exp,
20016         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
20017         gdb.trace/report.exp, gdb.trace/save-trace.exp,
20018         gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
20019         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
20020         lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
20021         notices.
20022
20023 2001-02-27  Michael Snyder  <msnyder@cygnus.com>
20024
20025         * gdb.base/varargs.c (find_max_double): Fix printf format string:
20026         first arg is int not float.
20027
20028 2001-02-22  Michael Snyder  <msnyder@cygnus.com>
20029
20030         * gdb.base/reread.exp: Unsupported for non-native targets;
20031         doesn't work for remote debugging.
20032
20033 2001-02-19  Fernando Nasser  <fnasser@redhat.com>
20034
20035         From  Drew Moseley  <dmoseley@redhat.com>
20036         * gdb.base/ending-run.exp: Properly handle the BSP state when
20037         stepping past the end of main.
20038
20039 2001-02-19  John Moore  <jmoore@redhat.com>
20040
20041         * gdb.base/commands.exp (infrun_breakpoint_command_test):
20042         Converted HPUX fix for non-expected items following multiple
20043         step commands into general solution for all platforms.
20044
20045 2001-02-18  Michael Chastain  <chastain@redhat.com>
20046
20047         * gdb.c++/classes.exp (do_tests): Change runto statements
20048         from "runto 'foo(void)'" to "runto 'foo'".  This makes the
20049         statements demangler agnostic.
20050         * gdb.c++/virtfunc.exp (do_tests): Likewise.
20051         (gdb_virtfunc_restart): Likewise.
20052
20053 2001-02-14  Michael Chastain  <chastain@redhat.com>
20054
20055         * gdb.c++/inherit.exp (do_tests): Change runto statements
20056         from "runto 'foo(void)'" to "runto 'foo'".  This makes the
20057         statements demangler agnostic.
20058
20059 Sun Feb  4 17:32:21 2001  Andrew Cagney  <cagney@redhat.com>
20060
20061         * gdb.threads/pthreads.exp: Unify pass/fail messages for
20062         ``continue to bkpt at common_routine in thread 2'' and ``stopped
20063         before calling common_routine 15 times'' tests.
20064
20065 2001-02-11  Michael Chastain  <chastain@redhat.com>
20066
20067         * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
20068         Helps the test script figure out which demangler is in use.
20069         (dm_type_foo_ref): Ditto.
20070         (dm_type_int_star): Ditto.
20071         (dm_type_long_star): Ditto.
20072         (dm_type_unsigned_int): Ditto.
20073         (dm_type_void): Ditto.
20074         (dm_type_void_star): Ditto.
20075         * gdb.base/cplusfuncs.exp (probe_demangler): New function.
20076         Probe the gdb demangler and set variables to accommodate
20077         formatting differences.
20078         (info_func_regexp): New function.  Same as info_func, but
20079         matches against a regexp.
20080         (info_func): Match against a literal string.
20081         (print_addr_2): New function.  Match against a literal string,
20082         which can be different from the input to gdb.
20083         (print_addr): Simply call print_addr_2 with the same argument twice.
20084         (test_lookup_operator_functions): Use demangler formatting variables.
20085         Blow away the xfails and workarounds for gnats gdb bug gdb/18.  Sort
20086         the tests in the same order as the C++ class declaration.
20087         (test_paddr_operator_functions): Ditto.
20088         (test_paddr_overloaded_functions): Ditto.
20089         (test_paddr_hairy_functions): Use demangler formatting variables.
20090         Add reference to gdb/19 for related tests.
20091         (do_tests): Call probe_demangler.
20092
20093 2001-01-30  Kevin Buettner  <kevinb@redhat.com>
20094
20095         * gdb.c++/templates.cc (printf): Remove unused function definition.
20096
20097 2001-01-26  Felix Lee  <flee@redhat.com>
20098
20099         * sid.exp (sid_exit): Pass host, not target, to remote_close.
20100
20101 2001-01-25  matthew green  <mrg@redhat.com>
20102
20103         * config/sid.exp (sid_start): Call `remote_push_conn' after firing
20104         up sid.
20105         (sid_exit): Call `remote_pop_conn' after GDB is gone.
20106
20107 2001-01-25  matthew green  <mrg@redhat.com>
20108
20109         * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
20110         Deprecate $sid_spawn_id.
20111         (sid_exit): Remove code necessary only for `spawn.'
20112
20113 2001-01-25  matthew green  <mrg@redhat.com>
20114
20115         * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
20116
20117 2001-01-28  Michael Chastain  <chastain@redhat.com>
20118
20119         * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
20120         to call when tests fail.  It takes gdb out of the overloaded
20121         function choice menu back to the main prompt, so that the test
20122         program stays synchronized.
20123         (set_bp_overloaded): New proc to collect all the common
20124         code for setting a breakpoint on an overloaded name.  Calls
20125         take_gdb_out_of_choice_menu when needed.
20126         (menu_overload1arg): New variable to collect the repeated
20127         instances of the expected menu for an overloaded name.  Change
20128         the regular expression to handle changes in g++ type encoding:
20129         "void" can be either "void" or "", and "unsigned int" can be
20130         either "unsigned int" or "unsigned".
20131         (continue_to_bp_overloaded): Change regular expressions to handle
20132         changes in g++ type encoding.
20133         (no proc): Call take_gdb_out_of_choice_menu when needed.
20134         Remove redundant calls to "info break".  Accept either "canceled"
20135         or "cancelled".  Change regular expressions in "info break"
20136         calls to handle changes in g++ type encoding.  Give all tests
20137         unique strings.
20138
20139 2001-01-17  Ben Elliston  <bje@redhat.com>
20140
20141         * config/sid.exp: New file.
20142
20143 Fri Jan 12 18:29:01 2001  Andrew Cagney  <cagney@b1.cygnus.com>
20144
20145         * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
20146
20147 2000-12-21  Michael Snyder  <msnyder@cygnus.com>
20148
20149         * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
20150         Add a RE to accept a non-ascii char if one is ever presented.
20151
20152 2000-12-20  Fernando Nasser  <fnasser@redhat.com>
20153
20154         * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
20155
20156 2000-12-18  Michael Snyder  <msnyder@cygnus.com>
20157
20158         * gdb.base/setvar.exp: Use double '\\' to quote curly braces
20159         in regexp.  One '\' does not suffice on Linux.
20160
20161 2000-12-09  Michael Chastain  <chastain@redhat.com>
20162
20163         * gdb.base/break.exp (test_clear_command): Use a marker function
20164         rather than 'main' for the test function.  Also move this
20165         test to an execution point where the marker function names are
20166         guaranteed to be bound to functions.  (Executing tests after a
20167         'finish' from main runs into name conflicts with local names
20168         in __libc_start_main).
20169
20170 2000-12-07  Michael Snyder  <msnyder@cygnus.com>
20171
20172         * gdb.base/finish.exp: New test for gdb's "finish" command.
20173         * gdb.base/return2.exp: New test for gdb's "return" command.
20174         * gdb.base/return2.c: New source file for above.
20175
20176 2000-12-05  Michael Snyder  <msnyder@cygnus.com>
20177
20178         * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
20179         * gdb.base/miscexprs.exp: Ditto.
20180         * gdb.base/pointers.exp:  Ditto.
20181         * gdb.c++/derivation.exp: Ditto.
20182         * gdb.c++/local.exp:      Ditto.
20183         * gdb.c++/namespace.exp:  Ditto.
20184         * gdb.c++/overload.exp:   Ditto.
20185         * gdb.c++/ref-types.exp:  Ditto.
20186
20187 2000-12-05  Michael Snyder  <msnyder@cygnus.com>
20188
20189         * gdb.base/constvars.exp: Test result of "up" command.
20190         * gdb.base/miscexprs.exp: Ditto.
20191         * gdb.base/pointers.exp:  Ditto.
20192         * gdb.base/scope.exp:     Ditto.
20193         * gdb.c++/derivation.exp: Ditto.
20194         * gdb.c++/local.exp:      Ditto.
20195         * gdb.c++/namespace.exp:  Ditto.
20196         * gdb.c++/overload.exp:   Ditto.
20197         * gdb.c++/ref-types.exp:  Ditto.
20198
20199 2000-11-22  Michael Chastain  <chastain@redhat.com>
20200
20201         * mips_pro.exp: Accept either "middle -> top -> main" or
20202         "middle -> main" in the backtrace, because gcc can optimize
20203         tail calls to jumps.  Remove setup_xfail for the hppa case.
20204         Add a comment with the original warning messages from PR 3016,
20205         which was filed in 1993, to preserve them for posterity.
20206
20207 2000-11-17  Nick Duffek  <nsd@redhat.com>
20208
20209         * lib/gdb.exp (gdb_test): Override timeout with board info.
20210
20211 2000-11-17  Nick Duffek  <nsd@redhat.com>
20212
20213         * gdb.base/display.exp: Don't kill running stub.  Add "again" to
20214         the second kill and detach messages.
20215
20216 2000-11-17  Nick Duffek  <nsd@redhat.com>
20217
20218         * configure.in: Add AC_EXEEXT.
20219         * configure: Regenerate.
20220         * Makefile.in (just-check): Export EXEEXT.
20221         * lib/gdb.exp ($EXEEXT): Import from environment.
20222         * gdb.base/maint.exp: Expect $EXEEXT in executable name.  Don't
20223         expect "maint dump-me" on Cygwin.
20224         * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
20225         $EXEEXT.
20226
20227 2000-11-17  Nick Duffek  <nsd@redhat.com>
20228
20229         * gdb.base/break.exp: Test backtrace and finish from called
20230         function on all platforms, not just HP-UX.
20231
20232 2000-11-03  Michael Snyder  <msnyder@cygnus.com>
20233
20234         * config/monitor.exp (gdb_target_cmd): Abstracts some of the
20235         code from gdb_target_monitor, so it can be used independantly
20236         for gdbserver.  Also comment out an unnecessary PUTS.
20237
20238 2000-11-03  Michael Snyder  <msnyder@cygnus.com>
20239
20240         * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
20241         * gdb.base/corefile.exp: Expect the message "Program is being
20242         debugged already" when we send the "corefile" command, since
20243         the preceeding gdb_load may have connected gdb to a remote target.
20244         * gdb.base/display.exp: Disable hardware watchpoints if new
20245         board info variable "no_hardware_watchpoints" is true.
20246         Replace single-letter commands with more readable ones.
20247         * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
20248         if new board info variable "no_hardware_watchpoints" is true.
20249         * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
20250         to see if stdio (printf) testing is possible.
20251         * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
20252         board info variable "no_hardware_watchpoints" is true.  Use new
20253         proc "gdb_skip_stdio_tests" to see if printf tests are possible.
20254
20255 2000-11-13  Fernando Nasser  <fnasser@redhat.com>
20256
20257         From Orjan Friberg  <orjanf@axis.com>:
20258         * gdb.base/printcmds.exp: Escape curly braces followed by a number
20259         in array print pattern match.
20260
20261 2000-11-09  Fernando Nasser  <fnasser@redhat.com>
20262
20263         * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
20264         spelling "cancelled" to U.S. spelling "canceled" to match changes
20265         made to gdb.
20266         * gdb.c++/ovldbreak.exp: Ditto.
20267
20268 2000-11-06  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
20269
20270         * gdb.base/callfuncs.c (main):  Moved to end of file, call
20271         t_double_values to initialize the FPU before inferior calls are made.
20272         * gdb.base/callfuncs.exp:  Test for register preservation after calling
20273         inferior functions.  Add tests for continuining, finishing and
20274         returning from a stop in a call dummy.
20275
20276 2000-10-24  Michael Snyder  <msnyder@cygnus.com>
20277
20278         * gdb.base/commands.exp: Break up long lines, and re-indent.
20279
20280 2000-10-19  Michael Snyder  <msnyder@cygnus.com>
20281
20282         * config/gdbserver.exp:  Rewritten from the ground up, to make it
20283         compatible with the current dejagnu tree, and to make it work with
20284         the new "gdbserver" in libremote.
20285
20286 2000-10-16  Michael Snyder  <msnyder@cygnus.com>
20287
20288         * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
20289         * gdb.base/varargs.exp: Skip entire test if no printf support.
20290         * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
20291         * gdb.base/shlib-call.exp: Skip several tests if no printf support.
20292
20293 2000-10-13  Michael Snyder  <msnyder@cygnus.com>
20294
20295         * lib/gdb.exp (gdb_skip_float_test): New proc.  Skip test if
20296         no floating point support.
20297         (gdb_skip_stdio_test): New proc.  Skip test if no stdio support.
20298         * gdb.base/call-ar-st.exp: Use above procs to skip tests.
20299         * gdb.base/call-rt-st.exp: Ditto.
20300         * gdb.base/call-strs.exp: Ditto.
20301
20302 2000-08-02  Jimmy Guo  <guo@hpcleara.cup.hp.com>
20303
20304         * gdb.base/sizeof.c: include <stdio.h>.
20305
20306         * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
20307         'finish', otherwise uncaptured gdb_prompt would potentially
20308         throw remaining test points out of sync.
20309
20310 2000-07-26  Scott Bambrough <scottb@netwinder.org>
20311
20312         * gdb.base/recurse.exp: Run tests for all targets.
20313         * gdb.base/so-impl-ld.exp: Added wildcard to handle the
20314         gnu-oldld case on ARM.
20315         * gdb.base/watchpoint.exp (test_stepping): Clear xfail
20316         for ARM targets.
20317
20318 Mon Jul 24 07:46:02 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
20319
20320         * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
20321         * gdb.java/configure: Rebuild.
20322
20323 Sun Jul 23 21:42:34 2000  Anthony Green  <green@redhat.com>
20324
20325         * gdb.java/jv-exp.exp: New file.
20326
20327 Sun Jul 23 21:02:42 2000  Anthony Green  <green@redhat.com>
20328
20329         * configure: Rebuilt.
20330         * configure.in (configdirs): Add gdb.java.
20331         * gdb.java/jmisc.java: New file.
20332         * gdb.java/jmisc.exp: New file.
20333         * gdb.java/Makefile.in: New file.
20334         * gdb.java/configure: Rebuilt.
20335         * gdb.java/configure.in: New file.
20336         * lib/java.exp: New file.
20337
20338 Wed Jul 12 18:14:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
20339
20340         * gdb.base/exprs.exp: Test casts to a pointer including over and
20341         underflow.
20342
20343 Thu Jul 13 11:52:53 2000  Andrew Cagney  <cagney@b1.cygnus.com>
20344
20345         * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files.  Compare GDB
20346         and the compilers sizes.
20347
20348 2000-07-09  Nick Duffek  <nsd@redhat.com>
20349
20350         * gdb.c++/misc.cc (class ClassParam, class_param): Define.
20351         (use_methods): New function.
20352         (main): Call use_methods().
20353         * gdb.c++/classes.exp (test_method_param_class): New procedure.
20354         (do_tests): Call test_method_param_class.
20355
20356 2000-07-09  Nick Duffek  <nsd@redhat.com>
20357
20358         * gdb.c++/classes.exp (test_nonexistant_members): Fix name
20359         spelling.
20360         (test_enums): New procedure.  Move enum tests from end of script
20361         to here.  Set breakpoint on function name instead of line number.
20362         * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
20363         (enums2): New marker function.
20364         (enums1): New function.
20365         (main): Call enums1().  Move enum tests to enums1().
20366
20367 Tue Jul  4 03:43:49 2000  Andrew Cagney  <cagney@b1.cygnus.com>
20368
20369         * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
20370         compile/link program.  Update line numbers.
20371         * gdb.asm/d10v.inc: Define ``startup''.
20372         * gdb.asm/asmsrc1.s: Add definition of _start.
20373
20374 Fri Jun 23 17:45:52 2000  Andrew Cagney  <cagney@b1.cygnus.com>
20375
20376         * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
20377
20378 2000-06-18  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20379
20380         * gdb.base/maint.exp: Add 'maint print architecture' item to output
20381         of 'help maint print' command.
20382
20383 Fri Jun 16 18:22:05 2000  Andrew Cagney  <cagney@b1.cygnus.com>
20384
20385         * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
20386         they use gdb_expect_list.
20387
20388 Wed Jun  7 13:02:40 2000  Andrew Cagney  <cagney@b1.cygnus.com>
20389
20390         * gdb.base/commands.exp: Use ``set remote
20391         memory-read-packet-size'' instead of ``set endian big'' to test
20392         long commands.
20393
20394 2000-06-03  Daniel Berlin  <dan@cgsoftware.com>
20395
20396         * gdb.c++/templates.exp (do_tests): Make all of these work under
20397         g++, and stop skipping them.
20398
20399         * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
20400         work under g++.
20401
20402         * gdb.c++/misc.cc: Fix ambiguous initialization with correct
20403         initialization.
20404
20405 2000-06-02  Michael Snyder  <msnyder@cygnus.com>
20406
20407         * gdb.base/annota1.exp (run until main breakpoint): Loosen up
20408         the regular expression: accept an (almost) arbitrary sequence of
20409         "frames-invalid" and "breakpoints-invalid" messages both before
20410         and after the "starting" message.
20411
20412 2000-06-02  Michael Snyder  <msnyder@cygnus.com>
20413
20414         * gdb.c++/local.exp: This test has never been known to work with g++.
20415
20416 2000-05-18  Michael Snyder  <msnyder@cygnus.com>
20417
20418         * gdb.base/annota1.exp (annotate-signal-handler-caller):
20419         Relax the regular expression a little, make it pass on Solaris 8.
20420
20421 2000-05-12  Kevin Buettner  <kevinb@redhat.com>
20422
20423         * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
20424         a call, do not require that gdb stop on the line after the call.
20425         Instead, it is permissible for gdb to stop on the line of the
20426         call itself.
20427
20428 2000-05-12  Michael Snyder  <msnyder@.cygnus.com>
20429
20430         * gdb.base/break.exp (bp on small function, optimized file):
20431         Add a second pass pattern.  The behavior differs here between stabs
20432         and dwarf for one-line functions.  Stabs preserves two line symbols
20433         (one before the prologue and one after) with the same line number,
20434         but dwarf regards these as duplicates and discards one of them.
20435         Therefore the address after the prologue (where the breakpoint is)
20436         has no exactly matching line symbol, and GDB reports the breakpoint
20437         as if it were in the middle of a line rather than at the beginning.
20438
20439 2000-05-08  Michael Snyder  <msnyder@cygnus.com>
20440
20441         * gdb.base/interrupt.exp: Make "pass" message say "send"
20442         rather than "send_gdb" (for consistancy).
20443
20444 Mon May  1 15:37:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
20445
20446         From 2000-04-28 Andreas Jaeger  <aj@suse.de>:
20447         * gdb.c++/templates.cc: Properly check for GCC version number.
20448         * lib/compiler.cc: Likewise
20449
20450 2000-04-28  Michael Snyder  <msnyder@cygnus.com>
20451
20452         * gdb.base/break.exp: When compiled with -O2 optimization,
20453         gdb may not stop at the first line of main, due to code motion.
20454
20455 2000-04-26  Michael Snyder  <msnyder@cygnus.com>
20456
20457         * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
20458         This test depends on parsing the printf output from the target.
20459         Since the sparclet stub doesn't do stdio, this will never work.
20460         * gdb.base/call-rt-st.exp: ditto.
20461         * gdb.base/call-strs: ditto.
20462
20463 2000-04-24  Michael Snyder  <msnyder@cygnus.com>
20464
20465         * gdb.base/miscexprs.exp: make sizeof long array test portable.
20466
20467         * gdb.base/ending-run.exp: After connecting to a remote target,
20468         but before running, the target will appear to be in a random
20469         location.  Specify both a file and a line for breakpoints.
20470         Also, the function that calls main may be called 'init'
20471         rather than 'start'.
20472
20473 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20474
20475         * gdb.base/help.exp: Update output for add-symbol-file command.
20476
20477 2000-04-10  Fernando Nasser  <fnasser@cygnus.com>
20478
20479         From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
20480         * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
20481
20482 2000-04-07  J.T. Conklin  <jtc@redback.com>
20483
20484         * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
20485
20486         * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
20487
20488 Thu Mar 30 13:26:19 2000  Philippe De Muyter  <phdm@macqel.be>
20489
20490         * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
20491         values that can be represented exactly.
20492         * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
20493         above change, and to not check against the directory part of the source
20494         file name.
20495         (step into print_long_arg_list): Likewise.
20496         (print print_small_structs from print_long_arg_list): Likewise.
20497         (print print_long_arg_list): Likewise.
20498
20499 2000-03-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20500
20501         * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
20502
20503 Mon Mar 27 14:46:37 2000  Andrew Cagney  <cagney@b1.cygnus.com>
20504
20505         * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
20506
20507 2000-03-25  Daniel Berlin  <dan@cgsoftware.com>
20508
20509         * gdb.base/commands.exp (deprecated_command_test): Add test for
20510         deprecate with no arguments.
20511
20512 2000-03-24  Jonathan Larmour  <jlarmour@redhat.co.uk>
20513
20514         * gdb.base/break.exp: Add new test for setting breakpoints on
20515         optimized code so we can test breakpoints work even when function
20516         prologues may be optimized away
20517
20518 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20519
20520         From David Whedon <dwhedon@gordian.com>
20521         * gdb.base/commands.exp : Added command deprecator tests.
20522
20523 2000-03-22  Daniel Berlin   <dan@cgsoftware.com>
20524
20525        * gdb.base/help.exp: Added test for new apropos command.
20526
20527 2000-03-21  Kevin Buettner <kevinb@redhat.com>
20528
20529         * gdb.base/pointers.c (usevar): New function.
20530         (main): Make sure that global variables v_int_pointer2, rptr,
20531         and y are all referenced someplace in the program by calling
20532         usevar() on them.  [Some linkers delete symbols which are
20533         never referenced.  The space remains, but there's no way to
20534         get a (symbolic) handle on the variable from the debugger.]
20535
20536 2000-03-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20537
20538         * gdb.base/printcmds.c: Add typedeffed arrays.
20539
20540         * gdb.base/printcmds.exp (test_print_typedef_arrays): New
20541         procedure to test arrays that are typedef'd.
20542
20543 2000-03-13  James Ingham  <jingham@leda.cygnus.com>
20544
20545         * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
20546         the library directories.
20547
20548 Mon Feb 21 13:05:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
20549
20550         * configure.in (configdirs): Add sub directory gdb.mi.
20551         * configure: Re-generate.
20552
20553         * gdb.mi: New directory.
20554
20555 2000-02-25  Scott Bambrough <scottb@netwinder.org>
20556
20557         * gdb.base/long_long.exp: Correct test suite failure when printing
20558         a long long value as a double on ARM platforms.
20559
20560 2000-02-16  Jim Blandy  <jimb@redhat.com>
20561
20562         * gdb.base/break.exp ("breakpoint line number"): Make sure the
20563         default source file is set properly before running this test.
20564
20565 2000-02-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20566
20567         * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
20568         gdbtk/library directory, not in gdbtcl2.
20569
20570 2000-02-04  Jim Blandy  <jimb@redhat.com>
20571
20572         * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
20573         backslash from regexp pattern.
20574
20575         * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
20576         procedure.  Use it to run all the "continue to bp overloaded"
20577         tests.  Note that this changes the names of the tests slightly.
20578         If the breakpoint hit message includes a hex PC value, because
20579         GCC's Dwarf 2 line info doesn't help us distinguish the prologue
20580         from the real source code, still consider that a pass.
20581
20582         * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
20583         XFAIL here if the breakpoint message contains a hex address.  Note
20584         similar change on 1999-11-02.
20585
20586         * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
20587
20588         * gdb.base/ptype.exp: Establish a default source file before
20589         calling get_debug_format.
20590
20591 2000-02-03  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20592
20593         * gdb.base/watchpoint.exp: Remove duplication of test messages.
20594
20595 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20596
20597         * gdb.base/step-test.exp: Fix the steps to enter a callee by means
20598         of successive stepi commands -- while in the prologue we should see
20599         the function entry bracket.
20600
20601 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20602
20603         * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
20604         reach __change_mode() when stepping through the end of main().
20605
20606 2000-01-17  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20607
20608         * gdb.base/default.exp: Fix expected pattern.
20609         * gdb.base/help.exp: Same.
20610
20611 2000-01-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20612
20613         * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
20614         Don't use xfail's because that affects only the following test.
20615
20616         * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
20617         solaris or linux.
20618
20619         * gdb.base/selftest.exp: Update to reflect changes to main.c.
20620
20621 2000-01-07  Michael Snyder  <msnyder@cygnus.com>
20622
20623         * gdb.base/display.exp: Some yacc parsers like to say
20624         "A syntax error" rather than "A parse error".  Accept both.
20625
20626 2000-01-06  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20627
20628         * gdb.base/default.exp: Remove OS dependent string from "target
20629         remote" test.
20630         * gdb.base/help.exp: Same for "help target remote" test.
20631
20632 2000-01-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20633
20634         From Jim Kingdon <kingdon@redhat.com>:
20635
20636         * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
20637         prompt (cleanup rather than necessity, but still might keep output
20638         from spilling to next test).
20639
20640 2000-01-02  Fred Fish  <fnf@cygnus.com>
20641
20642         * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
20643         AIX, which defines them in <sys/types.h>.
20644
20645 1999-12-16  Stan Shebs  <shebs@andros.cygnus.com>
20646
20647         * gdb.base/default.exp: Match arm* etc instead of arm in "info
20648         float" test.
20649
20650 1999-12-13 Fernando Nasser  <fnasser@totem.to.cygnus.com>
20651
20652         * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
20653
20654         * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
20655         outermost frame disallowed".
20656
20657 1999-12-09  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20658
20659         * gdb.base/setvar.exp: New tests for setting the value of a struct
20660         with a constant list.
20661
20662 1999-12-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20663
20664         * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
20665         require the user to type a cast before setting the value of a struct.
20666
20667 1999-12-06  Jim Blandy  <jimb@cygnus.com>
20668
20669         * gdb.base/default.exp: Expect the new 'info float' command on
20670         all i386 platforms.
20671
20672         * gdb.threads/linux-dp.exp: Expand our ability to recognize
20673         LinuxThreads libraries that don't support debugging.
20674
20675 Sat Dec  4 15:21:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
20676
20677         * gdb.base/remote.c: Fill the buffer with truely random data.
20678         Change the buffer type to ``unsigned char'' to simplify size
20679         arithmetic.
20680
20681         * gdb.base/remote.exp: Reduce download numbers by one.  Typical
20682         stub only handles 400-1 byte packets.  Verify that the download
20683         worked.
20684
20685 1999-11-30  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20686
20687         * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
20688         tests, using UNRESOLVED for the untested cases.  Also, does not wait
20689         for a timeout if the prompt was received before a recognizable pattern.
20690
20691 1999-11-29  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20692
20693         * lib/gdb.exp (gdb_expect_list): Fix spelling.
20694
20695 1999-11-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20696
20697         * gdb.base/watchpoint.exp: Add tests cases for the hit count of
20698         watchpoints.
20699
20700 1999-11-24  Jason Merrill  <jason@casey.cygnus.com>
20701
20702         * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
20703
20704         * gdb.c++/local.exp: Be more flexible in recognizing local class
20705         name mangling.  Don't allow horribly truncated method names.
20706         * gdb.c++/derivation.exp: Expect protected inheritance.
20707         * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
20708         * gdb.c++/virtfunc.exp: Likewise.
20709         * gdb.c++/classes.exp: Likewise.  Don't require the enclosing scope
20710         when printing a nested enum.
20711
20712 1999-11-22  Jim Blandy  <jimb@cygnus.com>
20713
20714         * gdb.base/step-test.exp: Properly await GDB's response to setting
20715         a breakpoint on the call to large_struct_by_value.
20716
20717         * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
20718         just because we have debug info for the `start' function.
20719
20720 1999-11-19  Jim Blandy  <jimb@zenia.red-bean.com>
20721
20722         * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
20723         "Unknown signal" messages, which indicate (on LinuxThreads) that
20724         GDB doesn't know how to debug threads on this system.  This is
20725         better than hanging while philosopher 0 dumps chatter into gdb.log.
20726
20727 1999-11-18  Tom Tromey  <tromey@cygnus.com>
20728
20729         * gdb.trace/deltrace.exp: Updated test to reflect new error text.
20730
20731 1999-11-18  Fred Fish  <fnf@cygnus.com>
20732
20733         * gdb.base/coremaker2.c: Add sample program for generating
20734         cores that is more self contained than coremaker.c.  Eventually
20735         I'll add more code to this and tie it into the testsuite.
20736
20737 1999-11-12  Stan Shebs  <shebs@andros.cygnus.com>
20738
20739         * gdb.base/dollar.exp: Remove, now in gdb.hp.
20740
20741 1999-11-10  Jimmy Guo  <guo@cup.hp.com>
20742
20743         * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
20744         from $srcdir/lib/.
20745         * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
20746         and gdb.c++/.
20747
20748         * gdb.c++/derivation.exp: remove redundant get compiler info code.
20749
20750         * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
20751         'continue with watch' test point.
20752
20753 1999-11-08  Jim Blandy  <jimb@zenia.red-bean.com>
20754
20755         Merged from p2linux-990323-branch:
20756
20757         * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
20758
20759 Mon Nov  8 23:07:09 1999  Andrew Cagney  <cagney@amy.cygnus.com>
20760
20761         * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
20762         {limit,fixed}''.  Test ``set download-write-size''.
20763
20764 Sun Nov  7 17:37:01 1999  Andrew Cagney  <cagney@b1.cygnus.com>
20765
20766         * gdb.base/funcargs.exp: Rewrite stack traceback checks using
20767         gdb_expect_list.
20768
20769 Fri Nov  5 18:40:52 1999  Andrew Cagney  <cagney@b1.cygnus.com>
20770
20771         * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
20772
20773 1999-11-03  Mark Salter  <msalter@cygnus.com>
20774
20775         * gdb.base/break.exp: Fix "stub continue" pattern.
20776
20777 1999-11-03  Jim Blandy  <jimb@zwingli.cygnus.com>
20778
20779         * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
20780
20781 1999-11-02  Jim Blandy  <jimb@zwingli.cygnus.com>
20782
20783         * gdb.base/display.exp ("finish"): Add timeout clause.
20784
20785         * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
20786         plain prompt clause, so this doesn't have to time out in order to
20787         fail.
20788
20789         * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
20790         breakpoint hit messages include an address.
20791
20792         * gdb.base/display.exp: Don't forget to escape parens in regular
20793         expressions.  Unix regexp notatation sucks.
20794
20795 1999-11-02  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20796
20797         * gdb.base/annota1.exp: Test for annotate-signalled: change output
20798         order for 'signalled' message.
20799
20800 1999-11-01  Stan Shebs  <shebs@andros.cygnus.com>
20801
20802         From Jimmy Guo  <guo@cup.hp.com>:
20803         * gdb.base/annota1.exp: Add tests for annotate ignore count change.
20804         * gdb.base/annota1.c: Add code for tests to work with.
20805
20806 1999-10-26  Frank Ch. Eigler  <fche@cygnus.com>
20807
20808         * gdb.base/remote.exp: New test for remote downloading settings.
20809         * gdb.base/remote.c: New file with large .data.
20810
20811 1999-10-18  Jim Blandy  <jimb@zwingli.cygnus.com>
20812
20813         * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
20814         for LinuxThreads support, merged from the Code Fusion branch.
20815
20816 Mon Oct 11 13:57:21 1999  Andrew Cagney  <cagney@amy.cygnus.com>
20817
20818         * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
20819         containing exp_continue into a while within an expect.  Don't
20820         attempt a start more than three times.  Check return value from
20821         gdb_load.
20822
20823 Wed Oct  6 12:05:58 1999  Andrew Cagney  <cagney@b1.cygnus.com>
20824
20825         * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
20826         a pass case.
20827
20828 1999-10-01  Kevin Buettner <kevinb@cygnus.com>
20829
20830         * gdb.base/break.c (main): Added a statement that we can step
20831         off of.
20832         * gdb.base/break.exp: Added tests for setting a breakpoint
20833         at an offset and stepping onto a breakpoint.
20834
20835 1999-10-01  Fred Fish  <fnf@cygnus.com>
20836
20837         * gdb.base/help.exp (help add-symbol-file): Update to match current
20838         gdb output.
20839
20840 1999-09-18  Jim Blandy  <jimb@cris.red-bean.com>
20841
20842         * gdb.base/break.exp: Code locations are in hex, don't forget!
20843         (For HP-UX.)
20844
20845 1999-09-17  Stan Shebs  <shebs@andros.cygnus.com>
20846
20847         * condbreak.exp: Use break.c as test program.
20848         * condbreak.c: Remove, redundant with break.c.
20849
20850 1999-09-15  Stan Shebs  <shebs@andros.cygnus.com>
20851
20852         * config/monitor.exp (gdb_target_monitor): Disable X- and
20853         Z-packets if the target needs it.
20854
20855 1999-09-13  James Ingham  <jingham@leda.cygnus.com>
20856
20857         * gdb.c++/overload.exp: Added tests for listing overloaded
20858         functions with function pointers in the arg, explicitly calling
20859         out the version you want.
20860
20861 1999-09-09  Stan Shebs  <shebs@andros.cygnus.com>
20862
20863         * long_long.exp: Add variations of test cases that work for
20864         targets with 16-bit ints and 32-bit doubles.
20865
20866 1999-09-08  Stan Shebs  <shebs@andros.cygnus.com>
20867
20868         * break.c (main): Compare a possibly-uninitialized argc with an
20869         unlikely value that fits in 16 bits.
20870
20871 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
20872
20873         * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
20874         0xfeeb, don't want negative numbers if ints are 16 bits.
20875
20876         * lib/gdb.exp (skip_cplus_tests): New proc.
20877         * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
20878         gdb.c++/anon-union.exp, gdb.c++/classes.exp,
20879         gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
20880         gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
20881         gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
20882         gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
20883         gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
20884         gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
20885
20886         * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
20887
20888 Fri Sep  3 15:37:12 1999  Kevin Buettner  <kevinb@cygnus.com>
20889
20890         * gdb.base/corefile.exp (up): Allow a parameter to appear
20891         in the frame that we're going up to.
20892
20893         From Jim Blandy <jimb@cygnus.com>:
20894
20895         * gdb.base/default.exp (info float): Expect some output now.
20896
20897         * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
20898         returning floating-point values to fail on the x86.
20899         * gdb.base/callfwmall.exp (do_function_calls): Same.
20900
20901         * gdb.base/list.exp (test_listsize): Correct expectations for
20902         listing line 1 with listsize 2.  Also, listing a single line
20903         works now, as does listing three lines.  [Kevin's note: There
20904         were a number of other cases fixed too where the expectations
20905         differed...]
20906
20907 1999-09-02  Stan Shebs  <shebs@andros.cygnus.com>
20908
20909         * gdb.base/selftest.exp: Add case for when version prints as
20910         constant string instead of char pointer.
20911
20912 1999-08-25  Stan Shebs  <shebs@andros.cygnus.com>
20913
20914         * gdb.base/ending-run.exp: Add Solaris case for what happens when
20915         stepping out of main.
20916
20917         * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
20918         G++ used.
20919
20920         * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
20921         always, expect ptype InnerLocal::NestedInnerLocal to fail always.
20922
20923         * gdb.c++/ovldbreak.exp: Update match string in test that
20924         includes a warning of multiple breakpoints.
20925
20926 1999-08-24  Stan Shebs  <shebs@andros.cygnus.com>
20927
20928         * gdb.base/display.exp: Improve precision of step-after-finish
20929         added yesterday.
20930
20931         * gdb.base/signals.exp: Add extra wildcard to "handle all print"
20932         test.
20933
20934         * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
20935         configs when using G++, not just hppa*.
20936
20937 1999-08-24  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20938
20939         * gdb.base/async.c: New file.
20940         * gdb.base/async.exp: New file.
20941
20942 Tue Aug 24 03:24:53 1999  Jeffrey A Law  (law@cygnus.com)
20943
20944         * gdb.base/break.exp: Tweak PA specific tests to properly handle
20945         PA64.
20946
20947 Mon Aug 23 10:25:20 1999  Jeffrey A Law  (law@cygnus.com)
20948
20949         * gdb.base/display.exp: "finish" can leave us mid-line on many
20950         targets, deal with it.  Add a small constant to main, instead of
20951         1000 since main+1000 may not be a valid address in the target.
20952
20953         * gdb.base/dollar.exp: Do not run for PA processors in wide mode
20954         on hpux11.
20955
20956         * gdb.base/attach.exp: Handle another hpux11 error message variant
20957         when attaching to a process that does not exist.
20958
20959 1999-08-19  J.T. Conklin  <jtc@redback.com>
20960
20961         * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
20962         characters in 'continue to 1241' test.
20963
20964 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
20965
20966         * gdb.base/call-ar-st.exp: Add a shorter match case for the
20967         stop in print_long_arg_list, define and use a whitespace
20968         variable in print_small_structs test, add an XFAIL for Solaris.
20969         * gdb.base/dbx.exp: XFAIL func commands until somebody is
20970         interested enough to fix.
20971
20972 1999-08-13  Keith Seitz  <keiths@cygnus.com>
20973
20974         * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
20975         (dbx_gdb_load): Remove. Use gdb_load instead, since that
20976         proc knows about targets other than the natives.
20977         (test_assign): Use "gdb_run_cmd" to "run" the target.
20978         Check that we've actually hit the breakpoint at main.
20979         When we attempt to assign a value to a local variable, check
20980         that the variable is in the current scope, i.e., don't use
20981         a test with an empty result.
20982
20983 Tue Aug 10 15:25:16 1999  Andrew Cagney  <cagney@b1.cygnus.com>
20984
20985         * gdb.base/maint.exp: Add test of ``maintenance internal-error''
20986         command.
20987
20988 1999-08-09  Stan Shebs  <shebs@andros.cygnus.com>
20989
20990         From Jimmy Guo <guo@cup.hp.com> and others at HP:
20991         gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
20992         gdb.compat, gdb.threads-hp.
20993         gdb.hp/configure, gdb.hp/configure.in: New files.
20994         gdb.hp/Makefile.in: Recurse into new subdirs.
20995         gdb.hp/gdb.defects: New directory, tests for HP bug reports.
20996         gdb.hp/gdb.objdbg: New directory, tests for debugging info
20997         in object files.
20998         gdb.hp/tools: New directory, aux tools for HP-specific tests.
20999
21000 1999-08-05  Stan Shebs  <shebs@andros.cygnus.com>
21001
21002         * gdb.base/display.exp: Help expect by putting a newline in the
21003         funky printf, remove a bogus p/a test.
21004
21005 1999-08-05  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
21006
21007         * gdb.base/display.exp: Make sure that when we say 'run', we are
21008         connected to the target. This is necessary when running not
21009         natively.
21010
21011 1999-08-03  Stan Shebs  <shebs@andros.cygnus.com>
21012
21013         * gdb.base/step-test.exp: Removed some extraneous messages.
21014
21015         * gdb.base/long_long.exp: Don't run memory examination tests
21016         on little-endian targets (they will need a different set of
21017         results to match).
21018
21019 1999-08-02  Stan Shebs  <shebs@andros.cygnus.com>
21020
21021         * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
21022         until somebody decides to fix GDB.
21023
21024         * gdb.base/long_long.c: Stop compiler complaint by specifying long
21025         constant as "ULL".
21026         * gdb.base/long_long.exp: Loosen x/c test, add partial result
21027         matches for a couple x/2 commands.
21028
21029 1999-07-30  Stan Shebs  <shebs@andros.cygnus.com>
21030
21031         * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
21032         by merging in ref-types2 tests.
21033         * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
21034
21035         From Jimmy Guo <guo@cup.hp.com> and others at HP:
21036         * gdb.c++/Makefile.in: Add standard actions.
21037         (EXECUTABLES): Rename from PROGS, update list.
21038         * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
21039         from gdb.hp.
21040         * gdb.c++/anon-union.cc: Don't use anonymous struct, make
21041         foo and bar locals.
21042         * gdb.c++/anon-union.exp: Fix tests to match.
21043         * gdb.c++/classes.exp: Run if HP compiler used, add extra
21044         expect matches to handle output variations.
21045         * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
21046         * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
21047         output, add HP alternatives for new and delete prints.
21048         * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
21049         gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
21050         * gdb.c++/demangle.exp: Use $style when reporting failure.
21051         * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
21052         * gdb.c++/inherit.exp: Run if HP compiler used, add some
21053         match alternatives.
21054         * gdb.c++/local.exp: Add match alternatives or xfails for HP
21055         compilers.
21056         * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
21057         * gdb.c++/method.exp: Add match alternatives.
21058         * gdb.c++/misc.cc: Add bool types.
21059         * gdb.c++/misc.exp: Add tests for bool types.
21060         * gdb.c++/overload.exp: Add xfails.
21061         * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
21062         * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
21063         add some more template parameter tests (only for HP currently).
21064         * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
21065         * gdb.c++/virtfunc.cc: Add return type and value for main.
21066         * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
21067         match alternatives.
21068
21069 1999-07-30  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
21070
21071         * gdb.base/display.exp: Fix output of 'p/a &&j' test.
21072
21073 1999-07-29  Jim Blandy  <jimb@savonarola.red-bean.com>
21074
21075         * gdb.base/signals.exp: Don't expect getting a backtrace from
21076         within a signal handler to fail on Linux.
21077
21078 1999-07-29  Stan Shebs  <shebs@andros.cygnus.com>
21079
21080         From Jimmy Guo <guo@cup.hp.com> and others at HP:
21081         * lib/gdb.exp: Remove some gratuitious semicolons.
21082         (delete_breakpoints): Increase timeout.
21083         (gdb_expect): Add -notransfer option.
21084         (gdb_test): Use -notransfer option.
21085         (get_compiler_info): Add f77 case.
21086         (get_compiler): New proc, split out from gdb_preprocess, add f77
21087         case.
21088         (gdb_preprocess): Call get_compiler.
21089
21090         * gdb.base/Makefile.in (EXECUTABLES): Update the list.
21091         * gdb.base/attach.exp, gdb.base/display.exp,
21092         gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
21093         gdb.base/long_long.exp, gdb.base/printcmds.exp,
21094         gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
21095         third arg to gdb_test.
21096         * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
21097         * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
21098         HP-UX xfails, add others.
21099         * gdb.base/completion.exp: Reflect name change of self-test.
21100         * gdb.base/condbreak.exp, gdb.base/corefile.exp,
21101         gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
21102         gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
21103         HP failure number.
21104         * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
21105         useless HP-UX 10.30 references.
21106         * gdb.base/maint.exp: Loosen matches.
21107         * gdb.base/pointers.c (main): Declare more_code.
21108         * gdb.base/pointers.exp: Match on output of a `next'.
21109         * gdb.base/structs.c: Add prototypes.
21110         * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
21111         * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
21112
21113 1999-07-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
21114
21115         * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
21116         command.
21117
21118 1999-07-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
21119
21120         * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
21121         Fix run to main failures. Watchpoint can be hardware watchpoint.
21122
21123         * gdb.base/annota1.exp: Clean up some more, in case printf has
21124         debug info.  Deal with lack of signal hanlder info in stack.
21125
21126         From Jim Kingdon  <kingdon@redhat.com>:
21127         * gdb.base/annota1.exp: If printf has debug info, deal with it.
21128
21129 1999-07-19  Stan Shebs  <shebs@andros.cygnus.com>
21130
21131         * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
21132         gdb.base/foll-vfork.exp: Don't run for crosses.
21133
21134 Tue Jul 13 23:37:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
21135
21136         * gdb.base/configure.in: Check for gdbvars.exp instead of
21137         a1-selftest.exp.
21138         * gdb.base/configure: Re-generate.
21139
21140 1999-07-12  Stan Shebs  <shebs@andros.cygnus.com>
21141
21142         * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
21143         in trying to run first and name is too long.
21144
21145         * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
21146         pointers2.c and pointers2.exp, respectively.
21147         * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
21148         doschk happier.
21149
21150 1999-07-08  Stan Shebs  <shebs@andros.cygnus.com>
21151
21152         * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
21153         callfuncs2.c and callfuncs2.exp.
21154
21155         * gdb.base/list.exp: Remove mistaken xfails.
21156         * gdb.base/list0.h: Add optional prototypes.
21157
21158 Wed Jul  7 00:27:35 1999  Andrew Cagney  <cagney@amy.cygnus.com>
21159
21160         * gdb.base/setvar.exp: Increase the time-out on tests indirectly
21161         calling malloc.
21162         * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
21163         * ptype.exp: Move test for get_debug_format to before its first
21164         use.
21165
21166 1999-07-06  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
21167
21168         * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
21169         * gdb.base/annota2.cc, annota2.exp: Move from here.
21170         * gdb.c++/annota2.cc, annota2.exp: To here.
21171         * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
21172
21173 Tue Jun 29 11:56:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
21174
21175         * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
21176         a consistent format.
21177
21178 1999-06-25  Stan Shebs  <shebs@andros.cygnus.com>
21179
21180         From Jimmy Guo <guo@cup.hp.com> and others at HP:
21181         * lib/gdb.exp (get_compiler_info): Add detection for assorted
21182         HP compilers, also set the globals $true and $false.
21183
21184         * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
21185         call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
21186         coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
21187         jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
21188         long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
21189         printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
21190         scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
21191         sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
21192         solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
21193         whatis.c} Add C++ compatible function definitions and return
21194         types, add includes for library functions.
21195         * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
21196         * gdb.base/step-test.c (myglob): Rename from glob.
21197         * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
21198         foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
21199         files, move here from gdb.hp.
21200         * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
21201         commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
21202         ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
21203         Adjust line numbers in regexps.
21204
21205         * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
21206         miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
21207         instead of 0/1.
21208
21209         * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
21210         foll-vfork.exp: New files, move here from gdb.hp.
21211         * gdb.base/page.exp: New file, test of pagination command.
21212
21213         * gdb.base/watchpoint.c (recurser): New function, for watchpoint
21214         recursion test.
21215         * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
21216
21217         * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
21218         gdb.base/solib.exp: Fix compiler invocation process.
21219
21220         * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
21221         HP-UX 11, turn off overload resolution explicitly.
21222         * gdb.base/commands.exp: Set argument list explicitly, add
21223         watchpoint test.
21224         * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
21225         them work.
21226         * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
21227         expressions properly.
21228         * gdb.base/corefile.exp: Loosen the match slightly.
21229         * gdb.base/default.exp: Allow "Error accessing memory" message
21230         also.
21231         * gdb.base/display.exp: Skip over x/0 j if PA64.
21232         * gdb.base/funcargs.exp: Add xfails for HP-UX.
21233         * gdb.base/interrupt.exp: Ditto.
21234         * gdb.base/langs.exp: Add symbolic matches governed by compiler
21235         in use.
21236         * gdb.base/list.exp: Add xfails for HP-UX.
21237         * gdb.base/long_long.exp: Refine some of the numeric matches.
21238         * gdb.base/mips_pro.exp: Xfail on HP-UX.
21239         * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
21240         * gdb.base/nodebug.exp: Succeed on more varieties of output.
21241         * gdb.base/opaque.exp: Remove some HP-UX xfails.
21242         * gdb.base/ptype.exp: Succeed on more varieties of output.
21243         * gdb.base/scope.exp: Add xfails for HP-UX.
21244         * gdb.base/sect-cmd.exp: Add more cases.
21245         * gdb.base/setvar.exp: Add xfails for HP-UX.
21246         * gdb.base/shlib-call.exp: Loosen some matches slightly.
21247         * gdb.base/signals.exp: Match on void symbolically.
21248         * gdb.base/step-test.exp: Add case for PA64.
21249         * gdb.base/term.exp: Add exit and restart.
21250         * gdb.base/twice.exp: Clean up after self.
21251         * gdb.base/varargs.exp: Disable overload resolution explicitly.
21252         * gdb.base/whatis.exp: Allow more ways to pass tests.
21253
21254         * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
21255         no longer useful.
21256
21257 Fri Jun 25 19:27:28 1999  Andrew Cagney  <cagney@b1.cygnus.com>
21258
21259         * lib/gdb.exp (proc gdb_expect_list): New procedure.  Matches a
21260         list of patterns.
21261         * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
21262         print_double_array(double_array)", "continuing to breakpoint
21263         1018", "print print_double_array(array_d)" and "continuing to
21264         1034" tests.
21265
21266 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
21267
21268         * Makefile.in: Add empty html and install-html targets.
21269
21270 1999-06-24  Stan Shebs  <shebs@andros.cygnus.com>
21271
21272         * config/mt-*: Remove, these haven't been used since 1996.
21273
21274 1999-06-22  Stan Shebs  <shebs@andros.cygnus.com>
21275
21276         * gdb.base/call-strs.c, gdb.base/ending-run.c,
21277         gdb.base/step-test.c: Include stdlib.h and string.h as needed.
21278         * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
21279
21280 1999-06-18  Stan Shebs  <shebs@andros.cygnus.com>
21281
21282         * gdb.c++/overload.exp: XFAIL everything if using G++, add a
21283         simpler match case for the ptype of the big class.
21284
21285 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
21286
21287         * gdb.exp: Fix test for gdb_prompt existence.
21288
21289 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
21290
21291         * gdb.exp (gdb_test): Add fail after calls to perror.
21292
21293 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
21294
21295         * gdb.exp (gdb_test): Accept variations of Undefined command messages.
21296
21297 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
21298
21299         * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
21300
21301 Fri Jun 11 12:56:50 1999  Andrew Cagney  <cagney@b1.cygnus.com>
21302
21303         * gdb.base/call-strs.c (link_malloc): New function.  Ensure that
21304         malloc() is linked in.
21305
21306 1999-06-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
21307
21308         * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
21309         step at end.
21310
21311         * gdb.base/annota1.exp: Increase match_max to prevent timeout.
21312
21313 1999-06-08  Jim Blandy  <jimb@zwingli.cygnus.com>
21314
21315         * gdb.java/jv-print.exp: New file.  (Our first Java test!)
21316
21317 Fri Jun  4 10:47:46 1999  Jeffrey A Law  (law@cygnus.com)
21318
21319         * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
21320         * gdb.base/mips_pro.exp: Likewise.
21321
21322 1999-06-02  Keith Seitz  <keiths@cygnus.com>
21323
21324         * gdb.c++/templates.cc: Change all "new" operators to throw
21325         an exception.
21326         * gdb.c++/cplusfuncs.cc: Likewise.
21327
21328         * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
21329
21330 Wed Jun  2 17:37:05 1999  Andrew Cagney  <cagney@b1.cygnus.com>
21331
21332         * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
21333         * gdb.base/ending-run.exp: When stepping out of main, accept a
21334         step into an arbitrary assembler file.
21335
21336 1999-05-20  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
21337
21338         * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
21339         "breakpoint-invalid" to be printed.
21340         * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
21341         number of "frames-invalid" and "breakpoint-invalid" to be printed.
21342         * gdb.base/annota2.cc: Initialize a.x to 0.
21343
21344 1999-05-17  Keith Seitz  <keiths@cygnus.com>
21345
21346         * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
21347         when "skip_float_tests" set.
21348         Ditto for "print print_double_array(array_d)", "print print_small_structs",
21349         "print print_ten_doubles", and "step into print_long_arg_list".
21350         Don't assume we can step into "print_long_arg_list": we could step into memcpy.
21351         * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
21352         is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
21353         * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
21354         "skip_float_tests" is set.
21355         * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
21356         when "skip_float_tests" set.
21357
21358 1999-05-06  Keith Seitz  <keiths@cygnus.com>
21359
21360         * gdb.base/annota2.cc: Include stdio.h.
21361
21362 Wed May  5 17:44:31 1999  Stan Shebs  <shebs@andros.cygnus.com>
21363
21364         * gdb.base/crossload.exp: Remove, this has been disabled ever
21365         since BFD stopped including all targets, and cross-GDB gets
21366         plenty of testing anyway.
21367         * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
21368         gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
21369         gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
21370         * gdb.base/README: Remove, was doc for this.
21371         * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
21372         needed.
21373
21374 1999-05-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
21375
21376         * gdb.base/call-ar-st.exp: Fix one regular expression in test
21377         output.
21378
21379         * gdb.base/annota1.exp: New file. Annotation level 2 tests.
21380         * gdb.base/annota2.exp: New file. More annotation tests.
21381         * gdb.base/annota1.c: New file. Source file for annota1.exp.
21382         * gdb.base/annota2.cc: New file. Source file for annota2.exp.
21383
21384 1999-04-23  Angela Marie Thomas <angela@cygnus.com>
21385
21386         * config/cfdbug.exp: New file.
21387
21388 1999-04-20  Jim Blandy  <jimb@zwingli.cygnus.com>
21389
21390         * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
21391         Marcus Daniel's and Dale Hawkins's demangler crashes.
21392
21393         * gdb.c++/demangle.exp (test_gnu_style_demangling,
21394         test_lucid_style_demangling, test_arm_style_demangling,
21395         test_hp_style_demangling): Try Tom Tromey's core-dumping
21396         identifier under each demangling style.
21397
21398 1999-04-07  Jim Blandy  <jimb@zwingli.cygnus.com>
21399
21400         * gdb.c++/demangle.exp: Include the current demangling style
21401         in all test names.
21402         (current_demangling_style): New global variable.
21403         (set_demangling_style, test_demangling_core, test_demangling,
21404         test_demangling_exact): New functions.
21405         (test_gnu_style_demangling, test_lucid_style_demangling,
21406         test_arm_style_demangling, test_hp_style_demangling): Use those,
21407         instead of calling gdb_test and gdb_test_exact directly.
21408         (catch_demangling_errors): New function, which reports errors
21409         signalled by the demangling test functions in an orderly way.
21410         (do_tests): Use catch_demangling_errors.
21411
21412 1999-04-06  Jim Blandy  <jimb@zwingli.cygnus.com>
21413
21414         * gdb.base/signals.exp (test_handle_all_print): Use () for
21415         grouping in expressions, not {}.
21416
21417         * gdb.base/smoke.exp: Test value of x, not y.  The latter isn't
21418         initialized yet.
21419
21420 1999-04-01  Stan Shebs  <shebs@andros.cygnus.com>
21421
21422         * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
21423         are listed.
21424
21425 1999-03-26  Stan Shebs  <shebs@andros.cygnus.com>
21426
21427         * gdb.stabs/weird.exp: Test for CC being defined before
21428         looking at its value.
21429
21430 1999-03-25  Stan Shebs  <shebs@andros.cygnus.com>
21431
21432         * gdb.base/call-ar-st.exp: Remove stray '#'.
21433         * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
21434         "short int" and "long int".
21435         * gdb.c++/overload.cc: Cast the string added in the previous
21436         change, to mollify finicky HP compiler.
21437         * gdb.hp/reg-test.exp (testfile): Fix file name.
21438         * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
21439
21440         * gdb.c++/misc.cc (main): Initialize obj_with_enum.
21441         * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
21442         alternate form of enum ptype.
21443
21444 1999-03-23  Stan Shebs  <shebs@andros.cygnus.com>
21445
21446         * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
21447         * gdb.hp/*.exp: Change all to run compiler probe only after
21448         passing skip_hp_tests, so as not to waste time on guaranteed
21449         failure.
21450
21451         * gdb.c++/overload.cc: Pass string instead of char addr, always
21452         init ccpfoo.
21453         * gdb.c++/templates.cc: Fix syntax error.
21454
21455 Tue Mar 23 14:56:36 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
21456
21457         * gdb.base/commands.exp: Add test for correct position of '>'
21458         when issuing the 'commands' command after a 'while' or 'if'
21459         command.
21460
21461 1999-03-18  James Ingham  <jingham@cygnus.com>
21462
21463         * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
21464
21465         * gdb.c++/method.exp: It was testing an uninitialized int on the
21466         stack and assuming it was positive.
21467
21468         * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
21469
21470         * gdb.base/step-test.exp: Catch a case where finish is broken and
21471         keep it from killing the rest of the tests.
21472         Use gdb_continue_to_end.
21473
21474         * gdb.base/sigall.exp: use gdb_continue_to_end.
21475
21476         * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
21477
21478         * gdb.base/display.exp: use runto_main, not run.
21479
21480         * gdb.base/default.exp: Check for the current error message in the
21481         r abbreviation test.
21482         Add strongarm to the targets that know info float.
21483
21484         * gdb.base/condbreak.exp: Use the gdb_run command rather than just
21485         run which doesn't work with monitors.
21486
21487         * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
21488
21489         * gdb.base/break.exp: use the gdb_continue_to_end proc.
21490
21491         * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
21492         program.  Traps the case (in Cygmon) when the program never really
21493         exits.  Same as Mark's continue_to_exit, but I had put it in a lot
21494         more places, so I used my name.  Sorry Mark...
21495
21496         * config/monitor.exp (gdb_target_monitor): added another
21497         target_info parameter: remotebinarydownload.  This will set the
21498         remotebinarydownload flag if this is causing some boards trouble.
21499
21500 1999-03-18  Mark Salter  <msalter@cygnus.com>
21501
21502         * lib/gdb.exp (continue_to_exit): New function.
21503
21504         * gdb.base/ena-dis-br.exp: Clean up for remote targets.
21505         * gdb.base/ending-run.exp: Ditto.
21506         * gdb.base/step-test.exp: Ditto.
21507
21508 1999-03-16  Stan Shebs  <shebs@andros.cygnus.com>
21509
21510         * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
21511         (suggested by Art Haas <ahaas@neosoft.com>).
21512
21513 1999-03-16  Jim Blandy  <jimb@zwingli.cygnus.com>
21514
21515         * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
21516
21517 Fri Mar 12 18:06:21 1999  Stan Shebs  <shebs@andros.cygnus.com>
21518
21519         * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
21520         descriptions of types (short unsigned int vs unsigned short, etc).
21521
21522 1999-03-12  Jim Blandy  <jimb@zwingli.cygnus.com>
21523
21524         * gdb.base/call-strs.exp: Don't assume that `step' will step over
21525         a call to strlen; sometimes we do have sources.
21526
21527 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
21528
21529         * gdb.base/call-ar-st.c (main): Terminate char_array with a null
21530         character, so GDB won't print garbage after its end.
21531
21532         * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
21533         breakpoint there instead.  Sometimes GCC emits memcpy to handle
21534         the large structures being passed by value, so we step into that
21535         instead of sum_array_print, which obscures what we're really testing.
21536         * gdb.base/step-test.exp: However, we do want a test that notices
21537         the bizarre steps into memcpy, so do that here.  Add check for
21538         stepping into function calls that pass large structures by value.
21539         ("Is that a noun clause, or are you just happy to see me?")
21540         Remove all references to specific line numbers.
21541         * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
21542         New type and function.
21543         (main): Call large_struct_by_value, passing it a large struct by value.
21544         * lib/gdb.exp (gdb_get_line_number): New function.
21545
21546         * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
21547         more portable.
21548
21549 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
21550
21551         * lib/gdb.exp: Doc fixes.
21552
21553 1999-03-05  Nick Clifton  <nickc@cygnus.com>
21554
21555         * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
21556
21557 1999-03-04  Jim Blandy  <jimb@zwingli.cygnus.com>
21558
21559         * gdb.base/display.exp: Don't exercise the "detach" and "kill"
21560         commands.  They're not germane to this test, and they don't work
21561         that way on remote targets.
21562
21563 1999-03-01  James Ingham  <jingham@cygnus.com>
21564
21565         * Changelog entries merged over from gdb development branch.
21566
21567        Tue Jan  5 12:33:47 1999  Keith Seitz  <keiths@cygnus.com>
21568
21569                * lib/gdb.exp (gdbtk_analyze_results): Generic function
21570                for outputting results of test run.
21571
21572         1998-12-07  Martin M. Hunt  <hunt@cygnus.com>
21573
21574                * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
21575
21576 1999-02-25  Felix Lee  <flee@cygnus.com>
21577
21578         * lib/gdb.exp (debug_format): initialize
21579
21580 1999-02-25  Jason Molenda  (jsm@bugshack.cygnus.com)
21581
21582         * gdb.base/call-ar-st.c: Include string.h, not strings.h.
21583         * gdb.base/call-rt-st.c: Ditto.
21584
21585 1999-02-13  Jim Blandy  <jimb@zwingli.cygnus.com>
21586
21587         * gdb.threads/pthreads.exp (horiz): New variable.
21588         (test_startup): Fix regexps that capture thread numbers.
21589
21590 1999-02-10  Jason Molenda  (jsm@bugshack.cygnus.com)
21591
21592         * gdb.base/smoke.exp: Disambiguate two test case names (both
21593         called ``print'').
21594
21595 Fri Feb  5 12:42:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
21596
21597         * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
21598         compilation.
21599
21600 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
21601
21602         * gdb.base/miscexprs.exp: Change patterns to match GDB's
21603         actual output formatting.
21604         * gdb.base/smoke.exp: GDB removes leading 0's.
21605         * gdb.base/volatile.exp: Don't check type of remuneration;
21606         that variable is no longer defined in constvars.c.
21607         * gdb.base/step-test.c (main): Exit with explicit exit code.
21608         * gdb.base/step-test.exp: Remove two nexti checks--they are
21609         not portable.
21610
21611 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
21612
21613         * gdb.base/help.exp ("help delete display"): Fix test to match
21614         gdb's output.
21615
21616         * gdb.base/long_long.c (known_types): Initialize values to zero.
21617         * gdb.base/long_long.exp: Step one more line
21618         so 'dec' is initialized in "get to known place".  GDB removes
21619         leading zeros.  Explicitly ask for hex formatting.  Use
21620         unique test case names.
21621
21622 Tue Feb  2 10:16:08 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
21623
21624         * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
21625
21626         * gdb.c++/method.exp: Add missing close brace.
21627
21628 1999-01-30  Jim Blandy  <jimb@zwingli.cygnus.com>
21629
21630         * gdb.base/maint.exp: Use 'set height 0' to disable page
21631         prompting, not 'set height 400'.
21632
21633         Fix a bunch of timeouts.
21634         * gdb.base/maint.exp ("maint print objfiles"): Break this up into
21635         four separate tests, so expect doesn't take forever to match a ton
21636         of text against a regexp with lots of .* forms.
21637         ("maint print psymbols", "maint print symbols"): Make some of
21638         these greps more selective, so that expect doesn't try to wade
21639         through huge piles of output and time out.
21640
21641         * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
21642
21643         * gdb.base/maint.exp ("maint info breakpoints"): Split into two
21644         tests: one which doesn't expect shlib events to be reported, and
21645         another which does, but is XFAIL for all platforms other than
21646         HP/UX.
21647
21648         * gdb.base/break.exp: Teach the test suite that the `catch
21649         fork', `catch vfork', and `catch exec' commands produce error
21650         messages on platforms that don't provide these features.
21651
21652 Mon Jan 25 18:35:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
21653
21654         * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
21655         so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
21656         (shortening names from solib_threshold.exp etc), won't run on
21657         anything but HP-UX for the foreseeable future.
21658         * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
21659         reflect move.
21660
21661 Thu Jan 21 15:46:49 1999  Stan Shebs  <shebs@andros.cygnus.com>
21662
21663         * gdb.base/Makefile.in, gdb.c++/Makefile.in,
21664         gdb.trace/Makefile.in (clean): Remove all test executables.
21665
21666 Tue Jan 19 17:20:09 1999  David Taylor  <taylor@texas.cygnus.com>
21667
21668         * gdb.base/shlib-call.exp: add test cases to verify that gdb
21669         successfully re-sets breakpoints in shared libraries.
21670         * gdb.base/shmain.c (main): return 0, don't fall off the end.
21671
21672 Fri Jan 15 14:04:57 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
21673
21674         * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
21675         and compiled w/o GCC.
21676
21677         * gdb.hp/watch-cmd.exp: ditto.
21678
21679         * gdb.hp/watch-hp.exp: ditto.
21680
21681         * gdb.hp/xdb1.exp: ditto.
21682
21683         * gdb.hp/xdb2.exp: ditto.
21684
21685         * gdb.hp/dbx.exp: ditto.
21686
21687 Thu Jan 14 18:36:48 1999  Stan Shebs  <shebs@andros.cygnus.com>
21688
21689         * constvars.c: Remove C++-isms.
21690         * constvars.exp: Use gdb_test everywhere, add xfails if compiled
21691         with GCC.
21692
21693 Mon Jan 11 10:08:03 1999  David Taylor  <taylor@texas.cygnus.com>
21694
21695         The following changes are part of the HP merge.
21696
21697         * gdb.base/break.exp: new tests to verify that catchpoints for
21698         fork, vfork, and exec don't trigger inappropriately.
21699
21700         * gdb.base/opaque.exp: compile one file at a time, then link.
21701
21702         * gdb.base/signals.exp: be more restrictive about which hppa
21703         systems receive a setup_xfail.  new tests.
21704
21705         * gdb.base/solib_threshold.build: new file.
21706         * gdb.base/solib_threshold.exp: new file.
21707         * gdb.base/solib_threshold.link_opts: new file.
21708         * gdb.base/solib_threshold.mk: new file.
21709         * gdb.base/gen_solib_threshold.c: new file.
21710
21711         * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
21712         tests.  New tests for enums inside classes.
21713
21714         * gdb.c++/compiler.cc: indicate support of template debugging.
21715
21716         * gdb.c++/demangle.exp: run hp style demangling tests.
21717
21718         * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
21719         tests.
21720
21721         * gdb.c++/misc.cc: changes to support new tests.
21722
21723         * gdb.c++/templates.cc: changes to support HP's compiler; changes
21724         to support new tests.
21725
21726         * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
21727         gcc, then skip these tests.
21728
21729 Sun Jan 10 23:44:11 1999  David Taylor  <taylor@texas.cygnus.com>
21730
21731         The following files are part of the HP merge; some had longer
21732         names at HP, but have been renamed to be no more than 14
21733         characters in length.
21734
21735         * gdb.hp/ambiguous.cc: new file.
21736         * gdb.hp/ambiguous.exp: new file.
21737         * gdb.hp/attach.exp: new file.
21738         * gdb.hp/attach2.exp: new file.
21739         * gdb.hp/classes-hp.exp: new file.
21740         * gdb.hp/ctti.exp: new file.
21741         * gdb.hp/ctti-add.cc: new file.
21742         * gdb.hp/ctti-add1.cc: new file.
21743         * gdb.hp/ctti-add2.cc: new file.
21744         * gdb.hp/ctti-add3.cc: new file.
21745         * gdb.hp/dbx.exp: new file.
21746         * gdb.hp/exception.cc: new file.
21747         * gdb.hp/exception.exp: new file.
21748         * gdb.hp/foll-exec.c: new file.
21749         * gdb.hp/foll-exec.exp: new file.
21750         * gdb.hp/foll-fork.c: new file.
21751         * gdb.hp/foll-fork.exp: new file.
21752         * gdb.hp/foll-vfork.c: new file.
21753         * gdb.hp/foll-vfork.exp: new file.
21754         * gdb.hp/inherit-hp.exp: new file.
21755         * gdb.hp/more-steps.exp: new file.
21756         * gdb.hp/namespace.cc: new file.
21757         * gdb.hp/namespace.exp: new file.
21758         * gdb.hp/optimize.exp: new file.
21759         * gdb.hp/pxdb.c: new file.
21760         * gdb.hp/pxdb.exp: new file.
21761         * gdb.hp/quicksort.exp: new file.
21762         * gdb.hp/reg-test.exp: new file.
21763         * gdb.hp/reg-test.s: new file.
21764         * gdb.hp/sized-enum.c: new file.
21765         * gdb.hp/sized-enum.exp: new file.
21766         * gdb.hp/start-stop.exp: new file.
21767         * gdb.hp/templ-hp.cc: new file.
21768         * gdb.hp/templ-hp.exp: new file.
21769         * gdb.hp/thr-lib.c: new file.
21770         * gdb.hp/thr-lib.exp: new file.
21771         * gdb.hp/thr-lib.h: new file.
21772         * gdb.hp/thr-liblib.c: new file.
21773         * gdb.hp/virtfun-hp.c: new file.
21774         * gdb.hp/virtfun-hp.exp: new file.
21775         * gdb.hp/watch-cmd.exp: new file.
21776         * gdb.hp/watch-hp.exp: new file.
21777         * gdb.hp/xdb1.exp: new file.
21778         * gdb.hp/xdb2.exp: new file.
21779         * gdb.hp/xdb3.exp: new file.
21780
21781 Wed Jan  6 18:41:15 1999  David Taylor  <taylor@texas.cygnus.com>
21782
21783         The following files are part of the HP merge; some had longer
21784         names at HP, but have been renamed to be no more than 14
21785         characters in length.
21786
21787         * gdb.base/ss.h: new file.
21788         * gdb.base/call-ar-st.c: new file.
21789         * gdb.base/call-ar-st.exp: new file.
21790         * gdb.base/call-rt-st.c: new file.
21791         * gdb.base/call-rt-st-exp: new file.
21792         * gdb.base/call-strs.exp: new file.
21793         * gdb.base/ena-dis-br.exp: new file.
21794         * gdb.base/environ.exp: new file.
21795         * gdb.base/long_long.exp: new file.
21796         * gdb.base/sect-cmd.exp: new file.
21797         * gdb.base/shlib-cl2.exp: new file.
21798         * gdb.base/smoke.exp: new file.
21799         * gdb.base/so-impl-ld.c: new file.
21800         * gdb.base/so-impl-ld.exp: new file.
21801         * gdb.base/so-indr-cl.c: new file.
21802         * gdb.base/so-indr-cl.exp: new file.
21803         * gdb.base/varargs.exp: new file.
21804         * gdb.base/volatile.exp: new file.
21805         * gdb.base/whatis-exp.exp: new file.
21806         * gdb.base/display.exp: new file.
21807         * gdb.c++/derivation.exp: new file.
21808         * gdb.c++/local.exp: new file.
21809         * gdb.c++/member-ptr.exp: new file.
21810         * gdb.c++/overload.exp: new file.
21811         * gdb.c++/ovldbreak.exp: new file.
21812         * gdb.c++/ref-types.exp: new file.
21813         * gdb.c++/ref-types2.exp: new file.
21814         * gdb.c++/userdef.exp: new file.
21815
21816 Wed Jan  6 13:50:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
21817
21818         * gdb.base/default.exp: Reflect wording change in remote.c.
21819
21820 Tue Jan  5 19:14:51 1999  Michael Snyder  <msnyder@cygnus.com>
21821
21822         * gdb.base/help.exp: Update to reflect current text.
21823
21824 Tue Jan  5 13:05:32 1999  David Taylor  <taylor@texas.cygnus.com>
21825
21826         * gdb.c++/anon-union.cc: make foo and bar global, otherwise
21827         they're stack variables and contain garbage.
21828         * gdb.c++/anon-union.exp: new file.
21829
21830         The following changes were made by David Taylor
21831         <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
21832         Edith Epstein <eepstein@cygnus.com> as part of a project to merge
21833         in changes by HP.
21834
21835         * gdb.base/bitops.exp: new file.
21836         * gdb.base/default.exp: change expected messages for catch and
21837         info catch tests to reflect HP merge changes.
21838         * gdb.base/enable-disable-break.exp
21839         * gdb.base/ending-run.c: new file.
21840         * gdb.base/long_long.c: new file.
21841         * gdb.base/maint.exp: new file.
21842         * gdb.base/pointers2.exp: new file.
21843         * gdb.base/shlib-call2.exp: new file.
21844         * gdb.base/solib.exp: new file.
21845         * gdb.base/step-test.c: new file.
21846         * gdb.c++/anon-union.cc: new file.
21847         * gdb.c++/local.cc: new file.
21848         * gdb.c++/member-pointer.cc: new file.
21849         * gdb.c++/method.cc: new file.
21850         * gdb.c++/ref-types.cc: new file.
21851         * gdb.c++/ref-types2.cc: new file.
21852         * gdb.c++/userdef.cc: new file.
21853
21854         * gdb.base/scope.exp: compile one file at a time, then link.
21855         * gdb.base/langs.exp: ditto.
21856         * gdb.base/list.exp: ditto.
21857
21858 Mon Jan  4 10:06:43 1999  David Taylor  <taylor@texas.cygnus.com>
21859
21860         The following changes were made by David Taylor
21861         <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
21862         Edith Epstein <eepstein@cygnus.com> as part of a project to merge
21863         in changes by HP.
21864
21865         * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
21866         skip tests.  When compiling pass c++ flag to gdb_compile.
21867         * gdb.c++/
21868
21869         * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
21870         test for on hppa*-*-hpux*; use args to see if c++ was specified.
21871         (skip_hp_tests): new function.
21872         (gdb_preprocess): new function.
21873
21874         * configure.in (hpdir): decide whether to configure gdb.hp.
21875         * configure: regenerated.
21876
21877         * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
21878         to delete on clean.
21879         (EXECUTABLES): update to reflect new additions.
21880         * gdb.base/commands.exp: update message expected.
21881         * gdb.base/default.exp: add copyright notice.
21882         * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
21883         * gdb.base/help.exp: update messages to reflect current text.
21884         * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
21885         targets for recurse tests.
21886         * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
21887         skip this file.
21888
21889         * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
21890         * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
21891         compilation.
21892         * gdb.c++/misc.exp: ditto.
21893         * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
21894         run the tests.  tell gdb_compile that it's a c++ compilation.
21895
21896         * gdb.threads/pthreads.exp: fix typo in message.
21897
21898         * gdb.base/all-bin.exp: new file.
21899         * gdb.base/arithmet.exp: new file.
21900         * gdb.base/assign.exp: new file.
21901         * gdb.base/completion.exp: new file.
21902         * gdb.base/cond-expr.exp: new file.
21903         * gdb.base/condbreak.exp: new file.
21904         * gdb.base/define.exp: new file.
21905         * gdb.base/dollar.exp: new file.
21906         * gdb.base/environment.exp: new file.
21907         * gdb.base/eval-skip.exp: new file.
21908         * gdb.base/jump.exp: new file.
21909         * gdb.base/logical.exp: new file.
21910         * gdb.base/pointers.exp: new file.
21911         * gdb.base/relational.exp: new file.
21912         * gdb.base/section_command.exp: new file.
21913         * gdb.base/whatis-expr.exp: new file.
21914
21915         * gdb.base/all-types.c: new file.
21916         * gdb.base/call-array-struct.c: new file.
21917         * gdb.base/call-return-struct.c: new file.
21918         * gdb.base/call-strings.c: new file.
21919         * gdb.base/callfuncs2.c: new file.
21920         * gdb.base/condbreak.c: new file.
21921         * gdb.base/constvars.c: new file.
21922         * gdb.base/display.c: new file.
21923         * gdb.base/int-type.c: new file.
21924         * gdb.base/jump.c: new file.
21925         * gdb.base/miscexprs.c: new file.
21926         * gdb.base/pointers.c: new file.
21927         * gdb.base/pointers2.c: new file.
21928         * gdb.base/shmain.c: new file.
21929         * gdb.base/shr1.c: new file.
21930         * gdb.base/shr2.c: new file.
21931         * gdb.base/solib.c: new file.
21932         * gdb.base/solib1.c: new file.
21933         * gdb.base/solib2.c: new file.
21934         * gdb.base/varargs.c: new file.
21935         * gdb.c++/derivation.cc: new file.
21936         * gdb.c++/overload.cc: new file.
21937         * gdb.c++/ovldbreak.cc: new file.
21938         * gdb.hp/attach.c: new file.
21939         * gdb.hp/attach2.c: new file.
21940         * gdb.hp/average.c: new file.
21941         * gdb.hp/compiler.c: new file.
21942         * gdb.hp/compiler.cc: new file.
21943         * gdb.hp/execd-program.c: new file.
21944         * gdb.hp/follow-exec.c: new file.
21945         * gdb.hp/follow-fork.c: new file.
21946         * gdb.hp/follow-vfork-and-exec.c: new file.
21947         * gdb.hp/misc-hp.cc: new file.
21948         * gdb.hp/more-steps.c: new file.
21949         * gdb.hp/optimize.c: new file.
21950         * gdb.hp/quicksort.c: new file.
21951         * gdb.hp/run-hp.c: new file.
21952         * gdb.hp/start-stop.c: new file.
21953         * gdb.hp/sum.c: new file.
21954         * gdb.hp/templates-hp.cc: new file.
21955         * gdb.hp/thread-local-in-lib.c: new file.
21956         * gdb.hp/thread-local-in-lib.h: new file.
21957         * gdb.hp/thread-local-in-lib.lib.c: new file.
21958         * gdb.hp/vforked-program.c: new file.
21959         * gdb.hp/virtfunc-hp.cc: new file.
21960         * gdb.hp/watchpoint-hp.c: new file.
21961         * gdb.hp/xdb.c: new file.
21962         * gdb.hp/xdb0.c: new file.
21963         * gdb.hp/xdb0.h: new file.
21964         * gdb.hp/xdb1.c: new file.
21965
21966 Mon Dec 21 14:08:38 1998  David Taylor  <taylor@texas.cygnus.com>
21967
21968         The following change was made by Edith Epstein
21969         <eepstein@cygnus.com> as part of a project to merge in changes
21970         originally made by HP; HP did not create ChangeLog entries.
21971
21972         * gdb.c++/demangle.exp: changed the expected output for some
21973         ARM-style mangling -- removed second reference to datatype.
21974         For example, maint demangle __dt__11T1__pt__2_cFv
21975                      T1<char>::~T1<char>(void)
21976         becomes,
21977                      maint demangle __dt__11T1__pt__2_cFv
21978                      T1<char>::~T1(void)
21979
21980         (test_hp_style_demangling): new hp specific demangling test cases.
21981
21982 Mon Dec 14 15:07:03 1998  Jeffrey A Law  (law@cygnus.com)
21983
21984         * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
21985         * gdb.trace/backtrace.exp: Likewise.
21986         * gdb.trace/circ.exp: Likewise.
21987         * gdb.trace/collection.exp: Likewise.
21988         * gdb.trace/deltrace.exp: Likewise.
21989         * gdb.trace/infotrace.exp: Likewise.
21990         * gdb.trace/limits.exp: Likewise.
21991         * gdb.trace/packetlen.exp: Likewise.
21992         * gdb.trace/passc-dyn.exp: Likewise.
21993         * gdb.trace/passcount.exp: Likewise.
21994         * gdb.trace/report.exp: Likewise.
21995         * gdb.trace/save-trace.exp: Likewise.
21996         * gdb.trace/tfind.exp: Likewise.
21997         * gdb.trace/tracecmd.exp: Likewise.
21998         * gdb.trace/while-dyn.exp: Likewise.
21999         * gdb.trace/while-stepping.exp: Likewise.
22000
22001 1998-12-07  Jim Blandy  <jimb@zwingli.cygnus.com>
22002
22003         * gdb.base/restore.exp, gdb.base/restore.c: New tests.
22004
22005 Wed Dec  2 20:03:53 1998  Stan Shebs  <shebs@andros.cygnus.com>
22006
22007         From Brendan Kehoe:
22008         * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
22009         int return types.
22010
22011 Sat Oct 24 18:04:22 1998  Felix Lee  <flee@cygnus.com>
22012
22013         * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
22014         remote dos host testing right.
22015
22016 Mon Oct 19 01:31:59 1998  Felix Lee  <flee@cygnus.com>
22017
22018         * gdb.base/corefile.exp: remove some xfails.
22019
22020 Thu Oct 15 10:04:38 1998  Andrew Cagney  <cagney@b1.cygnus.com>
22021
22022         * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
22023         have different timestamps.
22024
22025 Thu Oct  1 20:56:14 1998  Andrew Cagney  <cagney@b1.cygnus.com>
22026
22027         * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
22028         gdb.base/default.exp: Replace "exec" with "executable".
22029
22030 Tue Sep 29 15:06:29 1998  Andrew Cagney  <cagney@b1.cygnus.com>
22031
22032         * gdb.base/default.exp: Change else if to elseif from previous
22033         delta.
22034
22035 Mon Sep 28 13:21:43 1998  Nick Clifton  <nickc@cygnus.com>
22036
22037         * gdb.base/default.exp: Add brace missing from previous delta.
22038
22039 Mon Sep 21 14:39:27 1998  Nick Clifton  <nickc@cygnus.com>
22040
22041         * gdb.base/default.exp: Support test for info float for all
22042         varieties of arm toolchain.
22043
22044 Fri Sep 18 14:07:44 1998  Michael Snyder  <msnyder@cygnus.com>
22045
22046         * gdb.trace/*.exp: remove "remote_download" command.
22047
22048 Wed Sep 16 11:38:21 1998  Michael Snyder  <msnyder@cygnus.com>
22049
22050         * gdb.trace/*.exp: remove -gdwarf from compile.
22051
22052 Wed Sep 16 01:23:11 1998  Felix Lee  <flee@cygnus.com>
22053
22054         * gdb.trace/configure.in(AC_INIT): typo
22055         * gdb.trace/configure: regenerated
22056
22057 Mon Sep 14 20:00:04 1998  Michael Snyder  <msnyder@cygnus.com>
22058
22059         * config/m68k-emc.exp: New file.
22060         * lib/<emc-support.exp trace-support.exp}: New files.
22061         * configure.in: add new test directory gdb.trace.
22062         * gdb.trace/{configure configure.in Makefile.in}: New files.
22063         * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
22064         * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
22065         * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
22066         * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
22067         * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
22068         * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
22069         * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
22070
22071 Fri Sep 11 13:58:02 1998  Michael Snyder  <msnyder@cygnus.com>
22072
22073         * gdb.c++/classes.exp: Change all regular expressions to match
22074         arbitrary combinations of newline/carriage-return, so that they
22075         will work equally well on Unix and Windows.
22076         * gdb.c++/inherit.exp: ditto.
22077         * gdb.c++/virtfunc.exp: ditto.
22078
22079 1998-08-11 Dawn Perchik  <dawn@cygnus.com>
22080
22081         * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
22082
22083 Fri Jul 24 15:51:34 1998  Jeffrey A Law  (law@cygnus.com)
22084
22085         * gdb.disasm/am33.s: Add tests for autoincrement instructions.
22086         * gdb.disasm/am33.exp: Run time.  Update tests which use r8-r15
22087         to use a0-a3/d0-d3 as needed.
22088
22089 Thu Jul 16 18:20:46 1998  Jeffrey A Law  (law@cygnus.com)
22090
22091         * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
22092         * gdb.disasm/am33.exp: Corresponding changes.
22093
22094 1998-07-11  Felix Lee  <flee@cygnus.com>
22095
22096         * gdb.base/callfuncs.exp: add cmp10 test.
22097         * gdb.base/callfuncs.c (cmp10): new function.
22098
22099 Thurs Jul 9 11:08:31 1998  Dawn Perchik  <dawn@cygnus.com>
22100
22101         * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
22102         into two parts to get around a synchronization problem in expect.
22103
22104 Fri Jun 26 14:27:13 1998  Keith Seitz  <keiths@cygnus.com>
22105
22106         * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
22107
22108         * configure.in: Add options for gdbtk testsuite.
22109
22110         * configure: Regenerate.
22111
22112         * gdb.gdbtk: New directory to hold gdbtk tests.
22113
22114 Fri Jun 26 14:52:47 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
22115
22116         * gdb.fortran/types.exp:  Escape brackets in expect patterns
22117         for test_float_literal_types_accepted tests.
22118         * gdb.base/scope.exp:  Remove extraneous newline in filelocal_bss
22119         before run test.
22120
22121 Fri Jun 26 11:12:17 1998  Jeffrey A Law  (law@cygnus.com)
22122
22123         * am33.exp: Just compile, do not link the testcase.
22124         * am33.s: Add ".am33" pseudoop to force am33 mode.
22125
22126 1998-06-25  Felix Lee  <flee@cygnus.com>
22127
22128         * gdb.base/setshow.exp: make sure $pc is sane.
22129
22130         * gdb.stabs/weird.exp: split expect patterns properly.
22131
22132 Wed Jun 24 13:03:15 1998  Jeffrey A Law  (law@cygnus.com)
22133
22134         * gdb.disasm/am33.s: New disassembler testfile for the am33.
22135         * gdb.disasm/am33.exp: Run it.
22136
22137 Tue Jun 23 11:45:01 1998  Michael Snyder  <msnyder@cygnus.com>
22138
22139         * gdb.base/funcargs.exp: simplify expect strings to ease pattern
22140         match processing (and eliminate spurious timeouts when running).
22141
22142 Fri Jun 12 17:28:22 1998  Michael Snyder  <msnyder@cygnus.com>
22143
22144         * gdb.base/signals.exp (test_handle_all_print): put back Mach
22145         exception test, but conditionalize it on target [mach | gnu].
22146
22147 Wed Jun 10 10:40:03 1998  Michael Snyder  <msnyder@cygnus.com>
22148
22149         * gdb.base/overlays.exp: fixup compile line for linker script.
22150
22151 Thu Jun  4 21:54:15 1998  Felix Lee  <flee@zog.cygnus.com>
22152
22153         * gdb.fortran/types.exp: don't guess at float size.
22154
22155 Thu May 21 02:28:37 1998  Felix Lee  <flee@zog.cygnus.com>
22156
22157         * gdb.base/exprs.exp: delete test that depends on int size.
22158
22159 Sun May 17 17:10:22 1998  Bob Manson  <manson@charmed.cygnus.com>
22160
22161         * config/sim.exp: Removed checks for target triplets.
22162         (gdb_target_sim): Use gdb,target_sim_options.
22163
22164 Sat May 16 23:43:35 1998  Mark Alexander  <marka@cygnus.com>
22165
22166         * gdb.base/reread.exp: New file.
22167         * gdb.base/reread1.c: New file.
22168         * gdb.base/reread2.c: New file.
22169
22170 Sat May 16 23:22:09 1998  Mark Alexander  <marka@cygnus.com>
22171
22172         * config/sim.exp: Use 'target sim -sparclite' when running
22173         SPARClite programs.
22174
22175 Sat May 16 18:48:08 1998  Doug Evans  <devans@canuck.cygnus.com>
22176
22177         * gdb.base/structs2.exp: New file.
22178         * gdb.base/structs2.c: New file.
22179
22180 Wed May 13 13:36:14 1998  Doug Evans  <devans@canuck.cygnus.com>
22181
22182         * gdb.asm/common.inc: New file.
22183         * gdb.asm/d10v.inc: New file.
22184         * asm-source.exp: Pass -I's to gas to find .inc files.
22185         Update line numbers in expected output.
22186         * asmsrc1.s: Rewrite.
22187         * asmsrc2.s: Rewrite.
22188         * configure.in: Create arch.inc symlink.
22189         * configure: Regenerate.
22190         * Makefile.in (distclean): Delete arch.inc.
22191
22192 Wed May  6 10:30:54 1998  John Metzler  <jmetzler@cygnus.com>
22193
22194         *  callfuncs.c (t_enum_value1) : Cleanup return value warnings
22195         (t_enum_value2): ditto
22196         (t_enum_value3): ditto
22197         (main): ditto
22198 Fri May  1 09:33:37 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
22199
22200         * gdb.base/break.exp:  Remove xfail for `deleting all breakpoints
22201         when none' unexpected prompt case, fixed by breakpoint.c:delete_command
22202         change.
22203         Use gdb_test instead of send_gdb/gdb_expect sequences.
22204
22205 Thu Apr 23 12:56:19 1998  Jason Molenda  (crash@bugshack.cygnus.com)
22206
22207         * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
22208         not void.
22209
22210 Thu Apr 16 10:52:34 1998  John Metzler  <jmetzler@cygnus.com>
22211
22212         * gdb.base/branches.c: Code with lots of loops and
22213         subroutines. Used to test gdbs ability to single step through PC
22214         changes, especially to test mips-tdep.c:mips_next_pc
22215
22216 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
22217
22218         * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
22219         more rigorous EGCS C++ error checking.
22220
22221 Fri Apr 10 22:38:12 1998 Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22222
22223         * gdb.base/help.exp:  Clean up `help set args' and `help show args'
22224         tests.
22225         * gdb.base/interrupt.exp:  Add "i*86-*-solaris2*" xfail for calling
22226         function when asleep.
22227         * gdb.base/signals.exp:  Add "i*86-*-solaris2*" xfails. Add comment
22228         for i*86 Linux and SVR4 signal handling problems.
22229         Remove linux xfail for `next to handler in signals_tests_1', fixed
22230         by recent infrun.c change.
22231         Limit backtrace to 10 frames to avoid timeout problems with infinite
22232         stack backtraces.
22233         Adjust expect pattern in `handle all print' test to match Apr 28 1997
22234         target.[ch] change.
22235
22236 Tue Mar 31 00:40:32 1998  Bob Manson  <manson@charmed.cygnus.com>
22237
22238         * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
22239         for a newline from gdb before continuing.
22240         (default_gdb_exit): Just look for y or n.
22241         (gdb_test): Detect abnormal exit from GDB running on DOS; if
22242         it does, fail the rests of the tests in the file.
22243
22244 Tue Mar 24 22:44:52 1998  Bob Manson  <manson@charmed.cygnus.com>
22245
22246         * config/cygmon.exp: New file.
22247
22248 Mon Mar 16 21:39:11 1998  Bob Manson  <manson@charmed.cygnus.com>
22249
22250         * gdb.base/list.exp: Fix problem with "list default lines around
22251         main" test on remote targets.
22252
22253         * gdb.base/scope.exp: Fix problem with filelocal_bss before
22254         run test on remote targets.
22255
22256 Thu Mar 12 16:23:00 1998  Doug Evans  <devans@canuck.cygnus.com>
22257
22258         * gdb.asm: New directory.
22259         * configure.in: Configure it.
22260         * configure: Regenerate.
22261         * gdb.asm/{Makefile.in,configure.in,configure}: New files.
22262         * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
22263
22264 Mon Feb 23 08:22:44 1998  Mark Alexander  <marka@cygnus.com>
22265
22266         * config/mn10300-eval.exp: New file to support MN10300 eval board.
22267
22268 Wed Feb 18 16:43:46 1998  Michael Snyder  (msnyder@cygnus.com)
22269
22270         * gdb.base/overlays (several files): Merge the two overlay
22271         managers into one.  Change variables (foox, barx, bazx, grbxx)
22272         back into ints but force them to load in their proper sections.
22273
22274 Thu Feb 12 13:49:30 1998  Andrew Cagney  <cagney@b1.cygnus.com>
22275
22276         * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
22277         on-chip insn memory and IMAP1 to upper 128k.
22278         (D10VCopy): Handle memory regions crossing 16k boundaries.
22279         (D10VCopy): Transfer data in 32 bit chunks.
22280
22281 Tue Feb 10 17:23:22 1998  Andrew Cagney  <cagney@b1.cygnus.com>
22282
22283         * gdb.base/overlays.c (main): Exit normally when result is
22284         correct.
22285
22286         * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
22287         map.  Include space for printf in .text segment.
22288
22289         * gdb.base/d10vovly.c (D10VTranslate): New function, handle
22290         updated d10v memory VMA/LMA map.
22291         (D10VCopy): Call D10VTranslate.
22292
22293 Fri Feb  6 14:13:12 1998  Andrew Cagney  <cagney@b1.cygnus.com>
22294
22295         * gdb.base/m32rovly.c: Force variable _novlys into .data section.
22296
22297         * gdb.base/bar.c (barx, bar): Change variable to small array so
22298         that it won't be put into the .sdata - small data -
22299         section. Update reference.
22300         * gdb.base/baz.c (bazx, baz): Ditto.
22301         * gdb.base/foo.c (foox, foo): Ditto.
22302         * gdb.base/grbx.c (grbxx, grbx): Ditto.
22303
22304         * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
22305         to be arrays.
22306
22307 Thu Jan 29 14:48:19 1998  Michael Snyder  (msnyder@cygnus.com)
22308
22309         * gdb.base/overlays.exp: fix up and get working again.
22310         Add tests for backtraces from an overlay function.
22311
22312 Fri Jan 23 07:52:45 1998  Fred Fish  <fnf@cygnus.com>
22313
22314         * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
22315         "calling function with watchpoint enabled".
22316
22317 Thu Jan 22 14:23:29 1998  Fred Fish  <fnf@cygnus.com>
22318
22319         * gdb.base/break.exp (test_next_with_recursion): Remove
22320         gdb_suppress_tests for d10v-*-*.
22321         * lib/gdb.exp (gdb_suppress_tests): Disable this function
22322         pending review of whether it is useful or not.
22323
22324 Tue Jan 20 13:02:09 1998  Mark Alexander  <marka@cygnus.com>
22325
22326         * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
22327
22328 Mon Jan 19 08:53:04 1998  Mark Alexander  <marka@cygnus.com>
22329
22330         * gdb.base/break.exp: Increase timeout for slow TX39 boards.
22331         * config/dve.exp: New file to support Densan boards.
22332
22333 Mon Dec 15 22:38:05 1997  Andrew Cagney  <cagney@b1.cygnus.com>
22334
22335         * gdb.base/interrupt.exp: Document problem of simulators, signals,
22336         reads and BSD.
22337
22338 Wed Nov 26 22:29:18 1997  Bob Manson  <manson@charmed.cygnus.com>
22339
22340         * config/monitor.exp: Be a bit less picky about the "Remote debugging"
22341         response.
22342
22343         * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
22344
22345 Tue Nov 25 12:46:36 1997  Andrew Cagney  <cagney@b1.cygnus.com>
22346
22347         * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
22348         test.
22349
22350         * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
22351         target_sizeof_long and target_bigendian_p.
22352         (structs_by_value, structs_by_reference): Check values according
22353         to targets word size and endianess.
22354
22355 Mon Nov 24 16:37:06 1997  Andrew Cagney  <cagney@b1.cygnus.com>
22356
22357         * gdb.base/langs.exp: For "continue to exit" ignore any trailing
22358         output.
22359
22360 Fri Oct 17 13:24:43 1997  Stan Shebs  <shebs@andros.cygnus.com>
22361
22362         * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
22363         Update test of set args help to match source change.
22364
22365 Fri Sep 26 17:36:20 1997  Jason Molenda  (crash@pern.cygnus.com)
22366
22367         * gdb.base/default.exp: Expect help system output to be in
22368         alphabetical order.
22369         * gdb.base/help.exp: Ditto.
22370
22371 Wed Sep 24 13:08:14 1997  Bob Manson  <manson@charmed.cygnus.com>
22372
22373         * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
22374         "i*86-pc-linux-gnu*".
22375         * gdb.base/interrupt.exp: Ditto.
22376         * gdb.base/corefile.exp: Ditto.
22377
22378         * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
22379         define vxworks when building the testcase.
22380
22381         * gdb.base/ptype.exp: Fix testnames to be unique.
22382         * gdb.base/radix.exp: Ditto.
22383         * gdb.base/term.exp: Ditto.
22384         * gdb.base/whatis.exp: Ditto.
22385         * gdb.c++/classes.exp: Ditto.
22386
22387 Tue Sep 16 22:21:48 1997  Bob Manson  <manson@charmed.cygnus.com>
22388
22389         * gdb.base/callfuncs.exp: Fix indentation.
22390
22391         * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
22392         suppress_flag has been set.
22393         (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
22394         target feature.
22395
22396 Mon Sep 15 15:43:17 1997  Bob Manson  <manson@charmed.cygnus.com>
22397
22398         * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
22399         the testcase.
22400
22401         * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
22402         set_debug_traps() and breakpoint().
22403         * gdb.c++/misc.cc (main): Ditto.
22404         * gdb.c++/templates.cc (main): Ditto.
22405         * gdb.c++/virtfunc.cc (main): Ditto.
22406
22407 Fri Sep 12 16:56:38 1997  Bob Manson  <manson@charmed.cygnus.com>
22408
22409         * lib/gdb.exp(gdb_step_for_stub): New function.
22410         (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
22411         exists, reload the executable and do a "continue" instead of
22412         doing a jump.
22413         (runto_main): Use gdb_step_for_stub.
22414
22415         * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
22416         tests to have unique names.
22417         * gdb.base/callfuncs.exp: Ditto.
22418         * gdb.base/commands.exp: Ditto.
22419         * gdb.base/default.exp: Ditto.
22420         * gdb.base/help.exp: Ditto.
22421         * gdb.base/list.exp: Ditto.
22422         * gdb.base/opaque.exp: Ditto.
22423         * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
22424         similar tests.
22425
22426         * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
22427         * gdb.c++/cplusfuncs.cc: Ditto.
22428         * gdb.c++/virtfunc.cc: Ditto.
22429
22430         * config/monitor.exp: Keep track of the last file we saw, rather
22431         than trying to get the info from gdb.
22432
22433         * gdb.fortran/types.exp: Move comment to previous line.
22434
22435 Tue Sep  2 19:55:34 1997  Bob Manson  <manson@charmed.cygnus.com>
22436
22437         * config/sparclet.exp: Detect gratuitous change to sparclet gdb
22438         target mode.
22439
22440 Mon Jul 28 12:14:47 1997  Stan Shebs  <shebs@andros.cygnus.com>
22441
22442         From Bob Manson:
22443         * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
22444         string from GDB when it connects.
22445
22446         * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
22447
22448 Thu Jul  3 15:35:12 1997  Bob Manson  <manson@charmed.cygnus.com>
22449
22450         * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
22451         if we can't get a debug format from GDB (we may be testing an
22452         older GDB). Use a 10 second timeout when checking for the format.
22453
22454         * gdb.stabs/weird.exp: Fix quoting.
22455
22456         * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
22457
22458 Mon Jun 30 18:31:43 1997  Bob Manson  <manson@charmed.cygnus.com>
22459
22460         * config/arm-ice.exp: New file.
22461
22462 Sun Jun 29 16:43:30 1997  Bob Manson  <manson@charmed.cygnus.com>
22463
22464         * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
22465         until it has been modified to work with the new testsuite.
22466
22467         * gdb.*/*.exp: Instead of causing 1 unresolved test when the
22468         testcase won't compile, cause all of the testcases in the file to
22469         fail instead.
22470
22471         * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
22472         (gdb_clear_suppressed): New procedure.
22473         (gdb_stop_suppressing_tests): Only clear suppress_flag if
22474         it contains a positive value.
22475
22476 Sat Jun 28 13:31:11 1997  Bob Manson  <manson@charmed.cygnus.com>
22477
22478         * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
22479
22480         * gdb.c++/virtfunc.exp: Remove setting of libs variable.
22481
22482 Fri Jun 27 07:44:25 1997  Fred Fish  <fnf@cygnus.com>
22483
22484         * lib/gdb.exp (setup_xfail_format): New function.
22485         (get_debug_format): New function to get debug format.
22486         (debug_format): New global variable to hold last value set
22487         by get_debug_format.
22488         * gdb.base/list.exp: Call get_debug_format and expect some
22489         tests to fail for DWARF 1 and COFF formats.
22490         * gdb.c++/ptype.exp: Ditto.
22491         * gdb.c++/classes.exp: Ditto.
22492         * gdb.c++/cplusfuncs.exp: Ditto.
22493         * gdb.c++/inherit.exp: Ditto.
22494         * gdb.c++/templates.exp: Ditto.
22495         * gdb.c++/virtfunc.exp: Ditto.
22496
22497 Wed Jun 25 09:08:51 1997  Bob Manson  <manson@charmed.cygnus.com>
22498
22499         * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
22500         host doesn't have a currently-open connection.
22501
22502         * config/sparclet.exp: Cleanups and fixes to make it generic for
22503         any gdb stub target. Handle cases where gdb doesn't respond when
22504         interrupted in a sane fashion.
22505
22506         * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
22507         same thing in a totally different way.
22508
22509         * config/monitor.exp: Pass in timeouts to gdb_expect instead of
22510         setting "timeout".
22511         (gdb_start): We set the global gdb_prompt variable in
22512         default_gdb_init now.
22513
22514 Sun Jun 22 09:11:02 1997  Fred Fish  <fnf@cygnus.com>
22515
22516         * gdb.base/printcmds.exp: Fix "check for floating addition"
22517         regexp to accept results within approx +/- .01 of exact value.
22518         * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
22519
22520 Wed Jun 18 11:11:39 1997  Bob Manson  <manson@charmed.cygnus.com>
22521
22522         * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
22523         properly.
22524         (gdb_expect): Add optional timeout parameter, and add timeout
22525         value to various calls.
22526         (gdb_suppress_tests): Only give one warning message per group.
22527
22528 Tue Jun 17 13:10:10 1997  Bob Manson  <manson@charmed.cygnus.com>
22529
22530         * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
22531         global variables. Handle getting a value for $timeout more
22532         gracefully.
22533
22534 Sat Jun 14 09:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
22535
22536         * lib/gdb.exp: Close connection to remote host if gdb doesn't
22537         initialize.
22538         (default_gdb_init): New procedure; allow gdb_init to be overridden
22539         by a target configuration file.
22540         (gdb_expect): Pass the timeout to remote_expect.
22541
22542         * config/monitor.exp(gdb_load): Fix typo in regexp.
22543
22544 Thu Jun 12 20:57:12 1997  Bob Manson  <manson@charmed.cygnus.com>
22545
22546         * gdb.base/funcargs.exp: Remove spurious suppress tests call.
22547
22548 Tue Jun  3 15:20:20 1997  Bob Manson  <manson@charmed.cygnus.com>
22549
22550         * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
22551         here. Call gdb_target_exec before rebooting the target, to make
22552         sure the connection to the target is closed.
22553         (gdb_load): Pass the name of the executable to gdb_target_monitor.
22554         Don't call gdb_file_cmd here; let gdb_target_monitor do it.
22555         Also detect "Timeout reading from remote" error.
22556
22557         * config/gdbserver.exp: Pass the executable being loaded to
22558         gdb_target_monitor. Don't call gdb_file_cmd here; let
22559         gdb_target_monitor do it.
22560
22561         * gdb.disasm/hppa.exp: Don't use exec_output.
22562
22563 Fri May 23 13:28:29 1997  Bob Manson  <manson@charmed.cygnus.com>
22564
22565         * gdb.base/list.exp: If we're debugging a non-native target,
22566         try to set the pc register to point to the start of the
22567         program before doing the first list command.
22568
22569         * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
22570         test_calls after restarting.
22571
22572         * lib/gdb.exp(gdb_run_cmd): Send jump command again after
22573         reloading.
22574
22575         * gdb.base/watchpoint.exp: Fix typo.
22576
22577         * gdb.base/setshow.exp: Check for use_gdb_stub.
22578
22579         * gdb.base/break.exp: Fix continue until exit test for the gdb
22580         stub case.
22581         * gdb.base/langs.exp: Ditto.
22582
22583         * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
22584         gdb_load_offset. If we weren't given a file to load, figure out
22585         what the current file is and use it.
22586
22587         * config/i386-bozo.exp: New file.
22588
22589 Thu May 22 18:51:32 1997  Bob Manson  <manson@charmed.cygnus.com>
22590
22591         * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
22592         feature.
22593
22594         * config/proelf.exp: New entry.
22595
22596 Wed May 21 21:23:16 1997  Bob Manson  <manson@charmed.cygnus.com>
22597
22598         * lib/gdb.exp: Remove spurious .* patterns at the beginning
22599         of regexps.
22600
22601         * gdb.base/watchpoint.exp: Don't run the test_stepping
22602         tests if gdb can't call functions on the target.
22603
22604         * gdb.base/setshow.exp: Don't run the set prompt tests if
22605         the board has gdb_prompt set.
22606
22607 Tue May 20 08:58:49 1997  Jeffrey A Law  (law@cygnus.com)
22608
22609         * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
22610         * gdb.base/commands.exp: Likewise.
22611         * gdb.base/setshow.exp: Likewise.
22612
22613 Mon May 19 15:37:50 1997  Bob Manson  <manson@charmed.cygnus.com>
22614
22615         * config/monitor.exp(gdb_start): Look for gdb_prompt target
22616         feature.
22617
22618         * config/i960.exp: New file.
22619
22620 Thu May  1 18:01:50 1997  Bob Manson  <manson@charmed.cygnus.com>
22621
22622         * gdb.base/funcargs.exp: Check for gdb,short_int target
22623         feature instead of looking for explicit target triplets.
22624
22625 Mon Apr 28 17:27:40 1997  Michael Snyder  <msnyder@cygnus.com>
22626
22627         * gdb.base/printcmds.exp: add a couple more tests a la
22628         "p 123DEADBEEF", to check parse_number.
22629         * top.c: change "to enable to enable" to "to enable" in a couple
22630         of help strings.
22631
22632 Thu Apr 24 14:38:18 1997  Jeffrey A Law  (law@cygnus.com)
22633
22634         * gdb.base/callfuncs.exp: Mark some tests as expected to fail
22635         on the mn10300.
22636
22637 Mon Apr 21 15:05:42 1997  Fred Fish  <fnf@cygnus.com>
22638
22639         * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
22640         where the test executable is run with explicit args.
22641         * gdb.base/default.exp: Handle arm-*-coff case for "info float".
22642
22643 Mon Apr 21 13:38:58 1997  Fred Fish  <fnf@cygnus.com>
22644
22645         * gdb.base/run.c: Use FAKEARGV to build test executable that
22646         does not require a command line arg, since most simulators
22647         don't currently support passing such an arg into the simulated
22648         program.
22649         * gdb.base/commands.exp: Change tests to insert the proper
22650         value as the arg to the first recursive factorial call.  Change
22651         compilation line to define FAKEARGV at compile time.
22652
22653 Wed Apr  9 11:12:36 1997  Jeffrey A Law  (law@cygnus.com)
22654
22655         * gdb.base/recurse.exp: Enable these tests for the mn10300.
22656         * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
22657         function with watchpoint enabled" test.
22658
22659 Tue Apr  8 19:33:20 1997  Bob Manson  <manson@charmed.cygnus.com>
22660
22661         * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
22662         Don't call gdb_test when the command doesn't return to a gdb prompt.
22663
22664         * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
22665         "Tests restarted" messages.
22666
22667 Tue Apr  8 16:38:46 1997  Jeffrey A Law  (law@cygnus.com)
22668
22669         * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
22670
22671 Thu Apr  3 15:21:26 1997  Michael Snyder  <msnyder@cygnus.com>
22672
22673         * gdb.base/help.exp: update help msg for INFO ADDR; add help test
22674         for INFO SYMBOL; add help tests for OVERLAY commands.
22675         * gdb.base/default.exp: add tests for INFO SYMBOL command;
22676         add tests for OVERLAY commands
22677         * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
22678         d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
22679         * gdb.base/sigall.c: add usestubs code frag
22680         * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
22681
22682 Thu Apr  3 09:38:53 1997  Bob Manson  <manson@charmed.cygnus.com>
22683
22684         * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
22685         failures.
22686         (gdb_stop_suppressing_tests): Note that tests have restarted.
22687
22688 Wed Apr  2 19:04:20 1997  Bob Manson  <manson@charmed.cygnus.com>
22689
22690         * config/h8300.exp: New file.
22691
22692 Sun Mar 30 13:38:25 1997  Bob Manson  <manson@charmed.cygnus.com>
22693
22694         * gdb.base/setshow.exp: Check for the existence of a
22695         feature, not its value.
22696
22697 Sat Mar 29 11:19:46 1997  Bob Manson  <manson@charmed.cygnus.com>
22698
22699         * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
22700
22701         * gdb.base/scope.exp: It's now init0(), not init().
22702
22703         * gdb.base/scope0.c: For now, change init() to be init0().
22704
22705         * config/monitor.exp: Use gdb_serial in preference to serial
22706         or netport.
22707
22708         * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
22709         and it's not already set.
22710
22711 Fri Mar 28 19:54:18 1997  Bob Manson  <manson@charmed.cygnus.com>
22712
22713         * gdb.base/setshow.exp: Only test the run command if the target
22714         isn't using a stub and if it supports argument passing.
22715
22716 Sat Mar 22 19:50:25 1997  Bob Manson  <manson@charmed.cygnus.com>
22717
22718         * config/udi.exp(gdb_start): Make sure UDICONF is set
22719         properly before starting gdb.
22720
22721 Mon Mar 24 14:40:33 1997  Jeffrey A Law  (law@cygnus.com)
22722
22723         * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
22724         * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
22725         * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
22726
22727 Tue Mar 11 11:42:58 1997  Bob Manson  <manson@charmed.cygnus.com>
22728
22729         * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
22730         specialized code to reboot the board, use remote_reboot instead.
22731
22732         * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
22733
22734         * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
22735
22736         * config/monitor.exp: Make sure we disconnect from the target.
22737         Also, try a reboot/reload cycle instead of failing if the
22738         load fails.
22739
22740 Fri Mar  7 13:48:30 1997  Bob Manson  <manson@charmed.cygnus.com>
22741
22742         * gdb.base/default.exp: Don't set match_max.
22743         * gdb.base/help.exp: Ditto.
22744         * gdb.base/list.exp: Ditto.
22745         * gdb.base/signals.exp: Ditto.
22746
22747         * config/monitor.exp(gdb_load): If gdb,use_standard_load is
22748         set, use remote_ld to download the testcase instead of
22749         the GDB loader.
22750
22751 Wed Mar  5 00:00:43 1997  Bob Manson  <manson@charmed.cygnus.com>
22752
22753         * config/vr5000.exp: New file.
22754
22755         * config/monitor.exp(gdb_target_monitor): Add pattern for
22756         "Ending remote" to detect errors in connecting.
22757
22758         * gdb.base/setshow.exp: Add .* within auto language test.
22759
22760         * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
22761         target feature.
22762
22763         * config/monitor.exp(gdb_load): Check for a failure when loading,
22764         and reboot the board if necessary.
22765
22766         * gdb.base/setvar.exp(test_set): Handle multiple prints within
22767         a set of tests. Remove print.* from the patterns being checked.
22768
22769 Mon Mar  3 11:57:43 1997  Bob Manson  <manson@charmed.cygnus.com>
22770
22771         * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
22772         refer to gdb_spawn_id.
22773
22774         * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
22775         longer used.
22776         * config/sparclet.exp: Ditto.
22777         * config/sparclet-old.exp: Ditto.
22778         * config/slite.exp: Ditto.
22779         * config/sim.exp: Ditto.
22780         * gdb.base/funcargs.exp: Ditto.
22781
22782         * lib/gdb.exp:Remove references to gdb_spawn_id.
22783         (gdb_expect): Move to remote.exp.
22784
22785 Fri Feb 28 20:47:39 1997  Bob Manson  <manson@charmed.cygnus.com>
22786
22787         * config/monitor.exp: Detect the "Couldn't establish connection"
22788         message from GDB.
22789
22790 Tue Feb 25 14:08:55 1997  Bob Manson  <manson@charmed.cygnus.com>
22791
22792         * gdb.base/bitfields.exp: Use runto instead of explicit
22793         gdb_run_cmd/gdb_expect sequences.
22794
22795         * gdb.base/break.exp(text_next_with_recursion): Add match for
22796         gdb_expect call.
22797
22798         * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
22799         We also need to handle the "A program is being debugged already"
22800         prompt from gdb. Use gdb_test to set the baud rate.
22801
22802         * lib/gdb.exp(gdb_init): Increase the default expect buffer size
22803         to 20000. Really. I mean it.
22804
22805 Mon Feb 24 13:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
22806
22807         * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
22808         fails. If suppress_flag is set, skip perror message about not
22809         being able to send to GDB.
22810         (send_gdb): If suppress_flag is set, don't try to send commands to
22811         GDB.
22812         (gdb_expect): If suppress_flag is set, always fail immediately.
22813         (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
22814         (gdb_init): Call gdb_stop_suppressing_tests.
22815         (default_gdb_exit): Ditto.
22816         (default_gdb_start): Ditto.
22817
22818         * gdb.base/bitfields.exp: Call gdb_suppress_tests and
22819         gdb_stop_suppressing_tests as appropriate.
22820         * gdb.base/break.exp: Ditto.
22821         * gdb.base/callfuncs.exp: Ditto.
22822         * gdb.base/commands.exp: Ditto.
22823         * gdb.base/exprs.exp: Ditto.
22824         * gdb.base/funcargs.exp: Ditto.
22825         * gdb.base/list.exp: Ditto.
22826         * gdb.base/recurse.exp: Ditto.
22827         * gdb.base/scope.exp:  Ditto.
22828         * gdb.base/structs.exp: Ditto.
22829         * gdb.c++/inherit.exp: Ditto.
22830
22831 Sun Feb 23 19:56:02 1997  Bob Manson  <manson@charmed.cygnus.com>
22832
22833         * config/vr4300.exp: New file.
22834
22835         * gdb.*/*.exp: Call gdb_expect instead of expect.
22836
22837         * lib/gdb.exp(gdb_expect): New function.
22838
22839 Thu Feb 20 13:57:01 1997  Bob Manson  <manson@charmed.cygnus.com>
22840
22841         * lib/gdb.exp(gdb_init): New function.
22842
22843         * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
22844         for each individual variable set.
22845
22846         * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
22847         name.
22848
22849         * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
22850
22851         * gdb.base/scope.exp: Use gdb_test.
22852
22853         * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
22854         aborting; the testsuite driver will do that for us (see
22855         gdb_finish). Also, use gdb_test in a few more places.
22856
22857 Thu Feb 20 13:32:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
22858
22859         * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
22860
22861 Thu Feb 20 10:34:21 1997  Jeffrey A Law  (law@cygnus.com)
22862
22863         * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
22864         and "add_tests" are not at the same address.
22865
22866 Fri Feb 14 18:47:23 1997  Bob Manson  <manson@charmed.cygnus.com>
22867
22868         * gdb.base/ptype.exp: Use gdb_test.
22869
22870 Thu Feb 13 16:09:36 1997  Jeffrey A Law  (law@cygnus.com)
22871
22872         * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
22873         * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
22874         left in.  No longer expect them to fail.
22875
22876         * gdb.stabs/*.mt; Deleted, no longer used.
22877         * gdb.stabs/configure.in: Remove references to target makefile
22878         frags.
22879         * gdb.stabs/configure: Rebuilt.
22880
22881         * gdb.disasm/*.mt: Deleted, no longer used.
22882         * gdb.disasm/configure.in: Remove references to target makefile
22883         frags.  Use "sh3.s" as the unique filename for this directory.
22884         * gdb.disasm/configure: Rebuilt.
22885
22886         * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
22887         * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
22888         * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
22889
22890 Tue Feb 11 16:57:58 1997  Bob Manson  <manson@charmed.cygnus.com>
22891
22892         * config/udi.exp: Use mondfe,name instead of remote_host.
22893
22894 Tue Feb 11 11:22:36 1997  Jeffrey A Law  (law@cygnus.com)
22895
22896         * gdb.base/watchpoint.exp: Don't expect a failure when calling
22897         a function with a watchpoint enabled on the mn10200.
22898
22899         * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
22900         before trying to create it!
22901
22902 Mon Feb 10 16:40:47 1997  Bob Manson  <manson@charmed.cygnus.com>
22903
22904         * config/vx.exp: Use hostname instead of netport.
22905
22906         * config/vxworks.exp: New file.
22907
22908         * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
22909
22910         * config/monitor.exp(gdb_target_monitor): Look for a prompt from
22911         gdb before assuming everything worked. Send a ^C if a timeout
22912         occurs.
22913
22914         * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
22915         $gdb_spawn_id directly.
22916         (gdb_run_cmd): Try _start as well as start. Use the target feature
22917         gdb,start_symbol as the symbol to start from when jumping.
22918
22919 Mon Feb 10 11:26:59 1997  Jeffrey A Law  (law@cygnus.com)
22920
22921         * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
22922         redundant) test.
22923
22924         * gdb.base/recurse.exp: Relax final value test for 'b' so that
22925         it doesn't lose for 16bit integer systems.
22926
22927 Fri Feb  7 09:31:21 1997  Jeffrey A Law  (law@cygnus.com)
22928
22929         * gdb.fortran/types.exp: If the target doesn't support "double"
22930         data types, then expect "real" types to only be 4 bytes.
22931
22932         * gdb.c++/virtfunc.exp: Expect failure for virtual function
22933         call tests if the target doesn't support inferior function calls.
22934
22935         * gdb.base/printcmds.exp: Allow minor deviation in FP values
22936         in printf tests.
22937
22938 Thu Feb  6 12:46:14 1997  Jeffrey A Law  (law@cygnus.com)
22939
22940         * gdb.base/help.exp: Disable "help set", "help show", and
22941         "help support".  Simplify regexp for "help stack".
22942
22943         * gdb.base/default.exp: Set match_max to 5000 and the timeout
22944         to 60 seconds.  Temporarily set match_max to 15000 around the
22945         "info copying" test.
22946
22947         * gdb.base/nodebug.exp: Don't try to do an inferior function
22948         call if the target doesn't support them.
22949         * gdb.base/printcmds.exp: Likewise.
22950         * gdb.base/setvar.exp: Likewise.
22951         * gdb.base/structs.exp: Likewise.
22952         * gdb.c++/templates.exp: Likewise.
22953         * gdb.base/ptype.exp: Likewise.  Remove UDI specific stuff.
22954
22955         * gdb.base/recurse.exp: Enable for the mn10200.
22956
22957         * configure.in: Do configure gdb.stabs directory for *-*-elf
22958         targets.
22959         * configure: Rebuilt.
22960
22961         * gdb.base/break.exp: Check for gdb,noresults before testing
22962         exit status and/or results from the target.
22963         * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
22964         * lib/gdb.exp: Remove old (now bogus) initialization of
22965         noinferior, noargs, noresults and nosignals.
22966
22967 Tue Feb  4 21:52:17 1997  Bob Manson  <manson@charmed.cygnus.com>
22968
22969         * config/sh.exp: New file.
22970
22971         * config/slite.exp: Try to connect multiple times to the board
22972         before rebooting. Only send a "monitor run" if need_monitor_run
22973         is set.
22974
22975         * gdb.base/break.exp: Don't do the "stub continue" test if
22976         the target has gdb_stub set.
22977
22978         * gdb.base/callfuncs.exp: Increase the timeout.
22979
22980         * gdb.base/interrupt.exp: Don't even try to compile the testcase
22981         if the target has gdb,noinferiorio set.
22982
22983         * gdb.base/list.exp: Increase match_max to 10000 characters.
22984
22985         * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
22986
22987         * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
22988         target.
22989
22990         * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
22991
22992 Mon Feb  3 12:09:37 1997  Bob Manson  <manson@charmed.cygnus.com>
22993
22994         * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
22995         trying to delete the copy of gdb. Catch the file delete so we
22996         don't die if the delete fails; also, the file should be copied to
22997         the host, not to the build.
22998
22999 Sun Feb  2 00:55:14 1997  Bob Manson  <manson@charmed.cygnus.com>
23000
23001         * lib/gdb.exp(gdb_test): Surround the result pattern with
23002         parenthesis in case it contains multiple regexps separated
23003         with |.
23004
23005         * gdb.base/watchpoint.exp: Use gdb_test.
23006         * gdb.base/default.exp: Ditto.
23007
23008 Sat Feb  1 23:51:01 1997  Bob Manson  <manson@charmed.cygnus.com>
23009
23010         * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
23011
23012         * gdb.base/scope.exp: Use gdb_test.
23013         * gdb.c++/classes.exp: Ditto.
23014         * gdb.c++/inherit.exp: Ditto.
23015
23016 Fri Jan 31 13:09:12 1997  Bob Manson  <manson@charmed.cygnus.com>
23017
23018         * gdb.base/crossload.exp: Don't use execute_anywhere, use
23019         remote_exec instead.
23020         * gdb.base/corefile.exp: Don't be ridiculous.
23021         * gdb.base/*.c: Add missing stub invocations.
23022
23023 Thu Jan 30 16:49:25 1997  Bob Manson  <manson@charmed.cygnus.com>
23024
23025         * config/slite.exp: Miscellaneous fixes.
23026
23027         * lib/gdb.exp: Fix runto.
23028
23029         * gdb.base/signals.exp: Check for a gdb,nosignals feature of
23030         the target.
23031
23032         * gdb.base/watchpoint.exp: Fix regexp.
23033
23034         * lib/gdb.exp(default_gdb_exit): Add a catch to the
23035         close and wait commands, as the descriptor may now be
23036         invalid. Always call "remote_close host".
23037
23038 Tue Jan 28 14:42:31 1997  Bob Manson  <manson@charmed.cygnus.com>
23039
23040            Major rewrite for testsuite revision.
23041
23042         * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
23043         TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
23044         instead of relying on spawn_id to always contain a valid
23045         spawn id.
23046         (get_compiler_info): New procedure to build the ${binfile}.ci
23047         file, instead of replicating this in N different places.
23048         (gdb_compile): New procedure.
23049
23050         gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
23051         appropriate arguments) instead of compile. Use gdb_test in a lot
23052         more places.  Use send_gdb instead of send. Always run gdb_start
23053         at the start of a testcase, as this is no longer done magically.
23054
23055         config/*-gdb.exp: Rename without the -gdb suffix.
23056
23057         config/mips.exp: Use remote_close instead of exit_remote_shell.
23058         config/monitor.exp: Use target_info instead of looking at
23059         baud, timeout, etc.
23060         config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
23061
23062 Sat Dec 14 00:43:57 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23063
23064         * gdb.c++/templates.exp (test_ptype_of_templates),
23065         gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
23066         Update expect patterns for destructors and assignment operators
23067         to match corresponding c-typeprint.c changes.
23068         * gdb.c++/templates.exp (test_template_breakpoints):  Revert change
23069         to destructor breakpoint test, GDB should be able to set the
23070         destructor breakpoint without specifying arguments.
23071
23072 Tue Dec  3 20:17:52 1996  Fred Fish  <fnf@cygnus.com>
23073
23074         * gdb.threads/pthreads.exp: Change result for failure to compile due
23075         to lack of pthreads runtime support from an error to simply an
23076         unsupported test, per dejagnu standards.
23077
23078 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23079
23080         * lib/gdb.exp (gdb_test):  Simplify expect pattern for the case
23081         where GDB exits to reduce pattern match time.
23082         (skip_chill_tests):  Skip chill tests for mips*-sgi-irix6*.
23083
23084         * gdb.base/nodebug.exp:  Add mips*-sgi-irix6* xfails.
23085
23086 Tue Nov 26 18:29:23 1996  Michael Snyder  <msnyder@cygnus.com>
23087
23088         * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
23089         * gdb.base/default.exp:   ditto.
23090         * gdb.base/nodebug.exp:   ditto.
23091         * gdb.base/printcmds.exp: ditto.
23092         * gdb.base/ptype.exp:     ditto.
23093         * gdb.base/setvar.exp:    ditto.
23094         * gdb.base/structs.exp:   ditto.
23095         * gdb.base/setshow.c:     Guard against uninitialized values of argc.
23096
23097 Tue Nov 26 17:23:28 1996  Ian Lance Taylor  <ian@cygnus.com>
23098
23099         * configure, */configure: Rebuild with autoconf 2.12.
23100
23101 Sat Nov 23 13:32:15 1996  Fred Fish  <fnf@cygnus.com>
23102
23103         * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
23104         use new i*86-pc-linux*-gnu quads.
23105         * gdb.base/corefile.exp: Ditto.
23106         * gdb.base/signals.exp: Ditto.
23107         * gdb.base/sigall.exp: Ditto.
23108         * gdb.base/interrupt.exp: Ditto.
23109
23110         * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
23111         "i*86-*-linux" for "signal SIGUSR1".  Now works, at least with
23112         RedHat 4.0.
23113
23114         * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
23115         linux.  This allows the test case to at least compile on latest
23116         linux, but still not run due to missing the threads runtime library.
23117
23118 Fri Nov 22 10:13:29 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23119
23120         * gdb.base/a1-selftest.exp (do_steps_and_nexts):  Reinitialize source
23121         directory to search gdb directory. Accept and step over conditional
23122         stack alignment code. Consume $prompt in failure cases.
23123         Reset timeout to $oldtimeout instead of some arbitrary value.
23124         * gdb.base/nodebug.exp:  Limit backtrace to 10 frames to avoid
23125         timeout problems with infinite stack backtraces.
23126         * gdb.base/ptype.exp (ptype struct link, union tu_link):
23127         Accept function parameters for linkfunc member.
23128
23129 Thu Nov 21 09:17:19 1996  Fred Fish  <fnf@cygnus.com>
23130
23131         * lib/gdb.exp (CFLAGS): Remove, unreferenced.
23132         (CXXFLAGS): Remove, unreferenced.
23133         (B_OPTIONS): Add for -B options and add code to initialize with
23134         previous -B options and also add -B option to pick up cross compiled
23135         runtime.
23136         (TARGET_INCLUDES): Add for -I options and add code to initialize when
23137         doing cross compiles.
23138         (target_alias): Declare global.
23139         (xgcc): Set variable to full path of gcc in build tree.  Use findfile
23140         to verify that gcc exists in build tree, and if so set CC to that
23141         gcc and to use B_OPTIONS and TARGET_INCLUDES.
23142
23143 Tue Nov 12 16:20:13 1996  Fred Fish  <fnf@cygnus.com>
23144
23145         * gdb.c++/inherit.exp (test_print_anon_union): Reenable
23146         ptype test for anonymous union.  Fixup testcase to match
23147         current gcc debug output.
23148
23149 Mon Nov 11 14:12:06 1996  Jeffrey A Law  (law@cygnus.com)
23150
23151         * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
23152         force argument to an unsigned long type.
23153
23154 Mon Nov 11 10:27:55 1996  Fred Fish  <fnf@cygnus.com>
23155
23156         * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
23157         tests and anonymous union print/ptype tests.
23158         * gdb.base/list.exp (test_forward-search): Increase timeout by
23159         5 minutes for the "search extremely long line" case.
23160         * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
23161         completely optional and that the pass/fail messages use the command as
23162         the message if that third arg is a null string.
23163         (gdb_test_exact):  Arrange that a null string pattern means match a
23164         null string output rather than any output, which might include random
23165         errors.
23166         * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
23167         backtrace test.
23168         * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
23169         always failing and failure is now exposed by gdb.exp changes.
23170
23171 Sat Nov  9 11:13:24 1996  Fred Fish  <fnf@cygnus.com>
23172
23173         * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
23174         weren't being noted.
23175
23176 Sat Nov  9 01:05:10 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23177
23178         * gdb.base/corefile.exp:  Consume $prompt in mmap fail cases.
23179         * gdb.stabs/weird.exp:  Remove v_comb xfails.
23180
23181 Tue Nov  5 10:44:23 1996  Michael Snyder  <msnyder@cygnus.com>
23182
23183         * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
23184                     list.exp scope.exp watchpoint.exp]
23185           Make all timeout error msgs explicitly say "(timeout)".
23186
23187 Mon Nov  4 12:03:06 1996  Michael Snyder  <msnyder@cygnus.com>
23188
23189         * config/monitor.exp: Increase download timeout to 1000 seconds.
23190
23191 Mon Nov  4 12:02:26 1996  Michael Snyder  <msnyder@cygnus.com>
23192
23193         * config/m32r.exp: Increase timeout to 120 seconds.
23194
23195 Sun Nov  3 14:37:05 1996  Fred Fish  <fnf@cygnus.com>
23196
23197         * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
23198         and accept older ordering as obsolescent gcc or gdb.
23199         * gdb.c++/templates.exp: Ditto.
23200         * gdb.c++/virtfunc.exp: Ditto.
23201
23202 Fri Nov  1 11:56:09 1996  Fred Fish  <fnf@cygnus.com>
23203
23204         * gdb.base/coremaker.c: Add code to mmap some data so we
23205         can check that it ends up in the core file.
23206         * gdb.base/corefile.exp: Add test to read mmapped data
23207         from core file.
23208
23209 Wed Oct 30 18:19:16 1996  Michael Snyder  <msnyder@cygnus.com>
23210
23211         * config/m32r.exp: New file.
23212
23213 Mon Oct 21 14:40:50 1996  Stu Grossman  (grossman@critters.cygnus.com)
23214
23215         * testsuite/gdb.base/nodebug.exp:  Whack out -g options by hand so
23216         that cflags can contains -gstabs, and work correctly for other tests.
23217
23218 Mon Oct 21 14:00:37 1996  Michael Snyder  <msnyder@cygnus.com>
23219
23220         * gdb.base/setshow.exp: New file, tests show and set.
23221         * gdb.base/setshow.c:   New file, tests show and set.
23222         * gdb.base/help.exp: Add test for help set|show annotate.
23223         * gdb.base/default.exp: Add test for set|show annotate.
23224
23225 Wed Oct 16 19:03:54 1996  Stu Grossman  (grossman@critters.cygnus.com)
23226
23227         * testsuite/gdb.base/break.exp:  Make backtrace from factorial
23228         errors unique.
23229         * testsuite/gdb.base/nodebug.exp:  Whack out all -g options
23230         explicitly.
23231
23232 Tue Oct 15 16:45:02 1996  Stu Grossman  (grossman@critters.cygnus.com)
23233
23234         * config/sim-gdb.exp (gdb_target_sim):  Remove setting of height
23235         and width commands.  This is done elsewhere.
23236         * (gdb_start):  Don't call gdb_start_sim here.  That's already
23237         done in gdb_load.  This fixes lots of failures in default.exp.
23238
23239 Sun Oct 13 10:40:23 1996  Fred Fish  <fnf@cygnus.com>
23240
23241         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
23242         * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
23243         * lib/gdb.exp (gdb_test): Treat failures due to program exiting
23244         in the same we we treat other failures (since it may be an expected
23245         condition), rather than as an error.
23246         * gdb.base/signals.exp (test_handle_all_print): Revert back to
23247         old test format.
23248
23249 Fri Oct 11 17:05:22 1996  Fred Fish  <fnf@cygnus.com>
23250
23251         * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
23252         (distclean maintainer-clean realclean): No need to remove files
23253         twice.  Nuke the duplicates.
23254         * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
23255         * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
23256         Remove config.h along with other config files.
23257
23258 Mon Sep 30 20:16:22 1996  Fred Fish  <fnf@cygnus.com>
23259
23260         * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
23261         "p func1 ()" and note that rests of tests are skipped.
23262         * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
23263         setup_xfails for "print func2::coremaker_local".
23264         Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
23265         * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
23266         affected by the previous run test.
23267         * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
23268         "print array () ubyte (foo)" and "print/x array () byte (\$i)"
23269         * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
23270         "pass int powerset tuple" and "pass modeless int powerset tuple".
23271         * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
23272         "real write 4" and "real write 8".
23273         * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
23274         setup_xfails for "print vs1 after tuple assign 2",
23275         "print \$i after tuple assign 2", and
23276         "print vs2 after tuple assign 2".
23277         * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
23278         meaningful error message and return -1 so the caller can
23279         suppress further tests and avoid a cascade of errors.
23280
23281 Fri Sep 27 10:34:51 1996  Fred Fish  <fnf@cygnus.com>
23282
23283         * gdb.base/a1-selftest.exp: Tweak tests to account for new
23284         format for printing version.
23285         * gdb.base/default.exp: Ditto.
23286         * gdb.base/interrupt.exp: Fix problem with cascade of
23287         errors if child process dies while calling a function.
23288
23289 Fri Sep 13 21:43:48 1996  Fred Fish  <fnf@cygnus.com>
23290
23291         * Makefile.in (VPATH): Add
23292         * Makefile.in (Makefile, config.status): Fix rules so things get
23293         remade when necessary.
23294
23295 Fri Sep 13 18:16:10 1996  Fred Fish  <fnf@cygnus.com>
23296
23297         * Makefile.in (just-check): Add path to sibling expect dir
23298         to environment variable specified by RPATH_ENVVAR.
23299
23300 Fri Sep 13 12:05:34 1996  Fred Fish  <fnf@cygnus.com>
23301
23302         * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
23303         (just-check): Add shared library paths for libstdc++, tk,
23304         tcl, bfd, and opcodes to the environment variable specified
23305         in RPATH_ENVVAR.
23306         * configure.in: Add support to recognize --enable-shared flag
23307         and generate correct value for RPATH_ENVVAR.
23308         * configure: Regenerated with autoconf.
23309
23310 Mon Sep  2 06:36:02 1996  Fred Fish  <fnf@cygnus.com>
23311
23312         * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
23313         include all osf versions.
23314         * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
23315         all osf versions.  Add -D_MIT_POSIX_THREADS to compilation command
23316         when target is linux.  When failing to build pthreads test
23317         executable, give more meaningful message.
23318         * gdb.threads/pthreads.c: Hpux also uses old definition of second
23319         arg for pthread_create.
23320
23321 Mon Aug 19 09:58:59 1996  Fred Fish  <fnf@cygnus.com>
23322
23323         * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
23324         PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
23325         * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
23326         and -lpthreads (everybody else).
23327         (test_startup): Fail gracefully if threads are not supported.
23328         * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
23329         "p/c array_index("abcdef",2)" when not gcc compiled.
23330         * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
23331         "print func2::coremaker_local" when not gcc compiled.
23332         * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
23333         "ptype on opaque struct tagname (statically)",
23334         "ptype on opaque struct tagname (dynamically) 1", and
23335         "ptype on opaque struct tagname (dynamically) 2"
23336         for not compiled with gcc.
23337         * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
23338         backtrace when compiled with gcc.
23339         * lib/gdb.exp (runto_main): Return result of "runto main" rather
23340         than always return success.
23341
23342 Sat Aug 17 13:28:00 1996  Fred Fish  <fnf@cygnus.com>
23343
23344         * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
23345
23346 Tue Aug 13 10:26:10 1996  Jeffrey A Law  (law@cygnus.com)
23347
23348         * gdb.base/structs.exp: Undo last change.
23349
23350 Mon Aug 12 15:29:08 1996  Fred Fish  <fnf@cygnus.com>
23351
23352         * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
23353         encapsulate all the steps/nexts done during self test, starting
23354         at main, and makes them less sensitive to optimization issues.
23355         Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
23356         signal handler" test.
23357         * gdb.threads/pthreads.exp: Only run this for native configs.
23358         * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
23359         setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
23360         tests.
23361         gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
23362         for "runto test_calls(void)" test.
23363
23364 Sun Aug 11 13:11:24 1996  Fred Fish  <fnf@cygnus.com>
23365
23366         * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
23367         and don't expect address info in breakpoint confirmations.
23368
23369 Wed Aug  7 20:47:43 1996  Fred Fish  <fnf@cygnus.com>
23370
23371         * gdb.base/list.exp (test_forward_search): Increase timeout
23372         temporarily by 60 seconds for searching extremely long line,
23373         and then reset to old value when done.  Increase expect input
23374         buffer to 10000.
23375
23376 Wed Aug  7 15:34:22 1996  Fred Fish  <fnf@cygnus.com>
23377
23378         * gdb.base/list.exp (test_forward_search): Fix to handle very
23379         long source line without overflowing expect's input buffer.
23380
23381 Wed Aug  7 12:03:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
23382
23383         * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
23384         "buffer_full".
23385
23386         * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
23387         "buffer_full".
23388
23389         * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
23390         "buffer_full".
23391
23392         * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
23393         "buffer_full".
23394
23395 Wed Aug  7 11:05:47 1996  Fred Fish  <fnf@cygnus.com>
23396
23397         * configure.in (configdirs): Add gdb.threads.
23398         * configure: Regenerated with autoconf.
23399         * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
23400         * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
23401         * gdb.threads/configure: New, generated with autoconf.
23402
23403 Tue Aug  6 10:23:04 1996  Tom Tromey  <tromey@rtl.cygnus.com>
23404
23405         * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
23406
23407 Mon Aug  5 18:11:53 1996  Fred Fish  <fnf@cygnus.com>
23408
23409         * gdb.base/signals.exp (test_handle_all_print): Test separately for
23410         each signal's status in the output of "handle all print".
23411         * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
23412         the \r\n sequence that immediately precedes the gdb prompt.
23413         * gdb.base/a1-selftest.exp: Save original timeout and restore
23414         after test.
23415
23416 Sun Aug  4 10:20:50 1996  Jeffrey A Law  (law@cygnus.com)
23417
23418         * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
23419         symbol.
23420
23421 Fri Aug  2 17:37:26 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
23422
23423         * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
23424
23425 Thu Jun 27 20:41:40 1996  Fred Fish  <fnf@cygnus.com>
23426
23427         * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
23428         timeout by 60 seconds.
23429
23430 Thu Jun 27 18:13:57 1996  Fred Fish  <fnf@cygnus.com>
23431
23432         * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
23433         * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
23434         error return.
23435
23436 Thu Jun 27 10:54:58 1996  Fred Fish  <fnf@cygnus.com>
23437
23438         * lib/gdb.exp (default_gdb_start): When reporting a timeout during
23439         gdb initialization, also report how long dejagnu waited.  Restore
23440         old timeout before doing error return.  Temporarily increase timeout
23441         by 3 minutes to allow for slow startups over heavy NFS use.
23442
23443 Tue Jun 25 19:59:17 1996  Fred Fish  <fnf@cygnus.com>
23444
23445         * lib/gdb.exp: Report timeout value for verbosity level 2.
23446         * config/gdbserver.exp: Ditto.
23447         * config/hppro.exp: Ditto.
23448         * config/mips-gdb.exp: Ditto.
23449         * config/monitor.exp: Ditto.
23450         * config/netware.exp: Ditto.
23451         * config/sim-gdb.exp: Ditto.
23452         * config/slite-gdb.exp: Ditto.
23453         * config/udi-gdb.exp: Ditto.
23454         * config/unix-gdb.exp: Ditto.
23455         * config/vx-gdb.exp: Ditto.
23456         * gdb.base/a1-selftest.exp: Ditto.
23457         * gdb.base/a2-run.exp: Ditto.
23458         * gdb.base/break.exp: Ditto.
23459         * gdb.base/corefile.exp: Ditto.
23460         * gdb.base/list.exp: Ditto.
23461         * gdb.base/recurse.exp: Ditto.
23462         * gdb.base/scope.exp: Ditto.
23463         * gdb.base/signals.exp: Ditto.
23464
23465 Tue Jun 25 23:16:58 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
23466
23467         * gdb.threads/Makefile.in (docdir): Removed.
23468
23469 Tue Jun 25 17:02:39 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
23470
23471         * configure.in (AC_PREREQ): autoconf 2.5 or higher.
23472         * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
23473         @srcdir@.
23474         * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
23475         autoconf 2.5 or higher.
23476         * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
23477
23478 Thu Jun 13 11:16:10 1996  Tom Tromey  <tromey@thepub.cygnus.com>
23479
23480         * configure: Regenerated.
23481         * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
23482         avoid name clashes with SunOS headers.
23483
23484 Wed Jun  5 16:43:27 1996  Jeffrey A Law  (law@cygnus.com)
23485
23486         * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
23487
23488 Thu May 30 11:35:11 1996  Jeffrey A Law  (law@cygnus.com)
23489
23490         * gdb.base/callfuncs.exp: Finish last change -- make sure the
23491         prototype information ends up in the compiler info file.
23492
23493 Thu May 23 12:48:41 1996  Fred Fish  <fnf@cygnus.com>
23494
23495         * gdb.base/callfuncs.exp: Remove the compiler info file prior to
23496         attempting to regenerate it.  Eliminate use of a temporary file
23497         and just generate the info file directly.  Source it immediately,
23498         for consistency of use.
23499         * gdb.base/corefile.exp: Ditto
23500         * gdb.base/exprs.exp: Ditto.
23501         * gdb.base/funcargs.exp: Ditto.
23502         * gdb.base/langs.exp: Ditto.
23503         * gdb.base/list.exp: Ditto.
23504         * gdb.base/mips_pro.exp: Ditto.
23505         * gdb.base/nodebug.exp: Ditto.
23506         * gdb.base/opaque.exp: Ditto.
23507         * gdb.base/ptype.exp: Ditto.
23508         * gdb.base/scope.exp: Ditto.
23509         * gdb.base/setvar.exp: Ditto.
23510         * gdb.base/signals.exp: Ditto.
23511         * gdb.base/whatis.exp: Ditto.
23512         * gdb.c++/templates.exp: Ditto.
23513         * gdb.c++/virtfunc.exp: Ditto.
23514         * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
23515         whether or not to add -lstdc++ to the compile command line args.
23516
23517 Sat May 18 02:43:58 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23518
23519         * gdb.base/recurse.exp:  Remove setup_xfail for "sparc*-*-sunos4*",
23520         it got fixed by the recent lookup_minimal_symbol_by_pc change.
23521         Increase timeout, a lot of single stepping might be needed if the
23522         target has no hardware watchpoints.
23523
23524 Wed May 15 08:47:42 1996  Jeffrey A Law  (law@cygnus.com)
23525
23526         * gdb.base/break.exp: Ignore compiler warnings when compiling
23527         break.c.
23528         * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
23529         * gdb.base/default.exp: Add h8300 xfails.  Handle messages
23530         from remote-sim.
23531         * gdb.base/exprs.exp: Add h8300 xfails.
23532         * gdb.base/funcargs.exp: Likewise.
23533         * gdb.base/nodebug.exp: Likewise.
23534         * gdb.base/printcmds.exp: Likewise.
23535         * gdb.base/ptype.exp: Likewise.
23536         * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300.  Add
23537         h8300 xfails.
23538         * gdb.base/return.exp: Handle float/double precision problems
23539         on the h8300.
23540         * gdb.base/funcargs.c: Explicitly make last constant argument to
23541         call_after_alloca_subr an unsigned long type.
23542         * gdb.base/return.c: Include stdio.h.
23543
23544 Tue May  7 22:01:12 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
23545
23546         * config/abug.exp: New file for the older Motorola Bug monitor
23547         that runs on the mvme13x series VME boards.
23548         * config/monitor.exp: Use the new config array for target settings
23549         if they exist.
23550
23551 Fri May  3 16:02:55 1996  Stan Shebs  <shebs@andros.cygnus.com>
23552
23553         * sim-gdb.exp: Make the SH simulator allocate less space when
23554         it is targeted.
23555
23556 Thu May  2 12:31:56 1996  Jeffrey A Law  (law@cygnus.com)
23557
23558         * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
23559         test.
23560
23561 Wed Mar 20 08:48:03 1996  Fred Fish  <fnf@cygnus.com>
23562
23563         * gdb.base/list.exp (test_list_function): Remove setup_xfail for
23564         "rs6000-*-*" for "list function in include file" when gcc compiled.
23565         * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
23566         for "p ctable1[120]".
23567         * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
23568         "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
23569         Remove setup_xfail for "rs6000-*-*" for
23570         "print 'scope0.c'::filelocal before run".
23571         * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
23572         gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
23573         since some compilers don't allow both options to be given
23574         on the same command line.  Create object file and move it.
23575
23576 Tue Mar 19 23:49:31 1996  Fred Fish  <fnf@cygnus.com>
23577
23578         * gdb.base/corefile.exp: Always regenerate the core file, since
23579         we always regenerate the coremaker program.  Detect special case
23580         where registers cannot be read from core file.
23581
23582 Tue Mar 19 16:52:49 1996  Fred Fish  <fnf@cygnus.com>
23583
23584         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
23585         * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
23586         * gdb.c++/templates.exp: Only match on basename of file since
23587         some formats like xcoff don't encode directory information.
23588         * gdb.stabs/weird.exp: Use the right sed script for powerpc
23589         and rs6000 AIX xcoff targets.
23590         * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
23591         * configure: Regenerate.
23592         * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
23593         here, rather than in distclean.
23594
23595 Sun Mar 17 13:35:31 1996  Fred Fish  <fnf@cygnus.com>
23596
23597         * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
23598         defined, and use it to compile the test case with -O2.  The
23599         native compilation still uses no optimization.
23600         * gdb.base/mips_pro.c: Remove inline assembly code since
23601         it is compiled PIC by default, which results in assembler
23602         warnings that make the testsuite think the compilation
23603         was unsuccessful.
23604
23605 Sat Mar 16 15:02:24 1996  Fred Fish  <fnf@cygnus.com>
23606
23607         * gdb.c++/misc.exp: Add note to message for
23608         "print s.a for foo struct" that this is a known gcc 2.7.2
23609         and earlier bug.
23610
23611 Fri Mar 15 17:49:57 1996  Fred Fish  (fnf@cygnus.com)
23612
23613         * gdb.base/break.exp: Fix pattern for matching "Delete all
23614         breakpoints (y or n) ".  Add "mips-dec-ultrix*" to
23615         setup_xfail for deleting all breakpoints test.  Fix various
23616         timeout messages to include "(timeout)".
23617         * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
23618         for "p t_float_values2(3.14159,float_val2)".
23619         * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
23620         for "continue to call2g" when gcc compiled.
23621         * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
23622         "up to foo in langs.exp", "show language at foo in langs.exp",
23623         "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
23624         and "show language at fsub in langs.exp".
23625         * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
23626         "list line 1 in include file", "list message for lines past EOF",
23627         "list function in include file", "list list0.h:foo", and
23628         "list filename:function; nonexistant function".
23629         * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
23630         "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
23631         and "ptype t_char_array" to be for native cc only.
23632
23633 Fri Mar 15 16:17:22 1996  Fred Fish  <fnf@cygnus.com>
23634
23635         * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
23636         setup_xfail for "print coremaker_bss", "print coremaker_ro",
23637         "print func2::coremaker_local", and "backtrace in corefile.exp".
23638
23639 Wed Mar 13 14:54:11 1996  Fred Fish  <fnf@cygnus.com>
23640
23641         * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
23642         "bt in signals.exp".  This problem only appears when running
23643         the testsuite, and then only intermittently.
23644
23645 Tue Mar 12 15:00:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
23646
23647         * gdb.base/return.exp (return_tests): Differentiate between
23648         two tests of continuing.
23649
23650 Tue Mar  5 14:33:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
23651
23652         * */Makefile.in (maintainer-clean): Remove config.log.
23653         * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
23654         * gdb.c++/Makefile.in (PROGS): Add inherit.
23655         (clean): Remove *.ci.
23656
23657 Tue Feb 20 16:36:10 1996  Fred Fish  <fnf@cygnus.com>
23658
23659         * gdb.c++/misc.cc: Add test code from Mike Stump.
23660         * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
23661
23662 Sun Feb 18 11:39:12 1996  Fred Fish  <fnf@cygnus.com>
23663
23664         * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
23665         to "alpha-*-osf2*" and add comment.
23666         * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
23667         setup_xfail for "step over execarg initialization" and
23668         "step over corearg initialization".
23669         * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
23670         for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
23671         * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
23672         gcc compiled for "print coremaker_bss", "print coremaker_ro",
23673         "print func2::coremaker_local", and "backtrace in corefile.exp".
23674         * gdb.base/signals.exp: Build and source signals.ci.
23675         Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
23676         to be for gcc only.
23677         * lib/gdb.exp: Move verbose statements outside conditionals.
23678
23679 Sat Feb 17 02:22:14 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23680
23681         * gdb.base/sigall.exp:  Remove setup_xfail for irix4.  Fixed by
23682         Feb 3 procfs.c change.
23683
23684 Fri Feb 16 13:25:31 1996  Fred Fish  <fnf@cygnus.com>
23685
23686         * config/unix-gdb.exp: Remove extraneous newlines from end of file.
23687
23688 Thu Feb 15 08:12:55 1996  Fred Fish  <fnf@cygnus.com>
23689
23690         * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
23691         from dejagnu's apparent default of 10 seconds, which gives random
23692         results when running the tests over NFS on moderately loaded systems.
23693         * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
23694
23695 Mon Feb 12 16:50:28 1996  Fred Fish  <fnf@cygnus.com>
23696
23697         * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318.  Now fixed.
23698         * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
23699         result reports.
23700
23701 Fri Feb  9 15:56:51 1996  Fred Fish  <fnf@cygnus.com>
23702
23703         * configure.in (CY_AC_PATH_TCLH): Remove.
23704         * configure: Regenerate.
23705
23706 Fri Feb  9 08:21:31 1996  Fred Fish  <fnf@cygnus.com>
23707
23708         * gdb.c++/Makefile.in (clean): Add missing '{'.
23709
23710 Fri Feb  2 10:19:40 1996  Jeffrey A Law  (law@cygnus.com)
23711
23712         * lib/gdb.exp: Provide a default value for noinferior.
23713
23714         * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
23715         Load libgloss.exp.
23716
23717 Thu Feb  1 20:20:14 1996  Jeffrey A Law  (law@cygnus.com)
23718
23719         * gdb.disasm/hppa.exp: Compile directly into an executable, use
23720         the executable, not the .o to run the tests from.
23721
23722 Wed Jan 31 14:21:09 1996  Jeffrey A Law  (law@cygnus.com)
23723
23724         * gdb.base/break.exp: Don't test for program exit or exit status
23725         if $noresults if nonzero.
23726         * gdb.base/langs.exp: Likewise.
23727         * gdb.base/watchpoint.exp: Likewise.
23728
23729         * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
23730         * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
23731         trying to compile the testcase.
23732
23733 Wed Jan 24 23:42:39 1996  Doug Evans  <dje@charmed.cygnus.com>
23734
23735         * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
23736         * gdb.base/signals.exp (continue to handler): Likewise.
23737
23738 Tue Jan 23 16:28:22 1996  Per Bothner  <bothner@kalessin.cygnus.com>
23739
23740         * gdb.c++/classes.exp:  Now = returns false/true, not 1/0.
23741
23742         * gdb.fortran/exprs.exp:  .LT. and .GT. now return .TRUE. or .FALSE..
23743
23744 Tue Jan 23 15:41:57 1996  Jeffrey A Law  (law@cygnus.com)
23745
23746         * gdb.base/corefile.exp: Recognize "not found" as failure
23747         when trying to determine if a core file was generated.
23748         If no core file was generate the first time, try again without
23749         the ulimit -c to work around braindamaged shells.
23750
23751 Mon Jan 15 09:33:00 1996  Fred Fish  <fnf@cygnus.com>
23752
23753         * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
23754         [] tests with "test" and enclose string in quotes.
23755         * gdb.stabs/configure: Rebuild
23756
23757 Thu Jan 11 09:43:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
23758
23759         Changes in sync with expect:
23760         * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
23761         (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
23762         (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
23763         (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater.  Properly quote
23764         argument to AC_REQUIRE.
23765         * configure: Regenerated.
23766
23767 Thu Jan  4 08:17:22 1996  Fred Fish  <fnf@cygnus.com>
23768
23769         * gdb.base/corefile.exp: When generating a core, discard any
23770         error messages about ulimit not found and the "core dumped"
23771         message from the shell that runs the coredumper.
23772
23773 Wed Jan  3 01:30:41 1996  Jeffrey A Law  (law@cygnus.com)
23774
23775         * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
23776
23777         * gdb.stabs/weird.exp: Use ${target_triplet} to determine
23778         which sed script to run.  Expect failure for v_comb test
23779         on PA targets too.
23780
23781 Sat Dec 30 16:09:04 1995  Fred Fish  <fnf@rtl.cygnus.com>
23782
23783         * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
23784         "print func2::coremaker_local" and for "backtrace in corefile.exp"
23785
23786 Sat Dec 30 12:59:12 1995  Fred Fish  <fnf@cygnus.com>
23787
23788         * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
23789         * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
23790         "sparc-sun-solaris*" xfails for "p v_comb".
23791         * lib/gdb.exp (default_gdb_start): Fix typo.
23792         * gdb.base/corefile.exp: Allow "Core was generated by ..."
23793         messages to not include the full program name that caused
23794         the core dump since some systems (such as solaris) apparently
23795         truncate this path to about 80 characters.
23796         When generating a core file first try increasing the core file
23797         size limit to unlimited since some systems may default it to
23798         zero, and it is harmless to try it.  Move the test for failing
23799         to generate a core file to where it will actually get executed.
23800         * gdb.c++/templates.exp (test_ptype_of_templates): Accept
23801         new gdb result from g++ debug info improvements and make old
23802         pattern obsolescent.  Also account for size_t differences
23803         (may be int or long).
23804         * gdb.base/a1-selftest.exp (test_with_self): Check for case where
23805         initialization before function call is placed in the delay slot
23806         and thus appears to be skipped over by commands such as "next".
23807
23808 Fri Dec 29 16:09:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
23809
23810         * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
23811
23812 Wed Dec  6 10:45:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
23813
23814         * gdb.base/*.exp: Make ${srcfile} only be the basename of the
23815         input source file; fix code to compile test to deal with this
23816         convention.
23817         * gdb.c++/*.exp: Likewise.
23818
23819 Mon Nov 27 11:40:16 1995  Fred Fish  <fnf@cygnus.com>
23820
23821         * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
23822         "bt in signals.exp".
23823
23824 Sat Nov 25 20:52:15 1995  Fred Fish  <fnf@phydeaux.cygnus.com>
23825
23826         * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
23827         "step over execarg initialization" and
23828         "step over corearg initialization".
23829
23830 Sat Nov 25 18:20:14 1995  Fred Fish  <fnf@cygnus.com>
23831
23832         * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
23833         with sizeof(pointer) > sizeof(int).  Avoid "void *" or include files.
23834
23835 Sat Nov 25 11:03:42 1995  Fred Fish  <fnf@cygnus.com>
23836
23837         From Rob Savoye  (rob@poseidon.cygnus.com)
23838         * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
23839         gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
23840         configure.in}, gdb.disasm/{Makefile.in, configure.in},
23841         gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
23842         configure.in}: Major reworking for autoconfig.
23843         * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
23844         gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
23845         New files.
23846         * config/unix-gdb.exp:  Make GDB global.
23847         * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
23848         callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
23849         funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
23850         nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
23851         regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
23852         term.exp, twice.exp, watchpoint.exp, whatis.exp},
23853         gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
23854         templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
23855         misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
23856         pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
23857         pr-8136.exp, result.exp, string.exp, tuples.exp},
23858         gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
23859         to returns as necessary, arrange for test to compile own testcase
23860         executable.
23861         * lib/gdb.exp: Changes for testsuite to compile own test cases.
23862
23863 Tue Nov 21 16:15:45 1995  Fred Fish  <fnf@cygnus.com>
23864
23865         * gdb.c++/classes.exp (test_pointers_to_class_members): Add
23866         clear_xfail at end of test which might not call either pass or fail.
23867         * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
23868         "backtrace through signal handler".
23869
23870 Sat Nov 18 04:09:31 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23871
23872         * gdb.base/sigall.exp:  Work around OSF/1-3.x kernel bug when
23873         continuing from a job control stop signal.
23874         * gdb.stabs/alpha.mt:  Use $(CFLAGS) when building weird.o.
23875
23876 Wed Nov 15 00:28:03 1995  Jeffrey A Law  (law@cygnus.com)
23877
23878         * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
23879         * gdb.base/corefile.exp: Likewise.
23880         * gdb.base/funcargs.exp: Likewise.
23881
23882 Tue Nov 14 15:18:10 1995  Stu Grossman  (grossman@cygnus.com)
23883
23884         * config/hmsirom.exp:  Setup for talking to hmsi ROM monitor.
23885         * config/monitor.exp:  Add support for setting baud rate.
23886
23887 Sat Nov  4 15:35:52 1995  Fred Fish  <fnf@cygnus.com>
23888
23889         * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
23890         i*86-*-linux* xfails for "backtrace through signal handler".
23891         * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
23892         "print func2::coremaker_local".
23893         * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
23894         alpha-dec-osf2* xfail for
23895         "delete all breakpoints when none".
23896
23897 Wed Nov  1 15:57:16 1995  Fred Fish  <fnf@cygnus.com>
23898
23899         * gdb.base/break.exp: Change test that deletes all breakpoints
23900         when no user breakpoints are installed.  A post 4.15 change
23901         causes gdb to no longer prompt in this case.
23902
23903 Tue Oct 31 15:13:43 1995  Fred Fish  <fnf@cygnus.com>
23904
23905         * gdb.base/return.exp (return_tests):  Change xfail for test
23906         "correct value returned double test" to stop xfailing at
23907         Solaris 2.5.  Apparently the bug has been fixed.
23908
23909 Sun Oct 29 12:18:16 1995  Fred Fish  <fnf@cygnus.com>
23910
23911         * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
23912         IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
23913
23914 Tue Oct 24 11:12:12 1995  Jeffrey A Law  (law@cygnus.com)
23915
23916         * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
23917         * gdb.disasm/hppa.s: Corresponding changes.
23918
23919 Wed Oct 18 11:27:47 1995  Jeffrey A Law  (law@cygnus.com)
23920
23921         * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
23922         makefile fragment.
23923         * config/mt-hpux: Deleted.
23924
23925 Tue Oct 17 23:02:12 1995  Jeffrey A Law  (law@cygnus.com)
23926
23927         * Many files: When warning about suppressed tests due to a
23928         nonexistant test binary, avoid incrementing the warning count.
23929
23930 Tue Oct 10 11:00:41 1995  Fred Fish  <fnf@cygnus.com>
23931
23932         * Makefile.in (TARGET_FLAGS_TO_PASS):  Remove BISON.
23933
23934 Sun Oct  8 04:23:14 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23935
23936         * gdb.base/return.exp:  Change xfail from "sparc-*-solaris2.*" to
23937         "sparc-*-solaris2*".
23938
23939 Sat Sep 23 01:22:23 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23940
23941         * gdb.base/coremaker.c:  Produce a full core dump for AIX targets.
23942         Add global and local variables and initialize them.
23943         * gdb.base/corefile.exp:  Test correct mapping of corefile sections
23944         by printing variables. Remove rs6000 and powerpc xfails, BFD now
23945         extracts the file name and terminating signal from the core file.
23946         * TODO:  Remove note about tests for correct mapping of corefile.
23947         * gdb.base/ptype.c (main):  Use boolean2 to inhibit AIX 4.1 xlc
23948         from optimizing it away.
23949         * gdb.stabs/weird.exp:  Remove rs6000 xfail, xcoffread.c now
23950         handles common blocks.
23951
23952 Thu Sep 21 01:28:10 1995  Jeff Law  (law@snake.cs.utah.edu)
23953
23954         * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
23955         * gdb.disasm/sh3.exp (fmac): Corresponding changes.
23956
23957 Wed Sep 20 13:15:05 1995  Ian Lance Taylor  <ian@cygnus.com>
23958
23959         * Makefile.in (maintainer-clean): New target, synonym for
23960         realclean.
23961         * gdb.base/Makefile.in (maintainer-clean): Likewise.
23962         * gdb.c++/Makefile.in (maintainer-clean): Likewise.
23963         * gdb.chill/Makefile.in (maintainer-clean): Likewise.
23964         * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
23965         * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
23966         * gdb.threads/Makefile.in (maintainer-clean): Likewise.
23967
23968 Sun Sep 10 13:14:01 1995  Fred Fish  <fnf@cygnus.com>
23969
23970         * gdb.base/scope.exp (text_at_main):  Add "hppa*-*-hpux*"
23971         xfails when not gcc compiled for "print foo::funclocal".
23972         (test_at_foo):  Add "hppa*-*-hpux*" xfails when not gcc compiled for:
23973         "print foo::funclocal at foo",
23974         "print 'scope1.c'::foo::funclocal at foo",
23975         "print foo::funclocal_bss at foo",
23976         "print 'scope1.c'::foo::funclocal_bss at foo",
23977         "print foo::funclocal_ro at foo",
23978         "print 'scope1.c'::foo::funclocal_ro at foo",
23979         "print bar::funclocal at foo" and
23980         "print 'scope1.c'::bar::funclocal at foo".
23981         (test_at_bar):  Add "hppa*-*-hpux*" xfails when not
23982         gcc compiled for "print foo::funclocal at bar".
23983         Expand all messages to ensure that they identify that
23984         the test is at bar().
23985         * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
23986         gcc compiled for:
23987         "ptype on opaque struct pointer (statically)",
23988         "ptype on opaque struct tagname (statically)",
23989         "ptype on opaque struct pointer (dynamically) 1",
23990         "ptype on opaque struct tagname (dynamically) 1",
23991         "ptype on opaque struct pointer (dynamically) 2" and
23992         "ptype on opaque struct tagname (dynamically) 2
23993         * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
23994         gcc compiled for:
23995         "p datalocal"
23996         "whatis datalocal",
23997         "ptype datalocal",
23998         "p bsslocal",
23999         "whatis bsslocal", and
24000         "ptype bsslocal".
24001         * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
24002         "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
24003         when not gcc compiled.
24004         * gdb.base/funcargs.exp (float_and_integral_args):  Add
24005         "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
24006         compiled.
24007         (discard_and_shuffle):  Add "hppa*-*-hpux*" xfail for
24008         "backtrace from call6a" when not gcc compiled.
24009         (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
24010         "backtrace from call7a" when not gcc compiled.
24011         * gdb.base/callfuncs.exp (do_function_calls):
24012         Add "hppa*-*-hpux*" xfail when not gcc compiled for
24013         "p t_char_array_values(char_array_val2,char_array_val1)",
24014         "p t_char_array_values(char_array_val1,char_array_val2)",
24015         "p t_char_array_values("carray 1","carray 2")",
24016         "p t_char_array_values("carray 1",char_array_val2)",
24017         "p t_char_array_values(char_array_val1,"carray 2")",
24018         "p sum_args(1,{2})",
24019         "p sum_args(2,{2,3})",
24020         "p sum_args(3,{2,3,4})",
24021         "p sum_args(4,{2,3,4,5})"
24022         * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
24023         "backtrace in corefile.exp" when not gcc compiled.
24024
24025 Sat Sep  9 01:35:39 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24026
24027         * gdb.base/signals.exp:  Rewrite `handle all print' test as
24028         a procedure. Accept blanks or TABs as whitespace, increase
24029         timeout and expect input buffer size for the large output
24030         from the command. Remove "i*86-*-bsdi2.0" xfail.
24031
24032 Sat Sep  2 06:41:26 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24033
24034         * gdb.base/setvar.exp:  Add new testcases for truncation when
24035         assigning invalid values to bitfields.
24036
24037 Sat Sep  2 00:17:31 1995  Fred Fish  <fnf@cygnus.com>
24038
24039         * gdb.base/callfuncs.exp (do_function_calls):  Remove
24040         mips-sgi-irix* xfail for
24041         "call inferior func with struct - returns char *"
24042         and fix test so that an optional (unsigned char *) cast is
24043         accepted in the result.
24044
24045 Fri Sep  1 13:42:01 1995  Fred Fish  <fnf@cygnus.com>
24046
24047         * gdb.base/funcargs.exp (float_and_integral_args):  Remove
24048         sparc-sun-solaris2* xfail for "print f1 after run to call2a".
24049         * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
24050         * gdb.base/signals.exp: Remove duplicate "handle all print" test
24051         that accidentally got checked in.
24052
24053 Sun Aug 27 23:35:35 1995  Fred Fish  <fnf@cygnus.com>
24054
24055         * gdb.base/callfuncs.exp (do_function_calls):  Add alpha-dec-osf2*
24056         clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
24057         compiled test.
24058         * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
24059         Add mips-sgi-irix5* xfail for not gcc compiled.
24060         * gdb.base/Makefile.in (nodebug.o):  Also create nodebug.ci.
24061         * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
24062         "p top", "whatis top", "p middle", and "whatis middle".
24063         * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
24064         "whatis signed char" for not gcc compiled.
24065         * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
24066         "set variable signed char=-1 (-1)" and
24067         "set variable signed char=0xFF (0xFF)" for not gcc compiled.
24068         * gdb.base/funcargs.exp (float_and_integral_args):
24069         Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
24070         Add mips-sgi-irix* xfail when not gcc compiled for
24071         "continue to call2b".
24072         Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
24073         "continue to call2g".
24074         (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
24075         "backtrace from call6a"
24076         (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
24077         "backtrace from call7k".
24078         Add mips-sgi-irix5* xfail when not gcc compiled for
24079         "backtrace from call7a".
24080         (localvars_after_alloca):  Fix gdb_test cmds for
24081         "print * after runto ...".
24082         Remove rs6000-*-* xfails for
24083         "print i after runto localvars_after_alloca" and
24084         "print l after runto localvars_after_alloca"
24085         for all compilers.
24086         * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
24087         when not compiled with gcc, for:
24088         "print signed char == (minus)",
24089         "print signed char != (minus)",
24090         "print signed char < (minus)",
24091         "print signed char > (minus)".
24092         * gdb.base/callfuncs.exp (do_function_calls):
24093         Add mips-sgi-irix* xfail, when compiled with native compiler, for
24094         "call inferior func with struct - returns char *".
24095         * gdb.base/return.exp (return_tests): Change xfail for
24096         "correct value returned double test" to include Solaris 2.4.
24097         * gdb.base/funcargs.exp (float_and_integral_args):
24098         Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
24099
24100 Sat Aug 26 00:26:11 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24101
24102         * gdb.base/setvar.c, gdb.base/setvar.exp:  Add new tests for
24103         enumeration bitfields if compiling with GNU C.
24104         * lib/gdb.exp:  Consume `(y or n) ' in `Reinitialize source path
24105         to empty' prompt.
24106
24107 Tue Aug 22 00:30:37 1995  Jeff Law  (law@snake.cs.utah.edu)
24108
24109         * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
24110         test for PRO targets.
24111
24112         * gdb.base/funcargs.exp: Avoid ever setting more than 8
24113         breakpoints in the inferior at any given time by making
24114         two groups of breakpoints for call2*, call6* and call7*
24115         tests.
24116
24117 Sun Aug 20 06:58:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24118
24119         * gdb.base/funcargs.exp:  Fix typos introduced by Aug 15 change.
24120         * gdb.base/callfuncs.c (main):  Use struct_val1 to inhibit xlc
24121         from optimizing it away.
24122         * gdb.base/callfuncs.exp:  Remove rs6000-*-* xfails for
24123         "call inferior func with struct".
24124
24125 Wed Aug 16 11:57:15 1995  Stan Shebs  <shebs@andros.cygnus.com>
24126
24127         * configure.in: Only configure gdb.chill for particular targets.
24128
24129 Tue Aug 15 09:42:44 1995  Fred Fish  <fnf@cygnus.com>
24130
24131         * gdb.base/Makefile.in:  Add action to .c.o transformation
24132         rule that generates a .ci file for each .o file and remove
24133         explicit .c.o rules except for callfuncs.o.
24134         * gdb.c++/Makefile.in:  Add .cc.o transformation rule that
24135         generates a .ci file for each .o file and remove explicit
24136         .cc.o rules.
24137         (clean): Remove *.tmp *.ci files.
24138         (EXECUTABLES): Remove templ-info.exp.
24139         * gdb.base/compiler.c: New file.
24140         * gdb.c++/compiler.cc: New file
24141         * gdb.base/scope.exp: Source gdb.base/scope.ci.
24142         Change rs6000-*-* xfail for
24143         "print 'scope0.c'::filelocal_ro" and
24144         "print 'scope1.c'::filelocal" and
24145         "print 'scope1.c'::filelocal_bss" and
24146         "print 'scope1.c'::filelocal_ro" and
24147         "print 'scope1.c'::foo::funclocal" and
24148         "print 'scope1.c'::foo::funclocal_ro" and
24149         "print 'scope1.c'::bar::funclocal" and
24150         "print 'scope0.c'::filelocal_ro" and
24151         "print 'scope1.c'::filelocal at foo" and
24152         "print 'scope1.c'::filelocal_bss at foo" and
24153         "print 'scope1.c'::filelocal_ro at foo" and
24154         "print 'scope1.c'::foo::funclocal at foo" and
24155         "print 'scope1.c'::foo::funclocal_bss at foo" and
24156         "print 'scope1.c'::foo::funclocal_ro at foo" and
24157         "print 'scope1.c'::bar::funclocal at foo" and
24158         "print 'scope0.c'::filelocal_ro" and
24159         "print 'scope1.c'::filelocal" and
24160         "print 'scope1.c'::filelocal_bss" and
24161         "print 'scope1.c'::filelocal_ro" and
24162         "print 'scope1.c'::foo::funclocal" and
24163         "print 'scope1.c'::foo::funclocal_bss" and
24164         "print 'scope1.c'::foo::funclocal_ro" and
24165         "print 'scope1.c'::bar::funclocal" and
24166         "print 'scope1.c'::bar::funclocal_bss"
24167         to only be xfail'd when not compiled with gcc.
24168         Add rs6000-*-* xfail for
24169         "print 'scope0.c'::filelocal_bss before run"
24170         when compiled with gcc.
24171         (test_at_main): Add rs6000-*-* xfail for
24172         "print filelocal_ro in test_at_main"
24173         when compiled with gcc.
24174         * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
24175         Add rs6000-*-aix* xfail for
24176         "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
24177         "ptype t_char_array",  not compiled with gcc.
24178         * gdb.base/list.exp (test_list_function):  Add rs6000-*-*
24179         xfail for "list foo (in include file)" when gcc compiled.
24180         * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
24181         (integral_args): Add rs6000-*-* xfail for
24182         "run to call0a" if not compiled with gcc.
24183         (unsigned_integral_args): Add rs6000-*-* xfail for
24184         "run to call1a" if not compiled with gcc.
24185         (float_and_integral_args):  Add rs6000-*-* xfail for
24186         "run to call2a" if not compiled with gcc and for
24187         "continue to call2b" for any compiler.
24188         Add rs6000-*-* xfail to
24189         "print f1 after run to call2a" for gcc compiled.
24190         (discard_and_shuffle): Add rs6000-*-* xfail for
24191         "run to call6a".
24192         (shuffle_round_robin): Add rs6000-*-* xfail for
24193         "backtrace from call7a" if not compiled with gcc.
24194         Add rs6000-*-* xfail for
24195         "backtrace from call7b" if compiled with gcc.
24196         (call_after_alloca): Add rs6000-*-* xfail for
24197         "print c in call_after_alloca" and
24198         "print s in call_after_alloca" and
24199         "backtrace from call_after_alloca_subr"
24200         if not compiled with gcc.
24201         (localvars_in_indirect_call): Add rs6000-*-* xfail for
24202         "print c in localvars_in_indirect_call" and
24203         "print c in localvars_in_indirect_call" and
24204         "backtrace in indirectly called function" and
24205         "stepping into indirectly called function"
24206         if not compiled with gcc.
24207         (localvars_after_alloca): Add rs6000-*-* xfail for
24208         "print c after runto localvars_after_alloca" and
24209         "print s after runto localvars_after_alloca" and
24210         "print i after runto localvars_after_alloca" and
24211         "print l after runto localvars_after_alloca"
24212         for all compilers.
24213         * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
24214         than whatis-info.exp.
24215         * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
24216         than opaque-info.exp.
24217         Setup rs6000-*-* xfail for
24218         "ptype on opaque struct pointer (statically)" and
24219         "ptype on opaque struct pointer (dynamically)" when
24220         not compiled with gcc.
24221         * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
24222         rather than callf-info.exp.
24223         (do_function_calls):  Add clear_xfail for rs6000-*-* for
24224         "p t_float_values2(3.14159,float_val2)".  Seems to work
24225         fine there, both with xlc and gcc.  Need to find out what
24226         it is doing right and fix other platforms.
24227         * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
24228         "call inferior func with struct - returns int",
24229         "call inferior func with struct - returns long",
24230         "call inferior func with struct - returns float",
24231         "call inferior func with struct - returns double",
24232         "call inferior func with struct - returns char *",
24233         but only if not gcc compiled (presumes xlc compiled).
24234         Change rs6000-*-* xfails for
24235         "call inferior func with struct - returns char" and
24236         " call inferior func with struct -  returns short" to only
24237         xfail if not using gcc.
24238         (clean mostlyclean):  Remove *.ci and *.tmp files.
24239         * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
24240         than templ-info.exp.
24241         * gdb.base/langs.exp:  Source gdb.base/langs.ci.
24242         Add rs6000-*-* xfail for "up to foo in langs.exp"
24243         "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
24244         when not gcc compiled.
24245
24246 Sat Aug 12 15:05:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
24247
24248         * gdb.base/callfuncs.exp: Add xfails for the powerpc.
24249         * gdb.base/corefile.exp: Likewise.
24250         * gdb.base/list.exp: Likewise.
24251         * gdb.base/scope.exp: Likewise.
24252         * gdb.base/siganls.exp: Likewise.
24253
24254         * gdb.base/nodebug.exp: Add xfails for the powerpc.  Handle aix4
24255         compiler output.
24256         * gdb.base/whatis.exp: Likewise.
24257
24258 Fri Aug 11 13:36:20 1995  Jeff Law  (law@snake.cs.utah.edu)
24259
24260         * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
24261         failure (opcode table has been fixed to match reality).
24262
24263 Mon Aug 14 09:01:59 1995  Fred Fish  <fnf@cygnus.com>
24264
24265         * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
24266         "call inferior func with struct - returns char",
24267         "call inferior func with struct - returns short"
24268
24269         * gdb.base/scope.exp: Remove rs6000-*-* xfails for
24270         "print 'scope0.c'::filelocal at main",
24271         "print 'scope0.c'::filelocal_bss in test_at_main",
24272         "print 'scope0.c'::filelocal at foo",
24273         "print 'scope0.c'::filelocal_bss in test_at_foo",
24274         "print 'scope0.c'::filelocal at bar",
24275         "print 'scope0.c'::filelocal_bss in test_at_bar"
24276
24277         * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
24278         in source file 1".  This bug seems to have been fixed with both
24279         gcc and native cc (was native assembler bug?).
24280
24281 Wed Aug  9 08:04:12 1995  Fred Fish  (fnf@cygnus.com)
24282
24283         * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
24284         "backtrace through signal handler" to "i*86-*-sysv4*".
24285         * gdb.base/signals.exp: Add xfail for "'next' behaved as
24286         continue" case.  Add "known SVR4 bug" to fail message.
24287         Add "i*86-*-bsdi2.0" xfail for "handle all print".
24288         Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
24289         * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
24290         "whatis unnamed typedef'd enum..." and "ptype t_char_array".
24291         * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
24292         "up to foo in langs.exp", "show language at foo in
24293         langs.exp", "up to cppsub_ in langs.exp", "show
24294         language at cppsub_ in langs.exp", "up to fsub in
24295         langs.exp", and "show language at fsub in langs.exp".
24296         * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
24297         "bactrace in corefile.exp".
24298         * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
24299         "call inferior function with struct - returns float" and
24300         "call inferior function with struct - returns double".
24301
24302 Mon Aug  7 02:43:28 1995  Jeff Law  (law@snake.cs.utah.edu)
24303
24304         * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
24305         * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
24306         * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
24307         * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
24308
24309 Mon Aug  7 08:09:37 1995  Fred Fish  <fnf@cygnus.com>
24310
24311         * Makefile.in (CHILL_FOR_TARGET): Use previously defined
24312         (or overriden) "CHILL" macro rather then bare "gcc".
24313         Also look for ../../gcc/xgcc since that is what we will
24314         actually need, not "Makefile".  Remove following assignment
24315         of CHILL to CHILL_FOR_TARGET because that results in
24316         recursive definition.
24317
24318 Sun Aug  6 16:52:29 1995  Fred Fish  <fnf@cygnus.com>
24319
24320         * gdb.base/corefile.exp:  Change xfail for backtrace in
24321         corefile.exp from linuxaout to all linux.
24322         * gdb.base/sigall.exp (test_one_sig):  Specifically deal with
24323         cases where we miss the breakpoint at the signal handler
24324         for some reason.  Setup xfail for linuxoldld/linuxaout and
24325         getting SIGIO.  Setup xfail for linuxoldld/linuxaout for
24326         hitting SIGURG breakpoint.
24327         * gdb.base/signals.exp:  Setup xfail for "next" acting like
24328         continue to add linuxoldld.  Setup xfail for all linux for
24329         "next to handler in signals_tests_1", "backtrace in
24330         signals_tests_1", "continue to func1", "pass SIGUSR1",
24331         and continue to handler".
24332
24333 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
24334
24335         * Update all FSF addresses except those in COPYING* files.
24336
24337 Sun Jul 30 17:50:35 1995  Fred Fish  <fnf@cygnus.com>
24338
24339         * gdb.base/a2-run.exp: Change messages to be more explicit about
24340         the status of args, and quote binfile in results.
24341
24342 Sun Jul 30 10:24:20 1995  Fred Fish  <fnf@cygnus.com>
24343
24344         * gdb.base/callfuncs.exp: Add tests for passing structs to
24345         inferior functions and return various types.
24346         * gdb.base/callfuncs.c: Add functions to receive a struct
24347         and return a member of the struct, in various types.
24348
24349 Sat Jul 29 14:22:33 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24350
24351         * gdb.base/Makefile.in (clean):  Remove callf-info.exp.
24352
24353 Fri Jul 28 13:36:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
24354
24355         * config/vxworks29k.exp: New file, sources vxworks.exp.
24356
24357 Fri Jul 28 00:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
24358
24359         * config/gdbremote.exp: New file.  Testing framework using
24360         gdbserver.
24361
24362 Thu Jul 27 12:17:14 1995  Fred Fish  (fnf@cygnus.com)
24363
24364         * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
24365         "call function when asleep" and "send end of file".
24366         * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
24367         for "backtrace in corefile.exp".
24368         * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
24369         for "backtrace through signal handler".
24370         * gdb.base/corefile.exp: Make sure we actually generate a core file
24371         before trying the core tests.  Some systems allow the user to suppress
24372         generation of core files and default to that (linux for example).
24373         * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
24374         from "i*86-*-linux" to "i*86-*-linuxaout".  Works with ELF beta.
24375
24376 Tue Jul 25 17:30:10 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
24377
24378         * gdb.threads: New directory with some crude multi-threaded
24379         gdb tests (step.exp and step2.exp).
24380         * config/mt-lynx (STEP_EXECUTABLE): Define.
24381         (THREADFLAGS): Define.
24382
24383 Tue Jul 25 01:03:52 1995  Jeff Law  (law@snake.cs.utah.edu)
24384
24385         * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
24386
24387         * gdb.base/signals.exp: Disable whole file for lynx until
24388         further notice.
24389
24390         * gdb.base/signals.exp: xfail test where "next" acts like
24391         "continue" for lynx.
24392
24393         * gdb.base/interrupt.exp: xfail test for calling function while
24394         inferior is asleep for lynx.
24395
24396         * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
24397         than one cr-lf  after each command.
24398
24399 Sun Jul 23 23:33:18 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24400
24401         * configure.in:  Reinstate setting of stabsdirs variable, fix
24402         typo in setting up configdirs for native builds.
24403
24404         * gdb.base/return.exp:  Fix typo in return double test.
24405         * gdb.base/return.c (tmp2, tmp3):  Made global to inhibit the
24406         compiler from optimizing them away.
24407
24408 Fri Jul 21 11:39:34 1995  Jeff Law  (law@snake.cs.utah.edu)
24409
24410         * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
24411         sequences to be echo'd by gdb when using gdb_test.
24412         * gdb.chill/chexp.exp: Likewise.
24413         * gdb.fortran/exprs.exp: Likewise
24414
24415 Thu Jul 20 13:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
24416
24417         * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
24418         after the inferior gdb has started.
24419
24420         * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
24421         after each command.
24422         * gdb.base/funcargs.exp: Likewise.
24423         * gdb.base/gdbvars.exp: Likewise.
24424         * gdb.base/interrupt.exp: Likewise.
24425         * gdb.base/list.exp: Likewise.
24426         * gdb.base/watchpoint.exp: Likewise.
24427         * gdb.c++/demangle.exp: Likewise.
24428         * gdb.c++/inherit.exp: Likewise.
24429         * gdb.chill/chexp.exp: Likewise.
24430         * gdb.fortran/exprs.exp: Likewise.
24431
24432         * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
24433         test if we can't handle IO to/from the inferior.
24434
24435         * gdb.c++/misc.exp: Always check for a program already being
24436         started after sending a "run" command to gdb.
24437
24438         * gdb.base/twice.exp: Start with a fresh gdb.
24439
24440         * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
24441         only depend on gdb's expression code, not the chill runtime.
24442
24443         * gdb.base/return.c: Put return values into variables so we
24444         can have gdb print them rather than depending on the program
24445         to print them.
24446         * gdb.base/return.exp: Corresponding changes.
24447
24448         * lib/gdb.exp: Provide default value for noinferiorio.
24449         * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
24450         the inferior.
24451
24452         * gdb.base/break.exp: Always check for a program already being
24453         started after sending a "run" command to gdb.
24454         (text_next_with_recursion): Don't check the output from the
24455         program's printf statement.  Instead just make sure the program
24456         exited.
24457
24458         * gdb.base/commands.exp: Protect tests which need arguments with
24459         $noargs conditionals.
24460
24461 Wed Jul 19 22:42:43 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24462
24463         * gdb.base/printcmds.exp:  Adjust expect patterns for addresses
24464         of structure member arrays to match gdb/valops.c:value_addr change.
24465
24466 Mon Jul 17 10:12:27 1995  Jeff Law  (law@snake.cs.utah.edu)
24467
24468         * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
24469         cases.
24470
24471 Wed Jul 12 10:20:08 1995  Fred Fish  (fnf@cygnus.com)
24472
24473         * configure.in (configdirs):  Remove gdb.chill from default list
24474         of subdirs and then add it back in only if doing a native build.
24475         The current chill compiler does not yet work in any cross build.
24476         * Revert all signal changes from Jul 6.
24477         * gdb.base/{sigall.c signals.c}:  Define away signal() and alarm()
24478         for sh-hms targets, allowing these tests to link, with no other
24479         changes.  Testing is suppressed by setting "nosignals" in site.exp.
24480
24481 Thu Jul  6 20:58:30 1995  Fred Fish  (fnf@cygnus.com)
24482
24483         * configure.in (signaldirs): Define and add to configdirs for all
24484         targets except some specific ones that are known to not support signals.
24485         Also clean up formatting.
24486         * gdb.base/Makefile.in (EXECUTABLES):  Remove sigall and signals.
24487         (signals, sigall):  Remove rules to build.
24488         * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
24489         Moved to new gdb.signals directory.
24490         * gdb.signals: New test directory.
24491         * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
24492         signals.c signals.exp}:  New or moved files.
24493
24494 Sun Jun 25 12:55:18 1995  Jeff Law  (law@snake.cs.utah.edu)
24495
24496         * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
24497
24498 Wed Jun 21 16:35:55 1995  Fred Fish  <fnf@cygnus.com>
24499
24500         * gdb.base/return.exp:  Xfail `return double' test failure
24501         on at least Solaris 2.3 and handle future/past versions on
24502         a case by case basis as appropriate.  Also update message
24503         to include i*86 failures.
24504
24505 Wed May 24 07:10:10 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24506
24507         * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
24508
24509         * lib/gdb.exp: Fix comment which erroneously identified
24510         gdb_file_cmd as gdb_load (the 19 May change was in fact to
24511         gdb_file_cmd not gdb_load).
24512         * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
24513
24514         * gdb.base/setvar.exp: Make test names consistent between pass and
24515         fail cases.  Use gdb_test more.
24516
24517 Fri May 19 07:22:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24518
24519         * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
24520
24521 Mon May 15 23:50:51 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24522
24523         * gdb.base/help.exp:  Fix expected help string for `show commands'.
24524
24525 Thu May 11 07:55:11 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
24526
24527         * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
24528
24529         * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
24530         of a text section.
24531
24532 Thu May 11 15:02:24 1995  Stu Grossman  (grossman@andros.cygnus.com)
24533
24534         * config/monitor.exp (gdb_target_monitor):  Fix loop interator so
24535         that loop eventually terminates.  Fix Connection refused logic so
24536         that testsuite will expire nicely.
24537
24538 Wed May 10 17:57:35 1995  Stu Grossman  (grossman@andros.cygnus.com)
24539
24540         * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
24541         config/rom68k.exp:  New tcl glue for the appropriate monitors.
24542         These all just end up calling monitor.exp.
24543         * config/monitor.exp (gdb_target_monitor):  Handle `Connection
24544         refused' by retrying.  Cleanup some timeout issues.
24545         * (gdb_load):  Reduce timeout.  Cleanup some timeout issues.
24546         * lib/gdb.exp (gdb_test gdb_test_exact):  Upvar timeout so that
24547         callers don't have to set/restore global timeout variable.
24548
24549         * The following set of changes centralizes management of the global
24550         timeout variable.  This way, it can be set in one target dependent
24551         place instead of dozens of places scattered throughout the test suite.
24552         If you need to lengthen a timeout, then you should either set timeout
24553         in one of the config/{target}.exp files, or multiply it by a factor.
24554         Setting it to an absolute value is always going to lose for some
24555         targets.
24556         * gdb.base/a1-selftest.exp (test_with_self):  Only use local timeout.
24557         * gdb.base/callfuncs.exp (do_function_calls):  Don't set timeout.
24558         * gdb.base/funcargs.exp:  Don't set timeout.
24559         * gdb.base/list.exp (test_forward_search):  Only use local timeout.
24560         * gdb.base/printcmds.exp (test_print_string_constants
24561         test_print_array_constants):  Don't set timeout.
24562         * gdb.base/ptype.exp:  Don't set timeout.
24563         * gdb.base/recurse.exp:  Don't set timeout.
24564         * gdb.base/return.exp:  Don't set timeout.
24565         * gdb.base/watchpoint.exp:  Don't set timeout.
24566         * gdb.c++/classes.exp (do_tests):  Don't set timeout.
24567         * gdb.c++/virtfunc.exp (test_virtual_calls):  Don't set timeout.
24568
24569 Wed May 10 16:03:23 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
24570
24571         * Makefile.in: Make clean targets work also when SUBDIRS is empty.
24572
24573 Mon May  1 07:32:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24574
24575         * lib/gdb.exp: Disable chill tests for irix5.
24576
24577 Wed Apr 26 07:36:03 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24578
24579         * gdb.base/scope.exp: Make test names unique.  Use gdb_test.  Make
24580         each test pass or fail.
24581
24582 Sun Apr 23 21:32:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24583
24584         * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
24585         xlc not gcc.
24586
24587 Fri Apr 21 15:44:02 1995  Stu Grossman  (grossman@rtl.cygnus.com)
24588
24589         * cpu32bug.exp est.exp rom68k.exp:  Delete.  Unify into monitor.exp.
24590
24591 Wed Apr 19 17:41:21 1995  Stu Grossman  (grossman@cygnus.com)
24592
24593         * config/est.exp:  Fix copyright and comments.  Remove dead code.
24594         Use targetname, serialport and baud variables instead of fixed
24595         constants.
24596         * config/rom68k.exp:  Fix copyright and comments.  Remove dead code.
24597         * config/cpu32bug.exp:  New file to support cpu32bug monitors.
24598
24599 Wed Apr 19 13:47:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24600
24601         * gdb.base/watchpoint.exp: Don't run
24602         test_watchpoint_triggered_in_syscall for sunos.
24603
24604 Mon Apr 17 12:48:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24605
24606         * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
24607         they don't seem to exist.  Do include stdio.h.
24608
24609 Fri Apr 14 09:40:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24610
24611         * gdb.base/a1-selftest.exp: Add alpha xfail.
24612
24613 Mon Apr 10 13:07:50 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24614
24615         * gdb.base/watchpoint.c (main): Prompt before calling read().
24616         * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
24617         Revise accordingly.  Remove cruft about sending "123" several
24618         times, until it gets noticed.  Clean up the "print buf[0]" stuff
24619         so that it passes or fails, and waits for prompts in the usual way.
24620
24621 Sun Apr  9 09:02:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24622
24623         * gdb.base/recurse.exp: Fix comment.
24624
24625         * TODO: Remove item about printing variables in nodebug.exp.  Add
24626         item about enabling tests which are only run on some targets.
24627
24628         * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
24629         fail, make test names unique, use new gdb_test convention
24630         regarding pattern, use gdb_test more, etc.).
24631
24632         * gdb.base/bitfields.exp: Various cleanups (make each test pass or
24633         fail, make test names unique, etc.).
24634
24635 Sat Apr  8 02:47:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24636
24637         * gdb.base/nodebug.c:  Change return type of top and middle to
24638         short.
24639         * gdb.base/nodebug.exp:  Remove xfails for ecoff systems, they
24640         are fixed by the recent mdebugread.c changes. Allow `short ()'
24641         as type for top and middle.
24642
24643 Thu Apr  6 08:54:18 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24644
24645         * gdb.base/break.exp: Remove commented out if $usestubs {}.  As
24646         nearly as I can tell, the whole thing was an accident in Stu's
24647         change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
24648         to replace a send/expect pair with gdb_test, but ended up only
24649         adding the gdb_test.  My change of 24 Mar 1995 and Kung's change
24650         of 30 Mar 1995 took care of it, but left this vestigial comment
24651         which I am now nuking.
24652
24653 Mon Apr  3 09:00:27 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24654
24655         * gdb.base/break.exp: Look for different line number for
24656         breakpoint at main depending on usestubs.
24657
24658 Sun Apr  2 08:15:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24659
24660         * gdb.base/list.exp:  Adjust some alternate expect patterns to
24661         match recent list0.c change. Add alternate expect pattern for
24662         output from `list default lines around main' for optimizing
24663         compilers.
24664
24665 Sat Apr  1 07:23:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24666
24667         * lib/gdb.exp: If nosignals is not set, set it to 0.
24668
24669 Fri Mar 31 16:13:48 1995  Kung Hsu  <kung@mexican.cygnus.com>
24670
24671         * config/slite-gdb.exp: Responds to load symbol table prompt.
24672         * gdb.base/break.exp: Adjust line number, fix rerun.
24673         * gdb.base/langs0.c: Add #ifdef usestubs.
24674
24675 Thu Mar 30 15:36:55 1995  Kung Hsu  <kung@mexican.cygnus.com>
24676
24677         * gdb.base/list.exp: Adjust line contents after adding new lines in
24678         list0.c. Also fix a syntax error.
24679
24680         * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
24681         * gdb.base/break.exp: ditto.
24682         * gdb.base/list.exp: ditto.
24683         * gdb.base/bitfields.c: Add #ifdef usestubs in main().
24684         * gdb.base/run.c: ditto.
24685         * gdb.base/list0.c: ditto.
24686         * gdb.base/funcargs.c: ditto.
24687
24688 Wed Mar 29 17:09:29 1995  Stu Grossman  (grossman@cygnus.com)
24689
24690         * testsuite/config/rom68k.exp (gdb_target_rom68k):  Use
24691         $targetname, $serialport and $baud instead of hardwired variables.
24692         * testsuite/gdb.base/{sigall.exp signals.exp}:  Skip these if the
24693         target doesn't support signals.
24694
24695 Wed Mar 29 12:29:34 1995  Kung Hsu  <kung@mexican.cygnus.com>
24696
24697         * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
24698
24699 Tue Mar 28 08:46:45 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24700
24701         * gdb.base/recurse.exp: Make test names unique.  Change \\(+ to \\(.
24702         Don't rely on the value of an auto variable before it has been
24703         initialized.  Use gdb_test more.
24704
24705 Mon Mar 27 08:00:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24706
24707         * lib/gdb.exp (default_gdb_version): A version number must start
24708         with a digit, but other than that contains all characters up to
24709         the first whitespace character.
24710
24711 Sun Mar 26 13:19:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24712
24713         * gdb.base/commands.exp (breakpoint_command_test): New tests.
24714
24715 Sat Mar 25 15:38:06 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24716
24717         * gdb.c++/*.exp: Warn if executable does not exist.  The original
24718         reason for skipping the warning was that configure.in sometimes
24719         intentionally skipped building the executables but the tcl code
24720         had no way of knowing.  That (a) was always bogus with respect to
24721         error handling, (b) is no longer true (right now there is no way
24722         to skip C++ tests).
24723
24724         * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
24725
24726 Sat Mar 25 01:16:10 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24727
24728         * gdb.base/list.exp:  Add expect patterns for output from
24729         SunPRO compiled executables.
24730         * gdb.base/whatis.exp:  Allow leading `signed' for all v_signed_*
24731         types.
24732
24733 Fri Mar 24 06:11:05 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24734
24735         * gdb.base/break.exp (test_next_with_recursion): Accept any line
24736         number (we are already testing that the correct source line text
24737         gets printed).
24738
24739         * gdb.base/break.exp: Make one test if $usestubs.  I'm not sure
24740         that is what is intended, but something needed to be done to get
24741         sunos4 native working again.
24742
24743         * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
24744
24745         * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
24746         apparently went with a (very) old xfail.
24747
24748 Fri Mar 24 13:41:09 1995  Kung Hsu  <kung@mexican.cygnus.com>
24749
24750         * gdb.base/callfuncs.exp: call runto_main instead of runto main.
24751         runto_main is a proc in gdb.exp that will do 'step' for target use
24752         stubs.
24753         * gdb.base/exprs.exp: ditto.
24754         * gdb.base/interrupt.exp: ditto.
24755         * gdb.base/opaque.exp: ditto.
24756         * gdb.base/printcmds.exp: ditto.
24757         * gdb.base/ptype.exp: ditto.
24758         * gdb.base/scope.exp: ditto.
24759         * gdb.base/setvar.exp: ditto.
24760         * gdb.base/signals.exp: ditto.
24761         * gdb.base/twice.exp: ditto.
24762         * gdb.c++/classes.exp: ditto.
24763         * gdb.c++/inherit.exp: ditto.
24764         * gdb.c++/templates.exp: ditto.
24765         * gdb.base/break.exp: no run and hit main for stubs. Change line
24766         numbers for breakpoints and info breakpoint.
24767         * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
24768         breakpoint().
24769         * gdb.base/callfuncs.c: ditto.
24770         * gdb.base/exprs: ditto.
24771         * gdb.base/interrupt.c: ditto.
24772         * gdb.base/opaque0.c: ditto.
24773         * gdb.base/printcmds.c: ditto.
24774         * gdb.base/ptype.c: ditto.
24775         * gdb.base/scope0.c: ditto.
24776         * gdb.base/setvar.c: ditto.
24777         * gdb.base/signals.c: ditto.
24778         * gdb.base/twice.c: ditto.
24779         * gdb.c++/misc.cc: ditto.
24780         * gdb.c++/templates.cc: ditto.
24781
24782 Fri Mar 24 06:11:05 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24783
24784         * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
24785
24786         * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
24787         somewhere between `read' and `main.c'.  I'm pretty sure the
24788         pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
24789         and it isn't particularly useful.
24790
24791         * gdb.base/scope.exp: Make test names unique.  \[(\] -> \\(.
24792
24793 Thu Mar 23 14:58:35 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24794
24795         * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
24796
24797 Wed Mar 22 18:36:05 1995  Kung Hsu  <kung@mexican.cygnus.com>
24798
24799         * config/mt-slite: add LIBS and -nostdlib.
24800         * config/slite-gdb.exp: add this new file to support sparclite target.
24801
24802 Tue Mar 21 21:41:04 1995  Doug Evans  <dje@canuck.cygnus.com>
24803
24804         * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
24805
24806         * gdb.base/a2-run.exp: Change argument to istarget from
24807         "*-*-vxworks" to "*-*-vxworks*".
24808         * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
24809
24810 Tue Mar 21 17:08:47 1995  Kung Hsu  <kung@mexican.cygnus.com>
24811
24812         * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
24813         will not runto main but do a 'step' to step out of breakpoint().
24814         * config/mt-slite: add -Dusestubs.
24815
24816 Tue Mar 21 12:14:12 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24817
24818         * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
24819         instead of just @.
24820
24821         * gdb.base/signals.exp: Add test for "handle all print".
24822         * TODO: Remove "handle all print".  Also remove item about
24823         checking copyright date (I don't like the idea of a spurious FAIL
24824         based on when we run the tests).
24825
24826         * gdb.base/recurse.exp: Enable test for SunOS4.  xfail one test
24827         for SunOS4 (reason for failure not investigated).  Remove
24828         redundant test for $binfile.
24829
24830         * gdb.base/nodebug.c (array_index): Call malloc.
24831
24832         * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
24833
24834 Mon Mar 20 10:08:17 1995  Jeff Law  (law@snake.cs.utah.edu)
24835
24836         * gdb.base/recurse.exp: Update gdb_test invocation to use new
24837         conventions and slightly simplify the matching regexp.
24838
24839 Fri Mar 17 05:43:28 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24840
24841         * gdb.base/break.exp: Update gdb_test invocation to use new
24842         convention.
24843
24844         * lib/gdb.exp: If noargs is not set, set it to 0.
24845
24846         * gdb.base/nodebug.exp: Comment out redundant test.  Make name of
24847         tests unique.
24848
24849         * lib/gdb.exp: Skip CHILL for AIX and Solaris.
24850
24851 Thu Mar 16 16:27:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24852
24853         * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
24854         one argument of type "<non-float parameter>".
24855
24856 Wed Mar 15 15:54:56 1995  Stu Grossman  (grossman@cygnus.com)
24857
24858         * config/rom68k.exp:  New file to support Motorola IDP board.
24859         * gdb.base/a2-run.exp:  Skip this file if noargs is set.
24860         * gdb.base/break.c:  Change things around so that this program
24861         doesn't depend upon args.  This is necessary to make remote
24862         targets work (in general, they can't take args).
24863         * gdb.base/break.exp:  Don't try to send args to program.  Don't
24864         expect output.  Also, replace lots of code with gdb_test.
24865
24866 Wed Mar 15 04:11:14 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24867
24868         * gdb.base/printcmds.exp (test_character_literals_accepted): Test
24869         printing of '\'' (which is what the comment says we are testing,
24870         even though we were not), not '''.
24871         (test_integer_literals_rejected): Test that printing ''' is an error.
24872
24873         * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
24874         gdb.chill/chexp.exp, gdb.base/printcmds.exp,
24875         gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
24876         gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
24877         Use gdb_test not test_print_accept.
24878         * lib/gdb.exp: Remove test_print_accept.
24879
24880         * gdb.base/signals.exp (signal_tests_1): Make pass message
24881         consistent with fail message.
24882
24883         * gdb.base/whatis.exp: Remove xfails for printing char vs.
24884         unsigned char; the bug (PR 1821) is fixed.
24885
24886         * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
24887
24888         * gdb.base/scope.exp (test_at_localscopes): Call pass for
24889         successful tests--makes xfailing them work right.
24890
24891 Tue Mar 14 07:39:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24892
24893         * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
24894         only \r\n, not .*.  The test can pass .* as the last thing in
24895         $pattern if that is what it wants.  In addition to providing this
24896         flexibility, this change should speed up pattern matching in cases
24897         where the pattern already ended with .* (there were a number of
24898         them).  This change also helps catch bad patterns--in the old
24899         scheme the typo "char \*" instead of "char \\*" would pass.  Now
24900         it is caught.
24901         * Many .exp files: Update callers.
24902
24903         * gdb.base/funcargs.exp: Replace \[(\]+ with \\(.  The latter is
24904         clearer and does not spuriously match multiple ('s.  Likewise for
24905         ) and *.
24906
24907         * gdb.base/nodebug.exp: Test ability to call a function and pass
24908         it a string (even with no debugging info).
24909
24910         * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
24911         "p '\'", which is the same as "p ''" once tcl gets done with
24912         quoting, to "p '\\'", which I suspect is what is intended (one
24913         backslash gets sent to GDB).
24914
24915         * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
24916
24917 Fri Mar 10 13:31:46 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24918
24919         * gdb.base/a1-selftest.exp: Remove xfail for solaris.  The bug (PR
24920         1817) was fixed literally years ago.
24921
24922 Fri Mar 10 02:49:40 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24923
24924         * gdb.base/funcargs.exp (call_after_alloca):  Remove `next'
24925         test, it causes stepping out of call_after_alloca_subr with
24926         optimizing compilers.
24927         (localvars_in_indirect_call):  Consume GDB prompt if `finish'
24928         fails.
24929
24930         * gdb.c++/templates.exp:  Source templ-info.exp only if
24931         the templates executable exists.
24932
24933         * gdb.c++/misc.cc (class Contains_static_instance,
24934         class Contains_nested_static_instance),
24935         gdb.c++/classes.exp (test_static_members):  Test printing of
24936         a class that contains a static instance of the class.
24937
24938 Thu Mar  9 11:43:55 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24939
24940         * gdb.base/langs2.c (cppsub_): Don't prototype.
24941         * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
24942         only, I believe).
24943
24944 Wed Mar  8 10:29:33 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24945
24946         * lib/gdb.exp (skip_chill_tests): New procedure.
24947
24948         * gdb.base/signals.exp (signal_tests_1): xfail for irix.
24949
24950 Mon Mar  6 10:44:06 1995  Jeff Law  (law@snake.cs.utah.edu)
24951
24952         * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
24953         each expect pattern.  Cuts runtime from 12 to about 4 seconds.
24954
24955 Thu Mar  2 05:31:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24956
24957         * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
24958
24959         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
24960         disassemble 8, not 16, instructions for part 4.
24961
24962         * config/vx-gdb.exp (gdb_start): Use \030, not \CX.  tcl doesn't
24963         support the latter anymore.
24964
24965         * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
24966         -DNO_PROTOTYPES.
24967         * gdb.base/callfuncs.c: Control use of prototypes based on
24968         NO_PROTOTYPES, not __STDC__.
24969         * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
24970         t_float_values2 tests if prototypes in use.
24971
24972         * gdb.base/callfuncs.c (t_float_values, t_float_values2,
24973         t_double_values):  When checking differences against DELTA, check
24974         that difference is within the range (-DELTA,DELTA), not just
24975         (-infinity,DELTA).
24976
24977 Tue Feb 28 16:28:54 1995  Kung Hsu  <kung@mexican.cygnus.com>
24978
24979         * config/mips-gdb.exp (gdb_load): In every test case, we need to do
24980         'file' command firts, then 'target', then 'load', this is due to gdb
24981         target set up.
24982         * config/mips-gdb.exp: Fix a couple regular exp bugs.
24983
24984 Thu Feb 23 17:44:55 1995  Jeff Law  (law@snake.cs.utah.edu)
24985
24986         * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
24987         FP load/store variants.
24988         * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
24989
24990 Wed Feb 22 18:29:08 1995  Jim Kingdon  <kingdon@rtl.cygnus.com>
24991
24992         * gdb.base/term.exp: Do not give a warning if not native, it is
24993         not an abnormal condition.
24994
24995 Tue Feb 21 13:08:47 1995  Jim Kingdon  <kingdon@cygnus.com>
24996
24997         * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
24998         t_char_array".
24999
25000 Sun Feb 19 13:10:06 1995  Jim Kingdon  <kingdon@rtl.cygnus.com>
25001
25002         * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
25003         are getting the version number.
25004
25005         * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
25006         if not native, it is not an abnormal condition.
25007
25008 Thu Feb 16 15:56:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25009
25010         * lib/gdb.exp: Just use "file exists", rather than undocumented
25011         dejagnu procedure "findfile".
25012
25013 Thu Feb 16 10:30:24 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
25014
25015         * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
25016           (LDFLAGS): Set to -Xlinker -Ur.
25017
25018         * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
25019           Removed, these values are set by lib/gdb.exp.
25020
25021         * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
25022
25023 Wed Feb 15 14:23:28 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
25024
25025         * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
25026           of replicating gdb startup code.
25027
25028         * config/mt-vxworks (LDFLAGS): Set to -r.
25029           (CFLAGS_FOR_TARGET): Removed.
25030
25031         * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
25032           (gdb) and gdb for vxworks uses (vxgdb).
25033
25034         * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
25035           executable is not in the tree and host != target, use sed and
25036           program_transform_name to determine the gdb name used by the
25037           target.
25038
25039         * configure.in, gdb.{base,c++,chill}/configure.in: changed so
25040           *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
25041
25042 Sun Feb 12 08:11:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25043
25044         * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
25045         floats, chars, and shorts where there are ANSI-style function
25046         definitions.
25047
25048         * gdb.base/langs.exp, gdb.base/langs*: New test.
25049         * gdb.base/Makefile.in: Build it.
25050         * TODO: Remove item about checking that C names don't get C++
25051         demangling applied; this test tests it.
25052
25053 Thu Feb  9 12:43:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25054
25055         * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
25056         went with the const70 xfail.  The xfail went away a year ago.
25057
25058         * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
25059
25060         * gdb.base/corefile.exp: Give backtrace test unique name.  xfail
25061         for hp300.
25062
25063         * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
25064
25065         * gdb.base/a1-selftest.exp: Don't run on hp300.
25066
25067 Sat Feb  4 15:04:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25068
25069         * Makefile.in (site.exp): Set host_alias and target_alias as well
25070         as host_triplet and target_triplet.
25071
25072 Wed Feb  1 08:03:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25073
25074         * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
25075
25076         * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
25077         places as other ecoff systems).
25078
25079         * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
25080         ultrix.
25081
25082 Mon Jan 30 11:44:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25083
25084         * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
25085         remove them.
25086         * gdb.base/nodebug.exp: Accept "function" in addition to "text
25087         variable and "variable" in addition to "data variable".
25088         * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
25089
25090         * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
25091         2.
25092         * gdb.base/list1.c (long_line): Add additional statement at start
25093         of function.
25094         * gdb.base/list.exp (test_forward_search): Update line number to
25095         reflect new statement.
25096
25097 Sun Jan 29 13:34:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25098
25099         * gdb.base/signals.exp:  Reinitialize searched source directories
25100         after gdb_start call.
25101
25102 Sat Jan 28 01:34:44 1995  Jeff Law  (law@snake.cs.utah.edu)
25103
25104         * gdb.disasm/Makefile.in (clean): Delete "errs" file.
25105         * gdb.stabs/Makefile.in: Likewise.
25106
25107         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
25108         change.  Instead split the tests into smaller pieces.
25109         * gdb.disasm/hppa.s: Corresponding changes.
25110
25111 Fri Jan 27 09:24:51 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25112
25113         * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
25114         Quote ^C when passing it to stty.  For some shells ^ is a pipe.
25115
25116         * gdb.base/funcargs.exp: Modify many tests so that every test
25117         either passes or fails.  Make some test names unique.
25118
25119 Thu Jan 26 19:20:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25120
25121         * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
25122         Call stty to set interrupt character.
25123
25124         * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
25125         for HP assembler versus GNU assembler based on actual behavior of
25126         $(CC), rather than assuming that $(AS) is always the GNU assembler.
25127
25128         * TODO: Suggest a few more stepping tests.
25129
25130 Wed Jan 25 14:52:41 1995  Stan Shebs  <shebs@andros.cygnus.com>
25131
25132         * gdb.base/default.exp: xfail no-stack backtraces for h8300,
25133         restart GDB for h8300 after a continue.
25134         (return): Add pattern to match a29k-udi behavior.
25135         * gdb.base/nodebug.exp: Remove obsolete comment.
25136         * gdb.base/regs.exp: New file, testing of register displays.
25137         * gdb.base/return.exp: Fix typo in reference to $objdir.
25138         * gdb.base/whatis.exp: Always start with a fresh GDB.
25139
25140 Wed Jan 25 11:12:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25141
25142         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
25143         higher, these tests generate a lot of output.
25144
25145 Tue Jan 24 07:58:44 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25146
25147         * lib/gdb.exp (gdb_test): Remove catch from around the send.  The
25148         code following the catch silently ignored some errors; without the
25149         catch they should be thrown like any other tcl error.  Also, the
25150         catch used "" instead of {} which meant all the callers who wanted
25151         to include one of the characters "[]$ had to quote it an extra time.
25152         * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
25153         ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
25154         demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
25155         Remove extra quoting.
25156
25157 Mon Jan 23 21:57:54 1995  Jeff Law  (law@snake.cs.utah.edu)
25158
25159         * gdb.base/commands.exp: Make test names unique; every test either
25160         passes or fails.  Update some comments.
25161
25162         * gdb.disasm/hppa.exp (do_system_control_tests): Update.
25163
25164 Sat Jan 21 15:34:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25165
25166         The following fixes a FAIL caused by the fact that the alpha stabs
25167         configuration didn't use the ".if alpha" code in weird.def.
25168         * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
25169         bit pointer, so the 32 bit version works even on the alpha.
25170         * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
25171         Remove the stuff which allowed us to have separate versions for
25172         alpha and everything else.
25173
25174         * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
25175         regexp which "info func operator\[\](" is supposed to match.  Fix
25176         string to send to GDB.  Note that GDB still doesn't work right.  Add a
25177         new test for "info func .perator\[\](" which GDB does handle correctly.
25178
25179         * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
25180
25181 Fri Jan 20 12:14:23 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25182
25183         * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
25184         gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
25185         gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
25186         gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
25187         it makes the tests harder to understand and confuses test-o-matic.
25188         The preferred style is that each test provides a PASS or a FAIL,
25189         and has a unique message (e.g. "continue #54" not just "continue")
25190         which is the same for the pass and the fail.
25191         * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
25192         gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
25193         to lib/gdb.exp.
25194         * gdb.base/printcmds.exp: Use test_print_accept.  Remove
25195         prt_accept which was basically the same thing.  Likewise for
25196         test_print_reject and prt_reject.
25197         * lib/gdb.exp (test_print_reject): Add some more error message
25198         patterns to match from the former printcmds.exp (prt_reject).
25199         * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
25200         One defect of the passcount stuff is that some of it failed to
25201         report XPASS where appropriate.
25202         * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
25203         stuff before and after arg in expected pattern.
25204         (test_paddr_operator_functions): Re-do test without print_addr_of;
25205         this is the only test which seems to want extra stuff there.
25206
25207 Tue Jan 17 10:47:53 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
25208
25209         * gdb.base/nodebug.exp: Update new tests to reflect improved
25210         wording of gdb output.
25211
25212         * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
25213         and "ptype" work on variables in files compiled without -g.
25214         Replaces commented out "maint print msymbol" tests.
25215
25216 Mon Jan 16 12:13:28 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
25217
25218         * gdb.base/setvar.c (dummy): Call malloc.
25219
25220         * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
25221         losing with the irix4 sed.
25222
25223         * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
25224         ALRM" on irix4.
25225
25226 Sun Jan 15 21:58:26 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
25227
25228         * TODO: Remove items about corefile.exp testing new exec-file and
25229         backtrace; both are now done.  Add items about printing enums.
25230
25231 Sat Jan 14 11:25:28 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
25232
25233         * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
25234         "get signal $thissig" test fails.
25235
25236         * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
25237
25238 Thu Jan 12 01:14:53 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
25239
25240         * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
25241         compiler warning with dec alpha compiler.
25242
25243         * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
25244         extra \n from gdb_test call (this explains why the prompt test
25245         that I removed yesterday was there).
25246         (user_defined_command_test): Remove extra \n and prompt test.
25247
25248         * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
25249         doesn't exist.  Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
25250         doesn't exist.
25251         * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
25252         Also remove alpha workaround, which turns out to be because
25253         SIGABRT == SIGLOST.
25254
25255         * gdb.base/sigall.exp: Add workaround for alpha weirdness.
25256
25257         * gdb.base/help.exp: Don't test "help show".
25258
25259 Wed Jan 11 14:37:04 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
25260
25261         * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
25262         "set print address" is on.
25263         * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
25264         pass prompt to gdb_test; gdb_test already looks for the prompt.
25265
25266         * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
25267
25268         * gdb.base/a1-selftest.exp: Don't test "maint dump-me".  That test
25269         was a vestige of the manual TESTSTRATEGY, and the purpose of it
25270         was to make sure that gdb can read a core file.  But (a) the "read
25271         the corefile" part didn't make it to a1-selftest.exp, we just
25272         delete the corefile after creating it, and (b) we test reading
25273         corefiles in corefile.exp anyway.  Also, this test left around a
25274         xgdb process on Solaris.
25275
25276         * gdb.base/corefile.exp: Also test backtrace.
25277
25278 Wed Jan 11 00:14:40 1995  Jeff Law  (law@snake.cs.utah.edu)
25279
25280         * gdb.base/commands.exp: Test a simple user defined command with
25281         arguments and if/while statements; verify the full user command is
25282         printed by "show user".
25283
25284         * gdb.base/commands.exp: Test if/while commands as part of a
25285         breakpoint command list; verify they appear in breakpoint
25286         information.
25287
25288 Wed Jan 11 00:47:58 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
25289
25290         * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
25291         than by dividing by zero.
25292
25293 Tue Jan 10 21:38:05 1995  Jeff Law  (law@snake.cs.utah.edu)
25294
25295         * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
25296         performing an inferior call with watchpoints enabled.
25297         * gdb.base/watchpoint.c (main): Delete second unnecessary read
25298         call.
25299
25300 Tue Jan 10 18:42:07 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
25301
25302         * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
25303         of "file" command.
25304
25305         * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
25306         Add additional pattern for when "int operator int(void);" appears
25307         in a different order.
25308
25309 Mon Jan  9 16:22:46 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
25310
25311         * gdb.base/signals.exp: Call gdb_exit and gdb_start.
25312
25313         * gdb.base/help.exp: Replace most of docstrings for "info signals"
25314         and "signal" with ".*".
25315
25316 Wed Jan  4 11:35:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25317
25318         * TODO: Add note about "handle all nostop".
25319
25320         * gdb.base/{sigall.c, sigall.exp}: New test.
25321         * gdb.base/Makefile.in: Add it.
25322
25323 Thu Jan  5 17:34:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
25324
25325         * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
25326         when invoking GDB, suppresses any windowing interface.
25327
25328 Mon Jan  2 17:40:21 1995  Stan Shebs  <shebs@andros.cygnus.com>
25329
25330         * config/sim-gdb: New file, simulator testing support.
25331
25332 Wed Dec 28 12:21:50 1994  Jeff Law  (law@snake.cs.utah.edu)
25333
25334         * gdb.base/interrupt.exp: Test calling func1 twice.
25335
25336 Wed Dec 21 12:51:37 1994  Jim Kingdon  <kingdon@deneb.cygnus.com>
25337
25338         * gdb.base/list.exp (test_forward_search): Set timeout higher
25339         when we'll be getting lots of output from gdb.
25340
25341         * gdb.base/a1-selftest.exp: Move code that was inside expect -re
25342         "init_malloc" to after the expect statement.  Run it if that
25343         regexp is taken, but also for two others which happen if source
25344         cannot be found.
25345
25346 Tue Dec 20 12:35:21 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25347
25348         * gdb.base/printcmds.exp: New test, for printing register before
25349         program is running.
25350
25351 Mon Dec 19 00:32:55 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25352
25353         * gdb.base/list.exp:  Correct some alternate expect patterns
25354         to reflect changes in list1.c.
25355
25356 Sat Dec 17 14:20:03 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25357
25358         * TODO: Add item regarding large frames.
25359
25360         * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
25361
25362         * TODO: Remove item about enabling return.exp; it
25363         is enabled.  Suggest a few more "return" tests.
25364
25365 Sat Dec 17 02:33:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25366
25367         * gdb.c++/misc.cc, gdb.c++/inherit.exp:  Add testcases for
25368         anonymous unions.
25369
25370 Tue Dec 13 11:26:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25371
25372         * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
25373         and pr-5646.o, so "make" is the same as "make all", not "make
25374         pr-4975.o".
25375
25376 Wed Dec  7 19:02:02 1994  Stan Shebs  <shebs@andros.cygnus.com>
25377
25378         * gdb.base/list.exp: Adjust expectations to reflect changes in
25379         list1.c.
25380         (test_forward_search): New test proc.
25381         * gdb.base/list1.c (long_line): New function, has long source line.
25382
25383 Thu Dec  1 23:14:49 1994  Stan Shebs  <shebs@andros.cygnus.com>
25384
25385         * gdb.base/a1-selftest.exp: Change initial stepping to know about
25386         additional line of code that was added.
25387
25388 Wed Nov 30 19:43:14 1994  Jeff Law  (law@snake.cs.utah.edu)
25389
25390         * gdb.disasm/hppa.s: Break the large branching tests into smaller
25391         tests so as not to overflow expect's input buffers.
25392         * gdb.disasm/hppa.exp: Corresponding changes.
25393
25394 Fri Nov 25 13:37:10 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25395
25396         Beginnings of template debugging tests.
25397         * gdb.c++/templ-info.cc:  New file to test for template
25398         debugging capability of the compiler.
25399         * gdb.c++/Makefile.in:  Add rule to build templ-info.exp from
25400         templ-info.cc.
25401         * gdb.c++/templates.cc:  Add explicit template instantiations
25402         to enable compiling with -fno-implicit-templates. Add destructor
25403         and 'value' method to T5 class for template tests.
25404         * gdb.c++/templates.exp:  Add testcases for printing of template
25405         types, setting breakpoints on template methods and calling a
25406         template method.
25407
25408 Sat Nov  5 00:20:17 1994  Jeff Law  (law@snake.cs.utah.edu)
25409
25410         * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
25411         branch target since some assemblers (gas-2.5)  may emit a
25412         relocation for the branch instead of resolving it in the
25413         assembler.
25414
25415 Sat Oct 29 02:40:40 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25416
25417         * gdb.base/a1-selftest.exp:  Remove RS/6000 xfail for backtrace
25418         through signal handler.
25419
25420 Fri Oct 21 11:10:16 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
25421
25422         * configure.in (*-*-netware): Use config/mt-netware.
25423
25424         * config/mt-netware: New file.
25425         * config/mt-i386-netware: Removed, separate configs for different
25426           netware architectures are no longer needed now that we have
25427           --with-headers.
25428
25429 Sat Oct 15 03:43:00 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25430
25431         * gdb.base/exprs.exp:  Remove xfail for alpha, it is fixed
25432         by the recent changes to use ANSI C arithmetic conversions.
25433
25434 Sun Oct  9 07:44:06 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25435
25436         * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
25437         bug involving using inferior_pid to figure out whether to select a
25438         frame.
25439
25440 Wed Sep 28 23:12:02 1994  Jeff Law  (law@snake.cs.utah.edu)
25441
25442         * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
25443         match the current disassembler output.
25444
25445 Fri Sep 16 11:42:41 1994  Stan Shebs  (shebs@andros.cygnus.com)
25446
25447         * gdb.fortran/exprs.exp: Expect VOID instead of void.
25448         * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
25449         types, expect "int" as type of integer values (for now).
25450
25451 Wed Sep  7 23:33:51 1994  Jeff Law  (law@snake.cs.utah.edu)
25452
25453         * gdb.base/commands.exp: New tests for if/while commands.
25454
25455 Tue Sep  6 13:16:11 1994  Per Bothner  (bothner@kalessin.cygnus.com)
25456
25457         * lib/gdb.exp (runto):  Replace sub-pattern for hex value
25458         by .*, since hex values have different syntax in Chill mode.
25459
25460 Tue Sep  6 02:15:51 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25461
25462         * gdb.c++/demangle.exp (test_arm_style_demangling):  Remove
25463         linefeed from expect pattern for repeated types with indices > 9.
25464
25465 Mon Aug 29 14:20:44 1994  Stan Shebs  (shebs@andros.cygnus.com)
25466
25467         First part of Fortran test suite.
25468         * gdb.fortran: New directory.
25469         * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
25470
25471 Sat Aug 27 23:32:43 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25472
25473         * gdb.base/default.exp:  Update expect pattern for load command
25474         without arguments.
25475
25476 Wed Aug 24 13:15:02 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
25477
25478         * configure.in: Change i386 to i[345]86.
25479         * gdb.base/configure.in: Likewise.
25480         * gdb.c++/configure.in: Likewise.
25481         * gdb.chill/configure.in: Likewise.
25482
25483 Tue Aug 23 19:14:06 1994  Stan Shebs  (shebs@andros.cygnus.com)
25484
25485         * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
25486         patterns, since that is not a valid context for comments.
25487
25488 Fri Aug 19 15:07:30 1994  Kung Hsu  (kung@mexican.cygnus.com)
25489
25490         * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
25491         repeated types and repeated types with indices > 9.
25492
25493 Tue Aug 16 15:57:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
25494
25495         * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
25496         2417; old bug has been fixed.
25497
25498 Fri Aug 12 19:35:41 1994  Jeff Law  (law@snake.cs.utah.edu)
25499
25500         * gdb.base/interrupt.exp: When trying to wake up the inferior,
25501         send the newline ourselves instead of assuming gdb_test will do
25502         so when passed an empty input string.
25503
25504         * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
25505         stabs testcode.
25506
25507 Fri Aug  5 17:01:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
25508
25509         * lib/gdb.exp (gdb_test): Don't send anything if the first
25510           argument is an empty string.  This makes cases where we want to
25511           match output that is already in expect's buffers (for example,
25512           matching a breakpoint after gdb_run_cmd has been called) work
25513           reliably.
25514
25515 Tue Aug  2 10:24:08 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
25516
25517         * config/netware.exp: New file.
25518
25519 Thu Jul 28 12:54:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
25520
25521         * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
25522           the -B and -L prefixes so we can find the debugging stub.
25523
25524         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
25525           there and we are using the gcc from the tree.
25526
25527         * gdb.base/types.c: Removed.
25528
25529         * gdb.base/configure.in: Look for makefile fragments in ../config.
25530           Recognize i386-*-netware.
25531         * gdb.c++/configure.in: Likewise.
25532
25533 Mon Jul 25 23:48:50 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25534
25535         * gdb.base/corefile.exp:  Change `else if' to `elseif', which is
25536         the correct TCL syntax.
25537
25538 Mon Jul 25 15:35:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
25539
25540         * gdb.base/opaque.exp: use runto instead of messing around with
25541           breakpoints.  Simplify by using gdb_test.
25542
25543         * gdb.base/bitfields.exp: restart between tests on netware targets
25544           because breakpoints aren't relocated after target death.  Run
25545           processes to completion.
25546
25547         * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
25548
25549 Sun Jul 24 09:55:51 1994  Fred Fish  (fnf@cygnus.com)
25550
25551         * Makefile.in:  Remove extra tabs that confuse some versions
25552         of "make".  Use the newly built gdb to test with by default,
25553         rather than the first one in the tester's search path.
25554
25555 Sat Jul 23 15:05:47 1994  Stan Shebs  (shebs@andros.cygnus.com)
25556
25557         * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
25558
25559         * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
25560         condition help.
25561
25562 Tue Jul 19 10:26:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
25563
25564         * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
25565
25566         * lib/gdb.exp (gdb_run_cmd): New function, used to start program
25567           running.
25568         * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
25569         * gdb.base/funcargs.exp: Likewise.
25570
25571         * gdb.base/bitfields.exp: Simplify by using gdb_test.
25572         * gdb.base/funcargs.exp: Likewise.
25573
25574         * lib/gdb.exp (gdb_test): if match times out, don't call fail if
25575           message is "".
25576
25577 Mon Jul 18 12:18:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
25578
25579         * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
25580           return,signals,twice}.exp: Handle non-existant binaries
25581           consistantly.
25582
25583         * gdb.base/corefile.exp: Execute coremaker to generate core dump.
25584         * gdb.base/Makefile.in: Don't try to generate a core dump, we
25585           might testing a cross development system.
25586
25587 Thu Jul 14 18:13:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
25588
25589         * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
25590           runtest script is relative to ${srcdir}, not ${rootdir}.
25591
25592 Thu Jul 14 14:56:59 1994  Stan Shebs  (shebs@andros.cygnus.com)
25593
25594         * gdb.base/signals.exp: Allow for optionality of breakpoint
25595         address.
25596
25597 Thu Jul 14 11:21:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25598
25599         * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
25600
25601 Tue Jul 12 12:22:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
25602
25603         * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
25604           for size_t definition.
25605         * gdb.c++/templates.cc: Likewise
25606
25607         * config/mt-i386-netware: New file.
25608
25609         * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
25610           defined.
25611
25612         * gdb.base/Makefile.in: Added support for systems that name core
25613           files by appending "core" to the program name.
25614         * gdb.base/a1-selftest.exp: Likewise.
25615
25616 Mon Jul 11 23:59:18 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25617
25618         * gdb.base/return.exp:  Add comment and message for `return double'
25619         test failure on Sparc Solaris.
25620
25621 Mon Jul  4 12:10:48 1994  Stan Shebs  (shebs@andros.cygnus.com)
25622
25623         * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
25624
25625 Wed Jun 29 00:26:17 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25626
25627         * gdb.c++/misc.cc:  Instantiate classes to inhibit the compiler
25628         from optimizing them away.
25629         * gdb.c++/classes.exp, gdb.c++/inherit.exp:  Update ptype expect
25630         patterns to include default constructors and assignment operators,
25631         to match gcc versions beyond 2.5.8. Accept any cplus demangling
25632         character in the output of the virtual base pointer.
25633
25634 Fri Jun 24 08:15:42 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25635
25636         * gdb.c++/cplusfuncs.exp:  Use string_to_regexp and a regular
25637         expression match in print_addr_of to avoid unintented matches.
25638         * gdb.c++/virtfunc.exp:  Accept alternate ptype output of g++
25639         versions up to 2.5.8.
25640
25641 Mon Jun 20 23:54:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25642
25643         * gdb.base/list.exp:  Tweak alternate pattern for listing of an
25644         included file to run under newer versions of expect.
25645         * gdb.c++/demangle.exp:  Add spaces to the expect patterns between
25646         consecutive >'s in templates to accomodate recent cplus-dem.c change.
25647         Remove xfail for the virtual table of BDDHookV.
25648
25649 Sat Jun 18 12:51:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
25650
25651         * lib/gdb.exp (string_to_regexp): Set a default result.
25652         (default_gdb_start): Fix misleading message.
25653
25654 Wed Jun 15 12:10:10 1994  Stan Shebs  (shebs@andros.cygnus.com)
25655
25656         * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
25657         Remove all CC, etc definitions.
25658         * config/mt-hpux: New file.
25659         * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
25660         (CFLAGS, LDFLAGS): Define.
25661         * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
25662
25663         * Makefile.in (site.exp): Don't insert host_os, etc.
25664         (just-check): Just use RUNTEST with RUNTESTFLAGS only.
25665         (distclean): Check existence of subdir.
25666         * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
25667         * gdb.base/Makefile.in: General cleanup and simplification.
25668         Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
25669         to build executables.   Use default rule to build .o files.
25670         (EXPECT, RUNTEST, CC): Fix relative pathname.
25671         (site.exp): Don't insert host_os, etc.
25672         * gdb.base/signals.c (main): Don't call signal unless SIGALRM
25673         and/or SIGUSR1 defined.
25674         * gdb.base/watchpoint.c: Don't include stdio.h a second time.
25675         * gdb.c++/Makefile.in: General cleanup and simplification.
25676         Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
25677         (CFLAGS): Remove.
25678         (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
25679
25680 Fri Jun 10 10:55:09 1994  Jeff Law  (law@snake.cs.utah.edu)
25681
25682         * gdb.base/recurse.exp: Misc changes to get tests running again
25683         after Kung's changes to the watchpoint code.
25684         * gdb.base/watchpoint.exp: Likewise.
25685
25686 Thu Jun  9 15:16:55 1994  Per Bothner  (bothner@kalessin.cygnus.com)
25687
25688         * lib/gdb.exp (string_to_regexp):  Convert {\} also.
25689
25690 Wed Jun  8 12:12:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
25691
25692         * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
25693         * lib/gdb.exp (default_gdb_start): Define.
25694         * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
25695         gdb.base/funcargs.exp, gdb.base/opaque.exp,
25696         gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
25697         gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
25698         gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
25699         Don't call gdb_target_udi in between tests.
25700
25701 Tue Jun  7 08:30:15 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25702
25703         * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
25704         (which was basically just a local version of the same thing).  In
25705         addition to avoiding duplication, gdb_test_exact is faster.
25706         * lib/gdb.exp (gdb_test_exact): Fix typo.
25707
25708         * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
25709         don't give an error.
25710
25711         * gdb.base/term.exp: Call delete_breakpoints before starting.
25712
25713         * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
25714         (t10): Add comment.
25715
25716 Mon Jun  6 18:26:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
25717
25718         Reorganization of the GDB Test Suite.
25719
25720         * gdb.base: New directory, contains all the basic tests.
25721         * gdb.c++: New directory, tests specific to C++.
25722         * gdb.chill: New directory, tests specific to Chill.
25723         * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
25724         gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
25725         gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
25726         gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
25727         into appropriate new directories (t00-t17 to base, t20-t23 to c++,
25728         t30-31 to chill).
25729         * */gdbme.*: Rename to match appropriate expect scripts.
25730         * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
25731         gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
25732         gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
25733         gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
25734         gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
25735         gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
25736         gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
25737         gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
25738         gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
25739         gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
25740         * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
25741         gdb.c++/virtfunc.cc: New names of C++ files.
25742         * gdb.chill/chillvars.ch: New name of Chill file.
25743         * gdb.base/configure.in, gdb.c++/configure.in,
25744         gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
25745         * gdb.base/Makefile.in, gdb.c++/Makefile.in,
25746         gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
25747         * configure.in (configdirs): Update to reflect directory changes.
25748         (target_abbrev): No longer define for any configuration.
25749         * Makefile.in: Cosmetic improvements to header comments.
25750
25751 Fri Jun  3 18:56:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
25752
25753         Various changes to gdb.t31:
25754
25755         * Makefile.in (gdbme.o):  Compile with -fspecial_UC.
25756         * gdbme.ch:  Make all key-words and predefineds be upper-case.
25757         * chillvars.exp:  Expect key-words and predefinds in upper-case.
25758
25759         * chillvars.exp:  Use gdb_test_exact many places.
25760         Change expected output for arrays (which now includes index labels).
25761
25762         * pr-5020.exp, gdme.ch (module PR_5020):
25763         New test, for PR-5020.
25764
25765 Thu Jun  2 16:02:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
25766
25767         * lib/gdb.exp (string_to_regexp, gdb_test_exact):  New procedures.
25768         * Makefile.in (CHILL_LIB):  Remove bogus redundant definitions.
25769
25770 Sun May 29 22:31:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
25771
25772         * Makefile.in:  Fix bit-rot in definitions of CHILL,
25773         CHILL_FOR_TARGET and Chill_LIB.
25774         * gdb.t31/gdbme.ch:  Fix syntax of nested array tuples.
25775         * gdb.t31/Makefile.in:  Add definitions for CHILLFLAGS,
25776         CHILL, and CHILL_LIB.
25777
25778 Sat May 21 10:05:08 1994  Bill Cox  (bill@rtl.cygnus.com)
25779
25780         * Revert the previous changes.  Please see Rob's directory
25781           /lisa/test/rob/progressive/gdb/testsuite for these fixes.
25782
25783 Thu May 19 12:51:00 1994  Bill Cox  (bill@rtl.cygnus.com)
25784
25785         * Makefile.in, configure.in, config/mips-gdb.exp,
25786           config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
25787           config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
25788           config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
25789           gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
25790           gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
25791           gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
25792           gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
25793           gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
25794           gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
25795           gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
25796           gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
25797           gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
25798           gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
25799           gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
25800           gdb.t24/demangle.exp, lib/gdb.exp:  Check in Rob's testing
25801           changes from 94Q1.
25802
25803 Wed May 18 17:04:03 1994  Bill Cox  (bill@rtl.cygnus.com),
25804
25805         * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
25806           config/mt-slite, config/mt-unix, config/mt-vxworks: Add
25807           Rob's new testing fragments.
25808
25809 Tue May 17 15:04:14 1994  Bill Cox  (bill@rtl.cygnus.com)
25810
25811         * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
25812           lib/gdb.exp: Replace error proc calls with perror.
25813
25814 Mon May 16 19:00:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
25815
25816         * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
25817         version also, match on casted version strings, and match on
25818         gdb startup case where the line numbers might be messed up.
25819
25820 Fri May 13 18:00:27 1994  Bill Cox  (bill@rtl.cygnus.com)
25821
25822         * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
25823           (CFLAGS): Delete it from here.
25824
25825 Tue May  3 16:08:09 1994  Kung Hsu  (kung@mexican.cygnus.com)
25826
25827         * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
25828
25829 Fri Apr 29 14:26:35 1994  Stan Shebs  (shebs@andros.cygnus.com)
25830
25831         * Makefile.in (RUNTEST): Default to just "runtest".
25832
25833 Tue Apr 26 22:21:40 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
25834
25835         * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
25836         * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
25837         the code has been restructured.
25838
25839 Thu Apr 21 12:48:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25840
25841         * gdb.t00/default.exp (set write): Allow any number of \r and/or
25842         \n, not just one of each.
25843
25844         * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
25845         /bin/cc gives a warning if you do.
25846
25847 Thu Apr 21 11:54:04 1994  Kung Hsu  (kung@mexican.cygnus.com)
25848
25849         * gdb.t24/demangle.exp: change expect pattern of
25850         __t10ListS_link1ZUiRCUiPT0
25851
25852 Wed Apr 13 15:05:00 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
25853
25854         * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
25855         on local variables in recursive functions.
25856
25857         * gdb.t07/Makefile.in: Build the new test.
25858
25859 Tue Apr 12 20:45:25 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
25860
25861         * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
25862         directly.  Instead compare the return values from actual calls.
25863
25864 Mon Apr 11 10:31:00 1994  Bill Cox  (bill@rtl.cygnus.com)
25865
25866         * Makefile.in (check): Set TCL_LIBRARY for runtest.
25867
25868 Mon Apr 11 09:15:30 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
25869
25870         * From Peter Schauer with minor modifications.
25871         * gdb.t15/return.exp (return_tests): Handle targets where "return"
25872         stops in mid-line in the caller.  Add xfail for returning a float
25873         value on X86 targets.
25874
25875 Tue Apr  5 15:16:33 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
25876
25877         * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
25878         to avoid expect lossage.
25879         (fmem_LRbug_tests): Likewise.
25880         * gdb.disasm/hppa.s: Corresponding changes.
25881
25882         * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
25883         conditions to work with latest dejagnu/expect.
25884
25885         * gdb.t15/funcargs.exp (finish from indirect call): No longer
25886         expected to fail on the PA.
25887         (backtrace in call with trampolines): Explicitly require main
25888         to be frame #1 (no trampolines should show up in backtrace).
25889
25890         * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
25891         "continue -expect".
25892         * gdb.t06/break.exp: Likewise.
25893         * gdb.t07/watchpoint.exp: Likewise.
25894         * gdb.t13/bitfields.exp: Likewise.
25895         * gdb.t15/{funcargs,return}.exp: Likewise.
25896         * gdb.stabs/weird.exp: Likewise.
25897         * config/{mips,udi}-gdb.exp: Likewise.
25898
25899         * hppa.sed: Enclose comments within a sed command to avoid
25900         losing with the old OSF1 sed.
25901
25902 Wed Mar 30 00:31:49 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25903
25904         * gdb.t02/whatis.exp, gdb.t08/opaque.exp:  Add XFAILs for
25905         sequent dynix.
25906         * gdb.t06/signals.exp:  Add clear_xfail for sequent dynix.
25907         * gdb.t15/funcargs.exp:  Conditionally step again to really
25908         finish from marker_call_with_trampolines. Handle the case where
25909         the first step from within call_with_trampolines already steps
25910         us back to main.
25911         * gdb.t15/gdbme.c:  Add comment to closing brace of
25912         call_with_trampolines for funcargs.exp.
25913
25914 Tue Mar 29 23:55:27 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
25915
25916         * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
25917         Fix typo(s).
25918
25919 Sun Mar 27 16:53:14 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
25920
25921         * gdb.t07/gdbme.c: More code for watchpoint testing.
25922
25923         * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
25924         "Hardware watchpoint" throughout file.
25925         (test_watchpoint_triggered_in_syscall): New test.
25926         (test_complex_watchpoint): New test.
25927
25928 Fri Mar 25 17:05:31 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
25929
25930         * gdbme.c (call_with_trampolines): New function to try and step
25931         into.  Tests trampoline problems on the PA.
25932
25933         * funcargs.exp (localvars_in_indirect_call): No longer expect
25934         stepping into indirect call to fail on PAs.
25935         (test_stepping_over_trampolines): New test.
25936
25937 Wed Mar 23 07:43:33 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25938
25939         * TODO: Add suggestions for static member function tests, and
25940         completion tests.
25941
25942 Wed Mar 16 08:28:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25943
25944         * TODO: Add suggestions for "p/a" tests.
25945
25946         * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
25947         (default_gdb_exit): Replace all the hair with sending "quit" to
25948         the process with a simple close.
25949
25950 Tue Mar 15 08:45:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25951
25952         * TODO: Add suggestions for shared library tests.
25953
25954 Sun Mar 13 10:45:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25955
25956         * TODO: Add suggestions for x/s tests.
25957
25958 Fri Mar 11 08:22:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25959
25960         * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
25961         "enable once", and "enable breakpoints once" with ".*".
25962
25963 Thu Mar 10 08:34:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25964
25965         * TODO: Add suggestions about structure passing tests.
25966
25967 Mon Mar  7 13:45:54 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25968
25969         * gdb.t03/gdbme.c:  gcc version 1 puts out the wrong stabs for
25970         the primary1 test, use work around if __GNUC__ < 2.
25971         * gdb.t06/signals.c:  Add comments for signals.exp pattern matching.
25972         * gdb.t06/signals.exp:  Add XFAILs for i386 bsd and vax ultrix.
25973         Test for bad output rather than waiting for timeout.  Issue
25974         second continue only if first continue failed.
25975
25976 Wed Mar  2 10:08:01 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
25977
25978         * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
25979         operator[] test with gdb_test because the old code didn't seem to
25980         be getting the quoting right with the new dejagnu.
25981
25982 Thu Feb 24 19:49:25 1994  Rob Savoye  (rob@poseidon.cygnus.com)
25983
25984         * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
25985         one from the path.
25986         * Makefile.in: Use a fresh expect if there is one, use runtest
25987         from the src tree if there is one.
25988
25989 Thu Feb 24 18:49:37 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
25990
25991         * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
25992         next over recursive call.  Revise the tests from that point on
25993         (which had been skipped) to match GDB's actual (correct) output.
25994
25995         * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
25996         with next over a breakpoint whose condition is false.
25997
25998         * gdb.t00/help.exp: Comment out "help set print" tests just like
25999         (and for same reason as) "help set" test.
26000
26001 Mon Feb 14 09:58:23 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
26002
26003         * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
26004         * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
26005
26006 Sun Feb  6 15:36:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
26007
26008         * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
26009         necessary gdb_target_udi.
26010
26011         * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
26012
26013         * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
26014         1838 and 2417; they are fixed.
26015
26016         * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
26017         gdb.t03/ptype.exp (ptype structure, ptype union):
26018         Remove xfails; the test is looser than when the xfails were added.
26019
26020         * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
26021         * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
26022
26023         * gdb.t01/run.exp: Only run shell test if isnative.
26024
26025         * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
26026         since "run" automatically loads if necessary.  Call gdb_target_udi
26027         after the "file" since "file" kills any execution target.
26028
26029         * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
26030         GDB.  GDB doesn't work that way (not anymore at least) on UDI.
26031         * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
26032         argument for UDI.
26033
26034 Fri Feb  4 12:19:32 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
26035
26036         * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
26037
26038         * gdb.t17/callfuncs.exp: Add xfails for rs6000.
26039
26040 Sat Feb  5 09:11:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
26041
26042         * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
26043         properly quoting regexps.  This makes the second argument to
26044         demangle a fixed string, which matches the callers, instead of a
26045         shell-style pattern which is what the previous implementation
26046         used.  Update some of the callers.
26047
26048 Sat Feb  5 10:19:09 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
26049
26050         * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
26051         (comib_nullified_tests): Fix typo.
26052         * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
26053         strings.  No longer expected to fail.
26054
26055         * gdb.disasm/hppa.s (addib_tests): Fix typo.
26056         * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
26057         strings.  No longer expected to fail.
26058
26059         * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
26060         string.  No longer expected to fail.
26061
26062 Fri Feb  4 23:45:11 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
26063
26064         * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
26065         No longer expected to fail.
26066
26067         * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
26068         string.  No longer expected to fail.
26069
26070 Fri Feb  4 10:35:42 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
26071
26072         * gdb.t24/demangle.exp: Remove a bunch more tests which differ
26073         only in the names (I probably got most of them).  I was even
26074         generous with some which differed in underscores in names, and
26075         probably missed a few, and I *still* was able to remove almost a
26076         third of the file with almost no impact on testsuite coverage.
26077
26078 Thu Feb  3 12:04:49 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
26079
26080         * gdb.t00/default.exp: Match udi_attach error message as well as
26081         the one from child_attach.
26082
26083         * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
26084
26085         * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
26086
26087         * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
26088         * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
26089
26090         * Move test with enums and partial symbols back to
26091         gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
26092         Reverts the change of 26 May 93.  Per today's change to
26093         stabs.texinfo, the behavior that weird.exp was expecting was
26094         unreasonable; what is important is that the compiler+gdb get
26095         things right, which happens with a recent gcc.  Also fix the test
26096         to deal with native compilers which put out the stab gdb can't
26097         deal with.
26098
26099 Mon Jan 31 15:40:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
26100
26101         * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
26102         in the names.  The main thing these accomplish is to slow things down.
26103         Many more such duplicates surely remain.
26104
26105         * gdb.t00/help.exp: Comment out "help support" test just like
26106         (and for same reason as) "help set" test.
26107
26108 Mon Jan 31 06:43:45 1994  Fred Fish  (fnf@cygnus.com)
26109
26110         * gdb.t06/break.exp:  Remove setup_xfails for
26111         sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
26112         * gdb.t20/inherit.exp (test_ptype_si):  Update warning message
26113         about known bug in gcc to include up through 2.5.8.
26114         * gdb.t20/inherit.exp (test_ptype_vi):  Accept "_vb." as well as
26115         well as "_vb$".
26116         * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
26117         Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
26118         with latest gcc and gdb.
26119         * gdb.t22/virtfunc.exp (test_ptype_of_classes):  Accept "_vb." as
26120         well as "_vb$".
26121
26122 Sat Jan 29 23:31:26 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
26123
26124         * configure.in (hppa*-*-*): Also configure and build stabs-only
26125         tests.
26126
26127 Thu Jan 27 08:21:16 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
26128
26129         * gdb.t10/hppa.mt: A makefile fragment for the PA.
26130         * gdb.t10/configure.in (hppa*-*-*): Use it.
26131
26132 Tue Jan 25 12:58:26 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26133
26134         * gdb.t09/corefile:  Increase timeout when spawning gdb explicitly.
26135
26136 Wed Jan 19 12:40:25 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26137
26138         * gdb.t06/signals.exp:  Handle blocked SIGTRAP on sun3 for bash
26139         versions prior to 1.13.5.
26140
26141 Tue Jan 18 20:10:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
26142
26143         * gdb.t00/default.exp (show prompt): In FAIL case, only match if
26144         the prompt is at the start of a line.
26145
26146 Mon Jan 17 20:07:51 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
26147
26148         * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
26149         Enable "diag" instruction.  Delete copr from fpu_misc_tests, it's
26150         in the copr tests now.
26151         * gdb.disasm/hppa.exp: Run new sfu and copr tests.  Do not expect
26152         copr in the fpu_misc tests anymore.  fpu_misc tests are no longer
26153         expected to fail.
26154
26155 Fri Jan 14 14:24:21 1994  Rob Savoye  (rob@darkstar.cygnus.com)
26156
26157         * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
26158         gdb.t31/chillvars.exp, lib/gdb.exp:
26159         Tweak to run under either version of expect.
26160         * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
26161         * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
26162         * gdb.t11/list.exp: Remove extraneous whitespace.
26163
26164 Sat Jan 15 09:57:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
26165
26166         * gdb.t16/printcmds.exp (test_print_strings): Accept
26167         "(unsigned char *) " before the string.
26168
26169         * TODO: Add notes about printing of fancy types and GDB expressions.
26170
26171 Thu Jan 13 17:16:09 1994  Stan Shebs  (shebs@andros.cygnus.com)
26172
26173         * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
26174         * gdb.t06/configure.in: Don't try to compile signals test program
26175         if doing mips-idt-ecoff.
26176
26177 Thu Jan 13 08:25:55 1994  Rob Savoye  (rob@darkstar.cygnus.com)
26178
26179         * Most .exp files: Tweak to run under either version of expect.
26180
26181 Tue Jan 11 15:21:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
26182
26183         * gdb.t12/scope.exp: Add xfails for rs6000.  Remove 1806 from existing
26184         xfails; I'm not sure why they are failing, but not because of PR 1806.
26185
26186 Mon Jan 10 22:14:20 1994  Rob Savoye  (rob@darkstar.cygnus.com)
26187
26188         * config/unix-gdb.exp: Remove gdb_unload cause it's already
26189         defined in lib/gdb.exp.
26190
26191 Fri Jan  7 12:42:45 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26192
26193         * gdb.t07/watchpoint.exp:  Clear xfail for calling function with
26194         watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
26195         * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc:  Conversion operator functions
26196         have to be typeless.
26197
26198 Tue Jan  4 09:32:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
26199
26200         * TODO: Add suggestion for copyright year test.
26201
26202 Mon Jan  3 11:35:26 1994  Stan Shebs  (shebs@andros.cygnus.com)
26203
26204         * configure.in (*-*-lynxos*): Add stabs tests.
26205
26206 Wed Dec  1 21:54:05 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
26207
26208         * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
26209         so insert a tab before any assembler directive in column zero.
26210
26211         * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
26212         stores.
26213         * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
26214         stores.
26215         (fpu_short_memory_tests): Likewise.
26216
26217 Mon Nov 22 13:23:22 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26218
26219         * gdb.stabs/ecoff.mt:  Delete alpha specific if block, fix typo.
26220         * gdb.stabs/ecoff.sed:  Escape inserted blanks with backslashes, embed
26221         .stabs directives in comments.
26222
26223 Fri Nov 19 14:09:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26224
26225         * TODO: New file, describing tests we could write.
26226         * gdb.t09/corefile.exp: Move description of tests to write to TODO.
26227
26228 Tue Nov 16 21:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26229
26230         * gdb.t06/signals.exp: Add kludge to force re-sync.
26231
26232         * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
26233         to xgdb instead of gdb, get out of gdb.
26234
26235 Tue Nov 16 10:21:57 1993  Rob Savoye  (rob@cygnus.com)
26236
26237         * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
26238         for info.
26239
26240 Sat Nov 13 23:17:48 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
26241
26242         * gdb.stabs/hppa.mt: A makefile fragment for the PA.
26243         * gdb.stabs/configure.in (hppa*-*-*): Use it.
26244         * gdb.stabs/hppa.sed: New sed script for the PA.
26245
26246 Sat Nov 13 22:50:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26247
26248         * gdb.stabs: Re-write weird.def and configuration to use sed
26249         instead of cpp.  sed is portable and POSIX; cpp is neither.
26250
26251 Fri Nov 12 15:26:36 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26252
26253         * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
26254
26255 Mon Nov  8 16:55:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26256
26257         * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
26258
26259 Thu Nov  4 23:07:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26260
26261         * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
26262         "_vb$".
26263         * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
26264         * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
26265
26266 Wed Nov  3 13:53:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26267
26268         * lib/gdb.exp: Comment out code which depends on non-existent
26269         `transform' procedure.
26270
26271 Wed Nov  3 11:23:11 1993  Rob Savoye  (rob@darkstar.cygnus.com)
26272
26273         * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
26274         * lib/gdb.exp: Transform tool name.
26275         * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
26276         1.1's new error handling system.
26277
26278 Mon Nov  1 10:36:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26279
26280         * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
26281
26282 Fri Oct 29 17:58:14 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26283
26284         * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
26285         They made pattern matching so slow that timeouts happened on
26286         heavily loaded systems.  Now any output from "show print" which
26287         gets us back to the GDB prompt is a PASS.
26288
26289 Mon Oct 25 14:36:50 1993  Stu Grossman  (grossman at cygnus.com)
26290
26291         * gdb.disasm/hppa.mt:  Use $(srcdir) in hppa.o make rule.
26292
26293 Mon Oct 25 13:35:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26294
26295         * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
26296
26297         * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
26298         It is not from PR 3220.
26299
26300 Sun Oct 24 18:49:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26301
26302         * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
26303         just started failing because they depended on the order the
26304         subcommands are presented, or exact docstring text.  This kind of
26305         test is a pain and has minimal benefit.
26306
26307 Thu Oct 21 08:26:48 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26308
26309         * gdb.t09/corefile.exp: At end of test, use "core" command with
26310         no arguments.
26311
26312 Wed Oct 20 08:56:02 1993  Stu Grossman  (grossman at cygnus.com)
26313
26314         * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
26315         17}/Makefile.in:  Make it possible to run the testsuite with Sun
26316         make and CC = cross gcc by adding explicit build rules for .o
26317         files.
26318
26319 Tue Oct 19 14:57:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26320
26321         * gdb.t15/funcargs.exp: Don't put comments on same line as
26322         setup_xfail (@#$*%& tcl braindamage!).
26323
26324 Mon Oct 18 21:50:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26325
26326         * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
26327
26328 Fri Oct 15 15:39:54 1993  Kung Hsu  (kung@cirdan.cygnus.com)
26329
26330         * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
26331         * gdb.t20/inherit.exp: remove three dumplicate entries.
26332
26333 Fri Oct 15 13:45:25 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26334
26335         * gdb.t06/break.exp: For "next over recursive call", fail on any
26336         incorrect output, not just on "factorial (value=2)".
26337
26338 Fri Oct 15 11:52:56 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26339
26340         * gdb.t12/scope.exp:  Remove xfails, filename::var syntax should be
26341         working now. Add an xfail if accesing a bss variable causes
26342         a memory error if the target is not yet run.
26343
26344 Thu Oct 14 19:16:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26345
26346         * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
26347         constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
26348         name of __st* demangling (2 strings).  Did Kung really get the
26349         more than 95 others right without testing them?
26350
26351 Thu Oct 14 16:27:08 1993  Kung Hsu  (kung@cirdan.cygnus.com)
26352
26353         * gdb.t24/demangle.exp: clean up XFAILS, more than 100
26354
26355 Thu Oct 14 11:40:30 1993  Jeffrey Law  (law@cs.uah.edu)
26356
26357         * configure.in (configdirs): Add gdb.disasm
26358         * gdb.disasm: New directory for GDB disassembler tests.
26359         * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
26360
26361 Thu Oct 14 11:40:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26362
26363         * gdb.t00/help.exp: Don't test "help set".
26364
26365         * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
26366         from within expect statements.  None of these happen anymore and
26367         they cause regressions to be silently unnoticed.
26368
26369         * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
26370         messages) about known failures with gcc cygnus-2.4.5-930417.
26371
26372         * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
26373         comp-info.exp so it gets built if it doesn't exist.
26374
26375         * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
26376         it is no longer used.
26377         * gdb.t13/comp-info.c: Removed.
26378
26379 Wed Oct 13 22:54:06 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
26380
26381         * gdb.t06/signals.exp: Add xfail for sun3.
26382
26383 Thu Oct  7 12:01:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26384
26385         * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
26386         relevant because ^C doesn't get sent but failure can be reproduced
26387         interactively).
26388
26389 Tue Oct  5 10:43:11 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26390
26391         * gdb.stabs/alpha.mt:  New configuration file for alpha.
26392         * gdb.stabs/configure.in:  Use it.
26393         * gdb.stabs/ecoff.mt, weird-ecoff.sed:  Change sed script to enable
26394         sharing with alpha.mt, redefine long to word via preprocessor.
26395         * gdb.stabs/weird.def:  Conditionally adapt storage layout of v_comb
26396         for alpha.
26397         * gdb.stabs/weird.exp:  Handle compilation of weird.s by alpha
26398         native cc.
26399         * gdb.t00/teststrategy.exp:  Change expect string so that we
26400         consume the `(xgdb)' from the command echo and from the gdb prompt.
26401         * gdb.t05/expr.exp:  xfail "print unsigned int == (~0)" on the alpha.
26402         gdb currently compares all values as long, so this failure probably
26403         applies to any configuration where LONGEST is bigger than a target int.
26404         * gdb.t08/comp-info.c:  New file to determine if gdbme is compiled
26405         with gcc.
26406         * gdb.t08/Makefile.in, opaque.exp:  Use it. Alpha native cc is unable
26407         to handle opaque pointers, gcc is.
26408         * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc:  operator new takes a size_t
26409         as first argument. Include <sys/types.h> and change all operator
26410         new definitions to use size_t.
26411         * gdb.t21/cplusfuncs.exp:  Handle changes in output for operator new
26412         now that we use size_t.
26413
26414 Wed Sep 29 00:55:49 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26415
26416         * gdb.t03/ptype.exp, gdb.t15/printcmds.exp:  When constructing
26417         a long or float array cast all array members to the same type.
26418         * gdb.t04/setvar.exp:  Handle the decimal output of an unsigned long
26419         with 64 bit longs.
26420         * gdb.t07/watchpoint.exp:  Add finish and until variations encountered
26421         on alpha.
26422         * gdb.t08/opaque.exp, gdb.t17/interrupt.exp:  Add xfails for alpha.
26423
26424 Tue Sep 28 17:26:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26425
26426         * gdb.t24 (demangle.exp): Constructors of templates have names like
26427         vector<int>::vector(int) not vector<int>::vector<int>(int).  See
26428         section 14.6 of the ARM.
26429
26430         * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
26431         "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
26432         accomplish little and slow down the testsuite.
26433
26434         * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
26435         Accept spaces various places.
26436
26437 Tue Sep 21 17:28:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26438
26439         * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
26440         with watchpoint enabled.
26441
26442         * Makefile.in: Remove definition of CC and remove the second
26443         definition of CXX (the "CXX = gcc" one remains).  These definitions
26444         were causing backquotes to be expanded within backquotes, which
26445         doesn't work.
26446
26447 Sat Sep 18 09:43:21 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
26448
26449         * gdb.t17/callfuncs.exp: Add "return 0" to end.
26450
26451 Fri Sep 17 04:41:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26452
26453         * gdb.stabs/ecoff.mt:  Remove STABSCC hack.
26454         * gdb.stabs/weird.exp:  Handle the case where weird.o is compiled
26455         by mips cc and contains no stabs entries.
26456
26457 Thu Sep 16 17:22:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
26458
26459         * config/vx-gdb.exp: Use fake device to load files rather than
26460         NFS.
26461         * lib/gdb.exp: New proc to do "file" command.
26462         * config/unix-gdb.exp: Use new "file" proc.
26463
26464 Thu Sep 16 13:45:44 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
26465
26466         * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
26467         Rework board rebooting slightly.
26468         (gdb_exit): Don't exit from the remote shell; there isn't one.
26469         * gdb.stabs/weird.exp: If a program is being debugged already,
26470         kill it.
26471         * gdb.t04/setvar.exp: Stop and restart gdb.
26472         * gdb.t05/expr.exp: Likewise.
26473         * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
26474         restart gdb and reload the program.
26475         * gdb.t08/opaque.exp: Likewise.
26476         * gdb.t12/scope.exp: Likewise.
26477         * gdb.t13/bitfields.exp: Likewise.
26478         * gdb.t15/funcargs.exp: Likewise.
26479         * gdb.t20/classes.exp: Likewise.
26480         * gdb.t03/ptype.exp: Increase timeout.
26481         * gdb.t16/printcmds.exp (test_print_string_constants,
26482         test_print_array_constants): Likewise.
26483         * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
26484         * gdb.t20/classes.exp (do_tests): Likewise.
26485         * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
26486
26487 Wed Sep 15 14:24:36 1993  Ian Lance Taylor  (ian@cygnus.com)
26488
26489         * gdb.stabs: Renamed *wierd* to *weird*.
26490
26491 Wed Sep 15 10:36:50 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
26492
26493         * gdb.t13/bitfields.exp: Test for bad output rather than waiting
26494         for timeout.  Add "known gcc 2.4.5 bug" to failure message.
26495
26496 Tue Sep 14 17:16:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
26497
26498         * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
26499         (do_tests): Remove xfail for whatis on one_var and two_var.
26500
26501 Wed Sep  8 23:14:23 1993  Rob Savoye  (rob@darkstar.cygnus.com)
26502
26503         * Makefile.in: Made cross building work better by adding
26504         {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
26505
26506 Tue Sep  7 14:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26507
26508         * gdb.t15/{return.c,return.exp,Makefile.in}:
26509         New test, currently commented out.
26510
26511 Tue Aug 31 16:51:29 1993  Rob Savoye  (rob@darkstar.cygnus.com)
26512
26513         * config/udi-gdb.exp: gdb_exit now kills any isstip processes
26514         still running and removes the leftover named socket so GDb can do
26515         clean restarts.
26516
26517 Mon Aug 30 17:55:16 1993  Rob Savoye  (rob@darkstar.cygnus.com)
26518
26519         * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
26520         console, not GDB.
26521         * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
26522         cross testing works better with "make check"
26523         * config/unix-gdb: Use default procedures for exit and version.
26524         * config/vx-gdb.exp: Cleaned up and massaged back to working order
26525         with the newest VxWorks.
26526
26527 Thu Aug 26 17:50:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26528
26529         * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
26530         old form.
26531
26532         * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
26533         name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
26534
26535         * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
26536
26537         * config/unix-gdb.exp: Remove this version of gdb_exit
26538         * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
26539         Rob says he'll look at it when he gets back to testing boards.
26540
26541 Thu Aug 26 07:20:00 1993  Fred Fish  (fnf@deneb.cygnus.com)
26542
26543         * gdb.t22/virtfunc.exp:  Accept missing struct/class names as
26544         an expected fail for certain ptype commands.
26545
26546         * gdb.t20/classes.exp:  Update expected results of "ptype class
26547         Base1" to account for the constructor that now appears in the type.
26548
26549 Wed Aug 25 16:48:05 1993  Fred Fish  (fnf@deneb.cygnus.com)
26550
26551         * configure.in (configdirs):  Restore gdb.t04, which mysteriously
26552         disappeared from list.
26553         * config/{udi-gdb.exp, gdb-unix.exp}:  Replace calls to obsolete
26554         "alldone" proc with call to cleanup and exit.
26555         * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
26556         gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
26557         gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
26558         gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
26559         gdb.t12/scope.exp, gdb.t13/bitfields.exp}:  Replace calls to
26560         "alldone" proc with simple returns that suppress remaining
26561         tests.  The alldone proc went away many months ago.
26562
26563 Tue Aug 24 11:04:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26564
26565         * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
26566
26567         * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
26568
26569 Thu Aug 19 22:08:41 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26570
26571         * gdb.t15/funcargs.exp:  Allow arguments for main in backtraces
26572         as vax gdb will display them.
26573
26574 Thu Aug 19 18:18:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26575
26576         * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
26577         optimizers.
26578
26579         * scope.exp: Change "bad value for localval" messages so each one
26580         is unique.
26581
26582         * config/unix-gdb.exp (gdb_exit): Move info on this vs.
26583         lib/gdb.exp (gdb_exit) from ChangeLog to comments.
26584
26585         * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
26586
26587 Tue Aug 17 00:05:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26588
26589         * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
26590         doesn't exist (due to optimization).
26591
26592 Mon Aug 16 21:05:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26593
26594         * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
26595         contains \r because the filename is long.
26596
26597         * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
26598         'continue'" bug, and change xfail back to i*86-univel-sysv4*.
26599
26600 Mon Aug 16 03:05:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26601
26602         * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
26603         gdb.t08/opaque.exp, gdb.t17/interrupt.exp:  Update for vax running
26604         Ultrix.
26605         * gdb.t02/whatis.exp:  Use procedure to setup xfails on long versus
26606         int tests.
26607         * gdb.t08/opaque.exp:  Use procedure to setup xfails for opaque tests.
26608
26609 Thu Aug 12 15:24:28 1993  Fred Fish  (fnf@deneb.cygnus.com)
26610
26611         * Makefile.in (distclean):  Remove *.log *.plog *.sum *.psum site.*.
26612
26613         * gdb.t17/interrupt.exp:  Fix 'missing Continuing' case so pattern
26614         to match does not match the passing case but still matches the
26615         failing case.
26616
26617 Thu Aug 12 16:58:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26618
26619         * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
26620
26621 Wed Aug 11 19:47:27 1993  John Gilmore  (gnu@rtl.cygnus.com)
26622
26623         * lib/gdb.exp (gdb_exit):  Move the best version of gdb_exit
26624         to here.  Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
26625         * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
26626         Remove various versions of gdb_exit.
26627         * config/vx-gdb.exp:  Remove quit_vxgdb, change a caller to call
26628         gdb_exit.
26629         * config/unix-gdb.exp:  gdb_exit remains here, and should override
26630         the generic version, since it's doing a lot of wierd stuff that
26631         the other versions aren't.  FIXME, fold it in, or abandon this
26632         version.
26633
26634 Wed Aug 11 12:09:32 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26635
26636         * gdb.t24/demangle.exp: Add tests for PR 3220.
26637
26638 Tue Aug 10 15:49:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26639
26640         * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
26641
26642 Tue Aug 10 15:45:25 1993  Fred Fish  (fnf@deneb.cygnus.com)
26643
26644         * gdb.t07/watchpoint.exp:  Clear xfail with "i*86-*-*", not just
26645         "i386-*-*".  Works for i486 as well.
26646
26647         * gdb.t06/signals.exp:  Rework code that recognizes known SVR4
26648         bug, and expand domain of xfail to all SVR4 systems, since the
26649         actual problem is likely to be in generic SVR4 /proc support.
26650
26651 Tue Aug 10 15:49:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26652
26653         * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
26654
26655 Tue Aug 10 09:56:56 1993  Fred Fish  (fnf@deneb.cygnus.com)
26656
26657         * gdb.t17/interrupt.exp:  Set up xfail for *-*-sysv4*, in chain of
26658         xfails for other systems.  Match a missing 'Continuing.' as an
26659         explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
26660
26661         * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
26662         gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
26663         Only issue warning for missing executables if -all option is used.
26664
26665         * gdb.stabs/wierd.exp:  Only issue warning for missing wierd.o
26666         file if -all option is used.  It's like an unpredictable XFAIL.
26667
26668 Mon Aug  9 10:13:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26669
26670         * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
26671         for dynamically linked binaries.
26672
26673         * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
26674
26675 Sun Aug  8 14:21:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26676
26677         * gdb.t20/inherit.exp: Change message for "print tagless struct"
26678         to state that this is a known bug in old versions of g++.
26679
26680 Fri Aug  6 21:40:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26681
26682         * gdb.t17/interrupt.exp:  Add xfail for 386 bsd. Accept echoed newline
26683         while waiting for `Continuing'.
26684
26685 Fri Aug  6 13:38:08 1993  Fred Fish  (fnf@deneb.cygnus.com)
26686
26687         * gdb.t10/nodebug.exp:  Expect to find local/global minimal symbols
26688         in text, data, and bss.
26689         * gdb.t10/nodebug.c:  Add local and global test variables for
26690         initialized and uninitialized data.
26691
26692 Thu Aug  5 12:18:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26693
26694         * config/unix-gdb.exp (gdb_exit): Add "wait".
26695
26696 Thu Aug  5 18:14:06 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26697
26698         * gdb.t06/signals.exp:  xfail the continue from the handler for all
26699         targets.
26700
26701         * gdb.t07/watchpoint.exp:  clear_xfail for i386 when calling a
26702         function with watchpoints enabled, the i386 call dummy starts with
26703         a call.
26704
26705         * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in:  Handle the way
26706         386 bsd names its corefiles.
26707
26708 Wed Aug  4 08:53:41 1993  Fred Fish  (fnf@cygnus.com)
26709
26710         * gdb.t10/Makefile.in (nodebug.o):  Don't use "-c -o", many
26711         compilers don't grok it.
26712         * gdb.t16/gdbme.c (ctable1):  Initialize unsigned char array
26713         with small octal ints rather than character constants, which
26714         are signed and might not fit if first promoted to int.
26715
26716 Tue Aug  3 18:28:25 1993  Fred Fish  (fnf@cygnus.com)
26717
26718         * gdb.t09/Makefile.in (clean):  Remove corefile.
26719
26720 Mon Aug  2 12:47:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26721
26722         * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
26723
26724 Mon Aug  2 12:30:14 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26725                           and Jim Kingdon (kingdon@cygnus.com)
26726
26727         * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
26728         NO_SINGLE_STEP machines.  Fix comment about its cause.  Uncomment
26729         the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
26730
26731 Fri Jul 30 19:46:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26732
26733         * gdb.t17/interrupt.exp: Add xfail for hppa.
26734
26735 Fri Jul 30 12:54:11 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26736
26737         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
26738         gdb.t09/corefile.exp:  Cleanup xfails for fixed mips bugs.
26739         * gdb.t13/bitfields.exp, gdbme.c:  Examine a variable in the inferior
26740         to determine signed-ness of bitfields and use the result to setup
26741         the xfail.
26742         * gdb.t15/gdbme.c:  Add comments to the two indirect call0a lines.
26743         * gdb.t15/funcargs.exp:  Use them to step until the second indirect
26744         call line is reached if necessary.
26745
26746 Thu Jul 29 20:33:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26747
26748         * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
26749
26750 Mon Jul 26 00:15:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26751
26752         * gdb.t06/break.exp: Also test `clear' command.
26753
26754 Wed Jul 21 18:03:38 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
26755
26756         * gdb.t00/teststrategy.exp: Remove extra quote.
26757
26758         * gdb.t07/watchpoint.exp: Change xfail for calling function with
26759         watchpoint enabled to be for all non-68k machines.
26760
26761         * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
26762
26763 Mon Jul 19 23:59:26 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26764
26765         * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
26766         targets use aout.mt instead of ecoff.mt as gas understands
26767         standard aout format.
26768
26769 Mon Jul 19 18:14:06 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
26770
26771         * lib/gdb.exp (runto): Don't insist that function we are running to
26772         was compiled with -g.
26773
26774         * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
26775
26776         * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
26777         to get back into the read system call.
26778         Accept leading newline in case where we woke it up.
26779
26780 Sun Jul 18 08:40:45 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26781
26782         * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}:  New files
26783         to make the stabs test work on ecoff systems using gcc and -with-stabs.
26784         * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}:  Modify to
26785         enable ecoff configuration.
26786
26787 Thu Jul 15 11:54:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26788
26789         * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
26790
26791 Wed Jul 14 09:36:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26792
26793         * gdb.t16/printcmds.exp: Add another printf test.
26794
26795 Wed Jul 14 15:37:13 1993  Ian Lance Taylor  (ian@cygnus.com)
26796
26797         * configure.in: If configured -with-stabs on any target, add
26798         stabsdirs to configdirs.
26799
26800 Wed Jul 14 09:36:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26801
26802         * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
26803         fun" so pattern does not match the command itself.
26804
26805 Mon Jul 12 11:22:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26806
26807         * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
26808
26809 Sun Jul 11 12:03:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26810
26811         * gdb.t17/interrupt.exp: Test for more things.
26812
26813 Fri Jul  9 14:11:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26814
26815         * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
26816         compiler arranges the code and line numbers.
26817
26818         * gdb.t17/interrupt.exp: Don't send \n after ^C.
26819
26820 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26821
26822         * gdb.t00/help.exp:  Increase expect input buffer size.
26823
26824 Thu Jul  8 14:26:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26825
26826         * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
26827
26828         * gdb.t07/watchpoint.exp: Add xfail for hppa.
26829
26830         * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
26831
26832         * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
26833         [0-9]*, not just [0-9].
26834
26835 Wed Jul  7 17:52:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26836
26837         * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
26838
26839         * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
26840
26841 Tue Jul  6 13:54:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26842
26843         * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
26844
26845 Mon Jul  5 22:03:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26846
26847         * gdb.t06/signals.c: Add xfails for sun3.
26848
26849         * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
26850
26851         * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597.  Also add
26852         test_stepping tests.
26853
26854 Fri Jul  2 09:08:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26855
26856         * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
26857
26858         * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
26859
26860         * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
26861         rather than actually putting it through cpp twice.
26862
26863         * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
26864
26865 Fri Jul  2 10:48:03 1993  Ian Lance Taylor  (ian@cygnus.com)
26866
26867         * config/mips-gdb.exp (gdb_exit): Removed close statement which is
26868         no longer needed.
26869
26870 Fri Jul  2 09:08:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26871
26872         * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
26873
26874         * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
26875         C++ features prints as "struct", make it a pass, not an xfail.
26876
26877 Thu Jul  1 22:03:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26878
26879         * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
26880         Don't require VA to print as "class" rather than "struct".
26881
26882 Thu Jul  1 18:27:40 1993  Jim Kingdon  (kingdon@cygnus.com)
26883
26884         * gdb.t06/twice.exp: Don't care about the file name GDB prints.
26885
26886 Wed Jun 30 18:01:00 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26887
26888         * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
26889
26890 Tue Jun 29 13:15:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26891
26892         * gdb.t12/scope.exp:  Remove xfail for parameter printing in wrong
26893         order.
26894
26895 Tue Jun 29 09:22:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26896
26897         * gdb.t16/printcmds.exp: Add printf tests.
26898
26899         * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
26900
26901         * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
26902
26903 Mon Jun 28 11:25:59 1993  Fred Fish  (fnf@cygnus.com)
26904
26905         * gdb.t20/classes.exp:  Add clear_xfail's before printing summary
26906         pass counts, to counteract any existing or future setup_xfails.
26907
26908 Mon Jun 28 09:15:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26909
26910         * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
26911         {BEGIN,END}_COMMON for common block instead of STAB.
26912         * gdb.stabs/wierd.exp: Add xfail for rs6000.
26913
26914         * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
26915         intp_var should be N_GSYM not N_LSYM.
26916         wierd-aout.S: Use a label for the value of the N_SO.
26917         wierd.def: Remove all backslashes.
26918         wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
26919
26920 Mon Jun 28 07:21:51 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26921
26922         * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
26923         get the expected next to inheritance3.
26924
26925 Sun Jun 27 12:29:53 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26926
26927         * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
26928         now that gcc-2.4 gets it right.
26929
26930 Fri Jun 25 12:00:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26931
26932         * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
26933
26934         * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
26935         generating comp-info.exp which works for cross-compilation.
26936
26937 Thu Jun 24 16:55:05 1993  Fred Fish  (fnf@cygnus.com)
26938
26939         * gdb.t11/list.exp:  For SVR4 xfails, match "*-*-sysv4*", not
26940         "*-*-sysv4.*".
26941
26942 Tue Jun 22 21:17:26 1993  Fred Fish  (fnf@cygnus.com)
26943
26944         * gdb.t01/run.exp:  Start with a fresh gdb.
26945         * gdb.t11/list.exp:  For SVR4 xfails, match on all versions of
26946         SVR4.x.
26947
26948 Mon Jun 21 15:23:22 1993  Fred Fish  (fnf@cygnus.com)
26949
26950         * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
26951         gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
26952         gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
26953         Makefile.in (distclean, realclean):  Remove gdbme.c from list of
26954         things to remove.
26955
26956 Sat Jun 19 07:49:10 1993  Fred Fish  (fnf@cygnus.com)
26957
26958         * gdb.t24/demangle.exp (test_gnu_style_demangling):  Add some new
26959         test cases from bug reports.
26960
26961 Fri Jun 18 10:38:49 1993  Fred Fish  (fnf@cygnus.com)
26962
26963         * gdb.t06/break.exp:  Add xfails for sparc-sun-solaris2.*.
26964         * gdb.t12/scope.exp:  Add clear_xfails at appropriate places to
26965           avoid spurious xfails.
26966         * gdb.t20/classes.exp:  Add xfails for longstanding C++ problems.
26967         * gdb.t21/cplusfuncs.exp:  Add xfails for sparc-sun-solaris2.*.
26968         * gdb.t22/virtfunc.exp:  Add xfails for longstanding C++ problems.
26969
26970 Wed Jun 16 10:11:57 1993  Fred Fish  (fnf@cygnus.com)
26971
26972         * gdb.t00/teststrategy.exp:  Rework to provide more useful
26973         description of each test, fix problem with systems that define
26974         ALIGN_STACK_ON_STARTUP code, other misc cleanups.
26975         * gdb.t06/break.exp (test_next_with_recursion):  Fix expected
26976         results for "next over recursive call" so timeouts aren't taken
26977         by error.
26978
26979 Mon Jun 14 09:09:04 1993  Jim Kingdon  (kingdon@cygnus.com)
26980
26981         * gdb.t12/scope.exp: Test printing of variables before run.
26982
26983         * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
26984         printed in wrong order due to sorting.
26985
26986 Sat Jun 12 15:03:58 1993  Fred Fish  (fnf@cygnus.com)
26987
26988         * gdb.t00/teststrategy.exp:  Fix expected results for printing
26989         user entered string constant.  Is array of char, prints with no
26990         address.
26991
26992         * gdb.t00/{default.exp, help.exp}:  Account for changes to radix
26993         commands.
26994         * gdb.t16/gdbme.c:  Add and use struct containing arrays of char.
26995         * gdb.t16/printcmds.exp:  Fix all lines that match "unsigned char *".
26996         * gdb.t16/printcmds.exp (test_print_char_arrays):  Test printing
26997         of struct of char arrays.
26998         * gdb.t00/radix.exp:  New tests for radix commands.
26999
27000 Fri Jun 11 13:12:27 1993  Jim Kingdon  (kingdon@cygnus.com)
27001
27002         * gdb.t16/printcmd.exp: Print a variable before running program
27003         (with xfail for AIX).
27004
27005 Thu Jun 10 11:04:04 1993  Jim Kingdon  (kingdon@cygnus.com)
27006
27007         * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
27008
27009         * gdb.t16/printcmd.exp: Don't print variables before running program.
27010
27011         * gdb.t06/break.exp: Don't require envp argument to main.
27012
27013         * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
27014
27015         * gdb.t02/whatis.exp, gdb.t11/list.exp:
27016         Add xfails for rs6000.
27017
27018         * gdb.t02/whatis.exp: Change other tests not to re-test something
27019         we already tested.
27020
27021         * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
27022         each type used has a variable of that type.
27023
27024 Tue Jun  8 16:45:20 1993  Jim Kingdon  (kingdon@rtl.cygnus.com)
27025
27026         * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
27027
27028 Fri Jun  4 11:07:19 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
27029
27030         * configure.in: change srctrigger to be a file, not a directory
27031
27032 Fri Jun  4 08:23:57 1993  Ian Lance Taylor  (ian@cygnus.com)
27033
27034         * configure.in (mips-idt-ecoff*): Added trailing '*'.
27035
27036         * gdb.t11/list.exp: Fixed a couple of typos.
27037
27038 Tue Jun  1 21:28:06 1993  Fred Fish  (fnf@cygnus.com)
27039
27040         * gdb.t00 (teststrategy.exp):  Remove notice about PR 1823.  Bug
27041         is fixed and PR is closed.
27042         * gdb.t16 (gdbme.c):  Add simple test string variable.
27043         * gdb.t16 (printcmds.exp):  Add tests with simple test string
27044         variable, primarily for boundaries on "set print elements".
27045
27046 Mon May 31 11:36:08 1993  Jim Kingdon  (kingdon@cygnus.com)
27047
27048         * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
27049         Make leading 0's optional and don't expect a tab in the middle
27050         of the number.
27051
27052         * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
27053
27054         * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
27055         * gdb.stabs/wierd.exp: Remove xfails for type attributes.  Also
27056         don't end command passed to gdb_test with newline.
27057
27058         * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
27059         signed keyword away, don't expect signed bitfields to be signed.
27060
27061         * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
27062         printing with only as many 1's as are in the field as well as printing
27063         with 32 1's (see comment).
27064
27065 Sat May 29 17:57:01 1993  Fred Fish  (fnf@cygnus.com)
27066
27067         * gdb.t00/default.exp:  Start with a fresh gdb.
27068         * configure.in (configdirs):  Remove gdb.t31 until the chill
27069         compiler works again.  It no longer is able to find chillrt0
27070         since it isn't in libchill.a anymore.
27071         * gdb.stabs/wierd.exp:  Rewrite to properly handling a missing
27072         wierd.o, make more modular.
27073         * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const):  Remove
27074         spurious newlines that caused problems.
27075
27076 Wed May 26 09:57:19 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
27077
27078         * Move test with enums and partial symbols from gdb.t03/ptype.exp
27079         to gdb.stabs/wierd.exp since GCC has worked around the bug.
27080         gdb.stabs/wierd.{exp,def}: Many new tests.
27081
27082         * gdb.t00/default.exp: update info line for new message.
27083
27084         * gdb.t02/{whatis.exp,gdbme.c}:
27085         Test that "char *" doesn't print as "caddr_t".
27086
27087 Tue May 25 13:28:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
27088
27089         * gdb.t00/help.exp: Use .* in place of some help messages which
27090         just changed.
27091         gdb.t00/default.exp: Update "info frame" test for new message.
27092         * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
27093         Remove some xfails
27094
27095 Mon May 24 00:24:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
27096
27097         * gdb.t03/{gdbme.c,ptype.exp}:
27098         Add tests for typedef'd struct and union without tags.
27099         Also check "whatis" on a variable of a typedef'd enum without a tag.
27100
27101         * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
27102         PRMS 1823; the bug still exists but isn't reproduced by this test
27103         anymore), and remove rs6000 XFAIL (the bug is fixed).
27104
27105         * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
27106         duplicated from whatis.exp.  For those that are left, accept
27107         "long", "long int", or "int" for long variables (whatis.exp already
27108         has an XFAIL for "int", so no need to fail it here).
27109
27110         * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
27111         Deal with GCC's names for types now that GDB uses the compiler's names.
27112
27113         * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}:  If not GCC, do some
27114         setup_xfail's for sunos4.  If we #defined the signed keyword away,
27115         don't expect GDB to know that char it is signed.
27116
27117         * gdb.t00/teststrategy.exp: Update for symbolic signal names.
27118
27119 Sun May 23 08:44:55 1993  Fred Fish  (fnf@cygnus.com)
27120
27121         * configure.in (configdirs):  Add gdb.t24 for C++ tests that
27122         should work on any system, regardless of debugging format.
27123         * gdb.t21/demangle.exp:  Move to gdb.t24.
27124         * gdb.t24/demangle.exp:  Move from gdb.t21.
27125         * gdb.t24/{Makefile.in, configure.in}:  New files.
27126
27127 Thu May 20 19:39:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
27128
27129         * configure.in: Do gdb.stabs and C++ tests only for stabs.
27130         * gdb.stabs: New directory.
27131
27132 Tue May 18 21:12:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
27133
27134         * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
27135         not just "Quit anyway?".
27136
27137 Tue May 18 17:13:20 1993  Fred Fish  (fnf@cygnus.com)
27138
27139         * gdb.t21/demangle.exp:  Add a couple of new patterns.  Ensure
27140         that all setup_xfails are immediately followed by clear_xfails.
27141
27142 Tue May 11 09:10:47 1993  Fred Fish  (fnf@cygnus.com)
27143
27144         * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
27145         gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
27146         gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
27147         gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
27148         gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
27149         gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
27150         gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
27151         gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
27152         gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
27153         gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
27154         gdb.t31/chillvars.exp, lib/gdb.exp:
27155         Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
27156         bug-gdb@prep.ai.mit.edu.
27157
27158 Fri May  7 09:15:35 1993  Fred Fish  (fnf@cygnus.com)
27159
27160         * gdb.t17/callfuncs.exp (do_function_calls):  Call t_double_values
27161         with 0.0, not integer 0.
27162
27163 Fri Apr 30 13:17:24 1993  Jim Kingdon  (kingdon@cygnus.com)
27164
27165         * gdb.t06/break.exp: Update for "Kill the program" message change.
27166
27167 Fri Apr 30 09:42:57 1993  Fred Fish  (fnf@cygnus.com)
27168
27169         * Makefile.in (GDBFLAGS):  Set to -nx.
27170         * Makefile.in (site.exp):  Use GDBFLAGS.
27171
27172 Wed Apr 28 13:19:07 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
27173
27174         * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
27175           Makefiles.
27176           (check): depend on just-check.
27177           (just-check): added so that tests can be run without a noop
27178           build pass.
27179
27180 Fri Apr 23 18:13:28 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
27181
27182         Switch to using configure's configdirs.
27183         * Makefile.in (Makefile): add configure.in dependency.
27184           (SUBDIRS): removed redundant assignment.
27185         * configure.in: switch subdirs assignment to configdirs.
27186         * gdb.t*/configure.in: new files.
27187
27188 Thu Apr 22 08:27:53 1993  Ian Lance Taylor  (ian@cygnus.com)
27189
27190         * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
27191         works.
27192
27193 Tue Apr 20 13:38:40 1993  Fred Fish  (fnf@cygnus.com)
27194
27195         * gdb.{t20,t21,t22,t23}/Makefile.in:  Use $(srcdir) to avoid $<
27196         in explicit rules.  Apparently this is not supported by some makes.
27197
27198 Mon Apr 19 01:54:53 1993  John Gilmore  (gnu@cygnus.com)
27199
27200         * gdb.t31/Makefile.in:  Use $(srcdir) when avoiding $<, sigh.
27201
27202 Fri Apr 16 09:33:46 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
27203
27204         * config/unix-gdb.exp:  Add back missing return 0 which mysteriously
27205         disappeared.
27206
27207 Thu Apr 15 02:28:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
27208
27209         * gdb.t31/Makefile.in:  Avoid $< in explicit rule.
27210
27211 Wed Apr 14 16:38:47 1993  Fred Fish  (fnf@cygnus.com)
27212
27213         * gdb.t07/watchpoint.exp:  Remove setup_xfail for i486
27214         watchpoint problem that is now fixed.
27215         * gdb.t30/chexp.exp:  Remove setup_xfail for printing
27216         uninitialized convenience variables.
27217         * gdb.t31/chillvars.exp:  Fix expected patterns for printing
27218         structures.
27219
27220 Wed Apr 14 12:55:58 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
27221
27222         * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
27223         which causes expect to get out of sync with gdb on long output
27224         from help set.
27225         * gdb.t09/corefile.exp: Make expected pattern for core file
27226         failing signal and frame output format less sun specific.
27227
27228 Tue Apr 13 23:18:07 1993  Per Bothner  (bothner@cygnus.com)
27229
27230         * gdb.t31/chillvars.exp:  Add and remove initial dummy
27231         breakpoint, so that symbol table is forced in.
27232         (Needed at least on Sunos4, though it seems not SVR4.)
27233         * gdb.t31/chillvars.exp:  Update for changed output format.
27234
27235 Sun Apr 11 17:21:45 1993  Rob Savoye  (rob at darkstar.cygnus.com)
27236
27237         * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
27238
27239 Wed Apr  7 21:28:21 1993  Rob Savoye  (rob@cygnus.com)
27240
27241         * Makefile.in: Added --srcdir when invoking runtest, removed the
27242         need for a local config file. (optional now)
27243
27244 Wed Apr  7 14:13:41 1993  Fred Fish  (fnf@cygnus.com)
27245
27246         * gdb.t21/demangle.exp:  Only count real fails (not xfails) for
27247         failure count used to force early termination.  Add some more
27248         expected failures for gnu style demangling.
27249
27250 Thu Apr  1 09:50:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
27251
27252         * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
27253         pmi variable from gdb.t20/gdbme to get optimized away.
27254         * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
27255         Check for written corefile upon timeout _and_ eof.
27256
27257 Tue Mar 30 09:58:16 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
27258
27259         * config/unix-gdb.exp:  Add missing return 0.
27260
27261 Tue Mar 30 08:34:25 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
27262
27263         * gdb.t16/printcmds.exp:  Remove misplaced xfail that caused an early
27264         test termination.
27265
27266 Mon Mar 29 17:37:25 1993  Fred Fish  (fnf@cygnus.com)
27267
27268         * configure.in (subdirs):  Put back gdb.t17 which mysteriously
27269         disappeared.
27270
27271 Thu Mar 25 21:05:16 1993  Fred Fish  (fnf@cygnus.com)
27272
27273         * gdb.t10/crossload.exp:  Disable the i860-elf test until such
27274         time as i860 support works.
27275
27276         * gdb.t15/funcargs.exp:  Fix expected outputs to include
27277         "backtrace 100\r" rather than just "backtrace\r", to match last
27278         change.
27279
27280 Thu Mar 25 12:14:28 1993  Ian Lance Taylor  (ian@cygnus.com)
27281
27282         * config/udi-gdb.exp (gdb_exit): Remove close command.
27283         (gdb_target_udi): New procedure to set the UDI target.
27284         (gdb_start): Don't remove *_soc files.  Use gdb_target_udi.
27285         * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
27286         Added waits for prompts after several question responses.  Added
27287         some more responses used by a29k-amd-udi-gdb.
27288         * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
27289         pass different arguments, restart UDI connection after program
27290         completion.
27291         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
27292         gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
27293         gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
27294         gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
27295         * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
27296         gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
27297         gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
27298         gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
27299         gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
27300         after program completion.
27301         * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
27302         compiled with a SELECT_VECS setting.
27303         * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
27304         infinite recursion.
27305
27306         * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
27307         Added checks for COFF results, and made them expected failures for
27308         all targets.  It would be better to make them expected failures
27309         for COFF targets only.
27310
27311 Wed Mar 24 14:43:38 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
27312
27313         * Makefile.in: add null dvi target, don't bother to recurse
27314         through test directories for info and install-info; rename
27315         $(datadir) to be dejagnu instead of deja-gnu
27316
27317 Wed Mar 24 09:48:03 1993  Fred Fish  (fnf@cygnus.com)
27318
27319         * gdb.t31/gdbme.ch:  Re-enable code that previously caused
27320         compiler to coredump.
27321         * gdb.t31/chillvars.exp:  Re-enable tests that depend on that
27322         code.
27323
27324 Tue Mar 23 08:53:42 1993  Fred Fish  (fnf@cygnus.com)
27325
27326         * gdb.t31/gdbme.ch:  Comment out code that causes chill compiler
27327         coredump.
27328         * gdb.t31/chillvars.exp:  Comment out tests that depend on that
27329         code.
27330
27331 Sun Mar 21 17:56:47 1993  Rob Savoye  (rob at darkstar.cygnus.com)
27332
27333         * gdb.t03/ptype.exp: tests for return code from gdb_test.
27334         * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
27335         which in a shell. Deletes xgdb when done.
27336         * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
27337         Tests the return from the "set height" or "set width" commands.
27338         Added a few return codes where needed.
27339
27340 Wed Mar 17 11:31:01 1993  Fred Fish  (fnf@cygnus.com)
27341
27342         * Makefile.in (SUBDIRS):  Add gdb.t17.
27343         * configure.in (subdirs):  Add gdb.t17.
27344         * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}:  New test
27345         files to test gdb's calling of functions in the inferior with
27346         the correct arguments and gdb's ability to retrieve any
27347         result returned.
27348
27349 Tue Mar 16 15:37:11 1993  Fred Fish  (fnf@cygnus.com)
27350
27351         * config/unix-gdb.exp (gdb_exit):  Remove close commands that
27352         may be called after gdb goes away.  Previous versions of expect
27353         needed these to avoid file descriptor leaks, but they cause
27354         errors with the current revision of expect.
27355         * gdb.t00/gdbvars.exp:  Use -re on expected output after
27356         setting sevenbit-strings.
27357         * gdb.t04/setvar.exp, gdb.t13/bitfields.exp:  Make commands
27358         to set sevenbit-strings consistent across tests.
27359         gdb.t30/chexp.exp, gdb.t31/chillvars.exp:  Make commands to
27360         set sevenbit-strings consistent across tests.
27361
27362 Fri Mar 12 08:47:20 1993  Fred Fish  (fnf@cygnus.com)
27363
27364         * gdb.t21/demangle.exp (proc demangle):  Adjust quotes in an
27365         expected output to match current "expect" expectations.
27366
27367 Wed Mar 10 18:01:49 1993  Fred Fish  (fnf@cygnus.com)
27368
27369         * gdb.t00/default.exp:  Change expected output for default "source"
27370         command, to match new gdb behavior which requires a filename to
27371         source.
27372
27373 Tue Mar  9 11:00:56 1993  Fred Fish  (fnf@cygnus.com)
27374
27375         * gdb.t07/watchpoint.exp (test_simple_watchpoint):  Set up
27376         expected fail for i486-*-* that misses the marker2 function.
27377         * gdb.t10/crossload.exp (bfddefault):  Allow successful
27378         recognition of a format to pass even if no symbols are found.
27379         Explicitly catch failures where the format is not recognized
27380         or is ambiguous, and add the reason to the fail message.
27381         * gdb.t10/crossload.exp (bfdexplicit):  Catch failure where
27382         the cause is and invalid target and add reason to failure message.
27383         * gdb.t10/crossload.exp:  Fix bfd target names for elf32-m68k,
27384         elf32-i386, elf32-sparc, and elf32-i860.
27385         * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
27386         Set up expected failure for 'filename'::variable scope resolution,
27387         which is now apparently broken on all targets.
27388         * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
27389         gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
27390         gdb.t23/templates.exp:   Change failure for missing binfile into
27391         just a warning.
27392         gdb.t21/demangle.exp:  Change all cfront references to 'arm'
27393         references.
27394
27395 Mon Mar  8 19:20:28 1993  Fred Fish  (fnf@cygnus.com)
27396
27397         * gdb.t00/default.exp:  Add expected output for default "source"
27398         command, to match new gdb behavior.
27399         * gdb.t09/corefile.exp:  Use GDBFLAGS when spawning GDB.
27400
27401 Sun Mar  7 15:14:09 1993  Rob Savoye  (rob@cygnus.com)
27402
27403         * config/*-gdb.exp: returns an error, rather than exiting on
27404         internal errors.
27405
27406 Tue Mar  2 18:09:32 1993  Fred Fish  (fnf@cygnus.com)
27407
27408         * gdb.t03/gdbme.c:  Add pointer to struct variable.
27409         * gdb.t03/ptype.exp:  Test equivalence of '.' and '->' for
27410         referencing struct members.
27411
27412 Thu Feb 25 10:39:06 1993  Ian Lance Taylor  (ian@cygnus.com)
27413
27414         * configure.in (mips-idt-ecoff): New target.
27415         * config/mips-gdb.exp: New file for remote board using MIPS remote
27416         debugging protocol.
27417
27418         * Redid configuration scheme.  Removed gdb.t*/configure.in.
27419         Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*.  Changed to use CC, CXX
27420         instead of CC_FOR_TARGET, CXX_FOR_TARGET.  Added mostlyclean and
27421         distclean targets.  Built executables via .o files.  Adjusted
27422         tests to account for source files in $(srcdir) rather than
27423         $(objdir).
27424         * lib/gdb.exp (runto): Don't expect () after the function name,
27425         because it may have arguments.
27426
27427 Wed Feb 24 08:05:38 1993  Ian Lance Taylor  (ian@cygnus.com)
27428
27429         * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
27430         gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
27431         expected failures for mips-idt-* and mips-sgi-*.
27432         * gdb.t00/default.exp (attach): Kill process if requested.
27433         * gdb.t00/help.exp (help target core, help target): Accept a gdb
27434         that does not read core files.
27435         * gdb.t01/run.exp: Removed checks for exit status code.
27436         * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
27437         it is linked in.
27438         * gdb.t03/ptype.exp: Increase timeout when calling malloc.
27439         * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
27440         appropriate, rather than doing it by hand.
27441         * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
27442         execution.
27443         * gdb.t10/crossload.exp: Kill existing program if needed.
27444         * gdb.t15/funcargs.exp: Use delete_breakpoints function where
27445         appropriate, rather than doing it by hand.  Always increase
27446         timeout for this test, not just for VxWorks.
27447
27448 Wed Feb 24 08:03:38 1993  Fred Fish  (fnf@cygnus.com)
27449
27450         * gdb.t31/chillvars.exp (test_structs):  New proc to test printing
27451         of Chill STRUCT types and STRUCT values.
27452         * gdb.t31/chillvars.exp (test_strings):  Expect "CHAR" now, rather
27453         than "char".
27454         * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
27455         struct2):  New struct definitions and initializations to test
27456         simple Chill STRUCT types.
27457
27458 Tue Feb 23 11:55:06 1993  Fred Fish  (fnf@cygnus.com)
27459
27460         * gdb.t00/teststrategy.exp:  Track reversion in gdb to not print
27461         the null byte at the end of strings.
27462         * gdb.t00/default.exp:  Make show version insensitive to copyright
27463         date.
27464         * gdb.t16/in-gdbme.c (ctable1, ctable2):  Make explicitly unsigned
27465         to avoid dependencies on target char signedness.
27466         * gdb.t16/printcmds.exp:  Update expected results for explicitly
27467         unsigned char.
27468         * gdb.t16/printcmds.exp:  Remove setup_xfails for i960 that should
27469         now work.
27470         * gdb.t21/demangle.exp:  Add many more patterns for template
27471         demangling, most of them being expected failures.
27472         * gdb.t21/demangle.exp (proc demangle):  Quote the demangled
27473         string we are matching for, to match on the whole string.
27474         * gdb.t21/demangle.exp:  Add many new test strings to demangle,
27475         and fix a whole bunch that had incorrect expected output but were
27476         passing anyway because of the bug in "proc demangle".
27477         * gdb.t31/chillvars.exp:  Remove setup_xfail for printing string
27478         type.
27479         * gdb.t31/in-gdbme.ch:  Uncomment string4, now compiles.
27480
27481 Mon Feb 22 07:54:03 1993  Mike Werner  (mtw@poseidon.cygnus.com)
27482
27483         * gdb/testsuite: made modifications to testcases, etc., to allow
27484         them to work properly  given the reorganization of deja-gnu and the
27485         relocation of the testcases from deja-gnu to a "tool" subdirectory.
27486
27487 Sun Feb 21 10:55:55 1993  Mike Werner  (mtw@poseidon.cygnus.com)
27488
27489         * gdb/testsuite: Initial creation of gdb/testsuite.
27490         Migrated dejagnu testcases and support files for testing nm to
27491         gdb/testsuite from deja-gnu.  These files were moved "as is"
27492         with no modifications.  This migration is part of a major overhaul
27493         of dejagnu.  The modifications to these testcases, etc., which
27494         will allow them to work with the new version of dejagnu will be
27495         made in a future update.
27496
27497  For additional changes see gdb.mi/ChangeLog-1999-2003.
27498 \f
27499 ;; Local Variables:
27500 ;; mode: change-log
27501 ;; left-margin: 8
27502 ;; fill-column: 74
27503 ;; version-control: never
27504 ;; End:
27505
27506     Copyright 1993-2005, 2012 Free Software Foundation, Inc.
27507   Copying and distribution of this file, with or without modification,
27508   are permitted provided the copyright notice and this notice are preserved.