* lib/gdb.exp (gdb_test_multiple): Correct formatting.
[platform/upstream/binutils.git] / gdb / testsuite / ChangeLog
1 2012-05-09  Maciej W. Rozycki  <macro@codesourcery.com>
2
3         * lib/gdb.exp (gdb_test_multiple): Correct formatting.
4
5 2012-05-08  Maciej W. Rozycki  <macro@codesourcery.com>
6
7         * gdb.mi/mi-var-display.exp: Check for the existence of $fp
8         before using it.
9
10 2012-05-04  Tristan Gingold  <gingold@adacore.com>
11
12         * gdb.base/set-noassign.exp: New test.
13
14 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
15
16         * gdb.python/py-symbol.exp: Add tests to test the new methods
17         gdb.Symtab.global_block() and gdb.Symtab.static_block().
18         * gdb.python/py-symbol.c: Add new struct to help test
19         gdb.Symtab.static_block().
20
21 2012-05-03  Doug Evans  <dje@google.com>
22
23         * gdb.dwarf2/pr13961.S: Add file and source location, but leave
24         commented out.
25
26 2012-05-03  Yao Qi  <yao@codesourcery.com>
27
28         * gdb.base/catch-syscall.exp: Skip it before compilation if target
29         doesn't support.
30         * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
31         * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
32
33 2012-05-03  Yao Qi  <yao@codesourcery.com>
34
35         * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
36
37 2012-04-30  Doug Evans  <dje@google.com>
38
39         PR testsuite/13961
40         * gdb.dwarf2/pr13961.S: New file.
41         * gdb.dwarf2/pr13961.exp: New file.
42
43 2012-04-29  Yao Qi  <yao@codesourcery.com>
44
45         * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
46
47 2012-04-28  Doug Evans  <dje@google.com>
48
49         * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
50         .Ltype_int_in_cu2.  Use name "int2" instead of "int".
51         All uses updated.
52         * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
53         "ptype func_cu1" to expand cu2 before cu1.
54
55 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
56             Tom Tromey  <tromey@redhat.com>
57
58         * gdb.base/default.exp: Add `$_probe_arg*' convenience
59         variables.
60         * gdb.base/stap-probe.c: New file.
61         * gdb.base/stap-probe.exp: New file.
62         * gdb.trace/stap-trace.c: New file.
63         * gdb.trace/stap-trace.exp: New file.
64         * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
65         libgcc's unwinder.
66
67 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
68
69         * gdb.arch/mips16-thunks-inmain.c: New file.
70         * gdb.arch/mips16-thunks-main.c: New file.
71         * gdb.arch/mips16-thunks-sin.c: New file.
72         * gdb.arch/mips16-thunks-sinfrob.c: New file.
73         * gdb.arch/mips16-thunks-sinfrob16.c: New file.
74         * gdb.arch/mips16-thunks-sinmain.c: New file.
75         * gdb.arch/mips16-thunks-sinmips16.c: New file.
76         * gdb.arch/mips16-thunks.exp: New file.
77
78 2012-04-25  Doug Evans  <dje@google.com>
79
80         * configure.ac: Create gdb.go/Makefile.
81         * configure: Regenerate.
82         * gdb.base/default.exp: Add "go" to "set language" testing.
83         * gdb.go/Makefile.in: New file.
84         * gdb.go/basic-types.exp: New file.
85         * gdb.go/chan.exp: New file.
86         * gdb.go/chan.go: New file.
87         * gdb.go/handcall.exp: New file.
88         * gdb.go/handcall.go: New file.
89         * gdb.go/hello.exp: New file.
90         * gdb.go/hello.go: New file.
91         * gdb.go/integers.exp: New file.
92         * gdb.go/integers.go: New file.
93         * gdb.go/methods.exp: New file.
94         * gdb.go/methods.go: New file.
95         * gdb.go/package.exp: New file.
96         * gdb.go/package1.go: New file.
97         * gdb.go/package2.go: New file.
98         * gdb.go/print.exp: New file.
99         * gdb.go/strings.exp: New file.
100         * gdb.go/strings.go: New file.
101         * gdb.go/types.exp: New file.
102         * gdb.go/types.go: New file.
103         * gdb.go/unsafe.exp: New file.
104         * gdb.go/unsafe.go: New file.
105         * lib/future.exp: Add Go support.
106         (gdb_find_go, gdb_find_go_linker): New procs.
107         (gdb_default_target_compile): Add Go support.
108         * lib/gdb.exp (skip_go_tests): New proc.
109         * lib/go.exp: New file.
110
111 2012-04-25  Tom Tromey  <tromey@redhat.com>
112
113         * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
114
115 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
116             Jan Kratochvil  <jan.kratochvil@redhat.com>
117
118         PR symtab/7259:
119         * gdb.base/enumval.c: New test case.
120         * gdb.base/enumval.exp: New test case.
121         * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
122         field.bitpos.
123
124 2012-04-17  Pedro Alves  <palves@redhat.com>
125
126         * Makefile.in (site.exp): Make site.exp source
127         $srcdir/lib/append_gdb_boards_dir.exp.
128         * lib/append_gdb_boards_dir.exp: New file.
129
130 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
131
132         New option "set auto-load safe-path".
133         * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
134         * gdb.python/py-section-script.exp (set auto-load safe-path): New.
135
136 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
137
138         auto-load: Implementation.
139         * gdb.base/help.exp (test set height): Increase the height.
140         * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
141         to ...
142         (info auto-load python-scripts): ... here.
143         * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
144         to ...
145         (info auto-load python-scripts *): ... here.
146
147 2012-04-16  Yao Qi  <yao@codesourcery.com>
148
149         * lib/trace-support.exp (get_in_proc_agent): New.
150         * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
151         of in process trace agent.
152         * gdb.trace/ftrace.exp: Likewise.
153         * gdb.trace/pending.exp: Likewise.
154         * gdb.trace/trace-break.exp: Likewise.
155         * gdb.trace/trace-mt.exp
156         * gdb.trace/tspeed.exp: Likewise.
157         * gdb.trace/tstatus.exp
158         * gdb.trace/strace.exp: Likewise.
159
160 2012-04-16  Thomas Schwinge  <thomas@codesourcery.com>
161
162         * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
163         symbol _stack is defined.  Get rid of a hard-coded constant for _stack.
164
165         * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
166
167 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
168
169         PR mi/13393
170         * gdb.mi/mi-var-rtti.cc: New file.
171         * gdb.mi/mi-var-rtti.exp: New file.
172         * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
173         function.
174         (mi_varobj_update_with_type_change): updated to avoid code duplication.
175
176 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
177
178         * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
179         EXECUTABLES.
180         * gdb.python/py-explore.c: C program used for testing the new
181         'explore' command on C constructs.
182         * gdb.python/py-explore.cc: C++ program used for testing the new
183         'explore' command on C++ constructs.
184         * gdb-python/py-explore.exp: Tests for the new 'explore'
185         command on C constructs.
186         * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
187         command on C++ constructs.
188
189 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
190
191         * gdb.base/funcargs.exp (complex_args): Fix typo.
192
193 2012-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
194
195         * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
196         (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
197
198 2012-04-05  Keith Seitz  <keiths@redhat.com>
199
200         * gdb.base/advance.exp: Update error message for
201         "advance malformed" test.
202         * gdb.base/break.exp: Likewise for "breakpoint with
203         trailing garbage" test.
204         * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
205         with trailing garbage" test.
206         * gdb.base/sepdebug.exp: Likewise for "breakpoint with
207         trailng garbage" test.
208         * gdb.base/until.exp: Likewise for "malformed until" test.
209         * gdb.cp/ovldbreak.exp: Create the breakpoint table
210         for "breakpoint info (after setting on all)".
211         * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
212         tests.
213         * gdb.cp/cplabel.cc: New file.
214         * gdb.cp/cplabel.exp: New test.
215         * gdb.linespec/ls-errs.c: New file.
216         * gdb.linespec/ls-errs.exp: New test.
217
218 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
219
220         * gdb.trace/unavailable.exp
221         (collect globals: print object on: print derived_partial)
222         (collect globals: print object on: print derived_whole)
223         (collect globals: print object off: print derived_partial)
224         (collect globals: print object off: print derived_whole): Update
225         expected output.
226
227 2012-03-30  Keith Seitz  <keiths@redhat.com>
228
229         * gdb.python: Add test for linespecs with commas.
230
231 2012-03-28  Keith Seitz  <keiths@redhat.com>
232
233         * gdb.linespec/ls-dollar.cc: New file.
234         * gdb.linespec/ls-dollar.exp: New test.
235
236 2012-03-28  Keith Seitz  <keiths@redhat.com>
237
238         * gdb.cp/namespace.exp: Add breakpoint tests for functions
239         starting with the global namespace.
240
241 2012-03-23  Doug Evans  <dje@google.com>
242
243         * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
244
245 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
246
247         * gdb.python/py-value.cc: Add test case for testing the
248         methodology exposing C++ values to Python.
249         * gdb.python/py-value-cc.exp: Add tests testing the methodology
250         exposing C++ values to Python.
251         * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
252
253 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
254             Siddhesh Poyarekar  <siddhesh@redhat.com>
255
256         * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
257         * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
258         (generate native core dump): Make the test unsupported if core cannot
259         be generated.
260
261 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
262
263         * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
264         for cmdarg_vec = NULL.  Remove entries for cmdsize = 1, cmdarg = and
265         ncmd = 0.  New entry for VEC_cleanup cmdarg_s.
266
267 2012-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
268
269         * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
270
271 2012-03-17  Doug Evans  <dje@google.com>
272
273         * dg-extract-results.sh: Handle KFAILs.
274
275 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
276
277         PR symtab/13777
278         * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
279
280 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
281
282         * gdb.ada/set_pckd_arr_elt: New testcase.
283
284 2012-03-16  Gary Benson  <gbenson@redhat.com>
285
286         PR breakpoints/10738
287         * gdb.opt/inline-break.exp: New file.
288         * gdb.opt/inline-break.c: Likewise.
289         * gdb.dwarf2/dw2-inline-break.exp: Likewise.
290         * gdb.dwarf2/dw2-inline-break.S: Likewise.
291         * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
292         * gdb.base/async-shell.exp: Likewise.
293         * lib/mi-support.exp (library_loaded_re): Likewise.
294
295 2012-03-15  Tom Tromey  <tromey@redhat.com>
296
297         * gdb.cp/virtfunc2.exp: Update expected output.
298         * gdb.cp/pr9631.exp: Update expected output.
299         * gdb.cp/member-ptr.exp: Update expected output.
300         * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
301         output.
302         * gdb.cp/casts.exp: Update expected output.
303
304 2012-03-15  Tom Tromey  <tromey@redhat.com>
305
306         * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
307         (test_info_vtbl): Likewise.
308         (do_tests): Call test_info_vtbl.
309         * gdb.cp/virtfunc.cc (va): New global.
310
311 2012-03-15  Thomas Schwinge  <thomas@codesourcery.com>
312
313         * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
314         describing DWARF data structures.
315         * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
316         * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
317         * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
318         * gdb.dwarf2/dw2-entry-value.S: Likewise.
319         * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
320         * gdb.dwarf2/dw2-param-error.S: Likewise.
321         * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
322         * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
323         * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
324         * gdb.dwarf2/implptr-optimized-out.S: Likewise.
325         * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
326         * gdb.dwarf2/pr11465.S: Likewise.
327
328 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
329
330         * gdb.mi/mi2-prompt.exp: New file.
331
332 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
333
334         * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
335
336 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
337
338         * gdb.ada/bp_range_type: New testcase.
339
340 2012-03-13  Doug Evans  <dje@google.com>
341
342         * gdb.base/default.exp: Delete tests for symbol-reloading.
343         * gdb.base/help.exp: Ditto.
344         * gdb.base/setshow.exp: Ditto.
345         * gdb.base/gdb_history: Delete references to symbol-reloading.
346
347 2012-03-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
348
349         * gdb.base/attach-twice.c: New files.
350         * gdb.base/attach-twice.exp: New files.
351
352 2012-03-08  Keith Seitz  <keiths@redhat.com>
353
354         * lib/gdb.exp (gdb_get_line_number): Throw an
355         error instead of returning -1.
356         * gdb.base/break.exp: Remove unused variable
357         bp_location5.
358         * gdb.base/hbreak2.exp: Likewise.
359         * gdb.base/sepdebug.exp: Likewise.
360
361 2012-03-08  Yao Qi  <yao@codesourcery.com>
362             Pedro Alves  <palves@redhat.com>
363
364         Fix PR server/13392.
365         * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
366         (tracepoint_change_loc_2): Remove kfail.  Return if failed to
367         download tracepoints.
368         * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
369         (pending_tracepoint_resolved_during_trace): Likewise.
370         (pending_tracepoint_installed_during_trace): Likewise.
371         (pending_tracepoint_with_action_resolved): Likewise.
372
373 2012-03-08  Keith Seitz  <keiths@redhat.com>
374
375         * gdb.ada/array_bounds.exp: Get breakpoint for line
376         with "START", not "STOP".
377         * gdb.python/py-infthread.exp: Do not continue to
378         line marked "Break here.", which is undefined.
379
380 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
381
382         Revert:
383
384         2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
385
386         Implement testsuite workaround for PR breakpoints/13781.
387         * gdb.cp/mb-templates.exp: New loop with variable $workaround.
388         (set breakpoint condition-evaluation host): New conditional command.
389
390 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
391
392         Fix CU relative vs. absolute DIE offsets.
393         * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
394         one.
395
396 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
397
398         Fix false FAIL on distros with relro linkage as default.
399         * gdb.reverse/solib-precsave.exp: Try to compile the test using
400         -Wl,-z,norelro first.
401
402 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
403
404         * gdb.ada/bp_on_var: New testcase.
405
406 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
407
408         * gdb.ada/bp_enum_homonym: New testcase.
409
410 2012-03-06  Yao Qi  <yao@codesourcery.com>
411
412         * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
413         x86_64-*-* and i?86-*-*.
414         Set up KFAIL for gdb/13808.
415
416 2012-03-05  Tom Tromey  <tromey@redhat.com>
417
418         * gdb.ada/operator_bp.exp: Clear debug-file-directory.
419         * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
420
421 2012-03-05  Tom Tromey  <tromey@redhat.com>
422
423         * gdb.java/jprint.java (jprint.main): Keep 'x' live.
424
425 2012-03-04  Yao Qi  <yao@codesourcery.com>
426
427         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
428         messages for KFAIL.
429
430 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
431
432         * gdb.ada/arrayidx.exp: Call get_compiler_info.  New variable old_gcc.
433         (print one_two_three, indexes off, print few_reps, indexes off)
434         (print many_reps, indexes off, print empty, indexes off)
435         (print one_two_three, print few_reps, print many_reps, print empty):
436         Call setup_xfail if $gcc_old.
437
438 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
439
440         Implement testsuite workaround for PR breakpoints/13781.
441         * gdb.cp/mb-templates.exp: New loop with variable $workaround.
442         (set breakpoint condition-evaluation host): New conditional command.
443
444 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
445
446         Code cleanup.
447         * gdb.cp/mb-templates.exp: New variables executable.  Use it for
448         binfile.  use clean_restart.  Replace gdb_expect by gdb_test_multiple.
449         Replace GDB restart by kill and delete_breakpoints.  Replace breakpoint
450         number 1 by $bpnum.  Four times.
451
452 2012-03-03  Yao Qi  <yao@codesourcery.com>
453
454         * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
455
456 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
457
458         Setup KFAIL for PR server/13796.
459         * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
460
461 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
462
463         * gdb.ada/operator_bp: New testcase.
464
465 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
466
467         * gdb.ada/info_locals_renaming: New testcase.
468
469 2012-03-02  Tom Tromey  <tromey@redhat.com>
470
471         * gdb.base/nextoverexit.c: New file.
472         * gdb.base/nextoverexit.exp: New file.
473
474 2012-03-02  Edjunior Machado  <emachado@linux.vnet.ibm.com>
475
476         * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
477         parameter.
478
479 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
480
481         * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
482         core registers.
483
484 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
485             Maciej W. Rozycki  <macro@codesourcery.com>
486             Daniel Jacobowitz  <dan@codesourcery.com>
487
488         * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
489
490 2012-03-01  Pedro Alves  <palves@redhat.com>
491
492         PR gdb/13767
493
494         * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
495         (gdb_collect_globals_test): Call it.
496
497 2012-03-01  Keith Seitz  <keiths@redhat.com>
498
499         * gdb.cp/method2.exp: Output of overload menu is now
500         alphabetized.  Update tests for "break A::method".
501         * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
502         of hard-coding them.
503         Overload menu is alphabetized: rewrite to accommodate.
504         Unset variables LINE and TYPES which are used in other tests.
505         Compute the output of "info break".
506         Update the breakpoint table after all breakpoints are deleted.
507         (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
508         compute ACTUALS and the method body based on parameters.
509         Update expected output accordingly.
510         * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
511         unique comments to allow the use of gdb_get_line_number.
512
513 2012-03-01  Keith Seitz  <keiths@redhat.com>
514
515         * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
516         some Tcl syntax.
517         * gdb.cp/ovldbreak.exp: Likewise.
518
519 2012-03-01  Keith Seitz  <keiths@redhat.com>
520
521         * gdb.base/help.exp (help show user): Update expected result
522         for new doc string changes (add "non-python").
523
524 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
525
526         * gdb.python/py-cmd.exp: Add test to verify that python commands can
527         be put in the user-defined category and that the commands appear in
528         "help user-defined".
529
530 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
531
532         * gdb.ada/tagged_not_init: New testcase.
533
534 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
535
536         * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
537         * gdb.ada/enum_idx_packed: New testcase.
538
539 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
540
541         * gdb.ada/aliased_array: New testcase.
542
543 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
544
545         * gdb.ada/whatis_array_val: New testcase.
546
547 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
548
549         Fix disp-step-syscall.exp: fork: single step over fork.
550         * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
551         whitespaces.
552         (single step over $syscall): Remove its check.
553         (single step over $syscall final pc): New check.
554
555 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
556
557         Support processors without SSSE3.
558         * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
559         pabsd into ...
560         (ssse3_test): ... a new function.
561         (main): Call ssse3_test.
562         * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
563         Update expected values everywhere.
564         (reverse-step to pabsd, verify xmm0 after reverse pabsd)
565         (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
566         (reverse-step to pabsw, verify xmm0 after reverse pabsw)
567         (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
568         (reverse-step to pabsb, verify xmm0 after reverse pabsb)
569         (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
570         Move these tests lower.
571         (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
572         (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
573         (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
574         New tests.
575
576 2012-02-29  Yao Qi  <yao@codesourcery.com>
577             Pedro Alves  <palves@redhat.com>
578
579         * gdb.trace/trace-mt.c: New.
580         * gdb.trace/trace-mt.exp: New.
581
582 2012-02-28  Thomas Schwinge  <thomas@codesourcery.com>
583
584         * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
585         numbers instead of hardcoding them.
586         * gdb.base/annota1.c: Provide suitable markers.
587         * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
588         numbers instead of hardcoding them.
589         * gdb.base/annota3.c: Provide suitable markers.
590
591         * gdb.base/annota1.c [__sh__]: Remove any special-casing.
592         * gdb.base/annota3.c: Likewise.
593         * gdb.base/sigall.c: Likewise.
594         * gdb.base/signals.c: Likewise.
595         * gdb.reverse/sigall-reverse.c: Likewise.
596
597 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
598
599         * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
600         failure return path.
601
602 2012-02-27  Luis Machado  <lgustavo@codesourcery.com>
603
604         * gdb.base/save-bp.exp: Account for new condition evaluator output.
605
606 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
607
608         * gdb.base/cond-eval-mode.exp: New file.
609
610 2012-02-24  Pedro Alves  <palves@redhat.com>
611
612         * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
613         (top level): Use with_test_prefix.
614
615 2012-02-24  Pedro Alves  <palves@redhat.com>
616
617         * gdb.threads/attach-into-signal.exp (corefunc): Use
618         with_test_prefix.
619
620 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
621
622         Fix false FAILs on old CPUs without SSE.
623         * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
624         Return untested for Illegal instruction.
625
626 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
627
628         Fix false FAILs with glibc debug infos installed.
629         * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
630         * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
631
632 2012-02-22  Sterling Augustine  <saugustine@google.com>
633
634         * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
635         constant with cast.
636
637 2012-02-21  Pedro Alves  <palves@redhat.com>
638
639         * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
640
641 2012-02-21  Pedro Alves  <palves@redhat.com>
642
643         * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
644
645 2012-02-21  Pedro Alves  <palves@redhat.com>
646
647         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
648         with_test_prefix.
649
650 2012-02-21  Pedro Alves  <palves@redhat.com>
651
652         * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
653         with_test_prefix here.
654         (top level): Do it here instead.  Remove `:' from the
655         with_test_prefix string.
656         * gdb.base/attach-pie-misread.exp: Remove the leading space the
657         the suffix `:' from the with_test_prefix prefix string.
658         * gdb.base/break-interp.exp: Ditto.
659         * gdb.base/catch-load.exp: Ditto.
660         * gdb.base/disp-step-syscall.exp: Ditto.
661         * gdb.base/jit-so.exp: Ditto.
662         * gdb.base/jit.exp: Ditto.
663         * gdb.base/sepdebug.exp: Ditto.
664         * gdb.base/solib-display.exp: Ditto.
665         * gdb.base/solib-overlap.exp: Ditto.
666         * gdb.base/watch-cond-infcall.exp: Ditto.
667         * gdb.base/watchpoint.exp: Ditto.
668         * gdb.dwarf2/dw2-noloc.exp: Ditto.
669         * gdb.mi/mi-watch.exp: Ditto.
670         * gdb.mi/mi2-watch.exp: Ditto.
671         * gdb.threads/non-ldr-exc-1.exp: Ditto.
672         * gdb.threads/non-ldr-exc-2.exp: Ditto.
673         * gdb.threads/non-ldr-exc-3.exp: Ditto.
674         * gdb.threads/non-ldr-exc-4.exp: Ditto.
675         * gdb.threads/watchpoint-fork.exp: Ditto.
676         * gdb.threads/watchthreads-reorder.exp: Ditto.
677         * gdb.trace/change-loc.exp: Ditto.
678         * gdb.trace/pending.exp: Ditto.
679         * gdb.trace/status-stop.exp: Ditto.
680         * gdb.trace/strace.exp: Ditto.
681         * gdb.trace/trace-break.exp: Ditto.
682         * gdb.trace/unavailable.exp: Ditto.
683         * lib/gdb.exp (with_test_prefix): Always prefix with space and
684         suffix with colon.  Adjust leading comments.
685
686 2012-02-21  Pedro Alves  <palves@redhat.com>
687             Tom Tromey  <tromey@redhat.com>
688
689         * lib/gdb.exp: Add description of test prefixes.
690         (with_test_prefix): New procedure.
691         * gdb.arch/altivec-abi.exp: Use with_test_prefix.
692         * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
693         * gdb.base/break-interp.exp: Use with_test_prefix.  Use append
694         instead of lappend to append to pf_prefix.
695         * gdb.base/catch-load.exp: Use with_test_prefix.
696         * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
697         * gdb.base/jit-so.exp: Use with_test_prefix.
698         * gdb.base/jit.exp: Use with_test_prefix.
699         * gdb.base/return-nodebug.exp (do_test): Use append instead of
700         lappend to append to pf_prefix.
701         * gdb.base/sepdebug.exp: Use with_test_prefix.
702         * gdb.base/solib-display.exp: Use with_test_prefix.
703         * gdb.base/solib-overlap.exp: Use with_test_prefix.
704         * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
705         * gdb.base/watchpoint.exp: Use with_test_prefix.
706         * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
707         * gdb.mi/mi-watch.exp: Use with_test_prefix.
708         * gdb.mi/mi2-watch.exp: Use with_test_prefix.
709         * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
710         * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
711         * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
712         * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
713         * gdb.threads/watchpoint-fork.exp: Use with_test_prefix.  Use
714         append instead of lappend to append to pf_prefix.
715         * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
716         * gdb.trace/change-loc.exp: Use with_test_prefix.
717         * gdb.trace/pending.exp: Use with_test_prefix.
718         * gdb.trace/status-stop.exp: Use with_test_prefix.
719         * gdb.trace/strace.exp: Use with_test_prefix.
720         * gdb.trace/trace-break.exp: Use with_test_prefix.
721         * gdb.trace/unavailable.exp: Use with_test_prefix.  Use append
722         instead of lappend to append to pf_prefix.
723
724 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
725
726         Fix racy FAILs.
727         * gdb.base/inferior-died.c (main): Add return of 0.
728         * gdb.base/inferior-died.exp (continue): Fix expectation of
729         asynchronous events.
730         (p 1): New test.
731
732 2012-02-20  Pedro Alves  <palves@redhat.com>
733
734         * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
735         lin-lwp output.  Set SIGALRM to stop.  Adjust tests to not rely on
736         gdb's internal debug output.  For the non-threaded case, look for
737         "Program received signal SIGLARM", for the threaded case, peek at
738         the thread's siginfo.
739
740 2012-02-20  Pedro Alves  <palves@redhat.com>
741
742         General cleanup, make output test messages unique, and build
743         different executable files for the non-threaded and threaded
744         cases.
745
746         * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
747         Delete.
748         (executable_nothr, executable_thr): New globals.
749         (top level): Adjust to delete both executables.
750         (corefunc): New parameter $executable.  Set $pf_prefix instead of
751         hand writing a prefix in tests.  Issue a clean_restart and enable
752         lin-lwp debug output here.
753         (top level): Adjust.  Use build_executable.  Don't start gdb here,
754         and don't enable lin-lwp debug output here.
755         * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
756
757 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
758
759         Fix racy FAILs.
760         * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
761         "continue" command.
762
763 2012-02-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
764
765         Fix for gdbserver non-extended mode.
766         * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
767         and gdb_run_cmd.
768
769 2012-02-17  Tom Tromey  <tromey@redhat.com>
770
771         * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
772         * gdb.python/py-events.exp: Check 'dir' output.
773         * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
774
775 2012-02-17  Yao Qi  <yao@codesourcery.com>
776
777         * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
778
779 2012-02-16  Tom Tromey  <tromey@redhat.com>
780
781         * gdb.base/inferior-died.c: Don't include stdio.h.
782
783 2012-02-16  Tom Tromey  <tromey@redhat.com>
784
785         * gdb.base/inferior-died.c: New file.
786         * gdb.base/inferior-died.exp: New file.
787
788 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
789
790         * gdb.base/break-inline.exp: New file.
791         * gdb.base/break-inline.c: New file.
792
793 2012-02-15  Tom Tromey  <tromey@redhat.com>
794
795         * gdb.base/pc-fp.exp: Add "info register" tests.
796
797 2012-02-15  Tom Tromey  <tromey@redhat.com>
798
799         * gdb.base/regs.exp: Remove.
800
801 2012-02-15  Pedro Alves  <palves@redhat.com>
802
803         * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
804         the target doesn't support tracepoints.
805         * gdb.trace/circ.exp: Ditto.
806         * gdb.trace/collection.exp: Ditto.
807         * gdb.trace/packetlen.exp: Ditto.
808         * gdb.trace/passc-dyn.exp: Ditto.
809         * gdb.trace/report.exp: Ditto.
810         * gdb.trace/tfind.exp: Ditto.
811         * gdb.trace/tspeed.exp: Ditto.
812         * gdb.trace/tsv.exp: Ditto.
813         * gdb.trace/unavailable.exp: Ditto.
814         * gdb.trace/while-dyn.exp: Ditto.
815
816 2012-02-15  Pedro Alves  <palves@redhat.com>
817
818         * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
819         gdb_test_multiple, and call unsupported instead of fail, if the
820         remote side does not support the request.
821
822 2012-02-15  Pedro Alves  <palves@redhat.com>
823
824         * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
825         * gdb.server/ext-run.exp: Make sure gdb is disconnected.
826         * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
827         * gdb.server/server-mon.exp: Make sure gdb is disconnected.
828         * gdb.server/server-run.exp: Make sure gdb is disconnected.
829         * lib/gdbserver-support.exp (gdbserver_start_extended): Only
830         prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
831         doesn't start with "extended-" already.
832
833 2012-02-15  Pedro Alves  <palves@redhat.com>
834
835         Support extended-remote.  Avoid cascading timeouts.
836
837         * gdb.base/attach.exp (do_attach_tests): Add expected output for
838         the extended-remote target.  If attaching with no file fails, load
839         the file manually.
840         * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
841
842 2012-02-14  Stan Shebs  <stan@codesourcery.com>
843
844         * gdb.base/ena-dis-br.exp: Add enable count test.
845
846 2012-02-13  Pedro Alves  <palves@redhat.com>
847
848         * config/mips-idt.exp: Delete.
849         * gdb.base/a2-run.exp: Remove mips-idt xfails.
850         * gdb.base/bitfields.exp: Remove mips-idt restarts.
851         * gdb.base/break.exp: Remove mips-idt references.
852         * gdb.base/chng-syms.exp: Ditto.
853         * gdb.base/default.exp: Ditto.
854         * gdb.base/funcargs.exp (funcargs_reload): Delete.
855         (top level): Don't call it.
856         * gdb.base/opaque.exp: Remove mips-idt restarts.
857         * gdb.base/ptype.exp: Remove mips-idt xfails.
858         * gdb.base/scope.exp: Remove mips-idt restarts.
859         * gdb.base/sepdebug.exp: Remove mips-idt references.
860         * gdb.base/watchpoint.exp (maybe_clean_restart)
861         (maybe_reinitialize): Delete.
862         (test_disabling_watchpoints, test_disabling_watchpoints)
863         (test_watchpoint_triggered_in_syscall)
864         (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
865         Don't call them.
866
867 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
868
869         * gdb.server/server-exec-info.exp: New file.
870
871 2012-02-10  Pedro Alves  <palves@redhat.com>
872
873         * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
874         always non-empty.
875         (test_attach): Always pass $exec to test_attach_gdb.
876
877 2012-02-08  Tom Tromey  <tromey@redhat.com>
878
879         * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
880         before inferior is started.
881
882 2012-02-07  Tom Tromey  <tromey@redhat.com>
883
884         * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
885         Symbol.value.
886         * gdb.python/py-symbol.c (qq): Set default value.
887
888 2012-02-07  Tom Tromey  <tromey@redhat.com>
889
890         * gdb.python/py-symbol.c (qq): New global.
891         * gdb.python/py-symbol.exp: Add test for frame-less
892         lookup_symbol.
893         * gdb.python/py-symtab.exp: Fix line number.
894
895 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
896
897         * gdb.ada/mi_task_arg: New testcase.
898
899 2012-02-02  Pedro Alves  <palves@redhat.com>
900
901         * gdb.reverse/until-precsave.exp: Also put "record save" under the
902         extended timeout.
903
904 2012-02-02  Pedro Alves  <palves@redhat.com>
905
906         * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
907         * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
908
909 2012-02-02  Pedro Alves  <palves@redhat.com>
910
911         * gdb.base/term.exp: Rewrite.
912         * gdb.base/term.c: New.
913
914 2012-02-02  Pedro Alves  <palves@redhat.com>
915
916         * gdb.base/default.exp (run "r" abbreviation, run): Add
917         extended-remote expected output.
918
919 2012-02-02  Tom Tromey  <tromey@redhat.com>
920
921         * gdb.cp/dispcxx.exp: New file.
922         * gdb.cp/dispcxx.cc: New file.
923
924 2012-02-01  Tom Tromey  <tromey@redhat.com>
925
926         * gdb.base/jit-simple.exp: New file.
927         * gdb.base/jit-simple.c: New file.
928
929 2012-01-30  Yao Qi  <yao@codesourcery.com>
930
931         * gdb.base/skip.exp: Make test result unique.
932
933 2012-01-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
934
935         * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
936         compatibility with valgrind-3.7.0.
937
938 2012-01-27  Pedro Alves  <palves@redhat.com>
939
940         * gdb.base/watchpoint.exp (no_hw): New global.
941         (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
942         disable hw watchpoints.
943         (test_wide_location_1, test_wide_location_2): If no_hw is set,
944         don't expect hw watchpoints.
945         (no_hw_watchpoints): Always clean restart.
946         (do_tests): New procedure, factored out from the top level.
947         (top level): Run tests twice.  Once with hw watchpoints enabled,
948         another time with hw watchpoints disabled.
949
950 2012-01-27  Pedro Alves  <palves@redhat.com>
951
952         * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
953         out from the top level.
954         (top level): Call it instead.
955
956 2012-01-27  Pedro Alves  <palves@redhat.com>
957
958         * gdb.base/watchpoint.exp (top level): Re-enable hardware
959         watchpoints sooner.
960
961 2012-01-27  Pedro Alves  <palves@redhat.com>
962
963         * gdb.base/watchpoint.exp (top level): Delete watch ival3.
964
965 2012-01-27  Pedro Alves  <palves@redhat.com>
966
967         * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
968         "You may have requested too many hardware
969         breakpoints/watchpoints".
970
971 2012-01-27  Pedro Alves  <palves@redhat.com>
972
973         * gdb.base/watchpoint.exp (maybe_clean_restart)
974         (maybe_reinitialize): New.
975         (test_disabling_watchpoints): Call maybe_reinitialize.  Don't
976         expect "hit N times".
977         (test_disabling_watchpoints, test_complex_watchpoint)
978         (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
979         Call maybe_clean_restart.
980         (top level): Use clean_restart.  Remove "mips-idt-*"
981         reinitialization.
982
983 2012-01-27  Pedro Alves  <palves@redhat.com>
984
985         * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
986
987 2012-01-27  Pedro Alves  <palves@redhat.com>
988
989         * gdb.base/watchpoint.exp: Clean restart after tests that don't
990         require `initialize' anymore.  Remove unnecessary `initialize'
991         calls.
992
993 2012-01-27  Pedro Alves  <palves@redhat.com>
994
995         * gdb.base/watchpoint.exp (wp_set): Delete.
996         (initialize, test_simple_watchpoint, top level): Remove dead code.
997
998 2012-01-27  Pedro Alves  <palves@redhat.com>
999
1000         * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
1001         typo.
1002
1003 2012-01-27  Pedro Alves  <palves@redhat.com>
1004
1005         * config/extended-gdbserver.exp: New file.
1006         * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
1007         comment.
1008         (gdbserver_start_multi, mi_gdbserver_start_multi): New.
1009         * boards/native-extended-gdbserver.exp: New file.
1010
1011 2012-01-26  Pedro Alves  <palves@redhat.com>
1012
1013         * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
1014         and gdb_test_multiple.
1015
1016 2012-01-26  Pedro Alves  <palves@redhat.com>
1017
1018         Make test messages unique, and more identifiable.
1019         * gdb.multi/watchpoint-multi.exp: Change test messages.
1020
1021 2012-01-25  Tom Tromey  <tromey@redhat.com>
1022
1023         * gdb.base/solib-disc.exp: Fix regexps.
1024
1025 2012-01-24  Tom Tromey  <tromey@redhat.com>
1026
1027         * lib/mi-support.exp (mi_expect_stop): Add special case for
1028         solib-event.
1029         * gdb.base/catch-load-so.c: New file.
1030         * gdb.base/catch-load.exp: New file.
1031         * gdb.base/catch-load.c: New file.
1032         * gdb.base/break-interp.exp (reach_1): Update regexp.
1033
1034 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1035
1036         Fix fuzzy results.
1037         * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
1038         lpsimple and func.
1039
1040 2012-01-24  Gary Benson  <gbenson@redhat.com>
1041
1042         Delete #if 0'd out code.
1043         * gdb.base/default.exp (info catch): Remove.
1044         * gdb.base/gdb_history (info catch): Likewise.
1045         * gdb.base/help.exp (info catch): Likewise.
1046
1047 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1048
1049         Fix watchpoints to be specific for each inferior.
1050         * gdb.multi/watchpoint-multi.c: New file.
1051         * gdb.multi/watchpoint-multi.exp: New file.
1052
1053 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1054
1055         Fix watchpoints across inferior fork.
1056         * gdb.threads/watchpoint-fork-child.c: New file.
1057         * gdb.threads/watchpoint-fork-mt.c: New file.
1058         * gdb.threads/watchpoint-fork-parent.c: New file.
1059         * gdb.threads/watchpoint-fork-st.c: New file.
1060         * gdb.threads/watchpoint-fork.exp: New file.
1061         * gdb.threads/watchpoint-fork.h: New file.
1062
1063 2012-01-23  Pedro Alves  <palves@redhat.com>
1064
1065         * gdb.base/call-signal-resume.exp: Allow output after "return".
1066
1067 2012-01-20  Pedro Alves  <palves@redhat.com>
1068
1069         * gdb.python/py-finish-breakpoint.py: Fix typo.
1070
1071 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
1072
1073         * gdb.base/info-proc.exp: Also run on remote targets.  Main
1074         "info proc" command is now always present; whether target supports
1075         actual info proc operation is detected when attempting to issue
1076         the command.
1077
1078 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1079
1080         * .gdbinit: Remove.
1081
1082 2012-01-19  Pedro Alves  <palves@redhat.com>
1083
1084         * gdb.java/jprint.exp: Don't rely on inferior output, but instead
1085         look at the funtions' returns.
1086         * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
1087         (jprint.print(int, int)): Change return type to int.  Adjust.
1088
1089 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
1090
1091         PR gdb/9538
1092         * gdb.base/sepdebug.exp: New test.
1093
1094 2012-01-18  Pedro Alves  <palves@redhat.com>
1095
1096         * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
1097         Allow output before ^done.
1098
1099 2012-01-16  Tom Tromey  <tromey@redhat.com>
1100
1101         * gdb.linespec/linespec.exp: Change some tests to use $decimal.
1102         Add tests for relative directory.
1103
1104 2012-01-16  Tom Tromey  <tromey@redhat.com>
1105
1106         * gdb.base/printcmds.c (enum flag_enum): New.
1107         (three): New global.
1108         * gdb.base/printcmds.exp (test_print_enums): Add test for flag
1109         enum printing.
1110         * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
1111         FlagEnumerationPrinter.
1112         * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
1113         * gdb.python/py-pp-maint.c (enum flag_enum): New.
1114         (fval): New global.
1115
1116 2012-01-16  Pedro Alves  <palves@redhat.com>
1117
1118         * lib/gdb.exp (banned_procedures): New variable.
1119         (banned_variables_traced): Rename to ...
1120         (banned_traced): ... this.
1121         (gdb_init): Also trace banned procedures.
1122         (gdb_finish): Also untrace banned procedures.
1123
1124 2012-01-16  Pedro Alves  <palves@redhat.com>
1125
1126         Remove all calls to strace.
1127
1128 2012-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
1129
1130         * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
1131         * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
1132
1133 2012-01-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
1134
1135         * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
1136         * gdb.base/pie-execl.exp: Likewise.
1137
1138 2012-01-12  Keith Seitz  <keiths@redhat.com>
1139
1140         PR mi/10586
1141         * gdb.mi/var-cmd.c (struct anonymous): New structure.
1142         (do_anonymous_type_tests): New function.
1143         (main): Call do_anonymous_type_tests.
1144         * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
1145         (verify_everything): New procedure.
1146         * gdb.mi/mi-var-cp.cc (class A): New class.
1147         (anonymous_structs_and_unions): New function.
1148         (main): Call anonymous_structs_and_unions.
1149         * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
1150         (verify_everything): New procedure.
1151
1152 2012-01-12  Keith Seitz  <keiths@redhat.com>
1153
1154         * lib/mi-support.exp: Expand comments about PATH_EXPR.
1155         (varobj_tree::get_path_expr): Assume that all varobjs are
1156         compound unless they are known simple types.
1157         Adjust path expressions based on parent type, path parent type,
1158         and tree language.
1159         (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
1160         the root varobj.
1161         (mi_walk_varobj_tree): Add LANGUAGE parameter.
1162
1163 2012-01-11  Pedro Alves  <palves@redhat.com>
1164
1165         * gdb.base/default.exp (core-file): Don't expect "GDB can't read
1166         core files on this machine" anymore.
1167
1168 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
1169
1170         * gdb.base/watchpoint.c (recurser): Initialize local_x.
1171         (main): Repeat recurser call.
1172         * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
1173         equivalent to 'local_x'.
1174
1175 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
1176             Joel Brobecker <brobecker@adacore.com>
1177
1178         * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
1179
1180 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
1181
1182         * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
1183         * gdb.python/py-events.c (first): Add bits for new "step N" test.
1184         * gdb.python/py-events.exp: Test that "step N" tripping on a
1185         breakpoint emits a breakpoint event.
1186
1187 2012-01-03  Joel Brobecker  <brobecker@adacore.com>
1188
1189         * gdb.base/auxv.exp: Reformat the copyright notice.
1190
1191 2012-01-03  Yao Qi  <yao@codesourcery.com>
1192
1193         * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
1194         (strace_trace_on_diff_addr): New.
1195         * gdb.trace/strace.c: (main): Add two local variables.
1196
1197 2011-01-02  Ulrich Weigand  <uweigand@de.ibm.com>
1198
1199         * gdb.cell/fork.exp: Delete breakpoints after reaching main.
1200         * gdb.cell/gcore.exp: Likewise.
1201         * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
1202         to verify the correct instance of main is selected.
1203
1204 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
1205
1206         * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
1207         gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
1208         gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
1209         gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
1210         gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
1211         gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
1212         gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
1213         gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
1214         gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
1215         gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
1216         gdb.threads/thread_check.c: Reformat copyright header.
1217
1218 2011-12-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
1219
1220         * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
1221         * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
1222         is not enabled.
1223
1224 2011-12-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1225
1226         * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
1227         parameter to self_exec, adjust the function.
1228         (main): Check for argv[1] "exit".  Use argv[0] for test_exec_exit.
1229         * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
1230         (set var do_exit = 0): Remove test.
1231         (newline at end of file): Add one.
1232
1233 2011-12-27  Joel Brobecker  <brobecker@adacore.com>
1234
1235         * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
1236         New files.
1237
1238 2011-12-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1239
1240         Fix racy FAILs.
1241         * gdb.threads/fork-thread-pending.c (barrier): New variable.
1242         (thread_function, thread_forker): Call pthread_barrier_wait for it.
1243         (main): Call pthread_barrier_init for it.
1244
1245 2011-12-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1246
1247         Fix double send_gdb leading to racy FAILs.
1248         * gdb.base/break.exp (set silent break bp_location1): Replace
1249         3x send_gdb and gdb_expect by gdb_test.
1250         * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
1251         * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
1252         (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
1253         instead of send_gdb.  Twice.
1254         * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
1255         3x send_gdb and gdb_expect by gdb_test.
1256         * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
1257
1258 2011-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
1259
1260         * gdb.linespec/linespec.exp: Compile using {c++}.
1261
1262 2011-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
1263
1264         * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
1265         (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
1266         (verify GCC PR debug/51668): New test.
1267
1268 2011-12-23  Kevin Pouget  <kevin.pouget@st.com>
1269
1270         Introduce gdb.FinishBreakpoint in Python.
1271         * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
1272         py-finish-breakpoint2
1273         (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
1274         * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
1275         instead of line number.
1276         * gdb.python/py-finish-breakpoint.c: New file.
1277         * gdb.python/py-finish-breakpoint.exp: New file.
1278         * gdb.python/py-finish-breakpoint.py: New file.
1279         * gdb.python/py-finish-breakpoint2.cc: New file.
1280         * gdb.python/py-finish-breakpoint2.exp: New file.
1281         * gdb.python/py-finish-breakpoint2.py: New file.
1282
1283 2011-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
1284
1285         Partial fix of compatibility with gcc-4.7.
1286         * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
1287         into XFAIL "new without size_t".  Permit size_t for the KFAIL case.
1288         Add comment to add a PASS case in the future.
1289
1290         Fix compatibility with gcc-4.7.
1291         * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
1292
1293 2011-12-21  Ulrich Weigand  <ulrich.weigand@linaro.org>
1294
1295         PR tdep/12797
1296         * gdb.base/callfuncs.exp: Remove KFAIL.
1297
1298 2011-12-21  Joel Brobecker  <brobecker@adacore.com>
1299
1300         * gdb.ada/task_bp: New testcase.
1301
1302 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1303
1304         * gdb.base/reread.exp: If srcfile2 fails to build retry it with
1305         -DNO_SECTIONS.
1306         * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
1307
1308 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1309
1310         * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
1311         PR gcc/45997 XFAIL conditional for gcc <= 4.5.
1312         * gdb.python/py-type.exp (python print ttype.template_argument(2)):
1313         Change PR gcc/41736 to the more specific PR gcc/46955.  Make it
1314         conditional for gcc <= 4.5.
1315
1316 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1317
1318         * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
1319         by XFAIL.
1320         * gdb.cp/static-method.exp (info addr A::func())
1321         (list static-method.cc:xxx::(anonymous namespace)::A::func)
1322         (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
1323         (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
1324         (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
1325         * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
1326         (test value of F in k3_m): Likewise.
1327         * gdb.python/py-type.exp (python print ttype.template_argument(2)):
1328         Likewise.
1329
1330 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1331
1332         * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
1333         (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
1334         Remove.
1335         * gdb.threads/attachstop-mt.c: Remove.
1336         * gdb.threads/attachstop-mt.exp: Remove.
1337
1338 2011-12-17  Mark Kettenis  <kettenis@gnu.org>
1339
1340         * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
1341
1342 2011-12-16  Doug Evans  <dje@google.com>
1343
1344         * boards/native-stdio-gdbserver.exp: New file.
1345         * boards/native-gdbserver.exp: New file.
1346
1347         * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
1348         gdbserver output.
1349         (gdbserver_default_get_remote_address): New function.
1350         (gdbserver_start): Call gdb,get_remote_address to compute argument
1351         to "target remote" command.
1352
1353 2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>
1354
1355         * gdb.python/py-function.exp: Change "on" to "full" for
1356         python print-stack.  Add set/show python print-stack
1357         off|full|message tests.
1358
1359 2011-12-15  Yao Qi  <yao@codesourcery.com>
1360
1361         * gdb.trace/strace.c: New
1362         * gdb.trace/strace.exp: New.
1363
1364 2011-12-14  Tom Tromey  <tromey@redhat.com>
1365
1366         * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
1367
1368 2011-12-14  Doug Evans  <dje@google.com>
1369
1370         * lib/gdb.exp (gdb_start_cmd): Fix error return value.
1371
1372 2011-12-14  Pedro Alves  <pedro@codesourcery.com>
1373
1374         PR threads/10729
1375
1376         * gdb.mi/watch-nonstop.c: New file.
1377         * gdb.mi/mi-watch-nonstop.exp: New file.
1378
1379 2011-12-13  Pedro Alves  <pedro@codesourcery.com>
1380             Doug Evans  <dje@google.com>
1381
1382         * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
1383         (clean_restart): Remove references to the gdb_stub target board
1384         variable.
1385         (gdb_step_for_stub): Delete.
1386
1387         * gdb.base/annota1.exp: Remove all references to [target_info
1388         exists gdb_stub], gdb_step_for_stub and usestubs.
1389         * gdb.base/annota3.exp: Ditto.
1390         * gdb.base/async.exp: Ditto.
1391         * gdb.base/break.exp: Ditto.
1392         * gdb.base/code-expr.exp: Ditto.
1393         * gdb.base/commands.exp: Ditto.
1394         * gdb.base/completion.exp: Ditto.
1395         * gdb.base/condbreak.exp: Ditto.
1396         * gdb.base/consecutive.exp: Ditto.
1397         * gdb.base/cvexpr.exp: Ditto.
1398         * gdb.base/define.exp: Ditto.
1399         * gdb.base/display.exp: Ditto.
1400         * gdb.base/ena-dis-br.exp: Ditto.
1401         * gdb.base/environ.exp: Ditto.
1402         * gdb.base/gnu-ifunc.exp: Ditto.
1403         * gdb.base/maint.exp: Ditto.
1404         * gdb.base/pending.exp: Ditto.
1405         * gdb.base/sect-cmd.exp: Ditto.
1406         * gdb.base/sepdebug.exp: Ditto.
1407         * gdb.base/unload.exp: Ditto.
1408         * gdb.base/watchpoint-solib.exp: Ditto.
1409         * gdb.cp/annota2.exp: Ditto.
1410         * gdb.cp/annota3.exp: Ditto.
1411         * gdb.dwarf2/dw2-inline-param.exp: Ditto.
1412         * gdb.hp/gdb.compat/xdb1.exp: Ditto.
1413         * gdb.mi/mi-pending.exp: Ditto.
1414         * gdb.trace/circ.exp: Ditto.
1415         * gdb.cp/ovldbreak.exp: Ditto.  Adjust expected line numbers.
1416         * gdb.base/list.exp: Ditto.
1417
1418         * gdb.base/all-types.c: Remove all calls to set_debug_traps and
1419         breakpoint function and all references to the usestubs macro.
1420         * gdb.base/exprs.c: Ditto.
1421         * gdb.base/freebpcmd.c: Ditto.
1422         * gdb.base/bitfields.c: Ditto.
1423         * gdb.base/bitfields2.c: Ditto.
1424         * gdb.base/break.c: Ditto.
1425         * gdb.base/call-sc.c: Ditto.
1426         * gdb.base/call-signals.c: Ditto.
1427         * gdb.base/callfuncs.c: Ditto.
1428         * gdb.base/charset.c: Ditto.
1429         * gdb.base/consecutive.c: Ditto.
1430         * gdb.base/constvars.c: Ditto.
1431         * gdb.base/funcargs.c: Ditto.
1432         * gdb.base/int-type.c: Ditto.
1433         * gdb.base/interrupt.c: Ditto.
1434         * gdb.base/langs0.c: Ditto.
1435         * gdb.base/list0.c: Ditto.
1436         * gdb.base/mips_pro.c: Ditto.
1437         * gdb.base/miscexprs.c: Ditto.
1438         * gdb.base/nodebug.c: Ditto.
1439         * gdb.base/opaque0.c: Ditto.
1440         * gdb.base/pointers.c: Ditto.
1441         * gdb.base/printcmds.c: Ditto.
1442         * gdb.base/ptype.c: Ditto.
1443         * gdb.base/recurse.c: Ditto.
1444         * gdb.base/reread1.c: Ditto.
1445         * gdb.base/reread2.c: Ditto.
1446         * gdb.base/restore.c: Ditto.
1447         * gdb.base/return.c: Ditto.
1448         * gdb.base/run.c: Ditto.
1449         * gdb.base/scope0.c: Ditto.
1450         * gdb.base/sepdebug.c: Ditto.
1451         * gdb.base/setshow.c: Ditto.
1452         * gdb.base/setvar.c: Ditto.
1453         * gdb.base/sigall.c: Ditto.
1454         * gdb.base/signals.c: Ditto.
1455         * gdb.base/structs.c: Ditto.
1456         * gdb.base/structs2.c: Ditto.
1457         * gdb.base/testenv.c: Ditto.
1458         * gdb.base/twice.c: Ditto.
1459         * gdb.base/unwindonsignal.c: Ditto.
1460         * gdb.base/watchpoint.c: Ditto.
1461         * gdb.base/watchpoints.c: Ditto.
1462         * gdb.base/whatis.c: Ditto.
1463         * gdb.cp/classes.cc: Ditto.
1464         * gdb.cp/cplusfuncs.cc: Ditto.
1465         * gdb.cp/derivation.cc: Ditto.
1466         * gdb.cp/formatted-ref.cc: Ditto.
1467         * gdb.cp/misc.cc: Ditto.
1468         * gdb.cp/overload.cc: Ditto.
1469         * gdb.cp/ovldbreak.cc: Ditto.
1470         * gdb.cp/ref-params.cc: Ditto.
1471         * gdb.cp/ref-types.cc: Ditto.
1472         * gdb.cp/templates.cc: Ditto.
1473         * gdb.cp/virtfunc.cc: Ditto.
1474         * gdb.hp/gdb.aCC/run.c: Ditto.
1475         * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
1476         * gdb.hp/gdb.compat/xdb0.c: Ditto.
1477         * gdb.reverse/consecutive-reverse.c: Ditto.
1478         * gdb.reverse/sigall-reverse.c: Ditto.
1479         * gdb.reverse/until-reverse.c: Ditto.
1480         * gdb.reverse/watch-reverse.c: Ditto.
1481         * gdb.trace/actions.c: Ditto.
1482         * gdb.trace/circ.c: Ditto.
1483         * gdb.trace/collection.c: Ditto.
1484
1485 2011-12-13  Pedro Alves  <pedro@codesourcery.com>
1486
1487         * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
1488         (func6, func7): New.
1489         (main): Call func6 and func7.
1490         * gdb.base/watchpoint.exp (test_wide_location_1)
1491         (test_wide_location_2): New.
1492         (top level): Re-enable hardware watchpoints if necessary.  Call
1493         test_wide_location_1 and test_wide_location_2.
1494
1495 2011-12-11  Yao Qi  <yao@codesourcery.com>
1496
1497         * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
1498
1499 2011-12-11  Joel Brobecker  <brobecker@adacore.com>
1500
1501         * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
1502         expected output for unsupported case.
1503
1504 2011-12-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1505
1506         PR testsuite/12649
1507         * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
1508         Protect gdb_test_multiple by final $gdb_prompt match.
1509
1510 2011-12-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1511
1512         * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
1513         New variable, new test.
1514         (list static-method.cc:xxx::(anonymous namespace)::A::func)
1515         (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
1516         (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
1517         (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
1518         them if HAVE_GCC_45682_FIXED is not set.
1519
1520 2011-12-10  Yao Qi  <yao@codesourcery.com>
1521
1522         * gdb.trace/status-stop.exp: New.
1523         * gdb.trace/status-stop.c: New.
1524
1525 2011-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1526
1527         * gdb.reverse/until-precsave.exp (run to end of main) Extend the
1528         timeout.
1529
1530 2011-12-08  Tom Tromey  <tromey@redhat.com>
1531
1532         * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
1533         condition.
1534
1535 2011-12-07  Stan Shebs  <stan@codesourcery.com>
1536
1537         * gdb.trace/tfind.exp: Update for output changes.
1538
1539 2011-12-07  Pedro Alves  <pedro@codesourcery.com>
1540
1541         * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
1542         throws "Cannot insert catchpoints in this configuration".
1543         * gdb.ada/mi_catch_ex.exp: Likewise.
1544
1545 2011-12-06  Pedro Alves  <pedro@codesourcery.com>
1546
1547         * gdb.base/break-always.exp: Test changing memory at addresses
1548         with breakpoints inserted.
1549
1550 2011-12-06  Joel Brobecker  <brobecker@acacore.com>
1551
1552         * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
1553         involving a fully qualified function name.
1554
1555 2011-12-06  Tom Tromey  <tromey@redhat.com>
1556
1557         * gdb.ada/homonym.exp: Add three breakpoint tests.
1558
1559 2011-12-06  Tom Tromey  <tromey@redhat.com>
1560
1561         * gdb.base/solib-weak.exp (do_test): Remove kfail.
1562         * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
1563         * gdb.objc/objcdecode.exp: Update for output changes.
1564         * gdb.linespec/linespec.exp: New file.
1565         * gdb.linespec/lspec.cc: New file.
1566         * gdb.linespec/lspec.h: New file.
1567         * gdb.linespec/body.h: New file.
1568         * gdb.linespec/base/two/thefile.cc: New file.
1569         * gdb.linespec/base/one/thefile.cc: New file.
1570         * gdb.linespec/Makefile.in: New file.
1571         * gdb.cp/templates.exp (test_template_breakpoints): Update for
1572         output changes.
1573         * gdb.cp/re-set-overloaded.exp: Remove kfail.
1574         * gdb.cp/ovldbreak.exp: Update for output changes.  "all" test now
1575         makes one breakpoint.
1576         * gdb.cp/method2.exp (test_break): Update for output changes.
1577         * gdb.cp/mb-templates.exp: Update for output changes.
1578         * gdb.cp/mb-inline.exp: Update for output changes.
1579         * gdb.cp/mb-ctor.exp: Update for output changes.
1580         * gdb.cp/ovsrch.exp: Use fully-qualified names.
1581         * gdb.base/solib-symbol.exp: Run to main later.  Breakpoint now
1582         has multiple matches.
1583         * gdb.base/sepdebug.exp: Disable pending breakpoints.  Update for
1584         error message change.
1585         * gdb.base/list.exp (test_list_filename_and_number): Update for
1586         error message change.
1587         * gdb.base/break.exp: Disable pending breakpoints.  Update for
1588         output changes.
1589         * configure.ac: Add gdb.linespec.
1590         * configure: Rebuild.
1591         * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
1592
1593 2011-12-06  Ulrich Weigand  <uweigand@de.ibm.com>
1594
1595         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
1596         last_break register on s390*-*-* targets.
1597
1598 2011-12-06  Joel Brobecker  <brobecker@adacore.com>
1599
1600         * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
1601         * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
1602         of parameter X in procedure Foo.
1603
1604 2011-12-05  Stan Shebs  <stan@codesourcery.com>
1605
1606         * gdb.trace/tfind.exp: Update help string matches.
1607
1608 2011-12-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
1609
1610         * gdb.server/ext-run.exp (get process list): Accept also systemd
1611         as PID 1.
1612
1613 2011-12-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
1614             Pedro Alves  <pedro@codesourcery.com>
1615
1616         * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
1617         starting GDB.
1618         * gdb.base/default.exp: Replace target use_gdb_stub checks by global
1619         $use_gdb_stub.
1620         * gdb.base/display.exp: Likewise.
1621         * gdb.base/ending-run.exp: Likewise.
1622         * gdb.base/list.exp (test_listsize): Likewise.
1623         * gdb.base/setshow.exp: Likewise.
1624         * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
1625         * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
1626         check by global $use_gdb_stub.
1627         (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
1628         (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
1629         (default_gdb_init): Unset global $use_gdb_stub.
1630         (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
1631         by global $use_gdb_stub.
1632         * lib/gdbserver-support.exp: Extend comments for set_board_info
1633         gdb_protocol and gdb,socketport.
1634         (gdbserver_start_extended): Set global gdbserver_protocol and
1635         gdbserver_gdbport.  Clear global use_gdb_stub.
1636         * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
1637         from target use_gdb_stub.
1638         (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
1639
1640 2011-12-03  Doug Evans  <dje@google.com>
1641
1642         * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
1643         (gdb_step_for_stub): Add comments.
1644
1645 2011-12-02  Maciej W. Rozycki  <macro@codesourcery.com>
1646
1647         * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
1648         to the caller.
1649         (gdb_test_multiple): Likewise.
1650
1651 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1652
1653         Fix gdb.mi/mi-solib.exp without system debug info installed.
1654         * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
1655         expect attribute, return 0 for it.  Update comments.
1656
1657 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1658
1659         * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
1660         (corrupted list): Adjust the expectation.
1661
1662 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1663
1664         PR threads/13448
1665         * gdb.dwarf2/dw2-var-zero-addr.S: New file.
1666         * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
1667         * gdb.threads/tls-var-main.c: New file.
1668         * gdb.threads/tls-var.c: New file.
1669         * gdb.threads/tls-var.exp: New file.
1670
1671 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1672
1673         PR testsuite/12649
1674         * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
1675         Protect gdb_test_multiple by final $gdb_prompt match.
1676         * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
1677         * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
1678         (test_tracepoints): Likewise.
1679
1680 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1681
1682         PR breakpoints/13346
1683         * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
1684         * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
1685         * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
1686
1687 2011-12-01  Joel Brobecker  <brobecker@adacore.com>
1688
1689         * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
1690         * gdb.ada/homonym/homonym.adb: For use of all types defined
1691         locally inside both Get_Value subprograms.
1692
1693 2011-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1694
1695         Fix racy FAILs.
1696         * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
1697         of send_gdb.
1698
1699 2011-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
1700
1701         * gdb.base/testenv.exp: Skip on remote targets.  Unset global
1702         environment variable after test completed.
1703
1704 2011-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
1705
1706         * gdb.base/solib-nodir.exp: Skip if remote target.
1707         * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
1708         application.  Call gdb_load_shlibs.
1709         * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
1710
1711 2011-11-29  Joel Brobecker  <brobecker@adacore.com>
1712
1713         * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
1714
1715 2011-11-28  Joel Brobecker  <brobecker@adacore.com>
1716
1717         * gdb.ada/fullname_bp: New testcase.
1718
1719 2011-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
1720
1721         PR testsuite/12649
1722         * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
1723         Wrap send_gdb into a new gdb_test.
1724
1725         Code cleanup.
1726         * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
1727         Convert send_gdb and gdb_expect to gdb_test_multiple.
1728
1729 2011-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
1730
1731         * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
1732
1733 2011-11-23  Keith Seitz  <keiths@redhat.com>
1734
1735         * lib/mi-support.exp (varobj_tree): New namespace and procs.
1736         (mi_varobj_tree_test_children_callback): New proc.
1737         (mi_walk_varobj_tree): New proc.
1738
1739 2011-11-22  Tom Tromey  <tromey@redhat.com>
1740
1741         * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
1742         Add "use_mi_command" argument.
1743         (mi_run_cmd, mi_run_with_cli): New procs.
1744         * gdb.mi/solib-lib.c: New file.
1745         * gdb.mi/solib-main.c: New file.
1746         * gdb.mi/mi-solib.exp: New file.
1747
1748 2011-11-21  Doug Evans  <dje@google.com>
1749
1750         * gdb.cp/nextoverthrow.exp: Skip test if debug info for
1751         _Unwind_DebugHook is missing.
1752
1753 2011-11-20  Stan Shebs  <stan@codesourcery.com>
1754
1755         * gdb.trace/tstatus.exp: New.
1756         * gdb.trace/actions.c: Include string.h.
1757
1758 2011-11-18  Yao Qi  <yao@codesourcery.com>
1759
1760         * gdb.trace/pending.exp: New.
1761         * gdb.trace/pending.c: New.
1762         * gdb.trace/pendshr1.c: New.
1763         * gdb.trace/pendshr2.c: New.
1764         * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
1765         tracepoint location becomes pending.
1766         (tracepoint_change_loc_2): New.
1767
1768 2011-11-16  David S. Miller  <davem@davemloft.net>
1769
1770         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
1771         target is sparc*-*-linux*
1772
1773 2011-11-15  Paul Koning  <paul_koning@dell.com>
1774
1775         * gdb.python/py-type.exp: New testcases for exceptions on scalar
1776         types.
1777
1778 2011-11-14  Doug Evans  <dje@google.com>
1779
1780         * gdb.base/shell.exp: New file.
1781
1782 2011-11-14  Stan Shebs  <stan@codesourcery.com>
1783
1784         * gdb.trace/ftrace.c: New.
1785         * gdb.trace/ftrace.exp: New.
1786
1787 2011-11-14  Yao Qi  <yao@codesourcery.com>
1788
1789         * gdb.trace/change-loc-1.c: New.
1790         * gdb.trace/change-loc-2.c: New.
1791         * gdb.trace/change-loc.c: New.
1792         * gdb.trace/change-loc.exp:  New.
1793         * gdb.trace/change-loc.h:  New.
1794         * gdb.trace/trace-break.c (marker): Define new symbol.
1795         * gdb.trace/trace-break.exp (break_trace_same_addr_5):
1796         New.
1797         (break_trace_same_addr_6): New.
1798
1799 2011-11-12  Matt Rice  <ratmice@gmail.com>
1800
1801         * gdb.base/info-macros.exp: Make tests for info definitions
1802         test info macro.  Add tests for info macro argument processing.
1803         Rename a few tests.
1804
1805 2011-11-11  Keith Seitz  <keiths@redhat.com>
1806
1807         PR gdb/12843
1808         * gdb.base/linespecs.exp: New file.
1809
1810 2011-11-11  Doug Evans  <dje@google.com>
1811
1812         * gdb.threads/print-threads.exp: Extend timeout for slower
1813         tests.
1814
1815 2011-11-10  Doug Evans  <dje@google.com>
1816
1817         * gdb.reverse/i387-env-reverse.exp: Extend timeout of
1818         "record to end of main" test.
1819
1820         * gdb.python/py-type.c (TS): New typedef.
1821         (ts): New global.
1822         * gdb.python/py-type.exp: Test field list of typedef.
1823
1824 2011-11-10  Joel Brobecker  <brobecker@adacore.com>
1825
1826         * gdb.ada/small_reg_param: New testcase.
1827
1828 2011-11-09  Tom Tromey  <tromey@redhat.com>
1829
1830         * gdb.cp/destrprint.exp: New file.
1831         * gdb.cp/destrprint.cc: New file.
1832
1833 2011-11-08  Meador Inge  <meadori@codesourcery.com>
1834
1835         * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
1836         (switch_stack_to_other): New test function.
1837         * gdb.arch/thumb-prologue.exp: New test cases.
1838
1839 2011-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
1840
1841         * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
1842
1843 2011-11-08  Yao Qi  <yao@codesourcery.com>
1844
1845         * gdb.exp (supports_process_record): New.
1846         (supports_reverse): New.
1847         * gdb.reverse/break-precsave.exp: Call support_process_record
1848         to run test conditionally.
1849         * gdb.reverse/consecutive-precsave.exp: Likewise.
1850         * gdb.reverse/i386-precsave.exp: Likewise.
1851         * gdb.reverse/machinestate-precsave.exp: Likewise.
1852         * gdb.reverse/solib-precsave.exp: Likewise.
1853         * gdb.reverse/step-precsave.exp: Likewise.
1854         * gdb.reverse/until-precsave.exp: Likewise.
1855         * gdb.reverse/watch-precsave.exp: Likewise.
1856         * gdb.reverse/break-reverse.exp: Call support_reverse  to run
1857         test conditionally.
1858         * gdb.reverse/consecutive-reverse.exp: Likewise.
1859         * gdb.reverse/finish-precsave.exp: Likewise.
1860         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1861         * gdb.reverse/finish-reverse.exp: Likewise.
1862         * gdb.reverse/i386-reverse.exp: Likewise.
1863         * gdb.reverse/i386-sse-reverse.exp: Likewise.
1864         * gdb.reverse/machinestate.exp: Likewise.
1865         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
1866         * gdb.reverse/sigall-precsave.exp: Likewise.
1867         * gdb.reverse/sigall-reverse.exp: Likewise.
1868         * gdb.reverse/solib-reverse.exp: Likewise.
1869         * gdb.reverse/step-reverse.exp: Likewise.
1870         * gdb.reverse/until-reverse.exp: Likewise.
1871         * gdb.reverse/watch-reverse.exp: Likewise.
1872
1873 2011-11-05  Yao Qi  <yao@codesourcery.com>
1874
1875         * gdb.trace/trace-break.exp: Add test on setting two
1876         fast tracepoints at the same address.
1877
1878 2011-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
1879
1880         * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
1881
1882 2011-11-02  Stan Shebs  <stan@codesourcery.com>
1883
1884         * gdb.trace/collection.c: Add code using strings.
1885         * gdb.trace/collection.exp: Add tests of string collection.
1886
1887 2011-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1888
1889         * gdb.base/skip-solib.exp (executable_main): New variable.
1890         (binfile_main): Base it on that.
1891         Use $executable_main in clean_restart calls.  Drop gdb_exit and
1892         gdb_start calls.
1893
1894 2011-11-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1895
1896         Fix racy FAILs.
1897         * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
1898         breakpoint_re globals import by async.  Set string_regex to .* for
1899         async.  Remove the optional thread_selected_re and breakpoint_re
1900         globals expectations.
1901
1902 2011-11-01  Joseph Myers  <joseph@codesourcery.com>
1903
1904         * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
1905         well as Cygwin.
1906
1907 2011-11-01  Justin Lebar <justin.lebar@gmail.com>
1908
1909         Add tests for skip command.
1910         * gdb.base/skip-solib-lib.c: New
1911         * gdb.base/skip-solib-main.c: New
1912         * gdb.base/skip-solib.exp: New
1913         * gdb.base/skip.c: New
1914         * gdb.base/skip.exp: New
1915         * gdb.base/skip1.c: New
1916         * gdb.base/Makefile.in: Adding new files.
1917
1918 2011-10-31  Yao Qi  <yao@codesourcery.com>
1919             Pedro Alves  <pedro@codesourcery.com>
1920
1921         * gdb.trace/trace-break.c: New.
1922         * gdb.trace/trace-break.exp: New.
1923
1924 2011-10-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1925
1926         * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
1927         break-here-2.
1928
1929 2011-10-28  Pedro Alves  <pedro@codesourcery.com>
1930
1931         * gdb.threads/no-unwaited-for-left.c: New.
1932         * gdb.threads/no-unwaited-for-left.exp: New.
1933         * gdb.threads/non-ldr-exc-1.c: New.
1934         * gdb.threads/non-ldr-exc-1.exp: New.
1935         * gdb.threads/non-ldr-exc-2.c: New.
1936         * gdb.threads/non-ldr-exc-2.exp: New.
1937         * gdb.threads/non-ldr-exc-3.c: New.
1938         * gdb.threads/non-ldr-exc-3.exp: New.
1939         * gdb.threads/non-ldr-exc-4.c: New.
1940         * gdb.threads/non-ldr-exc-4.exp: New.
1941
1942 2011-10-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1943
1944         * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
1945         * gdb.base/attach-pie-misread.exp: Likewise.
1946         * gdb.base/break-interp.exp: Likewise.
1947         * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
1948         testcases for use_gdb_stub.
1949         * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
1950         (continue): New testcase.
1951         * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
1952         * gdb.threads/attach-into-signal.exp: Likewise.
1953         * gdb.threads/attach-stopped.exp: Likewise.
1954         * gdb.threads/attachstop-mt.exp: Likewise.
1955
1956 2011-10-28  Paul Koning  <paul_koning@dell.com>
1957
1958         * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
1959
1960 2011-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1961
1962         * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
1963         (mi_gdb_test): Import globals thread_selected_re
1964         and breakpoint_re.  Expect them optionally at the regex start.
1965
1966 2011-10-27  Doug Evans  <dje@google.com>
1967
1968         * gdb.python/python.exp: Test source -s.
1969
1970 2011-10-26  Paul Koning  <paul_koning@dell.com>
1971
1972         * gdb.python/lib-types.cc (struct A): New structure.
1973         * gdb.python/lib-types.exp (deepitems): New tests.
1974
1975 2011-10-25  Paul Koning  <paul_koning@dell.com>
1976
1977         PR python/13327
1978
1979         * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
1980         fetch_lazy method.
1981
1982 2011-10-24  Yao Qi  <yao@codesourcery.com>
1983
1984         * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
1985         target is tic6x-*-*.
1986
1987 2011-10-21  Joel Brobecker  <brobecker@adacore.com>
1988
1989         * gdb.ada/mi_task_info/task_switch.adb: New file.
1990         * gdb.ada/mi_task_info.exp: New file.
1991
1992 2011-10-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1993
1994         * gdb.cp/expand-psymtabs-cxx.exp: New file.
1995         * gdb.cp/expand-psymtabs-cxx.cc: New file.
1996
1997 2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
1998
1999         PR python/12656
2000
2001         * gdb.python/py-block.exp: Add is_global, is_static, static_block,
2002         global_block tests.
2003
2004 2011-10-18  Tom Tromey  <tromey@redhat.com>
2005
2006         * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
2007
2008 2011-10-18  Tom Tromey  <tromey@redhat.com>
2009
2010         * gdb.base/source.exp: Don't include full file name in test name.
2011         * gdb.python/python.exp: Don't include full file name in test
2012         name.
2013
2014 2011-10-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2015
2016         * gdb.base/attach-pie-noexec.c: New files.
2017         * gdb.base/attach-pie-noexec.exp: New files.
2018
2019 2011-10-17  Joseph Myers  <joseph@codesourcery.com>
2020
2021         * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
2022         prompt for each extra line in command.
2023
2024 2011-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2025
2026         * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
2027         Revert the part of:
2028         2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2029         * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
2030         Change the expected string.
2031
2032 2011-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2033
2034         Fix results with system glibc debug info installed.
2035         * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
2036         (continue to $syscall (2nd time), continue to $syscall (3rd time)):
2037         Accept also __libc_ symbol prefix and no prefix.
2038
2039 2011-10-14  Keith Seitz  <keiths@redhat.com>
2040
2041         PR c++/13225
2042         * gdb.cp/converts.cc (foo3_1): New function.
2043         (foo3_2): New functions.
2044         * gdb.cp/converts.exp: Add tests for int to pointer conversion
2045         and null pointer conversions of integer constant zero.
2046         Add test to check if all arguments are checked for incompatible
2047         conversion BADNESS.
2048
2049 2011-10-14  Tom Tromey  <tromey@redhat.com>
2050
2051         * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
2052         * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
2053         linespec.
2054
2055 2011-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2056
2057         Fix internal error regression.
2058         * gdb.dwarf2/implptr-optimized-out.S: New file.
2059         * gdb.dwarf2/implptr-optimized-out.exp: New file.
2060
2061 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2062
2063         Fix empty DWARF expressions DATA vs. SIZE conditionals.
2064         * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
2065         (loclist): New.
2066         (4): New abbrev.
2067         * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
2068         Use prepare_for_testing, remove clean_restart.
2069         (p arraynoloc, p arraycallnoloc): New tests.
2070
2071 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2072
2073         * gdb.cp/namespace-enum.exp (executable): New variable.
2074         (binfile): Use ${objdir}/${subdir}/ prefix.
2075         Use ${executable} for clean_restart.
2076
2077 2011-10-11  Sterling Augustine  <saugustine@google.com>
2078
2079         * gdb.cp/Makefile.in: Add namespace-enum test.
2080         * gdb.cp/namespace-enum.exp: New file.
2081         * gdb.cp/namespace-enum.c: New file.
2082         * gdb.cp/namespace-enum-main.c: New file.
2083
2084 2011-10-11  Ulrich Weigand  <ulrich.weigand@linaro.org>
2085
2086         * gdb.python/py-shared.exp: Relax filename check to handle remote:
2087         sysroot.
2088
2089 2011-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2090
2091         Reimplement @entry in input expressions.
2092         * gdb.base/exprs.c (v_int_array_init): New variable.
2093         * gdb.base/exprs.exp (print v_int_array_init)
2094         (print *v_int_array_init@1, print *v_int_array_init@2)
2095         (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
2096         (print v_int_array_init[1]@1): New tests.
2097
2098 2011-10-10  Joseph Myers  <joseph@codesourcery.com>
2099
2100         * gdb.cp/gdb2495.exp: Do not include directories in filename in
2101         expected message.
2102
2103 2011-10-09  Doug Evans  <dje@google.com>
2104
2105         * gdb.base/alias.exp: Add tests for alias command.
2106
2107 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2108
2109         * gdb.arch/amd64-entry-value.s: New file.
2110         * gdb.mi/mi2-amd64-entry-value.s: New file.
2111
2112 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2113
2114         Display @entry parameter values even for references.
2115         * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
2116         functions.
2117         (main): New variables regvar, nodatavarp, stackvar1, stackvar2.  Call
2118         reference and datap_input.
2119         * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
2120         breakpoints.
2121         (continue to breakpoint: entry_reference: reference)
2122         (entry_reference: bt at entry)
2123         (continue to breakpoint: entry_reference: breakhere_reference)
2124         (entry_reference: bt, entry_reference: ptype regparam)
2125         (entry_reference: p regparam, entry_reference: ptype regparam@entry)
2126         (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
2127         (entry_reference: p regcopy, entry_reference: p nodataparam)
2128         (entry_reference: p nodataparam@entry): New tests.
2129
2130 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2131
2132         Support @entry in input expressions.
2133         * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
2134         (entry_stack: p s1@entry, entry_stack: p s2@entry)
2135         (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
2136         (tailcall: p j@entry): New tests.
2137         * gdb.cp/koenig.cc (A::entry): New function.
2138         (main): Call it.
2139         * gdb.cp/koenig.exp (p entry (c)): New test.
2140
2141 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2142
2143         Display @entry parameter values (without references).
2144         * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
2145         (different, validity, invalid): New functions.
2146         (main): Call them.
2147         * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
2148         stacktest, breakhere_stacktest, different, breakhere_different,
2149         breakhere_validity and breakhere_invalid.
2150         (entry: bt): Update for @entry.
2151         (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
2152         (entry_validity: *, entry_invalid: *): Many new tests.
2153         * gdb.base/break.exp
2154         (run until breakpoint set at small function, optimized file): Accept
2155         also the @entry suffix.
2156         * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
2157         * gdb.mi/mi2-amd64-entry-value.c: New files.
2158         * gdb.mi/mi2-amd64-entry-value.exp: New files.
2159
2160 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2161
2162         Protect entry values against self tail calls.
2163         * gdb.arch/amd64-entry-value.cc (self2, self): New.
2164         (main): Call self.
2165         * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
2166         (set debug entry-values 1, self: bt debug entry-values): New tests.
2167
2168 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2169
2170         Recognize virtual tail call frames.
2171         * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
2172         (amb_b, amb_a): New.
2173         (main): Call a and b.
2174         * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
2175         (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
2176         (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
2177         New tests.
2178
2179 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2180
2181         Implement basic support for DW_TAG_GNU_call_site.
2182         * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
2183         * gdb.arch/amd64-entry-value.cc: New file.
2184         * gdb.arch/amd64-entry-value.exp: New file.
2185
2186 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2187
2188         Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
2189         * gdb.dwarf2/implptr-64bit.S: New file.
2190         * gdb.dwarf2/implptr-64bit.exp: New file.
2191
2192 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2193
2194         Fix initial language detection with -readnow.
2195         * gdb.cp/readnow-language.cc: New file.
2196         * gdb.cp/readnow-language.exp: New file.
2197
2198 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2199
2200         Fix printed anonymous struct name.
2201         * gdb.cp/anon-struct.exp (print type of X::t2): New test.
2202
2203 2011-10-09  Joseph Myers  <joseph@codesourcery.com>
2204
2205         * gdb.base/solib-symbol.exp: Do not include directories in
2206         filenames in expected messages.
2207
2208 2011-10-07  Doug Evans  <dje@google.com>
2209
2210         * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
2211
2212 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
2213
2214         Allow Python notification of new object-file loadings.
2215         * gdb.python/py-events.exp: Test newobjfile event.
2216         * gdb.python/py-events.py: Register newobjfile callback.
2217         * gdb.python/py-events.c: Add call to shared library
2218         * gdb.python/py-events-shlib.c: New file.
2219
2220 2011-10-06  Joseph Myers  <joseph@codesourcery.com>
2221
2222         * gdb.base/fixsection.exp: Do not include directories in filename
2223         in expected message.
2224
2225 2011-10-05  Pierre Muller  <muller@ics.u-strasbg.fr>
2226
2227         Add tests for passing of environment variables to inferior.
2228         * gdb.base/testenv.c: New test source.
2229         * gdb.base/testenv.exp: New expect test.
2230
2231 2011-10-04  Paul Koning  <paul_koning@dell.com>
2232
2233         * gdb.python/py-value.c (main): Break before return.
2234
2235 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
2236
2237         PR python/12691: Add the inferior to Python exited event
2238         * gdb.python/py-events.exp: Test the inferior attribute of exited
2239         event with a fork.
2240         * gdb.python/py-events.py: Print inferior number on exit.
2241         * gdb.python/py-events.c: Fork the inferior.
2242
2243 2011-10-03  Edjunior Machado  <emachado@linux.vnet.ibm.com>
2244
2245         * gdb.base/jit.exp: Add testcase name to log message
2246
2247 2011-10-03  Paul Koning  <paul_koning@dell.com>
2248             Jan Kratochvil  <jan.kratochvil@redhat.com>
2249
2250         * gdb.python/py-value.exp
2251         (python inval = gdb.parse_and_eval('*(int*)0'))
2252         (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
2253         (set argc=2, python print argc_lazy): New tests.
2254
2255 2011-10-02  Joel Brobecker  <brobecker@adacore.com>
2256
2257         * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
2258
2259 2011-10-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2260             Pedro Alves  <pedro@codesourcery.com>
2261
2262         * gdb.python/py-value.exp (test_value_in_inferior): New variable
2263         can_read_0, test for it.
2264         (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
2265         (parse_and_eval with memory error): ... here, make it untested if
2266         can_read_0.
2267
2268 2011-09-30  Marek Polacek  <mpolacek@redhat.com>
2269
2270         * gdb.python/python.exp (verify pagination beforehand)
2271         (verify pagination afterwards): Fix race by splitting the line.
2272
2273 2011-09-29  Joseph Myers  <joseph@codesourcery.com>
2274
2275         * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
2276         for 64-bit multilibs from i?86-* targets.
2277
2278 2011-09-29  Marek Polacek  <mpolacek@redhat.com>
2279
2280         * lib/gdb.exp: Fix a typo in one of the comments.
2281
2282 2011-09-29  Marek Polacek  <mpolacek@redhat.com>
2283
2284         * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
2285         matching pattern.
2286
2287 2011-09-28  Paul Koning  <paul_koning@dell.com>
2288
2289         * gdb.python/py-type.c (enum E): New.
2290         * gdb.python/py-type.exp (test_fields): Add tests for Python
2291         mapping access to fields.
2292         (test_enums): New test for field access on enums.
2293
2294 2011-09-27  Stan Shebs  <stan@codesourcery.com>
2295
2296         * gdb.trace/collection.exp: Test collection of $_ret.
2297
2298 2011-09-22  Andreas Tobler  <andreast@fgznet.ch>
2299
2300         * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
2301         list of compilation switches for <*-*-freebsd*>.
2302
2303 2011-09-19  Stan Shebs  <stan@codesourcery.com>
2304
2305         * gdb.trace/tspeed.exp: New file.
2306         * gdb.trace/tspeed.c: New file.
2307
2308 2011-09-18  Yao Qi  <yao@codesourcery.com>
2309
2310         * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
2311         instructions.
2312         (test_adr_32bit, test_pop_pc): Likewise.
2313         (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
2314         Thumb instructions.
2315         * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
2316         in gdb_test_multiple.
2317         (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
2318
2319 2011-09-17  Yao Qi  <yao@codesourcery.com>
2320
2321         * lib/gdb.exp (can_single_step_to_signal_handler): New.
2322         * gdb.base/kill-after-signal.exp: Call it.  Skip if target doesn't
2323         support single step to signal handler.
2324
2325 2011-09-17  Yao Qi  <yao@codesourcery.com>
2326
2327         * gdb.base/disp-step-fork.c: New.
2328         * gdb.base/disp-step-syscall.exp: New.
2329         * gdb.base/disp-step-vfork.c: New.
2330
2331 2011-09-16  Joel Brobecker  <brobecker@adacore.com>
2332
2333         * gdb.ada/tasks.exp: Make the expected output for
2334         the `info tasks' tests more resilient to spacing
2335         changes.
2336
2337 2011-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2338
2339         * gdb.python/py-evthreads.exp (Run to breakpoint 1)
2340         (reached breakpoint 2, reached breakpoint 3): Update expected output.
2341
2342 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
2343
2344         PR Python/12692 Add gdb.selected_inferior() to Python interface.
2345         * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
2346
2347 2011-04-30  Kevin Pouget  <kevin.pouget@st.com>
2348
2349         Handle multiple breakpoint hits in Python interface:
2350         * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
2351         presence.
2352         * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
2353         breakpoint hits.
2354
2355 2011-09-13  Sami Wagiaalla  <swagiaal@redhat.com>
2356             Jan Kratochvil  <jan.kratochvil@redhat.com>
2357
2358         * gdb.python/py-events.exp: Remove pretty printing comment.
2359         * gdb.python/py-evsignal.exp: New file.
2360         * gdb.python/py-evthreads.c: Include signal.h.
2361         (thread3): Remove variable count3.  Remove variable bad and use raise
2362         instead.
2363         (thread2): Remove variable count2.  Move thread3 pthread_create here,
2364         merge pthread_join to a single line.
2365         (main): Remove variable count1.  Merge pthread_join with pthread_create
2366         to a single line.
2367         * gdb.python/py-evthreads.exp: Remove pretty printing comment.  New
2368         KFAIL python/12966 for gdbserver.  Test return value of
2369         gdb_compile_pthreads.  Use gdb_run_cmd.  Replace send_gdb and
2370         gdb_expect by gdb_test and gdb_test_multiple.
2371         (thread 2, thread 3): New tests.
2372
2373 2011-09-12  Matt Rice  <ratmice@gmail.com>
2374             Pedro Alves  <pedro@codesourcery.com>
2375
2376         PR gdb/13175
2377
2378         * gdb.base/interp.exp: New tests.
2379         * gdb.base/interp.c: New file.
2380
2381 2011-09-12  Doug Evans  <dje@google.com>
2382
2383         * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
2384         * gdb.dwarf2/typeddwarf.exp: Ditto.
2385
2386 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2387
2388         Fix compatibility with x32 arch.
2389         * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
2390         * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
2391         is_x86_like_target.
2392         * testsuite/gdb.trace/collection.exp: Likewise.
2393         * testsuite/gdb.trace/report.exp: Likewise.
2394         * testsuite/gdb.trace/unavailable.exp: Likewise.
2395         * testsuite/gdb.trace/while-dyn.exp: Likewise.
2396         * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
2397         (is_x86_like_target): Check also is_amd64_regs_target.
2398
2399 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2400
2401         PR breakpoints/12435
2402         * gdb.arch/amd64-prologue-xmm.c: New file.
2403         * gdb.arch/amd64-prologue-xmm.exp: New file.
2404         * gdb.arch/amd64-prologue-xmm.s: New file.
2405
2406 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2407
2408         * gdb.dwarf2/dw2-param-error-main.c: New file.
2409         * gdb.dwarf2/dw2-param-error.S: New file.
2410         * gdb.dwarf2/dw2-param-error.exp: New file.
2411
2412 2011-09-08  Pedro Alves  <pedro@codesourcery.com>
2413
2414         * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
2415         inferior's pid and look for a core dump named core.$pid.  Use
2416         `remote_file' commands on the host instead of hand coding shell
2417         commands on the build.
2418         * gdb.base/valgrind-db-attach.exp: Kill the program before
2419         finishing the test.
2420
2421 2011-09-02  Matt Rice  <ratmice@gmail.com>
2422
2423         * lib/prompt.exp: New file for testing the first prompt.
2424         * gdb.python/py-prompt.exp: Ditto.
2425         * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
2426
2427 2011-09-02  Pedro Alves  <pedro@codesourcery.com>
2428
2429         * gdb.threads/gcore-thread.exp: Set the global core_supported to
2430         0, before testing gcore.
2431
2432 2011-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2433
2434         * dw2-ifort-parameter-debug.S: Update copyright year.
2435         * dw2-ifort-parameter.c: Update copyright year.
2436         * dw2-ifort-parameter.exp: Update copyright year.
2437
2438         * dw2-ifort-parameter-debug.S: New file.
2439         * dw2-ifort-parameter.c: New file.
2440         * dw2-ifort-parameter.exp: New file.
2441
2442 2011-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2443
2444         * gdb.base/commands.exp (error_clears_commands_left): New function.
2445         (): Call it.
2446
2447 2011-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2448
2449         * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
2450         (C): Initialize `a'.
2451         * gdb.mi/mi-inheritance-syntax-error.exp
2452         (-data-evaluate-expression $path):  Expect `a' as 5.
2453
2454 2011-08-26  Marc Khouzam  <marc.khouzam@ericsson.com>
2455
2456         PR mi/11912
2457         * gdb.mi/mi-inheritance-syntax-error.cc: New file.
2458         * gdb.mi/mi-inheritance-syntax-error.exp: New file.
2459         * gdb.mi/mi-var-cp.cc: Updated for new 'class'
2460         keyword in output of -var-info-path-expression.
2461
2462 2011-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2463
2464         * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
2465         * gdb.trace/collection.exp: Likewise.
2466         * gdb.trace/report.exp: Likewise.
2467         * gdb.trace/unavailable.exp: Likewise.
2468         * gdb.trace/while-dyn.exp: Likewise.
2469
2470 2011-08-18  Keith Seitz  <keiths@redhat.com>
2471
2472         PR c++/12266
2473         * gdb.cp/meth-typedefs.cc: New file.
2474         * gdb.cp/meth-typedefs.exp: New file.
2475
2476 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
2477
2478         * gdb.python/python.exp: Add extended-prompt tests.
2479
2480 2011-08-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2481
2482         * gdb.arch/i386-dr3-watch.exp
2483         (watchpoint on gap1 does not fit debug registers)
2484         (delete all watchpoints): Fix racy expect strings.
2485
2486 2011-08-14  Yao Qi  <yao@codesourcery.com>
2487
2488         * gdb.base/maint.exp: set data_section to ".neardata".
2489         * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
2490         * gdb.base/savedregs.exp: Handle SIGILL.
2491         * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
2492         * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
2493
2494 2011-08-12  Doug Evans  <dje@google.com>
2495
2496         * gdb.python/py-symbol.exp: Add test for symbol.type.
2497
2498 2011-08-12  Ulrich Weigand  <ulrich.weigand@linaro.org>
2499
2500         * gdb.threads/pthreads.exp: Enable on non-native configurations.
2501         * gdb.mi/mi-pthreads.exp: Likewise.
2502         * gdb.mi/mi2-pthreads.exp: Likewise.
2503         * gdb.mi/gdb669.exp.exp: Likewise.
2504
2505 2011-08-09  Pedro Alves  <pedro@codesourcery.com>
2506
2507         * lib/mi-support.exp (detect_async): Rename to...
2508         (mi_detect_async): ... this.
2509         * gdb.mi/mi-nonstop-exit.exp: Adjust.
2510         * gdb.mi/mi-nonstop.exp: Adjust.
2511         * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
2512         * gdb.mi/mi-nsintrall.exp: Adjust.
2513         * gdb.mi/mi-nsmoribund.exp: Adjust.
2514         * gdb.mi/mi-nsthrexec.exp: Adjust.
2515
2516 2011-08-09  Pedro Alves  <pedro@codesourcery.com>
2517
2518         * gdb.base/display.c (do_loops): New `p_i' local.
2519         * gdb.base/display.exp: Test displaying a variable that is
2520         temporarily at a bad address.
2521
2522 2011-08-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2523
2524         * gdb.dwarf2/dw2-op-stack-value.S: New file.
2525         * gdb.dwarf2/dw2-op-stack-value.exp: New file.
2526
2527 2011-08-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2528
2529         * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
2530         * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
2531         (p fuNC_symtab): Permit also ppc64 leading dot.
2532
2533 2011-08-05  Pedro Alves  <pedro@codesourcery.com>
2534
2535         * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
2536         procedure.
2537         (gdb_collect_args_test, gdb_collect_locals_test): Use it.
2538
2539 2011-08-05  Yao Qi  <yao@codesourcery.com>
2540
2541         * gdb.base/callfuncs.exp: Set language after main.
2542         * gdb.cp/cplusfuncs.exp: Likewise.
2543         * gdb.cp/inherit.exp: Likewise.
2544
2545 2011-08-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
2546
2547         * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
2548         * gdb.base/watch-vfork.exp: Skip on remote targets.
2549
2550 2011-08-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
2551
2552         * gdb.threads/thread-find.exp: Support remote targets.
2553
2554 2011-08-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
2555
2556         * gdb.base/jit.exp: Download solib_binfile to target.
2557         * gdb.base/jit-so.exp:  Likewise.  Also, use gdb_load_shlibs
2558         and call dlopen without full path name.
2559         * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
2560         dlopen without full path name.
2561
2562 2011-08-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2563
2564         * gdb.base/break-always.exp: Complete the test
2565         with duplicated breakpoints and enabling/disabling them.
2566
2567 2011-08-02  Tom Tromey  <tromey@redhat.com>
2568
2569         PR gdb/11289:
2570         * gdb.cp/overload.exp: Fix regexps.  Remove kfails.
2571
2572 2011-08-01  Paul Pluzhnikov  <ppluzhnikov@google.com>
2573
2574         PR gdb/13045
2575         * gdb.base/float.exp: Add new test case for PR gdb/13045
2576         * gdb.base/float.c: New file.
2577
2578 2011-07-28  Phil Muldoon  <pmuldoon@redhat.com>
2579
2580         * gdb.python/py-mi.exp: Test printers returning string hint, and
2581         also not returning a value.
2582         * gdb.python/py-prettyprint.c: Add testcase for above.
2583         * gdb.python/py-prettyprint.py: Add test printer for above.
2584
2585 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2586
2587         * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
2588         (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
2589         (.Ldie30) Add as field "data4".
2590         (.Ldie32) Rename field "b" to "shl".
2591         (abbrev4) Change for the "data4" field.
2592         (abbrev5, abbrev6) Remove.
2593         * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
2594         (p &s.shl): ... here.  Add comment.
2595         (p &s.data4): New.
2596
2597 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2598
2599         Fix crash on lval_computed values.
2600         * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
2601
2602 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2603
2604         * gdb.base/help.exp (help whatis): Update the expected string.
2605
2606 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2607
2608         * gdb.dwarf2/dw2-simple-locdesc.S: New file.
2609         * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
2610         * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
2611         Change the expected string.
2612
2613 2011-07-26  Pedro Alves  <pedro@codesourcery.com>
2614
2615         * gdb.base/watchpoint.exp
2616         (test_disable_enable_software_watchpoint): New procedure.
2617         (top level): Run it.
2618
2619 2011-07-26  Ulrich Weigand  <ulrich.weigand@linaro.org>
2620
2621         * gdb.python/py-mi.exp: Avoid '+' in filenames.  Call C version of
2622         executable file "${binfile}", C++ version "${binfile}-cxx".
2623         * gdb.python/py-prettyprint.exp: Likewise.
2624         * gdb.python/py-symbol.exp: Likewise.
2625         * gdb.python/py-type.exp: Likewise.
2626         * gdb.python/py-value.exp: Likewise.
2627         * gdb.python/py-template.exp (test_template_arg): Pass full executable
2628         file name instead of just suffix.
2629
2630 2011-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2631
2632         Fix implicit pointer offsets.
2633         * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
2634         * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
2635         (continue to breakpoint: continue to baz breakpoint for implptr)
2636         (sanity check element 0, sanity check element 1)
2637         (enter the inlined function, check element 0 for the offset)
2638         (check element 1 for the offset)
2639         (continue to breakpoint: ignore the second baz breakpoint): New tests.
2640         (set foo breakpoint for implptr): Update the breakpoint number.
2641
2642 2011-07-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
2643
2644         * gdb.python/py-mi.exp: Use different file names for different
2645         versions of the executable under test.
2646         * gdb.python/py-prettyprint.exp: Likewise.
2647         * gdb.python/py-symbol.exp: Likewise.
2648         * gdb.python/py-template.exp: Likewise.
2649         * gdb.python/py-type.exp: Likewise.
2650         * gdb.python/py-value.exp: Likewise.
2651
2652 2011-07-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
2653
2654         * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
2655         flag after restarting GDB if necessary.
2656
2657 2011-07-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
2658
2659         * gdb.python/py-shared.exp: Call gdb_load_shlibs.
2660
2661 2011-07-22  Pedro Alves  <pedro@codesourcery.com>
2662
2663         * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
2664         backend doesn't leave used debug registers behind.
2665
2666 2011-07-22  Tom Tromey  <tromey@redhat.com>
2667
2668         * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
2669         * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
2670         argument.
2671         * gdb.dwarf2/typeddwarf-amd64.S: New file.
2672
2673 2011-07-21  Matt Rice  <ratmice@gmail.com>
2674
2675         * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
2676         in mostlyclean rule.  Add files ending in .core.
2677
2678 2011-07-21  Matt Rice  <ratmice@gmail.com>
2679
2680         PR macros/12999
2681         * gdb.base/info-macros.c: New test sources.
2682         * gdb.base/info-macros.exp: New tests.
2683
2684 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
2685
2686         * gdb.python/python.exp: Add prompt substitution tests.
2687
2688 2011-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2689
2690         Fix crash if referenced CU is aged out.
2691         * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
2692         New.
2693         * gdb.dwarf2/implptr.exp: Likewise.
2694
2695 2011-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2696
2697         * gdb.dwarf2/implptr.S: Rebuilt.
2698         * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
2699         (bar): Use them for j, k, l.
2700         * gdb.dwarf2/implptr.exp: New variable opts.  Support runtest parameter
2701         COMPILE.
2702         (print j in implptr:bar): Update for the intp typedef.
2703         (print p[0].x in implptr:foo): Use more exact regex.
2704
2705 2011-07-18  Tom Tromey  <tromey@redhat.com>
2706
2707         * gdb.cp/static-method.exp: Add missing single quote.
2708
2709 2011-07-18  Yao Qi  <yao@codesourcery.com>
2710
2711         * gdb.base/async-shell.exp: Skip test if displaced stepping is not
2712         supported.
2713         * gdb.mi/mi-nonstop-exit.exp: Likewise.
2714         * gdb.mi/mi-nonstop.exp: Likewise.
2715         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2716         * gdb.mi/mi-nsintrall.exp: Likewise.
2717         * gdb.mi/mi-nsmoribund.exp: Likewise.
2718         * gdb.mi/mi-nsthrexec.exp: Likewise.
2719         * gdb.python/py-evthreads.exp: Likewise.
2720
2721 2011-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2722
2723         Code cleanup.
2724         * gdb.cp/namespace.exp (xfail_class_types): New variable.  Initialize
2725         it.  Substitute it instead of test_compiler_info everywhere.
2726
2727 2011-07-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
2728
2729         * gdb.base/type-opaque.exp: Use gdb_load_shlibs.  Run test on
2730         remote targets as well.
2731
2732 2011-07-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
2733
2734         * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
2735         * gdb.threads/tls-shared.exp: Use it.  Call gdb_load_shlibs.
2736
2737 2011-07-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
2738
2739         * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
2740         a remote machine, not the host.
2741         (gdb_compile_shlib): Set soname if target is remote.
2742
2743 2011-07-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
2744
2745         * gdb.cp/minsym-fallback.exp: Link in C++ mode.
2746
2747 2011-07-13  Matt Rice <ratmice@gmail.com>
2748
2749         * gdb.python/py-objfile-script-gdb.py: Renamed to
2750         py-objfile-script-gdb.py.in.
2751         * gdb.python/py-objfile-script-gdb.py.in: Renamed from
2752         py-objfile-script-gdb.py.
2753         * gdb.python/py-objfile-script.exp: Update reference to
2754         py-objfile-script-gdb.py.
2755
2756 2011-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2757
2758         * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
2759         reference undefined label.
2760
2761 2011-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2762
2763         * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
2764         (DW_AT_high_pc, DW_AT_low_pc): Remove them.
2765         (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
2766         * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
2767
2768 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
2769
2770         PR python/12438
2771         * gdb.python/python.exp: Add maint set/show python print-stack
2772           deprecated tests.  Add set/show python print-backtrace tests.
2773
2774 2011-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2775
2776         * gdb.java/jprint.exp (print a java.lang.String): xfail without system
2777         debug info.
2778
2779 2011-07-06  Matt Rice  <ratmice@gmail.com>
2780
2781         * gdb.python/python.exp: Update filename paths.
2782         * gdb.python/py-symtab.exp: Ditto.
2783
2784 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
2785
2786         * gdb.python/py-evthreads.exp: Add missing `$'.
2787
2788 2011-07-06  Jie Zhang  <jie.zhang@analog.com>
2789
2790         * config/bfin.exp: New file.
2791         * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
2792         * gdb.asm/bfin.inc: New file.
2793
2794 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
2795
2796         * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
2797         the whole output.
2798
2799 2011-07-05  Tom Tromey  <tromey@redhat.com>
2800
2801         * gdb.java/jprint.java (jprint.hi): New field.
2802         * gdb.java/jprint.exp: Print string.
2803
2804 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
2805
2806         * gdb.base/call-sc.c: Fix typos.
2807         * gdb.base/ifelse.exp: Likewise.
2808         * gdb.base/structs.c: Likewise.
2809
2810 2011-07-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
2811
2812         * gdb.base/jit-so.exp: New test.
2813         * gdb.base/jit-dlmain.c: New file.
2814         * gdb.base/jit-main.c: Allow "main" to be elsewhere.
2815
2816 2011-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2817
2818         * gdb.cp/m-static.exp: Call get_compiler_info.
2819         (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
2820         * gdb.cp/pr9167.exp (p b): Likewise.
2821         * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
2822         (test value of P in inner_m, test type of Z in inner_m): Call
2823         setup_xfail for gcc <= 4.5.
2824
2825 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2826
2827         * gdb.cp/paren-type.cc: New files.
2828         * gdb.cp/paren-type.exp: New files.
2829
2830 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2831
2832         Stop on first linespec terminator instead of eating what we can.
2833         * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
2834         * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
2835         * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
2836         (break C::f()): ... this one.
2837         (break C::operator()()): New test.
2838         * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
2839         * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
2840         test.
2841
2842 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2843
2844         Fall back linespec to minimal symbols.
2845         * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
2846         error message.
2847         * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
2848         * gdb.cp/minsym-fallback-main.cc: New file.
2849         * gdb.cp/minsym-fallback.cc: New file.
2850         * gdb.cp/minsym-fallback.exp: New file.
2851         * gdb.cp/minsym-fallback.h: New file.
2852
2853 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2854
2855         * gdb.cp/no-dmgl-verbose.cc: New file.
2856         * gdb.cp/no-dmgl-verbose.exp: New file.
2857
2858 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2859
2860         * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
2861         __GI_.
2862         * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
2863         (f): New function.
2864         * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
2865         (complete p 'func<short>(): ... here.
2866         * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
2867         * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
2868         * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
2869         * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
2870         Make them KFAIL gcc/49546.
2871
2872 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
2873
2874         * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
2875
2876 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2877
2878         Test GCC PR debug/49546.
2879         * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
2880         (test type of F in k3_m, test value of F in k3_m): New.
2881         * gdb.cp/temargs.cc (struct S3, struct K3): New.
2882         (main): New variable k3.  Call k3.k3_m.
2883
2884 2011-07-01  Jean-Charles Delay  <delay@adacore.com>
2885
2886         * gdb.ada/packed_array.exp: Fix expected outout.
2887
2888 2011-07-01  Jean-Charles Delay  <delay@adacore.com>
2889
2890         * gdb.ada/packed_array.exp: fixed expected output.
2891
2892 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
2893
2894         * gdb.ada/same_enum: New testcase.
2895
2896 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
2897
2898         * gdb.ada/ptr_typedef: New testcase.
2899
2900 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
2901
2902         * gdb.ada/arrayptr.exp: Add ptype test.
2903
2904 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
2905
2906         * gdb.ada/char_enum: New testcase.
2907
2908 2011-07-01  Yao Qi  <yao@codesourcery.com>
2909
2910         * gdb.base/dump.exp (capture_pointer_with_type): New.
2911         Get value from address instead of name.
2912         Start GDB once, and do `dump' and `restore'
2913         tests together.
2914
2915 2011-06-30  Jie Zhang <jie.zhang@analog.com>
2916             Mike Frysinger  <vapier@gentoo.org>
2917
2918         * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
2919         helper functions for getting/setting remotetimeout variable.
2920         * lib/gdb.exp (gdb_load): If the target is remote, set
2921         $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
2922         with $loadtimeout.  Set $load_ok to 0 before doing the load.
2923         Instead of returning, immediately, set $load_ok to 0.  Call
2924         set_remotetimeout with $oldremotetimeout, and then return if
2925         $load_ok is 1.
2926
2927 2011-06-30  Andrew Burgess  <aburgess@broadcom.com>
2928
2929         * gdb.python/py-template.exp: Don't run this test if the target
2930         does not support c++ tests.
2931
2932 2011-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
2933
2934         Fix non-only rename list for Fortran modules import.
2935         * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
2936         tests.
2937         * gdb.fortran/module.f90 (module moduse): New.
2938         (program module): use moduse, test var_x, var_y and var_z.
2939
2940 2011-06-29  Tom Tromey  <tromey@redhat.com>
2941
2942         PR testsuite/12040:
2943         * gdb.fortran/array-element.exp: Use f90, not f77.
2944         * gdb.fortran/complex.exp: Use f90, not f77.
2945         * gdb.fortran/derived-type.exp: Use f90, not f77.
2946         * gdb.fortran/library-module.exp: Use f90, not f77.
2947         * gdb.fortran/logical.exp: Use f90, not f77.
2948         * gdb.fortran/module.exp: Use f90, not f77.
2949         * gdb.fortran/multi-dim.exp: Use f90, not f77.
2950         * gdb.fortran/subarray.exp: Use f90, not f77.
2951
2952 2011-06-29  Tom Tromey  <tromey@redhat.com>
2953
2954         * gdb.fortran/charset.exp: New file.
2955         * gdb.fortran/charset.f90: New file.
2956
2957 2011-06-29  Tom Tromey  <tromey@redhat.com>
2958
2959         PR testsuite/12040:
2960         * lib/future.exp: New file, mostly extracted from ada.exp.
2961         Rewrote compatibility code to use rename.
2962         (gdb_find_gfortran): New proc.
2963         (gdb_default_target_compile): Refresh from dejagnu; plus a pending
2964         gfortran patch.
2965         * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
2966         Move to future.exp.
2967         * lib/gdb.exp: Always load future.exp.
2968
2969 2011-06-28  Yao Qi  <yao@codesourcery.com>
2970
2971         * gdb.cp/exception.cc: Don't include iostream.
2972         (bar): Remove print statement.
2973         (catcher): New.
2974         (main): Remove print statements.  Call function catcher.
2975         * gdb.cp/exception.exp : Don't match inferior's output in regexp.
2976         Set breakpoint on catcher, and check the value of parameter.
2977
2978 2011-06-23  Yao Qi  <yao@codesourcery.com>
2979
2980         * gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
2981         1.2 is disabled.  KFAIL for uclinux.
2982
2983 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
2984
2985         * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
2986         mi_gdb_test.
2987
2988 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
2989
2990         * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
2991
2992 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
2993
2994         * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
2995
2996 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
2997
2998         * gdb.mi/mi2-basics.exp: Fix races.  Honour the
2999         `test_exec_and_symbol_mi_operatons' return value.
3000         (test_mi_interpreter_selection): Use mi_gdb_test instead of
3001         gdb_test_multiple.
3002         (test_exec_and_symbol_mi_operatons): Likewise.
3003         (test_path_specification): Likewise.
3004
3005 2011-06-23  Yao Qi  <yao@codesourcery.com>
3006
3007         * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
3008         supported.
3009         * lib/gdb.exp (support_displaced_stepping): New.
3010
3011 2011-06-23  Yao Qi  <yao@codesourcery.com>
3012
3013         * gdb.threads/execl.exp: Skip on remote target.
3014
3015 2011-06-21  Marek Polacek  <mpolacek@redhat.com>
3016
3017         * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
3018         mi_gdb_test.
3019
3020 2011-06-20  Marek Polacek  <mpolacek@redhat.com>
3021
3022         * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
3023
3024 2011-06-20  Marek Polacek  <mpolacek@redhat.com>
3025
3026         * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
3027         mi_gdb_test.
3028
3029 2011-06-20  Marek Polacek  <mpolacek@redhat.com>
3030
3031         * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
3032
3033 2011-06-14  Yao Qi  <yao@codesourcery.com>
3034
3035         gdb/testsuite/
3036         * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
3037
3038 2011-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
3039
3040         * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
3041
3042 2011-06-10  Tom Tromey  <tromey@redhat.com>
3043
3044         * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
3045         Add tests for pointer-to-member-function.
3046         * gdb.cp/temargs.cc (S::somefunc): New function.
3047         (K2): New class.
3048         (main): Instantiate K2; call method.
3049
3050 2011-06-08  Joel Brobecker  <brobecker@adacore.com>
3051
3052         * gdb.python/py-inferior.c (f2): Make str an array rather
3053         than a pointer.
3054         * gdb.python/py-inferior.exp: Adjust testcase accordingly.
3055
3056 2011-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3057
3058         * gdb.base/async-shell.c: New file.
3059         * gdb.base/async-shell.exp: New file.
3060
3061 2011-06-06  Pedro Alves  <pedro@codesourcery.com>
3062
3063         * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
3064
3065 2011-06-03  Joel Brobecker  <brobecker@adacore.com>  (obvious fix)
3066
3067         From Stephen Kitt  <steve@sk2.org>
3068         * gdb.base/help.exp: Adjust following some spelling corrections
3069         in GDB.
3070
3071 2011-06-01  Yao Qi  <yao@codesourcery.com>
3072
3073         * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
3074
3075 2010-05-31  Keith Seitz  <keiths@redhat.com>
3076
3077         PR c++/12750
3078         * gdb.cp/static-method.cc: New file.
3079         * gdb.cp/static-method.exp: New file.
3080
3081 2010-05-31  Keith Seitz  <keiths@redhat.com>
3082
3083         PR symtab/12704
3084         * gdb.cp/anon-ns.cc: New file.
3085         * gdb.cp/anon-ns.exp: New file.
3086
3087 2011-05-31  Pedro Alves  <pedro@codesourcery.com>
3088
3089         * gdb.arch/i386-dr3-watch.c: New file.
3090         * gdb.arch/i386-dr3-watch.exp: New file.
3091
3092 2011-05-30  Yao Qi  <yao@codesourcery.com>
3093
3094         * gdb.base/callfuncs.c (t_structs_fc): New.
3095         (t_structs_dc, t_structs_ldc): New.
3096         (t_double_many_args):
3097         (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
3098         (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
3099         (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
3100         * gdb.base/callfuncs.exp: Call new functions.
3101
3102 2011-05-30  Yao Qi  <yao@codesourcery.com>
3103
3104         * gdb.base/callfuncs.exp (rerun_and_prepare): New.
3105         Call rerun_and_prepare for each test to isolate effects.
3106
3107 2011-05-30  Yao Qi  <yao@codesourcery.com>
3108
3109         * gdb.base/varargs.c (find_max_float_real): New.
3110         (find_max_double_real, find_max_long_double_real): New.
3111         * gdb.base/varargs.exp: Call these new added functions.
3112         * lib/gdb.exp (setup_kfail_for_target): New.
3113
3114 2011-05-30  Yao Qi  <yao@codesourcery.com>
3115
3116         * gdb.base/funcargs.c (callca, callcb, callcc): New.
3117         (callcd, callce, callcf, callc1a, callc1b): New.
3118         (callc2a, callc2b): New.
3119         * gdb.base/funcargs.exp (complex_args): New.
3120         (complex_integral_args, complex_float_integral_args): New.
3121         * lib/gdb.exp (support_complex_tests): New.  Determine
3122         whether to run test cases on _Complex types.
3123
3124 2011-05-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3125
3126         * gdb.threads/leader-exit.c: New file.
3127         * gdb.threads/leader-exit.exp: New file.
3128
3129 2011-05-27  Marek Polacek  <mpolacek@redhat.com>
3130
3131         * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
3132
3133 2011-05-27  Marek Polacek  <mpolacek@redhat.com>
3134
3135         * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
3136         remove the `supported' variable.
3137         * gdb.mi/mi-nonstop.exp: Likewise.
3138         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3139         * gdb.mi/mi-nsintrall.exp: Likewise.
3140         * gdb.mi/mi-nsmoribund.exp: Likewise.
3141         * gdb.mi/mi-nsthrexec.exp: Likewise.
3142
3143 2011-05-26  Pedro Alves  <pedro@codesourcery.com>
3144
3145         * gdb.reverse/finish-reverse-bkpt.exp: New test.
3146
3147 2011-05-26  Pedro Alves  <pedro@codesourcery.com>
3148
3149         * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
3150
3151 2011-05-24  Keith Seitz  <keiths@redhat.com>
3152
3153         PR breakpoint/12803
3154         * gdb.cp/cmpd-minsyms.cc (a): New method.
3155         (b): New method.
3156         (c): New method.
3157         * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
3158
3159 2011-05-24  Pedro Alves  <pedro@codesourcery.com>
3160
3161         * gdb.base/commands.exp (watchpoint_command_test): Check that the
3162         watchpoint's command list didn't execute when the watchpoint went
3163         out of scope.
3164
3165 2011-05-24  Pierre Muller  <muller@ics.u-strasbg.fr>
3166
3167         Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
3168         * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
3169         * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
3170         * gdb.arch/i386-gnu-cfi.exp: Likewise.
3171         * gdb.arch/i386-permbkpt.exp: Likewise.
3172         * gdb.arch/i386-prologue.exp: Likewise.
3173         * gdb.arch/i386-size-overlap.exp: Likewise.
3174         * gdb.arch/i386-size.exp: Likewise.
3175         * gdb.arch/i386-unwind.exp: Likewise.
3176         * gdb.reverse/i386-precsave.exp: Likewise.
3177         * gdb.reverse/i386-reverse.exp: Likewise.
3178         * gdb.reverse/i386-sse-reverse.exp: Likewise.
3179         * gdb.reverse/i387-env-reverse.exp: Likewise.
3180         * gdb.reverse/i387-stack-reverse.exp: Likewise.
3181
3182 2011-05-24  Pedro Alves  <pedro@codesourcery.com>
3183
3184         * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
3185         file doesn't error, using MI.
3186
3187 2011-05-23  Tom Tromey  <tromey@redhat.com>
3188
3189         * gdb.base/charset.exp (string_display): Add tests to assign to
3190         arrays.
3191         * gdb.base/charset.c (short_array, int_array, long_array): New.
3192
3193 2011-05-20  Pedro Alves  <pedro@codesourcery.com>
3194
3195         Cope with async mode.
3196
3197         * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
3198         into gdb_test + mi_expect_stop.
3199
3200 2011-05-20  Pedro Alves  <pedro@codesourcery.com>
3201
3202         * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
3203         (callme): Remove printf call.
3204
3205 2011-05-20  Pierre Muller  <muller@ics.u-strasbg.fr>
3206
3207         * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
3208         quote pattern to avoid problems with Cygwin/mingw expect versions.
3209         * gdb.base/default.exp (show convenience): Use double
3210         quote pattern for regular expressions.
3211
3212 2011-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3213
3214         Fix -readnow for -gdwarf-4 unused type units.
3215         * gdb.dwarf2/dw4-sig-type-unused.S: New file.
3216         * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
3217
3218 2011-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3219
3220         * gdb.base/kill-after-signal.c: New file.
3221         * gdb.base/kill-after-signal.exp: New file.
3222
3223 2011-05-16  Pedro Alves  <pedro@codesourcery.com>
3224
3225         * gdb.ada/start.exp: Call untested with the correct test filename.
3226         * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
3227         test filename.  Make the test's binary unique.
3228         * gdb.arch/i386-signal.exp: Call untested with the correct test
3229         filename.
3230         * gdb.arch/i386-size-overlap.exp: Ditto.
3231         * gdb.arch/Makefile.in (EXECUTABLES): Update.
3232         * gdb.base/gcore-buffer-overflow.exp: Ditto.
3233         * gdb.cp/call-c.exp: Ditto.
3234         * gdb.mi/mi-reverse.exp: Call untested with the correct test
3235         filename.  Make the test's binary unique.
3236         * gdb.mi/Makefile.in (EXECUTABLES): Update.
3237         * gdb.python/py-mi.exp: Ditto.
3238         * gdb.python/Makefile.in (EXECUTABLES): Update.
3239         * gdb.reverse/i386-precsave.exp: Ditto.
3240         * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
3241         test filename.
3242         * gdb.reverse/i387-stack-reverse.exp: Ditto.
3243         * gdb.reverse/sigall-precsave.exp: Ditto.  Make the test's binary
3244         unique.
3245         * gdb.reverse/sigall-reverse.exp: Call untested with the correct
3246         test filename.
3247         * gdb.reverse/Makefile.in (EXECUTABLES): Update.
3248         * gdb.trace/tfile.exp: Ditto.
3249
3250 2011-05-14  Yao Qi  <yao@codesourcery.com>
3251
3252         * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
3253         type.
3254
3255 2011-05-13  Doug Evans  <dje@google.com>
3256
3257         * gdb.python/py-objfile-script.exp: New file.
3258         * gdb.python/py-objfile-script.c: New file.
3259         * gdb.python/py-objfile-script-gdb.py: New file.
3260         * testsuite/gdb.python/py-section-script.exp: Test
3261         "info auto-load-scripts".
3262
3263 2011-05-13  Tom Tromey  <tromey@redhat.com>
3264
3265         * gdb.dwarf2/clztest.exp: New file.
3266         * gdb.dwarf2/clztest.c: New file.
3267         * gdb.dwarf2/clztest.S: New file.
3268
3269 2011-05-13  Doug Evans  <dje@google.com>
3270
3271         * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
3272         String16 tests.
3273
3274 2011-05-13  Tom Tromey  <tromey@redhat.com>
3275
3276         * lib/gdb.exp (is_x86_like_target): New proc.
3277         * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
3278         * gdb.dwarf2/valop.exp: Use is_x86_like_target.
3279         * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target.  Pass
3280         -nostdlib to compiler.
3281         * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
3282         * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
3283         * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
3284         * gdb.dwarf2/dw2-restore.exp: Check for LP64.
3285         * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
3286
3287 2011-05-13  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3288
3289         * gdb.python/py-function.exp: Test setting a value from a function
3290         which executes a command.
3291
3292 2011-05-12  Tom Tromey  <tromey@redhat.com>
3293
3294         * gdb.dwarf2/typeddwarf.S: New file.
3295         * gdb.dwarf2/typeddwarf.c: New file.
3296         * gdb.dwarf2/typeddwarf.exp: New file.
3297
3298 2011-05-12  Marek Polacek  <mpolacek@redhat.com>
3299
3300         * gdb.mi/mi-basics.exp: Fix races.  Honour the
3301         `test_exec_and_symbol_mi_operatons' return value.
3302         (test_mi_interpreter_selection): Use mi_gdb_test instead of
3303         gdb_test_multiple.
3304         (test_exec_and_symbol_mi_operatons): Likewise.
3305         (test_path_specification): Likewise.
3306
3307 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3308
3309         * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
3310         (gdb_touch_execfile): Remove catch wrappers.  New variable time.
3311         Replace `file copy' and `file rename' by `file mtime'.  Twice.
3312
3313 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3314
3315         * gdb.base/readline-ask.c: New file.
3316         * gdb.base/readline-ask.exp: New file.
3317         * gdb.base/readline-ask.inputrc: New file.
3318
3319 2011-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
3320
3321         * gdb.cell/bt.exp: Delete breakpoints before running to signal
3322         to avoid race condition.
3323         * gdb.cell/coremaker.c: Use small stack size.
3324         * gdb.cell/ea-standalone.exp: Use file name without path as
3325         argument to c_to.
3326         * gdb.cell/fork.exp: Allow other output when continuing to end.
3327
3328 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3329
3330         * gdb.threads/corethreads.c: New file.
3331         * gdb.threads/corethreads.exp: New file.
3332
3333 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3334
3335         * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
3336         Try to compile the test using -Wl,-z,norelro first.
3337         (load_core): New variable libthread_db_seen, initialize it.
3338         (zeroed-threads cannot be listed): Protect it by XFAIL on
3339         !$libthread_db_seen.
3340
3341 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3342
3343         PR 12573
3344         * gdb.dwarf2/dw2-skip-prologue.S: New file.
3345         * gdb.dwarf2/dw2-skip-prologue.c: New file.
3346         * gdb.dwarf2/dw2-skip-prologue.exp: New file.
3347
3348 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3349
3350         * gdb.cp/psymtab-parameter.cc: New file.
3351         * gdb.cp/psymtab-parameter.exp: New file.
3352
3353 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3354
3355         Fix a race.
3356         * gdb.cp/static-print-quit.exp (print c): Split to ...
3357         (print c - <return>, print c - q <return>, print c - to quit):
3358         ... these.  Make the testfile untested on gdb-7.1.
3359
3360 2011-5-05  Janis Johnson  <janisjo@codesourcery.com>
3361
3362         * lib/gdb.exp (exec_target_file, exec_symbol_file,
3363         gdb_rename_execfile, gdb_touch_execfile): New.
3364         * gdb.base/reread.exp: Use new procs to handle multiple
3365         exec files.
3366
3367 2011-05-05  Yao Qi  <yao@codesourcery.com>
3368
3369         * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
3370         (test_adr_32bit, test_pop_pc): New.
3371         * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
3372         (test_adr_32bit, test_pop_pc): New.
3373
3374 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
3375
3376         * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
3377         * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
3378         targets.
3379         * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
3380         handle targets.
3381
3382 2011-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
3383
3384         * gdb.base/completion.exp (complete help info wat): Rename to ...
3385         (complete 'help info wat'): ... here.
3386         Remove all `-re ".*' and `-re "^.*' redundant regexes.
3387         (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
3388
3389 2011-05-04  Pedro Alves  <pedro@codesourcery.com>
3390
3391         * gdb.base/completion.exp: Use gdb_test_multiple instead of
3392         gdb_test and explicit $gdb_prompt/timeout matches.
3393
3394 2011-05-04  Yao Qi  <yao@codesourcery.com>
3395
3396         * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
3397         and __thumb2__.
3398
3399 2011-05-03  Marek Polacek  <mpolacek@redhat.com>
3400
3401         * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
3402         in place of `gdb_test "delete breakpoints"'.  This eliminates two
3403         testcases.
3404
3405 2011-05-02  Pedro Alves  <pedro@codesourcery.com>
3406
3407         PR testsuite/12649
3408         Fix races.
3409
3410         * gdb.base/completion.exp: Remove all sleep calls.  Remove
3411         unnecessary regexs.  Don't explicitly expect anything after the
3412         prompt.  Eat the prompt if necessary.
3413
3414 2011-05-02  Edjunior Machado  <emachado@linux.vnet.ibm.com>
3415
3416         * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
3417         accept to show the caller line again as well as the line after.
3418
3419 2011-04-29  Phil Muldoon  <pmuldoon@redhat.com>
3420
3421         PR mi/12531
3422
3423         * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
3424         compile target.
3425         * gdb.python/py-prettyprint.exp: Add C++ object for
3426         CPLUS_FAKE_CHILD test.
3427
3428 2011-04-28  Ulrich Weigand  <ulrich.weigand@linaro.org>
3429
3430         * gdb.base/signest.exp: New file.
3431         * gdb.base/signest.c: Likewise.
3432
3433 2011-04-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3434
3435         * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
3436         thread and breakpoint notifications.
3437
3438 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3439
3440         * gdb.base/fortran-sym-case.c: New file.
3441         * gdb.base/fortran-sym-case.exp: New file.
3442         * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
3443         * gdb.dwarf2/dw2-case-insensitive.c: New file.
3444         * gdb.dwarf2/dw2-case-insensitive.exp: New file.
3445
3446 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3447
3448         * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
3449         * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
3450         false #1', `if true else false #2' and `if true else false #3'.
3451
3452 2011-04-27  Ulrich Weigand  <ulrich.weigand@linaro.org>
3453
3454         * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
3455         while delivering signal.
3456
3457 2011-04-27  Vladimir Prus  <vladimir@codesourcery.com>
3458
3459         MI breakpoint notifications.
3460
3461         * testsuite/gdb.mi/mi-cli.exp: Adust.
3462         * testsuite/gdb.mi/mi2-cli.exp: Adust.
3463         * testsuite/gdb.mi/mi-watch.exp: Adust.
3464         * testsuite/gdb.mi/mi2-watch.exp: Adust.
3465         * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
3466         notifications.
3467
3468 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3469
3470         * gdb.base/gdbindex-stabs-dwarf.c: New file.
3471         * gdb.base/gdbindex-stabs.c: New file.
3472         * gdb.base/gdbindex-stabs.exp: New file.
3473
3474 2011-04-25  Yao Qi  <yao@codesourcery.com>
3475
3476         * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
3477         with /*...*/.
3478         * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
3479
3480 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3481
3482         * gdb.python/py-value.exp (test_objfiles): Name the first test
3483         `py-value in file.filename'.
3484
3485 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3486
3487         * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
3488         * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
3489         * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
3490         !gdbserver_reconnect_p..
3491         (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
3492
3493 2011-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3494
3495         * gdb.cp/cpcompletion.exp (complete class methods)
3496         (complete class methods beginning with F): Move them above runto.  New
3497         comment about the runto delimiter.
3498
3499 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
3500
3501         * gdb.base/maint.exp: Test that "maint print registers" works
3502         without a running program.
3503
3504 2011-04-20  Marek Polacek  <mpolacek@redhat.com>
3505
3506         * gdb.base/setshow.exp: Fix racy tests.
3507         ($old_gdb_prompt): New variable.
3508
3509 2011-04-19  Tom Tromey  <tromey@redhat.com>
3510
3511         * gdb.mi/mi-nsmoribund.exp:
3512         * gdb.hp/gdb.objdbg/objdbg01.exp:
3513         * gdb.base/structs.exp (test_struct_returns):
3514         * gdb.base/call-sc.exp (test_scalar_returns):
3515         * gdb.base/bigcore.exp: Remove duplicate words.
3516
3517 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3518
3519         * gdb.base/break-interp-lib.c (v, vptr): New variables.
3520         * gdb.base/break-interp.exp (test_attach): New comment.
3521
3522 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3523
3524         * gdb.threads/gcore-thread.exp ($core0file): New variable.
3525         (clear __stack_user.next, clear stack_used.next)
3526         (save a zeroed-threads corefile): New test.
3527         Call core_load for $core0file.
3528         (zeroed-threads cannot be listed): New test.
3529
3530 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3531
3532         * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
3533         filename.
3534         ($srcfile): Preserve the original value.
3535         ($testfile): Match it the .exp filename.
3536         ($corefile): New variable.  Substitute it around.
3537         Use clean_restart.
3538         ($prev_timeout): Remove.
3539         (load_core): Move core loading into this proc.
3540         Fix restore of $timeout if load_core fails.
3541
3542 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3543
3544         * gdb.base/eu-strip-infcall.c: New file.
3545         * gdb.base/eu-strip-infcall.exp: New file.
3546
3547 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3548
3549         * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
3550         * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
3551
3552 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3553
3554         Fix Python access to inlined frames.
3555         * gdb.python/py-frame-inline.c: New file.
3556         * gdb.python/py-frame-inline.exp: New file.
3557
3558 2011-04-13  Edjunior Machado  <emachado@linux.vnet.ibm.com>
3559
3560         * gdb.base/gdb1090.exp: Change breakpoint location to read the
3561         content of 's24' correctly (avoiding "optimized out").
3562         * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
3563
3564 2011-04-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3565
3566         * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
3567
3568 2011-04-13  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3569
3570         * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
3571         expect a colon in watch -location output.
3572
3573 2011-04-13  Marek Polacek  <mpolacek@redhat.com>
3574
3575         * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
3576         New testcase `expect response to define backtrace'.  Also remove
3577         redundant `default' block.
3578
3579 2011-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3580
3581         * gdb.python/py-prettyprint.c (struct hint_error): New.
3582         (main): New variable hint_error.
3583         * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
3584         "print hint_error".
3585         * gdb.python/py-prettyprint.py (class pp_hint_error): New.
3586         (register_pretty_printers): Register it.
3587
3588 2011-04-04  Tom Tromey  <tromey@redhat.com>
3589
3590         * gdb.cp/maint.exp (test_help): Update.
3591         (test_namespace): Likewise.
3592
3593 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
3594
3595         * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
3596         * gdb.ada/arrayptr.exp: Add new tests.
3597
3598 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
3599
3600         * gdb.ada/mi_catch_ex: New testcase.
3601
3602 2011-04-01  Pedro Alves  <pedro@codesourcery.com>
3603
3604         * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
3605         base::overload(void) method without specifying "const".
3606
3607 2011-04-01  Ulrich Weigand  <ulrich.weigand@linaro.org>
3608
3609         * gdb.arch/thumb-singlestep.S: New file.
3610         * gdb.arch/thumb-singlestep.exp: Likewise.
3611
3612 2011-03-31  Tom Tromey  <tromey@redhat.com>
3613
3614         * gdb.python/py-prettyprint.py (exception_flag): New global.
3615         (NoStringContainerPrinter._iterator.next): Check it.
3616         * gdb.python/py-prettyprint.c (main): New variable nstype2.
3617         * gdb.python/py-mi.exp: Set exception_flag and do more tests.
3618
3619 2011-03-29  Tom Tromey  <tromey@redhat.com>
3620
3621         * gdb.cp/anon-struct.cc: New file.
3622         * gdb.cp/anon-struct.exp: New file.
3623
3624 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3625
3626         Test STT_GNU_IFUNC support.
3627         * gdb.base/gnu-ifunc-lib.c: New file.
3628         * gdb.base/gnu-ifunc.c: New file.
3629         * gdb.base/gnu-ifunc.exp: New file.
3630
3631 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3632
3633         Support a ring of related breakpoints.
3634         * gdb.base/watchpoint-delete.c: New file.
3635         * gdb.base/watchpoint-delete.exp: New file.
3636
3637 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3638
3639         * gdb.ada/arrayparam.exp (print first after function call): Use
3640         explicit package name.  Add a comment
3641         (print lasta after function call): Rename ...
3642         (print last after function call): ... it and use explicit package
3643         name.
3644         (print length after function call): Use explicit package name.
3645         * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
3646         * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
3647         (multiple matches for symbol i): Rename ...
3648         (multiple matches for symbol integervar): ... it.
3649         * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
3650         * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
3651
3652 2011-03-25  Andrew Burgess  <aburgess@broadcom.com>
3653
3654         * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
3655         environment variable to make grep output more predictable. Move
3656         all the environment setup into gdb_init so it's done once per test
3657         case rather than each time we start gdb.
3658
3659 2011-03-24  Tom Tromey  <tromey@redhat.com>
3660
3661         * gdb.base/label.exp: Use `main:there' linespec.  Add re-running
3662         test.
3663
3664 2011-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3665
3666         * gdb.dwarf2/dw2-entry-value-main.c: New file.
3667         * gdb.dwarf2/dw2-entry-value.S: New file.
3668         * gdb.dwarf2/dw2-entry-value.exp: New file.
3669
3670 2011-03-22  Phil Muldoon  <pmuldoon@redhat.com>
3671
3672         PR python/12183
3673
3674         * gdb.python/py-function.exp: Add GdbError tests.
3675
3676 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
3677
3678         * gdb.trace/unavailable.cc (args_test_func, local_test_func)
3679         (reglocal_test_func, statlocal_test_func): New functions.
3680         (globals_test_func): Call new functions.
3681         * gdb.trace/unavailable.exp (gdb_collect_args_test)
3682         (gdb_collect_locals_test): New procedure.
3683         (gdb_trace_collection_test): Call new procedures.
3684
3685 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
3686
3687         * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
3688         (test_register, test_register_unavailable): New procedures.
3689         (gdb_unavailable_registers_test): New procedure.
3690         (gdb_trace_collection_test): Call it.
3691
3692 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
3693
3694         PR python/12149
3695
3696         * gdb.python/python.exp: Add gdb.write tests.
3697
3698 2010-03-17  Phil Muldoon  <pmuldoon@redhat.com>
3699
3700         * gdb.python/Makefile.in: Add py-objfile.
3701         * gdb.python/py-objfile.exp: New file.
3702         * gdb.python/py-objfile.c: New file.
3703         * gdb.python/py-block.exp: Add is_valid tests.
3704         * gdb.python/py-inferior.exp: Ditto.
3705         * gdb.python/py-infthread.exp: Ditto.
3706         * gdb.python/py-symbol.exp: Ditto.
3707         * gdb.python/py-symtab.exp: Ditto.
3708
3709 2011-03-16  Keith Seitz  <keiths@redhat.com>
3710
3711         PR c++/12273
3712         * gdb.cp/cmpd-minsyms.exp: New test.
3713         * gdb.cp/cmpd-minsyms.cc: New file.
3714
3715         PR c++/11734
3716         * gdb.cp/ovsrch.exp: New test.
3717         * gdb.cp/ovsrch.h: New file.
3718         * gdb.cp/ovsrch1.cc: New file.
3719         * gdb.cp/ovsrch2.cc: New file.
3720         * gdb.cp/ovsrch3.cc: New file.
3721         * gdb.cp/ovsrch4.cc: New file.
3722
3723 2011-03-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
3724
3725         PR gdb/12528
3726         * gdb.base/Makefile.in: Adjust EXECUTABLES.
3727         * gdb.base/break-on-linker-gcd-function.exp: New test.
3728         * gdb.base/break-on-linker-gcd-function.cc: New file.
3729
3730 2011-03-15  Andreas Tobler  <andreast@fgznet.ch>
3731
3732         * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
3733
3734 2011-03-15  Phil Muldoon  <pmuldoon@redhat.com>
3735
3736         * lib/gdb.exp (gdb_unload): Add another termination case.
3737
3738 2011-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3739
3740         * gdb.dwarf2/dw2-empty-pc-range.S: New file.
3741         * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
3742         * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
3743         Provide a stub byte there.
3744         (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
3745         DW_AT_entry_pc.
3746         (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
3747
3748 2011-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
3749
3750         * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
3751         using a GCC 4.1 or 4.2 compiler.  Add an additional test variant
3752         "generic ABI, auto".
3753         (altivec_abi_tests): Accept vectors returned by reference.
3754
3755 2010-03-14  Phil Muldoon  <pmuldoon@redhat.com>
3756
3757         * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
3758
3759 2011-03-13  Ulrich Weigand  <uweigand@de.ibm.com>
3760
3761         * gdb.python/py-section-script.exp: Skip test if no Python support.
3762
3763 2011-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
3764
3765         * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
3766
3767 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
3768
3769         * gdb.python/py-parameter.exp: Update tests to the new Python
3770         parameter API. Add "no documentation" test.  Add deprecated API
3771         backward compatibility test.
3772
3773 2011-03-09  Tom Tromey  <tromey@redhat.com>
3774
3775         * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
3776         gdb_continue_to_end.
3777
3778 2011-03-09  Mark Kettenis  <kettenis@gnu.org>
3779
3780         * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
3781         tabs.
3782
3783 2011-03-09  Tom Tromey  <tromey@redhat.com>
3784
3785         * lib/gdb.exp (inferior_exited_re): Match. leading `['.  Wrap in
3786         parentheses.
3787         (gdb_continue_to_end): Add "allow_extra" parameter.  Use
3788         $command.
3789         * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
3790         argument to gdb_continue_to_end.
3791         * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
3792         argument to gdb_continue_to_end.
3793         * gdb.cp/annota3.exp: Fix regex.
3794         * gdb.cp/annota2.exp: Fix regex.
3795         * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
3796         gdb_continue_to_end.
3797         * gdb.base/call-signal-resume.exp: Revert earlier patch.
3798         * gdb.ada/tasks.exp: Pass "allow_extra" argument to
3799         gdb_continue_to_end.
3800
3801 2011-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
3802
3803         * gdb.server/ext-run.exp
3804         (load new file without any gdbserver inferior): New test.
3805
3806 2011-03-07  Tom Tromey  <tromey@redhat.com>
3807
3808         * Makefile.in (TAGS): Rewrite.
3809
3810 2011-03-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3811
3812         * gdb.trace/report.exp (12.1: trace report #1): New match for the
3813         initial commands echo.  New match for `Found trace'.  Anchor all the
3814         other matches.  Anchor and match for `No trace frame found' the final
3815         match.
3816
3817 2011-03-07  Tom Tromey  <tromey@redhat.com>
3818
3819         * Makefile.in (TAGS): New target.
3820
3821 2011-03-07  Tom Tromey  <tromey@redhat.com>
3822
3823         * lib/opencl.exp (skip_opencl_tests): Update for exit message
3824         change.
3825         * lib/mi-support.exp (mi_gdb_test): Update for exit message
3826         change.
3827         * lib/gdb.exp (gdb_test_multiple): Update comment.  Update for
3828         exit message change.
3829         (skip_altivec_tests): Update for exit message change.
3830         (skip_vsx_tests): Likewise.
3831         (gdb_continue_to_end): Likewise.  Add 'command' argument.
3832         * lib/cell.exp (skip_cell_tests): Update for exit message change.
3833         * gdb.threads/tls.exp: Update for exit message change.
3834         * gdb.threads/thread-unwindonsignal.exp: Use
3835         gdb_continue_to_end.
3836         * gdb.threads/step.exp (step_it): Update for exit message change.
3837         (continue_all): Likewise.
3838         * gdb.threads/print-threads.exp (test_all_threads): Update for
3839         exit message change.
3840         * gdb.threads/interrupted-hand-call.exp: Use
3841         gdb_continue_to_end.
3842         * gdb.threads/execl.exp: Use gdb_continue_to_end.
3843         * gdb.python/py-prettyprint.exp (run_lang_tests): Use
3844         gdb_continue_to_end.
3845         * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
3846         * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
3847         * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
3848         * gdb.cp/method.exp: Update for exit message change.
3849         * gdb.cp/mb-templates.exp: Update for exit message change.
3850         * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
3851         * gdb.cp/annota3.exp: Update for exit message change.
3852         * gdb.cp/annota2.exp: Update for exit message change.
3853         * gdb.cell/fork.exp: Use gdb_continue_to_end.
3854         * gdb.base/term.exp: Update for exit message change.
3855         * gdb.base/step-test.exp (test_i): Update for exit message change.
3856         * gdb.base/sigstep.exp (advance): Update for exit message change.
3857         (advancei): Likewise.
3858         * gdb.base/siginfo.exp: Update for exit message change.
3859         * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
3860         * gdb.base/reread.exp: Use gdb_continue_to_end.
3861         * gdb.base/langs.exp: Use gdb_continue_to_end.
3862         * gdb.base/interrupt.exp: Update for exit message change.
3863         * gdb.base/gdb1555.exp: Update for exit message change.
3864         * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
3865         * gdb.base/ending-run.exp: Update for exit message change.
3866         * gdb.base/chng-syms.exp: Update for exit message change.
3867         * gdb.base/checkpoint.exp: Update for exit message change.
3868         * gdb.base/catch-syscall.exp (check_for_program_end): Use
3869         gdb_continue_to_end.
3870         (test_catch_syscall_with_wrong_args): Likewise.
3871         * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
3872         * gdb.base/break-interp.exp (test_ld): Update for exit message
3873         change.
3874         * gdb.base/bang.exp: Update for exit message change.
3875         * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
3876         (do_call_attach_tests): Likewise.
3877         * gdb.base/a2-run.exp: Update for exit message change.
3878         * gdb.arch/ppc-dfp.exp: Update for exit message change.
3879         * gdb.ada/tasks.exp: Use gdb_continue_to_end.
3880         * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
3881
3882 2011-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3883
3884         * gdb.base/help.exp (help thread find): Fix one forgotten quote.
3885
3886 2011-03-03  Tom Tromey  <tromey@redhat.com>
3887
3888         * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
3889         * gdb.hp/gdb.aCC/configure (Makefile): Remove.
3890         * gdb.hp/gdb.aCC/configure.ac: Remove.
3891         * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
3892         * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
3893         * gdb.hp/gdb.base-hp/configure.ac: Remove.
3894         * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
3895         * gdb.hp/gdb.compat/configure (Makefile): Remove.
3896         * gdb.hp/gdb.compat/configure.ac: Remove.
3897         * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
3898         * gdb.hp/gdb.defects/configure (Makefile): Remove.
3899         * gdb.hp/gdb.defects/configure.ac: Remove.
3900         * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
3901         * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
3902         * gdb.hp/gdb.objdbg/configure.ac: Remove.
3903         * gdb.hp/configure.ac: Remove.
3904         * gdb.hp/configure: Remove.
3905         * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
3906         substitution.
3907         (Makefile): Remove rule.
3908         * gdb.cell/configure.ac: Remove.
3909         * gdb.cell/configure: Remove.
3910         * gdb.stabs/Makefile.in (Makefile): Remove.
3911         (distclean): Don't remove config.status or config.log.
3912         * gdb.stabs/configure (Makefile): Remove.
3913         * gdb.stabs/configure.ac: Remove.
3914         * configure: Rebuild.
3915         * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
3916         Remove stabs- and cell-specific logic.  Test for existence of
3917         ../gdbtk before configuring gdb.gdbtk.  Build Makefiles in gdb.hp
3918         subdirectories, gdb.cell, and and gdb.stabs.
3919         * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
3920
3921 2011-03-03  Joel Brobecker  <brobecker@adacore.com>
3922
3923         * gdb.python/py-inferior.exp: Avoid searching pattern beyond
3924         end of buffer.
3925
3926 2011-03-02  Joel Brobecker  <brobecker@adacore.com>
3927
3928         * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
3929         gdb_test when running a test where we expected no output back.
3930
3931 2011-02-28  Michael Snyder  <msnyder@vmware.com>
3932
3933         * gdb.cp/overload.cc: Change initializer value to integer.
3934
3935 2011-02-27  Michael Snyder  <msnyder@vmware.com>
3936
3937         * gdb.multi/base.exp: Add test for remove-inferiors.
3938
3939 2011-02-26  Joel Brobecker  <brobecker@adacore.com>
3940
3941         * gdb.python/py-frame.exp: Simplify the initialization phase
3942         using prepare_for_testing.
3943
3944 2011-02-25  Michael Snyder  <msnyder@vmware.com>
3945
3946         * gdb.multi/base.exp: Add tests for info inferiors with args.
3947
3948 2011-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3949
3950         * gdb.dwarf2/dw2-ranges.S: Rename to ...
3951         * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
3952         * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
3953         Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
3954         asmfile3.  Comment the STABS (#3) file compilation.  Compile
3955         everything through assembler.  Provide KFAIL for symtab/12497.
3956         * gdb.dwarf2/dw2-ranges2.S: Rename to ...
3957         * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
3958         * gdb.dwarf2/dw2-ranges3.S: Rename to ...
3959         * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
3960
3961 2011-02-24  Michael Snyder  <msnyder@vmware.com>
3962
3963         * gdb.base/break.exp: Add tests for delete breakpoints using
3964         convenience variables and value history references.
3965
3966 2011-02-24  Michael Snyder  <msnyder@vmware.com>
3967
3968         * gdb.base/break.exp: Remove debugging 'printf' accidentally
3969         left behind in previous check-in.
3970
3971 2011-02-23  Michael Snyder  <msnyder@vmware.com>
3972
3973         * gdb.base/break.exp: Add tests for "info break" with arguments.
3974         * gdb.trace/infotrace.exp: Update patterns for error and help.
3975         * gdb.base/completion.exp: Update pattern.
3976         * gdb.base/ena-dis-br.exp: Update pattern.
3977         * gdb.base/help.exp: Update patterns.
3978
3979 2011-02-23  Michael Snyder  <msnyder@vmware.com>
3980
3981         * gdb.base/memattr.exp: New test.
3982         * gdb.base/memattr.c: Test load for memattr.exp.
3983
3984 2011-02-22  Doug Evans  <dje@google.com>
3985
3986         * gdb.python/py-symbol.exp: Test lookup_global_symbol.
3987
3988 2011-02-22  Michael Snyder  <msnyder@vmware.com>
3989
3990         * Makefile.in: Make more clean.
3991         * gdb.ada/Makefile.in: Ditto.
3992         * gdb.arch/Makefile.in: Ditto.
3993         * gdb.asm/Makefile.in: Ditto.
3994         * gdb.base/Makefile.in: Ditto.
3995         * gdb.cp/Makefile.in: Ditto.
3996         * gdb.dwarf2/Makefile.in: Ditto.
3997         * gdb.java/Makefile.in: Ditto.
3998         * gdb.mi/Makefile.in: Ditto.
3999         * gdb.modula2/Makefile.in: Ditto.
4000         * gdb.python/Makefile.in: Ditto.
4001         * gdb.server/Makefile.in: Ditto.
4002         * gdb.stabs/Makefile.in: Ditto.
4003         * gdb.threads/Makefile.in: Ditto.
4004         * gdb.trace/Makefile.in: Ditto.
4005
4006 2011-02-22  Michael Snyder  <msnyder@vmware.com>
4007
4008         * gdb.threads/thread-find.exp: Add tests for bad input to
4009         info threads.
4010
4011 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
4012
4013         * gdb.python/py-breakpoint.exp: Fix the expected output of
4014         one of the "maint info breakpoints" tests to accept the output
4015         generated on platforms that do not have hardware watchpoints.
4016
4017 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
4018
4019         * gdb.python/py-breakpoint.exp: Remove unnecessary call to
4020         clean_restart.  Be a little stricter in the expected output
4021         for one of the tests.  Fix a typo in one of the comments.
4022
4023 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
4024
4025         * gdb.python/py-block.exp: Simplify using prepare_for_testing.
4026         Delete variable binfile, no longer use.  Add or modify test
4027         comments to make them unique.
4028
4029 2011-02-21  Michael Snyder  <msnyder@vmware.com>
4030
4031         * Makefile.in: Update for make clean.
4032         * gdb.ada/Makefile.in: Ditto.
4033         * gdb.arch/Makefile.in: Ditto.
4034         * gdb.asm/Makefile.in: Ditto.
4035         * gdb.base/Makefile.in: Ditto.
4036         * gdb.cp/Makefile.in: Ditto.
4037         * gdb.dwarf2/Makefile.in: Ditto.
4038         * gdb.java/Makefile.in: Ditto.
4039         * gdb.mi/Makefile.in: Ditto.
4040         * gdb.modula2/Makefile.in: Ditto.
4041         * gdb.python/Makefile.in: Ditto.
4042         * gdb.server/Makefile.in: Ditto.
4043         * gdb.stabs/Makefile.in: Ditto.
4044         * gdb.threads/Makefile.in: Ditto.
4045         * gdb.trace/Makefile.in: Ditto.
4046
4047 2011-02-21  Michael Snyder  <msnyder@vmware.com>
4048
4049         * gdb.threads/thread-find.exp: Update patterns for changes in
4050         output of "info threads" command.
4051
4052 2011-02-21  Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4053             Ulrich Weigand  <uweigand@de.ibm.com>
4054
4055         * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
4056         (skip_hw_watchpoint_tests): Likewise.
4057         (skip_hw_watchpoint_multi_tests): Likewise.
4058
4059 2011-02-21  Ulrich Weigand  <uweigand@de.ibm.com>
4060
4061         * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
4062         (skip_hw_watchpoint_tests): Likewise.
4063         (skip_hw_watchpoint_multi_tests): Likewise.
4064         (skip_hw_watchpoint_access_tests): Likewise.
4065
4066         * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
4067         * gdb.base/pr11022.exp: Likewise.
4068         * gdb.base/watch-read.exp: Likewise.
4069         * gdb.base/watch_thread_num.exp: Likewise.
4070         * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
4071         * gdb.base/watchpoint-hw.exp: Likewise.
4072         * gdb.base/watchpoint.exp: Likewise.
4073         * gdb.threads/local-watch-wrong-thread.exp: Likewise.
4074         * gdb.threads/watchthreads-reorder.exp: Likewise.
4075         * gdb.threads/watchthreads.exp: Likewise.
4076         * gdb.threads/watchthreads2.exp: Likewise.
4077
4078 2011-02-21  Joel Brobecker  <brobecker@adacore.com>
4079
4080         * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
4081         the debugger is unable to find the array bounds.
4082
4083 2011-02-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4084
4085         * gdb.cp/typedef-operator.exp: New file.
4086         * gdb.cp/typedef-operator.cc: New file.
4087
4088 2011-02-17  Michael Snyder  <msnyder@vmware.com>
4089
4090         * gdb.threads/thread-find.exp: Fix regular expressions.
4091
4092 2011-02-17  Joel Brobecker  <brobecker@adacore.com>
4093
4094         * gdb.ada/packed_array: Expand testcase to test printing of
4095         unconstrained packed array.
4096
4097 2011-02-17  Joel Brobecker  <brobecker@adacore.com>
4098
4099         * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
4100
4101 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
4102
4103         * gdb.trace/collection.c (globalarr3): New global.
4104         (main): Initialize it before collecting, and and clear it
4105         afterwards.
4106         * gdb.trace/collection.exp (gdb_collect_globals_test): Test
4107         collecting with '{type} addr', where the addr expression is not an
4108         rvalue.
4109
4110 2011-02-16  Ken Werner  <ken.werner@de.ibm.com>
4111
4112         * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
4113         a bool variable. Expect correct OpenCL names for vector types. Use the
4114         uc3 variable name instead of referring to the uchar3 built-in type.
4115         Escape the asterisk at the half pointer test.
4116
4117 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
4118
4119         * gdb.trace/collection.c (globalarr2): New global.
4120         (main): Initialize it before collecting, and and clear it
4121         afterwards.
4122         * gdb.trace/collection.exp (gdb_collect_globals_test): Test
4123         collecting overlapping memory ranges.
4124
4125 2011-02-15  Michael Snyder  <msnyder@vmware.com>
4126
4127         * gdb.base/default.exp: Add tests for thread commands.
4128         * gdb.base/help.exp: Add tests for thread commands.
4129         * gdb.threads/thread-find.exp: New test for thread find command.
4130
4131 2011-02-15  Ken Werner  <ken.werner@de.ibm.com>
4132
4133         * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
4134
4135 2011-02-15  Yao Qi  <yao@codesourcery.com>
4136
4137         PR tdep/12352
4138         * gdb.arch/arm-disp-step.S : New test for str instruction.
4139         * gdb.arch/arm-disp-step.exp : Likewise.
4140
4141 2011-02-15  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4142
4143         * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
4144         "vector_register2_vr" test strings.  Test the extended floating
4145         point registers (F32~F63).
4146         * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
4147         IBM XL C compiler.  Make the test program use a register provided
4148         by the compiler for the lxvd2x instruction.
4149
4150 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
4151
4152         * gdb.trace/unavailable.cc (class Base, class Middle, class
4153         Derived): New types.
4154         (derived_unavail, derived_partial, derived_whole): New globals.
4155         (virtual_partial): New global.
4156         (virtualp): Point at virtual_partial.
4157         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
4158         related to unavailable vptr.
4159
4160 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
4161
4162         * gdb.trace/unavailable.cc (a, b, c): New globals.
4163         (main): Set and clear them.
4164         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
4165         `a' and `c', and check that `b' isn't collected, although `a' and
4166         `c' are.
4167
4168 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
4169
4170         * gdb.trace/unavailable.cc (struct Virtual): New.
4171         (virtualp): New global pointer.
4172         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
4173         printing a pointer to an object whose type has a vtable, with
4174         print object on.
4175
4176 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
4177
4178         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
4179         value repeat handles unavailableness.
4180
4181 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
4182
4183         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
4184         tests for building arrays from unavailable values, subscripting
4185         non-memory rvalue unvailable arrays, and accessing fields or
4186         baseclasses of non-lazy unavailable values,
4187         * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
4188         struct types.
4189         (g_smallstruct, g_smallstruct_b): New globals.
4190
4191 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
4192
4193         * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
4194
4195 2011-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4196
4197         Fix const/volatile qualifiers of C++ types, PR c++/12328.
4198         * gdb.cp/overload-const.exp: New file.
4199         * gdb.cp/overload-const.cc: New file.
4200
4201 2011-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
4202
4203         * gdb.opencl/callfuncs.cl: New file.
4204         * gdb.opencl/callfuncs.exp: New test.
4205         * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
4206
4207 2011-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
4208
4209         * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
4210         when computing result.
4211         * gdb.arch/altivec-abi.exp: Update expected results.
4212
4213 2011-02-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4214
4215         * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
4216         * gdb.base/jit.exp: Likewise.
4217         * gdb.base/pie-execl.exp: Likewise.
4218         * gdb.base/solib-nodir.exp: Likewise.
4219         * gdb.base/solib-overlap.exp: Likewise.
4220
4221 2011-02-07  Pedro Alves  <pedro@codesourcery.com>
4222
4223         * gdb.trace/collection.c (global_pieces): New.
4224         * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
4225         New procedure.
4226         (gdb_trace_collection_test): Call it.
4227
4228 2011-02-04  Sami Wagiaalla  <swagiaal@redhat.com>
4229
4230         * gdb.python/py-evthreads.c: New file.
4231         * gdb.python/py-evthreads.exp: New file.
4232         * gdb.python/py-events.py: New file.
4233         * gdb.python/py-events.exp: New file.
4234         * gdb.python/py-events.c: New file.
4235
4236 2011-02-04 David Daney <ddaney@caviumnetworks.com>
4237
4238         * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
4239
4240 2011-02-03  Andrew Burgess  <aburgess@broadcom.com>
4241
4242         * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
4243         gdb.base/disasm-end-cu.exp: New test for disassembling over the
4244         boundary between two compilation units.
4245
4246 2011-02-02  Pedro Alves  <pedro@codesourcery.com>
4247
4248         * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
4249         (Virtual): New structs.
4250         (virtual_o, virtual_middle_b): New globals.
4251         * gdb.cp/virtbase.exp: New tests.
4252
4253 2011-01-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
4254
4255         * gdb.base/jit.exp: New file.
4256         * gdb.base/jit-main.c: New file.
4257         * gdb.base/jit-solib.c: New file.
4258
4259 2011-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
4260
4261         * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
4262         proceed to initial kernel entry point.
4263         * gdb.opencl/datatypes.exp: Likewise.
4264         * gdb.opencl/operators.exp: Likewise.
4265         * gdb.opencl/vec_comps.exp: Likewise.
4266
4267 2011-01-31  Sami Wagiaalla  <swagiaal@redhat.com>
4268
4269         * gdb.cp/nsnested.cc: New.
4270         * gdb.cp/nsnested.exp: New.
4271         * gdb.cp/nsnoimports.exp: New.
4272         * gdb.cp/nsnoimports.cc: New.
4273
4274 2011-01-31  Joel Brobecker  <brobecker@adacore.com>
4275
4276         * gdb.base/interact.exp: Add extra tests that verify that
4277         the value of the interactive-mode setting does not change
4278         after the script is sourced.
4279
4280 2011-01-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
4281
4282         * gdb.cp/noparam.exp: New file.
4283         * gdb.cp/noparam.cc: New file.
4284
4285 2011-01-28  Pedro Alves  <pedro@codesourcery.com>
4286
4287         * gdb.trace/tfile.exp: Test that with no traceframe selected,
4288         there's no stack or registers.
4289
4290 2011-01-26  Tom Tromey  <tromey@redhat.com>
4291
4292         * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
4293         space before string output.  Add test for "set print pretty off"
4294         case.
4295
4296 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
4297
4298         * gdb.base/frame-args.exp: Adjust.
4299         * gdb.dwarf2/dw2-noloc.exp: Adjust.
4300         * gdb.dwarf2/dw2-inline-param.exp: Adjust.
4301         * gdb.dwarf2/pieces.exp: Adjust.
4302         * gdb.opt/clobbered-registers-O2.exp: Adjust.
4303         * gdb.opt/inline-locals.exp: Adjust.
4304         * gdb.threads/fork-child-threads.exp: Adjust.
4305
4306 2011-01-25  Ken Werner  <ken.werner@de.ibm.com>
4307
4308         * gdb.opencl/convs_casts.cl: Move program scope variables into the
4309         OpenCL kernel function. Add a comment as marker. Add address space
4310         qualifiers for the remaining program scope variables.
4311         * gdb.opencl/datatypes.cl: Likewise.
4312         * gdb.opencl/operators.cl: Likewise.
4313         * gdb.opencl/vec_comps.cl: Likewise.
4314         * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
4315         Add breakpoint at the marker comment.
4316         * gdb.opencl/datatypes.exp: Likewise.
4317         * gdb.opencl/operators.exp: Likewise.
4318         * gdb.opencl/vec_comps.exp: Likewise.
4319
4320 2011-01-24  Pedro Alves  <pedro@codesourcery.com>
4321
4322         * gdb.base/printcmds.c (some_struct): New struct and instance.
4323         * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
4324         procedure.
4325         <global scope>: Call it.
4326
4327 2011-01-21  Ken Werner  <ken.werner@de.ibm.com>
4328
4329         * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
4330         argument to the gdb_compile_opencl_hostapp call.
4331
4332 2011-01-19  Yao Qi  <yao@codesourcery.com>
4333
4334         * lib/dwarf.exp (dwarf2_support): Change supported targets to a
4335         positve list.
4336
4337 2011-01-19  Yao Qi  <yao@codesourcery.com>
4338
4339         * gdb.asm/asm-source.exp: Replace ARM target triplet with a
4340         canonical form.
4341         Remove "xscale-*-*"
4342         * gdb.xml/tdesc-regs.exp: Likewise.
4343         * gdb.python/py-section-script.exp: Replace ARM target triplet
4344         with canonical form.
4345         Match arm*-*-symbianelf*.
4346         * gdb.base/dup-sect.exp: Likewise.
4347         * lib/dwarf.exp: New.
4348         * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
4349         dwarf2_support.
4350         * gdb.dwarf2/dup-psym.exp: Likewise.
4351         * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
4352         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4353         * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
4354         * gdb.dwarf2/dw2-basic.exp: Likewise.
4355         * gdb.dwarf2/dw2-compressed.exp: Likewise.
4356         * gdb.dwarf2/dw2-const.exp: Likewise.
4357         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
4358         * gdb.dwarf2/dw2-cu-size.exp: Likewise.
4359         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4360         * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
4361         * gdb.dwarf2/dw2-filename.exp: Likewise.
4362         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4363         * gdb.dwarf2/dw2-inline-param.exp: Likewise.
4364         * gdb.dwarf2/dw2-intercu.exp: Likewise.
4365         * gdb.dwarf2/dw2-intermix.exp: Likewise.
4366         * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
4367         * gdb.dwarf2/dw2-noloc.exp: Likewise.
4368         * gdb.dwarf2/dw2-op-call.exp: Likewise.
4369         * gdb.dwarf2/dw2-producer.exp: Likewise.
4370         * gdb.dwarf2/dw2-ranges.exp: Likewise.
4371         * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
4372         * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
4373         * gdb.dwarf2/dw2-strp.exp: Likewise.
4374         * gdb.dwarf2/dw2-unresolved.exp: Likewise.
4375         * gdb.dwarf2/implptr.exp: Likewise.
4376         * gdb.dwarf2/mac-fileno.exp: Likewise.
4377         * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
4378         * gdb.dwarf2/pieces.exp: Likewise.
4379         * gdb.dwarf2/pr11465.exp: Likewise.
4380         * gdb.dwarf2/valop.exp: Likewise.
4381         * gdb.dwarf2/watch-notconst.exp: Likewise.
4382         * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
4383
4384 2011-01-19  Tom Tromey  <tromey@redhat.com>
4385
4386         * gdb.python/py-infthread.exp: Add thread tests.
4387
4388 2011-01-14  Joel Brobecker  <brobecker@adacore.com>
4389
4390         * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
4391
4392 2011-01-14  Joel Brobecker  <brobecker@adacore.com>
4393
4394         * gdb.ada/widewide: New testcase.
4395
4396 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
4397
4398         * gdb.base/interact.exp: New testcase.
4399
4400 2011-01-12  Tom Tromey  <tromey@redhat.com>
4401
4402         * gdb.mi/gdb2549.exp: Update for error message changes.
4403         * gdb.mi/mi-cli.exp: Likewise.
4404         * gdb.mi/mi-disassemble.exp: Likewise.
4405         * gdb.mi/mi-pthreads.exp: Likewise.
4406         * gdb.mi/mi-regs.exp: Likewise.
4407         * gdb.mi/mi-stack.exp: Likewise.
4408         * gdb.mi/mi-var-block.exp: Likewise.
4409         * gdb.mi/mi-var-cmd.exp: Likewise.
4410         * gdb.mi/mi2-cli.exp: Likewise.
4411         * gdb.mi/mi2-disassemble.exp: Likewise.
4412         * gdb.mi/mi2-pthreads.exp: Likewise.
4413         * gdb.mi/mi2-regs.exp: Likewise.
4414         * gdb.mi/mi2-stack.exp: Likewise.
4415         * gdb.mi/mi2-var-block.exp: Likewise.
4416         * gdb.mi/mi2-var-cmd.exp: Likewise.
4417
4418 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
4419             Jan Kratochvil  <jan.kratochvil@redhat.com>
4420
4421         PR fortran/11104 and DWARF unbound arrays detection.
4422         * gdb.fortran/multi-dim.exp: New file.
4423         * gdb.fortran/multi-dim.f90: New file.
4424
4425 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
4426
4427         * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
4428         expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
4429         add new tests for opcode dumping.
4430
4431 2011-01-11  Tom Tromey  <tromey@redhat.com>
4432
4433         * gdb.python/py-infthread.exp: Load gdb-python.exp.
4434
4435 2010-01-11  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4436
4437         Convert hardware watchpoints to use breakpoint_ops.
4438         * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
4439         type is not supported.
4440         * gdb.base/foll-fork.exp: Likewise.
4441         * gdb.base/foll-vfork.exp: Likewise.
4442
4443 2011-01-10  Phil Muldoon  <pmuldoon@redhat.com>
4444
4445         * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
4446         Use load_lib gdb-python.exp.
4447         * gdb.python/python.exp: Ditto.
4448         * gdb.python/py-function.exp: Ditto.
4449
4450 2011-01-09  Andreas Schwab  <schwab@linux-m68k.org>
4451
4452         * gdb.threads/tls.exp ("info address me"): Fix expected output.
4453
4454 2011-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4455
4456         * configure: Regenerate.
4457
4458 2011-01-06  Tom Tromey  <tromey@redhat.com>
4459
4460         * gdb.python/py-frame.exp: Test gdb.newest_frame.
4461
4462 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
4463
4464         * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
4465         gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
4466         gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
4467         gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
4468         gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
4469         gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
4470         gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
4471         gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
4472         gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
4473         gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
4474         gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
4475         gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
4476         gdb.ada/null_array.exp, gdb.ada/null_record.exp,
4477         gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
4478         gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
4479         gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
4480         gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
4481         gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
4482         gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
4483         gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
4484         gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
4485         gdb.ada/uninitialized_vars.exp,
4486         gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
4487         Simplify by using clean_restart.
4488
4489 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
4490
4491         Add marker to be used as anchor for inserting breakpoints.
4492         * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
4493         * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
4494         Likewise.
4495
4496         Remove uses of gdb_start_cmd.
4497         * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
4498         * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
4499
4500         Do not run testcase if testing with GDBserver.
4501         * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
4502         if testing with GDBserver.
4503
4504 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
4505
4506         * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
4507         gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
4508         copyright header.
4509
4510 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
4511
4512         * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
4513         testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
4514         testsuite/gdb.fortran/complex.f,
4515         testsuite/gdb.fortran/derived-type.f90,
4516         testsuite/gdb.fortran/library-module-lib.f90,
4517         testsuite/gdb.fortran/library-module-main.f90,
4518         testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
4519         testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
4520         Copyright year update.
4521
4522 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
4523
4524         * gdb.base/langs1.f: Add copyright header.
4525
4526 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4527
4528         * gdb.base/morestack.exp: New file.
4529         * gdb.base/morestack.c: New file.
4530
4531 2011-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4532
4533         * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
4534
4535 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
4536
4537         * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
4538         * gdb.ada/arrayptr.exp: Add test printing that new variable.
4539
4540 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
4541
4542         * gdb.ada/lang_switch.exp: Correct expected parameter value.
4543
4544 2010-12-25  Andreas Schwab  <schwab@linux-m68k.org>
4545
4546         * gdb.threads/tls.exp: Fix typo.
4547
4548         * gdb.threads/thread-specific.exp (get_thread_list): Update.
4549         * gdb.threads/execl.exp: Update.
4550
4551 2010-12-23  Yao Qi  <yao@codesourcery.com>
4552
4553         * gdb.arch/arm-disp-step.exp: New.
4554         * gdb.arch/arm-disp-step.S: New.
4555
4556 2010-12-21  Tom Tromey  <tromey@redhat.com>
4557
4558         * gdb.threads/execl.exp: Update.
4559         * gdb.threads/linux-dp.exp: Update.
4560         * gdb.threads/manythreads.exp: Update.
4561         * gdb.threads/tls.exp: Update.
4562
4563 2010-12-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4564
4565         * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
4566         (NextOverThrowDerivates) <resumebpt>: New.
4567         (resumebpt_test): New.
4568         (main): Call resumebpt_test.
4569         * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
4570
4571 2010-12-12  Stan Shebs  <stan@codesourcery.com>
4572
4573         * gdb.trace/tsv.exp: Test print command on trace state variables.
4574
4575 2010-12-09  Tom Tromey  <tromey@redhat.com>
4576
4577         * gdb.base/interp.exp: Add regression test.
4578
4579 2010-12-09  Tom Tromey  <tromey@redhat.com>
4580
4581         * gdb.java/jnpe.java: New file.
4582         * gdb.java/jnpe.exp: New file.
4583         * gdb.cp/nextoverthrow.exp: New file.
4584         * gdb.cp/nextoverthrow.cc: New file.
4585
4586 2010-12-07  Doug Evans  <dje@google.com>
4587
4588         * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
4589         of data-directory.
4590         * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
4591         updated.
4592         * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
4593
4594 2010-11-29  Michael Snyder  <msnyder@vmware.com>
4595
4596         * gdb.base/callfuncs.exp: Test for skip_float_tests.
4597         * gdb.base/call-sc.exp: Ditto.
4598         * gdb.base/finish.exp: Ditto.
4599         * gdb.base/return.exp: Ditto.
4600         * gdb.base/return2.exp: Ditto.
4601
4602 2010-11-30  Doug Evans  <dje@google.com>
4603
4604         * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
4605         (gdb_expect_list): Fix spelling errors in comments.
4606         * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
4607         send_gdb/gdb_expect_list where applicable.
4608         * gdb.base/call-ar-st.exp: Ditto.
4609         * gdb.base/funcargs.exp: Ditto.
4610         * gdb.base/gcore.exp: Ditto.
4611         * gdb.base/page.exp: Ditto.
4612         * gdb.base/sigaltstack.exp: Ditto.
4613         * gdb.base/siginfo.exp: Ditto.
4614         * gdb.base/sigstep.exp: Ditto.
4615         * gdb.base/trace-commands.exp: Ditto.
4616
4617 2010-11-29  Doug Evans  <dje@google.com>
4618
4619         * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
4620         printer-name;subprinter-name.
4621
4622 2010-11-29  Tom Tromey  <tromey@redhat.com>
4623
4624         * gdb.dwarf2/implptr.exp: New file.
4625         * gdb.dwarf2/implptr.c: New file.
4626         * gdb.dwarf2/implptr.S: New file.
4627
4628 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
4629
4630         PR python/12199
4631
4632         * gdb.python/py-breakpoint.exp: Test the delete method.
4633
4634 2010-11-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4635
4636         Fix step_resume_breakpoint unsaved during an infcall.
4637         * gdb.base/step-resume-infcall.exp: New file.
4638         * gdb.base/step-resume-infcall.c: New file.
4639
4640 2010-11-24  Edjunior Machado  <emachado@br.ibm.com>
4641
4642         * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
4643
4644 2010-11-24  Edjunior Machado  <emachado@br.ibm.com>
4645
4646         * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
4647         on ppc64's symbols; "finish" and "return" commands must accept to
4648         show the caller line again as well as the line after.
4649         * gdb.asm/powerpc64.inc: New file.
4650
4651 2010-11-23  Doug Evans  <dje@google.com>
4652
4653         * lib/gdb.exp (gdb_test_sequence): New function.
4654         (gdb_expect_list): Add verbose -log call for each pattern.
4655         * gdb.base/signals.exp (test_handle_all_print): Call it.
4656         Reduce timeout increment from 6 minutes to 1 minute.
4657         * gdb.server/ext-run.exp: Call it.
4658
4659 2010-11-23  Phil Muldoon  <pmuldoon@redhat.com>
4660
4661         PR python/12212
4662
4663         * gdb.python/python.exp: Check that selected_thread raises an
4664         error when no inferior is loaded.
4665
4666 2010-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4667
4668         * gdb.dwarf2/dw2-stack-boundary.exp: New file.
4669         * gdb.dwarf2/dw2-stack-boundary.S: New file.
4670
4671 2010-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4672
4673         * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
4674         * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
4675
4676 2010-11-18  Doug Evans  <dje@google.com>
4677
4678         * gdb.server/ext-run.exp: Fix intermittent failures.
4679
4680 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
4681
4682         * gdb.stabs/gdb11479.exp: Use runto_main.
4683
4684 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
4685
4686         * gdb.base/break-entry.exp: Skip if using a stub.
4687
4688 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
4689
4690         * gdb.python/py-inferior.exp: Pack values in target endianness.
4691
4692 2010-11-12  Tom Tromey  <tromey@redhat.com>
4693
4694         * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
4695         * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
4696         MemoryError.
4697         * gdb.python/python.exp (gdb_py_test_multiple): Update exception
4698         type.
4699         * gdb.python/py-value.exp (test_value_in_inferior): Add test for
4700         MemoryError.
4701         (test_subscript_regression): Update exception type.
4702
4703 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
4704
4705         * gdb.python/py-breakpoint.exp: Add internal watchpoint and
4706         breakpoint tests.
4707
4708 2010-11-09  Pedro Alves  <pedro@codesourcery.com>
4709
4710         * gdb.base/watchpoint.exp: Test "watch -location" with an
4711         innacessible location.
4712
4713 2010-11-09  Edjunior Machado  <emachado@br.ibm.com>
4714             Luis Machado  <luisgpm@br.ibm.com>
4715
4716         * gdb.base/maint.exp: Expect "." prefix.
4717         * gdb.base/nodebug.exp: Expect "." Likewise.
4718         * gdb.base/sepsymtab.exp: Expect "." Likewise.
4719         * gdb.base/watchpoint-cond-gone.exp: Likewise.
4720         * gdb.base/watchpoint.exp: Expect a software watch to be created for
4721         POWER server processors.
4722
4723 2010-11-08  Edjunior Machado  <emachado@br.ibm.com>
4724             Luis Machado  <luisgpm@br.ibm.com>
4725
4726         * gdb.base/break-entry.exp: convert entry point for
4727         ppc64 and expect leading `.' on ppc64's symbols
4728
4729 2010-11-05  Doug Evans  <dje@google.com>
4730
4731         * gdb.base/help.exp: Update expected output.
4732         * gdb.python/py-param.exp: Delete, contents moved to ...
4733         * gdb.python/py-parameter.exp: ... here.  New file.
4734         Add test for gdb.parameter ("directories").
4735
4736 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
4737
4738         * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
4739         * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
4740         * configure: Regenerate.
4741         * gdb.opencl/Makefile.in: New File.
4742         * gdb.opencl/datatypes.exp: Likewise.
4743         * gdb.opencl/datatypes.cl: Likewise.
4744         * gdb.opencl/operators.exp: Likewise.
4745         * gdb.opencl/operators.cl: Likewise.
4746         * gdb.opencl/vec_comps.exp: Likewise.
4747         * gdb.opencl/vec_comps.cl: Likewise.
4748         * gdb.opencl/convs_casts.exp: Likewise.
4749         * gdb.opencl/convs_casts.cl: Likewise.
4750         * lib/opencl.exp: Likewise.
4751         * lib/opencl_hostapp.c: Likewise.
4752         * lib/opencl_kernel.cl: Likewise.
4753         * lib/cl_util.c: Likewise.
4754         * lib/cl_util.c: Likewise.
4755         * gdb.base/default.exp (set language): Add "opencl" to the list of
4756         languages.
4757
4758 2010-11-04  Sami Wagiaalla  <swagiaal@redhat.com>
4759
4760         * gdb.cp/overload.exp: Added test for inheritance overload.
4761         * gdb.cp/overload.cc: Ditto.
4762         * gdb.cp/oranking.exp: Removed releveant kfails.
4763
4764 2010-11-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4765             Joel Brobecker  <brobecker@adacore.com>
4766
4767         * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
4768         check test_compiler_info.
4769
4770 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
4771
4772         * gdb.base/gnu_vector.exp: Adjust expect messages.
4773
4774 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
4775
4776         * gdb.base/gnu_vector.exp: Add unary operator tests.
4777
4778 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
4779
4780         * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
4781
4782 2010-11-02  Doug Evans  <dje@google.com>
4783
4784         * gdb.python/py-pp-maint.c: New file.
4785         * gdb.python/py-pp-maint.exp: New file.
4786         * gdb.python/py-pp-maint.py: New file.
4787
4788 2010-11-02  Tom Tromey  <tromey@redhat.com>
4789
4790         * gdb.base/default.exp: Remove "scheme" from language list.
4791
4792 2010-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4793
4794         Revert:
4795         2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4796         * gdb.threads/sigstep-threads.exp: New file.
4797         * gdb.threads/sigstep-threads.c: New file.
4798
4799 2010-10-20  Michael Snyder  <msnyder@vmware.com>
4800
4801         * gdb.threads/fork-child-threads.exp: Don't run on remote target.
4802
4803 2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
4804
4805         * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
4806         Skip test completely if gdb,no_hardware_watchpoints.
4807
4808 2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
4809
4810         * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
4811         strict, but do not check for any particular function name within libc.
4812
4813 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
4814
4815         * gdb.cp/smartp.exp: New test.
4816         * gdb.cp/smartp.cc : New test.
4817
4818 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
4819
4820         * gdb.cp/converts.exp: Test pointer to bool conversion.
4821         Test pointer to long conversion.
4822         * gdb.cp/oranking.exp: Removed relevant kfail.
4823
4824 2010-10-18  Tom Tromey  <tromey@redhat.com>
4825
4826         * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
4827         argument to lazy_string.
4828         * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
4829         (pp_ls.to_string): Use it.
4830         * gdb.python/py-prettyprint.c (main): Move declarations to top.
4831         Add "estring2" local.
4832
4833 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4834
4835         Fix s390x compatibility.
4836         * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS.  Twice.
4837         * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
4838
4839 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4840
4841         * gdb.threads/sigstep-threads.exp: New file.
4842         * gdb.threads/sigstep-threads.c: New file.
4843
4844 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4845
4846         * gdb.base/pie-execl.exp: New file.
4847         * gdb.base/pie-execl.c: New file.
4848
4849 2010-10-13  Doug Evans  <dje@google.com>
4850             Jan Kratochvil  <jan.kratochvil@redhat.com>
4851
4852         PR exp/12117
4853         * gdb.cp/ptype-cv-cp.cc: New file.
4854         * gdb.cp/ptype-cv-cp.exp: New file.
4855
4856 2010-10-14  Sami Wagiaalla  <swagiaal@redhat.com>
4857
4858         * gdb.cp/converts.cc: New test program.
4859         * gdb.cp/converts.exp: New test.
4860         * gdb.cp/overload.exp: Added test for void* vs int*.
4861         * gdb.cp/overload.exp: Ditto.
4862         * gdb.cp/oranking.exp: Removed related kfail.
4863
4864 2010-10-13  Doug Evans  <dje@google.com>
4865
4866         * lib/gdb-python.exp (gdb_check_python_config): New function.
4867         * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
4868         * gdb.python/lib-types.cc: New file.
4869         * gdb.python/lib-types.exp: New file.
4870
4871 2010-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4872
4873         * gdb.python/py-error.exp: New file.
4874         * gdb.python/py-error.py: New file.
4875
4876 2010-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4877
4878         * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
4879         gdb_test_multiple.
4880
4881 2010-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4882
4883         * gdb.base/break-interp.exp: Use ldlags for linking flags.
4884         * gdb.base/prelink.exp: Likewise.
4885         * gdb.base/solib-nodir.exp: Likewise.
4886         * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
4887         (gdb_compile) <shlib_load>: Use ldlags for linking flags.
4888         * lib/prelink-support.exp (build_executable_own_libs): Likewise.
4889
4890 2010-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
4891
4892         * break-interp.exp (test_ld): Use two separate gdb_expect statements
4893         for the "info files" test to avoid timeouts on slow machines.
4894
4895 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4896
4897         * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
4898         (main): Make openlib dummy call.
4899
4900 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4901
4902         Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
4903         * break-interp.exp (reach): Move the core body ...
4904         (reach_1): ... here.  Use stop-on-solib-events for _dl_debug_state.
4905         (test_ld): Provide always real argument, even to the linker.  Replace
4906         dl_main by _dl_debug_state.
4907
4908 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4909
4910         Fix results of prelinked PIEs on ppc*.
4911         * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
4912         Accept also DISPLACEMENT "PRESENT".
4913         (main): Replace "ZERO" displacements by "PRESENT".
4914
4915 2010-10-08  Sami Wagiaalla  <swagiaal@redhat.com>
4916
4917         * gdb.cp/oranking.exp: New test.
4918         * gdb.cp/oranking.cc: New test program.
4919
4920 2010-10-08  Ken Werner  <ken.werner@de.ibm.com>
4921
4922         * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
4923         * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
4924
4925 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
4926
4927         * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
4928         lush, lynx) New constant.
4929         * gdb.base/constvars.exp: Test const array types.
4930         * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
4931
4932 2010-10-06  Doug Evans  <dje@google.com>
4933
4934         * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
4935         of syscall staging area.
4936
4937 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
4938
4939         * gdb.base/gnu_vector.c: Add variable c4.
4940         * gdb.base/gnu_vector.exp: Add tests for character vector printing.
4941         * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
4942
4943 2010-10-05  Maciej W. Rozycki  <macro@codesourcery.com>
4944
4945         * gdb.arch/altivec-abi.exp: Fix a typo.
4946
4947 2010-10-02  Maciej W. Rozycki  <macro@codesourcery.com>
4948
4949         * lib/mi-support.exp (thread_selected_re): Correct pattern used
4950         to match a thread ID.
4951
4952 2010-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4953
4954         Fix s390x testcase compatibility.
4955         * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
4956
4957 2010-10-01  Doug Evans  <dje@google.com>
4958
4959         * lib/gdb-python.exp: New file.
4960         * gdb.python/py-block.exp: Use it.
4961         * gdb.python/py-breakpoint.exp: Ditto.
4962         * gdb.python/py-frame.exp: Ditto.
4963         * gdb.python/py-inferior.exp: Ditto.
4964         * gdb.python/py-param.exp: Ditto.
4965         * gdb.python/py-prettyprint.exp: Ditto.
4966         * gdb.python/py-shared.exp: Ditto.
4967         * gdb.python/py-symbol.exp: Ditto.
4968         * gdb.python/py-symtab.exp: Ditto.
4969         * gdb.python/py-type.exp: Ditto.
4970         * gdb.python/py-value.exp: Ditto.
4971         * gdb.python/python.exp: Ditto.
4972
4973 2010-09-30  Tom Tromey  <tromey@redhat.com>
4974
4975         * gdb.base/anon.exp: New file.
4976         * gdb.base/anon.c: New file.
4977
4978 2010-09-30  Tom Tromey  <tromey@redhat.com>
4979
4980         * gdb.base/completion.exp: Test completion through anonymous
4981         union.
4982         * gdb.base/break1.c (struct some_struct): Add anonymous union.
4983
4984 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
4985
4986         Fix printing parameters of inlined functions.
4987         * gdb.dwarf2/dw2-inline-param.exp: New file.
4988         * gdb.dwarf2/dw2-inline-param-main.c: New file.
4989         * gdb.dwarf2/dw2-inline-param.S: New file.
4990
4991 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
4992
4993         PR corefiles/12071.
4994         * gdb.base/corefile.exp (quit with a process, no question: load core)
4995         (quit with a core file): New tests.
4996
4997 2010-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
4998
4999         Fix GDB crash on inferior calls with self-referencing classes.
5000         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
5001         * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
5002         * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
5003
5004 2010-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5005
5006         Fix lost siginfo_t for inferior calls.
5007         * gdb.base/siginfo-infcall.exp: New file.
5008         * gdb.base/siginfo-infcall.c: New file.
5009
5010 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
5011
5012         * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
5013
5014 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
5015
5016         * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
5017         New test.
5018         * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
5019
5020 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
5021
5022         * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
5023         type of our const type.
5024
5025 2010-09-22  Sami Wagiaalla  <swagiaal@redhat.com>
5026
5027         * gdb.cp/pr12028.cc: New.
5028         * gdb.cp/pr12028.exp: New.
5029
5030 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
5031
5032         * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
5033
5034 2010-09-16  Phil Muldoon  <pmuldoon@redhat.com>
5035             Jan Kratochvil  <jan.kratochvil@redhat.com>
5036
5037         PR mi/11407
5038         * gdb.mi/dw2-ref-missing-frame-func.c: New File.
5039         * gdb.mi/dw2-ref-missing-frame-main.c New File.
5040         * gdb.mi/dw2-ref-missing-frame.S New File.
5041         * gdb.mi/dw2-ref-missing-frame.exp New File.
5042
5043 2010-09-14  Tom Tromey  <tromey@redhat.com>
5044
5045         PR symtab/8399:
5046         * gdb.threads/tls.exp: Remove kfail.  Update expected output.
5047
5048 2010-09-14  Tom Tromey  <tromey@redhat.com>
5049
5050         PR exp/11803:
5051         * gdb.threads/tls.exp: Use C++.
5052         (check_thread_local): Use K::another_thread_local.
5053         * gdb.threads/tls.c (class K): New.
5054         (another_thread_local): Now a member of K.
5055         (spin): Update.  No longer K&R C.
5056
5057 2010-09-13  Sami Wagiaalla  <swagiaal@redhat.com>
5058
5059         * gdb.cp/koenig.cc: created class for testing member lookup.
5060         * gdb.cp/koenig.exp: Added test for member lookup.
5061
5062 2010-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5063
5064         Fix false FAILs on sourcetree topdir directory containing "kill".
5065         * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
5066         source line matching regexp.
5067
5068 2010-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5069
5070         * gdb.python/python.exp (set height 0, collect help from uiout)
5071         (verify help to uiout): New tests.
5072
5073 2010-09-10  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
5074
5075         * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
5076         is_lp64_target to check 64bit target.
5077
5078 2010-09-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
5079
5080         * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
5081         (test_ld) <powerpc64-*>: New.
5082
5083 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
5084
5085         * gdb.cp/templates.exp (test_template_args): Allow "struct".
5086
5087 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
5088
5089         * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
5090         (FunctionArg::method): New function.
5091         (empty, arg): New variables.
5092         (main): Call arg.method.
5093         * gdb.cp/templates.exp (test_template_args): New function.
5094         (do_tests): Call it.
5095
5096 2010-09-08  Ulrich Weigand  <uweigand@de.ibm.com>
5097
5098         * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
5099         of "next" to proceed over pthread_exit call.
5100
5101 2010-09-08  Ulrich Weigand  <uweigand@de.ibm.com>
5102
5103         * gdb.base/maint.exp: Avoid wildcards against potentially very long
5104         "maint print statistics" output to prevent expect timeouts.
5105
5106 2010-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5107
5108         * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
5109         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
5110         (test_float_rejected): ... here.
5111         * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
5112         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
5113         (test_float_rejected): ... here.
5114         * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
5115         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
5116         (test_float_rejected): ... here.
5117         * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
5118         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
5119         (test_float_rejected): ... here.
5120
5121 2010-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
5122
5123         * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
5124         before disabling hardware watchpoints.
5125         (test_inaccessible_watchpoint): Check that hardware watchpoints
5126         are used.  Test for watchpoints on a constant address.
5127
5128 2010-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5129
5130         * gdb.base/ui-redirect.exp: New file.
5131
5132 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5133             Joel Brobecker  <brobecker@adacore.com>
5134
5135         * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
5136
5137 2010-08-31  Doug Evans  <dje@google.com>
5138
5139         * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
5140
5141 2010-08-30  Tom Tromey  <tromey@redhat.com>
5142
5143         PR python/11792:
5144         * gdb.python/py-value.exp (test_subscript_regression): Add
5145         dynamic_type test.
5146
5147 2010-08-30  Daniel Jacobowitz  <dan@codesourcery.com>
5148
5149         * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
5150         instead of running to main.  Do not test the main function.
5151         * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
5152         Add new main.
5153
5154 2010-08-26  Pedro Alves  <pedro@codesourcery.com>
5155
5156         * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
5157         one test.
5158
5159 2010-08-24  Doug Evans  <dje@google.com>
5160
5161         PR symtab/11942
5162         * gdb.dwarf2/dw4-sig-types.cc: New file.
5163         * gdb.dwarf2/dw4-sig-types.h: New file.
5164         * gdb.dwarf2/dw4-sig-types-b.cc: New file.
5165         * gdb.dwarf2/dw4-sig-types.exp: New file.
5166
5167 2010-08-23  Tom Tromey  <tromey@redhat.com>
5168
5169         PR python/11145:
5170         * gdb.python/py-value.c (Base, Derived): New types.
5171         (base): New global.
5172         * gdb.python/py-value.exp (test_subscript_regression): Add
5173         dynamic_cast test.
5174
5175 2010-08-23  Tom Tromey  <tromey@redhat.com>
5176
5177         PR python/10676:
5178         * gdb.python/py-type.exp (test_fields): Add tests for type
5179         equality.
5180
5181 2010-08-23  Tom Tromey  <tromey@redhat.com>
5182
5183         PR python/11915:
5184         * gdb.python/py-type.exp (test_fields): Add tests for array.
5185
5186 2010-08-23  Keith Seitz  <keiths@redhat.com>
5187
5188         * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
5189         have any children. Create a new abbrev for it.
5190         Add missing terminal sequence to .debug_abbrev.
5191
5192 2010-08-20  Keith Seitz  <keiths@redhat.com>
5193
5194         PR symtab/11465:
5195         * gdb.dwarf2/pr11465.exp: New test.
5196         * gdb.dwarf2/pr11465.S: New file.
5197         * gdb.dwarf2/dw2-double-set-die-type.S: New file.
5198         * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
5199
5200 2010-08-19  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5201
5202         * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
5203         registers.  Update data sets with the new v2_double element in the
5204         VSX register union.  Add vector_register3_vr data set for the AltiVec
5205         registers.  Use gdb_test_no_output instead of send_gdb.
5206
5207 2010-08-19  Pedro Alves  <pedro@codesourcery.com>
5208
5209         * gdb.python/py-shared.exp: New file, factored out from
5210         python.exp.
5211         * gdb.python/py-shared.c: New file.
5212         * gdb.python/py-shared-sl.c: New file.
5213         * gdb.python/python-1.c: New file.
5214         * gdb.python/python-sl.c: Delete.
5215         * gdb.python/python.c: Mention python-1.c.
5216         * gdb.python/python.exp: Move shared library tests to
5217         py-shared.exp.
5218         * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
5219         (MISCELLANEOUS): New.
5220         (clean mostlyclean): Also remove $MISCELLANEOUS.
5221
5222 2010-08-19  Doug Evans  <dje@google.com>
5223
5224         PR exp/11926
5225         * gdb.base/printcmds.exp (test_float_accepted): New function.
5226         Move existing float tests there.  Add tests for floats with suffixes.
5227         (test_float_rejected): New function.
5228         * gdb.java/jv-print.exp (test_float_accepted): New function.
5229         (test_float_rejected): New function.
5230         * gdb.objc/print.exp: New file.
5231         * gdb.pascal/print.exp: New file.
5232         * lib/objc.exp: New file.
5233
5234 2010-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
5235
5236         * gdb.base/default.exp (info set): Avoid full buffer error and force
5237         reading up to final gdb prompt.
5238         (show): Likewise.
5239
5240 2010-08-18  Tom Tromey  <tromey@redhat.com>
5241
5242         PR symtab/11919:
5243         * gdb.base/completion.exp: Add test.
5244
5245 2010-08-18  Doug Evans  <dje@google.com>
5246
5247         * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
5248         * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
5249         * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
5250         Simplify, early exit if runto_main fails.
5251         * gdb.fortran/exprs.exp: load_lib fortran.exp.
5252         (set_lang_fortran): Moved to lib/fortran.exp.
5253         * gdb.fortran/types.exp: load_lib fortran.exp.
5254         (set_lang_fortran): Moved to lib/fortran.exp.
5255         * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
5256         * gdb.java/jprint.exp (set_lang_java): Ditto.
5257         * gdb.java/jv-exp.exp: load_lib java.exp.
5258         If set_lang_java fails, issue a warning instead of failure to be
5259         consistent with other set_lang_foo uses.
5260         (set_lang_java): Moved to lib/java.exp.
5261         * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
5262         If set_lang_java fails, issue a warning instead of failure to be
5263         consistent with other set_lang_foo uses.
5264         * gdb.pascal/types.exp: load_lib pascal.exp.
5265         (set_lang_pascal): Moved to lib/pascal.exp.
5266         * lib/fortran.exp: New file.
5267         * lib/java.exp (set_lang_java): New function.
5268         * lib/pascal.exp (set_lang_pascal): New function.
5269
5270 2010-08-18  Yao Qi  <yao@codesourcery.com
5271
5272         * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
5273         func_nofb_start and func_loopfb_start, so that address of functions
5274         is equal to these labels on Thumb.
5275
5276 2010-08-18  Yao Qi  <yao@codesourcery.com>
5277
5278         * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
5279         to reflect latest c source file.
5280
5281 2010-08-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
5282
5283         * gdb.cp/infcall-dlopen.exp: New file.
5284         * gdb.cp/infcall-dlopen.cc: New file.
5285         * gdb.cp/infcall-dlopen-lib.cc: New file.
5286
5287 2010-08-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
5288             Pedro Alves  <pedro@codesourcery.com>
5289
5290         PR breakpoints/11371
5291
5292         * gdb.base/watch-cond-infcall.exp: New file.
5293         * gdb.base/watch-cond-infcall.c: New file.
5294
5295 2010-08-16  Tom Tromey  <tromey@redhat.com>
5296
5297         * gdb.base/help.exp: Update.
5298         * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
5299         watchpoint.
5300         (test_watch_location): New proc.
5301         (test_watchpoint_in_big_blob): Delete watchpoint.
5302         * gdb.base/watchpoint.c (func5): New function.
5303         (main): Call it.
5304
5305 2010-08-16  Doug Evans  <dje@google.com>
5306
5307         * gdb.python/python.exp: Fix syntax in "post event insertion" test.
5308
5309 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
5310
5311         * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
5312         tests.
5313
5314 2010-08-11  Ken Werner  <ken.werner@de.ibm.com>
5315
5316         * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
5317         * gdb.base/gnu_vector.c: New File.
5318         * gdb.base/gnu_vector.exp: Likewise.
5319
5320 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
5321
5322         * gdb.python/python.c: New File.
5323         * gdb.python/python-sl.c: New File.
5324         * gdb.python/python.exp: Test solib_address and decode_line
5325         * functions.
5326
5327 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5328
5329         * gdb.python/python.exp (show height, set height 10)
5330         (verify pagination beforehand, verify pagination beforehand: q)
5331         (gdb.execute does not page, verify pagination afterwards)
5332         (verify pagination afterwards: q): New.
5333
5334 2010-08-02  Doug Evans  <dje@google.com>
5335
5336         * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
5337         because of an older gcc, change test2
5338         "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
5339         to unsupported.
5340
5341 2010-07-30  Kazu Hirata  <kazu@codesourcery.com>
5342
5343         * gdb.base/break-always.exp: Do not expect full paths to file
5344         names.
5345         * gdb.base/commands.exp: Likewise.
5346
5347 2010-07-30  Doug Evans  <dje@google.com>
5348
5349         * gdb.cp/temargs.exp: For new tests that require newer gccs,
5350         xfail them when run with older gccs.
5351
5352         * lib/gdb.exp (build_executable): Forward "c++" option to
5353         get_compiler_info.
5354
5355         * gdb.python/py-type.exp (test_template): Mark as xfail tests
5356         "python print ttype.template_argument(1)" and
5357         "python print isinstance(ttype.template_argument(1), gdb.Value)"
5358         if using gcc 4.4 or earlier.
5359
5360         * gdb.base/valgrind-db-attach.exp: Use unique test name for
5361         attach-to-debugger handling.
5362
5363 2010-07-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
5364
5365         * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
5366         * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
5367         (main): Use copyreloc.
5368         * gdb.base/prelink.exp (split debug of executable)
5369         (.dynbss vs. .bss address shift): New tests.
5370
5371 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
5372
5373         * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
5374         in gdb_test_multiple.
5375
5376 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
5377
5378         * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
5379         environment.
5380
5381 2010-07-28  Tom Tromey  <tromey@redhat.com>
5382
5383         PR python/11060:
5384         * gdb.python/py-type.c (Temargs): New template.
5385         (temvar): New variable.
5386         * gdb.python/py-type.exp (test_template): New proc.
5387
5388 2010-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
5389
5390         * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
5391         gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
5392
5393 2010-07-28  Tom Tromey  <tromey@redhat.com>
5394
5395         PR c++/9946:
5396         * gdb.cp/temargs.exp: New file.
5397         * gdb.cp/temargs.cc: New file.
5398
5399 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
5400
5401         * gdb.base/help.exp (help disassemble): Update the content.
5402
5403 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
5404
5405         * gdb.threads/ia64-sigill.exp: New file.
5406         * gdb.threads/ia64-sigill.c: New file.
5407
5408 2010-07-27  Tom Tromey  <tromey@redhat.com>
5409
5410         * gdb.opt/inline-cmds.c (ATTR): New define.
5411         (func1): Use it.
5412         (func2): Likewise.
5413         (func3): Likewise.
5414         (outer_inline1): Likewise.
5415         (outer_inline2): Likewise.
5416         * gdb.opt/inline-bt.c (ATTR): New define.
5417         (func1): Use it.
5418         (func2): Likewise.
5419         * gdb.opt/inline-locals.c (ATTR): New define.
5420         (func1): Use it.
5421         (func2): Likewise.
5422
5423 2010-07-27  Tom Tromey  <tromey@redhat.com>
5424
5425         * gdb.stabs/gdb11479.c (hack): New function.
5426         (test): Use it.
5427         (test2): Use it.
5428         * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
5429         (int32_search_buf, int64_search_buf): No longer static.
5430         (x): Remove.
5431         * gdb.base/relocate.c (hack): New function.
5432
5433 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
5434
5435         * gdb.python/py-value.exp (test_inferior_function_call): New function.
5436         * gdb.python/py-value.c (func1): New function.
5437         (func2): Likewise.
5438
5439 2010-07-26  Corinna Vinschen  <vinschen@redhat.com>
5440
5441         * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
5442         as not to clash with .data section.
5443
5444 2010-07-26  Jerome Guitton  <guitton@adacore.com>
5445
5446         * gdb.base/code_elim.exp: New file.
5447         * gdb.base/code_elim1.c: New file.
5448         * gdb.base/code_elim2.c: New file.
5449
5450 2010-07-21  Pedro Alves  <pedro@codesourcery.com>
5451
5452         PR symtab/11827
5453
5454         * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
5455         (some_volatile_enum): New variable.
5456         * gdb.base/printcmds.exp (test_print_enums): New.
5457         <top level>: Call it.
5458
5459 2010-07-21  Sami Wagiaalla  <swagiaal@redhat.com>
5460
5461         * gdb.cp/fpointer.cc: New test.
5462         * gdb.cp/fpointer.exp: New test.
5463
5464 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5465
5466         * gdb.base/solib-nodir.exp: New file.
5467         * lib/gdb.exp (runto): New case for a GDB internal error.
5468
5469 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5470             Ulrich Weigand  <uweigand@de.ibm.com>
5471             Tom Tromey  <tromey@redhat.com>
5472
5473         * gdb.base/charset-malloc.c: New file.
5474         * gdb.base/charset.c (malloc_stub): New prototype.
5475         (main): Call it instead of malloc itself.
5476         * gdb.base/charset.exp: Use only prepare_for_testing.
5477         (binfile): Remove the variable.
5478
5479 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
5480
5481         Make core files the process_stratum.
5482         * gdb.base/corefile.exp (run: load core again)
5483         (run: sanity check we see the core file, run: with core)
5484         (run: core file is cleared, attach: load core again)
5485         (attach: sanity check we see the core file, attach: with core)
5486         (attach: core file is cleared): New tests.
5487         * gdb.base/coremaker.c (main): New parameters.  Implement "sleep" argv.
5488
5489 2010-07-14  Ken Werner  <ken.werner@de.ibm.com>
5490
5491         * gdb.arch/altivec-abi.exp: New tests.
5492
5493 2010-07-13  Tom Tromey  <tromey@redhat.com>
5494
5495         * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
5496         (main): Use it.
5497         * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
5498
5499 2010-07-13  Tom Tromey  <tromey@redhat.com>
5500
5501         * gdb.base/label.exp: New file.
5502         * gdb.base/label.c: New file.
5503
5504 2010-07-12  Ulrich Weigand  <uweigand@de.ibm.com>
5505             H.J. Lu  <hongjiu.lu@intel.com>
5506
5507         * lib/gdb.exp (is_ilp32_target): New.
5508         (is_lp64_target): Likewise.
5509
5510         * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
5511         target.
5512         * gdb.arch/amd64-disp-step.exp: Likewise.
5513         * gdb.arch/amd64-dword.exp: Likewise.
5514         * gdb.arch/amd64-i386-address.exp: Likewise.
5515         * gdb.arch/amd64-word.exp: Likewise.
5516
5517         * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
5518         target.
5519         * gdb.arch/i386-bp_permanent.exp: Likewise.
5520         * gdb.arch/i386-byte.exp: Likewise.
5521         * gdb.arch/i386-disp-step.exp: Likewise.
5522         * gdb.arch/i386-gnu-cfi.exp: Likewise.
5523         * gdb.arch/i386-prologue.exp: Likewise.
5524         * gdb.arch/i386-size-overlap.exp: Likewise.
5525         * gdb.arch/i386-size.exp: Likewise.
5526         * gdb.arch/i386-sse.exp: Likewise.
5527         * gdb.arch/i386-unwind.exp: Likewise.
5528         * gdb.arch/i386-word.exp: Likewise.
5529
5530         * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
5531         test only when building 64-bit executables.  Do not hard-code
5532         -m64 option.
5533
5534 2010-07-07  Doug Evans  <dje@google.com>
5535
5536         * lib/gdb.exp (gdb_test_list_exact): New function.
5537         * gdb.base/default.exp (show convenience): Call it, add tests for
5538         $_sdata = void, $_thread = 0.
5539
5540 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5541             Joel Brobecker  <brobecker@adacore.com>
5542
5543         Fix re-run of PIE executable, PR shlibs/11776.
5544         * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
5545         Remove $displacement_main to match the solib-svr4.c change.  New "kill"
5546         and re-"run" of the inferior.
5547
5548 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5549             Joel Brobecker  <brobecker@adacore.com>
5550
5551         Cope with missing /usr/sbin/prelink.
5552         * lib/prelink-support.exp (prelink_no):
5553         <result == 1 && $output is "no such file or directory">: New.
5554         (prelink_yes): Likewise.  Return on failed prelink_no.
5555
5556 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5557             Joel Brobecker  <brobecker@adacore.com>
5558
5559         * gdb.base/attach-pie-misread.exp: Load prelink-support.exp.  Replace
5560         build_executable by build_executable_own_libs.  Replace "prelink -R"
5561         execution by a call of prelink_yes.  Comment why "prelink -r" needs no
5562         change.
5563         * gdb.base/break-interp.exp: Load prelink-support.exp.  Rename calls of
5564         copy to file_copy.  Move setting opts --dynamic-linker and -rpath,
5565         mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
5566         Replace build_executable by build_executable_own_libs's function
5567         build_executable_own_libs.
5568         (prelinkNO): Create new stub to call prelink_no.
5569         (prelinkYES): Create new stub to call prelink_yes.
5570         (test_attach): Rename calls of copy to file_copy.
5571         (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
5572         (copy): Move to ...
5573         * lib/prelink-support.exp: ... a new file.  Rename prelinkNO to
5574         prelink_no, prelinkYES to prelink_yes, copy to file_copy.
5575         * gdb.base/prelink.exp: Disable testcase also for is_remote and
5576         skip_shlib_tests.  Load prelink-support.exp.  Replace gdb_compile with
5577         special flags by gdb_compile_shlib.  Replace second gdb_compile by
5578         build_executable_own_libs.  Replace "prelink -R" execution by a call of
5579         prelink_yes.  Replace "prelink -u" and second "prelink -R" execution by
5580         a second call of prelink_yes.  Replace restart commands by
5581         clean_restart.
5582         (prelink): Rename to ...
5583         (seen displacement message): ... this test.  Extend its expectation
5584         strictness.
5585
5586 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5587
5588         * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
5589         * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
5590         displacement message exactly once.
5591
5592 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5593             Joel Brobecker  <brobecker@adacore.com>
5594
5595         * gdb.base/break-interp.exp (test_attach): Keep $interp changed.  Move
5596         its restore after the <$relink_args != ""> loop.  new comment.
5597
5598 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5599             Joel Brobecker  <brobecker@adacore.com>
5600
5601         * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
5602         code for it.  New variable relink_args.
5603         (prelinkYES): Call prelinkNO.
5604         (test_attach): Accept new parameter relink_args.  Re-prelink the binary
5605         in such case.  Move the core code to ...
5606         (test_attach_gdb): ... a new function.  Send GDB command "file".
5607         Extend expected "Attaching to " string.
5608
5609 2010-07-02  Tom Tromey  <tromey@redhat.com>
5610
5611         * gdb.base/bitops.exp: Remove extraneous "pass".
5612
5613 2010-07-02  Ken Werner  <ken.werner@de.ibm.com>
5614
5615         * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
5616
5617 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
5618
5619         * gdb.base/help.exp: Adjust expected output.
5620
5621 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
5622
5623         * gdb.base/help.exp: Adjust expected output.
5624
5625 2010-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
5626
5627         * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
5628         (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
5629         c++/11702.
5630
5631 2010-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5632             Doug Evans  <dje@google.com>
5633
5634         * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
5635         add .dynamic entry'.
5636
5637 2010-06-29  Doug Evans  <dje@google.com>
5638
5639         Test PR c++/11702.
5640         * gdb.cp/m-static.exp: Add testcase.
5641         * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
5642
5643 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
5644             Tom Tromey  <tromey@redhat.com>
5645             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5646
5647         * gdb.python/py-inferior.c: New File.
5648         * gdb.python/py-infthread.c: New File.
5649         * gdb.python/py-inferior.exp: New File.
5650         * gdb.python/py-infthread.exp: New File.
5651
5652 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5653
5654         * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
5655         (ptype ::C::OtherFileClass typedefs): New.
5656         * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
5657         (C::OtherFileClass::cOtherFileClassVar2): New.
5658         (C::OtherFileClass::cOtherFileClassVar_use): Use also
5659         cOtherFileClassVar2.
5660         (C::cOtherFileType2, C::cOtherFileVar2): New.
5661         (C::cOtherFileVar_use): use also cOtherFileVar2.
5662         * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
5663
5664 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5665
5666         * gdb.cp/namespace.exp (whatis C::cOtherFileType)
5667         (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
5668         (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
5669         (print ::C::cOtherFileVar)
5670         (whatis C::OtherFileClass::cOtherFileClassType)
5671         (whatis ::C::OtherFileClass::cOtherFileClassType)
5672         (print C::OtherFileClass::cOtherFileClassVar)
5673         (print ::cOtherFileClassVar)
5674         (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
5675         (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
5676         trailing content.
5677         * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
5678         (C::OtherFileClass::cOtherFileClassVar)
5679         (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
5680         (C::cOtherFileVar, C::cOtherFileVar_use): New.
5681
5682 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5683
5684         Test PR c++/11703 and PR gdb/1448.
5685         * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
5686         gdb/1448.
5687
5688 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5689
5690         * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
5691         (main) <rtti_data>: New.
5692         * gdb.cp/virtbase.exp (print rtti_data): New.
5693
5694 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5695             Joel Brobecker  <brobecker@adacore.com>
5696
5697         * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
5698
5699 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5700
5701         * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
5702
5703 2010-06-28  Doug Evans  <dje@google.com>
5704
5705         * gdb.base/break-interp.exp (reach): Relax expected output a bit.
5706
5707 2010-06-27  Doug Evans  <dje@google.com>
5708
5709         * gdb.cp/m-static.exp: Update expected test output.
5710
5711 2010-06-25  Paul Hilfinger  <hilfinger@adacore.com>
5712
5713         * gdb.gdb/selftest.exp: Adjust expected message for
5714         capturing start-up runtime.
5715
5716 2010-06-25  Tom Tromey  <tromey@redhat.com>
5717
5718         PR python/10808:
5719         * gdb.python/python.exp: Add new tests.
5720
5721 2010-06-25  Sami Wagiaalla  <swagiaal@redhat.com>
5722
5723         * gdb.cp/operator.cc: Created an import loop.
5724         * gdb.cp/operator.exp: Added testcase for import loop.
5725
5726 2010-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5727
5728         Test PR python/11407.
5729         * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
5730         * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
5731         Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
5732         * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
5733         executable_nofb and executable_fb.  New variables srcsfile, objsfile,
5734         srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
5735         binfile.  Call gdb_compile with clean_restart twice.
5736         (func_nofb print, func_nofb backtrace, func_loopfb print)
5737         (func_loopfb backtrace): New.
5738
5739 2010-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5740
5741         * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
5742         * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
5743         by a hand made one.
5744         * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment.  Remove
5745         i?86 requirement.  Remove variables srcfile and binfile.  New variable
5746         sources, executable_nofb and executable_fb.  Call prepare_for_testing.
5747
5748 2010-06-25  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5749
5750         * gdb.cell/dwarfaddr.exp: New file.
5751         * gdb.cell/dwarfaddr.S: New file.
5752
5753 2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5754
5755         Test PR 9436.
5756         * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
5757
5758 2010-06-24  Hui Zhu  <teawater@gmail.com>
5759
5760         * gdb.base/eval.exp: New file.
5761
5762 2010-06-23  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5763
5764         * gdb.cell/fork.exp: New file.
5765         * gdb.cell/fork.c: Likewise.
5766         * gdb.cell/fork-spu.c: Likewise.
5767
5768 2010-06-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5769
5770         * lib/gdb.exp (banned_variables_traced): New global variable.
5771         (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
5772         (gdb_init): Use `trace add variable' instead of obsolete
5773         `trace variable'.
5774
5775 2010-06-21  Doug Evans  <dje@google.com>
5776
5777         * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
5778
5779 2010-06-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5780
5781         * gdb.arch/spu-ls.exp: New file.
5782         * gdb.arch/spu-ls.c: Likewise.
5783
5784 2010-06-18  Stan Shebs  <stan@codesourcery.com>
5785
5786         * gdb.threads/thread-specific.exp: Add tests of $_thread.
5787
5788 2010-06-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5789
5790         * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
5791         * gdb.base/watch-cond.exp: Likewise.
5792         * gdb.python/py-breakpoint.exp: Likewise.
5793
5794 2010-06-18  Pedro Alves  <pedro@codesourcery.com>
5795
5796         * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
5797         clean_restart, make sure every test has a distinct message, and
5798         that messages don't include the executable' full path.
5799
5800 2010-06-17  Doug Evans  <dje@google.com>
5801
5802         * gdb.arch/i386-size.exp: Updated expected output for
5803         DISASSEMBLY_OMIT_FNAME.
5804
5805 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5806             Sergio Durigan Junior  <sergiodj@redhat.com>
5807
5808         * gdb.base/watch-notconst.c: New file.
5809         * gdb.base/watch-notconst.S: New file.
5810         * gdb.base/watch-notconst2.c: New file.
5811         * gdb.base/watch-notconst2.S: New file.
5812         * gdb.base/watch-notconst.exp: New file.
5813         * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
5814         (func4): Add operations on `global_ptr_ptr'.
5815         * gdb.base/watchpoint.exp (test_constant_watchpoint): New
5816         routine to test watchpoints created with a constant expression.
5817         (test_inaccessible_watchpoint): Include tests for watchpoints
5818         created with a constant expression.
5819
5820 2010-06-14  Kevin Buettner  <kevinb@redhat.com>
5821
5822         * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
5823         gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
5824         gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
5825         gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
5826         gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
5827         gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
5828         gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
5829         of `_start'.
5830
5831 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5832
5833         * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
5834         not supported on the target.
5835         * gdb.mi/mi-nonstop-exit.exp: Likewise.
5836         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
5837         * gdb.mi/mi-nsintrall.exp: Likewise.
5838         * gdb.mi/mi-nsmoribund.exp: Likewise.
5839         * gdb.mi/mi-nsthrexec.exp: Likewise.
5840
5841 2010-06-11  Stan Shebs  <stan@codesourcery.com>
5842
5843         * gdb.base/permissions.exp: New file.
5844
5845 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5846
5847         * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
5848         does not support ELF executable class.
5849
5850 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5851
5852         * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
5853
5854 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5855
5856         * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
5857         (runto): Catch "The target does not support running in non-stop mode.".
5858
5859 2010-06-11  Michael Snyder  <msnyder@vmware.com>
5860
5861         * gdb.base/setshow.exp (set language asm): Don't use
5862         gdb_test_no_output, fails on some targets.
5863
5864 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5865
5866         * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
5867         * gdb.cp/pr9167.exp: Likewise.
5868
5869 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5870
5871         * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
5872
5873 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5874
5875         * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
5876
5877 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5878
5879         * gdb.base/charset.c (main): Make sure malloc gets linked in.
5880
5881 2010-06-11  Tom Tromey  <tromey@redhat.com>
5882
5883         PR gdb/9977, PR exp/11636::
5884         * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
5885         (pieces_test_f6): Update expected output.
5886
5887 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5888
5889         * gdb.base/moribund-step.exp: New.
5890
5891 2010-06-08  Michael Snyder  <msnyder@vmware.com>
5892
5893         * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
5894         * gdb.ada/boolean_expr.exp:
5895         * gdb.ada/frame_args.exp: Ditto.
5896         * gdb.ada/lang_switch.exp: Ditto.
5897         * gdb.ada/ptype_arith_binop.exp: Ditto.
5898         * gdb.ada/ref_param.exp: Ditto.
5899         * gdb.ada/type_coercion.exp:Ditto.
5900
5901         * gdb.asm/asm-source.exp: Ditto.
5902
5903         * gdb.base/attach.exp: Ditto.
5904         * gdb.base/bitfields2.exp: Ditto.
5905         * gdb.base/call-signal-resume.exp: Ditto.
5906         * gdb.base/callfuncs.exp: Ditto.
5907         * gdb.base/commands.exp: Ditto.
5908         * gdb.base/dbx.exp: Ditto.
5909         * gdb.base/default.exp: Ditto.
5910         * gdb.base/dump.exp: Ditto.
5911         * gdb.base/exprs.exp: Ditto.
5912         * gdb.base/freebpcmd.exp: Ditto.
5913         * gdb.base/interrupt.exp: Ditto.
5914         * gdb.base/list.exp: Ditto.
5915         * gdb.base/long_long.exp: Ditto.
5916         * gdb.base/maint.exp: Ditto.
5917         * gdb.base/ptype.exp: Ditto.
5918         * gdb.base/return.exp: Ditto.
5919         * gdb.base/setshow.exp: Ditto.
5920         * gdb.base/sigbpt.exp: Ditto.
5921         * gdb.base/sigrepeat.exp: Ditto.
5922
5923         * gdb.cp/classes.exp: Ditto.
5924
5925         * gdb.dwarf2/dw2-restore.exp: Ditto.
5926
5927         * gdb.gdb/selftest.exp: Ditto.
5928
5929         * gdb.multi/base.exp: Ditto.
5930         * gdb.multi/bkpt-multi-exec.exp: Ditto.
5931
5932         * gdb.python/py-block.exp: Ditto.
5933         * gdb.python/py-prettyprint.exp: Ditto.
5934         * gdb.python/py-template.exp: Ditto.
5935
5936         * gdb.server/ext-attach.exp: Ditto.
5937         * gdb.server/ext-run.exp: Ditto.
5938         * gdb.server/server-mon.exp: Ditto.
5939
5940         * gdb.threads/fork-thread-pending.exp: Ditto.
5941         * gdb.threads/hand-call-in-threads.exp: Ditto.
5942         * gdb.threads/interrupted-hand-call.exp: Ditto.
5943         * gdb.threads/linux-dp.exp: Ditto.
5944         * gdb.threads/manythreads.exp: Ditto.
5945         * gdb.threads/print-threads.exp: Ditto.
5946         * gdb.threads/pthreads.exp: Ditto.
5947         * gdb.threads/schedlock.exp: Ditto.
5948         * gdb.threads/thread-unwindonsignal.exp: Ditto.
5949         * gdb.threads/threadapply.exp: Ditto.
5950
5951 2010-06-08  Michael Snyder  <msnyder@vmware.com>
5952
5953         * gdb.ada/exec_changed.exp:
5954         Use ".*" instead of "" as wildcard regexp.
5955
5956         * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
5957         * gdb.base/call-ar-st.exp: Ditto.
5958         * gdb.base/checkpoint.exp: Ditto.
5959         * gdb.base/default.exp: Ditto.
5960         * gdb.base/dump.exp: Ditto.
5961         * gdb.base/ending-run.exp: Ditto.
5962         * gdb.base/fileio.exp: Ditto.
5963         * gdb.base/miscexprs.exp: Ditto.
5964         * gdb.base/pointers.exp: Ditto.
5965         * gdb.base/readline.exp: Ditto.
5966         * gdb.base/reread.exp: Ditto.
5967         * gdb.base/restore.exp: Ditto.
5968         * gdb.base/shlib-call.exp: Ditto.
5969         * gdb.base/valgrind-db-attach.exp: Ditto.
5970         * gdb.base/volatile.exp: Ditto.
5971         * gdb.base/watchpoints.exp: Ditto.
5972
5973         * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
5974
5975         * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
5976         * gdb.python/py-value.exp: Ditto.
5977
5978         * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
5979         * gdb.trace/circ.exp: Ditto.
5980         * gdb.trace/collection.exp: Ditto.
5981         * gdb.trace/packetlen.exp: Ditto.
5982         * gdb.trace/passc-dyn.exp: Ditto.
5983         * gdb.trace/report.exp: Ditto.
5984         * gdb.trace/tfile.exp: Ditto.
5985         * gdb.trace/tfind.exp: Ditto.
5986         * gdb.trace/while-dyn.exp: Ditto.
5987
5988 2010-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5989
5990         * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
5991
5992 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5993
5994         Test PR 10640.
5995         * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
5996
5997 2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
5998
5999         * gdb.cp/koenig.exp: Test for ADL operators.
6000         * gdb.cp/koenig.cc: Added ADL operators.
6001         * gdb.cp/operator.exp: New test.
6002         * gdb.cp/operator.cc: New test.
6003
6004 2010-06-04  Michael Snyder  <msnyder@vmware.com>
6005
6006         * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
6007         * gdb.base/pending.exp: Ditto.
6008
6009         * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
6010
6011 2010-06-04  Doug Evans  <dje@google.com>
6012
6013         * gdb.python/py-prettyprint.exp: Add new test for enabled and
6014         disabled printers.
6015         * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
6016         (enable_lookup_function): New function.
6017
6018 2010-06-04  Tom Tromey  <tromey@redhat.com>
6019
6020         * gdb.python/py-value.exp (test_value_hash): Don't test equality
6021         of hash and id.
6022
6023 2010-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6024
6025         * gdb.base/commands.exp (add printf tbreak command): Remove trailing
6026         newline.
6027         * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
6028         (empty verbose non-noisy clear, empty verbose noisy clear)
6029         (empty non-verbose noisy clear): Likewise.
6030
6031 2010-06-03  Michael Snyder  <msnyder@vmware.com>
6032
6033         * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
6034         * gdb.base/display.exp: Ditto.
6035         * gdb.base/find.exp: Ditto.
6036         * gdb.base/ifelse.exp: Ditto.
6037         * gdb.base/multi-forks.exp: Ditto.
6038         * gdb.base/recurse.exp: Ditto.
6039         * gdb.base/setshow.exp: Ditto.
6040         * gdb.base/value-double-free.exp: Ditto.
6041         * gdb.base/watch-vfork.exp: Ditto.
6042         * gdb.base/watch_thread_num.exp: Ditto.
6043         * gdb.base/watchpoint-solib.exp: Ditto.
6044         * gdb.base/watchpoint.exp: Ditto.
6045         * gdb.base/watchpoints.exp: Ditto.
6046
6047         * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
6048         * gdb.cp/overload.exp: Ditto.
6049         * gdb.cp/virtfunc.exp: Ditto.
6050
6051         * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
6052
6053         * gdb.reverse/watch-precsave.exp:
6054         Replace gdb_test with gdb_test_no_output.
6055
6056         * gdb.threads/attach-into-signal.exp:
6057         Replace gdb_test with gdb_test_no_output.
6058         * gdb.threads/local-watch-wrong-thread.exp: Ditto.
6059         * gdb.threads/watchthreads.exp: Ditto.
6060         * gdb.threads/watchthreads2.exp: Ditto.
6061
6062         * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
6063         * gdb.trace/tfind.exp: Ditto.
6064
6065 2010-06-03  Joel Brobecker  <brobecker@adacore.com>
6066
6067         * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
6068         successful test if message is the empty string.
6069
6070 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6071
6072         * gdb.fortran/module.exp (stopped language detection): New test.
6073
6074 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6075
6076         Support DW_TAG_module as separate namespaces.
6077         * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
6078         gdb.fortran/library-module-lib.f90: New.
6079         * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
6080         (print i): Remove.
6081         (continue to breakpoint: i-is-1, print var_i value 1)
6082         (continue to breakpoint: i-is-2, print var_i value 2)
6083         (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
6084         (print var_d, print var_i value 14, ptype modmany, complete `modm)
6085         (complete `modmany, complete `modmany`, complete `modmany`var)
6086         (show language, setting breakpoint at module): New tests.
6087         * gdb.fortran/module.f90 (module mod): Remove.
6088         (module mod1, module mod2, module modmany, subroutine sub1)
6089         (subroutine sub2, program module): New.
6090
6091 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6092
6093         * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
6094         (print value of rUC, print value of rI, print value of UI): ... here.
6095         * gdb.cp/anon-union.exp (pass): Rename to ...
6096         (print z 2): ... here.
6097
6098 2010-06-02  Michael Snyder  <msnyder@vmware.com>
6099
6100         * gdb.trace/actions.exp: Use gdb_test_no_output.
6101         * gdb.trace/circ.exp: Ditto.
6102         * gdb.trace/packetlen.exp: Ditto.
6103         * gdb.trace/save-trace.exp: Ditto.
6104         * gdb.trace/tracecmd.exp: Ditto.
6105         * gdb.trace/tsv.exp: Ditto.
6106
6107         * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
6108         * gdb.threads/hand-call-in-thraeds.exp: Ditto.
6109         * gdb.threads/local-watch-wrong-thread.exp: Ditto.
6110         * gdb.threads/manythreads.exp: Ditto.
6111         * gdb.threads/print-threads.exp: Ditto.
6112         * gdb.threads/pthreads.exp: Ditto.
6113         * gdb.threads/schedlock.exp: Ditto.
6114         * gdb.threads/staticthreads.exp: Ditto.
6115         * gdb.threads/thread-specific.exp: Ditto.
6116         * gdb.threads/thread-unwindonsignal.exp: Ditto.
6117         * gdb.threads/threadapply.exp: Ditto.
6118         * gdb.threads/watchthreads.exp: Ditto.
6119         * gdb.threads/watchthreads2.exp: Ditto.
6120
6121         * gdb.python/py-block.exp: Use gdb_test_no_output.
6122         * gdb.python/py-prettyprint.exp: Ditto.
6123         * gdb.python/py-template.exp: Ditto.
6124         * gdb.python/py-value.exp: Ditto.
6125
6126         * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
6127         * gdb.reverse/watch-reverse.exp: Ditto.
6128
6129         * gdb.server/ext-attach.exp: Use gdb_test_no_output.
6130         * gdb.server/ext-run.exp: Ditto.
6131
6132         * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
6133         * gdb.dwarf2/dw2-compressed.exp: Ditto.
6134         * gdb.dwarf2/dw2-intercu.exp: Ditto.
6135         * gdb.dwarf2/dw2-intermix.exp: Ditto.
6136         * gdb.dwarf2/dw2-producer.exp: Ditto.
6137         * gdb.dwarf2/mac-fileno.exp: Ditto.
6138
6139         * gdb.gdb/observer.exp: Use gdb_test_no_output.
6140         * gdb.gdb/selftest.exp: Ditto.
6141
6142         * gdb.multi/base.exp: Use gdb_test_no_output.
6143
6144         * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
6145
6146 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6147
6148         * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
6149
6150 2010-06-02  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
6151
6152         * gdb.cp/class2.exp: Use gdb_test_no_output.
6153         * gdb.cp/classes.exp: Ditto.
6154         * gdb.cp/extern-c.exp: Ditto.
6155         * gdb.cp/inherit.exp: Ditto.
6156         * gdb.cp/maint.exp: Ditto.
6157         * gdb.cp/mb-inline.exp: Ditto.
6158         * gdb.cp/mb-templates.exp: Ditto.
6159         * gdb.cp/method2.exp: Ditto.
6160         * gdb.cp/misc.exp: Ditto.
6161         * gdb.cp/ovldbreak.exp: Ditto.
6162         * gdb.cp/punctuator.exp: Ditto.
6163         * gdb.cp/templates.exp: Ditto.
6164         * gdb.cp/virtbase.exp: Ditto.
6165
6166         * gdb.threads/attach-stopped.exp:
6167         Replace uses of send_gdb / gdb_expect.
6168         * gdb.threads/attachstop-mt.exp:
6169         Replace uses of send_gdb / gdb_expect.
6170         * gdb.threads/gcore-thread.exp:
6171         Replace uses of send_gdb / gdb_expect.
6172         * gdb.threads/hand-call-in-threads.exp:
6173         Replace uses of send_gdb / gdb_expect.
6174         * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
6175         * gdb.threads/print-threads.exp:
6176         Replace uses of send_gdb / gdb_expect.
6177         * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
6178         * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
6179         * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
6180
6181         * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
6182         * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
6183         * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
6184         * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
6185         * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
6186         * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
6187         * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
6188         * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
6189         * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
6190         * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
6191         * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
6192
6193 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6194
6195         * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
6196
6197 2010-06-02  Sami Wagiaalla  <swagiaal@redhat.com>
6198
6199         * gdb.cp/koenig.exp: Added new test case.
6200         * gdb.cp/koenig.cc: Ditto.
6201
6202 2010-06-01  Michael Snyder  <msnyder@vmware.com>
6203
6204         * gdb.base/arithmet.exp: Use gdb_test_no_output.
6205         * gdb.base/arrayidx.exp: Ditto.
6206         * gdb.base/attach.exp: Ditto.
6207         * gdb.base/auxv.exp: Ditto.
6208         * gdb.base/bigcre.exp: Ditto.
6209         * gdb.base/break-always.exp: Ditto.
6210         * gdb.base/break-interp.exp: Ditto.
6211         * gdb.base/break.exp: Ditto.
6212         * gdb.base/breakpoint-shadow.exp: Ditto.
6213         * gdb.base/call-ar-st.exp: Ditto.
6214         * gdb.base/call-sc.exp: Ditto.
6215         * gdb.base/call-signal-resume.exp: Ditto.
6216         * gdb.base/callfuncs.exp: Ditto.
6217         * gdb.base/catch-syscall.exp: Ditto.
6218         * gdb.base/charset.exp: Ditto.
6219         * gdb.base/code-expr.exp: Ditto.
6220         * gdb.base/commands.exp: Ditto.
6221         * gdb.base/cond-expr.exp: Ditto.
6222         * gdb.base/condbreak.exp: Ditto.
6223         * gdb.base/cursal.exp: Ditto.
6224         * gdb.base/cvexpr.exp: Ditto.
6225         * gdb.base/default.exp: Ditto.
6226         * gdb.base/del.exp: Ditto.
6227         * gdb.base/detach.exp: Ditto.
6228         * gdb.base/display.exp: Ditto.
6229         * gdb.base/ena-dis-br.exp: Ditto.
6230         * gdb.base/eval-skip.exp: Ditto.
6231         * gdb.base/foll-fork.exp: Ditto.
6232         * gdb.base/foll-vfork.exp: Ditto.
6233         * gdb.base/frame-args.exp: Ditto.
6234         * gdb.base/funcargs.exp: Ditto.
6235         * gdb.base/gcore-buffer-overflow.exp: Ditto.
6236         * gdb.base/gdbvars.exp: Ditto.
6237         * gdb.base/help.exp: Ditto.
6238         * gdb.base/ifelse.exp: Ditto.
6239         * gdb.base/included.exp: Ditto.
6240         * gdb.base/list.exp: Ditto.
6241         * gdb.base/macscp.exp: Ditto.
6242         * gdb.base/maint.exp: Ditto.
6243         * gdb.base/multi-fork.exp: Ditto.
6244         * gdb.base/overlays.exp: Ditto.
6245         * gdb.base/page.exp: Ditto.
6246         * gdb.base/pending.exp: Ditto.
6247         * gdb.base/pointers.exp: Ditto.
6248         * gdb.base/pr11022.exp: Ditto.
6249         * gdb.base/prelink.exp: Ditto.
6250         * gdb.base/printcmds.exp: Ditto.
6251         * gdb.base/psymtab.exp: Ditto.
6252         * gdb.base/randomize.exp: Ditto.
6253         * gdb.base/relational.exp: Ditto.
6254         * gdb.base/relocate.exp: Ditto.
6255         * gdb.base/remote.exp: Ditto.
6256         * gdb.base/sepdebug.exp: Ditto.
6257         * gdb.base/set-lang-auto.exp: Ditto.
6258         * gdb.base/setshow.exp: Ditto.
6259         * gdb.base/setvar.exp: Ditto.
6260         * gdb.base/signals.exp: Ditto.
6261         * gdb.base/signull.exp: Ditto.
6262         * gdb.base/sigstep.exp: Ditto.
6263         * gdb.base/sizeof.exp: Ditto.
6264         * gdb.base/solib-disc.exp: Ditto.
6265         * gdb.base/store.exp: Ditto.
6266         * gdb.base/structs.exp: Ditto.
6267         * gdb.base/structs2.exp: Ditto.
6268         * gdb.base/subst.exp: Ditto.
6269         * gdb.base/term.exp: Ditto.
6270         * gdb.base/trace-commands.exp: Ditto.
6271         * gdb.base/unwindonsignal.exp: Ditto.
6272         * gdb.base/valgrind-db-attach.exp: Ditto.
6273         * gdb.base/varargs.exp: Ditto.
6274         * gdb.base/watch-cond.exp: Ditto.
6275         * gdb.base/watch_thread_num.exp: Ditto.
6276         * gdb.base/watchpoint-cond-gone.exp: Ditto.
6277         * gdb.base/watchpoint.exp: Ditto.
6278         * gdb.base/whatis-exp.exp: Ditto.
6279
6280 2010-06-01  Michael Snyder  <msnyder@vmware.com>
6281
6282         * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
6283         * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
6284         * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
6285         * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
6286         * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
6287         * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
6288         * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
6289         * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
6290         * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
6291         * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
6292         * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
6293         * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
6294         * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
6295         * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
6296         * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
6297
6298 2010-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6299
6300         * gdb.base/commands.exp (begin commands on watch): Remove excessive
6301         trailing newline.
6302         * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
6303         * gdb.java/jmisc.exp (p *args\n): Rename to ...
6304         (p *args): ... here and remove excessive trailing newline.
6305
6306 2010-05-31  Joel Brobecker  <brobecker@adacore.com>
6307
6308         * gdb.base/subst.exp: Fix call to gdb_test with empty message.
6309
6310 2010-05-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
6311
6312         Accept the new Linux kernel "t (tracing stop)" string.
6313         * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
6314         Update comment.
6315         (state_wait) <T (tracing stop)>: New.
6316         (main): Update the state_wait expect string.
6317
6318 2010-05-28  Pedro Alves  <pedro@codesourcery.com>
6319
6320         * limits.c, limits.exp: Delete files.
6321         * Makefile.in (clean mostlyclean): Adjust.
6322         * tracecmd.exp: Adjust.
6323
6324 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
6325
6326         * gdb.base/tui-layout.exp: New.
6327
6328 2010-05-28  Michael Snyder  <msnyder@vmware.com>
6329
6330         * gdb.reverse/break-precsave.exp:
6331         Replace uses of send_gdb / gdb_expect.
6332         * gdb.reverse/break-reverse.exp:
6333         Replace uses of send_gdb / gdb_expect.
6334         * gdb.reverse/consecutive-precsave.exp:
6335         Replace uses of send_gdb / gdb_expect.
6336         * gdb.reverse/consecutive-reverse.exp:
6337         Replace uses of send_gdb / gdb_expect.
6338         * gdb.reverse/finish-precsave.exp:
6339         Replace uses of send_gdb / gdb_expect.
6340         * gdb.reverse/finish-reverse.exp:
6341         Replace uses of send_gdb / gdb_expect.
6342         * gdb.reverse/i386-precsave.exp:
6343         Replace uses of send_gdb / gdb_expect.
6344         * gdb.reverse/i386-reverse.exp:
6345         Replace uses of send_gdb / gdb_expect.
6346         * gdb.reverse/i386-sse-reverse.exp:
6347         Replace uses of send_gdb / gdb_expect.
6348         * gdb.reverse/i387-env-reverse.exp:
6349         Replace uses of send_gdb / gdb_expect.
6350         * gdb.reverse/i387-stack-reverse.exp:
6351         Replace uses of send_gdb / gdb_expect.
6352         * gdb.reverse/machinestate-precsave.exp:
6353         Replace uses of send_gdb / gdb_expect.
6354         * gdb.reverse/machinestate.exp:
6355         Replace uses of send_gdb / gdb_expect.
6356         * gdb.reverse/sigall-precsave.exp:
6357         Replace uses of send_gdb / gdb_expect.
6358         * gdb.reverse/sigall-reverse.exp:
6359         Replace uses of send_gdb / gdb_expect.
6360         * gdb.reverse/solib-precsave.exp:
6361         Replace uses of send_gdb / gdb_expect.
6362         * gdb.reverse/solib-reverse.exp:
6363         Replace uses of send_gdb / gdb_expect.
6364         * gdb.reverse/step-precsave.exp:
6365         Replace uses of send_gdb / gdb_expect.
6366         * gdb.reverse/step-reverse.exp:
6367         Replace uses of send_gdb / gdb_expect.
6368         * gdb.reverse/until-precsave.exp:
6369         Replace uses of send_gdb / gdb_expect.
6370         * gdb.reverse/until-reverse.exp:
6371         Replace uses of send_gdb / gdb_expect.
6372         * gdb.reverse/watch-precsave.exp:
6373         Replace uses of send_gdb / gdb_expect.
6374         * gdb.reverse/watch-reverse.exp:
6375         Replace uses of send_gdb / gdb_expect.
6376
6377 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
6378
6379         * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
6380         excessive newline.
6381
6382 2010-05-27  Michael Snyder  <msnyder@vmware.com>
6383
6384         * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
6385         * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
6386         * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
6387         * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
6388         * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
6389         * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
6390         * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
6391         * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
6392         * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
6393         * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
6394         * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
6395         * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
6396         * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
6397         * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
6398         * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
6399         * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
6400         * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
6401         * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
6402         * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
6403
6404 2010-05-26  Michael Snyder  <msnyder@vmware.com>
6405
6406         * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
6407         * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
6408
6409         * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
6410         * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
6411         * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
6412
6413         * gdb.reverse/consecutive-reverse.exp:
6414         Replace uses of send_gdb / gdb_expect.
6415         * gdb.reverse/consecutive-precsave.exp:
6416         Replace uses of send_gdb / gdb_expect.
6417
6418         * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
6419         * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
6420         * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
6421         * gdb.mi/mi-ns-stale-regcache.exp:
6422         Replace uses of send_gdb / gdb_expect.
6423         * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
6424         * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
6425         * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
6426         * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
6427         * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
6428         * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
6429         * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
6430         * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
6431         * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
6432
6433 2010-05-26  Michael Snyder  <msnyder@vmware.com>
6434
6435         * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6436
6437         * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6438
6439         * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
6440         * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
6441         * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
6442         * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
6443         * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
6444         * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
6445         * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
6446         * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
6447         * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6448
6449 2010-05-25  Tom Tromey  <tromey@redhat.com>
6450
6451         * gdb.base/macscp.exp: Add missing space after setup_kfail.
6452
6453 2010-05-25  Tom Tromey  <tromey@redhat.com>
6454
6455         * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
6456         argument order.
6457         * gdb.base/macscp.exp: Fix setup_kfail argument order.
6458         * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
6459         order.
6460         * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
6461         order.
6462         * gdb.base/call-sc.exp (setup_kfails): Remove.
6463         (setup_compiler_kfails): Remove.
6464         * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
6465         argument order.
6466         * gdb.base/siginfo.exp: Fix setup_kfail argument order.
6467         * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
6468         (advancei): Fix setup_kfail argument order.
6469         * gdb.base/radix.exp: Fix setup_kfail argument order.
6470         * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
6471         order.
6472         * gdb.base/structs.exp (setup_kfails): Remove.
6473         (setup_compiler_kfails): Fix setup_kfail argument order.
6474         * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
6475         order.
6476         * gdb.java/jmain.exp: Fix setup_kfail argument order.
6477         * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
6478         setup_kfail argument order.
6479         * gdb.cp/overload.exp: Fix setup_kfail argument order.
6480
6481 2010-05-25  Tom Tromey  <tromey@redhat.com>
6482
6483         * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
6484
6485 2010-05-25  Michael Snyder  <msnyder@vmware.com>
6486
6487         * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
6488         * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
6489         * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
6490         * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
6491         * gdb.base/assign.exp: Replace send_gdb with gdb_test.
6492         * gdb.base/attach.exp: Replace send_gdb with gdb_test.
6493         * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
6494         * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
6495         * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
6496         * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
6497         * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
6498         * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
6499         * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
6500         * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
6501         * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
6502         * gdb.base/charset.exp: Replace send_gdb with gdb_test.
6503         * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
6504         * gdb.base/commands.exp: Replace send_gdb with gdb_test.
6505         * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
6506         * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
6507         * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
6508         * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
6509         * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
6510         * gdb.base/default.exp: Replace send_gdb with gdb_test.
6511         * gdb.base/define.exp: Replace send_gdb with gdb_test.
6512         * gdb.base/display.exp: Replace send_gdb with gdb_test.
6513         * gdb.base/dump.exp: Replace send_gdb with gdb_test.
6514         * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
6515         * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
6516         * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
6517         * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
6518         * gdb.base/finish.exp: Replace send_gdb with gdb_test.
6519         * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
6520         * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
6521         * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
6522         * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
6523         * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
6524         * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
6525         * gdb.base/help.exp: Replace send_gdb with gdb_test.
6526         * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
6527         * gdb.base/jump.exp: Replace send_gdb with gdb_test.
6528         * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
6529         * gdb.base/maint.exp: Replace send_gdb with gdb_test.
6530         * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
6531         * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
6532         * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
6533         * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6534         * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
6535
6536 2010-05-25  Doug Evans  <dje@google.com>
6537
6538         * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
6539         gdb.string_to_argv.
6540
6541 2010-05-21  Tom Tromey  <tromey@redhat.com>
6542
6543         * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
6544         Call it.
6545         * gdb.dwarf2/pieces.S: Update.
6546         * gdb.dwarf2/pieces.c (struct B): Remove initial field.
6547
6548 2010-05-21  Tom Tromey  <tromey@redhat.com>
6549
6550         * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
6551         Call it.
6552         * gdb.dwarf2/pieces.c (struct C): New.
6553         (f6): New function.
6554         * gdb.dwarf2/pieces.S: Replace.
6555
6556 2010-05-21  Tom Tromey  <tromey@redhat.com>
6557
6558         * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
6559         Call it.
6560
6561 2010-05-21  Tom Tromey  <tromey@redhat.com>
6562
6563         * gdb.dwarf2.pieces.exp: New file.
6564         * gdb.dwarf2.pieces.S: New file.
6565         * gdb.dwarf2.pieces.c: New file.
6566
6567 2010-05-20  Pedro Alves  <pedro@codesourcery.com>
6568             Joel Brobecker  <brobecker@adacore.com>
6569
6570         * lib/gdb.exp (gdb_test_no_output): New function.
6571         * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
6572         when testing commands that should produce no output.
6573
6574 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
6575
6576         * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
6577         parameter that we want to watch being a constant.
6578
6579 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
6580
6581         * gdb.ada/cond_lang: New testcase.
6582
6583 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
6584
6585         * lib/gdb.exp (banned_variables): New variable/constant.
6586         (gdb_init): Add write trace on variables listed in banned_variables.
6587         (gdb_finish): Remove write traces on variables listed in
6588         banned_variables.
6589
6590 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
6591
6592         * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
6593         * gdb.cp/koenig.exp: Likewise.
6594
6595 2010-05-14  Phil Muldoon  <pmuldoon@redhat.com>
6596
6597         PR python/11482
6598
6599         * gdb.python/py-value.exp (test_value_hash): New function.
6600
6601 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
6602
6603         PR exp/11530.
6604         * gdb.base/gdb11530.c: New file.
6605         * gdb.base/gdb11530.exp: New file.
6606
6607 2010-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6608
6609         * gdb.dwarf2/dw2-modula2-self-type.exp: New.
6610         * gdb.dwarf2/dw2-modula2-self-type.S: New.
6611
6612 2010-05-07  Sami Wagiaalla  <swagiaal@redhat.com>
6613
6614         * gdb.cp/koenig.exp: New test.
6615         * gdb.cp/koenig.cc: New test program.
6616
6617 2010-05-05  Joel Brobecker  <brobecker@adacore.com>
6618
6619         Remove the use of prms_id and bug_id throughout the testsuite.
6620
6621 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
6622
6623         PR exp/11349.
6624         * testsuite/gdb.cp/ref-types.exp: Add test to examine
6625         use a reference local variable.
6626
6627 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6628
6629         * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
6630         * gdb.base/sepdebug.exp: Remove .debug subdirectory handling.  New
6631         variable different_dir. Move debugfile into a full directory pathname
6632         under DIFFERENT_DIR.
6633         * lib/gdb.exp (separate_debug_filename): Remove.
6634         (gdb_gnu_strip_debug): No longer call separate_debug_filename.  Remove
6635         variable debug_dir and mkdir of it.  Update function comments.
6636
6637 2010-04-29  Pedro Alves  <pedro@codesourcery.com>
6638
6639         PR gdb/11557
6640
6641         * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
6642         files.
6643
6644 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
6645
6646         * gdb.python/py-param.exp: New File.
6647
6648 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
6649
6650         * gdb.base/default.exp: Fix "set language" test.
6651
6652 2010-04-24  Pierre Muller  <muller@ics.u-strasbg.fr>
6653
6654         PR breakpoints/11531.
6655         * gdb.base/gdb11531.c: New file.
6656         * gdb.base/gdb11531.exp: New file.
6657
6658 2010-04-26  Tom Tromey  <tromey@redhat.com>
6659
6660         * gdb.base/completion.exp: Add tests for completion and deprecated
6661         commands.
6662
6663 2010-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
6664
6665         * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
6666         (print /x char_array): Escape curly brackets.
6667
6668 2010-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
6669
6670         Fix deadlock on looped list of loaded shared objects.
6671         * gdb.base/solib-corrupted.exp: New.
6672
6673 2010-04-23  Doug Evans  <dje@google.com>
6674
6675         * gdb.python/py-section-script.c: New file.
6676         * gdb.python/py-section-script.exp: New file.
6677         * gdb.python/py-section-script.py: New file.
6678
6679 2010-04-20  Chris Moller  <cmoller@redhat.com>
6680
6681         PR 10179
6682
6683         * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
6684         * gdb.base/pr10179-a.c:
6685         * gdb.base/pr10179-b.c:
6686         * gdb.base/pr10179.exp: New files.
6687
6688 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
6689
6690         Fix crashes on dangling display expressions.
6691         * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
6692         is SEP.
6693         (lib_flags): Remove the "debug" keyword.
6694         (libsepdebug): New variable for iterating new loop.
6695         (save_pf_prefix): New variable wrapping the loop.
6696         (sep_lib_flags): New variable derived from LIB_FLAGS.  Use it.
6697         * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
6698
6699 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6700
6701         * gdb.threads/watchthreads.exp: Change to obtain consistent output.
6702
6703 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6704
6705         PR stabs/11479.
6706         * gdb.stabs/gdb11479.exp: New file.
6707         * gdb.stabs/gdb11479.c: New file.
6708
6709 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6710
6711         * gdb.base/charset.c (Strin16, String32): New variables.
6712         * gdb.base/charset.exp (gdb_test): Test correct display
6713         of 16 or 32 bit strings.
6714
6715 2010-04-21  Chris Moller  <cmoller@redhat.com>
6716
6717         PR 9167
6718         * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
6719         * gdb.cp/pr9167.cc: New file.
6720         * gdb.cp/pr9167.exp: New file.
6721
6722
6723 2010-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
6724
6725         PR pascal/11492.
6726         * gdb.pascal/gdb11492.pas: New file.
6727         * gdb.pascal/gdb11492.exp: New file.
6728
6729 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6730
6731         * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
6732
6733 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6734
6735         * gdb.ada/dyn_loc: New testcase.
6736
6737 2010-04-20  Chris Moller  <cmoller@redhat.com>
6738
6739         PR 10867
6740
6741         * gdb.cp/Makefile.in  (EXECUTABLES): Added pr10687
6742         * gdb.cp/pr10687.cc: New file.
6743         * gdb.cp/pr10687.exp: New file.
6744
6745
6746 2010-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6747             Sergio Durigan Junior  <sergiodj@redhat.com>
6748
6749         * gdb.fortran/logical.exp: New testcase.
6750         * gdb.fortran/logical.f90: New file.
6751
6752 2010-04-19  Doug Evans  <dje@google.com>
6753
6754         * gdb.base/help.exp (help source): Update expected output.
6755
6756 2010-04-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
6757
6758         * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
6759         gdb_reinitialize_dir and gdb_load by clean_restart.  Remove trailing
6760         gdb_exit and return.
6761         (executable): New variable.
6762         (binfile): Use it.
6763
6764 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
6765
6766         PR breakpoints/8554.
6767
6768         * gdb.trace/save-trace.exp: Adjust.
6769
6770 2010-04-17  H.J. Lu  <hongjiu.lu@intel.com>
6771
6772         PR corefiles/11511
6773         * gdb.arch/system-gcore.exp: New.
6774         * gdb.arch/gcore.c: Likewise.
6775
6776 2010-04-15  Doug Evans  <dje@google.com>
6777
6778         * gdb.python/py-progspace.c: New file.
6779         * gdb.python/py-progspace.exp: New file.
6780
6781         * gdb.base/source.exp: Add tests for "source -s".
6782
6783 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
6784
6785         * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
6786         * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
6787         * gdb.python/py-prettyprint.exp: New test for to_string returning None.
6788         * gdb.python/py-mi.exp: New test for to_string returning None.
6789
6790 2010-04-12  Phil Muldoon  <pmuldoon@redhat.com>
6791
6792         * gdb.python/py-breakpoint.c: Make result global.
6793
6794 2010-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
6795
6796         Fix non-GNU make compatibility.
6797         * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
6798
6799 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
6800
6801         * gdb.python/py-breakpoint.exp: New File.
6802         * gdb.python/py-breakpoint.C: Ditto.
6803
6804 2010-04-08  Stan Shebs  <stan@codesourcery.com>
6805
6806         * gdb.trace/actions.exp: Clear default-collect.
6807         * gdb.trace/save-trace.exp: Clear default-collect.
6808
6809 2010-04-08  Phil Muldoon  <pmuldoon@redhat.com>
6810
6811         * gdb.python/py-value: Add null string variable.
6812           (test_lazy_string): Test zero length, NULL address lazy
6813           strings.
6814
6815 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
6816
6817         * gdb.arch/i386-avx.c: New.
6818         * gdb.arch/i386-avx.exp: Likewise.
6819
6820         * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
6821
6822 2010-04-06  Doug Evans  <dje@google.com>
6823
6824         * gdb.base/source-test.gdb: New file.
6825         * gdb.base/source.exp: Test source -v.
6826
6827 2010-04-06  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6828
6829         * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
6830
6831 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
6832
6833         * gdb.stabs/aout.sed: Convert all backslash to double backslash
6834         within one line, unless it is followed by a double quote.
6835         * gdb.stabs/hppa.sed: Idem.
6836         * gdb.stabs/weird.def: Add char and String constants
6837         * gdb.stabs/weird.exp: Check for correct parsing of
6838         char and string constants.
6839         * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
6840         in .stabs to .stabx substitution.
6841
6842 2010-04-05  Stan Shebs  <stan@codesourcery.com>
6843
6844         * gdb.trace/tfile.c: Add a variable split across two blocks, and a
6845         constant global.
6846         * gdb.trace/tfile.exp: Try to print them.
6847
6848 2010-04-04  Stan Shebs  <stan@codesourcery.com>
6849
6850         * gdb.base/completion.exp: Update for new "info watchpoints".
6851         * gdb.base/default.exp: Ditto.
6852         * gdb.base/help.exp: Ditto.
6853         * gdb.base/watchpoint.exp: Ditto.
6854         * gdb.trace/infotrace.exp: Update "info tracpoints" output.
6855
6856 2010-04-04  Stan Shebs  <stan@codesourcery.com>
6857
6858         * gdb.trace/tfile.exp: Sharpen tfind test.
6859
6860 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6861
6862         * gdb.base/break-entry.exp: New.
6863
6864 2010-04-02  Hui Zhu  <teawater@gmail.com>
6865             Michael Snyder <msnyder@vmware.com>
6866
6867         * gdb.reverse/i386-sse-reverse.exp: New file.
6868         * gdb.reverse/i386-sse-reverse.c: New file.
6869
6870 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
6871
6872         * gdb.trace/tfind.exp: Adjust expected disassembly output.
6873
6874 2010-04-01  Stan Shebs  <stan@codesourcery.com>
6875
6876         * gdb.trace/actions.exp: Tweak expected output.
6877         * gdb.trace/while-stepping.exp: Tweak expected output.
6878
6879 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
6880
6881         * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
6882
6883 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
6884
6885         * gdb.base/commands.exp: Adjust.
6886         * gdb.cp/extern-c.exp: Adjust.
6887
6888 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
6889
6890         * gdb.trace/collection.c (local_test_func): Define a local struct,
6891         and instanciate it.
6892
6893 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
6894
6895         * gdb.trace/collection.exp (gdb_collect_args_test)
6896         (gdb_collect_argarray_test): XFAIL the tests that assume the
6897         argarray argument's elements are collected.
6898
6899 2010-03-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
6900
6901         * gdb.dwarf2/dw2-bad-parameter-type.exp,
6902         gdb.dwarf2/dw2-bad-parameter-type.S: New.
6903
6904 2010-03-31  Stan Shebs  <stan@codesourcery.com>
6905
6906         * gdb.trace/save-trace.exp: Test save/restore of default-collect
6907         and tracepoint conditionals.
6908         (gdb_verify_tracepoints): Delete unused return.
6909
6910 2010-03-26  Keith Seitz  <keiths@redhat.com>
6911
6912         * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
6913         appear in the output before main.
6914         Remove KFAIL for gdb/2215 aka bz 9320.
6915
6916 2010-03-30  Doug Evans  <dje@google.com>
6917
6918         * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
6919         by dejagnu.
6920         * gdb.arch/amd64-dword.exp: Ditto.
6921
6922         * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
6923         match.
6924         (break printf): Ditto.
6925
6926 2010-03-29  Sami Wagiaalla  <swagiaal@redhat.com>
6927
6928         * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
6929         gcc < 4.4.
6930         * gdb.cp/shadow.exp: Ditto.
6931
6932 2010-03-29  Pedro Alves  <pedro@codesourcery.com>
6933
6934         * gdb.trace/collection.exp (run_trace_experiment): Make sure
6935         "tstart" is silent.
6936
6937 2010-03-29  Pedro Alves  <pedro@codesourcery.com>
6938
6939         * gdb.trace/collection.exp (executable): New.
6940         (binfile): Use it.
6941         (fpreg, spreg, pcreg): New.
6942         (test_register): Use gdb_test_multiple.  Pass /x to print.
6943         (prepare_for_trace_test): New.
6944         (run_trace_experiment): Use "continue", not gdb_run_cmd.
6945         (gdb_collect_args_test, gdb_collect_argstruct_test)
6946         (gdb_collect_argarray_test, gdb_collect_locals_test): Use
6947         prepare_for_trace_test.
6948         (gdb_collect_registers_test): Use prepare_for_trace_test.  Use
6949         fpreg, spreg and pcreg.
6950         (gdb_collect_expression_test, gdb_collect_globals_test): Use
6951         prepare_for_trace_test.
6952         (gdb_trace_collection_test): Use fpreg, spreg and pcreg.  Don't
6953         try to detect tracing support here.  Don't set breakpoints at
6954         `begin' or `end' here.
6955         <global scope>: Use clean_restart.  Run to main before checking
6956         for tracing support.  Check for for tracing support here.
6957
6958 2010-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
6959
6960         * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
6961         " as $displacement" to "seen displacement message".
6962
6963 2010-03-28  Pedro Alves  <pedro@codesourcery.com>
6964
6965         * gdb.trace/while-dyn.exp (executable): New variable.
6966         (binfile): Use it.
6967         (test_while_stepping): New function.  Move most tests here.  Call
6968         it once for each of the while-stepping, stepping and ws aliases.
6969
6970 2010-03-26  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6971
6972         * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
6973         that do not provide the tagless_struct type name at all.
6974         (test_print_anon_union): Do not check value of uninitialized
6975         union member.  Do not use cp_test_ptype_class, so we can accept
6976         "long" as well as "long int".
6977
6978 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
6979
6980         * gdb.trace/tfile.c (tohex, bin2hex): New.
6981         (write_error_trace_file): Hexify error description.
6982
6983 2010-03-25  Stan Shebs  <stan@codesourcery.com>
6984
6985         * gdb.trace/tfile.c: Generate an additional trace file, improve
6986         portability.
6987         * gdb.trace/tfile.exp: Test trace file with an error stop, delete
6988         files in a better way.
6989
6990 2010-03-25  Keith Seitz  <keiths@redhat.com>
6991
6992         * gdb.java/jprint.exp: XFAIL printing of static class members
6993         because of GCC debuginfo problem.
6994
6995 2010-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
6996
6997         * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
6998
6999 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
7000
7001         * gdb.base/completion.exp: Allow long instead of long int.
7002         * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
7003         * gdb.base/gdbvars.c (main): Remove unused usestubs code.  Reference
7004         variable p.
7005         * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
7006         * gdb.base/pointers.exp: Allow long instead of long int.
7007         * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
7008         * gdb.base/step-line.exp: Allow a directory before the source file name.
7009
7010 2010-03-24  Tom Tromey  <tromey@redhat.com>
7011
7012         PR breakpoints/9352:
7013         * gdb.base/default.exp: Update.
7014         * gdb.base/commands.exp: Update.
7015         * gdb.cp/extern-c.exp: Test setting commands on multiple
7016         breakpoints at once.
7017
7018 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
7019
7020         * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
7021         if gdb,nosignals.
7022         * gdb.base/watchpoints.c: Do not include unnecessary headers.
7023         * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
7024         exited".
7025
7026 2010-03-24  Stan Shebs  <stan@codesourcery.com>
7027
7028         * gdb.trace/tfile.exp: Expect "trace frame", with a space.
7029
7030 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
7031
7032         * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
7033         * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
7034         argument.  Handle "short" and "long".
7035         (Top level): Pass overprototyped output for old_fptr and xptr.
7036
7037 2010-03-23  Pedro Alves  <pedro@codesourcery.com>
7038
7039         * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
7040         format strings and add casts to avoid compiler warnings.
7041
7042 2010-03-23  Vladimir Prus  <vladimir@codesourcery.com>
7043
7044         * lib/trace-support.exp (gdb_trace_setactions):
7045         Don't expect whitespace after ">" prompt.
7046         * gdb.trace/actions.exp: Adjust for output changes.
7047         * gdb.trace/while-stepping.exp: Likewise.
7048
7049 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7050
7051         * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
7052         and r157645).
7053
7054 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7055
7056         * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
7057         New.
7058
7059 2010-03-22  Daniel Jacobowitz  <dan@codesourcery.com>
7060
7061         * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
7062         * gdb.python/py-mi.exp (binfile): Rename to py-mi.
7063
7064 2010-03-19  Stan Shebs  <stan@codesourcery.com>
7065
7066         * gdb.trace/ax.exp: New file.
7067
7068 2010-03-19  Doug Evans  <dje@google.com>
7069
7070         * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
7071         output from gcc.
7072
7073         * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
7074         named /usr/sbin/prelink<foo>.
7075
7076 2010-03-18  Stan Shebs  <stan@codesourcery.com>
7077
7078         * gdb.trace/circ.exp: Test circular-trace-buffer.
7079         * gdb.trace/tfile.exp: Update tstatus test.
7080
7081 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
7082
7083         * gdb.dwarf2/dw2-anonymous-func.S: New file.
7084         * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
7085
7086 2010-03-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7087
7088         * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
7089
7090 2010-03-18  Pedro Alves  <pedro@codesourcery.com>
7091
7092         * gdb.base/default.exp: Adjust the expected output of the finish
7093         and until commands when the inferior is not being run.
7094
7095 2010-03-15  Sami Wagiaalla  <swagiaal@redhat.com>
7096
7097         * gdb.cp/shadow.exp: Removed kfail; test has been fix.
7098         * gdb.cp/nsusing.exp: Ditto.
7099
7100 2010-03-15  Tom Tromey  <tromey@redhat.com>
7101
7102         * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
7103         * gdb.cp/userdef.cc (operator==): New function.
7104         (main): New locals mem1, mem2.
7105
7106 2010-03-15  Jie Zhang  <jie@codesourcery.com>
7107
7108         * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
7109         Declare and use new loadtimeout variable.
7110
7111 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
7112
7113         * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
7114         Use gdb_load later.
7115
7116 2010-03-14  Pedro Alves  <pedro@codesourcery.com>
7117
7118         * gdb.base/solib-disc.c (main): Make format of fprintf a string
7119         literal.  Add missing endlines to prints to stderr.
7120
7121 2010-03-12  Tom Tromey  <tromey@redhat.com>
7122
7123         PR c++/9708:
7124         * gdb.cp/m-static.exp: Add regression test.
7125         * gdb.cp/m-static.cc (method): New method.
7126         (main): Call it.
7127
7128 2010-03-12  Sami Wagiaalla  <swagiaal@redhat.com>
7129
7130         * gdb.cp/gdb2384-base.h: Created 'namespace B'.
7131         * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
7132
7133 2010-03-12  Daniel Jacobowitz  <dan@codesourcery.com>
7134
7135         * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
7136
7137 2010-03-12  Daniel Jacobowitz  <dan@codesourcery.com>
7138
7139         * lib/gdb.exp (skip_stl_tests): New.
7140         (gdb_compile): Symbian needs -ldl.
7141         (shlib_target_file): New.
7142         (shlib_symbol_file): New.
7143         (gdb_load_shlibs): Use shlib_target_file.
7144         * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
7145         * gdb.cp/exception.exp: Use skip_stl_tests.
7146         * gdb.cp/bs15503.exp: Use skip_stl_tests.  Use untested.
7147         * gdb.cp/try_catch.exp: Use skip_stl_tests.
7148         * gdb.cp/mb-templates.exp: Ditto.
7149         * gdb.base/commands.exp: Relax regexes.
7150         * gdb.base/watchpoint-solib.exp: Don't skip on symbian.  Use
7151         shlib_target_file and shlib_symbol_file.
7152         * gdb.base/maint.exp: Allow lowercase t.  Allow .rodata in
7153         sections.
7154         * gdb.base/ending-run.exp: Accept E32Main for symbian.
7155         * gdb.base/solib-disc.exp: Use
7156         shlib_target_file and shlib_symbol_file.
7157         * gdb.base/unload.exp: Don't skip on symbian.  Use
7158         shlib_target_file and shlib_symbol_file.
7159         * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
7160
7161 2010-03-12  Pedro Alves  <pedro@codesourcery.com>
7162
7163         * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
7164         * gdb.trace/report.exp: Adjust for x86 and x86_64.
7165         Issue a tfind end before looking for a tracepoint frame.
7166         * gdb.trace/tfind.exp: Adjust tstatus output.
7167         Adjust disassembly output.
7168         * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
7169
7170 2010-03-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7171
7172         * gdb.base/break-interp.exp: Create new displacement parameter value
7173         for the test_ld calls.
7174         (reach): New parameter displacement, verify its content.  New push of
7175         pf_prefix "reach-$func:".  Import global expect_out.
7176         (test_core): New parameter displacement, verify its content.  New push
7177         of pf_prefix "core:".  New command "set verbose on".  Import global
7178         expect_out.
7179         (test_attach): New parameter displacement, verify its content.  New
7180         push of pf_prefix "attach:".  New command "set verbose on".  Import
7181         global expect_out.
7182         (test_ld): New parameter displacement, pass it to the reach, test_core
7183         and test_attach calls and verify its content in the "ld.so exit" test.
7184         * gdb.base/prelink.exp: Remove gdb_exit and final return.
7185         (prelink): Update expected text, use gdb_test.
7186
7187 2010-03-10  Doug Evans  <dje@google.com>
7188
7189         * gdb.base/checkpoint.exp: Fix comment.
7190         Lengthen timeout while doing >600 checkpoints test.
7191         Rename duplicate "kill all one" test to keep test names unique.
7192
7193 2010-03-10  Pedro Alves  <pedro@codesourcery.com>
7194
7195         * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
7196
7197 2010-03-08  Keith Seitz  <keiths@redhat.com>
7198
7199         * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
7200         * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
7201         (dm_type_long): New function.
7202         (dm_type_unsigned_short): New function.
7203         (dm_type_unsigned_long): New function.
7204         (myint): New typedef.
7205         * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
7206         long, unsigned shor and long, operator char*, and typedef.
7207         (test_lookup_operator_functions): Add operator char* test.
7208         (test_paddr_operator_functions): Likewise.
7209         (test_paddr_overloaded_functions): Use probe values for
7210         short, long, and unsigned short and long.
7211         (test_paddr_hairy_functions): If the demangler probe detected
7212         gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
7213         demangler.
7214         * gdb.cp/expand-sals.exp: Backtrace may contain class names.
7215         * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
7216         and "print null_pmf".
7217         Add test "ptype a.*pmf".
7218         * gdb.cp/overload.exp: Allow optional "int" to appear with
7219         "short" and "long".
7220         * gdb.cp/ovldbreak.exp: Use append to construct super-duper
7221         long expect value for men_overload1arg.
7222         Allow "int" to appear with "short" and "long".
7223         When testing "info break", add argument for main (void).
7224         Also allow "int" to appear with "short" and "long".
7225         Ditto with "unsigned" and "long long".
7226         * gdb.java/jmain.exp: Do not enclose methods names in single
7227         quotes.
7228         * gdb.java/jmisc.exp: Likewise.
7229         * gdb.java/jprint.exp: Likewise.
7230         * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
7231
7232         From Jan Kratochvil  <jan.kratochvil@redhat.com>:
7233         * gdb.cp/exception.exp (backtrace after first throw)
7234         (backtrace after second throw): Allow a namespace before __cxa_throw.
7235         (backtrace after first catch, backtrace after second catch): Allow
7236         a namespace before __cxa_begin_catch.
7237
7238         * gdb.cp/cpexprs.exp: New file.
7239         * gdb.cp/cpexprs.cc: New file.
7240
7241         From Daniel Jacobowitz  <dan@codesourcery.com>
7242         * gdb.cp/cpexprs.exp (escape): Delete.  Change all callers
7243         to use string_to_regexp.
7244         (ctor, dtor): New functions.  Use them to match constructor
7245         and destructor function types.
7246         (Top level): Use runto_main.
7247
7248 2010-03-05  Tom Tromey  <tromey@redhat.com>
7249
7250         * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
7251         gdb.target_charset.
7252         (pp_ns.to_string): Likewise.
7253
7254 2010-03-04  Keith Seitz  <keiths@redhat.com>
7255
7256         * gdb.cp/overload.exp: Test that the filename portion of a linespec
7257         can be quoted.  Test that both the filename and function/line
7258         portions can be quoted at the same time.
7259
7260 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
7261
7262         * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
7263
7264 2010-03-03  Doug Evans  <dje@google.com>
7265
7266         * lib/gdb.exp (gdb_compile_pthreads): Handle case where
7267         libc contains libpthread.
7268
7269         * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
7270         * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
7271         of gdb_compile.  Add another pattern to match android backtrace.
7272
7273 2010-03-03  Tom Tromey  <tromey@redhat.com>
7274
7275         PR gdb/11345:
7276         * gdb.base/printcmds.exp (test_printf): Add test.
7277
7278 2010-03-02  H.J. Lu  <hongjiu.lu@intel.com>
7279
7280         * gdb.arch/amd64-byte.exp: New.
7281         * gdb.arch/amd64-dword.exp: Likewise.
7282         * gdb.arch/amd64-pseudo.c: Likewise.
7283         * gdb.arch/amd64-word.exp: Likewise.
7284         * gdb.arch/i386-byte.exp: Likewise.
7285         * gdb.arch/i386-pseudo.c: Likewise.
7286         * gdb.arch/i386-word.exp: Likewise.
7287
7288 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
7289
7290         * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
7291         types.  Add structreg, bitfields, and flags registers.
7292         * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
7293         registers.
7294
7295 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
7296
7297         * gdb.xml/tdesc-regs.exp (architecture): New.  Set it for x86.
7298         (load_description): Set architecture if defined.
7299
7300 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
7301
7302         * gdb.python/py-frame.exp: Add read_var block tests.
7303         * gdb.python/py-frame.c (block): New function.
7304
7305 2010-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
7306             Daniel Jacobowitz  <dan@codesourcery.com>
7307
7308         * gdb.base/callfuncs.exp: New tests for $spval 0 and -1.  Remove return.
7309
7310 2010-02-25  David S. Miller  <davem@davemloft.net>
7311
7312         * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
7313         fix logic for setting all_syscalls_numbers.
7314
7315 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
7316
7317         * Makefile.in: Add py-block and py-symbol.
7318         * gdb.python/py-symbol.exp: New File.
7319         * gdb.python/py-symtab.exp: New File.
7320         * gdb.python/py-block.exp: New File.
7321         * gdb.python/py-symbol.c: New File.
7322         * gdb.python/py-block.c: New File.
7323
7324 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
7325
7326         PR python/11314
7327         * lib/gdb.exp (skip_python_tests): New function.
7328         * gdb.python/py-cmd.exp: Use skip_python_tests.
7329         * gdb.python/py-frame.exp: Likewise.
7330         * gdb.python/py-function.exp: Likewise.
7331         * gdb.python/py-prettyprint.exp: Likewise.
7332         * gdb.python/py-template.exp: Likewise.
7333         * gdb.python/py-type.exp: Likewise.
7334         * gdb.python/py-value.exp: Likewise.
7335
7336 2010-02-22  Pedro Alves  <pedro@codesourcery.com>
7337
7338         PR9605
7339
7340         * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
7341
7342 2010-02-19  Tom Tromey  <tromey@redhat.com>
7343
7344         PR c++/8693, PR c++/9496:
7345         * gdb.cp/namespace.exp: Remove some setup_kfail calls.  Added
7346         regression tests.
7347
7348 2010-02-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7349
7350         Fix compatibility with m68k as.
7351         * gdb.dwarf2/member-ptr-forwardref.S: Use .data section.  Use .2byte.
7352         Use only /* comments */.
7353
7354 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7355
7356         * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
7357         * configure: Regenerate.
7358
7359 2010-02-18  Daniel Jacobowitz  <dan@codesourcery.com>
7360
7361         * gdb.python/py-type.exp: Check for Python support.
7362
7363 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
7364
7365         * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
7366         `regsub' syntax available.
7367
7368 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
7369
7370         * gdb.base/shmain.c (main): Remove printf call.
7371         * gdb.base/sizeof.c (main): Cast return of sizeof to int.
7372         * gdb.base/unload.c (main): Make format of fprintf a string
7373         literal.  Add missing endlines to prints to stderr.
7374         * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
7375
7376 2010-02-17  Tom Tromey  <tromey@redhat.com>
7377
7378         * gdb.java/jprint.java (jprint.props): New field.
7379         * gdb.java/jprint.exp (set_lang_java): Add regression test.
7380
7381 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
7382
7383         * gdb.base/charset.exp: Don't assume new `regsub' syntax
7384         available.
7385
7386 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
7387
7388         * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
7389         creation to support remote host testing.
7390
7391 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
7392
7393         * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
7394         Recognize "command not found".
7395
7396 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
7397
7398         * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
7399         single-stepping.
7400
7401 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
7402
7403         * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
7404         if arguments are not supported.
7405
7406 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
7407
7408         * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
7409         be const or non-const.
7410
7411 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
7412
7413         * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
7414         mi_send_resuming_command to send -exec-continue.
7415
7416 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
7417
7418         * gdb.base/list.exp (test_list_filename_and_function): Add test
7419         with single quotes.
7420         * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
7421         matching.
7422         * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
7423         Add KFAIL'd tests for PR gdb/11289.
7424
7425 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
7426
7427         * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
7428
7429 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
7430
7431         * gdb.base/comp-dir/subdir/dummy.txt: New file.
7432         * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
7433         a temporary directory.
7434
7435 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
7436
7437         * gdb.base/charset.exp: Use a single regular expression to match
7438         show host-charset and show target-charset output.
7439
7440 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7441
7442         * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
7443         "Illegal process-id" expect string more exact.
7444         (attach to digits-starting nonsense is prohibited): New.
7445
7446 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7447
7448         * gdb.base/prelink.exp (set verbose on): New.
7449
7450 2010-02-12  Tomas Holmberg  <th@virtutech.com>
7451
7452         * mi-reverse.exp: New file. Test for reverse option to the
7453         following MI commands: exec-continue, exec-finish, exec-next,
7454         exec-step, exec-next-instruction, exec-step-instruction.
7455
7456 2010-02-09  Joel Brobecker  <brobecker@adacore.com>
7457
7458         * gdb.ada/ptype_tagged_param: New testcase.
7459
7460 2010-02-08  Tom Tromey  <tromey@redhat.com>
7461
7462         PR c++/8017:
7463         * gdb.cp/overload.exp: Add tests.
7464         * gdb.cp/overload.cc (struct K): New.
7465         (namespace N): New.
7466         (main): Call new functions.
7467         (K::staticoverload): Define.
7468
7469 2010-02-08  Chris Moller  <moller@mollerware.com>
7470
7471         PR gdb/10728
7472         * gdb.cp/pr10728-x.h: New file.
7473         * gdb.cp/pr10728-x.cc: New file.
7474         * gdb.cp/pr10728-y.cc: New file.
7475         * gdb.cp/pr10728.exp: New file.
7476         * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
7477
7478 2010-02-08  Chris Moller  <moller@mollerware.com>
7479
7480         PR gdb/9067
7481         * gdb.cp/pr9067.exp:  New
7482         * gdb.cp/pr9067.cc:   New
7483         * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
7484
7485 2010-02-08  Joel Brobecker  <brobecker@adacore.com>
7486
7487         * lib/gdb.exp (gdb_test_timeout): New global variable.
7488         Set it to timeout if not already set.
7489         (gdb_init): Reset the value of timeout to gdb_test_timeout.
7490
7491 2010-02-05  Doug Evans  <dje@google.com>
7492
7493         * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
7494         user.
7495
7496 2010-02-05  Sami Wagiaalla  <swagiaal@redhat.com>
7497
7498         PR c++/7935:
7499         * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
7500
7501 2010-02-04  Tom Tromey  <tromey@redhat.com>
7502
7503         * gdb.cp/virtbase.exp: Make test case names unique.
7504
7505 2010-02-02  Tom Tromey  <tromey@redhat.com>
7506
7507         * gdb.cp/virtbase.exp: Add regression tests.
7508         * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
7509         (main): Instantiate RHC.
7510
7511 2010-02-02  Tom Tromey  <tromey@redhat.com>
7512
7513         * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
7514         type-printing change.
7515
7516 2010-02-02  Tom Tromey  <tromey@redhat.com>
7517
7518         PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
7519         * gdb.cp/virtbase.cc: New file.
7520         * gdb.cp/virtbase.exp: New file.
7521         * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
7522
7523 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7524
7525         PR libc/11214:
7526         * gdb.threads/current-lwp-dead.c: Include features.h.
7527         (HAS_NOMMU): New.
7528         (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
7529
7530 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7531
7532         * gdb.base/symbol-without-target_section.exp,
7533         gdb.base/symbol-without-target_section.c: New.
7534
7535 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
7536
7537         * gdb.base/bigcore.exp: Reset increased timeout.
7538         * gdb.base/interrupt.exp: Match unexpected gdb prompt.
7539
7540 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
7541
7542         * gdb.base/gcore.exp (capture_command_output): Use
7543         gdb_test_multiple.
7544
7545 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
7546
7547         * gdb.arch/thumb2-it.S (it_breakpoints): New function.
7548         * gdb.arch/thumb2-it.exp (test_it_break): New function.
7549         (Top level): Call it.
7550
7551 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
7552
7553         * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
7554
7555 2010-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
7556
7557         * gdb.base/call-strs.exp, gdb.base/default.exp,
7558         gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
7559         gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
7560         gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
7561         gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
7562         gdb.base/watchpoint-solib.exp: Save and restore timeout.
7563         * gdb.base/ending-run.exp: Correct restore of timeout.
7564         * gdb.base/page.exp: Remove unnecessary timeout setting.
7565
7566 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
7567
7568         * gdb.ada/rec_return: New testcase.
7569
7570 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
7571
7572         * gdb.ada/call_pn: New testcase.
7573
7574 2010-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
7575
7576         * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
7577         (Top level): Use it to resume.
7578         * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
7579         the Thumb mode displaced stepping error as unsupported.
7580
7581 2010-01-28  Sami Wagiaalla  <swagiaal@redhat.com>
7582
7583         * gdb.cp/nsusing.exp: Added more tests.
7584         * gdb.cp/nsrecurs.exp: Ditto.
7585         * gdb.cp/nsusing.cc: Added test functions.
7586         * gdb.cp/nsrecurs.cc: Ditto.
7587
7588 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
7589
7590         * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
7591         absolute directory pathnames in gdb.sum file.
7592
7593 2010-01-27  Sami Wagiaalla  <swagiaal@redhat.com>
7594
7595         * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
7596         * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
7597
7598 2010-01-26  Tom Tromey  <tromey@redhat.com>
7599
7600         PR exp/7643:
7601         * gdb.base/printcmds.exp (test_print_string_constants): Remove
7602         setup_kfail.
7603
7604 2010-01-14  Sami Wagiaalla  <swagiaal@redhat.com>
7605
7606         * gdb.cp/nsrecurs.exp: New test.
7607         * gdb.cp/nsrecurs.cc: New test program.
7608         * gdb.cp/nsstress.exp: New test.
7609         * gdb.cp/nsstress.cc: New test program.
7610         * gdb.cp/nsdecl.exp: New test.
7611         * gdb.cp/nsdecl.cc: New test program.
7612
7613 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
7614
7615         * gdb.cp/namespace-using.exp: Add test for printing of namespaces
7616         imported into file scope.
7617         Marked test as xfail.
7618         * gdb.cp/namespace-using.cc (marker5): New function.
7619         * gdb.cp/shadow.exp: New test.
7620         * gdb.cp/shadow.cc: New test program.
7621         * gdb.cp/nsimport.exp: New test.
7622         * gdb.cp/nsimport.cc: New test program.
7623
7624 2010-01-25  Tom Tromey  <tromey@redhat.com>
7625
7626         PR gdb/11049:
7627         * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
7628         with "set print null-stop on".
7629
7630 2010-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7631
7632         * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
7633         Adjust it for DISASSEMBLY_OMIT_FNAME.
7634
7635 2010-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7636
7637         PR symtab/11199:
7638         * gdb.dwarf2/member-ptr-forwardref.exp,
7639         gdb.dwarf2/member-ptr-forwardref.S: New.
7640
7641 2010-01-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7642
7643         * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
7644         (thread1_func): Protect thread1_tid with thread1_tid_cond by
7645         thread1_tid_mutex.  Remove gdbstop_mutex handling.
7646         (thread2_func): Protect thread2_tid with thread2_tid_cond by
7647         thread2_tid_mutex.  Remove gdbstop_mutex handling.
7648         (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
7649         pthread_create.  Remove gdbstop_mutex handling.  New comment.  Replace
7650         pthread_cond_wait conditionalizations by while loops.
7651
7652 2010-01-20  Tom Tromey  <tromey@redhat.com>
7653
7654         PR backtrace/10770:
7655         * gdb.dwarf2/pr10770.exp: New file.
7656         * gdb.dwarf2/pr10770.c: New file.
7657         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
7658
7659 2010-01-20  Vladimir Prus  <vladimir@codesourcery.com>
7660
7661         * gdb.mi/mi-async.exp: Remove check for 'async' target, because
7662         that target was removed, and the test always runs native anyway.
7663
7664 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7665
7666         * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
7667         gdb.base/watchpoint-cond-gone-stripped.c: New.
7668
7669 2010-01-19  Tom Tromey  <tromey@redhat.com>
7670
7671         PR c++/8000:
7672         * gdb.cp/namespace.exp: Use new enum.  Fix line numbers in
7673         existing tests.
7674         * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
7675         (main): Use AAA::SomeEnum.
7676
7677 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7678
7679         * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
7680         (test_ignore_count): Declare line_callme_body global.
7681         (run to breakpoint with ignore count): Use line_callme_body.
7682         * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
7683         (set line_main_hello, set line_main_return): Reindent.
7684         (set line_callee4_head, set line_callee4_body, set line_callee4_next):
7685         New.
7686         (continue to callee4): Use line_callee4_body.
7687         (check *stopped from CLI command): Use line_callee4_next.
7688         * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
7689         (set line_main_hello, set line_main_return): Reindent.
7690         (set line_callee4_head, set line_callee4_body): New.
7691         (continue to callee4): Use line_callee4_body.
7692
7693 2010-01-18  Tom Tromey  <tromey@redhat.com>
7694
7695         PR c++/9680:
7696         * gdb.cp/casts.cc: Add new classes and variables.
7697         * gdb.cp/casts.exp: Test new operators.
7698
7699 2010-01-18  Tom Tromey  <tromey@redhat.com>
7700             Thiago Jung Bauermann  <bauerman@br.ibm.com>
7701
7702         * gdb.python/source2.py: New file.
7703         * gdb.python/source1: New file.
7704         * gdb.python/python.exp: Test "source" command.
7705
7706 2010-01-15  Stan Shebs  <stan@codesourcery.com>
7707
7708         * gdb.trace/tfile.c: New file.
7709         * gdb.trace/tfile.exp: New file.
7710
7711 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7712
7713         * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
7714
7715 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7716
7717         * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
7718
7719 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7720
7721         * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
7722         (libfunc): New parameter action.  Implement also selectable "sleep".
7723         * gdb.base/break-interp-main.c: Include assert.h.
7724         (libfunc): New parameter action.
7725         (main): New parameters argc and argv.  Assert argc.  Pass argv.
7726         * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
7727         (test_attach): New proc.
7728         (test_ld): Pass new "segv" exec parameter.  Call also test_attach.
7729         * lib/gdb.exp (core_find): New parameter arg.  Pass it to $binfile.
7730
7731 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7732
7733         * gdb.base/break-interp.exp (test_core): New proc.
7734         (test_ld): Call it.
7735
7736 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7737
7738         * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
7739         * gdb.base/break-interp.exp: Exit on skip_shlib_tests.  Change $srcfile.
7740         New variables $binfile_lib and $srcfile_lib.  Call get_compiler_info
7741         and gdb_compile_shlib.  Use new -Wl compiler options.
7742         (dl bt, main bt): New tests.
7743
7744 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7745
7746         Support PIEs with no symfile_objfile.
7747         * gdb.base/break-interp.exp: New argument at the test_ld calls.
7748         (test_ld): New parameter trynosym.
7749         (test_ld <$trynosym>): New block.
7750
7751 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7752
7753         * gdb.base/break-interp.exp: New file.
7754
7755 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
7756
7757         * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
7758         * gdb.python/py-prettyprint.py (pp_ls): New printer.
7759         * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
7760         test.
7761         * gdb.python/py-prettyprint.c: Define lazystring test structure.
7762         * gdb.python/py-mi.exp: Add lazy string test.
7763
7764 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
7765
7766         * lib/mi-support.exp (mi_check_thread_states): Handle
7767         core number in thread listing.
7768
7769 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
7770
7771         * gdb.base/maint.exp: Adjust the expected output for the
7772         "maint print type" test. Use gdb_test_multiple instead of
7773         gdb_sent/gdb_expect.
7774
7775 2010-01-11  Doug Evans  <dje@google.com>
7776
7777         * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
7778         from gdbserver_download.  All callers updated.
7779
7780         * gdb.server/ext-run.exp: "info os processes" requires xml support.
7781
7782 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7783
7784         Implement binary numbers parsing.
7785         * gdb.base/printcmds.exp (test_integer_literals_accepted)
7786         (test_integer_literals_rejected): New binary tests.
7787
7788 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7789
7790         * gdb.cell/configure: Regenerate.
7791
7792 2010-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
7793
7794         * gdb.base/corefile.exp: Move the core finding block out and call it as
7795         core_find, new variable $corefile, replace corefile by $corefile and
7796         [file tail $corefile] for usage vs. test names resp.
7797         * lib/gdb.exp (core_find): Move it as a new function here.  New
7798         parameter binfile and deletefiles.  New variable $destcore.  Pre-delete
7799         $destcore.  Return "" on error.
7800
7801 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7802
7803         Workaround PR binutils/10802.
7804         * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
7805         (twice).
7806
7807 2010-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
7808
7809         * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
7810
7811 2010-01-08  Joel Brobecker  <brobecker@adacore.com>
7812
7813         * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
7814         call, to avoid interruption.
7815
7816 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7817
7818         * gdb.stabs/weird.def (args93): New.
7819
7820 2010-01-07  Doug Evans  <dje@google.com>
7821
7822         * lib/gdb.exp (gdb_skip_xml_test): Add comment.
7823
7824 2010-01-07  Tom Tromey  <tromey@redhat.com>
7825
7826         * gdb.base/source.exp: Use correct line number.
7827
7828 2010-01-05  Stan Shebs  <stan@codesourcery.com>
7829
7830         * gdb.trace/tracecmd.exp: Test ftrace.
7831
7832 2010-01-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7833
7834         * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
7835
7836 2010-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7837
7838         * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
7839         "uint_for_mi_testing".
7840
7841 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
7842
7843         Test indented comment in file being sourced.
7844         * gdb.base/commands.exp: Test indented comment in file being sourced.
7845
7846 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
7847
7848         * gdb.fortran/array-element.f, gdb.fortran/complex.f,
7849         gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
7850         gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
7851         notice.
7852
7853 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
7854
7855         * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
7856         notice.
7857
7858 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7859
7860         * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
7861         missing $after_stopped and comma (,) expectation.
7862
7863 2009-12-31  Stan Shebs  <stan@codesourcery.com>
7864
7865         * gdb.trace/actions.exp: Test teval action.
7866
7867 2009-12-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
7868
7869         * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
7870         (top level): Call test_watchpoint_in_big_blob.
7871         * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
7872         watchpoints.
7873         (func3): Write to buf.
7874
7875 2009-12-29  Stan Shebs  <stan@codesourcery.com>
7876
7877         * gdb.trace/actions.exp: Test default-collect.
7878
7879 2009-12-28  Stan Shebs  <stan@codesourcery.com>
7880
7881         * gdb.trace/tsv.exp: New file.
7882         * gdb.base/completion.exp: Update ambiguous info output.
7883
7884 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
7885
7886         * gdb.base/find.c (main): Reference search buffers.
7887         * gdb.base/included.c (main): Reference integer.
7888         * gdb.base/ptype.c (charfoo): Declare.
7889         (intfoo): Call charfoo.
7890         * gdb.base/scope0.c (useitp): New function.
7891         (usestatics): Use useitp.
7892         (useit): Add a type for val.
7893         * gdb.base/scope1.c (useit1): Take a pointer argument.
7894         (usestatics1): Update calls to useit1.
7895         * gdb.cp/call-c.cc: Declare foo.
7896         (main): Call foo.
7897         * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
7898         * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
7899         (main): Call C::ensureRefs and ensureOtherRefs.
7900         * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
7901         variables.
7902         (ensureOtherRefs): New function.
7903         * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
7904         * gdb.cp/templates.cc (main): Call t5i.value.
7905
7906 2009-12-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7907
7908         Fix compatibility with G++-4.5.
7909         * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
7910         * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
7911         (uncaught return): Remove.
7912
7913 2009-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
7914             Phil Muldoon  <pmuldoon@redhat.com>
7915
7916         * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
7917         (bp_location13, bp_location14, bp_location17, bp_location18)
7918         (marker3_proto, marker4_proto): New variables.
7919         (breakpoint info): Update output.
7920         (run until breakpoint at marker3, run until breakpoint at marker4): New
7921         tests.
7922
7923 2009-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
7924
7925         * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
7926         Replace the printf call of Y by provided "y-set-1" label.  New block
7927         for the second shared library.
7928         * gdb.base/unload.exp: Compile also the second library, call
7929         gdb_load_shlibs also for it.  Use now gdb_breakpoint.
7930         (single pending breakpoint info): Rename to ...
7931         (pending breakpoint info before run): ... this extended test.
7932         (libfile2, libname2, libsrcfile2, libsrc2)
7933         (lib_sl2): New variables.
7934         (exec_opts): Set also SHLIB_NAME2.
7935         (pending breakpoint info on first run at shrfunc1)
7936         (pending breakpoint info on second run at shrfunc1)
7937         (pending breakpoint info on second run at shrfunc2)
7938         (print y from libfile, print y from libfile2): New tests.
7939         * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
7940         * gdb.base/unloadshr2.c: New.
7941
7942 2009-12-22  Hui Zhu  <teawater@gmail.com>
7943
7944         * gdb.reverse/sigall-reverse.exp: Adjust.
7945
7946 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
7947
7948         PR gdb/10884
7949
7950         * gdb.mi/var-cmd.c (do_bitfield_tests): New
7951         (main): Call do_bitfield_tests.
7952         * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
7953
7954 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
7955
7956         * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
7957         gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
7958         gdb.base/watch_thread_num.c, gdb.java/jprint.java,
7959         gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
7960         gdb.modula2/unbounded1.c: Update copyright header.
7961
7962 2009-12-10  Chris Moller  <moller@mollerware.com>
7963
7964         PR gdb/9399
7965         * gdb.cp/virtfunc2.exp: New tests
7966         * gdb.cp/virtfunc2.cc: New tests
7967         * gdb.cp/Makefile.in: Added tests to EXECUTABLES
7968
7969 2009-12-10  Oza Pawandeep (paawan1982@yahoo.com
7970
7971         * gdb.reverse/i387-env-reverse.c: New file.
7972         * gdb.reverse/i387-env-reverse.exp: New file.
7973         * gdb.reverse/i387-stack-reverse.c: New file.
7974         * gdb.reverse/i387-stack-reverse.exp: New file.
7975
7976 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
7977
7978         * gdb.python/py-type.exp (test_range): New test.
7979
7980 2009-12-03  Phil Muldoon <pmuldoon@redhat.com>
7981
7982         PR python/10805
7983
7984         * gdb.python/py-type.exp: New file.
7985         * gdb.python/py-type.c: New file.
7986         * Makefile.in: Add py-type.
7987
7988 2009-12-03  Tom Tromey  <tromey@redhat.com>
7989
7990         * gdb.python/py-value.exp (test_parse_and_eval): New
7991         function.
7992
7993 2009-12-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
7994
7995        PR gdb/11022
7996
7997        * gdb.base/pr11022.exp: New test.
7998        * gdb.base/pr11022.c: New test.
7999
8000 2009-12-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8001
8002         Fix spurious false FAILs.
8003         * gdb.base/structs.c (chartest): New.
8004         (main): Fill-in chartest.
8005         * gdb.base/structs.exp (anychar_re, first): New.
8006         (start_structs_test): Import global anychar_re and first.
8007         New gdb_test call "set print elements 300; ${testfile}"
8008         (start_structs_test <$first>): New block.
8009         (any): Import global anychar_re.  New variable ac.  Use ${ac}.
8010
8011 2009-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8012
8013         * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
8014
8015 2009-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8016
8017         * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
8018         Force $srcfile file.
8019         * gdb.base/foll-fork.c (callee): Comment out the printf call.
8020
8021 2009-11-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8022
8023         * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
8024         * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
8025         * gdb.threads/watchthreads-reorder.exp: Likewise.
8026
8027 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
8028
8029         PR gdb/8704
8030
8031         * gdb.base/condbreak.exp: Test combinations of "break *EXP",
8032         "if", and "thread".  Correct matching in the previous test.
8033
8034 2009-11-25  Daniel Jacobowitz  <dan@codesourcery.com>
8035
8036         * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
8037
8038 2009-11-23  Michael Snyder  <msnyder@vmware.com>
8039
8040         * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
8041         * gdb.reverse-watch-precsave.exp: Ditto.
8042
8043 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
8044
8045         * gdb.asm/asm-source.exp: Adjust.
8046         * gdb.base/help.exp: Adjust.
8047
8048 2009-11-22  Pedro Alves  <pedro@codesourcery.com>
8049
8050         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
8051         (do_syscall_tests_without_xml): Set data-directory to
8052         /the/path/to/nowhere.
8053
8054 2009-11-21  Pedro Alves  <pedro@codesourcery.com>
8055
8056         * gdb.threads/local-watch-wrong-thread.c,
8057         gdb.threads/local-watch-wrong-thread.exp: New files.
8058
8059 2009-11-21  Pedro Alves  <pedro@codesourcery.com>
8060
8061         * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
8062         assume new `regsub' syntax available.
8063
8064 2009-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8065
8066         * gdb.base/watchpoint-hw-hit-once.exp,
8067         gdb.base/watchpoint-hw-hit-once.c: New.
8068
8069 2009-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8070
8071         * gdb.threads/watchthreads-reorder.exp,
8072         gdb.threads/watchthreads-reorder.c: New.
8073
8074 2009-11-17  Nathan Sidwell  <nathan@codesourcery.com>
8075
8076         * gdb.xml/tdesc-regs.exp: Use for m68k.
8077
8078 2009-11-15  Pedro Alves  <pedro@codesourcery.com>
8079
8080         * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
8081
8082 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
8083
8084         * lib/gdb.exp (current_target_name): New procedure.
8085         (gdb_wrapper_target): New variable.
8086         (gdb_wrapper_init): Set gdb_wrapper_target.
8087         (default_gdb_init): Check gdb_wrapper_target before rebuilding the
8088         wrapper.
8089
8090 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
8091
8092         * gdb.base/remote.exp: Delete the slowest load test.
8093         Do not load with fixed packet sizes.
8094
8095 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
8096
8097         * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
8098
8099 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
8100
8101         * gdb.base/freebpcmd.exp: Delete unused variable.  Specify
8102         srcfile when setting a breakpoint.
8103
8104 2009-11-13  Maciej W. Rozycki  <macro@codesourcery.com>
8105
8106         * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
8107         macros.
8108
8109 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
8110
8111         * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
8112         to be in memory.
8113         * gdb.base/display.c (force_mem): New.
8114         (do_loops): Use it.  Add breakpoint comments.
8115         (do_vars): Add a breakpoint comment.
8116         * gdb.base/display.exp: Use gdb_get_line_number.  Remove hardcoded
8117         line numbers.
8118
8119 2009-11-13  Nathan Froyd  <froydnj@codesourcery.com>
8120
8121         * gdb.base/pending.exp: Use gdb_run_cmd to start the program
8122         instead of a bare "run".
8123
8124 2009-11-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
8125
8126         * gdb.python/py-prettyprint.exp: Adjust.
8127
8128 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
8129
8130         * lib/cell.exp (skip_cell_tests): Clean up test files before
8131         returning.
8132
8133 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
8134
8135         * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
8136         and the breakpoint menu.  Do not call perror if a prompt is seen.
8137         Consume the following GDB prompt.
8138         * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
8139         * gdb.cp/namespace.exp: Use gdb_test.
8140         * gdb.cp/templates.exp: Use gdb_test.
8141         (test_template_breakpoints): Use gdb_test_multiple.
8142
8143 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
8144
8145         * gdb.base/break1.c (struct some_struct, values): Move earlier.
8146         (marker4): Reference values.
8147
8148 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
8149
8150         * gdb.base/macscp.exp: Avoid the first FAIL if macro information
8151         is missing.
8152
8153 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
8154
8155         * gdb.base/break.c (need_malloc): New.
8156         * gdb.base/constvars.c (main): Reference crass and crisp.
8157         * gdb.base/gdb1821.c (main): Reference bar.
8158         * gdb.cp/gdb1355.cc (main): Reference s1.
8159         * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
8160         (main): Call them.
8161         * gdb.cp/hang2.cc (dummy2): Define.
8162         * gdb.cp/hang3.cc (dummy3): Define.
8163         * gdb.cp/m-data.cc (main): Reference shadow.
8164
8165 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
8166             Nathan Froyd  <froydnj@codesourcery.com>
8167
8168         * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
8169         remote host.
8170
8171 2009-11-12  Nathan Froyd  <froydnj@codesourcery.com>
8172
8173         * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
8174         * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
8175         * gdb.dwarf2/dw2-compressed.exp: Likewise.
8176         * gdb.dwarf2/dw2-intercu.exp: Likewise.
8177         * gdb.dwarf2/dw2-intermix.exp: Likewise.
8178         * gdb.dwarf2/dw2-producer.exp: Likewise.
8179         * gdb.dwarf2/mac-fileno.exp: Likewise.
8180         * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
8181         py-prettyprint.py to the remote host.
8182         * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
8183
8184 2009-11-11  Keith Seitz  <keiths@redhat.com>
8185
8186         * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
8187         use it instead of "Foo".
8188         * gdb.cp/classes.exp (do_tests): Add a test to access
8189         a method through a typedef'd class name.
8190
8191 2009-11-11  Nathan Froyd  <froydnj@codesourcery.com>
8192
8193         * gdb.base/long_long.exp: Permit leading zeros on floating-point
8194         exponents.
8195         * gdb.base/pointers.exp: Likewise.
8196         * gdb.cp/ref-types.exp: Likewise.
8197
8198 2009-11-11  Keith Seitz  <keiths@redhat.com>
8199
8200         * gdb.cp/cplusfuncs.cc (class foo): Add operators
8201         new[] and delete[].
8202         * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
8203         "void".
8204         (probe_demangler): Remove all single-quoting of
8205         method and variable names.
8206         (info_func_regexp): Remove the word "void" from any
8207         occurrence of "(void)".
8208         (print_addr_2): Remove all single-quoting of
8209         method names.
8210         (print_addr_2_kfail): Likewise.
8211         (print_addr): Single-quote C function names before
8212         passing to print_addr_2.
8213         (test_paddr_operator_functions): Remove single-quoting
8214         for method names.
8215         Add tests for operator new[] and operator delete[].
8216
8217 2009-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8218
8219         * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
8220
8221 2009-11-09  Keith Seitz  <keiths@redhat.com>
8222
8223         * gdb.cp/overload.exp: Add tests for resolving overloaded
8224         methods in expression parsing/evaluation.
8225
8226 2009-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
8227
8228         * lib/gdb.exp (default_gdb_version): Use --version instead of
8229         --command.
8230
8231 2009-11-10  Nathan Sidwell  <nathan@codesourcery.com>
8232
8233         * lib/gdb.exp (gdb_compile_test): New.
8234         (skip_ada_tests, skip_java_tests): New.
8235         (gdb_compile): Use gdb_compile_test for f77.
8236         * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
8237         * lib/java.exp (compile_java_from_source): Remove runtests check,
8238         use gdb_compile_test to record result.
8239         * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
8240         gdb.ada/exec_changed.exp, gdb.ada/start.exp,
8241         gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
8242         gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
8243         gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
8244         gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
8245         gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
8246         gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
8247         gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
8248         adjust gdb_compile invocations.
8249
8250 2009-11-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8251
8252         * Makefile.in (abs_builddir): New.
8253         (site.exp): New target `$(abs_builddir)/site.exp'.  New comment.
8254         (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
8255         `$(abs_builddir)/site.exp'.
8256
8257 2009-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
8258
8259         * config/m68k-emc.exp, lib/emc-support.exp,
8260         gdb.trace/gdb_c_test.c: Delete.
8261         * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
8262         gdb.trace/collection.exp, gdb.trace/deltrace.exp,
8263         gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
8264         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
8265         gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
8266         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
8267         casing for m68k-*-elf.
8268
8269 2009-11-03  Pedro Alves  <pedro@codesourcery.com>
8270
8271         * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
8272         * gdb.arch/i386-prologue.exp: Likewise.
8273         * gdb.arch/i386-unwind.exp: Likewise.
8274
8275 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
8276
8277         * lib/gdb.exp (gdb_expect): Fix timeout typo.
8278
8279 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
8280
8281         * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
8282
8283 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
8284
8285         * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
8286
8287 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8288
8289         * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
8290
8291 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8292
8293         * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
8294         * gdb.base/sepdebug2.c: New file.
8295
8296 2009-10-31  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
8297
8298         * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
8299         the modified warnings for catch syscall.  Verify if GDB was compiled
8300         with support for lib expat, and choose which tests to run depending
8301         on this.
8302
8303 2009-10-30  Vladimir Prus  <vladimir@codesourcery.com>
8304
8305         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
8306         that composite commands are parsed OK. And also test
8307         that breakpoint commands do work.
8308
8309 2009-10-23  Michael Snyder  <msnyder@vmware.com>
8310
8311         gdb.reverse/consecutive-precsave.exp: Change expect pattern
8312         to allow for new disassembly style.
8313
8314 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
8315
8316         * gdb.asm/asm-source.exp: Adjust.
8317
8318 2009-10-22  Michael Snyder  <msnyder@vmware.com>
8319
8320         * gdb.reverse/break-precsave.exp: New test.
8321         * gdb.reverse/consecutive-precsave.exp: Ditto.
8322         * gdb.reverse/finish-precsave.exp: Ditto.
8323         * gdb.reverse/i386-precsave.exp: Ditto.
8324         * gdb.reverse/machinestate-precsave.exp: Ditto.
8325         * gdb.reverse/sigall-precsave.exp: Ditto.
8326         * gdb.reverse/solilb-precsave.exp: Ditto.
8327         * gdb.reverse/step-precsave.exp: Ditto.
8328         * gdb.reverse/until-precsave.exp: Ditto.
8329         * gdb.reverse/watch-precsave.exp: Ditto.
8330
8331 2009-10-22  Michael Snyder  <msnyder@vmware.com>
8332
8333         * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
8334         for gdb_expect.  Adjust one test's expect strings for the new
8335         format of disassemble.
8336         * gdb.reverse/finish-reverse.exp: Delete 'return'.
8337         * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
8338         gdb_test_multiple.
8339         * gdb.reverse/step-reverse.exp: Delete 'return'.
8340         * gdb.reverse/until-reverse.exp: Delete blank lines.
8341         * gdb.reverse/watch-reverse.exp: Delete blank lines.
8342
8343 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
8344
8345         * gdb.base/consecutive.exp: Adjust.
8346         * gdb.base/display.exp: Likewise.
8347         * gdb.base/pc-fp.exp: Likewise.
8348         * gdb.base/sigbpt.exp: Likewise.
8349
8350 2009-10-19  Michael Snyder  <msnyder@vmware.com>
8351
8352         * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
8353         * gdb.reverse/finish-reverse.c: Ditto.
8354         * gdb.reverse/sigall-reverse.c: Ditto.
8355         * gdb.reverse/solib-reverse.c: Ditto.
8356         * gdb.reverse/step-reverse.c: Ditto.
8357         * gdb.reverse/watch-reverse.c: Ditto.
8358
8359 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
8360             Stan Shebs  <stan@codesourcery.com>
8361
8362         * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
8363         * gdb.base/foll-exec.exp: Adjust to expect a process id before
8364         "Executing new program".
8365         * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
8366         * gdb.base/multi-forks.exp: Ditto.  Adjust to the inferior being
8367         left listed after having been killed.
8368         * gdb.base/attach.exp: Adjust to spell out "symbol-file".
8369         * gdb.base/maint.exp: Adjust test.
8370
8371         * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
8372         * gdb.multi/Makefile.in: New.
8373         * gdb.multi/base.exp: New.
8374         * gdb.multi/goodbye.c: New.
8375         * gdb.multi/hangout.c: New.
8376         * gdb.multi/hello.c: New.
8377         * gdb.multi/bkpt-multi-exec.c: New.
8378         * gdb.multi/bkpt-multi-exec.exp: New.
8379         * gdb.multi/crashme.c: New.
8380
8381 2009-10-13  Tristan Gingold  <gingold@adacore.com>
8382
8383         * gdb.base/sepdebug.exp: Check debug info are found.
8384
8385 2009-10-08  Pedro Alves  <pedro@codesourcery.com>
8386
8387         * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
8388         bits.
8389
8390 2009-10-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
8391
8392         * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
8393
8394 2009-10-07  Joel Brobecker  <brobecker@adacore.com>
8395
8396         * gdb.base/watchpoints.c: Add copyright header.  Reformat one
8397         of the comments.
8398
8399 2009-10-06  Pierre Muller  <muller@ics.u-strasbg.fr>
8400
8401         * gdb.base/annota1.exp: Remove obsolete match_max increase.
8402         * gdb.base/annota3.exp: Idem.
8403         * gdb.base/maint.exp: Idem.
8404
8405 2009-10-05  Pierre Muller  <muller@ics.u-strasbg.fr>
8406
8407         * lib/gdb.exp (default_gdb_init): Set current value of match_max
8408         to default.
8409
8410 2009-10-02  Pierre Muller  <muller@ics.u-strasbg.fr>
8411
8412         * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
8413         mingw and cygwin targets.
8414
8415 2009-10-02  Pierre Muller  <muller@ics.u-strasbg.fr>
8416             Pedro Alves  <pedro@codesourcery.com>
8417
8418         * lib/gdb.exp (gdb_compile): Avoid adding
8419         gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
8420
8421 2009-10-01  Pierre Muller  <muller@ics.u-strasbg.fr>
8422
8423         * gdb.base/shr1.c: Use %p in format string.
8424         * gdb.base/unload.c: Avoid warning in fprintf.
8425         * gdb.base/watchpoint-solib.c: Idem.
8426
8427 2009-10-01  Pierre Muller  <muller@ics.u-strasbg.fr>
8428
8429         * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
8430         long type.
8431         (test_unlink): Correct printf string.
8432         * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
8433         * gdb.threads/attachstop-mt.c: Add #include <string.h>.
8434
8435 2009-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
8436
8437         * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
8438         * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
8439         * gdb.arch/ia64-breakpoint-shadow.S: New file.
8440
8441 2009-09-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8442
8443         * gdb.objc/basicclass.exp: Disable pending breakpoint query.
8444         * gdb.objc/nondebug.exp: Likewise.
8445
8446 2009-09-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8447
8448         * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
8449         target_info setting.
8450
8451         * gdb.threads/thread-specific.exp (get_thread_list): Support targets
8452         that detect new threads during "info threads".
8453
8454 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8455
8456         * gdb.threads/manythreads.c (main): Increase thread stack size
8457         to 2*PTHREAD_STACK_MIN.
8458         * gdb.threads/multi-create.c (main): Likewise.
8459         (create_function): Likewise.
8460
8461 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8462
8463         * gdb.base/dump.exp: Pass difference of pointer types instead
8464         of integer types as offset to restore in intarr3.srec case.
8465
8466 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8467
8468         * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
8469
8470 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8471
8472         * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
8473
8474 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
8475
8476         New test for two watchpoints, with disabling of
8477         the first inserted.
8478         * testsuite/gdb.base/watchpoints.c: New file.
8479         * testsuite/gdb.base/watchpoints.exp: New file.
8480
8481 2009-09-25  Tom Tromey  <tromey@redhat.com>
8482
8483         * gdb.base/charset.exp: Test utf-16 strings with Python.
8484
8485 2009-09-25  Tom Tromey  <tromey@redhat.com>
8486
8487         * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
8488         UCS-4.
8489         * gdb.base/charset.c (utf_32_string): Rename.
8490         (init_utf32): Rename.
8491         (main): Update.
8492
8493 2009-09-22  Tom Tromey  <tromey@redhat.com>
8494
8495         * gdb.python/py-function.exp: Add regression tests.
8496
8497 2009-09-21  Keith Seitz  <keiths@redhat.com>
8498
8499         * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
8500         with invalid operator.
8501
8502 2009-09-21  Keith Seitz  <keiths@redhat.com>
8503
8504         * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
8505         and destructor using typedef name of class.
8506         * gdb.cp/classes.cc (class Base1): Add a destructor.
8507         (base1): New typedef.
8508         (use_methods): Instanitate an object of type base1.
8509         * gdb.cp/templates.exp (test_template_typedef): New procedure.
8510         (do_tests): Call test_template_typedef.
8511         * gdb.cp/templates.cc (Baz::~Baz): New method.
8512         (intBazOne): New typedef.
8513         (main): Instantiate intBazOne.
8514
8515 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
8516
8517         PR python/10633
8518
8519         * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
8520         Function.
8521         (run_lang_tests): Add print elements test.
8522
8523 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
8524
8525         * gdb.python/py-value.exp (test_subscript_regression): New
8526         function.  Test for invalid subscripts.
8527         * gdb.python/py-value.c (main): Add test array, and pointer to it.
8528         (ptr_ref): New function.
8529
8530 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
8531
8532         * gdb.base/default.exp: Fix "show convenience".
8533
8534 2009-09-15  Tom Tromey  <tromey@redhat.com>
8535
8536         * lib/mi-support.exp (mi_create_varobj): Update.
8537         (mi_create_floating_varobj): Likewise.
8538         (mi_create_dynamic_varobj): New proc.
8539         (mi_varobj_update): Update.
8540         (mi_varobj_update_with_type_change): Likewise.
8541         (mi_varobj_update_kv_helper): New proc.
8542         (mi_varobj_update_dynamic_helper): Rewrite.
8543         (mi_varobj_update_dynamic): New proc.
8544         (mi_list_varobj_children): Update.
8545         (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
8546         * gdb.python/python-prettyprint.py (pp_outer): New class.
8547         (pp_nullstr): Likewise.
8548         (lookup_function): Register new printers.
8549         * gdb.python/python-prettyprint.c (struct substruct): New type.
8550         (struct outerstruct): Likewise.
8551         (substruct_test): New function.
8552         (struct nullstr): New type.
8553         (string_1, string_2): New globals.
8554         (main): Add new tests.
8555         * gdb.python/python-mi.exp: Added regression tests.
8556         * gdb.mi/mi2-var-display.exp: Update.
8557         * gdb.mi/mi2-var-cmd.exp: Update.
8558         * gdb.mi/mi2-var-child.exp: Update.
8559         * gdb.mi/mi2-var-block.exp: Update.
8560         * gdb.mi/mi-var-invalidate.exp: Update.
8561         * gdb.mi/mi-var-display.exp: Update.
8562         * gdb.mi/mi-var-cmd.exp: Update.
8563         * gdb.mi/mi-var-child.exp: Update.
8564         * gdb.mi/mi-var-block.exp: Update.
8565         * gdb.mi/mi-break.exp: Update.
8566         * gdb.mi/gdb701.exp: Update.
8567
8568 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
8569
8570         * Makefile.in: Inclusion of catch-syscall object.
8571         * gdb.base/catch-syscall.c: New file.
8572         * gdb.base/catch-syscall.exp: New file.
8573
8574 2009-09-12  Michael Snyder  <msnyder@vmware.com>
8575
8576         * gdb.reverse/step-reverse.exp: Explicitly check for targets
8577         that can support reverse debuggnig.
8578
8579 2009-09-11  Tom Tromey  <tromey@redhat.com>
8580
8581         * gdb.dwarf2/valop.S: New file.
8582         * gdb.dwarf2/valop.exp: New file.
8583
8584 2009-09-11  Mark Kettenis  <kettenis@gnu.org>
8585
8586         * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
8587
8588 2009-09-10  Doug Evans  <dje@google.com>
8589
8590         * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
8591         Add $gdb_prompt to second breakpoint regexp.
8592
8593 2009-09-08  Thiago Jung Bauermann  <thiago.bauermann@gmail.com>
8594
8595         * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
8596         names, add missing ones.
8597         * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
8598         * gdb.python/py-frame.c: Rename from python-frame.c.
8599         * gdb.python/py-frame.exp: Rename from python-frame.exp.  Adjust
8600         testfile name.
8601         * gdb.python/py-function.exp: Rename from python-function.exp.
8602         * gdb.python/py-mi.exp: Rename from python-mi.exp.  Adjust
8603         testfile name.
8604         * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
8605         * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
8606         Adjust testfile name.
8607         * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
8608         * gdb.python/py-template.cc: Rename from python-template.cc.
8609         * gdb.python/py-template.exp: Rename from python-template.exp.
8610         Adjust testfile name.
8611         * gdb.python/py-value.c: Rename from python-value.c.
8612         * gdb.python/py-value.exp: Rename from python-value.exp.  Adjust
8613         testfile name.
8614
8615 2009-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8616
8617         * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
8618         $bpt2address.
8619         (Second breakpoint address is valid on ia64)
8620         (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
8621
8622 2009-09-03  Joseph Myers  <joseph@codesourcery.com>
8623
8624         * gdb.base/ending-run.exp: Restrict regular expression matching
8625         line number to require closing brace following.
8626
8627 2009-09-03  Doug Evans  <dje@google.com>
8628
8629         * gdb.base/store.exp (check_set): Fix typo in expected value message.
8630
8631 2009-09-02  Tom Tromey  <tromey@redhat.com>
8632
8633         * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
8634
8635 2009-09-02  Tom Tromey  <tromey@redhat.com>
8636
8637         * gdb.dwarf2/callframecfa.exp: New file.
8638         * gdb.dwarf2/callframecfa.S: New file.
8639
8640 2009-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8641
8642         * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
8643         gdb.base/solib-overlap-main.c: New.
8644
8645 2009-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
8646
8647         PR gdb/10565
8648
8649         * gdb.base/bitfields.c (struct container, container): New.
8650         (main): Initialize it and call break5.
8651         * gdb.base/bitfields.exp (bitfield_at_offset): New test.
8652
8653 2009-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
8654
8655         Support constant DW_AT_data_member_location by GCC PR debug/40659.
8656         * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
8657
8658 2009-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
8659
8660         * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
8661
8662 2009-08-26  Michael Snyder  <msnyder@vmware.com>
8663
8664         * gdb.base/i386-reverse.c: New file.
8665         * gdb.base/i386-reverse.exp: New file.
8666         * gdb.base/Makefile.in: Add new files to be removed.
8667
8668 2009-08-26  Joseph Myers  <joseph@codesourcery.com>
8669
8670         * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
8671         environment-pwd for remote host.
8672         * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
8673
8674 2009-08-24  Keith Seitz  <keiths@redhat.com>
8675
8676         * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
8677         Add two new C++ completer tests which limit the output to a
8678         given class.
8679
8680 2009-08-24  Michael Snyder  <msnyder@vmware.com>
8681
8682         * gdb.base/del.exp: Fix typo in comment.
8683         * gdb.base/step-bt.exp: Fix cut and paste error in comment.
8684
8685 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8686
8687         * configure: Regenerate.
8688         * gdb.hp/configure: Likewise.
8689         * gdb.hp/gdb.aCC/configure: Likewise.
8690         * gdb.hp/gdb.base-hp/configure: Likewise.
8691         * gdb.hp/gdb.compat/configure: Likewise.
8692         * gdb.hp/gdb.defects/configure: Likewise.
8693         * gdb.hp/gdb.objdbg/configure: Likewise.
8694         * gdb.stabs/configure: Likewise.
8695
8696 2009-08-19  Doug Evans  <dje@google.com>
8697
8698         * gdb.base/gdbvars.c: New file.
8699         * gdb.base/gdbvars.exp: Test convenience vars with program variables.
8700
8701 2009-08-14  Pedro Alves  <pedro@codesourcery.com>
8702
8703         * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
8704         gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
8705
8706 2009-08-13  Pedro Alves  <pedro@codesourcery.com>
8707
8708         * gdb.base/default.exp: Adjust "set language test": it's now an
8709         enum command.  Larger help string moved to "help set language".
8710         * gdb.base/help.exp: Adjust "help set language" expected output,
8711         now lists all known languages.
8712
8713 2009-08-11  Nathan Froyd  <froydnj@codesourcery.com>
8714
8715         * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
8716         all frame arguments.
8717         * gdb.arch/altivec-regs.exp: Likewise.
8718
8719 2009-08-07  Tom Tromey  <tromey@redhat.com>
8720
8721         * gdb.base/setshow.exp: Add tests for changes to set language, set
8722         check range, and set check type.
8723
8724 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
8725
8726         * lib/mi-support.exp (mi_list_breakpoints): Make it work.
8727         * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
8728         Call it.
8729
8730 2009-07-31  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8731
8732         * configure.ac: Run gdb.cell tests when appropriate.
8733         * configure: Regenerate.
8734         * lib/cell.exp: New file.
8735         * gdb.cell: New directory.
8736         * gdb.cell/configure.ac: New file.
8737         * gdb.cell/configure: New file.
8738         * gdb.cell/Makefile.in: New file.
8739         * gdb.cell/arch.exp: New file.
8740         * gdb.cell/break.c: New file.
8741         * gdb.cell/break.exp: New file.
8742         * gdb.cell/break-spu.c: New file.
8743         * gdb.cell/bt.c: New file.
8744         * gdb.cell/bt2-spu.c: New file.
8745         * gdb.cell/bt-spu.c: New file.
8746         * gdb.cell/bt.exp: New file.
8747         * gdb.cell/coremaker.c: New file.
8748         * gdb.cell/coremaker-spu.c: New file.
8749         * gdb.cell/core.exp: New file.
8750         * gdb.cell/gcore.exp: New file.
8751         * gdb.cell/data.c: New file.
8752         * gdb.cell/data.exp: New file.
8753         * gdb.cell/data-spu.c: New file.
8754         * gdb.cell/ea-cache.exp: New file.
8755         * gdb.cell/ea-cache.c: New file.
8756         * gdb.cell/ea-cache-spu.c: New file.
8757         * gdb.cell/ea-standalone.c: New file.
8758         * gdb.cell/ea-standalone.exp: New file.
8759         * gdb.cell/ea-test.c: New file.
8760         * gdb.cell/ea-test.exp: New file.
8761         * gdb.cell/f-regs.exp: New file.
8762         * gdb.cell/mem-access.c: New file.
8763         * gdb.cell/mem-access.exp: New file.
8764         * gdb.cell/mem-access-spu.c: New file.
8765         * gdb.cell/ptype.exp: New file.
8766         * gdb.cell/registers.exp: New file.
8767         * gdb.cell/size.c: New file.
8768         * gdb.cell/sizeof.exp: New file.
8769         * gdb.cell/size-spu.c: New file.
8770         * gdb.cell/solib.exp: New file.
8771         * gdb.cell/solib-symbol.exp: New file.
8772
8773 2009-07-31  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8774
8775         * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
8776
8777 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
8778
8779         * gdb.base/float.exp: Handle VFP registers.
8780
8781 2009-07-14  Michael Snyder  <msnyder@vmware.com>
8782
8783         * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
8784         to bring gdb to the beginning of the calling line.
8785
8786         * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
8787         confusing the i386 epilogue unwinder.
8788
8789 2009-07-14  Stan Shebs  <stan@codesourcery.com>
8790
8791         * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
8792
8793 2009-07-14  Michael Snyder  <msnyder@vmware.com>
8794
8795         * gdb.reverse/step-reverse.exp (stepi into function call):
8796         Call instruction may not be first instruction in the line.
8797         (reverse stepi from a function call): Used wrong line number.
8798
8799 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8800
8801         * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
8802
8803 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8804
8805         Fix gdb.base/macscp.exp when using custom inputrc.
8806         * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
8807         * gdb.base/readline.exp: Remove env(INPUTRC) set and restore.  Remove
8808         env(TERM) set.
8809         * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
8810         * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
8811
8812 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8813
8814         Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
8815         * gdb.base/annota1.exp (thread_test): Import global $testfile.
8816         Change the compilation target to match the testcase name.
8817         * gdb.base/sect-cmd.exp: Change the compilation target to match the
8818         testcase name.
8819         * a2-run.exp: Use for setup prepare_for_testing.  Change the
8820         compilation target to match the testcase name.
8821         * gdb.base/commands.exp: Likewise.
8822         * gdb.base/finish.exp: Likewise.
8823         * gdb.base/float.exp: Likewise.
8824         * gdb.base/info-target.exp: Likewise.
8825         * gdb.base/relational.exp: Likewise.
8826         * gdb.base/term.exp: Likewise.
8827         * gdb.base/until.exp: Likewise.
8828         * gdb.base/volatile.exp: Likewise.
8829         * gdb.base/whatis-exp.exp: Likewise.
8830
8831 2009-07-11  Hui Zhu  <teawater@gmail.com>
8832
8833         * gdb.base/help.exp (disassemble): Update expected help text.
8834
8835 2009-07-09  Tom Tromey  <tromey@redhat.com>
8836
8837         * lib/gdb.exp: Handle TRANSCRIPT.
8838         (remote_spawn, remote_close, send_gdb): New procs.
8839
8840 2009-07-10 Phil Muldoon  <pmuldoon@redhat.com>
8841
8842         * gdb.python/python-prettyprint.c: Add counted null string
8843         structure.
8844         * gdb.python/python-prettyprint.exp: Print null string. Test for
8845         embedded nulls.
8846         * gdb.python/python-prettyprint.py (pp_ns): New Function.
8847         * gdb.python/python-value.exp (test_value_in_inferior): Add
8848         variable length string fetch tests.
8849         * gdb.python/python-value.c (main): Add strings for string fetch tests.
8850
8851 2009-07-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8852
8853         * gdb.base/dump.exp (inaccessible memory is reported): New test.
8854
8855 2009-07-07  Tom Tromey  <tromey@redhat.com>
8856
8857         * gdb.base/call-rt-st.exp: Update for change to escape output.
8858         * gdb.base/callfuncs.exp: Likewise.
8859         * gdb.base/charset.exp: Likewise.
8860         * gdb.base/constvars.exp: Likewise.
8861         * gdb.base/long_long.exp: Likewise.
8862         * gdb.base/pointers.exp: Likewise.
8863         * gdb.base/printcmds.exp: Likewise.
8864         * gdb.base/setvar.exp: Likewise.
8865         * gdb.base/store.exp: Likewise.
8866         * gdb.cp/ref-types.exp: Likewise.
8867         * gdb.mi/mi-var-child.exp: Likewise.
8868         * gdb.mi/mi-var-display.exp: Likewise.
8869         * gdb.mi/mi2-var-display.exp: Likewise.
8870         * gdb.base/charset.exp: Test octal escape sequence length.
8871         Update for change to escape output.
8872
8873 2009-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
8874
8875         * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
8876
8877 2009-07-06  Daniel Jacobowitz  <dan@codesourcery.com>
8878
8879         * lib/java.exp (java_init): Ignore $GCJ if it is empty.
8880
8881 2009-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8882
8883         * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
8884         gdbserver increasing $portnum if "Can't bind address" has been seen.
8885
8886 2009-07-05  Pedro Alves  <pedro@codesourcery.com>
8887
8888         * gdb.base/ending-run.exp: Add "step out of main" pattern for
8889         mingw32ce.
8890
8891 2009-07-05  Pedro Alves  <pedro@codesourcery.com>
8892
8893         * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
8894         VFP format.
8895
8896 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
8897
8898         * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
8899         linux.  Adjust to use "inferior", "info inferiors", "detach
8900         inferior" and "kill inferior" instead of "restart", "info fork",
8901         "detach fork" and "delete fork".
8902         * gdb.base/ending-run.exp: Spell out "info".
8903         * gdb.base/help.exp: Adjust to use test_prefix_command_help for
8904         the "kill" command.
8905
8906 2009-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8907
8908         * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
8909         change to prefix TLS offset in hex with 0x.
8910
8911 2009-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8912
8913         * gdb.base/default.exp: Update test case for "x" changes.
8914
8915 2009-07-01  Tristan Gingold  <gingold@adacore.com>
8916
8917         * gdb.base/bigcore.exp: Make darwin untested.
8918
8919 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8920
8921         * gdb.base/completion.exp (directory completion): Create the directory.
8922         New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
8923         escapeuniquesub.
8924         (directory completion 2): Expect now ${escapeuniquesub}.
8925         (Glob remaining of directory test): Remove one excessive newline.
8926         Expect the real output.
8927
8928 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8929
8930         Fix `make check//%' target after `make check' has been ran.
8931         * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency.  Add
8932         a mkdir call.
8933         (check-gdb.base%): Remove the gdb.base%/.dir dependency.
8934         (%/.dir): Remove.
8935
8936 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8937
8938         * lib/mi-support.exp (mi_check_thread_states): Permit any output before
8939         the expected result record.
8940
8941 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8942
8943         Remove racy FAILs relying just on the timeouts.
8944         * gdb.base/setshow.exp (set annotate 2, show annotate (2))
8945         (annotation_level 2): Remove racy FAILs.
8946
8947 2009-06-30  Paul Pluzhnikov  <ppluzhnikov@google.com>
8948
8949         gdb/10275
8950         * gdb.dwarf2/dw2-restore.{S,exp}: New test.
8951
8952 2009-06-30  Daniel Jacobowitz  <dan@codesourcery.com>
8953
8954         * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
8955
8956 2009-06-30  Vladimir Prus  <vladimir@codesourcery.com>
8957
8958         * gdb.mi/mi-stack.exp: Testing symbolic options
8959         to -stack-list-locals and -stack-list-arguments.
8960
8961 2009-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
8962
8963         * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
8964
8965 2009-06-29  Tom Tromey  <tromey@redhat.com>
8966
8967         * dg-extract-results.sh: New file.
8968         * Makefile.in (FORCE_PARALLEL): New variable.
8969         (CHECK_TARGET): New conditional variable.
8970         (check): Use CHECK_TARGET.
8971         (DO_RUNTEST): New variable.
8972         (check-single): New target.
8973         (TEST_DIRS): New variable.
8974         (TEST_TARGETS): Likewise.
8975         (check-parallel): New target.
8976         (check-gdb.%): New pattern.
8977         (BASE1_FILES): New variable.
8978         (BASE2_FILES): Likewise.
8979         (check-gdb.base%): New pattern.
8980         (%/.dir): New pattern.
8981         * configure: Rebuild.
8982         * aclocal.m4 (AM_CONDITIONAL): New defun.
8983         * configure.ac: Check whether user is using GNU make.
8984         (GMAKE): New conditional.
8985
8986 2009-06-29  Sami Wagiaalla  <swagiaal@redhat.com>
8987
8988         * gdb.cp/namespace-nested-import.cc: New test.
8989         * gdb.cp/namespace-nested-import.exp: New test.
8990
8991 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
8992
8993         * gdb.base/break.exp: Add an XFAIL for gcc/36748.
8994         * gdb.cp/annota2.exp: Accept frames-invalid in more places.
8995         * gdb.opt/Makefile.in (EXECUTABLES): Update.
8996         * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
8997         * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
8998         gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
8999         gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
9000         gdb.opt/inline-markers.c: New files.
9001         * lib/gdb.exp (skip_inline_frame_tests): New function.
9002         (skip_inline_var_tests): New function.
9003
9004 2009-06-27  Andreas Schwab  <schwab@linux-m68k.org>
9005
9006         * gdb.cp/exception.exp: Don't require $hex before inner frame in
9007         backtrace.
9008
9009 2009-06-27  Michael Snyder  <msnyder@vmware.com>
9010
9011         * gdb.reverse: New directory.
9012         * gdb.reverse/break-reverse.c: New test.
9013         * gdb.reverse/break-reverse.exp: New test.
9014         * gdb.reverse/consecutive-reverse.c: New test.
9015         * gdb.reverse/consecutive-reverse.exp: New test.
9016         * gdb.reverse/finish-reverse.c: New test.
9017         * gdb.reverse/finish-reverse.exp: New test.
9018         * gdb.reverse/machinestate.c: New test.
9019         * gdb.reverse/ms1.c: New test.
9020         * gdb.reverse/machinestate.exp: New test.
9021         * gdb.reverse/Makefile.in: New file.
9022         * gdb.reverse/shr2.c: New test.
9023         * gdb.reverse/solib-reverse.c: New test.
9024         * gdb.reverse/solib-reverse.exp: New test.
9025         * gdb.reverse/step-reverse.c: New test.
9026         * gdb.reverse/step-reverse.exp: New test.
9027         * gdb.reverse/until-reverse.c: New test.
9028         * gdb.reverse/ur1.c: New test.
9029         * gdb.reverse/until-reverse.exp: New test.
9030         * gdb.reverse/watch-reverse.c: New test.
9031         * gdb.reverse/watch-reverse.exp: New test.
9032         * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
9033         * configure: Regenerate.
9034
9035 2009-06-26  Doug Evans  <dje@google.com>
9036
9037         * gdb.base/psymtab.exp: Turn off pending breakpoints.
9038
9039 2009-06-26  Pierre Muller  <muller@ics.u-strasbg.fr>
9040
9041         * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
9042         windows problem for 'file delete $binfile'.
9043
9044 2009-06-23  Sami Wagiaalla  <swagiaal@redhat.com>
9045
9046         * gdb.cp/namespace-using.exp: New test.
9047         * gdb.cp/namespace-using.cc: New test.
9048
9049 2009-05-20  Joel Brobecker  <brobecker@adacore.com>
9050
9051         * gdb.ada/variant_record_packed_array: New testcase.
9052
9053 2009-06-23  Tom Tromey  <tromey@redhat.com>
9054
9055         * gdb.base/charset.exp (test_combination): Regression test.
9056         * gdb.base/charset.c (my_wchar_t): New typedef.
9057         (myvar): New global.
9058         (main): Set myvar.
9059
9060 2009-06-18  Pierre Muller  <muller@ics.u-strasbg.fr>
9061
9062         * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
9063         target.
9064
9065 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9066
9067         * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
9068
9069 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9070
9071         * gdb.mi/gdb680.exp: Update test for error message.
9072
9073 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9074
9075         * gdb.base/annota1.exp: Allow multiple occurrences of the
9076         frames-invalid annotation.
9077         * gdb.cp/annota2.exp: Likewise.
9078
9079 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
9080
9081         * gdb.cp/gdb2495.cc: New file.
9082         * gdb.cp/gdb2495.exp: New file.
9083
9084 2009-06-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
9085
9086         Report error on GDB crash during runto.
9087         * lib/gdb.exp (runto <eof>): New.
9088
9089 2009-06-09  Daniel Jacobowitz  <dan@codesourcery.com>
9090
9091         * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
9092         gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
9093         gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
9094         gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
9095         gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
9096         gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
9097         gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
9098         gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
9099         gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
9100         gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
9101         gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
9102         gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
9103         gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
9104         gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
9105         gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
9106         gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
9107         gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
9108         gdb.server/server-mon.exp, gdb.server/server-run.exp,
9109         gdb.trace/actions.exp, gdb.trace/backtrace.exp,
9110         gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
9111         gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
9112         gdb.trace/passcount.exp, gdb.trace/report.exp,
9113         gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
9114         gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
9115         gdb.trace/while-stepping.exp: Use a unique name for the compiled
9116         executable.
9117
9118 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
9119
9120         * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
9121         defined before referencing it.
9122
9123 2009-06-03  Doug Evans  <dje@google.com>
9124
9125         * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
9126         * gdb.arch/i386-see.c: Ditto.
9127
9128 2009-05-30  Pierre Muller  <muller@ics.u-strasbg.fr>
9129
9130         * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
9131         (check_macro): Return 1 if undefined.
9132         If first test fails, check if macro debug information is available,
9133         and report unsupported test if no macro information is found.
9134
9135 2009-05-29  Doug Evans  <dje@google.com>
9136
9137         * gdb.threads/hand-call-in-threads.exp: New.
9138         * gdb.threads/hand-call-in-threads.c: New.
9139
9140 2009-05-29  Michael Snyder  <msnyder@vmware.com>
9141
9142         * gdb.base/break-always.exp: Change "1" to "on".
9143         Add confirmation check.
9144
9145 2009-05-28  Pedro Alves  <pedro@codesourcery.com>
9146
9147         * gdb.threads/threxit-hop-specific.c: New.
9148         * gdb.threads/threxit-hop-specific.exp: New.
9149         * gdb.threads/thread-execl.c: New.
9150         * gdb.threads/thread-execl.exp: New.
9151
9152 2009-05-27  Tom Tromey  <tromey@redhat.com>
9153             Thiago Jung Bauermann  <bauerman@br.ibm.com>
9154
9155         * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
9156         (mi_child_regexp): Likewise.
9157         (mi_list_varobj_children_range): Likewise.
9158         (mi_get_features): Likewise.
9159         (mi_list_varobj_children): Rewrite.
9160         * gdb.python/python-mi.exp: New file.
9161
9162 2009-05-27  Tom Tromey  <tromey@redhat.com>
9163             Thiago Jung Bauermann  <bauerman@br.ibm.com>
9164             Phil Muldoon  <pmuldoon@redhat.com>
9165             Paul Pluzhnikov  <ppluzhnikov@google.com>
9166
9167         * gdb.python/python-prettyprint.exp: New file.
9168         * gdb.python/python-prettyprint.c: New file.
9169         * gdb.python/python-prettyprint.py: New file.
9170         * gdb.base/display.exp: print/r is now valid.
9171
9172 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9173             Tom Tromey  <tromey@redhat.com>
9174             Pedro Alves  <pedro@codesourcery.com>
9175             Paul Pluzhnikov  <ppluzhnikov@google.com>
9176
9177         * gdb.python/python-template.exp: New file.
9178         * gdb.python/python-template.cc: New file.
9179         * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
9180         tests.
9181         * gdb.python/python-value.exp (py_objfile_tests): New proc.
9182         Call it.
9183         (test_value_after_death): New proc.
9184         * gdb.python/python-value.c (PTR): New typedef.
9185         (main): New variable 'x'.
9186
9187 2009-05-27  Tom Tromey  <tromey@redhat.com>
9188
9189         * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
9190         tests.
9191         * gdb.python/python-value.exp (py_objfile_tests): New proc.
9192         Call it.
9193
9194 2009-05-27  Pedro Alves  <pedro@codesourcery.com>
9195
9196         * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
9197
9198 2009-05-24  Pedro Alves  <pedro@codesourcery.com>
9199
9200         * gdb.threads/fork-thread-pending.c: New.
9201         * gdb.threads/fork-thread-pending.exp: New.
9202
9203 2009-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
9204
9205         * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
9206         * gdb.dwarf2/dw2-strp.S (a_string2): New.
9207
9208 2009-05-18  Jon Beniston  <jon@beniston.com>
9209
9210         * gdb.asm/asm-source.exp: Add lm32 target.
9211
9212 2009-05-17  Pedro Alves  <pedro@codesourcery.com>
9213
9214         * gdb.base/foll-fork.c: Include stdlib.h.  Add markers for
9215         `gdb_get_line_number'.  Call `callee' in both parent and child.
9216         * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
9217         `gdb_get_line_number' instead of hardcoding line numbers.
9218         (catch_fork_unpatch_child): New procedure to test detaching
9219         breakpoints from child fork.
9220         (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
9221         hardcoding line numbers.
9222         (do_fork_tests): Run `catch_fork_unpatch_child'.
9223
9224 2009-05-17  Vladimir Prus  <vladimir@codesourcery.com>
9225
9226         * gdb.mi/mi-cmd-var.exp: Check that when varobj
9227         of structure type enters or leaves the scope, it
9228         is reported by -var-update.
9229
9230 2009-05-11  Doug Evans  <dje@sebabeach.org>
9231
9232         * gdb.mi/nsintrall.c (main): Fix off-by-one error.
9233         * gdb.threads/pending-step.c (main): Fix off-by-one error.
9234         * gdb.threads/schedlock.c (main): Fix off-by-one error.
9235
9236 2009-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9237
9238         * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
9239
9240 2009-04-30  Doug Evans  <dje@google.com>
9241
9242         * gdb.threads/watchthreads2.exp: New testcase.
9243         * gdb.threads/watchthreads2.c: New testcase.
9244
9245 2009-04-29  Doug Evans  <dje@google.com>
9246
9247         * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
9248         * gdb.cp/mb-ctor.cc: Ditto.
9249         * gdb.cp/mb-inline.exp: Add multi-line source statement test.
9250         * gdb.cp/mb-inline.h (multi_line_foo): New function.
9251         * gdb.cp/mb-inline1.cc: Call it.
9252         * gdb.cp/mb-inline2.cc: Ditto.
9253         * gdb.cp/mb-templates.exp: Add multi-line source statement test.
9254         * gdb.cp/mb-templates.cc (multi_line_foo): New template.
9255
9256 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9257
9258         * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
9259         (info_macro): Remova `decimal' declaration.  New variable `nonzero'.
9260         Replace all uses of `decimal' by `nonzero'.
9261         (info macro FROM_COMMANDLINE): New test.
9262
9263 2009-04-27  Tom Tromey  <tromey@redhat.com>
9264
9265         * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
9266
9267 2009-04-27  Doug Evans  <dje@google.com>
9268
9269         * gdb.threads/watchthreads.c (main): Initialize args before starting
9270         the threads.  Plus formatting cleanup.
9271         * gdb.threads/watchthreads.exp: Avoid errant failures due to
9272         biased scheduling of one thread.
9273
9274 2009-04-27  Jerome Guitton  <guitton@adacore.com>
9275
9276         * gdb.cp/templates.cc (GetMax): New template.
9277         (main): Declare two instances of GetMax.
9278         * gdb.cp/templates.exp: Add new test.
9279
9280 2009-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9281
9282         * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
9283
9284 2009-04-22  Joseph Myers  <joseph@codesourcery.com>
9285
9286         * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
9287
9288 2009-04-15  Tom Tromey  <tromey@redhat.com>
9289
9290         * gdb.base/charset.exp: Add regression test.
9291
9292 2009-04-14  Joel Brobecker  <brobecker@adacore.com>
9293
9294         * gdb.base/exe-lock.exp: New testcase.
9295
9296 2009-04-13  Tom Tromey  <tromey@redhat.com>
9297
9298         * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
9299         operator on Frame.
9300
9301 2009-04-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9302
9303         * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
9304         * gdb.server/ext-attach.exp: Likewise.
9305
9306 2009-04-03  Vladimir Prus  <vladimir@codesourcery.com>
9307
9308         Eliminate some sleep usage.
9309
9310         * gdb.mi/basics.c (do_nothing): New.
9311         (main): Use do_nothing instead of printf, so that
9312         not to introduce race condition between output of
9313         inferiour and output of gdb. Do not use sleep as it
9314         is not generally available on embedded targets.
9315
9316 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
9317
9318         * gdb.server/ext-attach.exp: Expect an optional process id after
9319         "Detached from remote process".
9320
9321 2009-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9322
9323         * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
9324         gdb.dwarf2/dw2-unresolved.exp: New.
9325
9326 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
9327
9328         * gdb.mi/mi-nonstop-exit.exp: Don't check isnative.  Use
9329         mi_run_to_main.
9330
9331 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
9332
9333         * gdb.mi/mi-nonstop.exp: Don't check isnative.  Use
9334         mi_run_to_main.  Skip thread exit test on remote targets.
9335         * gdb.mi/mi-nsintrall.exp: Don't check isnative.  Use
9336         mi_run_to_main.
9337         * gdb.mi/mi-nsmoribund.exp: Don't check isnative.  Use
9338         mi_run_to_main.
9339         * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
9340         when expecting ^connected.  Detect when the target doesn't support
9341         non-stop mode.
9342         (mi_run_cmd): Detect if non-stop mode was requested by isn't
9343         supported.  Return -1 on error, 0 on success.
9344         (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
9345         (mi_runto): Return mi_runto_helper's result explicitly.
9346
9347 2009-04-01  Pedro Alves  <pedro@codesourcery.com>
9348
9349         * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
9350
9351 2009-04-01  Tom Tromey  <tromey@redhat.com>
9352
9353         * gdb.base/funcargs.exp: Set print frame-arguments to "all".
9354         * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
9355         * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
9356         * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
9357
9358 2009-03-31  Daniel Jacobowitz  <dan@codesourcery.com>
9359             Jan Kratochvil  <jan.kratochvil@redhat.com>
9360
9361         PR gdb/931
9362         * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
9363         output.
9364         * gdb.cp/templates.exp: Allow canonical output.  Remove KFAILs
9365         for gdb/931.
9366         * dw2-strp.S (DW_AT_language): Change to C++.
9367         (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
9368
9369 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
9370
9371         * gdb.ada/tasks: New testcase.
9372
9373 2009-03-30  Stan Shebs  <stan@codesourcery.com>
9374
9375         * gdb.trace/actions.exp: Update to match new info trace format.
9376         * gdb.trace/deltrace.exp: Ditto.
9377         * gdb.trace/infotrace.exp: Ditto.
9378         * gdb.trace/passcount.exp: Ditto.
9379         * gdb.trace/save-trace.exp: Ditto.
9380         * gdb.trace/while-stepping.exp: Ditto.
9381         * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
9382
9383 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9384
9385         * gdb.python/python-frame.c: New file.
9386         * gdb.python/python-frame.exp: New file.
9387
9388 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9389
9390         * gdb.python/python-value.exp: Add tests for the address
9391         attribute.
9392
9393 2009-03-29  Andreas Schwab  <schwab@linux-m68k.org>
9394
9395         * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
9396
9397 2009-03-26  Doug Evans  <dje@google.com>
9398
9399         * gdb.mi/mi-nonstop-exit.exp: New file.
9400         * gdb.mi/non-stop-exit.c: New file.
9401
9402 2009-03-26  Tom Tromey  <tromey@redhat.com>
9403
9404         Update for change to prologue skipping:
9405         * gdb.mi/mi2-simplerun.exp: Update.
9406         * gdb.mi/mi2-break.exp: Update.
9407         * gdb.mi/mi-simplerun.exp: Update.
9408         * gdb.mi/mi-break.exp: Update.
9409         * gdb.base/ending-run.exp: Update.
9410
9411 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9412
9413         * gdb.python/python-value.exp (test_value_in_inferior): Test
9414         gdb.Value.is_optimized_out attribute.
9415
9416 2009-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9417
9418         * gdb.dwarf2/dw2-noloc-main.c: New file.
9419         * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
9420         (.text): Remove.
9421         (.data): New.
9422         (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
9423         (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
9424         (DW_TAG_subprogram func_cu1, noloc): Remove.
9425         (main): New.
9426         * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
9427         `dw2-noloc-main.c'.  Test the new DIEs from `dw2-noloc.S'.
9428         (file_symbols): New procedure.
9429
9430 2009-03-25  Tom Tromey  <tromey@redhat.com>
9431
9432         * gdb.base/charset.exp (valid_target_charset): New proc.
9433         Use it to skip tests on invalid charsets.
9434
9435 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
9436
9437         * gdb.base/completion.exp: Add a test for directory completion.
9438
9439 2009-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9440
9441         Fix a racy FAIL.
9442         * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
9443         * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
9444
9445 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9446
9447         * gdb.python/python-cmd.exp: Add tests for keyword arguments.
9448         * gdb.python/python-function.exp: Add test for function returning
9449         a GDB value.
9450
9451 2009-03-20  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9452
9453         * gdb.python/python-function.exp: New file.
9454
9455 2009-03-20  Tom Tromey  <tromey@redhat.com>
9456
9457         * gdb.base/store.exp: Update for change to escape output.
9458         * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
9459         to escape output.
9460         * gdb.base/pointers.exp: Update for change to escape output.
9461         * gdb.base/long_long.exp (gdb_test_long_long): Update for change
9462         to escape output.
9463         * gdb.base/constvars.exp (do_constvar_tests): Update for change to
9464         escape output.
9465         * gdb.base/call-rt-st.exp (print_struct_call): Update for change
9466         to escape output.
9467         * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
9468         escape output.
9469         * gdb.base/setvar.exp: Update for change to escape output.
9470         * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
9471         * gdb.base/printcmds.exp (test_print_all_chars): Update for change
9472         to escape output.
9473         (test_print_string_constants): Likewise.
9474         * gdb.base/charset.exp (valid_host_charset): Check size of
9475         wchar_t.  Handle UCS-2 and UCS-4.  Add tests for wide and unicode
9476         cases.  Handle "auto"-related output.
9477         * gdb.base/charset.c (char16_t, char32_t): New typedefs.
9478         (uvar, Uvar): New globals.
9479
9480 2009-03-19  Jerome Guitton  <guitton@adacore.com>
9481
9482         * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
9483         deltas.
9484         * gdb.ada/fixed_points.exp: Ditto.
9485
9486 2009-03-18  Pedro Alves  <pedro@codesourcery.com>
9487
9488         * return-nodebug.c: Don't include stdio.h.
9489         (init): Delete.
9490         (func): Delete definition and provide extern declaration.
9491         (t): New.
9492         (main): Don't call printf.  Call func and store its result in t.
9493         * return-nodebug1.c: New.
9494         * return-nodebug.exp: Don't expect stdio output.  Instead, print
9495         the global variable t.  Drop printf formatters and cast types from
9496         foreach loop.  Don't use prepare_for_testing.  Compile
9497         return-nodebug.c and return-nodebug1.c in separate steps.  Don't
9498         define FORMAT or CAST.
9499
9500 2009-03-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
9501
9502         * gdb.base/solib-display.exp: Disable test for remote targers.
9503
9504 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9505
9506         * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
9507
9508 2009-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9509
9510         Fix a racy FAIL.
9511         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
9512         code from `follow parent, print pids'.
9513         (`follow child, print pids', `follow parent, print pids'): Call it.
9514         Replace `gdb_test "break..."' by gdb_breakpoint.
9515
9516 2009-03-13  Vladimir Prus  <vladimir@codesourcery.com>
9517
9518         * gdb.mi/mi-cli.exp: Adjust for output difference in
9519         sync and async modes.
9520
9521 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
9522
9523         * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
9524         that was checked in by mistake. Remove loading of ada.exp, since
9525         this is not necessary in this case.
9526
9527 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
9528
9529         * gdb.ada/ptype_arith_binop.exp: New testcase.
9530
9531 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
9532
9533         * gdb.ada/mod_from_name: New testcase.
9534
9535 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
9536
9537         * gdb.ada/tick_last_segv: New testcase.
9538
9539 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
9540
9541         * gdb.mi/mi-cli.exp: Remove debug print.
9542
9543 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
9544
9545         * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
9546         include the token in ^running and frame info in *stopped.
9547
9548 2009-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
9549
9550         * solib-display.exp: New file.
9551         * solib-display-main.c: New file.
9552         * solib-display-lib.c: New file.
9553
9554 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
9555
9556         * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
9557
9558 2009-02-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
9559
9560         * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
9561         (list_and_check_macro): Use more specific test name.
9562         (next to definition): Make the test names unique.
9563
9564 2009-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
9565
9566         * gdb.pascal/floats.exp: Accept approximate results everywhere.
9567
9568 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
9569
9570         * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
9571         notifications.
9572         * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
9573         * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
9574         * lib/mi-support.exp (library_loaded_re): New.
9575         (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
9576
9577 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
9578
9579         * gdb.gdb/observer.exp: Use test_notification observer, not
9580         normal_stop, everywhere.
9581         (test_normal_stop_notifications): Rename to...
9582         (test_notifications): ...this.
9583         (test_observer_normal_stop): Rename to...
9584         (test_observer): ...this.
9585
9586 2009-02-16  Doug Evans  <dje@google.com>
9587
9588         * gdb.arch/amd64-disp-step.S (test_int3): New test.
9589         * gdb.arch/amd64-disp-step.exp (test_int3): New test.
9590         * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
9591         (test_prefixed_syscall,test_int3): New tests.
9592         * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
9593         (test_prefixed_syscall,test_int3): New tests.
9594
9595 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
9596
9597         * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
9598         (mi_expect_interrupt): Likewise.
9599         * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
9600         response.
9601
9602 2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
9603
9604         * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
9605         * gdb.base/pc-fp.exp (get_valueofx): Remove.
9606         Replace calls to get_valueofx by get_hexadecimal_valueof.
9607
9608 2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
9609
9610         * lib/gdb.exp (get_valueof): Accept anything as a return value.
9611         (get_integer_valueof): New procedure.
9612         (get_sizeof): Use new get_integer_value_of.
9613         * gdb.base/sizeof.exp: Replace all uses of get_valueof
9614         by get_integer_valueof.
9615
9616 2009-02-13  Tom Tromey  <tromey@redhat.com>
9617
9618         * gdb.base/remote.exp (get_sizeof): Remove.
9619         * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
9620         * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
9621         * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
9622         * lib/gdb.exp (get_valueof): Move from long_long.exp.
9623         (get_sizeof): Likewise.
9624
9625 2009-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
9626
9627         PR fortran/9806
9628         * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
9629
9630 2009-02-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
9631
9632         * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
9633
9634 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
9635
9636         * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
9637
9638 2009-02-06  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9639
9640         * gdb.python/python-cmd.exp: New file.
9641
9642 2009-02-06  Tristan Gingold  <gingold@adacore.com>
9643
9644         * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
9645
9646 2009-02-05  Tristan Gingold  <gingold@adacore.com>
9647
9648         * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
9649         pointer is dereferenced and use this signal name in regexp.
9650         * gdb.base/signull.exp: Ditto.
9651         * gdb.base/sigbpt.c (main): Catch SIGBUS too.
9652         * gdb.base/signull.c (main): Ditto.
9653
9654 2009-02-04  Tom Tromey  <tromey@redhat.com>
9655             Thiago Jung Bauermann  <bauerman@br.ibm.com>
9656
9657         * gdb.python/python-value.exp: Use `gdb.history' instead of
9658         `gdb.value_from_history'.
9659         (test_value_numeric_ops): Add test for conversion of enum constant.
9660         * gdb.python/python-value.c (enum e): New type.
9661         (evalue): New global.
9662         (main): Use argv.
9663
9664 2009-02-04  Jerome Guitton  <guitton@adacore.com>
9665
9666         * gdb.ada/uninitialized_vars: New test program.
9667         * gdb.ada/uninitialized_vars.exp: New testcase.
9668
9669 2009-02-02  Tom Tromey  <tromey@redhat.com>
9670
9671         * gdb.cp/cpcompletion.exp: Name the test "pr9594".
9672         * gdb.cp/pr2489.cc: Rename...
9673         * gdb.cp/pr9594.cc: ... to this.
9674
9675 2009-02-02  Tom Tromey  <tromey@redhat.com>
9676
9677         * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
9678         * gdb.cp/pr2489.cc: New file.
9679         * gdb.cp/cpcompletion.exp: New file.
9680
9681 2009-02-02  Tom Tromey  <tromey@redhat.com>
9682
9683         PR exp/9059:
9684         * gdb.cp/call-c.exp: Add regression test.
9685         * gdb.cp/call-c.cc (FooHandle): New typedef.
9686         (main): New variable 'handle'.
9687
9688 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
9689
9690         * lib/mi-support.exp (et_mi_thread_list)
9691         (check_mi_and_console_threads): Adjust for current thread in
9692         -thread-list-ids output.
9693
9694 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
9695
9696         * gdb.mi/mi-break.exp (test_disabled_creation): New.
9697         Call it.
9698
9699 2009-01-28  Doug Evans  <dje@google.com>
9700
9701         * gdb.arch/amd64-disp-step.S: New file.
9702         * gdb.arch/amd64-disp-step.exp: New file.
9703         * gdb.arch/i386-disp-step.S: New file.
9704         * gdb.arch/i386-disp-step.exp: New file.
9705
9706 2009-01-27  Pierre Muller  <muller@ics.u-strasbg.fr>
9707
9708         * gdb.base/find.exp: Set newline variable
9709         using quotes instead of braces to fix cygwin failures.
9710
9711 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
9712
9713         * gdb.base/radix.exp: Add tests to ensure that that set
9714         input-radix 0 and set output-radix 0 are really rejected.
9715
9716 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
9717
9718         * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
9719         copyright years.
9720
9721 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
9722
9723         PR gdb/9664:
9724         * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
9725
9726 2009-01-22  Pedro Alves  <pedro@codesourcery.com>
9727
9728         PR c++/9631:
9729         * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
9730
9731 2009-01-22  Pierre Muller  <muller@ics.u-strasbg.fr>
9732
9733         * gdb.server/file-transfer.exp: Use EXEEXT variable for
9734         binfile definition to fix Windows OS failure.
9735
9736 2009-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
9737
9738         PR gdb/9346
9739         * gdb.base/interrupt.c (sigint_handler): New.
9740         (main): Install a SIGINT handler if SIGNALS is defined.  Exit
9741         on error.
9742         * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
9743         Test "signal SIGINT".
9744
9745 2009-01-19  Doug Evans  <dje@google.com>
9746
9747         * gdb.base/break.exp: Update expected gdb output.
9748         * gdb.base/sepdebug.exp: Ditto.
9749         * gdb.mi/mi-syn-frame.exp: Ditto.
9750         * gdb.mi/mi2-syn-frame.exp: Ditto.
9751         * gdb.base/call-signal-resume.exp: New file.
9752         * gdb.base/call-signals.c: New file.
9753         * gdb.base/unwindonsignal.exp: New file.
9754         * gdb.base/unwindonsignal.c: New file.
9755         * gdb.threads/interrupted-hand-call.exp: New file.
9756         * gdb.threads/interrupted-hand-call.c: New file.
9757         * gdb.threads/thread-unwindonsignal.exp: New file.
9758
9759 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
9760
9761         * gdb.base/define.exp: Test defining and hooking prefix commands.
9762         * gdb.python/python.exp: Update test for "show user" output.
9763
9764 2009-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
9765
9766         * gdb.fortran/derived-type.exp: New variables int4 and real4.  Match
9767         now the output exactly, using less wildcards.  Expect also the output
9768         of gfortran-4.3.  Update for the f-valprint.c modification from
9769         2008-04-22.
9770         * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
9771         Remove gdb_test test names where matching the command.
9772
9773 2009-01-01  Pedro Alves  <pedro@codesourcery.com>
9774
9775         PR breakpoints/9681:
9776         * gdb.base/watchpoint.exp: Add regression test.
9777
9778 2008-12-31  Pedro Alves  <pedro@codesourcery.com>
9779
9780         * gdb.threads/attach-into-signal.exp: Don't use
9781         gdb_suppress_entire_file.
9782         * gdb.threads/attach-stopped.exp: Ditto.
9783         * gdb.threads/attachstop-mt.exp: Ditto.
9784
9785 2008-12-31  Pedro Alves  <pedro@codesourcery.com>
9786
9787         PR gdb/8812:
9788         * gdb.base/signal.exp: Change kfail to fail, and update PR number.
9789
9790 2008-12-29  Pedro Alves  <pedro@codesourcery.com>
9791
9792         PR gdb/7536:
9793         * gdb.base/radix.exp: Add tests to ensure invalid input radices
9794         and unsupported output radices are really rejected.
9795
9796 2008-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
9797
9798         * gdb.cp/punctuator.exp: Backslash the '$' signs.
9799
9800 2008-12-22  Tom Tromey  <tromey@redhat.com>
9801
9802         * gdb.cp/punctuator.exp: New file.
9803
9804 2008-12-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9805
9806         * gdb.base/completion.exp (Completing non-existing component): New test.
9807
9808 2008-12-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
9809
9810         Fix for PR gdb/8648.
9811         * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
9812         gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
9813         gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
9814         gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
9815
9816 2008-12-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
9817
9818         * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
9819
9820 2008-12-16  Christophe Lyon  <christophe.lyon@st.com>
9821
9822         * gdb.base/expand-psymtabs.c: Insert code in foo so that the
9823         compiler actually generate code at the expected line number.
9824
9825 2008-12-15  Jie Zhang  <jie.zhang@analog.com>
9826
9827         * gdb.base/consecutive.exp: Don't use global in gdb_expect.
9828
9829 2008-12-12  Tom Tromey  <tromey@redhat.com>
9830
9831         * gdb.base/commands.exp (redefine_hook_test): New proc.
9832         Call it.
9833
9834 2008-12-11  Tom Tromey  <tromey@redhat.com>
9835
9836         * gdb.base/macscp.exp: New regression test.
9837
9838 2008-12-11  Tom Tromey  <tromey@redhat.com>
9839
9840         * gdb.base/macscp.exp: Print "address.addr".
9841         * gdb.base/macscp1.c (struct outer): New struct.
9842         (address): New global.
9843
9844 2008-12-09  Tom Tromey  <tromey@redhat.com>
9845
9846         * gdb.base/commands.exp (redefine_backtrace_test): New proc.
9847         Call it.
9848
9849 2008-12-04  Doug Evans  <dje@google.com>
9850
9851         * gdb.server/ext-run.exp: Relax regexp for init program.
9852
9853 2008-12-03  Tristan Gingold  <gingold@adacore.com>
9854
9855         * gdb.base/macscp.exp: Generate an object file during compilation
9856         to work around Darwin dsymutil limitations.
9857
9858 2008-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9859
9860         Test resolving external references to TLS variables.
9861         * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
9862         FILE2_THREAD_LOCAL.
9863         (testfile2, srcfile2): New variables.
9864         * gdb.threads/tls.c (file2_thread_local)
9865         (function_referencing_file2_thread_local): New.
9866         * gdb.threads/tls2.c: New file.
9867
9868 2008-11-28  Joel Brobecker  <brobecker@adacore.com>
9869
9870         * gdb.ada/int_deref.exp: Convert the addresses into long_integer
9871         rather than integer, as integer might not be big enough when
9872         on 64bit targets.
9873
9874 2008-11-27  Jerome Guitton  <guitton@adacore.com>
9875
9876         * gdb.cp/formatted-ref.exp: Add equality test.
9877         * gdb.ada/formatted_ref.exp: Ditto.
9878
9879 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
9880
9881         * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
9882         * gdb.base/start.exp: New comment about an alternative - `runto_main'.
9883
9884 2008-11-20  Andreas Schwab  <schwab@suse.de>
9885
9886         * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
9887         matching syscall entry point.
9888         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9889         (tcatch_vfork_then_child_follow): Likewise.  Finish through
9890         vfork even if we stopped at the syscall trampoline.
9891
9892 2008-11-20  Doug Evans  <dje@google.com>
9893
9894         * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
9895
9896 2008-11-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9897
9898         * gdb.arch/ppc-dfp.exp: New file.
9899         * gdb.arch/ppc-dfp.c: New file.
9900
9901 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
9902
9903         * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
9904
9905 2008-11-17  Doug Evans  <dje@google.com>
9906
9907         * gdb.mi/mi-syn-frame.exp: Update expected output.
9908         * gdb.mi/mi2-syn-frame.exp: Update expected output.
9909
9910 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
9911
9912         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
9913         "thread N" results in =thread-selected.
9914         * lib/mi-support (mi_run_cmd, mi_expect_stop)
9915         (mi_send_resuming_command_raw): Be prepared for
9916         =thread-selected.
9917
9918 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
9919
9920         * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
9921         * lib/mi-support.exp: Likewise.
9922
9923 2008-11-16  Joel Brobecker  <brobecker@adacore.com>
9924
9925         * gdb.base/help.exp: Remove the "catch load" and "catch unload"
9926         commands from the expected output for "help catch".
9927
9928 2008-11-15  Joel Brobecker  <brobecker@adacore.com>
9929
9930         * gdb.ada/int_deref.exp: New testcase.
9931
9932 2008-11-14  Nick Roberts  <nickrob@snap.net.nz>
9933
9934         * gdb.mi/gdb2549.exp: New file.
9935
9936 2008-11-11  Doug Evans  <dje@google.com>
9937
9938         * gdb.base/callexit.exp: New file.
9939         * gdb.base/callexit.c: New file.
9940
9941 2008-11-10  Doug Evans  <dje@google.com>
9942
9943         * lib/gdb.exp (GDBFLAGS): Move -nx ...
9944         (INTERNAL_GDBFLAGS): ... to here.  Move -nw to here as well.
9945         (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
9946         (default_gdb_start,default_gdb_exit): Ditto.
9947         * lib/mi-support.exp (default_mi_gdb_start): Ditto.
9948         (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
9949         * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
9950         * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
9951         * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
9952         * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
9953
9954 2008-11-03  Andreas Schwab  <schwab@suse.de>
9955
9956         * gdb.base/hashline2.exp: Fix typo.
9957         * gdb.base/hashline3.exp: Likewise.
9958
9959 2008-10-30  Tom Tromey  <tromey@redhat.com>
9960
9961         * gdb.base/pointers.exp: Add test.
9962         * gdb.base/pointers.c (k, S): New typedefs.
9963         (instance): New global.
9964
9965 2008-10-30  Andreas Schwab  <schwab@suse.de>
9966
9967         * gdb.base/args.exp: Add tests for newlines.
9968
9969 2008-10-30  Joel Brobecker  <brobecker@adacore.com>
9970
9971         gdb.base/foll-exec.exp: Update the expected output of a couple
9972         of "info breakpoints" tests.
9973
9974 2008-10-28  Tom Tromey  <tromey@redhat.com>
9975
9976         * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
9977
9978 2008-10-24  Pedro Alves  <pedro@codesourcery.com>
9979
9980         * gdb.python/python-value.exp (test_value_in_inferior): Don't use
9981         gdb_start_cmd.
9982         Use runto_main before any test that requires execution.
9983
9984 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
9985
9986         * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
9987         instead of SIGINT.
9988
9989 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
9990
9991         * gdb.base/completion.exp: Update expected output following
9992         the addition of the "info tasks" command.
9993
9994 2008-10-22  Tom Tromey  <tromey@redhat.com>
9995
9996         * gdb.base/exprs.exp (test_expr): Add test for string
9997         concatenation.
9998
9999 2008-10-19  Pedro Alves  <pedro@codesourcery.com>
10000
10001         * configure.ac: Output gdb.python/Makefile.
10002         * configure: Regenerate.
10003         * gdb.python/Makefile.in: New.
10004
10005 2008-10-16  Joel Brobecker  <brobecker@adacore.com>
10006
10007         * gdb.base/foll-fork.exp: Adjust the expected output to match
10008         the new description for fork/vfork catchpoints in the "info
10009         breakpoints" output.
10010
10011 2008-10-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
10012
10013         * Makefile.in: Add gdb.python to ALL_SUBDIRS.
10014
10015 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10016
10017         * gdb.python/python-value.c: New file.
10018         * gdb.python/python-value.exp: New file.
10019
10020 2008-10-15  Pedro Alves  <pedro@codesourcery.com>
10021
10022         * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
10023
10024 2008-10-15  Denis Pilat  <denis.pilat@st.com>
10025
10026         * gdb.cp/mb-ctor.exp: Fix a typo.
10027
10028 2008-10-09  Tom Tromey  <tromey@redhat.com>
10029
10030         * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
10031         'fprintf' and 'stderr'.
10032
10033 2008-10-07  Joel Brobecker  <brobecker@adacore.com>
10034
10035         * gdb.ada/ref_tick_size.exp: New testcase.
10036
10037 2008-10-06  Doug Evans  <dje@google.com>
10038
10039         * gdb.dwarf2/dw2-cu-size.exp: New file.
10040         * gdb.dwarf2/dw2-cu-size.S: New file.
10041
10042         * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
10043         .Ltype_int for clarity.
10044
10045 2008-10-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
10046
10047         PR gdb/2384:
10048         * gdb.cp/gdb2384.exp: Extended to test more cases.
10049         * gdb.cp/gdb2384.cc: Likewise.
10050         * gdb.cp/gdb2384-base.h: Likewise.
10051         * gdb.cp/gdb2384-base.cc: Likewise.
10052
10053 2008-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10054
10055         * gdb.base/maint.exp (maint print type): Remove printing
10056         UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
10057
10058 2008-09-30  Tom Tromey  <tromey@redhat.com>
10059
10060         * gdb.base/macscp.exp: Add completion tests.
10061         * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
10062         (TWENTY_THREE): Likewise.
10063         (FORTY_EIGHT): Likewise.
10064
10065 2008-09-30  Tom Tromey  <tromey@redhat.com>
10066
10067         * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
10068         everywhere.
10069         * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
10070
10071 2008-09-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10072
10073         * gdb.threads/attachstop-mt.exp: Note a real testcase name this
10074         testcase is derived from.  Fix racy dependency on an expected PID
10075         number.  No longer support the testcase on Linux kernel 2.4.x.
10076
10077 2008-09-27  Tom Tromey  <tromey@redhat.com>
10078
10079         * gdb.base/macscp.exp: Add tests for stringification, splicing,
10080         and varargs.
10081
10082 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
10083
10084         * lib/mi-support.exp (mi_expect_interrupt): New.
10085         (mi_reverse_list, mi_check_thread_states): New, moved and renamed
10086         from gdb.mi/mi-nonstop.exp.
10087         * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
10088         * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
10089         lib/mi-support.exp.
10090         Use mi_check_thread_states throughout.  Avoid ".*" and do not
10091         require an anchor after -exec-run.
10092
10093 2008-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
10094
10095         * gdb.mi/mi-nonstop.exp: Do not check thread state while a
10096         stop is pending.  Avoid ".*" when two stops are pending.
10097         * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
10098         (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
10099         newlines in fullnames.
10100         * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
10101         (mi_expect_stop): Update comments.  Only anchor in sync mode.
10102         Do not match newlines.
10103         (mi_send_resuming_command_raw): Always return status.
10104         (mi_get_stop_line): Do not match more than one line by accident.
10105         Only anchor in sync mode.
10106         (mi_run_inline_test): If -exec-next fails, give up.
10107
10108 2008-09-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10109
10110         * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
10111         on SPU.
10112
10113 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
10114
10115         * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
10116
10117 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
10118
10119         * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
10120         gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
10121         gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
10122         gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
10123         gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
10124         gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
10125         gdb.ada/interface.exp, gdb.ada/null_array.exp,
10126         gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
10127         gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
10128         gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
10129         gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
10130         Include the "= " sequence in the expected output of print tests.
10131
10132 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
10133
10134         * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
10135         description for boolean types.
10136
10137 2008-09-09  Pedro Alves  <pedro@codesourcery.com>
10138
10139         * gdb.base/hook-stop-continue.c: New.
10140         * gdb.base/hook-stop-continue.exp: New.
10141
10142 2008-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
10143
10144         * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
10145
10146 2008-09-08  Jerome Guitton  <guitton@adacore.com>
10147
10148         * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
10149         (stack_check_probe_2, stack_check_probe_loop_1)
10150         (stack_check_probe_loop_2): New functions.
10151         (main): Add call to these new functions.
10152         * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
10153         functions, check that the breakpoint is inserted at the appropriate
10154         location.
10155         (insert_breakpoint): Slightly refine this procedure so that it can
10156         be called several times in the test.
10157
10158 2008-09-08  Jerome Guitton  <guitton@adacore.com>
10159
10160         * gdb.base/stack-checking.c: New file.
10161         * gdb.base/stack-checking.exp: New file.
10162
10163 2008-09-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10164
10165         * gdb.arch/altivec-abi.exp: Remove extra verbose call.
10166         * gdb.arch/altivec-regs.exp: Likewise.
10167         * gdb.arch/vsx-regs.exp: Likewise.
10168
10169 2008-09-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10170
10171         * gdb.arch/ppc-fp.exp: New file.
10172         * gdb.arch/ppc-fp.c: New file.
10173
10174 2008-09-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
10175
10176         *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
10177         lest gcc-4.3.1 optimizes the whole thing away.
10178
10179 2008-09-04  Michael Snyder  <msnyder@vmware.com>
10180
10181         * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
10182         as "at" (for non-debug functions such as _start).
10183
10184 2008-09-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10185
10186         * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
10187         * gdb.base/watchpoint-solib.exp: Likewise.  Update tests to handle
10188         software watchpoints.
10189         * gdb.base/watch_thread_num.exp: Likewise.
10190
10191 2008-09-03  Aleksandar Ristovski  <aristovski@qnx.com>
10192
10193         * gdb.arch/i386-bp_permanent.exp: New test.
10194
10195 2008-08-24  Tom Tromey  <tromey@redhat.com>
10196
10197         * gdb.base/maint.exp: Update "maint print type".
10198
10199 2008-08-21  Vladimir Prus  <vladimir@codesourcery.com>
10200
10201         * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
10202         support.  Adjust the order of "*running" notifications.
10203         * gdb.mi/non-stop.c: Don't cast from int to void* and
10204         back.
10205
10206 2008-08-20  Mark Kettenis  <kettenis@gnu.org>
10207
10208         * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
10209         expect to find it in the "info frame" output.
10210
10211 2008-08-20  Daniel Jacobowitz  <dan@codesourcery.com>
10212
10213         * gdb.base/interp.exp: Always consume both prompts.
10214
10215 2008-08-20  Pedro Alves  <pedro@codesourcery.com>
10216
10217         * gdb.base/pending.exp: Test pending breakpoints without symbols
10218         loaded.
10219
10220 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
10221
10222         * lib/mi-support.exp (mi_expect_stop): Produce
10223         more details on failures.
10224         * gdb.mi/mi-nonstop.exp: New.
10225         * gdb.mi/non-stop.c: New.
10226
10227 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
10228
10229         * gdb.mi/mi-async.exp: Use 'set target-async'.
10230         * lib/mi-support.exp: Use 'set/show target-async'.
10231
10232 2008-08-18  Daniel Jacobowitz  <dan@codesourcery.com>
10233
10234         * gdb.arch/powerpc-prologue.exp: Correct saved registers.
10235
10236 2008-08-17  Tom Tromey  <tromey@redhat.com>
10237
10238         * gdb.base/help.exp (help catch): Rewrite.
10239
10240 2008-08-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10241
10242         * gdb.base/define.exp: Test indented command documentation.
10243         * gdb.python/python.exp: Test indented multi-line command.
10244
10245 2008-08-15  Luis Machado  <luisgpm@br.ibm.com>
10246
10247         * testsuite/gdb.arch/vsx-regs.c: New source file.
10248         * testsuite/gdb.arch/vsx-regs.exp: New testcase.
10249         * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
10250
10251 2008-08-14  Tom Tromey  <tromey@redhat.com>
10252
10253         * gdb.base/macscp.exp: Add regression test for "macro define" or
10254         "macro undef" with no arguments.
10255
10256 2008-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
10257
10258         * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
10259
10260 2008-08-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10261
10262         * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
10263
10264 2008-08-06  Tom Tromey  <tromey@redhat.com>
10265
10266         * gdb.python/python.exp: New file.
10267
10268 2008-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
10269
10270         Fix for PR gdb/1543.
10271         * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
10272         $LOCATION.
10273         (location): New variable.
10274         * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
10275         config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
10276         config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
10277         config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
10278         gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
10279         gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
10280         gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
10281         gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
10282         gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
10283         gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
10284         gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
10285         gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
10286         gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
10287         gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
10288         gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
10289         gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
10290         gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
10291         gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
10292         gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
10293         gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
10294         gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
10295         gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
10296         gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
10297         gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
10298         gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
10299         gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
10300         gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
10301         gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
10302         gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
10303         gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
10304         gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
10305         gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
10306         gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
10307         gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
10308         gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
10309         gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
10310         gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
10311         gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
10312         gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
10313         gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
10314         gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
10315         gdb.base/type-opaque.exp, gdb.base/until.exp,
10316         gdb.base/value-double-free.c, gdb.base/varargs.exp,
10317         gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
10318         gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
10319         gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
10320         gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
10321         gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
10322         gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
10323         gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
10324         gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
10325         gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
10326         gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
10327         gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
10328         gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
10329         gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
10330         gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
10331         gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
10332         gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
10333         gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
10334         gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
10335         gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
10336         gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
10337         gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
10338         gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
10339         gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
10340         gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
10341         gdb.pascal/types.exp, gdb.stabs/weird.exp,
10342         gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
10343         gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
10344         gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
10345         gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
10346         gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
10347         gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
10348         gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
10349         gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
10350         gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
10351         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
10352         gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
10353         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
10354         lib/mi-support.exp, lib/trace-support.exp: Remove reference
10355         to bug-gdb@prep.ai.mit.edu .
10356
10357 2008-07-31  Vladimir Prus  <vladimir@codesourcery.com>
10358
10359         * lib/mi-support.exp (mi_load_shlibs): New.
10360         * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
10361
10362 2008-07-30  Vladimir Prus  <vladimir@codesourcery.com>
10363
10364         * lib/mi-support.exp (get_mi_thread_list)
10365         (check_mi_and_console_threads): New, moved from ...
10366         * gdb.mi/mi-pthread.exp: ...here.
10367         * gdb.mi/gdb669.exp (get_mi_thread_list)
10368         (check_mi_and_console_threads): Delete.
10369         * gdb.mi/mi2-pthread.exp: Likewise.
10370
10371 2008-07-28  Tom Tromey  <tromey@redhat.com>
10372
10373         * Makefile.in (just-check): Remove.  Move body to...
10374         (check): ... here.
10375
10376 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
10377
10378         * gdb.threads/manythreads.exp: Use remote_expect instead of after.
10379         Add a test for duplicated SIGINTs.
10380
10381 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
10382
10383         * gdb.threads/schedlock.exp (get_args): Update to work for any
10384         value of NUM.
10385         (Top level): Report the number of threads that did not resume.
10386
10387 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
10388
10389         * gdb.dwarf2/dw2-compressed.S: Also define __start.
10390
10391 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
10392
10393         * lib/mi-support.exp (default_mi_gdb_start): Remove check for
10394         non-MI prompt.
10395
10396 2008-07-26  Tom Tromey  <tromey@redhat.com>
10397
10398         * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
10399         (function_struct, function_struct_ptr): New globals.
10400         * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
10401         function pointer in a struct.
10402
10403 2008-07-26  Tom Tromey  <tromey@redhat.com>
10404
10405         * gdb.base/macscp.exp: Add test for macro lexing bug.
10406
10407 2008-07-18  Tom Tromey  <tromey@redhat.com>
10408
10409         * gdb.base/macscp.exp: Add macro tests.
10410
10411 2008-07-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
10412
10413         * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
10414
10415 2008-07-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
10416
10417         * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
10418
10419 2008-07-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
10420
10421         * gdb.cp/class2.exp: fix for failure on spu-elf
10422
10423 2008-07-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
10424
10425         * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
10426
10427 2008-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10428
10429         * gdb.base/randomize.exp: Catch non-Linux targets as untested.
10430
10431 2008-07-12  Vladimir Prus  <vladimir@codesourcery.com>
10432
10433         * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
10434
10435 2008-07-11  Kevin Buettner  <kevinb@redhat.com>
10436
10437         * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
10438         of regexp to account for changes made to GDB in the printing of
10439         byte vectors.
10440
10441 2008-07-11  Tom Tromey  <tromey@redhat.com>
10442
10443         * gdb.base/completion.exp: Add 'help' completion test.
10444
10445 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10446
10447         * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
10448
10449 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10450
10451         * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
10452
10453 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
10454
10455         * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
10456
10457 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
10458
10459         * gdb.base/fullname.exp: Restore pwd if compiling failed.
10460
10461 2008-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
10462
10463         * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
10464
10465 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
10466
10467         * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
10468         previous commit.  Add a comment.
10469
10470 2008-06-28  Pedro Alves  <pedro@codesourcery.com>
10471
10472         * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
10473
10474 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
10475
10476         * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
10477
10478 2008-06-27  Pedro Alves  <pedro@codesourcery.com>
10479
10480         * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
10481         (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
10482         compiling an executable, link in an object that forces unbuffered
10483         output.
10484         * lib/set_unbuffered_mode.c: New file.
10485
10486 2008-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
10487
10488         * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
10489
10490 2008-06-25  Vladimir Prus  <vladimir@codesourcery.com>
10491
10492         * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
10493         mi_expect_stop.
10494         * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
10495         Demand that *running is output.
10496         (detect_async): Perform checking every time.
10497         (mi_send_resuming_command): Extract everything into...
10498         (mi_send_resuming_command_raw): ...this.
10499         (mi_expect_stop): Don't accept any output before *stopped.
10500
10501 2008-06-13  Vladimir Prus  <vladimir@codesourcery.com>
10502
10503         Robustify mi-simplerun.
10504         * gdb.mi/basics.c (main): Add a call to sleep.
10505         * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
10506         * gdb.mi/mi2-cli.exp: Likewise.
10507         * gdb.mi/mi-break.exp: Likewise.
10508
10509 2008-06-11  Vladimir Prus  <vladimir@codesourcery.com>
10510
10511         * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
10512
10513 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
10514
10515         * gdb.mi/mi-console.exp: Adjust.
10516         * gdb.mi/mi-syn-frame.exp: Adjust.
10517         * gdb.mi/mi2-console.exp: Adjust.
10518         * gdb.mi/mi2-syn-frame.exp: Adjust.
10519         * lib/mi-support.exp (mi_run_cmd): Adjust.
10520         (mi_send_resuming_command): Adjust.
10521
10522 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
10523
10524         * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
10525         * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
10526         testing of stopped.
10527         * gdb.mi/mi2-syn-frame.exp: Likewise.
10528         * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
10529         (async, detect_async): New.
10530         (mi_expect_stop, mi_continue_to_line): Adjust expectation
10531         depending on if we're running in sync or async mode.
10532
10533 2008-06-09  Tom Tromey  <tromey@redhat.com>
10534
10535         * gdb.base/completion.exp: New tests for field name completion
10536         with spaces, and field name completion with '->'.
10537
10538 2008-06-06  Tom Tromey  <tromey@redhat.com>
10539
10540         * gdb.base/break1.c (struct some_struct): New struct.
10541         (values): New global.
10542         * gdb.base/completion.exp: Add field name completion test.
10543
10544 2008-06-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
10545
10546         * gdb.cp/call-c.exp: Test for incorrect handling of reference
10547         to pointer.
10548         * gdb.cp/call-c.cc: Likewise.
10549
10550 2008-06-06  Nick Roberts  <nickrob@snap.net.nz>
10551
10552         * gdb.base/annota1.exp (thread_switch): Test for thread-changed
10553         annotation.
10554
10555 2008-06-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
10556             Pedro Alves  <pedro@codesourcery.com>
10557
10558         * gdb.threads/execl.c, gdb.threads/execl1.c,
10559         gdb.threads/execl.exp: New tests.
10560
10561 2008-06-05  Aleksandar Ristovski  <aristovski@qnx.com>
10562             Daniel Jacobowitz  <dan@codesourcery.com>
10563
10564         * gdb.cp/exception.exp: Activate test, make it work with pending
10565         catchpoints.
10566
10567 2008-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
10568
10569         * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
10570
10571 2008-05-28  Vladimir Prus  <vladimir@codesourcery.com>
10572
10573         * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
10574         now printed.
10575         * gdb.mi/mi2-var-cmd.exp: Likewise.
10576
10577 2008-05-27  Andreas Schwab  <schwab@suse.de>
10578
10579         * gdb.base/frame-args.exp: Handle arguments that are optimized
10580         out.
10581
10582 2008-05-26  Luis Machado  <luisgpm@br.ibm.com>
10583
10584         * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
10585         quiet for ppc32 and group options into a single variable.
10586
10587 2008-05-23  Joel Brobecker  <brobecker@adacore.com>
10588
10589         * gdb.ada/null_array/foo.adb: Add multi-dimensional array
10590         of zero-size elements.
10591         * gdb.ada/null_array.exp: Test printing this new array.
10592
10593 2008-05-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
10594
10595         * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
10596
10597 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
10598
10599         * gdb.base/finish.exp: Test that "fin" works as an abbreviation
10600         of the "finish" command.
10601
10602 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
10603
10604         * gdb.base/annota1.exp: Test for new annotation.
10605
10606 2008-05-16  Pedro Alves  <pedro@codesourcery.com>
10607
10608         * gdb.base/fixsection.exp: New file.
10609         * gdb.base/fixsection0.c: New file.
10610         * gdb.base/fixsection1.c: New file.
10611
10612 2008-05-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10613
10614         * gdb.base/annota1.exp: Accept printf@... in place of printf.
10615         * gdb.base/annota3.exp: Likewise.
10616
10617 2008-05-13  Nathan Froyd  <froydnj@codesourcery.com>
10618
10619         * gdb.base/watch_thread_num.exp: Don't run tests that require
10620         watchpoints if the target doesn't support them.
10621
10622 2008-05-12  Doug Evans  <dje@google.com>
10623
10624         * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
10625
10626 2008-05-09  Joel Brobecker  <brobecker@adacore.com>
10627
10628         * gdb.ada/assign_1.exp: New testcase.
10629
10630 2008-05-09  Doug Evans  <dje@google.com>
10631
10632         * gdb.base/find.exp: New file.
10633         * gdb.base/find.c: New file.
10634
10635 2008-05-08  Daniel Jacobowitz  <dan@codesourcery.com>
10636
10637         * gdb.base/commands.exp (watchpoint_command_test): Handle
10638         gdb,no_hardware_watchpoints.
10639         * gdb.base/float.exp: Allow ARM targets without floating point.
10640         * gdb.base/step-test.exp: Allow callee@plt when stepping in.
10641
10642 2008-05-06  Jerome Guitton  <guitton@adacore.com>
10643             Joel Brobecker  <brobecker@adacore.com>
10644
10645         * gdb.ada/lang_switch: New test program.
10646         * gdb.ada/lang_switch.exp: New testcase.
10647
10648 2008-05-05  Doug Evans  <dje@google.com>
10649
10650         * gdb.base/help.exp (disassemble): Update expected help text.
10651
10652 2008-05-04  Pedro Alves  <pedro@codesourcery.com>
10653
10654         * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
10655
10656 2008-05-04  Pedro Alves  <pedro@codesourcery.com>
10657
10658         * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
10659         different times.
10660
10661 2008-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10662
10663         * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
10664         * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
10665         `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
10666         * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
10667
10668 2008-05-04  Vladimir Prus  <vladimir@codesourcery.com>
10669
10670         * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
10671         notification to appear.
10672
10673 2008-05-04  Daniel Jacobowitz  <dan@debian.org>
10674
10675         * gdb.base/fullname.c: New file.
10676         * gdb.base/fullname.exp: New file.
10677         * lib/gdb.exp (gdb_breakpoint): Support no-message option.
10678
10679 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
10680
10681         * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
10682         expressions with macros.
10683
10684 2008-05-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10685
10686         * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
10687
10688 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
10689
10690         * gdb.base/completion.exp: Handle lack of other symbols beginning
10691         with "a".
10692
10693         * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
10694
10695 2008-05-02  Jim Blandy  <jimb@codesourcery.com>
10696
10697         * gdb.asm/asmsrc1.s: Add scratch space.
10698
10699 2008-05-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10700             Daniel Jacobowitz  <dan@codesourcery.com>
10701
10702         * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
10703         gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
10704         gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
10705
10706 2007-05-01  Daniel Jacobowitz  <dan@codesourcery.com>
10707
10708         * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
10709
10710 2008-05-01  Joel Brobecker  <brobecker@adacore.com>
10711
10712         * gdb.base/info-target.exp: New testcase.
10713
10714 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
10715
10716         * gdb.cp/hang.exp: Use .cc instead of .C.
10717         * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
10718         * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
10719
10720 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
10721
10722         * gdb.base/gdb1250.exp: Remove perror.
10723         * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
10724
10725 2008-04-30  Pedro Alves  <pedro@codesourcery.com>
10726
10727         * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
10728         .2byte.
10729
10730 2008-04-25  Daniel Jacobowitz  <dan@codesourcery.com>
10731
10732         * gdb.base/macscp.exp: Enable kfails.  Compile with -g3 for GCC.
10733         (maybe_kfail): New.
10734
10735 2008-04-25  Pedro Alves  <pedro@codesourcery.com>
10736
10737         * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
10738
10739 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
10740
10741         * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
10742         * gdb.mi/mi2-syn-frame.exp: Likewise.
10743         * lib/mi-support.exp: Likewise.
10744
10745 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
10746
10747         * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
10748         to specify regexp for the location to stop at.
10749         * gdb.base/break-always.c: New.
10750         * gdb.base/break-always.exp: New.
10751
10752 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
10753
10754         * lib/mi-support.exp (mi_runto_helper): Adjust
10755         for the original-location field.
10756         (mi_create_breakpoint, mi_list_breakpoints): New.
10757         * gdb.mi/mi-break.exp: Adjust.
10758         * gdb.mi/mi2-break.exp: Adjust.
10759         * gdb.mi/mi-pending.exp: Adjust.
10760         * gdb.mi/mi-simplerun.exp: Adjust.
10761         * gdb.mi/mi2-simplerun.exp: Adjust.
10762         * gdb.mi/mi-syn-frame.exp: Adjust.
10763         * gdb.mi/mi2-syn-frame.exp: Adjust.
10764         * gdb.mi/mi-until.exp: Adjust.
10765         * gdb.mi/mi2-until.exp: Adjust.
10766         * gdb.mi/mi-var-display.exp: Adjust.
10767         * gdb.mi/mi2-var-display.exp: Adjust.
10768         * gdb.mi/mi-watch.exp: Adjust.
10769         * gdb.mi/mi2-watch.exp: Adjust.
10770
10771 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
10772
10773         * aclocal.m4: Add override.m4.
10774         * configure: Regenerate.
10775
10776 2008-04-19  Vladimir Prus  <vladimir@codesourcery.com>
10777
10778         * gdb.mi/var-cmd.c (do_at_tests): Verify that
10779         '-var-update --all-values' reports new value even the type
10780         of a variable object has changed.
10781
10782 2008-04-18  Craig Silverstein  <csilvers@google.com>
10783
10784         * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
10785         files.
10786
10787 2008-04-18  Joel Brobecker  <brobecker@adacore.com>
10788
10789         * gdb.ada/atomic_enum: New test program.
10790         * gdb.ada/atomic_enum.exp: New testcase.
10791
10792 2008-04-17  Doug Evans  <dje@google.com>
10793
10794         * gdb.opt/Makefile.in: Fix whitespace.
10795
10796 2008-04-17  Daniel Jacobowitz  <dan@codesourcery.com>
10797
10798         * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
10799
10800 2008-04-17  Doug Evans  <dje@google.com>
10801
10802         * gdb.base/hashline1.exp: New testcase.
10803         * gdb.base/hashline2.exp: New testcase.
10804         * gdb.base/hashline2.exp: New testcase.
10805
10806 2008-04-17  Pedro Alves  <pedro@codesourcery.com>
10807
10808         * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
10809
10810 2008-04-15  Aleksandar Ristovski  <aristovski@qnx.com>
10811
10812         * gdb.base/attach.exp (do_attach_tests): Matching pattern for
10813         temporary breakpoint to match "Temporary breakpoint".
10814         * gdb.base/break.exp (delete_breakpoints): Likewise.
10815         * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
10816         * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
10817         * gdb.base/display.exp: Likewise.
10818         * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
10819         * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
10820         * gdb.base/restore.exp (restore_tests): Likewise.
10821         * gdb.base/sepdebug.exp: Likewise.
10822         * gdb.base/watchpoint.exp: Likewise.
10823         * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
10824         * gdb.mi/mi-pending.exp: Likewise.
10825         * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
10826         * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
10827         * gdb.mi/mi-var-cmd.exp: Likewise.
10828         * gdb.mi/mi-var-display.exp: Likewise.
10829         * gdb.mi/mi2-cli.exp: Likewise.
10830         * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
10831         * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
10832         * gdb.mi/mi2-var-display.exp: Likewise.
10833         * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
10834         * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
10835         new "disp" field.
10836         (mi_expect_stop): Move after_reason argument to be really after
10837         reason. This is to support fix for PR2424.
10838
10839 2008-04-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10840
10841         * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
10842
10843 2008-04-13  Vladimir Prus  <vladimir@codesourcery.com>
10844
10845         * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
10846         field.  Add more floating varobj tests.
10847         * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
10848         field.
10849         * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
10850         (main): Call do_at_tests.
10851         * lib/mi-support.exp (mi_create_floating_varobj)
10852         (mi_varobj_update_with_type_change): New.
10853
10854 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
10855
10856         * gdb.mi/mi2-var-display.exp: Added tests for the new -f
10857         option of -var-evaluate-expression.
10858         * gdb.mi/mi2-var-display.exp: Likewise.
10859
10860 2008-04-07  Vladimir Prus  <vladimir@codesourcery.com>
10861
10862         Introduce test setup helpers.
10863         * lib/gdb.exp (build_executable, clean_restart)
10864         (prepare_for_testing): New.
10865         * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
10866         * gdb.base/return.exp: Likewise.
10867         * gdb.base/ending-run.exp: Likewise.
10868
10869 2008-04-07  Nick Roberts  <nickrob@snap.net.nz>
10870
10871         * gdb.mi/mi-async.exp: New test for asynchronous Machine
10872         Interface (MI) responses.
10873
10874 2008-04-06  Vladimir Prus  <vladimir@codesourcery.com>
10875
10876         * gdb.cp/breakpoint.cc: New code to test conditions involving
10877         member variables.
10878         * gdb.cp/breakpoint.exp: Test condition involving member
10879         variables.
10880
10881 2008-04-05  Vladimir Prus  <vladimir@codesourcery.com>
10882
10883         * lib/mi-support.exp (mi_expect_stop): New.
10884         (mi_run_cmd): Change the
10885         token.  Use mi_send_resuming_command, use
10886         mi_expect_stop.
10887         (mi_execute_to_helper): Rename to mi_execute_to.
10888         (mi_send_resuming_command): Add more error patterns.
10889         (mi_wait_for_stop): Renamed to...
10890         (mi_get_stop_line): ...this.
10891         (mi_run_inline_test): Adjust.
10892
10893         * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
10894         * gdb.mi/mi-console.exp: Likewise.
10895         * gdb.mi/mi-pending.exp: Likewise.
10896         * gdb.mi/mi-simplerun.exp: Likewise.
10897         * gdb.mi/mi-stack.exp: Likewise.
10898         * gdb.mi/mi-stepi.exp: Likewise.
10899         * gdb.mi/mi-syn-frame.exp: Add comment.
10900         * gdb.mi/mi-until.exp: Likewise.
10901         * gdb.mi/mi-var-display.exp: Likewise.
10902         * gdb.mi/mi-watch.exp: Likewise.
10903         * gdb.mi/mi2-cli.exp: Likewise.
10904         * gdb.mi/mi2-console.exp: Likewise.
10905         * gdb.mi/mi2-simplerun.exp: Likewise.
10906         * gdb.mi/mi2-stack.exp: Likewise.
10907         * gdb.mi/mi2-stepi.exp: Likewise.
10908         * gdb.mi/mi2-until.exp: Likewise.
10909         * gdb.mi/mi2-var-display.exp: Likewise.
10910         * gdb.mi/mi2-watch.exp: Likewise.
10911
10912 2008-04-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10913
10914         * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
10915
10916         * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
10917
10918 2008-04-04  Pedro Alves  <pedro@codesourcery.com>
10919
10920         * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
10921         gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
10922         gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
10923         gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
10924         gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
10925         gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
10926         expect an mi error duplicated in stderr.
10927
10928 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
10929
10930         * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
10931         * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
10932         Add a couple of tests that verify the behavior when the new setting
10933         is set to "cancel" and "all".
10934         * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
10935         "ask" before we start the testing.
10936
10937 2008-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
10938
10939         * gdb.cp/casts.cc: Add class reference variables.
10940         * gdb.cp/casts.exp: New test cases for up/down casting references.
10941
10942 2008-04-01  Marc Khouzam  <marc.khouzam@ericsson.com>
10943
10944         * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
10945         instead of beginning to make an extra test pass.
10946         * gdb.mi/mi2-var-display.exp: Likewise.
10947
10948 2008-03-31  Maciej W. Rozycki  <macro@mips.com>
10949
10950         * gdb.base/break.exp: Mark failures as such.  Fix formatting.
10951
10952 2008-03-31  Markus Deuling  <deuling@de.ibm.com>
10953             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10954
10955         * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
10956         value.  Add xfail for older kernels.
10957
10958 2008-03-28  Aleksandar Ristovski  <aristovski@qnx.com>
10959
10960         Bring mi-support in line with gdb.exp.
10961         * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
10962         (mi_gdb_start): New function.
10963
10964 2008-03-28  Maciej W. Rozycki  <macro@mips.com>
10965
10966         * gdb.mi/mi-var-cmd.exp: Fix a typo.
10967
10968 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
10969
10970         * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
10971         * gdb.mi/mi2-var-display.exp: Likewise.
10972
10973 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
10974
10975         * lib/mi-support.exp (mi_create_varobj_checked): New.
10976         (mi_list_varobj_children): Allow to check for a
10977         value.
10978         (mi_list_array_varobj_children): New.
10979
10980         * gdb.mi/mi-var-child.exp: Use mi_create_varobj
10981         and mi_list_varobj_children, as opposed to hardcoding
10982         expected strings.
10983         * gdb.mi/gdb701.exp: Likewise.
10984         * gdb.mi/gdb792.exp: Likewise.
10985         * gdb.mi/mi-var-block.exp: Likewise.
10986         * gdb.mi/mi-var-cmd.exp: Likewise.
10987         * gdb.mi/mi-var-invalidate.exp: Likewise.
10988         * gdb.mi/mi2-var-block.exp: Likewise.
10989         * gdb.mi/mi2-var-child.exp: Likewise.
10990         * gdb.mi/mi2-var-cmd.exp: Likewise.
10991         * gdb.mi/mi2-var-display.exp: Likewise.
10992
10993 2008-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10994
10995         Fix random false FAILs on i386.
10996         * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
10997
10998 2008-03-23  Daniel Jacobowitz  <dan@codesourcery.com>
10999
11000         PR gdb/544
11001         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
11002
11003 2008-03-23  Daniel Jacobowitz  <dan@codesourcery.com>
11004
11005         PR gdb/544
11006         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
11007
11008 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
11009
11010         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
11011         fixed PR gdb/544.
11012
11013 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
11014
11015         * gdb.threads/fork-child-threads.exp: Test next over fork.
11016
11017 2008-03-21  Chris Demetriou  <cgd@google.com>
11018
11019         * gdb.base/break.exp (rbreak junk): New test for rbreak
11020         "Junk at end of arguments" issue.
11021
11022 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
11023
11024         * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
11025         *& to work on created array elements.
11026         (Top level): Test print $pc with a file.  Test string operations
11027         without a target.
11028         * gdb.base/ptype.exp: Do not expect *& to work on created array
11029         elements.
11030
11031 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
11032
11033         * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
11034         gdb.threads/staticthreads.exp: Update exit query.
11035
11036 2008-03-07  Sandra Loosemore  <sandra@codesourcery.com>
11037
11038         * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
11039
11040 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
11041
11042         * gdb.base/watchpoint.c (global_ptr, func4): New.
11043         (main): Call func4.
11044         * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
11045         (test_inaccessible_watchpoint): New.
11046
11047 2008-02-29  Maciej W. Rozycki  <macro@mips.com>
11048
11049         * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
11050         select the largest.
11051
11052 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
11053
11054         * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
11055         frames-invalid annotations.
11056
11057 2008-02-28  Pierre Muller  <muller@ics.u-strasbg.fr>
11058
11059         * gdb.base/assign.exp: avoid same output for different tests.
11060
11061 2008-02-27  Doug Evans  <dje@google.com>
11062
11063         * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
11064         for bug 1738.
11065         (breakpoint_to_handler_entry): Ditto.
11066
11067 2008-02-27  Joel Brobecker  <brobecker@adacore.com>
11068
11069         * gdb.base/ending-run.exp: Use the first line of code inside
11070         function body to test breakpoints.
11071         * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
11072         location where the breakpoint is inserted when using the line
11073         where a function is declared. Fix typo in the description of
11074         one of the tests.
11075         * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
11076
11077 2008-02-27  Pierre Muller  <muller@ics.u-strasbg.fr>
11078
11079         * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
11080         tests.
11081
11082 2008-02-27  Pierre Muller  <muller@ics.u-strasbg.fr>
11083
11084         * gdb.base/args.exp: avoid same output for tests
11085         with single quotes.
11086
11087 2008-02-26  Vladimir Prus  <vladimir@codesourcery.com>
11088
11089         * gdb.base/annota1.exp: Adjust for 'info break'
11090         format changes.
11091         * gdb.base/annota3.exp: Likewise.
11092         * gdb.base/break.exp: Likewise.
11093         * gdb.base/condbreak.exp: Likewise.
11094         * gdb.base/pending.exp: Likewise.
11095         * gdb.base/sepdebug.exp: Likewise.
11096         * gdb.base/unload.exp: Likewise.
11097         * gdb.cp/ovldbreak.exp: Likewise.
11098         * gdb.mi/mi-pending.exp: Likewise.
11099
11100 2008-02-07  Doug Evans  <dje@google.com>
11101
11102         * gdb.cp/mb-inline.exp: New.
11103         * gdb.cp/mb-inline.h: New.
11104         * gdb.cp/mb-inline1.cc: New.
11105         * gdb.cp/mb-inline2.cc: New.
11106
11107 2008-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
11108
11109         * gdb.pascal/floats.pas: New test program.
11110         * gdb.pascal/floats.exp: New testcase.
11111
11112 2008-02-06  Thiago Jung Bauermann  <bauerman@br.ibm.com>
11113
11114         * gdb.base/callfuncs.c (t_float_many_args): New function.
11115         (t_double_many_args): New function.
11116         * gdb.base/callfuncs.exp: Add tests for exceeding float
11117         and double parameters passed through the stack.
11118
11119 2008-02-05  Joel Brobecker  <brobecker@adacore.com>
11120
11121         * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
11122         gdb.ada/complete/foo.adb: New files.
11123         * gdb.ada/complete.exp: New testcase.
11124
11125 2008-02-03  Doug Evans  <dje@google.com>
11126
11127         * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
11128
11129         * gdb.cp/gdb2384.exp: New file.
11130         * gdb.cp/gdb2384.cc: New file.
11131         * gdb.cp/gdb2384-base.h: New file.
11132         * gdb.cp/gdb2384-base.cc: New file.
11133
11134 2008-02-02  Doug Evans  <dje@google.com>
11135
11136         * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
11137
11138 2007-02-01  Joel Brobecker  <brobecker@adacore.com>
11139
11140         * gdb.ada/sym_print_name: New test program.
11141         * gdb.ada/sym_print_name.exp: New testcase.
11142
11143 2007-02-01  Joel Brobecker  <brobecker@adacore.com>
11144
11145         * gdb.ada/nested/hello.adb: New file.
11146         * gdb.ada/nested.exp: New testcase.
11147         * gdb.ada/Makefile.in (EXECUTABLES): Update list.
11148
11149 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
11150
11151         * gdb.mi/basic.c (return_1): New function.
11152         * gdb.mi/mi-break.exp: Make sure that failed -break-insert
11153         don't cause future evaluations of function to report
11154         creation of internal breakpoints.
11155
11156 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
11157
11158         * gdb.mi/mi-break.exp (test_error): New.
11159         Call it.
11160
11161 2008-01-31  Luis Machado  <luisgpm@br.ibm.com>
11162
11163         * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
11164         * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
11165
11166 2008-01-31  Pierre Muller  <muller@ics.u-strasbg.fr>
11167
11168         * gdb.pascal/integers.pas: New test program.
11169         * gdb.pascal/integers.exp: New testcase.
11170
11171 2008-01-31  Pierre Muller  <muller@ics.u-strasbg.fr>
11172
11173         * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
11174
11175 2008-01-30  Luis Machado  <luisgpm@br.ibm.com>
11176
11177         * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
11178         * gdb.arch/powerpc-d128-regs.c: New testcase source file.
11179
11180 2008-01-30  Paul Hilfinger  <hilfinger@adacore.com>
11181
11182         * gdb.ada/formatted_ref: New test program.
11183         * gdb.ada/formatted_ref.exp: New testcase.
11184
11185         * gdb.cp/formatted-ref.cc: New file.
11186         * gdb.cp/formatted-ref.exp: New testcase.
11187
11188 2008-01-30  Joel Brobecker  <brobecker@adacore.com>
11189
11190         * gdb.base/ptype.exp: Add testing of "ptype $pc".
11191
11192 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
11193
11194         * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
11195         (test_file_list_exec_source_file): Update to new macro-info field.
11196
11197 2008-01-30  Paul N. Hilfinger  <hilfinger@adacore.com>
11198
11199         * gdb.ada/exprs: New test program.
11200         * gdb.ada/exprs.exp: New testcase.
11201
11202 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
11203
11204         * dfp-test.c (DELTA, DELTA_B): New definitions.
11205         (double_val1, double_val2, double_val3, double_val4, double_val5,
11206         double_val6, double_val7, double_val8, double_val9, double_val10,
11207         double_val11, double_val12, double_val13, double_val14, dec32_val1,
11208         dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
11209         dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
11210         dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
11211         dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
11212         dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
11213         dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
11214         dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
11215         dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
11216         dec128_val12, dec128_val13, dec128_val14, dec128_val15,
11217         dec128_val16): New global variables.
11218         (decimal_dec128_align): New function.
11219         (decimal_mixed): Likewise.
11220         (decimal_many_args_dec32): Likewise.
11221         (decimal_many_args_dec64): Likewise.
11222         (decimal_many_args_dec128): Likewise.
11223         (decimal_many_args_mixed): Likewise.
11224         * dfp-test.exp: Add tests calling new inferior functions.
11225
11226 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
11227
11228         * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
11229         gdb.server/ext-run.exp: New files.
11230         * lib/gdbserver-support.exp (gdbserver_download): New.
11231         (gdbserver_start): New.  Update gdbserver expected
11232         output.
11233         (gdbserver_spawn): Use them.
11234         (gdbserver_start_extended): New.
11235
11236 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
11237
11238         * gdb.base/foll-exec.exp: Update header.  Skip on remote targets.
11239         Run on GNU/Linux.
11240         (do_exec_tests): Check for systems which do not support catchpoints.
11241         Do not match START.
11242         * gdb.base/foll-fork.exp: Update header.  Skip on remote targets.
11243         Run on GNU/Linux.  Enable verbose output.
11244         (check_fork_catchpoints): New.
11245         (explicit_fork_child_follow, catch_fork_child_follow)
11246         (tcatch_fork_parent_follow): Update expected messages.
11247         (do_fork_tests): Use check_fork_catchpoints.
11248         * gdb.base/foll-vfork.exp: Update header.  Skip on remote targets.
11249         Run on GNU/Linux.  Enable verbose output.
11250         (check_vfork_catchpoints): New.
11251         (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
11252         expected messages.
11253         (do_vfork_and_exec_tests): Use check_fork_catchpoints.
11254
11255 2008-01-29  Jim Blandy  <jimb@red-bean.com>
11256
11257         * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
11258         host' errors.
11259         * lib/mi-support.exp (mi_gdb_target_cmd): Same.
11260
11261 2008-01-29  Jim Blandy  <jimb@red-bean.com>
11262
11263         * gdb.threads/sigthread.c: Use barriers to ensure that
11264         child_thread and child_thread_two are always initialized before we
11265         start to use them.
11266
11267 2008-01-29  Vladimir Prus  <vladimir@codesourcery.com>
11268
11269         * gdb.base/watchpoint-solib.exp: New.
11270         * gdb.base/watchpoint-solib.c: New.
11271         * gdb.base/watchpoint-solib-shr.c: New.
11272
11273 2008-01-29  Pierre Muller  <muller@ics.u-strasbg.fr>
11274
11275         * gdb.base/gdb1056.exp: Add unsigned integer test.
11276
11277 2008-01-28  Doug Evans  <dje@google.com>
11278
11279         * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
11280
11281 2008-01-27  Jim Blandy  <jimb@codesourcery.com>
11282
11283         * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
11284
11285         * gdb.base/expand-psymtabs.exp: Doc fix.
11286
11287 2008-01-26  Mark Kettenis  <kettenis@gnu.org>
11288
11289         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
11290
11291 2008-01-24  Nick Roberts  <nickrob@snap.net.nz>
11292
11293         * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
11294         -var-set-format.
11295
11296 2008-01-23  Chris Demetriou  <cgd@google.com>
11297
11298         * gdb.threads/thread_events.c: New testcase source file.
11299         * gdb.threads/thread_events.exp: New testcase expect file.
11300
11301 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
11302
11303         * lib/gdb.exp: Add the variable octal.
11304
11305         * gdb.mi/mi-var-display.exp: Add value field to tests for output of
11306         -var-set-format.
11307
11308 2008-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
11309             Vladimir Prus  <vladimir@codesourcery.com>
11310
11311         * gdb.base/float.exp: Allow missing floating point for m68k and
11312         PowerPC.
11313
11314 2008-01-22  Vladimir Prus  <vladimir@codesourcery.com>
11315
11316         * gdb.mi/basics.c: Setup for testing breakpoints
11317         ignore count.
11318         * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
11319         * gdb.mi/mi-cli.exp: Adjust.
11320         * gdb.mi/mi2-cli.exp: Adjust.
11321
11322 2008-01-17  Pedro Alves  <pedro@codesourcery.com>
11323
11324         * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
11325         and 'dummy_ptr' integer pointer.  Initialize struct_declarations
11326         with dummy_ptr's address.
11327         * gdb.mi/var-cmd.c (do_children_tests): Likewise.
11328         * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
11329         all targets.
11330         * gdb.mi/mi2-var-child.exp: Likewise.
11331
11332 2008-01-09  Joel Brobecker  <brobecker@adacore.com>
11333
11334         * gdb.ada/null_array: New test program.
11335         * gdb.ada/null_array.exp: New testcase.
11336
11337 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
11338
11339         * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
11340         with required float modifiers.
11341
11342 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
11343
11344         * gdb.ada/funcall_param: New test program.
11345         * gdb.ada/funcall_param.exp: New testcase.
11346
11347 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
11348
11349         * gdb.ada/arrayparam: New test program.
11350         * gdb.ada/arrayparam.exp: New testcase.
11351
11352 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
11353
11354         * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
11355         landed.  Should also fix random failures in the test following it.
11356
11357 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
11358
11359         * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
11360         for expressions with decimal float values.
11361         (test_dfp_conversions): New function to test casts to and from
11362         decimal float types.
11363         Call test_dfp_conversions.
11364         * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
11365         elements.
11366         (main): Initialize ds.float4 and ds.double8 elements.
11367         * gdb.base/dfp-test.exp (d32_set_tests): Fix typo.  Adjust expect
11368         string to new error message.
11369         (d64_set_tests): Likewise.
11370         (d128_set_tests): Likewise.
11371         Add tests for expressions with decimal float variables.  Add tests for
11372         conversions to and from decimal float types.
11373
11374 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
11375
11376         * gdb.ada/packed_tagged/comp_bug.adb: New file.
11377         * gdb.ada/packed_tagged.exp: New testcase.
11378
11379 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
11380
11381         * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
11382         gdb.ada/homonym/homonym_main.adb: New files.
11383         * gdb.ada/homonym.exp: New testcase.
11384
11385 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
11386
11387         * gdb.ada/packed_array.exp: Add testing of references to
11388         a packed array.
11389
11390 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
11391
11392         * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
11393         New files.
11394         * gdb.ada/type_coercion.exp: New testcase.
11395
11396 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
11397
11398         * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
11399         gdb.ada/tagged/foo.adb: New file.
11400         * gdb.ada/tagged.exp: New testcase.
11401
11402 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
11403
11404         * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
11405         gdb.ada/ptype_field/foo.adb: New files.
11406         * gdb.ada/ptype_field.exp: New testcase.
11407
11408 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
11409
11410         * gdb.ada/print_pc.exp: New testcase.
11411
11412 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
11413
11414         * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
11415         gdb.ada/taft_type/p.adb: New files.
11416         * gdb.ada/taft_type.exp: New testcase.
11417
11418 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
11419
11420         * gdb.ada/array_bounds/bar.adb: New file.
11421         * gdb.ada/array_bounds.exp: New testcase.
11422
11423 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
11424
11425         * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
11426         gdb.ada/arrayptr/foo.adb: New files.
11427         * gdb.ada/arrayptr.exp: New testcase.
11428
11429 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
11430
11431         * gdb.base/set-lang-auto.exp: New testcase.
11432
11433 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
11434
11435         * gdb.ada/fun_addr/foo.adb: New file.
11436         * gdb.ada/fun_addr.exp: New testcase.
11437
11438 2008-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11439
11440         * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
11441         New files
11442
11443 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
11444
11445         * array_subscript_addr/p.adb: New file.
11446         * array_subscript_addr.exp: New testcase.
11447
11448 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
11449
11450         * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
11451         New files.
11452         * gdb.ada/str_cmp_ref.exp: New testcase.
11453
11454 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
11455
11456         * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
11457         gdb.ada/fun_in_declare/foo.adb: New files.
11458         * gdb.ada/fun_in_declare.exp: New testcase.
11459
11460 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
11461
11462         * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
11463         gdb.ada/ref_param/pck.ads: New files.
11464         * gdb.ada/ref_param.exp: New testcase.
11465
11466 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
11467
11468         * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
11469         gdb.ada/interface/foo.adb: New files.
11470         * gdb.ada/interface.exp: New testcase.
11471
11472 2007-12-31  Jim Blandy  <jimb@codesourcery.com>
11473
11474         * gdb.base/multi-forks.exp: Consume all output from child
11475         processes before proceeding to next test.
11476
11477 2007-12-29  Jim Blandy  <jimb@codesourcery.com>
11478
11479         * configure: Regenerated.
11480
11481 2007-12-27  Joel Brobecker  <brobecker@adacore.com>
11482
11483         * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
11484         gdb.ada/fixed_cmp/fixed.adb: New files.
11485         * gdb.ada/fixed_cmp.exp: New testcase.
11486
11487 2007-12-27  Joel Brobecker  <brobecker@adacore.com>
11488
11489         * gdb.ada/boolean_expr.exp: New testcase.
11490
11491 2007-12-26  Jim Blandy  <jimb@codesourcery.com>
11492
11493         * gdb.base/multi-forks.exp: Doc fix.
11494
11495 2007-12-26  Joel Brobecker  <brobecker@adacore.com>
11496
11497         * gdb.ada/Makefile.in (EXECUTABLES): Update list.
11498         * gdb.ada/char_param.exp: Do not compile our test program with
11499         -gnata, this is unnecessary.
11500         * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
11501
11502 2007-12-24  Joel Brobecker  <brobecker@adacore.com>
11503
11504         * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
11505         gdb.ada/print_chars/foo.adb: New files.
11506         * gdb.ada/print_chars.exp: New testcase.
11507
11508 2007-12-24  Joel Brobecker  <brobecker@adacore.com>
11509
11510         * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
11511         gdb.ada/char_param/foo.adb: New files.
11512         * gdb.ada/char_param.exp: New testcase.
11513
11514 2007-12-22  Jim Blandy  <jimb@codesourcery.com>
11515
11516         * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
11517         hard-coding source line numbers into the test.
11518         * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
11519         gdb_get_line_number to find.
11520
11521 2007-12-22  Joel Brobecker  <brobecker@adacore.com>
11522
11523         * gdb.base/ptype.c (highest): New struct type.
11524         (the_highest): New variable of that type.
11525         (main): Add dummy assignment to a field of variable the_highest.
11526         * gdb.base/ptype.exp: Test type printing of our new variable.
11527
11528 2007-12-19  Pierre Muller  <muller@ics-u-strasbg.fr>
11529
11530         * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
11531         and record first explicitly generated thread number.
11532         Use that thread number for thread specific watchpoint test.
11533         Add iteration number to repetitive tests.
11534
11535 2007-12-16  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
11536             Jim Blandy  <jimb@codesourcery.com>
11537
11538         * gdb.base/expand-psymtabs.c: New testcase
11539         source file.
11540         * gdb.base/expand-psymtabs.exp: New testcase
11541         expect file.
11542
11543 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
11544
11545         * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
11546         * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
11547
11548 2007-12-17  Joel Brobecker  <brobecker@adacore.com>
11549
11550         * gdb.ada/frame_args/foo.adb: New file.
11551         * gdb.ada/frame_args/pck.ads: New file.
11552         * gdb.ada/frame_args/pck.adb: New file.
11553         * gdb.ada/frame_args.exp: New testcase.
11554
11555 2007-12-17  Joel Brobecker  <brobecker@adacore.com>
11556
11557         * gdb.base/frame-args.c: New file.
11558         * gdb.base/frame-args.exp: New testcase.
11559
11560 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
11561             Joseph Myers  <joseph@codesourcery.com>
11562
11563         * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
11564
11565 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
11566
11567         * gdb.mi/mi-pending.exp: New.
11568         * gdb.mi/mi-pending.c: New.
11569         * gdb.mi/mi-pendshr.c: New.
11570
11571 2007-12-06  Jim Blandy  <jimb@codesourcery.com>
11572
11573         * gdb.base/default.exp: Update expected output for 'info catch'.
11574
11575 2007-12-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11576
11577         * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
11578         must be set to binary.
11579
11580 2007-12-09  Pedro Alves  <pedro_alves@portugalmail.pt>
11581
11582         * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
11583
11584 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
11585
11586         * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
11587         gdb.mi/mi-file-transfer.exp: New.
11588
11589 2007-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
11590
11591         * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
11592
11593 2007-11-22  Maciej W. Rozycki  <macro@mips.com>
11594
11595         * gdb.trace/backtrace.exp: Fix a typo.
11596         * gdb.trace/circ.exp: Likewise.
11597         * gdb.trace/collection.exp: Likewise.
11598         * gdb.trace/limits.exp: Likewise.
11599         * gdb.trace/report.exp: Likewise.
11600         * gdb.trace/tfind.exp: Likewise.
11601         * gdb.trace/while-dyn.exp: Likewise.
11602
11603 2007-11-21  Nick Roberts  <nickrob@snap.net.nz>
11604
11605         * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
11606         objects of pointers that can't be dereferenced are now
11607         "noneditable".
11608
11609 2007-11-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11610
11611         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
11612         (target_cpu): Remove.
11613
11614 2007-10-15  Vladimir Prus  <vladimir@codesourcery.com>
11615
11616         * gdb.base/ending-run.exp: Expect the list of cleared
11617         breakpoint to come in natural order, not the reversed one.
11618
11619 2007-11-07  Vladimir Prus  <vladimir@codesourcery.com>
11620
11621         * gdb.mi/mi-var-child.c (do_child_deletion): New.
11622         * gdb.mi/mi-var-child.exp: Run child_deletion tests.
11623
11624 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
11625
11626         * gdb.base/printcmds.exp: New function
11627         test_printf_with_dfp.
11628
11629 2007-11-02  Doug Evans  <dje@google.com>
11630
11631         * gdb.disasm/t01_mov.s: Remove carriage returns.
11632         * gdb.disasm/t02_mova.s: Ditto.
11633         * gdb.disasm/t03_add.s: Ditto.
11634         * gdb.disasm/t04_sub.s: Ditto.
11635         * gdb.disasm/t05_cmp.s: Ditto.
11636         * gdb.disasm/t06_ari2.s: Ditto.
11637         * gdb.disasm/t07_ari3.s: Ditto.
11638         * gdb.disasm/t08_or.s: Ditto.
11639         * gdb.disasm/t09_xor.s: Ditto.
11640         * gdb.disasm/t10_and.s: Ditto.
11641         * gdb.disasm/t11_logs.s: Ditto.
11642         * gdb.disasm/t12_bit.s: Ditto.
11643         * gdb.disasm/t13_otr.s: Ditto.
11644
11645 2007-11-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11646
11647         * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
11648
11649 2007-10-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11650
11651         * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
11652         provide DFP support.
11653
11654 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
11655
11656         * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
11657         Test "set powerpc vector-abi".  Skip auto-detection tests for old
11658         toolchains.
11659
11660 2007-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
11661
11662         * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
11663         with [string compare].
11664
11665 2007-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
11666
11667         * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
11668         * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
11669
11670 2007-10-25  Luis Machado  <luisgpm@br.ibm.com>
11671
11672         * gdb.opt/clobbered-registers-O2.c: New testcase source file.
11673         * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
11674         * gdb.opt/Makefile.in: New makefile.
11675         * Makefile.in: Create new directory "gdb.opt".
11676         * configure.ac: Add "gdb.opt" directory.
11677         * configure: Regenerated.
11678
11679 2007-10-25  Doug Evans  <dje@google.com>
11680
11681         * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
11682         * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
11683
11684 2007-10-15  Wu Zhou  <woodzltc@cn.ibm.com>
11685             Thiago Jung Bauermann  <bauerman@br.ibm.com>
11686
11687         * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
11688         Floating Point expressions.
11689         * gdb.base/dfp-test.exp: new file adding tests for Decimal
11690         Floating Point variables.
11691         * gdb.base/dfp-test.c: new file containing program with Decimal
11692         Floating variables, used by gdb.base/dfp-test.exp.
11693
11694 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
11695
11696         * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
11697
11698 2007-10-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11699
11700         * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
11701         compiling test case with GCC.
11702         * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
11703
11704 2007-10-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11705
11706         * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
11707         format changes.
11708
11709 2007-10-18  Michael Snyder  <msnyder@specifix.com>
11710
11711         * gdb.base/dbx.exp: Add missing "-re " operator.
11712
11713 2007-10-16  Gaius Mulley  <gaius@glam.ac.uk>
11714
11715         * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
11716         * configure.ac: Removed trailing spaces after backslash.
11717         * gdb.modula2: New directory.
11718         * gdb.modula2/Makefile.in: New file.
11719         * gdb.modula2/unbounded-array.exp: New file.
11720         * gdb.modula2/unbounded1.c: New file.
11721
11722 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
11723
11724         * gdb.xml/tdesc-regs.exp: Add PowerPC support.
11725
11726 2007-10-15  Pierre Muller  <muller@ics.u-strasbg.fr>
11727
11728         * gdb.base/sigstep.c (main): Add checks for
11729         return values for setitimer call.
11730         Call setitimer again with itimer = ITIMER_REAL
11731         if first call to setitimer fails.
11732
11733 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
11734
11735         * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
11736         of $timeout.
11737
11738 2007-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
11739
11740         * gdb.server/server-run.exp: Test for dynamic linker symbols.
11741
11742 2007-10-09  Pierre Muller  <muller@ics.u-strasbg.fr>
11743
11744         * lib/gdb.exp (gdb_run_cmd): Move comment outside
11745         of gdb_expect call, to avoid interruption.
11746
11747 2007-10-09  Pedro Alves  <pedro_alves@portugalmail.pt>
11748
11749         * gdb.base/whatis.c (v_long_long, v_signed_long_long)
11750         (v_unsigned_long_long, v_long_long_array)
11751         (v_signed_long_long_array, v_unsigned_long_long_array)
11752         (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
11753         (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
11754         [!NO_LONG_LONG]: New.
11755         (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
11756         v_long_long_member.
11757
11758         (v_long_long_func, v_signed_long_long_func)
11759         (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
11760         (main) [!NO_LONG_LONG]: Initialize long long variants.
11761
11762         * gdb.base/whatis.exp: If board file requests no_long_long, build
11763         test with NO_LONG_LONG defined.  Test long long, signed long long,
11764         and unsigned long long variants but only if board file doesn't
11765         disable it.
11766
11767 2007-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
11768             Daniel Jacobowitz  <dan@codesourcery.com>
11769
11770         * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
11771         * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
11772         * configure: Regenerated.
11773         * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
11774         gdb.pascal/types.exp, lib/pascal.exp: New files.
11775
11776 2007-10-02  Daniel Jacobowitz  <dan@codesourcery.com>
11777
11778         * gdb.cp/classes.exp (do_tests): Always step to the line after the
11779         call.
11780         * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
11781         to return to the call.
11782         * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
11783         * gdb.mi/mi-return.exp (test_return_simple): Likewise.
11784         * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
11785         * gdb.mi/mi-until.exp (test_until): Likewise.
11786         * gdb.mi/mi2-until.exp (test_until): Likewise.
11787
11788 2007-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
11789
11790         * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
11791         two-char array.
11792         * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
11793
11794 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
11795
11796         * gdb.threads/watchthreads.c (thread_function): Sleep between
11797         iterations.
11798         * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
11799         at once for S/390.  Generate matching fails and passes.
11800
11801 2007-09-27  Vladimir Prus  <vladimir@codesourcery.com>
11802
11803         * gdb.mi/var-cmd.c (do_children_tests): Initialize
11804         the 'struct_declarations' variable to zeros.
11805
11806 2007-09-24  Vladimir Prus  <vladimir@codesourcery.com>
11807
11808         * gdb.cp/mb-ctor.cc: New.
11809         * gdb.cp/mb-ctor.exp: New.
11810         * gdb.cp/mb-templates.cc: New.
11811         * gdb.cp/mb-templates.exp: New.
11812
11813 2007-09-23  Daniel Jacobowitz  <dan@codesourcery.com>
11814
11815         * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
11816
11817 2007-09-23  Pedro Alves  <pedro_alves@portugalmail.pt>
11818
11819         * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
11820         targets.
11821         * configure: Regenerate.
11822
11823 2007-09-23  Vladimir Prus  <vladimir@codesourcery.com>
11824
11825         * gdb.base/annota1.exp: Adjust for 'info break'
11826         format changes.
11827         * gdb.base/annota3.exp: Likewise.
11828         * gdb.base/break.exp: Likewise.
11829         * gdb.base/condbreak.exp: Likewise.
11830         * gdb.base/pending.exp: Likewise.
11831         * gdb.base/sepdebug.exp: Likewise.
11832         * gdb.base/unload.exp: Likewise.
11833         * gdb.base/ovldbreak.exp: Likewise.
11834
11835 2007-09-22  Vladimir Prus  <vladimir@codesourcery.com>
11836
11837         * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
11838         messages.
11839         * gdb.base/chng-syms.exp: Likewise.
11840         * gdb.base/unload.exp: Likewise.
11841
11842 2007-09-21  Daniel Jacobowitz  <dan@codesourcery.com>
11843
11844         * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
11845
11846 2007-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
11847
11848         * schedlock.c (NUM): Change to 1.
11849         (main): Use args[0] for the main thread.
11850         * schedlock.exp: Only expect two threads.  Only issue one pass or fail
11851         regardless of the number of threads.
11852
11853 2007-09-14  Maciej W. Rozycki  <macro@mips.com>
11854
11855         * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
11856         type down.
11857         (test_watchpoint_triggering): XFAIL the sw watchpoint scope
11858         test.
11859         * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
11860         watchpoint type down.
11861         (test_watchpoint_triggering): XFAIL the sw watchpoint scope
11862         test.
11863
11864 2007-09-14  Maciej W. Rozycki  <macro@mips.com>
11865
11866         * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
11867         Move all the tests here and run them twice, once using software
11868         watchpoints and once using hardware watchpoints.
11869         * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
11870
11871 2007-09-12  Daniel Jacobowitz  <dan@codesourcery.com>
11872
11873         * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
11874         test.
11875
11876 2007-09-10  Mark Kettenis  <kettenis@gnu.org>
11877
11878         * lib/gdb.exp (build_id_debug_filename_get): Improve check for
11879         build-id.
11880
11881         * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
11882         know about $ORIGIN.  Calculate output dir from $dest instead of
11883         using ${objdir}/{$subdir}.
11884
11885 2007-09-09  Mark Kettenis  <kettenis@gnu.org>
11886
11887         * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
11888         gcore, before continuing with the test.
11889
11890 2007-09-06  Daniel Jacobowitz  <dan@codesourcery.com>
11891
11892         * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
11893         * gdb.mi/mi-watch.exp: Likewise.
11894
11895 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
11896             Jim Blandy  <jimb@codesourcery.com>
11897
11898         * gdb.arch/i386-sse.exp: Do not expect character constants.
11899         * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
11900         * gdb.base/display.exp: Allow print/s.
11901         * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
11902         and unsigned char array changes.
11903
11904 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
11905
11906         * gdb.base/display.exp: Add tests for printf %p.
11907
11908 2007-09-03  Pedro Alves  <pedro_alves@portugalmail.pt>
11909
11910         * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
11911         the dll name to unicode.
11912
11913 2007-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11914
11915         * gdb.base/default.exp (show version): Update the version text.
11916         * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
11917
11918 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11919
11920         * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
11921         New files.
11922
11923 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11924
11925         * lib/gdb.exp (build_id_debug_filename_get): New function.
11926         * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
11927         Remove the generate DEBUG file for the future testcase runs.
11928         New testcase for the NT_GNU_BUILD_ID retrieval.
11929         Move the final testing step to ...
11930         (test_different_dir): ... a new function.
11931         New parameter XFAIL to XFAIL all the tests performed.
11932         New parameter TEST_DIFFERENT_DIR parametrizing the directory.
11933         New parameter TYPE to PF_PREFIX all the tests performed.
11934
11935 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
11936
11937         * gdb.mi/mi-var-cp.cc (path_expression): New
11938         function.
11939         * gdb.mi/mi-var-cp.exp: Run path exression tests.
11940
11941 2007-08-27  Markus Deuling  <deuling@de.ibm.com>
11942
11943         * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
11944         to fit into SPU Local Store memory.
11945
11946 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
11947
11948         * gdb.base/default.exp: Adjust the expected output of "info
11949         warranty" after the switch to GPLv3.
11950
11951 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
11952
11953         * lib/gdb.exp (default_gdb_init): Increase expect buffer size
11954         to 30000 (from 20000).
11955
11956 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
11957
11958         Switch the license of all .exp files to GPLv3.
11959         Switch the license of all .f and .f90 files to GPLv3.
11960         Switch the license of all .s and .S files to GPLv3.
11961
11962 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
11963
11964         * configure.ac: Switch license to GPLv3.
11965
11966 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
11967
11968         Switch the licensing to GPLv3 for all .ads and .adb files.
11969
11970 2007-08-22  Daniel Jacobowitz  <dan@codesourcery.com>
11971
11972         * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
11973         and t_int_double.
11974         * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
11975
11976 2007-08-17  Joel Brobecker  <brobecker@adacore.com>
11977
11978         * gdb.base/step-line.c: Switch license to GPL version 3, and
11979         update copyright year.
11980         * gdb.base/step-line.inp: Likewise.
11981
11982 2007-08-17  Joel Brobecker  <brobecker@adacore.com>
11983
11984         * gdb.base/gdb1555.exp: Make expected output immune to formatting
11985         changes inside gdb1555.c.
11986         * gdb.base/pending.exp: Likewise.
11987
11988 2007-08-13  Daniel Jacobowitz  <dan@codesourcery.com>
11989
11990         * config/default.exp: New file.
11991
11992 2007-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
11993
11994         * gdb.base/prologue.c, gdb.base/prologue.exp: New.
11995         * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
11996
11997 2007-07-30  Maciej W. Rozycki  <macro@mips.com>
11998
11999         * gdb.base/dump.exp: Force the correct endianness for binary
12000         formats not carrying this information.
12001
12002 2007-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
12003
12004         * gdb.threads/staticthreads.exp: Match .*sem_post.
12005
12006 2007-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
12007
12008         * gdb.base/readline.exp (operate_and_get_next): Match the final
12009         prompt.
12010
12011 2007-07-23  Kevin Buettner  <kevinb@redhat.com>
12012
12013         * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
12014         to restarting SID.
12015
12016 2007-07-18  Kevin Buettner  <kevinb@redhat.com>
12017
12018         * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
12019         prior to `gdb_start'.
12020
12021 2007-07-18  Kevin Buettner  <kevinb@redhat.com>
12022
12023         * config/sid.exp (gdb_load): Add test for empty argument.  Adjust
12024         return value to be compatible with gdb_run_cmd in lib/gdb.exp.
12025         Remove call to gdb_unload.
12026
12027 2007-07-17  Pedro Alves  <pedro_alves@portugalmail.pt>
12028             Daniel Jacobowitz  <dan@codesourcery.com>
12029
12030         * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
12031         for __WIN32__.
12032         (SHLIB_NAME): Delete definition.  Always pass dlerror to fprintf.
12033         * gdb.base/unload.exp: Use shared library test routines.
12034
12035 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
12036
12037         * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
12038         * gdb.base/solib-symbol-lib.c: Likewise.
12039         * gdb.base/solib-symbol-main.c: Likewise.
12040
12041 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
12042
12043         * config/gdbserver.exp (gdb_reconnect): New.
12044         * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
12045         gdb.base/solib-disc.exp: New files.
12046         * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
12047         remote debugging".
12048         (gdb_compile): Add shlib_load flag.
12049         * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
12050         port.
12051         (gdbserver_reconnect): New.
12052
12053 2007-07-01  Nick Roberts  <nickrob@snap.net.nz>
12054             Daniel Jacobowitz  <dan@codesourcery.com>
12055
12056         * gdb.base/annota3.exp: Test for if construct.
12057
12058 2007-06-26  Daniel Jacobowitz  <dan@codesourcery.com>
12059
12060         * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
12061
12062 2007-06-21  Chris Dearman  <chris@mips.com>
12063             Maciej W. Rozycki  <macro@mips.com>
12064
12065         * gdb.base/display.exp: Allow a newline after display/i.
12066         * gdb.base/pc-fp.exp: Likewise.
12067         * gdb.base/sigbpt.exp: Likewise.
12068
12069 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
12070
12071         * gdb.xml/tdesc-regs.exp: Add MIPS support.  Allow multiple
12072         required features to be included.
12073
12074 2007-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
12075
12076         * gdb.threads/manythreads.exp: Prevent expect buffer overflow
12077         in info threads output.
12078
12079 2007-06-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12080             Markus Deuling  <deuling@de.ibm.com>
12081
12082         * gdb.arch/spu-info.exp: New testcase.
12083         * gdb.arch/spu-info.c: New file.
12084
12085 2007-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
12086
12087         * gdb.arch/thumb-prologue.c: Record the breakpoint address in
12088         tpcs_offset.  Restore lr after the call.
12089         * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
12090
12091 2007-05-23  Daniel Jacobowitz  <dan@codesourcery.com>
12092
12093         * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
12094         (gdbserver_run): Kill any running gdbserver.
12095         * lib/mi-support.exp (mi_gdb_target_load): Likewise.
12096
12097 2007-05-17  Maciej W. Rozycki  <macro@mips.com>
12098
12099         * gdb.base/sigbpt.exp: Preset segv_addr.
12100
12101 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
12102
12103         * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
12104         (gdb_compile_shlib): Likewise.
12105         (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
12106         (default_gdb_init): Clear cleanfiles.
12107         (gdb_finish): Delete recorded cleanfiles.
12108         * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
12109
12110         * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
12111         Do not use isnative.
12112         * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
12113         gdb.base/so-impl-ld.exp: Likewise.
12114         * gdb.base/solib-weak.exp: Likewise.  Skip for DLL targets.
12115         * gdb.base/unload.exp: Likewise.  Do not pass empty option to
12116         gdb_compile.
12117
12118 2007-05-15  Vladimir Prus  <vladimir@codesourcery.com>
12119
12120         * config/unknown.exp: Remove.
12121
12122 2007-05-15  Markus Deuling  <deuling@de.ibm.com>
12123
12124         * gdb.base/info-proc.exp: Check is_remote.
12125
12126 2007-05-14  Markus Deuling  <deuling@de.ibm.com>
12127
12128         * gdb.base/gcore.exp: Initialize variable core_supported.
12129
12130 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
12131
12132         * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
12133
12134 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
12135
12136         * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
12137         * gdb.threads/print-threads.exp (test_all_threads): Allow
12138         negative and hexadecimal thread IDs.
12139
12140 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
12141
12142         * gdb.java/jprint.java (public): Avoid invalid call to static
12143         method.
12144
12145 2007-05-14  Denis Pilat  <denis.pilat@st.com>
12146
12147         * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
12148         gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
12149         gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
12150         gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
12151         gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
12152
12153 2007-05-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12154
12155         * gdb.base/overlays.exp: Add support for targets with only code
12156         overlay support, not data overlay.  Support spu-*-* target in
12157         this mode.
12158         * gdb.base/ovlymgr.c: Provide stubs for spu target.
12159         * gdb.base/spu.ld: New file.
12160
12161 2007-05-07  Daniel Jacobowitz  <dan@codesourcery.com>
12162
12163         * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
12164
12165 2007-05-06  Daniel Jacobowitz  <dan@codesourcery.com>
12166
12167         * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
12168
12169 2007-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
12170
12171         * gdb.java/jmain.exp: Handle demangled names with and without method
12172         signatures.
12173
12174 2007-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
12175
12176         * gdb.mi/mi-syn-frame.c (main, foo, bar)
12177         (have_a_very_merry_interrupt): Remove calls to puts.
12178         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
12179         inferior output.
12180         * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio.  Correct
12181         test names.
12182
12183 2007-04-29  Markus Deuling  <deuling@de.ibm.com>
12184             Daniel Jacobowitz  <dan@codesourcery.com>
12185
12186         * gdb.base/auxv.exp (core_works): Also check is_remote.
12187         * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
12188
12189 2007-04-25  Vladimir Prus  <vladimir@codesourcery.com>
12190
12191         * gdb.base/sigaltstack.exp: Use 'srcfile' in error
12192         message, not the undefined 'module' variable.
12193         * gdb.base/siginfo.exp: Likewise.
12194         * gdb.base/sigstep.exp: Likewise.
12195         * lib/gdbserver-support.exp (gdb_target_cmd): Quote
12196         serialport.
12197         * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
12198
12199 2007-04-25  Corinna Vinschen <vinschen@redhat.com>
12200
12201         * config/sim.exp (gdb_target_sim): Just return with -1 when setting
12202         target sim fails.  Return 0 otherwise.
12203         (gdb_load): Return prematurely if gdb_target_sim fails.
12204
12205 2007-04-16  Denis Pilat  <denis.pilat@st.com>
12206
12207         * gdb.base/setshow.exp: Reset height after having set it to 100.
12208
12209 2007-04-16  Denis Pilat  <denis.pilat@st.com>
12210
12211         * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
12212
12213 2007-04-16  Denis Pilat  <denis.pilat@st.com>
12214
12215         * gdb.mi/mi2-var-display.exp: Test for the fullname field.
12216
12217 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
12218
12219         * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
12220         tests. Run the frozen varobjs test.
12221         * gdb.mi/var-cmd.c (do_frozen_tests): New.
12222         * lib/mi-support.exp (mi_varobj_update): Fix thinko.
12223
12224 2007-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12225
12226         * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
12227         gdb.base/type-opaque.exp: New files.
12228
12229 2007-04-01  Vladimir Prus  <vladimir@codesourcery.com>
12230
12231         * gdb.mi/mi-var-child.c
12232         (do_children_tests): User char[2] instead of
12233         char so that automatic printing of pointers to char
12234         don't give unpredicable result.
12235         * gdb.mi/var-cmd.c (do_locals_test): Initialize
12236         local variables.
12237         * gdb.mi/mi-var-child.exp: Step to right line
12238         of do_children_tests.
12239         * gdb.mi/mi2-var-child.exp: Likewise.
12240         * gdb.mi/mi-var-cmd.exp: Step to right line of
12241         do_locals_tests.
12242         (do_children_tests): User char[2] instead of
12243         char so that automatic printing of pointers to char
12244         don't give unpredicable result.
12245         * gdb.mi/mi2-var-cmd.exp: Likewise.
12246         * lib/mi-support.exp (mi_continue_to_line):
12247         Pass test name to mi_wait_for_stop.
12248
12249 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
12250
12251         * gdb.asm/asm-source.exp: Remove d10v case.
12252         * lib/gdb.exp (skip_cplus_tests): Likewise.
12253         * gdb.asm/d10v.inc: Deleted.
12254
12255 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
12256
12257         * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
12258
12259 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
12260
12261         * config/netware.exp: Delete file.
12262
12263 2007-03-29  Joel Brobecker  <brobecker@adacore.com>
12264
12265         * gdb.dwarf2/dw2-noloc.S: New file.
12266         * gdb.dwarf2/dw2-noloc.exp: New file.
12267
12268 2007-03-28  Pedro Alves  <pedro_alves@portugalmail.pt>
12269
12270         * gdb.cp/method2.cc: New test.
12271         * gdb.cp/method2.exp: New test.
12272         * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
12273
12274 2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
12275
12276         * gdb.ada/exec_changed.exp: Avoid "set confirm off".
12277
12278 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
12279
12280         * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
12281
12282 2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
12283
12284         * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
12285         (gdb_load): Delete, replace with...
12286         (gdb_reload): ...this.
12287         * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
12288         * gdb.server/server-mon.exp: Likewise.
12289         * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
12290         (gdb_start_cmd): New.
12291         (gdb_file_cmd): Save the last loaded file.
12292         (gdb_reload): New.
12293         (gdb_gnu_strip_debug): Use transform.
12294         * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
12295         support here.  Use new $last_loaded_file.  Check mtime.
12296         (gdb_target_cmd): Handle ObjC failure case.
12297         (infer_host_exec): Delete.
12298         (gdbserver_load): Rename to...
12299         (gdbserver_run): ...this.  Simplify.
12300         * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
12301         (mi_gdb_load): Move most contents to a new function...
12302         (mi_gdb_target_load): ...here.  Simplify call to gdbserver_gdb_load.
12303         (mi_run_cmd): Use mi_gdb_target_load.
12304         * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
12305         gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
12306         Use gdb_run_cmd.
12307         * gdb.base/charsign.exp: Remove incorrect comment.
12308         * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
12309         * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
12310         gdb.base/start.exp: Use gdb_start_cmd.
12311
12312 2007-03-23  Nigel Stephens  <nigel@mips.com>
12313             Maciej W. Rozycki  <macro@mips.com>
12314
12315         * gdb.base/sigbpt.exp: Fix the message when skipping test.
12316         * gdb.base/signull.exp: Similarly.
12317
12318 2007-03-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12319
12320         * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
12321         messages available to test cases (like chng-sym.exp).
12322
12323 2007-03-14  Andreas Schwab  <schwab@suse.de>
12324
12325         * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
12326         format changes.
12327
12328 2007-03-13  Daniel Jacobowitz  <dan@codesourcery.com>
12329
12330         * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
12331         (optimized_1): New.
12332         (main): Call optimized_1.
12333         (gdb2029): Correct typos.  Call gdb2029_marker.
12334         * gdb.arch/powerpc-prologue.exp: Run new test.  Use a breakpoint
12335         for gdb2029.
12336
12337 2007-03-12  Mark Kettenis  <kettenis@gnu.org>
12338
12339         * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
12340         as tabs.  Remove redundant test pattern.
12341
12342 2007-03-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12343
12344         * gdb.base/long_long.exp: Accept optional symbol name in <...>
12345         for /a format output.
12346
12347 2007-03-09  Daniel Jacobowitz  <dan@codesourcery.com>
12348
12349         * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
12350         collect output incrementally.
12351
12352 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12353
12354         * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
12355         for -var-create lpcharacter test.
12356         * gdb.mi/mi2-var-cmd.exp: Likewise.
12357
12358 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12359
12360         * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
12361         pass on targets where address zero is readable.
12362
12363 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12364
12365         * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
12366         just a single architecture.
12367
12368 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12369
12370         * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
12371         (fetch_all_registers): New function, uses gdb_test_multiple and
12372         exp_continue to fetch inferior output line-by-line.
12373         Replace all uses of do_get_all_registers by fetch_all_registers.
12374
12375 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12376
12377         * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
12378         in target_info.
12379
12380 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
12381
12382         * gdb.threads/manythreads.exp: Use $message string for
12383         consistancy; add a default (timeout) case.
12384
12385 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
12386
12387         * gdb.base/watchpoint.exp: Fix truncated comment.
12388
12389 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
12390
12391         * Makefile.in: Remove spurious single-quotes from sed command.
12392
12393 2007-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
12394
12395         * gdb.mi/mi-var-cmd.exp: Correct test name.  Allow any value for
12396         func.
12397         * gdb.mi/mi2-var-cmd.exp: Likewise.
12398
12399 2007-02-27  Joel Brobecker  <brobecker@adacore.com>
12400
12401         * gdb.dwarf2/dw2-producer.S: New file.
12402         * gdb.dwarf2/dw2-producer.exp: New testcase.
12403
12404 2007-02-27  Nick Roberts  <nickrob@snap.net.nz>
12405
12406         * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
12407         * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
12408         * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
12409         * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
12410         * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
12411         Revert tests to use mi_gdb_test and include value field in output
12412         of -var-create.
12413
12414 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
12415
12416         * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
12417
12418 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
12419
12420         * gdb.base/maint.exp: Remove full paths from test names.
12421         * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
12422         gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
12423
12424 2007-02-27  Joel Brobecker  <brobecker@adacore.com>
12425
12426         * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
12427
12428 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
12429
12430         * gdb.server/server-mon.exp: New test.
12431
12432 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
12433
12434         * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
12435
12436 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
12437
12438         * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
12439         register capitalization.
12440
12441 2007-02-13  Denis Pilat  <denis.pilat@st.com>
12442
12443         * gdb.mi/mi-var-invalidate.exp: New file.
12444
12445 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
12446
12447         * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
12448
12449 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
12450
12451         * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
12452
12453 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
12454
12455         * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
12456         gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
12457
12458 2007-02-08  Nick Roberts  <nickrob@snap.net.nz>
12459
12460         * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
12461         * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
12462         * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
12463         * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
12464         * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
12465         * gdb.mi/gdb792.exp, lib/mi-support.exp:
12466         Update tests to include value field in output of -var-create.
12467
12468 2007-02-08  Andreas Schwab  <schwab@suse.de>
12469
12470         * gdb.mi/mi-var-child.exp: Fix matching display of function value.
12471
12472 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
12473
12474         * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
12475         gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
12476
12477 2007-02-02  Denis Pilat  <denis.pilat@st.com>
12478
12479         * gdb.threads/threadapply.exp: check that frame is not changed by
12480         the thread apply all command.
12481
12482 2007-01-31  Andreas Schwab  <schwab@suse.de>
12483
12484         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
12485
12486         * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
12487         in the dwarf sections.
12488         * gdb.dwarf2/mac-fileno.S: Likewise.
12489
12490         * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
12491         bspstore register on ia64.
12492
12493 2007-01-29  Andreas Schwab  <schwab@suse.de>
12494
12495         * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
12496         "frame-begin" annotation.
12497
12498         * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
12499         number of "frames-invalid" annotations.
12500
12501 2007-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
12502
12503         * gdb.base/commands.exp: Call if_commands_test.
12504         (gdb_test_no_prompt, if_commands_test): New.
12505
12506 2007-01-28  Mark Kettenis  <kettenis@gnu.org>
12507
12508         * gdb.threads/sigthread.c (NSIGS): Make bigger.
12509
12510 2007-01-27  Andreas Schwab  <schwab@suse.de>
12511
12512         * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
12513         .short/.int/.quad in the dwarf sections.
12514         * gdb.dwarf2/dw2-intercu.S: Likewise.
12515         * gdb.dwarf2/dw2-intermix.S: Likewise.
12516
12517 2007-01-25  Jan Kratochvil <jan.kratochvil@redhat.com>
12518
12519         * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
12520         * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
12521         array.
12522         * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
12523         * gdb.base/setvar.exp: Likewise.
12524
12525 2007-01-26  Andreas Schwab  <schwab@suse.de>
12526
12527         * gdb.base/corefile.exp: Allow non-empty argument list in reinit
12528         test.
12529
12530         * gdb.base/multi-forks.exp ("restart $i"): Also match
12531         __kernel_syscall_via_break.
12532
12533 2007-01-24  Vladimir Prus  <vladimir@codesourcery.com>
12534
12535         * lib/mi-support.exp (mi_delete_varobj): New.
12536         * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
12537         testcase.
12538         * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
12539         (main): Call the above.
12540         (reference_update_test, base_in_reference_test)
12541         (reference_to_pointer): Delete the created varobjs.
12542
12543 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
12544
12545         * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
12546         * configure: Regenerated.
12547         * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
12548         * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
12549         gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
12550         gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
12551         * lib/gdb.exp (gdb_skip_xml_test): New function.
12552
12553 2007-01-23  Nick Hudson  <nick.hudson@dsl.pipex.com>
12554
12555         * gdb.base/sigrepeat.exp: Correct error message.
12556
12557 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12558             Daniel Jacobowitz  <dan@codesourcery.com>
12559
12560         * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
12561         gdb.arch/i386-gnu-cfi-asm.S: New files.
12562
12563 2007-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
12564
12565         * lib/gdb.exp: Abort on missing `site.exp'.
12566
12567 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12568             Daniel Jacobowitz  <dan@codesourcery.com>
12569
12570         * gdb.base/included.c, gdb.base/included.exp,
12571         gdb.base/included.h: New files.
12572
12573 2007-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
12574
12575         * gdb.base/bigcore.c (RLIMIT_CAP): Define.
12576         (maximize_rlimit): Reduce limits on 64-bit systems.
12577
12578 2007-01-19  Mark Kettenis  <kettenis@gnu.org>
12579
12580         From Marcus Deuling <deuling@de.ibm.com>:
12581         * gdb.arch/altivec-regs.exp: Initialise variable endianness in
12582         every case.
12583
12584 2007-01-13  Nick Roberts  <nickrob@snap.net.nz>
12585
12586         * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
12587         (test_path_specification): Use objdir instead of srcdir to always
12588         get an absolute filename.
12589
12590 2007-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
12591
12592         * gdb.cp/member-ptr.cc (class Padding): Make contents public.
12593
12594 2007-01-11  Vladimir Prus  <vladimir@codesourcery.com>
12595
12596         * gdb.mi/mi-var-cp.cc (reference_update_tests):
12597         Make sure the variable we're using is in scope.
12598         (reference_to_pointer): Likewise.
12599
12600 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
12601
12602         * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
12603         has no debug information.
12604
12605 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
12606
12607         * gdb.base/annota1.exp: Remove extra send_gdb.
12608
12609 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
12610
12611         * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
12612
12613 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
12614
12615         * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
12616
12617 2007-01-08  Nick Roberts  <nickrob@snap.net.nz>
12618             Daniel Jacobowitz  <dan@codesourcery.com>
12619
12620         * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
12621         lcharacter or linteger change.  Correct duplicated test name.
12622         * gdb.mi/mi2-var-cmd.exp: Likewise.
12623
12624 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
12625
12626         * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
12627
12628 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
12629
12630         * gdb.base/nofield.c: New file.
12631         * gdb.base/nofield.exp: New testcase.
12632
12633 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
12634
12635         * gdb.mi/mi-var-cp.exp: New test for references to pointers.
12636
12637         * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
12638          test.
12639
12640 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
12641
12642         * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
12643
12644 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
12645
12646         * lib/mi-support.exp (mi_runto_helper): Expect two prompts
12647         when continuing.
12648
12649 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
12650
12651         * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
12652         Expect ".exe" extension.
12653
12654 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
12655
12656         * gdb.base/charset.exp: Add explicit filename to break.
12657         * gdb.base/dbx.exp: Add explicit filename to breaks.
12658
12659 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
12660
12661         * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
12662         * gdb.mi/mi2-file.exp: Likewise.
12663
12664 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
12665
12666         Implement specification of MI tests as comments
12667         in C and C++ sources.
12668         * lib/mi-support.exp (mi_autotest_data): New variable.
12669         (mi_autotest_source): New variable.
12670         (count_newlines, mi_prepare_inline_tests)
12671         (mi_get_inline_test, mi_continue_to_line)
12672         (mi_run_inline_test, mi_tbreak)
12673         (mi_send_resuming_command, mi_wait_for_stop): New functions.
12674         * gdb.mi/mi-var-cp.exp: Move most content to the C file.
12675         Run inline tests.
12676         * gdb.mi/mi-var-cp.cc: Define tests here.
12677
12678 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
12679
12680         Simplify usage of mi_continue_to.
12681         * lib/mi-support.exp (mi_runto_helper): Renamed
12682         from mi_runto, added new parameter 'run_or_continue'.
12683         (mi_runto): Use mi_runto_helper.
12684         (mi_continue_to): Accept just function name as parameter.
12685         Use mi_runto_helper.
12686         * gdb.mi/mi-var-cmd.exp: Adjust to changes.
12687         * gdb.mi/mi2-var-cmd.exp: Likewise.
12688
12689 2006-01-04  Joel Brobecker  <brobecker@adacore.com>
12690
12691         Make this testcase a bit more realistic. The current code
12692         is too simplistic, and allows the compiler to optimize out
12693         some of the entities we need for this testcase.
12694         * gdb.ada/null_record/bar.ads (Void_Star): New type.
12695         (Do_Nothing): Add extra parameter.
12696         * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
12697         * gdb.ada/null_record/null_record.adb: Fake use of type Empty
12698         by using a variable of type Void_Star.
12699
12700 2006-01-04  Joel Brobecker  <brobecker@adacore.com>
12701
12702         * gdb.ada/catch_ex/foo.adb: New file.
12703         * gdb.ada/catch_ex.exp: New testcase.
12704
12705 2007-01-03  Pedro Alves  <pedro_alves@portugalmail.pt>
12706
12707         * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
12708         pass --image-base to linker.
12709
12710 2007-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
12711             Daniel Jacobowitz  <dan@codesourcery.com>
12712
12713         * gdb.base/readline.exp: Set $TERM.  Test arrow keys in
12714         secondary prompts.
12715
12716 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
12717
12718         * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
12719         output.  Test the types of members and member pointers.
12720         * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
12721         gdb/2092.
12722         * gdb.cp/member-ptr.exp: Search for a comment instead of a
12723         statement.  Enable for GCC.  Update expected output for some tests
12724         and add new tests.  Remove obsolete GCC KFAILs.  Allow GCC's class
12725         layout.
12726         * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
12727         (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
12728         (Diamond::vget_base): New.
12729         (main): Add new tests.
12730         * gdb.cp/printmethod.exp: Update expected output for member functions.
12731         * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
12732         print pEe->D::vg().
12733
12734 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
12735
12736         * gdb.threads/tls.exp: Allow stops in sem_post.
12737
12738 2006-12-31  Daniel Jacobowitz  <dan@codesourcery.com>
12739
12740         * gdb.base/annota1.exp: Allow .*printf in backtraces.
12741         * gdb.base/annota3.exp: Likewise.
12742         * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
12743         again (instead of timing out).
12744         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
12745         GCC bug 26475.
12746         * gdb.java/jmisc.exp: Adjust to work with method signatures including
12747         return types.  Add kfails for GDB bugs 2214 and 2215.  Move exit
12748         test from jmisc1.exp.
12749         * gdb.java/jmisc1.exp: Delete.
12750         * gdb.java/jprint.exp: Adjust to work with method signatures including
12751         return types.
12752         * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
12753         * gdb.threads/linux-dp.exp: Don't be confused by program output.
12754         * lib/java.exp (compile_java_from_source): Pass the correct type
12755         to target_compile.
12756
12757 2006-12-31  Joel Brobecker  <brobecker@adacore.com>
12758
12759         * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
12760         (stack_align_edx): New function.
12761         (stack_align_eax): New function.
12762         (main): Add calls to stack_align_edx and stack_align_eax.
12763         * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
12764         Add testing for the cases where the register used during a stack
12765         realignment is edx. Same for eax.
12766
12767 2006-12-30  Pedro Alves  <pedro_alves@portugalmail.pt>
12768
12769         * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
12770         and generic PE targets.
12771
12772 2006-12-29  Joel Brobecker  <brobecker@adacore.com>
12773
12774         * gdb.ada/array_return.exp: Update copyright date list.
12775
12776 2006-12-27  Joel Brobecker  <brobecker@adacore.com>
12777
12778         * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
12779         (Create_Small_Float_Vector): New function.
12780         * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
12781         function body.
12782         * gdb.ada/array_return/p.adb: Use new type and function from
12783         package Pck.
12784         * gdb.ada/array_return.exp: Add a test verifying that GDB is
12785         able to print the value returned by a function returning an
12786         array of float.
12787
12788 2006-12-20  Joel Brobecker  <brobecker@adacore.com>
12789
12790         * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
12791         The associated tests should be PASSing.
12792
12793 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
12794
12795         Test for base in references.
12796         * gdb.mi/mi-var-cp.cc: Add test code.
12797         * gdb.mi/mi-var-cp.exp: Test for bases in references.
12798         * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
12799         * gdb.mi/mi2-watch.exp: Likewise.
12800         * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
12801         (mi_list_varobj_children): New function.
12802
12803 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
12804
12805         * lib/mi-support.exp
12806         (mi_runto): Accept "()" after function name.
12807         (mi_create_varobj): New function.
12808         (mi_varobj_update): New function.
12809         (mi_Check_varobj_value): New function.
12810         * gdb.mi/mi-var-cp.exp: New file.
12811         * gdb.mi/mi-var-cp.cc: New file.
12812
12813 2006-12-01  Daniel Jacobowitz  <dan@codesourcery.com>
12814
12815         * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
12816         gdb.base/weaklib2.c: New files.
12817
12818 2006-11-29  Nathan Sidwell  <nathan@codesourcery.com>
12819
12820         * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
12821         info.  Adjust test names.
12822
12823         * gdb.base/break.c (main): Move position of malloc.
12824         * gdb.base/break.exp: Revert mistaken checkin.
12825
12826 2006-11-28  Vladimir Prus  <vladimir@codesourcery.com>
12827
12828         * gdb.mi/mi-var-cmd.exp: Check -var-update after
12829         assignement of arrays and function pointers.
12830         * gdb.mi/var-cmd.c: Add declaration necessary for above
12831         tests.
12832
12833 2006-11-27  Nathan Sidwell  <nathan@codesourcery.com>
12834
12835         * gdb.base/break.c (main): Call malloc.
12836
12837         * gdb.threads/linux-dp.exp: Read thread table before and after
12838         creating each philosopher and verify it.
12839
12840 2006-11-27  Nathan Sidwell  <nathan@codesourcery.com>
12841             Paul Brook  <paul@codesourcery.com>
12842             Daniel Jacobowitz  <dan@codesourcery.com>
12843
12844         * gdb.base/ending-run.exp: Flatten expect script stepping out of
12845         main to remove duplication.  Add start function of the form
12846         '_*start[1-9]*'. Add RVDS start function.
12847
12848 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
12849
12850         * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
12851
12852 2006-11-22  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12853
12854         * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
12855         * gdb.asm/spu.inc: New file.
12856         * gdb.base/term.exp: Disable if [target_info exists noargs].
12857         * gdb.gdb/complaints.exp: Disable if ![isnative].
12858         * gdb.gdb/selftest.exp: Likewise.
12859         * gdb.gdb/observer.exp: Likewise.
12860         * gdb.gdb/xfullpath.exp: Likewise.
12861         * gdb.base/attach.exp: Disable on SPU target.
12862         * gdb.cp/bs145503.exp: Likewise.
12863         * gdb.cp/exception.exp: Likewise.
12864         * gdb.cp/userdef.exp: Likewise.
12865
12866 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
12867
12868         * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
12869
12870 2006-11-10  Vladimir Prus  <vladimir@codesourcery.com>
12871
12872         * gdb.base/completion.exp: Fix completion tests for
12873         'info' and 'info '.
12874         * gdb.base/help.exp (help_test_raw, test_class_help)
12875         (test_prefix_command_help): Move...
12876         * lib/gdb.exp: Here.
12877         * gdb.base/main.exp: Adjust.
12878         * gdb.cp/maint.exp: Adjust.
12879         * gdb.trace/tracecmd.exp: Use test_help_class.
12880
12881 2006-11-09  Vladimir Prus  <vladimir@codesourcery.com>
12882
12883         * gdb.stabs/weird.exp (print_weird_var): Use
12884         gdb_test_multiple instead of gdb_expect.
12885
12886 2006-11-09  Vladimir Prus  <vladimir@codesourcery.com>
12887
12888         * gdb.base/help.exp (help_test_raw): New.
12889         (test_class_help): New.
12890         (test_prefix_command_help): New.
12891         Adjust testcases.
12892
12893 2006-11-09  Christophe Lyon  <christophe.lyon@st.com>
12894
12895         * gdb.base/constvars.c (main): Write to crass and crips, so that
12896         they are allocated by the compiler.
12897
12898 2006-10-27  Andreas Schwab  <schwab@suse.de>
12899
12900         * gdb.base/multi-forks.exp: Use "detach fork" instead of
12901         "detach-fork".
12902
12903 2006-10-18  Daniel Jacobowitz  <dan@codesoucery.com>
12904
12905         * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
12906         of patterns.
12907
12908 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
12909
12910         * gdb.base/sepdebug.exp: Remove debug format test.
12911         * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
12912         Handle no-symtab.
12913         * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
12914
12915 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
12916
12917         * gdb.threads/manythreads.c (thread_function, main): Don't cast
12918         int to pointer or pointer to int.
12919         * gdb.threads/manythreads.exp: Don't expect the string "LWP".
12920
12921 2006-10-12  Daniel Jacobowitz  <dan@codesourcery.com>
12922
12923         * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
12924
12925 2006-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
12926
12927         * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
12928
12929 2006-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
12930
12931         PR c++/2116
12932         * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
12933
12934 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
12935
12936         * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
12937         the corresponding bug has been fixed in GDB (PR/2018).
12938
12939 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
12940
12941         * gdb.base/subst.exp: New testcase.
12942
12943 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
12944
12945         * gdb.ada/array_return/pck.ads: Add copyright notice.
12946         * gdb.ada/array_return/pck.adb: Likewise.
12947         * gdb.ada/array_return/p.adb: Likewise.
12948         * gdb.ada/exec_changed/first.adb: Likewise.
12949         * gdb.ada/exec_changed/second.adb: Likewise.
12950
12951 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
12952
12953         * gdb.ada/watch_arg/watch.adb: New file.
12954         * gdb.ada/watch_arg.exp: New testcase.
12955
12956 2006-10-02  Vladimir Prus  <vladimir@codesourcery.com>
12957
12958         * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
12959         via string_to_regexp.
12960         * gdb.mi/mi2-basics.exp: Likewise.
12961
12962 2006-09-20  Michael Snyder  <michael.snyder@palmsource.com>
12963
12964         * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
12965         Remove unused / obsolete files.
12966
12967 2006-09-19  Nick Roberts  <nickrob@snap.net.nz>
12968
12969         * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
12970
12971 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
12972
12973         * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
12974         HIGH_FRAME argument to -stack-list-arguments can be larger than
12975         the number of frames.
12976
12977 2006-09-15  Daniel Jacobowitz  <dan@codesourcery.com>
12978
12979         * gdb.base/args.c (main): Add breakpoint marker.
12980         * gdb.base/args.exp: Use args_test for tests.  Add new tests which
12981         really test empty arguments.
12982         (args_load): Delete.
12983         (args_test): New.
12984
12985 2006-09-13  Nick Roberts  <nickrob@snap.net.nz>
12986
12987         * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
12988         check for one file.
12989
12990 2006-09-07  Vladimir Prus  <ghost@vladimir@codesourcery.com>
12991
12992         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
12993         HIGH_FRAME argument to -stack-list-locals can be larger than
12994         the number of frames.
12995
12996 2006-08-18  Fred Fish  <fnf@specifix.com>
12997
12998         * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
12999         '$' in front of skip_vmx_tests_saved when setting that.
13000
13001 2006-08-10  Andrew Stubbs  <andrew.stubbs@st.com>
13002
13003         * gdb.base/trace-commands.exp: New file.
13004
13005 2006-08-10  Joel Brobecker  <brobecker@adacore.com>
13006             Daniel Jacobowitz  <dan@codesourcery.com>
13007
13008         * gdb.base/step-bt.exp: Make hexadecimal address optional in
13009         expected output of the backtrace commands.
13010
13011 2006-08-09  Joel Brobecker  <brobecker@adacore.com>
13012
13013         * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
13014         untested followed by return combination.
13015         * gdb.arch/altivec-regs.exp: Likewise.
13016         * gdb.arch/e500-abi.exp: Likewise.
13017         * gdb.arch/e500-regs.exp: Likewise.
13018         * gdb.arch/gdb1291.exp: Likewise.
13019         * gdb.arch/gdb1431.exp: Likewise.
13020         * gdb.arch/gdb1558.exp: Likewise.
13021         * gdb.arch/i386-prologue.exp: Likewise.
13022         * gdb.arch/i386-unwind.exp: Likewise.
13023         * gdb.asm/asm-source.exp: Likewise.
13024         * gdb.base/a2-run.exp: Likewise.
13025         * gdb.base/advance.exp: Likewise.
13026         * gdb.base/all-bin.exp: Likewise.
13027         * gdb.base/annota1.exp: Likewise.
13028         * gdb.base/annota3.exp: Likewise.
13029         * gdb.base/args.exp: Likewise.
13030         * gdb.base/arithmet.exp: Likewise.
13031         * gdb.base/assign.exp: Likewise.
13032         * gdb.base/async.exp: Likewise.
13033         * gdb.base/attach.exp: Likewise.
13034         * gdb.base/bang.exp: Likewise.
13035         * gdb.base/bigcore.exp: Likewise.
13036         * gdb.base/bitfields.exp: Likewise.
13037         * gdb.base/bitfields2.exp: Likewise.
13038         * gdb.base/break.exp: Likewise.
13039         * gdb.base/call-sc.exp: Likewise.
13040         * gdb.base/call-strs.exp: Likewise.
13041         * gdb.base/callfuncs.exp: Likewise.
13042         * gdb.base/checkpoint.exp: Likewise.
13043         * gdb.base/chng-syms.exp: Likewise.
13044         * gdb.base/code-expr.exp: Likewise.
13045         * gdb.base/commands.exp: Likewise.
13046         * gdb.base/completion.exp: Likewise.
13047         * gdb.base/cond-expr.exp: Likewise.
13048         * gdb.base/condbreak.exp: Likewise.
13049         * gdb.base/consecutive.exp: Likewise.
13050         * gdb.base/constvars.exp: Likewise.
13051         * gdb.base/corefile.exp: Likewise.
13052         * gdb.base/cvexpr.exp: Likewise.
13053         * gdb.base/dbx.exp: Likewise.
13054         * gdb.base/define.exp: Likewise.
13055         * gdb.base/detach.exp: Likewise.
13056         * gdb.base/display.exp: Likewise.
13057         * gdb.base/dump.exp: Likewise.
13058         * gdb.base/ena-dis-br.exp: Likewise.
13059         * gdb.base/ending-run.exp: Likewise.
13060         * gdb.base/environ.exp: Likewise.
13061         * gdb.base/eval-skip.exp: Likewise.
13062         * gdb.base/exprs.exp: Likewise.
13063         * gdb.base/fileio.exp: Likewise.
13064         * gdb.base/finish.exp: Likewise.
13065         * gdb.base/float.exp: Likewise.
13066         * gdb.base/foll-exec.exp: Likewise.
13067         * gdb.base/foll-fork.exp: Likewise.
13068         * gdb.base/foll-vfork.exp: Likewise.
13069         * gdb.base/freebpcmd.exp: Likewise.
13070         * gdb.base/funcargs.exp: Likewise.
13071         * gdb.base/gcore.exp: Likewise.
13072         * gdb.base/gdb1090.exp: Likewise.
13073         * gdb.base/gdb1250.exp: Likewise.
13074         * gdb.base/huge.exp: Likewise.
13075         * gdb.base/info-proc.exp: Likewise.
13076         * gdb.base/interrupt.exp: Likewise.
13077         * gdb.base/jump.exp: Likewise.
13078         * gdb.base/langs.exp: Likewise.
13079         * gdb.base/lineinc.exp: Likewise.
13080         * gdb.base/list.exp: Likewise.
13081         * gdb.base/logical.exp: Likewise.
13082         * gdb.base/long_long.exp: Likewise.
13083         * gdb.base/macscp.exp: Likewise.
13084         * gdb.base/maint.exp: Likewise.
13085         * gdb.base/mips_pro.exp: Likewise.
13086         * gdb.base/miscexprs.exp: Likewise.
13087         * gdb.base/multi-forks.exp: Likewise.
13088         * gdb.base/opaque.exp: Likewise.
13089         * gdb.base/overlays.exp: Likewise.
13090         * gdb.base/pc-fp.exp: Likewise.
13091         * gdb.base/pointers.exp: Likewise.
13092         * gdb.base/printcmds.exp: Likewise.
13093         * gdb.base/psymtab.exp: Likewise.
13094         * gdb.base/ptype.exp: Likewise.
13095         * gdb.base/recurse.exp: Likewise.
13096         * gdb.base/relational.exp: Likewise.
13097         * gdb.base/relocate.exp: Likewise.
13098         * gdb.base/remote.exp: Likewise.
13099         * gdb.base/reread.exp: Likewise.
13100         * gdb.base/restore.exp: Likewise.
13101         * gdb.base/return.exp: Likewise.
13102         * gdb.base/return2.exp: Likewise.
13103         * gdb.base/scope.exp: Likewise.
13104         * gdb.base/sect-cmd.exp: Likewise.
13105         * gdb.base/sep.exp: Likewise.
13106         * gdb.base/sepdebug.exp: Likewise.
13107         * gdb.base/setshow.exp: Likewise.
13108         * gdb.base/setvar.exp: Likewise.
13109         * gdb.base/sigall.exp: Likewise.
13110         * gdb.base/sigbpt.exp: Likewise.
13111         * gdb.base/signals.exp: Likewise.
13112         * gdb.base/signull.exp: Likewise.
13113         * gdb.base/sizeof.exp: Likewise.
13114         * gdb.base/solib.exp: Likewise.
13115         * gdb.base/step-line.exp: Likewise.
13116         * gdb.base/step-test.exp: Likewise.
13117         * gdb.base/structs.exp: Likewise.
13118         * gdb.base/structs2.exp: Likewise.
13119         * gdb.base/term.exp: Likewise.
13120         * gdb.base/twice.exp: Likewise.
13121         * gdb.base/until.exp: Likewise.
13122         * gdb.base/varargs.exp: Likewise.
13123         * gdb.base/volatile.exp: Likewise.
13124         * gdb.base/watchpoint.exp: Likewise.
13125         * gdb.base/whatis-exp.exp: Likewise.
13126         * gdb.base/whatis.exp: Likewise.
13127         * gdb.cp/ambiguous.exp: Likewise.
13128         * gdb.cp/annota2.exp: Likewise.
13129         * gdb.cp/annota3.exp: Likewise.
13130         * gdb.cp/bool.exp: Likewise.
13131         * gdb.cp/breakpoint.exp: Likewise.
13132         * gdb.cp/casts.exp: Likewise.
13133         * gdb.cp/class2.exp: Likewise.
13134         * gdb.cp/classes.exp: Likewise.
13135         * gdb.cp/cplusfuncs.exp: Likewise.
13136         * gdb.cp/ctti.exp: Likewise.
13137         * gdb.cp/derivation.exp: Likewise.
13138         * gdb.cp/exception.exp: Likewise.
13139         * gdb.cp/gdb1355.exp: Likewise.
13140         * gdb.cp/hang.exp: Likewise.
13141         * gdb.cp/inherit.exp: Likewise.
13142         * gdb.cp/local.exp: Likewise.
13143         * gdb.cp/m-data.exp: Likewise.
13144         * gdb.cp/m-static.exp: Likewise.
13145         * gdb.cp/member-ptr.exp: Likewise.
13146         * gdb.cp/method.exp: Likewise.
13147         * gdb.cp/misc.exp: Likewise.
13148         * gdb.cp/namespace.exp: Likewise.
13149         * gdb.cp/overload.exp: Likewise.
13150         * gdb.cp/ovldbreak.exp: Likewise.
13151         * gdb.cp/pr-1023.exp: Likewise.
13152         * gdb.cp/pr-1210.exp: Likewise.
13153         * gdb.cp/pr-574.exp: Likewise.
13154         * gdb.cp/printmethod.exp: Likewise.
13155         * gdb.cp/psmang.exp: Likewise.
13156         * gdb.cp/ref-params.exp: Likewise.
13157         * gdb.cp/ref-types.exp: Likewise.
13158         * gdb.cp/rtti.exp: Likewise.
13159         * gdb.cp/templates.exp: Likewise.
13160         * gdb.cp/try_catch.exp: Likewise.
13161         * gdb.cp/userdef.exp: Likewise.
13162         * gdb.cp/virtfunc.exp: Likewise.
13163         * gdb.disasm/am33.exp: Likewise.
13164         * gdb.disasm/h8300s.exp: Likewise.
13165         * gdb.disasm/mn10300.exp: Likewise.
13166         * gdb.disasm/sh3.exp: Likewise.
13167         * gdb.disasm/t01_mov.exp: Likewise.
13168         * gdb.disasm/t02_mova.exp: Likewise.
13169         * gdb.disasm/t03_add.exp: Likewise.
13170         * gdb.disasm/t04_sub.exp: Likewise.
13171         * gdb.disasm/t05_cmp.exp: Likewise.
13172         * gdb.disasm/t06_ari2.exp: Likewise.
13173         * gdb.disasm/t07_ari3.exp: Likewise.
13174         * gdb.disasm/t08_or.exp: Likewise.
13175         * gdb.disasm/t09_xor.exp: Likewise.
13176         * gdb.disasm/t10_and.exp: Likewise.
13177         * gdb.disasm/t11_logs.exp: Likewise.
13178         * gdb.disasm/t12_bit.exp: Likewise.
13179         * gdb.disasm/t13_otr.exp: Likewise.
13180         * gdb.hp/gdb.aCC/optimize.exp: Likewise.
13181         * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
13182         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13183         * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
13184         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
13185         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
13186         * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
13187         * gdb.hp/gdb.base-hp/reg.exp: Likewise.
13188         * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
13189         * gdb.hp/gdb.compat/xdb1.exp: Likewise.
13190         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
13191         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
13192         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
13193         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
13194         * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
13195         * gdb.mi/gdb701.exp: Likewise.
13196         * gdb.mi/gdb792.exp: Likewise.
13197         * gdb.mi/mi-basics.exp: Likewise.
13198         * gdb.mi/mi-break.exp: Likewise.
13199         * gdb.mi/mi-cli.exp: Likewise.
13200         * gdb.mi/mi-console.exp: Likewise.
13201         * gdb.mi/mi-disassemble.exp: Likewise.
13202         * gdb.mi/mi-eval.exp: Likewise.
13203         * gdb.mi/mi-file.exp: Likewise.
13204         * gdb.mi/mi-read-memory.exp: Likewise.
13205         * gdb.mi/mi-regs.exp: Likewise.
13206         * gdb.mi/mi-return.exp: Likewise.
13207         * gdb.mi/mi-simplerun.exp: Likewise.
13208         * gdb.mi/mi-stack.exp: Likewise.
13209         * gdb.mi/mi-stepi.exp: Likewise.
13210         * gdb.mi/mi-syn-frame.exp: Likewise.
13211         * gdb.mi/mi-until.exp: Likewise.
13212         * gdb.mi/mi-var-block.exp: Likewise.
13213         * gdb.mi/mi-var-child.exp: Likewise.
13214         * gdb.mi/mi-var-cmd.exp: Likewise.
13215         * gdb.mi/mi-var-display.exp: Likewise.
13216         * gdb.mi/mi-watch.exp: Likewise.
13217         * gdb.mi/mi2-basics.exp: Likewise.
13218         * gdb.mi/mi2-break.exp: Likewise.
13219         * gdb.mi/mi2-cli.exp: Likewise.
13220         * gdb.mi/mi2-console.exp: Likewise.
13221         * gdb.mi/mi2-disassemble.exp: Likewise.
13222         * gdb.mi/mi2-eval.exp: Likewise.
13223         * gdb.mi/mi2-file.exp: Likewise.
13224         * gdb.mi/mi2-read-memory.exp: Likewise.
13225         * gdb.mi/mi2-regs.exp: Likewise.
13226         * gdb.mi/mi2-return.exp: Likewise.
13227         * gdb.mi/mi2-simplerun.exp: Likewise.
13228         * gdb.mi/mi2-stack.exp: Likewise.
13229         * gdb.mi/mi2-stepi.exp: Likewise.
13230         * gdb.mi/mi2-syn-frame.exp: Likewise.
13231         * gdb.mi/mi2-until.exp: Likewise.
13232         * gdb.mi/mi2-var-block.exp: Likewise.
13233         * gdb.mi/mi2-var-child.exp: Likewise.
13234         * gdb.mi/mi2-var-cmd.exp: Likewise.
13235         * gdb.mi/mi2-var-display.exp: Likewise.
13236         * gdb.mi/mi2-watch.exp: Likewise.
13237         * gdb.stabs/exclfwd.exp: Likewise.
13238         * gdb.stabs/weird.exp: Likewise.
13239         * gdb.threads/gcore-thread.exp: Likewise.
13240         * gdb.trace/actions.exp: Likewise.
13241         * gdb.trace/backtrace.exp: Likewise.
13242         * gdb.trace/circ.exp: Likewise.
13243         * gdb.trace/collection.exp: Likewise.
13244         * gdb.trace/deltrace.exp: Likewise.
13245         * gdb.trace/infotrace.exp: Likewise.
13246         * gdb.trace/limits.exp: Likewise.
13247         * gdb.trace/packetlen.exp: Likewise.
13248         * gdb.trace/passc-dyn.exp: Likewise.
13249         * gdb.trace/passcount.exp: Likewise.
13250         * gdb.trace/report.exp: Likewise.
13251         * gdb.trace/save-trace.exp: Likewise.
13252         * gdb.trace/tfind.exp: Likewise.
13253         * gdb.trace/tracecmd.exp: Likewise.
13254         * gdb.trace/while-dyn.exp: Likewise.
13255         * gdb.trace/while-stepping.exp: Likewise.
13256
13257 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
13258
13259         * gdb.base/step-bt.c: New file.
13260         * gdb.base/step-bt.exp: New testcase.
13261
13262 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
13263
13264         * config/monitor.exp (gdb_load): Remove support for obsolete
13265         download-write-size.
13266         * gdb.base/remote.exp: Likewise.  Update all callers of
13267         gdb_timed_load.
13268
13269 2006-08-02  Daniel Jacobowitz  <dan@codesourcery.com>
13270
13271         * cursal.exp: Pass binfile to gdb_load.
13272
13273 2006-08-01  Nathan Sidwell  <nathan@codesourcery.com>
13274
13275         * gdb.base/cursal.exp: Add "" to gdb_load call.
13276
13277 2006-07-29  Mark Kettenis  <kettenis@gnu.org>
13278
13279         * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
13280         NetBSD/ELF targets.
13281
13282 2006-07-25  Daniel Jacobowitz  <dan@codesourcery.com>
13283
13284         * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
13285         operator*.
13286
13287 2006-07-24  Daniel Jacobowitz  <dan@codesourcery.com>
13288
13289         * gdb.base/completion.exp: Update for change in "file" behavior.
13290         * gdb.stabs/weird.exp: Likewise.
13291         * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
13292         * lib/gdb.exp (gdb_file_cmd): Likewise.  Kill the program explicitly.
13293
13294 2006-07-24  Nathan Sidwell  <nathan@codesourcery.com>
13295
13296         * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
13297         * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
13298
13299 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
13300
13301         * gdb.base/default.exp: Update source command error message.
13302         * gdb.base/help.exp: Update 'help source' message.
13303
13304 2006-07-20  Daniel Jacobowitz  <dan@codesourcery.com>
13305
13306         * gdb.cp/bs15503.exp: Update comment for no longer crashing
13307         test.
13308
13309 2006-07-19  Andrew Stubbs  <andrew.stubbs@st.com>
13310
13311         * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
13312
13313 2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
13314
13315         * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
13316
13317 2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
13318
13319         * gdb.threads/print-threads.exp: Use gdb_breakpoint.
13320
13321 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
13322
13323         * gdb.base/long_long.exp (gdb_test_long_long): Exclude
13324         *-*-openbsd* from targets for wich we expect ARM FPA floating
13325         point format.
13326
13327 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
13328
13329         * gdb.cp/annota3.exp: Expect frame-begin annotation.
13330
13331 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
13332
13333         * gdb.base/annota3.exp: Expect frame-begin annotation.
13334
13335 2006-07-14  Joel Brobecker  <brobecker@adacore.com>
13336
13337         * gdb.base/help.exp: Adjust "help unset" test to accept
13338         any list of unset commands.
13339
13340 2006-07-13  Paul N. Hilfinger  <Hilfinger@adacore.com>
13341             Daniel Jacobowitz  <dan@codesourcery.com>
13342
13343         * gdb.cp/ref-params.exp: New test.
13344         * gdb.cp/ref-params.cc: New source file.
13345         * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
13346
13347 2006-07-08  Mark Kettenis  <kettenis@gnu.org>
13348
13349         * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
13350         spaces/tabs in regular expressions since they might not be there.
13351
13352 2006-07-07  Andrew Stubbs  <andrew.stubbs@st.com>
13353
13354         * gdb.base/ifelse.exp: New file.
13355
13356 2006-07-04  Nathan Sidwell  <nathan@codesourcery.com>
13357
13358         * gdb.base/huge.c: Allow CRASH_GDB to be set from command
13359         line.
13360         * gdb.base/huge.exp: Loop over compilation to find a size that
13361         is acceptable.
13362         * gdb.base/remote.exp: Correct expected strings.
13363         * gdb.dwarf2/mac-fileno.S: Avoid # comments.
13364
13365 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
13366
13367         * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
13368
13369 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
13370
13371         * gdb.base/gdb1555.exp: Use gdb_compile_shlib.  Skip if not
13372         native.
13373
13374 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
13375
13376         * gdb.stabs/exclfwd.exp: Skip the test if configure did not
13377         enable stabs testing.
13378
13379 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
13380
13381         * gdb.base/auxv.exp: Intercept undefined command messages before
13382         gdb_test_multiple does.
13383
13384 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
13385
13386         * Makefile.in (host_alias): Remove.
13387         (target_alias): Use @target_noncanonical@.
13388         (site.exp): Don't set host_alias.
13389         * aclocal.m4: Remove contents.  Include acx.m4.
13390         * configure: Regenerated.
13391         * configure.ac: Use ACX_NONCANONICAL_TARGET.
13392
13393 2006-06-13  Nathan Sidwell  <nathan@codesourcery.com>
13394
13395         * lib/gdb.exp (gdb_load_cmd): New.
13396
13397         * gdb.base/fileio.c: Add system(NULL) test.
13398         * gdb.base/fileio.exp: Check it.
13399
13400         * gdb.base/break.c: Add 10a breakpoint at }
13401         * gdb.base/break.exp: Add test for breakpoint at }
13402         * gdb.cp/anon-union.cc: Add code at end of function.
13403         * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
13404         * gdb.mi/var-cmd.c: Add code at end of function.
13405         * gdb.mi/mi-var-display.exp: Adjust end of next.
13406         * gdb.mi/mi2-var-display.exp: Likewise.
13407         * gdb.base/fileio.c: Add stop function and insert calls at
13408         stopping places.
13409         * gdb.base/fileio.exp: Breakpoint stop function and remove
13410         explicit line number references.
13411
13412 2006-05-19  Joel Brobecker  <brobecker@adacore.com>
13413
13414         * gdb.base/del.exp (test_delete_alias): New function.
13415         Now check that both "del" and "d" work as aliases for "delete".
13416
13417 2006-05-18  Fred Fish  <fnf@specifix.com>
13418
13419         * gdb.base/a2-run.exp: Allow part of test to run when args aren't
13420         required.  Check for spurious output after program exits normally.
13421
13422 2006-05-17  Fred Fish  <fnf@specifix.com>
13423
13424         * gdb.base/relocate.exp: Use gdb_file_cmd rather than
13425         gdb_load, so it works in the simulator.
13426
13427 2006-05-11  Fred Fish  <fnf@specifix.com>
13428
13429         * gdb.base/bang.exp: Ignore unexpected output between the
13430         "program exited normally" and the gdb prompt, as many other
13431         tests do.
13432
13433 2006-05-07  Mark Kettenis  <kettenis@gnu.org>
13434
13435         * gdb.base/help.exp: Make "delete checkpoint" part option for
13436         "help d" and "help delete" tests.
13437
13438 2006-05-06  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13439
13440         * gdb.mi/mi-basics.exp: Add missing serial number to
13441         expected output in some mi_gdb_test statements.
13442         * gdb.mi/mi2-basics.exp: Likewise.
13443
13444 2006-05-05  Joel Brobecker  <brobecker@adacore.com>
13445
13446         * gdb.base/del.c: New file.
13447         * gdb.base/del.exp: New testcase.
13448
13449 2006-05-05  David S. Miller  <davem@sunset.davemloft.net>
13450
13451         * gdb.base/break.exp: Do not assume a breakpoint on
13452         main will actually be in $srcfile when optimizing.
13453         * gdb.base/savedregs.exp: Do not require that the dummy
13454         frame location match up to a symbol and source file location.
13455         * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
13456         will get printed without a mi_cmd_data_list_register_values prefix.
13457         (*-data-list-register-*): Correct regular expressions to expect the new
13458         pseudo d? floating point registers.
13459         * gdb.mi/mi2-regs.exp: Likewise.
13460
13461 2006-05-05  Christophe Lyon  <christophe.lyon@st.com>
13462
13463         * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
13464         * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
13465         is allocated by the compiler.
13466         * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
13467         anons, e, anone to force their allocation by the compiler.
13468
13469 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
13470
13471         * gdb.base/help.exp: Update expected text for help d and
13472         help delete.
13473
13474 2006-05-02  Mark Kettenis  <kettenis@gnu.org>
13475
13476         * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
13477         NetBSD/ELF targets.
13478
13479 2006-04-30  Mark Kettenis  <kettenis@gnu.org>
13480
13481         * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
13482         single-step breakpoint fails; make this a KFAIL on
13483         sparc*-*-openbsd*.
13484         * gdb.base/siginfo.exp: Likewise.
13485         * gdb.base/sigstep.exp (advance, advancei): Likewise.
13486
13487 2006-04-26  Michael Snyder  <msnyder@redhat.com>
13488
13489         * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
13490         which may have to consume output from other forks.
13491         Add tests to make sure that "delete fork" succeeded.
13492
13493 2006-04-20  Michael Snyder  <msnyder@redhat.com>
13494
13495         * 2006-03-22  Jim Blandy  <jimb@redhat.com>
13496         Add support for the Renesas M32C and M16C.
13497
13498         * gdb.asm/asm-source.exp: Add m32c target.
13499         * gdb.asm/m32c.inc: Support for m32c target.
13500
13501 2006-04-07  Andrew Stubbs  <andrew.stubbs@st.com>
13502
13503         * gdb.base/commands.exp (recursive_source_test): New test.
13504
13505 2006-04-04  David S. Miller  <davem@sunset.davemloft.net>
13506
13507         * gdb.base/float.exp: Add pattern for sparc targets.
13508
13509 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
13510
13511         * gdb.base/commands.exp (stray_arg0_test): New test.
13512
13513 2006-03-30  Paul Brook  <paul@codesourcery.com>
13514
13515         * gdb.mi/mi-until.exp: kfail broken until command.
13516         * gdb.mi/mi2-until.exp: Ditto.
13517
13518 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
13519
13520         * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
13521
13522 2006-03-08  Alexandre Oliva  <aoliva@redhat.com>
13523
13524         * gdb.base/prelink.exp: Anchor tested-for regular expression
13525         on gdb prompt.
13526
13527 2006-03-07  Paul Brook  <paul@codesourcery.com>
13528
13529         * gdb.base/assign.exp: Correct fail message.
13530
13531 2006-03-07  Paul Brook  <paul@codesourcery.com>
13532
13533         * lib/compiler.c: Extract armcc version number.
13534         * lib/compiler.cc: Ditto.
13535
13536 2006-03-07  Paul Brook  <paul@codesourcery.com>
13537
13538         * gdb.arch/altivec-abi.exp: Use nowarnings instead of
13539         additional_flags=-w.
13540         * gdb.arch/altivec-regs.exp: Ditto.
13541         * gdb.arch/e500-abi.exp: Ditto.
13542         * gdb.arch/e500-regs.exp: Ditto.
13543         * gdb.base/all-bin.exp: Ditto.
13544         * gdb.base/annota1.exp: Ditto.
13545         * gdb.base/annota3.exp: Ditto.
13546         * gdb.base/args.exp: Ditto.
13547         * gdb.base/arithmet.exp: Ditto.
13548         * gdb.base/assign.exp: Ditto.
13549         * gdb.base/async.exp: Ditto.
13550         * gdb.base/bang.exp: Ditto.
13551         * gdb.base/break.exp: Ditto.
13552         * gdb.base/call-rt-st.exp: Ditto.
13553         * gdb.base/completion.exp: Ditto.
13554         * gdb.base/cond-expr.exp: Ditto.
13555         * gdb.base/condbreak.exp: Ditto.
13556         * gdb.base/consecutive.exp: Ditto.
13557         * gdb.base/define.exp: Ditto.
13558         * gdb.base/display.exp: Ditto.
13559         * gdb.base/ena-dis-br.exp: Ditto.
13560         * gdb.base/environ.exp: Ditto.
13561         * gdb.base/eval-skip.exp: Ditto.
13562         * gdb.base/info-proc.exp: Ditto.
13563         * gdb.base/jump.exp: Ditto.
13564         * gdb.base/logical.exp: Ditto.
13565         * gdb.base/long_long.exp: Ditto.
13566         * gdb.base/maint.exp: Ditto.
13567         * gdb.base/miscexprs.exp: Ditto.
13568         * gdb.base/pc-fp.exp: Ditto.
13569         * gdb.base/pointers.exp: Ditto.
13570         * gdb.base/relational.exp: Ditto.
13571         * gdb.base/reread.exp: Ditto.
13572         * gdb.base/sect-cmd.exp: Ditto.
13573         * gdb.base/sep.exp: Ditto.
13574         * gdb.base/sepdebug.exp: Ditto.
13575         * gdb.base/until.exp: Ditto.
13576         * gdb.base/whatis-exp.exp: Ditto.
13577         * gdb.cp/annota2.exp: Ditto.
13578         * gdb.cp/annota3.exp: Ditto.
13579         * gdb.trace/actions.exp: Ditto.
13580         * gdb.trace/backtrace.exp: Ditto.
13581         * gdb.trace/circ.exp: Ditto.
13582         * gdb.trace/collection.exp: Ditto.
13583         * gdb.trace/deltrace.exp: Ditto.
13584         * gdb.trace/infotrace.exp: Ditto.
13585         * gdb.trace/limits.exp: Ditto.
13586         * gdb.trace/packetlen.exp: Ditto.
13587         * gdb.trace/passc-dyn.exp: Ditto.
13588         * gdb.trace/passcount.exp: Ditto.
13589         * gdb.trace/report.exp: Ditto.
13590         * gdb.trace/save-trace.exp: Ditto.
13591         * gdb.trace/tfind.exp: Ditto.
13592         * gdb.trace/tracecmd.exp: Ditto.
13593         * gdb.trace/while-dyn.exp: Ditto.
13594         * gdb.trace/while-stepping.exp: Ditto.
13595         * lib/gdb.exp: Ditto.
13596         (gdb_compile): Handle nowarning option.
13597
13598 2006-03-07  Alexandre Oliva  <aoliva@redhat.com>
13599
13600         * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
13601         * gdb.base/prelink.exp: Likewise.  Add -q to prelink runs.
13602         Rename executable to prelinkt.  Don't re-prelink if we didn't
13603         get a core file.  Test prelink -u exit status to tell whether
13604         prelinking failed.  Use gdb_test_multiple.
13605
13606 2006-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
13607
13608         * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
13609         (do_tests): Call it.
13610
13611 2006-02-28  Alexandre Oliva  <aoliva@redhat.com>
13612
13613         * gdb.base/prelink.exp: New test.
13614         * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
13615
13616 2006-02-24  Wu Zhou  <woodzltc@cn.ibm.com>
13617
13618         * gdb.fortran/derived-type.f90: New file.
13619         * gdb.fortran/derived-type.exp: New testcase.
13620
13621 2006-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
13622
13623         * gdb.base/default.exp: Allow ';' as a directory separator.
13624
13625 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
13626
13627         * gdb.base/help.exp (help add-symbol-file): Update.
13628
13629 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
13630
13631         * gdb.base/help.exp (help load): Update expected results.
13632
13633 2006-02-19  Fred Fish  <fnf@specifix.com>
13634
13635         * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
13636         specifix hex value as part of results.
13637         * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
13638
13639 2006-02-16  Fred Fish  <fnf@specifix.com>
13640
13641         * gdb.base/whatis.c: Define variables using typedefs char_addr,
13642         ushort_addr, and slong_addr, so the typedefs are not optimized
13643         away.
13644         * gdb.base/whatis.exp: Add tests using type name for struct type,
13645         union type, enum type, and typedef.
13646
13647 2006-02-13  Mark Kettenis  <kettenis@gnu.org>
13648
13649         * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
13650
13651 2006-02-13  Jim Blandy  <jimb@redhat.com>
13652
13653         * gdb.base/scope.exp (test_at_main): Remove logic to handle the
13654         case where it takes two "next" commands to skip past the init
13655         call.
13656
13657 2006-02-12  Fred Fish  <fnf@specifix.com>
13658
13659         * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
13660         to handle cases where it takes two "next" commands to skip
13661         past the init call.
13662
13663 2006-02-07  Joel Brobecker  <brobecker@adacore.com>
13664
13665         * gdb.ada/array_return.exp: Mark the last test as expected to fail
13666         on hppa32 targets.
13667
13668 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
13669
13670         * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
13671         field.
13672
13673 2006-01-29  Mark Kettenis  <kettenis@gnu.org>
13674
13675         * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
13676
13677 2006-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
13678
13679         * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
13680         files.
13681
13682 2006-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
13683
13684         * gdb.cp/maint.exp: Set complaints to a positive value.
13685
13686 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
13687
13688         * gdb.base/multi-forks.c: Add copyright notice.  Include <stdlib.h>.
13689         * gdb.base/multi-forks.exp: Use a loop.  Allow "fork" as a stopped
13690         function name.
13691
13692 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
13693
13694         * gdb.base/checkpoint.c: Update copyright notice.  Include
13695         <stdlib.h>.
13696
13697 2006-01-04  Jim Blandy  <jimb@redhat.com>
13698
13699         * gdb.asm/asm-source.exp: Independently provide default values for
13700         asm-flags and debug-flags.  Use 'string equal' to do the
13701         comparison, not the implicit expr's '==' operator.  Remove
13702         now-unneeded assignments to asm-flags.  In h8300 case, place
13703         "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
13704
13705 2006-01-04  Michael Snyder  <msnyder@redhat.com>
13706
13707         * gdb.base/checkpoint.c: New file.
13708         * gdb.base/checkpoint.exp: New file.
13709         * gdb.base/multi-fork.c: New file.
13710         * gdb.base/multi-fork.exp: New file.
13711         * gdb.base/pi.txt: New file (data for checkpoint.c test).
13712
13713 2006-01-04  Fred Fish  <fnf@specifix.com>
13714
13715         * gdb.base/ptype.c (foo): Add typedef.
13716         (intfoo): Add function.
13717         * gdb.base/ptype1.c: New file.
13718         * gdb.base/ptype.exp: Handle compilation and linking with two
13719         source files.  Test that proper type for "foo" is found based
13720         on source context rather than first match found in symtabs.
13721
13722 2005-12-28  Mark Kettenis  <kettenis@gnu.org>
13723
13724         * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
13725         * gdb.asm/openbsd.inc: Indent commands.
13726
13727 2005-12-26  Mark Kettenis  <kettenis@gnu.org>
13728
13729         * gdb.base/freebpcmd.exp: Increase timeout.
13730
13731         * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
13732
13733 2005-12-17  Daniel Jacobowitz  <dan@codesourcery.com>
13734
13735         * gdb.base/default.exp: Update check for "show version".
13736
13737 2005-12-09  Randolph Chung  <tausq@debian.org>
13738
13739         * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
13740         * gdb.asm/pa64.inc: New file.
13741
13742 2005-12-09  Randolph Chung  <tausq@debian.org>
13743
13744         * gdb.asm/common.inc: Indent commands.
13745         * gdb.asm/asmsrc1.s: Likewise.
13746         * gdb.asm/asmsrc2.s: Likewise.
13747
13748 2005-12-09  Randolph Chung  <tausq@debian.org>
13749
13750         * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
13751         (get_addr_of_sym): Remove duplicate print.
13752         (gen_core): xfail hppa*-*-hpux*, update expected output.
13753         * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
13754         * gdb.arch/pa64-nullify.s: New file.
13755
13756 2005-12-09  Randolph Chung  <tausq@debian.org>
13757
13758         * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
13759
13760 2005-12-07  Christophe Lyon  <christophe.lyon@st.com>
13761
13762         * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
13763         code generation for these functions.
13764         * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
13765         error message.
13766
13767 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
13768
13769         * gdb.base/help.exp (help b, help br, help bre, help brea)
13770         (help break): Update the expected message.
13771
13772 2005-11-11  Stephane Carrez  <stcarrez@nerim.fr>
13773
13774         * gdb.asm/m68hc11.inc: Setup the data section.
13775         * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
13776         script for this test.
13777         (m6812-*-*): Likewise.
13778
13779 2005-11-09  Randolph Chung <tausq@debian.org>
13780
13781         * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
13782
13783 2005-11-09  Wu Zhou  <woodzltc@cn.ibm.com>
13784
13785         * gdb.base/break.exp: Fix a comment typo.
13786
13787 2005-11-03  Jim Blandy  <jimb@redhat.com>
13788
13789         Checked in by Elena Zannoni  <ezannoni@redhat.com>
13790
13791         * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
13792
13793 2005-11-02  Corinna Vinschen  <vinschen@redhat.com>
13794
13795         * gdb.arch/gdb1558.c: Include stdio.h.
13796
13797 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
13798
13799         * gdb.asm/asm-source.exp: Use -e instead of --entry.
13800
13801 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
13802
13803         * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
13804
13805 2005-10-17  Paul Gilliam  <pgilliam@us.ibm.com>
13806
13807         * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
13808         vscr" tests to better match output.
13809
13810 2005-10-12  Jim Blandy  <jimb@redhat.com>
13811
13812         * gdb.base/structs.exp (any): New function.
13813         (test_struct_returns): Don't make any assumptions at all about
13814         what value the function returns when GDB can't set the return
13815         value.
13816
13817 2005-10-09  Joel Brobecker  <brobecker@adacore.com>
13818
13819         * gdb.ada/arrayidx/p.adb: New file.
13820         * gdb.ada/arrayidx.exp: New testcase
13821
13822 2005-10-09  Joel Brobecker  <brobecker@adacore.com>
13823
13824         * gdb.ada/array_return/pck.ads: New file.
13825         * gdb.ada/array_return/pck.adb: New file.
13826         * gdb.ada/array_return/p.adb: New file.
13827         * gdb.ada/array_return.exp: New testcase.
13828
13829 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
13830
13831         * gdb.base/arrayidx.c: New file.
13832         * gdb.base/arrayidx.exp: New testcase.
13833
13834 2005-09-29  Nick Roberts  <nickrob@snap.net.nz>
13835
13836         * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
13837         frames-invalid and breakpoints-invalid are no longer generated
13838         with level 3 so don't expect them in the output.
13839
13840 2005-09-27  Bob Rossi  <bob@brasko.net>
13841
13842         * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
13843         from test.  Escape the | in mi_gdb_test call.
13844         * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
13845         gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
13846         gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
13847         gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
13848         expected regex's in mi_gdb_test calls.
13849         * lib/mi-support.exp: Remove arbitrary .* from tests.
13850         (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
13851         Fully anchor GDB/MI expected results in mi_gdb_test.
13852         * lib/gdb.exp (string_to_regexp): Escape the ] character.
13853         * gdb.base/sizeof.exp: Remove escape character. Correct test.
13854
13855 2005-09-26  Paul Brook  <paul@codesourcery.com>
13856
13857         * long_long.exp: Exclude eabi targets from arm FPA float format test.
13858
13859 2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
13860
13861         * bfp-test.c: New file.
13862         * bfp-test.exp: New testcase.
13863
13864 2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
13865
13866         * gdb.fortran/subarray.exp: New testcase to test the evaluation
13867         of subarray and substring variable.
13868         * gdb.fortran/subarray.f: New source file for the test of subarray
13869         and substring variable evaluation.
13870         * gdb.fortran/exprs.exp: Add four tests for substring evaluation
13871         of string constant.
13872
13873 2005-09-19  Daniel Jacobowitz  <dan@codesourcery.com>
13874
13875         * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
13876         copyright dates.
13877
13878 2005-09-19  Paul Gilliam  <pgilliam@us.ibm.com>
13879
13880         * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
13881         powerpc altivec' test with an almost identical 'info vector' test.
13882
13883 2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
13884
13885         * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
13886         vscr" tests to match output.
13887
13888 2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
13889
13890         * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
13891         output.
13892
13893 2005-09-11  Bob Rossi  <bob@brasko.net>
13894
13895         * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
13896         * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
13897         commands that return an MI output command and an asyncronous MI output
13898         command.
13899         * gdb.mi/mi-console.exp: Ditto.
13900
13901 2005-09-11  Bob Rossi  <bob@brasko.net>
13902
13903         * gdb.mi/mi-var-child.c: Include <string.h>.
13904
13905 2005-09-10  Daniel Jacobowitz  <dan@codesourcery.com>
13906
13907         * killed.exp: Correct gdb_expect syntax.
13908
13909 2005-08-09  Corinna Vinschen  <vinschen@redhat.com>
13910
13911         * lib/mi-support.exp (mi_gdb_load): Fix typo.
13912
13913 2005-08-02  Bob Rossi  <bob@brasko.net>
13914
13915         * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
13916         (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
13917         Change tests to inferior-tty-set/show.
13918         * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
13919         (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
13920         * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
13921         inferior.  Use mi_gdb_test to get GDB and Inferior output.
13922         * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
13923         descriptor.
13924         (mi_inferior_tty_name): Add inferior PTY file name.
13925         (mi_gdb_start): Add INFERIOR_PTY parameter.
13926         (mi_gdb_test): Add IPATTERN parameter.
13927
13928 2005-08-02   Bob Rossi  <bob@brasko.net>
13929
13930         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
13931         parameter to mi_gdb_test.
13932         * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
13933
13934 2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
13935
13936         * gdb.mi/mi-var-child.c (do_children_tests): Initialize
13937         struct_declarations.
13938         * gdb.mi/mi-var-child.exp: Step over the initialization of
13939         struct_declarations.
13940
13941 2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
13942
13943         * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
13944         * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
13945         * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
13946         * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
13947         * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
13948         file.
13949
13950 2005-07-27  Nick Roberts  <nickrob@snap.net.nz>
13951
13952         * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
13953         (do_children_tests): Assign values to the extra elements.
13954
13955         * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
13956         them for tests for "-var-update --no-values" and
13957         "-var-update --all-values".
13958         Add test for "-var-list-children --simple-values".
13959
13960         * gdb.mi/basics.c (callee4): Add integer array D[3]...
13961
13962         * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
13963         "-stack-list-locals --simple-values"  Improve doc strings and
13964         comments.
13965
13966 2005-07-18  Mark Kettenis  <kettenis@gnu.org>
13967
13968         * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
13969         *-*-openbsd*.
13970         * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
13971
13972         * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
13973         sigaltsatck'.
13974
13975 2005-07-14  Bob Rossi  <bob@brasko.net>
13976
13977         * gdb.base/default.exp (tty): Changed output of command.
13978         * gdb.base/help.exp (help tty): Ditto.
13979
13980 2005-07-12  Mark Kettenis  <kettenis@gnu.org>
13981
13982         * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
13983
13984 2005-07-10  Mark Kettenis  <kettenis@gnu.org>
13985
13986         * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
13987         -stack-select-frame without arguments.
13988         (test_stack_frame_listing): Add test for newly implemented command
13989         -stack-info-frame.
13990
13991 2005-07-06  Bob Rossi  <bob@brasko.net>
13992
13993         * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
13994         command.
13995         (Copyright): Update copyright.
13996
13997 2005-07-06  Wu Zhou  <woodzltc@cn.ibm.com>
13998
13999         * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
14000         tests to evaluate exponentiation expression.
14001
14002 2005-06-29  Andreas Schwab  <schwab@suse.de>
14003
14004         * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
14005         main to avoid warnings.
14006
14007         * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
14008
14009 2005-06-20  Nick Roberts  <nickrob@snap.net.nz>
14010
14011         * gdb.mi/mi-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-06-17  Wu Zhou  <woodzltc@cn.ibm.com>
14017
14018         * gdb.fortran/array-element.f: New file.
14019         * gdb.fortran/array-element.exp: New testcase.
14020
14021 2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
14022
14023         * gdb.base/bigcore.exp: Correct checks for systems which can
14024         not dump a large core file.
14025
14026 2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
14027
14028         * gdb.base/relocate.c: Add a copyright notice.
14029         (dummy): Remove.
14030         * gdb.base/relocate.exp: Test printing the values of variables
14031         from a relocatable file.
14032
14033 2005-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
14034
14035         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
14036         excess MI output after an error.
14037
14038 2005-05-29  Joel Brobecker  <brobecker@adacore.com>
14039
14040         * gdb.arch/alpha-step.c: New file.
14041         * gdb.arch/alpha-step.exp: New testcase.
14042
14043 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
14044             Dennis Brueni  <dennis@slickedit.com>
14045
14046         * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
14047         gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
14048         gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
14049         gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
14050         gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
14051         gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
14052         * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
14053
14054 2005-05-17  Paul Gilliam  <pgilliam@us.ibm.com>
14055             Wu Zhou  <woodzltc@cn.ibm.com>
14056
14057         * gdb.base/shreloc.exp: Use gdb_compile_shlib.  Add support for
14058         IBM's xlc compiler.
14059         * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
14060         * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
14061
14062 2005-05-13  Jim Blandy  <jimb@redhat.com>
14063
14064         * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
14065         calling gdb_suppress_entire_file.
14066         * gdb.base/charset.exp: Same.
14067         * gdb.base/call-rt-st.exp: Same.
14068
14069 2005-05-05  Bob Rossi  <bob_rossi@cox.net>
14070
14071         * lib/gdb.exp (fullname_syntax): Added global regex.
14072         (fullname_syntax_POSIX): Ditto.
14073         (fullname_syntax_UNC): Ditto.
14074         (fullname_syntax_DOS_CASE): Ditto.
14075         (fullname_syntax_DOS): Ditto.
14076         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
14077         fullname_syntax variable to scope and use it.
14078         (test_file_list_exec_source_files): Ditto.
14079         * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
14080
14081 2005-05-04  Daniel Jacobowitz  <dan@codesourcery.com>
14082
14083         * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
14084
14085 2004-05-02  Paul Gilliam  <pgilliam@us.ibm.com>
14086
14087         * lib/gdb.exp (skip_altivec_tests): New function, based on
14088         check_vmx_hw_available from the GCC testsuite.
14089         * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
14090         * lib/gdb.arch/altivec-regs.exp: Likewise.
14091
14092 2005-05-02  Jim Blandy  <jimb@redhat.com>
14093
14094         * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
14095         calling gdb_suppress_entire_file.
14096
14097 2005-04-30  Randolph Chung  <tausq@debian.org>
14098
14099         * gdb.threads/staticthreads.exp: Override signal to check for hppa.
14100         Slightly relax "sem_post" name checking.
14101
14102 2005-04-29  Paul Gilliam  <pgilliam@us.ibm.com>
14103
14104         * gdb.base/unload.exp: Use new shared library infrastructure.
14105
14106 2005-04-29  Paul Gilliam  <pgilliam@us.ibm.com>
14107
14108         * gdb.base/so-impl-ld.exp: Use new shared library
14109         infrastructure.
14110
14111 2005-04-29  Corinna Vinschen  <vinschen@redhat.com>
14112
14113         * gdb.asm/asm-source.exp: Add h8300 to supported targets.
14114         * gdb.asm/h8300.inc: New file.
14115
14116 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
14117
14118         * gdb.base/shlib-call.exp: Change to use new shared library
14119         infrastructure.
14120
14121 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
14122
14123         * gdb.base/pending.exp: Change to use new shared library
14124         infrastructure.
14125
14126 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
14127
14128         * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
14129         use test_compiler_info instead of gcc_compiled, and update copyright.
14130
14131 2005-04-27  Paul Gilliam  <pgilliam@us.ibm.com>
14132
14133         * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
14134         shared objects being adjusted and update copyright years.
14135
14136 2005-04-27  Daniel Jacobowitz  <dan@codesourcery.com>
14137
14138         * ChangeLog: Correct some 2003-01-13 dates.
14139         * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
14140         gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
14141         gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
14142         gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
14143         gdb.trace/tfind.exp: Update copyright years.
14144
14145 2005-04-14  Paul Gilliam  <pgilliam@us.ibm.com>
14146             Daniel Jacobowitz  <dan@codesourcery.com>
14147
14148         * lib/gdb.exp (gdb_compile): Handle shlib=.
14149         (gdb_compile_shlib): New function.
14150
14151 2005-04-12  Paul Gilliam  <pgilliam@us.ibm.com>
14152
14153         * lib/gdb.exp (test_compiler_info): Give argument a default value.
14154
14155 2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
14156
14157         * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
14158         gdb.server.
14159         * configure.ac: Likewise.
14160         * configure: Regenerated.
14161         * gdb.gdbserver/Makefile.in: Moved to...
14162         * gdb.server/Makefile.in: ... here.
14163         * gdb.gdbserver/server.c: Moved to...
14164         * gdb.server/server.c: ... here.
14165         * gdb.gdbserver/server-run.exp: Moved to...
14166         * gdb.server/server-run.exp: ... here.
14167
14168 2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
14169
14170         * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
14171         * configure.ac: Create gdb.gdbserver/Makefile.
14172         * configure: Regenerated.
14173         * lib/gdbserver-support.exp: New file, derived from
14174         config/gdbserver.exp.
14175         * config/gdbserver.exp: Use gdbserver-support.exp.
14176         * gdb.gdbserver/Makefile.in: New file.
14177         * gdb.gdbserver/server.c: New file.
14178         * gdb.gdbserver/server-run.exp: New file.
14179
14180 2005-04-06  Paul Gilliam  <pgilliam@us.ibm.com>
14181
14182         * lib/gdb.exp (test_compiler_info): Return compiler_info
14183         if no arguments are given.
14184
14185 2005-04-01  Paul Gilliam  <pgilliam@us.ibm.com>
14186
14187         * gdb.arch/altivec-abi.exp: Check for compiler and set
14188         use altivec' flag accordingly.
14189         * gdb.arch/altivec-regs.exp: Likewise.
14190
14191 2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
14192
14193         * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
14194
14195 2005-03-27  Andreas Schwab  <schwab@suse.de>
14196
14197         * gdb.base/bigcore.c (main): Add missing mode argument in open
14198         call.
14199
14200 2005-03-25  Daniel Jacobowitz  <dan@codesourcery.com>
14201
14202         * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
14203         downloads.
14204         * config/gdbserver.exp (gdb_load): Likewise.
14205
14206 2005-03-14  Paul Brook  <paul@codesourcery.com>
14207
14208         * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
14209         targets.
14210
14211 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
14212
14213         * gdb.dwarf2/dup-psym.S: New file.
14214         * gdb.dwarf2/dup-psym.exp: New testcase.
14215
14216 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
14217
14218         * gdb.ada/exec_changed/first.adb: New file.
14219         * gdb.ada/exec_changed/second.adb: New file.
14220         * gdb.ada/exec_changed.exp: New testcase.
14221
14222 2005-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14223
14224         * gdb.cp/userdef.cc (A1::operator+): New unary plus.
14225         (A2): New class.
14226         (main): Test operator+.
14227         * gdb.cp/userdef.exp: Test unary plus.  Use A2::operator+ for
14228         breakpoint test.
14229
14230         * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
14231         * gdb.base/signull.exp: Disable if gdb,nosignals.
14232         * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
14233         * gdb.cp/exception.exp: Disable if skip_cplus_tests.
14234         * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
14235         * gdb.mi/mi2-console.exp: Likewise.
14236         * gdb.trace/collection.exp (run_trace_experiment): Consume the
14237         continue output at start.
14238         (gdb_collect_locals_test): Robustify regexp.
14239         * gdb.trace/passc-dyn.exp: Fix comment typo.
14240         * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
14241
14242 2005-03-08  Corinna Vinschen  <vinschen@redhat.com>
14243
14244         * gdb.asm/asm-source.exp: Add iq2000 case.
14245         * gdb.asm/iq2000.inc: New file.
14246
14247 2005-03-07  Manoj Iyer <manjo@austin.ibm.com>
14248
14249         * gdb.base/command.exp: Change hardcoded value to regular expression.
14250         * gdb.base/float.exp: Add powerpc to the list of targets checked.
14251
14252 2005-03-07  Daniel Jacobowitz  <dan@codesourcery.com>
14253
14254         * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
14255         gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
14256         gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
14257         gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
14258         gdb.asm/x86_64.inc: Use .purgem before redefining macros.
14259
14260 2005-03-05  Mark Kettenis  <kettenis@gnu.org>
14261
14262         * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
14263         changes.
14264
14265 2004-03-03  Paul Gilliam  <pgilliam@us.ibm.com>
14266
14267         * lib/compiler.c: Add test for IBM's xlc compiler.
14268         * lib/compiler.cc: Likewise.
14269
14270 2004-02-24  Joel Brobecker  <brobecker@adacore.com>
14271
14272         * gdb.ada/fixed_points.exp: Create compilation object directory
14273         before running the test.
14274         * gdb.ada/null_record.exp: Likewise.
14275         * gdb.ada/packed_array.exp: Likewise.
14276         * gdb.ada/start.exp: Likewise.
14277
14278 2005-02-15  Joel Brobecker  <brobecker@adacore.com>
14279
14280         * gdb.ada/packed_array/pa.adb: New file.
14281         * gdb.ada/packed_array.exp: New testcase.
14282
14283 2005-02-10  Mark Kettenis  <kettenis@gnu.org>
14284
14285         * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
14286         files.
14287
14288         * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
14289         on *-*-openbsd*.  Correctly match whitespace in regukar
14290         expressions.
14291
14292 2005-02-10  Daniel Jacobowitz  <dan@debian.org>
14293
14294         From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
14295         PR exp/1821
14296         * gdb.base/gdb1821.c: New test file.
14297         * gdb.base/gdb1821.exp: New test file.
14298
14299 2005-02-09  Joel Brobecker  <brobecker@adacore.com>
14300
14301         * gdb.base/start.c: New file.
14302         * gdb.base/start.exp: New testcase.
14303
14304 2005-02-09  Joel Brobecker  <brobecker@adacore.com>
14305
14306         * gdb.ada/start/dummy.adb: New file.
14307         * gdb.ada/start.exp: New testcase.
14308
14309 2005-02-09  Corinna Vinschen  <vinschen@redhat.com>
14310
14311         * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
14312         for printing symbols and statistics.
14313         Add test for using relative pathnames in "maint print msymbols" test.
14314         Mark "maint info sections DATA" XFAIL on Cygwin.
14315         Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
14316         tests.
14317
14318 2005-02-09  Andreas Schwab  <schwab@suse.de>
14319
14320         Committed by Andrew Cagney  <cagney@gnu.org>
14321         * gdb.base/remotetimeout.exp: New file.
14322
14323 2005-02-07  Mark Kettenis  <kettenis@gnu.org>
14324
14325         * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
14326
14327 2005-02-03  Joel Brobecker  <brobecker@adacore.com>
14328
14329         * gdb.ada/gnat_ada.gpr: New file.
14330         * gdb.ada/gnat_ada.gin: Delete, no longer used.
14331         * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
14332         * configure.ac: No longer generate gnat_ada.gpr.
14333         * configure: Regenerate.
14334         * gdb.ada/Makefile.in: Minor adaptations due to new project file.
14335         * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
14336         * gdb.ada/null_record/bar.ads: Likewise.
14337         * gdb.ada/null_record/bar.adb: Likewise.
14338         * gdb.ada/fixed_points/fixed_points.adb: Likewise.
14339         * gdb.ada/null_record.exp (testdir): New variable.
14340         (testfile): executable is now in testdir subdirectory.
14341         (srcfile): Use full path to the main compilation unit.
14342         * gdb.ada/fixed_points.exp: Same changes as above.
14343
14344 2005-02-03  Nick Roberts  <nickrob@snap.net.nz>
14345
14346         * gdb.base/interp.exp: New test.
14347
14348 2005-01-24  Andrew Cagney  <cagney@gnu.org>
14349
14350         * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
14351
14352 2005-01-19  Andrew Cagney  <cagney@gnu.org>
14353
14354         * gdb.stabs/Makefile.in (Makefile): Update dependencies -
14355         configure.ac not configure.in.
14356
14357         * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
14358         of powerpc*-*-*.
14359         * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
14360         * gdb.base/list.exp (test_list_function)
14361         (test_list_filename_and_function): Ditto.
14362         * gdb.base/callfuncs.exp (do_function_calls): Ditto.
14363
14364 2005-01-16  Andrew Cagney  <cagney@gnu.org>
14365
14366         * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
14367
14368         * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
14369
14370 2005-01-14  Andrew Cagney  <cagney@gnu.org>
14371
14372         * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
14373         * gdb.mi/mi2-var-cmd.exp: Ditto.
14374
14375 2005-01-10  Corinna Vinschen  <vinschen@redhat.com>
14376
14377         * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
14378
14379 2005-01-07  Andrew Cagney  <cagney@gnu.org>
14380
14381         * configure.ac: Rename configure.in, require autoconf 2.59.
14382         * configure: Re-generate.
14383         * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
14384         * gdb.stabs/configure: Re-generate.
14385         * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
14386         * gdb.hp/configure: Re-generate.
14387         * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
14388         autoconf 2.59.
14389         * gdb.hp/gdb.objdbg/configure: Re-generate.
14390         * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
14391         autoconf 2.59.
14392         * gdb.hp/gdb.defects/configure: Re-generate.
14393         * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
14394         autoconf 2.59.
14395         * gdb.hp/gdb.compat/configure: Re-generate.
14396         * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
14397         autoconf 2.59.
14398         * gdb.hp/gdb.base-hp/configure: Re-generate.
14399         * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
14400         autoconf 2.59.
14401         * gdb.hp/gdb.aCC/configure: Re-generate.
14402
14403 2004-12-15  Jim Blandy  <jimb@redhat.com>
14404
14405         * gdb.threads/linux-dp.exp: Fix output regexp to handle output
14406         under NPTL when there is debugging info available for libpthread.
14407
14408 2004-12-13  Jerome Guitton  <guitton@gnat.com>
14409
14410         * gdb.ada/fixed_points.c: New file.
14411         * gdb.ada/fixed_points.exp: New file.
14412
14413 2004-12-03  Randolph Chung  <tausq@debian.org>
14414
14415         * gdb.arch/pa-nullify.exp: New file.
14416         * gdb.arch/pa-nullify.s: New file.
14417
14418 2004-11-30  Randolph Chung  <tausq@debian.org>
14419
14420         * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
14421         instead of "tbug".  Fix regexp to work properly with gdb_test.
14422
14423 2004-11-29  Paul Hilfinger  <Hilfinger@gnat.com>
14424
14425         * gdb.base/bitfields2.exp: New test.
14426         * gdb.base/bitfields2.c: New file.
14427
14428 2004-11-28  Richard Earnshaw  <rearnsha@arm.com>
14429
14430         * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
14431
14432 2004-11-16  Randolph Chung  <tausq@debian.org>
14433
14434         * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
14435
14436 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
14437
14438         * gdb.threads/threadapply.exp: Correct "macro details" test.
14439
14440 2004-11-11  Jeff Johnston  <jjohnstn@redhat.com>
14441
14442         * gdb.threads/threadapply.exp: New test.
14443         * gdb.threads/threadapply.c: New file.
14444
14445 2004-11-07  Mark Kettenis  <kettenis@gnu.org>
14446
14447         * gdb.base/savedregs.exp: Correct pattern used for sigtramp
14448         frames.
14449
14450 2004-11-05  Felix Lee  <felix+log1@specifixinc.com>
14451
14452         * gdb.base/cursal.exp: New file.
14453         * gdb.base/cursal.c: New file.
14454
14455 2004-11-03  Andrew Cagney  <cagney@gnu.org>
14456
14457         * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
14458
14459 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
14460
14461         * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
14462         NetBSD/ELF targets.
14463
14464 2004-10-29  Joel Brobecker  <brobecker@gnat.com>
14465
14466         * gdb.threads/bp_in_thread.c: New file, copied from
14467         pthread_cond_wait.c.
14468         * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
14469         file, rather than reusing the .c file from another testcase.
14470
14471 2004-10-20  Joel Brobecker  <brobecker@gnat.com>
14472
14473         * gdb.ada/null_record.exp: Check where we stopped after
14474         sending the start command, instead of where the associated
14475         temporary breakpoint was inserted.
14476
14477 2004-10-14  Andrew Cagney  <cagney@gnu.org>
14478
14479         * gdb.mi/gdb701.c (main): Return 0.
14480
14481 2004-10-13  Daniel Jacobowitz  <dan@debian.org>
14482
14483         * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
14484
14485 2004-10-12  Jeff Johnston  <jjohnstn@redhat.com>
14486
14487         * gdb.threads/schedlock.c: Add comment markers to use to find
14488         line numbers.
14489         * gdb.threads/schedlock.exp: Adjust regex to handle the new
14490         comments.
14491         * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
14492         breakpoint lines.
14493
14494 2004-10-12  Daniel Jacobowitz  <dan@debian.org>
14495
14496         * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
14497
14498 2004-10-12  Daniel Jacobowitz  <dan@debian.org>
14499
14500         * configure.in: Add gdb.dwarf2.
14501         * configure: Regenerated.
14502         * Makefile.in: Add gdb.dwarf2.
14503         * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
14504         gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
14505         gdb.dwarf2/file1.txt: New files.
14506
14507 2004-10-11  Orjan Friberg  <orjanf@axis.com>
14508
14509         * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
14510         of "run", since the latter doesn't work with remote targets.  Adjust
14511         the breakpoint numbering accordingly.
14512         * gdb.threads/pthread_cond_wait.exp: Ditto.
14513
14514 2004-10-08  Michael Chastain  <mec.gnu@mindspring.com>
14515
14516         * gdb.base/overlays.exp: Update copyright years.
14517
14518 2004-10-08  Kei Sakamoto  <sakamoto.kei@renesas.com>
14519
14520         * gdb.base/overlays.exp: Disable if target is Linux.
14521
14522 2004-10-06  Felix Lee  <felix+log1@specifixinc.com>
14523
14524         * config/gdbserver.exp (gdb_load): Use right filename on remote.
14525
14526 2004-10-05  Kei Sakamoto  <sakamoto.kei@renesas.com>
14527
14528         * gdb.asm/asm-source.exp: Add m32r-linux target.
14529         * gdb.asm/m32r-linux.inc: New file.
14530
14531 2004-09-24  Andrew Cagney  <cagney@redhat.com>
14532             David Anderson <anderson@redhat.com>
14533
14534         * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
14535         command fails, assume things will work.
14536         * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
14537         (_GNU_SOURCE): Define.
14538         (print_unsigned, print_hex): Change parameter to "long long".
14539         (print_byte_count): New function, use to print byte counts.
14540         (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
14541         O_LARGEFILE.
14542         (main): Compute an upper bound on a corefile in max_core_size.
14543         Limit memory chunk size to max_core_size.  Limit total memory
14544         allocated to max_core_size.
14545
14546 2004-09-23  Andrew Cagney  <cagney@gnu.org>
14547
14548         * gdb.base/bigcore.exp: Replace the code that creates a corefile
14549         from a separate process with code that creates a corefile by
14550         making the inferior dump core.
14551
14552 2004-09-23  Mark Kettenis  <kettenis@gnu.org>
14553
14554         * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
14555         block.
14556
14557 2004-09-23  Michael Chastain  <mec.gnu@mindspring.com>
14558
14559         * gdb.base/constvars.exp (local_compiler_xfail_check_2):
14560         New proc.  Accept both gcc 3.x.x and gcc 4.x.x.
14561         * gdb.base/volatile.exp (local_compiler_xfail_check_2):
14562         Likewise.
14563
14564 2004-09-20  Jeff Johnston  <jjohnstn@redhat.com>
14565
14566         * gdb.java/jprint.exp: New test case for java inferior call.
14567         * gdb.java/jprint.java: Ditto.
14568
14569 2004-09-15  Joel Brobecker  <brobecker@gnat.com>
14570
14571         * gdb.base/bigcore.exp: Deactivate on IRIX targets.
14572
14573 2004-09-14  Michael Chastain  <mec.gnu@mindspring.com>
14574
14575         * gdb.threads/killed.c: Include <stdlib.h>.
14576         * gdb.threads/pthreads.c: Likewise.
14577
14578 2004-09-14  Michael Chastain  <mec.gnu@mindspring.com>
14579
14580         * gdb.threads/killed.c: Add copyright notice.
14581
14582 2004-09-10  Jason Molenda  (jmolenda@apple.com)
14583
14584         * gdb.base/define.exp: Two new tests to verify zero space chars
14585         after 'if' and 'while' commands in a user-defined command is correctly
14586         parsed.
14587
14588 2004-09-08  Andrew Cagney  <cagney@gnu.org>
14589
14590         * gdb.base/signals.exp (signal_tests_1): Delete.  Merge signal
14591         delivery test with duplicate at end of file.
14592
14593 2004-09-06  Mark Kettenis  <kettenis@jive.nl>
14594
14595         * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
14596
14597 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
14598
14599         * config/hppro.exp: Removed.
14600
14601 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
14602
14603         * config/sparclet.exp: Removed.
14604
14605 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
14606
14607         * config/udi.exp: Removed.
14608
14609 2004-09-02  Michael Chastain  <mec.gnu@mindspring.com>
14610
14611         * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
14612         of "exp_continue".
14613         (advancei): Likewise.
14614
14615 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
14616
14617         * gdb.base/unload.exp: Fix so messages aren't duplicated.
14618
14619 2004-09-01  Manoj Iyer  <manjo@austin.ibm.com>
14620
14621         * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
14622         to check for nodebug in executable.
14623         * gdb.gdb/observer.exp (setup_test): Likewise.
14624         * gdb.gdb/selftest.exp (test_with_self): Likewise.
14625         * gdb.gdb/xfullpath.exp (setup_test): Likewise.
14626
14627 2004-09-01  Andrew Cagney  <cagney@gnu.org>
14628
14629         * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
14630         files.
14631
14632 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
14633
14634         * gdb.base/unload.exp: Fix expected warning message to match
14635         latest format.
14636
14637 2004-09-01  Corinna Vinschen  <vinschen@redhat.com>
14638
14639         * gdb.base/call-rt-st.exp: Fix typos.
14640
14641 2004-08-31  Manoj Iyer  <manjo@austin.ibm.com>
14642
14643         * gdb.threads/thread_check.exp: New testcase.
14644         * gdb.threads/thread_check.c: New testcase.
14645
14646 2004-08-31  Andrew Cagney  <cagney@gnu.org>
14647
14648         * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
14649         (skip_to_handler_entry): New procedures.  Test stepping into a
14650         handler when the breakpoint is at the handler's entry point.
14651
14652 2004-08-30  Andrew Cagney  <cagney@gnu.org>
14653
14654         * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
14655         gdb/1757.
14656
14657 2004-08-27  Michael Chastain  <mec.gnu@mindspring.com>
14658
14659         With code from Manoj Iyer <manjo@austin.ibm.com>:
14660         * lib/gdb.exp (gdb_file_cmd): Return more information in the
14661         return value.  Add an arm for "no debugging symbols found".
14662         Change a stray "error" to "perror".
14663         (gdb_run_cmd): Adapt to new return value.
14664         * gdb.base/remote.exp: Adapt to new return value.
14665         * gdb.gdb/complaints.exp: Likewise.
14666         * gdb.gdb/observer.exp: Likewise.
14667         * gdb.gdb/selftest.exp: Likewise.
14668         * gdb.gdb/xfullpath.exp: Likewise.
14669
14670 2004-08-27  Joel Brobecker  <brobecker@gnat.com>
14671
14672         * gdb.threads/bp_in_thread.exp: New testcase.
14673
14674 2004-08-27  Michael Chastain  <mec.gnu@mindspring.com>
14675
14676         Fix PR testsuite/1735.
14677         * gdb.threads/schedlock.c (thread_function): Add a cast
14678         to suppress a gcc warning.
14679         * gdb.threads/thread-specific.c (thread_function): Likewise.
14680
14681 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
14682
14683         * gdb.base/unload.c: Include <stdlib.h>.
14684
14685 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
14686
14687         From Paul Gilliam <pgilliam@us.ibm.com>:
14688         * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
14689         synchronized after the "return".
14690
14691 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
14692
14693         * gdb.mi/basics.c: Include <stdio.h>.
14694         * gdb.mi/pthreads.c: Include <stdlib.h>.
14695         * gdb.mi/var-cmd.c: Include <stdlib.h>.
14696
14697 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
14698
14699         * gdb.threads/schedlock.c: Add copyright notice.
14700
14701 2004-08-25  Andrew Cagney  <cagney@gnu.org>
14702
14703         * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
14704         (skip_over_handler, breakpoint_over_hander): New test procedures.
14705         (advance, advancei): Add a proper prefix, do not use
14706         rerun_to_main.
14707         * gdb.base/sigstep.c (main): Change to use an infinite loop.
14708
14709 2004-08-24  Michael Chastain  <mec.gnu@mindspring.com>
14710
14711         * gdb.mi/basics.c: Add copyright notice.
14712         * gdb.mi/var-cmd.c: Add copyright notice.
14713
14714 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
14715
14716         * lib/gdb.exp: Remove signed_keyword_not_used.
14717         * lib/compiler.c: Likewise.
14718         * lib/compiler.cc: Likewise.
14719
14720 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
14721
14722         * gdb.base/whatis.c: Remove conditional disabling of "signed".
14723         * gdb.base/whatis.exp: Remove signed_keyword_not_used.
14724
14725 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
14726
14727         * gdb.base/whatis.c: Add copyright notice.
14728
14729 2004-08-20  Mark Kettenis  <kettenis@gnu.org>
14730
14731         * gdb.arch/i386-prologue.exp (skip_breakpoint): New function.  Use
14732         it to skip the breakpoints encoded in the inline assembly.
14733
14734 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
14735
14736         * Makefile.in: Add gdb.fortran.
14737
14738 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
14739
14740         * gdb.base/call-sc.exp (test_scalar_returns):
14741         Fix cut-and-paste glitch in "Make fun return now".
14742
14743 2004-08-17  Michael Chastain  <mec.gnu@mindspring.com>
14744
14745         * configure.in: Add gdb.fortran.
14746         * configure: Regenerate.
14747         * gdb.fortran/Makefile.in: New file.
14748         * lib/gdb.exp (skip_fortran_tests): New procedure.
14749
14750 2004-08-17  Michael Chastain  <mec.gnu@mindspring.com>
14751
14752         * gdb.mi/mi-var-block.exp: Use gdb_get_line_number.  Remove
14753         reference to bug-gnu@prep.ai.mit.edu.
14754         * gdb.mi/mi-var-child.exp: Likewise.
14755         * gdb.mi/mi-var-cmd.exp: Likewise.
14756         * gdb.mi/mi-var-display.exp: Likewise.
14757         * gdb.mi/mi2-var-block.exp: Likewise.
14758         * gdb.mi/mi2-var-child.exp: Likewise.
14759         * gdb.mi/mi2-var-cmd.exp: Likewise.
14760         * gdb.mi/mi2-var-display.exp: Likewise.
14761
14762 2004-08-15  Mark Kettenis  <kettenis@gnu.org>
14763
14764         * gdb.base/unload.c (main): Make local variable msg const.
14765
14766 2004-08-15  Michael Chastain  <mec.gnu@mindspring.com>
14767
14768         * gdb.mi/mi-cli.exp: Use gdb_get_line_number.  Remove reference
14769         to bug-gnu@prep.ai.mit.edu.
14770         * gdb.mi/mi-disassemble.exp: Likewise.
14771         * gdb.mi/mi-eval.exp: Likewise.
14772         * gdb.mi/mi-file.exp: Likewise.  Also, add comment about the
14773         default line number.
14774         * gdb.mi/mi-return.exp: Likewise.
14775         * gdb.mi/mi-simplerun.exp: Likewise.
14776         * gdb.mi/mi-stack.exp: Likewise.
14777         * gdb.mi/mi-stepi.exp: Likewise.  Also, replace wildcarded line
14778         number with explicit range test.
14779         * gdb.mi/mi-watch.exp: Likewise.
14780         * gdb.mi/mi2-break.exp: Likewise.
14781         * gdb.mi/mi2-cli.exp: Likewise.
14782         * gdb.mi/mi2-disassemble.exp: Likewise.
14783         * gdb.mi/mi2-eval.exp: Likewise.
14784         * gdb.mi/mi2-file.exp: Likewise.  Also, add comment about the
14785         default line number.
14786         * gdb.mi/mi2-return.exp: Likewise.
14787         * gdb.mi/mi2-simplerun.exp: Likewise.
14788         * gdb.mi/mi2-stack.exp: Likewise.
14789         * gdb.mi/mi2-stepi.exp: Likewise.  Also, replace wildcarded line
14790         number with explicit range test.
14791         * gdb.mi/mi2-watch.exp: Likewise.
14792
14793 2004-08-15  Michael Chastain  <mec.gnu@mindspring.com>
14794
14795         * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
14796         * gdb.cp/m-static.exp: Likewise.
14797         * gdb.cp/rtti.exp: Likewise.
14798
14799 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
14800
14801         * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
14802
14803 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
14804
14805         * ChangeLog: Prefix Local Variables with semi-colons and indent
14806         the reference to older ChangeLog files, to fix fontification in
14807         Emacs.
14808
14809 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
14810
14811         * gdb.mi/mi-break.exp: Use gdb_get_line_number.
14812         * gdb.mi/mi2-break.exp: Likewise.
14813
14814 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
14815
14816         * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
14817
14818 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
14819
14820         * gdb.cp/inherit.exp: Use cp_test_ptype_class.
14821
14822 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
14823
14824         * gdb.cp/classes.exp: Remove unused declarations.  Just let
14825         test names default instead of providing special names.  Remove
14826         extraneous demangler test.
14827
14828 2004-08-12  Jeff Johnston  <jjohnstn@redhat.com>
14829
14830         * gdb.base/unload.exp: New test for breakpoints in dynamically
14831         loaded libraries.
14832         * gdb.base/unload.c: Ditto.
14833         * gdb.base/unloadshr.c: Ditto.
14834
14835 2004-08-12  Michael Chastain  <mec.gnu@mindspring.com>
14836
14837         * gdb.cp/classes.exp (test_ptype_class_objects): Call
14838         cp_test_ptype_class.
14839         (test_enums): Likewise.
14840
14841 2004-08-10  Andrew Cagney  <cagney@gnu.org>
14842
14843         * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
14844         files.
14845
14846 2004-08-10  Andrew Cagney  <cagney@gnu.org>
14847
14848         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
14849         init_malloc call.
14850
14851 2004-08-10  Michael Chastain  <mec.gnu@mindspring.com>
14852
14853         * ChangeLog: Add copyright notice.  The notice is copied
14854         from emacs 21.3 top level ChangeLog.
14855
14856 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
14857
14858         * lib/cp-support.exp: New file.
14859         * lib/cp-support.exp (cp_test_type_class): New function.
14860         * gdb.cp/derivation.exp: Use cp_test_ptype_class.
14861         * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
14862         * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
14863         cp_test_ptype_class.
14864
14865 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
14866
14867         * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
14868         gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
14869         gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
14870         gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
14871         gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
14872         gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
14873         gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
14874         gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
14875         gdb.mi/mi2-watch.exp: Update copyright years.
14876
14877 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
14878
14879         * gdb.base/sigaltstack.exp: Provide proper anchoring.
14880
14881 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
14882
14883         * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
14884         gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
14885         gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
14886         gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
14887         gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
14888         gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
14889         gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
14890         gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
14891         gdb.mi/mi-watch.exp: Update copyright years.
14892
14893 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
14894
14895         PR gdb/1738
14896         * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
14897         from a breakpoint with a pending signal.
14898
14899 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
14900
14901         PR gdb/1736
14902         * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
14903         * gdb.base/sigaltstack.exp (finish_test): Consume output until
14904         the prompt.
14905         * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
14906
14907 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
14908
14909         * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
14910
14911 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
14912
14913         PR gdb/1736
14914         * gdb.base/sigaltstack.exp (finish_test): New procedure.  KFAIL
14915         for i?86-*-linux*.
14916
14917 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
14918
14919         * gdb.arch/i386-prologue.exp: Compile without debug information.
14920
14921 2004-08-08  Michael Chastain  <mec.gnu@mindspring.com>
14922
14923         * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
14924         rather than asking gdb to search.
14925
14926 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
14927
14928         * gdb.base/gcore.c: Include <string.h>.
14929
14930 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
14931
14932         * gdb.base/gcore.c: Add copyright notice.
14933
14934 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
14935
14936         * gdb.base/freebpcmd.c: Include <stdio.h>.
14937         * gdb.base/long_long.c: Include <string.h>.
14938         * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
14939         * gdb.base/siginfo.c: Include <string.h>.
14940         * gdb.base/sigstep.c: Include <string.h>.
14941
14942 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
14943
14944         * gdb.base/complex.c: Include <stdlib.h>.
14945
14946 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
14947
14948         * gdb.base/complex.c: Add copyright notice.
14949
14950 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
14951
14952         * gdb.base/charset.c: Include <stdlib.h>.
14953
14954 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
14955
14956         * gdb.base/auxv.c: Include <stdlib.h>.
14957
14958 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
14959
14960         * gdb.base/auxv.c: Add copyright notice.
14961
14962 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
14963
14964         * gdb.base/coremaker.c: Add copyright notice.
14965         * gdb.base/coremaker2.c: Add copyright notice.
14966
14967 2004-08-04  Andrew Cagney  <cagney@gnu.org>
14968
14969         * gdb.base/store.exp: Update copyright.
14970         (check_set, up_set, check_struct, up_struct): Add a prefix to test
14971         names, do not import gdb_prompt.
14972
14973 2004-08-01  Andrew Cagney  <cagney@gnu.org>
14974
14975         Fix PR testsuite/1729.
14976         * gdb.base/dump.exp: Add test name to callers of capture_value, do
14977         not use capture_value with value 4.
14978         (capture_value): Add optional test name parameter.
14979         (test_reload_saved_value, test_restore_saved_value): Use $msg as
14980         the prefix, pass to capture_value.
14981
14982 2004-08-01  Mark Kettenis  <kettenis@gnu.org>
14983
14984         * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
14985         * gdb.arch/i386-prologue.c (standard): New prototype and function.
14986         (main): Call new function.
14987
14988 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
14989
14990         * gdb.cp/namespace.exp: Accept more varieties of ptype output.
14991
14992 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
14993
14994         * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
14995
14996 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
14997
14998         * gdb.cp/inherit.exp: Accept more varieties of ptype output.
14999         Accept more values of vtbl pointer.  Remove some messages
15000         about "obsolete gcc or gdb".
15001
15002 2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>
15003
15004         * gdb.cp/classes.exp: Accept more varieties of ptype output.
15005
15006 2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>
15007
15008         * gdb.base/asm-source.exp: Properly convert target board
15009         debug flags from gcc format to binutils format.
15010
15011 2004-07-28  Mark Kettenis  <kettenis@gnu.org>
15012
15013         * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
15014         gdb1718".  PR backtrace/1718 partially fixed.
15015
15016 2004-07-27  Jeff Johnston  <jjohnstn@redhat.com>
15017
15018         * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
15019
15020 2004-07-26  Nick Clifton  <nickc@redhat.com>
15021
15022         * gdb.asm/asm-source.exp (debug-flags): New variable.  If a known
15023         good default value for a specific architecture is available then
15024         set it to that value.  Otherwise default to the -gstabs switch.
15025         Remove the -g... switches from the asm-flags variable.  Allow the
15026         target board info to override the value if it wants to.  Pass the
15027         switch on the assembler command line.
15028
15029 2004-07-23  Mark Kettenis  <kettenis@gnu.org>
15030
15031         * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
15032         * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
15033         (main): Call new function.
15034
15035 2004-07-22  Michael Chastain  <mec.gnu@mindspring.com>
15036
15037         Test for PR exp/1715.
15038         * gdb.base/radix.exp: Refactor common procedures.  Make all
15039         test names unique.  Change XFAIL to KFAIL.
15040
15041 2004-07-20  Michael Chastain  <mec.gnu@mindspring.com>
15042
15043         * gdb.ada/gnat_ada.gpr.in: Rename from here ...
15044         * gdb.ada/gnat_ada.gin: ... to here.
15045         * configure.in: Use gnat_ada.gin.
15046         * configure: Regenerate.
15047
15048 2004-07-20  Andrew Cagney  <cagney@gnu.org>
15049
15050         * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
15051         gdb_test and gdb_test_multiple.  Delete bash_bug.  Delete suspect
15052         XFAILs.  Clean up test messages and comments.  Check backtraces.
15053         Delete re-sync code.
15054
15055 2004-07-19  Michael Chastain  <mec.gnu@mindspring.com>
15056
15057         Fix PR cli/740.
15058         * gdb.base/annota1.exp: Honor gdb,nosignals.
15059         * gdb.base/annota3.exp: Likewise.
15060
15061 2004-07-19  Michael Chastain  <mec.gnu@mindspring.com>
15062
15063         * lib/java.exp: Update copyright notice.
15064
15065 2004-07-19  Andrew Cagney  <cagney@gnu.org>
15066
15067         * gdb.base/selftest.exp: Copy file from here ...
15068         * gdb.gdb/selftest.exp: ... to here.
15069
15070 2004-07-16  Andrew Cagney  <cagney@redhat.com>
15071
15072         * lib/insight-support.exp: Delete file.
15073         * lib/java.exp (java_init): Fix copyright.
15074
15075 2004-07-16  Andrew Cagney  <cagney@gnu.org>
15076
15077         * gdb.base/restore.c: Append "prologue" to comments marking the a
15078         function's prologue.
15079         * gdb.base/restore.exp: Update copyright, re-indent.
15080         (restore_tests): Use gdb_test_multiple.  Add "calleeN calls
15081         callerN" prefix where needed.  Update patterns that match a
15082         function's prologue.
15083
15084 2004-07-16  Michael Chastain  <mec.gnu@mindspring.com>
15085
15086         * gdb.base/restore.c: Add copyright notice.
15087
15088 2004-07-16  Andrew Cagney  <cagney@gnu.org>
15089
15090         * gdb.base/logical.exp: Update copyright.
15091         (evaluate): New procedure.  Use to re-implement tests using
15092         several tables.
15093
15094 2004-07-14  Martin Hunt  <hunt@redhat.com>
15095
15096         * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
15097         which fixes some problems where init.tcl was not found.
15098
15099 2004-07-13  Andrew Cagney  <cagney@gnu.org>
15100
15101         * gdb.base/sizeof.exp: Skip test when no inferior I/O.
15102         (check_sizeof, check_valueof): Do not include the output in the
15103         test name.  Use gdb_test.
15104         (get_valueof): Use gdb_test_multiple.
15105
15106         * gdb.base/step-test.exp: Update copyright.  Use
15107         gdb_test_multiple.  Ensure that test names do not include
15108         architecture dependent output.
15109
15110         * gdb.gdb/observer.exp: Update copyright.
15111         (setup_test): Use gdb_test_multiple.
15112         (attach_first_observer, attach_second_observer)
15113         (attach_third_observer, detach_first_observer)
15114         (detach_second_observer, detach_third_observer)
15115         (reset_counters, check_counters): Make $message a prefix.
15116         (test_normal_stop_notifications): Add "args" parameter - a list of
15117         init functions to be called.  Make $message a prefix,
15118         (test_observer_normal_stop): Change the message prefixes so that
15119         they are unique, pass the attach / detach procedures to
15120         test_normal_stop_notifications.
15121
15122         * gdb.base/signull.exp (test_segv): Prefix all tests with
15123         "${name}".  Clean up test messages.
15124
15125         * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
15126
15127         * gdb.base/ena-dis-br.exp: Update copyright.
15128         (break_at): New function.  Replace send_gdb with gdb_test,
15129         break_at, and gdb_test_multiple.  Replace XFAIL of "continue with
15130         ignore count, not stopped at bpt", with KFAIL.
15131
15132 2004-07-13  Corinna Vinschen  <vinschen@redhat.com>
15133
15134         * gdb.base/attach.exp: Remove cleanupfile handling.
15135
15136 2004-07-12  Andrew Cagney  <cagney@gnu.org>
15137
15138         * gdb.base/annota1.exp: Cleanup corefile test name.
15139         * gdb.base/annota3.exp: Ditto.
15140
15141 2004-07-12  Andrew Cagney  <cagney@gnu.org>
15142
15143         * gdb.base/signals.exp: Clean up copyright, re-indent.
15144
15145         * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
15146         gdb_test and gdb_test_multiple.
15147
15148 2004-07-08  Jeff Johnston  <jjohnstn@redhat.com>
15149
15150         * gdb.java/jmain.exp: Fix expected line number for main to
15151         break at.  Set XFAIL for break at main test since gcj does not
15152         provide line number info for first statement in main.
15153
15154 2004-07-08  Andrew Cagney  <cagney@gnu.org>
15155
15156         * gdb.base/attach.exp: Cleanup copyright.  Re-indent.
15157
15158         * gdb.base/sigbpt.exp: Make the common part of each test name a
15159         prefix instead of suffix.
15160
15161 2004-07-07  Bob Rossi  <bob_rossi@cox.net>
15162
15163         * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
15164         test from test_tbreak_creation_and_listing to
15165         test_file_list_exec_source_file
15166         * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
15167         Changed name of test from test_tbreak_creation_and_listing to
15168         test_file_list_exec_source_file
15169
15170 2004-07-07  Jeff Johnston  <jjohnstn@redhat.com>
15171
15172         * gdb.java/jmisc.exp: Fix expected output of ptype to look for
15173         the jmisc() constructor instead of <init>.
15174         * gdb.java/jmisc1.exp: Ditto.
15175
15176 2004-07-07  Andrew Cagney  <cagney@gnu.org>
15177
15178         * gdb.base/sigbpt.exp (stepi_out): Check for a single step
15179         corrupting the PC.
15180
15181 2004-07-06  Michael Chastain  <mec.gnu@mindspring.com>
15182
15183         * gdb.cp/templates.exp: Accept whitespace change in demangler
15184         output.
15185
15186 2004-07-06  Andrew Cagney  <cagney@gnu.org>
15187
15188         * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
15189
15190 2004-07-02  Michael Chastain  <mec.gnu@mindspring.com>
15191
15192         * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
15193         * lib/compiler.cc: Likewise.
15194
15195 2004-06-30  Michael Chastain   <mec.gnu@mindspring.com>
15196
15197         * lib/compiler.cc: Work around string preprocessing problem
15198         with old hp c++ compiler.
15199         * lib/compiler.c: Likewise.
15200
15201 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
15202
15203         * gdb.arch/i386-prologue.c: Add copyright header.  Use preprocessor
15204         directives to conditionalize symbol prefixing.
15205         * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
15206         additional_flags handling.  Add underscore prefix for Cygwin.
15207         * gdb.arch/i386-unwind.c: Use preprocessor directives to
15208         conditionalize symbol prefixing.
15209         * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
15210         additional_flags handling.  Add underscore prefix for Cygwin.
15211
15212 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
15213
15214         * gdb.base/bigcore.exp: Skip test on Cygwin.
15215
15216 2004-06-28  Michael Chastain  <mec.gnu@mindspring.com>
15217
15218         * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
15219         formats for "info register".  Use gdb_test_multiple.  Fix
15220         the "invalid register" test.
15221
15222 2004-06-28  Corinna Vinschen  <vinschen@redhat.com>
15223
15224         * gdb.base/attach.exp: Fix copyright date.  Set testpid to Windows
15225         PID for Cygwin.  Add Cygwin specific strings to check for in some
15226         tests.
15227         (do_attach_tests): Add a test for user interaction when attaching
15228         to a process with no matching symbol table already loaded.
15229
15230 2004-06-26  Andrew Cagney  <cagney@gnu.org>
15231
15232         Test PR java/1567 and PR java/1565.
15233         * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
15234         * gdb.java/jmisc2.exp: Delete file.
15235
15236 2004-06-26  Michael Chastain  <mec.gnu@mindspring.com>
15237
15238         * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
15239
15240 2004-06-25  Corinna Vinschen  <vinschen@redhat.com>
15241
15242         * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
15243         attach process.
15244
15245 2004-06-23  Michael Chastain  <mec.gnu@mindspring.com>
15246
15247         * gdb.cp/pr-1553.exp: Remove.
15248
15249 2004-06-22  Michael Chastain  <mec.gnu@mindspring.com>
15250
15251         * gdb.cp/pr-1553.cc: Remove.
15252         * gdb.cp/pr-1553.exp: Disable this test.
15253
15254 2004-06-20  Jim Blandy  <jimb@redhat.com>
15255
15256         Fix PR testsuite/1680.
15257         * gdb.arch/i386-sse.exp: Properly quote curly braces in
15258         regular expressions.
15259
15260 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
15261
15262         Fix PR testsuite/1679.
15263         * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
15264         Issue an UNSUPPORTED result instead.
15265
15266 2004-06-18  Jim Blandy  <jimb@redhat.com>
15267
15268         * gdb.base/charset.exp: Only send a control-C if we see a new
15269         prompt and incomplete command.
15270
15271 2004-06-18  Michael Chastain  <mec.gnu@mindspring.com>
15272
15273         * gdb.cp/pr-574.cc: Add copyright notice.
15274
15275 2004-06-17  Jim Blandy  <jimb@redhat.com>
15276
15277         * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
15278         cases where the regexp has no groups; this grabs random text from
15279         the previous test suite, whatever that was.
15280
15281 2004-06-17  Michael Chastain  <mec.gnu@mindspring.com>
15282
15283         * gdb.cp/printmethod.cc: Add copyright notice.
15284
15285 2004-06-16  Michael Chastain  <mec.gnu@mindspring.com>
15286
15287         * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
15288
15289 2004-06-16  Andrew Cagney  <cagney@gnu.org>
15290
15291         * gdb.base/signull.c: Update copyright.  Include <string.h>.
15292         (bowler): Replace data_pointer with data_read
15293         and data_write cases.  Add code_descriptor case.
15294         (zero, desc): New array and pointer.
15295         (data, code): Change to simple pointers.
15296         * gdb.base/signull.exp: Fix probe pattern matching a function
15297         descriptor SIGSEGV.  Replace data_pointer with data_read and
15298         data_write tests.
15299
15300 2004-06-16  Andrew Cagney  <cagney@gnu.org>
15301
15302         * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
15303
15304 2004-06-15  Michael Chastain  <mec.gnu@mindspring.com>
15305
15306         * gdb.base/long_long.c: Add copyright notice.
15307
15308 2004-06-15  Michael Chastain  <mec.gnu@mindspring.com>
15309
15310         * gdb.base/long_long.exp: Remove reference to
15311         bug-gdb@prep.ai.mit.edu.  Change line-number-specific breakpoint
15312         to gdb_breakpoint and gdb_continue_to_breakpoint.
15313
15314 2004-06-14  Jim Blandy  <jimb@redhat.com>
15315
15316         * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
15317         endian case.
15318
15319 2004-06-14  Andrew Cagney  <cagney@gnu.org>
15320
15321         * gdb.base/gcore.exp (capture_command_output): Delete the always
15322         passing tests containing inferior values.
15323         * gdb.base/ending-run.exp: Do not include the breakpoint address
15324         in the test message.  Update copyright.
15325         * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
15326         size in the test name, use gdb_test_multiple.  Update copyright.
15327
15328 2004-06-14  Michael Chastain  <mec.gnu@mindspring.com>
15329
15330         * gdb.cp/ref-types.cc: Add copyright notice.
15331
15332 2004-06-14  Michael Chastain  <mec.gnu@mindspring.com>
15333
15334         * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
15335         hp_aCC_compiler.
15336         * lib/compiler.cc: Likewise.
15337         * lib/gdb.exp (get_compiler_info): Eval lines only if they are
15338         'set' commands.  Log diagnostics for other lines.  Set
15339         gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
15340
15341 2004-06-13  Michael Chastain  <mec.gnu@mindspring.com>
15342
15343         * gdb.cp/try_catch.cc: Add copyright notice.
15344
15345 2004-06-12  Michael Chastain  <mec.gnu@mindspring.com>
15346
15347         * gdb.cp/userdef.cc: Add copyright notice.
15348
15349 2004-06-11  Michael Chastain  <mec.gnu@mindspring.com>
15350
15351         * gdb.cp/virtfunc.cc: Add copyright notice.
15352
15353 2004-06-11  Randolph Chung  <tausq@debian.org>
15354
15355         * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
15356         problem.
15357
15358 2004-06-10  Andrew Cagney  <cagney@gnu.org>
15359
15360         * lib/compiler.cc, lib/compiler.c: Append either
15361         __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
15362         * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
15363         instead of gcc-3-3.
15364
15365 2004-06-09  Andrew Cagney  <cagney@gnu.org>
15366
15367         * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
15368         gdb/1455, bug is specific to "long long" and "double".
15369
15370         * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
15371         (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
15372         x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*.  PR tdep/1447
15373         fixed.
15374
15375 2004-06-09  Andrew Cagney  <cagney@gnu.org>
15376
15377         * gdb.base/structs.exp (test_struct_returns): Replace
15378         "return_value_unknown" and "finish_value_unknown" by
15379         "return_value_known" and "finish_value_known".  Instead of
15380         "return_value_unknown" iff "finish_value_unknown", check
15381         "return_value_known" implies "finish_value_known".
15382
15383 2004-06-08  Martin Hunt  <hunt@redhat.com>
15384
15385         * gdb.base/float.exp: Add pattern for mips targets.
15386
15387 2004-06-08  Randolph Chung  <tausq@debian.org>
15388
15389         * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
15390         message for unknown architectures more clear.
15391
15392 2004-06-08  Joel Brobecker  <brobecker@gnat.com>
15393
15394         * gdb.ada/null_record.exp: Use "start" instead of "begin" to
15395         start the execution of the program.
15396
15397 2004-06-07  Jim Blandy  <jimb@redhat.com>
15398
15399         * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
15400         * gdb.arch/i386-cpuid.h: New helper file.
15401
15402 2004-06-07  Randolph Chung  <tausq@debian.org>
15403
15404         * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
15405         has started.
15406
15407 2004-06-04  Roland McGrath  <roland@redhat.com>
15408
15409         Fix PR gdb/1647.
15410         * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
15411         differently to be robust to output buffering differences.
15412
15413 2004-06-04  Michael Chastain  <mec.gnu@mindspring.com>
15414
15415         * gdb.threads/pthreads.exp: Update copyright years.
15416         (check_control_c): Change asynchronous 'after' to synchronous.
15417
15418 2004-06-04  Roland McGrath  <roland@redhat.com>
15419
15420         * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
15421         next gdb prompt.
15422
15423 2004-06-02  Michael Chastain  <mec.gnu@mindspring.com>
15424
15425         Fix PR gdb/1636.
15426         * gdb.threads/manythreads.exp: Change asynchronous 'after'
15427         calls to synchronous.
15428
15429 2004-05-26  Jim Blandy  <jimb@redhat.com>
15430
15431         * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
15432
15433 2004-05-24  Randolph Chung  <tausq@debian.org>
15434
15435         * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
15436         * gdb.asm/pa.inc: New file.
15437
15438 2004-05-22  Mark Kettenis  <kettenis@gnu.org>
15439
15440         * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
15441
15442 2004-05-21  Joel Brobecker  <brobecker@gnat.com>
15443             Daniel Jacobowitz  <drow@mvista.com>
15444
15445         * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
15446         GDB prompt.
15447
15448 2004-05-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15449
15450         * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
15451         setjmp/longjmp.  Use sigaction instead of signal.
15452
15453 2004-05-19  J. Brobecker  <brobecker@gnat.com>
15454             Michael Snyder  <msnyder@redhat.com>
15455
15456         * gdb.threads/pthread_cond_wait.c: New file.
15457         * gdb.threads/pthread_cond_wait.exp: New testcase.
15458
15459 2004-05-13  Andrew Cagney  <cagney@redhat.com>
15460
15461         * gdb.base/signull.exp, gdb.base/signull.c: New files.
15462         * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
15463
15464 2004-05-11  Andrew Cagney  <cagney@redhat.com>
15465
15466         * gdb.base/sigstep.exp (advancei): Update KFAILs.  gdb/1613 is
15467         fixed but revealed gdb/1639.
15468
15469 2004-05-10  Andrew Cagney  <cagney@redhat.com>
15470
15471         * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
15472         func1" and "next to 2nd alarm", kernel bug avoided.
15473
15474 2004-05-10  Daniel Jacobowitz  <dan@debian.org>
15475
15476         PR external/1568
15477         * gdb.base/bigcore.exp: Check the size of the dumped core file.
15478         XFAIL if it is smaller than bytes_allocated.
15479         * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
15480         (main): Make chunks_allocated unsigned.  Correct comment.
15481
15482 2004-05-07  Joel Brobecker  <brobecker@gnat.com>
15483
15484         * gdb.arch/powerpc-aix-prologue.c: New file.
15485         * gdb.arch/powerpc-aix-prologue.exp: New file.
15486
15487 2004-05-07  Jim Blandy  <jimb@redhat.com>
15488
15489         * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
15490         gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
15491
15492 2004-05-06  Joel Brobecker  <brobecker@gnat.com>
15493
15494         * gdb.base/sep.exp: No longer setup_kfail when the program was
15495         built with dwarf2.
15496
15497 2004-05-05  Jim Ingham  <jingham@apple.com>
15498
15499         * gdb.base/pending.exp: Make sure pending breakpoints
15500         preserve the ignore count.
15501
15502 2004-04-27  Jerome Guitton  <guitton@gnat.com>
15503
15504         * i386-prologue.exp: Add testcase for jump instruction as first
15505         instruction of the real code.
15506         * i386-prologue.c (jump_at_beginning): New function.
15507
15508 2004-04-28  Mark Kettenis  <kettenis@gnu.org>
15509
15510         * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
15511         x86_64-*-*.
15512
15513 2004-04-28  Mark Kettenis  <kettenis@gnu.org>
15514
15515         * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
15516         i*86-*-*.
15517
15518 2004-04-25  Mark Kettenis  <kettenis@gnu.org>
15519
15520         * gdb.base/call-sc.exp (start_scalars_test): Fix regular
15521         expression that checks the return type.
15522
15523 2004-04-23  Andrew Cagney  <cagney@redhat.com>
15524
15525         * gdb.base/call-sc.exp: New test of scalar call/return values.
15526         * gdb.base/call-sc.c: Ditto.
15527
15528 2004-04-23  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15529
15530         * gdb.threads/manythreads.c: Reduce thread stack size.
15531
15532 2004-04-23  Jeff Johnston  <jjohnstn@redhat.com>
15533
15534         * gdb.threads/manythreads.c: Add copyright notice.
15535
15536 2004-04-23  Andrew Cagney  <cagney@redhat.com>
15537
15538         * gdb.base/siginfo.exp: Better handle step out of signal.
15539         * gdb.base/sigstep.exp: Ditto.
15540
15541 2004-04-22  Jeff Johnston  <jjohnstn@redhat.com>
15542             Daniel Jacobowitz  <drow@mvista.com>
15543
15544         * gdb.threads/manythreads.c: New testcase.
15545         * gdb.threads/manythreads.exp: Ditto.
15546
15547 2004-04-22  Jim Blandy  <jimb@redhat.com>
15548
15549         * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
15550         gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
15551
15552 2004-04-21  Michael Chastain  <mec.gnu@mindspring.com>
15553
15554         * gdb.stabs/weird.exp: Accept full pathname for $binfile.
15555
15556 2004-04-21  Andrew Cagney  <cagney@redhat.com>
15557
15558         * gdb.base/sigstep.c: New file.
15559         * gdb.base/sigstep.exp: New file.
15560
15561 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
15562
15563         * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
15564         call to observer_notify_normal_stop.
15565
15566 2004-04-15  Andrew Cagney  <cagney@redhat.com>
15567
15568         * gdb.base/siginfo.c: New file.
15569         * gdb.base/siginfo.exp: New file.
15570
15571 2004-04-12  J. Brobecker  <brobecker@gnat.com>
15572
15573         * gdb.base/sep.exp: Fix typo in comment.
15574
15575 2004-04-12  J. Brobecker  <brobecker@gnat.com>
15576
15577         * gdb.base/sep.c: New file.
15578         * gdb.base/sep-proc.c: New file.
15579         * gdb.base/sep.exp: New testcase.
15580
15581 2004-04-09  Mark Kettenis  <kettenis@gnu.org>
15582
15583         * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
15584         support.
15585
15586 2004-04-05  Andrew Cagney  <cagney@redhat.com>
15587
15588         * gdb.base/sigaltstack.c: New file.
15589         * gdb.base/sigaltstack.exp: New file.
15590
15591 2004-04-04  Joel Brobecker  <brobecker@gnat.com>
15592
15593         * gdb.base/foll-fork.exp: Update the expected output for
15594         "help set follow-fork-mode", to match a change that was made
15595         to the help of this variable on 2004-01-13.
15596
15597 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
15598
15599         * lib/ada.exp: Add copyright notice.
15600         * bar.ads: Likewise.
15601         * bar.adb: Likewise.
15602         * null_record.adb: Likewise.
15603         * null_record.exp: Likewise.
15604         * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
15605
15606 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
15607
15608         * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
15609         * configure: Regenerate.
15610
15611 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
15612
15613         * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
15614         to build the application. Remove the message printed when in
15615         verbose mode, redundant with the UNSUPPORTED message above.
15616
15617 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
15618
15619         * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
15620         * gdb.ada (null_record.exp): New testcase.
15621
15622 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
15623
15624         * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
15625
15626 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
15627
15628         * gdb.ada: New subdirectory.
15629         * gdb.ada/Makefile.in: New file.
15630         * gdb.ada/gnat_ada.gpr.in: New file.
15631
15632 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
15633
15634         * lib/ada.exp: New file.
15635
15636 2004-03-24  Daniel Jacobowitz  <drow@mvista.com>
15637
15638         * gdb.base/gdb1250.exp: Use runto {allow-pending}.
15639         * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
15640
15641 2004-03-22  Andrew Cagney  <cagney@redhat.com>
15642
15643         * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
15644         hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
15645         Problem identified by Ulrich Weigand.
15646
15647 2004-03-17  David Carlton  <carlton@kealia.com>
15648
15649         * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
15650         PR c++/826.
15651
15652 2004-03-16  Roland McGrath  <roland@redhat.com>
15653
15654         * gdb.base/auxv.exp: New file.
15655         * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
15656
15657 2004-03-12  David Carlton  <carlton@kealia.com>
15658
15659         * gdb.cp/pr-1553.exp: New.  Tests for PR c++/1553.
15660         * gdb.cp/pr-1553.cc: Ditto.
15661         * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
15662         pass branch.
15663
15664 2004-03-12  Michael Chastain  <mec.gnu@mindspring.com>
15665
15666         * gdb.cp/templates.exp: Accept more template types.
15667
15668 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
15669
15670         From Corinna Vinschen with modifications.
15671         * gdb.cp/classes.cc (enums1): Add a line to extend scope of
15672         local variable obj_with_enum.
15673         * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
15674         results with obj_with_enum.
15675
15676 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
15677
15678         * gdb.cp/classes.cc: New file, copied from misc.cc.
15679         * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
15680
15681 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
15682
15683         * gdb.cp/misc.cc: Add copyright notice.
15684
15685 2004-03-05  David Carlton  <carlton@kealia.com>
15686
15687         * gdb.cp/rtti.exp: Add 'print *obj3' test.
15688         * gdb.cp/rtti.h: Update copyright.
15689         (namespace n2::n3): New.
15690         * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
15691         (n2::n3::func3): New.
15692         (main): Call n2::n3::func3.
15693         * gdb.cp/rtti2.cc: Update copyright.
15694         (n2::create3): New.
15695
15696 2004-03-04  Mark Kettenis  <kettenis@gnu.org>
15697
15698         * gdb.asm/openbsd.inc: Fix typo.
15699
15700 2004-03-03  Fred Fish  <fnf@redhat.com>
15701
15702         * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
15703         "val" instead of unused "size".  Update copyright year.
15704
15705 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
15706
15707         * gdb.cp/ctti.exp: Handle unsigned char type.  Expect templates
15708         to use unsigned char.
15709         * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
15710         gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
15711
15712 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
15713
15714         * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
15715         line of output.
15716
15717 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
15718
15719         * gdb.base/relocate.c (dummy): Initialize.
15720
15721 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
15722
15723         * gdb.base/chng-syms.exp: Anchor exit pattern.  Allow
15724         a breakpoint at exit.
15725
15726 2004-02-27  Fred Fish  <fnf@redhat.com>
15727
15728         * gdb.base/chng-syms.exp: Add expect condition to match failing
15729         case that isn't a timeout.
15730
15731 2004-02-27  Andrew Cagney  <cagney@redhat.com>
15732
15733         * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
15734         support.
15735
15736 2004-02-26  Fred Fish  <fnf@redhat.com>
15737
15738         * gdb.arch/gdb1431.c: Remove.
15739         * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
15740         * gdb.arch/gdb1431.exp: Use "advance" correctly instead
15741         of "until" incorrectly.
15742
15743 2004-02-26  J. Brobecker  <brobecker@gnat.com>
15744
15745         * gdb.cp/class2.cc (empty): New class.
15746         (refer): New function.
15747         (main): Declare an object of type empty and use it.
15748         * gdb.cp/class2.exp: Print the value of an object of type empty.
15749
15750 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
15751
15752         * gdb.base/langs.exp: Update query string to match the
15753         new nquery format used for pending breakpoints.
15754
15755 2004-02-26  Andrew Cagney  <cagney@redhat.com>
15756
15757         Fix PR i18n/1570.
15758         * gdb.base/charset.c: Update copyright notice.
15759         (main, init_string): Remove the escape character '\e' tests.
15760         * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
15761         * gdb.base/charset.exp (valid_host_charset): Ditto.
15762         * gdb.base/setvar.exp: Ditto.
15763
15764 2004-02-24  Andrew Cagney  <cagney@redhat.com>
15765
15766         * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
15767         mmapped data in core file" PASS and FAIL messages consistent.
15768
15769         * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
15770         setting a breakpoint.  Work around PR java/1565.
15771
15772 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
15773
15774         * lib/gdb.exp (gdb_breakpoint): Update query string to match
15775         new nquery format.
15776         * gdb.base/pending.exp: Ditto.
15777
15778 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
15779
15780         * configure.in: Run stabs tests on *BSD.
15781         * configure: Regenerated.
15782
15783 2004-02-21  Mark Kettenis  <kettenis@gnu.org>
15784
15785         * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
15786
15787 2004-02-20  Fred Fish  <fnf@redhat.com>
15788
15789         * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
15790         blank in test for "returns short", for consistency with other
15791         "returns xxx" tests.  Update copyright year.
15792
15793 2004-02-19  Fred Fish  <fnf@redhat.com>
15794
15795         New testcase for PR breakpoint/1558.
15796         * gdb.arch/gdb1558.exp: New file.
15797         * gdb.arch/gdb1558.c: New file.
15798
15799 2004-02-19  Elena Zannoni  <ezannoni@redhat.com>
15800
15801         * gdb.base/nodebug.exp: Fix typo.
15802
15803 2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15804
15805         Committed by Jim Blandy  <jimb@redhat.com>.
15806
15807         * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
15808
15809         * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
15810
15811         * gdb.base/float.exp: Support s390*-*-* targets.
15812
15813 2004-02-17  Adam Fedor  <fedor@gnu.org>
15814
15815         * gdb.base/gdb1555.exp: New file.
15816         * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
15817
15818 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
15819
15820         * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
15821
15822 2004-02-16  Fred Fish  <fnf@redhat.com>
15823
15824         * gdb.arch/gdb1291.c: Remove
15825         * gdb.arch/gdb1291.s: New test input file.
15826         * gdb.arch/gdb1291.exp: Expand test to check case that should not
15827         fail.  Test for correct result, known incorrect result, other
15828         failures and timeouts.
15829
15830 2004-02-16  Andrew Cagney  <cagney@redhat.com>
15831
15832         * gdb.base/bigcore.exp: New file.
15833         * gdb.base/bigcore.c: New file.
15834
15835 2004-02-13  Andrew Cagney  <cagney@redhat.com>
15836
15837         * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
15838         * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
15839         * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
15840         * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
15841         * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
15842         * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
15843         * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
15844         * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
15845         * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
15846         * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
15847
15848 2004-02-11  Jeff Johnston  <jjohnstn@redhat.com>
15849
15850         * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
15851         executed is an alloc instruction.
15852
15853 2004-02-11  David Carlton  <carlton@kealia.com>
15854
15855         * gdb.cp/breakpoint.exp: New.
15856         * gdb.cp/breakpoint.cc: New.
15857
15858 2004-02-11  Michael Chastain  <mec.gnu@mindspring.com>
15859
15860         Partial fix for PR gdb/1543.
15861         * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
15862         gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
15863         gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
15864         gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
15865         gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
15866         gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
15867         gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
15868         gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
15869         gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
15870         to bug-gdb@prep.ai.mit.edu .
15871         * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
15872         gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
15873         gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
15874         Likewise.
15875
15876 2004-02-10  Andrew Cagney  <cagney@redhat.com>
15877
15878         * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
15879         using gdb_internal_error_resync.
15880
15881 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
15882
15883         * gdb.threads/thread-specific.exp: Stop early if no threads are
15884         found.
15885
15886 2004-02-09  Michael Chastain  <mec.gnu@mindspring.com>
15887
15888         * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
15889
15890 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
15891
15892         * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
15893         breakpoints.
15894
15895 2004-02-07  Daniel Jacobowitz  <drow@mvista.com>
15896
15897         * config/sim.exp (gdb_load): Handle $arg == "".
15898         * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
15899         * gdb.objc/basicclass.exp: Use gdb_run_cmd.
15900
15901 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
15902
15903         * gdb.base/maint.exp: Update test to reflect
15904          obstack changes.
15905
15906 2004-02-04  Jeff Johnston  <jjohnstn@redhat.com>
15907
15908         * gdb.base/pendshr.c (pendfunc): New function that calls
15909         pendfunc1.
15910         * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
15911
15912 2004-02-04  Fred Fish  <fnf@redhat.com>
15913
15914         * gdb.arch/gdb1431.c: Add underbar prefixed version of global
15915         function symbols and update copyright years.
15916         * gdb.arch/gdb1291.c: Ditto.
15917
15918 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
15919
15920         * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
15921
15922 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
15923
15924         * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
15925
15926 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
15927
15928         * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
15929
15930 2004-02-02  Fred Fish  <fnf@redhat.com>
15931
15932         * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
15933         remote targets.  Update copyright years.
15934
15935 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
15936
15937         * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
15938         support.
15939         * gdb.base/langs.exp: Fix test which attempts to create
15940         breakpoint on non-existent function to handle new pending
15941         support.
15942         * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
15943         a breakpoint.
15944         * gdb.base/pending.exp: New test.
15945         * gdb.base/pending.c: New file.
15946         * gdb.base/pendshr.c: Ditto.
15947
15948 2004-02-02  David Carlton  <carlton@kealia.com>
15949
15950         * gdb.cp/overload.exp: Add overloadNamespace tests.
15951         * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
15952         (overloadNamespace, XXX): New.
15953         (main): Call XXX::marker2.
15954
15955 2004-02-01  Fred Fish  <fnf@redhat.com>
15956
15957         * gdb.base/dump.exp: Use runto_main instead of "runto main".
15958         * gdb.base/finish.exp: Ditto.
15959         * gdb.base/gcore.exp: Ditto.
15960         * gdb.base/huge.exp: Ditto.
15961         * gdb.base/info-proc.exp: Ditto.
15962         * gdb.base/return2.exp: Ditto.
15963         * gdb.threads/gcore-thread.exp: Ditto.
15964
15965 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
15966
15967         * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
15968
15969 2004-02-01  Mark Kettenis  <kettenis@gnu.org>
15970
15971         * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
15972         that opening the file succeeds on OpenBSD.
15973
15974 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
15975
15976         * gdb.threads/thread-specific.c: New file.
15977         * gdb.threads/threads-specific.exp: New test script.
15978         * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
15979         to expect_out.
15980
15981 2004-02-01  Mark Kettenis  <kettenis@gnu.org>
15982
15983         * gdb.base/call-ar-st.exp: Call get_debug_format.  Remove xfail on
15984         sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
15985         only on the "print_small_structs from print_long_arg_list" test.
15986
15987 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
15988
15989         * gdb.base/completion.exp: Kill a stray backslash.
15990
15991         From Jim Ingham <jingham@apple.com>:
15992         * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
15993         agrees with the result from sending a tab.
15994
15995 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
15996
15997         * gdb.base/chng-syms.exp: Remove stray newline.
15998
15999 2004-01-31  Mark Kettenis  <kettenis@gnu.org>
16000
16001         * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
16002         *-*-openbsd*.
16003         * gdb.asm/openbsd.inc: New file.
16004
16005 2004-01-30  Mark Kettenis  <kettenis@gnu.org>
16006
16007         * gdb.asm/asm-source.exp: Strip -Wl, from link-flags.  Don't
16008         append -static to link-flags for *-*-freebsd*, *-*netbsd* and
16009         *-*solaris2*.  Remove commented out default settings for
16010         asm-flags.  Replace gdb_compile with target_link.
16011
16012 2004-01-29  Michael Chastain  <mec.gnu@mindspring.com>
16013
16014         * gdb.cp/inherit.exp: Rewrite.  Use gdb_test_multiple and gdb
16015         for all tests.  Remove old hp-ux and cygnus xfail cases.
16016
16017 2004-01-29  Paul N. Hilfinger  <Hilfinger@gnat.com>
16018
16019         * gdb.base/chng-syms.exp: New file.
16020         * gdb.base/chng-syms.c: New file.
16021
16022 2004-01-24  Michael Chastain  <mec.gnu@mindspring.com>
16023
16024         * gdb.cp/local.exp: Rewrite "ptype Local".  Add "ptype l".
16025         Provide arms for current output in all my configurations.
16026
16027 2004-01-24  Michael Chastain  <mec.gnu@mindspring.com>
16028
16029         * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
16030         * lib/compiler.cc: Likewise.
16031         * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
16032         get the right preprocessor.  Eval the output directly.  Remove
16033         special tests for hp_cc_compiler and hp_aCC_compiler.  Remove
16034         hp_f77_compiler and hp_f90_compiler completely.
16035         (gdb_preprocess): Delete.
16036         (get_compiler): Delete.
16037
16038 2004-01-24  Mark Kettenis  <kettenis@gnu.org>
16039
16040         * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
16041         <string.h>.
16042
16043 2004-01-24  Nick Roberts  <nick@nick.uklinux.net>
16044
16045         * gdb.mi/mi-stack.exp: Update copyright.
16046
16047 2004-01-23  David Carlton  <carlton@kealia.com>
16048
16049         * gdb.cp/rtti.exp: Don't include full path in ${srcfile}.  Add
16050         test for cp_lookup_transparent_type.
16051         * gdb.cp/rtti1.cc: Update copyright.  Add n2::func and refer_to;
16052         call them.
16053
16054 2004-01-23  Daniel Jacobowitz  <drow@mvista.com>
16055
16056         * gdb.mi/mi-var-child.exp: Update copyright year.  Move new test
16057         after -var-update.
16058
16059 2004-01-23  David Carlton  <carlton@kealia.com>
16060
16061         * gdb.cp/namespace.cc (C::ensureRefs): New.
16062         * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
16063
16064 2004-01-20  Nick Roberts  <nick@nick.uklinux.net>
16065
16066         * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
16067         case "-stack-list-locals 2".
16068         * gdb.mi/mi-var-child.exp: Test for case
16069         "-var-list-children --all-values NAME".
16070
16071 2004-01-18  Michael Chastain  <mec.gnu@mindspring.com>
16072
16073         * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
16074
16075 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
16076
16077         * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
16078         used with gdb_test_multiple.
16079
16080         * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
16081         read at address 0.  This fixes PR testsuite/1504.
16082
16083 2004-01-18  Daniel Jacobowitz  <drow@mvista.com>
16084
16085         * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
16086         Remove downloading, guessing the host executable, the calls to
16087         gdb_file_cmd and gdb_target_cmd, and "load" support.
16088         (infer_host_exec): New function broken out from gdb_load.
16089         (gdb_load): New wrapper for gdbserver_gdb_load.
16090         * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
16091         gdb_target_cmd.  Use -target-select.
16092         (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
16093         Download binaries to the host.  Clear last_mi_remote_file when
16094         we load a new binary.
16095         (mi_gdb_load): Call mi_gdb_file_cmd.  If gdbserver.exp is loaded,
16096         call gdbserver_gdb_load and mi_gdb_target_cmd.
16097
16098 2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>
16099
16100         * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
16101         type patterns.
16102
16103 2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>
16104
16105         * gdb.cp/templates.exp: Fix typo in test name of
16106         "print Foo<volatile char*>::foo".
16107
16108 2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
16109
16110         * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
16111
16112 2004-01-16  Ben Elliston  <bje@wasabisystems.com>
16113
16114         * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
16115         (clean mostlyclean): Remove empty rm.
16116
16117 2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
16118
16119         * gdb.base/setvar.exp: Add copyright years.
16120
16121 2004-01-14  David Carlton  <carlton@bactrian.org>
16122
16123         * gdb.cp/rtti.exp: Update copyright.  KFAIL test with repect to
16124         PR c++/1511 and update coment.
16125         * gdb.cp/templates.exp: Update patterns to match current output.
16126         If changes involve something other than whitespace, KFAIL
16127         w.r.t. PR c++/1512 or PR c++/931 as appropriate.
16128
16129 2004-01-14  David Carlton  <carlton@kealia.com>
16130
16131         * gdb.cp/namespace.exp: Add tests involving classes defined within
16132         namespaces.
16133         * gdb.cp/namespace.cc (C::CClass): New.
16134         * gdb.cp/namespace1.cc (C::OtherFileClass): New.
16135
16136 2004-01-14  Elena Zannoni  <ezannoni@redhat.com>
16137
16138         * gdb.base/sepdebug.exp: Bail out of the test if we don't know
16139         what debug info we have. Print a better message if something goes
16140         wrong while producing the separate debug info file.
16141
16142 2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>
16143
16144         * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
16145
16146 2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>
16147
16148         * gdb.base/callfuncs.c: Add copyright notice.
16149
16150 2004-01-13  Michael Chastain  <mec.gnu@mindspring.com>
16151
16152         * gdb.cp/derivation.exp: Add XFAIL for bug with protected
16153         inheritance.  PR gdb/1498, PR gcc/13539.
16154
16155 2004-01-13  Elena Zannoni  <ezannoni@redhat.com>
16156
16157          * gdb.threads/gcore-thread.exp: Prefix name of binary with
16158          test specific name.
16159          * gdb.mi/gdb669.exp: Ditto.
16160          * gdb.mi/mi-pthreads.exp: Ditto.
16161          * gdb.mi/mi1-pthreads.exp: Ditto.
16162          * gdb.mi/mi2-pthreads.exp: Ditto.
16163
16164 2004-01-12  Michael Chastain  <mec.gnu@mindspring.com>
16165
16166         * gdb.cp/member-ptr.cc: Add copyright notice.
16167
16168 2004-01-12  Michael Chastain  <mec.gnu@mindspring.com>
16169
16170         * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple.  Add
16171         some patterns for recent versions of gcc and hpacc.  Delete
16172         calls to setup_xfail for hppa*-*-*.  Delete redundant tests.
16173         Delete tests that access a NULL pointer-to-member-data.  This
16174         script is still disabled for gcc.
16175
16176 2004-01-12  Elena Zannoni  <ezannoni@redhat.com>
16177
16178         * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
16179         escaped correctly.
16180
16181 2004-01-12  Elena Zannoni  <ezannoni@redhat.com>
16182
16183         * gdb.base/sepdebug.exp: New file.
16184         * gdb.base/sepdebug.c: New file.
16185         * lib/gdb.exp (separate_debug_filename): New procedure.
16186         (gdb_gnu_strip_debug): New procedure.
16187
16188 2004-01-12  Andrew Cagney  <cagney@redhat.com>
16189
16190         * gdb.mi/ChangeLog: Delete file.  Renamed to ...
16191         * gdb.mi/ChangeLog-1999-2003: New file.
16192
16193 2004-01-12  Andrew Cagney  <cagney@redhat.com>
16194
16195         * gdb.base/fileio.exp: Update copyright year.  On GNU/Linux, for
16196         "Renaming a directory to a non-empty directory returns ENOTEMPTY
16197         or EEXIST", treat EBUSY as an XFAIL.
16198
16199 2004-01-11  Michael Chastain  <mec.gnu@mindspring.com>
16200
16201         * gdb.base/scope.exp: Remove obsolete setup_xfail for
16202         hp_cc_compiler.
16203
16204 2004-01-10  Michael Chastain  <mec.gnu@mindspring.com>
16205
16206         * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
16207         decorations.
16208
16209 2004-01-10  Michael Chastain  <mec.gnu@mindspring.com>
16210
16211         * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
16212         and "(aCC)" decorations.  Remove obsolete doco about old
16213         test results.
16214
16215 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
16216
16217         * gdb.cp/exception.exp: Fix typo in doco.
16218
16219 2004-01-09  Mark Kettenis  <kettenis@gnu.org>
16220
16221         * gdb.base/gdb1476.exp: Fix typo.
16222
16223 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
16224
16225         * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
16226         file.
16227
16228 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
16229
16230         * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
16231         * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
16232         Use gdb_compile.  Remove restriction on gcc.  Add some patterns
16233         for recent version of gdb.  Delete second half, which was a copy
16234         of the first half with different build flags.  This test is
16235         still disabled because it is still not ready for production.
16236
16237 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
16238
16239         * gdb.cp/exception.cc: Add copyright notice.
16240         * gdb.cp/exception.exp: Add a notice that this file is broken
16241         because of line number changes caused by addition of copyright
16242         notice.
16243
16244 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
16245
16246         * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
16247         * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
16248
16249 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
16250
16251         * gdb.cp/classes.exp: Accept gnu abi 2.
16252         * gdb.cp/derivation.exp: Likewise.
16253         * gdb.cp/overload.exp: Likewise.
16254         * gdb.cp/virtfunc.exp: Likewise.
16255
16256 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
16257
16258         * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
16259         semicolon after end of function.
16260
16261 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
16262
16263         * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
16264         * gdb.cp/bs15503.exp: Remove hp-only restriction.  Use modern
16265         boilerplate code for compiling and running the program under
16266         test.  Add some string method tests.
16267
16268 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
16269
16270         * gdb.cp/bs15503.cc: Add copyright notice.
16271         * gdb.cp/bs15503.exp: Adjust line number.
16272
16273 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
16274
16275         * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
16276         * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
16277
16278 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
16279
16280         * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
16281         hp_cc_compiler.
16282
16283 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
16284
16285         * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
16286         * gdb.cp/ctti.exp: Use the marker instead of "next".
16287         With gcc, run further before bailing.
16288
16289 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
16290
16291         * gdb.cp/cttiadd.cc: Add copyright notice.
16292         * gdb.cp/cttiadd1.cc: Likewise.
16293         * gdb.cp/cttiadd2.cc: Likewise.
16294         * gdb.cp/cttiadd3.cc: Likewise.
16295
16296 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
16297
16298         * gdb.cp/ctti.exp: Partial rewrite.  Call gdb_compile properly.
16299         Use gdb_test, gdb_test_multiple.  Use floating-point values that
16300         have exact representations in IEEE-ish formats.
16301
16302 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
16303
16304         * gdb.base/constvars.exp: Do not force lang=c++ if using HP
16305         compilers.  Delete duplicate call to get_compiler_info.
16306         (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
16307         * gdb.base/volatile.exp: Likewise.
16308
16309 2004-01-07  Mark Kettenis  <kettenis@gnu.org>
16310
16311         * gdb.base/gdb1476.exp: Only run the tests if we can't read the
16312         memory at address 0.
16313
16314 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
16315
16316         * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
16317         to test for hp-ux assembler.  Fix copyright years.
16318
16319 2004-01-07  Andrew Cagney  <cagney@redhat.com>
16320
16321         * gdb.base/fileio.c (strerrno): Add "EBUSY".
16322
16323 2004-01-07  Andrew Cagney  <cagney@redhat.com>
16324
16325         * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
16326         when creating the read-only file.  From analysis by Roland McGrath
16327         and Elena Zannoni.
16328
16329 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
16330
16331         * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
16332
16333 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
16334
16335         * gdb.base/cvexpr.c: Be type-safe with function pointers and
16336         data pointers.
16337
16338 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
16339
16340         * gdb.cp/m-static.exp: Compile one source file at a time.
16341         Delete unused call to get_compiler_info.
16342
16343 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
16344
16345         * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
16346         * gdb.base/call-rt-st.exp: Likewise.
16347         * gdb.base/nodebug.exp: Likewise.
16348         * gdb.base/volatile.exp: Likewise.
16349         * gdb.cp/ref-types.exp: Likewise.
16350         * gdb.cp/templates.exp: Likewise.
16351
16352 2004-01-05  Mark Kettenis  <kettenis@gnu.org>
16353
16354         * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
16355
16356 2004-01-05  Michael Chastain  <mec.gnu@mindspring.com>
16357
16358         * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
16359         hppa*-hp-hpux*.
16360
16361 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
16362
16363         * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
16364         x86_64-*-*.
16365
16366         * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
16367         sparc64-*-* and sparc*-solaris2*.
16368
16369 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
16370
16371         * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
16372         return ${tests}" test.  The ${tests} already mentions the
16373         filename.
16374
16375 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
16376
16377         * gdb.cp/local.exp: Accept gcc abi 2.
16378
16379 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
16380
16381         * gdb.cp/templates.exp: Accept gcc abi 2.
16382
16383 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
16384
16385         * lib/compiler.cc: Remove supports_template_debugging.
16386         * gdb.cp/templates.exp: Do not test supports_template_debugging.
16387
16388 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
16389
16390         * gdb.cp/namespace.exp: Accept gcc abi 2.
16391
16392 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
16393
16394         * gdb.cp/method.exp: Accept gcc abi 2.
16395
16396 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
16397
16398         * gdb.cp/classes.exp: Generate identical results as old version.
16399         * gdb.cp/derivation.exp: Likewise.
16400         * gdb.cp/overload.exp: Likewise.
16401         * gdb.cp/virtfunc.exp: Likewise.
16402
16403 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
16404
16405         * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
16406         mysterious bug with sourceware version of expect.
16407
16408 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
16409
16410         * gdb.cp/overload.exp: Rewrite.  Clean up patterns to match
16411         current versions of gcc, including gcc abi 2.  Remove gratuitous
16412         restart of test program.  Use gdb_test_multiple and gdb_test for
16413         all tests.  Add patterns to xfail missing "const" in "const char *"
16414         and kfail PR gdb/1155.
16415
16416 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
16417
16418         * gdb.cp/derivation.exp: Rewrite.  Clean up patterns to match
16419         current versions of gcc, including gcc abi 2.  Remove gratuitous
16420         restart of test program.  Use gdb_test_multiple and gdb_test for
16421         all tests.  Add patterns to kfail PR gdb/1498.
16422
16423 2003-12-31  Michael Chastain  <mec.gnu@mindspring.com>
16424
16425         * gdb.cp/virtfunc.exp: Rewrite.  Clean up patterns to match
16426         current versions of gcc, including gcc abi 2.  Use "breakpoint"
16427         and "continue" instead of restarting the target program.  Use
16428         gdb_test_multiple and gdb_test for all tests.
16429
16430 2004-01-01  Mark Kettenis  <kettenis@gnu.org>
16431
16432         * gdb.asm/asm-source.exp: Update copyright year.  Link statically
16433         for *-*-solaris2*.
16434
16435 2003-12-31  Michael Chastain  <mec.gnu@mindspring.com>
16436
16437         * gdb.cp/classes.exp: Rewrite.  Clean up patterns to match
16438         current versions of gcc, including gcc abi 2.  Use "breakpoint"
16439         and "continue" instead of restarting the target program several
16440         times.  Use gdb_test_multiple and gdb_test for all tests.
16441
16442 2003-12-18  Michael Chastain  <mec.gnu@mindspring.com>
16443
16444         * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
16445         source files.
16446
16447 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
16448
16449         * gdb.base/environ.exp: Handle compiling test case from multiple
16450         source files.
16451
16452 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
16453
16454         * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
16455
16456 2003-12-17  Jim Blandy  <jimb@redhat.com>
16457
16458         * gdb.base/freebpcmd.c: Add copyright notice.
16459
16460         * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
16461
16462 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
16463
16464         * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
16465
16466 2003-12-13  Jim Blandy  <jimb@redhat.com>
16467
16468         * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
16469
16470 2003-12-12  Kevin Buettner  <kevinb@redhat.com>
16471
16472         * gdb.asm/frv.inc: New file.
16473         * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
16474
16475 2003-12-09  Fred Fish  <fnf@redhat.com>
16476
16477         * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
16478         functions to break1.c and leave prototypes behind.  Add more
16479         "set breakpoint NN here" comments.
16480         * gdb.base/break1.c: New file.
16481
16482         * gdb.base/break.exp: Handle compiling test case from multiple
16483         source files and change source file references as needed.
16484         * gdb.base/completion.exp: Ditto.
16485         * gdb.base/condbreak.exp: Ditto.
16486         * gdb.base/define.exp: Ditto.
16487         * gdb.base/ena-dis-br.exp: Ditto.
16488         * gdb.base/info-proc.exp: Ditto.
16489         * gdb.base/maint.exp: Ditto.
16490         * gdb.base/until.exp: Ditto.
16491
16492         * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
16493         hardcoded line numbers.
16494         * gdb.base/define.exp: Ditto.
16495         * gdb.base/ena-dis-br.exp: Ditto.
16496         * gdb.base/maint.exp: Ditto.
16497         * gdb.base/until.exp: Ditto.
16498
16499         * gdb.base/completion.exp: Use "break1" for completion tests since
16500         "break" is no longer a unique prefix.
16501
16502 2003-12-06  Andrew Cagney  <cagney@redhat.com>
16503
16504         * gdb.base/structs.exp (test_struct_returns): When applicable, set
16505         "return_value_unimplemented".  When an unimplemented struct return
16506         architecture, report incorrect values as a KFAIL
16507
16508 2003-12-05  Michael Chastain  <mec.gnu@mindspring.com>
16509
16510         * gdb.cp/rtti.exp: Accept new wording of warning from
16511         cp_lookup_rtti_type.
16512
16513 2003-12-05  Michael Chastain  <mec.gnu@mindspring.com>
16514
16515         Partial fix for PR testsuite/1456.
16516         * gdb.base/scope.exp (test_at_main): Replace references to
16517         gcc_compiled with calls to test_compiler_info.
16518         (test_at_foo): Likewise.
16519         (test_at_bar): Likewise.
16520
16521 2003-12-04  Michael Chastain  <mec.gnu@mindspring.com>
16522
16523         Partial fix for PR testsuite/1456.
16524         * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
16525         to test_compiler_info.
16526
16527 2003-12-03  Michael Chastain  <mec.gnu@mindspring.com>
16528
16529         * gdb.base/so-impl-ld.exp: Update copyright notice.
16530
16531 2003-12-02  Michael Chastain  <mec.gnu@mindspring.com>
16532
16533         Partial fix for PR testsuite/1456.
16534         * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
16535         to test_compiler_info.
16536
16537 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
16538
16539         * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
16540         from current versions of gdb.  Clean up regular expressions.
16541         Delete redundant timeout case.
16542
16543 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
16544
16545         * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
16546         from current versions of gdb.  Clean up regular expressions.
16547         Delete redundant timeout case.
16548
16549 2003-12-01  Michael Chastain  <mec.gnu@mindspring.com>
16550
16551         Partial fix for PR testsuite/1456.
16552         * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
16553         gcc_compiled with call to test_compiler_info.
16554
16555 2003-11-30  Michael Chastain  <mec.gnu@mindspring.com>
16556
16557         Partial fix for PR testsuite/1456.
16558         * gdb.base/list.exp (test_list_function): Delete unused declaration
16559         of gcc_compiled.
16560
16561 2003-11-29  Michael Chastain  <mec.gnu@mindspring.com>
16562
16563         Partial fix for PR testsuite/1456.
16564         * gdb.base/complex.exp: Replace reference to gcc_compiled with
16565         call to test_compiler_info.
16566
16567 2003-11-29  Mark Kettenis  <kettenis@gnu.org>
16568
16569         * gdb.asm/asm-source.exp: Initialize asm-note to "empty".  Set
16570         asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*.  Use
16571         it to create the appropriate note.inc.
16572         * gdb.asm/asmsrc1.s: Include "note.inc".
16573         * gdb.asm/netbsd.inc: New file.
16574         * gdb.asm/empty.inc: New file.
16575
16576 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
16577
16578         Partial fix for PR testsuite/1456.
16579         * gdb.base/constvars.exp: Replace references to gcc_compiled with
16580         calls to test_compiler_info.
16581
16582 2003-11-27  Michael Chastain  <mec.gnu@mindspring.com>
16583
16584         Partial fix for PR testsuite/1456.
16585         * gdb.base/volatile.exp: Replace references to gcc_compiled with
16586         calls to test_compiler_info.
16587
16588 2003-11-27  Mark Kettenis  <kettenis@gnu.org>
16589
16590         * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
16591         pattern for the KFAILs.
16592
16593 2003-11-25  Adam Fedor  <fedor@gnu.org>
16594
16595         * gdb.objc/objcdecode.exp: Test for PR objc/1238.
16596         * gdb.objc/objcdecode.m: New file.
16597
16598 2003-11-25  Adam Fedor  <fedor@gnu.org>
16599
16600         * gdb.objc/nondebug.exp: Test for PR objc/1236.
16601         * gdb.objc/nondebug.m: New file.
16602
16603 2003-11-26  Ben Elliston  <bje@wasabisystems.com>
16604
16605         * gdb.asm/asm-source.exp: Make sure the final link succeeds on
16606         NetBSD as it does on FreeBSD.  Modelled on a similar change by
16607         Mark Kettenis on 2003-05-30.
16608         (link-flags): Set to "--entry _start" regardless of target.
16609         Special linker flags are to be appended to $link-flags.
16610         * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
16611
16612 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
16613
16614         * gdb.cp/method.exp: Accept output of new demangler.
16615
16616 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
16617
16618         * gdb/class2.exp: New file.
16619         * gdb/class2.cc: New file.
16620
16621 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
16622
16623         * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
16624         of new demangler.
16625
16626 2003-11-23  Mark Kettenis  <kettenis@gnu.org>
16627
16628         * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
16629         of gdb_test "run".
16630
16631 2003-11-23  Mark Kettenis  <kettenis@gnu.org>
16632
16633         * gdb.arch/i386-unwind.exp: Don't use runto_main.  Change
16634         "continue" into "run".
16635
16636 2003-11-23  Michael Chastain  <mec.gnu@mindspring.com>
16637
16638         Partial fix for PR testsuite/1456.
16639         * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
16640         call to test_compiler_info.
16641         * gdb.cp/ctti.exp: Likewise.
16642         * gdb.cp/derivation.exp: Likewise.
16643         * gdb.cp/member-ptr.exp: Likewise.
16644         * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
16645         reference to gcc_compiled.
16646
16647 2003-11-23  Michael Chastain  <mec.gnu@mindspring.com>
16648
16649         Fix PR testsuite/1463.
16650         * gdb.base/structs.exp (start_structs_test): Call
16651         get_debug_format before using the debug format.
16652
16653 2003-11-22  Andrew Cagney  <cagney@redhat.com>
16654
16655         * lib/gdb.exp (gdb_test_multiple): Add simple example.
16656         * gdb.base/structs.exp: Use gdb_test_multiple.
16657
16658 2003-11-20  Andrew Cagney  <cagney@redhat.com>
16659
16660         * gdb.base/structs.exp: Handle and recover from internal errors.
16661         Replace "foo${n}" with "foo<n>" in test messages.
16662
16663         * gdb.base/structs.exp: Update copyright.  Rewrite.
16664         * gdb.base/structs.c: Update copyright.  Rewrite.
16665
16666         * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
16667         resync count exceeded.
16668
16669         * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
16670         from the internal error.
16671         * lib/gdb.exp (gdb_internal_error_resync): New procedure.
16672         Original from Jim Blandy.
16673         (gdb_test_multiple): Use gdb_internal_error_resync.
16674
16675 2003-11-19  Andrew Cagney  <cagney@redhat.com>
16676
16677         * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
16678         KFAIL.
16679
16680 2003-11-17  Mark Kettenis  <kettenis@gnu.org>
16681
16682         New testcase for PR backtrace/1435.
16683         * gdb.arch/i386-unwind.exp: New file.
16684         * gdb.arch/i386-unwind.c: New file.
16685
16686 2003-11-17  Andrew Cagney  <cagney@redhat.com>
16687
16688         * lib/gdb.exp (compiler_info): New global.
16689         (test_compiler_info): New function.
16690         (get_compiler_info): Set compiler_info.
16691         * lib/compiler.c, lib/compiler.cc: Add copyright.  When GNUC, set
16692         "compiler_info" to gcc-<major>-<minor>.
16693
16694 2003-11-15  Michael Chastain  <mec.gnu@mindspring.com>
16695
16696         * gdb.trace/configure: Remove.
16697
16698 2003-11-13  Elena Zannoni  <ezannoni@redhat.com>
16699
16700         * gdb.base/break.c: Add comments to aid finding line numbers for
16701         breakpoints.
16702         * gdb.base/break.exp: Remove all references to explicit line
16703         numbers.
16704
16705 2003-11-11  Nick Clifton  <nickc@redhat.com>
16706
16707         * gdb.base/shreloc.exp: Do not run for targets which do not
16708         support shared objects.
16709
16710 2003-11-10  Corinna Vinschen  <vinschen@redhat.com>
16711
16712         * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
16713         Don't run tests if nofileio flag is given.
16714
16715 2003-11-07  Elena Zannoni  <ezannoni@redhat.com>
16716
16717         * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
16718         as well as 'Watchpoint'.
16719
16720 2003-11-06  Elena Zannoni  <ezannoni@redhat.com>
16721
16722         Reported by Jim Ingham <jingham@apple.com>:
16723         * gdb.base/annota1.exp: Match at least one occurrence of the
16724         signal handler annotation.
16725
16726 2003-11-06  Elena Zannoni  <ezannoni@redhat.com>
16727
16728         * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
16729         as well as 'Watchpoint'.
16730
16731 2003-11-05  Michael Chastain  <mec@shout.net>
16732
16733         * gdb.mi/pthreads.c (routine): Handle early return from sleep.
16734
16735 2003-11-03  Kris Warkentin  <kewarken@qnx.com>
16736
16737         * gdb.arch/gdb1291.c: New test file.
16738         * gdb.arch/gdb1291.exp: New test script.
16739         * gdb.arch/gdb1431.c: New test file.
16740         * gdb.arch/gdb1431.exp: New test script.
16741
16742 2003-10-22  Michael Chastain  <mec@shout.net>
16743
16744         * gdb.mi/pthreads.c: Add copyright notice.
16745
16746 2003-10-22  Michael Chastain  <mec@shout.net>
16747
16748         * gdb.threads/pthreads.c: Add copyright notice.
16749
16750 2003-10-20  Michael Chastain  <mec@shout.net>
16751
16752         * gdb.base/gdb1056.exp: New test script.
16753
16754 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
16755
16756         * gdb.threads/killed.exp: Use gdb_run_cmd.
16757
16758 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
16759
16760         * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
16761         create a core file.
16762         * gdb.threads/gcore-thread.exp: Likewise.
16763
16764 2003-10-13  Corinna Vinschen  <vinschen@redhat.com>
16765
16766         * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
16767         type, based on char type.
16768         (struct bit_flags_short_t): New bitfield type, based on short type.
16769         (init_bit_flags_char): New fuction.
16770         (init_bit_flags_short): Ditto.
16771         (print_bit_flags_char): Ditto.
16772         (print_bit_flags_short): Ditto.
16773         (main): Add handling for bit_flags_char_t and bit_flags_short_t.
16774
16775 2003-10-11  Michael Chastain  <mec@shout.net>
16776
16777         * gdb.base/call-rt-st.exp: Update copyright year.
16778
16779 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
16780
16781         * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
16782         * gdb.disasm/sh3.s: Ditto.
16783
16784 2003-10-07  Daniel Jacobowitz  <drow@mvista.com>
16785
16786         * gdb.threads/switch-threads.exp: New test.
16787         * gdb.threads/switch-threads.c: New source file.
16788
16789 2003-10-07  Corinna Vinschen  <vinschen@redhat.com>
16790
16791         * gdb.base/ending-run.exp: Add sh specific case.
16792
16793 2003-10-06  Andrew Cagney  <cagney@redhat.com>
16794
16795         * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
16796         * gdb.disasm/mn10200.exp: Delete obsolete file.
16797
16798 2003-09-29  Daniel Jacobowitz  <drow@mvista.com>
16799
16800         * ChangeLog: Correct an entry command.exp -> commands.exp.
16801         * gdb.base/commands.exp (bp_deleted_in_command_test)
16802         (temporary_breakpoint_commands): Check noargs.
16803
16804 2003-09-25  David Carlton  <carlton@kealia.com>
16805
16806         * gdb.cp/namespace.exp: Tweak comments.  Add non-quoted versions
16807         of some print tests, where appropriate.  Add tests for C::D::cd,
16808         E::ce, F::cXfX, G::XgX.
16809         * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
16810
16811 2003-09-25  Richard Earnshaw  <rearnsha@arm.com>
16812
16813         * lib/java.exp (java_init): Import target_alias before using it.
16814
16815 2003-09-25  David Carlton  <carlton@kealia.com>
16816
16817         * gdb.base/corefile.exp: Delete obsolete setup_xfail.
16818
16819 2003-09-23  Elena Zannoni  <ezannoni@redhat.com>
16820
16821         * gdb.base/selftest.exp: Accomodate more instruction reordering
16822         weirdness.
16823
16824 2003-09-17  Michael Chastain  <mec@shout.net>
16825
16826         * gdb.cp/gdb1355.exp: New file.
16827         * gdb.cp/gdb1355.c: New file.
16828
16829 2003-09-15  Corinna Vinschen  <vinschen@redhat.com>
16830
16831         * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
16832         * gdb.asm/sh.inc: New file.
16833
16834 2003-09-11  David Carlton  <carlton@kealia.com>
16835
16836         * gdb.cp/namespace.exp: Add tests for namespace types.
16837         * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
16838         (test_namespace): New.
16839
16840 2003-09-11  Elena Zannoni  <ezannoni@redhat.com>
16841
16842         * gdb.base/relocate.exp: Handle new gdb output at startup.
16843         * gdb.stabs/weird.exp: Ditto.
16844
16845 2003-09-08  Michael Chastain  <mec@shout.net>
16846
16847         * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
16848
16849 2003-09-07  Michael Chastain  <mec@shout.net>
16850
16851         * gdb.cp/classes.exp: Accommodate both 'syntax error' and
16852         'parse error'.
16853
16854 2003-09-07  Mark Kettenis  <m.kettenis@osp.nl>
16855
16856         * gdb.arch/i386-prologue.exp: Add checks for saved registers.
16857
16858 2003-08-30  Michael Chastain  <mec@shout.net>
16859
16860         * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
16861         * gdb.gdb/observer.exp: Ditto.
16862         * gdb.gdb/xfullpath.exp: Ditto.
16863
16864 2003-08-29  Mark Kettenis  <kettenis@gnu.org>
16865
16866         * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
16867         *-*-*bsd*.
16868
16869 2003-08-28  Jeff Johnston  <jjohnstn@redhat.com>
16870
16871         * gdb.base/dump.exp: Skip for ia64.
16872
16873 2003-08-25  Jeff Johnston  <jjohnstn@redhat.com>
16874
16875         * gdb.asm/asm-source.exp: Add ia64 support.
16876         * gdb.asm/ia64.inc: New file.
16877
16878 2003-08-22  Michael Chastain  <mec@shout.net>
16879
16880         * gdb.cp: New directory.
16881         * gdb.cp/*: Copy from gdb.c++/*.
16882         * gdb.c++/*: Remove.
16883         * Makefile.in: Change gdb.c++ to gdb.cp.
16884         * configure.in:  Ditto.
16885         * configure: Regnerate.
16886
16887 2003-08-18  Mark Kettenis  <kettenis@gnu.org>
16888
16889         * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
16890         * gdb.arch/i386-prologue.c (gdb1338): Add function.
16891
16892 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
16893
16894         * mi-var-display.exp (-var-list-children weird): Accept function
16895         pointers with argument types.
16896         * mi1-var-display.exp (-var-list-children weird): Likewise.
16897         * mi2-var-display.exp (-var-list-children weird): Likewise.
16898
16899 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
16900
16901         * gdb.base/annota3.exp: Add missing newline.
16902
16903 2003-08-06  Michael Chastain  <mec@shout.net>
16904
16905         * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
16906
16907 2003-08-12  Michael Snyder  <msnyder@redhat.com>
16908
16909         * gdb.base/float.exp: Add test for SH.
16910
16911 2003-08-10  Mark Kettenis  <kettenis@gnu.org>
16912
16913         * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
16914
16915 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
16916
16917        * gdb.base/completion.exp: Remove reduntant completion test
16918        on filename.
16919
16920 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
16921
16922         * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
16923         gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
16924         gdb.trace/save-trace.exp: Make sure that full pathnames are
16925         escaped correctly.
16926
16927 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
16928
16929         * configure.in: Don't generate config.h from config.hin.
16930         * configure: Regenerate.
16931         * config.hin: Remove file.
16932         * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
16933         * gdb.threads/pthreads.c: Ditto.
16934
16935 2003-08-07  Daniel Jacobowitz  <drow@mvista.com>
16936
16937         From Kei Sakamoto <sakamoto.kei@renesas.com>:
16938         * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
16939         * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
16940         Replace ld24 with seth/add3.
16941
16942 2003-08-02  Andrew Cagney  <cagney@redhat.com>
16943
16944         * gdb.base/annota3.exp: New file.
16945         * gdb.base/annota3.c: New file.
16946         * gdb.c++/annota3.exp: New file.
16947         * gdb.c++/annota3.cc: New file.
16948
16949 2003-07-29  Michael Chastain  <mec@shout.net>
16950
16951         * gdb.threads/tls.c (spin): Check errno only if sem_wait
16952         actually failed.
16953         (do_pass): Likewise.
16954         * gdb.threads/tls.exp: Always initialize no_of_threads.
16955
16956 2003-07-27  Daniel Jacobowitz  <drow@mvista.com>
16957
16958         * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
16959         pattern.
16960         * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
16961         * gdb.threads/tls.exp: Recognize one case of the host library not
16962         supporting TLS.
16963
16964 2003-07-27  Andrew Cagney  <cagney@redhat.com>
16965
16966         * gdb.base/fileio.exp: Use SH when running commands using
16967         remote_exec.
16968
16969 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
16970
16971         From Kei Sakamoto <sakamoto.kei@renesas.com>:
16972         * gdb.base/relocate.c (dummy): New padding array.
16973
16974 2003-07-22  Michael Snyder  <msnyder@redhat.com>
16975
16976         * gdb.disasm/8300s.s: Fix syntax of bsr insn.
16977
16978         * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
16979         patterns to be more general, accepting old and new output.
16980         Some output chars (such as '+') also must be quoted.
16981         Some addresses are displayed numerically instead of
16982         symbolically.
16983
16984 2003-07-23  Michael Snyder  <msnyder@redhat.com>
16985
16986         * gdb.base/return2.exp: Don't test long-long return.
16987
16988         * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
16989         * gdb.disasm/t01_mov.exp: Ditto.
16990         * gdb.disasm/t02_mova.s: Ditto.
16991         * gdb.disasm/t02_mova.exp: Ditto.
16992         * gdb.disasm/t03_add.s: Ditto.
16993         * gdb.disasm/t03_add.exp: Ditto.
16994         * gdb.disasm/t04_sub.s: Ditto.
16995         * gdb.disasm/t04_sub.exp: Ditto.
16996         * gdb.disasm/t05_cmp.s: Ditto.
16997         * gdb.disasm/t05_cmp.exp: Ditto.
16998         * gdb.disasm/t06_ari2.s: Ditto.
16999         * gdb.disasm/t06_ari2.exp: Ditto.
17000         * gdb.disasm/t07_ari3.s: Ditto.
17001         * gdb.disasm/t07_ari3.exp: Ditto.
17002         * gdb.disasm/t08_or.s: Ditto.
17003         * gdb.disasm/t08_or.exp: Ditto.
17004         * gdb.disasm/t09_xor.s: Ditto.
17005         * gdb.disasm/t09_xor.exp: Ditto.
17006         * gdb.disasm/t10_and.s: Ditto.
17007         * gdb.disasm/t10_and.exp: Ditto.
17008         * gdb.disasm/t11_logs.s: Ditto.
17009         * gdb.disasm/t11_logs.exp: Ditto.
17010         * gdb.disasm/t12_bit.s: Ditto.
17011         * gdb.disasm/t12_bit.exp: Ditto.
17012         * gdb.disasm/t13_otr.s: Ditto.
17013         * gdb.disasm/t13_otr.exp: Ditto.
17014
17015 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
17016
17017         * gdb.threads/tls.exp :Add kfail for 'info address' case.
17018
17019 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
17020
17021         * gdb.threads/tls.c : New file.
17022         * gdb.threads/tls.exp : New file.
17023         * gdb.threads/tls-main.c : New file.
17024         * gdb.threads/tls-shared.c : New file.
17025         * gdb.threads/tls-shared.exp : New file.
17026
17027 2003-07-22  Andreas Schwab  <schwab@suse.de>
17028
17029         * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
17030
17031 2003-07-20  Andreas Schwab  <schwab@suse.de>
17032
17033         * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
17034         due to insn reordering.
17035
17036 2003-07-15  Andrew Cagney  <cagney@redhat.com>
17037
17038         * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
17039
17040 2003-07-15  Michael Chastain  <mec@shout.net>
17041
17042         * gdb.base/gdb1250.exp: New file.
17043         * gdb.base/gdb1250.c: New file.
17044
17045 2003-07-09  Michal Ludvig  <mludvig@suse.cz>
17046
17047         * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
17048         expansion of size_t to 'unsigned long', not only to 'unsigned'.
17049
17050 2003-07-09  Elena Zannoni  <ezannoni@redhat.com>
17051
17052         * gdb.threads/tls.c: New file.
17053         * gdb.threads/tls.exp: New file.
17054         * gdb.threads/tls-main.c: New file.
17055         * gdb.threads/tls-shared.c: New file.
17056         * gdb.threads/tls-shared.exp: New file.
17057
17058 2003-07-09  Elena Zannoni  <ezannoni@redhat.com>
17059
17060         * gdb.base/annota1.exp: Make sure that we properly escape the
17061         full path of the source file. Xfail more permissive patterns,
17062         due to a compiler debug info problem.
17063
17064 2003-07-07  Andreas Schwab  <schwab@suse.de>
17065
17066         * gdb.asm/m68k.inc: New file.
17067         * gdb.asm/asm-source.exp: Use it for m68k-*-*.
17068
17069         * gdb.objc/basicclass.exp ("Call an Objective-C method with no
17070         arguments"): Also match negative number.
17071
17072         * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
17073
17074 2003-07-03  Daniel Jacobowitz  <drow@mvista.com>
17075
17076         * gdb.base/store.c (charest): New typedef.
17077         (add_char): Rename to add_charest, update.
17078         (wack_char): Rename to wack_charest, update types.  Return l + r
17079         to keep r live across the call.
17080         (wack_short, wack_int, wack_long, wack_longest, wack_float)
17081         (wack_double, wack_doublest): Return l + r to keep r live across
17082         the call.
17083         * gdb.base/store.exp: Accomodate store.c changes.
17084
17085 2003-06-30  David Carlton  <carlton@kealia.com>
17086
17087         * gdb.c++/maint.exp (test_invalid_name): New.
17088         (test_first_component): Add tests for invalid names.
17089
17090 2003-06-29  Michael Chastain  <mec@shout.net>
17091
17092         * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
17093         output of '<VTT for class>' for virtual base classes.
17094
17095 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
17096
17097         * gdb.base/completion.exp: Tab-complete "complet" instead of
17098         "compl".
17099         * gdb.base/complex.exp, gdb.base/complex.c: New files.
17100
17101 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
17102
17103         * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
17104         * gdb.base/volatile.exp: Likewise.
17105
17106 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
17107
17108         * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
17109         gdb/1265.
17110
17111 2003-06-28  Michael Chastain  <mec@shout.net>
17112             Daniel Jacobowitz  <drow@mvista.com>
17113
17114         * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
17115         initial line count of 'captured_main' from 26 to 32.
17116         (test_with_self): Allow xmalloc call to be interleaved with the
17117         preceding two lines.
17118
17119 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
17120
17121         * gdb.base/bang.exp: New testcase.
17122
17123 2003-06-23  Joel Brobecker  <brobecker@gnat.com>
17124
17125         * gdb.base/langs.exp: Add some tests for the "minimal" language
17126         support.
17127
17128 2003-06-23  Elena Zannoni  <ezannoni@redhat.com>
17129
17130         * gdb.objc/basicclass.exp: Return -1 if we cannot compile
17131         the testcase.
17132
17133 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
17134
17135         * gdb.base/relocate.exp: Test add-symbol-file with a variable
17136         offset.
17137
17138 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
17139
17140         * gdb.c++/pr-1210.cc: New file.
17141         * gdb.c++/pr-1210.exp: New file.
17142
17143 2003-06-21  Daniel Jacobowitz  <drow@mvista.com>
17144
17145         * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
17146         000-exec-continue.
17147
17148 2003-06-15  Mark Kettenis  <kettenis@gnu.org>
17149
17150         * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
17151         on *-*-*bsd* instead of *-*-freebsd*.
17152
17153 2003-06-14  Andrew Cagney  <cagney@redhat.com>
17154
17155         * gdb.base/store.exp: Test longest and doublest.  Test all
17156         parameters.  Weaken return statement match.
17157         * gdb.base/store.c: Add longest and doublest - aka long long and
17158         long double functions.  Put all parameters into local register
17159         variables.  Use negative values.
17160
17161 2003-06-14  Andrew Cagney  <cagney@redhat.com>
17162
17163         * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>.  Gag
17164         -Wformat errors.  Add lost line.  Use WEXITSTATUS to get system
17165         exit status.
17166         * gdb.base/fileio.exp: Disable target when nointerrupts and
17167         noinferiorio, instead of limiting it to remote.  Use remote_exec
17168         instead of system.
17169
17170 2003-06-12  Jeff Johnston  <jjohnstn@redhat.com>
17171
17172         * gdb.base/float.exp: Add ia64 support.
17173
17174 2003-06-12  Corinna Vinschen  <vinschen@redhat.com>
17175
17176         * gdb.base/fileio.exp: Run only on remote targets.
17177
17178 2003-06-10  Corinna Vinschen  <vinschen@redhat.com>
17179
17180         * gdb.base/fileio.c: New file, testing File-I/O.
17181         * gdb.base/fileio.exp: Ditto.
17182
17183 2003-06-09  Raoul Gough  <RaoulGough@yahoo.co.uk>
17184
17185         * gdb.base/shreloc.exp: New file, check symbol values obtained from
17186         shared objects after relocation at load time (gdb PR/1132).
17187         * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
17188         as above, part of the shared object relocation test.
17189
17190 2003-06-08  Mark Kettenis  <kettenis@gnu.org>
17191
17192         * gdb.base/readline.exp: Add tests for operate-and-get-next with a
17193         fully filled history list.
17194         * gdb.base/gdb_history: New file.
17195
17196         * gdb.base/signals.exp: XFAIL "continue to func1" on
17197         i*86-*-freebsd*.
17198
17199         * gdb.base/attach.exp: When trying to attach to a nonexistent
17200         process, make it possible to specify the PID based on the target,
17201         and do so for *-*-freebsd*.
17202
17203 2003-06-02  Richard Henderson  <rth@redhat.com>
17204
17205         * gdb.base/float.exp: Add expected regexp for alpha-*-*.
17206
17207 2003-06-02  Richard Henderson  <rth@redhat.com>
17208
17209         * gdb.base/selftest.exp: Next over lim_at_start initialization.
17210
17211 2003-06-02  Richard Henderson  <rth@redhat.com>
17212
17213         * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
17214
17215 2003-06-01  Daniel Jacobowitz  <drow@mvista.com>
17216
17217         * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
17218         of globalvar.
17219
17220 2003-06-01  Mark Kettenis  <kettenis@gnu.org>
17221
17222         * gdb.asm/asm-source.exp: Check for memory read errors in
17223         disassembler test on *BSD too.
17224
17225 2003-06-01  Richard Henderson  <rth@redhat.com>
17226
17227         * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
17228         for .frame.
17229         (gdbasm_call): Lose ldgp.
17230         (gdbasm_startup): Add frame information.
17231         * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
17232
17233 2003-05-31  Mark Kettenis  <kettenis@gnu.org>
17234
17235         * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
17236         i?86-*-*.
17237
17238 2003-05-30  Mark Kettenis  <kettenis@gnu.org>
17239
17240         * gdb.asm/asm-source.exp: Make sure the final link succeeds on
17241         FreeBSD.
17242
17243 2003-05-29  Richard Henderson  <rth@redhat.com>
17244
17245         * gdb.asm/alpha.inc: New file.
17246         * gdb.asm/asm-source.exp: Use it.
17247
17248 2003-05-29  Jim Blandy  <jimb@redhat.com>
17249
17250         * gdb.base/corefile.exp: Find corefiles on Linux, which names them
17251         'core.PID'.
17252
17253 2003-05-22  Jim Blandy  <jimb@redhat.com>
17254
17255         * gdb.base/corefile.exp: Tolerate stuff after argument parens in
17256         backtrace.
17257
17258 2003-05-20  David Carlton  <carlton@math.stanford.edu>
17259
17260         * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
17261         this time.
17262
17263 2003-05-19  David Carlton  <carlton@bactrian.org>
17264
17265         * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
17266         * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
17267
17268 2003-05-19  David Carlton  <carlton@bactrian.org>
17269
17270         * gdb.c++/namespace.exp: Add namespace scope and anonymous
17271         namespace tests.
17272         Bump copyright date.
17273         * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
17274         (main): Call C::D::marker2.
17275         * gdb.c++/namespace1.cc: New file.
17276
17277 2003-05-14  Jeff Johnston  <jjohnstn@redhat.com>
17278
17279         Roland McGrath  <roland@redhat.com>
17280         * gdb.threads/linux-dp.exp: Account for fact that in nptl model
17281         there is no manager thread.
17282
17283 2003-05-08  Jeff Johnston  <jjohnstn@redhat.com>
17284
17285         * gdb.threads/schedlock.exp: Remove assumption that all threads
17286         will run in a particular small time slice.  Also ensure we break
17287         in one of the child threads rather than the main thread.
17288
17289 2003-05-07  Jim Blandy  <jimb@redhat.com>
17290
17291         Add support for assembly source testing on the s390x.
17292         * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
17293         architecture.
17294         * gdb.asm/s390x.inc: New file.
17295
17296         * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
17297         succession of 'if' statements.
17298
17299 2003-05-05  Andrew Cagney  <cagney@redhat.com>
17300
17301         * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
17302
17303 2003-05-05  Andrew Cagney  <cagney@redhat.com>
17304
17305         * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
17306         DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
17307
17308 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
17309
17310         * gdb.base/charset.exp: Update based on new behavior of set/show
17311         charset commands.
17312
17313 2003-05-01  Andrew Cagney  <cagney@redhat.com>
17314
17315         * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
17316         variable do not give memory errors.
17317
17318 2003-04-30  Adam Fedor  <fedor@gnu.org>
17319
17320         * Makefile.in (ALL_SUBDIRS): Add gdb.objc
17321         * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
17322         * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
17323         gdb.objc/basicclass.m: : New files
17324
17325         * lib/gdb.exp (gdb_compile_objc): New procedure.
17326
17327 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
17328
17329         * gdb.base/signals.exp: Make backtrace tests more specific.
17330
17331 2003-04-23  David Carlton  <carlton@bactrian.org>
17332
17333         * gdb.c++/maint.exp (test_first_component): Add tests for
17334         'operator' in more locations.
17335
17336 2003-04-16  Kevin Buettner  <kevinb@redhat.com>
17337
17338         * gdb.base/args.exp: Invoke gdb_load for simulator targets.
17339
17340 2003-04-16  Elena Zannoni  <ezannoni@redhat.com>
17341
17342         * gdb.base/completion.exp: Make 'info func mark' complete on 'info
17343         func marke' instead. Update test name.
17344
17345 2003-04-15  David Carlton  <carlton@math.stanford.edu>
17346
17347         * gdb.c++/maint.exp: New file.
17348
17349 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
17350
17351         * gdb.threads/schedlock.c: Change type of thread function argument
17352         to long, to avoid warnings on 64-bit platforms.
17353
17354 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
17355
17356         * gdb.base/attach.exp: Add new message from ptrace in case of
17357         attaching to nonexistent process.
17358
17359 2003-04-11  Jim Blandy  <jimb@redhat.com>
17360
17361         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
17362         gdb.c++/userdef.cc: Place comments on the lines to which the
17363         marker function might return.
17364         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
17365         gdb.c++/userdef.exp: Look for those comments to check that we've
17366         returned to the right place, instead of checking line numbers.
17367
17368 2003-04-11  Elena Zannoni  <ezannoni@redhat.com>
17369
17370         * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
17371         match on sourcefile name, instead of directory name.
17372
17373 2003-04-10  Elena Zannoni  <ezannoni@redhat.com>
17374
17375         * gdb.base/completion.exp: Use string_to_regexp to match the
17376         working directory name.
17377
17378 2003-04-09  Jim Blandy  <jimb@redhat.com>
17379
17380         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
17381         gdb.c++/userdef.exp: If GDB fails to restore the selected frame
17382         after an inferior function call, report the failure, but allow the
17383         test to continue.
17384
17385 2003-04-05  Stephane Carrez  <stcarrez@nerim.fr>
17386
17387         * gdb.base/break.exp: marker4() is defined at line 46 when compiled
17388         with -DPROTOTYPES.
17389
17390 2003-04-05  Stephane Carrez  <stcarrez@nerim.fr>
17391
17392         * gdb.base/break.exp: Revert last patch.
17393
17394 2003-04-04  Stephane Carrez  <stcarrez@nerim.fr>
17395
17396         * gdb.base/break.exp: marker4() is defined at line 46 when compiled
17397         with -DPROTOTYPES.
17398
17399 2003-04-02  Andrew Cagney  <cagney@redhat.com>
17400
17401         * gdb.base/callfuncs.exp: Make "print add" messages unique.
17402         * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
17403         matching directories by the name breakpoint.
17404         * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
17405         Make "continue to marker1" consistent.
17406         * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
17407         message consistent.
17408         * lib/gdb.exp: Put "the program is no longer running", and "the
17409         program exited" in parenthesis.
17410         * lib/mi-support.exp: Ditto.
17411
17412 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
17413
17414         * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
17415
17416 2003-03-29  Andrew Cagney  <cagney@redhat.com>
17417
17418         * gdb.base/sizeof.c (main): Print the value of '\377'.
17419         * gdb.base/sizeof.exp: Check the sign of '\377'.
17420
17421 2003-03-27  Michael Chastain  <mec@shout.net>
17422
17423         * gdb.base/gdb1090.exp: New file.
17424         * gdb.base/gdb1090.cc: New file.
17425
17426 2003-03-27  J. Brobecker  <brobecker@gnat.com>
17427
17428         * gdb.gdb/observer.exp: New regression test.
17429
17430 2003-03-27  Michael Chastain  <mec@shout.net>
17431
17432         * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
17433         * gdb.base/ptype.exp: Likewise.
17434
17435 2003-03-27  Corinna Vinschen  <vinschen@redhat.com>
17436
17437         * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
17438
17439 2003-03-26  Michael Chastain  <mec@shout.net>
17440
17441         * gdb.base/ptype.exp: Actually use some typedef'd types.
17442
17443 2003-03-21  Stephane Carrez  <stcarrez@nerim.fr>
17444
17445         * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
17446         * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
17447
17448 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
17449
17450         * gdb.base/default.exp: Fix regular expression.
17451
17452 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
17453
17454         * gdb.base/args.exp: Fix regular expression.
17455
17456 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
17457
17458         * gdb.base/help.exp: Allow Win32 child process.
17459
17460 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
17461
17462         * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
17463         when stepping out of main().
17464
17465 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
17466
17467         * gdb.base/default.exp: Check for win32 specific message when calling
17468         "run" without executable.
17469
17470 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
17471
17472         * gdb.base/args.exp: Expect .exe in output.
17473
17474 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
17475
17476         * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
17477         Cygwin native.
17478
17479 2003-03-17  Andrew Cagney  <cagney@redhat.com>
17480
17481         From Elena Zannoni <ezannoni@redhat.com>.  Test e500 abi and
17482         vector registes.
17483         * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
17484         * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
17485
17486 2003-03-17  David Carlton  <carlton@math.stanford.edu>
17487
17488         * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
17489         test, for PR breakpoints/38.
17490         Call test_watchpoint_and_breakpoint.
17491         * gdb.base/watchpoint.c (func3): New function.
17492         (main): Call func3.
17493
17494 2003-03-04  David Carlton  <carlton@math.stanford.edu>
17495
17496         * gdb.c++/templates.exp (do_tests): Accept valid const in "print
17497         Garply<Garply<char> >:: garply".
17498         (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
17499         with respect to PR c++/1111; note also PR c++/1113.
17500         (test_template_breakpoints): KFAIL "constructor breakpoint" with
17501         respect to PR c++/1062.
17502         KFAIL "destructor breakpoint" with respect to PR c++/1112.
17503
17504 2003-03-03  David Carlton  <carlton@math.stanford.edu>
17505
17506         * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
17507         with respect to PR c++/57.
17508         KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
17509         c++/826.
17510         Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
17511         respect to PR c++/57.
17512
17513 2003-03-03  David Carlton  <carlton@math.stanford.edu>
17514
17515         * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
17516         respect to PR c++/33 into FAILs.
17517
17518 2003-03-03  Michael Chastain  <mec@shout.net>
17519
17520         * configure.in: Update copyright years.
17521
17522 2003-03-03  Michael Chastain  <mec@shout.net>
17523
17524         * Makefile.in: Update copyright years.
17525
17526 2003-02-28  David Carlton  <carlton@math.stanford.edu>
17527
17528         * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
17529         print class instead of struct and/or superfluous protection
17530         specifiers, as long as the resulting output is equivalent to the
17531         source code.
17532         Delete FIXME from end of messages on tests that don't need
17533         fixing.
17534
17535 2003-02-28  David Carlton  <carlton@math.stanford.edu>
17536
17537         * gdb.c++/templates.exp (do_tests): Allow const in the two
17538         Foo<volatile char *>::foo tests.
17539
17540 2003-02-27  Michael Snyder  <msnyder@redhat.com>
17541
17542         * gdb.base/restore.c (main): Return zero, so exit code
17543         will be consistant.
17544
17545 2003-02-26  David Carlton  <carlton@math.stanford.edu>
17546
17547         * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
17548         char *>::foo" test with respect to PR c++/33.  Create a new test
17549         which is identical to that one except that it doesn't put the
17550         space between the "char" and the "*"; KFAIL it, too.
17551
17552 2003-02-26  David Carlton  <carlton@math.stanford.edu>
17553
17554         * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
17555         template types into either PASSes or KFAILs (corresponding to PR
17556         c++/57).  Tweak indentation.  Update copyright.
17557
17558 2003-02-23  Stephane Carrez  <stcarrez@nerim.fr>
17559
17560         * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
17561
17562 2003-02-13  Michael Chastain  <mec@shout.net>
17563
17564         * gdb.base/exprs.exp: Remove i960 remnants.
17565         * gdb.base/funcargs.exp: Likewise.
17566         * gdb.base/list.exp: Likewise.
17567         * gdb.base/ptype.exp: Likewise.
17568
17569 2003-02-14  David Carlton  <carlton@math.stanford.edu>
17570
17571         * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
17572         pEe->D::vg()" from XFAIL to KFAIL.
17573
17574 2003-02-13  Jason Molenda  (jmolenda@apple.com)
17575
17576         * gdb.base/maint.exp: Update maint print statistics regexp to include
17577         new entries.
17578
17579 2003-02-13  Michael Chastain  <mec@shout.net>
17580
17581         * gdb.c++/inherit.exp: Remove call to get_debug_format.
17582
17583 2003-02-12  Michael Chastain  <mec@shout.net>
17584
17585         * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
17586         * gdb.c++/inherit.exp: Likewise.
17587         * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
17588         * gdb.c++/templates.exp: Likewise.
17589         * gdb.c++/virtfunc.exp: Likewise.
17590
17591 2003-02-06  Jason Molenda  (jason-cl@molenda.com)
17592
17593         * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
17594         why the code is written that way.
17595
17596 2003-02-05  Michael Chastain  <mec@shout.net>
17597
17598         * gdb.base/dump.exp: Add missing copyright line.
17599
17600 2003-02-05  Jason Molenda  (jason-cl@molenda.com)
17601
17602         * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
17603         at the beginning so the breakpoint doesn't get set on the loop.
17604
17605 2003-02-05  Michael Chastain  <mec@shout.net>
17606
17607         * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
17608         output for configurations with gcc 2.95.3.
17609
17610 2003-02-05  Keith Seitz  <keiths@redhat.com>
17611             Andrew Cagney  <ac131313@redhat.com>
17612
17613         * gdb.mi/mi-cli.exp: New file.
17614
17615 2003-02-04  Michael Chastain  <mec@shout.net>
17616
17617         * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
17618         Call perror and then continue.
17619
17620 2003-02-03  Michael Chastain  <mec@shout.net>
17621
17622         * gdb.c++/pr-1023.cc: New file.
17623         * gdb.c++/pr-1023.exp: New file.
17624
17625 2003-02-05  Jim Blandy  <jimb@redhat.com>
17626
17627         * gdb.c++/local.exp: Don't expect Local to be in scope in main;
17628         it's local to foobar.  Check for it there, and check that it's not
17629         present in main.
17630         * gdb.c++/local.cc (marker2): New function.
17631         (foobar): Call marker1.
17632         (main): Call marker2 instead of marker1.
17633
17634 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
17635
17636         * gdb.disasm/mn10200.exp: Obsolete file.
17637         * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
17638         * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
17639         * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
17640
17641 2003-02-04  David Carlton  <carlton@math.stanford.edu>
17642
17643         * gdb.c++/overload.exp: Test intToChar(1).
17644         * gdb.c++/overload.cc (intToChar): New.
17645         (main): Call intToChar.
17646
17647 2003-02-03  David Carlton  <carlton@math.stanford.edu>
17648
17649         * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
17650         'might_kfail' arg.
17651         KFAIL some of the continue_to_bp_overloaded calls, according to
17652         PR c++/1025.
17653
17654 2003-02-01  Michael Chastain  <mec@shout.net>
17655
17656         * gdb.base/advance.c (marker1): New marker function.
17657         * gdb.base/advance.exp: When the 'advance' command lands on the
17658         return breakpoint, it can legitimately stop on either the
17659         current line or the next line.  Accommodate both outcomes.
17660         * gdb.base/until.exp: Likewise.
17661
17662 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
17663
17664         2002-11-10 Jason Molenda (jason-cl@molenda.com):
17665         * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
17666         now a list, not a tuple.
17667         * gdb.mi/mi-var-display.exp: Ditto.
17668         * gdb.mi/gdb792.exp: Ditto.
17669
17670 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
17671
17672         From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
17673         * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
17674         stack backtraces.
17675         * gdb.mi/mi-syn-frame.c: Part of same.
17676
17677 2003-02-01  Mark Kettenis  <kettenis@gnu.org>
17678
17679         * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
17680         gdb.mi/mi1-pthreads.exp: Return instead of calling
17681         gdb_suppress_entire_file.
17682
17683 2003-02-01  Mark Salter  <msalter@redhat.com>
17684
17685         * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
17686
17687 2003-01-31  Mark Salter  <msalter@redhat.com>
17688
17689         * lib/mi-support.exp (mi_gdb_load): Support remote targets.
17690         Support empty arg.
17691
17692 2003-01-30  Michael Chastain  <mec@shout.net>
17693
17694         * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
17695         This was a workaround for a UTF-8 bug in readline 4.3.  The bug
17696         has been fixed in gdb/readline on 2003-01-09.
17697
17698 2003-01-29  Michael Snyder  <msnyder@redhat.com>
17699
17700         * gdb.base/maint.exp: Allow for leading underscore in symbol.
17701         * gdb.base/display.exp: Allow for leading underscore in symbol.
17702         * gdb.base/args.exp: Skip if target does not support args passing.
17703
17704 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
17705
17706         * lib/gdb.exp (gdb_test_multiple): New function, cloned from
17707         gdb_test.  Accept a list of expect arguments as the third
17708         parameter.
17709         (gdb_test): Use it.
17710
17711 2003-01-20  Elena Zannoni  <ezannoni@redhat.com>
17712
17713         * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
17714         allow for different test tree configurations.  Update some
17715         tescases accordingly.
17716         * gdb.arch/altivec-regs.exp: Ditto.
17717         * gdb.asm/asm-source.exp: Ditto.
17718         * gdb.base/advance.exp: Ditto.
17719         * gdb.base/display.exp: Ditto.
17720         * gdb.base/long_long.exp: Ditto.
17721         * gdb.base/mips_pro.exp: Ditto.
17722         * gdb.base/overlays.exp: Ditto.
17723         * gdb.base/relocate.exp: Ditto.
17724         * gdb.base/setshow.exp: Ditto.
17725         * gdb.base/step-line.exp: Ditto.
17726         * gdb.base/step-test.exp: Ditto.
17727         * gdb.base/until.exp: Ditto.
17728         * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
17729
17730 2003-01-17  David Carlton  <carlton@math.stanford.edu>
17731
17732         * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
17733         corresponding to PR c++/945.
17734         Update copyright.
17735
17736 2003-01-17  David Carlton  <carlton@math.stanford.edu>
17737
17738         * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
17739         corresponding to PR c++/68.
17740
17741 2003-01-17  David Carlton  <carlton@math.stanford.edu>
17742
17743         * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
17744         (test_paddr_hairy_functions): Call print_addr_2_kfail for
17745         hairyfunc5 through hairyfunc7.  KFAIL for PR c++/19.
17746
17747 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
17748
17749         * gdb.base/break.exp: Fix change of default location, because of
17750         removal of until tests.
17751         * gdb.base/help.exp: Update test for new 'until' help message.
17752         Add test for help on 'advance'.
17753         * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
17754
17755 2003-01-15  Mark Kettenis  <kettenis@gnu.org>
17756
17757         * gdb.base/default.exp: Adapt "info float" test for recent changes
17758         to that command.  Add test for "info vector".
17759         * gdb.base/float.exp: New file.  Add test for "info float" that
17760         resembles the old test in gdb.base/default.exp.
17761
17762 2003-01-15  David Carlton  <carlton@math.stanford.edu>
17763
17764         * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
17765
17766 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
17767
17768         * gdb.base/break.exp: Move the tests of until command from here...
17769         * gdb.base/until.exp: ... to here. New file. Add other tests.
17770         * gdb.base/advance.c: New file.
17771         * gdb.base/advance.exp: New file.
17772
17773 2003-01-14  Elena Zannoni  <ezannoni@redhat.com>
17774
17775         * gdb.base/args.c: New file.
17776         * gdb.base/args.exp: New file.
17777
17778 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
17779
17780         * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
17781
17782 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
17783
17784         * gdb.threads/killed.exp: Use KFAIL for gdb/568.
17785
17786 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
17787
17788         * gdb.base/constvars.exp: Remove two extra XFAILs.  Update copyright
17789         dates.
17790
17791 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
17792
17793         * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
17794
17795 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
17796
17797         * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
17798         (ptype &*"foo").
17799         * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
17800
17801 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
17802
17803         * gdb.mi/mi-console.exp: Remove extra "(known bug)".
17804         * gdb.mi/mi1-console.exp: Likewise.
17805
17806 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
17807
17808         * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
17809         * gdb.mi/mi1-console.exp: Likewise.
17810
17811 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
17812
17813         * gdb.c++/overload.exp: Remove some fixed XFAILs.
17814
17815 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
17816
17817         * gdb.base/detach.exp: New test.
17818
17819 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
17820
17821         * Makefile.in (ALL_SUBDIRS): New variable.
17822         (subdirs, clean, distclean): Use it.
17823         * gdb.arch/Makefile.in: Clean up Makefile.  Remove rules for
17824         regenerating Makefile, since it is generated from the top level.
17825         * gdb.asm/Makefile.in: Likewise.
17826         * gdb.base/Makefile.in: Likewise.
17827         * gdb.c++/Makefile.in: Likewise.
17828         * gdb.disasm/Makefile.in: Likewise.
17829         * gdb.java/Makefile.in: Likewise.
17830         * gdb.mi/Makefile.in: Likewise.
17831         * gdb.threads/Makefile.in: Likewise.
17832         * gdb.trace/Makefile.in: Likewise.
17833
17834 2003-01-09  David Carlton  <carlton@math.stanford.edu>
17835
17836         * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
17837         Add copyright year 2003.
17838
17839 2003-01-06  Michael Chastain  <mec@shout.net>
17840
17841         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
17842         When selecting a thread, 'line' and 'file' are optional.
17843         * gdb.mi/mi1-pthreads.exp: Likewise.
17844
17845 2003-01-06  Andreas Schwab  <schwab@suse.de>
17846
17847         * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
17848         failures.
17849
17850 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
17851
17852         Fix PR gdb/844
17853         * lib/gdb.exp (gdb_compile): Handle "quiet" option.
17854         (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
17855
17856         * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads.  Return
17857         instead of calling gdb_suppress_entire_file.
17858         * gdb.threads/print-threads.exp: Likewise.
17859         * gdb.threads/schedlock.exp: Likewise.
17860
17861         * gdb.threads/killed.exp: Return instead of calling
17862         gdb_suppress_entire_file.
17863         * gdb.threads/linux-dp.exp: Likewise.
17864         * gdb.threads/pthreads.exp: Likewise.
17865
17866 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
17867
17868         * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
17869         stabs.
17870         * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
17871         * gdb.base/whatis.exp: Always allow (void) after function names.
17872
17873 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
17874
17875         * gdb.c++/casts.exp: Correct regexp.
17876
17877 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
17878
17879         * configure.in: Call AC_CONFIG_HEADER.  Don't call
17880         AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
17881         gdb.disasm, gdb.mi, gdb.threads and gdb.trace.  Call
17882         AC_CHECK_HEADERS on pthread.h.  Put Makefiles in the
17883         aforementioned directories in the AC_OUPUT call.
17884         * config.hin: New file.
17885         * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
17886         gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
17887         gdb.threads/killed.exp, gdb.threads/print-threads.exp,
17888         gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
17889         pass -I$objdir instead of -I$objdir/$subdir in compilation.
17890         * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
17891         gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
17892         gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
17893         gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
17894         gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
17895         gdb.threads/configure.in, gdb.threads/configure,
17896         gdb.threads/config.in, gdb.trace/configure.in,
17897         gdb.trace/configure: Removed.
17898
17899 2003-01-03  Michael Chastain  <mec@shout.net>
17900
17901         * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
17902         testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
17903
17904 2003-01-03  Daniel Jacobowitz  <drow@mvista.com>
17905
17906         * gdb.base/store.exp: Fix regular expressions.
17907
17908 2002-12-28  Mark Kettenis  <kettenis@gnu.org>
17909
17910         * configure.in: Rewrite.
17911         * configure: Regenerated.
17912
17913 2003-01-03  David Carlton  <carlton@math.stanford.edu>
17914
17915         * gdb.base/psymtab.exp: New file.
17916         * gdb.base/psymtab1.c: Ditto.
17917         * gdb.base/psymtab2.c: Ditto.
17918
17919 2002-12-23  Adam Fedor  <fedor@gnu.org>
17920
17921         * gdb.base/maint.exp: Update expect output to include 'ObjC'.
17922
17923 2002-12-23  David Carlton  <carlton@math.stanford.edu>
17924
17925         * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
17926         and current_directory initialization.
17927
17928 2002-12-22  Jim Blandy  <jimb@redhat.com>
17929
17930         * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
17931         rather than as part of the output file name.
17932
17933         * gdb.base/attach.exp: There's no need to copy the test program to
17934         /tmp; that was only ever necessary on HP/UX, and this test is
17935         entirely disabled there anyway.
17936
17937 2002-12-21  Jim Blandy  <jimb@redhat.com>
17938
17939         * gdb.c++/psmang.exp: Doc fix.
17940
17941         * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
17942         test.
17943
17944 2002-12-20  David Carlton  <carlton@math.stanford.edu>
17945
17946         * gdb.c++/annota2.exp: KFAIL annotate-quit.
17947
17948 2002-12-18  Michael Chastain  <mec@shout.net>
17949
17950         * gdb.c++/annota2.exp: Add copyright year 2002.
17951
17952 2002-12-17  David Carlton  <carlton@math.stanford.edu>
17953
17954         * gdb.c++/try_catch.cc: Add marker comments.
17955         * gdb.c++/try_catch.exp: Get line numbers from marker comments.
17956         * gdb.c++/m-data.cc: Delete namespace __gnu_test.
17957         * gdb.c++/m-static.cc: Ditto.
17958         * gdb.c++/m-static1.cc: Ditto.
17959         * gdb.c++/try_catch.cc: Ditto.
17960
17961 2002-12-16  Jeff Johnston  <jjohnstn@redhat.com>
17962
17963         * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
17964         to see whether we are using the new -environment-directory
17965         command which resets via -r or the old version of the command
17966         which may prompt the user.  Part of fix for gdb/741.
17967
17968 2002-12-13  Andrew Cagney  <ac131313@redhat.com>
17969
17970         * gdb.fortran/types.exp: Update obsolete comment.
17971         * gdb.fortran/exprs.exp: Ditto.
17972         * lib/gdb.exp: Delete obsolete code.
17973         * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
17974         * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
17975         * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
17976         * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
17977         * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
17978         * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
17979         * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
17980         * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
17981         * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
17982         * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
17983         * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
17984         * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
17985         * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
17986         * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
17987         * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
17988         * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
17989         * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
17990         * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
17991         * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
17992         * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
17993         * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
17994         * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
17995         * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
17996         * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
17997         * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
17998         * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
17999         * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
18000         * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
18001         * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
18002         * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
18003         * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
18004         * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
18005         * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
18006         * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
18007         * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
18008         * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
18009         * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
18010
18011 2002-12-11  David Carlton  <carlton@math.stanford.edu>
18012
18013         * gdb.c++/m-data.exp: Add test for members that shadow global
18014         variables: see PR gdb/804.
18015         * gdb.c++/m-data.cc: Ditto.
18016
18017 2002-12-10  Daniel Jacobowitz  <drow@mvista.com>
18018
18019         * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
18020
18021 2002-12-06  David Carlton  <carlton@math.stanford.edu>
18022
18023         * gdb.base/store.c: Don't declare functions static.
18024
18025 2002-12-04  Andrew Cagney  <ac131313@redhat.com>
18026
18027         * gdb.base/store.exp, gdb.base/store.c: New files.
18028
18029 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
18030
18031         * gdb.base/selftest.exp: Update for current gdb.
18032
18033 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
18034
18035         * gdb.base/maint.exp: Only dump symbols from one source file
18036         or objfile.
18037
18038 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
18039
18040         * gdb.base/step-test.exp: Allow MIPS to return to the line of a
18041         function call.
18042
18043 2002-11-25  Jim Blandy  <jimb@redhat.com>
18044
18045         * lib/mi-support.exp (mi_delete_breakpoints): Change name of
18046         function appearing in error message.
18047
18048 2002-11-21  Daniel Jacobowitz  <drow@mvista.com>
18049
18050         * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
18051
18052 2002-11-08  Jeff Johnston  <jjohnstn@redhat.com>
18053
18054         * lib/mi-support.exp (mi_gdb_start): Verify the startup message
18055         for mi1 and current mi is in correct format.  New mi startup message
18056         should be in mi console format.  This is part of fix for PR gdb/604.
18057
18058 2002-09-18  Fernando Nasser  <fnasser@redhat.com>
18059
18060         * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
18061         which explicitly prints the zero offset as "+0".
18062
18063 2002-10-22  Daniel Jacobowitz  <drow@mvista.com>
18064
18065         * gdb.threads/schedlock.c (args): Make unsigned.
18066
18067 2002-10-21  Daniel Jacobowitz  <drow@mvista.com>
18068
18069         * gdb.asm/asm-source.exp: Add "mips*-*" pattern.  Update line
18070         numbers.  Allow "foo2|selected stack frame".
18071         * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
18072         * gdb.asm/asmsrc2.s: Likewise.
18073         * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end.  Update
18074         comments.
18075         * gdb.asm/mips.inc: New file.
18076
18077 2002-10-18  Adam Fedor  <fedor@gnu.org>
18078
18079         * gdb.base/default.exp: Update expected output to include 'ObjC'.
18080         * gdb.base/help.exp: Likewise.
18081
18082 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
18083
18084         * gdb.base/constvars.c (struct crass, struct crisp): New structs.
18085         * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
18086
18087 2002-10-02  Jim Blandy  <jimb@redhat.com>
18088
18089         * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
18090
18091 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
18092
18093         * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
18094         * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
18095         * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
18096         * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
18097         * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
18098         * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
18099         * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
18100
18101 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
18102
18103         * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
18104         * mi0-disassemble.exp, mi0-eval.exp: Delete.
18105         * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
18106         * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
18107         * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
18108         * mi0-var-block.exp, mi0-var-child.exp: Delete.
18109         * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
18110
18111 2002-09-27  Kevin Buettner  <kevinb@redhat.com>
18112
18113         * gdb.base/annota1.exp (info break): Make directory components of
18114         path optional since not all compilers emit this debug information.
18115
18116         * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
18117         step ends up stepping out of the function instead of stopping on
18118         the epilogue.
18119
18120 2002-09-26  Keith Seitz  <keiths@redhat.com>
18121
18122         * lib/insight-support.exp (gdbtk_start): Figure out where
18123         the insight executable is based on where gdb is. Use this
18124         executable to start insight instead of gdb.
18125
18126 2002-09-25  Andrew Cagney  <cagney@redhat.com>
18127
18128         * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
18129
18130 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
18131
18132         * gdb.gdb/complaints.exp (test_initial_complaints): Rename
18133         test_isolated_complaints.
18134         (test_empty_complaint): New function.
18135         (test_empty_complaints): New function.  Check no output when no
18136         complaints.
18137
18138 2002-09-19  Jim Blandy  <jimb@redhat.com>
18139
18140         * gdb.base/charset.exp, gdb.base/charset.c: New files.
18141
18142 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
18143
18144         * gdb.gdb/complaints.exp: New file.
18145
18146 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
18147
18148         * gdb.base/maint.exp: Check `help maint internal-warning'.
18149
18150 2002-09-18  David Carlton  <carlton@math.stanford.edu>
18151
18152         * gdb.c++/m-static.exp: Remove breakpoints depending on line
18153         numbers, and replace them by a single breakpoint after the
18154         constructors are all finished.
18155         Add test 4.
18156         * gdb.c++/m-static.cc: Add test 4.
18157         * gdb.c++/m-static.h: New file.
18158         * gdb.c++/m-static1.cc: New file.
18159
18160         * gdb.c++/printmethod.exp: New file.
18161         * gdb.c++/printmethod.cc: New file.
18162
18163         * gdb.c++/pr-574.exp: New file.
18164         * gdb.c++/pr-574.cc: New file.
18165
18166 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
18167
18168         * gdb.base/ending-run.exp: Add handling of "step to end of run" for
18169         embedded targets which never actually exit.
18170
18171 2002-09-18  Fernando Nasser  <fnasser@redhat.com>
18172
18173         * gdb.base/ending-run.exp: Properly mark "continue after exit" and
18174         "don't step after run" as unresolved or unsupported, instead of xfail.
18175
18176 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
18177
18178         * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
18179         allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
18180         Add newline to expected string in "step out of main (status wrapper)"
18181         case.
18182
18183 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
18184
18185         * lib/gdb.exp (rerun_to_main): Allow restarting application.
18186         * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
18187
18188 2002-09-17  Tom Tromey  <tromey@redhat.com>
18189
18190         * gdb.base/printcmds.exp (test_print_string_constants): Expect
18191         \000, not \0, in double-quoted string.
18192
18193 2002-09-14  Corinna Vinschen  <vinschen@redhat.com>
18194
18195         * gdb.base/commands.exp: Don't expect a "Program exited normally"
18196         string after running the commands execution on breakpoint tests.
18197
18198 2002-09-13  Corinna Vinschen  <vinschen@redhat.com>
18199
18200         * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
18201
18202 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
18203
18204         * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
18205
18206 2002-09-10  Keith Seitz  <keiths@redhat.com>
18207
18208         * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
18209         runto proc.
18210         (mi_run_to_main): Use mi_runto.
18211         (mi_execute_to): Renamed from mi_run_to. Changed all callers.
18212
18213 2002-09-10  Keith Seitz  <keiths@redhat.com>
18214
18215         * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
18216         regexp for stopping at main. Could have multiple event notifications.
18217         Don't assume that main was declared with no parameters.
18218         (mi_next): Use mi_step_to.
18219         (mi_step): Use mi_next_to.
18220
18221 2002-09-09  Corinna Vinschen  <vinschen@redhat.com>
18222
18223         * gdb.base/default.exp: Fix expected string in `info float' test.
18224
18225 2002-09-09  Ben Elliston  <bje@redhat.com>
18226
18227         * config/mips.exp: Update comments.
18228         * config/mips-idt.exp: Likewise.
18229         * config/nind.exp: Likewise.
18230         * config/slite.exp: Likewise.
18231         * config/sparclet.exp: Likewise.
18232         * config/udi.exp: Likewise.
18233         * config/vx.exp: Likewise.
18234         * config/vxworks29k.exp: Likewise.
18235
18236 2002-09-05  Jim Blandy  <jimb@redhat.com>
18237
18238         * gdb.threads/killed.exp: Fix test failure message.
18239
18240 2002-09-04  Keith Seitz  <keiths@redhat.com>
18241
18242         * lib/mi-support.exp: Update copyright.
18243         (mi_gdb_test): Increase the priority of the expected pattern
18244         so that it matches gdb_test.
18245
18246 2002-09-03  Keith Seitz  <keiths@redhat.com>
18247
18248         * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
18249         Use integer comparison instead of string comparison for testing
18250         whether binary was built.
18251
18252 2002-09-03  Jim Blandy  <jimb@redhat.com>
18253
18254         * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
18255
18256 2002-08-29  Jim Blandy  <jimb@redhat.com>
18257
18258         * gdb.threads/pthreads.exp: Move the portable thread compilation
18259         code into a function in lib/gdb.exp, and call that from here.
18260         * lib/gdb.exp (gdb_compile_pthreads): New function.
18261
18262 2002-08-29  Keith Seitz  <keiths@redhat.com>
18263
18264         * lib/mi-support.exp (mi_gdb_test): Add global declaration for
18265         expect_out so that callers can get at it.
18266
18267 2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
18268
18269         * gdb.threads/print-threads.c: New file.
18270         * gdb.threads/print-threads.exp: New file.
18271         * gdb.threads/schedlock.c: New file.
18272         * gdb.threads/schedlock.exp: New file.
18273
18274 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
18275
18276         * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
18277         not altivec.c.
18278
18279 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
18280
18281         * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
18282         targets.  The problem should be fixed now.
18283
18284 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
18285
18286         * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
18287         2002-07-24 change that removes final dots from error messages.
18288
18289 2002-08-13  Tom Tromey  <tromey@redhat.com>
18290
18291         * gdb.base/readline.exp: New file.
18292
18293 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
18294
18295         * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
18296         supress message.
18297
18298 2002-08-01  Andrew Cagney  <cagney@redhat.com>
18299
18300         * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
18301         CHILL_FOR_TARGET and CHILL_LIB.
18302         * configure.in (configdirs): Remove gdb.chill.
18303         * configure: Regenerate.
18304         * lib/gdb.exp: Obsolete references to chill.
18305         * gdb.fortran/types.exp: Ditto.
18306         * gdb.fortran/exprs.exp: Ditto.
18307
18308 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
18309
18310         * gdb.base/shlib-call.exp (additional_flags): Conditionally
18311         set Irix-specific compile and link flags.
18312
18313 2002-07-29  Kevin Buettner  <kevinb@redhat.com>
18314
18315         * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
18316         source files.  The ``-o'' option doesn't work with the ``-E'' option
18317         when using the Irix compiler.
18318
18319 2002-07-19  Daniel Jacobowitz  <drow@mvista.com>
18320
18321         * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
18322         Improve support for reusing an exec file.  Copy exec file
18323         to target, and run gdbserver on the target instead of on the host.
18324
18325 2002-07-18  Jim Blandy  <jimb@redhat.com>
18326
18327         * gdb.base/ending-run.exp: Don't expect to see the program end in
18328         some orderly fashion when we're running on a real stand-alone
18329         board.
18330
18331         * gdb.base/interrupt.exp: Correct logic for skipping tests on
18332         targets that don't support interrupts.
18333
18334 2002-07-10  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
18335
18336         * gdb.base/attach.exp: Add patterns to match output from /proc-based
18337         systems.
18338         Move comments in expect statements to inside the actions, so that they
18339         don't get matched against.
18340
18341 2002-07-10  Mark Kettenis  <kettenis@gnu.org>
18342
18343         * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
18344         function when asleep" test.
18345
18346 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
18347
18348         * gdb.base/page.exp: Rewrite to handle problems with very long
18349         `info set' output.  Update copyright.
18350
18351 2002-06-26  Andrew Cagney  <ac131313@redhat.com>
18352
18353         * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
18354         gdb.threads-hp.
18355         * gdb.hp/configure: Regenerate.
18356         * gdb.hp/gdb.threads-hp/configure.in: Delete file.
18357         * gdb.hp/gdb.threads-hp/configure: Delete file.
18358         * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
18359
18360 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
18361
18362         * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
18363         setlocale, bindtextdomain and textdomain.
18364
18365 2002-06-11  Jim Blandy  <jimb@redhat.com>
18366
18367         * lib/gdb.exp (get_debug_format): Tolerate message saying whether
18368         preprocessor macro information is present.
18369
18370         * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
18371         tests.
18372
18373 2002-06-06  Michael Snyder  <msnyder@redhat.com>
18374
18375         * gdb.base/overlays.exp: Record addresses of overlay
18376         functions in TCL variables rather than in GDB variables,
18377         to avoid having GDB convert them to pointers (with loss
18378         of information).
18379
18380         * gdb.base/d10v.ld: Merge in several years worth of
18381         default linker script changes.
18382         * gdb.base/long_long.exp: Add check for sizeof (long double).
18383
18384 2002-06-06  Michal Ludvig  <mludvig@suse.cz>
18385
18386         * gdb.asm/asm-source.exp: Add x86-64 target.
18387         * gdb.asm/x86_64.inc: New.
18388
18389 2002-05-30  Michael Chastain  <mec@shout.net>
18390
18391         From Benjamin Kosnik <bkoz@redhat.com>:
18392         * gdb.c++/m-static.cc: New file.
18393         * gdb.c++/m-static.exp: New file.
18394
18395 2002-05-28  Michael Snyder  <msnyder@redhat.com>
18396
18397         * gdb.base/call-ar-st.exp: Allow for reduced floating point
18398         precision.
18399
18400 2002-05-27  Michael Chastain  <mec@shout.net>
18401
18402         From Benjamin Kosnik <bkoz@redhat.com>:
18403         * gdb.c++/m-data.cc: New file.
18404         * gdb.c++/m-data.exp: New file.
18405
18406 2002-05-27  Michael Chastain  <mec@shout.net>
18407
18408         From Benjamin Kosnik <bkoz@redhat.com>:
18409         * gdb.c++/try_catch.cc: New file.
18410         * gdb.c++/try_catch.exp: New file.
18411
18412 2002-05-27  Michael Chastain  <mec@shout.net>
18413
18414         * gdb.c++/local.exp: Accept more nested types in output.
18415
18416 2002-05-26  Michael Chastain  <mec@shout.net>
18417
18418         * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
18419
18420 2002-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
18421
18422         * lib/gdb.exp (gdb_wrapper_init): Just because
18423         gdb_wrapper_file exists, this does not mean that the file
18424         should not be rebuilt.  That is what gdb_wrapper_initialized
18425         is for.
18426         (default_gdb_init): Reset gdb_wrapper_initialized.
18427
18428 2002-05-23  Michael Snyder  <msnyder@redhat.com>
18429
18430         * gdb.base/all-bin.exp: Revise previous patch by just reducing
18431         the precision of the floating point test results.
18432         * gdb.base/call-rt-st.exp: Ditto.
18433
18434         * gdb.base/all-bin.exp: Allow for reduced floating point precision.
18435         * gdb.base/call-rt-st.exp: Ditto.
18436
18437 2002-05-19  Michael Chastain  <mec@shout.net>
18438
18439         * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
18440
18441 2002-05-19  Elena Zannoni  <ezannoni@redhat.com>
18442
18443         * configure.in (configdirs): Add gdb.arch.
18444         * configure: Regenerate.
18445
18446 2002-05-17  Jim Blandy  <jimb@redhat.com>
18447
18448         * gdb.base/completion.exp: Recognize the more detailed error
18449         messages produced by the macro expander's lexical analyzer.
18450
18451 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
18452
18453         * gdb.arch/altivec-abi.c: New file.
18454         * gdb.arch/altivec-abi.exp: New file.
18455         * gdb.arch/altivec-regs.c: New file.
18456         * gdb.arch/altivec-regs.exp: New file.
18457
18458 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
18459
18460         * gdb.base/maint.exp (maint print type): Update for new type
18461         structure.
18462
18463 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
18464
18465         * gdb.arch: New directory.
18466         * gdb.arch/configure.in: New file.
18467         * gdb.arch/configure: New file.
18468         * gdb.arch/Makefile.in: New file.
18469
18470 2002-05-13  Corinna Vinschen  <vinschen@redhat.com>
18471
18472         * gdb.asm/asm-source.exp: Add v850 as supported target.
18473         * gdb.asm/v850.inc: New file.
18474
18475 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
18476
18477         * gdb.c++/annota2.exp (annotate-quit): Add comment.
18478
18479 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
18480
18481         * gdb.base/break.exp: Check 'break "marker2"'.
18482
18483 2002-05-10  Michael Snyder  <msnyder@redhat.com>
18484
18485         * gdb.base/long_long.exp: Fix typo.
18486
18487 2002-05-10  Jim Blandy  <jimb@redhat.com>
18488
18489         * gdb.base/printcmds.exp: Don't xfail the ptype command.  This is
18490         a bug.
18491
18492         * gdb.base/printcmds.exp (test_integer_literals_rejected):
18493         Recognize more detailed error message produced by the macro
18494         expander's lexical analyzer.
18495         * lib/gdb.exp (test_print_reject): Same.
18496
18497 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
18498
18499         * gdb.c++/method.exp: Fix typo.
18500
18501 2002-05-08  Michael Snyder  <msnyder@redhat.com>
18502
18503         * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
18504         * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
18505         * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
18506         * gdb.base/long_long.exp: Merge clauses for arm and xscale.
18507         Add iftarget clause for strongarm.
18508
18509 2002-05-06  Michael Snyder  <msnyder@redhat.com>
18510
18511         * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
18512         (gdb_continue_to_end): Accept output from status wrapper.
18513         * gdb.base/ending-run.exp: Add case for output from status wrapper.
18514         Clean up fail messages to match pass messages.
18515
18516         Enable the "needs_status_wrapper" testsuite feature.
18517         * lib/gdb.exp (gdb_wrapper_init): New procedure.
18518         (gdb_compile): Conditionally call gdb_wrapper_init.
18519         * gdb.base/a2-run.exp: Recognize output from status wrapper.
18520         * gdb.c++/method.exp: Recognize output from status wrapper.
18521
18522 2002-05-06  Ben Elliston  <bje@redhat.com>
18523 From Graydon Hoare  <graydon@redhat.com>
18524
18525         * config/sid.exp: Include support for "rawsid" protocol.
18526
18527 2002-05-03  Jim Blandy  <jimb@redhat.com>
18528
18529         * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
18530         * gdb.c++/hang3.C: New file.
18531
18532 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
18533
18534         * gdb.base/default.exp: Remove obsolete code.
18535         * gdb.c++/misc.exp: Ditto.  Update copyright.
18536         * gdb.c++/cplusfuncs.exp: Ditto.  Update copyright.
18537         * gdb.base/whatis.exp: Ditto.  Update copyright.
18538         * gdb.base/scope.exp: Ditto.  Update copyright.
18539         * gdb.base/ptype.exp: Ditto.  Update copyright.
18540         * gdb.base/printcmds.exp: Ditto.  Update copyright.
18541         * gdb.base/opaque.exp: Ditto.  Update copyright.
18542         * gdb.base/list.exp: Ditto.
18543         * gdb.base/funcargs.exp: Ditto.  Update copyright.
18544         * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
18545         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
18546         * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
18547         * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
18548         * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
18549         * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
18550
18551 2002-05-02  Michael Snyder  <msnyder@redhat.com>
18552
18553         * gdb.base/watchpoint.exp: Add xscale target.
18554         * gdb.base/long_long.exp: Add xscale target.
18555         * gdb.base/default.exp: Add xscale target.
18556
18557 2002-05-01  Jim Blandy  <jimb@redhat.com>
18558
18559         * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
18560         gdb.c++/hang.exp: New test.
18561
18562 2002-05-01  Fred Fish  <fnf@redhat.com>
18563
18564         * gdb.base/completion.exp: Handle completions of "./Make" for
18565         more than one completion possibility, as is the case when we
18566         build and test in the source tree.
18567
18568 2002-04-29  Anthony Green  <green@redhat.com>
18569
18570         * gdb.java/jmisc1.exp: New file.
18571         * gdb.java/jmisc2.exp: New file.
18572
18573 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
18574
18575         * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
18576
18577 2002-04-23  Elena Zannoni  <ezannoni@redhat.com>
18578
18579         * gdb.base/help.exp: Change 'help status' to allow for target
18580         dependent output differences.
18581
18582 2002-04-22  Michael Chastain  <mec@shout.net>
18583
18584         * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
18585
18586 2002-04-22  Michael Chastain  <mec@shout.net>
18587
18588         * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
18589
18590 2002-04-17  David S. Miller  <davem@redhat.com>
18591
18592         * gdb.asm/sparc64.inc: New file.
18593         * gdb.asm/asm-source.exp: Handle sparc64-*-*.
18594
18595 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
18596
18597         * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
18598         instruction file directly into the build tree.  Clean up at end of
18599         test.
18600
18601 2002-04-18  David S. Miller  <davem@redhat.com>
18602
18603         * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
18604         handle 64-bit platforms correctly.
18605         * gdb.base/maint.exp: Likewise.
18606
18607 2002-04-18  Kevin Buettner  <kevinb@redhat.com>
18608
18609         * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
18610         ``-fpic'' when compiling files comprising a shared library, but
18611         it does need additional linker flags in order to find shared
18612         libraries at run time.
18613
18614 2002-04-18  Kevin Buettner  <kevinb@redhat.com>
18615
18616         * gdb.base/cvexpr.c (use): New function.
18617         (main): Invoke use() on all global variables to prevent
18618         some linkers from deleting these otherwise unused symbols.
18619
18620 2002-04-17  Michael Chastain  <mec@shout.net>
18621 From David S. Miller  <davem@redhat.com>
18622
18623         * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
18624         handle 64-bit platforms correctly.
18625
18626 2002-04-12  Michael Snyder  <msnyder@redhat.com>
18627 From Jim Blandy  <jimb@redhat.com>
18628         * gdb.base/foo.c (foox): Remove section attribute; the linker
18629         script can handle this instead.
18630         * gdb.base/bar.c (barx): Same.
18631         * gdb.base/baz.c (bazx): Same.
18632         * gdb.base/grbx.c (grbxx): Same.
18633
18634         * gdb.base/overlays.exp: New test: check that GDB's manual overlay
18635         manager doesn't automatically unmap overlays unnecessarily.
18636
18637 2002-04-10  Martin M. Hunt  <hunt@redhat.com>
18638
18639         * gdb.base/ending-run.exp: Fix pattern for Mips targets
18640         stepping out of main.
18641
18642 2002-04-09  Michael Chastain  <mec@shout.net>
18643
18644         * gdb.c++/local.cc (main): Move call to marker1() inside nested
18645         scope so that the nested scope tests will make sense.
18646         * gdb.c++/local.exp: Write patterns that actually work with gcc
18647         (the HP patterns "were never known to work with gcc").
18648         Keep the old aCC patterns too.
18649
18650 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
18651
18652         * gdb.base/attach.exp: Correct target board test.
18653
18654 2002-04-08  Michael Chastain  <mec@shout.net>
18655
18656         * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
18657         in a const method.  Add some xfail and fail cases for configurations
18658         that do not emit the "const ...".
18659
18660 2002-04-07  Michael Chastain  <mec@shout.net>
18661
18662         * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
18663         Accept "A * const" and "const A * const" as type of "this".
18664         Fix spelling of getFunky throughout.  Make messages uniform.
18665
18666 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
18667
18668         Work around for PR gdb/285:
18669         * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
18670
18671 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
18672
18673         * gdb.asm/asm-source.exp: Build symbolic link to arch specific
18674         instructions file at run time instead of configure time.
18675         Sometimes we run the test in a directory that is not the one we
18676         configured in.
18677         * gdb.asm/configure.in: Delete creation of symlink.
18678         * gdb.asm/configure: Regenerate.
18679
18680 2002-04-05  J. Brobecker  <brobecker@gnat.com>
18681
18682         * gdb.gdb/xfullpath.exp: New test, to exercise the new
18683         xfullpath () function.
18684
18685 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
18686
18687         * gdb.asm/Makefile.in: Correct dependencies.
18688
18689         * gdb.asm/powerpc.inc: New file.
18690         * gdb.asm/asm-source.exp: Add PowerPC.
18691         * gdb.asm/configure.in: Likewise.
18692         * gdb.asm/configure: Regenerated.
18693
18694 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
18695
18696         * gdb.base/relocate.exp: New file.
18697         * gdb.base/relocate.c: New file.
18698
18699 2002-04-04  Fred Fish  <fnf@redhat.com>
18700
18701         * gdb.base/step-test.exp: Update comment regarding stopping in
18702         memcpy/bcopy calls inserted as part of the compiler runtime.
18703
18704 2002-04-04  Michael Snyder  <msnyder@redhat.com>
18705
18706         * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
18707
18708 2002-04-03  Daniel Jacobowitz  <drow@mvista.com>
18709
18710         * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
18711         (gdb_expect): Remove $notransfer hack.
18712
18713 2002-04-02  Daniel Jacobowitz  <drow@mvista.com>
18714
18715         * gdb.c++/classes.exp ("calling method for small class"): Match
18716         updated register output.
18717
18718 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
18719
18720         Fix PR gdb/452
18721         * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
18722         when finished.  Make gdb_file_cmd send "exec-file" when
18723         appropriate.
18724
18725 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
18726
18727         * gdb.base/attach.exp: Remove extra setup_xfail.
18728
18729 2002-03-26  Michael Snyder  <msnyder@redhat.com>
18730
18731         * gdb.base/default.exp: Add tests for dump, append, and restore.
18732         * gdb.base/help.exp: Add tests for dump, append, and restore.
18733         * gdb.base/dump.exp: New file, test dump, append and restore.
18734         * gdb.base/dump.c: New file.
18735
18736 2002-03-27  Michael Snyder  <msnyder@redhat.com>
18737
18738         * gdb.base/help.exp: Modify expect strings to reflect
18739         clean-ups in help messages.
18740
18741 2002-03-26  Fred Fish  <fnf@redhat.com>
18742
18743         * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
18744         have debugging info for those functions and the compiler uses them
18745         internally to copy structs around.
18746
18747 2002-03-26  Fred Fish  <fnf@redhat.com>
18748
18749         * gdb.base/list.exp: Revert the change made yesterday and add note
18750         about why we don't list the default lines for remote targets.
18751
18752 2002-03-25  Michael Snyder  <msnyder@redhat.com>
18753
18754         * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
18755
18756 2002-03-25  Fred Fish  <fnf@redhat.com>
18757
18758         * gdb.base/list.exp: This test works on remote targets so remove
18759         the short circuit for remote targets.  Update copyright.
18760
18761 2002-03-25  Fred Fish  <fnf@redhat.com>
18762
18763         * gdb.base/attach.exp: Fix logic error that was suppressing this
18764         test for all non hppa*-*-hpux* targets, instead of the hp target.
18765         Move comments closer to the suppression point.  Also now need to
18766         check that we are running natively.
18767
18768 2002-03-22  Michael Snyder  <msnyder@redhat.com>
18769
18770         * gdb.base/default.exp: Add test for gcore.  Update copyright.
18771         * gdb.base/help.exp: Add test for gcore.  Update copyright.
18772
18773 2002-03-06  Fred Fish  <fnf@redhat.com>
18774
18775         * gdb.base/funcargs.c:  Remove extraneous ';' character.
18776         * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
18777
18778 2002-03-04  Michael Chastain  <mec@shout.net>
18779
18780         * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
18781         accommodate gcc v3 function signature.
18782         * gdb.mi/mi0-var-cmd-exp: Ditto.
18783
18784 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
18785
18786         * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
18787         ``GNU/Linux'' or ``Linux kernel''
18788         * testsuite/gdb.threads/pthreads.c: Ditto.
18789
18790 2002-02-24  Michael Chastain  <mec@shout.net>
18791
18792         * gdb.threads/pthreads.c (thread1): Add a return statement.
18793         (thread2): Likewise.
18794         (foo): Likewise.
18795
18796 2002-02-23  Michael Chastain  <mec@shout.net>
18797
18798         * gdb.threads/linux-dp.c (philosopher): Add a return statement
18799         to placate gcc.
18800
18801 2002-02-23  Michael Chastain  <mec@shout.net>
18802
18803         * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
18804         test "ptype bint".  The test passes on all my stabs configurations.
18805
18806 2002-02-21  Jim Blandy  <jimb@redhat.com>
18807
18808         * gdb.asm/asm-source.exp: Parse the output from `info sources' one
18809         filename at a time, and watch for the ones we want to see.
18810
18811         * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
18812         types of pointers to prototyped functions.
18813
18814 2002-02-20  Andrew Cagney  <ac131313@redhat.com>
18815
18816         * gdb.base/sizeof.c (main): Call fill_structs.  Print value of
18817         signed, unsigned and straight char.
18818         (padding_char, padding_short, padding_int, padding_long,
18819         padding_long_long, padding_float, padding_double,
18820         padding_long_double): New global variables.
18821         (fill, fill_structs): New functions.
18822
18823         * gdb.base/sizeof.exp: Check for signed and unsigned char.  Check
18824         for correctly sized writes.  Update copyright.
18825         (get_valueof): New procedure.
18826         (get_sizeof): Call get_valueof.
18827         (check_valueof): New procedure.
18828         (check_padding): New procedure.
18829
18830 2002-02-20  Michael Chastain  <mec@shout.net>
18831
18832         * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
18833         to setup_xfail.  Document some of the remaining calls.
18834
18835 2002-02-18  Michael Chastain  <mec@shout.net>
18836
18837         * gdb.c++/userdef.exp: Update copyright year.
18838
18839 2002-02-18  Daniel Jacobowitz  <drow@mvista.com>
18840
18841         * gdb.c++/userdef.exp: Test overloaded operators properly.
18842         Remove xfails.
18843
18844 2002-02-14  Michael Snyder  <msnyder@redhat.com>
18845
18846         * gdb.base/gcore.exp: Relax recognition of function breakpoint.
18847
18848 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
18849
18850         * gdb.base/a2-run.exp: Check for a remote target properly.
18851         * gdb.base/annota1.exp: Likewise.
18852         * gdb.base/list.exp: Likewise.
18853         * gdb.base/reread.exp: Likewise.
18854         * gdb.base/scope.exp: Likewise.
18855         * gdb.base/shlib-call.exp: Likewise.
18856         * gdb.base/term.exp: Likewise.
18857         * gdb.c++/annota2.exp: Likewise.
18858
18859 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
18860
18861         * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
18862
18863 2002-02-10  Michael Chastain  <mec@shout.net>
18864
18865         * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
18866         (call_after_alloca): Ditto.
18867
18868 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
18869
18870         * gdb.base/ending-run.exp: Guard "cont" test with
18871         gdb_skip_stdio_test.
18872
18873 2002-02-06  Jim Blandy  <jimb@redhat.com>
18874
18875         * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
18876         from here...
18877         * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
18878         To here.  Disable this test on non-HP platforms.  Add big comment.
18879
18880 2002-02-04  Michael Snyder  <msnyder@redhat.com>
18881
18882         * gdb.base/ovlymgr.c  (ovly_copy): Generalize for targets
18883           other than d10v and m32r.
18884
18885 2002-02-02  Richard Earnshaw  <rearnsha@arm.com>
18886
18887         * gdb.base/default.exp: Rewrite test patterns to reduce time
18888         taken to match them.
18889
18890 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
18891
18892         * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
18893         Allow a start function above main.
18894         * gdb.threads/linux-dp.exp: Fix copyright date.
18895
18896 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
18897
18898         * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
18899         (check_philosopher_stack): Check for manager thread before checking
18900         for a just-starting thread.
18901
18902 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
18903
18904         From Neil Booth <neil@daikokuya.demon.co.uk>:
18905         * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
18906         warnings.
18907
18908 2002-01-21  Fred Fish  <fnf@redhat.com>
18909
18910         * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
18911         not caller.
18912
18913 2002-01-21  Jim Blandy  <jimb@redhat.com>
18914
18915         * gdb.base/reread.exp: Check that GDB properly re-reads the
18916         executable file when it changes while no inferior is running.
18917
18918 2002-01-21  Fred Fish  <fnf@redhat.com>
18919
18920         * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
18921         optionally accept the "shlib events" variation.
18922
18923 2002-01-21  Jim Blandy  <jimb@redhat.com>
18924
18925         * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
18926         call `fflush' after every `printf', so that the output is produced
18927         at predictable points, regardless of whatever buffering does (or
18928         doesn't) take place.
18929         * gdb.base/ending-run.exp: Adjust tests to expect output to appear
18930         at different points.
18931
18932 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
18933
18934         * gdb.c++/inherit.exp: Update copyright years.
18935         * gdb.c++/method.exp: Likewise.
18936
18937 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
18938
18939         * gdb.c++/classes.exp: Update for improved v3 support and skipping
18940         artificial methods/arguments.
18941         * gdb.c++/derivation.exp: Likewise.
18942         * gdb.c++/inherit.exp: Likewise.
18943         * gdb.c++/method.exp: Likewise.
18944         * gdb.c++/virtfunc.exp: Likewise.
18945
18946 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
18947
18948         * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
18949         * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
18950         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
18951         * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
18952         * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
18953         * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
18954
18955 2002-01-17  Jim Blandy  <jimb@redhat.com>
18956
18957         * gdb.asm/asm-source.exp (info symbol): Take another shot at
18958         anchoring the pattern matching the entry point symbol's name.
18959
18960 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
18961
18962         * gdb.base/maint.exp: Update ``maint internal-error'' to match
18963         continue/quit query.  Update copyright.
18964
18965 2002-01-14  Michael Snyder  <msnyder@redhat.com>
18966
18967         * gdb.base/gcore.exp: Remove extra debugging output.
18968
18969 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
18970
18971         * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
18972         for slightly dubious v2 mangled string.
18973
18974 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
18975
18976         * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
18977
18978 2002-01-10  Jason Merrill  <jason@redhat.com>
18979
18980         * gdb.c++/namespace.exp: Accept trailing const for 'this'.
18981
18982         * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
18983         constructors.
18984         * gdb.c++/derivation.exp: Likewise.
18985         * gdb.c++/templates.exp: Likewise.
18986         * gdb.c++/virtfunc.exp: Likewise.
18987
18988 2002-01-10  Michael Snyder  <msnyder@redhat.com>
18989
18990         * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
18991
18992 2002-01-08  Michael Snyder  <msnyder@redhat.com>
18993
18994         * gdb.base/gcore.exp: New test for generate-core-file command.
18995         * gdb.base/gcore.c: Testcase for above.
18996         * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
18997
18998 2002-01-08  Jason Merrill  <jason@redhat.com>
18999
19000         * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
19001
19002 2002-01-07  Fred Fish  <fnf@redhat.com>
19003
19004         * gdb.c++/overload.exp: Remove unconditional xfails for:
19005         print foo_instance1.overloadargs(1)
19006         print foo_instance1.overloadargs(1, 2)
19007         print foo_instance1.overloadargs(1, 2, 3)
19008         print foo_instance1.overloadargs(1, 2, 3, 4)
19009         print foo_instance1.overloadargs(1, 2, 3, 4, 5)
19010         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
19011         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
19012         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
19013         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
19014         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
19015         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
19016         print foo_instance1.overload1arg()
19017         print foo_instance1.overload1arg((char)arg2)
19018         print foo_instance1.overload1arg((signed char)arg3)
19019         print foo_instance1.overload1arg((unsigned char)arg4)
19020         print foo_instance1.overload1arg((int)arg7)
19021         print foo_instance1.overload1arg((unsigned int)arg8)
19022         print foo_instance1.overload1arg((float)arg11)
19023         print foo_instance1.overload1arg((double)arg12)
19024
19025 2002-01-07  Michael Snyder  <msnyder@redhat.com>
19026
19027         * gdb.base/huge.exp: New test.  Print a very large target data object.
19028         (skip_huge_test): New test variable.  Define if you want to skip this
19029         test.  The test reads an 8 megabyte data object from the target, so it
19030         might be very time consuming on remote targets with a slow connection.
19031         * gdb.base/huge.c: New file.  Test case for above.
19032
19033 2002-01-07  Fred Fish  <fnf@redhat.com>
19034
19035         * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
19036         g_instance.bfoo, and g_instance.cfoo.
19037
19038 2002-01-07  Jeffrey A Law  <law@redhat.com>
19039
19040         * gdb.base/break.c (multi_line_if_conditional): New function.
19041         (multi_ilne_while_conditional): Likewise.
19042         * gdb.base/break.exp: Verify that a breakpoint on a multi-line
19043         IF or WHILE condition puts the breakpoint at the start of
19044         the condition.
19045
19046         * gdb.base/selftest.exp (backtrace through signal handler): Remove
19047         hppa*-*-hpux* expected failure.
19048         * gdb.base/structs.exp (do_function_calls): Similarly.
19049
19050         * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
19051         watchpoints.
19052
19053 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
19054
19055         Fix PR gdb/66.
19056         * gdb.base/structs.exp: Replace skip for a29k with skip for
19057         gdb,cannot_call_functions.
19058         * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
19059         * gdb.base/callfuncs.exp: Ditto.
19060         * gdb.base/call-rt-st.exp: Ditto.
19061         * gdb.base/call-strs.exp: Ditto.
19062         * gdb.base/callfwmall.exp: Ditto.
19063         * gdb.base/scope.exp: Obsolete xfail a29k.
19064         * gdb.c++/misc.exp: Ditto.
19065         * gdb.c++/cplusfuncs.exp: Ditto.
19066         * gdb.base/ptype.exp: Ditto.
19067         * gdb.base/printcmds.exp: Ditto.
19068         * gdb.base/opaque.exp: Ditto.
19069         * gdb.base/list.exp: Ditto.
19070         * gdb.base/funcargs.exp: Ditto.
19071         * gdb.base/default.exp: Ditto.
19072
19073 2002-01-04  Michael Snyder  <msnyder@redhat.com>
19074
19075         * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
19076         * gdb.base/maint.exp: Add tests for maint info sections options.
19077
19078 Fri Dec 21 09:42:11 2001  Jeffrey A Law  (law@redhat.com)
19079
19080         * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
19081
19082 2001-12-20  Corinna Vinschen  <vinschen@redhat.com>
19083
19084         * gdb.asm/arm.inc: New file.
19085         * gdb.asm/asm-source.exp: Add arm targets.
19086         * gdb.asm/configure.in: Ditto.
19087         * gdb.asm/configure: Recreated from configure.in.
19088
19089 Thu Dec 20 09:54:36 2001  Jeffrey A Law  (law@redhat.com)
19090
19091         * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
19092         with HP's compiler.
19093         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
19094         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
19095         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
19096         * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
19097
19098         * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
19099         either HP's compilers or GCC.
19100
19101         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
19102         a SIGBUS or SIGSEGV.
19103
19104         * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
19105
19106         * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
19107         can be compiled with either HP's compiler or GCC.
19108
19109         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
19110         * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
19111         * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
19112
19113         * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
19114         to match current gdb output.  Update due to using auto-solib-limit
19115         for limiting instead of overloading auto-solib-add.
19116         * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
19117         test program.
19118
19119         * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
19120         * gdb.hp/gdb.base-hp/dollar.exp: Likewise
19121         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
19122         * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
19123         * gdb.hp/gdb.base-hp/reg.exp: Likewise.
19124         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
19125         * gdb.hp/gdb.defects/bs15503.exp: Likewise.
19126         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
19127         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
19128         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
19129         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
19130         * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
19131         * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
19132
19133         * gdb.base/annota1.exp: Expect failure for hpux11 when posting
19134         a SIGTRAP to the inferior.
19135
19136 2001-12-19  Corinna Vinschen  <vinschen@redhat.com>
19137
19138         * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
19139         Substitute call to target_link by call to gdb_compile.
19140
19141 Wed Dec 19 14:10:57 2001  Jeffrey A Law  (law@redhat.com)
19142
19143         * gdb.base/break.exp: Fix HP specific search string when testing
19144         backtracing in a called function.
19145
19146         * gdb.base/constvars.exp: Only set lang to C++ if we're
19147         compiling the test with HP's compilers.
19148         * gdb.base/volatile.exp: Similarly.
19149
19150 2001-12-19  Jim Blandy  <jimb@redhat.com>
19151
19152         * gdb.base/printcmds.exp: Expect the null character to be printed
19153         as '\0', and the '\013' to be printed as '\v'.
19154         * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
19155         * gdb.base/setvar.exp: Same.
19156
19157 2001-12-17  Jim Blandy  <jimb@redhat.com>
19158
19159         * gdb.base/completion.exp: Rather than completing very long
19160         filenames, which can make the readline library produce output we
19161         don't recognize, cd to the directory first, and then complete
19162         using nice, short relative paths.
19163
19164         * gdb.base/completion.exp: On some systems, there is, in fact, a
19165         variable named `b' in scope, since GDB treats all static
19166         variables as being in scope.  So use `no_var_named_this'
19167         instead of `b'.
19168
19169         * gdb.base/corefile.exp: Recognize the message saying that GDB
19170         can't find the core file's registers as a failure.
19171
19172 2001-12-13  Jackie Smith Cashion  <jsmith@redhat.com>
19173
19174         * gdb.base/commands.exp (user_defined_command_test): Make "show user"
19175         test expect string more specific.
19176
19177 2001-12-13  Corinna Vinschen  <vinschen@redhat.com>
19178
19179         * gdb.asm/asm-source.exp: Add support for xstormy16.
19180         * gdb.asm/configure.in: Ditto.
19181         * gdb.asm/configure: Rebuild.
19182         * gdb.asm/xstormy16.inc: New file.
19183
19184 2001-12-10  Fred Fish  <fnf@redhat.com>
19185
19186         * gdb.base/maint.exp: Update to match changes in type dumping code.
19187
19188 2001-12-10  Jim Blandy  <jimb@redhat.com>
19189
19190         * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
19191         matching the entry point symbol's name at the beginning of the
19192         line.
19193
19194 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
19195
19196         * gdb.c++/classes.exp, gdb.c++/derivation.exp,
19197         gdb.c++/inherit.exp, gdb.c++/method.exp,
19198         gdb.c++/namespace.exp, gdb.c++/templates.exp,
19199         gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
19200         and class layout support.
19201
19202 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
19203
19204         * gdb.c++/classes.exp: Add test for static member function.
19205         * gdb.c++/misc.cc: Add class with static member function.
19206
19207 2001-12-07  Jim Blandy  <jimb@redhat.com>
19208
19209         If GDB says it can't find the struct the function returned, report
19210         those tests as `unsupported'.
19211         * gdb.base/call-rt-st.exp (print_struct_call): New function.
19212         Rewrite subsequent tests to use it.
19213
19214         If GDB says it can't find the struct the function returned, report
19215         those tests as `unsupported'.
19216         * gdb.base/structs.exp (call_struct_func): New function.
19217         (do_function_calls): Use call_struct_func to call the functions
19218         returning structs.
19219
19220         * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
19221         whether functions are prototyped or not, so we can't possibly pass
19222         arguments to t_float_values2 properly.
19223
19224         * gdb.base/break.exp: (test_next_with_recursion): Don't change the
19225         value of `timeout' for targets other than the mips*tx39-*.
19226
19227 2001-12-06  Michael Snyder  <msnyder@redhat.com>
19228
19229         * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
19230         and detect whether the start symbol has a leading underscore.
19231
19232 2001-12-04  Jim Blandy  <jimb@redhat.com>
19233
19234         * gdb.base/completion.exp: Clarify indentation.
19235
19236 2001-12-03  Jim Blandy  <jimb@redhat.com>
19237
19238         * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
19239         variables on the S/390, not `.word'.
19240
19241 2001-11-30  Jim Blandy  <jimb@redhat.com>
19242
19243         Add assembly-source tests for s390-ibm-linux.
19244         * gdb.asm/s390.inc: New file.
19245         * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
19246         the S/390 architecture.
19247         * gdb.asm/configure: Regenerated.
19248
19249 2001-11-30  Michael Snyder  <msnyder@redhat.com>
19250
19251         * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
19252         next, info source, info sources, info line, global and static
19253         variables, and static functions.
19254         * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
19255         * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
19256         * gdb.asm/asmsrc1.s: Add a static function and some variables.
19257         * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
19258         * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
19259         (gdbasm_leave): Restore frame pointer.
19260         (gdbasm_startup): Copy stack set-up from crt0.S.
19261
19262 2001-11-26  Fernando Nasser  <fnasser@redhat.com>
19263
19264         From 2001-11-12 Jackie Smith Cashion  <jsmith@redhat.com>:
19265         * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
19266         to a local (non-static) variable. Copy tstruct.a to a static buffer
19267         and return a pointer to that buffer.
19268         * gdb.base/callfwmall.c (t_structs_a): Ditto.
19269
19270 2001-11-24  Mark Kettenis  <kettenis@gnu.org>
19271
19272         * gdb.asm/configure.in: Fix recognition of ix86 target.
19273         * gdb.asm/configure: Regenerate.
19274
19275 2001-11-21  Michael Snyder  <msnyder@redhat.com>
19276
19277         * gdb.asm/sparc.inc: New file.
19278         * gdb.asm/asm-source.exp: Recognize sparc target.
19279         * gdb.asm/configure.in: Recognize sparc target.
19280         * gdb.asm/configure: Regenerate.
19281
19282 2001-11-21  Michael Snyder  <msnyder@redhat.com>
19283
19284         * gdb.asm/m32r.inc: New file.
19285         * gdb.asm/asm-source.exp: Recognize m32r target.
19286         * gdb.asm/configure.in: Recognize m32r target.
19287         * gdb.asm/configure: Regenerate.
19288
19289 2001-11-20  Michael Snyder  <msnyder@redhat.com>
19290
19291         * gdb.asm/i386.inc: New file.
19292         * gdb.asm/asm-source.exp: Recognize ix86 target.
19293         * gdb.asm/configure.in: Recognize ix86 target.
19294         * gdb.asm/configure: Regenerate.
19295
19296         * gdb.c++/namespace.exp: Fix quotes in output messages.
19297
19298 2001-11-14  Michael Snyder  <msnyder@redhat.com>
19299
19300         * gdb.base/code-expr.exp: New file.  Tests use of the "@code"
19301         qualifier in a type cast expression, to designate an address
19302         in the instruction space (Harvard architecture).
19303
19304 2001-11-13  Michael Snyder  <msnyder@redhat.com>
19305
19306         * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
19307         Tests for expressions using 'const' and 'volatile'.
19308
19309 2001-11-13  Corinna Vinschen  <vinschen@redhat.com>
19310
19311         * gdb.asm/asm-sources.exp: Allow defining linker flags.
19312
19313 2001-11-12  Daniel Jacobowitz  <drow@mvista.com>
19314
19315         * lib/mi-support.exp (mi_run_to_helper): Move comments
19316         outside of gdb_expect.
19317
19318 2001-11-11  Daniel Jacobowitz  <drow@mvista.com>
19319
19320         * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
19321         mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
19322         mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
19323         mi0_run_to): New functions.
19324         * gdb.mi/mi-simplerun.exp: Use them.
19325         * gdb.mi/mi0-simplerun.exp: Likewise.
19326         * gdb.mi/mi-var-cmd.exp: Likewise.
19327         * gdb.mi/mi0-var-cmd.exp: Likewise.
19328
19329 2001-11-10  Andrew Cagney  <ac131313@redhat.com>
19330
19331         * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
19332         * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
19333
19334 2001-11-09  Andrew Cagney  <ac131313@redhat.com>
19335
19336         * gdb.base/restore.exp: Include $expected value in restored test
19337         message.
19338
19339 2001-11-09  Andrew Cagney  <ac131313@redhat.com>
19340
19341         * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
19342         implemented.
19343
19344 2001-11-08  Michael Snyder  <msnyder@redhat.com>
19345
19346         * gdb.base/callfuncs.exp: Add tests for nested call dummies.
19347         Add pass/fail message for stop at breakpoint in call dummy function.
19348
19349 2001-11-07  Michael Snyder  <msnyder@redhat.com>
19350
19351         * gdb.c++/templates.exp (test_template_breakpoints):
19352         If we get an overload menu, but it does not match what
19353         we expect, we still need to issue the "cancel" command.
19354         * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
19355         making the whitespace optional.  Argument for "new" may be
19356         "unsigned" as well as "unsigned int/long".
19357         * gdb.c++/templates.exp: Replace "const &" with "const ?&",
19358         making the whitespace optional.  Also replace "(void) with
19359         "((void|)), making the keyword "void" optional.
19360         * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
19361         making the whitespace optional.  Also replace "(void) with
19362         "((void|)), making the keyword "void" optional.
19363         * gdb.base/callfuncs.c (t_float_values): This function must
19364         _not_ be prototyped, and the following function (t_float_values2)
19365         must be prototyped (if the compiler supports it), so that GDB
19366         can be tested against both cases.  Usually one case involves
19367         promotion of float to double, while the other does not.
19368         * gdb.base/callfwmall.c: Ditto.
19369         * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
19370         includes a stack frame for "start".
19371
19372 2001-11-05  Jim Blandy  <jimb@redhat.com>
19373
19374         * gdb.stabs/weird.exp: Delete "p v_comb" test.  It assumes that
19375         pointers are 32 bits long, and that offsets of relocs are always
19376         stored in the data (REL-style), and not in the reloc entry itself
19377         (RELA-style).
19378         * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
19379         stabs.
19380
19381 2001-11-01  Michael Snyder  <msnyder@redhat.com>
19382
19383         * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
19384         and regular expression operators by using quoting.
19385
19386 2001-10-31  Michael Snyder  <msnyder@redhat.com>
19387
19388         * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
19389         depending on what the symbol table contains.
19390         * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
19391         the output of the ptype command.  Similarly, accept both "const &"
19392         and "const&".
19393
19394 2001-10-31  Corinna Vinschen  <vinschen@redhat.com>
19395
19396         * gdb.base/miscexprs.c (main): Add usage of preprocessor
19397         symbol `STORAGE' to allow to choose the storage class of
19398         the local datastructures.
19399         * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
19400         compiler directive.
19401
19402 2001-10-30  Michael Snyder  <msnyder@redhat.com>
19403
19404         * gdb.base/jump.exp: Allow it to run for all targets.
19405
19406 2001-10-29  Corinna Vinschen  <vinschen@redhat.com>
19407
19408         * gdb.base/call-ar-st.c (print_double_array): Match for loop
19409         with new double_array size.
19410         (main): Change storage class of all local variables to static.
19411         Reduce size of double_array to 9.
19412         * gdb.base/call-ar-st.exp:  Increase timeout value.
19413         Change expected output for double array to match new size in
19414         call-ar-st.c.
19415
19416 2001-10-29  Corinna Vinschen  <vinschen@redhat.com>
19417
19418         * gdb.base/ending-run.exp: Create identical output when passing
19419         `step to end of run' case.  Add regular expression branch satisfying
19420         Stormy16 target.
19421
19422 2001-10-28  Mark Kettenis  <kettenis@gnu.org>
19423
19424         * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
19425         that we catch the expected failure under Linux/x86.
19426
19427 2001-10-29  Orjan Friberg  <orjanf@axis.com>
19428
19429         * gdb.base/setvar.exp: Escape curly braces.
19430         * gdb.stabs/weird.exp: Ditto.
19431
19432 2001-10-27  Daniel Jacobowitz  <drow@mvista.com>
19433
19434         * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
19435         * gdm.mi/mi0-hack-cli.exp: Likewise.
19436
19437 2001-10-25  Andrew Cagney  <ac131313@redhat.com>
19438
19439         * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
19440         messages.
19441
19442 2001-10-21  Andrew Cagney  <ac131313@redhat.com>
19443
19444         * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
19445         checking MI enabled.
19446
19447 2001-10-09  Corinna Vinschen  <vinschen@redhat.com>
19448
19449         * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
19450
19451 2001-10-04  Frank Ch. Eigler  <fche@redhat.com>
19452
19453         * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
19454         if gdb child process crashes, just signal an error.
19455
19456 2001-10-02  Jim Blandy  <jimb@redhat.com>
19457
19458         * lib/gdb.exp (test_xfail_format): Simplify.
19459
19460         * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
19461         front of the variable name `format'.  Simplify `if'.
19462
19463 2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
19464
19465         * gdb.threads/pthreads.exp: Wait for output and delay
19466         before sending ^C.
19467
19468 2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
19469
19470         * gdb.mi/mi-var-display.exp (continue to incr_a):  Recognize
19471         some incorrect output instead of timing out.
19472         * gdb.mi/mi-var-display.exp (continue to incr_a):  Likewise.
19473
19474 2001-09-28  Corinna Vinschen  <vinschen@redhat.com>
19475
19476         * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
19477         check to allow additional `int'.
19478
19479 2001-09-27  Daniel Jacobowitz  <drow@mvista.com>
19480
19481         * gdb.base/completion.exp: Remove incorrect 'p "a' test.
19482         Add tests for 'p "break' (pass) and 'p "break.' (xfail).
19483
19484 2001-09-27  Michael Snyder  <msnyder@redhat.com>
19485
19486         * lib/gdb.exp (test_debug_format): New proc.
19487         (setup_xfail_format): Use new proc test_debug_format.
19488         * gdb.base/constvars.exp (local_compiler_xfail_check): New
19489         proc; use new service proc test_debug_format.
19490         Replace all other "gcc_compiled" tests with this test.
19491         * gdb.base/volatile.exp (local_compiler_xfail_check): New
19492         proc; use new service proc test_debug_format.
19493         Replace all other "gcc_compiled" tests with this test.
19494
19495 2001-09-27  Michael Snyder  <msnyder@redhat.com>
19496
19497         * gdb.base/cvexpr.exp: New file.
19498         * gdb.base/cvexpr.c: New file
19499         Test for expressions using const and volatile keywords.
19500
19501 2001-09-26  Corinna Vinschen  <vinschen@redhat.com>
19502
19503         * gdb.base/constvars.exp: Check for different orders of keywords
19504         and additional "int" strings in output.
19505
19506 2001-09-22  Andrew Cagney  <ac131313@redhat.com>
19507
19508         * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
19509         responses from "help maint".
19510
19511 2001-09-19  Frank Ch. Eigler  <fche@redhat.com>
19512
19513         * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
19514         to localhost:NNN instead of :NNN, in case Xvfb is listening
19515         only on TCP.
19516
19517 2001-09-19  Corinna Vinschen  <vinschen@redhat.com>
19518
19519         * gdb.base/recurse.exp: When checking leaving the watchpoint
19520         scope, recognize when gdb is in function's epilogue and pass.
19521
19522 2001-09-18  Keith Seitz  <keiths@redhat.com>
19523
19524         * lib/insight-support.exp (_gdbtk_export_target_info): Add
19525         support for running tests against sid targets.
19526         (gdbtk_done): Ditto.
19527
19528 2001-09-18  Corinna Vinschen  <vinschen@redhat.com>
19529
19530         * gdb.base/ending-run.c (main): Set stdout buffersize
19531         to the same reasonable value for any target.
19532         * gdb.base/ending-run.exp: Add a regular expression
19533         to make testsuite happy on Sanyo Stormy16 target.
19534
19535 2001-09-17  Corinna Vinschen  <vinschen@redhat.com>
19536
19537         * gdb.base/display.c (do_loops): Add float variable `f'.
19538         Increment f in loop.
19539         * gdb.base/display.exp: Increment timeout by 60 seconds.
19540         Change float display test to use variable `f'.
19541
19542 2001-09-17  Jim Blandy  <jimb@redhat.com>
19543
19544         * gdb.base/restore.exp: Use temporary breakpoints, to avoid
19545         overflowing the limited breakpoint tables on some ROM monitors
19546         (like the ROM68K).
19547
19548 2001-09-15  Frank Ch. Eigler  <fche@redhat.com>
19549
19550         * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
19551         the "-ac" (disable access control) flag.
19552
19553 2001-08-30  Jeff Holcomb  <jeffh@redhat.com>
19554
19555         * gdb.base/remote.c: Use a small buffer for targets with 16-bit
19556         ints.
19557
19558 2001-08-30  Keith Seitz  <keiths@redhat.com>
19559
19560         * lib/gdb.exp: Move all insight-related functionality into
19561         separate file.
19562         * lib/insight-support.exp: New file.
19563
19564 2001-08-29  Frank Ch. Eigler  <fche@redhat.com>
19565
19566         * config/sid.exp (sid_start): Never set sid verbosity; disable
19567         expect_background {} that consumed its stdout; tolerate </dev/null.
19568         Attempt to set endianness override in "sid" protocol mode.  Cleanup.
19569
19570 2001-08-18  Andrew Cagney  <ac131313@redhat.com>
19571
19572         * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
19573         CLI jump command to start it.
19574         (mi_run_to_main): Fail immediatly when unexpected output.
19575
19576 2001-08-18  Andrew Cagney  <ac131313@redhat.com>
19577
19578         * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
19579         beginning of function.  Fix PR gdb/191.
19580
19581 2001-08-16  Frank Ch. Eigler  <fche@redhat.com>
19582
19583         * config/sid.exp (sid_start): Don't warn if we cannot figure out
19584         what to force sid endianness to.
19585
19586 2001-08-15  Keith Seitz  <keiths@redhat.com>
19587
19588         * lib/gdb.exp (gdbtk_start): Don't set environment
19589         variables for TCL_LIBRARY and friends. Insight will
19590         now figure these out for itself.
19591
19592 2001-08-02  Michael Snyder  <msnyder@redhat.com>
19593
19594         * gdb.base/completion.exp: Remove the symbol "a64l" from
19595         the expect string; this is target-specific, and not related
19596         to what is being tested.
19597
19598 2001-08-02  Dave Brolley  <brolley@redhat.com>
19599
19600         * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
19601
19602 2001-07-25  Michael Snyder  <msnyder@redhat.com>
19603
19604         * gdb.base/consecutive.exp: New file.  Test stepping over
19605         breakpoints on consecutive instructions.
19606         * gdb.base/consecutive.c: New file.
19607
19608         * gdb.base/call-rt-st.exp: Use double-backslash to quote
19609         curly braces in regular expressions.
19610
19611 2001-07-25  Michael Snyder  <msnyder@redhat.com>
19612
19613         * gdb.base/ending-run.exp: Accept "Program exited normally" as
19614         legitimate output from stepping out of main.
19615
19616 2001-07-22  Keith Seitz  <keiths@redhat.com>
19617
19618         * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
19619         the empty string, do not run the tests.
19620
19621 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
19622
19623         * gdb.base/long_long.exp: Detect size of pointer.  Take into
19624         account 2-byte pointers when testing for p/a results.
19625
19626 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
19627
19628         * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
19629         and defined to 1K for m68hc11.
19630         (random_data): Reduce table to 1K for embedded platforms (68hc11).
19631         * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
19632         (sizeof_random_data): New variable to tell the size of the data table;
19633         don't test past this size; always run to main.
19634
19635 2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
19636
19637         * gdb.base/return2.exp: return of long long and double fails for
19638         68HC11; don't execute these tests on that platform.
19639         * gdb.base/return.exp: Return of a double fails for 68hc11.
19640
19641 2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
19642
19643         * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
19644         tests that print a float.
19645         * call-rt-st.exp: Likewise.
19646
19647 2001-07-12  Mark Kettenis  <kettenis@gnu.org>
19648
19649         * gdb.base/so-impl-ld.exp: Remove stray space that prevented
19650         running this test on Linux.
19651
19652 2001-06-24  Michael Chastain  <chastain@redhat.com>
19653
19654         * gdb.base/arithmet.exp: Remove some tests to make all test names
19655         unique.
19656
19657 2001-07-03  Michael Snyder  <msnyder@redhat.com>
19658
19659         * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
19660         the output of the ptype command.
19661
19662 2001-07-02  Michael Snyder  <msnyder@redhat.com>
19663
19664         * gdb.base/completion.exp: Don't assume that break.c is the only
19665         source file that may contain functions named "marker".
19666         * gdb.base/corefile.exp: Quote the curly braces in regexp.
19667
19668 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
19669
19670         * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
19671         of files to delete.
19672
19673         From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
19674         * gdb.disasm/h8300s.exp: New file.
19675         gdb.disasm/h8300s.s: Likewise.
19676
19677 2001-06-27  Andrew Cagney  <ac131313@redhat.com>
19678
19679         * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
19680         empty breakpoint tables.
19681
19682 2001-06-25  Andrew Cagney  <ac131313@redhat.com>
19683
19684         * lib/mi-support.exp: Update args=... part of stop-reason
19685         patterns. Accept either a list or a tuple.
19686
19687 2001-06-23  Andrew Cagney  <ac131313@redhat.com>
19688
19689         * lib/mi-support.exp: Remove local emacs variable defining
19690         change-log-default-name.
19691
19692 2001-06-22  Michael Chastain  <chastain@redhat.com>
19693
19694         * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
19695         This is operationally compatible with the previous version.
19696
19697 2001-06-13  Jim Blandy  <jimb@redhat.com>
19698
19699         * lib/gdb.exp (gdb_test): Doc fix.
19700
19701 2001-06-10  Michael Chastain  <chastain@redhat.com>
19702
19703         * gdb.base/exprs.exp: Remove a duplicate test.
19704
19705 2001-06-06  Jim Blandy  <jimb@redhat.com>
19706
19707         * gdb.base/return2.exp (main): Use values to test float and double
19708         returns that are not NaN's, to avoid being confused by IEEE
19709         comparison rules.
19710
19711 2001-06-04  Michael Snyder  <msnyder@redhat.com>
19712
19713         * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
19714         non-zero if control_c fails.  Terminate the test on failure,
19715         rather than wait for 12 more tests to time out.
19716
19717 2001-06-06  Jim Blandy  <jimb@redhat.com>
19718
19719         * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
19720         Don't forget to match the GDB prompt.
19721
19722         * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
19723
19724 2001-06-04  Jim Blandy  <jimb@redhat.com>
19725
19726         * gdb.base/help.exp: Update pattern to exclude `print-load-map'
19727         command.
19728
19729 2001-05-31  Kevin Buettner  <kevinb@redhat.com>
19730
19731         * gdb.base/annota1.exp (info break): Match four or more spaces
19732         after "Address".
19733
19734 2001-05-31  Michael Chastain  <chastain@redhat.com>
19735
19736         * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
19737         (dm_type_int_star): Likewise.
19738         (dm_type_long_star): Likewise.
19739         (dm_type_void_star): Likewise.
19740
19741 2001-05-29  Kevin Buettner  <kevinb@redhat.com>
19742
19743         * gdb.base/completion.exp (INPUTRC): Set this environment variable
19744         to a known value in order to get consistent results regardless
19745         of the setting of INPUTRC or the presence or contents of .inputrc.
19746
19747 2001-05-24  Michael Snyder  <msnyder@redhat.com>
19748
19749         * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
19750         Don't require that the main thread and the manager thread are the
19751         first in the list.
19752
19753         * gdb.threads/pthreads.exp (test_startup): Relax test for thread
19754         debugging.  If test fails, issue an "unsupported" not a "fail".
19755
19756 2001-05-24  Jim Blandy  <jimb@redhat.com>
19757
19758         Don't assume that short is shorter than int.
19759         * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
19760         assume that shorts are smaller than ints.  On a 16-bit machine,
19761         this isn't true.
19762         ("print unsigned char == (~0)"): Add test that verifies that ~0,
19763         an int, is not equal to ~0 stored in an unsigned char.  This tests
19764         the same thing that the previous test meant to, but works on
19765         16-bit machines, too.
19766         ("print unsigned char != (~0)"): Same test, complemented.
19767
19768 2001-05-24  Michael Snyder  <msnyder@redhat.com>
19769
19770         * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
19771         test for (full_coverage == 0).  This makes the test run faster,
19772         and prevents dejagnu getting out of step.
19773
19774 2001-05-23  Kevin Buettner  <kevinb@redhat.com>
19775
19776         * gdb.base/finish.exp (finish_void): Revise pattern for
19777         stopping on the call statement to not permit stopping at
19778         the start of the instructions comprising the call sequence.
19779
19780 2001-05-19  Michael Chastain  <chastain@redhat.com>
19781
19782         * gdb.base/callfuncs.exp: Make all test names unique.
19783         * gdb.base/commands.exp: Make all test names unique.
19784         * gdb.base/condbreak.exp: Make all test names unique.
19785         * gdb.base/dbx.exp: Make all test names unique.
19786         * gdb.base/default.exp: Make all test names unique.
19787         * gdb.base/define.exp: Make all test names unique.  Conform some FAIL
19788         and TIMEOUT messages to their corresponding PASS message.
19789         * gdb.base/ending-run.exp: Make all test names unique.
19790         * gdb.base/long_long.exp: Remove duplicate test.
19791
19792 2001-05-21  Kevin Buettner  <kevinb@redhat.com>
19793
19794         * gdb.base/finish.exp (finish_void): Allow "finish" command to
19795         stop on the call statement as well as the statement after the
19796         call.
19797
19798 2001-05-21  Michael Snyder  <msnyder@redhat.com>
19799
19800         * gdb.base/long_long.exp: Allow for targets with 4-byte short.
19801
19802 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
19803
19804         * gdb.base/completion.exp: Revamp test. Make it execute on all
19805         platforms.
19806
19807 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
19808
19809         * config/gdbserver.exp (gdb_load): Handle the case
19810         in which the arguments to gdbserver are given in the
19811         baseboard configuration file.
19812         Also handle the case in which the server needs to do a
19813         load.
19814
19815 2001-05-07  Keith Seitz <keiths@cygnus.com>
19816
19817         * lib/gdb.exp (gdbtk_initialize_display): New proc which will
19818         set up the display for testing.
19819         (gdbtk_start): Convert all paths to paths that tcl will like.
19820         Export target information to environment.
19821         (_gdbtk_xvfb_init): New proc to start Xvfb if available and
19822         necessary.
19823         (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
19824         (to_tcl_path): New proc to convert a given pathname into
19825         a path acceptible as an argument to a tcl command.
19826         (_gdbtk_export_target_info): New proc to export target info
19827         into the environment for gdbtk testing.
19828         (gdbtk_done): New proc to signal end-of-test.
19829
19830 2001-05-06  Jim Blandy  <jimb@redhat.com>
19831
19832         * restore.c: Make the code of caller0 correspond to its comment.
19833
19834 2001-05-03  Michael Snyder  <msnyder@redhat.com>
19835
19836         * config/sid.exp (gdb_target_sid): Check for error messages.
19837         On error or timeout, don't make expect exit (which will terminate
19838         all subsequent tests); instead just make gdb exit.
19839         (gdb_load): Check for error messages.  On error or timeout,
19840         return a negative value.
19841
19842 2001-04-24  Jim Blandy  <jimb@redhat.com>
19843
19844         * gdb.c++/templates.exp: If we see the prompt for the overload
19845         list, but we haven't recognized any of the longer patterns,
19846         arrange for this test to fail, not hang.
19847
19848         * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
19849         variations.
19850
19851 2001-04-22  Michael Chastain  <chastain@redhat.com>
19852
19853         * gdb.c++/local.exp: Use the 'runto' library function.
19854         * gdb.c++/namespace.exp: Likewise.
19855         * gdb.c++/overload.exp: Likewise.
19856
19857 2001-03-26  Kevin Buettner  <kevinb@redhat.com>
19858
19859         * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
19860         * gdb.base/step-line.exp: New file.  Test step/next in presence of
19861         #line directives.
19862         * gdb.base/step-line.c: New file.  Test program for the above.
19863         * gdb.base/step-line.inp: New file.  We pretend that this file has
19864         been transformed by some other tool into step-line.c.
19865
19866 2001-03-21  Jim Blandy  <jimb@redhat.com>
19867
19868         * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
19869         unmangled operator names.
19870
19871 2001-03-20  Jim Blandy  <jimb@redhat.com>
19872
19873         * gdb.threads/linux-dp.exp: Recognize an additional message
19874         generated by GDB when it doesn't understand how to debug threads
19875         on the target system.
19876
19877 2001-03-19  Andrew Cagney  <ac131313@redhat.com>
19878
19879         * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
19880
19881 2001-03-12  Michael Chastain  <chastain@redhat.com>
19882
19883         * gdb.c++/derivation.exp: Use the 'runto' library function.
19884
19885 2001-03-12  Michael Chastain  <chastain@redhat.com>
19886
19887         * gdb.c++/annota2.exp: Fix regular expression for "post-query".
19888
19889 2001-02-24  Michael Chastain  <chastain@redhat.com>
19890
19891         * gdb.c++/ref-types.exp: Change handwritten code to library
19892         function 'runto'.
19893
19894 2001-03-16  Orjan Friberg  <orjanf@axis.com>
19895
19896         * gdb.base/signals.exp: Set count to 0 explicitly.
19897
19898 2001-03-15  Mark Salter  <msalter@redhat.com>
19899
19900         * config/monitor.exp (gdb_target_cmd): Add explicit error return.
19901         (gdb_target_monitor): Add check of gdb_target_cmd return value.
19902         (gdb_load): Add support for additional target_info: gdb_download_size
19903         and gdb_load_timeout.
19904
19905 Thu Mar  8 16:06:00 2001  David Taylor  <taylor@redhat.com>
19906
19907         * gdb.base/annota1.exp: Move test of isnative to earlier in the
19908         file -- to prevent failing when the compile fails but we have no
19909         intention of running the tests anyway.
19910
19911         * gdb.base/long_long.exp: Test target_info for no_long_long, skip
19912         tests if set.
19913
19914         * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
19915         integers.
19916
19917         * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
19918         * gdb.c++/namespace.exp: Ditto.
19919
19920 2001-03-07  Orjan Friberg  <orjanf@axis.com>
19921
19922         * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
19923         * gdb.base/pointers.exp: Relax pattern match of decimals.
19924
19925 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
19926
19927         * Makefile.in, config/abug.exp, config/cfdbug.exp,
19928         config/cpu32bug.exp, config/dve.exp, config/est.exp,
19929         config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
19930         config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
19931         config/monitor.exp, config/proelf.exp, config/rom68k.exp,
19932         config/sh.exp, config/sid.exp, config/slite.exp,
19933         config/sparclet.exp, config/udi.exp, config/unknown.exp,
19934         config/vr4300.exp, config/vr5000.exp, config/vx.exp,
19935         config/vxworks.exp, config/vxworks29k.exp,
19936         gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
19937         gdb.base/all-bin.exp, gdb.base/annota1.exp,
19938         gdb.base/arithmet.exp, gdb.base/assign.exp,
19939         gdb.base/async.exp, gdb.base/attach.exp,
19940         gdb.base/bitfields.exp, gdb.base/bitops.exp,
19941         gdb.base/break.exp, gdb.base/call-ar-st.exp,
19942         gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
19943         gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
19944         gdb.base/commands.exp, gdb.base/completion.exp,
19945         gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
19946         gdb.base/constvars.exp, gdb.base/corefile.exp,
19947         gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
19948         gdb.base/display.exp, gdb.base/ena-dis-br.exp,
19949         gdb.base/ending-run.exp, gdb.base/environ.exp,
19950         gdb.base/eval-skip.exp, gdb.base/exprs.exp,
19951         gdb.base/finish.exp, gdb.base/foll-exec.exp,
19952         gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
19953         gdb.base/funcargs.exp, gdb.base/help.exp,
19954         gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
19955         gdb.base/logical.exp, gdb.base/long_long.exp,
19956         gdb.base/maint.exp, gdb.base/mips_pro.exp,
19957         gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
19958         gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
19959         gdb.base/pointers.exp, gdb.base/printcmds.exp,
19960         gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
19961         gdb.base/regs.exp, gdb.base/relational.exp,
19962         gdb.base/remote.exp, gdb.base/reread.exp,
19963         gdb.base/restore.exp, gdb.base/return2.exp,
19964         gdb.base/scope.exp, gdb.base/sect-cmd.exp,
19965         gdb.base/selftest.exp, gdb.base/setshow.exp,
19966         gdb.base/setvar.exp, gdb.base/shlib-call.exp,
19967         gdb.base/sigall.exp, gdb.base/signals.exp,
19968         gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
19969         gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
19970         gdb.base/step-test.exp, gdb.base/structs.c,
19971         gdb.base/structs.exp, gdb.base/structs2.exp,
19972         gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
19973         gdb.base/volatile.exp, gdb.base/watchpoint.exp,
19974         gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
19975         gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
19976         gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
19977         gdb.c++/derivation.exp, gdb.c++/inherit.exp,
19978         gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
19979         gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
19980         gdb.c++/ref-types.exp, gdb.c++/templates.exp,
19981         gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
19982         gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
19983         gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
19984         gdb.fortran/types.exp, gdb.java/jmisc.exp,
19985         gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
19986         gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
19987         gdb.trace/actions.exp, gdb.trace/backtrace.exp,
19988         gdb.trace/circ.exp, gdb.trace/collection.exp,
19989         gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
19990         gdb.trace/limits.exp, gdb.trace/packetlen.exp,
19991         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
19992         gdb.trace/report.exp, gdb.trace/save-trace.exp,
19993         gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
19994         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
19995         lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
19996         notices.
19997
19998 2001-02-27  Michael Snyder  <msnyder@cygnus.com>
19999
20000         * gdb.base/varargs.c (find_max_double): Fix printf format string:
20001         first arg is int not float.
20002
20003 2001-02-22  Michael Snyder  <msnyder@cygnus.com>
20004
20005         * gdb.base/reread.exp: Unsupported for non-native targets;
20006         doesn't work for remote debugging.
20007
20008 2001-02-19  Fernando Nasser  <fnasser@redhat.com>
20009
20010         From  Drew Moseley  <dmoseley@redhat.com>
20011         * gdb.base/ending-run.exp: Properly handle the BSP state when
20012         stepping past the end of main.
20013
20014 2001-02-19  John Moore  <jmoore@redhat.com>
20015
20016         * gdb.base/commands.exp (infrun_breakpoint_command_test):
20017         Converted HPUX fix for non-expected items following multiple
20018         step commands into general solution for all platforms.
20019
20020 2001-02-18  Michael Chastain  <chastain@redhat.com>
20021
20022         * gdb.c++/classes.exp (do_tests): Change runto statements
20023         from "runto 'foo(void)'" to "runto 'foo'".  This makes the
20024         statements demangler agnostic.
20025         * gdb.c++/virtfunc.exp (do_tests): Likewise.
20026         (gdb_virtfunc_restart): Likewise.
20027
20028 2001-02-14  Michael Chastain  <chastain@redhat.com>
20029
20030         * gdb.c++/inherit.exp (do_tests): Change runto statements
20031         from "runto 'foo(void)'" to "runto 'foo'".  This makes the
20032         statements demangler agnostic.
20033
20034 Sun Feb  4 17:32:21 2001  Andrew Cagney  <cagney@redhat.com>
20035
20036         * gdb.threads/pthreads.exp: Unify pass/fail messages for
20037         ``continue to bkpt at common_routine in thread 2'' and ``stopped
20038         before calling common_routine 15 times'' tests.
20039
20040 2001-02-11  Michael Chastain  <chastain@redhat.com>
20041
20042         * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
20043         Helps the test script figure out which demangler is in use.
20044         (dm_type_foo_ref): Ditto.
20045         (dm_type_int_star): Ditto.
20046         (dm_type_long_star): Ditto.
20047         (dm_type_unsigned_int): Ditto.
20048         (dm_type_void): Ditto.
20049         (dm_type_void_star): Ditto.
20050         * gdb.base/cplusfuncs.exp (probe_demangler): New function.
20051         Probe the gdb demangler and set variables to accommodate
20052         formatting differences.
20053         (info_func_regexp): New function.  Same as info_func, but
20054         matches against a regexp.
20055         (info_func): Match against a literal string.
20056         (print_addr_2): New function.  Match against a literal string,
20057         which can be different from the input to gdb.
20058         (print_addr): Simply call print_addr_2 with the same argument twice.
20059         (test_lookup_operator_functions): Use demangler formatting variables.
20060         Blow away the xfails and workarounds for gnats gdb bug gdb/18.  Sort
20061         the tests in the same order as the C++ class declaration.
20062         (test_paddr_operator_functions): Ditto.
20063         (test_paddr_overloaded_functions): Ditto.
20064         (test_paddr_hairy_functions): Use demangler formatting variables.
20065         Add reference to gdb/19 for related tests.
20066         (do_tests): Call probe_demangler.
20067
20068 2001-01-30  Kevin Buettner  <kevinb@redhat.com>
20069
20070         * gdb.c++/templates.cc (printf): Remove unused function definition.
20071
20072 2001-01-26  Felix Lee  <flee@redhat.com>
20073
20074         * sid.exp (sid_exit): Pass host, not target, to remote_close.
20075
20076 2001-01-25  matthew green  <mrg@redhat.com>
20077
20078         * config/sid.exp (sid_start): Call `remote_push_conn' after firing
20079         up sid.
20080         (sid_exit): Call `remote_pop_conn' after GDB is gone.
20081
20082 2001-01-25  matthew green  <mrg@redhat.com>
20083
20084         * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
20085         Deprecate $sid_spawn_id.
20086         (sid_exit): Remove code necessary only for `spawn.'
20087
20088 2001-01-25  matthew green  <mrg@redhat.com>
20089
20090         * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
20091
20092 2001-01-28  Michael Chastain  <chastain@redhat.com>
20093
20094         * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
20095         to call when tests fail.  It takes gdb out of the overloaded
20096         function choice menu back to the main prompt, so that the test
20097         program stays synchronized.
20098         (set_bp_overloaded): New proc to collect all the common
20099         code for setting a breakpoint on an overloaded name.  Calls
20100         take_gdb_out_of_choice_menu when needed.
20101         (menu_overload1arg): New variable to collect the repeated
20102         instances of the expected menu for an overloaded name.  Change
20103         the regular expression to handle changes in g++ type encoding:
20104         "void" can be either "void" or "", and "unsigned int" can be
20105         either "unsigned int" or "unsigned".
20106         (continue_to_bp_overloaded): Change regular expressions to handle
20107         changes in g++ type encoding.
20108         (no proc): Call take_gdb_out_of_choice_menu when needed.
20109         Remove redundant calls to "info break".  Accept either "canceled"
20110         or "cancelled".  Change regular expressions in "info break"
20111         calls to handle changes in g++ type encoding.  Give all tests
20112         unique strings.
20113
20114 2001-01-17  Ben Elliston  <bje@redhat.com>
20115
20116         * config/sid.exp: New file.
20117
20118 Fri Jan 12 18:29:01 2001  Andrew Cagney  <cagney@b1.cygnus.com>
20119
20120         * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
20121
20122 2000-12-21  Michael Snyder  <msnyder@cygnus.com>
20123
20124         * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
20125         Add a RE to accept a non-ascii char if one is ever presented.
20126
20127 2000-12-20  Fernando Nasser  <fnasser@redhat.com>
20128
20129         * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
20130
20131 2000-12-18  Michael Snyder  <msnyder@cygnus.com>
20132
20133         * gdb.base/setvar.exp: Use double '\\' to quote curly braces
20134         in regexp.  One '\' does not suffice on Linux.
20135
20136 2000-12-09  Michael Chastain  <chastain@redhat.com>
20137
20138         * gdb.base/break.exp (test_clear_command): Use a marker function
20139         rather than 'main' for the test function.  Also move this
20140         test to an execution point where the marker function names are
20141         guaranteed to be bound to functions.  (Executing tests after a
20142         'finish' from main runs into name conflicts with local names
20143         in __libc_start_main).
20144
20145 2000-12-07  Michael Snyder  <msnyder@cygnus.com>
20146
20147         * gdb.base/finish.exp: New test for gdb's "finish" command.
20148         * gdb.base/return2.exp: New test for gdb's "return" command.
20149         * gdb.base/return2.c: New source file for above.
20150
20151 2000-12-05  Michael Snyder  <msnyder@cygnus.com>
20152
20153         * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
20154         * gdb.base/miscexprs.exp: Ditto.
20155         * gdb.base/pointers.exp:  Ditto.
20156         * gdb.c++/derivation.exp: Ditto.
20157         * gdb.c++/local.exp:      Ditto.
20158         * gdb.c++/namespace.exp:  Ditto.
20159         * gdb.c++/overload.exp:   Ditto.
20160         * gdb.c++/ref-types.exp:  Ditto.
20161
20162 2000-12-05  Michael Snyder  <msnyder@cygnus.com>
20163
20164         * gdb.base/constvars.exp: Test result of "up" command.
20165         * gdb.base/miscexprs.exp: Ditto.
20166         * gdb.base/pointers.exp:  Ditto.
20167         * gdb.base/scope.exp:     Ditto.
20168         * gdb.c++/derivation.exp: Ditto.
20169         * gdb.c++/local.exp:      Ditto.
20170         * gdb.c++/namespace.exp:  Ditto.
20171         * gdb.c++/overload.exp:   Ditto.
20172         * gdb.c++/ref-types.exp:  Ditto.
20173
20174 2000-11-22  Michael Chastain  <chastain@redhat.com>
20175
20176         * mips_pro.exp: Accept either "middle -> top -> main" or
20177         "middle -> main" in the backtrace, because gcc can optimize
20178         tail calls to jumps.  Remove setup_xfail for the hppa case.
20179         Add a comment with the original warning messages from PR 3016,
20180         which was filed in 1993, to preserve them for posterity.
20181
20182 2000-11-17  Nick Duffek  <nsd@redhat.com>
20183
20184         * lib/gdb.exp (gdb_test): Override timeout with board info.
20185
20186 2000-11-17  Nick Duffek  <nsd@redhat.com>
20187
20188         * gdb.base/display.exp: Don't kill running stub.  Add "again" to
20189         the second kill and detach messages.
20190
20191 2000-11-17  Nick Duffek  <nsd@redhat.com>
20192
20193         * configure.in: Add AC_EXEEXT.
20194         * configure: Regenerate.
20195         * Makefile.in (just-check): Export EXEEXT.
20196         * lib/gdb.exp ($EXEEXT): Import from environment.
20197         * gdb.base/maint.exp: Expect $EXEEXT in executable name.  Don't
20198         expect "maint dump-me" on Cygwin.
20199         * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
20200         $EXEEXT.
20201
20202 2000-11-17  Nick Duffek  <nsd@redhat.com>
20203
20204         * gdb.base/break.exp: Test backtrace and finish from called
20205         function on all platforms, not just HP-UX.
20206
20207 2000-11-03  Michael Snyder  <msnyder@cygnus.com>
20208
20209         * config/monitor.exp (gdb_target_cmd): Abstracts some of the
20210         code from gdb_target_monitor, so it can be used independantly
20211         for gdbserver.  Also comment out an unnecessary PUTS.
20212
20213 2000-11-03  Michael Snyder  <msnyder@cygnus.com>
20214
20215         * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
20216         * gdb.base/corefile.exp: Expect the message "Program is being
20217         debugged already" when we send the "corefile" command, since
20218         the preceeding gdb_load may have connected gdb to a remote target.
20219         * gdb.base/display.exp: Disable hardware watchpoints if new
20220         board info variable "no_hardware_watchpoints" is true.
20221         Replace single-letter commands with more readable ones.
20222         * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
20223         if new board info variable "no_hardware_watchpoints" is true.
20224         * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
20225         to see if stdio (printf) testing is possible.
20226         * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
20227         board info variable "no_hardware_watchpoints" is true.  Use new
20228         proc "gdb_skip_stdio_tests" to see if printf tests are possible.
20229
20230 2000-11-13  Fernando Nasser  <fnasser@redhat.com>
20231
20232         From Orjan Friberg  <orjanf@axis.com>:
20233         * gdb.base/printcmds.exp: Escape curly braces followed by a number
20234         in array print pattern match.
20235
20236 2000-11-09  Fernando Nasser  <fnasser@redhat.com>
20237
20238         * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
20239         spelling "cancelled" to U.S. spelling "canceled" to match changes
20240         made to gdb.
20241         * gdb.c++/ovldbreak.exp: Ditto.
20242
20243 2000-11-06  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
20244
20245         * gdb.base/callfuncs.c (main):  Moved to end of file, call
20246         t_double_values to initialize the FPU before inferior calls are made.
20247         * gdb.base/callfuncs.exp:  Test for register preservation after calling
20248         inferior functions.  Add tests for continuining, finishing and
20249         returning from a stop in a call dummy.
20250
20251 2000-10-24  Michael Snyder  <msnyder@cygnus.com>
20252
20253         * gdb.base/commands.exp: Break up long lines, and re-indent.
20254
20255 2000-10-19  Michael Snyder  <msnyder@cygnus.com>
20256
20257         * config/gdbserver.exp:  Rewritten from the ground up, to make it
20258         compatible with the current dejagnu tree, and to make it work with
20259         the new "gdbserver" in libremote.
20260
20261 2000-10-16  Michael Snyder  <msnyder@cygnus.com>
20262
20263         * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
20264         * gdb.base/varargs.exp: Skip entire test if no printf support.
20265         * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
20266         * gdb.base/shlib-call.exp: Skip several tests if no printf support.
20267
20268 2000-10-13  Michael Snyder  <msnyder@cygnus.com>
20269
20270         * lib/gdb.exp (gdb_skip_float_test): New proc.  Skip test if
20271         no floating point support.
20272         (gdb_skip_stdio_test): New proc.  Skip test if no stdio support.
20273         * gdb.base/call-ar-st.exp: Use above procs to skip tests.
20274         * gdb.base/call-rt-st.exp: Ditto.
20275         * gdb.base/call-strs.exp: Ditto.
20276
20277 2000-08-02  Jimmy Guo  <guo@hpcleara.cup.hp.com>
20278
20279         * gdb.base/sizeof.c: include <stdio.h>.
20280
20281         * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
20282         'finish', otherwise uncaptured gdb_prompt would potentially
20283         throw remaining test points out of sync.
20284
20285 2000-07-26  Scott Bambrough <scottb@netwinder.org>
20286
20287         * gdb.base/recurse.exp: Run tests for all targets.
20288         * gdb.base/so-impl-ld.exp: Added wildcard to handle the
20289         gnu-oldld case on ARM.
20290         * gdb.base/watchpoint.exp (test_stepping): Clear xfail
20291         for ARM targets.
20292
20293 Mon Jul 24 07:46:02 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
20294
20295         * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
20296         * gdb.java/configure: Rebuild.
20297
20298 Sun Jul 23 21:42:34 2000  Anthony Green  <green@redhat.com>
20299
20300         * gdb.java/jv-exp.exp: New file.
20301
20302 Sun Jul 23 21:02:42 2000  Anthony Green  <green@redhat.com>
20303
20304         * configure: Rebuilt.
20305         * configure.in (configdirs): Add gdb.java.
20306         * gdb.java/jmisc.java: New file.
20307         * gdb.java/jmisc.exp: New file.
20308         * gdb.java/Makefile.in: New file.
20309         * gdb.java/configure: Rebuilt.
20310         * gdb.java/configure.in: New file.
20311         * lib/java.exp: New file.
20312
20313 Wed Jul 12 18:14:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
20314
20315         * gdb.base/exprs.exp: Test casts to a pointer including over and
20316         underflow.
20317
20318 Thu Jul 13 11:52:53 2000  Andrew Cagney  <cagney@b1.cygnus.com>
20319
20320         * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files.  Compare GDB
20321         and the compilers sizes.
20322
20323 2000-07-09  Nick Duffek  <nsd@redhat.com>
20324
20325         * gdb.c++/misc.cc (class ClassParam, class_param): Define.
20326         (use_methods): New function.
20327         (main): Call use_methods().
20328         * gdb.c++/classes.exp (test_method_param_class): New procedure.
20329         (do_tests): Call test_method_param_class.
20330
20331 2000-07-09  Nick Duffek  <nsd@redhat.com>
20332
20333         * gdb.c++/classes.exp (test_nonexistant_members): Fix name
20334         spelling.
20335         (test_enums): New procedure.  Move enum tests from end of script
20336         to here.  Set breakpoint on function name instead of line number.
20337         * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
20338         (enums2): New marker function.
20339         (enums1): New function.
20340         (main): Call enums1().  Move enum tests to enums1().
20341
20342 Tue Jul  4 03:43:49 2000  Andrew Cagney  <cagney@b1.cygnus.com>
20343
20344         * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
20345         compile/link program.  Update line numbers.
20346         * gdb.asm/d10v.inc: Define ``startup''.
20347         * gdb.asm/asmsrc1.s: Add definition of _start.
20348
20349 Fri Jun 23 17:45:52 2000  Andrew Cagney  <cagney@b1.cygnus.com>
20350
20351         * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
20352
20353 2000-06-18  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20354
20355         * gdb.base/maint.exp: Add 'maint print architecture' item to output
20356         of 'help maint print' command.
20357
20358 Fri Jun 16 18:22:05 2000  Andrew Cagney  <cagney@b1.cygnus.com>
20359
20360         * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
20361         they use gdb_expect_list.
20362
20363 Wed Jun  7 13:02:40 2000  Andrew Cagney  <cagney@b1.cygnus.com>
20364
20365         * gdb.base/commands.exp: Use ``set remote
20366         memory-read-packet-size'' instead of ``set endian big'' to test
20367         long commands.
20368
20369 2000-06-03  Daniel Berlin  <dan@cgsoftware.com>
20370
20371         * gdb.c++/templates.exp (do_tests): Make all of these work under
20372         g++, and stop skipping them.
20373
20374         * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
20375         work under g++.
20376
20377         * gdb.c++/misc.cc: Fix ambiguous initialization with correct
20378         initialization.
20379
20380 2000-06-02  Michael Snyder  <msnyder@cygnus.com>
20381
20382         * gdb.base/annota1.exp (run until main breakpoint): Loosen up
20383         the regular expression: accept an (almost) arbitrary sequence of
20384         "frames-invalid" and "breakpoints-invalid" messages both before
20385         and after the "starting" message.
20386
20387 2000-06-02  Michael Snyder  <msnyder@cygnus.com>
20388
20389         * gdb.c++/local.exp: This test has never been known to work with g++.
20390
20391 2000-05-18  Michael Snyder  <msnyder@cygnus.com>
20392
20393         * gdb.base/annota1.exp (annotate-signal-handler-caller):
20394         Relax the regular expression a little, make it pass on Solaris 8.
20395
20396 2000-05-12  Kevin Buettner  <kevinb@redhat.com>
20397
20398         * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
20399         a call, do not require that gdb stop on the line after the call.
20400         Instead, it is permissible for gdb to stop on the line of the
20401         call itself.
20402
20403 2000-05-12  Michael Snyder  <msnyder@.cygnus.com>
20404
20405         * gdb.base/break.exp (bp on small function, optimized file):
20406         Add a second pass pattern.  The behavior differs here between stabs
20407         and dwarf for one-line functions.  Stabs preserves two line symbols
20408         (one before the prologue and one after) with the same line number,
20409         but dwarf regards these as duplicates and discards one of them.
20410         Therefore the address after the prologue (where the breakpoint is)
20411         has no exactly matching line symbol, and GDB reports the breakpoint
20412         as if it were in the middle of a line rather than at the beginning.
20413
20414 2000-05-08  Michael Snyder  <msnyder@cygnus.com>
20415
20416         * gdb.base/interrupt.exp: Make "pass" message say "send"
20417         rather than "send_gdb" (for consistancy).
20418
20419 Mon May  1 15:37:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
20420
20421         From 2000-04-28 Andreas Jaeger  <aj@suse.de>:
20422         * gdb.c++/templates.cc: Properly check for GCC version number.
20423         * lib/compiler.cc: Likewise
20424
20425 2000-04-28  Michael Snyder  <msnyder@cygnus.com>
20426
20427         * gdb.base/break.exp: When compiled with -O2 optimization,
20428         gdb may not stop at the first line of main, due to code motion.
20429
20430 2000-04-26  Michael Snyder  <msnyder@cygnus.com>
20431
20432         * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
20433         This test depends on parsing the printf output from the target.
20434         Since the sparclet stub doesn't do stdio, this will never work.
20435         * gdb.base/call-rt-st.exp: ditto.
20436         * gdb.base/call-strs: ditto.
20437
20438 2000-04-24  Michael Snyder  <msnyder@cygnus.com>
20439
20440         * gdb.base/miscexprs.exp: make sizeof long array test portable.
20441
20442         * gdb.base/ending-run.exp: After connecting to a remote target,
20443         but before running, the target will appear to be in a random
20444         location.  Specify both a file and a line for breakpoints.
20445         Also, the function that calls main may be called 'init'
20446         rather than 'start'.
20447
20448 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20449
20450         * gdb.base/help.exp: Update output for add-symbol-file command.
20451
20452 2000-04-10  Fernando Nasser  <fnasser@cygnus.com>
20453
20454         From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
20455         * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
20456
20457 2000-04-07  J.T. Conklin  <jtc@redback.com>
20458
20459         * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
20460
20461         * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
20462
20463 Thu Mar 30 13:26:19 2000  Philippe De Muyter  <phdm@macqel.be>
20464
20465         * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
20466         values that can be represented exactly.
20467         * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
20468         above change, and to not check against the directory part of the source
20469         file name.
20470         (step into print_long_arg_list): Likewise.
20471         (print print_small_structs from print_long_arg_list): Likewise.
20472         (print print_long_arg_list): Likewise.
20473
20474 2000-03-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20475
20476         * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
20477
20478 Mon Mar 27 14:46:37 2000  Andrew Cagney  <cagney@b1.cygnus.com>
20479
20480         * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
20481
20482 2000-03-25  Daniel Berlin  <dan@cgsoftware.com>
20483
20484         * gdb.base/commands.exp (deprecated_command_test): Add test for
20485         deprecate with no arguments.
20486
20487 2000-03-24  Jonathan Larmour  <jlarmour@redhat.co.uk>
20488
20489         * gdb.base/break.exp: Add new test for setting breakpoints on
20490         optimized code so we can test breakpoints work even when function
20491         prologues may be optimized away
20492
20493 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20494
20495         From David Whedon <dwhedon@gordian.com>
20496         * gdb.base/commands.exp : Added command deprecator tests.
20497
20498 2000-03-22  Daniel Berlin   <dan@cgsoftware.com>
20499
20500        * gdb.base/help.exp: Added test for new apropos command.
20501
20502 2000-03-21  Kevin Buettner <kevinb@redhat.com>
20503
20504         * gdb.base/pointers.c (usevar): New function.
20505         (main): Make sure that global variables v_int_pointer2, rptr,
20506         and y are all referenced someplace in the program by calling
20507         usevar() on them.  [Some linkers delete symbols which are
20508         never referenced.  The space remains, but there's no way to
20509         get a (symbolic) handle on the variable from the debugger.]
20510
20511 2000-03-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20512
20513         * gdb.base/printcmds.c: Add typedeffed arrays.
20514
20515         * gdb.base/printcmds.exp (test_print_typedef_arrays): New
20516         procedure to test arrays that are typedef'd.
20517
20518 2000-03-13  James Ingham  <jingham@leda.cygnus.com>
20519
20520         * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
20521         the library directories.
20522
20523 Mon Feb 21 13:05:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
20524
20525         * configure.in (configdirs): Add sub directory gdb.mi.
20526         * configure: Re-generate.
20527
20528         * gdb.mi: New directory.
20529
20530 2000-02-25  Scott Bambrough <scottb@netwinder.org>
20531
20532         * gdb.base/long_long.exp: Correct test suite failure when printing
20533         a long long value as a double on ARM platforms.
20534
20535 2000-02-16  Jim Blandy  <jimb@redhat.com>
20536
20537         * gdb.base/break.exp ("breakpoint line number"): Make sure the
20538         default source file is set properly before running this test.
20539
20540 2000-02-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20541
20542         * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
20543         gdbtk/library directory, not in gdbtcl2.
20544
20545 2000-02-04  Jim Blandy  <jimb@redhat.com>
20546
20547         * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
20548         backslash from regexp pattern.
20549
20550         * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
20551         procedure.  Use it to run all the "continue to bp overloaded"
20552         tests.  Note that this changes the names of the tests slightly.
20553         If the breakpoint hit message includes a hex PC value, because
20554         GCC's Dwarf 2 line info doesn't help us distinguish the prologue
20555         from the real source code, still consider that a pass.
20556
20557         * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
20558         XFAIL here if the breakpoint message contains a hex address.  Note
20559         similar change on 1999-11-02.
20560
20561         * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
20562
20563         * gdb.base/ptype.exp: Establish a default source file before
20564         calling get_debug_format.
20565
20566 2000-02-03  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20567
20568         * gdb.base/watchpoint.exp: Remove duplication of test messages.
20569
20570 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20571
20572         * gdb.base/step-test.exp: Fix the steps to enter a callee by means
20573         of successive stepi commands -- while in the prologue we should see
20574         the function entry bracket.
20575
20576 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20577
20578         * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
20579         reach __change_mode() when stepping through the end of main().
20580
20581 2000-01-17  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20582
20583         * gdb.base/default.exp: Fix expected pattern.
20584         * gdb.base/help.exp: Same.
20585
20586 2000-01-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20587
20588         * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
20589         Don't use xfail's because that affects only the following test.
20590
20591         * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
20592         solaris or linux.
20593
20594         * gdb.base/selftest.exp: Update to reflect changes to main.c.
20595
20596 2000-01-07  Michael Snyder  <msnyder@cygnus.com>
20597
20598         * gdb.base/display.exp: Some yacc parsers like to say
20599         "A syntax error" rather than "A parse error".  Accept both.
20600
20601 2000-01-06  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20602
20603         * gdb.base/default.exp: Remove OS dependent string from "target
20604         remote" test.
20605         * gdb.base/help.exp: Same for "help target remote" test.
20606
20607 2000-01-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20608
20609         From Jim Kingdon <kingdon@redhat.com>:
20610
20611         * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
20612         prompt (cleanup rather than necessity, but still might keep output
20613         from spilling to next test).
20614
20615 2000-01-02  Fred Fish  <fnf@cygnus.com>
20616
20617         * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
20618         AIX, which defines them in <sys/types.h>.
20619
20620 1999-12-16  Stan Shebs  <shebs@andros.cygnus.com>
20621
20622         * gdb.base/default.exp: Match arm* etc instead of arm in "info
20623         float" test.
20624
20625 1999-12-13 Fernando Nasser  <fnasser@totem.to.cygnus.com>
20626
20627         * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
20628
20629         * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
20630         outermost frame disallowed".
20631
20632 1999-12-09  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20633
20634         * gdb.base/setvar.exp: New tests for setting the value of a struct
20635         with a constant list.
20636
20637 1999-12-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20638
20639         * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
20640         require the user to type a cast before setting the value of a struct.
20641
20642 1999-12-06  Jim Blandy  <jimb@cygnus.com>
20643
20644         * gdb.base/default.exp: Expect the new 'info float' command on
20645         all i386 platforms.
20646
20647         * gdb.threads/linux-dp.exp: Expand our ability to recognize
20648         LinuxThreads libraries that don't support debugging.
20649
20650 Sat Dec  4 15:21:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
20651
20652         * gdb.base/remote.c: Fill the buffer with truely random data.
20653         Change the buffer type to ``unsigned char'' to simplify size
20654         arithmetic.
20655
20656         * gdb.base/remote.exp: Reduce download numbers by one.  Typical
20657         stub only handles 400-1 byte packets.  Verify that the download
20658         worked.
20659
20660 1999-11-30  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20661
20662         * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
20663         tests, using UNRESOLVED for the untested cases.  Also, does not wait
20664         for a timeout if the prompt was received before a recognizable pattern.
20665
20666 1999-11-29  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20667
20668         * lib/gdb.exp (gdb_expect_list): Fix spelling.
20669
20670 1999-11-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20671
20672         * gdb.base/watchpoint.exp: Add tests cases for the hit count of
20673         watchpoints.
20674
20675 1999-11-24  Jason Merrill  <jason@casey.cygnus.com>
20676
20677         * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
20678
20679         * gdb.c++/local.exp: Be more flexible in recognizing local class
20680         name mangling.  Don't allow horribly truncated method names.
20681         * gdb.c++/derivation.exp: Expect protected inheritance.
20682         * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
20683         * gdb.c++/virtfunc.exp: Likewise.
20684         * gdb.c++/classes.exp: Likewise.  Don't require the enclosing scope
20685         when printing a nested enum.
20686
20687 1999-11-22  Jim Blandy  <jimb@cygnus.com>
20688
20689         * gdb.base/step-test.exp: Properly await GDB's response to setting
20690         a breakpoint on the call to large_struct_by_value.
20691
20692         * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
20693         just because we have debug info for the `start' function.
20694
20695 1999-11-19  Jim Blandy  <jimb@zenia.red-bean.com>
20696
20697         * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
20698         "Unknown signal" messages, which indicate (on LinuxThreads) that
20699         GDB doesn't know how to debug threads on this system.  This is
20700         better than hanging while philosopher 0 dumps chatter into gdb.log.
20701
20702 1999-11-18  Tom Tromey  <tromey@cygnus.com>
20703
20704         * gdb.trace/deltrace.exp: Updated test to reflect new error text.
20705
20706 1999-11-18  Fred Fish  <fnf@cygnus.com>
20707
20708         * gdb.base/coremaker2.c: Add sample program for generating
20709         cores that is more self contained than coremaker.c.  Eventually
20710         I'll add more code to this and tie it into the testsuite.
20711
20712 1999-11-12  Stan Shebs  <shebs@andros.cygnus.com>
20713
20714         * gdb.base/dollar.exp: Remove, now in gdb.hp.
20715
20716 1999-11-10  Jimmy Guo  <guo@cup.hp.com>
20717
20718         * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
20719         from $srcdir/lib/.
20720         * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
20721         and gdb.c++/.
20722
20723         * gdb.c++/derivation.exp: remove redundant get compiler info code.
20724
20725         * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
20726         'continue with watch' test point.
20727
20728 1999-11-08  Jim Blandy  <jimb@zenia.red-bean.com>
20729
20730         Merged from p2linux-990323-branch:
20731
20732         * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
20733
20734 Mon Nov  8 23:07:09 1999  Andrew Cagney  <cagney@amy.cygnus.com>
20735
20736         * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
20737         {limit,fixed}''.  Test ``set download-write-size''.
20738
20739 Sun Nov  7 17:37:01 1999  Andrew Cagney  <cagney@b1.cygnus.com>
20740
20741         * gdb.base/funcargs.exp: Rewrite stack traceback checks using
20742         gdb_expect_list.
20743
20744 Fri Nov  5 18:40:52 1999  Andrew Cagney  <cagney@b1.cygnus.com>
20745
20746         * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
20747
20748 1999-11-03  Mark Salter  <msalter@cygnus.com>
20749
20750         * gdb.base/break.exp: Fix "stub continue" pattern.
20751
20752 1999-11-03  Jim Blandy  <jimb@zwingli.cygnus.com>
20753
20754         * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
20755
20756 1999-11-02  Jim Blandy  <jimb@zwingli.cygnus.com>
20757
20758         * gdb.base/display.exp ("finish"): Add timeout clause.
20759
20760         * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
20761         plain prompt clause, so this doesn't have to time out in order to
20762         fail.
20763
20764         * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
20765         breakpoint hit messages include an address.
20766
20767         * gdb.base/display.exp: Don't forget to escape parens in regular
20768         expressions.  Unix regexp notatation sucks.
20769
20770 1999-11-02  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20771
20772         * gdb.base/annota1.exp: Test for annotate-signalled: change output
20773         order for 'signalled' message.
20774
20775 1999-11-01  Stan Shebs  <shebs@andros.cygnus.com>
20776
20777         From Jimmy Guo  <guo@cup.hp.com>:
20778         * gdb.base/annota1.exp: Add tests for annotate ignore count change.
20779         * gdb.base/annota1.c: Add code for tests to work with.
20780
20781 1999-10-26  Frank Ch. Eigler  <fche@cygnus.com>
20782
20783         * gdb.base/remote.exp: New test for remote downloading settings.
20784         * gdb.base/remote.c: New file with large .data.
20785
20786 1999-10-18  Jim Blandy  <jimb@zwingli.cygnus.com>
20787
20788         * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
20789         for LinuxThreads support, merged from the Code Fusion branch.
20790
20791 Mon Oct 11 13:57:21 1999  Andrew Cagney  <cagney@amy.cygnus.com>
20792
20793         * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
20794         containing exp_continue into a while within an expect.  Don't
20795         attempt a start more than three times.  Check return value from
20796         gdb_load.
20797
20798 Wed Oct  6 12:05:58 1999  Andrew Cagney  <cagney@b1.cygnus.com>
20799
20800         * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
20801         a pass case.
20802
20803 1999-10-01  Kevin Buettner <kevinb@cygnus.com>
20804
20805         * gdb.base/break.c (main): Added a statement that we can step
20806         off of.
20807         * gdb.base/break.exp: Added tests for setting a breakpoint
20808         at an offset and stepping onto a breakpoint.
20809
20810 1999-10-01  Fred Fish  <fnf@cygnus.com>
20811
20812         * gdb.base/help.exp (help add-symbol-file): Update to match current
20813         gdb output.
20814
20815 1999-09-18  Jim Blandy  <jimb@cris.red-bean.com>
20816
20817         * gdb.base/break.exp: Code locations are in hex, don't forget!
20818         (For HP-UX.)
20819
20820 1999-09-17  Stan Shebs  <shebs@andros.cygnus.com>
20821
20822         * condbreak.exp: Use break.c as test program.
20823         * condbreak.c: Remove, redundant with break.c.
20824
20825 1999-09-15  Stan Shebs  <shebs@andros.cygnus.com>
20826
20827         * config/monitor.exp (gdb_target_monitor): Disable X- and
20828         Z-packets if the target needs it.
20829
20830 1999-09-13  James Ingham  <jingham@leda.cygnus.com>
20831
20832         * gdb.c++/overload.exp: Added tests for listing overloaded
20833         functions with function pointers in the arg, explicitly calling
20834         out the version you want.
20835
20836 1999-09-09  Stan Shebs  <shebs@andros.cygnus.com>
20837
20838         * long_long.exp: Add variations of test cases that work for
20839         targets with 16-bit ints and 32-bit doubles.
20840
20841 1999-09-08  Stan Shebs  <shebs@andros.cygnus.com>
20842
20843         * break.c (main): Compare a possibly-uninitialized argc with an
20844         unlikely value that fits in 16 bits.
20845
20846 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
20847
20848         * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
20849         0xfeeb, don't want negative numbers if ints are 16 bits.
20850
20851         * lib/gdb.exp (skip_cplus_tests): New proc.
20852         * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
20853         gdb.c++/anon-union.exp, gdb.c++/classes.exp,
20854         gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
20855         gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
20856         gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
20857         gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
20858         gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
20859         gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
20860
20861         * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
20862
20863 Fri Sep  3 15:37:12 1999  Kevin Buettner  <kevinb@cygnus.com>
20864
20865         * gdb.base/corefile.exp (up): Allow a parameter to appear
20866         in the frame that we're going up to.
20867
20868         From Jim Blandy <jimb@cygnus.com>:
20869
20870         * gdb.base/default.exp (info float): Expect some output now.
20871
20872         * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
20873         returning floating-point values to fail on the x86.
20874         * gdb.base/callfwmall.exp (do_function_calls): Same.
20875
20876         * gdb.base/list.exp (test_listsize): Correct expectations for
20877         listing line 1 with listsize 2.  Also, listing a single line
20878         works now, as does listing three lines.  [Kevin's note: There
20879         were a number of other cases fixed too where the expectations
20880         differed...]
20881
20882 1999-09-02  Stan Shebs  <shebs@andros.cygnus.com>
20883
20884         * gdb.base/selftest.exp: Add case for when version prints as
20885         constant string instead of char pointer.
20886
20887 1999-08-25  Stan Shebs  <shebs@andros.cygnus.com>
20888
20889         * gdb.base/ending-run.exp: Add Solaris case for what happens when
20890         stepping out of main.
20891
20892         * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
20893         G++ used.
20894
20895         * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
20896         always, expect ptype InnerLocal::NestedInnerLocal to fail always.
20897
20898         * gdb.c++/ovldbreak.exp: Update match string in test that
20899         includes a warning of multiple breakpoints.
20900
20901 1999-08-24  Stan Shebs  <shebs@andros.cygnus.com>
20902
20903         * gdb.base/display.exp: Improve precision of step-after-finish
20904         added yesterday.
20905
20906         * gdb.base/signals.exp: Add extra wildcard to "handle all print"
20907         test.
20908
20909         * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
20910         configs when using G++, not just hppa*.
20911
20912 1999-08-24  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20913
20914         * gdb.base/async.c: New file.
20915         * gdb.base/async.exp: New file.
20916
20917 Tue Aug 24 03:24:53 1999  Jeffrey A Law  (law@cygnus.com)
20918
20919         * gdb.base/break.exp: Tweak PA specific tests to properly handle
20920         PA64.
20921
20922 Mon Aug 23 10:25:20 1999  Jeffrey A Law  (law@cygnus.com)
20923
20924         * gdb.base/display.exp: "finish" can leave us mid-line on many
20925         targets, deal with it.  Add a small constant to main, instead of
20926         1000 since main+1000 may not be a valid address in the target.
20927
20928         * gdb.base/dollar.exp: Do not run for PA processors in wide mode
20929         on hpux11.
20930
20931         * gdb.base/attach.exp: Handle another hpux11 error message variant
20932         when attaching to a process that does not exist.
20933
20934 1999-08-19  J.T. Conklin  <jtc@redback.com>
20935
20936         * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
20937         characters in 'continue to 1241' test.
20938
20939 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
20940
20941         * gdb.base/call-ar-st.exp: Add a shorter match case for the
20942         stop in print_long_arg_list, define and use a whitespace
20943         variable in print_small_structs test, add an XFAIL for Solaris.
20944         * gdb.base/dbx.exp: XFAIL func commands until somebody is
20945         interested enough to fix.
20946
20947 1999-08-13  Keith Seitz  <keiths@cygnus.com>
20948
20949         * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
20950         (dbx_gdb_load): Remove. Use gdb_load instead, since that
20951         proc knows about targets other than the natives.
20952         (test_assign): Use "gdb_run_cmd" to "run" the target.
20953         Check that we've actually hit the breakpoint at main.
20954         When we attempt to assign a value to a local variable, check
20955         that the variable is in the current scope, i.e., don't use
20956         a test with an empty result.
20957
20958 Tue Aug 10 15:25:16 1999  Andrew Cagney  <cagney@b1.cygnus.com>
20959
20960         * gdb.base/maint.exp: Add test of ``maintenance internal-error''
20961         command.
20962
20963 1999-08-09  Stan Shebs  <shebs@andros.cygnus.com>
20964
20965         From Jimmy Guo <guo@cup.hp.com> and others at HP:
20966         gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
20967         gdb.compat, gdb.threads-hp.
20968         gdb.hp/configure, gdb.hp/configure.in: New files.
20969         gdb.hp/Makefile.in: Recurse into new subdirs.
20970         gdb.hp/gdb.defects: New directory, tests for HP bug reports.
20971         gdb.hp/gdb.objdbg: New directory, tests for debugging info
20972         in object files.
20973         gdb.hp/tools: New directory, aux tools for HP-specific tests.
20974
20975 1999-08-05  Stan Shebs  <shebs@andros.cygnus.com>
20976
20977         * gdb.base/display.exp: Help expect by putting a newline in the
20978         funky printf, remove a bogus p/a test.
20979
20980 1999-08-05  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20981
20982         * gdb.base/display.exp: Make sure that when we say 'run', we are
20983         connected to the target. This is necessary when running not
20984         natively.
20985
20986 1999-08-03  Stan Shebs  <shebs@andros.cygnus.com>
20987
20988         * gdb.base/step-test.exp: Removed some extraneous messages.
20989
20990         * gdb.base/long_long.exp: Don't run memory examination tests
20991         on little-endian targets (they will need a different set of
20992         results to match).
20993
20994 1999-08-02  Stan Shebs  <shebs@andros.cygnus.com>
20995
20996         * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
20997         until somebody decides to fix GDB.
20998
20999         * gdb.base/long_long.c: Stop compiler complaint by specifying long
21000         constant as "ULL".
21001         * gdb.base/long_long.exp: Loosen x/c test, add partial result
21002         matches for a couple x/2 commands.
21003
21004 1999-07-30  Stan Shebs  <shebs@andros.cygnus.com>
21005
21006         * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
21007         by merging in ref-types2 tests.
21008         * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
21009
21010         From Jimmy Guo <guo@cup.hp.com> and others at HP:
21011         * gdb.c++/Makefile.in: Add standard actions.
21012         (EXECUTABLES): Rename from PROGS, update list.
21013         * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
21014         from gdb.hp.
21015         * gdb.c++/anon-union.cc: Don't use anonymous struct, make
21016         foo and bar locals.
21017         * gdb.c++/anon-union.exp: Fix tests to match.
21018         * gdb.c++/classes.exp: Run if HP compiler used, add extra
21019         expect matches to handle output variations.
21020         * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
21021         * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
21022         output, add HP alternatives for new and delete prints.
21023         * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
21024         gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
21025         * gdb.c++/demangle.exp: Use $style when reporting failure.
21026         * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
21027         * gdb.c++/inherit.exp: Run if HP compiler used, add some
21028         match alternatives.
21029         * gdb.c++/local.exp: Add match alternatives or xfails for HP
21030         compilers.
21031         * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
21032         * gdb.c++/method.exp: Add match alternatives.
21033         * gdb.c++/misc.cc: Add bool types.
21034         * gdb.c++/misc.exp: Add tests for bool types.
21035         * gdb.c++/overload.exp: Add xfails.
21036         * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
21037         * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
21038         add some more template parameter tests (only for HP currently).
21039         * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
21040         * gdb.c++/virtfunc.cc: Add return type and value for main.
21041         * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
21042         match alternatives.
21043
21044 1999-07-30  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
21045
21046         * gdb.base/display.exp: Fix output of 'p/a &&j' test.
21047
21048 1999-07-29  Jim Blandy  <jimb@savonarola.red-bean.com>
21049
21050         * gdb.base/signals.exp: Don't expect getting a backtrace from
21051         within a signal handler to fail on Linux.
21052
21053 1999-07-29  Stan Shebs  <shebs@andros.cygnus.com>
21054
21055         From Jimmy Guo <guo@cup.hp.com> and others at HP:
21056         * lib/gdb.exp: Remove some gratuitious semicolons.
21057         (delete_breakpoints): Increase timeout.
21058         (gdb_expect): Add -notransfer option.
21059         (gdb_test): Use -notransfer option.
21060         (get_compiler_info): Add f77 case.
21061         (get_compiler): New proc, split out from gdb_preprocess, add f77
21062         case.
21063         (gdb_preprocess): Call get_compiler.
21064
21065         * gdb.base/Makefile.in (EXECUTABLES): Update the list.
21066         * gdb.base/attach.exp, gdb.base/display.exp,
21067         gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
21068         gdb.base/long_long.exp, gdb.base/printcmds.exp,
21069         gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
21070         third arg to gdb_test.
21071         * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
21072         * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
21073         HP-UX xfails, add others.
21074         * gdb.base/completion.exp: Reflect name change of self-test.
21075         * gdb.base/condbreak.exp, gdb.base/corefile.exp,
21076         gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
21077         gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
21078         HP failure number.
21079         * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
21080         useless HP-UX 10.30 references.
21081         * gdb.base/maint.exp: Loosen matches.
21082         * gdb.base/pointers.c (main): Declare more_code.
21083         * gdb.base/pointers.exp: Match on output of a `next'.
21084         * gdb.base/structs.c: Add prototypes.
21085         * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
21086         * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
21087
21088 1999-07-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
21089
21090         * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
21091         command.
21092
21093 1999-07-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
21094
21095         * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
21096         Fix run to main failures. Watchpoint can be hardware watchpoint.
21097
21098         * gdb.base/annota1.exp: Clean up some more, in case printf has
21099         debug info.  Deal with lack of signal hanlder info in stack.
21100
21101         From Jim Kingdon  <kingdon@redhat.com>:
21102         * gdb.base/annota1.exp: If printf has debug info, deal with it.
21103
21104 1999-07-19  Stan Shebs  <shebs@andros.cygnus.com>
21105
21106         * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
21107         gdb.base/foll-vfork.exp: Don't run for crosses.
21108
21109 Tue Jul 13 23:37:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
21110
21111         * gdb.base/configure.in: Check for gdbvars.exp instead of
21112         a1-selftest.exp.
21113         * gdb.base/configure: Re-generate.
21114
21115 1999-07-12  Stan Shebs  <shebs@andros.cygnus.com>
21116
21117         * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
21118         in trying to run first and name is too long.
21119
21120         * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
21121         pointers2.c and pointers2.exp, respectively.
21122         * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
21123         doschk happier.
21124
21125 1999-07-08  Stan Shebs  <shebs@andros.cygnus.com>
21126
21127         * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
21128         callfuncs2.c and callfuncs2.exp.
21129
21130         * gdb.base/list.exp: Remove mistaken xfails.
21131         * gdb.base/list0.h: Add optional prototypes.
21132
21133 Wed Jul  7 00:27:35 1999  Andrew Cagney  <cagney@amy.cygnus.com>
21134
21135         * gdb.base/setvar.exp: Increase the time-out on tests indirectly
21136         calling malloc.
21137         * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
21138         * ptype.exp: Move test for get_debug_format to before its first
21139         use.
21140
21141 1999-07-06  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
21142
21143         * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
21144         * gdb.base/annota2.cc, annota2.exp: Move from here.
21145         * gdb.c++/annota2.cc, annota2.exp: To here.
21146         * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
21147
21148 Tue Jun 29 11:56:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
21149
21150         * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
21151         a consistent format.
21152
21153 1999-06-25  Stan Shebs  <shebs@andros.cygnus.com>
21154
21155         From Jimmy Guo <guo@cup.hp.com> and others at HP:
21156         * lib/gdb.exp (get_compiler_info): Add detection for assorted
21157         HP compilers, also set the globals $true and $false.
21158
21159         * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
21160         call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
21161         coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
21162         jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
21163         long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
21164         printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
21165         scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
21166         sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
21167         solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
21168         whatis.c} Add C++ compatible function definitions and return
21169         types, add includes for library functions.
21170         * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
21171         * gdb.base/step-test.c (myglob): Rename from glob.
21172         * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
21173         foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
21174         files, move here from gdb.hp.
21175         * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
21176         commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
21177         ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
21178         Adjust line numbers in regexps.
21179
21180         * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
21181         miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
21182         instead of 0/1.
21183
21184         * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
21185         foll-vfork.exp: New files, move here from gdb.hp.
21186         * gdb.base/page.exp: New file, test of pagination command.
21187
21188         * gdb.base/watchpoint.c (recurser): New function, for watchpoint
21189         recursion test.
21190         * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
21191
21192         * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
21193         gdb.base/solib.exp: Fix compiler invocation process.
21194
21195         * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
21196         HP-UX 11, turn off overload resolution explicitly.
21197         * gdb.base/commands.exp: Set argument list explicitly, add
21198         watchpoint test.
21199         * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
21200         them work.
21201         * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
21202         expressions properly.
21203         * gdb.base/corefile.exp: Loosen the match slightly.
21204         * gdb.base/default.exp: Allow "Error accessing memory" message
21205         also.
21206         * gdb.base/display.exp: Skip over x/0 j if PA64.
21207         * gdb.base/funcargs.exp: Add xfails for HP-UX.
21208         * gdb.base/interrupt.exp: Ditto.
21209         * gdb.base/langs.exp: Add symbolic matches governed by compiler
21210         in use.
21211         * gdb.base/list.exp: Add xfails for HP-UX.
21212         * gdb.base/long_long.exp: Refine some of the numeric matches.
21213         * gdb.base/mips_pro.exp: Xfail on HP-UX.
21214         * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
21215         * gdb.base/nodebug.exp: Succeed on more varieties of output.
21216         * gdb.base/opaque.exp: Remove some HP-UX xfails.
21217         * gdb.base/ptype.exp: Succeed on more varieties of output.
21218         * gdb.base/scope.exp: Add xfails for HP-UX.
21219         * gdb.base/sect-cmd.exp: Add more cases.
21220         * gdb.base/setvar.exp: Add xfails for HP-UX.
21221         * gdb.base/shlib-call.exp: Loosen some matches slightly.
21222         * gdb.base/signals.exp: Match on void symbolically.
21223         * gdb.base/step-test.exp: Add case for PA64.
21224         * gdb.base/term.exp: Add exit and restart.
21225         * gdb.base/twice.exp: Clean up after self.
21226         * gdb.base/varargs.exp: Disable overload resolution explicitly.
21227         * gdb.base/whatis.exp: Allow more ways to pass tests.
21228
21229         * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
21230         no longer useful.
21231
21232 Fri Jun 25 19:27:28 1999  Andrew Cagney  <cagney@b1.cygnus.com>
21233
21234         * lib/gdb.exp (proc gdb_expect_list): New procedure.  Matches a
21235         list of patterns.
21236         * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
21237         print_double_array(double_array)", "continuing to breakpoint
21238         1018", "print print_double_array(array_d)" and "continuing to
21239         1034" tests.
21240
21241 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
21242
21243         * Makefile.in: Add empty html and install-html targets.
21244
21245 1999-06-24  Stan Shebs  <shebs@andros.cygnus.com>
21246
21247         * config/mt-*: Remove, these haven't been used since 1996.
21248
21249 1999-06-22  Stan Shebs  <shebs@andros.cygnus.com>
21250
21251         * gdb.base/call-strs.c, gdb.base/ending-run.c,
21252         gdb.base/step-test.c: Include stdlib.h and string.h as needed.
21253         * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
21254
21255 1999-06-18  Stan Shebs  <shebs@andros.cygnus.com>
21256
21257         * gdb.c++/overload.exp: XFAIL everything if using G++, add a
21258         simpler match case for the ptype of the big class.
21259
21260 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
21261
21262         * gdb.exp: Fix test for gdb_prompt existence.
21263
21264 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
21265
21266         * gdb.exp (gdb_test): Add fail after calls to perror.
21267
21268 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
21269
21270         * gdb.exp (gdb_test): Accept variations of Undefined command messages.
21271
21272 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
21273
21274         * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
21275
21276 Fri Jun 11 12:56:50 1999  Andrew Cagney  <cagney@b1.cygnus.com>
21277
21278         * gdb.base/call-strs.c (link_malloc): New function.  Ensure that
21279         malloc() is linked in.
21280
21281 1999-06-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
21282
21283         * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
21284         step at end.
21285
21286         * gdb.base/annota1.exp: Increase match_max to prevent timeout.
21287
21288 1999-06-08  Jim Blandy  <jimb@zwingli.cygnus.com>
21289
21290         * gdb.java/jv-print.exp: New file.  (Our first Java test!)
21291
21292 Fri Jun  4 10:47:46 1999  Jeffrey A Law  (law@cygnus.com)
21293
21294         * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
21295         * gdb.base/mips_pro.exp: Likewise.
21296
21297 1999-06-02  Keith Seitz  <keiths@cygnus.com>
21298
21299         * gdb.c++/templates.cc: Change all "new" operators to throw
21300         an exception.
21301         * gdb.c++/cplusfuncs.cc: Likewise.
21302
21303         * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
21304
21305 Wed Jun  2 17:37:05 1999  Andrew Cagney  <cagney@b1.cygnus.com>
21306
21307         * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
21308         * gdb.base/ending-run.exp: When stepping out of main, accept a
21309         step into an arbitrary assembler file.
21310
21311 1999-05-20  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
21312
21313         * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
21314         "breakpoint-invalid" to be printed.
21315         * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
21316         number of "frames-invalid" and "breakpoint-invalid" to be printed.
21317         * gdb.base/annota2.cc: Initialize a.x to 0.
21318
21319 1999-05-17  Keith Seitz  <keiths@cygnus.com>
21320
21321         * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
21322         when "skip_float_tests" set.
21323         Ditto for "print print_double_array(array_d)", "print print_small_structs",
21324         "print print_ten_doubles", and "step into print_long_arg_list".
21325         Don't assume we can step into "print_long_arg_list": we could step into memcpy.
21326         * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
21327         is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
21328         * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
21329         "skip_float_tests" is set.
21330         * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
21331         when "skip_float_tests" set.
21332
21333 1999-05-06  Keith Seitz  <keiths@cygnus.com>
21334
21335         * gdb.base/annota2.cc: Include stdio.h.
21336
21337 Wed May  5 17:44:31 1999  Stan Shebs  <shebs@andros.cygnus.com>
21338
21339         * gdb.base/crossload.exp: Remove, this has been disabled ever
21340         since BFD stopped including all targets, and cross-GDB gets
21341         plenty of testing anyway.
21342         * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
21343         gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
21344         gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
21345         * gdb.base/README: Remove, was doc for this.
21346         * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
21347         needed.
21348
21349 1999-05-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
21350
21351         * gdb.base/call-ar-st.exp: Fix one regular expression in test
21352         output.
21353
21354         * gdb.base/annota1.exp: New file. Annotation level 2 tests.
21355         * gdb.base/annota2.exp: New file. More annotation tests.
21356         * gdb.base/annota1.c: New file. Source file for annota1.exp.
21357         * gdb.base/annota2.cc: New file. Source file for annota2.exp.
21358
21359 1999-04-23  Angela Marie Thomas <angela@cygnus.com>
21360
21361         * config/cfdbug.exp: New file.
21362
21363 1999-04-20  Jim Blandy  <jimb@zwingli.cygnus.com>
21364
21365         * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
21366         Marcus Daniel's and Dale Hawkins's demangler crashes.
21367
21368         * gdb.c++/demangle.exp (test_gnu_style_demangling,
21369         test_lucid_style_demangling, test_arm_style_demangling,
21370         test_hp_style_demangling): Try Tom Tromey's core-dumping
21371         identifier under each demangling style.
21372
21373 1999-04-07  Jim Blandy  <jimb@zwingli.cygnus.com>
21374
21375         * gdb.c++/demangle.exp: Include the current demangling style
21376         in all test names.
21377         (current_demangling_style): New global variable.
21378         (set_demangling_style, test_demangling_core, test_demangling,
21379         test_demangling_exact): New functions.
21380         (test_gnu_style_demangling, test_lucid_style_demangling,
21381         test_arm_style_demangling, test_hp_style_demangling): Use those,
21382         instead of calling gdb_test and gdb_test_exact directly.
21383         (catch_demangling_errors): New function, which reports errors
21384         signalled by the demangling test functions in an orderly way.
21385         (do_tests): Use catch_demangling_errors.
21386
21387 1999-04-06  Jim Blandy  <jimb@zwingli.cygnus.com>
21388
21389         * gdb.base/signals.exp (test_handle_all_print): Use () for
21390         grouping in expressions, not {}.
21391
21392         * gdb.base/smoke.exp: Test value of x, not y.  The latter isn't
21393         initialized yet.
21394
21395 1999-04-01  Stan Shebs  <shebs@andros.cygnus.com>
21396
21397         * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
21398         are listed.
21399
21400 1999-03-26  Stan Shebs  <shebs@andros.cygnus.com>
21401
21402         * gdb.stabs/weird.exp: Test for CC being defined before
21403         looking at its value.
21404
21405 1999-03-25  Stan Shebs  <shebs@andros.cygnus.com>
21406
21407         * gdb.base/call-ar-st.exp: Remove stray '#'.
21408         * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
21409         "short int" and "long int".
21410         * gdb.c++/overload.cc: Cast the string added in the previous
21411         change, to mollify finicky HP compiler.
21412         * gdb.hp/reg-test.exp (testfile): Fix file name.
21413         * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
21414
21415         * gdb.c++/misc.cc (main): Initialize obj_with_enum.
21416         * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
21417         alternate form of enum ptype.
21418
21419 1999-03-23  Stan Shebs  <shebs@andros.cygnus.com>
21420
21421         * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
21422         * gdb.hp/*.exp: Change all to run compiler probe only after
21423         passing skip_hp_tests, so as not to waste time on guaranteed
21424         failure.
21425
21426         * gdb.c++/overload.cc: Pass string instead of char addr, always
21427         init ccpfoo.
21428         * gdb.c++/templates.cc: Fix syntax error.
21429
21430 Tue Mar 23 14:56:36 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
21431
21432         * gdb.base/commands.exp: Add test for correct position of '>'
21433         when issuing the 'commands' command after a 'while' or 'if'
21434         command.
21435
21436 1999-03-18  James Ingham  <jingham@cygnus.com>
21437
21438         * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
21439
21440         * gdb.c++/method.exp: It was testing an uninitialized int on the
21441         stack and assuming it was positive.
21442
21443         * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
21444
21445         * gdb.base/step-test.exp: Catch a case where finish is broken and
21446         keep it from killing the rest of the tests.
21447         Use gdb_continue_to_end.
21448
21449         * gdb.base/sigall.exp: use gdb_continue_to_end.
21450
21451         * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
21452
21453         * gdb.base/display.exp: use runto_main, not run.
21454
21455         * gdb.base/default.exp: Check for the current error message in the
21456         r abbreviation test.
21457         Add strongarm to the targets that know info float.
21458
21459         * gdb.base/condbreak.exp: Use the gdb_run command rather than just
21460         run which doesn't work with monitors.
21461
21462         * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
21463
21464         * gdb.base/break.exp: use the gdb_continue_to_end proc.
21465
21466         * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
21467         program.  Traps the case (in Cygmon) when the program never really
21468         exits.  Same as Mark's continue_to_exit, but I had put it in a lot
21469         more places, so I used my name.  Sorry Mark...
21470
21471         * config/monitor.exp (gdb_target_monitor): added another
21472         target_info parameter: remotebinarydownload.  This will set the
21473         remotebinarydownload flag if this is causing some boards trouble.
21474
21475 1999-03-18  Mark Salter  <msalter@cygnus.com>
21476
21477         * lib/gdb.exp (continue_to_exit): New function.
21478
21479         * gdb.base/ena-dis-br.exp: Clean up for remote targets.
21480         * gdb.base/ending-run.exp: Ditto.
21481         * gdb.base/step-test.exp: Ditto.
21482
21483 1999-03-16  Stan Shebs  <shebs@andros.cygnus.com>
21484
21485         * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
21486         (suggested by Art Haas <ahaas@neosoft.com>).
21487
21488 1999-03-16  Jim Blandy  <jimb@zwingli.cygnus.com>
21489
21490         * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
21491
21492 Fri Mar 12 18:06:21 1999  Stan Shebs  <shebs@andros.cygnus.com>
21493
21494         * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
21495         descriptions of types (short unsigned int vs unsigned short, etc).
21496
21497 1999-03-12  Jim Blandy  <jimb@zwingli.cygnus.com>
21498
21499         * gdb.base/call-strs.exp: Don't assume that `step' will step over
21500         a call to strlen; sometimes we do have sources.
21501
21502 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
21503
21504         * gdb.base/call-ar-st.c (main): Terminate char_array with a null
21505         character, so GDB won't print garbage after its end.
21506
21507         * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
21508         breakpoint there instead.  Sometimes GCC emits memcpy to handle
21509         the large structures being passed by value, so we step into that
21510         instead of sum_array_print, which obscures what we're really testing.
21511         * gdb.base/step-test.exp: However, we do want a test that notices
21512         the bizarre steps into memcpy, so do that here.  Add check for
21513         stepping into function calls that pass large structures by value.
21514         ("Is that a noun clause, or are you just happy to see me?")
21515         Remove all references to specific line numbers.
21516         * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
21517         New type and function.
21518         (main): Call large_struct_by_value, passing it a large struct by value.
21519         * lib/gdb.exp (gdb_get_line_number): New function.
21520
21521         * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
21522         more portable.
21523
21524 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
21525
21526         * lib/gdb.exp: Doc fixes.
21527
21528 1999-03-05  Nick Clifton  <nickc@cygnus.com>
21529
21530         * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
21531
21532 1999-03-04  Jim Blandy  <jimb@zwingli.cygnus.com>
21533
21534         * gdb.base/display.exp: Don't exercise the "detach" and "kill"
21535         commands.  They're not germane to this test, and they don't work
21536         that way on remote targets.
21537
21538 1999-03-01  James Ingham  <jingham@cygnus.com>
21539
21540         * Changelog entries merged over from gdb development branch.
21541
21542        Tue Jan  5 12:33:47 1999  Keith Seitz  <keiths@cygnus.com>
21543
21544                * lib/gdb.exp (gdbtk_analyze_results): Generic function
21545                for outputting results of test run.
21546
21547         1998-12-07  Martin M. Hunt  <hunt@cygnus.com>
21548
21549                * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
21550
21551 1999-02-25  Felix Lee  <flee@cygnus.com>
21552
21553         * lib/gdb.exp (debug_format): initialize
21554
21555 1999-02-25  Jason Molenda  (jsm@bugshack.cygnus.com)
21556
21557         * gdb.base/call-ar-st.c: Include string.h, not strings.h.
21558         * gdb.base/call-rt-st.c: Ditto.
21559
21560 1999-02-13  Jim Blandy  <jimb@zwingli.cygnus.com>
21561
21562         * gdb.threads/pthreads.exp (horiz): New variable.
21563         (test_startup): Fix regexps that capture thread numbers.
21564
21565 1999-02-10  Jason Molenda  (jsm@bugshack.cygnus.com)
21566
21567         * gdb.base/smoke.exp: Disambiguate two test case names (both
21568         called ``print'').
21569
21570 Fri Feb  5 12:42:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
21571
21572         * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
21573         compilation.
21574
21575 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
21576
21577         * gdb.base/miscexprs.exp: Change patterns to match GDB's
21578         actual output formatting.
21579         * gdb.base/smoke.exp: GDB removes leading 0's.
21580         * gdb.base/volatile.exp: Don't check type of remuneration;
21581         that variable is no longer defined in constvars.c.
21582         * gdb.base/step-test.c (main): Exit with explicit exit code.
21583         * gdb.base/step-test.exp: Remove two nexti checks--they are
21584         not portable.
21585
21586 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
21587
21588         * gdb.base/help.exp ("help delete display"): Fix test to match
21589         gdb's output.
21590
21591         * gdb.base/long_long.c (known_types): Initialize values to zero.
21592         * gdb.base/long_long.exp: Step one more line
21593         so 'dec' is initialized in "get to known place".  GDB removes
21594         leading zeros.  Explicitly ask for hex formatting.  Use
21595         unique test case names.
21596
21597 Tue Feb  2 10:16:08 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
21598
21599         * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
21600
21601         * gdb.c++/method.exp: Add missing close brace.
21602
21603 1999-01-30  Jim Blandy  <jimb@zwingli.cygnus.com>
21604
21605         * gdb.base/maint.exp: Use 'set height 0' to disable page
21606         prompting, not 'set height 400'.
21607
21608         Fix a bunch of timeouts.
21609         * gdb.base/maint.exp ("maint print objfiles"): Break this up into
21610         four separate tests, so expect doesn't take forever to match a ton
21611         of text against a regexp with lots of .* forms.
21612         ("maint print psymbols", "maint print symbols"): Make some of
21613         these greps more selective, so that expect doesn't try to wade
21614         through huge piles of output and time out.
21615
21616         * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
21617
21618         * gdb.base/maint.exp ("maint info breakpoints"): Split into two
21619         tests: one which doesn't expect shlib events to be reported, and
21620         another which does, but is XFAIL for all platforms other than
21621         HP/UX.
21622
21623         * gdb.base/break.exp: Teach the test suite that the `catch
21624         fork', `catch vfork', and `catch exec' commands produce error
21625         messages on platforms that don't provide these features.
21626
21627 Mon Jan 25 18:35:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
21628
21629         * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
21630         so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
21631         (shortening names from solib_threshold.exp etc), won't run on
21632         anything but HP-UX for the foreseeable future.
21633         * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
21634         reflect move.
21635
21636 Thu Jan 21 15:46:49 1999  Stan Shebs  <shebs@andros.cygnus.com>
21637
21638         * gdb.base/Makefile.in, gdb.c++/Makefile.in,
21639         gdb.trace/Makefile.in (clean): Remove all test executables.
21640
21641 Tue Jan 19 17:20:09 1999  David Taylor  <taylor@texas.cygnus.com>
21642
21643         * gdb.base/shlib-call.exp: add test cases to verify that gdb
21644         successfully re-sets breakpoints in shared libraries.
21645         * gdb.base/shmain.c (main): return 0, don't fall off the end.
21646
21647 Fri Jan 15 14:04:57 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
21648
21649         * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
21650         and compiled w/o GCC.
21651
21652         * gdb.hp/watch-cmd.exp: ditto.
21653
21654         * gdb.hp/watch-hp.exp: ditto.
21655
21656         * gdb.hp/xdb1.exp: ditto.
21657
21658         * gdb.hp/xdb2.exp: ditto.
21659
21660         * gdb.hp/dbx.exp: ditto.
21661
21662 Thu Jan 14 18:36:48 1999  Stan Shebs  <shebs@andros.cygnus.com>
21663
21664         * constvars.c: Remove C++-isms.
21665         * constvars.exp: Use gdb_test everywhere, add xfails if compiled
21666         with GCC.
21667
21668 Mon Jan 11 10:08:03 1999  David Taylor  <taylor@texas.cygnus.com>
21669
21670         The following changes are part of the HP merge.
21671
21672         * gdb.base/break.exp: new tests to verify that catchpoints for
21673         fork, vfork, and exec don't trigger inappropriately.
21674
21675         * gdb.base/opaque.exp: compile one file at a time, then link.
21676
21677         * gdb.base/signals.exp: be more restrictive about which hppa
21678         systems receive a setup_xfail.  new tests.
21679
21680         * gdb.base/solib_threshold.build: new file.
21681         * gdb.base/solib_threshold.exp: new file.
21682         * gdb.base/solib_threshold.link_opts: new file.
21683         * gdb.base/solib_threshold.mk: new file.
21684         * gdb.base/gen_solib_threshold.c: new file.
21685
21686         * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
21687         tests.  New tests for enums inside classes.
21688
21689         * gdb.c++/compiler.cc: indicate support of template debugging.
21690
21691         * gdb.c++/demangle.exp: run hp style demangling tests.
21692
21693         * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
21694         tests.
21695
21696         * gdb.c++/misc.cc: changes to support new tests.
21697
21698         * gdb.c++/templates.cc: changes to support HP's compiler; changes
21699         to support new tests.
21700
21701         * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
21702         gcc, then skip these tests.
21703
21704 Sun Jan 10 23:44:11 1999  David Taylor  <taylor@texas.cygnus.com>
21705
21706         The following files are part of the HP merge; some had longer
21707         names at HP, but have been renamed to be no more than 14
21708         characters in length.
21709
21710         * gdb.hp/ambiguous.cc: new file.
21711         * gdb.hp/ambiguous.exp: new file.
21712         * gdb.hp/attach.exp: new file.
21713         * gdb.hp/attach2.exp: new file.
21714         * gdb.hp/classes-hp.exp: new file.
21715         * gdb.hp/ctti.exp: new file.
21716         * gdb.hp/ctti-add.cc: new file.
21717         * gdb.hp/ctti-add1.cc: new file.
21718         * gdb.hp/ctti-add2.cc: new file.
21719         * gdb.hp/ctti-add3.cc: new file.
21720         * gdb.hp/dbx.exp: new file.
21721         * gdb.hp/exception.cc: new file.
21722         * gdb.hp/exception.exp: new file.
21723         * gdb.hp/foll-exec.c: new file.
21724         * gdb.hp/foll-exec.exp: new file.
21725         * gdb.hp/foll-fork.c: new file.
21726         * gdb.hp/foll-fork.exp: new file.
21727         * gdb.hp/foll-vfork.c: new file.
21728         * gdb.hp/foll-vfork.exp: new file.
21729         * gdb.hp/inherit-hp.exp: new file.
21730         * gdb.hp/more-steps.exp: new file.
21731         * gdb.hp/namespace.cc: new file.
21732         * gdb.hp/namespace.exp: new file.
21733         * gdb.hp/optimize.exp: new file.
21734         * gdb.hp/pxdb.c: new file.
21735         * gdb.hp/pxdb.exp: new file.
21736         * gdb.hp/quicksort.exp: new file.
21737         * gdb.hp/reg-test.exp: new file.
21738         * gdb.hp/reg-test.s: new file.
21739         * gdb.hp/sized-enum.c: new file.
21740         * gdb.hp/sized-enum.exp: new file.
21741         * gdb.hp/start-stop.exp: new file.
21742         * gdb.hp/templ-hp.cc: new file.
21743         * gdb.hp/templ-hp.exp: new file.
21744         * gdb.hp/thr-lib.c: new file.
21745         * gdb.hp/thr-lib.exp: new file.
21746         * gdb.hp/thr-lib.h: new file.
21747         * gdb.hp/thr-liblib.c: new file.
21748         * gdb.hp/virtfun-hp.c: new file.
21749         * gdb.hp/virtfun-hp.exp: new file.
21750         * gdb.hp/watch-cmd.exp: new file.
21751         * gdb.hp/watch-hp.exp: new file.
21752         * gdb.hp/xdb1.exp: new file.
21753         * gdb.hp/xdb2.exp: new file.
21754         * gdb.hp/xdb3.exp: new file.
21755
21756 Wed Jan  6 18:41:15 1999  David Taylor  <taylor@texas.cygnus.com>
21757
21758         The following files are part of the HP merge; some had longer
21759         names at HP, but have been renamed to be no more than 14
21760         characters in length.
21761
21762         * gdb.base/ss.h: new file.
21763         * gdb.base/call-ar-st.c: new file.
21764         * gdb.base/call-ar-st.exp: new file.
21765         * gdb.base/call-rt-st.c: new file.
21766         * gdb.base/call-rt-st-exp: new file.
21767         * gdb.base/call-strs.exp: new file.
21768         * gdb.base/ena-dis-br.exp: new file.
21769         * gdb.base/environ.exp: new file.
21770         * gdb.base/long_long.exp: new file.
21771         * gdb.base/sect-cmd.exp: new file.
21772         * gdb.base/shlib-cl2.exp: new file.
21773         * gdb.base/smoke.exp: new file.
21774         * gdb.base/so-impl-ld.c: new file.
21775         * gdb.base/so-impl-ld.exp: new file.
21776         * gdb.base/so-indr-cl.c: new file.
21777         * gdb.base/so-indr-cl.exp: new file.
21778         * gdb.base/varargs.exp: new file.
21779         * gdb.base/volatile.exp: new file.
21780         * gdb.base/whatis-exp.exp: new file.
21781         * gdb.base/display.exp: new file.
21782         * gdb.c++/derivation.exp: new file.
21783         * gdb.c++/local.exp: new file.
21784         * gdb.c++/member-ptr.exp: new file.
21785         * gdb.c++/overload.exp: new file.
21786         * gdb.c++/ovldbreak.exp: new file.
21787         * gdb.c++/ref-types.exp: new file.
21788         * gdb.c++/ref-types2.exp: new file.
21789         * gdb.c++/userdef.exp: new file.
21790
21791 Wed Jan  6 13:50:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
21792
21793         * gdb.base/default.exp: Reflect wording change in remote.c.
21794
21795 Tue Jan  5 19:14:51 1999  Michael Snyder  <msnyder@cygnus.com>
21796
21797         * gdb.base/help.exp: Update to reflect current text.
21798
21799 Tue Jan  5 13:05:32 1999  David Taylor  <taylor@texas.cygnus.com>
21800
21801         * gdb.c++/anon-union.cc: make foo and bar global, otherwise
21802         they're stack variables and contain garbage.
21803         * gdb.c++/anon-union.exp: new file.
21804
21805         The following changes were made by David Taylor
21806         <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
21807         Edith Epstein <eepstein@cygnus.com> as part of a project to merge
21808         in changes by HP.
21809
21810         * gdb.base/bitops.exp: new file.
21811         * gdb.base/default.exp: change expected messages for catch and
21812         info catch tests to reflect HP merge changes.
21813         * gdb.base/enable-disable-break.exp
21814         * gdb.base/ending-run.c: new file.
21815         * gdb.base/long_long.c: new file.
21816         * gdb.base/maint.exp: new file.
21817         * gdb.base/pointers2.exp: new file.
21818         * gdb.base/shlib-call2.exp: new file.
21819         * gdb.base/solib.exp: new file.
21820         * gdb.base/step-test.c: new file.
21821         * gdb.c++/anon-union.cc: new file.
21822         * gdb.c++/local.cc: new file.
21823         * gdb.c++/member-pointer.cc: new file.
21824         * gdb.c++/method.cc: new file.
21825         * gdb.c++/ref-types.cc: new file.
21826         * gdb.c++/ref-types2.cc: new file.
21827         * gdb.c++/userdef.cc: new file.
21828
21829         * gdb.base/scope.exp: compile one file at a time, then link.
21830         * gdb.base/langs.exp: ditto.
21831         * gdb.base/list.exp: ditto.
21832
21833 Mon Jan  4 10:06:43 1999  David Taylor  <taylor@texas.cygnus.com>
21834
21835         The following changes were made by David Taylor
21836         <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
21837         Edith Epstein <eepstein@cygnus.com> as part of a project to merge
21838         in changes by HP.
21839
21840         * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
21841         skip tests.  When compiling pass c++ flag to gdb_compile.
21842         * gdb.c++/
21843
21844         * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
21845         test for on hppa*-*-hpux*; use args to see if c++ was specified.
21846         (skip_hp_tests): new function.
21847         (gdb_preprocess): new function.
21848
21849         * configure.in (hpdir): decide whether to configure gdb.hp.
21850         * configure: regenerated.
21851
21852         * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
21853         to delete on clean.
21854         (EXECUTABLES): update to reflect new additions.
21855         * gdb.base/commands.exp: update message expected.
21856         * gdb.base/default.exp: add copyright notice.
21857         * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
21858         * gdb.base/help.exp: update messages to reflect current text.
21859         * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
21860         targets for recurse tests.
21861         * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
21862         skip this file.
21863
21864         * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
21865         * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
21866         compilation.
21867         * gdb.c++/misc.exp: ditto.
21868         * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
21869         run the tests.  tell gdb_compile that it's a c++ compilation.
21870
21871         * gdb.threads/pthreads.exp: fix typo in message.
21872
21873         * gdb.base/all-bin.exp: new file.
21874         * gdb.base/arithmet.exp: new file.
21875         * gdb.base/assign.exp: new file.
21876         * gdb.base/completion.exp: new file.
21877         * gdb.base/cond-expr.exp: new file.
21878         * gdb.base/condbreak.exp: new file.
21879         * gdb.base/define.exp: new file.
21880         * gdb.base/dollar.exp: new file.
21881         * gdb.base/environment.exp: new file.
21882         * gdb.base/eval-skip.exp: new file.
21883         * gdb.base/jump.exp: new file.
21884         * gdb.base/logical.exp: new file.
21885         * gdb.base/pointers.exp: new file.
21886         * gdb.base/relational.exp: new file.
21887         * gdb.base/section_command.exp: new file.
21888         * gdb.base/whatis-expr.exp: new file.
21889
21890         * gdb.base/all-types.c: new file.
21891         * gdb.base/call-array-struct.c: new file.
21892         * gdb.base/call-return-struct.c: new file.
21893         * gdb.base/call-strings.c: new file.
21894         * gdb.base/callfuncs2.c: new file.
21895         * gdb.base/condbreak.c: new file.
21896         * gdb.base/constvars.c: new file.
21897         * gdb.base/display.c: new file.
21898         * gdb.base/int-type.c: new file.
21899         * gdb.base/jump.c: new file.
21900         * gdb.base/miscexprs.c: new file.
21901         * gdb.base/pointers.c: new file.
21902         * gdb.base/pointers2.c: new file.
21903         * gdb.base/shmain.c: new file.
21904         * gdb.base/shr1.c: new file.
21905         * gdb.base/shr2.c: new file.
21906         * gdb.base/solib.c: new file.
21907         * gdb.base/solib1.c: new file.
21908         * gdb.base/solib2.c: new file.
21909         * gdb.base/varargs.c: new file.
21910         * gdb.c++/derivation.cc: new file.
21911         * gdb.c++/overload.cc: new file.
21912         * gdb.c++/ovldbreak.cc: new file.
21913         * gdb.hp/attach.c: new file.
21914         * gdb.hp/attach2.c: new file.
21915         * gdb.hp/average.c: new file.
21916         * gdb.hp/compiler.c: new file.
21917         * gdb.hp/compiler.cc: new file.
21918         * gdb.hp/execd-program.c: new file.
21919         * gdb.hp/follow-exec.c: new file.
21920         * gdb.hp/follow-fork.c: new file.
21921         * gdb.hp/follow-vfork-and-exec.c: new file.
21922         * gdb.hp/misc-hp.cc: new file.
21923         * gdb.hp/more-steps.c: new file.
21924         * gdb.hp/optimize.c: new file.
21925         * gdb.hp/quicksort.c: new file.
21926         * gdb.hp/run-hp.c: new file.
21927         * gdb.hp/start-stop.c: new file.
21928         * gdb.hp/sum.c: new file.
21929         * gdb.hp/templates-hp.cc: new file.
21930         * gdb.hp/thread-local-in-lib.c: new file.
21931         * gdb.hp/thread-local-in-lib.h: new file.
21932         * gdb.hp/thread-local-in-lib.lib.c: new file.
21933         * gdb.hp/vforked-program.c: new file.
21934         * gdb.hp/virtfunc-hp.cc: new file.
21935         * gdb.hp/watchpoint-hp.c: new file.
21936         * gdb.hp/xdb.c: new file.
21937         * gdb.hp/xdb0.c: new file.
21938         * gdb.hp/xdb0.h: new file.
21939         * gdb.hp/xdb1.c: new file.
21940
21941 Mon Dec 21 14:08:38 1998  David Taylor  <taylor@texas.cygnus.com>
21942
21943         The following change was made by Edith Epstein
21944         <eepstein@cygnus.com> as part of a project to merge in changes
21945         originally made by HP; HP did not create ChangeLog entries.
21946
21947         * gdb.c++/demangle.exp: changed the expected output for some
21948         ARM-style mangling -- removed second reference to datatype.
21949         For example, maint demangle __dt__11T1__pt__2_cFv
21950                      T1<char>::~T1<char>(void)
21951         becomes,
21952                      maint demangle __dt__11T1__pt__2_cFv
21953                      T1<char>::~T1(void)
21954
21955         (test_hp_style_demangling): new hp specific demangling test cases.
21956
21957 Mon Dec 14 15:07:03 1998  Jeffrey A Law  (law@cygnus.com)
21958
21959         * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
21960         * gdb.trace/backtrace.exp: Likewise.
21961         * gdb.trace/circ.exp: Likewise.
21962         * gdb.trace/collection.exp: Likewise.
21963         * gdb.trace/deltrace.exp: Likewise.
21964         * gdb.trace/infotrace.exp: Likewise.
21965         * gdb.trace/limits.exp: Likewise.
21966         * gdb.trace/packetlen.exp: Likewise.
21967         * gdb.trace/passc-dyn.exp: Likewise.
21968         * gdb.trace/passcount.exp: Likewise.
21969         * gdb.trace/report.exp: Likewise.
21970         * gdb.trace/save-trace.exp: Likewise.
21971         * gdb.trace/tfind.exp: Likewise.
21972         * gdb.trace/tracecmd.exp: Likewise.
21973         * gdb.trace/while-dyn.exp: Likewise.
21974         * gdb.trace/while-stepping.exp: Likewise.
21975
21976 1998-12-07  Jim Blandy  <jimb@zwingli.cygnus.com>
21977
21978         * gdb.base/restore.exp, gdb.base/restore.c: New tests.
21979
21980 Wed Dec  2 20:03:53 1998  Stan Shebs  <shebs@andros.cygnus.com>
21981
21982         From Brendan Kehoe:
21983         * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
21984         int return types.
21985
21986 Sat Oct 24 18:04:22 1998  Felix Lee  <flee@cygnus.com>
21987
21988         * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
21989         remote dos host testing right.
21990
21991 Mon Oct 19 01:31:59 1998  Felix Lee  <flee@cygnus.com>
21992
21993         * gdb.base/corefile.exp: remove some xfails.
21994
21995 Thu Oct 15 10:04:38 1998  Andrew Cagney  <cagney@b1.cygnus.com>
21996
21997         * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
21998         have different timestamps.
21999
22000 Thu Oct  1 20:56:14 1998  Andrew Cagney  <cagney@b1.cygnus.com>
22001
22002         * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
22003         gdb.base/default.exp: Replace "exec" with "executable".
22004
22005 Tue Sep 29 15:06:29 1998  Andrew Cagney  <cagney@b1.cygnus.com>
22006
22007         * gdb.base/default.exp: Change else if to elseif from previous
22008         delta.
22009
22010 Mon Sep 28 13:21:43 1998  Nick Clifton  <nickc@cygnus.com>
22011
22012         * gdb.base/default.exp: Add brace missing from previous delta.
22013
22014 Mon Sep 21 14:39:27 1998  Nick Clifton  <nickc@cygnus.com>
22015
22016         * gdb.base/default.exp: Support test for info float for all
22017         varieties of arm toolchain.
22018
22019 Fri Sep 18 14:07:44 1998  Michael Snyder  <msnyder@cygnus.com>
22020
22021         * gdb.trace/*.exp: remove "remote_download" command.
22022
22023 Wed Sep 16 11:38:21 1998  Michael Snyder  <msnyder@cygnus.com>
22024
22025         * gdb.trace/*.exp: remove -gdwarf from compile.
22026
22027 Wed Sep 16 01:23:11 1998  Felix Lee  <flee@cygnus.com>
22028
22029         * gdb.trace/configure.in(AC_INIT): typo
22030         * gdb.trace/configure: regenerated
22031
22032 Mon Sep 14 20:00:04 1998  Michael Snyder  <msnyder@cygnus.com>
22033
22034         * config/m68k-emc.exp: New file.
22035         * lib/<emc-support.exp trace-support.exp}: New files.
22036         * configure.in: add new test directory gdb.trace.
22037         * gdb.trace/{configure configure.in Makefile.in}: New files.
22038         * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
22039         * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
22040         * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
22041         * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
22042         * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
22043         * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
22044         * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
22045
22046 Fri Sep 11 13:58:02 1998  Michael Snyder  <msnyder@cygnus.com>
22047
22048         * gdb.c++/classes.exp: Change all regular expressions to match
22049         arbitrary combinations of newline/carriage-return, so that they
22050         will work equally well on Unix and Windows.
22051         * gdb.c++/inherit.exp: ditto.
22052         * gdb.c++/virtfunc.exp: ditto.
22053
22054 1998-08-11 Dawn Perchik  <dawn@cygnus.com>
22055
22056         * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
22057
22058 Fri Jul 24 15:51:34 1998  Jeffrey A Law  (law@cygnus.com)
22059
22060         * gdb.disasm/am33.s: Add tests for autoincrement instructions.
22061         * gdb.disasm/am33.exp: Run time.  Update tests which use r8-r15
22062         to use a0-a3/d0-d3 as needed.
22063
22064 Thu Jul 16 18:20:46 1998  Jeffrey A Law  (law@cygnus.com)
22065
22066         * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
22067         * gdb.disasm/am33.exp: Corresponding changes.
22068
22069 1998-07-11  Felix Lee  <flee@cygnus.com>
22070
22071         * gdb.base/callfuncs.exp: add cmp10 test.
22072         * gdb.base/callfuncs.c (cmp10): new function.
22073
22074 Thurs Jul 9 11:08:31 1998  Dawn Perchik  <dawn@cygnus.com>
22075
22076         * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
22077         into two parts to get around a synchronization problem in expect.
22078
22079 Fri Jun 26 14:27:13 1998  Keith Seitz  <keiths@cygnus.com>
22080
22081         * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
22082
22083         * configure.in: Add options for gdbtk testsuite.
22084
22085         * configure: Regenerate.
22086
22087         * gdb.gdbtk: New directory to hold gdbtk tests.
22088
22089 Fri Jun 26 14:52:47 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
22090
22091         * gdb.fortran/types.exp:  Escape brackets in expect patterns
22092         for test_float_literal_types_accepted tests.
22093         * gdb.base/scope.exp:  Remove extraneous newline in filelocal_bss
22094         before run test.
22095
22096 Fri Jun 26 11:12:17 1998  Jeffrey A Law  (law@cygnus.com)
22097
22098         * am33.exp: Just compile, do not link the testcase.
22099         * am33.s: Add ".am33" pseudoop to force am33 mode.
22100
22101 1998-06-25  Felix Lee  <flee@cygnus.com>
22102
22103         * gdb.base/setshow.exp: make sure $pc is sane.
22104
22105         * gdb.stabs/weird.exp: split expect patterns properly.
22106
22107 Wed Jun 24 13:03:15 1998  Jeffrey A Law  (law@cygnus.com)
22108
22109         * gdb.disasm/am33.s: New disassembler testfile for the am33.
22110         * gdb.disasm/am33.exp: Run it.
22111
22112 Tue Jun 23 11:45:01 1998  Michael Snyder  <msnyder@cygnus.com>
22113
22114         * gdb.base/funcargs.exp: simplify expect strings to ease pattern
22115         match processing (and eliminate spurious timeouts when running).
22116
22117 Fri Jun 12 17:28:22 1998  Michael Snyder  <msnyder@cygnus.com>
22118
22119         * gdb.base/signals.exp (test_handle_all_print): put back Mach
22120         exception test, but conditionalize it on target [mach | gnu].
22121
22122 Wed Jun 10 10:40:03 1998  Michael Snyder  <msnyder@cygnus.com>
22123
22124         * gdb.base/overlays.exp: fixup compile line for linker script.
22125
22126 Thu Jun  4 21:54:15 1998  Felix Lee  <flee@zog.cygnus.com>
22127
22128         * gdb.fortran/types.exp: don't guess at float size.
22129
22130 Thu May 21 02:28:37 1998  Felix Lee  <flee@zog.cygnus.com>
22131
22132         * gdb.base/exprs.exp: delete test that depends on int size.
22133
22134 Sun May 17 17:10:22 1998  Bob Manson  <manson@charmed.cygnus.com>
22135
22136         * config/sim.exp: Removed checks for target triplets.
22137         (gdb_target_sim): Use gdb,target_sim_options.
22138
22139 Sat May 16 23:43:35 1998  Mark Alexander  <marka@cygnus.com>
22140
22141         * gdb.base/reread.exp: New file.
22142         * gdb.base/reread1.c: New file.
22143         * gdb.base/reread2.c: New file.
22144
22145 Sat May 16 23:22:09 1998  Mark Alexander  <marka@cygnus.com>
22146
22147         * config/sim.exp: Use 'target sim -sparclite' when running
22148         SPARClite programs.
22149
22150 Sat May 16 18:48:08 1998  Doug Evans  <devans@canuck.cygnus.com>
22151
22152         * gdb.base/structs2.exp: New file.
22153         * gdb.base/structs2.c: New file.
22154
22155 Wed May 13 13:36:14 1998  Doug Evans  <devans@canuck.cygnus.com>
22156
22157         * gdb.asm/common.inc: New file.
22158         * gdb.asm/d10v.inc: New file.
22159         * asm-source.exp: Pass -I's to gas to find .inc files.
22160         Update line numbers in expected output.
22161         * asmsrc1.s: Rewrite.
22162         * asmsrc2.s: Rewrite.
22163         * configure.in: Create arch.inc symlink.
22164         * configure: Regenerate.
22165         * Makefile.in (distclean): Delete arch.inc.
22166
22167 Wed May  6 10:30:54 1998  John Metzler  <jmetzler@cygnus.com>
22168
22169         *  callfuncs.c (t_enum_value1) : Cleanup return value warnings
22170         (t_enum_value2): ditto
22171         (t_enum_value3): ditto
22172         (main): ditto
22173 Fri May  1 09:33:37 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
22174
22175         * gdb.base/break.exp:  Remove xfail for `deleting all breakpoints
22176         when none' unexpected prompt case, fixed by breakpoint.c:delete_command
22177         change.
22178         Use gdb_test instead of send_gdb/gdb_expect sequences.
22179
22180 Thu Apr 23 12:56:19 1998  Jason Molenda  (crash@bugshack.cygnus.com)
22181
22182         * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
22183         not void.
22184
22185 Thu Apr 16 10:52:34 1998  John Metzler  <jmetzler@cygnus.com>
22186
22187         * gdb.base/branches.c: Code with lots of loops and
22188         subroutines. Used to test gdbs ability to single step through PC
22189         changes, especially to test mips-tdep.c:mips_next_pc
22190
22191 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
22192
22193         * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
22194         more rigorous EGCS C++ error checking.
22195
22196 Fri Apr 10 22:38:12 1998 Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22197
22198         * gdb.base/help.exp:  Clean up `help set args' and `help show args'
22199         tests.
22200         * gdb.base/interrupt.exp:  Add "i*86-*-solaris2*" xfail for calling
22201         function when asleep.
22202         * gdb.base/signals.exp:  Add "i*86-*-solaris2*" xfails. Add comment
22203         for i*86 Linux and SVR4 signal handling problems.
22204         Remove linux xfail for `next to handler in signals_tests_1', fixed
22205         by recent infrun.c change.
22206         Limit backtrace to 10 frames to avoid timeout problems with infinite
22207         stack backtraces.
22208         Adjust expect pattern in `handle all print' test to match Apr 28 1997
22209         target.[ch] change.
22210
22211 Tue Mar 31 00:40:32 1998  Bob Manson  <manson@charmed.cygnus.com>
22212
22213         * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
22214         for a newline from gdb before continuing.
22215         (default_gdb_exit): Just look for y or n.
22216         (gdb_test): Detect abnormal exit from GDB running on DOS; if
22217         it does, fail the rests of the tests in the file.
22218
22219 Tue Mar 24 22:44:52 1998  Bob Manson  <manson@charmed.cygnus.com>
22220
22221         * config/cygmon.exp: New file.
22222
22223 Mon Mar 16 21:39:11 1998  Bob Manson  <manson@charmed.cygnus.com>
22224
22225         * gdb.base/list.exp: Fix problem with "list default lines around
22226         main" test on remote targets.
22227
22228         * gdb.base/scope.exp: Fix problem with filelocal_bss before
22229         run test on remote targets.
22230
22231 Thu Mar 12 16:23:00 1998  Doug Evans  <devans@canuck.cygnus.com>
22232
22233         * gdb.asm: New directory.
22234         * configure.in: Configure it.
22235         * configure: Regenerate.
22236         * gdb.asm/{Makefile.in,configure.in,configure}: New files.
22237         * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
22238
22239 Mon Feb 23 08:22:44 1998  Mark Alexander  <marka@cygnus.com>
22240
22241         * config/mn10300-eval.exp: New file to support MN10300 eval board.
22242
22243 Wed Feb 18 16:43:46 1998  Michael Snyder  (msnyder@cygnus.com)
22244
22245         * gdb.base/overlays (several files): Merge the two overlay
22246         managers into one.  Change variables (foox, barx, bazx, grbxx)
22247         back into ints but force them to load in their proper sections.
22248
22249 Thu Feb 12 13:49:30 1998  Andrew Cagney  <cagney@b1.cygnus.com>
22250
22251         * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
22252         on-chip insn memory and IMAP1 to upper 128k.
22253         (D10VCopy): Handle memory regions crossing 16k boundaries.
22254         (D10VCopy): Transfer data in 32 bit chunks.
22255
22256 Tue Feb 10 17:23:22 1998  Andrew Cagney  <cagney@b1.cygnus.com>
22257
22258         * gdb.base/overlays.c (main): Exit normally when result is
22259         correct.
22260
22261         * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
22262         map.  Include space for printf in .text segment.
22263
22264         * gdb.base/d10vovly.c (D10VTranslate): New function, handle
22265         updated d10v memory VMA/LMA map.
22266         (D10VCopy): Call D10VTranslate.
22267
22268 Fri Feb  6 14:13:12 1998  Andrew Cagney  <cagney@b1.cygnus.com>
22269
22270         * gdb.base/m32rovly.c: Force variable _novlys into .data section.
22271
22272         * gdb.base/bar.c (barx, bar): Change variable to small array so
22273         that it won't be put into the .sdata - small data -
22274         section. Update reference.
22275         * gdb.base/baz.c (bazx, baz): Ditto.
22276         * gdb.base/foo.c (foox, foo): Ditto.
22277         * gdb.base/grbx.c (grbxx, grbx): Ditto.
22278
22279         * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
22280         to be arrays.
22281
22282 Thu Jan 29 14:48:19 1998  Michael Snyder  (msnyder@cygnus.com)
22283
22284         * gdb.base/overlays.exp: fix up and get working again.
22285         Add tests for backtraces from an overlay function.
22286
22287 Fri Jan 23 07:52:45 1998  Fred Fish  <fnf@cygnus.com>
22288
22289         * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
22290         "calling function with watchpoint enabled".
22291
22292 Thu Jan 22 14:23:29 1998  Fred Fish  <fnf@cygnus.com>
22293
22294         * gdb.base/break.exp (test_next_with_recursion): Remove
22295         gdb_suppress_tests for d10v-*-*.
22296         * lib/gdb.exp (gdb_suppress_tests): Disable this function
22297         pending review of whether it is useful or not.
22298
22299 Tue Jan 20 13:02:09 1998  Mark Alexander  <marka@cygnus.com>
22300
22301         * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
22302
22303 Mon Jan 19 08:53:04 1998  Mark Alexander  <marka@cygnus.com>
22304
22305         * gdb.base/break.exp: Increase timeout for slow TX39 boards.
22306         * config/dve.exp: New file to support Densan boards.
22307
22308 Mon Dec 15 22:38:05 1997  Andrew Cagney  <cagney@b1.cygnus.com>
22309
22310         * gdb.base/interrupt.exp: Document problem of simulators, signals,
22311         reads and BSD.
22312
22313 Wed Nov 26 22:29:18 1997  Bob Manson  <manson@charmed.cygnus.com>
22314
22315         * config/monitor.exp: Be a bit less picky about the "Remote debugging"
22316         response.
22317
22318         * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
22319
22320 Tue Nov 25 12:46:36 1997  Andrew Cagney  <cagney@b1.cygnus.com>
22321
22322         * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
22323         test.
22324
22325         * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
22326         target_sizeof_long and target_bigendian_p.
22327         (structs_by_value, structs_by_reference): Check values according
22328         to targets word size and endianess.
22329
22330 Mon Nov 24 16:37:06 1997  Andrew Cagney  <cagney@b1.cygnus.com>
22331
22332         * gdb.base/langs.exp: For "continue to exit" ignore any trailing
22333         output.
22334
22335 Fri Oct 17 13:24:43 1997  Stan Shebs  <shebs@andros.cygnus.com>
22336
22337         * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
22338         Update test of set args help to match source change.
22339
22340 Fri Sep 26 17:36:20 1997  Jason Molenda  (crash@pern.cygnus.com)
22341
22342         * gdb.base/default.exp: Expect help system output to be in
22343         alphabetical order.
22344         * gdb.base/help.exp: Ditto.
22345
22346 Wed Sep 24 13:08:14 1997  Bob Manson  <manson@charmed.cygnus.com>
22347
22348         * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
22349         "i*86-pc-linux-gnu*".
22350         * gdb.base/interrupt.exp: Ditto.
22351         * gdb.base/corefile.exp: Ditto.
22352
22353         * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
22354         define vxworks when building the testcase.
22355
22356         * gdb.base/ptype.exp: Fix testnames to be unique.
22357         * gdb.base/radix.exp: Ditto.
22358         * gdb.base/term.exp: Ditto.
22359         * gdb.base/whatis.exp: Ditto.
22360         * gdb.c++/classes.exp: Ditto.
22361
22362 Tue Sep 16 22:21:48 1997  Bob Manson  <manson@charmed.cygnus.com>
22363
22364         * gdb.base/callfuncs.exp: Fix indentation.
22365
22366         * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
22367         suppress_flag has been set.
22368         (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
22369         target feature.
22370
22371 Mon Sep 15 15:43:17 1997  Bob Manson  <manson@charmed.cygnus.com>
22372
22373         * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
22374         the testcase.
22375
22376         * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
22377         set_debug_traps() and breakpoint().
22378         * gdb.c++/misc.cc (main): Ditto.
22379         * gdb.c++/templates.cc (main): Ditto.
22380         * gdb.c++/virtfunc.cc (main): Ditto.
22381
22382 Fri Sep 12 16:56:38 1997  Bob Manson  <manson@charmed.cygnus.com>
22383
22384         * lib/gdb.exp(gdb_step_for_stub): New function.
22385         (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
22386         exists, reload the executable and do a "continue" instead of
22387         doing a jump.
22388         (runto_main): Use gdb_step_for_stub.
22389
22390         * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
22391         tests to have unique names.
22392         * gdb.base/callfuncs.exp: Ditto.
22393         * gdb.base/commands.exp: Ditto.
22394         * gdb.base/default.exp: Ditto.
22395         * gdb.base/help.exp: Ditto.
22396         * gdb.base/list.exp: Ditto.
22397         * gdb.base/opaque.exp: Ditto.
22398         * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
22399         similar tests.
22400
22401         * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
22402         * gdb.c++/cplusfuncs.cc: Ditto.
22403         * gdb.c++/virtfunc.cc: Ditto.
22404
22405         * config/monitor.exp: Keep track of the last file we saw, rather
22406         than trying to get the info from gdb.
22407
22408         * gdb.fortran/types.exp: Move comment to previous line.
22409
22410 Tue Sep  2 19:55:34 1997  Bob Manson  <manson@charmed.cygnus.com>
22411
22412         * config/sparclet.exp: Detect gratuitous change to sparclet gdb
22413         target mode.
22414
22415 Mon Jul 28 12:14:47 1997  Stan Shebs  <shebs@andros.cygnus.com>
22416
22417         From Bob Manson:
22418         * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
22419         string from GDB when it connects.
22420
22421         * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
22422
22423 Thu Jul  3 15:35:12 1997  Bob Manson  <manson@charmed.cygnus.com>
22424
22425         * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
22426         if we can't get a debug format from GDB (we may be testing an
22427         older GDB). Use a 10 second timeout when checking for the format.
22428
22429         * gdb.stabs/weird.exp: Fix quoting.
22430
22431         * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
22432
22433 Mon Jun 30 18:31:43 1997  Bob Manson  <manson@charmed.cygnus.com>
22434
22435         * config/arm-ice.exp: New file.
22436
22437 Sun Jun 29 16:43:30 1997  Bob Manson  <manson@charmed.cygnus.com>
22438
22439         * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
22440         until it has been modified to work with the new testsuite.
22441
22442         * gdb.*/*.exp: Instead of causing 1 unresolved test when the
22443         testcase won't compile, cause all of the testcases in the file to
22444         fail instead.
22445
22446         * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
22447         (gdb_clear_suppressed): New procedure.
22448         (gdb_stop_suppressing_tests): Only clear suppress_flag if
22449         it contains a positive value.
22450
22451 Sat Jun 28 13:31:11 1997  Bob Manson  <manson@charmed.cygnus.com>
22452
22453         * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
22454
22455         * gdb.c++/virtfunc.exp: Remove setting of libs variable.
22456
22457 Fri Jun 27 07:44:25 1997  Fred Fish  <fnf@cygnus.com>
22458
22459         * lib/gdb.exp (setup_xfail_format): New function.
22460         (get_debug_format): New function to get debug format.
22461         (debug_format): New global variable to hold last value set
22462         by get_debug_format.
22463         * gdb.base/list.exp: Call get_debug_format and expect some
22464         tests to fail for DWARF 1 and COFF formats.
22465         * gdb.c++/ptype.exp: Ditto.
22466         * gdb.c++/classes.exp: Ditto.
22467         * gdb.c++/cplusfuncs.exp: Ditto.
22468         * gdb.c++/inherit.exp: Ditto.
22469         * gdb.c++/templates.exp: Ditto.
22470         * gdb.c++/virtfunc.exp: Ditto.
22471
22472 Wed Jun 25 09:08:51 1997  Bob Manson  <manson@charmed.cygnus.com>
22473
22474         * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
22475         host doesn't have a currently-open connection.
22476
22477         * config/sparclet.exp: Cleanups and fixes to make it generic for
22478         any gdb stub target. Handle cases where gdb doesn't respond when
22479         interrupted in a sane fashion.
22480
22481         * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
22482         same thing in a totally different way.
22483
22484         * config/monitor.exp: Pass in timeouts to gdb_expect instead of
22485         setting "timeout".
22486         (gdb_start): We set the global gdb_prompt variable in
22487         default_gdb_init now.
22488
22489 Sun Jun 22 09:11:02 1997  Fred Fish  <fnf@cygnus.com>
22490
22491         * gdb.base/printcmds.exp: Fix "check for floating addition"
22492         regexp to accept results within approx +/- .01 of exact value.
22493         * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
22494
22495 Wed Jun 18 11:11:39 1997  Bob Manson  <manson@charmed.cygnus.com>
22496
22497         * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
22498         properly.
22499         (gdb_expect): Add optional timeout parameter, and add timeout
22500         value to various calls.
22501         (gdb_suppress_tests): Only give one warning message per group.
22502
22503 Tue Jun 17 13:10:10 1997  Bob Manson  <manson@charmed.cygnus.com>
22504
22505         * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
22506         global variables. Handle getting a value for $timeout more
22507         gracefully.
22508
22509 Sat Jun 14 09:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
22510
22511         * lib/gdb.exp: Close connection to remote host if gdb doesn't
22512         initialize.
22513         (default_gdb_init): New procedure; allow gdb_init to be overridden
22514         by a target configuration file.
22515         (gdb_expect): Pass the timeout to remote_expect.
22516
22517         * config/monitor.exp(gdb_load): Fix typo in regexp.
22518
22519 Thu Jun 12 20:57:12 1997  Bob Manson  <manson@charmed.cygnus.com>
22520
22521         * gdb.base/funcargs.exp: Remove spurious suppress tests call.
22522
22523 Tue Jun  3 15:20:20 1997  Bob Manson  <manson@charmed.cygnus.com>
22524
22525         * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
22526         here. Call gdb_target_exec before rebooting the target, to make
22527         sure the connection to the target is closed.
22528         (gdb_load): Pass the name of the executable to gdb_target_monitor.
22529         Don't call gdb_file_cmd here; let gdb_target_monitor do it.
22530         Also detect "Timeout reading from remote" error.
22531
22532         * config/gdbserver.exp: Pass the executable being loaded to
22533         gdb_target_monitor. Don't call gdb_file_cmd here; let
22534         gdb_target_monitor do it.
22535
22536         * gdb.disasm/hppa.exp: Don't use exec_output.
22537
22538 Fri May 23 13:28:29 1997  Bob Manson  <manson@charmed.cygnus.com>
22539
22540         * gdb.base/list.exp: If we're debugging a non-native target,
22541         try to set the pc register to point to the start of the
22542         program before doing the first list command.
22543
22544         * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
22545         test_calls after restarting.
22546
22547         * lib/gdb.exp(gdb_run_cmd): Send jump command again after
22548         reloading.
22549
22550         * gdb.base/watchpoint.exp: Fix typo.
22551
22552         * gdb.base/setshow.exp: Check for use_gdb_stub.
22553
22554         * gdb.base/break.exp: Fix continue until exit test for the gdb
22555         stub case.
22556         * gdb.base/langs.exp: Ditto.
22557
22558         * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
22559         gdb_load_offset. If we weren't given a file to load, figure out
22560         what the current file is and use it.
22561
22562         * config/i386-bozo.exp: New file.
22563
22564 Thu May 22 18:51:32 1997  Bob Manson  <manson@charmed.cygnus.com>
22565
22566         * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
22567         feature.
22568
22569         * config/proelf.exp: New entry.
22570
22571 Wed May 21 21:23:16 1997  Bob Manson  <manson@charmed.cygnus.com>
22572
22573         * lib/gdb.exp: Remove spurious .* patterns at the beginning
22574         of regexps.
22575
22576         * gdb.base/watchpoint.exp: Don't run the test_stepping
22577         tests if gdb can't call functions on the target.
22578
22579         * gdb.base/setshow.exp: Don't run the set prompt tests if
22580         the board has gdb_prompt set.
22581
22582 Tue May 20 08:58:49 1997  Jeffrey A Law  (law@cygnus.com)
22583
22584         * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
22585         * gdb.base/commands.exp: Likewise.
22586         * gdb.base/setshow.exp: Likewise.
22587
22588 Mon May 19 15:37:50 1997  Bob Manson  <manson@charmed.cygnus.com>
22589
22590         * config/monitor.exp(gdb_start): Look for gdb_prompt target
22591         feature.
22592
22593         * config/i960.exp: New file.
22594
22595 Thu May  1 18:01:50 1997  Bob Manson  <manson@charmed.cygnus.com>
22596
22597         * gdb.base/funcargs.exp: Check for gdb,short_int target
22598         feature instead of looking for explicit target triplets.
22599
22600 Mon Apr 28 17:27:40 1997  Michael Snyder  <msnyder@cygnus.com>
22601
22602         * gdb.base/printcmds.exp: add a couple more tests a la
22603         "p 123DEADBEEF", to check parse_number.
22604         * top.c: change "to enable to enable" to "to enable" in a couple
22605         of help strings.
22606
22607 Thu Apr 24 14:38:18 1997  Jeffrey A Law  (law@cygnus.com)
22608
22609         * gdb.base/callfuncs.exp: Mark some tests as expected to fail
22610         on the mn10300.
22611
22612 Mon Apr 21 15:05:42 1997  Fred Fish  <fnf@cygnus.com>
22613
22614         * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
22615         where the test executable is run with explicit args.
22616         * gdb.base/default.exp: Handle arm-*-coff case for "info float".
22617
22618 Mon Apr 21 13:38:58 1997  Fred Fish  <fnf@cygnus.com>
22619
22620         * gdb.base/run.c: Use FAKEARGV to build test executable that
22621         does not require a command line arg, since most simulators
22622         don't currently support passing such an arg into the simulated
22623         program.
22624         * gdb.base/commands.exp: Change tests to insert the proper
22625         value as the arg to the first recursive factorial call.  Change
22626         compilation line to define FAKEARGV at compile time.
22627
22628 Wed Apr  9 11:12:36 1997  Jeffrey A Law  (law@cygnus.com)
22629
22630         * gdb.base/recurse.exp: Enable these tests for the mn10300.
22631         * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
22632         function with watchpoint enabled" test.
22633
22634 Tue Apr  8 19:33:20 1997  Bob Manson  <manson@charmed.cygnus.com>
22635
22636         * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
22637         Don't call gdb_test when the command doesn't return to a gdb prompt.
22638
22639         * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
22640         "Tests restarted" messages.
22641
22642 Tue Apr  8 16:38:46 1997  Jeffrey A Law  (law@cygnus.com)
22643
22644         * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
22645
22646 Thu Apr  3 15:21:26 1997  Michael Snyder  <msnyder@cygnus.com>
22647
22648         * gdb.base/help.exp: update help msg for INFO ADDR; add help test
22649         for INFO SYMBOL; add help tests for OVERLAY commands.
22650         * gdb.base/default.exp: add tests for INFO SYMBOL command;
22651         add tests for OVERLAY commands
22652         * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
22653         d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
22654         * gdb.base/sigall.c: add usestubs code frag
22655         * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
22656
22657 Thu Apr  3 09:38:53 1997  Bob Manson  <manson@charmed.cygnus.com>
22658
22659         * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
22660         failures.
22661         (gdb_stop_suppressing_tests): Note that tests have restarted.
22662
22663 Wed Apr  2 19:04:20 1997  Bob Manson  <manson@charmed.cygnus.com>
22664
22665         * config/h8300.exp: New file.
22666
22667 Sun Mar 30 13:38:25 1997  Bob Manson  <manson@charmed.cygnus.com>
22668
22669         * gdb.base/setshow.exp: Check for the existence of a
22670         feature, not its value.
22671
22672 Sat Mar 29 11:19:46 1997  Bob Manson  <manson@charmed.cygnus.com>
22673
22674         * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
22675
22676         * gdb.base/scope.exp: It's now init0(), not init().
22677
22678         * gdb.base/scope0.c: For now, change init() to be init0().
22679
22680         * config/monitor.exp: Use gdb_serial in preference to serial
22681         or netport.
22682
22683         * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
22684         and it's not already set.
22685
22686 Fri Mar 28 19:54:18 1997  Bob Manson  <manson@charmed.cygnus.com>
22687
22688         * gdb.base/setshow.exp: Only test the run command if the target
22689         isn't using a stub and if it supports argument passing.
22690
22691 Sat Mar 22 19:50:25 1997  Bob Manson  <manson@charmed.cygnus.com>
22692
22693         * config/udi.exp(gdb_start): Make sure UDICONF is set
22694         properly before starting gdb.
22695
22696 Mon Mar 24 14:40:33 1997  Jeffrey A Law  (law@cygnus.com)
22697
22698         * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
22699         * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
22700         * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
22701
22702 Tue Mar 11 11:42:58 1997  Bob Manson  <manson@charmed.cygnus.com>
22703
22704         * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
22705         specialized code to reboot the board, use remote_reboot instead.
22706
22707         * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
22708
22709         * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
22710
22711         * config/monitor.exp: Make sure we disconnect from the target.
22712         Also, try a reboot/reload cycle instead of failing if the
22713         load fails.
22714
22715 Fri Mar  7 13:48:30 1997  Bob Manson  <manson@charmed.cygnus.com>
22716
22717         * gdb.base/default.exp: Don't set match_max.
22718         * gdb.base/help.exp: Ditto.
22719         * gdb.base/list.exp: Ditto.
22720         * gdb.base/signals.exp: Ditto.
22721
22722         * config/monitor.exp(gdb_load): If gdb,use_standard_load is
22723         set, use remote_ld to download the testcase instead of
22724         the GDB loader.
22725
22726 Wed Mar  5 00:00:43 1997  Bob Manson  <manson@charmed.cygnus.com>
22727
22728         * config/vr5000.exp: New file.
22729
22730         * config/monitor.exp(gdb_target_monitor): Add pattern for
22731         "Ending remote" to detect errors in connecting.
22732
22733         * gdb.base/setshow.exp: Add .* within auto language test.
22734
22735         * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
22736         target feature.
22737
22738         * config/monitor.exp(gdb_load): Check for a failure when loading,
22739         and reboot the board if necessary.
22740
22741         * gdb.base/setvar.exp(test_set): Handle multiple prints within
22742         a set of tests. Remove print.* from the patterns being checked.
22743
22744 Mon Mar  3 11:57:43 1997  Bob Manson  <manson@charmed.cygnus.com>
22745
22746         * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
22747         refer to gdb_spawn_id.
22748
22749         * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
22750         longer used.
22751         * config/sparclet.exp: Ditto.
22752         * config/sparclet-old.exp: Ditto.
22753         * config/slite.exp: Ditto.
22754         * config/sim.exp: Ditto.
22755         * gdb.base/funcargs.exp: Ditto.
22756
22757         * lib/gdb.exp:Remove references to gdb_spawn_id.
22758         (gdb_expect): Move to remote.exp.
22759
22760 Fri Feb 28 20:47:39 1997  Bob Manson  <manson@charmed.cygnus.com>
22761
22762         * config/monitor.exp: Detect the "Couldn't establish connection"
22763         message from GDB.
22764
22765 Tue Feb 25 14:08:55 1997  Bob Manson  <manson@charmed.cygnus.com>
22766
22767         * gdb.base/bitfields.exp: Use runto instead of explicit
22768         gdb_run_cmd/gdb_expect sequences.
22769
22770         * gdb.base/break.exp(text_next_with_recursion): Add match for
22771         gdb_expect call.
22772
22773         * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
22774         We also need to handle the "A program is being debugged already"
22775         prompt from gdb. Use gdb_test to set the baud rate.
22776
22777         * lib/gdb.exp(gdb_init): Increase the default expect buffer size
22778         to 20000. Really. I mean it.
22779
22780 Mon Feb 24 13:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
22781
22782         * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
22783         fails. If suppress_flag is set, skip perror message about not
22784         being able to send to GDB.
22785         (send_gdb): If suppress_flag is set, don't try to send commands to
22786         GDB.
22787         (gdb_expect): If suppress_flag is set, always fail immediately.
22788         (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
22789         (gdb_init): Call gdb_stop_suppressing_tests.
22790         (default_gdb_exit): Ditto.
22791         (default_gdb_start): Ditto.
22792
22793         * gdb.base/bitfields.exp: Call gdb_suppress_tests and
22794         gdb_stop_suppressing_tests as appropriate.
22795         * gdb.base/break.exp: Ditto.
22796         * gdb.base/callfuncs.exp: Ditto.
22797         * gdb.base/commands.exp: Ditto.
22798         * gdb.base/exprs.exp: Ditto.
22799         * gdb.base/funcargs.exp: Ditto.
22800         * gdb.base/list.exp: Ditto.
22801         * gdb.base/recurse.exp: Ditto.
22802         * gdb.base/scope.exp:  Ditto.
22803         * gdb.base/structs.exp: Ditto.
22804         * gdb.c++/inherit.exp: Ditto.
22805
22806 Sun Feb 23 19:56:02 1997  Bob Manson  <manson@charmed.cygnus.com>
22807
22808         * config/vr4300.exp: New file.
22809
22810         * gdb.*/*.exp: Call gdb_expect instead of expect.
22811
22812         * lib/gdb.exp(gdb_expect): New function.
22813
22814 Thu Feb 20 13:57:01 1997  Bob Manson  <manson@charmed.cygnus.com>
22815
22816         * lib/gdb.exp(gdb_init): New function.
22817
22818         * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
22819         for each individual variable set.
22820
22821         * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
22822         name.
22823
22824         * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
22825
22826         * gdb.base/scope.exp: Use gdb_test.
22827
22828         * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
22829         aborting; the testsuite driver will do that for us (see
22830         gdb_finish). Also, use gdb_test in a few more places.
22831
22832 Thu Feb 20 13:32:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
22833
22834         * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
22835
22836 Thu Feb 20 10:34:21 1997  Jeffrey A Law  (law@cygnus.com)
22837
22838         * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
22839         and "add_tests" are not at the same address.
22840
22841 Fri Feb 14 18:47:23 1997  Bob Manson  <manson@charmed.cygnus.com>
22842
22843         * gdb.base/ptype.exp: Use gdb_test.
22844
22845 Thu Feb 13 16:09:36 1997  Jeffrey A Law  (law@cygnus.com)
22846
22847         * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
22848         * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
22849         left in.  No longer expect them to fail.
22850
22851         * gdb.stabs/*.mt; Deleted, no longer used.
22852         * gdb.stabs/configure.in: Remove references to target makefile
22853         frags.
22854         * gdb.stabs/configure: Rebuilt.
22855
22856         * gdb.disasm/*.mt: Deleted, no longer used.
22857         * gdb.disasm/configure.in: Remove references to target makefile
22858         frags.  Use "sh3.s" as the unique filename for this directory.
22859         * gdb.disasm/configure: Rebuilt.
22860
22861         * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
22862         * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
22863         * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
22864
22865 Tue Feb 11 16:57:58 1997  Bob Manson  <manson@charmed.cygnus.com>
22866
22867         * config/udi.exp: Use mondfe,name instead of remote_host.
22868
22869 Tue Feb 11 11:22:36 1997  Jeffrey A Law  (law@cygnus.com)
22870
22871         * gdb.base/watchpoint.exp: Don't expect a failure when calling
22872         a function with a watchpoint enabled on the mn10200.
22873
22874         * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
22875         before trying to create it!
22876
22877 Mon Feb 10 16:40:47 1997  Bob Manson  <manson@charmed.cygnus.com>
22878
22879         * config/vx.exp: Use hostname instead of netport.
22880
22881         * config/vxworks.exp: New file.
22882
22883         * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
22884
22885         * config/monitor.exp(gdb_target_monitor): Look for a prompt from
22886         gdb before assuming everything worked. Send a ^C if a timeout
22887         occurs.
22888
22889         * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
22890         $gdb_spawn_id directly.
22891         (gdb_run_cmd): Try _start as well as start. Use the target feature
22892         gdb,start_symbol as the symbol to start from when jumping.
22893
22894 Mon Feb 10 11:26:59 1997  Jeffrey A Law  (law@cygnus.com)
22895
22896         * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
22897         redundant) test.
22898
22899         * gdb.base/recurse.exp: Relax final value test for 'b' so that
22900         it doesn't lose for 16bit integer systems.
22901
22902 Fri Feb  7 09:31:21 1997  Jeffrey A Law  (law@cygnus.com)
22903
22904         * gdb.fortran/types.exp: If the target doesn't support "double"
22905         data types, then expect "real" types to only be 4 bytes.
22906
22907         * gdb.c++/virtfunc.exp: Expect failure for virtual function
22908         call tests if the target doesn't support inferior function calls.
22909
22910         * gdb.base/printcmds.exp: Allow minor deviation in FP values
22911         in printf tests.
22912
22913 Thu Feb  6 12:46:14 1997  Jeffrey A Law  (law@cygnus.com)
22914
22915         * gdb.base/help.exp: Disable "help set", "help show", and
22916         "help support".  Simplify regexp for "help stack".
22917
22918         * gdb.base/default.exp: Set match_max to 5000 and the timeout
22919         to 60 seconds.  Temporarily set match_max to 15000 around the
22920         "info copying" test.
22921
22922         * gdb.base/nodebug.exp: Don't try to do an inferior function
22923         call if the target doesn't support them.
22924         * gdb.base/printcmds.exp: Likewise.
22925         * gdb.base/setvar.exp: Likewise.
22926         * gdb.base/structs.exp: Likewise.
22927         * gdb.c++/templates.exp: Likewise.
22928         * gdb.base/ptype.exp: Likewise.  Remove UDI specific stuff.
22929
22930         * gdb.base/recurse.exp: Enable for the mn10200.
22931
22932         * configure.in: Do configure gdb.stabs directory for *-*-elf
22933         targets.
22934         * configure: Rebuilt.
22935
22936         * gdb.base/break.exp: Check for gdb,noresults before testing
22937         exit status and/or results from the target.
22938         * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
22939         * lib/gdb.exp: Remove old (now bogus) initialization of
22940         noinferior, noargs, noresults and nosignals.
22941
22942 Tue Feb  4 21:52:17 1997  Bob Manson  <manson@charmed.cygnus.com>
22943
22944         * config/sh.exp: New file.
22945
22946         * config/slite.exp: Try to connect multiple times to the board
22947         before rebooting. Only send a "monitor run" if need_monitor_run
22948         is set.
22949
22950         * gdb.base/break.exp: Don't do the "stub continue" test if
22951         the target has gdb_stub set.
22952
22953         * gdb.base/callfuncs.exp: Increase the timeout.
22954
22955         * gdb.base/interrupt.exp: Don't even try to compile the testcase
22956         if the target has gdb,noinferiorio set.
22957
22958         * gdb.base/list.exp: Increase match_max to 10000 characters.
22959
22960         * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
22961
22962         * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
22963         target.
22964
22965         * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
22966
22967 Mon Feb  3 12:09:37 1997  Bob Manson  <manson@charmed.cygnus.com>
22968
22969         * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
22970         trying to delete the copy of gdb. Catch the file delete so we
22971         don't die if the delete fails; also, the file should be copied to
22972         the host, not to the build.
22973
22974 Sun Feb  2 00:55:14 1997  Bob Manson  <manson@charmed.cygnus.com>
22975
22976         * lib/gdb.exp(gdb_test): Surround the result pattern with
22977         parenthesis in case it contains multiple regexps separated
22978         with |.
22979
22980         * gdb.base/watchpoint.exp: Use gdb_test.
22981         * gdb.base/default.exp: Ditto.
22982
22983 Sat Feb  1 23:51:01 1997  Bob Manson  <manson@charmed.cygnus.com>
22984
22985         * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
22986
22987         * gdb.base/scope.exp: Use gdb_test.
22988         * gdb.c++/classes.exp: Ditto.
22989         * gdb.c++/inherit.exp: Ditto.
22990
22991 Fri Jan 31 13:09:12 1997  Bob Manson  <manson@charmed.cygnus.com>
22992
22993         * gdb.base/crossload.exp: Don't use execute_anywhere, use
22994         remote_exec instead.
22995         * gdb.base/corefile.exp: Don't be ridiculous.
22996         * gdb.base/*.c: Add missing stub invocations.
22997
22998 Thu Jan 30 16:49:25 1997  Bob Manson  <manson@charmed.cygnus.com>
22999
23000         * config/slite.exp: Miscellaneous fixes.
23001
23002         * lib/gdb.exp: Fix runto.
23003
23004         * gdb.base/signals.exp: Check for a gdb,nosignals feature of
23005         the target.
23006
23007         * gdb.base/watchpoint.exp: Fix regexp.
23008
23009         * lib/gdb.exp(default_gdb_exit): Add a catch to the
23010         close and wait commands, as the descriptor may now be
23011         invalid. Always call "remote_close host".
23012
23013 Tue Jan 28 14:42:31 1997  Bob Manson  <manson@charmed.cygnus.com>
23014
23015            Major rewrite for testsuite revision.
23016
23017         * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
23018         TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
23019         instead of relying on spawn_id to always contain a valid
23020         spawn id.
23021         (get_compiler_info): New procedure to build the ${binfile}.ci
23022         file, instead of replicating this in N different places.
23023         (gdb_compile): New procedure.
23024
23025         gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
23026         appropriate arguments) instead of compile. Use gdb_test in a lot
23027         more places.  Use send_gdb instead of send. Always run gdb_start
23028         at the start of a testcase, as this is no longer done magically.
23029
23030         config/*-gdb.exp: Rename without the -gdb suffix.
23031
23032         config/mips.exp: Use remote_close instead of exit_remote_shell.
23033         config/monitor.exp: Use target_info instead of looking at
23034         baud, timeout, etc.
23035         config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
23036
23037 Sat Dec 14 00:43:57 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23038
23039         * gdb.c++/templates.exp (test_ptype_of_templates),
23040         gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
23041         Update expect patterns for destructors and assignment operators
23042         to match corresponding c-typeprint.c changes.
23043         * gdb.c++/templates.exp (test_template_breakpoints):  Revert change
23044         to destructor breakpoint test, GDB should be able to set the
23045         destructor breakpoint without specifying arguments.
23046
23047 Tue Dec  3 20:17:52 1996  Fred Fish  <fnf@cygnus.com>
23048
23049         * gdb.threads/pthreads.exp: Change result for failure to compile due
23050         to lack of pthreads runtime support from an error to simply an
23051         unsupported test, per dejagnu standards.
23052
23053 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23054
23055         * lib/gdb.exp (gdb_test):  Simplify expect pattern for the case
23056         where GDB exits to reduce pattern match time.
23057         (skip_chill_tests):  Skip chill tests for mips*-sgi-irix6*.
23058
23059         * gdb.base/nodebug.exp:  Add mips*-sgi-irix6* xfails.
23060
23061 Tue Nov 26 18:29:23 1996  Michael Snyder  <msnyder@cygnus.com>
23062
23063         * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
23064         * gdb.base/default.exp:   ditto.
23065         * gdb.base/nodebug.exp:   ditto.
23066         * gdb.base/printcmds.exp: ditto.
23067         * gdb.base/ptype.exp:     ditto.
23068         * gdb.base/setvar.exp:    ditto.
23069         * gdb.base/structs.exp:   ditto.
23070         * gdb.base/setshow.c:     Guard against uninitialized values of argc.
23071
23072 Tue Nov 26 17:23:28 1996  Ian Lance Taylor  <ian@cygnus.com>
23073
23074         * configure, */configure: Rebuild with autoconf 2.12.
23075
23076 Sat Nov 23 13:32:15 1996  Fred Fish  <fnf@cygnus.com>
23077
23078         * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
23079         use new i*86-pc-linux*-gnu quads.
23080         * gdb.base/corefile.exp: Ditto.
23081         * gdb.base/signals.exp: Ditto.
23082         * gdb.base/sigall.exp: Ditto.
23083         * gdb.base/interrupt.exp: Ditto.
23084
23085         * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
23086         "i*86-*-linux" for "signal SIGUSR1".  Now works, at least with
23087         RedHat 4.0.
23088
23089         * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
23090         linux.  This allows the test case to at least compile on latest
23091         linux, but still not run due to missing the threads runtime library.
23092
23093 Fri Nov 22 10:13:29 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23094
23095         * gdb.base/a1-selftest.exp (do_steps_and_nexts):  Reinitialize source
23096         directory to search gdb directory. Accept and step over conditional
23097         stack alignment code. Consume $prompt in failure cases.
23098         Reset timeout to $oldtimeout instead of some arbitrary value.
23099         * gdb.base/nodebug.exp:  Limit backtrace to 10 frames to avoid
23100         timeout problems with infinite stack backtraces.
23101         * gdb.base/ptype.exp (ptype struct link, union tu_link):
23102         Accept function parameters for linkfunc member.
23103
23104 Thu Nov 21 09:17:19 1996  Fred Fish  <fnf@cygnus.com>
23105
23106         * lib/gdb.exp (CFLAGS): Remove, unreferenced.
23107         (CXXFLAGS): Remove, unreferenced.
23108         (B_OPTIONS): Add for -B options and add code to initialize with
23109         previous -B options and also add -B option to pick up cross compiled
23110         runtime.
23111         (TARGET_INCLUDES): Add for -I options and add code to initialize when
23112         doing cross compiles.
23113         (target_alias): Declare global.
23114         (xgcc): Set variable to full path of gcc in build tree.  Use findfile
23115         to verify that gcc exists in build tree, and if so set CC to that
23116         gcc and to use B_OPTIONS and TARGET_INCLUDES.
23117
23118 Tue Nov 12 16:20:13 1996  Fred Fish  <fnf@cygnus.com>
23119
23120         * gdb.c++/inherit.exp (test_print_anon_union): Reenable
23121         ptype test for anonymous union.  Fixup testcase to match
23122         current gcc debug output.
23123
23124 Mon Nov 11 14:12:06 1996  Jeffrey A Law  (law@cygnus.com)
23125
23126         * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
23127         force argument to an unsigned long type.
23128
23129 Mon Nov 11 10:27:55 1996  Fred Fish  <fnf@cygnus.com>
23130
23131         * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
23132         tests and anonymous union print/ptype tests.
23133         * gdb.base/list.exp (test_forward-search): Increase timeout by
23134         5 minutes for the "search extremely long line" case.
23135         * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
23136         completely optional and that the pass/fail messages use the command as
23137         the message if that third arg is a null string.
23138         (gdb_test_exact):  Arrange that a null string pattern means match a
23139         null string output rather than any output, which might include random
23140         errors.
23141         * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
23142         backtrace test.
23143         * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
23144         always failing and failure is now exposed by gdb.exp changes.
23145
23146 Sat Nov  9 11:13:24 1996  Fred Fish  <fnf@cygnus.com>
23147
23148         * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
23149         weren't being noted.
23150
23151 Sat Nov  9 01:05:10 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23152
23153         * gdb.base/corefile.exp:  Consume $prompt in mmap fail cases.
23154         * gdb.stabs/weird.exp:  Remove v_comb xfails.
23155
23156 Tue Nov  5 10:44:23 1996  Michael Snyder  <msnyder@cygnus.com>
23157
23158         * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
23159                     list.exp scope.exp watchpoint.exp]
23160           Make all timeout error msgs explicitly say "(timeout)".
23161
23162 Mon Nov  4 12:03:06 1996  Michael Snyder  <msnyder@cygnus.com>
23163
23164         * config/monitor.exp: Increase download timeout to 1000 seconds.
23165
23166 Mon Nov  4 12:02:26 1996  Michael Snyder  <msnyder@cygnus.com>
23167
23168         * config/m32r.exp: Increase timeout to 120 seconds.
23169
23170 Sun Nov  3 14:37:05 1996  Fred Fish  <fnf@cygnus.com>
23171
23172         * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
23173         and accept older ordering as obsolescent gcc or gdb.
23174         * gdb.c++/templates.exp: Ditto.
23175         * gdb.c++/virtfunc.exp: Ditto.
23176
23177 Fri Nov  1 11:56:09 1996  Fred Fish  <fnf@cygnus.com>
23178
23179         * gdb.base/coremaker.c: Add code to mmap some data so we
23180         can check that it ends up in the core file.
23181         * gdb.base/corefile.exp: Add test to read mmapped data
23182         from core file.
23183
23184 Wed Oct 30 18:19:16 1996  Michael Snyder  <msnyder@cygnus.com>
23185
23186         * config/m32r.exp: New file.
23187
23188 Mon Oct 21 14:40:50 1996  Stu Grossman  (grossman@critters.cygnus.com)
23189
23190         * testsuite/gdb.base/nodebug.exp:  Whack out -g options by hand so
23191         that cflags can contains -gstabs, and work correctly for other tests.
23192
23193 Mon Oct 21 14:00:37 1996  Michael Snyder  <msnyder@cygnus.com>
23194
23195         * gdb.base/setshow.exp: New file, tests show and set.
23196         * gdb.base/setshow.c:   New file, tests show and set.
23197         * gdb.base/help.exp: Add test for help set|show annotate.
23198         * gdb.base/default.exp: Add test for set|show annotate.
23199
23200 Wed Oct 16 19:03:54 1996  Stu Grossman  (grossman@critters.cygnus.com)
23201
23202         * testsuite/gdb.base/break.exp:  Make backtrace from factorial
23203         errors unique.
23204         * testsuite/gdb.base/nodebug.exp:  Whack out all -g options
23205         explicitly.
23206
23207 Tue Oct 15 16:45:02 1996  Stu Grossman  (grossman@critters.cygnus.com)
23208
23209         * config/sim-gdb.exp (gdb_target_sim):  Remove setting of height
23210         and width commands.  This is done elsewhere.
23211         * (gdb_start):  Don't call gdb_start_sim here.  That's already
23212         done in gdb_load.  This fixes lots of failures in default.exp.
23213
23214 Sun Oct 13 10:40:23 1996  Fred Fish  <fnf@cygnus.com>
23215
23216         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
23217         * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
23218         * lib/gdb.exp (gdb_test): Treat failures due to program exiting
23219         in the same we we treat other failures (since it may be an expected
23220         condition), rather than as an error.
23221         * gdb.base/signals.exp (test_handle_all_print): Revert back to
23222         old test format.
23223
23224 Fri Oct 11 17:05:22 1996  Fred Fish  <fnf@cygnus.com>
23225
23226         * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
23227         (distclean maintainer-clean realclean): No need to remove files
23228         twice.  Nuke the duplicates.
23229         * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
23230         * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
23231         Remove config.h along with other config files.
23232
23233 Mon Sep 30 20:16:22 1996  Fred Fish  <fnf@cygnus.com>
23234
23235         * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
23236         "p func1 ()" and note that rests of tests are skipped.
23237         * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
23238         setup_xfails for "print func2::coremaker_local".
23239         Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
23240         * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
23241         affected by the previous run test.
23242         * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
23243         "print array () ubyte (foo)" and "print/x array () byte (\$i)"
23244         * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
23245         "pass int powerset tuple" and "pass modeless int powerset tuple".
23246         * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
23247         "real write 4" and "real write 8".
23248         * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
23249         setup_xfails for "print vs1 after tuple assign 2",
23250         "print \$i after tuple assign 2", and
23251         "print vs2 after tuple assign 2".
23252         * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
23253         meaningful error message and return -1 so the caller can
23254         suppress further tests and avoid a cascade of errors.
23255
23256 Fri Sep 27 10:34:51 1996  Fred Fish  <fnf@cygnus.com>
23257
23258         * gdb.base/a1-selftest.exp: Tweak tests to account for new
23259         format for printing version.
23260         * gdb.base/default.exp: Ditto.
23261         * gdb.base/interrupt.exp: Fix problem with cascade of
23262         errors if child process dies while calling a function.
23263
23264 Fri Sep 13 21:43:48 1996  Fred Fish  <fnf@cygnus.com>
23265
23266         * Makefile.in (VPATH): Add
23267         * Makefile.in (Makefile, config.status): Fix rules so things get
23268         remade when necessary.
23269
23270 Fri Sep 13 18:16:10 1996  Fred Fish  <fnf@cygnus.com>
23271
23272         * Makefile.in (just-check): Add path to sibling expect dir
23273         to environment variable specified by RPATH_ENVVAR.
23274
23275 Fri Sep 13 12:05:34 1996  Fred Fish  <fnf@cygnus.com>
23276
23277         * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
23278         (just-check): Add shared library paths for libstdc++, tk,
23279         tcl, bfd, and opcodes to the environment variable specified
23280         in RPATH_ENVVAR.
23281         * configure.in: Add support to recognize --enable-shared flag
23282         and generate correct value for RPATH_ENVVAR.
23283         * configure: Regenerated with autoconf.
23284
23285 Mon Sep  2 06:36:02 1996  Fred Fish  <fnf@cygnus.com>
23286
23287         * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
23288         include all osf versions.
23289         * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
23290         all osf versions.  Add -D_MIT_POSIX_THREADS to compilation command
23291         when target is linux.  When failing to build pthreads test
23292         executable, give more meaningful message.
23293         * gdb.threads/pthreads.c: Hpux also uses old definition of second
23294         arg for pthread_create.
23295
23296 Mon Aug 19 09:58:59 1996  Fred Fish  <fnf@cygnus.com>
23297
23298         * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
23299         PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
23300         * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
23301         and -lpthreads (everybody else).
23302         (test_startup): Fail gracefully if threads are not supported.
23303         * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
23304         "p/c array_index("abcdef",2)" when not gcc compiled.
23305         * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
23306         "print func2::coremaker_local" when not gcc compiled.
23307         * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
23308         "ptype on opaque struct tagname (statically)",
23309         "ptype on opaque struct tagname (dynamically) 1", and
23310         "ptype on opaque struct tagname (dynamically) 2"
23311         for not compiled with gcc.
23312         * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
23313         backtrace when compiled with gcc.
23314         * lib/gdb.exp (runto_main): Return result of "runto main" rather
23315         than always return success.
23316
23317 Sat Aug 17 13:28:00 1996  Fred Fish  <fnf@cygnus.com>
23318
23319         * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
23320
23321 Tue Aug 13 10:26:10 1996  Jeffrey A Law  (law@cygnus.com)
23322
23323         * gdb.base/structs.exp: Undo last change.
23324
23325 Mon Aug 12 15:29:08 1996  Fred Fish  <fnf@cygnus.com>
23326
23327         * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
23328         encapsulate all the steps/nexts done during self test, starting
23329         at main, and makes them less sensitive to optimization issues.
23330         Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
23331         signal handler" test.
23332         * gdb.threads/pthreads.exp: Only run this for native configs.
23333         * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
23334         setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
23335         tests.
23336         gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
23337         for "runto test_calls(void)" test.
23338
23339 Sun Aug 11 13:11:24 1996  Fred Fish  <fnf@cygnus.com>
23340
23341         * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
23342         and don't expect address info in breakpoint confirmations.
23343
23344 Wed Aug  7 20:47:43 1996  Fred Fish  <fnf@cygnus.com>
23345
23346         * gdb.base/list.exp (test_forward_search): Increase timeout
23347         temporarily by 60 seconds for searching extremely long line,
23348         and then reset to old value when done.  Increase expect input
23349         buffer to 10000.
23350
23351 Wed Aug  7 15:34:22 1996  Fred Fish  <fnf@cygnus.com>
23352
23353         * gdb.base/list.exp (test_forward_search): Fix to handle very
23354         long source line without overflowing expect's input buffer.
23355
23356 Wed Aug  7 12:03:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
23357
23358         * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
23359         "buffer_full".
23360
23361         * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
23362         "buffer_full".
23363
23364         * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
23365         "buffer_full".
23366
23367         * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
23368         "buffer_full".
23369
23370 Wed Aug  7 11:05:47 1996  Fred Fish  <fnf@cygnus.com>
23371
23372         * configure.in (configdirs): Add gdb.threads.
23373         * configure: Regenerated with autoconf.
23374         * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
23375         * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
23376         * gdb.threads/configure: New, generated with autoconf.
23377
23378 Tue Aug  6 10:23:04 1996  Tom Tromey  <tromey@rtl.cygnus.com>
23379
23380         * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
23381
23382 Mon Aug  5 18:11:53 1996  Fred Fish  <fnf@cygnus.com>
23383
23384         * gdb.base/signals.exp (test_handle_all_print): Test separately for
23385         each signal's status in the output of "handle all print".
23386         * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
23387         the \r\n sequence that immediately precedes the gdb prompt.
23388         * gdb.base/a1-selftest.exp: Save original timeout and restore
23389         after test.
23390
23391 Sun Aug  4 10:20:50 1996  Jeffrey A Law  (law@cygnus.com)
23392
23393         * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
23394         symbol.
23395
23396 Fri Aug  2 17:37:26 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
23397
23398         * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
23399
23400 Thu Jun 27 20:41:40 1996  Fred Fish  <fnf@cygnus.com>
23401
23402         * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
23403         timeout by 60 seconds.
23404
23405 Thu Jun 27 18:13:57 1996  Fred Fish  <fnf@cygnus.com>
23406
23407         * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
23408         * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
23409         error return.
23410
23411 Thu Jun 27 10:54:58 1996  Fred Fish  <fnf@cygnus.com>
23412
23413         * lib/gdb.exp (default_gdb_start): When reporting a timeout during
23414         gdb initialization, also report how long dejagnu waited.  Restore
23415         old timeout before doing error return.  Temporarily increase timeout
23416         by 3 minutes to allow for slow startups over heavy NFS use.
23417
23418 Tue Jun 25 19:59:17 1996  Fred Fish  <fnf@cygnus.com>
23419
23420         * lib/gdb.exp: Report timeout value for verbosity level 2.
23421         * config/gdbserver.exp: Ditto.
23422         * config/hppro.exp: Ditto.
23423         * config/mips-gdb.exp: Ditto.
23424         * config/monitor.exp: Ditto.
23425         * config/netware.exp: Ditto.
23426         * config/sim-gdb.exp: Ditto.
23427         * config/slite-gdb.exp: Ditto.
23428         * config/udi-gdb.exp: Ditto.
23429         * config/unix-gdb.exp: Ditto.
23430         * config/vx-gdb.exp: Ditto.
23431         * gdb.base/a1-selftest.exp: Ditto.
23432         * gdb.base/a2-run.exp: Ditto.
23433         * gdb.base/break.exp: Ditto.
23434         * gdb.base/corefile.exp: Ditto.
23435         * gdb.base/list.exp: Ditto.
23436         * gdb.base/recurse.exp: Ditto.
23437         * gdb.base/scope.exp: Ditto.
23438         * gdb.base/signals.exp: Ditto.
23439
23440 Tue Jun 25 23:16:58 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
23441
23442         * gdb.threads/Makefile.in (docdir): Removed.
23443
23444 Tue Jun 25 17:02:39 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
23445
23446         * configure.in (AC_PREREQ): autoconf 2.5 or higher.
23447         * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
23448         @srcdir@.
23449         * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
23450         autoconf 2.5 or higher.
23451         * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
23452
23453 Thu Jun 13 11:16:10 1996  Tom Tromey  <tromey@thepub.cygnus.com>
23454
23455         * configure: Regenerated.
23456         * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
23457         avoid name clashes with SunOS headers.
23458
23459 Wed Jun  5 16:43:27 1996  Jeffrey A Law  (law@cygnus.com)
23460
23461         * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
23462
23463 Thu May 30 11:35:11 1996  Jeffrey A Law  (law@cygnus.com)
23464
23465         * gdb.base/callfuncs.exp: Finish last change -- make sure the
23466         prototype information ends up in the compiler info file.
23467
23468 Thu May 23 12:48:41 1996  Fred Fish  <fnf@cygnus.com>
23469
23470         * gdb.base/callfuncs.exp: Remove the compiler info file prior to
23471         attempting to regenerate it.  Eliminate use of a temporary file
23472         and just generate the info file directly.  Source it immediately,
23473         for consistency of use.
23474         * gdb.base/corefile.exp: Ditto
23475         * gdb.base/exprs.exp: Ditto.
23476         * gdb.base/funcargs.exp: Ditto.
23477         * gdb.base/langs.exp: Ditto.
23478         * gdb.base/list.exp: Ditto.
23479         * gdb.base/mips_pro.exp: Ditto.
23480         * gdb.base/nodebug.exp: Ditto.
23481         * gdb.base/opaque.exp: Ditto.
23482         * gdb.base/ptype.exp: Ditto.
23483         * gdb.base/scope.exp: Ditto.
23484         * gdb.base/setvar.exp: Ditto.
23485         * gdb.base/signals.exp: Ditto.
23486         * gdb.base/whatis.exp: Ditto.
23487         * gdb.c++/templates.exp: Ditto.
23488         * gdb.c++/virtfunc.exp: Ditto.
23489         * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
23490         whether or not to add -lstdc++ to the compile command line args.
23491
23492 Sat May 18 02:43:58 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23493
23494         * gdb.base/recurse.exp:  Remove setup_xfail for "sparc*-*-sunos4*",
23495         it got fixed by the recent lookup_minimal_symbol_by_pc change.
23496         Increase timeout, a lot of single stepping might be needed if the
23497         target has no hardware watchpoints.
23498
23499 Wed May 15 08:47:42 1996  Jeffrey A Law  (law@cygnus.com)
23500
23501         * gdb.base/break.exp: Ignore compiler warnings when compiling
23502         break.c.
23503         * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
23504         * gdb.base/default.exp: Add h8300 xfails.  Handle messages
23505         from remote-sim.
23506         * gdb.base/exprs.exp: Add h8300 xfails.
23507         * gdb.base/funcargs.exp: Likewise.
23508         * gdb.base/nodebug.exp: Likewise.
23509         * gdb.base/printcmds.exp: Likewise.
23510         * gdb.base/ptype.exp: Likewise.
23511         * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300.  Add
23512         h8300 xfails.
23513         * gdb.base/return.exp: Handle float/double precision problems
23514         on the h8300.
23515         * gdb.base/funcargs.c: Explicitly make last constant argument to
23516         call_after_alloca_subr an unsigned long type.
23517         * gdb.base/return.c: Include stdio.h.
23518
23519 Tue May  7 22:01:12 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
23520
23521         * config/abug.exp: New file for the older Motorola Bug monitor
23522         that runs on the mvme13x series VME boards.
23523         * config/monitor.exp: Use the new config array for target settings
23524         if they exist.
23525
23526 Fri May  3 16:02:55 1996  Stan Shebs  <shebs@andros.cygnus.com>
23527
23528         * sim-gdb.exp: Make the SH simulator allocate less space when
23529         it is targeted.
23530
23531 Thu May  2 12:31:56 1996  Jeffrey A Law  (law@cygnus.com)
23532
23533         * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
23534         test.
23535
23536 Wed Mar 20 08:48:03 1996  Fred Fish  <fnf@cygnus.com>
23537
23538         * gdb.base/list.exp (test_list_function): Remove setup_xfail for
23539         "rs6000-*-*" for "list function in include file" when gcc compiled.
23540         * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
23541         for "p ctable1[120]".
23542         * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
23543         "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
23544         Remove setup_xfail for "rs6000-*-*" for
23545         "print 'scope0.c'::filelocal before run".
23546         * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
23547         gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
23548         since some compilers don't allow both options to be given
23549         on the same command line.  Create object file and move it.
23550
23551 Tue Mar 19 23:49:31 1996  Fred Fish  <fnf@cygnus.com>
23552
23553         * gdb.base/corefile.exp: Always regenerate the core file, since
23554         we always regenerate the coremaker program.  Detect special case
23555         where registers cannot be read from core file.
23556
23557 Tue Mar 19 16:52:49 1996  Fred Fish  <fnf@cygnus.com>
23558
23559         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
23560         * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
23561         * gdb.c++/templates.exp: Only match on basename of file since
23562         some formats like xcoff don't encode directory information.
23563         * gdb.stabs/weird.exp: Use the right sed script for powerpc
23564         and rs6000 AIX xcoff targets.
23565         * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
23566         * configure: Regenerate.
23567         * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
23568         here, rather than in distclean.
23569
23570 Sun Mar 17 13:35:31 1996  Fred Fish  <fnf@cygnus.com>
23571
23572         * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
23573         defined, and use it to compile the test case with -O2.  The
23574         native compilation still uses no optimization.
23575         * gdb.base/mips_pro.c: Remove inline assembly code since
23576         it is compiled PIC by default, which results in assembler
23577         warnings that make the testsuite think the compilation
23578         was unsuccessful.
23579
23580 Sat Mar 16 15:02:24 1996  Fred Fish  <fnf@cygnus.com>
23581
23582         * gdb.c++/misc.exp: Add note to message for
23583         "print s.a for foo struct" that this is a known gcc 2.7.2
23584         and earlier bug.
23585
23586 Fri Mar 15 17:49:57 1996  Fred Fish  (fnf@cygnus.com)
23587
23588         * gdb.base/break.exp: Fix pattern for matching "Delete all
23589         breakpoints (y or n) ".  Add "mips-dec-ultrix*" to
23590         setup_xfail for deleting all breakpoints test.  Fix various
23591         timeout messages to include "(timeout)".
23592         * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
23593         for "p t_float_values2(3.14159,float_val2)".
23594         * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
23595         for "continue to call2g" when gcc compiled.
23596         * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
23597         "up to foo in langs.exp", "show language at foo in langs.exp",
23598         "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
23599         and "show language at fsub in langs.exp".
23600         * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
23601         "list line 1 in include file", "list message for lines past EOF",
23602         "list function in include file", "list list0.h:foo", and
23603         "list filename:function; nonexistant function".
23604         * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
23605         "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
23606         and "ptype t_char_array" to be for native cc only.
23607
23608 Fri Mar 15 16:17:22 1996  Fred Fish  <fnf@cygnus.com>
23609
23610         * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
23611         setup_xfail for "print coremaker_bss", "print coremaker_ro",
23612         "print func2::coremaker_local", and "backtrace in corefile.exp".
23613
23614 Wed Mar 13 14:54:11 1996  Fred Fish  <fnf@cygnus.com>
23615
23616         * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
23617         "bt in signals.exp".  This problem only appears when running
23618         the testsuite, and then only intermittently.
23619
23620 Tue Mar 12 15:00:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
23621
23622         * gdb.base/return.exp (return_tests): Differentiate between
23623         two tests of continuing.
23624
23625 Tue Mar  5 14:33:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
23626
23627         * */Makefile.in (maintainer-clean): Remove config.log.
23628         * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
23629         * gdb.c++/Makefile.in (PROGS): Add inherit.
23630         (clean): Remove *.ci.
23631
23632 Tue Feb 20 16:36:10 1996  Fred Fish  <fnf@cygnus.com>
23633
23634         * gdb.c++/misc.cc: Add test code from Mike Stump.
23635         * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
23636
23637 Sun Feb 18 11:39:12 1996  Fred Fish  <fnf@cygnus.com>
23638
23639         * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
23640         to "alpha-*-osf2*" and add comment.
23641         * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
23642         setup_xfail for "step over execarg initialization" and
23643         "step over corearg initialization".
23644         * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
23645         for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
23646         * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
23647         gcc compiled for "print coremaker_bss", "print coremaker_ro",
23648         "print func2::coremaker_local", and "backtrace in corefile.exp".
23649         * gdb.base/signals.exp: Build and source signals.ci.
23650         Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
23651         to be for gcc only.
23652         * lib/gdb.exp: Move verbose statements outside conditionals.
23653
23654 Sat Feb 17 02:22:14 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23655
23656         * gdb.base/sigall.exp:  Remove setup_xfail for irix4.  Fixed by
23657         Feb 3 procfs.c change.
23658
23659 Fri Feb 16 13:25:31 1996  Fred Fish  <fnf@cygnus.com>
23660
23661         * config/unix-gdb.exp: Remove extraneous newlines from end of file.
23662
23663 Thu Feb 15 08:12:55 1996  Fred Fish  <fnf@cygnus.com>
23664
23665         * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
23666         from dejagnu's apparent default of 10 seconds, which gives random
23667         results when running the tests over NFS on moderately loaded systems.
23668         * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
23669
23670 Mon Feb 12 16:50:28 1996  Fred Fish  <fnf@cygnus.com>
23671
23672         * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318.  Now fixed.
23673         * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
23674         result reports.
23675
23676 Fri Feb  9 15:56:51 1996  Fred Fish  <fnf@cygnus.com>
23677
23678         * configure.in (CY_AC_PATH_TCLH): Remove.
23679         * configure: Regenerate.
23680
23681 Fri Feb  9 08:21:31 1996  Fred Fish  <fnf@cygnus.com>
23682
23683         * gdb.c++/Makefile.in (clean): Add missing '{'.
23684
23685 Fri Feb  2 10:19:40 1996  Jeffrey A Law  (law@cygnus.com)
23686
23687         * lib/gdb.exp: Provide a default value for noinferior.
23688
23689         * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
23690         Load libgloss.exp.
23691
23692 Thu Feb  1 20:20:14 1996  Jeffrey A Law  (law@cygnus.com)
23693
23694         * gdb.disasm/hppa.exp: Compile directly into an executable, use
23695         the executable, not the .o to run the tests from.
23696
23697 Wed Jan 31 14:21:09 1996  Jeffrey A Law  (law@cygnus.com)
23698
23699         * gdb.base/break.exp: Don't test for program exit or exit status
23700         if $noresults if nonzero.
23701         * gdb.base/langs.exp: Likewise.
23702         * gdb.base/watchpoint.exp: Likewise.
23703
23704         * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
23705         * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
23706         trying to compile the testcase.
23707
23708 Wed Jan 24 23:42:39 1996  Doug Evans  <dje@charmed.cygnus.com>
23709
23710         * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
23711         * gdb.base/signals.exp (continue to handler): Likewise.
23712
23713 Tue Jan 23 16:28:22 1996  Per Bothner  <bothner@kalessin.cygnus.com>
23714
23715         * gdb.c++/classes.exp:  Now = returns false/true, not 1/0.
23716
23717         * gdb.fortran/exprs.exp:  .LT. and .GT. now return .TRUE. or .FALSE..
23718
23719 Tue Jan 23 15:41:57 1996  Jeffrey A Law  (law@cygnus.com)
23720
23721         * gdb.base/corefile.exp: Recognize "not found" as failure
23722         when trying to determine if a core file was generated.
23723         If no core file was generate the first time, try again without
23724         the ulimit -c to work around braindamaged shells.
23725
23726 Mon Jan 15 09:33:00 1996  Fred Fish  <fnf@cygnus.com>
23727
23728         * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
23729         [] tests with "test" and enclose string in quotes.
23730         * gdb.stabs/configure: Rebuild
23731
23732 Thu Jan 11 09:43:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
23733
23734         Changes in sync with expect:
23735         * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
23736         (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
23737         (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
23738         (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater.  Properly quote
23739         argument to AC_REQUIRE.
23740         * configure: Regenerated.
23741
23742 Thu Jan  4 08:17:22 1996  Fred Fish  <fnf@cygnus.com>
23743
23744         * gdb.base/corefile.exp: When generating a core, discard any
23745         error messages about ulimit not found and the "core dumped"
23746         message from the shell that runs the coredumper.
23747
23748 Wed Jan  3 01:30:41 1996  Jeffrey A Law  (law@cygnus.com)
23749
23750         * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
23751
23752         * gdb.stabs/weird.exp: Use ${target_triplet} to determine
23753         which sed script to run.  Expect failure for v_comb test
23754         on PA targets too.
23755
23756 Sat Dec 30 16:09:04 1995  Fred Fish  <fnf@rtl.cygnus.com>
23757
23758         * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
23759         "print func2::coremaker_local" and for "backtrace in corefile.exp"
23760
23761 Sat Dec 30 12:59:12 1995  Fred Fish  <fnf@cygnus.com>
23762
23763         * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
23764         * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
23765         "sparc-sun-solaris*" xfails for "p v_comb".
23766         * lib/gdb.exp (default_gdb_start): Fix typo.
23767         * gdb.base/corefile.exp: Allow "Core was generated by ..."
23768         messages to not include the full program name that caused
23769         the core dump since some systems (such as solaris) apparently
23770         truncate this path to about 80 characters.
23771         When generating a core file first try increasing the core file
23772         size limit to unlimited since some systems may default it to
23773         zero, and it is harmless to try it.  Move the test for failing
23774         to generate a core file to where it will actually get executed.
23775         * gdb.c++/templates.exp (test_ptype_of_templates): Accept
23776         new gdb result from g++ debug info improvements and make old
23777         pattern obsolescent.  Also account for size_t differences
23778         (may be int or long).
23779         * gdb.base/a1-selftest.exp (test_with_self): Check for case where
23780         initialization before function call is placed in the delay slot
23781         and thus appears to be skipped over by commands such as "next".
23782
23783 Fri Dec 29 16:09:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
23784
23785         * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
23786
23787 Wed Dec  6 10:45:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
23788
23789         * gdb.base/*.exp: Make ${srcfile} only be the basename of the
23790         input source file; fix code to compile test to deal with this
23791         convention.
23792         * gdb.c++/*.exp: Likewise.
23793
23794 Mon Nov 27 11:40:16 1995  Fred Fish  <fnf@cygnus.com>
23795
23796         * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
23797         "bt in signals.exp".
23798
23799 Sat Nov 25 20:52:15 1995  Fred Fish  <fnf@phydeaux.cygnus.com>
23800
23801         * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
23802         "step over execarg initialization" and
23803         "step over corearg initialization".
23804
23805 Sat Nov 25 18:20:14 1995  Fred Fish  <fnf@cygnus.com>
23806
23807         * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
23808         with sizeof(pointer) > sizeof(int).  Avoid "void *" or include files.
23809
23810 Sat Nov 25 11:03:42 1995  Fred Fish  <fnf@cygnus.com>
23811
23812         From Rob Savoye  (rob@poseidon.cygnus.com)
23813         * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
23814         gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
23815         configure.in}, gdb.disasm/{Makefile.in, configure.in},
23816         gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
23817         configure.in}: Major reworking for autoconfig.
23818         * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
23819         gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
23820         New files.
23821         * config/unix-gdb.exp:  Make GDB global.
23822         * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
23823         callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
23824         funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
23825         nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
23826         regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
23827         term.exp, twice.exp, watchpoint.exp, whatis.exp},
23828         gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
23829         templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
23830         misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
23831         pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
23832         pr-8136.exp, result.exp, string.exp, tuples.exp},
23833         gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
23834         to returns as necessary, arrange for test to compile own testcase
23835         executable.
23836         * lib/gdb.exp: Changes for testsuite to compile own test cases.
23837
23838 Tue Nov 21 16:15:45 1995  Fred Fish  <fnf@cygnus.com>
23839
23840         * gdb.c++/classes.exp (test_pointers_to_class_members): Add
23841         clear_xfail at end of test which might not call either pass or fail.
23842         * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
23843         "backtrace through signal handler".
23844
23845 Sat Nov 18 04:09:31 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23846
23847         * gdb.base/sigall.exp:  Work around OSF/1-3.x kernel bug when
23848         continuing from a job control stop signal.
23849         * gdb.stabs/alpha.mt:  Use $(CFLAGS) when building weird.o.
23850
23851 Wed Nov 15 00:28:03 1995  Jeffrey A Law  (law@cygnus.com)
23852
23853         * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
23854         * gdb.base/corefile.exp: Likewise.
23855         * gdb.base/funcargs.exp: Likewise.
23856
23857 Tue Nov 14 15:18:10 1995  Stu Grossman  (grossman@cygnus.com)
23858
23859         * config/hmsirom.exp:  Setup for talking to hmsi ROM monitor.
23860         * config/monitor.exp:  Add support for setting baud rate.
23861
23862 Sat Nov  4 15:35:52 1995  Fred Fish  <fnf@cygnus.com>
23863
23864         * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
23865         i*86-*-linux* xfails for "backtrace through signal handler".
23866         * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
23867         "print func2::coremaker_local".
23868         * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
23869         alpha-dec-osf2* xfail for
23870         "delete all breakpoints when none".
23871
23872 Wed Nov  1 15:57:16 1995  Fred Fish  <fnf@cygnus.com>
23873
23874         * gdb.base/break.exp: Change test that deletes all breakpoints
23875         when no user breakpoints are installed.  A post 4.15 change
23876         causes gdb to no longer prompt in this case.
23877
23878 Tue Oct 31 15:13:43 1995  Fred Fish  <fnf@cygnus.com>
23879
23880         * gdb.base/return.exp (return_tests):  Change xfail for test
23881         "correct value returned double test" to stop xfailing at
23882         Solaris 2.5.  Apparently the bug has been fixed.
23883
23884 Sun Oct 29 12:18:16 1995  Fred Fish  <fnf@cygnus.com>
23885
23886         * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
23887         IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
23888
23889 Tue Oct 24 11:12:12 1995  Jeffrey A Law  (law@cygnus.com)
23890
23891         * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
23892         * gdb.disasm/hppa.s: Corresponding changes.
23893
23894 Wed Oct 18 11:27:47 1995  Jeffrey A Law  (law@cygnus.com)
23895
23896         * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
23897         makefile fragment.
23898         * config/mt-hpux: Deleted.
23899
23900 Tue Oct 17 23:02:12 1995  Jeffrey A Law  (law@cygnus.com)
23901
23902         * Many files: When warning about suppressed tests due to a
23903         nonexistant test binary, avoid incrementing the warning count.
23904
23905 Tue Oct 10 11:00:41 1995  Fred Fish  <fnf@cygnus.com>
23906
23907         * Makefile.in (TARGET_FLAGS_TO_PASS):  Remove BISON.
23908
23909 Sun Oct  8 04:23:14 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23910
23911         * gdb.base/return.exp:  Change xfail from "sparc-*-solaris2.*" to
23912         "sparc-*-solaris2*".
23913
23914 Sat Sep 23 01:22:23 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23915
23916         * gdb.base/coremaker.c:  Produce a full core dump for AIX targets.
23917         Add global and local variables and initialize them.
23918         * gdb.base/corefile.exp:  Test correct mapping of corefile sections
23919         by printing variables. Remove rs6000 and powerpc xfails, BFD now
23920         extracts the file name and terminating signal from the core file.
23921         * TODO:  Remove note about tests for correct mapping of corefile.
23922         * gdb.base/ptype.c (main):  Use boolean2 to inhibit AIX 4.1 xlc
23923         from optimizing it away.
23924         * gdb.stabs/weird.exp:  Remove rs6000 xfail, xcoffread.c now
23925         handles common blocks.
23926
23927 Thu Sep 21 01:28:10 1995  Jeff Law  (law@snake.cs.utah.edu)
23928
23929         * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
23930         * gdb.disasm/sh3.exp (fmac): Corresponding changes.
23931
23932 Wed Sep 20 13:15:05 1995  Ian Lance Taylor  <ian@cygnus.com>
23933
23934         * Makefile.in (maintainer-clean): New target, synonym for
23935         realclean.
23936         * gdb.base/Makefile.in (maintainer-clean): Likewise.
23937         * gdb.c++/Makefile.in (maintainer-clean): Likewise.
23938         * gdb.chill/Makefile.in (maintainer-clean): Likewise.
23939         * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
23940         * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
23941         * gdb.threads/Makefile.in (maintainer-clean): Likewise.
23942
23943 Sun Sep 10 13:14:01 1995  Fred Fish  <fnf@cygnus.com>
23944
23945         * gdb.base/scope.exp (text_at_main):  Add "hppa*-*-hpux*"
23946         xfails when not gcc compiled for "print foo::funclocal".
23947         (test_at_foo):  Add "hppa*-*-hpux*" xfails when not gcc compiled for:
23948         "print foo::funclocal at foo",
23949         "print 'scope1.c'::foo::funclocal at foo",
23950         "print foo::funclocal_bss at foo",
23951         "print 'scope1.c'::foo::funclocal_bss at foo",
23952         "print foo::funclocal_ro at foo",
23953         "print 'scope1.c'::foo::funclocal_ro at foo",
23954         "print bar::funclocal at foo" and
23955         "print 'scope1.c'::bar::funclocal at foo".
23956         (test_at_bar):  Add "hppa*-*-hpux*" xfails when not
23957         gcc compiled for "print foo::funclocal at bar".
23958         Expand all messages to ensure that they identify that
23959         the test is at bar().
23960         * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
23961         gcc compiled for:
23962         "ptype on opaque struct pointer (statically)",
23963         "ptype on opaque struct tagname (statically)",
23964         "ptype on opaque struct pointer (dynamically) 1",
23965         "ptype on opaque struct tagname (dynamically) 1",
23966         "ptype on opaque struct pointer (dynamically) 2" and
23967         "ptype on opaque struct tagname (dynamically) 2
23968         * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
23969         gcc compiled for:
23970         "p datalocal"
23971         "whatis datalocal",
23972         "ptype datalocal",
23973         "p bsslocal",
23974         "whatis bsslocal", and
23975         "ptype bsslocal".
23976         * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
23977         "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
23978         when not gcc compiled.
23979         * gdb.base/funcargs.exp (float_and_integral_args):  Add
23980         "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
23981         compiled.
23982         (discard_and_shuffle):  Add "hppa*-*-hpux*" xfail for
23983         "backtrace from call6a" when not gcc compiled.
23984         (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
23985         "backtrace from call7a" when not gcc compiled.
23986         * gdb.base/callfuncs.exp (do_function_calls):
23987         Add "hppa*-*-hpux*" xfail when not gcc compiled for
23988         "p t_char_array_values(char_array_val2,char_array_val1)",
23989         "p t_char_array_values(char_array_val1,char_array_val2)",
23990         "p t_char_array_values("carray 1","carray 2")",
23991         "p t_char_array_values("carray 1",char_array_val2)",
23992         "p t_char_array_values(char_array_val1,"carray 2")",
23993         "p sum_args(1,{2})",
23994         "p sum_args(2,{2,3})",
23995         "p sum_args(3,{2,3,4})",
23996         "p sum_args(4,{2,3,4,5})"
23997         * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
23998         "backtrace in corefile.exp" when not gcc compiled.
23999
24000 Sat Sep  9 01:35:39 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24001
24002         * gdb.base/signals.exp:  Rewrite `handle all print' test as
24003         a procedure. Accept blanks or TABs as whitespace, increase
24004         timeout and expect input buffer size for the large output
24005         from the command. Remove "i*86-*-bsdi2.0" xfail.
24006
24007 Sat Sep  2 06:41:26 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24008
24009         * gdb.base/setvar.exp:  Add new testcases for truncation when
24010         assigning invalid values to bitfields.
24011
24012 Sat Sep  2 00:17:31 1995  Fred Fish  <fnf@cygnus.com>
24013
24014         * gdb.base/callfuncs.exp (do_function_calls):  Remove
24015         mips-sgi-irix* xfail for
24016         "call inferior func with struct - returns char *"
24017         and fix test so that an optional (unsigned char *) cast is
24018         accepted in the result.
24019
24020 Fri Sep  1 13:42:01 1995  Fred Fish  <fnf@cygnus.com>
24021
24022         * gdb.base/funcargs.exp (float_and_integral_args):  Remove
24023         sparc-sun-solaris2* xfail for "print f1 after run to call2a".
24024         * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
24025         * gdb.base/signals.exp: Remove duplicate "handle all print" test
24026         that accidentally got checked in.
24027
24028 Sun Aug 27 23:35:35 1995  Fred Fish  <fnf@cygnus.com>
24029
24030         * gdb.base/callfuncs.exp (do_function_calls):  Add alpha-dec-osf2*
24031         clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
24032         compiled test.
24033         * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
24034         Add mips-sgi-irix5* xfail for not gcc compiled.
24035         * gdb.base/Makefile.in (nodebug.o):  Also create nodebug.ci.
24036         * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
24037         "p top", "whatis top", "p middle", and "whatis middle".
24038         * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
24039         "whatis signed char" for not gcc compiled.
24040         * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
24041         "set variable signed char=-1 (-1)" and
24042         "set variable signed char=0xFF (0xFF)" for not gcc compiled.
24043         * gdb.base/funcargs.exp (float_and_integral_args):
24044         Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
24045         Add mips-sgi-irix* xfail when not gcc compiled for
24046         "continue to call2b".
24047         Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
24048         "continue to call2g".
24049         (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
24050         "backtrace from call6a"
24051         (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
24052         "backtrace from call7k".
24053         Add mips-sgi-irix5* xfail when not gcc compiled for
24054         "backtrace from call7a".
24055         (localvars_after_alloca):  Fix gdb_test cmds for
24056         "print * after runto ...".
24057         Remove rs6000-*-* xfails for
24058         "print i after runto localvars_after_alloca" and
24059         "print l after runto localvars_after_alloca"
24060         for all compilers.
24061         * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
24062         when not compiled with gcc, for:
24063         "print signed char == (minus)",
24064         "print signed char != (minus)",
24065         "print signed char < (minus)",
24066         "print signed char > (minus)".
24067         * gdb.base/callfuncs.exp (do_function_calls):
24068         Add mips-sgi-irix* xfail, when compiled with native compiler, for
24069         "call inferior func with struct - returns char *".
24070         * gdb.base/return.exp (return_tests): Change xfail for
24071         "correct value returned double test" to include Solaris 2.4.
24072         * gdb.base/funcargs.exp (float_and_integral_args):
24073         Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
24074
24075 Sat Aug 26 00:26:11 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24076
24077         * gdb.base/setvar.c, gdb.base/setvar.exp:  Add new tests for
24078         enumeration bitfields if compiling with GNU C.
24079         * lib/gdb.exp:  Consume `(y or n) ' in `Reinitialize source path
24080         to empty' prompt.
24081
24082 Tue Aug 22 00:30:37 1995  Jeff Law  (law@snake.cs.utah.edu)
24083
24084         * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
24085         test for PRO targets.
24086
24087         * gdb.base/funcargs.exp: Avoid ever setting more than 8
24088         breakpoints in the inferior at any given time by making
24089         two groups of breakpoints for call2*, call6* and call7*
24090         tests.
24091
24092 Sun Aug 20 06:58:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24093
24094         * gdb.base/funcargs.exp:  Fix typos introduced by Aug 15 change.
24095         * gdb.base/callfuncs.c (main):  Use struct_val1 to inhibit xlc
24096         from optimizing it away.
24097         * gdb.base/callfuncs.exp:  Remove rs6000-*-* xfails for
24098         "call inferior func with struct".
24099
24100 Wed Aug 16 11:57:15 1995  Stan Shebs  <shebs@andros.cygnus.com>
24101
24102         * configure.in: Only configure gdb.chill for particular targets.
24103
24104 Tue Aug 15 09:42:44 1995  Fred Fish  <fnf@cygnus.com>
24105
24106         * gdb.base/Makefile.in:  Add action to .c.o transformation
24107         rule that generates a .ci file for each .o file and remove
24108         explicit .c.o rules except for callfuncs.o.
24109         * gdb.c++/Makefile.in:  Add .cc.o transformation rule that
24110         generates a .ci file for each .o file and remove explicit
24111         .cc.o rules.
24112         (clean): Remove *.tmp *.ci files.
24113         (EXECUTABLES): Remove templ-info.exp.
24114         * gdb.base/compiler.c: New file.
24115         * gdb.c++/compiler.cc: New file
24116         * gdb.base/scope.exp: Source gdb.base/scope.ci.
24117         Change rs6000-*-* xfail for
24118         "print 'scope0.c'::filelocal_ro" and
24119         "print 'scope1.c'::filelocal" and
24120         "print 'scope1.c'::filelocal_bss" and
24121         "print 'scope1.c'::filelocal_ro" and
24122         "print 'scope1.c'::foo::funclocal" and
24123         "print 'scope1.c'::foo::funclocal_ro" and
24124         "print 'scope1.c'::bar::funclocal" and
24125         "print 'scope0.c'::filelocal_ro" and
24126         "print 'scope1.c'::filelocal at foo" and
24127         "print 'scope1.c'::filelocal_bss at foo" and
24128         "print 'scope1.c'::filelocal_ro at foo" and
24129         "print 'scope1.c'::foo::funclocal at foo" and
24130         "print 'scope1.c'::foo::funclocal_bss at foo" and
24131         "print 'scope1.c'::foo::funclocal_ro at foo" and
24132         "print 'scope1.c'::bar::funclocal at foo" and
24133         "print 'scope0.c'::filelocal_ro" and
24134         "print 'scope1.c'::filelocal" and
24135         "print 'scope1.c'::filelocal_bss" and
24136         "print 'scope1.c'::filelocal_ro" and
24137         "print 'scope1.c'::foo::funclocal" and
24138         "print 'scope1.c'::foo::funclocal_bss" and
24139         "print 'scope1.c'::foo::funclocal_ro" and
24140         "print 'scope1.c'::bar::funclocal" and
24141         "print 'scope1.c'::bar::funclocal_bss"
24142         to only be xfail'd when not compiled with gcc.
24143         Add rs6000-*-* xfail for
24144         "print 'scope0.c'::filelocal_bss before run"
24145         when compiled with gcc.
24146         (test_at_main): Add rs6000-*-* xfail for
24147         "print filelocal_ro in test_at_main"
24148         when compiled with gcc.
24149         * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
24150         Add rs6000-*-aix* xfail for
24151         "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
24152         "ptype t_char_array",  not compiled with gcc.
24153         * gdb.base/list.exp (test_list_function):  Add rs6000-*-*
24154         xfail for "list foo (in include file)" when gcc compiled.
24155         * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
24156         (integral_args): Add rs6000-*-* xfail for
24157         "run to call0a" if not compiled with gcc.
24158         (unsigned_integral_args): Add rs6000-*-* xfail for
24159         "run to call1a" if not compiled with gcc.
24160         (float_and_integral_args):  Add rs6000-*-* xfail for
24161         "run to call2a" if not compiled with gcc and for
24162         "continue to call2b" for any compiler.
24163         Add rs6000-*-* xfail to
24164         "print f1 after run to call2a" for gcc compiled.
24165         (discard_and_shuffle): Add rs6000-*-* xfail for
24166         "run to call6a".
24167         (shuffle_round_robin): Add rs6000-*-* xfail for
24168         "backtrace from call7a" if not compiled with gcc.
24169         Add rs6000-*-* xfail for
24170         "backtrace from call7b" if compiled with gcc.
24171         (call_after_alloca): Add rs6000-*-* xfail for
24172         "print c in call_after_alloca" and
24173         "print s in call_after_alloca" and
24174         "backtrace from call_after_alloca_subr"
24175         if not compiled with gcc.
24176         (localvars_in_indirect_call): Add rs6000-*-* xfail for
24177         "print c in localvars_in_indirect_call" and
24178         "print c in localvars_in_indirect_call" and
24179         "backtrace in indirectly called function" and
24180         "stepping into indirectly called function"
24181         if not compiled with gcc.
24182         (localvars_after_alloca): Add rs6000-*-* xfail for
24183         "print c after runto localvars_after_alloca" and
24184         "print s after runto localvars_after_alloca" and
24185         "print i after runto localvars_after_alloca" and
24186         "print l after runto localvars_after_alloca"
24187         for all compilers.
24188         * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
24189         than whatis-info.exp.
24190         * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
24191         than opaque-info.exp.
24192         Setup rs6000-*-* xfail for
24193         "ptype on opaque struct pointer (statically)" and
24194         "ptype on opaque struct pointer (dynamically)" when
24195         not compiled with gcc.
24196         * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
24197         rather than callf-info.exp.
24198         (do_function_calls):  Add clear_xfail for rs6000-*-* for
24199         "p t_float_values2(3.14159,float_val2)".  Seems to work
24200         fine there, both with xlc and gcc.  Need to find out what
24201         it is doing right and fix other platforms.
24202         * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
24203         "call inferior func with struct - returns int",
24204         "call inferior func with struct - returns long",
24205         "call inferior func with struct - returns float",
24206         "call inferior func with struct - returns double",
24207         "call inferior func with struct - returns char *",
24208         but only if not gcc compiled (presumes xlc compiled).
24209         Change rs6000-*-* xfails for
24210         "call inferior func with struct - returns char" and
24211         " call inferior func with struct -  returns short" to only
24212         xfail if not using gcc.
24213         (clean mostlyclean):  Remove *.ci and *.tmp files.
24214         * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
24215         than templ-info.exp.
24216         * gdb.base/langs.exp:  Source gdb.base/langs.ci.
24217         Add rs6000-*-* xfail for "up to foo in langs.exp"
24218         "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
24219         when not gcc compiled.
24220
24221 Sat Aug 12 15:05:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
24222
24223         * gdb.base/callfuncs.exp: Add xfails for the powerpc.
24224         * gdb.base/corefile.exp: Likewise.
24225         * gdb.base/list.exp: Likewise.
24226         * gdb.base/scope.exp: Likewise.
24227         * gdb.base/siganls.exp: Likewise.
24228
24229         * gdb.base/nodebug.exp: Add xfails for the powerpc.  Handle aix4
24230         compiler output.
24231         * gdb.base/whatis.exp: Likewise.
24232
24233 Fri Aug 11 13:36:20 1995  Jeff Law  (law@snake.cs.utah.edu)
24234
24235         * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
24236         failure (opcode table has been fixed to match reality).
24237
24238 Mon Aug 14 09:01:59 1995  Fred Fish  <fnf@cygnus.com>
24239
24240         * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
24241         "call inferior func with struct - returns char",
24242         "call inferior func with struct - returns short"
24243
24244         * gdb.base/scope.exp: Remove rs6000-*-* xfails for
24245         "print 'scope0.c'::filelocal at main",
24246         "print 'scope0.c'::filelocal_bss in test_at_main",
24247         "print 'scope0.c'::filelocal at foo",
24248         "print 'scope0.c'::filelocal_bss in test_at_foo",
24249         "print 'scope0.c'::filelocal at bar",
24250         "print 'scope0.c'::filelocal_bss in test_at_bar"
24251
24252         * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
24253         in source file 1".  This bug seems to have been fixed with both
24254         gcc and native cc (was native assembler bug?).
24255
24256 Wed Aug  9 08:04:12 1995  Fred Fish  (fnf@cygnus.com)
24257
24258         * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
24259         "backtrace through signal handler" to "i*86-*-sysv4*".
24260         * gdb.base/signals.exp: Add xfail for "'next' behaved as
24261         continue" case.  Add "known SVR4 bug" to fail message.
24262         Add "i*86-*-bsdi2.0" xfail for "handle all print".
24263         Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
24264         * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
24265         "whatis unnamed typedef'd enum..." and "ptype t_char_array".
24266         * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
24267         "up to foo in langs.exp", "show language at foo in
24268         langs.exp", "up to cppsub_ in langs.exp", "show
24269         language at cppsub_ in langs.exp", "up to fsub in
24270         langs.exp", and "show language at fsub in langs.exp".
24271         * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
24272         "bactrace in corefile.exp".
24273         * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
24274         "call inferior function with struct - returns float" and
24275         "call inferior function with struct - returns double".
24276
24277 Mon Aug  7 02:43:28 1995  Jeff Law  (law@snake.cs.utah.edu)
24278
24279         * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
24280         * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
24281         * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
24282         * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
24283
24284 Mon Aug  7 08:09:37 1995  Fred Fish  <fnf@cygnus.com>
24285
24286         * Makefile.in (CHILL_FOR_TARGET): Use previously defined
24287         (or overriden) "CHILL" macro rather then bare "gcc".
24288         Also look for ../../gcc/xgcc since that is what we will
24289         actually need, not "Makefile".  Remove following assignment
24290         of CHILL to CHILL_FOR_TARGET because that results in
24291         recursive definition.
24292
24293 Sun Aug  6 16:52:29 1995  Fred Fish  <fnf@cygnus.com>
24294
24295         * gdb.base/corefile.exp:  Change xfail for backtrace in
24296         corefile.exp from linuxaout to all linux.
24297         * gdb.base/sigall.exp (test_one_sig):  Specifically deal with
24298         cases where we miss the breakpoint at the signal handler
24299         for some reason.  Setup xfail for linuxoldld/linuxaout and
24300         getting SIGIO.  Setup xfail for linuxoldld/linuxaout for
24301         hitting SIGURG breakpoint.
24302         * gdb.base/signals.exp:  Setup xfail for "next" acting like
24303         continue to add linuxoldld.  Setup xfail for all linux for
24304         "next to handler in signals_tests_1", "backtrace in
24305         signals_tests_1", "continue to func1", "pass SIGUSR1",
24306         and continue to handler".
24307
24308 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
24309
24310         * Update all FSF addresses except those in COPYING* files.
24311
24312 Sun Jul 30 17:50:35 1995  Fred Fish  <fnf@cygnus.com>
24313
24314         * gdb.base/a2-run.exp: Change messages to be more explicit about
24315         the status of args, and quote binfile in results.
24316
24317 Sun Jul 30 10:24:20 1995  Fred Fish  <fnf@cygnus.com>
24318
24319         * gdb.base/callfuncs.exp: Add tests for passing structs to
24320         inferior functions and return various types.
24321         * gdb.base/callfuncs.c: Add functions to receive a struct
24322         and return a member of the struct, in various types.
24323
24324 Sat Jul 29 14:22:33 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24325
24326         * gdb.base/Makefile.in (clean):  Remove callf-info.exp.
24327
24328 Fri Jul 28 13:36:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
24329
24330         * config/vxworks29k.exp: New file, sources vxworks.exp.
24331
24332 Fri Jul 28 00:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
24333
24334         * config/gdbremote.exp: New file.  Testing framework using
24335         gdbserver.
24336
24337 Thu Jul 27 12:17:14 1995  Fred Fish  (fnf@cygnus.com)
24338
24339         * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
24340         "call function when asleep" and "send end of file".
24341         * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
24342         for "backtrace in corefile.exp".
24343         * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
24344         for "backtrace through signal handler".
24345         * gdb.base/corefile.exp: Make sure we actually generate a core file
24346         before trying the core tests.  Some systems allow the user to suppress
24347         generation of core files and default to that (linux for example).
24348         * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
24349         from "i*86-*-linux" to "i*86-*-linuxaout".  Works with ELF beta.
24350
24351 Tue Jul 25 17:30:10 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
24352
24353         * gdb.threads: New directory with some crude multi-threaded
24354         gdb tests (step.exp and step2.exp).
24355         * config/mt-lynx (STEP_EXECUTABLE): Define.
24356         (THREADFLAGS): Define.
24357
24358 Tue Jul 25 01:03:52 1995  Jeff Law  (law@snake.cs.utah.edu)
24359
24360         * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
24361
24362         * gdb.base/signals.exp: Disable whole file for lynx until
24363         further notice.
24364
24365         * gdb.base/signals.exp: xfail test where "next" acts like
24366         "continue" for lynx.
24367
24368         * gdb.base/interrupt.exp: xfail test for calling function while
24369         inferior is asleep for lynx.
24370
24371         * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
24372         than one cr-lf  after each command.
24373
24374 Sun Jul 23 23:33:18 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24375
24376         * configure.in:  Reinstate setting of stabsdirs variable, fix
24377         typo in setting up configdirs for native builds.
24378
24379         * gdb.base/return.exp:  Fix typo in return double test.
24380         * gdb.base/return.c (tmp2, tmp3):  Made global to inhibit the
24381         compiler from optimizing them away.
24382
24383 Fri Jul 21 11:39:34 1995  Jeff Law  (law@snake.cs.utah.edu)
24384
24385         * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
24386         sequences to be echo'd by gdb when using gdb_test.
24387         * gdb.chill/chexp.exp: Likewise.
24388         * gdb.fortran/exprs.exp: Likewise
24389
24390 Thu Jul 20 13:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
24391
24392         * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
24393         after the inferior gdb has started.
24394
24395         * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
24396         after each command.
24397         * gdb.base/funcargs.exp: Likewise.
24398         * gdb.base/gdbvars.exp: Likewise.
24399         * gdb.base/interrupt.exp: Likewise.
24400         * gdb.base/list.exp: Likewise.
24401         * gdb.base/watchpoint.exp: Likewise.
24402         * gdb.c++/demangle.exp: Likewise.
24403         * gdb.c++/inherit.exp: Likewise.
24404         * gdb.chill/chexp.exp: Likewise.
24405         * gdb.fortran/exprs.exp: Likewise.
24406
24407         * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
24408         test if we can't handle IO to/from the inferior.
24409
24410         * gdb.c++/misc.exp: Always check for a program already being
24411         started after sending a "run" command to gdb.
24412
24413         * gdb.base/twice.exp: Start with a fresh gdb.
24414
24415         * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
24416         only depend on gdb's expression code, not the chill runtime.
24417
24418         * gdb.base/return.c: Put return values into variables so we
24419         can have gdb print them rather than depending on the program
24420         to print them.
24421         * gdb.base/return.exp: Corresponding changes.
24422
24423         * lib/gdb.exp: Provide default value for noinferiorio.
24424         * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
24425         the inferior.
24426
24427         * gdb.base/break.exp: Always check for a program already being
24428         started after sending a "run" command to gdb.
24429         (text_next_with_recursion): Don't check the output from the
24430         program's printf statement.  Instead just make sure the program
24431         exited.
24432
24433         * gdb.base/commands.exp: Protect tests which need arguments with
24434         $noargs conditionals.
24435
24436 Wed Jul 19 22:42:43 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24437
24438         * gdb.base/printcmds.exp:  Adjust expect patterns for addresses
24439         of structure member arrays to match gdb/valops.c:value_addr change.
24440
24441 Mon Jul 17 10:12:27 1995  Jeff Law  (law@snake.cs.utah.edu)
24442
24443         * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
24444         cases.
24445
24446 Wed Jul 12 10:20:08 1995  Fred Fish  (fnf@cygnus.com)
24447
24448         * configure.in (configdirs):  Remove gdb.chill from default list
24449         of subdirs and then add it back in only if doing a native build.
24450         The current chill compiler does not yet work in any cross build.
24451         * Revert all signal changes from Jul 6.
24452         * gdb.base/{sigall.c signals.c}:  Define away signal() and alarm()
24453         for sh-hms targets, allowing these tests to link, with no other
24454         changes.  Testing is suppressed by setting "nosignals" in site.exp.
24455
24456 Thu Jul  6 20:58:30 1995  Fred Fish  (fnf@cygnus.com)
24457
24458         * configure.in (signaldirs): Define and add to configdirs for all
24459         targets except some specific ones that are known to not support signals.
24460         Also clean up formatting.
24461         * gdb.base/Makefile.in (EXECUTABLES):  Remove sigall and signals.
24462         (signals, sigall):  Remove rules to build.
24463         * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
24464         Moved to new gdb.signals directory.
24465         * gdb.signals: New test directory.
24466         * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
24467         signals.c signals.exp}:  New or moved files.
24468
24469 Sun Jun 25 12:55:18 1995  Jeff Law  (law@snake.cs.utah.edu)
24470
24471         * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
24472
24473 Wed Jun 21 16:35:55 1995  Fred Fish  <fnf@cygnus.com>
24474
24475         * gdb.base/return.exp:  Xfail `return double' test failure
24476         on at least Solaris 2.3 and handle future/past versions on
24477         a case by case basis as appropriate.  Also update message
24478         to include i*86 failures.
24479
24480 Wed May 24 07:10:10 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24481
24482         * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
24483
24484         * lib/gdb.exp: Fix comment which erroneously identified
24485         gdb_file_cmd as gdb_load (the 19 May change was in fact to
24486         gdb_file_cmd not gdb_load).
24487         * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
24488
24489         * gdb.base/setvar.exp: Make test names consistent between pass and
24490         fail cases.  Use gdb_test more.
24491
24492 Fri May 19 07:22:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24493
24494         * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
24495
24496 Mon May 15 23:50:51 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24497
24498         * gdb.base/help.exp:  Fix expected help string for `show commands'.
24499
24500 Thu May 11 07:55:11 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
24501
24502         * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
24503
24504         * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
24505         of a text section.
24506
24507 Thu May 11 15:02:24 1995  Stu Grossman  (grossman@andros.cygnus.com)
24508
24509         * config/monitor.exp (gdb_target_monitor):  Fix loop interator so
24510         that loop eventually terminates.  Fix Connection refused logic so
24511         that testsuite will expire nicely.
24512
24513 Wed May 10 17:57:35 1995  Stu Grossman  (grossman@andros.cygnus.com)
24514
24515         * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
24516         config/rom68k.exp:  New tcl glue for the appropriate monitors.
24517         These all just end up calling monitor.exp.
24518         * config/monitor.exp (gdb_target_monitor):  Handle `Connection
24519         refused' by retrying.  Cleanup some timeout issues.
24520         * (gdb_load):  Reduce timeout.  Cleanup some timeout issues.
24521         * lib/gdb.exp (gdb_test gdb_test_exact):  Upvar timeout so that
24522         callers don't have to set/restore global timeout variable.
24523
24524         * The following set of changes centralizes management of the global
24525         timeout variable.  This way, it can be set in one target dependent
24526         place instead of dozens of places scattered throughout the test suite.
24527         If you need to lengthen a timeout, then you should either set timeout
24528         in one of the config/{target}.exp files, or multiply it by a factor.
24529         Setting it to an absolute value is always going to lose for some
24530         targets.
24531         * gdb.base/a1-selftest.exp (test_with_self):  Only use local timeout.
24532         * gdb.base/callfuncs.exp (do_function_calls):  Don't set timeout.
24533         * gdb.base/funcargs.exp:  Don't set timeout.
24534         * gdb.base/list.exp (test_forward_search):  Only use local timeout.
24535         * gdb.base/printcmds.exp (test_print_string_constants
24536         test_print_array_constants):  Don't set timeout.
24537         * gdb.base/ptype.exp:  Don't set timeout.
24538         * gdb.base/recurse.exp:  Don't set timeout.
24539         * gdb.base/return.exp:  Don't set timeout.
24540         * gdb.base/watchpoint.exp:  Don't set timeout.
24541         * gdb.c++/classes.exp (do_tests):  Don't set timeout.
24542         * gdb.c++/virtfunc.exp (test_virtual_calls):  Don't set timeout.
24543
24544 Wed May 10 16:03:23 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
24545
24546         * Makefile.in: Make clean targets work also when SUBDIRS is empty.
24547
24548 Mon May  1 07:32:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24549
24550         * lib/gdb.exp: Disable chill tests for irix5.
24551
24552 Wed Apr 26 07:36:03 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24553
24554         * gdb.base/scope.exp: Make test names unique.  Use gdb_test.  Make
24555         each test pass or fail.
24556
24557 Sun Apr 23 21:32:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24558
24559         * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
24560         xlc not gcc.
24561
24562 Fri Apr 21 15:44:02 1995  Stu Grossman  (grossman@rtl.cygnus.com)
24563
24564         * cpu32bug.exp est.exp rom68k.exp:  Delete.  Unify into monitor.exp.
24565
24566 Wed Apr 19 17:41:21 1995  Stu Grossman  (grossman@cygnus.com)
24567
24568         * config/est.exp:  Fix copyright and comments.  Remove dead code.
24569         Use targetname, serialport and baud variables instead of fixed
24570         constants.
24571         * config/rom68k.exp:  Fix copyright and comments.  Remove dead code.
24572         * config/cpu32bug.exp:  New file to support cpu32bug monitors.
24573
24574 Wed Apr 19 13:47:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24575
24576         * gdb.base/watchpoint.exp: Don't run
24577         test_watchpoint_triggered_in_syscall for sunos.
24578
24579 Mon Apr 17 12:48:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24580
24581         * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
24582         they don't seem to exist.  Do include stdio.h.
24583
24584 Fri Apr 14 09:40:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24585
24586         * gdb.base/a1-selftest.exp: Add alpha xfail.
24587
24588 Mon Apr 10 13:07:50 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24589
24590         * gdb.base/watchpoint.c (main): Prompt before calling read().
24591         * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
24592         Revise accordingly.  Remove cruft about sending "123" several
24593         times, until it gets noticed.  Clean up the "print buf[0]" stuff
24594         so that it passes or fails, and waits for prompts in the usual way.
24595
24596 Sun Apr  9 09:02:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24597
24598         * gdb.base/recurse.exp: Fix comment.
24599
24600         * TODO: Remove item about printing variables in nodebug.exp.  Add
24601         item about enabling tests which are only run on some targets.
24602
24603         * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
24604         fail, make test names unique, use new gdb_test convention
24605         regarding pattern, use gdb_test more, etc.).
24606
24607         * gdb.base/bitfields.exp: Various cleanups (make each test pass or
24608         fail, make test names unique, etc.).
24609
24610 Sat Apr  8 02:47:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24611
24612         * gdb.base/nodebug.c:  Change return type of top and middle to
24613         short.
24614         * gdb.base/nodebug.exp:  Remove xfails for ecoff systems, they
24615         are fixed by the recent mdebugread.c changes. Allow `short ()'
24616         as type for top and middle.
24617
24618 Thu Apr  6 08:54:18 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24619
24620         * gdb.base/break.exp: Remove commented out if $usestubs {}.  As
24621         nearly as I can tell, the whole thing was an accident in Stu's
24622         change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
24623         to replace a send/expect pair with gdb_test, but ended up only
24624         adding the gdb_test.  My change of 24 Mar 1995 and Kung's change
24625         of 30 Mar 1995 took care of it, but left this vestigial comment
24626         which I am now nuking.
24627
24628 Mon Apr  3 09:00:27 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24629
24630         * gdb.base/break.exp: Look for different line number for
24631         breakpoint at main depending on usestubs.
24632
24633 Sun Apr  2 08:15:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24634
24635         * gdb.base/list.exp:  Adjust some alternate expect patterns to
24636         match recent list0.c change. Add alternate expect pattern for
24637         output from `list default lines around main' for optimizing
24638         compilers.
24639
24640 Sat Apr  1 07:23:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24641
24642         * lib/gdb.exp: If nosignals is not set, set it to 0.
24643
24644 Fri Mar 31 16:13:48 1995  Kung Hsu  <kung@mexican.cygnus.com>
24645
24646         * config/slite-gdb.exp: Responds to load symbol table prompt.
24647         * gdb.base/break.exp: Adjust line number, fix rerun.
24648         * gdb.base/langs0.c: Add #ifdef usestubs.
24649
24650 Thu Mar 30 15:36:55 1995  Kung Hsu  <kung@mexican.cygnus.com>
24651
24652         * gdb.base/list.exp: Adjust line contents after adding new lines in
24653         list0.c. Also fix a syntax error.
24654
24655         * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
24656         * gdb.base/break.exp: ditto.
24657         * gdb.base/list.exp: ditto.
24658         * gdb.base/bitfields.c: Add #ifdef usestubs in main().
24659         * gdb.base/run.c: ditto.
24660         * gdb.base/list0.c: ditto.
24661         * gdb.base/funcargs.c: ditto.
24662
24663 Wed Mar 29 17:09:29 1995  Stu Grossman  (grossman@cygnus.com)
24664
24665         * testsuite/config/rom68k.exp (gdb_target_rom68k):  Use
24666         $targetname, $serialport and $baud instead of hardwired variables.
24667         * testsuite/gdb.base/{sigall.exp signals.exp}:  Skip these if the
24668         target doesn't support signals.
24669
24670 Wed Mar 29 12:29:34 1995  Kung Hsu  <kung@mexican.cygnus.com>
24671
24672         * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
24673
24674 Tue Mar 28 08:46:45 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24675
24676         * gdb.base/recurse.exp: Make test names unique.  Change \\(+ to \\(.
24677         Don't rely on the value of an auto variable before it has been
24678         initialized.  Use gdb_test more.
24679
24680 Mon Mar 27 08:00:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24681
24682         * lib/gdb.exp (default_gdb_version): A version number must start
24683         with a digit, but other than that contains all characters up to
24684         the first whitespace character.
24685
24686 Sun Mar 26 13:19:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24687
24688         * gdb.base/commands.exp (breakpoint_command_test): New tests.
24689
24690 Sat Mar 25 15:38:06 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24691
24692         * gdb.c++/*.exp: Warn if executable does not exist.  The original
24693         reason for skipping the warning was that configure.in sometimes
24694         intentionally skipped building the executables but the tcl code
24695         had no way of knowing.  That (a) was always bogus with respect to
24696         error handling, (b) is no longer true (right now there is no way
24697         to skip C++ tests).
24698
24699         * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
24700
24701 Sat Mar 25 01:16:10 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24702
24703         * gdb.base/list.exp:  Add expect patterns for output from
24704         SunPRO compiled executables.
24705         * gdb.base/whatis.exp:  Allow leading `signed' for all v_signed_*
24706         types.
24707
24708 Fri Mar 24 06:11:05 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24709
24710         * gdb.base/break.exp (test_next_with_recursion): Accept any line
24711         number (we are already testing that the correct source line text
24712         gets printed).
24713
24714         * gdb.base/break.exp: Make one test if $usestubs.  I'm not sure
24715         that is what is intended, but something needed to be done to get
24716         sunos4 native working again.
24717
24718         * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
24719
24720         * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
24721         apparently went with a (very) old xfail.
24722
24723 Fri Mar 24 13:41:09 1995  Kung Hsu  <kung@mexican.cygnus.com>
24724
24725         * gdb.base/callfuncs.exp: call runto_main instead of runto main.
24726         runto_main is a proc in gdb.exp that will do 'step' for target use
24727         stubs.
24728         * gdb.base/exprs.exp: ditto.
24729         * gdb.base/interrupt.exp: ditto.
24730         * gdb.base/opaque.exp: ditto.
24731         * gdb.base/printcmds.exp: ditto.
24732         * gdb.base/ptype.exp: ditto.
24733         * gdb.base/scope.exp: ditto.
24734         * gdb.base/setvar.exp: ditto.
24735         * gdb.base/signals.exp: ditto.
24736         * gdb.base/twice.exp: ditto.
24737         * gdb.c++/classes.exp: ditto.
24738         * gdb.c++/inherit.exp: ditto.
24739         * gdb.c++/templates.exp: ditto.
24740         * gdb.base/break.exp: no run and hit main for stubs. Change line
24741         numbers for breakpoints and info breakpoint.
24742         * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
24743         breakpoint().
24744         * gdb.base/callfuncs.c: ditto.
24745         * gdb.base/exprs: ditto.
24746         * gdb.base/interrupt.c: ditto.
24747         * gdb.base/opaque0.c: ditto.
24748         * gdb.base/printcmds.c: ditto.
24749         * gdb.base/ptype.c: ditto.
24750         * gdb.base/scope0.c: ditto.
24751         * gdb.base/setvar.c: ditto.
24752         * gdb.base/signals.c: ditto.
24753         * gdb.base/twice.c: ditto.
24754         * gdb.c++/misc.cc: ditto.
24755         * gdb.c++/templates.cc: ditto.
24756
24757 Fri Mar 24 06:11:05 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24758
24759         * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
24760
24761         * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
24762         somewhere between `read' and `main.c'.  I'm pretty sure the
24763         pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
24764         and it isn't particularly useful.
24765
24766         * gdb.base/scope.exp: Make test names unique.  \[(\] -> \\(.
24767
24768 Thu Mar 23 14:58:35 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24769
24770         * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
24771
24772 Wed Mar 22 18:36:05 1995  Kung Hsu  <kung@mexican.cygnus.com>
24773
24774         * config/mt-slite: add LIBS and -nostdlib.
24775         * config/slite-gdb.exp: add this new file to support sparclite target.
24776
24777 Tue Mar 21 21:41:04 1995  Doug Evans  <dje@canuck.cygnus.com>
24778
24779         * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
24780
24781         * gdb.base/a2-run.exp: Change argument to istarget from
24782         "*-*-vxworks" to "*-*-vxworks*".
24783         * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
24784
24785 Tue Mar 21 17:08:47 1995  Kung Hsu  <kung@mexican.cygnus.com>
24786
24787         * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
24788         will not runto main but do a 'step' to step out of breakpoint().
24789         * config/mt-slite: add -Dusestubs.
24790
24791 Tue Mar 21 12:14:12 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24792
24793         * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
24794         instead of just @.
24795
24796         * gdb.base/signals.exp: Add test for "handle all print".
24797         * TODO: Remove "handle all print".  Also remove item about
24798         checking copyright date (I don't like the idea of a spurious FAIL
24799         based on when we run the tests).
24800
24801         * gdb.base/recurse.exp: Enable test for SunOS4.  xfail one test
24802         for SunOS4 (reason for failure not investigated).  Remove
24803         redundant test for $binfile.
24804
24805         * gdb.base/nodebug.c (array_index): Call malloc.
24806
24807         * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
24808
24809 Mon Mar 20 10:08:17 1995  Jeff Law  (law@snake.cs.utah.edu)
24810
24811         * gdb.base/recurse.exp: Update gdb_test invocation to use new
24812         conventions and slightly simplify the matching regexp.
24813
24814 Fri Mar 17 05:43:28 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24815
24816         * gdb.base/break.exp: Update gdb_test invocation to use new
24817         convention.
24818
24819         * lib/gdb.exp: If noargs is not set, set it to 0.
24820
24821         * gdb.base/nodebug.exp: Comment out redundant test.  Make name of
24822         tests unique.
24823
24824         * lib/gdb.exp: Skip CHILL for AIX and Solaris.
24825
24826 Thu Mar 16 16:27:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24827
24828         * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
24829         one argument of type "<non-float parameter>".
24830
24831 Wed Mar 15 15:54:56 1995  Stu Grossman  (grossman@cygnus.com)
24832
24833         * config/rom68k.exp:  New file to support Motorola IDP board.
24834         * gdb.base/a2-run.exp:  Skip this file if noargs is set.
24835         * gdb.base/break.c:  Change things around so that this program
24836         doesn't depend upon args.  This is necessary to make remote
24837         targets work (in general, they can't take args).
24838         * gdb.base/break.exp:  Don't try to send args to program.  Don't
24839         expect output.  Also, replace lots of code with gdb_test.
24840
24841 Wed Mar 15 04:11:14 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24842
24843         * gdb.base/printcmds.exp (test_character_literals_accepted): Test
24844         printing of '\'' (which is what the comment says we are testing,
24845         even though we were not), not '''.
24846         (test_integer_literals_rejected): Test that printing ''' is an error.
24847
24848         * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
24849         gdb.chill/chexp.exp, gdb.base/printcmds.exp,
24850         gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
24851         gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
24852         Use gdb_test not test_print_accept.
24853         * lib/gdb.exp: Remove test_print_accept.
24854
24855         * gdb.base/signals.exp (signal_tests_1): Make pass message
24856         consistent with fail message.
24857
24858         * gdb.base/whatis.exp: Remove xfails for printing char vs.
24859         unsigned char; the bug (PR 1821) is fixed.
24860
24861         * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
24862
24863         * gdb.base/scope.exp (test_at_localscopes): Call pass for
24864         successful tests--makes xfailing them work right.
24865
24866 Tue Mar 14 07:39:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24867
24868         * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
24869         only \r\n, not .*.  The test can pass .* as the last thing in
24870         $pattern if that is what it wants.  In addition to providing this
24871         flexibility, this change should speed up pattern matching in cases
24872         where the pattern already ended with .* (there were a number of
24873         them).  This change also helps catch bad patterns--in the old
24874         scheme the typo "char \*" instead of "char \\*" would pass.  Now
24875         it is caught.
24876         * Many .exp files: Update callers.
24877
24878         * gdb.base/funcargs.exp: Replace \[(\]+ with \\(.  The latter is
24879         clearer and does not spuriously match multiple ('s.  Likewise for
24880         ) and *.
24881
24882         * gdb.base/nodebug.exp: Test ability to call a function and pass
24883         it a string (even with no debugging info).
24884
24885         * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
24886         "p '\'", which is the same as "p ''" once tcl gets done with
24887         quoting, to "p '\\'", which I suspect is what is intended (one
24888         backslash gets sent to GDB).
24889
24890         * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
24891
24892 Fri Mar 10 13:31:46 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24893
24894         * gdb.base/a1-selftest.exp: Remove xfail for solaris.  The bug (PR
24895         1817) was fixed literally years ago.
24896
24897 Fri Mar 10 02:49:40 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24898
24899         * gdb.base/funcargs.exp (call_after_alloca):  Remove `next'
24900         test, it causes stepping out of call_after_alloca_subr with
24901         optimizing compilers.
24902         (localvars_in_indirect_call):  Consume GDB prompt if `finish'
24903         fails.
24904
24905         * gdb.c++/templates.exp:  Source templ-info.exp only if
24906         the templates executable exists.
24907
24908         * gdb.c++/misc.cc (class Contains_static_instance,
24909         class Contains_nested_static_instance),
24910         gdb.c++/classes.exp (test_static_members):  Test printing of
24911         a class that contains a static instance of the class.
24912
24913 Thu Mar  9 11:43:55 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24914
24915         * gdb.base/langs2.c (cppsub_): Don't prototype.
24916         * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
24917         only, I believe).
24918
24919 Wed Mar  8 10:29:33 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24920
24921         * lib/gdb.exp (skip_chill_tests): New procedure.
24922
24923         * gdb.base/signals.exp (signal_tests_1): xfail for irix.
24924
24925 Mon Mar  6 10:44:06 1995  Jeff Law  (law@snake.cs.utah.edu)
24926
24927         * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
24928         each expect pattern.  Cuts runtime from 12 to about 4 seconds.
24929
24930 Thu Mar  2 05:31:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24931
24932         * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
24933
24934         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
24935         disassemble 8, not 16, instructions for part 4.
24936
24937         * config/vx-gdb.exp (gdb_start): Use \030, not \CX.  tcl doesn't
24938         support the latter anymore.
24939
24940         * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
24941         -DNO_PROTOTYPES.
24942         * gdb.base/callfuncs.c: Control use of prototypes based on
24943         NO_PROTOTYPES, not __STDC__.
24944         * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
24945         t_float_values2 tests if prototypes in use.
24946
24947         * gdb.base/callfuncs.c (t_float_values, t_float_values2,
24948         t_double_values):  When checking differences against DELTA, check
24949         that difference is within the range (-DELTA,DELTA), not just
24950         (-infinity,DELTA).
24951
24952 Tue Feb 28 16:28:54 1995  Kung Hsu  <kung@mexican.cygnus.com>
24953
24954         * config/mips-gdb.exp (gdb_load): In every test case, we need to do
24955         'file' command firts, then 'target', then 'load', this is due to gdb
24956         target set up.
24957         * config/mips-gdb.exp: Fix a couple regular exp bugs.
24958
24959 Thu Feb 23 17:44:55 1995  Jeff Law  (law@snake.cs.utah.edu)
24960
24961         * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
24962         FP load/store variants.
24963         * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
24964
24965 Wed Feb 22 18:29:08 1995  Jim Kingdon  <kingdon@rtl.cygnus.com>
24966
24967         * gdb.base/term.exp: Do not give a warning if not native, it is
24968         not an abnormal condition.
24969
24970 Tue Feb 21 13:08:47 1995  Jim Kingdon  <kingdon@cygnus.com>
24971
24972         * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
24973         t_char_array".
24974
24975 Sun Feb 19 13:10:06 1995  Jim Kingdon  <kingdon@rtl.cygnus.com>
24976
24977         * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
24978         are getting the version number.
24979
24980         * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
24981         if not native, it is not an abnormal condition.
24982
24983 Thu Feb 16 15:56:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24984
24985         * lib/gdb.exp: Just use "file exists", rather than undocumented
24986         dejagnu procedure "findfile".
24987
24988 Thu Feb 16 10:30:24 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
24989
24990         * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
24991           (LDFLAGS): Set to -Xlinker -Ur.
24992
24993         * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
24994           Removed, these values are set by lib/gdb.exp.
24995
24996         * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
24997
24998 Wed Feb 15 14:23:28 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
24999
25000         * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
25001           of replicating gdb startup code.
25002
25003         * config/mt-vxworks (LDFLAGS): Set to -r.
25004           (CFLAGS_FOR_TARGET): Removed.
25005
25006         * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
25007           (gdb) and gdb for vxworks uses (vxgdb).
25008
25009         * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
25010           executable is not in the tree and host != target, use sed and
25011           program_transform_name to determine the gdb name used by the
25012           target.
25013
25014         * configure.in, gdb.{base,c++,chill}/configure.in: changed so
25015           *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
25016
25017 Sun Feb 12 08:11:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25018
25019         * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
25020         floats, chars, and shorts where there are ANSI-style function
25021         definitions.
25022
25023         * gdb.base/langs.exp, gdb.base/langs*: New test.
25024         * gdb.base/Makefile.in: Build it.
25025         * TODO: Remove item about checking that C names don't get C++
25026         demangling applied; this test tests it.
25027
25028 Thu Feb  9 12:43:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25029
25030         * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
25031         went with the const70 xfail.  The xfail went away a year ago.
25032
25033         * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
25034
25035         * gdb.base/corefile.exp: Give backtrace test unique name.  xfail
25036         for hp300.
25037
25038         * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
25039
25040         * gdb.base/a1-selftest.exp: Don't run on hp300.
25041
25042 Sat Feb  4 15:04:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25043
25044         * Makefile.in (site.exp): Set host_alias and target_alias as well
25045         as host_triplet and target_triplet.
25046
25047 Wed Feb  1 08:03:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25048
25049         * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
25050
25051         * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
25052         places as other ecoff systems).
25053
25054         * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
25055         ultrix.
25056
25057 Mon Jan 30 11:44:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25058
25059         * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
25060         remove them.
25061         * gdb.base/nodebug.exp: Accept "function" in addition to "text
25062         variable and "variable" in addition to "data variable".
25063         * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
25064
25065         * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
25066         2.
25067         * gdb.base/list1.c (long_line): Add additional statement at start
25068         of function.
25069         * gdb.base/list.exp (test_forward_search): Update line number to
25070         reflect new statement.
25071
25072 Sun Jan 29 13:34:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25073
25074         * gdb.base/signals.exp:  Reinitialize searched source directories
25075         after gdb_start call.
25076
25077 Sat Jan 28 01:34:44 1995  Jeff Law  (law@snake.cs.utah.edu)
25078
25079         * gdb.disasm/Makefile.in (clean): Delete "errs" file.
25080         * gdb.stabs/Makefile.in: Likewise.
25081
25082         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
25083         change.  Instead split the tests into smaller pieces.
25084         * gdb.disasm/hppa.s: Corresponding changes.
25085
25086 Fri Jan 27 09:24:51 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25087
25088         * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
25089         Quote ^C when passing it to stty.  For some shells ^ is a pipe.
25090
25091         * gdb.base/funcargs.exp: Modify many tests so that every test
25092         either passes or fails.  Make some test names unique.
25093
25094 Thu Jan 26 19:20:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25095
25096         * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
25097         Call stty to set interrupt character.
25098
25099         * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
25100         for HP assembler versus GNU assembler based on actual behavior of
25101         $(CC), rather than assuming that $(AS) is always the GNU assembler.
25102
25103         * TODO: Suggest a few more stepping tests.
25104
25105 Wed Jan 25 14:52:41 1995  Stan Shebs  <shebs@andros.cygnus.com>
25106
25107         * gdb.base/default.exp: xfail no-stack backtraces for h8300,
25108         restart GDB for h8300 after a continue.
25109         (return): Add pattern to match a29k-udi behavior.
25110         * gdb.base/nodebug.exp: Remove obsolete comment.
25111         * gdb.base/regs.exp: New file, testing of register displays.
25112         * gdb.base/return.exp: Fix typo in reference to $objdir.
25113         * gdb.base/whatis.exp: Always start with a fresh GDB.
25114
25115 Wed Jan 25 11:12:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25116
25117         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
25118         higher, these tests generate a lot of output.
25119
25120 Tue Jan 24 07:58:44 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25121
25122         * lib/gdb.exp (gdb_test): Remove catch from around the send.  The
25123         code following the catch silently ignored some errors; without the
25124         catch they should be thrown like any other tcl error.  Also, the
25125         catch used "" instead of {} which meant all the callers who wanted
25126         to include one of the characters "[]$ had to quote it an extra time.
25127         * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
25128         ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
25129         demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
25130         Remove extra quoting.
25131
25132 Mon Jan 23 21:57:54 1995  Jeff Law  (law@snake.cs.utah.edu)
25133
25134         * gdb.base/commands.exp: Make test names unique; every test either
25135         passes or fails.  Update some comments.
25136
25137         * gdb.disasm/hppa.exp (do_system_control_tests): Update.
25138
25139 Sat Jan 21 15:34:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25140
25141         The following fixes a FAIL caused by the fact that the alpha stabs
25142         configuration didn't use the ".if alpha" code in weird.def.
25143         * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
25144         bit pointer, so the 32 bit version works even on the alpha.
25145         * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
25146         Remove the stuff which allowed us to have separate versions for
25147         alpha and everything else.
25148
25149         * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
25150         regexp which "info func operator\[\](" is supposed to match.  Fix
25151         string to send to GDB.  Note that GDB still doesn't work right.  Add a
25152         new test for "info func .perator\[\](" which GDB does handle correctly.
25153
25154         * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
25155
25156 Fri Jan 20 12:14:23 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25157
25158         * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
25159         gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
25160         gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
25161         gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
25162         it makes the tests harder to understand and confuses test-o-matic.
25163         The preferred style is that each test provides a PASS or a FAIL,
25164         and has a unique message (e.g. "continue #54" not just "continue")
25165         which is the same for the pass and the fail.
25166         * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
25167         gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
25168         to lib/gdb.exp.
25169         * gdb.base/printcmds.exp: Use test_print_accept.  Remove
25170         prt_accept which was basically the same thing.  Likewise for
25171         test_print_reject and prt_reject.
25172         * lib/gdb.exp (test_print_reject): Add some more error message
25173         patterns to match from the former printcmds.exp (prt_reject).
25174         * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
25175         One defect of the passcount stuff is that some of it failed to
25176         report XPASS where appropriate.
25177         * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
25178         stuff before and after arg in expected pattern.
25179         (test_paddr_operator_functions): Re-do test without print_addr_of;
25180         this is the only test which seems to want extra stuff there.
25181
25182 Tue Jan 17 10:47:53 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
25183
25184         * gdb.base/nodebug.exp: Update new tests to reflect improved
25185         wording of gdb output.
25186
25187         * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
25188         and "ptype" work on variables in files compiled without -g.
25189         Replaces commented out "maint print msymbol" tests.
25190
25191 Mon Jan 16 12:13:28 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
25192
25193         * gdb.base/setvar.c (dummy): Call malloc.
25194
25195         * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
25196         losing with the irix4 sed.
25197
25198         * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
25199         ALRM" on irix4.
25200
25201 Sun Jan 15 21:58:26 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
25202
25203         * TODO: Remove items about corefile.exp testing new exec-file and
25204         backtrace; both are now done.  Add items about printing enums.
25205
25206 Sat Jan 14 11:25:28 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
25207
25208         * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
25209         "get signal $thissig" test fails.
25210
25211         * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
25212
25213 Thu Jan 12 01:14:53 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
25214
25215         * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
25216         compiler warning with dec alpha compiler.
25217
25218         * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
25219         extra \n from gdb_test call (this explains why the prompt test
25220         that I removed yesterday was there).
25221         (user_defined_command_test): Remove extra \n and prompt test.
25222
25223         * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
25224         doesn't exist.  Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
25225         doesn't exist.
25226         * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
25227         Also remove alpha workaround, which turns out to be because
25228         SIGABRT == SIGLOST.
25229
25230         * gdb.base/sigall.exp: Add workaround for alpha weirdness.
25231
25232         * gdb.base/help.exp: Don't test "help show".
25233
25234 Wed Jan 11 14:37:04 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
25235
25236         * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
25237         "set print address" is on.
25238         * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
25239         pass prompt to gdb_test; gdb_test already looks for the prompt.
25240
25241         * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
25242
25243         * gdb.base/a1-selftest.exp: Don't test "maint dump-me".  That test
25244         was a vestige of the manual TESTSTRATEGY, and the purpose of it
25245         was to make sure that gdb can read a core file.  But (a) the "read
25246         the corefile" part didn't make it to a1-selftest.exp, we just
25247         delete the corefile after creating it, and (b) we test reading
25248         corefiles in corefile.exp anyway.  Also, this test left around a
25249         xgdb process on Solaris.
25250
25251         * gdb.base/corefile.exp: Also test backtrace.
25252
25253 Wed Jan 11 00:14:40 1995  Jeff Law  (law@snake.cs.utah.edu)
25254
25255         * gdb.base/commands.exp: Test a simple user defined command with
25256         arguments and if/while statements; verify the full user command is
25257         printed by "show user".
25258
25259         * gdb.base/commands.exp: Test if/while commands as part of a
25260         breakpoint command list; verify they appear in breakpoint
25261         information.
25262
25263 Wed Jan 11 00:47:58 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
25264
25265         * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
25266         than by dividing by zero.
25267
25268 Tue Jan 10 21:38:05 1995  Jeff Law  (law@snake.cs.utah.edu)
25269
25270         * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
25271         performing an inferior call with watchpoints enabled.
25272         * gdb.base/watchpoint.c (main): Delete second unnecessary read
25273         call.
25274
25275 Tue Jan 10 18:42:07 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
25276
25277         * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
25278         of "file" command.
25279
25280         * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
25281         Add additional pattern for when "int operator int(void);" appears
25282         in a different order.
25283
25284 Mon Jan  9 16:22:46 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
25285
25286         * gdb.base/signals.exp: Call gdb_exit and gdb_start.
25287
25288         * gdb.base/help.exp: Replace most of docstrings for "info signals"
25289         and "signal" with ".*".
25290
25291 Wed Jan  4 11:35:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
25292
25293         * TODO: Add note about "handle all nostop".
25294
25295         * gdb.base/{sigall.c, sigall.exp}: New test.
25296         * gdb.base/Makefile.in: Add it.
25297
25298 Thu Jan  5 17:34:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
25299
25300         * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
25301         when invoking GDB, suppresses any windowing interface.
25302
25303 Mon Jan  2 17:40:21 1995  Stan Shebs  <shebs@andros.cygnus.com>
25304
25305         * config/sim-gdb: New file, simulator testing support.
25306
25307 Wed Dec 28 12:21:50 1994  Jeff Law  (law@snake.cs.utah.edu)
25308
25309         * gdb.base/interrupt.exp: Test calling func1 twice.
25310
25311 Wed Dec 21 12:51:37 1994  Jim Kingdon  <kingdon@deneb.cygnus.com>
25312
25313         * gdb.base/list.exp (test_forward_search): Set timeout higher
25314         when we'll be getting lots of output from gdb.
25315
25316         * gdb.base/a1-selftest.exp: Move code that was inside expect -re
25317         "init_malloc" to after the expect statement.  Run it if that
25318         regexp is taken, but also for two others which happen if source
25319         cannot be found.
25320
25321 Tue Dec 20 12:35:21 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25322
25323         * gdb.base/printcmds.exp: New test, for printing register before
25324         program is running.
25325
25326 Mon Dec 19 00:32:55 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25327
25328         * gdb.base/list.exp:  Correct some alternate expect patterns
25329         to reflect changes in list1.c.
25330
25331 Sat Dec 17 14:20:03 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25332
25333         * TODO: Add item regarding large frames.
25334
25335         * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
25336
25337         * TODO: Remove item about enabling return.exp; it
25338         is enabled.  Suggest a few more "return" tests.
25339
25340 Sat Dec 17 02:33:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25341
25342         * gdb.c++/misc.cc, gdb.c++/inherit.exp:  Add testcases for
25343         anonymous unions.
25344
25345 Tue Dec 13 11:26:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25346
25347         * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
25348         and pr-5646.o, so "make" is the same as "make all", not "make
25349         pr-4975.o".
25350
25351 Wed Dec  7 19:02:02 1994  Stan Shebs  <shebs@andros.cygnus.com>
25352
25353         * gdb.base/list.exp: Adjust expectations to reflect changes in
25354         list1.c.
25355         (test_forward_search): New test proc.
25356         * gdb.base/list1.c (long_line): New function, has long source line.
25357
25358 Thu Dec  1 23:14:49 1994  Stan Shebs  <shebs@andros.cygnus.com>
25359
25360         * gdb.base/a1-selftest.exp: Change initial stepping to know about
25361         additional line of code that was added.
25362
25363 Wed Nov 30 19:43:14 1994  Jeff Law  (law@snake.cs.utah.edu)
25364
25365         * gdb.disasm/hppa.s: Break the large branching tests into smaller
25366         tests so as not to overflow expect's input buffers.
25367         * gdb.disasm/hppa.exp: Corresponding changes.
25368
25369 Fri Nov 25 13:37:10 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25370
25371         Beginnings of template debugging tests.
25372         * gdb.c++/templ-info.cc:  New file to test for template
25373         debugging capability of the compiler.
25374         * gdb.c++/Makefile.in:  Add rule to build templ-info.exp from
25375         templ-info.cc.
25376         * gdb.c++/templates.cc:  Add explicit template instantiations
25377         to enable compiling with -fno-implicit-templates. Add destructor
25378         and 'value' method to T5 class for template tests.
25379         * gdb.c++/templates.exp:  Add testcases for printing of template
25380         types, setting breakpoints on template methods and calling a
25381         template method.
25382
25383 Sat Nov  5 00:20:17 1994  Jeff Law  (law@snake.cs.utah.edu)
25384
25385         * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
25386         branch target since some assemblers (gas-2.5)  may emit a
25387         relocation for the branch instead of resolving it in the
25388         assembler.
25389
25390 Sat Oct 29 02:40:40 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25391
25392         * gdb.base/a1-selftest.exp:  Remove RS/6000 xfail for backtrace
25393         through signal handler.
25394
25395 Fri Oct 21 11:10:16 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
25396
25397         * configure.in (*-*-netware): Use config/mt-netware.
25398
25399         * config/mt-netware: New file.
25400         * config/mt-i386-netware: Removed, separate configs for different
25401           netware architectures are no longer needed now that we have
25402           --with-headers.
25403
25404 Sat Oct 15 03:43:00 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25405
25406         * gdb.base/exprs.exp:  Remove xfail for alpha, it is fixed
25407         by the recent changes to use ANSI C arithmetic conversions.
25408
25409 Sun Oct  9 07:44:06 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25410
25411         * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
25412         bug involving using inferior_pid to figure out whether to select a
25413         frame.
25414
25415 Wed Sep 28 23:12:02 1994  Jeff Law  (law@snake.cs.utah.edu)
25416
25417         * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
25418         match the current disassembler output.
25419
25420 Fri Sep 16 11:42:41 1994  Stan Shebs  (shebs@andros.cygnus.com)
25421
25422         * gdb.fortran/exprs.exp: Expect VOID instead of void.
25423         * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
25424         types, expect "int" as type of integer values (for now).
25425
25426 Wed Sep  7 23:33:51 1994  Jeff Law  (law@snake.cs.utah.edu)
25427
25428         * gdb.base/commands.exp: New tests for if/while commands.
25429
25430 Tue Sep  6 13:16:11 1994  Per Bothner  (bothner@kalessin.cygnus.com)
25431
25432         * lib/gdb.exp (runto):  Replace sub-pattern for hex value
25433         by .*, since hex values have different syntax in Chill mode.
25434
25435 Tue Sep  6 02:15:51 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25436
25437         * gdb.c++/demangle.exp (test_arm_style_demangling):  Remove
25438         linefeed from expect pattern for repeated types with indices > 9.
25439
25440 Mon Aug 29 14:20:44 1994  Stan Shebs  (shebs@andros.cygnus.com)
25441
25442         First part of Fortran test suite.
25443         * gdb.fortran: New directory.
25444         * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
25445
25446 Sat Aug 27 23:32:43 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25447
25448         * gdb.base/default.exp:  Update expect pattern for load command
25449         without arguments.
25450
25451 Wed Aug 24 13:15:02 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
25452
25453         * configure.in: Change i386 to i[345]86.
25454         * gdb.base/configure.in: Likewise.
25455         * gdb.c++/configure.in: Likewise.
25456         * gdb.chill/configure.in: Likewise.
25457
25458 Tue Aug 23 19:14:06 1994  Stan Shebs  (shebs@andros.cygnus.com)
25459
25460         * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
25461         patterns, since that is not a valid context for comments.
25462
25463 Fri Aug 19 15:07:30 1994  Kung Hsu  (kung@mexican.cygnus.com)
25464
25465         * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
25466         repeated types and repeated types with indices > 9.
25467
25468 Tue Aug 16 15:57:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
25469
25470         * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
25471         2417; old bug has been fixed.
25472
25473 Fri Aug 12 19:35:41 1994  Jeff Law  (law@snake.cs.utah.edu)
25474
25475         * gdb.base/interrupt.exp: When trying to wake up the inferior,
25476         send the newline ourselves instead of assuming gdb_test will do
25477         so when passed an empty input string.
25478
25479         * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
25480         stabs testcode.
25481
25482 Fri Aug  5 17:01:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
25483
25484         * lib/gdb.exp (gdb_test): Don't send anything if the first
25485           argument is an empty string.  This makes cases where we want to
25486           match output that is already in expect's buffers (for example,
25487           matching a breakpoint after gdb_run_cmd has been called) work
25488           reliably.
25489
25490 Tue Aug  2 10:24:08 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
25491
25492         * config/netware.exp: New file.
25493
25494 Thu Jul 28 12:54:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
25495
25496         * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
25497           the -B and -L prefixes so we can find the debugging stub.
25498
25499         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
25500           there and we are using the gcc from the tree.
25501
25502         * gdb.base/types.c: Removed.
25503
25504         * gdb.base/configure.in: Look for makefile fragments in ../config.
25505           Recognize i386-*-netware.
25506         * gdb.c++/configure.in: Likewise.
25507
25508 Mon Jul 25 23:48:50 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25509
25510         * gdb.base/corefile.exp:  Change `else if' to `elseif', which is
25511         the correct TCL syntax.
25512
25513 Mon Jul 25 15:35:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
25514
25515         * gdb.base/opaque.exp: use runto instead of messing around with
25516           breakpoints.  Simplify by using gdb_test.
25517
25518         * gdb.base/bitfields.exp: restart between tests on netware targets
25519           because breakpoints aren't relocated after target death.  Run
25520           processes to completion.
25521
25522         * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
25523
25524 Sun Jul 24 09:55:51 1994  Fred Fish  (fnf@cygnus.com)
25525
25526         * Makefile.in:  Remove extra tabs that confuse some versions
25527         of "make".  Use the newly built gdb to test with by default,
25528         rather than the first one in the tester's search path.
25529
25530 Sat Jul 23 15:05:47 1994  Stan Shebs  (shebs@andros.cygnus.com)
25531
25532         * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
25533
25534         * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
25535         condition help.
25536
25537 Tue Jul 19 10:26:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
25538
25539         * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
25540
25541         * lib/gdb.exp (gdb_run_cmd): New function, used to start program
25542           running.
25543         * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
25544         * gdb.base/funcargs.exp: Likewise.
25545
25546         * gdb.base/bitfields.exp: Simplify by using gdb_test.
25547         * gdb.base/funcargs.exp: Likewise.
25548
25549         * lib/gdb.exp (gdb_test): if match times out, don't call fail if
25550           message is "".
25551
25552 Mon Jul 18 12:18:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
25553
25554         * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
25555           return,signals,twice}.exp: Handle non-existant binaries
25556           consistantly.
25557
25558         * gdb.base/corefile.exp: Execute coremaker to generate core dump.
25559         * gdb.base/Makefile.in: Don't try to generate a core dump, we
25560           might testing a cross development system.
25561
25562 Thu Jul 14 18:13:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
25563
25564         * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
25565           runtest script is relative to ${srcdir}, not ${rootdir}.
25566
25567 Thu Jul 14 14:56:59 1994  Stan Shebs  (shebs@andros.cygnus.com)
25568
25569         * gdb.base/signals.exp: Allow for optionality of breakpoint
25570         address.
25571
25572 Thu Jul 14 11:21:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25573
25574         * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
25575
25576 Tue Jul 12 12:22:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
25577
25578         * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
25579           for size_t definition.
25580         * gdb.c++/templates.cc: Likewise
25581
25582         * config/mt-i386-netware: New file.
25583
25584         * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
25585           defined.
25586
25587         * gdb.base/Makefile.in: Added support for systems that name core
25588           files by appending "core" to the program name.
25589         * gdb.base/a1-selftest.exp: Likewise.
25590
25591 Mon Jul 11 23:59:18 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25592
25593         * gdb.base/return.exp:  Add comment and message for `return double'
25594         test failure on Sparc Solaris.
25595
25596 Mon Jul  4 12:10:48 1994  Stan Shebs  (shebs@andros.cygnus.com)
25597
25598         * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
25599
25600 Wed Jun 29 00:26:17 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25601
25602         * gdb.c++/misc.cc:  Instantiate classes to inhibit the compiler
25603         from optimizing them away.
25604         * gdb.c++/classes.exp, gdb.c++/inherit.exp:  Update ptype expect
25605         patterns to include default constructors and assignment operators,
25606         to match gcc versions beyond 2.5.8. Accept any cplus demangling
25607         character in the output of the virtual base pointer.
25608
25609 Fri Jun 24 08:15:42 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25610
25611         * gdb.c++/cplusfuncs.exp:  Use string_to_regexp and a regular
25612         expression match in print_addr_of to avoid unintented matches.
25613         * gdb.c++/virtfunc.exp:  Accept alternate ptype output of g++
25614         versions up to 2.5.8.
25615
25616 Mon Jun 20 23:54:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25617
25618         * gdb.base/list.exp:  Tweak alternate pattern for listing of an
25619         included file to run under newer versions of expect.
25620         * gdb.c++/demangle.exp:  Add spaces to the expect patterns between
25621         consecutive >'s in templates to accomodate recent cplus-dem.c change.
25622         Remove xfail for the virtual table of BDDHookV.
25623
25624 Sat Jun 18 12:51:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
25625
25626         * lib/gdb.exp (string_to_regexp): Set a default result.
25627         (default_gdb_start): Fix misleading message.
25628
25629 Wed Jun 15 12:10:10 1994  Stan Shebs  (shebs@andros.cygnus.com)
25630
25631         * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
25632         Remove all CC, etc definitions.
25633         * config/mt-hpux: New file.
25634         * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
25635         (CFLAGS, LDFLAGS): Define.
25636         * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
25637
25638         * Makefile.in (site.exp): Don't insert host_os, etc.
25639         (just-check): Just use RUNTEST with RUNTESTFLAGS only.
25640         (distclean): Check existence of subdir.
25641         * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
25642         * gdb.base/Makefile.in: General cleanup and simplification.
25643         Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
25644         to build executables.   Use default rule to build .o files.
25645         (EXPECT, RUNTEST, CC): Fix relative pathname.
25646         (site.exp): Don't insert host_os, etc.
25647         * gdb.base/signals.c (main): Don't call signal unless SIGALRM
25648         and/or SIGUSR1 defined.
25649         * gdb.base/watchpoint.c: Don't include stdio.h a second time.
25650         * gdb.c++/Makefile.in: General cleanup and simplification.
25651         Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
25652         (CFLAGS): Remove.
25653         (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
25654
25655 Fri Jun 10 10:55:09 1994  Jeff Law  (law@snake.cs.utah.edu)
25656
25657         * gdb.base/recurse.exp: Misc changes to get tests running again
25658         after Kung's changes to the watchpoint code.
25659         * gdb.base/watchpoint.exp: Likewise.
25660
25661 Thu Jun  9 15:16:55 1994  Per Bothner  (bothner@kalessin.cygnus.com)
25662
25663         * lib/gdb.exp (string_to_regexp):  Convert {\} also.
25664
25665 Wed Jun  8 12:12:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
25666
25667         * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
25668         * lib/gdb.exp (default_gdb_start): Define.
25669         * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
25670         gdb.base/funcargs.exp, gdb.base/opaque.exp,
25671         gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
25672         gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
25673         gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
25674         Don't call gdb_target_udi in between tests.
25675
25676 Tue Jun  7 08:30:15 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25677
25678         * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
25679         (which was basically just a local version of the same thing).  In
25680         addition to avoiding duplication, gdb_test_exact is faster.
25681         * lib/gdb.exp (gdb_test_exact): Fix typo.
25682
25683         * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
25684         don't give an error.
25685
25686         * gdb.base/term.exp: Call delete_breakpoints before starting.
25687
25688         * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
25689         (t10): Add comment.
25690
25691 Mon Jun  6 18:26:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
25692
25693         Reorganization of the GDB Test Suite.
25694
25695         * gdb.base: New directory, contains all the basic tests.
25696         * gdb.c++: New directory, tests specific to C++.
25697         * gdb.chill: New directory, tests specific to Chill.
25698         * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
25699         gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
25700         gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
25701         gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
25702         into appropriate new directories (t00-t17 to base, t20-t23 to c++,
25703         t30-31 to chill).
25704         * */gdbme.*: Rename to match appropriate expect scripts.
25705         * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
25706         gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
25707         gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
25708         gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
25709         gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
25710         gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
25711         gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
25712         gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
25713         gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
25714         gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
25715         * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
25716         gdb.c++/virtfunc.cc: New names of C++ files.
25717         * gdb.chill/chillvars.ch: New name of Chill file.
25718         * gdb.base/configure.in, gdb.c++/configure.in,
25719         gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
25720         * gdb.base/Makefile.in, gdb.c++/Makefile.in,
25721         gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
25722         * configure.in (configdirs): Update to reflect directory changes.
25723         (target_abbrev): No longer define for any configuration.
25724         * Makefile.in: Cosmetic improvements to header comments.
25725
25726 Fri Jun  3 18:56:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
25727
25728         Various changes to gdb.t31:
25729
25730         * Makefile.in (gdbme.o):  Compile with -fspecial_UC.
25731         * gdbme.ch:  Make all key-words and predefineds be upper-case.
25732         * chillvars.exp:  Expect key-words and predefinds in upper-case.
25733
25734         * chillvars.exp:  Use gdb_test_exact many places.
25735         Change expected output for arrays (which now includes index labels).
25736
25737         * pr-5020.exp, gdme.ch (module PR_5020):
25738         New test, for PR-5020.
25739
25740 Thu Jun  2 16:02:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
25741
25742         * lib/gdb.exp (string_to_regexp, gdb_test_exact):  New procedures.
25743         * Makefile.in (CHILL_LIB):  Remove bogus redundant definitions.
25744
25745 Sun May 29 22:31:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
25746
25747         * Makefile.in:  Fix bit-rot in definitions of CHILL,
25748         CHILL_FOR_TARGET and Chill_LIB.
25749         * gdb.t31/gdbme.ch:  Fix syntax of nested array tuples.
25750         * gdb.t31/Makefile.in:  Add definitions for CHILLFLAGS,
25751         CHILL, and CHILL_LIB.
25752
25753 Sat May 21 10:05:08 1994  Bill Cox  (bill@rtl.cygnus.com)
25754
25755         * Revert the previous changes.  Please see Rob's directory
25756           /lisa/test/rob/progressive/gdb/testsuite for these fixes.
25757
25758 Thu May 19 12:51:00 1994  Bill Cox  (bill@rtl.cygnus.com)
25759
25760         * Makefile.in, configure.in, config/mips-gdb.exp,
25761           config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
25762           config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
25763           config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
25764           gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
25765           gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
25766           gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
25767           gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
25768           gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
25769           gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
25770           gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
25771           gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
25772           gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
25773           gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
25774           gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
25775           gdb.t24/demangle.exp, lib/gdb.exp:  Check in Rob's testing
25776           changes from 94Q1.
25777
25778 Wed May 18 17:04:03 1994  Bill Cox  (bill@rtl.cygnus.com),
25779
25780         * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
25781           config/mt-slite, config/mt-unix, config/mt-vxworks: Add
25782           Rob's new testing fragments.
25783
25784 Tue May 17 15:04:14 1994  Bill Cox  (bill@rtl.cygnus.com)
25785
25786         * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
25787           lib/gdb.exp: Replace error proc calls with perror.
25788
25789 Mon May 16 19:00:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
25790
25791         * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
25792         version also, match on casted version strings, and match on
25793         gdb startup case where the line numbers might be messed up.
25794
25795 Fri May 13 18:00:27 1994  Bill Cox  (bill@rtl.cygnus.com)
25796
25797         * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
25798           (CFLAGS): Delete it from here.
25799
25800 Tue May  3 16:08:09 1994  Kung Hsu  (kung@mexican.cygnus.com)
25801
25802         * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
25803
25804 Fri Apr 29 14:26:35 1994  Stan Shebs  (shebs@andros.cygnus.com)
25805
25806         * Makefile.in (RUNTEST): Default to just "runtest".
25807
25808 Tue Apr 26 22:21:40 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
25809
25810         * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
25811         * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
25812         the code has been restructured.
25813
25814 Thu Apr 21 12:48:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25815
25816         * gdb.t00/default.exp (set write): Allow any number of \r and/or
25817         \n, not just one of each.
25818
25819         * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
25820         /bin/cc gives a warning if you do.
25821
25822 Thu Apr 21 11:54:04 1994  Kung Hsu  (kung@mexican.cygnus.com)
25823
25824         * gdb.t24/demangle.exp: change expect pattern of
25825         __t10ListS_link1ZUiRCUiPT0
25826
25827 Wed Apr 13 15:05:00 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
25828
25829         * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
25830         on local variables in recursive functions.
25831
25832         * gdb.t07/Makefile.in: Build the new test.
25833
25834 Tue Apr 12 20:45:25 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
25835
25836         * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
25837         directly.  Instead compare the return values from actual calls.
25838
25839 Mon Apr 11 10:31:00 1994  Bill Cox  (bill@rtl.cygnus.com)
25840
25841         * Makefile.in (check): Set TCL_LIBRARY for runtest.
25842
25843 Mon Apr 11 09:15:30 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
25844
25845         * From Peter Schauer with minor modifications.
25846         * gdb.t15/return.exp (return_tests): Handle targets where "return"
25847         stops in mid-line in the caller.  Add xfail for returning a float
25848         value on X86 targets.
25849
25850 Tue Apr  5 15:16:33 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
25851
25852         * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
25853         to avoid expect lossage.
25854         (fmem_LRbug_tests): Likewise.
25855         * gdb.disasm/hppa.s: Corresponding changes.
25856
25857         * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
25858         conditions to work with latest dejagnu/expect.
25859
25860         * gdb.t15/funcargs.exp (finish from indirect call): No longer
25861         expected to fail on the PA.
25862         (backtrace in call with trampolines): Explicitly require main
25863         to be frame #1 (no trampolines should show up in backtrace).
25864
25865         * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
25866         "continue -expect".
25867         * gdb.t06/break.exp: Likewise.
25868         * gdb.t07/watchpoint.exp: Likewise.
25869         * gdb.t13/bitfields.exp: Likewise.
25870         * gdb.t15/{funcargs,return}.exp: Likewise.
25871         * gdb.stabs/weird.exp: Likewise.
25872         * config/{mips,udi}-gdb.exp: Likewise.
25873
25874         * hppa.sed: Enclose comments within a sed command to avoid
25875         losing with the old OSF1 sed.
25876
25877 Wed Mar 30 00:31:49 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25878
25879         * gdb.t02/whatis.exp, gdb.t08/opaque.exp:  Add XFAILs for
25880         sequent dynix.
25881         * gdb.t06/signals.exp:  Add clear_xfail for sequent dynix.
25882         * gdb.t15/funcargs.exp:  Conditionally step again to really
25883         finish from marker_call_with_trampolines. Handle the case where
25884         the first step from within call_with_trampolines already steps
25885         us back to main.
25886         * gdb.t15/gdbme.c:  Add comment to closing brace of
25887         call_with_trampolines for funcargs.exp.
25888
25889 Tue Mar 29 23:55:27 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
25890
25891         * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
25892         Fix typo(s).
25893
25894 Sun Mar 27 16:53:14 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
25895
25896         * gdb.t07/gdbme.c: More code for watchpoint testing.
25897
25898         * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
25899         "Hardware watchpoint" throughout file.
25900         (test_watchpoint_triggered_in_syscall): New test.
25901         (test_complex_watchpoint): New test.
25902
25903 Fri Mar 25 17:05:31 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
25904
25905         * gdbme.c (call_with_trampolines): New function to try and step
25906         into.  Tests trampoline problems on the PA.
25907
25908         * funcargs.exp (localvars_in_indirect_call): No longer expect
25909         stepping into indirect call to fail on PAs.
25910         (test_stepping_over_trampolines): New test.
25911
25912 Wed Mar 23 07:43:33 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25913
25914         * TODO: Add suggestions for static member function tests, and
25915         completion tests.
25916
25917 Wed Mar 16 08:28:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25918
25919         * TODO: Add suggestions for "p/a" tests.
25920
25921         * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
25922         (default_gdb_exit): Replace all the hair with sending "quit" to
25923         the process with a simple close.
25924
25925 Tue Mar 15 08:45:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25926
25927         * TODO: Add suggestions for shared library tests.
25928
25929 Sun Mar 13 10:45:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25930
25931         * TODO: Add suggestions for x/s tests.
25932
25933 Fri Mar 11 08:22:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25934
25935         * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
25936         "enable once", and "enable breakpoints once" with ".*".
25937
25938 Thu Mar 10 08:34:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25939
25940         * TODO: Add suggestions about structure passing tests.
25941
25942 Mon Mar  7 13:45:54 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25943
25944         * gdb.t03/gdbme.c:  gcc version 1 puts out the wrong stabs for
25945         the primary1 test, use work around if __GNUC__ < 2.
25946         * gdb.t06/signals.c:  Add comments for signals.exp pattern matching.
25947         * gdb.t06/signals.exp:  Add XFAILs for i386 bsd and vax ultrix.
25948         Test for bad output rather than waiting for timeout.  Issue
25949         second continue only if first continue failed.
25950
25951 Wed Mar  2 10:08:01 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
25952
25953         * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
25954         operator[] test with gdb_test because the old code didn't seem to
25955         be getting the quoting right with the new dejagnu.
25956
25957 Thu Feb 24 19:49:25 1994  Rob Savoye  (rob@poseidon.cygnus.com)
25958
25959         * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
25960         one from the path.
25961         * Makefile.in: Use a fresh expect if there is one, use runtest
25962         from the src tree if there is one.
25963
25964 Thu Feb 24 18:49:37 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
25965
25966         * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
25967         next over recursive call.  Revise the tests from that point on
25968         (which had been skipped) to match GDB's actual (correct) output.
25969
25970         * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
25971         with next over a breakpoint whose condition is false.
25972
25973         * gdb.t00/help.exp: Comment out "help set print" tests just like
25974         (and for same reason as) "help set" test.
25975
25976 Mon Feb 14 09:58:23 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
25977
25978         * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
25979         * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
25980
25981 Sun Feb  6 15:36:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25982
25983         * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
25984         necessary gdb_target_udi.
25985
25986         * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
25987
25988         * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
25989         1838 and 2417; they are fixed.
25990
25991         * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
25992         gdb.t03/ptype.exp (ptype structure, ptype union):
25993         Remove xfails; the test is looser than when the xfails were added.
25994
25995         * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
25996         * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
25997
25998         * gdb.t01/run.exp: Only run shell test if isnative.
25999
26000         * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
26001         since "run" automatically loads if necessary.  Call gdb_target_udi
26002         after the "file" since "file" kills any execution target.
26003
26004         * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
26005         GDB.  GDB doesn't work that way (not anymore at least) on UDI.
26006         * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
26007         argument for UDI.
26008
26009 Fri Feb  4 12:19:32 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
26010
26011         * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
26012
26013         * gdb.t17/callfuncs.exp: Add xfails for rs6000.
26014
26015 Sat Feb  5 09:11:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
26016
26017         * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
26018         properly quoting regexps.  This makes the second argument to
26019         demangle a fixed string, which matches the callers, instead of a
26020         shell-style pattern which is what the previous implementation
26021         used.  Update some of the callers.
26022
26023 Sat Feb  5 10:19:09 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
26024
26025         * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
26026         (comib_nullified_tests): Fix typo.
26027         * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
26028         strings.  No longer expected to fail.
26029
26030         * gdb.disasm/hppa.s (addib_tests): Fix typo.
26031         * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
26032         strings.  No longer expected to fail.
26033
26034         * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
26035         string.  No longer expected to fail.
26036
26037 Fri Feb  4 23:45:11 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
26038
26039         * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
26040         No longer expected to fail.
26041
26042         * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
26043         string.  No longer expected to fail.
26044
26045 Fri Feb  4 10:35:42 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
26046
26047         * gdb.t24/demangle.exp: Remove a bunch more tests which differ
26048         only in the names (I probably got most of them).  I was even
26049         generous with some which differed in underscores in names, and
26050         probably missed a few, and I *still* was able to remove almost a
26051         third of the file with almost no impact on testsuite coverage.
26052
26053 Thu Feb  3 12:04:49 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
26054
26055         * gdb.t00/default.exp: Match udi_attach error message as well as
26056         the one from child_attach.
26057
26058         * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
26059
26060         * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
26061
26062         * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
26063         * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
26064
26065         * Move test with enums and partial symbols back to
26066         gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
26067         Reverts the change of 26 May 93.  Per today's change to
26068         stabs.texinfo, the behavior that weird.exp was expecting was
26069         unreasonable; what is important is that the compiler+gdb get
26070         things right, which happens with a recent gcc.  Also fix the test
26071         to deal with native compilers which put out the stab gdb can't
26072         deal with.
26073
26074 Mon Jan 31 15:40:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
26075
26076         * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
26077         in the names.  The main thing these accomplish is to slow things down.
26078         Many more such duplicates surely remain.
26079
26080         * gdb.t00/help.exp: Comment out "help support" test just like
26081         (and for same reason as) "help set" test.
26082
26083 Mon Jan 31 06:43:45 1994  Fred Fish  (fnf@cygnus.com)
26084
26085         * gdb.t06/break.exp:  Remove setup_xfails for
26086         sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
26087         * gdb.t20/inherit.exp (test_ptype_si):  Update warning message
26088         about known bug in gcc to include up through 2.5.8.
26089         * gdb.t20/inherit.exp (test_ptype_vi):  Accept "_vb." as well as
26090         well as "_vb$".
26091         * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
26092         Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
26093         with latest gcc and gdb.
26094         * gdb.t22/virtfunc.exp (test_ptype_of_classes):  Accept "_vb." as
26095         well as "_vb$".
26096
26097 Sat Jan 29 23:31:26 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
26098
26099         * configure.in (hppa*-*-*): Also configure and build stabs-only
26100         tests.
26101
26102 Thu Jan 27 08:21:16 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
26103
26104         * gdb.t10/hppa.mt: A makefile fragment for the PA.
26105         * gdb.t10/configure.in (hppa*-*-*): Use it.
26106
26107 Tue Jan 25 12:58:26 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26108
26109         * gdb.t09/corefile:  Increase timeout when spawning gdb explicitly.
26110
26111 Wed Jan 19 12:40:25 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26112
26113         * gdb.t06/signals.exp:  Handle blocked SIGTRAP on sun3 for bash
26114         versions prior to 1.13.5.
26115
26116 Tue Jan 18 20:10:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
26117
26118         * gdb.t00/default.exp (show prompt): In FAIL case, only match if
26119         the prompt is at the start of a line.
26120
26121 Mon Jan 17 20:07:51 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
26122
26123         * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
26124         Enable "diag" instruction.  Delete copr from fpu_misc_tests, it's
26125         in the copr tests now.
26126         * gdb.disasm/hppa.exp: Run new sfu and copr tests.  Do not expect
26127         copr in the fpu_misc tests anymore.  fpu_misc tests are no longer
26128         expected to fail.
26129
26130 Fri Jan 14 14:24:21 1994  Rob Savoye  (rob@darkstar.cygnus.com)
26131
26132         * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
26133         gdb.t31/chillvars.exp, lib/gdb.exp:
26134         Tweak to run under either version of expect.
26135         * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
26136         * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
26137         * gdb.t11/list.exp: Remove extraneous whitespace.
26138
26139 Sat Jan 15 09:57:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
26140
26141         * gdb.t16/printcmds.exp (test_print_strings): Accept
26142         "(unsigned char *) " before the string.
26143
26144         * TODO: Add notes about printing of fancy types and GDB expressions.
26145
26146 Thu Jan 13 17:16:09 1994  Stan Shebs  (shebs@andros.cygnus.com)
26147
26148         * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
26149         * gdb.t06/configure.in: Don't try to compile signals test program
26150         if doing mips-idt-ecoff.
26151
26152 Thu Jan 13 08:25:55 1994  Rob Savoye  (rob@darkstar.cygnus.com)
26153
26154         * Most .exp files: Tweak to run under either version of expect.
26155
26156 Tue Jan 11 15:21:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
26157
26158         * gdb.t12/scope.exp: Add xfails for rs6000.  Remove 1806 from existing
26159         xfails; I'm not sure why they are failing, but not because of PR 1806.
26160
26161 Mon Jan 10 22:14:20 1994  Rob Savoye  (rob@darkstar.cygnus.com)
26162
26163         * config/unix-gdb.exp: Remove gdb_unload cause it's already
26164         defined in lib/gdb.exp.
26165
26166 Fri Jan  7 12:42:45 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26167
26168         * gdb.t07/watchpoint.exp:  Clear xfail for calling function with
26169         watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
26170         * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc:  Conversion operator functions
26171         have to be typeless.
26172
26173 Tue Jan  4 09:32:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
26174
26175         * TODO: Add suggestion for copyright year test.
26176
26177 Mon Jan  3 11:35:26 1994  Stan Shebs  (shebs@andros.cygnus.com)
26178
26179         * configure.in (*-*-lynxos*): Add stabs tests.
26180
26181 Wed Dec  1 21:54:05 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
26182
26183         * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
26184         so insert a tab before any assembler directive in column zero.
26185
26186         * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
26187         stores.
26188         * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
26189         stores.
26190         (fpu_short_memory_tests): Likewise.
26191
26192 Mon Nov 22 13:23:22 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26193
26194         * gdb.stabs/ecoff.mt:  Delete alpha specific if block, fix typo.
26195         * gdb.stabs/ecoff.sed:  Escape inserted blanks with backslashes, embed
26196         .stabs directives in comments.
26197
26198 Fri Nov 19 14:09:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26199
26200         * TODO: New file, describing tests we could write.
26201         * gdb.t09/corefile.exp: Move description of tests to write to TODO.
26202
26203 Tue Nov 16 21:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26204
26205         * gdb.t06/signals.exp: Add kludge to force re-sync.
26206
26207         * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
26208         to xgdb instead of gdb, get out of gdb.
26209
26210 Tue Nov 16 10:21:57 1993  Rob Savoye  (rob@cygnus.com)
26211
26212         * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
26213         for info.
26214
26215 Sat Nov 13 23:17:48 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
26216
26217         * gdb.stabs/hppa.mt: A makefile fragment for the PA.
26218         * gdb.stabs/configure.in (hppa*-*-*): Use it.
26219         * gdb.stabs/hppa.sed: New sed script for the PA.
26220
26221 Sat Nov 13 22:50:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26222
26223         * gdb.stabs: Re-write weird.def and configuration to use sed
26224         instead of cpp.  sed is portable and POSIX; cpp is neither.
26225
26226 Fri Nov 12 15:26:36 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26227
26228         * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
26229
26230 Mon Nov  8 16:55:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26231
26232         * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
26233
26234 Thu Nov  4 23:07:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26235
26236         * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
26237         "_vb$".
26238         * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
26239         * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
26240
26241 Wed Nov  3 13:53:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26242
26243         * lib/gdb.exp: Comment out code which depends on non-existent
26244         `transform' procedure.
26245
26246 Wed Nov  3 11:23:11 1993  Rob Savoye  (rob@darkstar.cygnus.com)
26247
26248         * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
26249         * lib/gdb.exp: Transform tool name.
26250         * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
26251         1.1's new error handling system.
26252
26253 Mon Nov  1 10:36:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26254
26255         * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
26256
26257 Fri Oct 29 17:58:14 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26258
26259         * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
26260         They made pattern matching so slow that timeouts happened on
26261         heavily loaded systems.  Now any output from "show print" which
26262         gets us back to the GDB prompt is a PASS.
26263
26264 Mon Oct 25 14:36:50 1993  Stu Grossman  (grossman at cygnus.com)
26265
26266         * gdb.disasm/hppa.mt:  Use $(srcdir) in hppa.o make rule.
26267
26268 Mon Oct 25 13:35:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26269
26270         * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
26271
26272         * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
26273         It is not from PR 3220.
26274
26275 Sun Oct 24 18:49:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26276
26277         * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
26278         just started failing because they depended on the order the
26279         subcommands are presented, or exact docstring text.  This kind of
26280         test is a pain and has minimal benefit.
26281
26282 Thu Oct 21 08:26:48 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26283
26284         * gdb.t09/corefile.exp: At end of test, use "core" command with
26285         no arguments.
26286
26287 Wed Oct 20 08:56:02 1993  Stu Grossman  (grossman at cygnus.com)
26288
26289         * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
26290         17}/Makefile.in:  Make it possible to run the testsuite with Sun
26291         make and CC = cross gcc by adding explicit build rules for .o
26292         files.
26293
26294 Tue Oct 19 14:57:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26295
26296         * gdb.t15/funcargs.exp: Don't put comments on same line as
26297         setup_xfail (@#$*%& tcl braindamage!).
26298
26299 Mon Oct 18 21:50:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26300
26301         * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
26302
26303 Fri Oct 15 15:39:54 1993  Kung Hsu  (kung@cirdan.cygnus.com)
26304
26305         * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
26306         * gdb.t20/inherit.exp: remove three dumplicate entries.
26307
26308 Fri Oct 15 13:45:25 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26309
26310         * gdb.t06/break.exp: For "next over recursive call", fail on any
26311         incorrect output, not just on "factorial (value=2)".
26312
26313 Fri Oct 15 11:52:56 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26314
26315         * gdb.t12/scope.exp:  Remove xfails, filename::var syntax should be
26316         working now. Add an xfail if accesing a bss variable causes
26317         a memory error if the target is not yet run.
26318
26319 Thu Oct 14 19:16:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26320
26321         * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
26322         constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
26323         name of __st* demangling (2 strings).  Did Kung really get the
26324         more than 95 others right without testing them?
26325
26326 Thu Oct 14 16:27:08 1993  Kung Hsu  (kung@cirdan.cygnus.com)
26327
26328         * gdb.t24/demangle.exp: clean up XFAILS, more than 100
26329
26330 Thu Oct 14 11:40:30 1993  Jeffrey Law  (law@cs.uah.edu)
26331
26332         * configure.in (configdirs): Add gdb.disasm
26333         * gdb.disasm: New directory for GDB disassembler tests.
26334         * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
26335
26336 Thu Oct 14 11:40:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26337
26338         * gdb.t00/help.exp: Don't test "help set".
26339
26340         * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
26341         from within expect statements.  None of these happen anymore and
26342         they cause regressions to be silently unnoticed.
26343
26344         * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
26345         messages) about known failures with gcc cygnus-2.4.5-930417.
26346
26347         * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
26348         comp-info.exp so it gets built if it doesn't exist.
26349
26350         * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
26351         it is no longer used.
26352         * gdb.t13/comp-info.c: Removed.
26353
26354 Wed Oct 13 22:54:06 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
26355
26356         * gdb.t06/signals.exp: Add xfail for sun3.
26357
26358 Thu Oct  7 12:01:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26359
26360         * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
26361         relevant because ^C doesn't get sent but failure can be reproduced
26362         interactively).
26363
26364 Tue Oct  5 10:43:11 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26365
26366         * gdb.stabs/alpha.mt:  New configuration file for alpha.
26367         * gdb.stabs/configure.in:  Use it.
26368         * gdb.stabs/ecoff.mt, weird-ecoff.sed:  Change sed script to enable
26369         sharing with alpha.mt, redefine long to word via preprocessor.
26370         * gdb.stabs/weird.def:  Conditionally adapt storage layout of v_comb
26371         for alpha.
26372         * gdb.stabs/weird.exp:  Handle compilation of weird.s by alpha
26373         native cc.
26374         * gdb.t00/teststrategy.exp:  Change expect string so that we
26375         consume the `(xgdb)' from the command echo and from the gdb prompt.
26376         * gdb.t05/expr.exp:  xfail "print unsigned int == (~0)" on the alpha.
26377         gdb currently compares all values as long, so this failure probably
26378         applies to any configuration where LONGEST is bigger than a target int.
26379         * gdb.t08/comp-info.c:  New file to determine if gdbme is compiled
26380         with gcc.
26381         * gdb.t08/Makefile.in, opaque.exp:  Use it. Alpha native cc is unable
26382         to handle opaque pointers, gcc is.
26383         * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc:  operator new takes a size_t
26384         as first argument. Include <sys/types.h> and change all operator
26385         new definitions to use size_t.
26386         * gdb.t21/cplusfuncs.exp:  Handle changes in output for operator new
26387         now that we use size_t.
26388
26389 Wed Sep 29 00:55:49 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26390
26391         * gdb.t03/ptype.exp, gdb.t15/printcmds.exp:  When constructing
26392         a long or float array cast all array members to the same type.
26393         * gdb.t04/setvar.exp:  Handle the decimal output of an unsigned long
26394         with 64 bit longs.
26395         * gdb.t07/watchpoint.exp:  Add finish and until variations encountered
26396         on alpha.
26397         * gdb.t08/opaque.exp, gdb.t17/interrupt.exp:  Add xfails for alpha.
26398
26399 Tue Sep 28 17:26:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26400
26401         * gdb.t24 (demangle.exp): Constructors of templates have names like
26402         vector<int>::vector(int) not vector<int>::vector<int>(int).  See
26403         section 14.6 of the ARM.
26404
26405         * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
26406         "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
26407         accomplish little and slow down the testsuite.
26408
26409         * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
26410         Accept spaces various places.
26411
26412 Tue Sep 21 17:28:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26413
26414         * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
26415         with watchpoint enabled.
26416
26417         * Makefile.in: Remove definition of CC and remove the second
26418         definition of CXX (the "CXX = gcc" one remains).  These definitions
26419         were causing backquotes to be expanded within backquotes, which
26420         doesn't work.
26421
26422 Sat Sep 18 09:43:21 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
26423
26424         * gdb.t17/callfuncs.exp: Add "return 0" to end.
26425
26426 Fri Sep 17 04:41:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26427
26428         * gdb.stabs/ecoff.mt:  Remove STABSCC hack.
26429         * gdb.stabs/weird.exp:  Handle the case where weird.o is compiled
26430         by mips cc and contains no stabs entries.
26431
26432 Thu Sep 16 17:22:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
26433
26434         * config/vx-gdb.exp: Use fake device to load files rather than
26435         NFS.
26436         * lib/gdb.exp: New proc to do "file" command.
26437         * config/unix-gdb.exp: Use new "file" proc.
26438
26439 Thu Sep 16 13:45:44 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
26440
26441         * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
26442         Rework board rebooting slightly.
26443         (gdb_exit): Don't exit from the remote shell; there isn't one.
26444         * gdb.stabs/weird.exp: If a program is being debugged already,
26445         kill it.
26446         * gdb.t04/setvar.exp: Stop and restart gdb.
26447         * gdb.t05/expr.exp: Likewise.
26448         * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
26449         restart gdb and reload the program.
26450         * gdb.t08/opaque.exp: Likewise.
26451         * gdb.t12/scope.exp: Likewise.
26452         * gdb.t13/bitfields.exp: Likewise.
26453         * gdb.t15/funcargs.exp: Likewise.
26454         * gdb.t20/classes.exp: Likewise.
26455         * gdb.t03/ptype.exp: Increase timeout.
26456         * gdb.t16/printcmds.exp (test_print_string_constants,
26457         test_print_array_constants): Likewise.
26458         * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
26459         * gdb.t20/classes.exp (do_tests): Likewise.
26460         * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
26461
26462 Wed Sep 15 14:24:36 1993  Ian Lance Taylor  (ian@cygnus.com)
26463
26464         * gdb.stabs: Renamed *wierd* to *weird*.
26465
26466 Wed Sep 15 10:36:50 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
26467
26468         * gdb.t13/bitfields.exp: Test for bad output rather than waiting
26469         for timeout.  Add "known gcc 2.4.5 bug" to failure message.
26470
26471 Tue Sep 14 17:16:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
26472
26473         * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
26474         (do_tests): Remove xfail for whatis on one_var and two_var.
26475
26476 Wed Sep  8 23:14:23 1993  Rob Savoye  (rob@darkstar.cygnus.com)
26477
26478         * Makefile.in: Made cross building work better by adding
26479         {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
26480
26481 Tue Sep  7 14:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26482
26483         * gdb.t15/{return.c,return.exp,Makefile.in}:
26484         New test, currently commented out.
26485
26486 Tue Aug 31 16:51:29 1993  Rob Savoye  (rob@darkstar.cygnus.com)
26487
26488         * config/udi-gdb.exp: gdb_exit now kills any isstip processes
26489         still running and removes the leftover named socket so GDb can do
26490         clean restarts.
26491
26492 Mon Aug 30 17:55:16 1993  Rob Savoye  (rob@darkstar.cygnus.com)
26493
26494         * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
26495         console, not GDB.
26496         * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
26497         cross testing works better with "make check"
26498         * config/unix-gdb: Use default procedures for exit and version.
26499         * config/vx-gdb.exp: Cleaned up and massaged back to working order
26500         with the newest VxWorks.
26501
26502 Thu Aug 26 17:50:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26503
26504         * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
26505         old form.
26506
26507         * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
26508         name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
26509
26510         * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
26511
26512         * config/unix-gdb.exp: Remove this version of gdb_exit
26513         * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
26514         Rob says he'll look at it when he gets back to testing boards.
26515
26516 Thu Aug 26 07:20:00 1993  Fred Fish  (fnf@deneb.cygnus.com)
26517
26518         * gdb.t22/virtfunc.exp:  Accept missing struct/class names as
26519         an expected fail for certain ptype commands.
26520
26521         * gdb.t20/classes.exp:  Update expected results of "ptype class
26522         Base1" to account for the constructor that now appears in the type.
26523
26524 Wed Aug 25 16:48:05 1993  Fred Fish  (fnf@deneb.cygnus.com)
26525
26526         * configure.in (configdirs):  Restore gdb.t04, which mysteriously
26527         disappeared from list.
26528         * config/{udi-gdb.exp, gdb-unix.exp}:  Replace calls to obsolete
26529         "alldone" proc with call to cleanup and exit.
26530         * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
26531         gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
26532         gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
26533         gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
26534         gdb.t12/scope.exp, gdb.t13/bitfields.exp}:  Replace calls to
26535         "alldone" proc with simple returns that suppress remaining
26536         tests.  The alldone proc went away many months ago.
26537
26538 Tue Aug 24 11:04:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26539
26540         * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
26541
26542         * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
26543
26544 Thu Aug 19 22:08:41 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26545
26546         * gdb.t15/funcargs.exp:  Allow arguments for main in backtraces
26547         as vax gdb will display them.
26548
26549 Thu Aug 19 18:18:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26550
26551         * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
26552         optimizers.
26553
26554         * scope.exp: Change "bad value for localval" messages so each one
26555         is unique.
26556
26557         * config/unix-gdb.exp (gdb_exit): Move info on this vs.
26558         lib/gdb.exp (gdb_exit) from ChangeLog to comments.
26559
26560         * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
26561
26562 Tue Aug 17 00:05:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26563
26564         * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
26565         doesn't exist (due to optimization).
26566
26567 Mon Aug 16 21:05:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26568
26569         * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
26570         contains \r because the filename is long.
26571
26572         * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
26573         'continue'" bug, and change xfail back to i*86-univel-sysv4*.
26574
26575 Mon Aug 16 03:05:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26576
26577         * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
26578         gdb.t08/opaque.exp, gdb.t17/interrupt.exp:  Update for vax running
26579         Ultrix.
26580         * gdb.t02/whatis.exp:  Use procedure to setup xfails on long versus
26581         int tests.
26582         * gdb.t08/opaque.exp:  Use procedure to setup xfails for opaque tests.
26583
26584 Thu Aug 12 15:24:28 1993  Fred Fish  (fnf@deneb.cygnus.com)
26585
26586         * Makefile.in (distclean):  Remove *.log *.plog *.sum *.psum site.*.
26587
26588         * gdb.t17/interrupt.exp:  Fix 'missing Continuing' case so pattern
26589         to match does not match the passing case but still matches the
26590         failing case.
26591
26592 Thu Aug 12 16:58:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26593
26594         * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
26595
26596 Wed Aug 11 19:47:27 1993  John Gilmore  (gnu@rtl.cygnus.com)
26597
26598         * lib/gdb.exp (gdb_exit):  Move the best version of gdb_exit
26599         to here.  Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
26600         * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
26601         Remove various versions of gdb_exit.
26602         * config/vx-gdb.exp:  Remove quit_vxgdb, change a caller to call
26603         gdb_exit.
26604         * config/unix-gdb.exp:  gdb_exit remains here, and should override
26605         the generic version, since it's doing a lot of wierd stuff that
26606         the other versions aren't.  FIXME, fold it in, or abandon this
26607         version.
26608
26609 Wed Aug 11 12:09:32 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26610
26611         * gdb.t24/demangle.exp: Add tests for PR 3220.
26612
26613 Tue Aug 10 15:49:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26614
26615         * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
26616
26617 Tue Aug 10 15:45:25 1993  Fred Fish  (fnf@deneb.cygnus.com)
26618
26619         * gdb.t07/watchpoint.exp:  Clear xfail with "i*86-*-*", not just
26620         "i386-*-*".  Works for i486 as well.
26621
26622         * gdb.t06/signals.exp:  Rework code that recognizes known SVR4
26623         bug, and expand domain of xfail to all SVR4 systems, since the
26624         actual problem is likely to be in generic SVR4 /proc support.
26625
26626 Tue Aug 10 15:49:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26627
26628         * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
26629
26630 Tue Aug 10 09:56:56 1993  Fred Fish  (fnf@deneb.cygnus.com)
26631
26632         * gdb.t17/interrupt.exp:  Set up xfail for *-*-sysv4*, in chain of
26633         xfails for other systems.  Match a missing 'Continuing.' as an
26634         explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
26635
26636         * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
26637         gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
26638         Only issue warning for missing executables if -all option is used.
26639
26640         * gdb.stabs/wierd.exp:  Only issue warning for missing wierd.o
26641         file if -all option is used.  It's like an unpredictable XFAIL.
26642
26643 Mon Aug  9 10:13:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26644
26645         * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
26646         for dynamically linked binaries.
26647
26648         * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
26649
26650 Sun Aug  8 14:21:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26651
26652         * gdb.t20/inherit.exp: Change message for "print tagless struct"
26653         to state that this is a known bug in old versions of g++.
26654
26655 Fri Aug  6 21:40:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26656
26657         * gdb.t17/interrupt.exp:  Add xfail for 386 bsd. Accept echoed newline
26658         while waiting for `Continuing'.
26659
26660 Fri Aug  6 13:38:08 1993  Fred Fish  (fnf@deneb.cygnus.com)
26661
26662         * gdb.t10/nodebug.exp:  Expect to find local/global minimal symbols
26663         in text, data, and bss.
26664         * gdb.t10/nodebug.c:  Add local and global test variables for
26665         initialized and uninitialized data.
26666
26667 Thu Aug  5 12:18:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26668
26669         * config/unix-gdb.exp (gdb_exit): Add "wait".
26670
26671 Thu Aug  5 18:14:06 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26672
26673         * gdb.t06/signals.exp:  xfail the continue from the handler for all
26674         targets.
26675
26676         * gdb.t07/watchpoint.exp:  clear_xfail for i386 when calling a
26677         function with watchpoints enabled, the i386 call dummy starts with
26678         a call.
26679
26680         * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in:  Handle the way
26681         386 bsd names its corefiles.
26682
26683 Wed Aug  4 08:53:41 1993  Fred Fish  (fnf@cygnus.com)
26684
26685         * gdb.t10/Makefile.in (nodebug.o):  Don't use "-c -o", many
26686         compilers don't grok it.
26687         * gdb.t16/gdbme.c (ctable1):  Initialize unsigned char array
26688         with small octal ints rather than character constants, which
26689         are signed and might not fit if first promoted to int.
26690
26691 Tue Aug  3 18:28:25 1993  Fred Fish  (fnf@cygnus.com)
26692
26693         * gdb.t09/Makefile.in (clean):  Remove corefile.
26694
26695 Mon Aug  2 12:47:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26696
26697         * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
26698
26699 Mon Aug  2 12:30:14 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26700                           and Jim Kingdon (kingdon@cygnus.com)
26701
26702         * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
26703         NO_SINGLE_STEP machines.  Fix comment about its cause.  Uncomment
26704         the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
26705
26706 Fri Jul 30 19:46:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26707
26708         * gdb.t17/interrupt.exp: Add xfail for hppa.
26709
26710 Fri Jul 30 12:54:11 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26711
26712         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
26713         gdb.t09/corefile.exp:  Cleanup xfails for fixed mips bugs.
26714         * gdb.t13/bitfields.exp, gdbme.c:  Examine a variable in the inferior
26715         to determine signed-ness of bitfields and use the result to setup
26716         the xfail.
26717         * gdb.t15/gdbme.c:  Add comments to the two indirect call0a lines.
26718         * gdb.t15/funcargs.exp:  Use them to step until the second indirect
26719         call line is reached if necessary.
26720
26721 Thu Jul 29 20:33:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26722
26723         * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
26724
26725 Mon Jul 26 00:15:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26726
26727         * gdb.t06/break.exp: Also test `clear' command.
26728
26729 Wed Jul 21 18:03:38 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
26730
26731         * gdb.t00/teststrategy.exp: Remove extra quote.
26732
26733         * gdb.t07/watchpoint.exp: Change xfail for calling function with
26734         watchpoint enabled to be for all non-68k machines.
26735
26736         * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
26737
26738 Mon Jul 19 23:59:26 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26739
26740         * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
26741         targets use aout.mt instead of ecoff.mt as gas understands
26742         standard aout format.
26743
26744 Mon Jul 19 18:14:06 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
26745
26746         * lib/gdb.exp (runto): Don't insist that function we are running to
26747         was compiled with -g.
26748
26749         * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
26750
26751         * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
26752         to get back into the read system call.
26753         Accept leading newline in case where we woke it up.
26754
26755 Sun Jul 18 08:40:45 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26756
26757         * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}:  New files
26758         to make the stabs test work on ecoff systems using gcc and -with-stabs.
26759         * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}:  Modify to
26760         enable ecoff configuration.
26761
26762 Thu Jul 15 11:54:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26763
26764         * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
26765
26766 Wed Jul 14 09:36:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26767
26768         * gdb.t16/printcmds.exp: Add another printf test.
26769
26770 Wed Jul 14 15:37:13 1993  Ian Lance Taylor  (ian@cygnus.com)
26771
26772         * configure.in: If configured -with-stabs on any target, add
26773         stabsdirs to configdirs.
26774
26775 Wed Jul 14 09:36:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26776
26777         * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
26778         fun" so pattern does not match the command itself.
26779
26780 Mon Jul 12 11:22:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26781
26782         * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
26783
26784 Sun Jul 11 12:03:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26785
26786         * gdb.t17/interrupt.exp: Test for more things.
26787
26788 Fri Jul  9 14:11:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26789
26790         * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
26791         compiler arranges the code and line numbers.
26792
26793         * gdb.t17/interrupt.exp: Don't send \n after ^C.
26794
26795 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26796
26797         * gdb.t00/help.exp:  Increase expect input buffer size.
26798
26799 Thu Jul  8 14:26:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26800
26801         * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
26802
26803         * gdb.t07/watchpoint.exp: Add xfail for hppa.
26804
26805         * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
26806
26807         * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
26808         [0-9]*, not just [0-9].
26809
26810 Wed Jul  7 17:52:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26811
26812         * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
26813
26814         * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
26815
26816 Tue Jul  6 13:54:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26817
26818         * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
26819
26820 Mon Jul  5 22:03:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26821
26822         * gdb.t06/signals.c: Add xfails for sun3.
26823
26824         * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
26825
26826         * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597.  Also add
26827         test_stepping tests.
26828
26829 Fri Jul  2 09:08:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26830
26831         * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
26832
26833         * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
26834
26835         * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
26836         rather than actually putting it through cpp twice.
26837
26838         * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
26839
26840 Fri Jul  2 10:48:03 1993  Ian Lance Taylor  (ian@cygnus.com)
26841
26842         * config/mips-gdb.exp (gdb_exit): Removed close statement which is
26843         no longer needed.
26844
26845 Fri Jul  2 09:08:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26846
26847         * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
26848
26849         * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
26850         C++ features prints as "struct", make it a pass, not an xfail.
26851
26852 Thu Jul  1 22:03:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26853
26854         * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
26855         Don't require VA to print as "class" rather than "struct".
26856
26857 Thu Jul  1 18:27:40 1993  Jim Kingdon  (kingdon@cygnus.com)
26858
26859         * gdb.t06/twice.exp: Don't care about the file name GDB prints.
26860
26861 Wed Jun 30 18:01:00 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26862
26863         * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
26864
26865 Tue Jun 29 13:15:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26866
26867         * gdb.t12/scope.exp:  Remove xfail for parameter printing in wrong
26868         order.
26869
26870 Tue Jun 29 09:22:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26871
26872         * gdb.t16/printcmds.exp: Add printf tests.
26873
26874         * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
26875
26876         * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
26877
26878 Mon Jun 28 11:25:59 1993  Fred Fish  (fnf@cygnus.com)
26879
26880         * gdb.t20/classes.exp:  Add clear_xfail's before printing summary
26881         pass counts, to counteract any existing or future setup_xfails.
26882
26883 Mon Jun 28 09:15:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26884
26885         * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
26886         {BEGIN,END}_COMMON for common block instead of STAB.
26887         * gdb.stabs/wierd.exp: Add xfail for rs6000.
26888
26889         * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
26890         intp_var should be N_GSYM not N_LSYM.
26891         wierd-aout.S: Use a label for the value of the N_SO.
26892         wierd.def: Remove all backslashes.
26893         wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
26894
26895 Mon Jun 28 07:21:51 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26896
26897         * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
26898         get the expected next to inheritance3.
26899
26900 Sun Jun 27 12:29:53 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26901
26902         * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
26903         now that gcc-2.4 gets it right.
26904
26905 Fri Jun 25 12:00:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26906
26907         * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
26908
26909         * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
26910         generating comp-info.exp which works for cross-compilation.
26911
26912 Thu Jun 24 16:55:05 1993  Fred Fish  (fnf@cygnus.com)
26913
26914         * gdb.t11/list.exp:  For SVR4 xfails, match "*-*-sysv4*", not
26915         "*-*-sysv4.*".
26916
26917 Tue Jun 22 21:17:26 1993  Fred Fish  (fnf@cygnus.com)
26918
26919         * gdb.t01/run.exp:  Start with a fresh gdb.
26920         * gdb.t11/list.exp:  For SVR4 xfails, match on all versions of
26921         SVR4.x.
26922
26923 Mon Jun 21 15:23:22 1993  Fred Fish  (fnf@cygnus.com)
26924
26925         * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
26926         gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
26927         gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
26928         Makefile.in (distclean, realclean):  Remove gdbme.c from list of
26929         things to remove.
26930
26931 Sat Jun 19 07:49:10 1993  Fred Fish  (fnf@cygnus.com)
26932
26933         * gdb.t24/demangle.exp (test_gnu_style_demangling):  Add some new
26934         test cases from bug reports.
26935
26936 Fri Jun 18 10:38:49 1993  Fred Fish  (fnf@cygnus.com)
26937
26938         * gdb.t06/break.exp:  Add xfails for sparc-sun-solaris2.*.
26939         * gdb.t12/scope.exp:  Add clear_xfails at appropriate places to
26940           avoid spurious xfails.
26941         * gdb.t20/classes.exp:  Add xfails for longstanding C++ problems.
26942         * gdb.t21/cplusfuncs.exp:  Add xfails for sparc-sun-solaris2.*.
26943         * gdb.t22/virtfunc.exp:  Add xfails for longstanding C++ problems.
26944
26945 Wed Jun 16 10:11:57 1993  Fred Fish  (fnf@cygnus.com)
26946
26947         * gdb.t00/teststrategy.exp:  Rework to provide more useful
26948         description of each test, fix problem with systems that define
26949         ALIGN_STACK_ON_STARTUP code, other misc cleanups.
26950         * gdb.t06/break.exp (test_next_with_recursion):  Fix expected
26951         results for "next over recursive call" so timeouts aren't taken
26952         by error.
26953
26954 Mon Jun 14 09:09:04 1993  Jim Kingdon  (kingdon@cygnus.com)
26955
26956         * gdb.t12/scope.exp: Test printing of variables before run.
26957
26958         * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
26959         printed in wrong order due to sorting.
26960
26961 Sat Jun 12 15:03:58 1993  Fred Fish  (fnf@cygnus.com)
26962
26963         * gdb.t00/teststrategy.exp:  Fix expected results for printing
26964         user entered string constant.  Is array of char, prints with no
26965         address.
26966
26967         * gdb.t00/{default.exp, help.exp}:  Account for changes to radix
26968         commands.
26969         * gdb.t16/gdbme.c:  Add and use struct containing arrays of char.
26970         * gdb.t16/printcmds.exp:  Fix all lines that match "unsigned char *".
26971         * gdb.t16/printcmds.exp (test_print_char_arrays):  Test printing
26972         of struct of char arrays.
26973         * gdb.t00/radix.exp:  New tests for radix commands.
26974
26975 Fri Jun 11 13:12:27 1993  Jim Kingdon  (kingdon@cygnus.com)
26976
26977         * gdb.t16/printcmd.exp: Print a variable before running program
26978         (with xfail for AIX).
26979
26980 Thu Jun 10 11:04:04 1993  Jim Kingdon  (kingdon@cygnus.com)
26981
26982         * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
26983
26984         * gdb.t16/printcmd.exp: Don't print variables before running program.
26985
26986         * gdb.t06/break.exp: Don't require envp argument to main.
26987
26988         * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
26989
26990         * gdb.t02/whatis.exp, gdb.t11/list.exp:
26991         Add xfails for rs6000.
26992
26993         * gdb.t02/whatis.exp: Change other tests not to re-test something
26994         we already tested.
26995
26996         * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
26997         each type used has a variable of that type.
26998
26999 Tue Jun  8 16:45:20 1993  Jim Kingdon  (kingdon@rtl.cygnus.com)
27000
27001         * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
27002
27003 Fri Jun  4 11:07:19 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
27004
27005         * configure.in: change srctrigger to be a file, not a directory
27006
27007 Fri Jun  4 08:23:57 1993  Ian Lance Taylor  (ian@cygnus.com)
27008
27009         * configure.in (mips-idt-ecoff*): Added trailing '*'.
27010
27011         * gdb.t11/list.exp: Fixed a couple of typos.
27012
27013 Tue Jun  1 21:28:06 1993  Fred Fish  (fnf@cygnus.com)
27014
27015         * gdb.t00 (teststrategy.exp):  Remove notice about PR 1823.  Bug
27016         is fixed and PR is closed.
27017         * gdb.t16 (gdbme.c):  Add simple test string variable.
27018         * gdb.t16 (printcmds.exp):  Add tests with simple test string
27019         variable, primarily for boundaries on "set print elements".
27020
27021 Mon May 31 11:36:08 1993  Jim Kingdon  (kingdon@cygnus.com)
27022
27023         * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
27024         Make leading 0's optional and don't expect a tab in the middle
27025         of the number.
27026
27027         * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
27028
27029         * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
27030         * gdb.stabs/wierd.exp: Remove xfails for type attributes.  Also
27031         don't end command passed to gdb_test with newline.
27032
27033         * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
27034         signed keyword away, don't expect signed bitfields to be signed.
27035
27036         * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
27037         printing with only as many 1's as are in the field as well as printing
27038         with 32 1's (see comment).
27039
27040 Sat May 29 17:57:01 1993  Fred Fish  (fnf@cygnus.com)
27041
27042         * gdb.t00/default.exp:  Start with a fresh gdb.
27043         * configure.in (configdirs):  Remove gdb.t31 until the chill
27044         compiler works again.  It no longer is able to find chillrt0
27045         since it isn't in libchill.a anymore.
27046         * gdb.stabs/wierd.exp:  Rewrite to properly handling a missing
27047         wierd.o, make more modular.
27048         * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const):  Remove
27049         spurious newlines that caused problems.
27050
27051 Wed May 26 09:57:19 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
27052
27053         * Move test with enums and partial symbols from gdb.t03/ptype.exp
27054         to gdb.stabs/wierd.exp since GCC has worked around the bug.
27055         gdb.stabs/wierd.{exp,def}: Many new tests.
27056
27057         * gdb.t00/default.exp: update info line for new message.
27058
27059         * gdb.t02/{whatis.exp,gdbme.c}:
27060         Test that "char *" doesn't print as "caddr_t".
27061
27062 Tue May 25 13:28:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
27063
27064         * gdb.t00/help.exp: Use .* in place of some help messages which
27065         just changed.
27066         gdb.t00/default.exp: Update "info frame" test for new message.
27067         * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
27068         Remove some xfails
27069
27070 Mon May 24 00:24:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
27071
27072         * gdb.t03/{gdbme.c,ptype.exp}:
27073         Add tests for typedef'd struct and union without tags.
27074         Also check "whatis" on a variable of a typedef'd enum without a tag.
27075
27076         * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
27077         PRMS 1823; the bug still exists but isn't reproduced by this test
27078         anymore), and remove rs6000 XFAIL (the bug is fixed).
27079
27080         * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
27081         duplicated from whatis.exp.  For those that are left, accept
27082         "long", "long int", or "int" for long variables (whatis.exp already
27083         has an XFAIL for "int", so no need to fail it here).
27084
27085         * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
27086         Deal with GCC's names for types now that GDB uses the compiler's names.
27087
27088         * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}:  If not GCC, do some
27089         setup_xfail's for sunos4.  If we #defined the signed keyword away,
27090         don't expect GDB to know that char it is signed.
27091
27092         * gdb.t00/teststrategy.exp: Update for symbolic signal names.
27093
27094 Sun May 23 08:44:55 1993  Fred Fish  (fnf@cygnus.com)
27095
27096         * configure.in (configdirs):  Add gdb.t24 for C++ tests that
27097         should work on any system, regardless of debugging format.
27098         * gdb.t21/demangle.exp:  Move to gdb.t24.
27099         * gdb.t24/demangle.exp:  Move from gdb.t21.
27100         * gdb.t24/{Makefile.in, configure.in}:  New files.
27101
27102 Thu May 20 19:39:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
27103
27104         * configure.in: Do gdb.stabs and C++ tests only for stabs.
27105         * gdb.stabs: New directory.
27106
27107 Tue May 18 21:12:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
27108
27109         * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
27110         not just "Quit anyway?".
27111
27112 Tue May 18 17:13:20 1993  Fred Fish  (fnf@cygnus.com)
27113
27114         * gdb.t21/demangle.exp:  Add a couple of new patterns.  Ensure
27115         that all setup_xfails are immediately followed by clear_xfails.
27116
27117 Tue May 11 09:10:47 1993  Fred Fish  (fnf@cygnus.com)
27118
27119         * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
27120         gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
27121         gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
27122         gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
27123         gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
27124         gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
27125         gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
27126         gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
27127         gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
27128         gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
27129         gdb.t31/chillvars.exp, lib/gdb.exp:
27130         Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
27131         bug-gdb@prep.ai.mit.edu.
27132
27133 Fri May  7 09:15:35 1993  Fred Fish  (fnf@cygnus.com)
27134
27135         * gdb.t17/callfuncs.exp (do_function_calls):  Call t_double_values
27136         with 0.0, not integer 0.
27137
27138 Fri Apr 30 13:17:24 1993  Jim Kingdon  (kingdon@cygnus.com)
27139
27140         * gdb.t06/break.exp: Update for "Kill the program" message change.
27141
27142 Fri Apr 30 09:42:57 1993  Fred Fish  (fnf@cygnus.com)
27143
27144         * Makefile.in (GDBFLAGS):  Set to -nx.
27145         * Makefile.in (site.exp):  Use GDBFLAGS.
27146
27147 Wed Apr 28 13:19:07 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
27148
27149         * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
27150           Makefiles.
27151           (check): depend on just-check.
27152           (just-check): added so that tests can be run without a noop
27153           build pass.
27154
27155 Fri Apr 23 18:13:28 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
27156
27157         Switch to using configure's configdirs.
27158         * Makefile.in (Makefile): add configure.in dependency.
27159           (SUBDIRS): removed redundant assignment.
27160         * configure.in: switch subdirs assignment to configdirs.
27161         * gdb.t*/configure.in: new files.
27162
27163 Thu Apr 22 08:27:53 1993  Ian Lance Taylor  (ian@cygnus.com)
27164
27165         * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
27166         works.
27167
27168 Tue Apr 20 13:38:40 1993  Fred Fish  (fnf@cygnus.com)
27169
27170         * gdb.{t20,t21,t22,t23}/Makefile.in:  Use $(srcdir) to avoid $<
27171         in explicit rules.  Apparently this is not supported by some makes.
27172
27173 Mon Apr 19 01:54:53 1993  John Gilmore  (gnu@cygnus.com)
27174
27175         * gdb.t31/Makefile.in:  Use $(srcdir) when avoiding $<, sigh.
27176
27177 Fri Apr 16 09:33:46 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
27178
27179         * config/unix-gdb.exp:  Add back missing return 0 which mysteriously
27180         disappeared.
27181
27182 Thu Apr 15 02:28:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
27183
27184         * gdb.t31/Makefile.in:  Avoid $< in explicit rule.
27185
27186 Wed Apr 14 16:38:47 1993  Fred Fish  (fnf@cygnus.com)
27187
27188         * gdb.t07/watchpoint.exp:  Remove setup_xfail for i486
27189         watchpoint problem that is now fixed.
27190         * gdb.t30/chexp.exp:  Remove setup_xfail for printing
27191         uninitialized convenience variables.
27192         * gdb.t31/chillvars.exp:  Fix expected patterns for printing
27193         structures.
27194
27195 Wed Apr 14 12:55:58 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
27196
27197         * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
27198         which causes expect to get out of sync with gdb on long output
27199         from help set.
27200         * gdb.t09/corefile.exp: Make expected pattern for core file
27201         failing signal and frame output format less sun specific.
27202
27203 Tue Apr 13 23:18:07 1993  Per Bothner  (bothner@cygnus.com)
27204
27205         * gdb.t31/chillvars.exp:  Add and remove initial dummy
27206         breakpoint, so that symbol table is forced in.
27207         (Needed at least on Sunos4, though it seems not SVR4.)
27208         * gdb.t31/chillvars.exp:  Update for changed output format.
27209
27210 Sun Apr 11 17:21:45 1993  Rob Savoye  (rob at darkstar.cygnus.com)
27211
27212         * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
27213
27214 Wed Apr  7 21:28:21 1993  Rob Savoye  (rob@cygnus.com)
27215
27216         * Makefile.in: Added --srcdir when invoking runtest, removed the
27217         need for a local config file. (optional now)
27218
27219 Wed Apr  7 14:13:41 1993  Fred Fish  (fnf@cygnus.com)
27220
27221         * gdb.t21/demangle.exp:  Only count real fails (not xfails) for
27222         failure count used to force early termination.  Add some more
27223         expected failures for gnu style demangling.
27224
27225 Thu Apr  1 09:50:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
27226
27227         * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
27228         pmi variable from gdb.t20/gdbme to get optimized away.
27229         * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
27230         Check for written corefile upon timeout _and_ eof.
27231
27232 Tue Mar 30 09:58:16 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
27233
27234         * config/unix-gdb.exp:  Add missing return 0.
27235
27236 Tue Mar 30 08:34:25 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
27237
27238         * gdb.t16/printcmds.exp:  Remove misplaced xfail that caused an early
27239         test termination.
27240
27241 Mon Mar 29 17:37:25 1993  Fred Fish  (fnf@cygnus.com)
27242
27243         * configure.in (subdirs):  Put back gdb.t17 which mysteriously
27244         disappeared.
27245
27246 Thu Mar 25 21:05:16 1993  Fred Fish  (fnf@cygnus.com)
27247
27248         * gdb.t10/crossload.exp:  Disable the i860-elf test until such
27249         time as i860 support works.
27250
27251         * gdb.t15/funcargs.exp:  Fix expected outputs to include
27252         "backtrace 100\r" rather than just "backtrace\r", to match last
27253         change.
27254
27255 Thu Mar 25 12:14:28 1993  Ian Lance Taylor  (ian@cygnus.com)
27256
27257         * config/udi-gdb.exp (gdb_exit): Remove close command.
27258         (gdb_target_udi): New procedure to set the UDI target.
27259         (gdb_start): Don't remove *_soc files.  Use gdb_target_udi.
27260         * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
27261         Added waits for prompts after several question responses.  Added
27262         some more responses used by a29k-amd-udi-gdb.
27263         * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
27264         pass different arguments, restart UDI connection after program
27265         completion.
27266         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
27267         gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
27268         gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
27269         gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
27270         * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
27271         gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
27272         gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
27273         gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
27274         gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
27275         after program completion.
27276         * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
27277         compiled with a SELECT_VECS setting.
27278         * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
27279         infinite recursion.
27280
27281         * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
27282         Added checks for COFF results, and made them expected failures for
27283         all targets.  It would be better to make them expected failures
27284         for COFF targets only.
27285
27286 Wed Mar 24 14:43:38 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
27287
27288         * Makefile.in: add null dvi target, don't bother to recurse
27289         through test directories for info and install-info; rename
27290         $(datadir) to be dejagnu instead of deja-gnu
27291
27292 Wed Mar 24 09:48:03 1993  Fred Fish  (fnf@cygnus.com)
27293
27294         * gdb.t31/gdbme.ch:  Re-enable code that previously caused
27295         compiler to coredump.
27296         * gdb.t31/chillvars.exp:  Re-enable tests that depend on that
27297         code.
27298
27299 Tue Mar 23 08:53:42 1993  Fred Fish  (fnf@cygnus.com)
27300
27301         * gdb.t31/gdbme.ch:  Comment out code that causes chill compiler
27302         coredump.
27303         * gdb.t31/chillvars.exp:  Comment out tests that depend on that
27304         code.
27305
27306 Sun Mar 21 17:56:47 1993  Rob Savoye  (rob at darkstar.cygnus.com)
27307
27308         * gdb.t03/ptype.exp: tests for return code from gdb_test.
27309         * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
27310         which in a shell. Deletes xgdb when done.
27311         * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
27312         Tests the return from the "set height" or "set width" commands.
27313         Added a few return codes where needed.
27314
27315 Wed Mar 17 11:31:01 1993  Fred Fish  (fnf@cygnus.com)
27316
27317         * Makefile.in (SUBDIRS):  Add gdb.t17.
27318         * configure.in (subdirs):  Add gdb.t17.
27319         * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}:  New test
27320         files to test gdb's calling of functions in the inferior with
27321         the correct arguments and gdb's ability to retrieve any
27322         result returned.
27323
27324 Tue Mar 16 15:37:11 1993  Fred Fish  (fnf@cygnus.com)
27325
27326         * config/unix-gdb.exp (gdb_exit):  Remove close commands that
27327         may be called after gdb goes away.  Previous versions of expect
27328         needed these to avoid file descriptor leaks, but they cause
27329         errors with the current revision of expect.
27330         * gdb.t00/gdbvars.exp:  Use -re on expected output after
27331         setting sevenbit-strings.
27332         * gdb.t04/setvar.exp, gdb.t13/bitfields.exp:  Make commands
27333         to set sevenbit-strings consistent across tests.
27334         gdb.t30/chexp.exp, gdb.t31/chillvars.exp:  Make commands to
27335         set sevenbit-strings consistent across tests.
27336
27337 Fri Mar 12 08:47:20 1993  Fred Fish  (fnf@cygnus.com)
27338
27339         * gdb.t21/demangle.exp (proc demangle):  Adjust quotes in an
27340         expected output to match current "expect" expectations.
27341
27342 Wed Mar 10 18:01:49 1993  Fred Fish  (fnf@cygnus.com)
27343
27344         * gdb.t00/default.exp:  Change expected output for default "source"
27345         command, to match new gdb behavior which requires a filename to
27346         source.
27347
27348 Tue Mar  9 11:00:56 1993  Fred Fish  (fnf@cygnus.com)
27349
27350         * gdb.t07/watchpoint.exp (test_simple_watchpoint):  Set up
27351         expected fail for i486-*-* that misses the marker2 function.
27352         * gdb.t10/crossload.exp (bfddefault):  Allow successful
27353         recognition of a format to pass even if no symbols are found.
27354         Explicitly catch failures where the format is not recognized
27355         or is ambiguous, and add the reason to the fail message.
27356         * gdb.t10/crossload.exp (bfdexplicit):  Catch failure where
27357         the cause is and invalid target and add reason to failure message.
27358         * gdb.t10/crossload.exp:  Fix bfd target names for elf32-m68k,
27359         elf32-i386, elf32-sparc, and elf32-i860.
27360         * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
27361         Set up expected failure for 'filename'::variable scope resolution,
27362         which is now apparently broken on all targets.
27363         * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
27364         gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
27365         gdb.t23/templates.exp:   Change failure for missing binfile into
27366         just a warning.
27367         gdb.t21/demangle.exp:  Change all cfront references to 'arm'
27368         references.
27369
27370 Mon Mar  8 19:20:28 1993  Fred Fish  (fnf@cygnus.com)
27371
27372         * gdb.t00/default.exp:  Add expected output for default "source"
27373         command, to match new gdb behavior.
27374         * gdb.t09/corefile.exp:  Use GDBFLAGS when spawning GDB.
27375
27376 Sun Mar  7 15:14:09 1993  Rob Savoye  (rob@cygnus.com)
27377
27378         * config/*-gdb.exp: returns an error, rather than exiting on
27379         internal errors.
27380
27381 Tue Mar  2 18:09:32 1993  Fred Fish  (fnf@cygnus.com)
27382
27383         * gdb.t03/gdbme.c:  Add pointer to struct variable.
27384         * gdb.t03/ptype.exp:  Test equivalence of '.' and '->' for
27385         referencing struct members.
27386
27387 Thu Feb 25 10:39:06 1993  Ian Lance Taylor  (ian@cygnus.com)
27388
27389         * configure.in (mips-idt-ecoff): New target.
27390         * config/mips-gdb.exp: New file for remote board using MIPS remote
27391         debugging protocol.
27392
27393         * Redid configuration scheme.  Removed gdb.t*/configure.in.
27394         Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*.  Changed to use CC, CXX
27395         instead of CC_FOR_TARGET, CXX_FOR_TARGET.  Added mostlyclean and
27396         distclean targets.  Built executables via .o files.  Adjusted
27397         tests to account for source files in $(srcdir) rather than
27398         $(objdir).
27399         * lib/gdb.exp (runto): Don't expect () after the function name,
27400         because it may have arguments.
27401
27402 Wed Feb 24 08:05:38 1993  Ian Lance Taylor  (ian@cygnus.com)
27403
27404         * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
27405         gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
27406         expected failures for mips-idt-* and mips-sgi-*.
27407         * gdb.t00/default.exp (attach): Kill process if requested.
27408         * gdb.t00/help.exp (help target core, help target): Accept a gdb
27409         that does not read core files.
27410         * gdb.t01/run.exp: Removed checks for exit status code.
27411         * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
27412         it is linked in.
27413         * gdb.t03/ptype.exp: Increase timeout when calling malloc.
27414         * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
27415         appropriate, rather than doing it by hand.
27416         * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
27417         execution.
27418         * gdb.t10/crossload.exp: Kill existing program if needed.
27419         * gdb.t15/funcargs.exp: Use delete_breakpoints function where
27420         appropriate, rather than doing it by hand.  Always increase
27421         timeout for this test, not just for VxWorks.
27422
27423 Wed Feb 24 08:03:38 1993  Fred Fish  (fnf@cygnus.com)
27424
27425         * gdb.t31/chillvars.exp (test_structs):  New proc to test printing
27426         of Chill STRUCT types and STRUCT values.
27427         * gdb.t31/chillvars.exp (test_strings):  Expect "CHAR" now, rather
27428         than "char".
27429         * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
27430         struct2):  New struct definitions and initializations to test
27431         simple Chill STRUCT types.
27432
27433 Tue Feb 23 11:55:06 1993  Fred Fish  (fnf@cygnus.com)
27434
27435         * gdb.t00/teststrategy.exp:  Track reversion in gdb to not print
27436         the null byte at the end of strings.
27437         * gdb.t00/default.exp:  Make show version insensitive to copyright
27438         date.
27439         * gdb.t16/in-gdbme.c (ctable1, ctable2):  Make explicitly unsigned
27440         to avoid dependencies on target char signedness.
27441         * gdb.t16/printcmds.exp:  Update expected results for explicitly
27442         unsigned char.
27443         * gdb.t16/printcmds.exp:  Remove setup_xfails for i960 that should
27444         now work.
27445         * gdb.t21/demangle.exp:  Add many more patterns for template
27446         demangling, most of them being expected failures.
27447         * gdb.t21/demangle.exp (proc demangle):  Quote the demangled
27448         string we are matching for, to match on the whole string.
27449         * gdb.t21/demangle.exp:  Add many new test strings to demangle,
27450         and fix a whole bunch that had incorrect expected output but were
27451         passing anyway because of the bug in "proc demangle".
27452         * gdb.t31/chillvars.exp:  Remove setup_xfail for printing string
27453         type.
27454         * gdb.t31/in-gdbme.ch:  Uncomment string4, now compiles.
27455
27456 Mon Feb 22 07:54:03 1993  Mike Werner  (mtw@poseidon.cygnus.com)
27457
27458         * gdb/testsuite: made modifications to testcases, etc., to allow
27459         them to work properly  given the reorganization of deja-gnu and the
27460         relocation of the testcases from deja-gnu to a "tool" subdirectory.
27461
27462 Sun Feb 21 10:55:55 1993  Mike Werner  (mtw@poseidon.cygnus.com)
27463
27464         * gdb/testsuite: Initial creation of gdb/testsuite.
27465         Migrated dejagnu testcases and support files for testing nm to
27466         gdb/testsuite from deja-gnu.  These files were moved "as is"
27467         with no modifications.  This migration is part of a major overhaul
27468         of dejagnu.  The modifications to these testcases, etc., which
27469         will allow them to work with the new version of dejagnu will be
27470         made in a future update.
27471
27472  For additional changes see gdb.mi/ChangeLog-1999-2003.
27473 \f
27474 ;; Local Variables:
27475 ;; mode: change-log
27476 ;; left-margin: 8
27477 ;; fill-column: 74
27478 ;; version-control: never
27479 ;; End:
27480
27481     Copyright 1993-2005, 2012 Free Software Foundation, Inc.
27482   Copying and distribution of this file, with or without modification,
27483   are permitted provided the copyright notice and this notice are preserved.