ChangeLog:
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2011-12-06  Ulrich Weigand  <uweigand@de.ibm.com>
2
3         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
4         last_break register on s390*-*-* targets.
5
6 2011-12-06  Joel Brobecker  <brobecker@adacore.com>
7
8         * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
9         * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
10         of parameter X in procedure Foo.
11
12 2011-12-05  Stan Shebs  <stan@codesourcery.com>
13
14         * gdb.trace/tfind.exp: Update help string matches.
15
16 2011-12-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
17
18         * gdb.server/ext-run.exp (get process list): Accept also systemd
19         as PID 1.
20
21 2011-12-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
22             Pedro Alves  <pedro@codesourcery.com>
23
24         * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
25         starting GDB.
26         * gdb.base/default.exp: Replace target use_gdb_stub checks by global
27         $use_gdb_stub.
28         * gdb.base/display.exp: Likewise.
29         * gdb.base/ending-run.exp: Likewise.
30         * gdb.base/list.exp (test_listsize): Likewise.
31         * gdb.base/setshow.exp: Likewise.
32         * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
33         * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
34         check by global $use_gdb_stub.
35         (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
36         (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
37         (default_gdb_init): Unset global $use_gdb_stub.
38         (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
39         by global $use_gdb_stub.
40         * lib/gdbserver-support.exp: Extend comments for set_board_info
41         gdb_protocol and gdb,socketport.
42         (gdbserver_start_extended): Set global gdbserver_protocol and
43         gdbserver_gdbport.  Clear global use_gdb_stub.
44         * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
45         from target use_gdb_stub.
46         (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
47
48 2011-12-03  Doug Evans  <dje@google.com>
49
50         * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
51         (gdb_step_for_stub): Add comments.
52
53 2011-12-02  Maciej W. Rozycki  <macro@codesourcery.com>
54
55         * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
56         to the caller.
57         (gdb_test_multiple): Likewise.
58
59 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
60
61         Fix gdb.mi/mi-solib.exp without system debug info installed.
62         * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
63         expect attribute, return 0 for it.  Update comments.
64
65 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
66
67         * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
68         (corrupted list): Adjust the expectation.
69
70 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
71
72         PR threads/13448
73         * gdb.dwarf2/dw2-var-zero-addr.S: New file.
74         * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
75         * gdb.threads/tls-var-main.c: New file.
76         * gdb.threads/tls-var.c: New file.
77         * gdb.threads/tls-var.exp: New file.
78
79 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
80
81         PR testsuite/12649
82         * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
83         Protect gdb_test_multiple by final $gdb_prompt match.
84         * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
85         * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
86         (test_tracepoints): Likewise.
87
88 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
89
90         PR breakpoints/13346
91         * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
92         * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
93         * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
94
95 2011-12-01  Joel Brobecker  <brobecker@adacore.com>
96
97         * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
98         * gdb.ada/homonym/homonym.adb: For use of all types defined
99         locally inside both Get_Value subprograms.
100
101 2011-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
102
103         Fix racy FAILs.
104         * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
105         of send_gdb.
106
107 2011-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
108
109         * gdb.base/testenv.exp: Skip on remote targets.  Unset global
110         environment variable after test completed.
111
112 2011-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
113
114         * gdb.base/solib-nodir.exp: Skip if remote target.
115         * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
116         application.  Call gdb_load_shlibs.
117         * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
118
119 2011-11-29  Joel Brobecker  <brobecker@adacore.com>
120
121         * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
122
123 2011-11-28  Joel Brobecker  <brobecker@adacore.com>
124
125         * gdb.ada/fullname_bp: New testcase.
126
127 2011-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
128
129         PR testsuite/12649
130         * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
131         Wrap send_gdb into a new gdb_test.
132
133         Code cleanup.
134         * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
135         Convert send_gdb and gdb_expect to gdb_test_multiple.
136
137 2011-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
138
139         * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
140
141 2011-11-23  Keith Seitz  <keiths@redhat.com>
142
143         * lib/mi-support.exp (varobj_tree): New namespace and procs.
144         (mi_varobj_tree_test_children_callback): New proc.
145         (mi_walk_varobj_tree): New proc.
146
147 2011-11-22  Tom Tromey  <tromey@redhat.com>
148
149         * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
150         Add "use_mi_command" argument.
151         (mi_run_cmd, mi_run_with_cli): New procs.
152         * gdb.mi/solib-lib.c: New file.
153         * gdb.mi/solib-main.c: New file.
154         * gdb.mi/mi-solib.exp: New file.
155
156 2011-11-21  Doug Evans  <dje@google.com>
157
158         * gdb.cp/nextoverthrow.exp: Skip test if debug info for
159         _Unwind_DebugHook is missing.
160
161 2011-11-20  Stan Shebs  <stan@codesourcery.com>
162
163         * gdb.trace/tstatus.exp: New.
164         * gdb.trace/actions.c: Include string.h.
165
166 2011-11-18  Yao Qi  <yao@codesourcery.com>
167
168         * gdb.trace/pending.exp: New.
169         * gdb.trace/pending.c: New.
170         * gdb.trace/pendshr1.c: New.
171         * gdb.trace/pendshr2.c: New.
172         * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
173         tracepoint location becomes pending.
174         (tracepoint_change_loc_2): New.
175
176 2011-11-16  David S. Miller  <davem@davemloft.net>
177
178         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
179         target is sparc*-*-linux*
180
181 2011-11-15  Paul Koning  <paul_koning@dell.com>
182
183         * gdb.python/py-type.exp: New testcases for exceptions on scalar
184         types.
185
186 2011-11-14  Doug Evans  <dje@google.com>
187
188         * gdb.base/shell.exp: New file.
189
190 2011-11-14  Stan Shebs  <stan@codesourcery.com>
191
192         * gdb.trace/ftrace.c: New.
193         * gdb.trace/ftrace.exp: New.
194
195 2011-11-14  Yao Qi  <yao@codesourcery.com>
196
197         * gdb.trace/change-loc-1.c: New.
198         * gdb.trace/change-loc-2.c: New.
199         * gdb.trace/change-loc.c: New.
200         * gdb.trace/change-loc.exp:  New.
201         * gdb.trace/change-loc.h:  New.
202         * gdb.trace/trace-break.c (marker): Define new symbol.
203         * gdb.trace/trace-break.exp (break_trace_same_addr_5):
204         New.
205         (break_trace_same_addr_6): New.
206
207 2011-11-12  Matt Rice  <ratmice@gmail.com>
208
209         * gdb.base/info-macros.exp: Make tests for info definitions
210         test info macro.  Add tests for info macro argument processing.
211         Rename a few tests.
212
213 2011-11-11  Keith Seitz  <keiths@redhat.com>
214
215         PR gdb/12843
216         * gdb.base/linespecs.exp: New file.
217
218 2011-11-11  Doug Evans  <dje@google.com>
219
220         * gdb.threads/print-threads.exp: Extend timeout for slower
221         tests.
222
223 2011-11-10  Doug Evans  <dje@google.com>
224
225         * gdb.reverse/i387-env-reverse.exp: Extend timeout of
226         "record to end of main" test.
227
228         * gdb.python/py-type.c (TS): New typedef.
229         (ts): New global.
230         * gdb.python/py-type.exp: Test field list of typedef.
231
232 2011-11-10  Joel Brobecker  <brobecker@adacore.com>
233
234         * gdb.ada/small_reg_param: New testcase.
235
236 2011-11-09  Tom Tromey  <tromey@redhat.com>
237
238         * gdb.cp/destrprint.exp: New file.
239         * gdb.cp/destrprint.cc: New file.
240
241 2011-11-08  Meador Inge  <meadori@codesourcery.com>
242
243         * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
244         (switch_stack_to_other): New test function.
245         * gdb.arch/thumb-prologue.exp: New test cases.
246
247 2010-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
248
249         * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
250
251 2011-11-08  Yao Qi  <yao@codesourcery.com>
252
253         * gdb.exp (supports_process_record): New.
254         (supports_reverse): New.
255         * gdb.reverse/break-precsave.exp: Call support_process_record
256         to run test conditionally.
257         * gdb.reverse/consecutive-precsave.exp: Likewise.
258         * gdb.reverse/i386-precsave.exp: Likewise.
259         * gdb.reverse/machinestate-precsave.exp: Likewise.
260         * gdb.reverse/solib-precsave.exp: Likewise.
261         * gdb.reverse/step-precsave.exp: Likewise.
262         * gdb.reverse/until-precsave.exp: Likewise.
263         * gdb.reverse/watch-precsave.exp: Likewise.
264         * gdb.reverse/break-reverse.exp: Call support_reverse  to run
265         test conditionally.
266         * gdb.reverse/consecutive-reverse.exp: Likewise.
267         * gdb.reverse/finish-precsave.exp: Likewise.
268         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
269         * gdb.reverse/finish-reverse.exp: Likewise.
270         * gdb.reverse/i386-reverse.exp: Likewise.
271         * gdb.reverse/i386-sse-reverse.exp: Likewise.
272         * gdb.reverse/machinestate.exp: Likewise.
273         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
274         * gdb.reverse/sigall-precsave.exp: Likewise.
275         * gdb.reverse/sigall-reverse.exp: Likewise.
276         * gdb.reverse/solib-reverse.exp: Likewise.
277         * gdb.reverse/step-reverse.exp: Likewise.
278         * gdb.reverse/until-reverse.exp: Likewise.
279         * gdb.reverse/watch-reverse.exp: Likewise.
280
281 2011-11-05  Yao Qi  <yao@codesourcery.com>
282
283         * gdb.trace/trace-break.exp: Add test on setting two
284         fast tracepoints at the same address.
285
286 2011-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
287
288         * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
289
290 2011-11-02  Stan Shebs  <stan@codesourcery.com>
291
292         * gdb.trace/collection.c: Add code using strings.
293         * gdb.trace/collection.exp: Add tests of string collection.
294
295 2011-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
296
297         * gdb.base/skip-solib.exp (executable_main): New variable.
298         (binfile_main): Base it on that.
299         Use $executable_main in clean_restart calls.  Drop gdb_exit and
300         gdb_start calls.
301
302 2011-11-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
303
304         Fix racy FAILs.
305         * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
306         breakpoint_re globals import by async.  Set string_regex to .* for
307         async.  Remove the optional thread_selected_re and breakpoint_re
308         globals expectations.
309
310 2011-11-01  Joseph Myers  <joseph@codesourcery.com>
311
312         * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
313         well as Cygwin.
314
315 2011-11-01  Justin Lebar <justin.lebar@gmail.com>
316
317         Add tests for skip command.
318         * gdb.base/skip-solib-lib.c: New
319         * gdb.base/skip-solib-main.c: New
320         * gdb.base/skip-solib.exp: New
321         * gdb.base/skip.c: New
322         * gdb.base/skip.exp: New
323         * gdb.base/skip1.c: New
324         * gdb.base/Makefile.in: Adding new files.
325
326 2011-10-31  Yao Qi  <yao@codesourcery.com>
327             Pedro Alves  <pedro@codesourcery.com>
328
329         * gdb.trace/trace-break.c: New.
330         * gdb.trace/trace-break.exp: New.
331
332 2011-10-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
333
334         * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
335         break-here-2.
336
337 2011-10-28  Pedro Alves  <pedro@codesourcery.com>
338
339         * gdb.threads/no-unwaited-for-left.c: New.
340         * gdb.threads/no-unwaited-for-left.exp: New.
341         * gdb.threads/non-ldr-exc-1.c: New.
342         * gdb.threads/non-ldr-exc-1.exp: New.
343         * gdb.threads/non-ldr-exc-2.c: New.
344         * gdb.threads/non-ldr-exc-2.exp: New.
345         * gdb.threads/non-ldr-exc-3.c: New.
346         * gdb.threads/non-ldr-exc-3.exp: New.
347         * gdb.threads/non-ldr-exc-4.c: New.
348         * gdb.threads/non-ldr-exc-4.exp: New.
349
350 2011-10-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
351
352         * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
353         * gdb.base/attach-pie-misread.exp: Likewise.
354         * gdb.base/break-interp.exp: Likewise.
355         * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
356         testcases for use_gdb_stub.
357         * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
358         (continue): New testcase.
359         * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
360         * gdb.threads/attach-into-signal.exp: Likewise.
361         * gdb.threads/attach-stopped.exp: Likewise.
362         * gdb.threads/attachstop-mt.exp: Likewise.
363
364 2011-10-28  Paul Koning  <paul_koning@dell.com>
365
366         * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
367
368 2011-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
369
370         * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
371         (mi_gdb_test): Import globals thread_selected_re
372         and breakpoint_re.  Expect them optionally at the regex start.
373
374 2011-10-27  Doug Evans  <dje@google.com>
375
376         * gdb.python/python.exp: Test source -s.
377
378 2011-10-26  Paul Koning  <paul_koning@dell.com>
379
380         * gdb.python/lib-types.cc (struct A): New structure.
381         * gdb.python/lib-types.exp (deepitems): New tests.
382
383 2011-10-25  Paul Koning  <paul_koning@dell.com>
384
385         PR python/13327
386
387         * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
388         fetch_lazy method.
389
390 2011-10-24  Yao Qi  <yao@codesourcery.com>
391
392         * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
393         target is tic6x-*-*.
394
395 2011-10-21  Joel Brobecker  <brobecker@adacore.com>
396
397         * gdb.ada/mi_task_info/task_switch.adb: New file.
398         * gdb.ada/mi_task_info.exp: New file.
399
400 2011-10-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
401
402         * gdb.cp/expand-psymtabs-cxx.exp: New file.
403         * gdb.cp/expand-psymtabs-cxx.cc: New file.
404
405 2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
406
407         PR python/12656
408
409         * gdb.python/py-block.exp: Add is_global, is_static, static_block,
410         global_block tests.
411
412 2011-10-18  Tom Tromey  <tromey@redhat.com>
413
414         * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
415
416 2011-10-18  Tom Tromey  <tromey@redhat.com>
417
418         * gdb.base/source.exp: Don't include full file name in test name.
419         * gdb.python/python.exp: Don't include full file name in test
420         name.
421
422 2011-10-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
423
424         * gdb.base/attach-pie-noexec.c: New files.
425         * gdb.base/attach-pie-noexec.exp: New files.
426
427 2011-10-17  Joseph Myers  <joseph@codesourcery.com>
428
429         * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
430         prompt for each extra line in command.
431
432 2011-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
433
434         * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
435         Revert the part of:
436         2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
437         * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
438         Change the expected string.
439
440 2011-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
441
442         Fix results with system glibc debug info installed.
443         * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
444         (continue to $syscall (2nd time), continue to $syscall (3rd time)):
445         Accept also __libc_ symbol prefix and no prefix.
446
447 2011-10-14  Keith Seitz  <keiths@redhat.com>
448
449         PR c++/13225
450         * gdb.cp/converts.cc (foo3_1): New function.
451         (foo3_2): New functions.
452         * gdb.cp/converts.exp: Add tests for int to pointer conversion
453         and null pointer conversions of integer constant zero.
454         Add test to check if all arguments are checked for incompatible
455         conversion BADNESS.
456
457 2011-10-14  Tom Tromey  <tromey@redhat.com>
458
459         * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
460         * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
461         linespec.
462
463 2011-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
464
465         Fix internal error regression.
466         * gdb.dwarf2/implptr-optimized-out.S: New file.
467         * gdb.dwarf2/implptr-optimized-out.exp: New file.
468
469 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
470
471         Fix empty DWARF expressions DATA vs. SIZE conditionals.
472         * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
473         (loclist): New.
474         (4): New abbrev.
475         * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
476         Use prepare_for_testing, remove clean_restart.
477         (p arraynoloc, p arraycallnoloc): New tests.
478
479 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
480
481         * gdb.cp/namespace-enum.exp (executable): New variable.
482         (binfile): Use ${objdir}/${subdir}/ prefix.
483         Use ${executable} for clean_restart.
484
485 2011-10-11  Sterling Augustine  <saugustine@google.com>
486
487         * gdb.cp/Makefile.in: Add namespace-enum test.
488         * gdb.cp/namespace-enum.exp: New file.
489         * gdb.cp/namespace-enum.c: New file.
490         * gdb.cp/namespace-enum-main.c: New file.
491
492 2011-10-11  Ulrich Weigand  <ulrich.weigand@linaro.org>
493
494         * gdb.python/py-shared.exp: Relax filename check to handle remote:
495         sysroot.
496
497 2011-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
498
499         Reimplement @entry in input expressions.
500         * gdb.base/exprs.c (v_int_array_init): New variable.
501         * gdb.base/exprs.exp (print v_int_array_init)
502         (print *v_int_array_init@1, print *v_int_array_init@2)
503         (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
504         (print v_int_array_init[1]@1): New tests.
505
506 2011-10-10  Joseph Myers  <joseph@codesourcery.com>
507
508         * gdb.cp/gdb2495.exp: Do not include directories in filename in
509         expected message.
510
511 2011-10-09  Doug Evans  <dje@google.com>
512
513         * gdb.base/alias.exp: Add tests for alias command.
514
515 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
516
517         * gdb.arch/amd64-entry-value.s: New file.
518         * gdb.mi/mi2-amd64-entry-value.s: New file.
519
520 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
521
522         Display @entry parameter values even for references.
523         * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
524         functions.
525         (main): New variables regvar, nodatavarp, stackvar1, stackvar2.  Call
526         reference and datap_input.
527         * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
528         breakpoints.
529         (continue to breakpoint: entry_reference: reference)
530         (entry_reference: bt at entry)
531         (continue to breakpoint: entry_reference: breakhere_reference)
532         (entry_reference: bt, entry_reference: ptype regparam)
533         (entry_reference: p regparam, entry_reference: ptype regparam@entry)
534         (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
535         (entry_reference: p regcopy, entry_reference: p nodataparam)
536         (entry_reference: p nodataparam@entry): New tests.
537
538 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
539
540         Support @entry in input expressions.
541         * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
542         (entry_stack: p s1@entry, entry_stack: p s2@entry)
543         (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
544         (tailcall: p j@entry): New tests.
545         * gdb.cp/koenig.cc (A::entry): New function.
546         (main): Call it.
547         * gdb.cp/koenig.exp (p entry (c)): New test.
548
549 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
550
551         Display @entry parameter values (without references).
552         * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
553         (different, validity, invalid): New functions.
554         (main): Call them.
555         * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
556         stacktest, breakhere_stacktest, different, breakhere_different,
557         breakhere_validity and breakhere_invalid.
558         (entry: bt): Update for @entry.
559         (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
560         (entry_validity: *, entry_invalid: *): Many new tests.
561         * gdb.base/break.exp
562         (run until breakpoint set at small function, optimized file): Accept
563         also the @entry suffix.
564         * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
565         * gdb.mi/mi2-amd64-entry-value.c: New files.
566         * gdb.mi/mi2-amd64-entry-value.exp: New files.
567
568 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
569
570         Protect entry values against self tail calls.
571         * gdb.arch/amd64-entry-value.cc (self2, self): New.
572         (main): Call self.
573         * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
574         (set debug entry-values 1, self: bt debug entry-values): New tests.
575
576 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
577
578         Recognize virtual tail call frames.
579         * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
580         (amb_b, amb_a): New.
581         (main): Call a and b.
582         * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
583         (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
584         (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
585         New tests.
586
587 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
588
589         Implement basic support for DW_TAG_GNU_call_site.
590         * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
591         * gdb.arch/amd64-entry-value.cc: New file.
592         * gdb.arch/amd64-entry-value.exp: New file.
593
594 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
595
596         Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
597         * gdb.dwarf2/implptr-64bit.S: New file.
598         * gdb.dwarf2/implptr-64bit.exp: New file.
599
600 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
601
602         Fix initial language detection with -readnow.
603         * gdb.cp/readnow-language.cc: New file.
604         * gdb.cp/readnow-language.exp: New file.
605
606 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
607
608         Fix printed anonymous struct name.
609         * gdb.cp/anon-struct.exp (print type of X::t2): New test.
610
611 2011-10-09  Joseph Myers  <joseph@codesourcery.com>
612
613         * gdb.base/solib-symbol.exp: Do not include directories in
614         filenames in expected messages.
615
616 2011-10-07  Doug Evans  <dje@google.com>
617
618         * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
619
620 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
621
622         Allow Python notification of new object-file loadings.
623         * gdb.python/py-events.exp: Test newobjfile event.
624         * gdb.python/py-events.py: Register newobjfile callback.
625         * gdb.python/py-events.c: Add call to shared library
626         * gdb.python/py-events-shlib.c: New file.
627
628 2011-10-06  Joseph Myers  <joseph@codesourcery.com>
629
630         * gdb.base/fixsection.exp: Do not include directories in filename
631         in expected message.
632
633 2011-10-05  Pierre Muller  <muller@ics.u-strasbg.fr>
634
635         Add tests for passing of environment variables to inferior.
636         * gdb.base/testenv.c: New test source.
637         * gdb.base/testenv.exp: New expect test.
638
639 2011-10-04  Paul Koning  <paul_koning@dell.com>
640
641         * gdb.python/py-value.c (main): Break before return.
642
643 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
644
645         PR python/12691: Add the inferior to Python exited event
646         * gdb.python/py-events.exp: Test the inferior attribute of exited
647         event with a fork.
648         * gdb.python/py-events.py: Print inferior number on exit.
649         * gdb.python/py-events.c: Fork the inferior.
650
651 2011-10-03  Edjunior Machado  <emachado@linux.vnet.ibm.com>
652
653         * gdb.base/jit.exp: Add testcase name to log message
654
655 2011-10-03  Paul Koning  <paul_koning@dell.com>
656             Jan Kratochvil  <jan.kratochvil@redhat.com>
657
658         * gdb.python/py-value.exp
659         (python inval = gdb.parse_and_eval('*(int*)0'))
660         (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
661         (set argc=2, python print argc_lazy): New tests.
662
663 2011-10-02  Joel Brobecker  <brobecker@adacore.com>
664
665         * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
666
667 2011-10-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
668             Pedro Alves  <pedro@codesourcery.com>
669
670         * gdb.python/py-value.exp (test_value_in_inferior): New variable
671         can_read_0, test for it.
672         (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
673         (parse_and_eval with memory error): ... here, make it untested if
674         can_read_0.
675
676 2011-09-30  Marek Polacek  <mpolacek@redhat.com>
677
678         * gdb.python/python.exp (verify pagination beforehand)
679         (verify pagination afterwards): Fix race by splitting the line.
680
681 2011-09-29  Joseph Myers  <joseph@codesourcery.com>
682
683         * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
684         for 64-bit multilibs from i?86-* targets.
685
686 2011-09-29  Marek Polacek  <mpolacek@redhat.com>
687
688         * lib/gdb.exp: Fix a typo in one of the comments.
689
690 2011-09-29  Marek Polacek  <mpolacek@redhat.com>
691
692         * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
693         matching pattern.
694
695 2011-09-28  Paul Koning  <paul_koning@dell.com>
696
697         * gdb.python/py-type.c (enum E): New.
698         * gdb.python/py-type.exp (test_fields): Add tests for Python
699         mapping access to fields.
700         (test_enums): New test for field access on enums.
701
702 2011-09-27  Stan Shebs  <stan@codesourcery.com>
703
704         * gdb.trace/collection.exp: Test collection of $_ret.
705
706 2011-09-22  Andreas Tobler  <andreast@fgznet.ch>
707
708         * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
709         list of compilation switches for <*-*-freebsd*>.
710
711 2011-09-19  Stan Shebs  <stan@codesourcery.com>
712
713         * gdb.trace/tspeed.exp: New file.
714         * gdb.trace/tspeed.c: New file.
715
716 2011-09-18  Yao Qi  <yao@codesourcery.com>
717
718         * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
719         instructions.
720         (test_adr_32bit, test_pop_pc): Likewise.
721         (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
722         Thumb instructions.
723         * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
724         in gdb_test_multiple.
725         (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
726
727 2011-09-17  Yao Qi  <yao@codesourcery.com>
728
729         * lib/gdb.exp (can_single_step_to_signal_handler): New.
730         * gdb.base/kill-after-signal.exp: Call it.  Skip if target doesn't
731         support single step to signal handler.
732
733 2011-09-17  Yao Qi  <yao@codesourcery.com>
734
735         * gdb.base/disp-step-fork.c: New.
736         * gdb.base/disp-step-syscall.exp: New.
737         * gdb.base/disp-step-vfork.c: New.
738
739 2011-09-16  Joel Brobecker  <brobecker@adacore.com>
740
741         * gdb.ada/tasks.exp: Make the expected output for
742         the `info tasks' tests more resilient to spacing
743         changes.
744
745 2011-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
746
747         * gdb.python/py-evthreads.exp (Run to breakpoint 1)
748         (reached breakpoint 2, reached breakpoint 3): Update expected output.
749
750 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
751
752         PR Python/12692 Add gdb.selected_inferior() to Python interface.
753         * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
754
755 2011-04-30  Kevin Pouget  <kevin.pouget@st.com>
756
757         Handle multiple breakpoint hits in Python interface:
758         * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
759         presence.
760         * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
761         breakpoint hits.
762
763 2011-09-13  Sami Wagiaalla  <swagiaal@redhat.com>
764             Jan Kratochvil  <jan.kratochvil@redhat.com>
765
766         * gdb.python/py-events.exp: Remove pretty printing comment.
767         * gdb.python/py-evsignal.exp: New file.
768         * gdb.python/py-evthreads.c: Include signal.h.
769         (thread3): Remove variable count3.  Remove variable bad and use raise
770         instead.
771         (thread2): Remove variable count2.  Move thread3 pthread_create here,
772         merge pthread_join to a single line.
773         (main): Remove variable count1.  Merge pthread_join with pthread_create
774         to a single line.
775         * gdb.python/py-evthreads.exp: Remove pretty printing comment.  New
776         KFAIL python/12966 for gdbserver.  Test return value of
777         gdb_compile_pthreads.  Use gdb_run_cmd.  Replace send_gdb and
778         gdb_expect by gdb_test and gdb_test_multiple.
779         (thread 2, thread 3): New tests.
780
781 2011-09-12  Matt Rice  <ratmice@gmail.com>
782             Pedro Alves  <pedro@codesourcery.com>
783
784         PR gdb/13175
785
786         * gdb.base/interp.exp: New tests.
787         * gdb.base/interp.c: New file.
788
789 2011-09-12  Doug Evans  <dje@google.com>
790
791         * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
792         * gdb.dwarf2/typeddwarf.exp: Ditto.
793
794 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
795
796         Fix compatibility with x32 arch.
797         * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
798         * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
799         is_x86_like_target.
800         * testsuite/gdb.trace/collection.exp: Likewise.
801         * testsuite/gdb.trace/report.exp: Likewise.
802         * testsuite/gdb.trace/unavailable.exp: Likewise.
803         * testsuite/gdb.trace/while-dyn.exp: Likewise.
804         * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
805         (is_x86_like_target): Check also is_amd64_regs_target.
806
807 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
808
809         PR breakpoints/12435
810         * gdb.arch/amd64-prologue-xmm.c: New file.
811         * gdb.arch/amd64-prologue-xmm.exp: New file.
812         * gdb.arch/amd64-prologue-xmm.s: New file.
813
814 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
815
816         * gdb.dwarf2/dw2-param-error-main.c: New file.
817         * gdb.dwarf2/dw2-param-error.S: New file.
818         * gdb.dwarf2/dw2-param-error.exp: New file.
819
820 2011-09-08  Pedro Alves  <pedro@codesourcery.com>
821
822         * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
823         inferior's pid and look for a core dump named core.$pid.  Use
824         `remote_file' commands on the host instead of hand coding shell
825         commands on the build.
826         * gdb.base/valgrind-db-attach.exp: Kill the program before
827         finishing the test.
828
829 2011-09-02  Matt Rice  <ratmice@gmail.com>
830
831         * lib/prompt.exp: New file for testing the first prompt.
832         * gdb.python/py-prompt.exp: Ditto.
833         * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
834
835 2011-09-02  Pedro Alves  <pedro@codesourcery.com>
836
837         * gdb.threads/gcore-thread.exp: Set the global core_supported to
838         0, before testing gcore.
839
840 2011-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
841
842         * dw2-ifort-parameter-debug.S: Update copyright year.
843         * dw2-ifort-parameter.c: Update copyright year.
844         * dw2-ifort-parameter.exp: Update copyright year.
845
846         * dw2-ifort-parameter-debug.S: New file.
847         * dw2-ifort-parameter.c: New file.
848         * dw2-ifort-parameter.exp: New file.
849
850 2011-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
851
852         * gdb.base/commands.exp (error_clears_commands_left): New function.
853         (): Call it.
854
855 2011-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
856
857         * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
858         (C): Initialize `a'.
859         * gdb.mi/mi-inheritance-syntax-error.exp
860         (-data-evaluate-expression $path):  Expect `a' as 5.
861
862 2011-08-26  Marc Khouzam  <marc.khouzam@ericsson.com>
863
864         PR mi/11912
865         * gdb.mi/mi-inheritance-syntax-error.cc: New file.
866         * gdb.mi/mi-inheritance-syntax-error.exp: New file.
867         * gdb.mi/mi-var-cp.cc: Updated for new 'class'
868         keyword in output of -var-info-path-expression.
869
870 2011-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
871
872         * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
873         * gdb.trace/collection.exp: Likewise.
874         * gdb.trace/report.exp: Likewise.
875         * gdb.trace/unavailable.exp: Likewise.
876         * gdb.trace/while-dyn.exp: Likewise.
877
878 2011-08-18  Keith Seitz  <keiths@redhat.com>
879
880         PR c++/12266
881         * gdb.cp/meth-typedefs.cc: New file.
882         * gdb.cp/meth-typedefs.exp: New file.
883
884 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
885
886         * gdb.python/python.exp: Add extended-prompt tests.
887
888 2011-08-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
889
890         * gdb.arch/i386-dr3-watch.exp
891         (watchpoint on gap1 does not fit debug registers)
892         (delete all watchpoints): Fix racy expect strings.
893
894 2011-08-14  Yao Qi  <yao@codesourcery.com>
895
896         * gdb.base/maint.exp: set data_section to ".neardata".
897         * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
898         * gdb.base/savedregs.exp: Handle SIGILL.
899         * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
900         * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
901
902 2011-08-12  Doug Evans  <dje@google.com>
903
904         * gdb.python/py-symbol.exp: Add test for symbol.type.
905
906 2011-08-12  Ulrich Weigand  <ulrich.weigand@linaro.org>
907
908         * gdb.threads/pthreads.exp: Enable on non-native configurations.
909         * gdb.mi/mi-pthreads.exp: Likewise.
910         * gdb.mi/mi2-pthreads.exp: Likewise.
911         * gdb.mi/gdb669.exp.exp: Likewise.
912
913 2011-08-09  Pedro Alves  <pedro@codesourcery.com>
914
915         * lib/mi-support.exp (detect_async): Rename to...
916         (mi_detect_async): ... this.
917         * gdb.mi/mi-nonstop-exit.exp: Adjust.
918         * gdb.mi/mi-nonstop.exp: Adjust.
919         * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
920         * gdb.mi/mi-nsintrall.exp: Adjust.
921         * gdb.mi/mi-nsmoribund.exp: Adjust.
922         * gdb.mi/mi-nsthrexec.exp: Adjust.
923
924 2011-08-09  Pedro Alves  <pedro@codesourcery.com>
925
926         * gdb.base/display.c (do_loops): New `p_i' local.
927         * gdb.base/display.exp: Test displaying a variable that is
928         temporarily at a bad address.
929
930 2011-08-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
931
932         * gdb.dwarf2/dw2-op-stack-value.S: New file.
933         * gdb.dwarf2/dw2-op-stack-value.exp: New file.
934
935 2011-08-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
936
937         * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
938         * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
939         (p fuNC_symtab): Permit also ppc64 leading dot.
940
941 2011-08-05  Pedro Alves  <pedro@codesourcery.com>
942
943         * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
944         procedure.
945         (gdb_collect_args_test, gdb_collect_locals_test): Use it.
946
947 2011-08-05  Yao Qi  <yao@codesourcery.com>
948
949         * gdb.base/callfuncs.exp: Set language after main.
950         * gdb.cp/cplusfuncs.exp: Likewise.
951         * gdb.cp/inherit.exp: Likewise.
952
953 2011-08-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
954
955         * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
956         * gdb.base/watch-vfork.exp: Skip on remote targets.
957
958 2011-08-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
959
960         * gdb.threads/thread-find.exp: Support remote targets.
961
962 2011-08-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
963
964         * gdb.base/jit.exp: Download solib_binfile to target.
965         * gdb.base/jit-so.exp:  Likewise.  Also, use gdb_load_shlibs
966         and call dlopen without full path name.
967         * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
968         dlopen without full path name.
969
970 2011-08-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
971
972         * gdb.base/break-always.exp: Complete the test
973         with duplicated breakpoints and enabling/disabling them.
974
975 2011-08-02  Tom Tromey  <tromey@redhat.com>
976
977         PR gdb/11289:
978         * gdb.cp/overload.exp: Fix regexps.  Remove kfails.
979
980 2011-08-01  Paul Pluzhnikov  <ppluzhnikov@google.com>
981
982         PR gdb/13045
983         * gdb.base/float.exp: Add new test case for PR gdb/13045
984         * gdb.base/float.c: New file.
985
986 2011-07-28  Phil Muldoon  <pmuldoon@redhat.com>
987
988         * gdb.python/py-mi.exp: Test printers returning string hint, and
989         also not returning a value.
990         * gdb.python/py-prettyprint.c: Add testcase for above.
991         * gdb.python/py-prettyprint.py: Add test printer for above.
992
993 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
994
995         * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
996         (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
997         (.Ldie30) Add as field "data4".
998         (.Ldie32) Rename field "b" to "shl".
999         (abbrev4) Change for the "data4" field.
1000         (abbrev5, abbrev6) Remove.
1001         * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
1002         (p &s.shl): ... here.  Add comment.
1003         (p &s.data4): New.
1004
1005 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1006
1007         Fix crash on lval_computed values.
1008         * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
1009
1010 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1011
1012         * gdb.base/help.exp (help whatis): Update the expected string.
1013
1014 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1015
1016         * gdb.dwarf2/dw2-simple-locdesc.S: New file.
1017         * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
1018         * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
1019         Change the expected string.
1020
1021 2011-07-26  Pedro Alves  <pedro@codesourcery.com>
1022
1023         * gdb.base/watchpoint.exp
1024         (test_disable_enable_software_watchpoint): New procedure.
1025         (top level): Run it.
1026
1027 2011-07-26  Ulrich Weigand  <ulrich.weigand@linaro.org>
1028
1029         * gdb.python/py-mi.exp: Avoid '+' in filenames.  Call C version of
1030         executable file "${binfile}", C++ version "${binfile}-cxx".
1031         * gdb.python/py-prettyprint.exp: Likewise.
1032         * gdb.python/py-symbol.exp: Likewise.
1033         * gdb.python/py-type.exp: Likewise.
1034         * gdb.python/py-value.exp: Likewise.
1035         * gdb.python/py-template.exp (test_template_arg): Pass full executable
1036         file name instead of just suffix.
1037
1038 2011-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
1039
1040         Fix implicit pointer offsets.
1041         * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
1042         * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
1043         (continue to breakpoint: continue to baz breakpoint for implptr)
1044         (sanity check element 0, sanity check element 1)
1045         (enter the inlined function, check element 0 for the offset)
1046         (check element 1 for the offset)
1047         (continue to breakpoint: ignore the second baz breakpoint): New tests.
1048         (set foo breakpoint for implptr): Update the breakpoint number.
1049
1050 2011-07-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
1051
1052         * gdb.python/py-mi.exp: Use different file names for different
1053         versions of the executable under test.
1054         * gdb.python/py-prettyprint.exp: Likewise.
1055         * gdb.python/py-symbol.exp: Likewise.
1056         * gdb.python/py-template.exp: Likewise.
1057         * gdb.python/py-type.exp: Likewise.
1058         * gdb.python/py-value.exp: Likewise.
1059
1060 2011-07-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
1061
1062         * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
1063         flag after restarting GDB if necessary.
1064
1065 2011-07-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
1066
1067         * gdb.python/py-shared.exp: Call gdb_load_shlibs.
1068
1069 2011-07-22  Pedro Alves  <pedro@codesourcery.com>
1070
1071         * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
1072         backend doesn't leave used debug registers behind.
1073
1074 2011-07-22  Tom Tromey  <tromey@redhat.com>
1075
1076         * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
1077         * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
1078         argument.
1079         * gdb.dwarf2/typeddwarf-amd64.S: New file.
1080
1081 2011-07-21  Matt Rice  <ratmice@gmail.com>
1082
1083         * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
1084         in mostlyclean rule.  Add files ending in .core.
1085
1086 2011-07-21  Matt Rice  <ratmice@gmail.com>
1087
1088         PR macros/12999
1089         * gdb.base/info-macros.c: New test sources.
1090         * gdb.base/info-macros.exp: New tests.
1091
1092 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
1093
1094         * gdb.python/python.exp: Add prompt substitution tests.
1095
1096 2011-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1097
1098         Fix crash if referenced CU is aged out.
1099         * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
1100         New.
1101         * gdb.dwarf2/implptr.exp: Likewise.
1102
1103 2011-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1104
1105         * gdb.dwarf2/implptr.S: Rebuilt.
1106         * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
1107         (bar): Use them for j, k, l.
1108         * gdb.dwarf2/implptr.exp: New variable opts.  Support runtest parameter
1109         COMPILE.
1110         (print j in implptr:bar): Update for the intp typedef.
1111         (print p[0].x in implptr:foo): Use more exact regex.
1112
1113 2011-07-18  Tom Tromey  <tromey@redhat.com>
1114
1115         * gdb.cp/static-method.exp: Add missing single quote.
1116
1117 2011-07-18  Yao Qi  <yao@codesourcery.com>
1118
1119         * gdb.base/async-shell.exp: Skip test if displaced stepping is not
1120         supported.
1121         * gdb.mi/mi-nonstop-exit.exp: Likewise.
1122         * gdb.mi/mi-nonstop.exp: Likewise.
1123         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1124         * gdb.mi/mi-nsintrall.exp: Likewise.
1125         * gdb.mi/mi-nsmoribund.exp: Likewise.
1126         * gdb.mi/mi-nsthrexec.exp: Likewise.
1127         * gdb.python/py-evthreads.exp: Likewise.
1128
1129 2011-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1130
1131         Code cleanup.
1132         * gdb.cp/namespace.exp (xfail_class_types): New variable.  Initialize
1133         it.  Substitute it instead of test_compiler_info everywhere.
1134
1135 2011-07-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
1136
1137         * gdb.base/type-opaque.exp: Use gdb_load_shlibs.  Run test on
1138         remote targets as well.
1139
1140 2011-07-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
1141
1142         * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
1143         * gdb.threads/tls-shared.exp: Use it.  Call gdb_load_shlibs.
1144
1145 2011-07-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
1146
1147         * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
1148         a remote machine, not the host.
1149         (gdb_compile_shlib): Set soname if target is remote.
1150
1151 2011-07-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
1152
1153         * gdb.cp/minsym-fallback.exp: Link in C++ mode.
1154
1155 2011-07-13  Matt Rice <ratmice@gmail.com>
1156
1157         * gdb.python/py-objfile-script-gdb.py: Renamed to
1158         py-objfile-script-gdb.py.in.
1159         * gdb.python/py-objfile-script-gdb.py.in: Renamed from
1160         py-objfile-script-gdb.py.
1161         * gdb.python/py-objfile-script.exp: Update reference to
1162         py-objfile-script-gdb.py.
1163
1164 2011-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1165
1166         * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
1167         reference undefined label.
1168
1169 2011-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1170
1171         * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
1172         (DW_AT_high_pc, DW_AT_low_pc): Remove them.
1173         (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
1174         * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
1175
1176 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
1177
1178         PR python/12438
1179         * gdb.python/python.exp: Add maint set/show python print-stack
1180           deprecated tests.  Add set/show python print-backtrace tests.
1181
1182 2011-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
1183
1184         * gdb.java/jprint.exp (print a java.lang.String): xfail without system
1185         debug info.
1186
1187 2011-07-06  Matt Rice  <ratmice@gmail.com>
1188
1189         * gdb.python/python.exp: Update filename paths.
1190         * gdb.python/py-symtab.exp: Ditto.
1191
1192 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
1193
1194         * gdb.python/py-evthreads.exp: Add missing `$'.
1195
1196 2011-07-06  Jie Zhang  <jie.zhang@analog.com>
1197
1198         * config/bfin.exp: New file.
1199         * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
1200         * gdb.asm/bfin.inc: New file.
1201
1202 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
1203
1204         * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
1205         the whole output.
1206
1207 2011-07-05  Tom Tromey  <tromey@redhat.com>
1208
1209         * gdb.java/jprint.java (jprint.hi): New field.
1210         * gdb.java/jprint.exp: Print string.
1211
1212 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
1213
1214         * gdb.base/call-sc.c: Fix typos.
1215         * gdb.base/ifelse.exp: Likewise.
1216         * gdb.base/structs.c: Likewise.
1217
1218 2011-07-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
1219
1220         * gdb.base/jit-so.exp: New test.
1221         * gdb.base/jit-dlmain.c: New file.
1222         * gdb.base/jit-main.c: Allow "main" to be elsewhere.
1223
1224 2011-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1225
1226         * gdb.cp/m-static.exp: Call get_compiler_info.
1227         (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
1228         * gdb.cp/pr9167.exp (p b): Likewise.
1229         * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
1230         (test value of P in inner_m, test type of Z in inner_m): Call
1231         setup_xfail for gcc <= 4.5.
1232
1233 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1234
1235         * gdb.cp/paren-type.cc: New files.
1236         * gdb.cp/paren-type.exp: New files.
1237
1238 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1239
1240         Stop on first linespec terminator instead of eating what we can.
1241         * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
1242         * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
1243         * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
1244         (break C::f()): ... this one.
1245         (break C::operator()()): New test.
1246         * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
1247         * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
1248         test.
1249
1250 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1251
1252         Fall back linespec to minimal symbols.
1253         * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
1254         error message.
1255         * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
1256         * gdb.cp/minsym-fallback-main.cc: New file.
1257         * gdb.cp/minsym-fallback.cc: New file.
1258         * gdb.cp/minsym-fallback.exp: New file.
1259         * gdb.cp/minsym-fallback.h: New file.
1260
1261 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1262
1263         * gdb.cp/no-dmgl-verbose.cc: New file.
1264         * gdb.cp/no-dmgl-verbose.exp: New file.
1265
1266 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1267
1268         * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
1269         __GI_.
1270         * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
1271         (f): New function.
1272         * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
1273         (complete p 'func<short>(): ... here.
1274         * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
1275         * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
1276         * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
1277         * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
1278         Make them KFAIL gcc/49546.
1279
1280 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
1281
1282         * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
1283
1284 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1285
1286         Test GCC PR debug/49546.
1287         * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
1288         (test type of F in k3_m, test value of F in k3_m): New.
1289         * gdb.cp/temargs.cc (struct S3, struct K3): New.
1290         (main): New variable k3.  Call k3.k3_m.
1291
1292 2011-07-01  Jean-Charles Delay  <delay@adacore.com>
1293
1294         * gdb.ada/packed_array.exp: Fix expected outout.
1295
1296 2011-07-01  Jean-Charles Delay  <delay@adacore.com>
1297
1298         * gdb.ada/packed_array.exp: fixed expected output.
1299
1300 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
1301
1302         * gdb.ada/same_enum: New testcase.
1303
1304 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
1305
1306         * gdb.ada/ptr_typedef: New testcase.
1307
1308 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
1309
1310         * gdb.ada/arrayptr.exp: Add ptype test.
1311
1312 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
1313
1314         * gdb.ada/char_enum: New testcase.
1315
1316 2011-07-01  Yao Qi  <yao@codesourcery.com>
1317
1318         * gdb.base/dump.exp (capture_pointer_with_type): New.
1319         Get value from address instead of name.
1320         Start GDB once, and do `dump' and `restore'
1321         tests together.
1322
1323 2011-06-30  Jie Zhang <jie.zhang@analog.com>
1324             Mike Frysinger  <vapier@gentoo.org>
1325
1326         * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
1327         helper functions for getting/setting remotetimeout variable.
1328         * lib/gdb.exp (gdb_load): If the target is remote, set
1329         $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
1330         with $loadtimeout.  Set $load_ok to 0 before doing the load.
1331         Instead of returning, immediately, set $load_ok to 0.  Call
1332         set_remotetimeout with $oldremotetimeout, and then return if
1333         $load_ok is 1.
1334
1335 2011-06-30  Andrew Burgess  <aburgess@broadcom.com>
1336
1337         * gdb.python/py-template.exp: Don't run this test if the target
1338         does not support c++ tests.
1339
1340 2011-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
1341
1342         Fix non-only rename list for Fortran modules import.
1343         * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
1344         tests.
1345         * gdb.fortran/module.f90 (module moduse): New.
1346         (program module): use moduse, test var_x, var_y and var_z.
1347
1348 2011-06-29  Tom Tromey  <tromey@redhat.com>
1349
1350         PR testsuite/12040:
1351         * gdb.fortran/array-element.exp: Use f90, not f77.
1352         * gdb.fortran/complex.exp: Use f90, not f77.
1353         * gdb.fortran/derived-type.exp: Use f90, not f77.
1354         * gdb.fortran/library-module.exp: Use f90, not f77.
1355         * gdb.fortran/logical.exp: Use f90, not f77.
1356         * gdb.fortran/module.exp: Use f90, not f77.
1357         * gdb.fortran/multi-dim.exp: Use f90, not f77.
1358         * gdb.fortran/subarray.exp: Use f90, not f77.
1359
1360 2011-06-29  Tom Tromey  <tromey@redhat.com>
1361
1362         * gdb.fortran/charset.exp: New file.
1363         * gdb.fortran/charset.f90: New file.
1364
1365 2011-06-29  Tom Tromey  <tromey@redhat.com>
1366
1367         PR testsuite/12040:
1368         * lib/future.exp: New file, mostly extracted from ada.exp.
1369         Rewrote compatibility code to use rename.
1370         (gdb_find_gfortran): New proc.
1371         (gdb_default_target_compile): Refresh from dejagnu; plus a pending
1372         gfortran patch.
1373         * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
1374         Move to future.exp.
1375         * lib/gdb.exp: Always load future.exp.
1376
1377 2011-06-28  Yao Qi  <yao@codesourcery.com>
1378
1379         * gdb.cp/exception.cc: Don't include iostream.
1380         (bar): Remove print statement.
1381         (catcher): New.
1382         (main): Remove print statements.  Call function catcher.
1383         * gdb.cp/exception.exp : Don't match inferior's output in regexp.
1384         Set breakpoint on catcher, and check the value of parameter.
1385
1386 2011-06-23  Yao Qi  <yao@codesourcery.com>
1387
1388         * gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
1389         1.2 is disabled.  KFAIL for uclinux.
1390
1391 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
1392
1393         * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
1394         mi_gdb_test.
1395
1396 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
1397
1398         * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
1399
1400 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
1401
1402         * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
1403
1404 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
1405
1406         * gdb.mi/mi2-basics.exp: Fix races.  Honour the
1407         `test_exec_and_symbol_mi_operatons' return value.
1408         (test_mi_interpreter_selection): Use mi_gdb_test instead of
1409         gdb_test_multiple.
1410         (test_exec_and_symbol_mi_operatons): Likewise.
1411         (test_path_specification): Likewise.
1412
1413 2011-06-23  Yao Qi  <yao@codesourcery.com>
1414
1415         * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
1416         supported.
1417         * lib/gdb.exp (support_displaced_stepping): New.
1418
1419 2011-06-23  Yao Qi  <yao@codesourcery.com>
1420
1421         * gdb.threads/execl.exp: Skip on remote target.
1422
1423 2011-06-21  Marek Polacek  <mpolacek@redhat.com>
1424
1425         * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
1426         mi_gdb_test.
1427
1428 2011-06-20  Marek Polacek  <mpolacek@redhat.com>
1429
1430         * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1431
1432 2011-06-20  Marek Polacek  <mpolacek@redhat.com>
1433
1434         * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
1435         mi_gdb_test.
1436
1437 2011-06-20  Marek Polacek  <mpolacek@redhat.com>
1438
1439         * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
1440
1441 2011-06-14  Yao Qi  <yao@codesourcery.com>
1442
1443         gdb/testsuite/
1444         * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
1445
1446 2011-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1447
1448         * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
1449
1450 2011-06-10  Tom Tromey  <tromey@redhat.com>
1451
1452         * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
1453         Add tests for pointer-to-member-function.
1454         * gdb.cp/temargs.cc (S::somefunc): New function.
1455         (K2): New class.
1456         (main): Instantiate K2; call method.
1457
1458 2011-06-08  Joel Brobecker  <brobecker@adacore.com>
1459
1460         * gdb.python/py-inferior.c (f2): Make str an array rather
1461         than a pointer.
1462         * gdb.python/py-inferior.exp: Adjust testcase accordingly.
1463
1464 2011-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
1465
1466         * gdb.base/async-shell.c: New file.
1467         * gdb.base/async-shell.exp: New file.
1468
1469 2011-06-06  Pedro Alves  <pedro@codesourcery.com>
1470
1471         * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
1472
1473 2011-06-03  Joel Brobecker  <brobecker@adacore.com>  (obvious fix)
1474
1475         From Stephen Kitt  <steve@sk2.org>
1476         * gdb.base/help.exp: Adjust following some spelling corrections
1477         in GDB.
1478
1479 2011-06-01  Yao Qi  <yao@codesourcery.com>
1480
1481         * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
1482
1483 2010-05-31  Keith Seitz  <keiths@redhat.com>
1484
1485         PR c++/12750
1486         * gdb.cp/static-method.cc: New file.
1487         * gdb.cp/static-method.exp: New file.
1488
1489 2010-05-31  Keith Seitz  <keiths@redhat.com>
1490
1491         PR symtab/12704
1492         * gdb.cp/anon-ns.cc: New file.
1493         * gdb.cp/anon-ns.exp: New file.
1494
1495 2011-05-31  Pedro Alves  <pedro@codesourcery.com>
1496
1497         * gdb.arch/i386-dr3-watch.c: New file.
1498         * gdb.arch/i386-dr3-watch.exp: New file.
1499
1500 2011-05-30  Yao Qi  <yao@codesourcery.com>
1501
1502         * gdb.base/callfuncs.c (t_structs_fc): New.
1503         (t_structs_dc, t_structs_ldc): New.
1504         (t_double_many_args):
1505         (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
1506         (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
1507         (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
1508         * gdb.base/callfuncs.exp: Call new functions.
1509
1510 2011-05-30  Yao Qi  <yao@codesourcery.com>
1511
1512         * gdb.base/callfuncs.exp (rerun_and_prepare): New.
1513         Call rerun_and_prepare for each test to isolate effects.
1514
1515 2011-05-30  Yao Qi  <yao@codesourcery.com>
1516
1517         * gdb.base/varargs.c (find_max_float_real): New.
1518         (find_max_double_real, find_max_long_double_real): New.
1519         * gdb.base/varargs.exp: Call these new added functions.
1520         * lib/gdb.exp (setup_kfail_for_target): New.
1521
1522 2011-05-30  Yao Qi  <yao@codesourcery.com>
1523
1524         * gdb.base/funcargs.c (callca, callcb, callcc): New.
1525         (callcd, callce, callcf, callc1a, callc1b): New.
1526         (callc2a, callc2b): New.
1527         * gdb.base/funcargs.exp (complex_args): New.
1528         (complex_integral_args, complex_float_integral_args): New.
1529         * lib/gdb.exp (support_complex_tests): New.  Determine
1530         whether to run test cases on _Complex types.
1531
1532 2011-05-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1533
1534         * gdb.threads/leader-exit.c: New file.
1535         * gdb.threads/leader-exit.exp: New file.
1536
1537 2011-05-27  Marek Polacek  <mpolacek@redhat.com>
1538
1539         * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
1540
1541 2011-05-27  Marek Polacek  <mpolacek@redhat.com>
1542
1543         * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
1544         remove the `supported' variable.
1545         * gdb.mi/mi-nonstop.exp: Likewise.
1546         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1547         * gdb.mi/mi-nsintrall.exp: Likewise.
1548         * gdb.mi/mi-nsmoribund.exp: Likewise.
1549         * gdb.mi/mi-nsthrexec.exp: Likewise.
1550
1551 2011-05-26  Pedro Alves  <pedro@codesourcery.com>
1552
1553         * gdb.reverse/finish-reverse-bkpt.exp: New test.
1554
1555 2011-05-26  Pedro Alves  <pedro@codesourcery.com>
1556
1557         * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
1558
1559 2011-05-24  Keith Seitz  <keiths@redhat.com>
1560
1561         PR breakpoint/12803
1562         * gdb.cp/cmpd-minsyms.cc (a): New method.
1563         (b): New method.
1564         (c): New method.
1565         * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
1566
1567 2011-05-24  Pedro Alves  <pedro@codesourcery.com>
1568
1569         * gdb.base/commands.exp (watchpoint_command_test): Check that the
1570         watchpoint's command list didn't execute when the watchpoint went
1571         out of scope.
1572
1573 2011-05-24  Pierre Muller  <muller@ics.u-strasbg.fr>
1574
1575         Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
1576         * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
1577         * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
1578         * gdb.arch/i386-gnu-cfi.exp: Likewise.
1579         * gdb.arch/i386-permbkpt.exp: Likewise.
1580         * gdb.arch/i386-prologue.exp: Likewise.
1581         * gdb.arch/i386-size-overlap.exp: Likewise.
1582         * gdb.arch/i386-size.exp: Likewise.
1583         * gdb.arch/i386-unwind.exp: Likewise.
1584         * gdb.reverse/i386-precsave.exp: Likewise.
1585         * gdb.reverse/i386-reverse.exp: Likewise.
1586         * gdb.reverse/i386-sse-reverse.exp: Likewise.
1587         * gdb.reverse/i387-env-reverse.exp: Likewise.
1588         * gdb.reverse/i387-stack-reverse.exp: Likewise.
1589
1590 2011-05-24  Pedro Alves  <pedro@codesourcery.com>
1591
1592         * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
1593         file doesn't error, using MI.
1594
1595 2011-05-23  Tom Tromey  <tromey@redhat.com>
1596
1597         * gdb.base/charset.exp (string_display): Add tests to assign to
1598         arrays.
1599         * gdb.base/charset.c (short_array, int_array, long_array): New.
1600
1601 2011-05-20  Pedro Alves  <pedro@codesourcery.com>
1602
1603         Cope with async mode.
1604
1605         * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
1606         into gdb_test + mi_expect_stop.
1607
1608 2011-05-20  Pedro Alves  <pedro@codesourcery.com>
1609
1610         * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
1611         (callme): Remove printf call.
1612
1613 2011-05-20  Pierre Muller  <muller@ics.u-strasbg.fr>
1614
1615         * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
1616         quote pattern to avoid problems with Cygwin/mingw expect versions.
1617         * gdb.base/default.exp (show convenience): Use double
1618         quote pattern for regular expressions.
1619
1620 2011-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1621
1622         Fix -readnow for -gdwarf-4 unused type units.
1623         * gdb.dwarf2/dw4-sig-type-unused.S: New file.
1624         * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
1625
1626 2011-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
1627
1628         * gdb.base/kill-after-signal.c: New file.
1629         * gdb.base/kill-after-signal.exp: New file.
1630
1631 2011-05-16  Pedro Alves  <pedro@codesourcery.com>
1632
1633         * gdb.ada/start.exp: Call untested with the correct test filename.
1634         * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
1635         test filename.  Make the test's binary unique.
1636         * gdb.arch/i386-signal.exp: Call untested with the correct test
1637         filename.
1638         * gdb.arch/i386-size-overlap.exp: Ditto.
1639         * gdb.arch/Makefile.in (EXECUTABLES): Update.
1640         * gdb.base/gcore-buffer-overflow.exp: Ditto.
1641         * gdb.cp/call-c.exp: Ditto.
1642         * gdb.mi/mi-reverse.exp: Call untested with the correct test
1643         filename.  Make the test's binary unique.
1644         * gdb.mi/Makefile.in (EXECUTABLES): Update.
1645         * gdb.python/py-mi.exp: Ditto.
1646         * gdb.python/Makefile.in (EXECUTABLES): Update.
1647         * gdb.reverse/i386-precsave.exp: Ditto.
1648         * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
1649         test filename.
1650         * gdb.reverse/i387-stack-reverse.exp: Ditto.
1651         * gdb.reverse/sigall-precsave.exp: Ditto.  Make the test's binary
1652         unique.
1653         * gdb.reverse/sigall-reverse.exp: Call untested with the correct
1654         test filename.
1655         * gdb.reverse/Makefile.in (EXECUTABLES): Update.
1656         * gdb.trace/tfile.exp: Ditto.
1657
1658 2011-05-14  Yao Qi  <yao@codesourcery.com>
1659
1660         * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
1661         type.
1662
1663 2011-05-13  Doug Evans  <dje@google.com>
1664
1665         * gdb.python/py-objfile-script.exp: New file.
1666         * gdb.python/py-objfile-script.c: New file.
1667         * gdb.python/py-objfile-script-gdb.py: New file.
1668         * testsuite/gdb.python/py-section-script.exp: Test
1669         "info auto-load-scripts".
1670
1671 2011-05-13  Tom Tromey  <tromey@redhat.com>
1672
1673         * gdb.dwarf2/clztest.exp: New file.
1674         * gdb.dwarf2/clztest.c: New file.
1675         * gdb.dwarf2/clztest.S: New file.
1676
1677 2011-05-13  Doug Evans  <dje@google.com>
1678
1679         * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
1680         String16 tests.
1681
1682 2011-05-13  Tom Tromey  <tromey@redhat.com>
1683
1684         * lib/gdb.exp (is_x86_like_target): New proc.
1685         * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
1686         * gdb.dwarf2/valop.exp: Use is_x86_like_target.
1687         * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target.  Pass
1688         -nostdlib to compiler.
1689         * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
1690         * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
1691         * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
1692         * gdb.dwarf2/dw2-restore.exp: Check for LP64.
1693         * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
1694
1695 2011-05-13  Thiago Jung Bauermann  <bauerman@br.ibm.com>
1696
1697         * gdb.python/py-function.exp: Test setting a value from a function
1698         which executes a command.
1699
1700 2011-05-12  Tom Tromey  <tromey@redhat.com>
1701
1702         * gdb.dwarf2/typeddwarf.S: New file.
1703         * gdb.dwarf2/typeddwarf.c: New file.
1704         * gdb.dwarf2/typeddwarf.exp: New file.
1705
1706 2011-05-12  Marek Polacek  <mpolacek@redhat.com>
1707
1708         * gdb.mi/mi-basics.exp: Fix races.  Honour the
1709         `test_exec_and_symbol_mi_operatons' return value.
1710         (test_mi_interpreter_selection): Use mi_gdb_test instead of
1711         gdb_test_multiple.
1712         (test_exec_and_symbol_mi_operatons): Likewise.
1713         (test_path_specification): Likewise.
1714
1715 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1716
1717         * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
1718         (gdb_touch_execfile): Remove catch wrappers.  New variable time.
1719         Replace `file copy' and `file rename' by `file mtime'.  Twice.
1720
1721 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1722
1723         * gdb.base/readline-ask.c: New file.
1724         * gdb.base/readline-ask.exp: New file.
1725         * gdb.base/readline-ask.inputrc: New file.
1726
1727 2011-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
1728
1729         * gdb.cell/bt.exp: Delete breakpoints before running to signal
1730         to avoid race condition.
1731         * gdb.cell/coremaker.c: Use small stack size.
1732         * gdb.cell/ea-standalone.exp: Use file name without path as
1733         argument to c_to.
1734         * gdb.cell/fork.exp: Allow other output when continuing to end.
1735
1736 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1737
1738         * gdb.threads/corethreads.c: New file.
1739         * gdb.threads/corethreads.exp: New file.
1740
1741 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1742
1743         * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
1744         Try to compile the test using -Wl,-z,norelro first.
1745         (load_core): New variable libthread_db_seen, initialize it.
1746         (zeroed-threads cannot be listed): Protect it by XFAIL on
1747         !$libthread_db_seen.
1748
1749 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1750
1751         PR 12573
1752         * gdb.dwarf2/dw2-skip-prologue.S: New file.
1753         * gdb.dwarf2/dw2-skip-prologue.c: New file.
1754         * gdb.dwarf2/dw2-skip-prologue.exp: New file.
1755
1756 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1757
1758         * gdb.cp/psymtab-parameter.cc: New file.
1759         * gdb.cp/psymtab-parameter.exp: New file.
1760
1761 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1762
1763         Fix a race.
1764         * gdb.cp/static-print-quit.exp (print c): Split to ...
1765         (print c - <return>, print c - q <return>, print c - to quit):
1766         ... these.  Make the testfile untested on gdb-7.1.
1767
1768 2011-5-05  Janis Johnson  <janisjo@codesourcery.com>
1769
1770         * lib/gdb.exp (exec_target_file, exec_symbol_file,
1771         gdb_rename_execfile, gdb_touch_execfile): New.
1772         * gdb.base/reread.exp: Use new procs to handle multiple
1773         exec files.
1774
1775 2011-05-05  Yao Qi  <yao@codesourcery.com>
1776
1777         * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
1778         (test_adr_32bit, test_pop_pc): New.
1779         * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
1780         (test_adr_32bit, test_pop_pc): New.
1781
1782 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
1783
1784         * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
1785         * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
1786         targets.
1787         * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
1788         handle targets.
1789
1790 2011-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1791
1792         * gdb.base/completion.exp (complete help info wat): Rename to ...
1793         (complete 'help info wat'): ... here.
1794         Remove all `-re ".*' and `-re "^.*' redundant regexes.
1795         (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
1796
1797 2011-05-04  Pedro Alves  <pedro@codesourcery.com>
1798
1799         * gdb.base/completion.exp: Use gdb_test_multiple instead of
1800         gdb_test and explicit $gdb_prompt/timeout matches.
1801
1802 2011-05-04  Yao Qi  <yao@codesourcery.com>
1803
1804         * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
1805         and __thumb2__.
1806
1807 2011-05-03  Marek Polacek  <mpolacek@redhat.com>
1808
1809         * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
1810         in place of `gdb_test "delete breakpoints"'.  This eliminates two
1811         testcases.
1812
1813 2011-05-02  Pedro Alves  <pedro@codesourcery.com>
1814
1815         PR testsuite/12649
1816         Fix races.
1817
1818         * gdb.base/completion.exp: Remove all sleep calls.  Remove
1819         unnecessary regexs.  Don't explicitly expect anything after the
1820         prompt.  Eat the prompt if necessary.
1821
1822 2011-05-02  Edjunior Machado  <emachado@linux.vnet.ibm.com>
1823
1824         * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
1825         accept to show the caller line again as well as the line after.
1826
1827 2011-04-29  Phil Muldoon  <pmuldoon@redhat.com>
1828
1829         PR mi/12531
1830
1831         * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
1832         compile target.
1833         * gdb.python/py-prettyprint.exp: Add C++ object for
1834         CPLUS_FAKE_CHILD test.
1835
1836 2011-04-28  Ulrich Weigand  <ulrich.weigand@linaro.org>
1837
1838         * gdb.base/signest.exp: New file.
1839         * gdb.base/signest.c: Likewise.
1840
1841 2011-04-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1842
1843         * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
1844         thread and breakpoint notifications.
1845
1846 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1847
1848         * gdb.base/fortran-sym-case.c: New file.
1849         * gdb.base/fortran-sym-case.exp: New file.
1850         * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
1851         * gdb.dwarf2/dw2-case-insensitive.c: New file.
1852         * gdb.dwarf2/dw2-case-insensitive.exp: New file.
1853
1854 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1855
1856         * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
1857         * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
1858         false #1', `if true else false #2' and `if true else false #3'.
1859
1860 2011-04-27  Ulrich Weigand  <ulrich.weigand@linaro.org>
1861
1862         * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
1863         while delivering signal.
1864
1865 2011-04-27  Vladimir Prus  <vladimir@codesourcery.com>
1866
1867         MI breakpoint notifications.
1868
1869         * testsuite/gdb.mi/mi-cli.exp: Adust.
1870         * testsuite/gdb.mi/mi2-cli.exp: Adust.
1871         * testsuite/gdb.mi/mi-watch.exp: Adust.
1872         * testsuite/gdb.mi/mi2-watch.exp: Adust.
1873         * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
1874         notifications.
1875
1876 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
1877
1878         * gdb.base/gdbindex-stabs-dwarf.c: New file.
1879         * gdb.base/gdbindex-stabs.c: New file.
1880         * gdb.base/gdbindex-stabs.exp: New file.
1881
1882 2011-04-25  Yao Qi  <yao@codesourcery.com>
1883
1884         * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
1885         with /*...*/.
1886         * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
1887
1888 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1889
1890         * gdb.python/py-value.exp (test_objfiles): Name the first test
1891         `py-value in file.filename'.
1892
1893 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1894
1895         * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
1896         * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
1897         * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
1898         !gdbserver_reconnect_p..
1899         (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
1900
1901 2011-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1902
1903         * gdb.cp/cpcompletion.exp (complete class methods)
1904         (complete class methods beginning with F): Move them above runto.  New
1905         comment about the runto delimiter.
1906
1907 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
1908
1909         * gdb.base/maint.exp: Test that "maint print registers" works
1910         without a running program.
1911
1912 2011-04-20  Marek Polacek  <mpolacek@redhat.com>
1913
1914         * gdb.base/setshow.exp: Fix racy tests.
1915         ($old_gdb_prompt): New variable.
1916
1917 2011-04-19  Tom Tromey  <tromey@redhat.com>
1918
1919         * gdb.mi/mi-nsmoribund.exp:
1920         * gdb.hp/gdb.objdbg/objdbg01.exp:
1921         * gdb.base/structs.exp (test_struct_returns):
1922         * gdb.base/call-sc.exp (test_scalar_returns):
1923         * gdb.base/bigcore.exp: Remove duplicate words.
1924
1925 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1926
1927         * gdb.base/break-interp-lib.c (v, vptr): New variables.
1928         * gdb.base/break-interp.exp (test_attach): New comment.
1929
1930 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1931
1932         * gdb.threads/gcore-thread.exp ($core0file): New variable.
1933         (clear __stack_user.next, clear stack_used.next)
1934         (save a zeroed-threads corefile): New test.
1935         Call core_load for $core0file.
1936         (zeroed-threads cannot be listed): New test.
1937
1938 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1939
1940         * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
1941         filename.
1942         ($srcfile): Preserve the original value.
1943         ($testfile): Match it the .exp filename.
1944         ($corefile): New variable.  Substitute it around.
1945         Use clean_restart.
1946         ($prev_timeout): Remove.
1947         (load_core): Move core loading into this proc.
1948         Fix restore of $timeout if load_core fails.
1949
1950 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1951
1952         * gdb.base/eu-strip-infcall.c: New file.
1953         * gdb.base/eu-strip-infcall.exp: New file.
1954
1955 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1956
1957         * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
1958         * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
1959
1960 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1961
1962         Fix Python access to inlined frames.
1963         * gdb.python/py-frame-inline.c: New file.
1964         * gdb.python/py-frame-inline.exp: New file.
1965
1966 2011-04-13  Edjunior Machado  <emachado@linux.vnet.ibm.com>
1967
1968         * gdb.base/gdb1090.exp: Change breakpoint location to read the
1969         content of 's24' correctly (avoiding "optimized out").
1970         * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
1971
1972 2011-04-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1973
1974         * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
1975
1976 2011-04-13  Thiago Jung Bauermann  <bauerman@br.ibm.com>
1977
1978         * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
1979         expect a colon in watch -location output.
1980
1981 2011-04-13  Marek Polacek  <mpolacek@redhat.com>
1982
1983         * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
1984         New testcase `expect response to define backtrace'.  Also remove
1985         redundant `default' block.
1986
1987 2011-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1988
1989         * gdb.python/py-prettyprint.c (struct hint_error): New.
1990         (main): New variable hint_error.
1991         * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
1992         "print hint_error".
1993         * gdb.python/py-prettyprint.py (class pp_hint_error): New.
1994         (register_pretty_printers): Register it.
1995
1996 2011-04-04  Tom Tromey  <tromey@redhat.com>
1997
1998         * gdb.cp/maint.exp (test_help): Update.
1999         (test_namespace): Likewise.
2000
2001 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
2002
2003         * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
2004         * gdb.ada/arrayptr.exp: Add new tests.
2005
2006 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
2007
2008         * gdb.ada/mi_catch_ex: New testcase.
2009
2010 2011-04-01  Pedro Alves  <pedro@codesourcery.com>
2011
2012         * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
2013         base::overload(void) method without specifying "const".
2014
2015 2011-04-01  Ulrich Weigand  <ulrich.weigand@linaro.org>
2016
2017         * gdb.arch/thumb-singlestep.S: New file.
2018         * gdb.arch/thumb-singlestep.exp: Likewise.
2019
2020 2011-03-31  Tom Tromey  <tromey@redhat.com>
2021
2022         * gdb.python/py-prettyprint.py (exception_flag): New global.
2023         (NoStringContainerPrinter._iterator.next): Check it.
2024         * gdb.python/py-prettyprint.c (main): New variable nstype2.
2025         * gdb.python/py-mi.exp: Set exception_flag and do more tests.
2026
2027 2011-03-29  Tom Tromey  <tromey@redhat.com>
2028
2029         * gdb.cp/anon-struct.cc: New file.
2030         * gdb.cp/anon-struct.exp: New file.
2031
2032 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2033
2034         Test STT_GNU_IFUNC support.
2035         * gdb.base/gnu-ifunc-lib.c: New file.
2036         * gdb.base/gnu-ifunc.c: New file.
2037         * gdb.base/gnu-ifunc.exp: New file.
2038
2039 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2040
2041         Support a ring of related breakpoints.
2042         * gdb.base/watchpoint-delete.c: New file.
2043         * gdb.base/watchpoint-delete.exp: New file.
2044
2045 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2046
2047         * gdb.ada/arrayparam.exp (print first after function call): Use
2048         explicit package name.  Add a comment
2049         (print lasta after function call): Rename ...
2050         (print last after function call): ... it and use explicit package
2051         name.
2052         (print length after function call): Use explicit package name.
2053         * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
2054         * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
2055         (multiple matches for symbol i): Rename ...
2056         (multiple matches for symbol integervar): ... it.
2057         * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
2058         * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
2059
2060 2011-03-25  Andrew Burgess  <aburgess@broadcom.com>
2061
2062         * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
2063         environment variable to make grep output more predictable. Move
2064         all the environment setup into gdb_init so it's done once per test
2065         case rather than each time we start gdb.
2066
2067 2011-03-24  Tom Tromey  <tromey@redhat.com>
2068
2069         * gdb.base/label.exp: Use `main:there' linespec.  Add re-running
2070         test.
2071
2072 2011-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
2073
2074         * gdb.dwarf2/dw2-entry-value-main.c: New file.
2075         * gdb.dwarf2/dw2-entry-value.S: New file.
2076         * gdb.dwarf2/dw2-entry-value.exp: New file.
2077
2078 2011-03-22  Phil Muldoon  <pmuldoon@redhat.com>
2079
2080         PR python/12183
2081
2082         * gdb.python/py-function.exp: Add GdbError tests.
2083
2084 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
2085
2086         * gdb.trace/unavailable.cc (args_test_func, local_test_func)
2087         (reglocal_test_func, statlocal_test_func): New functions.
2088         (globals_test_func): Call new functions.
2089         * gdb.trace/unavailable.exp (gdb_collect_args_test)
2090         (gdb_collect_locals_test): New procedure.
2091         (gdb_trace_collection_test): Call new procedures.
2092
2093 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
2094
2095         * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
2096         (test_register, test_register_unavailable): New procedures.
2097         (gdb_unavailable_registers_test): New procedure.
2098         (gdb_trace_collection_test): Call it.
2099
2100 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
2101
2102         PR python/12149
2103
2104         * gdb.python/python.exp: Add gdb.write tests.
2105
2106 2010-03-17  Phil Muldoon  <pmuldoon@redhat.com>
2107
2108         * gdb.python/Makefile.in: Add py-objfile.
2109         * gdb.python/py-objfile.exp: New file.
2110         * gdb.python/py-objfile.c: New file.
2111         * gdb.python/py-block.exp: Add is_valid tests.
2112         * gdb.python/py-inferior.exp: Ditto.
2113         * gdb.python/py-infthread.exp: Ditto.
2114         * gdb.python/py-symbol.exp: Ditto.
2115         * gdb.python/py-symtab.exp: Ditto.
2116
2117 2011-03-16  Keith Seitz  <keiths@redhat.com>
2118
2119         PR c++/12273
2120         * gdb.cp/cmpd-minsyms.exp: New test.
2121         * gdb.cp/cmpd-minsyms.cc: New file.
2122
2123         PR c++/11734
2124         * gdb.cp/ovsrch.exp: New test.
2125         * gdb.cp/ovsrch.h: New file.
2126         * gdb.cp/ovsrch1.cc: New file.
2127         * gdb.cp/ovsrch2.cc: New file.
2128         * gdb.cp/ovsrch3.cc: New file.
2129         * gdb.cp/ovsrch4.cc: New file.
2130
2131 2011-03-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
2132
2133         PR gdb/12528
2134         * gdb.base/Makefile.in: Adjust EXECUTABLES.
2135         * gdb.base/break-on-linker-gcd-function.exp: New test.
2136         * gdb.base/break-on-linker-gcd-function.cc: New file.
2137
2138 2011-03-15  Andreas Tobler  <andreast@fgznet.ch>
2139
2140         * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
2141
2142 2011-03-15  Phil Muldoon  <pmuldoon@redhat.com>
2143
2144         * lib/gdb.exp (gdb_unload): Add another termination case.
2145
2146 2011-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2147
2148         * gdb.dwarf2/dw2-empty-pc-range.S: New file.
2149         * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
2150         * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
2151         Provide a stub byte there.
2152         (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
2153         DW_AT_entry_pc.
2154         (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
2155
2156 2011-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
2157
2158         * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
2159         using a GCC 4.1 or 4.2 compiler.  Add an additional test variant
2160         "generic ABI, auto".
2161         (altivec_abi_tests): Accept vectors returned by reference.
2162
2163 2010-03-14  Phil Muldoon  <pmuldoon@redhat.com>
2164
2165         * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
2166
2167 2011-03-13  Ulrich Weigand  <uweigand@de.ibm.com>
2168
2169         * gdb.python/py-section-script.exp: Skip test if no Python support.
2170
2171 2011-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
2172
2173         * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
2174
2175 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
2176
2177         * gdb.python/py-parameter.exp: Update tests to the new Python
2178         parameter API. Add "no documentation" test.  Add deprecated API
2179         backward compatibility test.
2180
2181 2011-03-09  Tom Tromey  <tromey@redhat.com>
2182
2183         * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
2184         gdb_continue_to_end.
2185
2186 2011-03-09  Mark Kettenis  <kettenis@gnu.org>
2187
2188         * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
2189         tabs.
2190
2191 2011-03-09  Tom Tromey  <tromey@redhat.com>
2192
2193         * lib/gdb.exp (inferior_exited_re): Match. leading `['.  Wrap in
2194         parentheses.
2195         (gdb_continue_to_end): Add "allow_extra" parameter.  Use
2196         $command.
2197         * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
2198         argument to gdb_continue_to_end.
2199         * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
2200         argument to gdb_continue_to_end.
2201         * gdb.cp/annota3.exp: Fix regex.
2202         * gdb.cp/annota2.exp: Fix regex.
2203         * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
2204         gdb_continue_to_end.
2205         * gdb.base/call-signal-resume.exp: Revert earlier patch.
2206         * gdb.ada/tasks.exp: Pass "allow_extra" argument to
2207         gdb_continue_to_end.
2208
2209 2011-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2210
2211         * gdb.server/ext-run.exp
2212         (load new file without any gdbserver inferior): New test.
2213
2214 2011-03-07  Tom Tromey  <tromey@redhat.com>
2215
2216         * Makefile.in (TAGS): Rewrite.
2217
2218 2011-03-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2219
2220         * gdb.trace/report.exp (12.1: trace report #1): New match for the
2221         initial commands echo.  New match for `Found trace'.  Anchor all the
2222         other matches.  Anchor and match for `No trace frame found' the final
2223         match.
2224
2225 2011-03-07  Tom Tromey  <tromey@redhat.com>
2226
2227         * Makefile.in (TAGS): New target.
2228
2229 2011-03-07  Tom Tromey  <tromey@redhat.com>
2230
2231         * lib/opencl.exp (skip_opencl_tests): Update for exit message
2232         change.
2233         * lib/mi-support.exp (mi_gdb_test): Update for exit message
2234         change.
2235         * lib/gdb.exp (gdb_test_multiple): Update comment.  Update for
2236         exit message change.
2237         (skip_altivec_tests): Update for exit message change.
2238         (skip_vsx_tests): Likewise.
2239         (gdb_continue_to_end): Likewise.  Add 'command' argument.
2240         * lib/cell.exp (skip_cell_tests): Update for exit message change.
2241         * gdb.threads/tls.exp: Update for exit message change.
2242         * gdb.threads/thread-unwindonsignal.exp: Use
2243         gdb_continue_to_end.
2244         * gdb.threads/step.exp (step_it): Update for exit message change.
2245         (continue_all): Likewise.
2246         * gdb.threads/print-threads.exp (test_all_threads): Update for
2247         exit message change.
2248         * gdb.threads/interrupted-hand-call.exp: Use
2249         gdb_continue_to_end.
2250         * gdb.threads/execl.exp: Use gdb_continue_to_end.
2251         * gdb.python/py-prettyprint.exp (run_lang_tests): Use
2252         gdb_continue_to_end.
2253         * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
2254         * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
2255         * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
2256         * gdb.cp/method.exp: Update for exit message change.
2257         * gdb.cp/mb-templates.exp: Update for exit message change.
2258         * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
2259         * gdb.cp/annota3.exp: Update for exit message change.
2260         * gdb.cp/annota2.exp: Update for exit message change.
2261         * gdb.cell/fork.exp: Use gdb_continue_to_end.
2262         * gdb.base/term.exp: Update for exit message change.
2263         * gdb.base/step-test.exp (test_i): Update for exit message change.
2264         * gdb.base/sigstep.exp (advance): Update for exit message change.
2265         (advancei): Likewise.
2266         * gdb.base/siginfo.exp: Update for exit message change.
2267         * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
2268         * gdb.base/reread.exp: Use gdb_continue_to_end.
2269         * gdb.base/langs.exp: Use gdb_continue_to_end.
2270         * gdb.base/interrupt.exp: Update for exit message change.
2271         * gdb.base/gdb1555.exp: Update for exit message change.
2272         * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
2273         * gdb.base/ending-run.exp: Update for exit message change.
2274         * gdb.base/chng-syms.exp: Update for exit message change.
2275         * gdb.base/checkpoint.exp: Update for exit message change.
2276         * gdb.base/catch-syscall.exp (check_for_program_end): Use
2277         gdb_continue_to_end.
2278         (test_catch_syscall_with_wrong_args): Likewise.
2279         * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
2280         * gdb.base/break-interp.exp (test_ld): Update for exit message
2281         change.
2282         * gdb.base/bang.exp: Update for exit message change.
2283         * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
2284         (do_call_attach_tests): Likewise.
2285         * gdb.base/a2-run.exp: Update for exit message change.
2286         * gdb.arch/ppc-dfp.exp: Update for exit message change.
2287         * gdb.ada/tasks.exp: Use gdb_continue_to_end.
2288         * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
2289
2290 2011-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2291
2292         * gdb.base/help.exp (help thread find): Fix one forgotten quote.
2293
2294 2011-03-03  Tom Tromey  <tromey@redhat.com>
2295
2296         * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
2297         * gdb.hp/gdb.aCC/configure (Makefile): Remove.
2298         * gdb.hp/gdb.aCC/configure.ac: Remove.
2299         * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
2300         * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
2301         * gdb.hp/gdb.base-hp/configure.ac: Remove.
2302         * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
2303         * gdb.hp/gdb.compat/configure (Makefile): Remove.
2304         * gdb.hp/gdb.compat/configure.ac: Remove.
2305         * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
2306         * gdb.hp/gdb.defects/configure (Makefile): Remove.
2307         * gdb.hp/gdb.defects/configure.ac: Remove.
2308         * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
2309         * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
2310         * gdb.hp/gdb.objdbg/configure.ac: Remove.
2311         * gdb.hp/configure.ac: Remove.
2312         * gdb.hp/configure: Remove.
2313         * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
2314         substitution.
2315         (Makefile): Remove rule.
2316         * gdb.cell/configure.ac: Remove.
2317         * gdb.cell/configure: Remove.
2318         * gdb.stabs/Makefile.in (Makefile): Remove.
2319         (distclean): Don't remove config.status or config.log.
2320         * gdb.stabs/configure (Makefile): Remove.
2321         * gdb.stabs/configure.ac: Remove.
2322         * configure: Rebuild.
2323         * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
2324         Remove stabs- and cell-specific logic.  Test for existence of
2325         ../gdbtk before configuring gdb.gdbtk.  Build Makefiles in gdb.hp
2326         subdirectories, gdb.cell, and and gdb.stabs.
2327         * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
2328
2329 2011-03-03  Joel Brobecker  <brobecker@adacore.com>
2330
2331         * gdb.python/py-inferior.exp: Avoid searching pattern beyond
2332         end of buffer.
2333
2334 2011-03-02  Joel Brobecker  <brobecker@adacore.com>
2335
2336         * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
2337         gdb_test when running a test where we expected no output back.
2338
2339 2011-02-28  Michael Snyder  <msnyder@vmware.com>
2340
2341         * gdb.cp/overload.cc: Change initializer value to integer.
2342
2343 2011-02-27  Michael Snyder  <msnyder@vmware.com>
2344
2345         * gdb.multi/base.exp: Add test for remove-inferiors.
2346
2347 2011-02-26  Joel Brobecker  <brobecker@adacore.com>
2348
2349         * gdb.python/py-frame.exp: Simplify the initialization phase
2350         using prepare_for_testing.
2351
2352 2011-02-25  Michael Snyder  <msnyder@vmware.com>
2353
2354         * gdb.multi/base.exp: Add tests for info inferiors with args.
2355
2356 2011-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2357
2358         * gdb.dwarf2/dw2-ranges.S: Rename to ...
2359         * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
2360         * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
2361         Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
2362         asmfile3.  Comment the STABS (#3) file compilation.  Compile
2363         everything through assembler.  Provide KFAIL for symtab/12497.
2364         * gdb.dwarf2/dw2-ranges2.S: Rename to ...
2365         * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
2366         * gdb.dwarf2/dw2-ranges3.S: Rename to ...
2367         * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
2368
2369 2011-02-24  Michael Snyder  <msnyder@vmware.com>
2370
2371         * gdb.base/break.exp: Add tests for delete breakpoints using
2372         convenience variables and value history references.
2373
2374 2011-02-24  Michael Snyder  <msnyder@vmware.com>
2375
2376         * gdb.base/break.exp: Remove debugging 'printf' accidentally
2377         left behind in previous check-in.
2378
2379 2011-02-23  Michael Snyder  <msnyder@vmware.com>
2380
2381         * gdb.base/break.exp: Add tests for "info break" with arguments.
2382         * gdb.trace/infotrace.exp: Update patterns for error and help.
2383         * gdb.base/completion.exp: Update pattern.
2384         * gdb.base/ena-dis-br.exp: Update pattern.
2385         * gdb.base/help.exp: Update patterns.
2386
2387 2011-02-23  Michael Snyder  <msnyder@vmware.com>
2388
2389         * gdb.base/memattr.exp: New test.
2390         * gdb.base/memattr.c: Test load for memattr.exp.
2391
2392 2011-02-22  Doug Evans  <dje@google.com>
2393
2394         * gdb.python/py-symbol.exp: Test lookup_global_symbol.
2395
2396 2011-02-22  Michael Snyder  <msnyder@vmware.com>
2397
2398         * Makefile.in: Make more clean.
2399         * gdb.ada/Makefile.in: Ditto.
2400         * gdb.arch/Makefile.in: Ditto.
2401         * gdb.asm/Makefile.in: Ditto.
2402         * gdb.base/Makefile.in: Ditto.
2403         * gdb.cp/Makefile.in: Ditto.
2404         * gdb.dwarf2/Makefile.in: Ditto.
2405         * gdb.java/Makefile.in: Ditto.
2406         * gdb.mi/Makefile.in: Ditto.
2407         * gdb.modula2/Makefile.in: Ditto.
2408         * gdb.python/Makefile.in: Ditto.
2409         * gdb.server/Makefile.in: Ditto.
2410         * gdb.stabs/Makefile.in: Ditto.
2411         * gdb.threads/Makefile.in: Ditto.
2412         * gdb.trace/Makefile.in: Ditto.
2413
2414 2011-02-22  Michael Snyder  <msnyder@vmware.com>
2415
2416         * gdb.threads/thread-find.exp: Add tests for bad input to
2417         info threads.
2418
2419 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
2420
2421         * gdb.python/py-breakpoint.exp: Fix the expected output of
2422         one of the "maint info breakpoints" tests to accept the output
2423         generated on platforms that do not have hardware watchpoints.
2424
2425 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
2426
2427         * gdb.python/py-breakpoint.exp: Remove unnecessary call to
2428         clean_restart.  Be a little stricter in the expected output
2429         for one of the tests.  Fix a typo in one of the comments.
2430
2431 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
2432
2433         * gdb.python/py-block.exp: Simplify using prepare_for_testing.
2434         Delete variable binfile, no longer use.  Add or modify test
2435         comments to make them unique.
2436
2437 2011-02-21  Michael Snyder  <msnyder@vmware.com>
2438
2439         * Makefile.in: Update for make clean.
2440         * gdb.ada/Makefile.in: Ditto.
2441         * gdb.arch/Makefile.in: Ditto.
2442         * gdb.asm/Makefile.in: Ditto.
2443         * gdb.base/Makefile.in: Ditto.
2444         * gdb.cp/Makefile.in: Ditto.
2445         * gdb.dwarf2/Makefile.in: Ditto.
2446         * gdb.java/Makefile.in: Ditto.
2447         * gdb.mi/Makefile.in: Ditto.
2448         * gdb.modula2/Makefile.in: Ditto.
2449         * gdb.python/Makefile.in: Ditto.
2450         * gdb.server/Makefile.in: Ditto.
2451         * gdb.stabs/Makefile.in: Ditto.
2452         * gdb.threads/Makefile.in: Ditto.
2453         * gdb.trace/Makefile.in: Ditto.
2454
2455 2011-02-21  Michael Snyder  <msnyder@vmware.com>
2456
2457         * gdb.threads/thread-find.exp: Update patterns for changes in
2458         output of "info threads" command.
2459
2460 2011-02-21  Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2461             Ulrich Weigand  <uweigand@de.ibm.com>
2462
2463         * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
2464         (skip_hw_watchpoint_tests): Likewise.
2465         (skip_hw_watchpoint_multi_tests): Likewise.
2466
2467 2011-02-21  Ulrich Weigand  <uweigand@de.ibm.com>
2468
2469         * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
2470         (skip_hw_watchpoint_tests): Likewise.
2471         (skip_hw_watchpoint_multi_tests): Likewise.
2472         (skip_hw_watchpoint_access_tests): Likewise.
2473
2474         * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
2475         * gdb.base/pr11022.exp: Likewise.
2476         * gdb.base/watch-read.exp: Likewise.
2477         * gdb.base/watch_thread_num.exp: Likewise.
2478         * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
2479         * gdb.base/watchpoint-hw.exp: Likewise.
2480         * gdb.base/watchpoint.exp: Likewise.
2481         * gdb.threads/local-watch-wrong-thread.exp: Likewise.
2482         * gdb.threads/watchthreads-reorder.exp: Likewise.
2483         * gdb.threads/watchthreads.exp: Likewise.
2484         * gdb.threads/watchthreads2.exp: Likewise.
2485
2486 2011-02-21  Joel Brobecker  <brobecker@adacore.com>
2487
2488         * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
2489         the debugger is unable to find the array bounds.
2490
2491 2011-02-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2492
2493         * gdb.cp/typedef-operator.exp: New file.
2494         * gdb.cp/typedef-operator.cc: New file.
2495
2496 2011-02-17  Michael Snyder  <msnyder@vmware.com>
2497
2498         * gdb.threads/thread-find.exp: Fix regular expressions.
2499
2500 2011-02-17  Joel Brobecker  <brobecker@adacore.com>
2501
2502         * gdb.ada/packed_array: Expand testcase to test printing of
2503         unconstrained packed array.
2504
2505 2011-02-17  Joel Brobecker  <brobecker@adacore.com>
2506
2507         * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
2508
2509 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
2510
2511         * gdb.trace/collection.c (globalarr3): New global.
2512         (main): Initialize it before collecting, and and clear it
2513         afterwards.
2514         * gdb.trace/collection.exp (gdb_collect_globals_test): Test
2515         collecting with '{type} addr', where the addr expression is not an
2516         rvalue.
2517
2518 2011-02-16  Ken Werner  <ken.werner@de.ibm.com>
2519
2520         * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
2521         a bool variable. Expect correct OpenCL names for vector types. Use the
2522         uc3 variable name instead of referring to the uchar3 built-in type.
2523         Escape the asterisk at the half pointer test.
2524
2525 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
2526
2527         * gdb.trace/collection.c (globalarr2): New global.
2528         (main): Initialize it before collecting, and and clear it
2529         afterwards.
2530         * gdb.trace/collection.exp (gdb_collect_globals_test): Test
2531         collecting overlapping memory ranges.
2532
2533 2011-02-15  Michael Snyder  <msnyder@vmware.com>
2534
2535         * gdb.base/default.exp: Add tests for thread commands.
2536         * gdb.base/help.exp: Add tests for thread commands.
2537         * gdb.threads/thread-find.exp: New test for thread find command.
2538
2539 2011-02-15  Ken Werner  <ken.werner@de.ibm.com>
2540
2541         * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
2542
2543 2011-02-15  Yao Qi  <yao@codesourcery.com>
2544
2545         PR tdep/12352
2546         * gdb.arch/arm-disp-step.S : New test for str instruction.
2547         * gdb.arch/arm-disp-step.exp : Likewise.
2548
2549 2011-02-15  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2550
2551         * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
2552         "vector_register2_vr" test strings.  Test the extended floating
2553         point registers (F32~F63).
2554         * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
2555         IBM XL C compiler.  Make the test program use a register provided
2556         by the compiler for the lxvd2x instruction.
2557
2558 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2559
2560         * gdb.trace/unavailable.cc (class Base, class Middle, class
2561         Derived): New types.
2562         (derived_unavail, derived_partial, derived_whole): New globals.
2563         (virtual_partial): New global.
2564         (virtualp): Point at virtual_partial.
2565         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
2566         related to unavailable vptr.
2567
2568 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2569
2570         * gdb.trace/unavailable.cc (a, b, c): New globals.
2571         (main): Set and clear them.
2572         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
2573         `a' and `c', and check that `b' isn't collected, although `a' and
2574         `c' are.
2575
2576 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2577
2578         * gdb.trace/unavailable.cc (struct Virtual): New.
2579         (virtualp): New global pointer.
2580         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
2581         printing a pointer to an object whose type has a vtable, with
2582         print object on.
2583
2584 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2585
2586         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
2587         value repeat handles unavailableness.
2588
2589 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2590
2591         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
2592         tests for building arrays from unavailable values, subscripting
2593         non-memory rvalue unvailable arrays, and accessing fields or
2594         baseclasses of non-lazy unavailable values,
2595         * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
2596         struct types.
2597         (g_smallstruct, g_smallstruct_b): New globals.
2598
2599 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
2600
2601         * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
2602
2603 2011-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2604
2605         Fix const/volatile qualifiers of C++ types, PR c++/12328.
2606         * gdb.cp/overload-const.exp: New file.
2607         * gdb.cp/overload-const.cc: New file.
2608
2609 2011-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
2610
2611         * gdb.opencl/callfuncs.cl: New file.
2612         * gdb.opencl/callfuncs.exp: New test.
2613         * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
2614
2615 2011-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
2616
2617         * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
2618         when computing result.
2619         * gdb.arch/altivec-abi.exp: Update expected results.
2620
2621 2011-02-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2622
2623         * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
2624         * gdb.base/jit.exp: Likewise.
2625         * gdb.base/pie-execl.exp: Likewise.
2626         * gdb.base/solib-nodir.exp: Likewise.
2627         * gdb.base/solib-overlap.exp: Likewise.
2628
2629 2011-02-07  Pedro Alves  <pedro@codesourcery.com>
2630
2631         * gdb.trace/collection.c (global_pieces): New.
2632         * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
2633         New procedure.
2634         (gdb_trace_collection_test): Call it.
2635
2636 2011-02-04  Sami Wagiaalla  <swagiaal@redhat.com>
2637
2638         * gdb.python/py-evthreads.c: New file.
2639         * gdb.python/py-evthreads.exp: New file.
2640         * gdb.python/py-events.py: New file.
2641         * gdb.python/py-events.exp: New file.
2642         * gdb.python/py-events.c: New file.
2643
2644 2011-02-04 David Daney <ddaney@caviumnetworks.com>
2645
2646         * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
2647
2648 2011-02-03  Andrew Burgess  <aburgess@broadcom.com>
2649
2650         * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
2651         gdb.base/disasm-end-cu.exp: New test for disassembling over the
2652         boundary between two compilation units.
2653
2654 2011-02-02  Pedro Alves  <pedro@codesourcery.com>
2655
2656         * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
2657         (Virtual): New structs.
2658         (virtual_o, virtual_middle_b): New globals.
2659         * gdb.cp/virtbase.exp: New tests.
2660
2661 2011-01-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
2662
2663         * gdb.base/jit.exp: New file.
2664         * gdb.base/jit-main.c: New file.
2665         * gdb.base/jit-solib.c: New file.
2666
2667 2011-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
2668
2669         * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
2670         proceed to initial kernel entry point.
2671         * gdb.opencl/datatypes.exp: Likewise.
2672         * gdb.opencl/operators.exp: Likewise.
2673         * gdb.opencl/vec_comps.exp: Likewise.
2674
2675 2011-01-31  Sami Wagiaalla  <swagiaal@redhat.com>
2676
2677         * gdb.cp/nsnested.cc: New.
2678         * gdb.cp/nsnested.exp: New.
2679         * gdb.cp/nsnoimports.exp: New.
2680         * gdb.cp/nsnoimports.cc: New.
2681
2682 2011-01-31  Joel Brobecker  <brobecker@adacore.com>
2683
2684         * gdb.base/interact.exp: Add extra tests that verify that
2685         the value of the interactive-mode setting does not change
2686         after the script is sourced.
2687
2688 2011-01-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
2689
2690         * gdb.cp/noparam.exp: New file.
2691         * gdb.cp/noparam.cc: New file.
2692
2693 2011-01-28  Pedro Alves  <pedro@codesourcery.com>
2694
2695         * gdb.trace/tfile.exp: Test that with no traceframe selected,
2696         there's no stack or registers.
2697
2698 2011-01-26  Tom Tromey  <tromey@redhat.com>
2699
2700         * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
2701         space before string output.  Add test for "set print pretty off"
2702         case.
2703
2704 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
2705
2706         * gdb.base/frame-args.exp: Adjust.
2707         * gdb.dwarf2/dw2-noloc.exp: Adjust.
2708         * gdb.dwarf2/dw2-inline-param.exp: Adjust.
2709         * gdb.dwarf2/pieces.exp: Adjust.
2710         * gdb.opt/clobbered-registers-O2.exp: Adjust.
2711         * gdb.opt/inline-locals.exp: Adjust.
2712         * gdb.threads/fork-child-threads.exp: Adjust.
2713
2714 2011-01-25  Ken Werner  <ken.werner@de.ibm.com>
2715
2716         * gdb.opencl/convs_casts.cl: Move program scope variables into the
2717         OpenCL kernel function. Add a comment as marker. Add address space
2718         qualifiers for the remaining program scope variables.
2719         * gdb.opencl/datatypes.cl: Likewise.
2720         * gdb.opencl/operators.cl: Likewise.
2721         * gdb.opencl/vec_comps.cl: Likewise.
2722         * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
2723         Add breakpoint at the marker comment.
2724         * gdb.opencl/datatypes.exp: Likewise.
2725         * gdb.opencl/operators.exp: Likewise.
2726         * gdb.opencl/vec_comps.exp: Likewise.
2727
2728 2011-01-24  Pedro Alves  <pedro@codesourcery.com>
2729
2730         * gdb.base/printcmds.c (some_struct): New struct and instance.
2731         * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
2732         procedure.
2733         <global scope>: Call it.
2734
2735 2011-01-21  Ken Werner  <ken.werner@de.ibm.com>
2736
2737         * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
2738         argument to the gdb_compile_opencl_hostapp call.
2739
2740 2011-01-19  Yao Qi  <yao@codesourcery.com>
2741
2742         * lib/dwarf.exp (dwarf2_support): Change supported targets to a
2743         positve list.
2744
2745 2011-01-19  Yao Qi  <yao@codesourcery.com>
2746
2747         * gdb.asm/asm-source.exp: Replace ARM target triplet with a
2748         canonical form.
2749         Remove "xscale-*-*"
2750         * gdb.xml/tdesc-regs.exp: Likewise.
2751         * gdb.python/py-section-script.exp: Replace ARM target triplet
2752         with canonical form.
2753         Match arm*-*-symbianelf*.
2754         * gdb.base/dup-sect.exp: Likewise.
2755         * lib/dwarf.exp: New.
2756         * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
2757         dwarf2_support.
2758         * gdb.dwarf2/dup-psym.exp: Likewise.
2759         * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
2760         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2761         * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
2762         * gdb.dwarf2/dw2-basic.exp: Likewise.
2763         * gdb.dwarf2/dw2-compressed.exp: Likewise.
2764         * gdb.dwarf2/dw2-const.exp: Likewise.
2765         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
2766         * gdb.dwarf2/dw2-cu-size.exp: Likewise.
2767         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2768         * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
2769         * gdb.dwarf2/dw2-filename.exp: Likewise.
2770         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2771         * gdb.dwarf2/dw2-inline-param.exp: Likewise.
2772         * gdb.dwarf2/dw2-intercu.exp: Likewise.
2773         * gdb.dwarf2/dw2-intermix.exp: Likewise.
2774         * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
2775         * gdb.dwarf2/dw2-noloc.exp: Likewise.
2776         * gdb.dwarf2/dw2-op-call.exp: Likewise.
2777         * gdb.dwarf2/dw2-producer.exp: Likewise.
2778         * gdb.dwarf2/dw2-ranges.exp: Likewise.
2779         * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
2780         * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
2781         * gdb.dwarf2/dw2-strp.exp: Likewise.
2782         * gdb.dwarf2/dw2-unresolved.exp: Likewise.
2783         * gdb.dwarf2/implptr.exp: Likewise.
2784         * gdb.dwarf2/mac-fileno.exp: Likewise.
2785         * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
2786         * gdb.dwarf2/pieces.exp: Likewise.
2787         * gdb.dwarf2/pr11465.exp: Likewise.
2788         * gdb.dwarf2/valop.exp: Likewise.
2789         * gdb.dwarf2/watch-notconst.exp: Likewise.
2790         * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
2791
2792 2011-01-19  Tom Tromey  <tromey@redhat.com>
2793
2794         * gdb.python/py-infthread.exp: Add thread tests.
2795
2796 2011-01-14  Joel Brobecker  <brobecker@adacore.com>
2797
2798         * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
2799
2800 2011-01-14  Joel Brobecker  <brobecker@adacore.com>
2801
2802         * gdb.ada/widewide: New testcase.
2803
2804 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
2805
2806         * gdb.base/interact.exp: New testcase.
2807
2808 2011-01-12  Tom Tromey  <tromey@redhat.com>
2809
2810         * gdb.mi/gdb2549.exp: Update for error message changes.
2811         * gdb.mi/mi-cli.exp: Likewise.
2812         * gdb.mi/mi-disassemble.exp: Likewise.
2813         * gdb.mi/mi-pthreads.exp: Likewise.
2814         * gdb.mi/mi-regs.exp: Likewise.
2815         * gdb.mi/mi-stack.exp: Likewise.
2816         * gdb.mi/mi-var-block.exp: Likewise.
2817         * gdb.mi/mi-var-cmd.exp: Likewise.
2818         * gdb.mi/mi2-cli.exp: Likewise.
2819         * gdb.mi/mi2-disassemble.exp: Likewise.
2820         * gdb.mi/mi2-pthreads.exp: Likewise.
2821         * gdb.mi/mi2-regs.exp: Likewise.
2822         * gdb.mi/mi2-stack.exp: Likewise.
2823         * gdb.mi/mi2-var-block.exp: Likewise.
2824         * gdb.mi/mi2-var-cmd.exp: Likewise.
2825
2826 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
2827             Jan Kratochvil  <jan.kratochvil@redhat.com>
2828
2829         PR fortran/11104 and DWARF unbound arrays detection.
2830         * gdb.fortran/multi-dim.exp: New file.
2831         * gdb.fortran/multi-dim.f90: New file.
2832
2833 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
2834
2835         * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
2836         expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
2837         add new tests for opcode dumping.
2838
2839 2011-01-11  Tom Tromey  <tromey@redhat.com>
2840
2841         * gdb.python/py-infthread.exp: Load gdb-python.exp.
2842
2843 2010-01-11  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2844
2845         Convert hardware watchpoints to use breakpoint_ops.
2846         * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
2847         type is not supported.
2848         * gdb.base/foll-fork.exp: Likewise.
2849         * gdb.base/foll-vfork.exp: Likewise.
2850
2851 2011-01-10  Phil Muldoon  <pmuldoon@redhat.com>
2852
2853         * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
2854         Use load_lib gdb-python.exp.
2855         * gdb.python/python.exp: Ditto.
2856         * gdb.python/py-function.exp: Ditto.
2857
2858 2011-01-09  Andreas Schwab  <schwab@linux-m68k.org>
2859
2860         * gdb.threads/tls.exp ("info address me"): Fix expected output.
2861
2862 2011-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2863
2864         * configure: Regenerate.
2865
2866 2011-01-06  Tom Tromey  <tromey@redhat.com>
2867
2868         * gdb.python/py-frame.exp: Test gdb.newest_frame.
2869
2870 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
2871
2872         * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
2873         gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
2874         gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
2875         gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
2876         gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
2877         gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
2878         gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
2879         gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
2880         gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
2881         gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
2882         gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
2883         gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
2884         gdb.ada/null_array.exp, gdb.ada/null_record.exp,
2885         gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
2886         gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
2887         gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
2888         gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
2889         gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
2890         gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
2891         gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
2892         gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
2893         gdb.ada/uninitialized_vars.exp,
2894         gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
2895         Simplify by using clean_restart.
2896
2897 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
2898
2899         Add marker to be used as anchor for inserting breakpoints.
2900         * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
2901         * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
2902         Likewise.
2903
2904         Remove uses of gdb_start_cmd.
2905         * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
2906         * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
2907
2908         Do not run testcase if testing with GDBserver.
2909         * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
2910         if testing with GDBserver.
2911
2912 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
2913
2914         * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
2915         gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
2916         copyright header.
2917
2918 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
2919
2920         * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
2921         testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
2922         testsuite/gdb.fortran/complex.f,
2923         testsuite/gdb.fortran/derived-type.f90,
2924         testsuite/gdb.fortran/library-module-lib.f90,
2925         testsuite/gdb.fortran/library-module-main.f90,
2926         testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
2927         testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
2928         Copyright year update.
2929
2930 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
2931
2932         * gdb.base/langs1.f: Add copyright header.
2933
2934 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
2935
2936         * gdb.base/morestack.exp: New file.
2937         * gdb.base/morestack.c: New file.
2938
2939 2011-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2940
2941         * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
2942
2943 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
2944
2945         * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
2946         * gdb.ada/arrayptr.exp: Add test printing that new variable.
2947
2948 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
2949
2950         * gdb.ada/lang_switch.exp: Correct expected parameter value.
2951
2952 2010-12-25  Andreas Schwab  <schwab@linux-m68k.org>
2953
2954         * gdb.threads/tls.exp: Fix typo.
2955
2956         * gdb.threads/thread-specific.exp (get_thread_list): Update.
2957         * gdb.threads/execl.exp: Update.
2958
2959 2010-12-23  Yao Qi  <yao@codesourcery.com>
2960
2961         * gdb.arch/arm-disp-step.exp: New.
2962         * gdb.arch/arm-disp-step.S: New.
2963
2964 2010-12-21  Tom Tromey  <tromey@redhat.com>
2965
2966         * gdb.threads/execl.exp: Update.
2967         * gdb.threads/linux-dp.exp: Update.
2968         * gdb.threads/manythreads.exp: Update.
2969         * gdb.threads/tls.exp: Update.
2970
2971 2010-12-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2972
2973         * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
2974         (NextOverThrowDerivates) <resumebpt>: New.
2975         (resumebpt_test): New.
2976         (main): Call resumebpt_test.
2977         * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
2978
2979 2010-12-12  Stan Shebs  <stan@codesourcery.com>
2980
2981         * gdb.trace/tsv.exp: Test print command on trace state variables.
2982
2983 2010-12-09  Tom Tromey  <tromey@redhat.com>
2984
2985         * gdb.base/interp.exp: Add regression test.
2986
2987 2010-12-09  Tom Tromey  <tromey@redhat.com>
2988
2989         * gdb.java/jnpe.java: New file.
2990         * gdb.java/jnpe.exp: New file.
2991         * gdb.cp/nextoverthrow.exp: New file.
2992         * gdb.cp/nextoverthrow.cc: New file.
2993
2994 2010-12-07  Doug Evans  <dje@google.com>
2995
2996         * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
2997         of data-directory.
2998         * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
2999         updated.
3000         * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
3001
3002 2010-11-29  Michael Snyder  <msnyder@vmware.com>
3003
3004         * gdb.base/callfuncs.exp: Test for skip_float_tests.
3005         * gdb.base/call-sc.exp: Ditto.
3006         * gdb.base/finish.exp: Ditto.
3007         * gdb.base/return.exp: Ditto.
3008         * gdb.base/return2.exp: Ditto.
3009
3010 2010-11-30  Doug Evans  <dje@google.com>
3011
3012         * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
3013         (gdb_expect_list): Fix spelling errors in comments.
3014         * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
3015         send_gdb/gdb_expect_list where applicable.
3016         * gdb.base/call-ar-st.exp: Ditto.
3017         * gdb.base/funcargs.exp: Ditto.
3018         * gdb.base/gcore.exp: Ditto.
3019         * gdb.base/page.exp: Ditto.
3020         * gdb.base/sigaltstack.exp: Ditto.
3021         * gdb.base/siginfo.exp: Ditto.
3022         * gdb.base/sigstep.exp: Ditto.
3023         * gdb.base/trace-commands.exp: Ditto.
3024
3025 2010-11-29  Doug Evans  <dje@google.com>
3026
3027         * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
3028         printer-name;subprinter-name.
3029
3030 2010-11-29  Tom Tromey  <tromey@redhat.com>
3031
3032         * gdb.dwarf2/implptr.exp: New file.
3033         * gdb.dwarf2/implptr.c: New file.
3034         * gdb.dwarf2/implptr.S: New file.
3035
3036 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
3037
3038         PR python/12199
3039
3040         * gdb.python/py-breakpoint.exp: Test the delete method.
3041
3042 2010-11-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3043
3044         Fix step_resume_breakpoint unsaved during an infcall.
3045         * gdb.base/step-resume-infcall.exp: New file.
3046         * gdb.base/step-resume-infcall.c: New file.
3047
3048 2010-11-24  Edjunior Machado  <emachado@br.ibm.com>
3049
3050         * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
3051
3052 2010-11-24  Edjunior Machado  <emachado@br.ibm.com>
3053
3054         * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
3055         on ppc64's symbols; "finish" and "return" commands must accept to
3056         show the caller line again as well as the line after.
3057         * gdb.asm/powerpc64.inc: New file.
3058
3059 2010-11-23  Doug Evans  <dje@google.com>
3060
3061         * lib/gdb.exp (gdb_test_sequence): New function.
3062         (gdb_expect_list): Add verbose -log call for each pattern.
3063         * gdb.base/signals.exp (test_handle_all_print): Call it.
3064         Reduce timeout increment from 6 minutes to 1 minute.
3065         * gdb.server/ext-run.exp: Call it.
3066
3067 2010-11-23  Phil Muldoon  <pmuldoon@redhat.com>
3068
3069         PR python/12212
3070
3071         * gdb.python/python.exp: Check that selected_thread raises an
3072         error when no inferior is loaded.
3073
3074 2010-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3075
3076         * gdb.dwarf2/dw2-stack-boundary.exp: New file.
3077         * gdb.dwarf2/dw2-stack-boundary.S: New file.
3078
3079 2010-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3080
3081         * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
3082         * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
3083
3084 2010-11-18  Doug Evans  <dje@google.com>
3085
3086         * gdb.server/ext-run.exp: Fix intermittent failures.
3087
3088 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
3089
3090         * gdb.stabs/gdb11479.exp: Use runto_main.
3091
3092 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
3093
3094         * gdb.base/break-entry.exp: Skip if using a stub.
3095
3096 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
3097
3098         * gdb.python/py-inferior.exp: Pack values in target endianness.
3099
3100 2010-11-12  Tom Tromey  <tromey@redhat.com>
3101
3102         * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
3103         * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
3104         MemoryError.
3105         * gdb.python/python.exp (gdb_py_test_multiple): Update exception
3106         type.
3107         * gdb.python/py-value.exp (test_value_in_inferior): Add test for
3108         MemoryError.
3109         (test_subscript_regression): Update exception type.
3110
3111 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
3112
3113         * gdb.python/py-breakpoint.exp: Add internal watchpoint and
3114         breakpoint tests.
3115
3116 2010-11-09  Pedro Alves  <pedro@codesourcery.com>
3117
3118         * gdb.base/watchpoint.exp: Test "watch -location" with an
3119         innacessible location.
3120
3121 2010-11-09  Edjunior Machado  <emachado@br.ibm.com>
3122             Luis Machado  <luisgpm@br.ibm.com>
3123
3124         * gdb.base/maint.exp: Expect "." prefix.
3125         * gdb.base/nodebug.exp: Expect "." Likewise.
3126         * gdb.base/sepsymtab.exp: Expect "." Likewise.
3127         * gdb.base/watchpoint-cond-gone.exp: Likewise.
3128         * gdb.base/watchpoint.exp: Expect a software watch to be created for
3129         POWER server processors.
3130
3131 2010-11-08  Edjunior Machado  <emachado@br.ibm.com>
3132             Luis Machado  <luisgpm@br.ibm.com>
3133
3134         * gdb.base/break-entry.exp: convert entry point for
3135         ppc64 and expect leading `.' on ppc64's symbols
3136
3137 2010-11-05  Doug Evans  <dje@google.com>
3138
3139         * gdb.base/help.exp: Update expected output.
3140         * gdb.python/py-param.exp: Delete, contents moved to ...
3141         * gdb.python/py-parameter.exp: ... here.  New file.
3142         Add test for gdb.parameter ("directories").
3143
3144 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
3145
3146         * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
3147         * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
3148         * configure: Regenerate.
3149         * gdb.opencl/Makefile.in: New File.
3150         * gdb.opencl/datatypes.exp: Likewise.
3151         * gdb.opencl/datatypes.cl: Likewise.
3152         * gdb.opencl/operators.exp: Likewise.
3153         * gdb.opencl/operators.cl: Likewise.
3154         * gdb.opencl/vec_comps.exp: Likewise.
3155         * gdb.opencl/vec_comps.cl: Likewise.
3156         * gdb.opencl/convs_casts.exp: Likewise.
3157         * gdb.opencl/convs_casts.cl: Likewise.
3158         * lib/opencl.exp: Likewise.
3159         * lib/opencl_hostapp.c: Likewise.
3160         * lib/opencl_kernel.cl: Likewise.
3161         * lib/cl_util.c: Likewise.
3162         * lib/cl_util.c: Likewise.
3163         * gdb.base/default.exp (set language): Add "opencl" to the list of
3164         languages.
3165
3166 2010-11-04  Sami Wagiaalla  <swagiaal@redhat.com>
3167
3168         * gdb.cp/overload.exp: Added test for inheritance overload.
3169         * gdb.cp/overload.cc: Ditto.
3170         * gdb.cp/oranking.exp: Removed releveant kfails.
3171
3172 2010-11-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
3173             Joel Brobecker  <brobecker@adacore.com>
3174
3175         * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
3176         check test_compiler_info.
3177
3178 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
3179
3180         * gdb.base/gnu_vector.exp: Adjust expect messages.
3181
3182 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
3183
3184         * gdb.base/gnu_vector.exp: Add unary operator tests.
3185
3186 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
3187
3188         * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
3189
3190 2010-11-02  Doug Evans  <dje@google.com>
3191
3192         * gdb.python/py-pp-maint.c: New file.
3193         * gdb.python/py-pp-maint.exp: New file.
3194         * gdb.python/py-pp-maint.py: New file.
3195
3196 2010-11-02  Tom Tromey  <tromey@redhat.com>
3197
3198         * gdb.base/default.exp: Remove "scheme" from language list.
3199
3200 2010-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3201
3202         Revert:
3203         2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3204         * gdb.threads/sigstep-threads.exp: New file.
3205         * gdb.threads/sigstep-threads.c: New file.
3206
3207 2010-10-20  Michael Snyder  <msnyder@vmware.com>
3208
3209         * gdb.threads/fork-child-threads.exp: Don't run on remote target.
3210
3211 2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
3212
3213         * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
3214         Skip test completely if gdb,no_hardware_watchpoints.
3215
3216 2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
3217
3218         * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
3219         strict, but do not check for any particular function name within libc.
3220
3221 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
3222
3223         * gdb.cp/smartp.exp: New test.
3224         * gdb.cp/smartp.cc : New test.
3225
3226 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
3227
3228         * gdb.cp/converts.exp: Test pointer to bool conversion.
3229         Test pointer to long conversion.
3230         * gdb.cp/oranking.exp: Removed relevant kfail.
3231
3232 2010-10-18  Tom Tromey  <tromey@redhat.com>
3233
3234         * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
3235         argument to lazy_string.
3236         * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
3237         (pp_ls.to_string): Use it.
3238         * gdb.python/py-prettyprint.c (main): Move declarations to top.
3239         Add "estring2" local.
3240
3241 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3242
3243         Fix s390x compatibility.
3244         * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS.  Twice.
3245         * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
3246
3247 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3248
3249         * gdb.threads/sigstep-threads.exp: New file.
3250         * gdb.threads/sigstep-threads.c: New file.
3251
3252 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3253
3254         * gdb.base/pie-execl.exp: New file.
3255         * gdb.base/pie-execl.c: New file.
3256
3257 2010-10-13  Doug Evans  <dje@google.com>
3258             Jan Kratochvil  <jan.kratochvil@redhat.com>
3259
3260         PR exp/12117
3261         * gdb.cp/ptype-cv-cp.cc: New file.
3262         * gdb.cp/ptype-cv-cp.exp: New file.
3263
3264 2010-10-14  Sami Wagiaalla  <swagiaal@redhat.com>
3265
3266         * gdb.cp/converts.cc: New test program.
3267         * gdb.cp/converts.exp: New test.
3268         * gdb.cp/overload.exp: Added test for void* vs int*.
3269         * gdb.cp/overload.exp: Ditto.
3270         * gdb.cp/oranking.exp: Removed related kfail.
3271
3272 2010-10-13  Doug Evans  <dje@google.com>
3273
3274         * lib/gdb-python.exp (gdb_check_python_config): New function.
3275         * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
3276         * gdb.python/lib-types.cc: New file.
3277         * gdb.python/lib-types.exp: New file.
3278
3279 2010-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3280
3281         * gdb.python/py-error.exp: New file.
3282         * gdb.python/py-error.py: New file.
3283
3284 2010-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3285
3286         * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
3287         gdb_test_multiple.
3288
3289 2010-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3290
3291         * gdb.base/break-interp.exp: Use ldlags for linking flags.
3292         * gdb.base/prelink.exp: Likewise.
3293         * gdb.base/solib-nodir.exp: Likewise.
3294         * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
3295         (gdb_compile) <shlib_load>: Use ldlags for linking flags.
3296         * lib/prelink-support.exp (build_executable_own_libs): Likewise.
3297
3298 2010-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
3299
3300         * break-interp.exp (test_ld): Use two separate gdb_expect statements
3301         for the "info files" test to avoid timeouts on slow machines.
3302
3303 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3304
3305         * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
3306         (main): Make openlib dummy call.
3307
3308 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3309
3310         Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
3311         * break-interp.exp (reach): Move the core body ...
3312         (reach_1): ... here.  Use stop-on-solib-events for _dl_debug_state.
3313         (test_ld): Provide always real argument, even to the linker.  Replace
3314         dl_main by _dl_debug_state.
3315
3316 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3317
3318         Fix results of prelinked PIEs on ppc*.
3319         * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
3320         Accept also DISPLACEMENT "PRESENT".
3321         (main): Replace "ZERO" displacements by "PRESENT".
3322
3323 2010-10-08  Sami Wagiaalla  <swagiaal@redhat.com>
3324
3325         * gdb.cp/oranking.exp: New test.
3326         * gdb.cp/oranking.cc: New test program.
3327
3328 2010-10-08  Ken Werner  <ken.werner@de.ibm.com>
3329
3330         * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
3331         * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
3332
3333 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
3334
3335         * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
3336         lush, lynx) New constant.
3337         * gdb.base/constvars.exp: Test const array types.
3338         * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
3339
3340 2010-10-06  Doug Evans  <dje@google.com>
3341
3342         * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
3343         of syscall staging area.
3344
3345 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
3346
3347         * gdb.base/gnu_vector.c: Add variable c4.
3348         * gdb.base/gnu_vector.exp: Add tests for character vector printing.
3349         * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
3350
3351 2010-10-05  Maciej W. Rozycki  <macro@codesourcery.com>
3352
3353         * gdb.arch/altivec-abi.exp: Fix a typo.
3354
3355 2010-10-02  Maciej W. Rozycki  <macro@codesourcery.com>
3356
3357         * lib/mi-support.exp (thread_selected_re): Correct pattern used
3358         to match a thread ID.
3359
3360 2010-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3361
3362         Fix s390x testcase compatibility.
3363         * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
3364
3365 2010-10-01  Doug Evans  <dje@google.com>
3366
3367         * lib/gdb-python.exp: New file.
3368         * gdb.python/py-block.exp: Use it.
3369         * gdb.python/py-breakpoint.exp: Ditto.
3370         * gdb.python/py-frame.exp: Ditto.
3371         * gdb.python/py-inferior.exp: Ditto.
3372         * gdb.python/py-param.exp: Ditto.
3373         * gdb.python/py-prettyprint.exp: Ditto.
3374         * gdb.python/py-shared.exp: Ditto.
3375         * gdb.python/py-symbol.exp: Ditto.
3376         * gdb.python/py-symtab.exp: Ditto.
3377         * gdb.python/py-type.exp: Ditto.
3378         * gdb.python/py-value.exp: Ditto.
3379         * gdb.python/python.exp: Ditto.
3380
3381 2010-09-30  Tom Tromey  <tromey@redhat.com>
3382
3383         * gdb.base/anon.exp: New file.
3384         * gdb.base/anon.c: New file.
3385
3386 2010-09-30  Tom Tromey  <tromey@redhat.com>
3387
3388         * gdb.base/completion.exp: Test completion through anonymous
3389         union.
3390         * gdb.base/break1.c (struct some_struct): Add anonymous union.
3391
3392 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3393
3394         Fix printing parameters of inlined functions.
3395         * gdb.dwarf2/dw2-inline-param.exp: New file.
3396         * gdb.dwarf2/dw2-inline-param-main.c: New file.
3397         * gdb.dwarf2/dw2-inline-param.S: New file.
3398
3399 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3400
3401         PR corefiles/12071.
3402         * gdb.base/corefile.exp (quit with a process, no question: load core)
3403         (quit with a core file): New tests.
3404
3405 2010-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
3406
3407         Fix GDB crash on inferior calls with self-referencing classes.
3408         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
3409         * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
3410         * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
3411
3412 2010-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3413
3414         Fix lost siginfo_t for inferior calls.
3415         * gdb.base/siginfo-infcall.exp: New file.
3416         * gdb.base/siginfo-infcall.c: New file.
3417
3418 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
3419
3420         * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
3421
3422 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3423
3424         * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
3425         New test.
3426         * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
3427
3428 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
3429
3430         * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
3431         type of our const type.
3432
3433 2010-09-22  Sami Wagiaalla  <swagiaal@redhat.com>
3434
3435         * gdb.cp/pr12028.cc: New.
3436         * gdb.cp/pr12028.exp: New.
3437
3438 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
3439
3440         * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
3441
3442 2010-09-16  Phil Muldoon  <pmuldoon@redhat.com>
3443             Jan Kratochvil  <jan.kratochvil@redhat.com>
3444
3445         PR mi/11407
3446         * gdb.mi/dw2-ref-missing-frame-func.c: New File.
3447         * gdb.mi/dw2-ref-missing-frame-main.c New File.
3448         * gdb.mi/dw2-ref-missing-frame.S New File.
3449         * gdb.mi/dw2-ref-missing-frame.exp New File.
3450
3451 2010-09-14  Tom Tromey  <tromey@redhat.com>
3452
3453         PR symtab/8399:
3454         * gdb.threads/tls.exp: Remove kfail.  Update expected output.
3455
3456 2010-09-14  Tom Tromey  <tromey@redhat.com>
3457
3458         PR exp/11803:
3459         * gdb.threads/tls.exp: Use C++.
3460         (check_thread_local): Use K::another_thread_local.
3461         * gdb.threads/tls.c (class K): New.
3462         (another_thread_local): Now a member of K.
3463         (spin): Update.  No longer K&R C.
3464
3465 2010-09-13  Sami Wagiaalla  <swagiaal@redhat.com>
3466
3467         * gdb.cp/koenig.cc: created class for testing member lookup.
3468         * gdb.cp/koenig.exp: Added test for member lookup.
3469
3470 2010-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3471
3472         Fix false FAILs on sourcetree topdir directory containing "kill".
3473         * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
3474         source line matching regexp.
3475
3476 2010-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3477
3478         * gdb.python/python.exp (set height 0, collect help from uiout)
3479         (verify help to uiout): New tests.
3480
3481 2010-09-10  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3482
3483         * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
3484         is_lp64_target to check 64bit target.
3485
3486 2010-09-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3487
3488         * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
3489         (test_ld) <powerpc64-*>: New.
3490
3491 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
3492
3493         * gdb.cp/templates.exp (test_template_args): Allow "struct".
3494
3495 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
3496
3497         * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
3498         (FunctionArg::method): New function.
3499         (empty, arg): New variables.
3500         (main): Call arg.method.
3501         * gdb.cp/templates.exp (test_template_args): New function.
3502         (do_tests): Call it.
3503
3504 2010-09-08  Ulrich Weigand  <uweigand@de.ibm.com>
3505
3506         * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
3507         of "next" to proceed over pthread_exit call.
3508
3509 2010-09-08  Ulrich Weigand  <uweigand@de.ibm.com>
3510
3511         * gdb.base/maint.exp: Avoid wildcards against potentially very long
3512         "maint print statistics" output to prevent expect timeouts.
3513
3514 2010-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3515
3516         * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
3517         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
3518         (test_float_rejected): ... here.
3519         * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
3520         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
3521         (test_float_rejected): ... here.
3522         * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
3523         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
3524         (test_float_rejected): ... here.
3525         * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
3526         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
3527         (test_float_rejected): ... here.
3528
3529 2010-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
3530
3531         * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
3532         before disabling hardware watchpoints.
3533         (test_inaccessible_watchpoint): Check that hardware watchpoints
3534         are used.  Test for watchpoints on a constant address.
3535
3536 2010-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3537
3538         * gdb.base/ui-redirect.exp: New file.
3539
3540 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3541             Joel Brobecker  <brobecker@adacore.com>
3542
3543         * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
3544
3545 2010-08-31  Doug Evans  <dje@google.com>
3546
3547         * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
3548
3549 2010-08-30  Tom Tromey  <tromey@redhat.com>
3550
3551         PR python/11792:
3552         * gdb.python/py-value.exp (test_subscript_regression): Add
3553         dynamic_type test.
3554
3555 2010-08-30  Daniel Jacobowitz  <dan@codesourcery.com>
3556
3557         * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
3558         instead of running to main.  Do not test the main function.
3559         * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
3560         Add new main.
3561
3562 2010-08-26  Pedro Alves  <pedro@codesourcery.com>
3563
3564         * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
3565         one test.
3566
3567 2010-08-24  Doug Evans  <dje@google.com>
3568
3569         PR symtab/11942
3570         * gdb.dwarf2/dw4-sig-types.cc: New file.
3571         * gdb.dwarf2/dw4-sig-types.h: New file.
3572         * gdb.dwarf2/dw4-sig-types-b.cc: New file.
3573         * gdb.dwarf2/dw4-sig-types.exp: New file.
3574
3575 2010-08-23  Tom Tromey  <tromey@redhat.com>
3576
3577         PR python/11145:
3578         * gdb.python/py-value.c (Base, Derived): New types.
3579         (base): New global.
3580         * gdb.python/py-value.exp (test_subscript_regression): Add
3581         dynamic_cast test.
3582
3583 2010-08-23  Tom Tromey  <tromey@redhat.com>
3584
3585         PR python/10676:
3586         * gdb.python/py-type.exp (test_fields): Add tests for type
3587         equality.
3588
3589 2010-08-23  Tom Tromey  <tromey@redhat.com>
3590
3591         PR python/11915:
3592         * gdb.python/py-type.exp (test_fields): Add tests for array.
3593
3594 2010-08-23  Keith Seitz  <keiths@redhat.com>
3595
3596         * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
3597         have any children. Create a new abbrev for it.
3598         Add missing terminal sequence to .debug_abbrev.
3599
3600 2010-08-20  Keith Seitz  <keiths@redhat.com>
3601
3602         PR symtab/11465:
3603         * gdb.dwarf2/pr11465.exp: New test.
3604         * gdb.dwarf2/pr11465.S: New file.
3605         * gdb.dwarf2/dw2-double-set-die-type.S: New file.
3606         * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
3607
3608 2010-08-19  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3609
3610         * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
3611         registers.  Update data sets with the new v2_double element in the
3612         VSX register union.  Add vector_register3_vr data set for the AltiVec
3613         registers.  Use gdb_test_no_output instead of send_gdb.
3614
3615 2010-08-19  Pedro Alves  <pedro@codesourcery.com>
3616
3617         * gdb.python/py-shared.exp: New file, factored out from
3618         python.exp.
3619         * gdb.python/py-shared.c: New file.
3620         * gdb.python/py-shared-sl.c: New file.
3621         * gdb.python/python-1.c: New file.
3622         * gdb.python/python-sl.c: Delete.
3623         * gdb.python/python.c: Mention python-1.c.
3624         * gdb.python/python.exp: Move shared library tests to
3625         py-shared.exp.
3626         * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
3627         (MISCELLANEOUS): New.
3628         (clean mostlyclean): Also remove $MISCELLANEOUS.
3629
3630 2010-08-19  Doug Evans  <dje@google.com>
3631
3632         PR exp/11926
3633         * gdb.base/printcmds.exp (test_float_accepted): New function.
3634         Move existing float tests there.  Add tests for floats with suffixes.
3635         (test_float_rejected): New function.
3636         * gdb.java/jv-print.exp (test_float_accepted): New function.
3637         (test_float_rejected): New function.
3638         * gdb.objc/print.exp: New file.
3639         * gdb.pascal/print.exp: New file.
3640         * lib/objc.exp: New file.
3641
3642 2010-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
3643
3644         * gdb.base/default.exp (info set): Avoid full buffer error and force
3645         reading up to final gdb prompt.
3646         (show): Likewise.
3647
3648 2010-08-18  Tom Tromey  <tromey@redhat.com>
3649
3650         PR symtab/11919:
3651         * gdb.base/completion.exp: Add test.
3652
3653 2010-08-18  Doug Evans  <dje@google.com>
3654
3655         * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
3656         * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
3657         * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
3658         Simplify, early exit if runto_main fails.
3659         * gdb.fortran/exprs.exp: load_lib fortran.exp.
3660         (set_lang_fortran): Moved to lib/fortran.exp.
3661         * gdb.fortran/types.exp: load_lib fortran.exp.
3662         (set_lang_fortran): Moved to lib/fortran.exp.
3663         * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
3664         * gdb.java/jprint.exp (set_lang_java): Ditto.
3665         * gdb.java/jv-exp.exp: load_lib java.exp.
3666         If set_lang_java fails, issue a warning instead of failure to be
3667         consistent with other set_lang_foo uses.
3668         (set_lang_java): Moved to lib/java.exp.
3669         * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
3670         If set_lang_java fails, issue a warning instead of failure to be
3671         consistent with other set_lang_foo uses.
3672         * gdb.pascal/types.exp: load_lib pascal.exp.
3673         (set_lang_pascal): Moved to lib/pascal.exp.
3674         * lib/fortran.exp: New file.
3675         * lib/java.exp (set_lang_java): New function.
3676         * lib/pascal.exp (set_lang_pascal): New function.
3677
3678 2010-08-18  Yao Qi  <yao@codesourcery.com
3679
3680         * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
3681         func_nofb_start and func_loopfb_start, so that address of functions
3682         is equal to these labels on Thumb.
3683
3684 2010-08-18  Yao Qi  <yao@codesourcery.com>
3685
3686         * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
3687         to reflect latest c source file.
3688
3689 2010-08-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3690
3691         * gdb.cp/infcall-dlopen.exp: New file.
3692         * gdb.cp/infcall-dlopen.cc: New file.
3693         * gdb.cp/infcall-dlopen-lib.cc: New file.
3694
3695 2010-08-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3696             Pedro Alves  <pedro@codesourcery.com>
3697
3698         PR breakpoints/11371
3699
3700         * gdb.base/watch-cond-infcall.exp: New file.
3701         * gdb.base/watch-cond-infcall.c: New file.
3702
3703 2010-08-16  Tom Tromey  <tromey@redhat.com>
3704
3705         * gdb.base/help.exp: Update.
3706         * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
3707         watchpoint.
3708         (test_watch_location): New proc.
3709         (test_watchpoint_in_big_blob): Delete watchpoint.
3710         * gdb.base/watchpoint.c (func5): New function.
3711         (main): Call it.
3712
3713 2010-08-16  Doug Evans  <dje@google.com>
3714
3715         * gdb.python/python.exp: Fix syntax in "post event insertion" test.
3716
3717 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
3718
3719         * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
3720         tests.
3721
3722 2010-08-11  Ken Werner  <ken.werner@de.ibm.com>
3723
3724         * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
3725         * gdb.base/gnu_vector.c: New File.
3726         * gdb.base/gnu_vector.exp: Likewise.
3727
3728 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
3729
3730         * gdb.python/python.c: New File.
3731         * gdb.python/python-sl.c: New File.
3732         * gdb.python/python.exp: Test solib_address and decode_line
3733         * functions.
3734
3735 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3736
3737         * gdb.python/python.exp (show height, set height 10)
3738         (verify pagination beforehand, verify pagination beforehand: q)
3739         (gdb.execute does not page, verify pagination afterwards)
3740         (verify pagination afterwards: q): New.
3741
3742 2010-08-02  Doug Evans  <dje@google.com>
3743
3744         * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
3745         because of an older gcc, change test2
3746         "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
3747         to unsupported.
3748
3749 2010-07-30  Kazu Hirata  <kazu@codesourcery.com>
3750
3751         * gdb.base/break-always.exp: Do not expect full paths to file
3752         names.
3753         * gdb.base/commands.exp: Likewise.
3754
3755 2010-07-30  Doug Evans  <dje@google.com>
3756
3757         * gdb.cp/temargs.exp: For new tests that require newer gccs,
3758         xfail them when run with older gccs.
3759
3760         * lib/gdb.exp (build_executable): Forward "c++" option to
3761         get_compiler_info.
3762
3763         * gdb.python/py-type.exp (test_template): Mark as xfail tests
3764         "python print ttype.template_argument(1)" and
3765         "python print isinstance(ttype.template_argument(1), gdb.Value)"
3766         if using gcc 4.4 or earlier.
3767
3768         * gdb.base/valgrind-db-attach.exp: Use unique test name for
3769         attach-to-debugger handling.
3770
3771 2010-07-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3772
3773         * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
3774         * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
3775         (main): Use copyreloc.
3776         * gdb.base/prelink.exp (split debug of executable)
3777         (.dynbss vs. .bss address shift): New tests.
3778
3779 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
3780
3781         * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
3782         in gdb_test_multiple.
3783
3784 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
3785
3786         * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
3787         environment.
3788
3789 2010-07-28  Tom Tromey  <tromey@redhat.com>
3790
3791         PR python/11060:
3792         * gdb.python/py-type.c (Temargs): New template.
3793         (temvar): New variable.
3794         * gdb.python/py-type.exp (test_template): New proc.
3795
3796 2010-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
3797
3798         * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
3799         gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
3800
3801 2010-07-28  Tom Tromey  <tromey@redhat.com>
3802
3803         PR c++/9946:
3804         * gdb.cp/temargs.exp: New file.
3805         * gdb.cp/temargs.cc: New file.
3806
3807 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3808
3809         * gdb.base/help.exp (help disassemble): Update the content.
3810
3811 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3812
3813         * gdb.threads/ia64-sigill.exp: New file.
3814         * gdb.threads/ia64-sigill.c: New file.
3815
3816 2010-07-27  Tom Tromey  <tromey@redhat.com>
3817
3818         * gdb.opt/inline-cmds.c (ATTR): New define.
3819         (func1): Use it.
3820         (func2): Likewise.
3821         (func3): Likewise.
3822         (outer_inline1): Likewise.
3823         (outer_inline2): Likewise.
3824         * gdb.opt/inline-bt.c (ATTR): New define.
3825         (func1): Use it.
3826         (func2): Likewise.
3827         * gdb.opt/inline-locals.c (ATTR): New define.
3828         (func1): Use it.
3829         (func2): Likewise.
3830
3831 2010-07-27  Tom Tromey  <tromey@redhat.com>
3832
3833         * gdb.stabs/gdb11479.c (hack): New function.
3834         (test): Use it.
3835         (test2): Use it.
3836         * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
3837         (int32_search_buf, int64_search_buf): No longer static.
3838         (x): Remove.
3839         * gdb.base/relocate.c (hack): New function.
3840
3841 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
3842
3843         * gdb.python/py-value.exp (test_inferior_function_call): New function.
3844         * gdb.python/py-value.c (func1): New function.
3845         (func2): Likewise.
3846
3847 2010-07-26  Corinna Vinschen  <vinschen@redhat.com>
3848
3849         * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
3850         as not to clash with .data section.
3851
3852 2010-07-26  Jerome Guitton  <guitton@adacore.com>
3853
3854         * gdb.base/code_elim.exp: New file.
3855         * gdb.base/code_elim1.c: New file.
3856         * gdb.base/code_elim2.c: New file.
3857
3858 2010-07-21  Pedro Alves  <pedro@codesourcery.com>
3859
3860         PR symtab/11827
3861
3862         * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
3863         (some_volatile_enum): New variable.
3864         * gdb.base/printcmds.exp (test_print_enums): New.
3865         <top level>: Call it.
3866
3867 2010-07-21  Sami Wagiaalla  <swagiaal@redhat.com>
3868
3869         * gdb.cp/fpointer.cc: New test.
3870         * gdb.cp/fpointer.exp: New test.
3871
3872 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3873
3874         * gdb.base/solib-nodir.exp: New file.
3875         * lib/gdb.exp (runto): New case for a GDB internal error.
3876
3877 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3878             Ulrich Weigand  <uweigand@de.ibm.com>
3879             Tom Tromey  <tromey@redhat.com>
3880
3881         * gdb.base/charset-malloc.c: New file.
3882         * gdb.base/charset.c (malloc_stub): New prototype.
3883         (main): Call it instead of malloc itself.
3884         * gdb.base/charset.exp: Use only prepare_for_testing.
3885         (binfile): Remove the variable.
3886
3887 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3888
3889         Make core files the process_stratum.
3890         * gdb.base/corefile.exp (run: load core again)
3891         (run: sanity check we see the core file, run: with core)
3892         (run: core file is cleared, attach: load core again)
3893         (attach: sanity check we see the core file, attach: with core)
3894         (attach: core file is cleared): New tests.
3895         * gdb.base/coremaker.c (main): New parameters.  Implement "sleep" argv.
3896
3897 2010-07-14  Ken Werner  <ken.werner@de.ibm.com>
3898
3899         * gdb.arch/altivec-abi.exp: New tests.
3900
3901 2010-07-13  Tom Tromey  <tromey@redhat.com>
3902
3903         * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
3904         (main): Use it.
3905         * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
3906
3907 2010-07-13  Tom Tromey  <tromey@redhat.com>
3908
3909         * gdb.base/label.exp: New file.
3910         * gdb.base/label.c: New file.
3911
3912 2010-07-12  Ulrich Weigand  <uweigand@de.ibm.com>
3913             H.J. Lu  <hongjiu.lu@intel.com>
3914
3915         * lib/gdb.exp (is_ilp32_target): New.
3916         (is_lp64_target): Likewise.
3917
3918         * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
3919         target.
3920         * gdb.arch/amd64-disp-step.exp: Likewise.
3921         * gdb.arch/amd64-dword.exp: Likewise.
3922         * gdb.arch/amd64-i386-address.exp: Likewise.
3923         * gdb.arch/amd64-word.exp: Likewise.
3924
3925         * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
3926         target.
3927         * gdb.arch/i386-bp_permanent.exp: Likewise.
3928         * gdb.arch/i386-byte.exp: Likewise.
3929         * gdb.arch/i386-disp-step.exp: Likewise.
3930         * gdb.arch/i386-gnu-cfi.exp: Likewise.
3931         * gdb.arch/i386-prologue.exp: Likewise.
3932         * gdb.arch/i386-size-overlap.exp: Likewise.
3933         * gdb.arch/i386-size.exp: Likewise.
3934         * gdb.arch/i386-sse.exp: Likewise.
3935         * gdb.arch/i386-unwind.exp: Likewise.
3936         * gdb.arch/i386-word.exp: Likewise.
3937
3938         * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
3939         test only when building 64-bit executables.  Do not hard-code
3940         -m64 option.
3941
3942 2010-07-07  Doug Evans  <dje@google.com>
3943
3944         * lib/gdb.exp (gdb_test_list_exact): New function.
3945         * gdb.base/default.exp (show convenience): Call it, add tests for
3946         $_sdata = void, $_thread = 0.
3947
3948 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3949             Joel Brobecker  <brobecker@adacore.com>
3950
3951         Fix re-run of PIE executable, PR shlibs/11776.
3952         * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
3953         Remove $displacement_main to match the solib-svr4.c change.  New "kill"
3954         and re-"run" of the inferior.
3955
3956 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3957             Joel Brobecker  <brobecker@adacore.com>
3958
3959         Cope with missing /usr/sbin/prelink.
3960         * lib/prelink-support.exp (prelink_no):
3961         <result == 1 && $output is "no such file or directory">: New.
3962         (prelink_yes): Likewise.  Return on failed prelink_no.
3963
3964 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3965             Joel Brobecker  <brobecker@adacore.com>
3966
3967         * gdb.base/attach-pie-misread.exp: Load prelink-support.exp.  Replace
3968         build_executable by build_executable_own_libs.  Replace "prelink -R"
3969         execution by a call of prelink_yes.  Comment why "prelink -r" needs no
3970         change.
3971         * gdb.base/break-interp.exp: Load prelink-support.exp.  Rename calls of
3972         copy to file_copy.  Move setting opts --dynamic-linker and -rpath,
3973         mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
3974         Replace build_executable by build_executable_own_libs's function
3975         build_executable_own_libs.
3976         (prelinkNO): Create new stub to call prelink_no.
3977         (prelinkYES): Create new stub to call prelink_yes.
3978         (test_attach): Rename calls of copy to file_copy.
3979         (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
3980         (copy): Move to ...
3981         * lib/prelink-support.exp: ... a new file.  Rename prelinkNO to
3982         prelink_no, prelinkYES to prelink_yes, copy to file_copy.
3983         * gdb.base/prelink.exp: Disable testcase also for is_remote and
3984         skip_shlib_tests.  Load prelink-support.exp.  Replace gdb_compile with
3985         special flags by gdb_compile_shlib.  Replace second gdb_compile by
3986         build_executable_own_libs.  Replace "prelink -R" execution by a call of
3987         prelink_yes.  Replace "prelink -u" and second "prelink -R" execution by
3988         a second call of prelink_yes.  Replace restart commands by
3989         clean_restart.
3990         (prelink): Rename to ...
3991         (seen displacement message): ... this test.  Extend its expectation
3992         strictness.
3993
3994 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3995
3996         * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
3997         * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
3998         displacement message exactly once.
3999
4000 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4001             Joel Brobecker  <brobecker@adacore.com>
4002
4003         * gdb.base/break-interp.exp (test_attach): Keep $interp changed.  Move
4004         its restore after the <$relink_args != ""> loop.  new comment.
4005
4006 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4007             Joel Brobecker  <brobecker@adacore.com>
4008
4009         * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
4010         code for it.  New variable relink_args.
4011         (prelinkYES): Call prelinkNO.
4012         (test_attach): Accept new parameter relink_args.  Re-prelink the binary
4013         in such case.  Move the core code to ...
4014         (test_attach_gdb): ... a new function.  Send GDB command "file".
4015         Extend expected "Attaching to " string.
4016
4017 2010-07-02  Tom Tromey  <tromey@redhat.com>
4018
4019         * gdb.base/bitops.exp: Remove extraneous "pass".
4020
4021 2010-07-02  Ken Werner  <ken.werner@de.ibm.com>
4022
4023         * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
4024
4025 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4026
4027         * gdb.base/help.exp: Adjust expected output.
4028
4029 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4030
4031         * gdb.base/help.exp: Adjust expected output.
4032
4033 2010-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
4034
4035         * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
4036         (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
4037         c++/11702.
4038
4039 2010-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
4040             Doug Evans  <dje@google.com>
4041
4042         * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
4043         add .dynamic entry'.
4044
4045 2010-06-29  Doug Evans  <dje@google.com>
4046
4047         Test PR c++/11702.
4048         * gdb.cp/m-static.exp: Add testcase.
4049         * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
4050
4051 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
4052             Tom Tromey  <tromey@redhat.com>
4053             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4054
4055         * gdb.python/py-inferior.c: New File.
4056         * gdb.python/py-infthread.c: New File.
4057         * gdb.python/py-inferior.exp: New File.
4058         * gdb.python/py-infthread.exp: New File.
4059
4060 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4061
4062         * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
4063         (ptype ::C::OtherFileClass typedefs): New.
4064         * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
4065         (C::OtherFileClass::cOtherFileClassVar2): New.
4066         (C::OtherFileClass::cOtherFileClassVar_use): Use also
4067         cOtherFileClassVar2.
4068         (C::cOtherFileType2, C::cOtherFileVar2): New.
4069         (C::cOtherFileVar_use): use also cOtherFileVar2.
4070         * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
4071
4072 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4073
4074         * gdb.cp/namespace.exp (whatis C::cOtherFileType)
4075         (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
4076         (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
4077         (print ::C::cOtherFileVar)
4078         (whatis C::OtherFileClass::cOtherFileClassType)
4079         (whatis ::C::OtherFileClass::cOtherFileClassType)
4080         (print C::OtherFileClass::cOtherFileClassVar)
4081         (print ::cOtherFileClassVar)
4082         (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
4083         (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
4084         trailing content.
4085         * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
4086         (C::OtherFileClass::cOtherFileClassVar)
4087         (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
4088         (C::cOtherFileVar, C::cOtherFileVar_use): New.
4089
4090 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4091
4092         Test PR c++/11703 and PR gdb/1448.
4093         * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
4094         gdb/1448.
4095
4096 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4097
4098         * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
4099         (main) <rtti_data>: New.
4100         * gdb.cp/virtbase.exp (print rtti_data): New.
4101
4102 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4103             Joel Brobecker  <brobecker@adacore.com>
4104
4105         * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
4106
4107 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4108
4109         * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
4110
4111 2010-06-28  Doug Evans  <dje@google.com>
4112
4113         * gdb.base/break-interp.exp (reach): Relax expected output a bit.
4114
4115 2010-06-27  Doug Evans  <dje@google.com>
4116
4117         * gdb.cp/m-static.exp: Update expected test output.
4118
4119 2010-06-25  Paul Hilfinger  <hilfinger@adacore.com>
4120
4121         * gdb.gdb/selftest.exp: Adjust expected message for
4122         capturing start-up runtime.
4123
4124 2010-06-25  Tom Tromey  <tromey@redhat.com>
4125
4126         PR python/10808:
4127         * gdb.python/python.exp: Add new tests.
4128
4129 2010-06-25  Sami Wagiaalla  <swagiaal@redhat.com>
4130
4131         * gdb.cp/operator.cc: Created an import loop.
4132         * gdb.cp/operator.exp: Added testcase for import loop.
4133
4134 2010-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
4135
4136         Test PR python/11407.
4137         * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
4138         * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
4139         Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
4140         * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
4141         executable_nofb and executable_fb.  New variables srcsfile, objsfile,
4142         srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
4143         binfile.  Call gdb_compile with clean_restart twice.
4144         (func_nofb print, func_nofb backtrace, func_loopfb print)
4145         (func_loopfb backtrace): New.
4146
4147 2010-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
4148
4149         * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
4150         * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
4151         by a hand made one.
4152         * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment.  Remove
4153         i?86 requirement.  Remove variables srcfile and binfile.  New variable
4154         sources, executable_nofb and executable_fb.  Call prepare_for_testing.
4155
4156 2010-06-25  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4157
4158         * gdb.cell/dwarfaddr.exp: New file.
4159         * gdb.cell/dwarfaddr.S: New file.
4160
4161 2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4162
4163         Test PR 9436.
4164         * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
4165
4166 2010-06-24  Hui Zhu  <teawater@gmail.com>
4167
4168         * gdb.base/eval.exp: New file.
4169
4170 2010-06-23  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4171
4172         * gdb.cell/fork.exp: New file.
4173         * gdb.cell/fork.c: Likewise.
4174         * gdb.cell/fork-spu.c: Likewise.
4175
4176 2010-06-22  Pierre Muller  <muller@ics.u-strasbg.fr>
4177
4178         * lib/gdb.exp (banned_variables_traced): New global variable.
4179         (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
4180         (gdb_init): Use `trace add variable' instead of obsolete
4181         `trace variable'.
4182
4183 2010-06-21  Doug Evans  <dje@google.com>
4184
4185         * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
4186
4187 2010-06-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4188
4189         * gdb.arch/spu-ls.exp: New file.
4190         * gdb.arch/spu-ls.c: Likewise.
4191
4192 2010-06-18  Stan Shebs  <stan@codesourcery.com>
4193
4194         * gdb.threads/thread-specific.exp: Add tests of $_thread.
4195
4196 2010-06-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4197
4198         * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
4199         * gdb.base/watch-cond.exp: Likewise.
4200         * gdb.python/py-breakpoint.exp: Likewise.
4201
4202 2010-06-18  Pedro Alves  <pedro@codesourcery.com>
4203
4204         * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
4205         clean_restart, make sure every test has a distinct message, and
4206         that messages don't include the executable' full path.
4207
4208 2010-06-17  Doug Evans  <dje@google.com>
4209
4210         * gdb.arch/i386-size.exp: Updated expected output for
4211         DISASSEMBLY_OMIT_FNAME.
4212
4213 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4214             Sergio Durigan Junior  <sergiodj@redhat.com>
4215
4216         * gdb.base/watch-notconst.c: New file.
4217         * gdb.base/watch-notconst.S: New file.
4218         * gdb.base/watch-notconst2.c: New file.
4219         * gdb.base/watch-notconst2.S: New file.
4220         * gdb.base/watch-notconst.exp: New file.
4221         * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
4222         (func4): Add operations on `global_ptr_ptr'.
4223         * gdb.base/watchpoint.exp (test_constant_watchpoint): New
4224         routine to test watchpoints created with a constant expression.
4225         (test_inaccessible_watchpoint): Include tests for watchpoints
4226         created with a constant expression.
4227
4228 2010-06-14  Kevin Buettner  <kevinb@redhat.com>
4229
4230         * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
4231         gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
4232         gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
4233         gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
4234         gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
4235         gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
4236         gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
4237         of `_start'.
4238
4239 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4240
4241         * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
4242         not supported on the target.
4243         * gdb.mi/mi-nonstop-exit.exp: Likewise.
4244         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4245         * gdb.mi/mi-nsintrall.exp: Likewise.
4246         * gdb.mi/mi-nsmoribund.exp: Likewise.
4247         * gdb.mi/mi-nsthrexec.exp: Likewise.
4248
4249 2010-06-11  Stan Shebs  <stan@codesourcery.com>
4250
4251         * gdb.base/permissions.exp: New file.
4252
4253 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4254
4255         * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
4256         does not support ELF executable class.
4257
4258 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4259
4260         * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
4261
4262 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4263
4264         * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
4265         (runto): Catch "The target does not support running in non-stop mode.".
4266
4267 2010-06-11  Michael Snyder  <msnyder@vmware.com>
4268
4269         * gdb.base/setshow.exp (set language asm): Don't use
4270         gdb_test_no_output, fails on some targets.
4271
4272 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4273
4274         * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
4275         * gdb.cp/pr9167.exp: Likewise.
4276
4277 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4278
4279         * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
4280
4281 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4282
4283         * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
4284
4285 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4286
4287         * gdb.base/charset.c (main): Make sure malloc gets linked in.
4288
4289 2010-06-11  Tom Tromey  <tromey@redhat.com>
4290
4291         PR gdb/9977, PR exp/11636::
4292         * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
4293         (pieces_test_f6): Update expected output.
4294
4295 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4296
4297         * gdb.base/moribund-step.exp: New.
4298
4299 2010-06-08  Michael Snyder  <msnyder@vmware.com>
4300
4301         * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
4302         * gdb.ada/boolean_expr.exp:
4303         * gdb.ada/frame_args.exp: Ditto.
4304         * gdb.ada/lang_switch.exp: Ditto.
4305         * gdb.ada/ptype_arith_binop.exp: Ditto.
4306         * gdb.ada/ref_param.exp: Ditto.
4307         * gdb.ada/type_coercion.exp:Ditto.
4308
4309         * gdb.asm/asm-source.exp: Ditto.
4310
4311         * gdb.base/attach.exp: Ditto.
4312         * gdb.base/bitfields2.exp: Ditto.
4313         * gdb.base/call-signal-resume.exp: Ditto.
4314         * gdb.base/callfuncs.exp: Ditto.
4315         * gdb.base/commands.exp: Ditto.
4316         * gdb.base/dbx.exp: Ditto.
4317         * gdb.base/default.exp: Ditto.
4318         * gdb.base/dump.exp: Ditto.
4319         * gdb.base/exprs.exp: Ditto.
4320         * gdb.base/freebpcmd.exp: Ditto.
4321         * gdb.base/interrupt.exp: Ditto.
4322         * gdb.base/list.exp: Ditto.
4323         * gdb.base/long_long.exp: Ditto.
4324         * gdb.base/maint.exp: Ditto.
4325         * gdb.base/ptype.exp: Ditto.
4326         * gdb.base/return.exp: Ditto.
4327         * gdb.base/setshow.exp: Ditto.
4328         * gdb.base/sigbpt.exp: Ditto.
4329         * gdb.base/sigrepeat.exp: Ditto.
4330
4331         * gdb.cp/classes.exp: Ditto.
4332
4333         * gdb.dwarf2/dw2-restore.exp: Ditto.
4334
4335         * gdb.gdb/selftest.exp: Ditto.
4336
4337         * gdb.multi/base.exp: Ditto.
4338         * gdb.multi/bkpt-multi-exec.exp: Ditto.
4339
4340         * gdb.python/py-block.exp: Ditto.
4341         * gdb.python/py-prettyprint.exp: Ditto.
4342         * gdb.python/py-template.exp: Ditto.
4343
4344         * gdb.server/ext-attach.exp: Ditto.
4345         * gdb.server/ext-run.exp: Ditto.
4346         * gdb.server/server-mon.exp: Ditto.
4347
4348         * gdb.threads/fork-thread-pending.exp: Ditto.
4349         * gdb.threads/hand-call-in-threads.exp: Ditto.
4350         * gdb.threads/interrupted-hand-call.exp: Ditto.
4351         * gdb.threads/linux-dp.exp: Ditto.
4352         * gdb.threads/manythreads.exp: Ditto.
4353         * gdb.threads/print-threads.exp: Ditto.
4354         * gdb.threads/pthreads.exp: Ditto.
4355         * gdb.threads/schedlock.exp: Ditto.
4356         * gdb.threads/thread-unwindonsignal.exp: Ditto.
4357         * gdb.threads/threadapply.exp: Ditto.
4358
4359 2010-06-08  Michael Snyder  <msnyder@vmware.com>
4360
4361         * gdb.ada/exec_changed.exp:
4362         Use ".*" instead of "" as wildcard regexp.
4363
4364         * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
4365         * gdb.base/call-ar-st.exp: Ditto.
4366         * gdb.base/checkpoint.exp: Ditto.
4367         * gdb.base/default.exp: Ditto.
4368         * gdb.base/dump.exp: Ditto.
4369         * gdb.base/ending-run.exp: Ditto.
4370         * gdb.base/fileio.exp: Ditto.
4371         * gdb.base/miscexprs.exp: Ditto.
4372         * gdb.base/pointers.exp: Ditto.
4373         * gdb.base/readline.exp: Ditto.
4374         * gdb.base/reread.exp: Ditto.
4375         * gdb.base/restore.exp: Ditto.
4376         * gdb.base/shlib-call.exp: Ditto.
4377         * gdb.base/valgrind-db-attach.exp: Ditto.
4378         * gdb.base/volatile.exp: Ditto.
4379         * gdb.base/watchpoints.exp: Ditto.
4380
4381         * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
4382
4383         * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
4384         * gdb.python/py-value.exp: Ditto.
4385
4386         * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
4387         * gdb.trace/circ.exp: Ditto.
4388         * gdb.trace/collection.exp: Ditto.
4389         * gdb.trace/packetlen.exp: Ditto.
4390         * gdb.trace/passc-dyn.exp: Ditto.
4391         * gdb.trace/report.exp: Ditto.
4392         * gdb.trace/tfile.exp: Ditto.
4393         * gdb.trace/tfind.exp: Ditto.
4394         * gdb.trace/while-dyn.exp: Ditto.
4395
4396 2010-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
4397
4398         * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
4399
4400 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4401
4402         Test PR 10640.
4403         * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
4404
4405 2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
4406
4407         * gdb.cp/koenig.exp: Test for ADL operators.
4408         * gdb.cp/koenig.cc: Added ADL operators.
4409         * gdb.cp/operator.exp: New test.
4410         * gdb.cp/operator.cc: New test.
4411
4412 2010-06-04  Michael Snyder  <msnyder@vmware.com>
4413
4414         * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
4415         * gdb.base/pending.exp: Ditto.
4416
4417         * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
4418
4419 2010-06-04  Doug Evans  <dje@google.com>
4420
4421         * gdb.python/py-prettyprint.exp: Add new test for enabled and
4422         disabled printers.
4423         * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
4424         (enable_lookup_function): New function.
4425
4426 2010-06-04  Tom Tromey  <tromey@redhat.com>
4427
4428         * gdb.python/py-value.exp (test_value_hash): Don't test equality
4429         of hash and id.
4430
4431 2010-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4432
4433         * gdb.base/commands.exp (add printf tbreak command): Remove trailing
4434         newline.
4435         * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
4436         (empty verbose non-noisy clear, empty verbose noisy clear)
4437         (empty non-verbose noisy clear): Likewise.
4438
4439 2010-06-03  Michael Snyder  <msnyder@vmware.com>
4440
4441         * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
4442         * gdb.base/display.exp: Ditto.
4443         * gdb.base/find.exp: Ditto.
4444         * gdb.base/ifelse.exp: Ditto.
4445         * gdb.base/multi-forks.exp: Ditto.
4446         * gdb.base/recurse.exp: Ditto.
4447         * gdb.base/setshow.exp: Ditto.
4448         * gdb.base/value-double-free.exp: Ditto.
4449         * gdb.base/watch-vfork.exp: Ditto.
4450         * gdb.base/watch_thread_num.exp: Ditto.
4451         * gdb.base/watchpoint-solib.exp: Ditto.
4452         * gdb.base/watchpoint.exp: Ditto.
4453         * gdb.base/watchpoints.exp: Ditto.
4454
4455         * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
4456         * gdb.cp/overload.exp: Ditto.
4457         * gdb.cp/virtfunc.exp: Ditto.
4458
4459         * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
4460
4461         * gdb.reverse/watch-precsave.exp:
4462         Replace gdb_test with gdb_test_no_output.
4463
4464         * gdb.threads/attach-into-signal.exp:
4465         Replace gdb_test with gdb_test_no_output.
4466         * gdb.threads/local-watch-wrong-thread.exp: Ditto.
4467         * gdb.threads/watchthreads.exp: Ditto.
4468         * gdb.threads/watchthreads2.exp: Ditto.
4469
4470         * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
4471         * gdb.trace/tfind.exp: Ditto.
4472
4473 2010-06-03  Joel Brobecker  <brobecker@adacore.com>
4474
4475         * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
4476         successful test if message is the empty string.
4477
4478 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4479
4480         * gdb.fortran/module.exp (stopped language detection): New test.
4481
4482 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4483
4484         Support DW_TAG_module as separate namespaces.
4485         * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
4486         gdb.fortran/library-module-lib.f90: New.
4487         * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
4488         (print i): Remove.
4489         (continue to breakpoint: i-is-1, print var_i value 1)
4490         (continue to breakpoint: i-is-2, print var_i value 2)
4491         (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
4492         (print var_d, print var_i value 14, ptype modmany, complete `modm)
4493         (complete `modmany, complete `modmany`, complete `modmany`var)
4494         (show language, setting breakpoint at module): New tests.
4495         * gdb.fortran/module.f90 (module mod): Remove.
4496         (module mod1, module mod2, module modmany, subroutine sub1)
4497         (subroutine sub2, program module): New.
4498
4499 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4500
4501         * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
4502         (print value of rUC, print value of rI, print value of UI): ... here.
4503         * gdb.cp/anon-union.exp (pass): Rename to ...
4504         (print z 2): ... here.
4505
4506 2010-06-02  Michael Snyder  <msnyder@vmware.com>
4507
4508         * gdb.trace/actions.exp: Use gdb_test_no_output.
4509         * gdb.trace/circ.exp: Ditto.
4510         * gdb.trace/packetlen.exp: Ditto.
4511         * gdb.trace/save-trace.exp: Ditto.
4512         * gdb.trace/tracecmd.exp: Ditto.
4513         * gdb.trace/tsv.exp: Ditto.
4514
4515         * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
4516         * gdb.threads/hand-call-in-thraeds.exp: Ditto.
4517         * gdb.threads/local-watch-wrong-thread.exp: Ditto.
4518         * gdb.threads/manythreads.exp: Ditto.
4519         * gdb.threads/print-threads.exp: Ditto.
4520         * gdb.threads/pthreads.exp: Ditto.
4521         * gdb.threads/schedlock.exp: Ditto.
4522         * gdb.threads/staticthreads.exp: Ditto.
4523         * gdb.threads/thread-specific.exp: Ditto.
4524         * gdb.threads/thread-unwindonsignal.exp: Ditto.
4525         * gdb.threads/threadapply.exp: Ditto.
4526         * gdb.threads/watchthreads.exp: Ditto.
4527         * gdb.threads/watchthreads2.exp: Ditto.
4528
4529         * gdb.python/py-block.exp: Use gdb_test_no_output.
4530         * gdb.python/py-prettyprint.exp: Ditto.
4531         * gdb.python/py-template.exp: Ditto.
4532         * gdb.python/py-value.exp: Ditto.
4533
4534         * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
4535         * gdb.reverse/watch-reverse.exp: Ditto.
4536
4537         * gdb.server/ext-attach.exp: Use gdb_test_no_output.
4538         * gdb.server/ext-run.exp: Ditto.
4539
4540         * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
4541         * gdb.dwarf2/dw2-compressed.exp: Ditto.
4542         * gdb.dwarf2/dw2-intercu.exp: Ditto.
4543         * gdb.dwarf2/dw2-intermix.exp: Ditto.
4544         * gdb.dwarf2/dw2-producer.exp: Ditto.
4545         * gdb.dwarf2/mac-fileno.exp: Ditto.
4546
4547         * gdb.gdb/observer.exp: Use gdb_test_no_output.
4548         * gdb.gdb/selftest.exp: Ditto.
4549
4550         * gdb.multi/base.exp: Use gdb_test_no_output.
4551
4552         * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
4553
4554 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4555
4556         * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
4557
4558 2010-06-02  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
4559
4560         * gdb.cp/class2.exp: Use gdb_test_no_output.
4561         * gdb.cp/classes.exp: Ditto.
4562         * gdb.cp/extern-c.exp: Ditto.
4563         * gdb.cp/inherit.exp: Ditto.
4564         * gdb.cp/maint.exp: Ditto.
4565         * gdb.cp/mb-inline.exp: Ditto.
4566         * gdb.cp/mb-templates.exp: Ditto.
4567         * gdb.cp/method2.exp: Ditto.
4568         * gdb.cp/misc.exp: Ditto.
4569         * gdb.cp/ovldbreak.exp: Ditto.
4570         * gdb.cp/punctuator.exp: Ditto.
4571         * gdb.cp/templates.exp: Ditto.
4572         * gdb.cp/virtbase.exp: Ditto.
4573
4574         * gdb.threads/attach-stopped.exp:
4575         Replace uses of send_gdb / gdb_expect.
4576         * gdb.threads/attachstop-mt.exp:
4577         Replace uses of send_gdb / gdb_expect.
4578         * gdb.threads/gcore-thread.exp:
4579         Replace uses of send_gdb / gdb_expect.
4580         * gdb.threads/hand-call-in-threads.exp:
4581         Replace uses of send_gdb / gdb_expect.
4582         * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
4583         * gdb.threads/print-threads.exp:
4584         Replace uses of send_gdb / gdb_expect.
4585         * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
4586         * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
4587         * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
4588
4589         * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
4590         * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
4591         * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
4592         * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
4593         * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
4594         * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
4595         * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
4596         * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
4597         * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
4598         * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
4599         * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
4600
4601 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4602
4603         * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
4604
4605 2010-06-02  Sami Wagiaalla  <swagiaal@redhat.com>
4606
4607         * gdb.cp/koenig.exp: Added new test case.
4608         * gdb.cp/koenig.cc: Ditto.
4609
4610 2010-06-01  Michael Snyder  <msnyder@vmware.com>
4611
4612         * gdb.base/arithmet.exp: Use gdb_test_no_output.
4613         * gdb.base/arrayidx.exp: Ditto.
4614         * gdb.base/attach.exp: Ditto.
4615         * gdb.base/auxv.exp: Ditto.
4616         * gdb.base/bigcre.exp: Ditto.
4617         * gdb.base/break-always.exp: Ditto.
4618         * gdb.base/break-interp.exp: Ditto.
4619         * gdb.base/break.exp: Ditto.
4620         * gdb.base/breakpoint-shadow.exp: Ditto.
4621         * gdb.base/call-ar-st.exp: Ditto.
4622         * gdb.base/call-sc.exp: Ditto.
4623         * gdb.base/call-signal-resume.exp: Ditto.
4624         * gdb.base/callfuncs.exp: Ditto.
4625         * gdb.base/catch-syscall.exp: Ditto.
4626         * gdb.base/charset.exp: Ditto.
4627         * gdb.base/code-expr.exp: Ditto.
4628         * gdb.base/commands.exp: Ditto.
4629         * gdb.base/cond-expr.exp: Ditto.
4630         * gdb.base/condbreak.exp: Ditto.
4631         * gdb.base/cursal.exp: Ditto.
4632         * gdb.base/cvexpr.exp: Ditto.
4633         * gdb.base/default.exp: Ditto.
4634         * gdb.base/del.exp: Ditto.
4635         * gdb.base/detach.exp: Ditto.
4636         * gdb.base/display.exp: Ditto.
4637         * gdb.base/ena-dis-br.exp: Ditto.
4638         * gdb.base/eval-skip.exp: Ditto.
4639         * gdb.base/foll-fork.exp: Ditto.
4640         * gdb.base/foll-vfork.exp: Ditto.
4641         * gdb.base/frame-args.exp: Ditto.
4642         * gdb.base/funcargs.exp: Ditto.
4643         * gdb.base/gcore-buffer-overflow.exp: Ditto.
4644         * gdb.base/gdbvars.exp: Ditto.
4645         * gdb.base/help.exp: Ditto.
4646         * gdb.base/ifelse.exp: Ditto.
4647         * gdb.base/included.exp: Ditto.
4648         * gdb.base/list.exp: Ditto.
4649         * gdb.base/macscp.exp: Ditto.
4650         * gdb.base/maint.exp: Ditto.
4651         * gdb.base/multi-fork.exp: Ditto.
4652         * gdb.base/overlays.exp: Ditto.
4653         * gdb.base/page.exp: Ditto.
4654         * gdb.base/pending.exp: Ditto.
4655         * gdb.base/pointers.exp: Ditto.
4656         * gdb.base/pr11022.exp: Ditto.
4657         * gdb.base/prelink.exp: Ditto.
4658         * gdb.base/printcmds.exp: Ditto.
4659         * gdb.base/psymtab.exp: Ditto.
4660         * gdb.base/randomize.exp: Ditto.
4661         * gdb.base/relational.exp: Ditto.
4662         * gdb.base/relocate.exp: Ditto.
4663         * gdb.base/remote.exp: Ditto.
4664         * gdb.base/sepdebug.exp: Ditto.
4665         * gdb.base/set-lang-auto.exp: Ditto.
4666         * gdb.base/setshow.exp: Ditto.
4667         * gdb.base/setvar.exp: Ditto.
4668         * gdb.base/signals.exp: Ditto.
4669         * gdb.base/signull.exp: Ditto.
4670         * gdb.base/sigstep.exp: Ditto.
4671         * gdb.base/sizeof.exp: Ditto.
4672         * gdb.base/solib-disc.exp: Ditto.
4673         * gdb.base/store.exp: Ditto.
4674         * gdb.base/structs.exp: Ditto.
4675         * gdb.base/structs2.exp: Ditto.
4676         * gdb.base/subst.exp: Ditto.
4677         * gdb.base/term.exp: Ditto.
4678         * gdb.base/trace-commands.exp: Ditto.
4679         * gdb.base/unwindonsignal.exp: Ditto.
4680         * gdb.base/valgrind-db-attach.exp: Ditto.
4681         * gdb.base/varargs.exp: Ditto.
4682         * gdb.base/watch-cond.exp: Ditto.
4683         * gdb.base/watch_thread_num.exp: Ditto.
4684         * gdb.base/watchpoint-cond-gone.exp: Ditto.
4685         * gdb.base/watchpoint.exp: Ditto.
4686         * gdb.base/whatis-exp.exp: Ditto.
4687
4688 2010-06-01  Michael Snyder  <msnyder@vmware.com>
4689
4690         * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
4691         * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
4692         * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
4693         * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
4694         * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
4695         * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
4696         * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
4697         * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
4698         * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
4699         * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
4700         * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
4701         * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
4702         * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
4703         * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
4704         * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
4705
4706 2010-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4707
4708         * gdb.base/commands.exp (begin commands on watch): Remove excessive
4709         trailing newline.
4710         * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
4711         * gdb.java/jmisc.exp (p *args\n): Rename to ...
4712         (p *args): ... here and remove excessive trailing newline.
4713
4714 2010-05-31  Joel Brobecker  <brobecker@adacore.com>
4715
4716         * gdb.base/subst.exp: Fix call to gdb_test with empty message.
4717
4718 2010-05-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
4719
4720         Accept the new Linux kernel "t (tracing stop)" string.
4721         * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
4722         Update comment.
4723         (state_wait) <T (tracing stop)>: New.
4724         (main): Update the state_wait expect string.
4725
4726 2010-05-28  Pedro Alves  <pedro@codesourcery.com>
4727
4728         * limits.c, limits.exp: Delete files.
4729         * Makefile.in (clean mostlyclean): Adjust.
4730         * tracecmd.exp: Adjust.
4731
4732 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4733
4734         * gdb.base/tui-layout.exp: New.
4735
4736 2010-05-28  Michael Snyder  <msnyder@vmware.com>
4737
4738         * gdb.reverse/break-precsave.exp:
4739         Replace uses of send_gdb / gdb_expect.
4740         * gdb.reverse/break-reverse.exp:
4741         Replace uses of send_gdb / gdb_expect.
4742         * gdb.reverse/consecutive-precsave.exp:
4743         Replace uses of send_gdb / gdb_expect.
4744         * gdb.reverse/consecutive-reverse.exp:
4745         Replace uses of send_gdb / gdb_expect.
4746         * gdb.reverse/finish-precsave.exp:
4747         Replace uses of send_gdb / gdb_expect.
4748         * gdb.reverse/finish-reverse.exp:
4749         Replace uses of send_gdb / gdb_expect.
4750         * gdb.reverse/i386-precsave.exp:
4751         Replace uses of send_gdb / gdb_expect.
4752         * gdb.reverse/i386-reverse.exp:
4753         Replace uses of send_gdb / gdb_expect.
4754         * gdb.reverse/i386-sse-reverse.exp:
4755         Replace uses of send_gdb / gdb_expect.
4756         * gdb.reverse/i387-env-reverse.exp:
4757         Replace uses of send_gdb / gdb_expect.
4758         * gdb.reverse/i387-stack-reverse.exp:
4759         Replace uses of send_gdb / gdb_expect.
4760         * gdb.reverse/machinestate-precsave.exp:
4761         Replace uses of send_gdb / gdb_expect.
4762         * gdb.reverse/machinestate.exp:
4763         Replace uses of send_gdb / gdb_expect.
4764         * gdb.reverse/sigall-precsave.exp:
4765         Replace uses of send_gdb / gdb_expect.
4766         * gdb.reverse/sigall-reverse.exp:
4767         Replace uses of send_gdb / gdb_expect.
4768         * gdb.reverse/solib-precsave.exp:
4769         Replace uses of send_gdb / gdb_expect.
4770         * gdb.reverse/solib-reverse.exp:
4771         Replace uses of send_gdb / gdb_expect.
4772         * gdb.reverse/step-precsave.exp:
4773         Replace uses of send_gdb / gdb_expect.
4774         * gdb.reverse/step-reverse.exp:
4775         Replace uses of send_gdb / gdb_expect.
4776         * gdb.reverse/until-precsave.exp:
4777         Replace uses of send_gdb / gdb_expect.
4778         * gdb.reverse/until-reverse.exp:
4779         Replace uses of send_gdb / gdb_expect.
4780         * gdb.reverse/watch-precsave.exp:
4781         Replace uses of send_gdb / gdb_expect.
4782         * gdb.reverse/watch-reverse.exp:
4783         Replace uses of send_gdb / gdb_expect.
4784
4785 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4786
4787         * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
4788         excessive newline.
4789
4790 2010-05-27  Michael Snyder  <msnyder@vmware.com>
4791
4792         * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
4793         * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
4794         * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
4795         * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
4796         * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
4797         * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
4798         * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
4799         * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
4800         * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
4801         * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
4802         * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
4803         * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
4804         * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
4805         * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
4806         * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
4807         * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
4808         * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
4809         * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
4810         * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
4811
4812 2010-05-26  Michael Snyder  <msnyder@vmware.com>
4813
4814         * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
4815         * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
4816
4817         * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
4818         * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
4819         * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
4820
4821         * gdb.reverse/consecutive-reverse.exp:
4822         Replace uses of send_gdb / gdb_expect.
4823         * gdb.reverse/consecutive-precsave.exp:
4824         Replace uses of send_gdb / gdb_expect.
4825
4826         * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
4827         * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
4828         * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
4829         * gdb.mi/mi-ns-stale-regcache.exp:
4830         Replace uses of send_gdb / gdb_expect.
4831         * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
4832         * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
4833         * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
4834         * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
4835         * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
4836         * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
4837         * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
4838         * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
4839         * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
4840
4841 2010-05-26  Michael Snyder  <msnyder@vmware.com>
4842
4843         * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
4844
4845         * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
4846
4847         * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
4848         * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
4849         * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
4850         * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
4851         * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
4852         * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
4853         * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
4854         * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
4855         * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
4856
4857 2010-05-25  Tom Tromey  <tromey@redhat.com>
4858
4859         * gdb.base/macscp.exp: Add missing space after setup_kfail.
4860
4861 2010-05-25  Tom Tromey  <tromey@redhat.com>
4862
4863         * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
4864         argument order.
4865         * gdb.base/macscp.exp: Fix setup_kfail argument order.
4866         * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
4867         order.
4868         * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
4869         order.
4870         * gdb.base/call-sc.exp (setup_kfails): Remove.
4871         (setup_compiler_kfails): Remove.
4872         * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
4873         argument order.
4874         * gdb.base/siginfo.exp: Fix setup_kfail argument order.
4875         * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
4876         (advancei): Fix setup_kfail argument order.
4877         * gdb.base/radix.exp: Fix setup_kfail argument order.
4878         * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
4879         order.
4880         * gdb.base/structs.exp (setup_kfails): Remove.
4881         (setup_compiler_kfails): Fix setup_kfail argument order.
4882         * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
4883         order.
4884         * gdb.java/jmain.exp: Fix setup_kfail argument order.
4885         * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
4886         setup_kfail argument order.
4887         * gdb.cp/overload.exp: Fix setup_kfail argument order.
4888
4889 2010-05-25  Tom Tromey  <tromey@redhat.com>
4890
4891         * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
4892
4893 2010-05-25  Michael Snyder  <msnyder@vmware.com>
4894
4895         * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
4896         * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
4897         * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
4898         * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
4899         * gdb.base/assign.exp: Replace send_gdb with gdb_test.
4900         * gdb.base/attach.exp: Replace send_gdb with gdb_test.
4901         * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
4902         * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
4903         * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
4904         * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
4905         * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
4906         * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
4907         * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
4908         * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
4909         * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
4910         * gdb.base/charset.exp: Replace send_gdb with gdb_test.
4911         * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
4912         * gdb.base/commands.exp: Replace send_gdb with gdb_test.
4913         * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
4914         * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
4915         * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
4916         * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
4917         * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
4918         * gdb.base/default.exp: Replace send_gdb with gdb_test.
4919         * gdb.base/define.exp: Replace send_gdb with gdb_test.
4920         * gdb.base/display.exp: Replace send_gdb with gdb_test.
4921         * gdb.base/dump.exp: Replace send_gdb with gdb_test.
4922         * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
4923         * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
4924         * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
4925         * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
4926         * gdb.base/finish.exp: Replace send_gdb with gdb_test.
4927         * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
4928         * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
4929         * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
4930         * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
4931         * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
4932         * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
4933         * gdb.base/help.exp: Replace send_gdb with gdb_test.
4934         * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
4935         * gdb.base/jump.exp: Replace send_gdb with gdb_test.
4936         * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
4937         * gdb.base/maint.exp: Replace send_gdb with gdb_test.
4938         * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
4939         * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
4940         * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
4941         * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
4942         * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
4943
4944 2010-05-25  Doug Evans  <dje@google.com>
4945
4946         * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
4947         gdb.string_to_argv.
4948
4949 2010-05-21  Tom Tromey  <tromey@redhat.com>
4950
4951         * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
4952         Call it.
4953         * gdb.dwarf2/pieces.S: Update.
4954         * gdb.dwarf2/pieces.c (struct B): Remove initial field.
4955
4956 2010-05-21  Tom Tromey  <tromey@redhat.com>
4957
4958         * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
4959         Call it.
4960         * gdb.dwarf2/pieces.c (struct C): New.
4961         (f6): New function.
4962         * gdb.dwarf2/pieces.S: Replace.
4963
4964 2010-05-21  Tom Tromey  <tromey@redhat.com>
4965
4966         * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
4967         Call it.
4968
4969 2010-05-21  Tom Tromey  <tromey@redhat.com>
4970
4971         * gdb.dwarf2.pieces.exp: New file.
4972         * gdb.dwarf2.pieces.S: New file.
4973         * gdb.dwarf2.pieces.c: New file.
4974
4975 2010-05-20  Pedro Alves  <pedro@codesourcery.com>
4976             Joel Brobecker  <brobecker@adacore.com>
4977
4978         * lib/gdb.exp (gdb_test_no_output): New function.
4979         * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
4980         when testing commands that should produce no output.
4981
4982 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
4983
4984         * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
4985         parameter that we want to watch being a constant.
4986
4987 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
4988
4989         * gdb.ada/cond_lang: New testcase.
4990
4991 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
4992
4993         * lib/gdb.exp (banned_variables): New variable/constant.
4994         (gdb_init): Add write trace on variables listed in banned_variables.
4995         (gdb_finish): Remove write traces on variables listed in
4996         banned_variables.
4997
4998 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
4999
5000         * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
5001         * gdb.cp/koenig.exp: Likewise.
5002
5003 2010-05-14  Phil Muldoon  <pmuldoon@redhat.com>
5004
5005         PR python/11482
5006
5007         * gdb.python/py-value.exp (test_value_hash): New function.
5008
5009 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
5010
5011         PR exp/11530.
5012         * gdb.base/gdb11530.c: New file.
5013         * gdb.base/gdb11530.exp: New file.
5014
5015 2010-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5016
5017         * gdb.dwarf2/dw2-modula2-self-type.exp: New.
5018         * gdb.dwarf2/dw2-modula2-self-type.S: New.
5019
5020 2010-05-07  Sami Wagiaalla  <swagiaal@redhat.com>
5021
5022         * gdb.cp/koenig.exp: New test.
5023         * gdb.cp/koenig.cc: New test program.
5024
5025 2010-05-05  Joel Brobecker  <brobecker@adacore.com>
5026
5027         Remove the use of prms_id and bug_id throughout the testsuite.
5028
5029 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
5030
5031         PR exp/11349.
5032         * testsuite/gdb.cp/ref-types.exp: Add test to examine
5033         use a reference local variable.
5034
5035 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5036
5037         * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
5038         * gdb.base/sepdebug.exp: Remove .debug subdirectory handling.  New
5039         variable different_dir. Move debugfile into a full directory pathname
5040         under DIFFERENT_DIR.
5041         * lib/gdb.exp (separate_debug_filename): Remove.
5042         (gdb_gnu_strip_debug): No longer call separate_debug_filename.  Remove
5043         variable debug_dir and mkdir of it.  Update function comments.
5044
5045 2010-04-29  Pedro Alves  <pedro@codesourcery.com>
5046
5047         PR gdb/11557
5048
5049         * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
5050         files.
5051
5052 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
5053
5054         * gdb.python/py-param.exp: New File.
5055
5056 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
5057
5058         * gdb.base/default.exp: Fix "set language" test.
5059
5060 2010-04-24  Pierre Muller  <muller@ics.u-strasbg.fr>
5061
5062         PR breakpoints/11531.
5063         * gdb.base/gdb11531.c: New file.
5064         * gdb.base/gdb11531.exp: New file.
5065
5066 2010-04-26  Tom Tromey  <tromey@redhat.com>
5067
5068         * gdb.base/completion.exp: Add tests for completion and deprecated
5069         commands.
5070
5071 2010-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
5072
5073         * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
5074         (print /x char_array): Escape curly brackets.
5075
5076 2010-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
5077
5078         Fix deadlock on looped list of loaded shared objects.
5079         * gdb.base/solib-corrupted.exp: New.
5080
5081 2010-04-23  Doug Evans  <dje@google.com>
5082
5083         * gdb.python/py-section-script.c: New file.
5084         * gdb.python/py-section-script.exp: New file.
5085         * gdb.python/py-section-script.py: New file.
5086
5087 2010-04-20  Chris Moller  <cmoller@redhat.com>
5088
5089         PR 10179
5090
5091         * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
5092         * gdb.base/pr10179-a.c:
5093         * gdb.base/pr10179-b.c:
5094         * gdb.base/pr10179.exp: New files.
5095
5096 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
5097
5098         Fix crashes on dangling display expressions.
5099         * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
5100         is SEP.
5101         (lib_flags): Remove the "debug" keyword.
5102         (libsepdebug): New variable for iterating new loop.
5103         (save_pf_prefix): New variable wrapping the loop.
5104         (sep_lib_flags): New variable derived from LIB_FLAGS.  Use it.
5105         * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
5106
5107 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5108
5109         * gdb.threads/watchthreads.exp: Change to obtain consistent output.
5110
5111 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5112
5113         PR stabs/11479.
5114         * gdb.stabs/gdb11479.exp: New file.
5115         * gdb.stabs/gdb11479.c: New file.
5116
5117 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5118
5119         * gdb.base/charset.c (Strin16, String32): New variables.
5120         * gdb.base/charset.exp (gdb_test): Test correct display
5121         of 16 or 32 bit strings.
5122
5123 2010-04-21  Chris Moller  <cmoller@redhat.com>
5124
5125         PR 9167
5126         * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
5127         * gdb.cp/pr9167.cc: New file.
5128         * gdb.cp/pr9167.exp: New file.
5129
5130
5131 2010-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
5132
5133         PR pascal/11492.
5134         * gdb.pascal/gdb11492.pas: New file.
5135         * gdb.pascal/gdb11492.exp: New file.
5136
5137 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
5138
5139         * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
5140
5141 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
5142
5143         * gdb.ada/dyn_loc: New testcase.
5144
5145 2010-04-20  Chris Moller  <cmoller@redhat.com>
5146
5147         PR 10867
5148
5149         * gdb.cp/Makefile.in  (EXECUTABLES): Added pr10687
5150         * gdb.cp/pr10687.cc: New file.
5151         * gdb.cp/pr10687.exp: New file.
5152
5153
5154 2010-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5155             Sergio Durigan Junior  <sergiodj@redhat.com>
5156
5157         * gdb.fortran/logical.exp: New testcase.
5158         * gdb.fortran/logical.f90: New file.
5159
5160 2010-04-19  Doug Evans  <dje@google.com>
5161
5162         * gdb.base/help.exp (help source): Update expected output.
5163
5164 2010-04-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
5165
5166         * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
5167         gdb_reinitialize_dir and gdb_load by clean_restart.  Remove trailing
5168         gdb_exit and return.
5169         (executable): New variable.
5170         (binfile): Use it.
5171
5172 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
5173
5174         PR breakpoints/8554.
5175
5176         * gdb.trace/save-trace.exp: Adjust.
5177
5178 2010-04-17  H.J. Lu  <hongjiu.lu@intel.com>
5179
5180         PR corefiles/11511
5181         * gdb.arch/system-gcore.exp: New.
5182         * gdb.arch/gcore.c: Likewise.
5183
5184 2010-04-15  Doug Evans  <dje@google.com>
5185
5186         * gdb.python/py-progspace.c: New file.
5187         * gdb.python/py-progspace.exp: New file.
5188
5189         * gdb.base/source.exp: Add tests for "source -s".
5190
5191 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
5192
5193         * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
5194         * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
5195         * gdb.python/py-prettyprint.exp: New test for to_string returning None.
5196         * gdb.python/py-mi.exp: New test for to_string returning None.
5197
5198 2010-04-12  Phil Muldoon  <pmuldoon@redhat.com>
5199
5200         * gdb.python/py-breakpoint.c: Make result global.
5201
5202 2010-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
5203
5204         Fix non-GNU make compatibility.
5205         * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
5206
5207 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
5208
5209         * gdb.python/py-breakpoint.exp: New File.
5210         * gdb.python/py-breakpoint.C: Ditto.
5211
5212 2010-04-08  Stan Shebs  <stan@codesourcery.com>
5213
5214         * gdb.trace/actions.exp: Clear default-collect.
5215         * gdb.trace/save-trace.exp: Clear default-collect.
5216
5217 2010-04-08  Phil Muldoon  <pmuldoon@redhat.com>
5218
5219         * gdb.python/py-value: Add null string variable.
5220           (test_lazy_string): Test zero length, NULL address lazy
5221           strings.
5222
5223 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
5224
5225         * gdb.arch/i386-avx.c: New.
5226         * gdb.arch/i386-avx.exp: Likewise.
5227
5228         * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
5229
5230 2010-04-06  Doug Evans  <dje@google.com>
5231
5232         * gdb.base/source-test.gdb: New file.
5233         * gdb.base/source.exp: Test source -v.
5234
5235 2010-04-06  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5236
5237         * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
5238
5239 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
5240
5241         * gdb.stabs/aout.sed: Convert all backslash to double backslash
5242         within one line, unless it is followed by a double quote.
5243         * gdb.stabs/hppa.sed: Idem.
5244         * gdb.stabs/weird.def: Add char and String constants
5245         * gdb.stabs/weird.exp: Check for correct parsing of
5246         char and string constants.
5247         * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
5248         in .stabs to .stabx substitution.
5249
5250 2010-04-05  Stan Shebs  <stan@codesourcery.com>
5251
5252         * gdb.trace/tfile.c: Add a variable split across two blocks, and a
5253         constant global.
5254         * gdb.trace/tfile.exp: Try to print them.
5255
5256 2010-04-04  Stan Shebs  <stan@codesourcery.com>
5257
5258         * gdb.base/completion.exp: Update for new "info watchpoints".
5259         * gdb.base/default.exp: Ditto.
5260         * gdb.base/help.exp: Ditto.
5261         * gdb.base/watchpoint.exp: Ditto.
5262         * gdb.trace/infotrace.exp: Update "info tracpoints" output.
5263
5264 2010-04-04  Stan Shebs  <stan@codesourcery.com>
5265
5266         * gdb.trace/tfile.exp: Sharpen tfind test.
5267
5268 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5269
5270         * gdb.base/break-entry.exp: New.
5271
5272 2010-04-02  Hui Zhu  <teawater@gmail.com>
5273             Michael Snyder <msnyder@vmware.com>
5274
5275         * gdb.reverse/i386-sse-reverse.exp: New file.
5276         * gdb.reverse/i386-sse-reverse.c: New file.
5277
5278 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
5279
5280         * gdb.trace/tfind.exp: Adjust expected disassembly output.
5281
5282 2010-04-01  Stan Shebs  <stan@codesourcery.com>
5283
5284         * gdb.trace/actions.exp: Tweak expected output.
5285         * gdb.trace/while-stepping.exp: Tweak expected output.
5286
5287 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
5288
5289         * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
5290
5291 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
5292
5293         * gdb.base/commands.exp: Adjust.
5294         * gdb.cp/extern-c.exp: Adjust.
5295
5296 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
5297
5298         * gdb.trace/collection.c (local_test_func): Define a local struct,
5299         and instanciate it.
5300
5301 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
5302
5303         * gdb.trace/collection.exp (gdb_collect_args_test)
5304         (gdb_collect_argarray_test): XFAIL the tests that assume the
5305         argarray argument's elements are collected.
5306
5307 2010-03-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
5308
5309         * gdb.dwarf2/dw2-bad-parameter-type.exp,
5310         gdb.dwarf2/dw2-bad-parameter-type.S: New.
5311
5312 2010-03-31  Stan Shebs  <stan@codesourcery.com>
5313
5314         * gdb.trace/save-trace.exp: Test save/restore of default-collect
5315         and tracepoint conditionals.
5316         (gdb_verify_tracepoints): Delete unused return.
5317
5318 2010-03-26  Keith Seitz  <keiths@redhat.com>
5319
5320         * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
5321         appear in the output before main.
5322         Remove KFAIL for gdb/2215 aka bz 9320.
5323
5324 2010-03-30  Doug Evans  <dje@google.com>
5325
5326         * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
5327         by dejagnu.
5328         * gdb.arch/amd64-dword.exp: Ditto.
5329
5330         * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
5331         match.
5332         (break printf): Ditto.
5333
5334 2010-03-29  Sami Wagiaalla  <swagiaal@redhat.com>
5335
5336         * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
5337         gcc < 4.4.
5338         * gdb.cp/shadow.exp: Ditto.
5339
5340 2010-03-29  Pedro Alves  <pedro@codesourcery.com>
5341
5342         * gdb.trace/collection.exp (run_trace_experiment): Make sure
5343         "tstart" is silent.
5344
5345 2010-03-29  Pedro Alves  <pedro@codesourcery.com>
5346
5347         * gdb.trace/collection.exp (executable): New.
5348         (binfile): Use it.
5349         (fpreg, spreg, pcreg): New.
5350         (test_register): Use gdb_test_multiple.  Pass /x to print.
5351         (prepare_for_trace_test): New.
5352         (run_trace_experiment): Use "continue", not gdb_run_cmd.
5353         (gdb_collect_args_test, gdb_collect_argstruct_test)
5354         (gdb_collect_argarray_test, gdb_collect_locals_test): Use
5355         prepare_for_trace_test.
5356         (gdb_collect_registers_test): Use prepare_for_trace_test.  Use
5357         fpreg, spreg and pcreg.
5358         (gdb_collect_expression_test, gdb_collect_globals_test): Use
5359         prepare_for_trace_test.
5360         (gdb_trace_collection_test): Use fpreg, spreg and pcreg.  Don't
5361         try to detect tracing support here.  Don't set breakpoints at
5362         `begin' or `end' here.
5363         <global scope>: Use clean_restart.  Run to main before checking
5364         for tracing support.  Check for for tracing support here.
5365
5366 2010-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5367
5368         * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
5369         " as $displacement" to "seen displacement message".
5370
5371 2010-03-28  Pedro Alves  <pedro@codesourcery.com>
5372
5373         * gdb.trace/while-dyn.exp (executable): New variable.
5374         (binfile): Use it.
5375         (test_while_stepping): New function.  Move most tests here.  Call
5376         it once for each of the while-stepping, stepping and ws aliases.
5377
5378 2010-03-26  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5379
5380         * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
5381         that do not provide the tagless_struct type name at all.
5382         (test_print_anon_union): Do not check value of uninitialized
5383         union member.  Do not use cp_test_ptype_class, so we can accept
5384         "long" as well as "long int".
5385
5386 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
5387
5388         * gdb.trace/tfile.c (tohex, bin2hex): New.
5389         (write_error_trace_file): Hexify error description.
5390
5391 2010-03-25  Stan Shebs  <stan@codesourcery.com>
5392
5393         * gdb.trace/tfile.c: Generate an additional trace file, improve
5394         portability.
5395         * gdb.trace/tfile.exp: Test trace file with an error stop, delete
5396         files in a better way.
5397
5398 2010-03-25  Keith Seitz  <keiths@redhat.com>
5399
5400         * gdb.java/jprint.exp: XFAIL printing of static class members
5401         because of GCC debuginfo problem.
5402
5403 2010-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5404
5405         * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
5406
5407 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
5408
5409         * gdb.base/completion.exp: Allow long instead of long int.
5410         * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
5411         * gdb.base/gdbvars.c (main): Remove unused usestubs code.  Reference
5412         variable p.
5413         * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
5414         * gdb.base/pointers.exp: Allow long instead of long int.
5415         * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
5416         * gdb.base/step-line.exp: Allow a directory before the source file name.
5417
5418 2010-03-24  Tom Tromey  <tromey@redhat.com>
5419
5420         PR breakpoints/9352:
5421         * gdb.base/default.exp: Update.
5422         * gdb.base/commands.exp: Update.
5423         * gdb.cp/extern-c.exp: Test setting commands on multiple
5424         breakpoints at once.
5425
5426 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
5427
5428         * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
5429         if gdb,nosignals.
5430         * gdb.base/watchpoints.c: Do not include unnecessary headers.
5431         * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
5432         exited".
5433
5434 2010-03-24  Stan Shebs  <stan@codesourcery.com>
5435
5436         * gdb.trace/tfile.exp: Expect "trace frame", with a space.
5437
5438 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
5439
5440         * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
5441         * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
5442         argument.  Handle "short" and "long".
5443         (Top level): Pass overprototyped output for old_fptr and xptr.
5444
5445 2010-03-23  Pedro Alves  <pedro@codesourcery.com>
5446
5447         * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
5448         format strings and add casts to avoid compiler warnings.
5449
5450 2010-03-23  Vladimir Prus  <vladimir@codesourcery.com>
5451
5452         * lib/trace-support.exp (gdb_trace_setactions):
5453         Don't expect whitespace after ">" prompt.
5454         * gdb.trace/actions.exp: Adjust for output changes.
5455         * gdb.trace/while-stepping.exp: Likewise.
5456
5457 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
5458
5459         * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
5460         and r157645).
5461
5462 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
5463
5464         * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
5465         New.
5466
5467 2010-03-22  Daniel Jacobowitz  <dan@codesourcery.com>
5468
5469         * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
5470         * gdb.python/py-mi.exp (binfile): Rename to py-mi.
5471
5472 2010-03-19  Stan Shebs  <stan@codesourcery.com>
5473
5474         * gdb.trace/ax.exp: New file.
5475
5476 2010-03-19  Doug Evans  <dje@google.com>
5477
5478         * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
5479         output from gcc.
5480
5481         * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
5482         named /usr/sbin/prelink<foo>.
5483
5484 2010-03-18  Stan Shebs  <stan@codesourcery.com>
5485
5486         * gdb.trace/circ.exp: Test circular-trace-buffer.
5487         * gdb.trace/tfile.exp: Update tstatus test.
5488
5489 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
5490
5491         * gdb.dwarf2/dw2-anonymous-func.S: New file.
5492         * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
5493
5494 2010-03-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5495
5496         * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
5497
5498 2010-03-18  Pedro Alves  <pedro@codesourcery.com>
5499
5500         * gdb.base/default.exp: Adjust the expected output of the finish
5501         and until commands when the inferior is not being run.
5502
5503 2010-03-15  Sami Wagiaalla  <swagiaal@redhat.com>
5504
5505         * gdb.cp/shadow.exp: Removed kfail; test has been fix.
5506         * gdb.cp/nsusing.exp: Ditto.
5507
5508 2010-03-15  Tom Tromey  <tromey@redhat.com>
5509
5510         * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
5511         * gdb.cp/userdef.cc (operator==): New function.
5512         (main): New locals mem1, mem2.
5513
5514 2010-03-15  Jie Zhang  <jie@codesourcery.com>
5515
5516         * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
5517         Declare and use new loadtimeout variable.
5518
5519 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
5520
5521         * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
5522         Use gdb_load later.
5523
5524 2010-03-14  Pedro Alves  <pedro@codesourcery.com>
5525
5526         * gdb.base/solib-disc.c (main): Make format of fprintf a string
5527         literal.  Add missing endlines to prints to stderr.
5528
5529 2010-03-12  Tom Tromey  <tromey@redhat.com>
5530
5531         PR c++/9708:
5532         * gdb.cp/m-static.exp: Add regression test.
5533         * gdb.cp/m-static.cc (method): New method.
5534         (main): Call it.
5535
5536 2010-03-12  Sami Wagiaalla  <swagiaal@redhat.com>
5537
5538         * gdb.cp/gdb2384-base.h: Created 'namespace B'.
5539         * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
5540
5541 2010-03-12  Daniel Jacobowitz  <dan@codesourcery.com>
5542
5543         * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
5544
5545 2010-03-12  Daniel Jacobowitz  <dan@codesourcery.com>
5546
5547         * lib/gdb.exp (skip_stl_tests): New.
5548         (gdb_compile): Symbian needs -ldl.
5549         (shlib_target_file): New.
5550         (shlib_symbol_file): New.
5551         (gdb_load_shlibs): Use shlib_target_file.
5552         * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
5553         * gdb.cp/exception.exp: Use skip_stl_tests.
5554         * gdb.cp/bs15503.exp: Use skip_stl_tests.  Use untested.
5555         * gdb.cp/try_catch.exp: Use skip_stl_tests.
5556         * gdb.cp/mb-templates.exp: Ditto.
5557         * gdb.base/commands.exp: Relax regexes.
5558         * gdb.base/watchpoint-solib.exp: Don't skip on symbian.  Use
5559         shlib_target_file and shlib_symbol_file.
5560         * gdb.base/maint.exp: Allow lowercase t.  Allow .rodata in
5561         sections.
5562         * gdb.base/ending-run.exp: Accept E32Main for symbian.
5563         * gdb.base/solib-disc.exp: Use
5564         shlib_target_file and shlib_symbol_file.
5565         * gdb.base/unload.exp: Don't skip on symbian.  Use
5566         shlib_target_file and shlib_symbol_file.
5567         * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
5568
5569 2010-03-12  Pedro Alves  <pedro@codesourcery.com>
5570
5571         * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
5572         * gdb.trace/report.exp: Adjust for x86 and x86_64.
5573         Issue a tfind end before looking for a tracepoint frame.
5574         * gdb.trace/tfind.exp: Adjust tstatus output.
5575         Adjust disassembly output.
5576         * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
5577
5578 2010-03-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5579
5580         * gdb.base/break-interp.exp: Create new displacement parameter value
5581         for the test_ld calls.
5582         (reach): New parameter displacement, verify its content.  New push of
5583         pf_prefix "reach-$func:".  Import global expect_out.
5584         (test_core): New parameter displacement, verify its content.  New push
5585         of pf_prefix "core:".  New command "set verbose on".  Import global
5586         expect_out.
5587         (test_attach): New parameter displacement, verify its content.  New
5588         push of pf_prefix "attach:".  New command "set verbose on".  Import
5589         global expect_out.
5590         (test_ld): New parameter displacement, pass it to the reach, test_core
5591         and test_attach calls and verify its content in the "ld.so exit" test.
5592         * gdb.base/prelink.exp: Remove gdb_exit and final return.
5593         (prelink): Update expected text, use gdb_test.
5594
5595 2010-03-10  Doug Evans  <dje@google.com>
5596
5597         * gdb.base/checkpoint.exp: Fix comment.
5598         Lengthen timeout while doing >600 checkpoints test.
5599         Rename duplicate "kill all one" test to keep test names unique.
5600
5601 2010-03-10  Pedro Alves  <pedro@codesourcery.com>
5602
5603         * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
5604
5605 2010-03-08  Keith Seitz  <keiths@redhat.com>
5606
5607         * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
5608         * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
5609         (dm_type_long): New function.
5610         (dm_type_unsigned_short): New function.
5611         (dm_type_unsigned_long): New function.
5612         (myint): New typedef.
5613         * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
5614         long, unsigned shor and long, operator char*, and typedef.
5615         (test_lookup_operator_functions): Add operator char* test.
5616         (test_paddr_operator_functions): Likewise.
5617         (test_paddr_overloaded_functions): Use probe values for
5618         short, long, and unsigned short and long.
5619         (test_paddr_hairy_functions): If the demangler probe detected
5620         gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
5621         demangler.
5622         * gdb.cp/expand-sals.exp: Backtrace may contain class names.
5623         * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
5624         and "print null_pmf".
5625         Add test "ptype a.*pmf".
5626         * gdb.cp/overload.exp: Allow optional "int" to appear with
5627         "short" and "long".
5628         * gdb.cp/ovldbreak.exp: Use append to construct super-duper
5629         long expect value for men_overload1arg.
5630         Allow "int" to appear with "short" and "long".
5631         When testing "info break", add argument for main (void).
5632         Also allow "int" to appear with "short" and "long".
5633         Ditto with "unsigned" and "long long".
5634         * gdb.java/jmain.exp: Do not enclose methods names in single
5635         quotes.
5636         * gdb.java/jmisc.exp: Likewise.
5637         * gdb.java/jprint.exp: Likewise.
5638         * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
5639
5640         From Jan Kratochvil  <jan.kratochvil@redhat.com>:
5641         * gdb.cp/exception.exp (backtrace after first throw)
5642         (backtrace after second throw): Allow a namespace before __cxa_throw.
5643         (backtrace after first catch, backtrace after second catch): Allow
5644         a namespace before __cxa_begin_catch.
5645
5646         * gdb.cp/cpexprs.exp: New file.
5647         * gdb.cp/cpexprs.cc: New file.
5648
5649         From Daniel Jacobowitz  <dan@codesourcery.com>
5650         * gdb.cp/cpexprs.exp (escape): Delete.  Change all callers
5651         to use string_to_regexp.
5652         (ctor, dtor): New functions.  Use them to match constructor
5653         and destructor function types.
5654         (Top level): Use runto_main.
5655
5656 2010-03-05  Tom Tromey  <tromey@redhat.com>
5657
5658         * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
5659         gdb.target_charset.
5660         (pp_ns.to_string): Likewise.
5661
5662 2010-03-04  Keith Seitz  <keiths@redhat.com>
5663
5664         * gdb.cp/overload.exp: Test that the filename portion of a linespec
5665         can be quoted.  Test that both the filename and function/line
5666         portions can be quoted at the same time.
5667
5668 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
5669
5670         * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
5671
5672 2010-03-03  Doug Evans  <dje@google.com>
5673
5674         * lib/gdb.exp (gdb_compile_pthreads): Handle case where
5675         libc contains libpthread.
5676
5677         * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
5678         * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
5679         of gdb_compile.  Add another pattern to match android backtrace.
5680
5681 2010-03-03  Tom Tromey  <tromey@redhat.com>
5682
5683         PR gdb/11345:
5684         * gdb.base/printcmds.exp (test_printf): Add test.
5685
5686 2010-03-02  H.J. Lu  <hongjiu.lu@intel.com>
5687
5688         * gdb.arch/amd64-byte.exp: New.
5689         * gdb.arch/amd64-dword.exp: Likewise.
5690         * gdb.arch/amd64-pseudo.c: Likewise.
5691         * gdb.arch/amd64-word.exp: Likewise.
5692         * gdb.arch/i386-byte.exp: Likewise.
5693         * gdb.arch/i386-pseudo.c: Likewise.
5694         * gdb.arch/i386-word.exp: Likewise.
5695
5696 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
5697
5698         * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
5699         types.  Add structreg, bitfields, and flags registers.
5700         * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
5701         registers.
5702
5703 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
5704
5705         * gdb.xml/tdesc-regs.exp (architecture): New.  Set it for x86.
5706         (load_description): Set architecture if defined.
5707
5708 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
5709
5710         * gdb.python/py-frame.exp: Add read_var block tests.
5711         * gdb.python/py-frame.c (block): New function.
5712
5713 2010-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5714             Daniel Jacobowitz  <dan@codesourcery.com>
5715
5716         * gdb.base/callfuncs.exp: New tests for $spval 0 and -1.  Remove return.
5717
5718 2010-02-25  David S. Miller  <davem@davemloft.net>
5719
5720         * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
5721         fix logic for setting all_syscalls_numbers.
5722
5723 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
5724
5725         * Makefile.in: Add py-block and py-symbol.
5726         * gdb.python/py-symbol.exp: New File.
5727         * gdb.python/py-symtab.exp: New File.
5728         * gdb.python/py-block.exp: New File.
5729         * gdb.python/py-symbol.c: New File.
5730         * gdb.python/py-block.c: New File.
5731
5732 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
5733
5734         PR python/11314
5735         * lib/gdb.exp (skip_python_tests): New function.
5736         * gdb.python/py-cmd.exp: Use skip_python_tests.
5737         * gdb.python/py-frame.exp: Likewise.
5738         * gdb.python/py-function.exp: Likewise.
5739         * gdb.python/py-prettyprint.exp: Likewise.
5740         * gdb.python/py-template.exp: Likewise.
5741         * gdb.python/py-type.exp: Likewise.
5742         * gdb.python/py-value.exp: Likewise.
5743
5744 2010-02-22  Pedro Alves  <pedro@codesourcery.com>
5745
5746         PR9605
5747
5748         * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
5749
5750 2010-02-19  Tom Tromey  <tromey@redhat.com>
5751
5752         PR c++/8693, PR c++/9496:
5753         * gdb.cp/namespace.exp: Remove some setup_kfail calls.  Added
5754         regression tests.
5755
5756 2010-02-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
5757
5758         Fix compatibility with m68k as.
5759         * gdb.dwarf2/member-ptr-forwardref.S: Use .data section.  Use .2byte.
5760         Use only /* comments */.
5761
5762 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5763
5764         * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
5765         * configure: Regenerate.
5766
5767 2010-02-18  Daniel Jacobowitz  <dan@codesourcery.com>
5768
5769         * gdb.python/py-type.exp: Check for Python support.
5770
5771 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
5772
5773         * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
5774         `regsub' syntax available.
5775
5776 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
5777
5778         * gdb.base/shmain.c (main): Remove printf call.
5779         * gdb.base/sizeof.c (main): Cast return of sizeof to int.
5780         * gdb.base/unload.c (main): Make format of fprintf a string
5781         literal.  Add missing endlines to prints to stderr.
5782         * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
5783
5784 2010-02-17  Tom Tromey  <tromey@redhat.com>
5785
5786         * gdb.java/jprint.java (jprint.props): New field.
5787         * gdb.java/jprint.exp (set_lang_java): Add regression test.
5788
5789 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
5790
5791         * gdb.base/charset.exp: Don't assume new `regsub' syntax
5792         available.
5793
5794 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
5795
5796         * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
5797         creation to support remote host testing.
5798
5799 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
5800
5801         * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
5802         Recognize "command not found".
5803
5804 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
5805
5806         * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
5807         single-stepping.
5808
5809 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
5810
5811         * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
5812         if arguments are not supported.
5813
5814 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
5815
5816         * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
5817         be const or non-const.
5818
5819 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
5820
5821         * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
5822         mi_send_resuming_command to send -exec-continue.
5823
5824 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
5825
5826         * gdb.base/list.exp (test_list_filename_and_function): Add test
5827         with single quotes.
5828         * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
5829         matching.
5830         * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
5831         Add KFAIL'd tests for PR gdb/11289.
5832
5833 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
5834
5835         * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
5836
5837 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
5838
5839         * gdb.base/comp-dir/subdir/dummy.txt: New file.
5840         * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
5841         a temporary directory.
5842
5843 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
5844
5845         * gdb.base/charset.exp: Use a single regular expression to match
5846         show host-charset and show target-charset output.
5847
5848 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5849
5850         * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
5851         "Illegal process-id" expect string more exact.
5852         (attach to digits-starting nonsense is prohibited): New.
5853
5854 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5855
5856         * gdb.base/prelink.exp (set verbose on): New.
5857
5858 2010-02-12  Tomas Holmberg  <th@virtutech.com>
5859
5860         * mi-reverse.exp: New file. Test for reverse option to the
5861         following MI commands: exec-continue, exec-finish, exec-next,
5862         exec-step, exec-next-instruction, exec-step-instruction.
5863
5864 2010-02-09  Joel Brobecker  <brobecker@adacore.com>
5865
5866         * gdb.ada/ptype_tagged_param: New testcase.
5867
5868 2010-02-08  Tom Tromey  <tromey@redhat.com>
5869
5870         PR c++/8017:
5871         * gdb.cp/overload.exp: Add tests.
5872         * gdb.cp/overload.cc (struct K): New.
5873         (namespace N): New.
5874         (main): Call new functions.
5875         (K::staticoverload): Define.
5876
5877 2010-02-08  Chris Moller  <moller@mollerware.com>
5878
5879         PR gdb/10728
5880         * gdb.cp/pr10728-x.h: New file.
5881         * gdb.cp/pr10728-x.cc: New file.
5882         * gdb.cp/pr10728-y.cc: New file.
5883         * gdb.cp/pr10728.exp: New file.
5884         * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
5885
5886 2010-02-08  Chris Moller  <moller@mollerware.com>
5887
5888         PR gdb/9067
5889         * gdb.cp/pr9067.exp:  New
5890         * gdb.cp/pr9067.cc:   New
5891         * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
5892
5893 2010-02-08  Joel Brobecker  <brobecker@adacore.com>
5894
5895         * lib/gdb.exp (gdb_test_timeout): New global variable.
5896         Set it to timeout if not already set.
5897         (gdb_init): Reset the value of timeout to gdb_test_timeout.
5898
5899 2010-02-05  Doug Evans  <dje@google.com>
5900
5901         * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
5902         user.
5903
5904 2010-02-05  Sami Wagiaalla  <swagiaal@redhat.com>
5905
5906         PR c++/7935:
5907         * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
5908
5909 2010-02-04  Tom Tromey  <tromey@redhat.com>
5910
5911         * gdb.cp/virtbase.exp: Make test case names unique.
5912
5913 2010-02-02  Tom Tromey  <tromey@redhat.com>
5914
5915         * gdb.cp/virtbase.exp: Add regression tests.
5916         * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
5917         (main): Instantiate RHC.
5918
5919 2010-02-02  Tom Tromey  <tromey@redhat.com>
5920
5921         * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
5922         type-printing change.
5923
5924 2010-02-02  Tom Tromey  <tromey@redhat.com>
5925
5926         PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
5927         * gdb.cp/virtbase.cc: New file.
5928         * gdb.cp/virtbase.exp: New file.
5929         * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
5930
5931 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5932
5933         PR libc/11214:
5934         * gdb.threads/current-lwp-dead.c: Include features.h.
5935         (HAS_NOMMU): New.
5936         (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
5937
5938 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5939
5940         * gdb.base/symbol-without-target_section.exp,
5941         gdb.base/symbol-without-target_section.c: New.
5942
5943 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
5944
5945         * gdb.base/bigcore.exp: Reset increased timeout.
5946         * gdb.base/interrupt.exp: Match unexpected gdb prompt.
5947
5948 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
5949
5950         * gdb.base/gcore.exp (capture_command_output): Use
5951         gdb_test_multiple.
5952
5953 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
5954
5955         * gdb.arch/thumb2-it.S (it_breakpoints): New function.
5956         * gdb.arch/thumb2-it.exp (test_it_break): New function.
5957         (Top level): Call it.
5958
5959 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
5960
5961         * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
5962
5963 2010-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
5964
5965         * gdb.base/call-strs.exp, gdb.base/default.exp,
5966         gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
5967         gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
5968         gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
5969         gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
5970         gdb.base/watchpoint-solib.exp: Save and restore timeout.
5971         * gdb.base/ending-run.exp: Correct restore of timeout.
5972         * gdb.base/page.exp: Remove unnecessary timeout setting.
5973
5974 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
5975
5976         * gdb.ada/rec_return: New testcase.
5977
5978 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
5979
5980         * gdb.ada/call_pn: New testcase.
5981
5982 2010-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
5983
5984         * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
5985         (Top level): Use it to resume.
5986         * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
5987         the Thumb mode displaced stepping error as unsupported.
5988
5989 2010-01-28  Sami Wagiaalla  <swagiaal@redhat.com>
5990
5991         * gdb.cp/nsusing.exp: Added more tests.
5992         * gdb.cp/nsrecurs.exp: Ditto.
5993         * gdb.cp/nsusing.cc: Added test functions.
5994         * gdb.cp/nsrecurs.cc: Ditto.
5995
5996 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
5997
5998         * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
5999         absolute directory pathnames in gdb.sum file.
6000
6001 2010-01-27  Sami Wagiaalla  <swagiaal@redhat.com>
6002
6003         * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
6004         * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
6005
6006 2010-01-26  Tom Tromey  <tromey@redhat.com>
6007
6008         PR exp/7643:
6009         * gdb.base/printcmds.exp (test_print_string_constants): Remove
6010         setup_kfail.
6011
6012 2010-01-14  Sami Wagiaalla  <swagiaal@redhat.com>
6013
6014         * gdb.cp/nsrecurs.exp: New test.
6015         * gdb.cp/nsrecurs.cc: New test program.
6016         * gdb.cp/nsstress.exp: New test.
6017         * gdb.cp/nsstress.cc: New test program.
6018         * gdb.cp/nsdecl.exp: New test.
6019         * gdb.cp/nsdecl.cc: New test program.
6020
6021 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
6022
6023         * gdb.cp/namespace-using.exp: Add test for printing of namespaces
6024         imported into file scope.
6025         Marked test as xfail.
6026         * gdb.cp/namespace-using.cc (marker5): New function.
6027         * gdb.cp/shadow.exp: New test.
6028         * gdb.cp/shadow.cc: New test program.
6029         * gdb.cp/nsimport.exp: New test.
6030         * gdb.cp/nsimport.cc: New test program.
6031
6032 2010-01-25  Tom Tromey  <tromey@redhat.com>
6033
6034         PR gdb/11049:
6035         * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
6036         with "set print null-stop on".
6037
6038 2010-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6039
6040         * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
6041         Adjust it for DISASSEMBLY_OMIT_FNAME.
6042
6043 2010-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
6044
6045         PR symtab/11199:
6046         * gdb.dwarf2/member-ptr-forwardref.exp,
6047         gdb.dwarf2/member-ptr-forwardref.S: New.
6048
6049 2010-01-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6050
6051         * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
6052         (thread1_func): Protect thread1_tid with thread1_tid_cond by
6053         thread1_tid_mutex.  Remove gdbstop_mutex handling.
6054         (thread2_func): Protect thread2_tid with thread2_tid_cond by
6055         thread2_tid_mutex.  Remove gdbstop_mutex handling.
6056         (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
6057         pthread_create.  Remove gdbstop_mutex handling.  New comment.  Replace
6058         pthread_cond_wait conditionalizations by while loops.
6059
6060 2010-01-20  Tom Tromey  <tromey@redhat.com>
6061
6062         PR backtrace/10770:
6063         * gdb.dwarf2/pr10770.exp: New file.
6064         * gdb.dwarf2/pr10770.c: New file.
6065         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
6066
6067 2010-01-20  Vladimir Prus  <vladimir@codesourcery.com>
6068
6069         * gdb.mi/mi-async.exp: Remove check for 'async' target, because
6070         that target was removed, and the test always runs native anyway.
6071
6072 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
6073
6074         * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
6075         gdb.base/watchpoint-cond-gone-stripped.c: New.
6076
6077 2010-01-19  Tom Tromey  <tromey@redhat.com>
6078
6079         PR c++/8000:
6080         * gdb.cp/namespace.exp: Use new enum.  Fix line numbers in
6081         existing tests.
6082         * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
6083         (main): Use AAA::SomeEnum.
6084
6085 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
6086
6087         * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
6088         (test_ignore_count): Declare line_callme_body global.
6089         (run to breakpoint with ignore count): Use line_callme_body.
6090         * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
6091         (set line_main_hello, set line_main_return): Reindent.
6092         (set line_callee4_head, set line_callee4_body, set line_callee4_next):
6093         New.
6094         (continue to callee4): Use line_callee4_body.
6095         (check *stopped from CLI command): Use line_callee4_next.
6096         * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
6097         (set line_main_hello, set line_main_return): Reindent.
6098         (set line_callee4_head, set line_callee4_body): New.
6099         (continue to callee4): Use line_callee4_body.
6100
6101 2010-01-18  Tom Tromey  <tromey@redhat.com>
6102
6103         PR c++/9680:
6104         * gdb.cp/casts.cc: Add new classes and variables.
6105         * gdb.cp/casts.exp: Test new operators.
6106
6107 2010-01-18  Tom Tromey  <tromey@redhat.com>
6108             Thiago Jung Bauermann  <bauerman@br.ibm.com>
6109
6110         * gdb.python/source2.py: New file.
6111         * gdb.python/source1: New file.
6112         * gdb.python/python.exp: Test "source" command.
6113
6114 2010-01-15  Stan Shebs  <stan@codesourcery.com>
6115
6116         * gdb.trace/tfile.c: New file.
6117         * gdb.trace/tfile.exp: New file.
6118
6119 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6120
6121         * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
6122
6123 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6124
6125         * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
6126
6127 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6128
6129         * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
6130         (libfunc): New parameter action.  Implement also selectable "sleep".
6131         * gdb.base/break-interp-main.c: Include assert.h.
6132         (libfunc): New parameter action.
6133         (main): New parameters argc and argv.  Assert argc.  Pass argv.
6134         * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
6135         (test_attach): New proc.
6136         (test_ld): Pass new "segv" exec parameter.  Call also test_attach.
6137         * lib/gdb.exp (core_find): New parameter arg.  Pass it to $binfile.
6138
6139 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6140
6141         * gdb.base/break-interp.exp (test_core): New proc.
6142         (test_ld): Call it.
6143
6144 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6145
6146         * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
6147         * gdb.base/break-interp.exp: Exit on skip_shlib_tests.  Change $srcfile.
6148         New variables $binfile_lib and $srcfile_lib.  Call get_compiler_info
6149         and gdb_compile_shlib.  Use new -Wl compiler options.
6150         (dl bt, main bt): New tests.
6151
6152 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6153
6154         Support PIEs with no symfile_objfile.
6155         * gdb.base/break-interp.exp: New argument at the test_ld calls.
6156         (test_ld): New parameter trynosym.
6157         (test_ld <$trynosym>): New block.
6158
6159 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6160
6161         * gdb.base/break-interp.exp: New file.
6162
6163 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
6164
6165         * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
6166         * gdb.python/py-prettyprint.py (pp_ls): New printer.
6167         * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
6168         test.
6169         * gdb.python/py-prettyprint.c: Define lazystring test structure.
6170         * gdb.python/py-mi.exp: Add lazy string test.
6171
6172 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
6173
6174         * lib/mi-support.exp (mi_check_thread_states): Handle
6175         core number in thread listing.
6176
6177 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
6178
6179         * gdb.base/maint.exp: Adjust the expected output for the
6180         "maint print type" test. Use gdb_test_multiple instead of
6181         gdb_sent/gdb_expect.
6182
6183 2010-01-11  Doug Evans  <dje@google.com>
6184
6185         * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
6186         from gdbserver_download.  All callers updated.
6187
6188         * gdb.server/ext-run.exp: "info os processes" requires xml support.
6189
6190 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6191
6192         Implement binary numbers parsing.
6193         * gdb.base/printcmds.exp (test_integer_literals_accepted)
6194         (test_integer_literals_rejected): New binary tests.
6195
6196 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6197
6198         * gdb.cell/configure: Regenerate.
6199
6200 2010-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
6201
6202         * gdb.base/corefile.exp: Move the core finding block out and call it as
6203         core_find, new variable $corefile, replace corefile by $corefile and
6204         [file tail $corefile] for usage vs. test names resp.
6205         * lib/gdb.exp (core_find): Move it as a new function here.  New
6206         parameter binfile and deletefiles.  New variable $destcore.  Pre-delete
6207         $destcore.  Return "" on error.
6208
6209 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6210
6211         Workaround PR binutils/10802.
6212         * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
6213         (twice).
6214
6215 2010-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
6216
6217         * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
6218
6219 2010-01-08  Joel Brobecker  <brobecker@adacore.com>
6220
6221         * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
6222         call, to avoid interruption.
6223
6224 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6225
6226         * gdb.stabs/weird.def (args93): New.
6227
6228 2010-01-07  Doug Evans  <dje@google.com>
6229
6230         * lib/gdb.exp (gdb_skip_xml_test): Add comment.
6231
6232 2010-01-07  Tom Tromey  <tromey@redhat.com>
6233
6234         * gdb.base/source.exp: Use correct line number.
6235
6236 2010-01-05  Stan Shebs  <stan@codesourcery.com>
6237
6238         * gdb.trace/tracecmd.exp: Test ftrace.
6239
6240 2010-01-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6241
6242         * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
6243
6244 2010-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6245
6246         * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
6247         "uint_for_mi_testing".
6248
6249 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
6250
6251         Test indented comment in file being sourced.
6252         * gdb.base/commands.exp: Test indented comment in file being sourced.
6253
6254 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
6255
6256         * gdb.fortran/array-element.f, gdb.fortran/complex.f,
6257         gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
6258         gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
6259         notice.
6260
6261 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
6262
6263         * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
6264         notice.
6265
6266 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6267
6268         * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
6269         missing $after_stopped and comma (,) expectation.
6270
6271 2009-12-31  Stan Shebs  <stan@codesourcery.com>
6272
6273         * gdb.trace/actions.exp: Test teval action.
6274
6275 2009-12-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6276
6277         * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
6278         (top level): Call test_watchpoint_in_big_blob.
6279         * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
6280         watchpoints.
6281         (func3): Write to buf.
6282
6283 2009-12-29  Stan Shebs  <stan@codesourcery.com>
6284
6285         * gdb.trace/actions.exp: Test default-collect.
6286
6287 2009-12-28  Stan Shebs  <stan@codesourcery.com>
6288
6289         * gdb.trace/tsv.exp: New file.
6290         * gdb.base/completion.exp: Update ambiguous info output.
6291
6292 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
6293
6294         * gdb.base/find.c (main): Reference search buffers.
6295         * gdb.base/included.c (main): Reference integer.
6296         * gdb.base/ptype.c (charfoo): Declare.
6297         (intfoo): Call charfoo.
6298         * gdb.base/scope0.c (useitp): New function.
6299         (usestatics): Use useitp.
6300         (useit): Add a type for val.
6301         * gdb.base/scope1.c (useit1): Take a pointer argument.
6302         (usestatics1): Update calls to useit1.
6303         * gdb.cp/call-c.cc: Declare foo.
6304         (main): Call foo.
6305         * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
6306         * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
6307         (main): Call C::ensureRefs and ensureOtherRefs.
6308         * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
6309         variables.
6310         (ensureOtherRefs): New function.
6311         * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
6312         * gdb.cp/templates.cc (main): Call t5i.value.
6313
6314 2009-12-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6315
6316         Fix compatibility with G++-4.5.
6317         * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
6318         * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
6319         (uncaught return): Remove.
6320
6321 2009-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
6322             Phil Muldoon  <pmuldoon@redhat.com>
6323
6324         * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
6325         (bp_location13, bp_location14, bp_location17, bp_location18)
6326         (marker3_proto, marker4_proto): New variables.
6327         (breakpoint info): Update output.
6328         (run until breakpoint at marker3, run until breakpoint at marker4): New
6329         tests.
6330
6331 2009-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
6332
6333         * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
6334         Replace the printf call of Y by provided "y-set-1" label.  New block
6335         for the second shared library.
6336         * gdb.base/unload.exp: Compile also the second library, call
6337         gdb_load_shlibs also for it.  Use now gdb_breakpoint.
6338         (single pending breakpoint info): Rename to ...
6339         (pending breakpoint info before run): ... this extended test.
6340         (libfile2, libname2, libsrcfile2, libsrc2)
6341         (lib_sl2): New variables.
6342         (exec_opts): Set also SHLIB_NAME2.
6343         (pending breakpoint info on first run at shrfunc1)
6344         (pending breakpoint info on second run at shrfunc1)
6345         (pending breakpoint info on second run at shrfunc2)
6346         (print y from libfile, print y from libfile2): New tests.
6347         * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
6348         * gdb.base/unloadshr2.c: New.
6349
6350 2009-12-22  Hui Zhu  <teawater@gmail.com>
6351
6352         * gdb.reverse/sigall-reverse.exp: Adjust.
6353
6354 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
6355
6356         PR gdb/10884
6357
6358         * gdb.mi/var-cmd.c (do_bitfield_tests): New
6359         (main): Call do_bitfield_tests.
6360         * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
6361
6362 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
6363
6364         * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
6365         gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
6366         gdb.base/watch_thread_num.c, gdb.java/jprint.java,
6367         gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
6368         gdb.modula2/unbounded1.c: Update copyright header.
6369
6370 2009-12-10  Chris Moller  <moller@mollerware.com>
6371
6372         PR gdb/9399
6373         * gdb.cp/virtfunc2.exp: New tests
6374         * gdb.cp/virtfunc2.cc: New tests
6375         * gdb.cp/Makefile.in: Added tests to EXECUTABLES
6376
6377 2009-12-10  Oza Pawandeep (paawan1982@yahoo.com
6378
6379         * gdb.reverse/i387-env-reverse.c: New file.
6380         * gdb.reverse/i387-env-reverse.exp: New file.
6381         * gdb.reverse/i387-stack-reverse.c: New file.
6382         * gdb.reverse/i387-stack-reverse.exp: New file.
6383
6384 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
6385
6386         * gdb.python/py-type.exp (test_range): New test.
6387
6388 2009-12-03  Phil Muldoon <pmuldoon@redhat.com>
6389
6390         PR python/10805
6391
6392         * gdb.python/py-type.exp: New file.
6393         * gdb.python/py-type.c: New file.
6394         * Makefile.in: Add py-type.
6395
6396 2009-12-03  Tom Tromey  <tromey@redhat.com>
6397
6398         * gdb.python/py-value.exp (test_parse_and_eval): New
6399         function.
6400
6401 2009-12-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
6402
6403        PR gdb/11022
6404
6405        * gdb.base/pr11022.exp: New test.
6406        * gdb.base/pr11022.c: New test.
6407
6408 2009-12-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6409
6410         Fix spurious false FAILs.
6411         * gdb.base/structs.c (chartest): New.
6412         (main): Fill-in chartest.
6413         * gdb.base/structs.exp (anychar_re, first): New.
6414         (start_structs_test): Import global anychar_re and first.
6415         New gdb_test call "set print elements 300; ${testfile}"
6416         (start_structs_test <$first>): New block.
6417         (any): Import global anychar_re.  New variable ac.  Use ${ac}.
6418
6419 2009-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
6420
6421         * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
6422
6423 2009-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
6424
6425         * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
6426         Force $srcfile file.
6427         * gdb.base/foll-fork.c (callee): Comment out the printf call.
6428
6429 2009-11-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6430
6431         * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
6432         * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
6433         * gdb.threads/watchthreads-reorder.exp: Likewise.
6434
6435 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
6436
6437         PR gdb/8704
6438
6439         * gdb.base/condbreak.exp: Test combinations of "break *EXP",
6440         "if", and "thread".  Correct matching in the previous test.
6441
6442 2009-11-25  Daniel Jacobowitz  <dan@codesourcery.com>
6443
6444         * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
6445
6446 2009-11-23  Michael Snyder  <msnyder@vmware.com>
6447
6448         * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
6449         * gdb.reverse-watch-precsave.exp: Ditto.
6450
6451 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
6452
6453         * gdb.asm/asm-source.exp: Adjust.
6454         * gdb.base/help.exp: Adjust.
6455
6456 2009-11-22  Pedro Alves  <pedro@codesourcery.com>
6457
6458         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
6459         (do_syscall_tests_without_xml): Set data-directory to
6460         /the/path/to/nowhere.
6461
6462 2009-11-21  Pedro Alves  <pedro@codesourcery.com>
6463
6464         * gdb.threads/local-watch-wrong-thread.c,
6465         gdb.threads/local-watch-wrong-thread.exp: New files.
6466
6467 2009-11-21  Pedro Alves  <pedro@codesourcery.com>
6468
6469         * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
6470         assume new `regsub' syntax available.
6471
6472 2009-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6473
6474         * gdb.base/watchpoint-hw-hit-once.exp,
6475         gdb.base/watchpoint-hw-hit-once.c: New.
6476
6477 2009-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6478
6479         * gdb.threads/watchthreads-reorder.exp,
6480         gdb.threads/watchthreads-reorder.c: New.
6481
6482 2009-11-17  Nathan Sidwell  <nathan@codesourcery.com>
6483
6484         * gdb.xml/tdesc-regs.exp: Use for m68k.
6485
6486 2009-11-15  Pedro Alves  <pedro@codesourcery.com>
6487
6488         * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
6489
6490 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
6491
6492         * lib/gdb.exp (current_target_name): New procedure.
6493         (gdb_wrapper_target): New variable.
6494         (gdb_wrapper_init): Set gdb_wrapper_target.
6495         (default_gdb_init): Check gdb_wrapper_target before rebuilding the
6496         wrapper.
6497
6498 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
6499
6500         * gdb.base/remote.exp: Delete the slowest load test.
6501         Do not load with fixed packet sizes.
6502
6503 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
6504
6505         * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
6506
6507 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
6508
6509         * gdb.base/freebpcmd.exp: Delete unused variable.  Specify
6510         srcfile when setting a breakpoint.
6511
6512 2009-11-13  Maciej W. Rozycki  <macro@codesourcery.com>
6513
6514         * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
6515         macros.
6516
6517 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
6518
6519         * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
6520         to be in memory.
6521         * gdb.base/display.c (force_mem): New.
6522         (do_loops): Use it.  Add breakpoint comments.
6523         (do_vars): Add a breakpoint comment.
6524         * gdb.base/display.exp: Use gdb_get_line_number.  Remove hardcoded
6525         line numbers.
6526
6527 2009-11-13  Nathan Froyd  <froydnj@codesourcery.com>
6528
6529         * gdb.base/pending.exp: Use gdb_run_cmd to start the program
6530         instead of a bare "run".
6531
6532 2009-11-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
6533
6534         * gdb.python/py-prettyprint.exp: Adjust.
6535
6536 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
6537
6538         * lib/cell.exp (skip_cell_tests): Clean up test files before
6539         returning.
6540
6541 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
6542
6543         * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
6544         and the breakpoint menu.  Do not call perror if a prompt is seen.
6545         Consume the following GDB prompt.
6546         * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
6547         * gdb.cp/namespace.exp: Use gdb_test.
6548         * gdb.cp/templates.exp: Use gdb_test.
6549         (test_template_breakpoints): Use gdb_test_multiple.
6550
6551 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
6552
6553         * gdb.base/break1.c (struct some_struct, values): Move earlier.
6554         (marker4): Reference values.
6555
6556 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
6557
6558         * gdb.base/macscp.exp: Avoid the first FAIL if macro information
6559         is missing.
6560
6561 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
6562
6563         * gdb.base/break.c (need_malloc): New.
6564         * gdb.base/constvars.c (main): Reference crass and crisp.
6565         * gdb.base/gdb1821.c (main): Reference bar.
6566         * gdb.cp/gdb1355.cc (main): Reference s1.
6567         * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
6568         (main): Call them.
6569         * gdb.cp/hang2.cc (dummy2): Define.
6570         * gdb.cp/hang3.cc (dummy3): Define.
6571         * gdb.cp/m-data.cc (main): Reference shadow.
6572
6573 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
6574             Nathan Froyd  <froydnj@codesourcery.com>
6575
6576         * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
6577         remote host.
6578
6579 2009-11-12  Nathan Froyd  <froydnj@codesourcery.com>
6580
6581         * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
6582         * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
6583         * gdb.dwarf2/dw2-compressed.exp: Likewise.
6584         * gdb.dwarf2/dw2-intercu.exp: Likewise.
6585         * gdb.dwarf2/dw2-intermix.exp: Likewise.
6586         * gdb.dwarf2/dw2-producer.exp: Likewise.
6587         * gdb.dwarf2/mac-fileno.exp: Likewise.
6588         * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
6589         py-prettyprint.py to the remote host.
6590         * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
6591
6592 2009-11-11  Keith Seitz  <keiths@redhat.com>
6593
6594         * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
6595         use it instead of "Foo".
6596         * gdb.cp/classes.exp (do_tests): Add a test to access
6597         a method through a typedef'd class name.
6598
6599 2009-11-11  Nathan Froyd  <froydnj@codesourcery.com>
6600
6601         * gdb.base/long_long.exp: Permit leading zeros on floating-point
6602         exponents.
6603         * gdb.base/pointers.exp: Likewise.
6604         * gdb.cp/ref-types.exp: Likewise.
6605
6606 2009-11-11  Keith Seitz  <keiths@redhat.com>
6607
6608         * gdb.cp/cplusfuncs.cc (class foo): Add operators
6609         new[] and delete[].
6610         * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
6611         "void".
6612         (probe_demangler): Remove all single-quoting of
6613         method and variable names.
6614         (info_func_regexp): Remove the word "void" from any
6615         occurrence of "(void)".
6616         (print_addr_2): Remove all single-quoting of
6617         method names.
6618         (print_addr_2_kfail): Likewise.
6619         (print_addr): Single-quote C function names before
6620         passing to print_addr_2.
6621         (test_paddr_operator_functions): Remove single-quoting
6622         for method names.
6623         Add tests for operator new[] and operator delete[].
6624
6625 2009-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6626
6627         * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
6628
6629 2009-11-09  Keith Seitz  <keiths@redhat.com>
6630
6631         * gdb.cp/overload.exp: Add tests for resolving overloaded
6632         methods in expression parsing/evaluation.
6633
6634 2009-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
6635
6636         * lib/gdb.exp (default_gdb_version): Use --version instead of
6637         --command.
6638
6639 2009-11-10  Nathan Sidwell  <nathan@codesourcery.com>
6640
6641         * lib/gdb.exp (gdb_compile_test): New.
6642         (skip_ada_tests, skip_java_tests): New.
6643         (gdb_compile): Use gdb_compile_test for f77.
6644         * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
6645         * lib/java.exp (compile_java_from_source): Remove runtests check,
6646         use gdb_compile_test to record result.
6647         * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
6648         gdb.ada/exec_changed.exp, gdb.ada/start.exp,
6649         gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
6650         gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
6651         gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
6652         gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
6653         gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
6654         gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
6655         gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
6656         adjust gdb_compile invocations.
6657
6658 2009-11-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
6659
6660         * Makefile.in (abs_builddir): New.
6661         (site.exp): New target `$(abs_builddir)/site.exp'.  New comment.
6662         (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
6663         `$(abs_builddir)/site.exp'.
6664
6665 2009-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
6666
6667         * config/m68k-emc.exp, lib/emc-support.exp,
6668         gdb.trace/gdb_c_test.c: Delete.
6669         * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
6670         gdb.trace/collection.exp, gdb.trace/deltrace.exp,
6671         gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
6672         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
6673         gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
6674         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
6675         casing for m68k-*-elf.
6676
6677 2009-11-03  Pedro Alves  <pedro@codesourcery.com>
6678
6679         * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
6680         * gdb.arch/i386-prologue.exp: Likewise.
6681         * gdb.arch/i386-unwind.exp: Likewise.
6682
6683 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
6684
6685         * lib/gdb.exp (gdb_expect): Fix timeout typo.
6686
6687 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
6688
6689         * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
6690
6691 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
6692
6693         * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
6694
6695 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6696
6697         * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
6698
6699 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6700
6701         * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
6702         * gdb.base/sepdebug2.c: New file.
6703
6704 2009-10-31  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6705
6706         * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
6707         the modified warnings for catch syscall.  Verify if GDB was compiled
6708         with support for lib expat, and choose which tests to run depending
6709         on this.
6710
6711 2009-10-30  Vladimir Prus  <vladimir@codesourcery.com>
6712
6713         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
6714         that composite commands are parsed OK. And also test
6715         that breakpoint commands do work.
6716
6717 2009-10-23  Michael Snyder  <msnyder@vmware.com>
6718
6719         gdb.reverse/consecutive-precsave.exp: Change expect pattern
6720         to allow for new disassembly style.
6721
6722 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
6723
6724         * gdb.asm/asm-source.exp: Adjust.
6725
6726 2009-10-22  Michael Snyder  <msnyder@vmware.com>
6727
6728         * gdb.reverse/break-precsave.exp: New test.
6729         * gdb.reverse/consecutive-precsave.exp: Ditto.
6730         * gdb.reverse/finish-precsave.exp: Ditto.
6731         * gdb.reverse/i386-precsave.exp: Ditto.
6732         * gdb.reverse/machinestate-precsave.exp: Ditto.
6733         * gdb.reverse/sigall-precsave.exp: Ditto.
6734         * gdb.reverse/solilb-precsave.exp: Ditto.
6735         * gdb.reverse/step-precsave.exp: Ditto.
6736         * gdb.reverse/until-precsave.exp: Ditto.
6737         * gdb.reverse/watch-precsave.exp: Ditto.
6738
6739 2009-10-22  Michael Snyder  <msnyder@vmware.com>
6740
6741         * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
6742         for gdb_expect.  Adjust one test's expect strings for the new
6743         format of disassemble.
6744         * gdb.reverse/finish-reverse.exp: Delete 'return'.
6745         * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
6746         gdb_test_multiple.
6747         * gdb.reverse/step-reverse.exp: Delete 'return'.
6748         * gdb.reverse/until-reverse.exp: Delete blank lines.
6749         * gdb.reverse/watch-reverse.exp: Delete blank lines.
6750
6751 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
6752
6753         * gdb.base/consecutive.exp: Adjust.
6754         * gdb.base/display.exp: Likewise.
6755         * gdb.base/pc-fp.exp: Likewise.
6756         * gdb.base/sigbpt.exp: Likewise.
6757
6758 2009-10-19  Michael Snyder  <msnyder@vmware.com>
6759
6760         * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
6761         * gdb.reverse/finish-reverse.c: Ditto.
6762         * gdb.reverse/sigall-reverse.c: Ditto.
6763         * gdb.reverse/solib-reverse.c: Ditto.
6764         * gdb.reverse/step-reverse.c: Ditto.
6765         * gdb.reverse/watch-reverse.c: Ditto.
6766
6767 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
6768             Stan Shebs  <stan@codesourcery.com>
6769
6770         * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
6771         * gdb.base/foll-exec.exp: Adjust to expect a process id before
6772         "Executing new program".
6773         * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
6774         * gdb.base/multi-forks.exp: Ditto.  Adjust to the inferior being
6775         left listed after having been killed.
6776         * gdb.base/attach.exp: Adjust to spell out "symbol-file".
6777         * gdb.base/maint.exp: Adjust test.
6778
6779         * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
6780         * gdb.multi/Makefile.in: New.
6781         * gdb.multi/base.exp: New.
6782         * gdb.multi/goodbye.c: New.
6783         * gdb.multi/hangout.c: New.
6784         * gdb.multi/hello.c: New.
6785         * gdb.multi/bkpt-multi-exec.c: New.
6786         * gdb.multi/bkpt-multi-exec.exp: New.
6787         * gdb.multi/crashme.c: New.
6788
6789 2009-10-13  Tristan Gingold  <gingold@adacore.com>
6790
6791         * gdb.base/sepdebug.exp: Check debug info are found.
6792
6793 2009-10-08  Pedro Alves  <pedro@codesourcery.com>
6794
6795         * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
6796         bits.
6797
6798 2009-10-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
6799
6800         * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
6801
6802 2009-10-07  Joel Brobecker  <brobecker@adacore.com>
6803
6804         * gdb.base/watchpoints.c: Add copyright header.  Reformat one
6805         of the comments.
6806
6807 2009-10-06  Pierre Muller  <muller@ics.u-strasbg.fr>
6808
6809         * gdb.base/annota1.exp: Remove obsolete match_max increase.
6810         * gdb.base/annota3.exp: Idem.
6811         * gdb.base/maint.exp: Idem.
6812
6813 2009-10-05  Pierre Muller  <muller@ics.u-strasbg.fr>
6814
6815         * lib/gdb.exp (default_gdb_init): Set current value of match_max
6816         to default.
6817
6818 2009-10-02  Pierre Muller  <muller@ics.u-strasbg.fr>
6819
6820         * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
6821         mingw and cygwin targets.
6822
6823 2009-10-02  Pierre Muller  <muller@ics.u-strasbg.fr>
6824             Pedro Alves  <pedro@codesourcery.com>
6825
6826         * lib/gdb.exp (gdb_compile): Avoid adding
6827         gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
6828
6829 2009-10-01  Pierre Muller  <muller@ics.u-strasbg.fr>
6830
6831         * gdb.base/shr1.c: Use %p in format string.
6832         * gdb.base/unload.c: Avoid warning in fprintf.
6833         * gdb.base/watchpoint-solib.c: Idem.
6834
6835 2009-10-01  Pierre Muller  <muller@ics.u-strasbg.fr>
6836
6837         * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
6838         long type.
6839         (test_unlink): Correct printf string.
6840         * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
6841         * gdb.threads/attachstop-mt.c: Add #include <string.h>.
6842
6843 2009-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6844
6845         * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
6846         * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
6847         * gdb.arch/ia64-breakpoint-shadow.S: New file.
6848
6849 2009-09-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6850
6851         * gdb.objc/basicclass.exp: Disable pending breakpoint query.
6852         * gdb.objc/nondebug.exp: Likewise.
6853
6854 2009-09-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6855
6856         * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
6857         target_info setting.
6858
6859         * gdb.threads/thread-specific.exp (get_thread_list): Support targets
6860         that detect new threads during "info threads".
6861
6862 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6863
6864         * gdb.threads/manythreads.c (main): Increase thread stack size
6865         to 2*PTHREAD_STACK_MIN.
6866         * gdb.threads/multi-create.c (main): Likewise.
6867         (create_function): Likewise.
6868
6869 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6870
6871         * gdb.base/dump.exp: Pass difference of pointer types instead
6872         of integer types as offset to restore in intarr3.srec case.
6873
6874 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6875
6876         * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
6877
6878 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6879
6880         * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
6881
6882 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
6883
6884         New test for two watchpoints, with disabling of
6885         the first inserted.
6886         * testsuite/gdb.base/watchpoints.c: New file.
6887         * testsuite/gdb.base/watchpoints.exp: New file.
6888
6889 2009-09-25  Tom Tromey  <tromey@redhat.com>
6890
6891         * gdb.base/charset.exp: Test utf-16 strings with Python.
6892
6893 2009-09-25  Tom Tromey  <tromey@redhat.com>
6894
6895         * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
6896         UCS-4.
6897         * gdb.base/charset.c (utf_32_string): Rename.
6898         (init_utf32): Rename.
6899         (main): Update.
6900
6901 2009-09-22  Tom Tromey  <tromey@redhat.com>
6902
6903         * gdb.python/py-function.exp: Add regression tests.
6904
6905 2009-09-21  Keith Seitz  <keiths@redhat.com>
6906
6907         * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
6908         with invalid operator.
6909
6910 2009-09-21  Keith Seitz  <keiths@redhat.com>
6911
6912         * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
6913         and destructor using typedef name of class.
6914         * gdb.cp/classes.cc (class Base1): Add a destructor.
6915         (base1): New typedef.
6916         (use_methods): Instanitate an object of type base1.
6917         * gdb.cp/templates.exp (test_template_typedef): New procedure.
6918         (do_tests): Call test_template_typedef.
6919         * gdb.cp/templates.cc (Baz::~Baz): New method.
6920         (intBazOne): New typedef.
6921         (main): Instantiate intBazOne.
6922
6923 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
6924
6925         PR python/10633
6926
6927         * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
6928         Function.
6929         (run_lang_tests): Add print elements test.
6930
6931 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
6932
6933         * gdb.python/py-value.exp (test_subscript_regression): New
6934         function.  Test for invalid subscripts.
6935         * gdb.python/py-value.c (main): Add test array, and pointer to it.
6936         (ptr_ref): New function.
6937
6938 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
6939
6940         * gdb.base/default.exp: Fix "show convenience".
6941
6942 2009-09-15  Tom Tromey  <tromey@redhat.com>
6943
6944         * lib/mi-support.exp (mi_create_varobj): Update.
6945         (mi_create_floating_varobj): Likewise.
6946         (mi_create_dynamic_varobj): New proc.
6947         (mi_varobj_update): Update.
6948         (mi_varobj_update_with_type_change): Likewise.
6949         (mi_varobj_update_kv_helper): New proc.
6950         (mi_varobj_update_dynamic_helper): Rewrite.
6951         (mi_varobj_update_dynamic): New proc.
6952         (mi_list_varobj_children): Update.
6953         (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
6954         * gdb.python/python-prettyprint.py (pp_outer): New class.
6955         (pp_nullstr): Likewise.
6956         (lookup_function): Register new printers.
6957         * gdb.python/python-prettyprint.c (struct substruct): New type.
6958         (struct outerstruct): Likewise.
6959         (substruct_test): New function.
6960         (struct nullstr): New type.
6961         (string_1, string_2): New globals.
6962         (main): Add new tests.
6963         * gdb.python/python-mi.exp: Added regression tests.
6964         * gdb.mi/mi2-var-display.exp: Update.
6965         * gdb.mi/mi2-var-cmd.exp: Update.
6966         * gdb.mi/mi2-var-child.exp: Update.
6967         * gdb.mi/mi2-var-block.exp: Update.
6968         * gdb.mi/mi-var-invalidate.exp: Update.
6969         * gdb.mi/mi-var-display.exp: Update.
6970         * gdb.mi/mi-var-cmd.exp: Update.
6971         * gdb.mi/mi-var-child.exp: Update.
6972         * gdb.mi/mi-var-block.exp: Update.
6973         * gdb.mi/mi-break.exp: Update.
6974         * gdb.mi/gdb701.exp: Update.
6975
6976 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6977
6978         * Makefile.in: Inclusion of catch-syscall object.
6979         * gdb.base/catch-syscall.c: New file.
6980         * gdb.base/catch-syscall.exp: New file.
6981
6982 2009-09-12  Michael Snyder  <msnyder@vmware.com>
6983
6984         * gdb.reverse/step-reverse.exp: Explicitly check for targets
6985         that can support reverse debuggnig.
6986
6987 2009-09-11  Tom Tromey  <tromey@redhat.com>
6988
6989         * gdb.dwarf2/valop.S: New file.
6990         * gdb.dwarf2/valop.exp: New file.
6991
6992 2009-09-11  Mark Kettenis  <kettenis@gnu.org>
6993
6994         * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
6995
6996 2009-09-10  Doug Evans  <dje@google.com>
6997
6998         * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
6999         Add $gdb_prompt to second breakpoint regexp.
7000
7001 2009-09-08  Thiago Jung Bauermann  <thiago.bauermann@gmail.com>
7002
7003         * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
7004         names, add missing ones.
7005         * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
7006         * gdb.python/py-frame.c: Rename from python-frame.c.
7007         * gdb.python/py-frame.exp: Rename from python-frame.exp.  Adjust
7008         testfile name.
7009         * gdb.python/py-function.exp: Rename from python-function.exp.
7010         * gdb.python/py-mi.exp: Rename from python-mi.exp.  Adjust
7011         testfile name.
7012         * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
7013         * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
7014         Adjust testfile name.
7015         * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
7016         * gdb.python/py-template.cc: Rename from python-template.cc.
7017         * gdb.python/py-template.exp: Rename from python-template.exp.
7018         Adjust testfile name.
7019         * gdb.python/py-value.c: Rename from python-value.c.
7020         * gdb.python/py-value.exp: Rename from python-value.exp.  Adjust
7021         testfile name.
7022
7023 2009-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7024
7025         * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
7026         $bpt2address.
7027         (Second breakpoint address is valid on ia64)
7028         (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
7029
7030 2009-09-03  Joseph Myers  <joseph@codesourcery.com>
7031
7032         * gdb.base/ending-run.exp: Restrict regular expression matching
7033         line number to require closing brace following.
7034
7035 2009-09-03  Doug Evans  <dje@google.com>
7036
7037         * gdb.base/store.exp (check_set): Fix typo in expected value message.
7038
7039 2009-09-02  Tom Tromey  <tromey@redhat.com>
7040
7041         * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
7042
7043 2009-09-02  Tom Tromey  <tromey@redhat.com>
7044
7045         * gdb.dwarf2/callframecfa.exp: New file.
7046         * gdb.dwarf2/callframecfa.S: New file.
7047
7048 2009-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7049
7050         * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
7051         gdb.base/solib-overlap-main.c: New.
7052
7053 2009-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
7054
7055         PR gdb/10565
7056
7057         * gdb.base/bitfields.c (struct container, container): New.
7058         (main): Initialize it and call break5.
7059         * gdb.base/bitfields.exp (bitfield_at_offset): New test.
7060
7061 2009-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
7062
7063         Support constant DW_AT_data_member_location by GCC PR debug/40659.
7064         * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
7065
7066 2009-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
7067
7068         * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
7069
7070 2009-08-26  Michael Snyder  <msnyder@vmware.com>
7071
7072         * gdb.base/i386-reverse.c: New file.
7073         * gdb.base/i386-reverse.exp: New file.
7074         * gdb.base/Makefile.in: Add new files to be removed.
7075
7076 2009-08-26  Joseph Myers  <joseph@codesourcery.com>
7077
7078         * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
7079         environment-pwd for remote host.
7080         * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
7081
7082 2009-08-24  Keith Seitz  <keiths@redhat.com>
7083
7084         * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
7085         Add two new C++ completer tests which limit the output to a
7086         given class.
7087
7088 2009-08-24  Michael Snyder  <msnyder@vmware.com>
7089
7090         * gdb.base/del.exp: Fix typo in comment.
7091         * gdb.base/step-bt.exp: Fix cut and paste error in comment.
7092
7093 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7094
7095         * configure: Regenerate.
7096         * gdb.hp/configure: Likewise.
7097         * gdb.hp/gdb.aCC/configure: Likewise.
7098         * gdb.hp/gdb.base-hp/configure: Likewise.
7099         * gdb.hp/gdb.compat/configure: Likewise.
7100         * gdb.hp/gdb.defects/configure: Likewise.
7101         * gdb.hp/gdb.objdbg/configure: Likewise.
7102         * gdb.stabs/configure: Likewise.
7103
7104 2009-08-19  Doug Evans  <dje@google.com>
7105
7106         * gdb.base/gdbvars.c: New file.
7107         * gdb.base/gdbvars.exp: Test convenience vars with program variables.
7108
7109 2009-08-14  Pedro Alves  <pedro@codesourcery.com>
7110
7111         * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
7112         gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
7113
7114 2009-08-13  Pedro Alves  <pedro@codesourcery.com>
7115
7116         * gdb.base/default.exp: Adjust "set language test": it's now an
7117         enum command.  Larger help string moved to "help set language".
7118         * gdb.base/help.exp: Adjust "help set language" expected output,
7119         now lists all known languages.
7120
7121 2009-08-11  Nathan Froyd  <froydnj@codesourcery.com>
7122
7123         * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
7124         all frame arguments.
7125         * gdb.arch/altivec-regs.exp: Likewise.
7126
7127 2009-08-07  Tom Tromey  <tromey@redhat.com>
7128
7129         * gdb.base/setshow.exp: Add tests for changes to set language, set
7130         check range, and set check type.
7131
7132 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
7133
7134         * lib/mi-support.exp (mi_list_breakpoints): Make it work.
7135         * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
7136         Call it.
7137
7138 2009-07-31  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7139
7140         * configure.ac: Run gdb.cell tests when appropriate.
7141         * configure: Regenerate.
7142         * lib/cell.exp: New file.
7143         * gdb.cell: New directory.
7144         * gdb.cell/configure.ac: New file.
7145         * gdb.cell/configure: New file.
7146         * gdb.cell/Makefile.in: New file.
7147         * gdb.cell/arch.exp: New file.
7148         * gdb.cell/break.c: New file.
7149         * gdb.cell/break.exp: New file.
7150         * gdb.cell/break-spu.c: New file.
7151         * gdb.cell/bt.c: New file.
7152         * gdb.cell/bt2-spu.c: New file.
7153         * gdb.cell/bt-spu.c: New file.
7154         * gdb.cell/bt.exp: New file.
7155         * gdb.cell/coremaker.c: New file.
7156         * gdb.cell/coremaker-spu.c: New file.
7157         * gdb.cell/core.exp: New file.
7158         * gdb.cell/gcore.exp: New file.
7159         * gdb.cell/data.c: New file.
7160         * gdb.cell/data.exp: New file.
7161         * gdb.cell/data-spu.c: New file.
7162         * gdb.cell/ea-cache.exp: New file.
7163         * gdb.cell/ea-cache.c: New file.
7164         * gdb.cell/ea-cache-spu.c: New file.
7165         * gdb.cell/ea-standalone.c: New file.
7166         * gdb.cell/ea-standalone.exp: New file.
7167         * gdb.cell/ea-test.c: New file.
7168         * gdb.cell/ea-test.exp: New file.
7169         * gdb.cell/f-regs.exp: New file.
7170         * gdb.cell/mem-access.c: New file.
7171         * gdb.cell/mem-access.exp: New file.
7172         * gdb.cell/mem-access-spu.c: New file.
7173         * gdb.cell/ptype.exp: New file.
7174         * gdb.cell/registers.exp: New file.
7175         * gdb.cell/size.c: New file.
7176         * gdb.cell/sizeof.exp: New file.
7177         * gdb.cell/size-spu.c: New file.
7178         * gdb.cell/solib.exp: New file.
7179         * gdb.cell/solib-symbol.exp: New file.
7180
7181 2009-07-31  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7182
7183         * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
7184
7185 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
7186
7187         * gdb.base/float.exp: Handle VFP registers.
7188
7189 2009-07-14  Michael Snyder  <msnyder@vmware.com>
7190
7191         * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
7192         to bring gdb to the beginning of the calling line.
7193
7194         * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
7195         confusing the i386 epilogue unwinder.
7196
7197 2009-07-14  Stan Shebs  <stan@codesourcery.com>
7198
7199         * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
7200
7201 2009-07-14  Michael Snyder  <msnyder@vmware.com>
7202
7203         * gdb.reverse/step-reverse.exp (stepi into function call):
7204         Call instruction may not be first instruction in the line.
7205         (reverse stepi from a function call): Used wrong line number.
7206
7207 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7208
7209         * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
7210
7211 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7212
7213         Fix gdb.base/macscp.exp when using custom inputrc.
7214         * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
7215         * gdb.base/readline.exp: Remove env(INPUTRC) set and restore.  Remove
7216         env(TERM) set.
7217         * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
7218         * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
7219
7220 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7221
7222         Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
7223         * gdb.base/annota1.exp (thread_test): Import global $testfile.
7224         Change the compilation target to match the testcase name.
7225         * gdb.base/sect-cmd.exp: Change the compilation target to match the
7226         testcase name.
7227         * a2-run.exp: Use for setup prepare_for_testing.  Change the
7228         compilation target to match the testcase name.
7229         * gdb.base/commands.exp: Likewise.
7230         * gdb.base/finish.exp: Likewise.
7231         * gdb.base/float.exp: Likewise.
7232         * gdb.base/info-target.exp: Likewise.
7233         * gdb.base/relational.exp: Likewise.
7234         * gdb.base/term.exp: Likewise.
7235         * gdb.base/until.exp: Likewise.
7236         * gdb.base/volatile.exp: Likewise.
7237         * gdb.base/whatis-exp.exp: Likewise.
7238
7239 2009-07-11  Hui Zhu  <teawater@gmail.com>
7240
7241         * gdb.base/help.exp (disassemble): Update expected help text.
7242
7243 2009-07-09  Tom Tromey  <tromey@redhat.com>
7244
7245         * lib/gdb.exp: Handle TRANSCRIPT.
7246         (remote_spawn, remote_close, send_gdb): New procs.
7247
7248 2009-07-10 Phil Muldoon  <pmuldoon@redhat.com>
7249
7250         * gdb.python/python-prettyprint.c: Add counted null string
7251         structure.
7252         * gdb.python/python-prettyprint.exp: Print null string. Test for
7253         embedded nulls.
7254         * gdb.python/python-prettyprint.py (pp_ns): New Function.
7255         * gdb.python/python-value.exp (test_value_in_inferior): Add
7256         variable length string fetch tests.
7257         * gdb.python/python-value.c (main): Add strings for string fetch tests.
7258
7259 2009-07-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
7260
7261         * gdb.base/dump.exp (inaccessible memory is reported): New test.
7262
7263 2009-07-07  Tom Tromey  <tromey@redhat.com>
7264
7265         * gdb.base/call-rt-st.exp: Update for change to escape output.
7266         * gdb.base/callfuncs.exp: Likewise.
7267         * gdb.base/charset.exp: Likewise.
7268         * gdb.base/constvars.exp: Likewise.
7269         * gdb.base/long_long.exp: Likewise.
7270         * gdb.base/pointers.exp: Likewise.
7271         * gdb.base/printcmds.exp: Likewise.
7272         * gdb.base/setvar.exp: Likewise.
7273         * gdb.base/store.exp: Likewise.
7274         * gdb.cp/ref-types.exp: Likewise.
7275         * gdb.mi/mi-var-child.exp: Likewise.
7276         * gdb.mi/mi-var-display.exp: Likewise.
7277         * gdb.mi/mi2-var-display.exp: Likewise.
7278         * gdb.base/charset.exp: Test octal escape sequence length.
7279         Update for change to escape output.
7280
7281 2009-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7282
7283         * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
7284
7285 2009-07-06  Daniel Jacobowitz  <dan@codesourcery.com>
7286
7287         * lib/java.exp (java_init): Ignore $GCJ if it is empty.
7288
7289 2009-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
7290
7291         * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
7292         gdbserver increasing $portnum if "Can't bind address" has been seen.
7293
7294 2009-07-05  Pedro Alves  <pedro@codesourcery.com>
7295
7296         * gdb.base/ending-run.exp: Add "step out of main" pattern for
7297         mingw32ce.
7298
7299 2009-07-05  Pedro Alves  <pedro@codesourcery.com>
7300
7301         * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
7302         VFP format.
7303
7304 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
7305
7306         * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
7307         linux.  Adjust to use "inferior", "info inferiors", "detach
7308         inferior" and "kill inferior" instead of "restart", "info fork",
7309         "detach fork" and "delete fork".
7310         * gdb.base/ending-run.exp: Spell out "info".
7311         * gdb.base/help.exp: Adjust to use test_prefix_command_help for
7312         the "kill" command.
7313
7314 2009-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7315
7316         * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
7317         change to prefix TLS offset in hex with 0x.
7318
7319 2009-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7320
7321         * gdb.base/default.exp: Update test case for "x" changes.
7322
7323 2009-07-01  Tristan Gingold  <gingold@adacore.com>
7324
7325         * gdb.base/bigcore.exp: Make darwin untested.
7326
7327 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7328
7329         * gdb.base/completion.exp (directory completion): Create the directory.
7330         New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
7331         escapeuniquesub.
7332         (directory completion 2): Expect now ${escapeuniquesub}.
7333         (Glob remaining of directory test): Remove one excessive newline.
7334         Expect the real output.
7335
7336 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7337
7338         Fix `make check//%' target after `make check' has been ran.
7339         * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency.  Add
7340         a mkdir call.
7341         (check-gdb.base%): Remove the gdb.base%/.dir dependency.
7342         (%/.dir): Remove.
7343
7344 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7345
7346         * lib/mi-support.exp (mi_check_thread_states): Permit any output before
7347         the expected result record.
7348
7349 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7350
7351         Remove racy FAILs relying just on the timeouts.
7352         * gdb.base/setshow.exp (set annotate 2, show annotate (2))
7353         (annotation_level 2): Remove racy FAILs.
7354
7355 2009-06-30  Paul Pluzhnikov  <ppluzhnikov@google.com>
7356
7357         gdb/10275
7358         * gdb.dwarf2/dw2-restore.{S,exp}: New test.
7359
7360 2009-06-30  Daniel Jacobowitz  <dan@codesourcery.com>
7361
7362         * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
7363
7364 2009-06-30  Vladimir Prus  <vladimir@codesourcery.com>
7365
7366         * gdb.mi/mi-stack.exp: Testing symbolic options
7367         to -stack-list-locals and -stack-list-arguments.
7368
7369 2009-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
7370
7371         * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
7372
7373 2009-06-29  Tom Tromey  <tromey@redhat.com>
7374
7375         * dg-extract-results.sh: New file.
7376         * Makefile.in (FORCE_PARALLEL): New variable.
7377         (CHECK_TARGET): New conditional variable.
7378         (check): Use CHECK_TARGET.
7379         (DO_RUNTEST): New variable.
7380         (check-single): New target.
7381         (TEST_DIRS): New variable.
7382         (TEST_TARGETS): Likewise.
7383         (check-parallel): New target.
7384         (check-gdb.%): New pattern.
7385         (BASE1_FILES): New variable.
7386         (BASE2_FILES): Likewise.
7387         (check-gdb.base%): New pattern.
7388         (%/.dir): New pattern.
7389         * configure: Rebuild.
7390         * aclocal.m4 (AM_CONDITIONAL): New defun.
7391         * configure.ac: Check whether user is using GNU make.
7392         (GMAKE): New conditional.
7393
7394 2009-06-29  Sami Wagiaalla  <swagiaal@redhat.com>
7395
7396         * gdb.cp/namespace-nested-import.cc: New test.
7397         * gdb.cp/namespace-nested-import.exp: New test.
7398
7399 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
7400
7401         * gdb.base/break.exp: Add an XFAIL for gcc/36748.
7402         * gdb.cp/annota2.exp: Accept frames-invalid in more places.
7403         * gdb.opt/Makefile.in (EXECUTABLES): Update.
7404         * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
7405         * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
7406         gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
7407         gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
7408         gdb.opt/inline-markers.c: New files.
7409         * lib/gdb.exp (skip_inline_frame_tests): New function.
7410         (skip_inline_var_tests): New function.
7411
7412 2009-06-27  Andreas Schwab  <schwab@linux-m68k.org>
7413
7414         * gdb.cp/exception.exp: Don't require $hex before inner frame in
7415         backtrace.
7416
7417 2009-06-27  Michael Snyder  <msnyder@vmware.com>
7418
7419         * gdb.reverse: New directory.
7420         * gdb.reverse/break-reverse.c: New test.
7421         * gdb.reverse/break-reverse.exp: New test.
7422         * gdb.reverse/consecutive-reverse.c: New test.
7423         * gdb.reverse/consecutive-reverse.exp: New test.
7424         * gdb.reverse/finish-reverse.c: New test.
7425         * gdb.reverse/finish-reverse.exp: New test.
7426         * gdb.reverse/machinestate.c: New test.
7427         * gdb.reverse/ms1.c: New test.
7428         * gdb.reverse/machinestate.exp: New test.
7429         * gdb.reverse/Makefile.in: New file.
7430         * gdb.reverse/shr2.c: New test.
7431         * gdb.reverse/solib-reverse.c: New test.
7432         * gdb.reverse/solib-reverse.exp: New test.
7433         * gdb.reverse/step-reverse.c: New test.
7434         * gdb.reverse/step-reverse.exp: New test.
7435         * gdb.reverse/until-reverse.c: New test.
7436         * gdb.reverse/ur1.c: New test.
7437         * gdb.reverse/until-reverse.exp: New test.
7438         * gdb.reverse/watch-reverse.c: New test.
7439         * gdb.reverse/watch-reverse.exp: New test.
7440         * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
7441         * configure: Regenerate.
7442
7443 2009-06-26  Doug Evans  <dje@google.com>
7444
7445         * gdb.base/psymtab.exp: Turn off pending breakpoints.
7446
7447 2009-06-26  Pierre Muller  <muller@ics.u-strasbg.fr>
7448
7449         * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
7450         windows problem for 'file delete $binfile'.
7451
7452 2009-06-23  Sami Wagiaalla  <swagiaal@redhat.com>
7453
7454         * gdb.cp/namespace-using.exp: New test.
7455         * gdb.cp/namespace-using.cc: New test.
7456
7457 2009-05-20  Joel Brobecker  <brobecker@adacore.com>
7458
7459         * gdb.ada/variant_record_packed_array: New testcase.
7460
7461 2009-06-23  Tom Tromey  <tromey@redhat.com>
7462
7463         * gdb.base/charset.exp (test_combination): Regression test.
7464         * gdb.base/charset.c (my_wchar_t): New typedef.
7465         (myvar): New global.
7466         (main): Set myvar.
7467
7468 2009-06-18  Pierre Muller  <muller@ics.u-strasbg.fr>
7469
7470         * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
7471         target.
7472
7473 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7474
7475         * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
7476
7477 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7478
7479         * gdb.mi/gdb680.exp: Update test for error message.
7480
7481 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7482
7483         * gdb.base/annota1.exp: Allow multiple occurrences of the
7484         frames-invalid annotation.
7485         * gdb.cp/annota2.exp: Likewise.
7486
7487 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
7488
7489         * gdb.cp/gdb2495.cc: New file.
7490         * gdb.cp/gdb2495.exp: New file.
7491
7492 2009-06-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7493
7494         Report error on GDB crash during runto.
7495         * lib/gdb.exp (runto <eof>): New.
7496
7497 2009-06-09  Daniel Jacobowitz  <dan@codesourcery.com>
7498
7499         * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
7500         gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
7501         gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
7502         gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
7503         gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
7504         gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
7505         gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
7506         gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
7507         gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
7508         gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
7509         gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
7510         gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
7511         gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
7512         gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
7513         gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
7514         gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
7515         gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
7516         gdb.server/server-mon.exp, gdb.server/server-run.exp,
7517         gdb.trace/actions.exp, gdb.trace/backtrace.exp,
7518         gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
7519         gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
7520         gdb.trace/passcount.exp, gdb.trace/report.exp,
7521         gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
7522         gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
7523         gdb.trace/while-stepping.exp: Use a unique name for the compiled
7524         executable.
7525
7526 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
7527
7528         * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
7529         defined before referencing it.
7530
7531 2009-06-03  Doug Evans  <dje@google.com>
7532
7533         * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
7534         * gdb.arch/i386-see.c: Ditto.
7535
7536 2009-05-30  Pierre Muller  <muller@ics.u-strasbg.fr>
7537
7538         * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
7539         (check_macro): Return 1 if undefined.
7540         If first test fails, check if macro debug information is available,
7541         and report unsupported test if no macro information is found.
7542
7543 2009-05-29  Doug Evans  <dje@google.com>
7544
7545         * gdb.threads/hand-call-in-threads.exp: New.
7546         * gdb.threads/hand-call-in-threads.c: New.
7547
7548 2009-05-29  Michael Snyder  <msnyder@vmware.com>
7549
7550         * gdb.base/break-always.exp: Change "1" to "on".
7551         Add confirmation check.
7552
7553 2009-05-28  Pedro Alves  <pedro@codesourcery.com>
7554
7555         * gdb.threads/threxit-hop-specific.c: New.
7556         * gdb.threads/threxit-hop-specific.exp: New.
7557         * gdb.threads/thread-execl.c: New.
7558         * gdb.threads/thread-execl.exp: New.
7559
7560 2009-05-27  Tom Tromey  <tromey@redhat.com>
7561             Thiago Jung Bauermann  <bauerman@br.ibm.com>
7562
7563         * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
7564         (mi_child_regexp): Likewise.
7565         (mi_list_varobj_children_range): Likewise.
7566         (mi_get_features): Likewise.
7567         (mi_list_varobj_children): Rewrite.
7568         * gdb.python/python-mi.exp: New file.
7569
7570 2009-05-27  Tom Tromey  <tromey@redhat.com>
7571             Thiago Jung Bauermann  <bauerman@br.ibm.com>
7572             Phil Muldoon  <pmuldoon@redhat.com>
7573             Paul Pluzhnikov  <ppluzhnikov@google.com>
7574
7575         * gdb.python/python-prettyprint.exp: New file.
7576         * gdb.python/python-prettyprint.c: New file.
7577         * gdb.python/python-prettyprint.py: New file.
7578         * gdb.base/display.exp: print/r is now valid.
7579
7580 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
7581             Tom Tromey  <tromey@redhat.com>
7582             Pedro Alves  <pedro@codesourcery.com>
7583             Paul Pluzhnikov  <ppluzhnikov@google.com>
7584
7585         * gdb.python/python-template.exp: New file.
7586         * gdb.python/python-template.cc: New file.
7587         * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
7588         tests.
7589         * gdb.python/python-value.exp (py_objfile_tests): New proc.
7590         Call it.
7591         (test_value_after_death): New proc.
7592         * gdb.python/python-value.c (PTR): New typedef.
7593         (main): New variable 'x'.
7594
7595 2009-05-27  Tom Tromey  <tromey@redhat.com>
7596
7597         * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
7598         tests.
7599         * gdb.python/python-value.exp (py_objfile_tests): New proc.
7600         Call it.
7601
7602 2009-05-27  Pedro Alves  <pedro@codesourcery.com>
7603
7604         * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
7605
7606 2009-05-24  Pedro Alves  <pedro@codesourcery.com>
7607
7608         * gdb.threads/fork-thread-pending.c: New.
7609         * gdb.threads/fork-thread-pending.exp: New.
7610
7611 2009-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
7612
7613         * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
7614         * gdb.dwarf2/dw2-strp.S (a_string2): New.
7615
7616 2009-05-18  Jon Beniston  <jon@beniston.com>
7617
7618         * gdb.asm/asm-source.exp: Add lm32 target.
7619
7620 2009-05-17  Pedro Alves  <pedro@codesourcery.com>
7621
7622         * gdb.base/foll-fork.c: Include stdlib.h.  Add markers for
7623         `gdb_get_line_number'.  Call `callee' in both parent and child.
7624         * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
7625         `gdb_get_line_number' instead of hardcoding line numbers.
7626         (catch_fork_unpatch_child): New procedure to test detaching
7627         breakpoints from child fork.
7628         (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
7629         hardcoding line numbers.
7630         (do_fork_tests): Run `catch_fork_unpatch_child'.
7631
7632 2009-05-17  Vladimir Prus  <vladimir@codesourcery.com>
7633
7634         * gdb.mi/mi-cmd-var.exp: Check that when varobj
7635         of structure type enters or leaves the scope, it
7636         is reported by -var-update.
7637
7638 2009-05-11  Doug Evans  <dje@sebabeach.org>
7639
7640         * gdb.mi/nsintrall.c (main): Fix off-by-one error.
7641         * gdb.threads/pending-step.c (main): Fix off-by-one error.
7642         * gdb.threads/schedlock.c (main): Fix off-by-one error.
7643
7644 2009-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7645
7646         * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
7647
7648 2009-04-30  Doug Evans  <dje@google.com>
7649
7650         * gdb.threads/watchthreads2.exp: New testcase.
7651         * gdb.threads/watchthreads2.c: New testcase.
7652
7653 2009-04-29  Doug Evans  <dje@google.com>
7654
7655         * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
7656         * gdb.cp/mb-ctor.cc: Ditto.
7657         * gdb.cp/mb-inline.exp: Add multi-line source statement test.
7658         * gdb.cp/mb-inline.h (multi_line_foo): New function.
7659         * gdb.cp/mb-inline1.cc: Call it.
7660         * gdb.cp/mb-inline2.cc: Ditto.
7661         * gdb.cp/mb-templates.exp: Add multi-line source statement test.
7662         * gdb.cp/mb-templates.cc (multi_line_foo): New template.
7663
7664 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
7665
7666         * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
7667         (info_macro): Remova `decimal' declaration.  New variable `nonzero'.
7668         Replace all uses of `decimal' by `nonzero'.
7669         (info macro FROM_COMMANDLINE): New test.
7670
7671 2009-04-27  Tom Tromey  <tromey@redhat.com>
7672
7673         * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
7674
7675 2009-04-27  Doug Evans  <dje@google.com>
7676
7677         * gdb.threads/watchthreads.c (main): Initialize args before starting
7678         the threads.  Plus formatting cleanup.
7679         * gdb.threads/watchthreads.exp: Avoid errant failures due to
7680         biased scheduling of one thread.
7681
7682 2009-04-27  Jerome Guitton  <guitton@adacore.com>
7683
7684         * gdb.cp/templates.cc (GetMax): New template.
7685         (main): Declare two instances of GetMax.
7686         * gdb.cp/templates.exp: Add new test.
7687
7688 2009-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
7689
7690         * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
7691
7692 2009-04-22  Joseph Myers  <joseph@codesourcery.com>
7693
7694         * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
7695
7696 2009-04-15  Tom Tromey  <tromey@redhat.com>
7697
7698         * gdb.base/charset.exp: Add regression test.
7699
7700 2009-04-14  Joel Brobecker  <brobecker@adacore.com>
7701
7702         * gdb.base/exe-lock.exp: New testcase.
7703
7704 2009-04-13  Tom Tromey  <tromey@redhat.com>
7705
7706         * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
7707         operator on Frame.
7708
7709 2009-04-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7710
7711         * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
7712         * gdb.server/ext-attach.exp: Likewise.
7713
7714 2009-04-03  Vladimir Prus  <vladimir@codesourcery.com>
7715
7716         Eliminate some sleep usage.
7717
7718         * gdb.mi/basics.c (do_nothing): New.
7719         (main): Use do_nothing instead of printf, so that
7720         not to introduce race condition between output of
7721         inferiour and output of gdb. Do not use sleep as it
7722         is not generally available on embedded targets.
7723
7724 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
7725
7726         * gdb.server/ext-attach.exp: Expect an optional process id after
7727         "Detached from remote process".
7728
7729 2009-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7730
7731         * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
7732         gdb.dwarf2/dw2-unresolved.exp: New.
7733
7734 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
7735
7736         * gdb.mi/mi-nonstop-exit.exp: Don't check isnative.  Use
7737         mi_run_to_main.
7738
7739 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
7740
7741         * gdb.mi/mi-nonstop.exp: Don't check isnative.  Use
7742         mi_run_to_main.  Skip thread exit test on remote targets.
7743         * gdb.mi/mi-nsintrall.exp: Don't check isnative.  Use
7744         mi_run_to_main.
7745         * gdb.mi/mi-nsmoribund.exp: Don't check isnative.  Use
7746         mi_run_to_main.
7747         * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
7748         when expecting ^connected.  Detect when the target doesn't support
7749         non-stop mode.
7750         (mi_run_cmd): Detect if non-stop mode was requested by isn't
7751         supported.  Return -1 on error, 0 on success.
7752         (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
7753         (mi_runto): Return mi_runto_helper's result explicitly.
7754
7755 2009-04-01  Pedro Alves  <pedro@codesourcery.com>
7756
7757         * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
7758
7759 2009-04-01  Tom Tromey  <tromey@redhat.com>
7760
7761         * gdb.base/funcargs.exp: Set print frame-arguments to "all".
7762         * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
7763         * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
7764         * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
7765
7766 2009-03-31  Daniel Jacobowitz  <dan@codesourcery.com>
7767             Jan Kratochvil  <jan.kratochvil@redhat.com>
7768
7769         PR gdb/931
7770         * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
7771         output.
7772         * gdb.cp/templates.exp: Allow canonical output.  Remove KFAILs
7773         for gdb/931.
7774         * dw2-strp.S (DW_AT_language): Change to C++.
7775         (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
7776
7777 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
7778
7779         * gdb.ada/tasks: New testcase.
7780
7781 2009-03-30  Stan Shebs  <stan@codesourcery.com>
7782
7783         * gdb.trace/actions.exp: Update to match new info trace format.
7784         * gdb.trace/deltrace.exp: Ditto.
7785         * gdb.trace/infotrace.exp: Ditto.
7786         * gdb.trace/passcount.exp: Ditto.
7787         * gdb.trace/save-trace.exp: Ditto.
7788         * gdb.trace/while-stepping.exp: Ditto.
7789         * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
7790
7791 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
7792
7793         * gdb.python/python-frame.c: New file.
7794         * gdb.python/python-frame.exp: New file.
7795
7796 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
7797
7798         * gdb.python/python-value.exp: Add tests for the address
7799         attribute.
7800
7801 2009-03-29  Andreas Schwab  <schwab@linux-m68k.org>
7802
7803         * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
7804
7805 2009-03-26  Doug Evans  <dje@google.com>
7806
7807         * gdb.mi/mi-nonstop-exit.exp: New file.
7808         * gdb.mi/non-stop-exit.c: New file.
7809
7810 2009-03-26  Tom Tromey  <tromey@redhat.com>
7811
7812         Update for change to prologue skipping:
7813         * gdb.mi/mi2-simplerun.exp: Update.
7814         * gdb.mi/mi2-break.exp: Update.
7815         * gdb.mi/mi-simplerun.exp: Update.
7816         * gdb.mi/mi-break.exp: Update.
7817         * gdb.base/ending-run.exp: Update.
7818
7819 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
7820
7821         * gdb.python/python-value.exp (test_value_in_inferior): Test
7822         gdb.Value.is_optimized_out attribute.
7823
7824 2009-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7825
7826         * gdb.dwarf2/dw2-noloc-main.c: New file.
7827         * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
7828         (.text): Remove.
7829         (.data): New.
7830         (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
7831         (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
7832         (DW_TAG_subprogram func_cu1, noloc): Remove.
7833         (main): New.
7834         * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
7835         `dw2-noloc-main.c'.  Test the new DIEs from `dw2-noloc.S'.
7836         (file_symbols): New procedure.
7837
7838 2009-03-25  Tom Tromey  <tromey@redhat.com>
7839
7840         * gdb.base/charset.exp (valid_target_charset): New proc.
7841         Use it to skip tests on invalid charsets.
7842
7843 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
7844
7845         * gdb.base/completion.exp: Add a test for directory completion.
7846
7847 2009-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7848
7849         Fix a racy FAIL.
7850         * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
7851         * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
7852
7853 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
7854
7855         * gdb.python/python-cmd.exp: Add tests for keyword arguments.
7856         * gdb.python/python-function.exp: Add test for function returning
7857         a GDB value.
7858
7859 2009-03-20  Thiago Jung Bauermann  <bauerman@br.ibm.com>
7860
7861         * gdb.python/python-function.exp: New file.
7862
7863 2009-03-20  Tom Tromey  <tromey@redhat.com>
7864
7865         * gdb.base/store.exp: Update for change to escape output.
7866         * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
7867         to escape output.
7868         * gdb.base/pointers.exp: Update for change to escape output.
7869         * gdb.base/long_long.exp (gdb_test_long_long): Update for change
7870         to escape output.
7871         * gdb.base/constvars.exp (do_constvar_tests): Update for change to
7872         escape output.
7873         * gdb.base/call-rt-st.exp (print_struct_call): Update for change
7874         to escape output.
7875         * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
7876         escape output.
7877         * gdb.base/setvar.exp: Update for change to escape output.
7878         * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
7879         * gdb.base/printcmds.exp (test_print_all_chars): Update for change
7880         to escape output.
7881         (test_print_string_constants): Likewise.
7882         * gdb.base/charset.exp (valid_host_charset): Check size of
7883         wchar_t.  Handle UCS-2 and UCS-4.  Add tests for wide and unicode
7884         cases.  Handle "auto"-related output.
7885         * gdb.base/charset.c (char16_t, char32_t): New typedefs.
7886         (uvar, Uvar): New globals.
7887
7888 2009-03-19  Jerome Guitton  <guitton@adacore.com>
7889
7890         * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
7891         deltas.
7892         * gdb.ada/fixed_points.exp: Ditto.
7893
7894 2009-03-18  Pedro Alves  <pedro@codesourcery.com>
7895
7896         * return-nodebug.c: Don't include stdio.h.
7897         (init): Delete.
7898         (func): Delete definition and provide extern declaration.
7899         (t): New.
7900         (main): Don't call printf.  Call func and store its result in t.
7901         * return-nodebug1.c: New.
7902         * return-nodebug.exp: Don't expect stdio output.  Instead, print
7903         the global variable t.  Drop printf formatters and cast types from
7904         foreach loop.  Don't use prepare_for_testing.  Compile
7905         return-nodebug.c and return-nodebug1.c in separate steps.  Don't
7906         define FORMAT or CAST.
7907
7908 2009-03-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
7909
7910         * gdb.base/solib-display.exp: Disable test for remote targers.
7911
7912 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7913
7914         * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
7915
7916 2009-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7917
7918         Fix a racy FAIL.
7919         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
7920         code from `follow parent, print pids'.
7921         (`follow child, print pids', `follow parent, print pids'): Call it.
7922         Replace `gdb_test "break..."' by gdb_breakpoint.
7923
7924 2009-03-13  Vladimir Prus  <vladimir@codesourcery.com>
7925
7926         * gdb.mi/mi-cli.exp: Adjust for output difference in
7927         sync and async modes.
7928
7929 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
7930
7931         * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
7932         that was checked in by mistake. Remove loading of ada.exp, since
7933         this is not necessary in this case.
7934
7935 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
7936
7937         * gdb.ada/ptype_arith_binop.exp: New testcase.
7938
7939 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
7940
7941         * gdb.ada/mod_from_name: New testcase.
7942
7943 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
7944
7945         * gdb.ada/tick_last_segv: New testcase.
7946
7947 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
7948
7949         * gdb.mi/mi-cli.exp: Remove debug print.
7950
7951 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
7952
7953         * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
7954         include the token in ^running and frame info in *stopped.
7955
7956 2009-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
7957
7958         * solib-display.exp: New file.
7959         * solib-display-main.c: New file.
7960         * solib-display-lib.c: New file.
7961
7962 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
7963
7964         * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
7965
7966 2009-02-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
7967
7968         * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
7969         (list_and_check_macro): Use more specific test name.
7970         (next to definition): Make the test names unique.
7971
7972 2009-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
7973
7974         * gdb.pascal/floats.exp: Accept approximate results everywhere.
7975
7976 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
7977
7978         * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
7979         notifications.
7980         * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
7981         * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
7982         * lib/mi-support.exp (library_loaded_re): New.
7983         (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
7984
7985 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
7986
7987         * gdb.gdb/observer.exp: Use test_notification observer, not
7988         normal_stop, everywhere.
7989         (test_normal_stop_notifications): Rename to...
7990         (test_notifications): ...this.
7991         (test_observer_normal_stop): Rename to...
7992         (test_observer): ...this.
7993
7994 2009-02-16  Doug Evans  <dje@google.com>
7995
7996         * gdb.arch/amd64-disp-step.S (test_int3): New test.
7997         * gdb.arch/amd64-disp-step.exp (test_int3): New test.
7998         * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
7999         (test_prefixed_syscall,test_int3): New tests.
8000         * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
8001         (test_prefixed_syscall,test_int3): New tests.
8002
8003 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
8004
8005         * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
8006         (mi_expect_interrupt): Likewise.
8007         * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
8008         response.
8009
8010 2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
8011
8012         * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
8013         * gdb.base/pc-fp.exp (get_valueofx): Remove.
8014         Replace calls to get_valueofx by get_hexadecimal_valueof.
8015
8016 2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
8017
8018         * lib/gdb.exp (get_valueof): Accept anything as a return value.
8019         (get_integer_valueof): New procedure.
8020         (get_sizeof): Use new get_integer_value_of.
8021         * gdb.base/sizeof.exp: Replace all uses of get_valueof
8022         by get_integer_valueof.
8023
8024 2009-02-13  Tom Tromey  <tromey@redhat.com>
8025
8026         * gdb.base/remote.exp (get_sizeof): Remove.
8027         * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
8028         * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
8029         * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
8030         * lib/gdb.exp (get_valueof): Move from long_long.exp.
8031         (get_sizeof): Likewise.
8032
8033 2009-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8034
8035         PR fortran/9806
8036         * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
8037
8038 2009-02-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
8039
8040         * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
8041
8042 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
8043
8044         * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
8045
8046 2009-02-06  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8047
8048         * gdb.python/python-cmd.exp: New file.
8049
8050 2009-02-06  Tristan Gingold  <gingold@adacore.com>
8051
8052         * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
8053
8054 2009-02-05  Tristan Gingold  <gingold@adacore.com>
8055
8056         * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
8057         pointer is dereferenced and use this signal name in regexp.
8058         * gdb.base/signull.exp: Ditto.
8059         * gdb.base/sigbpt.c (main): Catch SIGBUS too.
8060         * gdb.base/signull.c (main): Ditto.
8061
8062 2009-02-04  Tom Tromey  <tromey@redhat.com>
8063             Thiago Jung Bauermann  <bauerman@br.ibm.com>
8064
8065         * gdb.python/python-value.exp: Use `gdb.history' instead of
8066         `gdb.value_from_history'.
8067         (test_value_numeric_ops): Add test for conversion of enum constant.
8068         * gdb.python/python-value.c (enum e): New type.
8069         (evalue): New global.
8070         (main): Use argv.
8071
8072 2009-02-04  Jerome Guitton  <guitton@adacore.com>
8073
8074         * gdb.ada/uninitialized_vars: New test program.
8075         * gdb.ada/uninitialized_vars.exp: New testcase.
8076
8077 2009-02-02  Tom Tromey  <tromey@redhat.com>
8078
8079         * gdb.cp/cpcompletion.exp: Name the test "pr9594".
8080         * gdb.cp/pr2489.cc: Rename...
8081         * gdb.cp/pr9594.cc: ... to this.
8082
8083 2009-02-02  Tom Tromey  <tromey@redhat.com>
8084
8085         * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
8086         * gdb.cp/pr2489.cc: New file.
8087         * gdb.cp/cpcompletion.exp: New file.
8088
8089 2009-02-02  Tom Tromey  <tromey@redhat.com>
8090
8091         PR exp/9059:
8092         * gdb.cp/call-c.exp: Add regression test.
8093         * gdb.cp/call-c.cc (FooHandle): New typedef.
8094         (main): New variable 'handle'.
8095
8096 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
8097
8098         * lib/mi-support.exp (et_mi_thread_list)
8099         (check_mi_and_console_threads): Adjust for current thread in
8100         -thread-list-ids output.
8101
8102 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
8103
8104         * gdb.mi/mi-break.exp (test_disabled_creation): New.
8105         Call it.
8106
8107 2009-01-28  Doug Evans  <dje@google.com>
8108
8109         * gdb.arch/amd64-disp-step.S: New file.
8110         * gdb.arch/amd64-disp-step.exp: New file.
8111         * gdb.arch/i386-disp-step.S: New file.
8112         * gdb.arch/i386-disp-step.exp: New file.
8113
8114 2009-01-27  Pierre Muller  <muller@ics.u-strasbg.fr>
8115
8116         * gdb.base/find.exp: Set newline variable
8117         using quotes instead of braces to fix cygwin failures.
8118
8119 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
8120
8121         * gdb.base/radix.exp: Add tests to ensure that that set
8122         input-radix 0 and set output-radix 0 are really rejected.
8123
8124 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
8125
8126         * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
8127         copyright years.
8128
8129 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
8130
8131         PR gdb/9664:
8132         * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
8133
8134 2009-01-22  Pedro Alves  <pedro@codesourcery.com>
8135
8136         PR c++/9631:
8137         * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
8138
8139 2009-01-22  Pierre Muller  <muller@ics.u-strasbg.fr>
8140
8141         * gdb.server/file-transfer.exp: Use EXEEXT variable for
8142         binfile definition to fix Windows OS failure.
8143
8144 2009-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
8145
8146         PR gdb/9346
8147         * gdb.base/interrupt.c (sigint_handler): New.
8148         (main): Install a SIGINT handler if SIGNALS is defined.  Exit
8149         on error.
8150         * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
8151         Test "signal SIGINT".
8152
8153 2009-01-19  Doug Evans  <dje@google.com>
8154
8155         * gdb.base/break.exp: Update expected gdb output.
8156         * gdb.base/sepdebug.exp: Ditto.
8157         * gdb.mi/mi-syn-frame.exp: Ditto.
8158         * gdb.mi/mi2-syn-frame.exp: Ditto.
8159         * gdb.base/call-signal-resume.exp: New file.
8160         * gdb.base/call-signals.c: New file.
8161         * gdb.base/unwindonsignal.exp: New file.
8162         * gdb.base/unwindonsignal.c: New file.
8163         * gdb.threads/interrupted-hand-call.exp: New file.
8164         * gdb.threads/interrupted-hand-call.c: New file.
8165         * gdb.threads/thread-unwindonsignal.exp: New file.
8166
8167 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
8168
8169         * gdb.base/define.exp: Test defining and hooking prefix commands.
8170         * gdb.python/python.exp: Update test for "show user" output.
8171
8172 2009-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
8173
8174         * gdb.fortran/derived-type.exp: New variables int4 and real4.  Match
8175         now the output exactly, using less wildcards.  Expect also the output
8176         of gfortran-4.3.  Update for the f-valprint.c modification from
8177         2008-04-22.
8178         * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
8179         Remove gdb_test test names where matching the command.
8180
8181 2009-01-01  Pedro Alves  <pedro@codesourcery.com>
8182
8183         PR breakpoints/9681:
8184         * gdb.base/watchpoint.exp: Add regression test.
8185
8186 2008-12-31  Pedro Alves  <pedro@codesourcery.com>
8187
8188         * gdb.threads/attach-into-signal.exp: Don't use
8189         gdb_suppress_entire_file.
8190         * gdb.threads/attach-stopped.exp: Ditto.
8191         * gdb.threads/attachstop-mt.exp: Ditto.
8192
8193 2008-12-31  Pedro Alves  <pedro@codesourcery.com>
8194
8195         PR gdb/8812:
8196         * gdb.base/signal.exp: Change kfail to fail, and update PR number.
8197
8198 2008-12-29  Pedro Alves  <pedro@codesourcery.com>
8199
8200         PR gdb/7536:
8201         * gdb.base/radix.exp: Add tests to ensure invalid input radices
8202         and unsupported output radices are really rejected.
8203
8204 2008-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
8205
8206         * gdb.cp/punctuator.exp: Backslash the '$' signs.
8207
8208 2008-12-22  Tom Tromey  <tromey@redhat.com>
8209
8210         * gdb.cp/punctuator.exp: New file.
8211
8212 2008-12-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8213
8214         * gdb.base/completion.exp (Completing non-existing component): New test.
8215
8216 2008-12-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
8217
8218         Fix for PR gdb/8648.
8219         * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
8220         gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
8221         gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
8222         gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
8223
8224 2008-12-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
8225
8226         * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
8227
8228 2008-12-16  Christophe Lyon  <christophe.lyon@st.com>
8229
8230         * gdb.base/expand-psymtabs.c: Insert code in foo so that the
8231         compiler actually generate code at the expected line number.
8232
8233 2008-12-15  Jie Zhang  <jie.zhang@analog.com>
8234
8235         * gdb.base/consecutive.exp: Don't use global in gdb_expect.
8236
8237 2008-12-12  Tom Tromey  <tromey@redhat.com>
8238
8239         * gdb.base/commands.exp (redefine_hook_test): New proc.
8240         Call it.
8241
8242 2008-12-11  Tom Tromey  <tromey@redhat.com>
8243
8244         * gdb.base/macscp.exp: New regression test.
8245
8246 2008-12-11  Tom Tromey  <tromey@redhat.com>
8247
8248         * gdb.base/macscp.exp: Print "address.addr".
8249         * gdb.base/macscp1.c (struct outer): New struct.
8250         (address): New global.
8251
8252 2008-12-09  Tom Tromey  <tromey@redhat.com>
8253
8254         * gdb.base/commands.exp (redefine_backtrace_test): New proc.
8255         Call it.
8256
8257 2008-12-04  Doug Evans  <dje@google.com>
8258
8259         * gdb.server/ext-run.exp: Relax regexp for init program.
8260
8261 2008-12-03  Tristan Gingold  <gingold@adacore.com>
8262
8263         * gdb.base/macscp.exp: Generate an object file during compilation
8264         to work around Darwin dsymutil limitations.
8265
8266 2008-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8267
8268         Test resolving external references to TLS variables.
8269         * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
8270         FILE2_THREAD_LOCAL.
8271         (testfile2, srcfile2): New variables.
8272         * gdb.threads/tls.c (file2_thread_local)
8273         (function_referencing_file2_thread_local): New.
8274         * gdb.threads/tls2.c: New file.
8275
8276 2008-11-28  Joel Brobecker  <brobecker@adacore.com>
8277
8278         * gdb.ada/int_deref.exp: Convert the addresses into long_integer
8279         rather than integer, as integer might not be big enough when
8280         on 64bit targets.
8281
8282 2008-11-27  Jerome Guitton  <guitton@adacore.com>
8283
8284         * gdb.cp/formatted-ref.exp: Add equality test.
8285         * gdb.ada/formatted_ref.exp: Ditto.
8286
8287 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8288
8289         * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
8290         * gdb.base/start.exp: New comment about an alternative - `runto_main'.
8291
8292 2008-11-20  Andreas Schwab  <schwab@suse.de>
8293
8294         * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
8295         matching syscall entry point.
8296         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8297         (tcatch_vfork_then_child_follow): Likewise.  Finish through
8298         vfork even if we stopped at the syscall trampoline.
8299
8300 2008-11-20  Doug Evans  <dje@google.com>
8301
8302         * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
8303
8304 2008-11-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8305
8306         * gdb.arch/ppc-dfp.exp: New file.
8307         * gdb.arch/ppc-dfp.c: New file.
8308
8309 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
8310
8311         * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
8312
8313 2008-11-17  Doug Evans  <dje@google.com>
8314
8315         * gdb.mi/mi-syn-frame.exp: Update expected output.
8316         * gdb.mi/mi2-syn-frame.exp: Update expected output.
8317
8318 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
8319
8320         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
8321         "thread N" results in =thread-selected.
8322         * lib/mi-support (mi_run_cmd, mi_expect_stop)
8323         (mi_send_resuming_command_raw): Be prepared for
8324         =thread-selected.
8325
8326 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
8327
8328         * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
8329         * lib/mi-support.exp: Likewise.
8330
8331 2008-11-16  Joel Brobecker  <brobecker@adacore.com>
8332
8333         * gdb.base/help.exp: Remove the "catch load" and "catch unload"
8334         commands from the expected output for "help catch".
8335
8336 2008-11-15  Joel Brobecker  <brobecker@adacore.com>
8337
8338         * gdb.ada/int_deref.exp: New testcase.
8339
8340 2008-11-14  Nick Roberts  <nickrob@snap.net.nz>
8341
8342         * gdb.mi/gdb2549.exp: New file.
8343
8344 2008-11-11  Doug Evans  <dje@google.com>
8345
8346         * gdb.base/callexit.exp: New file.
8347         * gdb.base/callexit.c: New file.
8348
8349 2008-11-10  Doug Evans  <dje@google.com>
8350
8351         * lib/gdb.exp (GDBFLAGS): Move -nx ...
8352         (INTERNAL_GDBFLAGS): ... to here.  Move -nw to here as well.
8353         (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
8354         (default_gdb_start,default_gdb_exit): Ditto.
8355         * lib/mi-support.exp (default_mi_gdb_start): Ditto.
8356         (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
8357         * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
8358         * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
8359         * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
8360         * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
8361
8362 2008-11-03  Andreas Schwab  <schwab@suse.de>
8363
8364         * gdb.base/hashline2.exp: Fix typo.
8365         * gdb.base/hashline3.exp: Likewise.
8366
8367 2008-10-30  Tom Tromey  <tromey@redhat.com>
8368
8369         * gdb.base/pointers.exp: Add test.
8370         * gdb.base/pointers.c (k, S): New typedefs.
8371         (instance): New global.
8372
8373 2008-10-30  Andreas Schwab  <schwab@suse.de>
8374
8375         * gdb.base/args.exp: Add tests for newlines.
8376
8377 2008-10-30  Joel Brobecker  <brobecker@adacore.com>
8378
8379         gdb.base/foll-exec.exp: Update the expected output of a couple
8380         of "info breakpoints" tests.
8381
8382 2008-10-28  Tom Tromey  <tromey@redhat.com>
8383
8384         * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
8385
8386 2008-10-24  Pedro Alves  <pedro@codesourcery.com>
8387
8388         * gdb.python/python-value.exp (test_value_in_inferior): Don't use
8389         gdb_start_cmd.
8390         Use runto_main before any test that requires execution.
8391
8392 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
8393
8394         * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
8395         instead of SIGINT.
8396
8397 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
8398
8399         * gdb.base/completion.exp: Update expected output following
8400         the addition of the "info tasks" command.
8401
8402 2008-10-22  Tom Tromey  <tromey@redhat.com>
8403
8404         * gdb.base/exprs.exp (test_expr): Add test for string
8405         concatenation.
8406
8407 2008-10-19  Pedro Alves  <pedro@codesourcery.com>
8408
8409         * configure.ac: Output gdb.python/Makefile.
8410         * configure: Regenerate.
8411         * gdb.python/Makefile.in: New.
8412
8413 2008-10-16  Joel Brobecker  <brobecker@adacore.com>
8414
8415         * gdb.base/foll-fork.exp: Adjust the expected output to match
8416         the new description for fork/vfork catchpoints in the "info
8417         breakpoints" output.
8418
8419 2008-10-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
8420
8421         * Makefile.in: Add gdb.python to ALL_SUBDIRS.
8422
8423 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8424
8425         * gdb.python/python-value.c: New file.
8426         * gdb.python/python-value.exp: New file.
8427
8428 2008-10-15  Pedro Alves  <pedro@codesourcery.com>
8429
8430         * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
8431
8432 2008-10-15  Denis Pilat  <denis.pilat@st.com>
8433
8434         * gdb.cp/mb-ctor.exp: Fix a typo.
8435
8436 2008-10-09  Tom Tromey  <tromey@redhat.com>
8437
8438         * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
8439         'fprintf' and 'stderr'.
8440
8441 2008-10-07  Joel Brobecker  <brobecker@adacore.com>
8442
8443         * gdb.ada/ref_tick_size.exp: New testcase.
8444
8445 2008-10-06  Doug Evans  <dje@google.com>
8446
8447         * gdb.dwarf2/dw2-cu-size.exp: New file.
8448         * gdb.dwarf2/dw2-cu-size.S: New file.
8449
8450         * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
8451         .Ltype_int for clarity.
8452
8453 2008-10-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
8454
8455         PR gdb/2384:
8456         * gdb.cp/gdb2384.exp: Extended to test more cases.
8457         * gdb.cp/gdb2384.cc: Likewise.
8458         * gdb.cp/gdb2384-base.h: Likewise.
8459         * gdb.cp/gdb2384-base.cc: Likewise.
8460
8461 2008-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8462
8463         * gdb.base/maint.exp (maint print type): Remove printing
8464         UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
8465
8466 2008-09-30  Tom Tromey  <tromey@redhat.com>
8467
8468         * gdb.base/macscp.exp: Add completion tests.
8469         * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
8470         (TWENTY_THREE): Likewise.
8471         (FORTY_EIGHT): Likewise.
8472
8473 2008-09-30  Tom Tromey  <tromey@redhat.com>
8474
8475         * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
8476         everywhere.
8477         * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
8478
8479 2008-09-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
8480
8481         * gdb.threads/attachstop-mt.exp: Note a real testcase name this
8482         testcase is derived from.  Fix racy dependency on an expected PID
8483         number.  No longer support the testcase on Linux kernel 2.4.x.
8484
8485 2008-09-27  Tom Tromey  <tromey@redhat.com>
8486
8487         * gdb.base/macscp.exp: Add tests for stringification, splicing,
8488         and varargs.
8489
8490 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
8491
8492         * lib/mi-support.exp (mi_expect_interrupt): New.
8493         (mi_reverse_list, mi_check_thread_states): New, moved and renamed
8494         from gdb.mi/mi-nonstop.exp.
8495         * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
8496         * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
8497         lib/mi-support.exp.
8498         Use mi_check_thread_states throughout.  Avoid ".*" and do not
8499         require an anchor after -exec-run.
8500
8501 2008-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
8502
8503         * gdb.mi/mi-nonstop.exp: Do not check thread state while a
8504         stop is pending.  Avoid ".*" when two stops are pending.
8505         * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
8506         (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
8507         newlines in fullnames.
8508         * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
8509         (mi_expect_stop): Update comments.  Only anchor in sync mode.
8510         Do not match newlines.
8511         (mi_send_resuming_command_raw): Always return status.
8512         (mi_get_stop_line): Do not match more than one line by accident.
8513         Only anchor in sync mode.
8514         (mi_run_inline_test): If -exec-next fails, give up.
8515
8516 2008-09-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8517
8518         * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
8519         on SPU.
8520
8521 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
8522
8523         * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
8524
8525 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
8526
8527         * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
8528         gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
8529         gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
8530         gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
8531         gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
8532         gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
8533         gdb.ada/interface.exp, gdb.ada/null_array.exp,
8534         gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
8535         gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
8536         gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
8537         gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
8538         Include the "= " sequence in the expected output of print tests.
8539
8540 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
8541
8542         * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
8543         description for boolean types.
8544
8545 2008-09-09  Pedro Alves  <pedro@codesourcery.com>
8546
8547         * gdb.base/hook-stop-continue.c: New.
8548         * gdb.base/hook-stop-continue.exp: New.
8549
8550 2008-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
8551
8552         * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
8553
8554 2008-09-08  Jerome Guitton  <guitton@adacore.com>
8555
8556         * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
8557         (stack_check_probe_2, stack_check_probe_loop_1)
8558         (stack_check_probe_loop_2): New functions.
8559         (main): Add call to these new functions.
8560         * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
8561         functions, check that the breakpoint is inserted at the appropriate
8562         location.
8563         (insert_breakpoint): Slightly refine this procedure so that it can
8564         be called several times in the test.
8565
8566 2008-09-08  Jerome Guitton  <guitton@adacore.com>
8567
8568         * gdb.base/stack-checking.c: New file.
8569         * gdb.base/stack-checking.exp: New file.
8570
8571 2008-09-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8572
8573         * gdb.arch/altivec-abi.exp: Remove extra verbose call.
8574         * gdb.arch/altivec-regs.exp: Likewise.
8575         * gdb.arch/vsx-regs.exp: Likewise.
8576
8577 2008-09-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8578
8579         * gdb.arch/ppc-fp.exp: New file.
8580         * gdb.arch/ppc-fp.c: New file.
8581
8582 2008-09-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
8583
8584         *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
8585         lest gcc-4.3.1 optimizes the whole thing away.
8586
8587 2008-09-04  Michael Snyder  <msnyder@vmware.com>
8588
8589         * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
8590         as "at" (for non-debug functions such as _start).
8591
8592 2008-09-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8593
8594         * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
8595         * gdb.base/watchpoint-solib.exp: Likewise.  Update tests to handle
8596         software watchpoints.
8597         * gdb.base/watch_thread_num.exp: Likewise.
8598
8599 2008-09-03  Aleksandar Ristovski  <aristovski@qnx.com>
8600
8601         * gdb.arch/i386-bp_permanent.exp: New test.
8602
8603 2008-08-24  Tom Tromey  <tromey@redhat.com>
8604
8605         * gdb.base/maint.exp: Update "maint print type".
8606
8607 2008-08-21  Vladimir Prus  <vladimir@codesourcery.com>
8608
8609         * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
8610         support.  Adjust the order of "*running" notifications.
8611         * gdb.mi/non-stop.c: Don't cast from int to void* and
8612         back.
8613
8614 2008-08-20  Mark Kettenis  <kettenis@gnu.org>
8615
8616         * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
8617         expect to find it in the "info frame" output.
8618
8619 2008-08-20  Daniel Jacobowitz  <dan@codesourcery.com>
8620
8621         * gdb.base/interp.exp: Always consume both prompts.
8622
8623 2008-08-20  Pedro Alves  <pedro@codesourcery.com>
8624
8625         * gdb.base/pending.exp: Test pending breakpoints without symbols
8626         loaded.
8627
8628 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
8629
8630         * lib/mi-support.exp (mi_expect_stop): Produce
8631         more details on failures.
8632         * gdb.mi/mi-nonstop.exp: New.
8633         * gdb.mi/non-stop.c: New.
8634
8635 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
8636
8637         * gdb.mi/mi-async.exp: Use 'set target-async'.
8638         * lib/mi-support.exp: Use 'set/show target-async'.
8639
8640 2008-08-18  Daniel Jacobowitz  <dan@codesourcery.com>
8641
8642         * gdb.arch/powerpc-prologue.exp: Correct saved registers.
8643
8644 2008-08-17  Tom Tromey  <tromey@redhat.com>
8645
8646         * gdb.base/help.exp (help catch): Rewrite.
8647
8648 2008-08-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8649
8650         * gdb.base/define.exp: Test indented command documentation.
8651         * gdb.python/python.exp: Test indented multi-line command.
8652
8653 2008-08-15  Luis Machado  <luisgpm@br.ibm.com>
8654
8655         * testsuite/gdb.arch/vsx-regs.c: New source file.
8656         * testsuite/gdb.arch/vsx-regs.exp: New testcase.
8657         * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
8658
8659 2008-08-14  Tom Tromey  <tromey@redhat.com>
8660
8661         * gdb.base/macscp.exp: Add regression test for "macro define" or
8662         "macro undef" with no arguments.
8663
8664 2008-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
8665
8666         * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
8667
8668 2008-08-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8669
8670         * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
8671
8672 2008-08-06  Tom Tromey  <tromey@redhat.com>
8673
8674         * gdb.python/python.exp: New file.
8675
8676 2008-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8677
8678         Fix for PR gdb/1543.
8679         * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
8680         $LOCATION.
8681         (location): New variable.
8682         * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
8683         config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
8684         config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
8685         config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
8686         gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
8687         gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
8688         gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
8689         gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
8690         gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
8691         gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
8692         gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
8693         gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
8694         gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
8695         gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
8696         gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
8697         gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
8698         gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
8699         gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
8700         gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
8701         gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
8702         gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
8703         gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
8704         gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
8705         gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
8706         gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
8707         gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
8708         gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
8709         gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
8710         gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
8711         gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
8712         gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
8713         gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
8714         gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
8715         gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
8716         gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
8717         gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
8718         gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
8719         gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
8720         gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
8721         gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
8722         gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
8723         gdb.base/type-opaque.exp, gdb.base/until.exp,
8724         gdb.base/value-double-free.c, gdb.base/varargs.exp,
8725         gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
8726         gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
8727         gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
8728         gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
8729         gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
8730         gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
8731         gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
8732         gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
8733         gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
8734         gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
8735         gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
8736         gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
8737         gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
8738         gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
8739         gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
8740         gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
8741         gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
8742         gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
8743         gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
8744         gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
8745         gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
8746         gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
8747         gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
8748         gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
8749         gdb.pascal/types.exp, gdb.stabs/weird.exp,
8750         gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
8751         gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
8752         gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
8753         gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
8754         gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
8755         gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
8756         gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
8757         gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
8758         gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
8759         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
8760         gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
8761         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
8762         lib/mi-support.exp, lib/trace-support.exp: Remove reference
8763         to bug-gdb@prep.ai.mit.edu .
8764
8765 2008-07-31  Vladimir Prus  <vladimir@codesourcery.com>
8766
8767         * lib/mi-support.exp (mi_load_shlibs): New.
8768         * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
8769
8770 2008-07-30  Vladimir Prus  <vladimir@codesourcery.com>
8771
8772         * lib/mi-support.exp (get_mi_thread_list)
8773         (check_mi_and_console_threads): New, moved from ...
8774         * gdb.mi/mi-pthread.exp: ...here.
8775         * gdb.mi/gdb669.exp (get_mi_thread_list)
8776         (check_mi_and_console_threads): Delete.
8777         * gdb.mi/mi2-pthread.exp: Likewise.
8778
8779 2008-07-28  Tom Tromey  <tromey@redhat.com>
8780
8781         * Makefile.in (just-check): Remove.  Move body to...
8782         (check): ... here.
8783
8784 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
8785
8786         * gdb.threads/manythreads.exp: Use remote_expect instead of after.
8787         Add a test for duplicated SIGINTs.
8788
8789 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
8790
8791         * gdb.threads/schedlock.exp (get_args): Update to work for any
8792         value of NUM.
8793         (Top level): Report the number of threads that did not resume.
8794
8795 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
8796
8797         * gdb.dwarf2/dw2-compressed.S: Also define __start.
8798
8799 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
8800
8801         * lib/mi-support.exp (default_mi_gdb_start): Remove check for
8802         non-MI prompt.
8803
8804 2008-07-26  Tom Tromey  <tromey@redhat.com>
8805
8806         * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
8807         (function_struct, function_struct_ptr): New globals.
8808         * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
8809         function pointer in a struct.
8810
8811 2008-07-26  Tom Tromey  <tromey@redhat.com>
8812
8813         * gdb.base/macscp.exp: Add test for macro lexing bug.
8814
8815 2008-07-18  Tom Tromey  <tromey@redhat.com>
8816
8817         * gdb.base/macscp.exp: Add macro tests.
8818
8819 2008-07-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
8820
8821         * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
8822
8823 2008-07-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
8824
8825         * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
8826
8827 2008-07-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
8828
8829         * gdb.cp/class2.exp: fix for failure on spu-elf
8830
8831 2008-07-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
8832
8833         * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
8834
8835 2008-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8836
8837         * gdb.base/randomize.exp: Catch non-Linux targets as untested.
8838
8839 2008-07-12  Vladimir Prus  <vladimir@codesourcery.com>
8840
8841         * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
8842
8843 2008-07-11  Kevin Buettner  <kevinb@redhat.com>
8844
8845         * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
8846         of regexp to account for changes made to GDB in the printing of
8847         byte vectors.
8848
8849 2008-07-11  Tom Tromey  <tromey@redhat.com>
8850
8851         * gdb.base/completion.exp: Add 'help' completion test.
8852
8853 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8854
8855         * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
8856
8857 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8858
8859         * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
8860
8861 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
8862
8863         * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
8864
8865 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
8866
8867         * gdb.base/fullname.exp: Restore pwd if compiling failed.
8868
8869 2008-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
8870
8871         * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
8872
8873 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
8874
8875         * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
8876         previous commit.  Add a comment.
8877
8878 2008-06-28  Pedro Alves  <pedro@codesourcery.com>
8879
8880         * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
8881
8882 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
8883
8884         * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
8885
8886 2008-06-27  Pedro Alves  <pedro@codesourcery.com>
8887
8888         * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
8889         (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
8890         compiling an executable, link in an object that forces unbuffered
8891         output.
8892         * lib/set_unbuffered_mode.c: New file.
8893
8894 2008-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8895
8896         * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
8897
8898 2008-06-25  Vladimir Prus  <vladimir@codesourcery.com>
8899
8900         * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
8901         mi_expect_stop.
8902         * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
8903         Demand that *running is output.
8904         (detect_async): Perform checking every time.
8905         (mi_send_resuming_command): Extract everything into...
8906         (mi_send_resuming_command_raw): ...this.
8907         (mi_expect_stop): Don't accept any output before *stopped.
8908
8909 2008-06-13  Vladimir Prus  <vladimir@codesourcery.com>
8910
8911         Robustify mi-simplerun.
8912         * gdb.mi/basics.c (main): Add a call to sleep.
8913         * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
8914         * gdb.mi/mi2-cli.exp: Likewise.
8915         * gdb.mi/mi-break.exp: Likewise.
8916
8917 2008-06-11  Vladimir Prus  <vladimir@codesourcery.com>
8918
8919         * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
8920
8921 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
8922
8923         * gdb.mi/mi-console.exp: Adjust.
8924         * gdb.mi/mi-syn-frame.exp: Adjust.
8925         * gdb.mi/mi2-console.exp: Adjust.
8926         * gdb.mi/mi2-syn-frame.exp: Adjust.
8927         * lib/mi-support.exp (mi_run_cmd): Adjust.
8928         (mi_send_resuming_command): Adjust.
8929
8930 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
8931
8932         * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
8933         * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
8934         testing of stopped.
8935         * gdb.mi/mi2-syn-frame.exp: Likewise.
8936         * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
8937         (async, detect_async): New.
8938         (mi_expect_stop, mi_continue_to_line): Adjust expectation
8939         depending on if we're running in sync or async mode.
8940
8941 2008-06-09  Tom Tromey  <tromey@redhat.com>
8942
8943         * gdb.base/completion.exp: New tests for field name completion
8944         with spaces, and field name completion with '->'.
8945
8946 2008-06-06  Tom Tromey  <tromey@redhat.com>
8947
8948         * gdb.base/break1.c (struct some_struct): New struct.
8949         (values): New global.
8950         * gdb.base/completion.exp: Add field name completion test.
8951
8952 2008-06-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
8953
8954         * gdb.cp/call-c.exp: Test for incorrect handling of reference
8955         to pointer.
8956         * gdb.cp/call-c.cc: Likewise.
8957
8958 2008-06-06  Nick Roberts  <nickrob@snap.net.nz>
8959
8960         * gdb.base/annota1.exp (thread_switch): Test for thread-changed
8961         annotation.
8962
8963 2008-06-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
8964             Pedro Alves  <pedro@codesourcery.com>
8965
8966         * gdb.threads/execl.c, gdb.threads/execl1.c,
8967         gdb.threads/execl.exp: New tests.
8968
8969 2008-06-05  Aleksandar Ristovski  <aristovski@qnx.com>
8970             Daniel Jacobowitz  <dan@codesourcery.com>
8971
8972         * gdb.cp/exception.exp: Activate test, make it work with pending
8973         catchpoints.
8974
8975 2008-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8976
8977         * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
8978
8979 2008-05-28  Vladimir Prus  <vladimir@codesourcery.com>
8980
8981         * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
8982         now printed.
8983         * gdb.mi/mi2-var-cmd.exp: Likewise.
8984
8985 2008-05-27  Andreas Schwab  <schwab@suse.de>
8986
8987         * gdb.base/frame-args.exp: Handle arguments that are optimized
8988         out.
8989
8990 2008-05-26  Luis Machado  <luisgpm@br.ibm.com>
8991
8992         * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
8993         quiet for ppc32 and group options into a single variable.
8994
8995 2008-05-23  Joel Brobecker  <brobecker@adacore.com>
8996
8997         * gdb.ada/null_array/foo.adb: Add multi-dimensional array
8998         of zero-size elements.
8999         * gdb.ada/null_array.exp: Test printing this new array.
9000
9001 2008-05-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9002
9003         * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
9004
9005 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
9006
9007         * gdb.base/finish.exp: Test that "fin" works as an abbreviation
9008         of the "finish" command.
9009
9010 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
9011
9012         * gdb.base/annota1.exp: Test for new annotation.
9013
9014 2008-05-16  Pedro Alves  <pedro@codesourcery.com>
9015
9016         * gdb.base/fixsection.exp: New file.
9017         * gdb.base/fixsection0.c: New file.
9018         * gdb.base/fixsection1.c: New file.
9019
9020 2008-05-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9021
9022         * gdb.base/annota1.exp: Accept printf@... in place of printf.
9023         * gdb.base/annota3.exp: Likewise.
9024
9025 2008-05-13  Nathan Froyd  <froydnj@codesourcery.com>
9026
9027         * gdb.base/watch_thread_num.exp: Don't run tests that require
9028         watchpoints if the target doesn't support them.
9029
9030 2008-05-12  Doug Evans  <dje@google.com>
9031
9032         * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
9033
9034 2008-05-09  Joel Brobecker  <brobecker@adacore.com>
9035
9036         * gdb.ada/assign_1.exp: New testcase.
9037
9038 2008-05-09  Doug Evans  <dje@google.com>
9039
9040         * gdb.base/find.exp: New file.
9041         * gdb.base/find.c: New file.
9042
9043 2008-05-08  Daniel Jacobowitz  <dan@codesourcery.com>
9044
9045         * gdb.base/commands.exp (watchpoint_command_test): Handle
9046         gdb,no_hardware_watchpoints.
9047         * gdb.base/float.exp: Allow ARM targets without floating point.
9048         * gdb.base/step-test.exp: Allow callee@plt when stepping in.
9049
9050 2008-05-06  Jerome Guitton  <guitton@adacore.com>
9051             Joel Brobecker  <brobecker@adacore.com>
9052
9053         * gdb.ada/lang_switch: New test program.
9054         * gdb.ada/lang_switch.exp: New testcase.
9055
9056 2008-05-05  Doug Evans  <dje@google.com>
9057
9058         * gdb.base/help.exp (disassemble): Update expected help text.
9059
9060 2008-05-04  Pedro Alves  <pedro@codesourcery.com>
9061
9062         * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
9063
9064 2008-05-04  Pedro Alves  <pedro@codesourcery.com>
9065
9066         * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
9067         different times.
9068
9069 2008-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9070
9071         * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
9072         * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
9073         `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
9074         * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
9075
9076 2008-05-04  Vladimir Prus  <vladimir@codesourcery.com>
9077
9078         * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
9079         notification to appear.
9080
9081 2008-05-04  Daniel Jacobowitz  <dan@debian.org>
9082
9083         * gdb.base/fullname.c: New file.
9084         * gdb.base/fullname.exp: New file.
9085         * lib/gdb.exp (gdb_breakpoint): Support no-message option.
9086
9087 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
9088
9089         * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
9090         expressions with macros.
9091
9092 2008-05-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9093
9094         * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
9095
9096 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
9097
9098         * gdb.base/completion.exp: Handle lack of other symbols beginning
9099         with "a".
9100
9101         * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
9102
9103 2008-05-02  Jim Blandy  <jimb@codesourcery.com>
9104
9105         * gdb.asm/asmsrc1.s: Add scratch space.
9106
9107 2008-05-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9108             Daniel Jacobowitz  <dan@codesourcery.com>
9109
9110         * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
9111         gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
9112         gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
9113
9114 2007-05-01  Daniel Jacobowitz  <dan@codesourcery.com>
9115
9116         * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
9117
9118 2008-05-01  Joel Brobecker  <brobecker@adacore.com>
9119
9120         * gdb.base/info-target.exp: New testcase.
9121
9122 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
9123
9124         * gdb.cp/hang.exp: Use .cc instead of .C.
9125         * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
9126         * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
9127
9128 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
9129
9130         * gdb.base/gdb1250.exp: Remove perror.
9131         * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
9132
9133 2008-04-30  Pedro Alves  <pedro@codesourcery.com>
9134
9135         * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
9136         .2byte.
9137
9138 2008-04-25  Daniel Jacobowitz  <dan@codesourcery.com>
9139
9140         * gdb.base/macscp.exp: Enable kfails.  Compile with -g3 for GCC.
9141         (maybe_kfail): New.
9142
9143 2008-04-25  Pedro Alves  <pedro@codesourcery.com>
9144
9145         * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
9146
9147 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
9148
9149         * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
9150         * gdb.mi/mi2-syn-frame.exp: Likewise.
9151         * lib/mi-support.exp: Likewise.
9152
9153 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
9154
9155         * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
9156         to specify regexp for the location to stop at.
9157         * gdb.base/break-always.c: New.
9158         * gdb.base/break-always.exp: New.
9159
9160 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
9161
9162         * lib/mi-support.exp (mi_runto_helper): Adjust
9163         for the original-location field.
9164         (mi_create_breakpoint, mi_list_breakpoints): New.
9165         * gdb.mi/mi-break.exp: Adjust.
9166         * gdb.mi/mi2-break.exp: Adjust.
9167         * gdb.mi/mi-pending.exp: Adjust.
9168         * gdb.mi/mi-simplerun.exp: Adjust.
9169         * gdb.mi/mi2-simplerun.exp: Adjust.
9170         * gdb.mi/mi-syn-frame.exp: Adjust.
9171         * gdb.mi/mi2-syn-frame.exp: Adjust.
9172         * gdb.mi/mi-until.exp: Adjust.
9173         * gdb.mi/mi2-until.exp: Adjust.
9174         * gdb.mi/mi-var-display.exp: Adjust.
9175         * gdb.mi/mi2-var-display.exp: Adjust.
9176         * gdb.mi/mi-watch.exp: Adjust.
9177         * gdb.mi/mi2-watch.exp: Adjust.
9178
9179 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
9180
9181         * aclocal.m4: Add override.m4.
9182         * configure: Regenerate.
9183
9184 2008-04-19  Vladimir Prus  <vladimir@codesourcery.com>
9185
9186         * gdb.mi/var-cmd.c (do_at_tests): Verify that
9187         '-var-update --all-values' reports new value even the type
9188         of a variable object has changed.
9189
9190 2008-04-18  Craig Silverstein  <csilvers@google.com>
9191
9192         * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
9193         files.
9194
9195 2008-04-18  Joel Brobecker  <brobecker@adacore.com>
9196
9197         * gdb.ada/atomic_enum: New test program.
9198         * gdb.ada/atomic_enum.exp: New testcase.
9199
9200 2008-04-17  Doug Evans  <dje@google.com>
9201
9202         * gdb.opt/Makefile.in: Fix whitespace.
9203
9204 2008-04-17  Daniel Jacobowitz  <dan@codesourcery.com>
9205
9206         * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
9207
9208 2008-04-17  Doug Evans  <dje@google.com>
9209
9210         * gdb.base/hashline1.exp: New testcase.
9211         * gdb.base/hashline2.exp: New testcase.
9212         * gdb.base/hashline2.exp: New testcase.
9213
9214 2008-04-17  Pedro Alves  <pedro@codesourcery.com>
9215
9216         * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
9217
9218 2008-04-15  Aleksandar Ristovski  <aristovski@qnx.com>
9219
9220         * gdb.base/attach.exp (do_attach_tests): Matching pattern for
9221         temporary breakpoint to match "Temporary breakpoint".
9222         * gdb.base/break.exp (delete_breakpoints): Likewise.
9223         * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
9224         * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
9225         * gdb.base/display.exp: Likewise.
9226         * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
9227         * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
9228         * gdb.base/restore.exp (restore_tests): Likewise.
9229         * gdb.base/sepdebug.exp: Likewise.
9230         * gdb.base/watchpoint.exp: Likewise.
9231         * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
9232         * gdb.mi/mi-pending.exp: Likewise.
9233         * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
9234         * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
9235         * gdb.mi/mi-var-cmd.exp: Likewise.
9236         * gdb.mi/mi-var-display.exp: Likewise.
9237         * gdb.mi/mi2-cli.exp: Likewise.
9238         * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
9239         * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
9240         * gdb.mi/mi2-var-display.exp: Likewise.
9241         * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
9242         * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
9243         new "disp" field.
9244         (mi_expect_stop): Move after_reason argument to be really after
9245         reason. This is to support fix for PR2424.
9246
9247 2008-04-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9248
9249         * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
9250
9251 2008-04-13  Vladimir Prus  <vladimir@codesourcery.com>
9252
9253         * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
9254         field.  Add more floating varobj tests.
9255         * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
9256         field.
9257         * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
9258         (main): Call do_at_tests.
9259         * lib/mi-support.exp (mi_create_floating_varobj)
9260         (mi_varobj_update_with_type_change): New.
9261
9262 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
9263
9264         * gdb.mi/mi2-var-display.exp: Added tests for the new -f
9265         option of -var-evaluate-expression.
9266         * gdb.mi/mi2-var-display.exp: Likewise.
9267
9268 2008-04-07  Vladimir Prus  <vladimir@codesourcery.com>
9269
9270         Introduce test setup helpers.
9271         * lib/gdb.exp (build_executable, clean_restart)
9272         (prepare_for_testing): New.
9273         * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
9274         * gdb.base/return.exp: Likewise.
9275         * gdb.base/ending-run.exp: Likewise.
9276
9277 2008-04-07  Nick Roberts  <nickrob@snap.net.nz>
9278
9279         * gdb.mi/mi-async.exp: New test for asynchronous Machine
9280         Interface (MI) responses.
9281
9282 2008-04-06  Vladimir Prus  <vladimir@codesourcery.com>
9283
9284         * gdb.cp/breakpoint.cc: New code to test conditions involving
9285         member variables.
9286         * gdb.cp/breakpoint.exp: Test condition involving member
9287         variables.
9288
9289 2008-04-05  Vladimir Prus  <vladimir@codesourcery.com>
9290
9291         * lib/mi-support.exp (mi_expect_stop): New.
9292         (mi_run_cmd): Change the
9293         token.  Use mi_send_resuming_command, use
9294         mi_expect_stop.
9295         (mi_execute_to_helper): Rename to mi_execute_to.
9296         (mi_send_resuming_command): Add more error patterns.
9297         (mi_wait_for_stop): Renamed to...
9298         (mi_get_stop_line): ...this.
9299         (mi_run_inline_test): Adjust.
9300
9301         * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
9302         * gdb.mi/mi-console.exp: Likewise.
9303         * gdb.mi/mi-pending.exp: Likewise.
9304         * gdb.mi/mi-simplerun.exp: Likewise.
9305         * gdb.mi/mi-stack.exp: Likewise.
9306         * gdb.mi/mi-stepi.exp: Likewise.
9307         * gdb.mi/mi-syn-frame.exp: Add comment.
9308         * gdb.mi/mi-until.exp: Likewise.
9309         * gdb.mi/mi-var-display.exp: Likewise.
9310         * gdb.mi/mi-watch.exp: Likewise.
9311         * gdb.mi/mi2-cli.exp: Likewise.
9312         * gdb.mi/mi2-console.exp: Likewise.
9313         * gdb.mi/mi2-simplerun.exp: Likewise.
9314         * gdb.mi/mi2-stack.exp: Likewise.
9315         * gdb.mi/mi2-stepi.exp: Likewise.
9316         * gdb.mi/mi2-until.exp: Likewise.
9317         * gdb.mi/mi2-var-display.exp: Likewise.
9318         * gdb.mi/mi2-watch.exp: Likewise.
9319
9320 2008-04-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9321
9322         * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
9323
9324         * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
9325
9326 2008-04-04  Pedro Alves  <pedro@codesourcery.com>
9327
9328         * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
9329         gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
9330         gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
9331         gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
9332         gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
9333         gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
9334         expect an mi error duplicated in stderr.
9335
9336 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
9337
9338         * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
9339         * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
9340         Add a couple of tests that verify the behavior when the new setting
9341         is set to "cancel" and "all".
9342         * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
9343         "ask" before we start the testing.
9344
9345 2008-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
9346
9347         * gdb.cp/casts.cc: Add class reference variables.
9348         * gdb.cp/casts.exp: New test cases for up/down casting references.
9349
9350 2008-04-01  Marc Khouzam  <marc.khouzam@ericsson.com>
9351
9352         * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
9353         instead of beginning to make an extra test pass.
9354         * gdb.mi/mi2-var-display.exp: Likewise.
9355
9356 2008-03-31  Maciej W. Rozycki  <macro@mips.com>
9357
9358         * gdb.base/break.exp: Mark failures as such.  Fix formatting.
9359
9360 2008-03-31  Markus Deuling  <deuling@de.ibm.com>
9361             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9362
9363         * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
9364         value.  Add xfail for older kernels.
9365
9366 2008-03-28  Aleksandar Ristovski  <aristovski@qnx.com>
9367
9368         Bring mi-support in line with gdb.exp.
9369         * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
9370         (mi_gdb_start): New function.
9371
9372 2008-03-28  Maciej W. Rozycki  <macro@mips.com>
9373
9374         * gdb.mi/mi-var-cmd.exp: Fix a typo.
9375
9376 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
9377
9378         * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
9379         * gdb.mi/mi2-var-display.exp: Likewise.
9380
9381 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
9382
9383         * lib/mi-support.exp (mi_create_varobj_checked): New.
9384         (mi_list_varobj_children): Allow to check for a
9385         value.
9386         (mi_list_array_varobj_children): New.
9387
9388         * gdb.mi/mi-var-child.exp: Use mi_create_varobj
9389         and mi_list_varobj_children, as opposed to hardcoding
9390         expected strings.
9391         * gdb.mi/gdb701.exp: Likewise.
9392         * gdb.mi/gdb792.exp: Likewise.
9393         * gdb.mi/mi-var-block.exp: Likewise.
9394         * gdb.mi/mi-var-cmd.exp: Likewise.
9395         * gdb.mi/mi-var-invalidate.exp: Likewise.
9396         * gdb.mi/mi2-var-block.exp: Likewise.
9397         * gdb.mi/mi2-var-child.exp: Likewise.
9398         * gdb.mi/mi2-var-cmd.exp: Likewise.
9399         * gdb.mi/mi2-var-display.exp: Likewise.
9400
9401 2008-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
9402
9403         Fix random false FAILs on i386.
9404         * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
9405
9406 2008-03-23  Daniel Jacobowitz  <dan@codesourcery.com>
9407
9408         PR gdb/544
9409         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
9410
9411 2008-03-23  Daniel Jacobowitz  <dan@codesourcery.com>
9412
9413         PR gdb/544
9414         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
9415
9416 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
9417
9418         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
9419         fixed PR gdb/544.
9420
9421 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
9422
9423         * gdb.threads/fork-child-threads.exp: Test next over fork.
9424
9425 2008-03-21  Chris Demetriou  <cgd@google.com>
9426
9427         * gdb.base/break.exp (rbreak junk): New test for rbreak
9428         "Junk at end of arguments" issue.
9429
9430 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
9431
9432         * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
9433         *& to work on created array elements.
9434         (Top level): Test print $pc with a file.  Test string operations
9435         without a target.
9436         * gdb.base/ptype.exp: Do not expect *& to work on created array
9437         elements.
9438
9439 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
9440
9441         * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
9442         gdb.threads/staticthreads.exp: Update exit query.
9443
9444 2008-03-07  Sandra Loosemore  <sandra@codesourcery.com>
9445
9446         * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
9447
9448 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
9449
9450         * gdb.base/watchpoint.c (global_ptr, func4): New.
9451         (main): Call func4.
9452         * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
9453         (test_inaccessible_watchpoint): New.
9454
9455 2008-02-29  Maciej W. Rozycki  <macro@mips.com>
9456
9457         * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
9458         select the largest.
9459
9460 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
9461
9462         * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
9463         frames-invalid annotations.
9464
9465 2008-02-28  Pierre Muller  <muller@ics.u-strasbg.fr>
9466
9467         * gdb.base/assign.exp: avoid same output for different tests.
9468
9469 2008-02-27  Doug Evans  <dje@google.com>
9470
9471         * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
9472         for bug 1738.
9473         (breakpoint_to_handler_entry): Ditto.
9474
9475 2008-02-27  Joel Brobecker  <brobecker@adacore.com>
9476
9477         * gdb.base/ending-run.exp: Use the first line of code inside
9478         function body to test breakpoints.
9479         * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
9480         location where the breakpoint is inserted when using the line
9481         where a function is declared. Fix typo in the description of
9482         one of the tests.
9483         * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
9484
9485 2008-02-27  Pierre Muller  <muller@ics.u-strasbg.fr>
9486
9487         * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
9488         tests.
9489
9490 2008-02-27  Pierre Muller  <muller@ics.u-strasbg.fr>
9491
9492         * gdb.base/args.exp: avoid same output for tests
9493         with single quotes.
9494
9495 2008-02-26  Vladimir Prus  <vladimir@codesourcery.com>
9496
9497         * gdb.base/annota1.exp: Adjust for 'info break'
9498         format changes.
9499         * gdb.base/annota3.exp: Likewise.
9500         * gdb.base/break.exp: Likewise.
9501         * gdb.base/condbreak.exp: Likewise.
9502         * gdb.base/pending.exp: Likewise.
9503         * gdb.base/sepdebug.exp: Likewise.
9504         * gdb.base/unload.exp: Likewise.
9505         * gdb.cp/ovldbreak.exp: Likewise.
9506         * gdb.mi/mi-pending.exp: Likewise.
9507
9508 2008-02-07  Doug Evans  <dje@google.com>
9509
9510         * gdb.cp/mb-inline.exp: New.
9511         * gdb.cp/mb-inline.h: New.
9512         * gdb.cp/mb-inline1.cc: New.
9513         * gdb.cp/mb-inline2.cc: New.
9514
9515 2008-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
9516
9517         * gdb.pascal/floats.pas: New test program.
9518         * gdb.pascal/floats.exp: New testcase.
9519
9520 2008-02-06  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9521
9522         * gdb.base/callfuncs.c (t_float_many_args): New function.
9523         (t_double_many_args): New function.
9524         * gdb.base/callfuncs.exp: Add tests for exceeding float
9525         and double parameters passed through the stack.
9526
9527 2008-02-05  Joel Brobecker  <brobecker@adacore.com>
9528
9529         * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
9530         gdb.ada/complete/foo.adb: New files.
9531         * gdb.ada/complete.exp: New testcase.
9532
9533 2008-02-03  Doug Evans  <dje@google.com>
9534
9535         * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
9536
9537         * gdb.cp/gdb2384.exp: New file.
9538         * gdb.cp/gdb2384.cc: New file.
9539         * gdb.cp/gdb2384-base.h: New file.
9540         * gdb.cp/gdb2384-base.cc: New file.
9541
9542 2008-02-02  Doug Evans  <dje@google.com>
9543
9544         * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
9545
9546 2007-02-01  Joel Brobecker  <brobecker@adacore.com>
9547
9548         * gdb.ada/sym_print_name: New test program.
9549         * gdb.ada/sym_print_name.exp: New testcase.
9550
9551 2007-02-01  Joel Brobecker  <brobecker@adacore.com>
9552
9553         * gdb.ada/nested/hello.adb: New file.
9554         * gdb.ada/nested.exp: New testcase.
9555         * gdb.ada/Makefile.in (EXECUTABLES): Update list.
9556
9557 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
9558
9559         * gdb.mi/basic.c (return_1): New function.
9560         * gdb.mi/mi-break.exp: Make sure that failed -break-insert
9561         don't cause future evaluations of function to report
9562         creation of internal breakpoints.
9563
9564 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
9565
9566         * gdb.mi/mi-break.exp (test_error): New.
9567         Call it.
9568
9569 2008-01-31  Luis Machado  <luisgpm@br.ibm.com>
9570
9571         * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
9572         * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
9573
9574 2008-01-31  Pierre Muller  <muller@ics.u-strasbg.fr>
9575
9576         * gdb.pascal/integers.pas: New test program.
9577         * gdb.pascal/integers.exp: New testcase.
9578
9579 2008-01-31  Pierre Muller  <muller@ics.u-strasbg.fr>
9580
9581         * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
9582
9583 2008-01-30  Luis Machado  <luisgpm@br.ibm.com>
9584
9585         * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
9586         * gdb.arch/powerpc-d128-regs.c: New testcase source file.
9587
9588 2008-01-30  Paul Hilfinger  <hilfinger@adacore.com>
9589
9590         * gdb.ada/formatted_ref: New test program.
9591         * gdb.ada/formatted_ref.exp: New testcase.
9592
9593         * gdb.cp/formatted-ref.cc: New file.
9594         * gdb.cp/formatted-ref.exp: New testcase.
9595
9596 2008-01-30  Joel Brobecker  <brobecker@adacore.com>
9597
9598         * gdb.base/ptype.exp: Add testing of "ptype $pc".
9599
9600 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
9601
9602         * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
9603         (test_file_list_exec_source_file): Update to new macro-info field.
9604
9605 2008-01-30  Paul N. Hilfinger  <hilfinger@adacore.com>
9606
9607         * gdb.ada/exprs: New test program.
9608         * gdb.ada/exprs.exp: New testcase.
9609
9610 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9611
9612         * dfp-test.c (DELTA, DELTA_B): New definitions.
9613         (double_val1, double_val2, double_val3, double_val4, double_val5,
9614         double_val6, double_val7, double_val8, double_val9, double_val10,
9615         double_val11, double_val12, double_val13, double_val14, dec32_val1,
9616         dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
9617         dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
9618         dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
9619         dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
9620         dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
9621         dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
9622         dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
9623         dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
9624         dec128_val12, dec128_val13, dec128_val14, dec128_val15,
9625         dec128_val16): New global variables.
9626         (decimal_dec128_align): New function.
9627         (decimal_mixed): Likewise.
9628         (decimal_many_args_dec32): Likewise.
9629         (decimal_many_args_dec64): Likewise.
9630         (decimal_many_args_dec128): Likewise.
9631         (decimal_many_args_mixed): Likewise.
9632         * dfp-test.exp: Add tests calling new inferior functions.
9633
9634 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
9635
9636         * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
9637         gdb.server/ext-run.exp: New files.
9638         * lib/gdbserver-support.exp (gdbserver_download): New.
9639         (gdbserver_start): New.  Update gdbserver expected
9640         output.
9641         (gdbserver_spawn): Use them.
9642         (gdbserver_start_extended): New.
9643
9644 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
9645
9646         * gdb.base/foll-exec.exp: Update header.  Skip on remote targets.
9647         Run on GNU/Linux.
9648         (do_exec_tests): Check for systems which do not support catchpoints.
9649         Do not match START.
9650         * gdb.base/foll-fork.exp: Update header.  Skip on remote targets.
9651         Run on GNU/Linux.  Enable verbose output.
9652         (check_fork_catchpoints): New.
9653         (explicit_fork_child_follow, catch_fork_child_follow)
9654         (tcatch_fork_parent_follow): Update expected messages.
9655         (do_fork_tests): Use check_fork_catchpoints.
9656         * gdb.base/foll-vfork.exp: Update header.  Skip on remote targets.
9657         Run on GNU/Linux.  Enable verbose output.
9658         (check_vfork_catchpoints): New.
9659         (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
9660         expected messages.
9661         (do_vfork_and_exec_tests): Use check_fork_catchpoints.
9662
9663 2008-01-29  Jim Blandy  <jimb@red-bean.com>
9664
9665         * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
9666         host' errors.
9667         * lib/mi-support.exp (mi_gdb_target_cmd): Same.
9668
9669 2008-01-29  Jim Blandy  <jimb@red-bean.com>
9670
9671         * gdb.threads/sigthread.c: Use barriers to ensure that
9672         child_thread and child_thread_two are always initialized before we
9673         start to use them.
9674
9675 2008-01-29  Vladimir Prus  <vladimir@codesourcery.com>
9676
9677         * gdb.base/watchpoint-solib.exp: New.
9678         * gdb.base/watchpoint-solib.c: New.
9679         * gdb.base/watchpoint-solib-shr.c: New.
9680
9681 2008-01-29  Pierre Muller  <muller@ics.u-strasbg.fr>
9682
9683         * gdb.base/gdb1056.exp: Add unsigned integer test.
9684
9685 2008-01-28  Doug Evans  <dje@google.com>
9686
9687         * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
9688
9689 2008-01-27  Jim Blandy  <jimb@codesourcery.com>
9690
9691         * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
9692
9693         * gdb.base/expand-psymtabs.exp: Doc fix.
9694
9695 2008-01-26  Mark Kettenis  <kettenis@gnu.org>
9696
9697         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
9698
9699 2008-01-24  Nick Roberts  <nickrob@snap.net.nz>
9700
9701         * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
9702         -var-set-format.
9703
9704 2008-01-23  Chris Demetriou  <cgd@google.com>
9705
9706         * gdb.threads/thread_events.c: New testcase source file.
9707         * gdb.threads/thread_events.exp: New testcase expect file.
9708
9709 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
9710
9711         * lib/gdb.exp: Add the variable octal.
9712
9713         * gdb.mi/mi-var-display.exp: Add value field to tests for output of
9714         -var-set-format.
9715
9716 2008-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
9717             Vladimir Prus  <vladimir@codesourcery.com>
9718
9719         * gdb.base/float.exp: Allow missing floating point for m68k and
9720         PowerPC.
9721
9722 2008-01-22  Vladimir Prus  <vladimir@codesourcery.com>
9723
9724         * gdb.mi/basics.c: Setup for testing breakpoints
9725         ignore count.
9726         * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
9727         * gdb.mi/mi-cli.exp: Adjust.
9728         * gdb.mi/mi2-cli.exp: Adjust.
9729
9730 2008-01-17  Pedro Alves  <pedro@codesourcery.com>
9731
9732         * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
9733         and 'dummy_ptr' integer pointer.  Initialize struct_declarations
9734         with dummy_ptr's address.
9735         * gdb.mi/var-cmd.c (do_children_tests): Likewise.
9736         * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
9737         all targets.
9738         * gdb.mi/mi2-var-child.exp: Likewise.
9739
9740 2008-01-09  Joel Brobecker  <brobecker@adacore.com>
9741
9742         * gdb.ada/null_array: New test program.
9743         * gdb.ada/null_array.exp: New testcase.
9744
9745 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
9746
9747         * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
9748         with required float modifiers.
9749
9750 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
9751
9752         * gdb.ada/funcall_param: New test program.
9753         * gdb.ada/funcall_param.exp: New testcase.
9754
9755 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
9756
9757         * gdb.ada/arrayparam: New test program.
9758         * gdb.ada/arrayparam.exp: New testcase.
9759
9760 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
9761
9762         * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
9763         landed.  Should also fix random failures in the test following it.
9764
9765 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9766
9767         * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
9768         for expressions with decimal float values.
9769         (test_dfp_conversions): New function to test casts to and from
9770         decimal float types.
9771         Call test_dfp_conversions.
9772         * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
9773         elements.
9774         (main): Initialize ds.float4 and ds.double8 elements.
9775         * gdb.base/dfp-test.exp (d32_set_tests): Fix typo.  Adjust expect
9776         string to new error message.
9777         (d64_set_tests): Likewise.
9778         (d128_set_tests): Likewise.
9779         Add tests for expressions with decimal float variables.  Add tests for
9780         conversions to and from decimal float types.
9781
9782 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
9783
9784         * gdb.ada/packed_tagged/comp_bug.adb: New file.
9785         * gdb.ada/packed_tagged.exp: New testcase.
9786
9787 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
9788
9789         * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
9790         gdb.ada/homonym/homonym_main.adb: New files.
9791         * gdb.ada/homonym.exp: New testcase.
9792
9793 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
9794
9795         * gdb.ada/packed_array.exp: Add testing of references to
9796         a packed array.
9797
9798 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
9799
9800         * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
9801         New files.
9802         * gdb.ada/type_coercion.exp: New testcase.
9803
9804 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
9805
9806         * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
9807         gdb.ada/tagged/foo.adb: New file.
9808         * gdb.ada/tagged.exp: New testcase.
9809
9810 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
9811
9812         * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
9813         gdb.ada/ptype_field/foo.adb: New files.
9814         * gdb.ada/ptype_field.exp: New testcase.
9815
9816 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
9817
9818         * gdb.ada/print_pc.exp: New testcase.
9819
9820 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
9821
9822         * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
9823         gdb.ada/taft_type/p.adb: New files.
9824         * gdb.ada/taft_type.exp: New testcase.
9825
9826 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
9827
9828         * gdb.ada/array_bounds/bar.adb: New file.
9829         * gdb.ada/array_bounds.exp: New testcase.
9830
9831 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
9832
9833         * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
9834         gdb.ada/arrayptr/foo.adb: New files.
9835         * gdb.ada/arrayptr.exp: New testcase.
9836
9837 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
9838
9839         * gdb.base/set-lang-auto.exp: New testcase.
9840
9841 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
9842
9843         * gdb.ada/fun_addr/foo.adb: New file.
9844         * gdb.ada/fun_addr.exp: New testcase.
9845
9846 2008-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9847
9848         * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
9849         New files
9850
9851 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
9852
9853         * array_subscript_addr/p.adb: New file.
9854         * array_subscript_addr.exp: New testcase.
9855
9856 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
9857
9858         * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
9859         New files.
9860         * gdb.ada/str_cmp_ref.exp: New testcase.
9861
9862 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
9863
9864         * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
9865         gdb.ada/fun_in_declare/foo.adb: New files.
9866         * gdb.ada/fun_in_declare.exp: New testcase.
9867
9868 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
9869
9870         * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
9871         gdb.ada/ref_param/pck.ads: New files.
9872         * gdb.ada/ref_param.exp: New testcase.
9873
9874 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
9875
9876         * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
9877         gdb.ada/interface/foo.adb: New files.
9878         * gdb.ada/interface.exp: New testcase.
9879
9880 2007-12-31  Jim Blandy  <jimb@codesourcery.com>
9881
9882         * gdb.base/multi-forks.exp: Consume all output from child
9883         processes before proceeding to next test.
9884
9885 2007-12-29  Jim Blandy  <jimb@codesourcery.com>
9886
9887         * configure: Regenerated.
9888
9889 2007-12-27  Joel Brobecker  <brobecker@adacore.com>
9890
9891         * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
9892         gdb.ada/fixed_cmp/fixed.adb: New files.
9893         * gdb.ada/fixed_cmp.exp: New testcase.
9894
9895 2007-12-27  Joel Brobecker  <brobecker@adacore.com>
9896
9897         * gdb.ada/boolean_expr.exp: New testcase.
9898
9899 2007-12-26  Jim Blandy  <jimb@codesourcery.com>
9900
9901         * gdb.base/multi-forks.exp: Doc fix.
9902
9903 2007-12-26  Joel Brobecker  <brobecker@adacore.com>
9904
9905         * gdb.ada/Makefile.in (EXECUTABLES): Update list.
9906         * gdb.ada/char_param.exp: Do not compile our test program with
9907         -gnata, this is unnecessary.
9908         * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
9909
9910 2007-12-24  Joel Brobecker  <brobecker@adacore.com>
9911
9912         * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
9913         gdb.ada/print_chars/foo.adb: New files.
9914         * gdb.ada/print_chars.exp: New testcase.
9915
9916 2007-12-24  Joel Brobecker  <brobecker@adacore.com>
9917
9918         * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
9919         gdb.ada/char_param/foo.adb: New files.
9920         * gdb.ada/char_param.exp: New testcase.
9921
9922 2007-12-22  Jim Blandy  <jimb@codesourcery.com>
9923
9924         * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
9925         hard-coding source line numbers into the test.
9926         * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
9927         gdb_get_line_number to find.
9928
9929 2007-12-22  Joel Brobecker  <brobecker@adacore.com>
9930
9931         * gdb.base/ptype.c (highest): New struct type.
9932         (the_highest): New variable of that type.
9933         (main): Add dummy assignment to a field of variable the_highest.
9934         * gdb.base/ptype.exp: Test type printing of our new variable.
9935
9936 2007-12-19  Pierre Muller  <muller@ics-u-strasbg.fr>
9937
9938         * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
9939         and record first explicitly generated thread number.
9940         Use that thread number for thread specific watchpoint test.
9941         Add iteration number to repetitive tests.
9942
9943 2007-12-16  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
9944             Jim Blandy  <jimb@codesourcery.com>
9945
9946         * gdb.base/expand-psymtabs.c: New testcase
9947         source file.
9948         * gdb.base/expand-psymtabs.exp: New testcase
9949         expect file.
9950
9951 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
9952
9953         * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
9954         * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
9955
9956 2007-12-17  Joel Brobecker  <brobecker@adacore.com>
9957
9958         * gdb.ada/frame_args/foo.adb: New file.
9959         * gdb.ada/frame_args/pck.ads: New file.
9960         * gdb.ada/frame_args/pck.adb: New file.
9961         * gdb.ada/frame_args.exp: New testcase.
9962
9963 2007-12-17  Joel Brobecker  <brobecker@adacore.com>
9964
9965         * gdb.base/frame-args.c: New file.
9966         * gdb.base/frame-args.exp: New testcase.
9967
9968 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
9969             Joseph Myers  <joseph@codesourcery.com>
9970
9971         * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
9972
9973 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
9974
9975         * gdb.mi/mi-pending.exp: New.
9976         * gdb.mi/mi-pending.c: New.
9977         * gdb.mi/mi-pendshr.c: New.
9978
9979 2007-12-06  Jim Blandy  <jimb@codesourcery.com>
9980
9981         * gdb.base/default.exp: Update expected output for 'info catch'.
9982
9983 2007-12-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9984
9985         * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
9986         must be set to binary.
9987
9988 2007-12-09  Pedro Alves  <pedro_alves@portugalmail.pt>
9989
9990         * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
9991
9992 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
9993
9994         * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
9995         gdb.mi/mi-file-transfer.exp: New.
9996
9997 2007-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
9998
9999         * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
10000
10001 2007-11-22  Maciej W. Rozycki  <macro@mips.com>
10002
10003         * gdb.trace/backtrace.exp: Fix a typo.
10004         * gdb.trace/circ.exp: Likewise.
10005         * gdb.trace/collection.exp: Likewise.
10006         * gdb.trace/limits.exp: Likewise.
10007         * gdb.trace/report.exp: Likewise.
10008         * gdb.trace/tfind.exp: Likewise.
10009         * gdb.trace/while-dyn.exp: Likewise.
10010
10011 2007-11-21  Nick Roberts  <nickrob@snap.net.nz>
10012
10013         * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
10014         objects of pointers that can't be dereferenced are now
10015         "noneditable".
10016
10017 2007-11-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10018
10019         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
10020         (target_cpu): Remove.
10021
10022 2007-10-15  Vladimir Prus  <vladimir@codesourcery.com>
10023
10024         * gdb.base/ending-run.exp: Expect the list of cleared
10025         breakpoint to come in natural order, not the reversed one.
10026
10027 2007-11-07  Vladimir Prus  <vladimir@codesourcery.com>
10028
10029         * gdb.mi/mi-var-child.c (do_child_deletion): New.
10030         * gdb.mi/mi-var-child.exp: Run child_deletion tests.
10031
10032 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
10033
10034         * gdb.base/printcmds.exp: New function
10035         test_printf_with_dfp.
10036
10037 2007-11-02  Doug Evans  <dje@google.com>
10038
10039         * gdb.disasm/t01_mov.s: Remove carriage returns.
10040         * gdb.disasm/t02_mova.s: Ditto.
10041         * gdb.disasm/t03_add.s: Ditto.
10042         * gdb.disasm/t04_sub.s: Ditto.
10043         * gdb.disasm/t05_cmp.s: Ditto.
10044         * gdb.disasm/t06_ari2.s: Ditto.
10045         * gdb.disasm/t07_ari3.s: Ditto.
10046         * gdb.disasm/t08_or.s: Ditto.
10047         * gdb.disasm/t09_xor.s: Ditto.
10048         * gdb.disasm/t10_and.s: Ditto.
10049         * gdb.disasm/t11_logs.s: Ditto.
10050         * gdb.disasm/t12_bit.s: Ditto.
10051         * gdb.disasm/t13_otr.s: Ditto.
10052
10053 2007-11-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10054
10055         * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
10056
10057 2007-10-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10058
10059         * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
10060         provide DFP support.
10061
10062 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
10063
10064         * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
10065         Test "set powerpc vector-abi".  Skip auto-detection tests for old
10066         toolchains.
10067
10068 2007-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
10069
10070         * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
10071         with [string compare].
10072
10073 2007-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
10074
10075         * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
10076         * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
10077
10078 2007-10-25  Luis Machado  <luisgpm@br.ibm.com>
10079
10080         * gdb.opt/clobbered-registers-O2.c: New testcase source file.
10081         * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
10082         * gdb.opt/Makefile.in: New makefile.
10083         * Makefile.in: Create new directory "gdb.opt".
10084         * configure.ac: Add "gdb.opt" directory.
10085         * configure: Regenerated.
10086
10087 2007-10-25  Doug Evans  <dje@google.com>
10088
10089         * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
10090         * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
10091
10092 2007-10-15  Wu Zhou  <woodzltc@cn.ibm.com>
10093             Thiago Jung Bauermann  <bauerman@br.ibm.com>
10094
10095         * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
10096         Floating Point expressions.
10097         * gdb.base/dfp-test.exp: new file adding tests for Decimal
10098         Floating Point variables.
10099         * gdb.base/dfp-test.c: new file containing program with Decimal
10100         Floating variables, used by gdb.base/dfp-test.exp.
10101
10102 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
10103
10104         * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
10105
10106 2007-10-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10107
10108         * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
10109         compiling test case with GCC.
10110         * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
10111
10112 2007-10-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10113
10114         * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
10115         format changes.
10116
10117 2007-10-18  Michael Snyder  <msnyder@specifix.com>
10118
10119         * gdb.base/dbx.exp: Add missing "-re " operator.
10120
10121 2007-10-16  Gaius Mulley  <gaius@glam.ac.uk>
10122
10123         * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
10124         * configure.ac: Removed trailing spaces after backslash.
10125         * gdb.modula2: New directory.
10126         * gdb.modula2/Makefile.in: New file.
10127         * gdb.modula2/unbounded-array.exp: New file.
10128         * gdb.modula2/unbounded1.c: New file.
10129
10130 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
10131
10132         * gdb.xml/tdesc-regs.exp: Add PowerPC support.
10133
10134 2007-10-15  Pierre Muller  <muller@ics.u-strasbg.fr>
10135
10136         * gdb.base/sigstep.c (main): Add checks for
10137         return values for setitimer call.
10138         Call setitimer again with itimer = ITIMER_REAL
10139         if first call to setitimer fails.
10140
10141 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
10142
10143         * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
10144         of $timeout.
10145
10146 2007-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
10147
10148         * gdb.server/server-run.exp: Test for dynamic linker symbols.
10149
10150 2007-10-09  Pierre Muller  <muller@ics.u-strasbg.fr>
10151
10152         * lib/gdb.exp (gdb_run_cmd): Move comment outside
10153         of gdb_expect call, to avoid interruption.
10154
10155 2007-10-09  Pedro Alves  <pedro_alves@portugalmail.pt>
10156
10157         * gdb.base/whatis.c (v_long_long, v_signed_long_long)
10158         (v_unsigned_long_long, v_long_long_array)
10159         (v_signed_long_long_array, v_unsigned_long_long_array)
10160         (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
10161         (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
10162         [!NO_LONG_LONG]: New.
10163         (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
10164         v_long_long_member.
10165
10166         (v_long_long_func, v_signed_long_long_func)
10167         (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
10168         (main) [!NO_LONG_LONG]: Initialize long long variants.
10169
10170         * gdb.base/whatis.exp: If board file requests no_long_long, build
10171         test with NO_LONG_LONG defined.  Test long long, signed long long,
10172         and unsigned long long variants but only if board file doesn't
10173         disable it.
10174
10175 2007-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
10176             Daniel Jacobowitz  <dan@codesourcery.com>
10177
10178         * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
10179         * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
10180         * configure: Regenerated.
10181         * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
10182         gdb.pascal/types.exp, lib/pascal.exp: New files.
10183
10184 2007-10-02  Daniel Jacobowitz  <dan@codesourcery.com>
10185
10186         * gdb.cp/classes.exp (do_tests): Always step to the line after the
10187         call.
10188         * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
10189         to return to the call.
10190         * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
10191         * gdb.mi/mi-return.exp (test_return_simple): Likewise.
10192         * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
10193         * gdb.mi/mi-until.exp (test_until): Likewise.
10194         * gdb.mi/mi2-until.exp (test_until): Likewise.
10195
10196 2007-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
10197
10198         * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
10199         two-char array.
10200         * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
10201
10202 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
10203
10204         * gdb.threads/watchthreads.c (thread_function): Sleep between
10205         iterations.
10206         * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
10207         at once for S/390.  Generate matching fails and passes.
10208
10209 2007-09-27  Vladimir Prus  <vladimir@codesourcery.com>
10210
10211         * gdb.mi/var-cmd.c (do_children_tests): Initialize
10212         the 'struct_declarations' variable to zeros.
10213
10214 2007-09-24  Vladimir Prus  <vladimir@codesourcery.com>
10215
10216         * gdb.cp/mb-ctor.cc: New.
10217         * gdb.cp/mb-ctor.exp: New.
10218         * gdb.cp/mb-templates.cc: New.
10219         * gdb.cp/mb-templates.exp: New.
10220
10221 2007-09-23  Daniel Jacobowitz  <dan@codesourcery.com>
10222
10223         * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
10224
10225 2007-09-23  Pedro Alves  <pedro_alves@portugalmail.pt>
10226
10227         * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
10228         targets.
10229         * configure: Regenerate.
10230
10231 2007-09-23  Vladimir Prus  <vladimir@codesourcery.com>
10232
10233         * gdb.base/annota1.exp: Adjust for 'info break'
10234         format changes.
10235         * gdb.base/annota3.exp: Likewise.
10236         * gdb.base/break.exp: Likewise.
10237         * gdb.base/condbreak.exp: Likewise.
10238         * gdb.base/pending.exp: Likewise.
10239         * gdb.base/sepdebug.exp: Likewise.
10240         * gdb.base/unload.exp: Likewise.
10241         * gdb.base/ovldbreak.exp: Likewise.
10242
10243 2007-09-22  Vladimir Prus  <vladimir@codesourcery.com>
10244
10245         * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
10246         messages.
10247         * gdb.base/chng-syms.exp: Likewise.
10248         * gdb.base/unload.exp: Likewise.
10249
10250 2007-09-21  Daniel Jacobowitz  <dan@codesourcery.com>
10251
10252         * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
10253
10254 2007-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
10255
10256         * schedlock.c (NUM): Change to 1.
10257         (main): Use args[0] for the main thread.
10258         * schedlock.exp: Only expect two threads.  Only issue one pass or fail
10259         regardless of the number of threads.
10260
10261 2007-09-14  Maciej W. Rozycki  <macro@mips.com>
10262
10263         * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
10264         type down.
10265         (test_watchpoint_triggering): XFAIL the sw watchpoint scope
10266         test.
10267         * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
10268         watchpoint type down.
10269         (test_watchpoint_triggering): XFAIL the sw watchpoint scope
10270         test.
10271
10272 2007-09-14  Maciej W. Rozycki  <macro@mips.com>
10273
10274         * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
10275         Move all the tests here and run them twice, once using software
10276         watchpoints and once using hardware watchpoints.
10277         * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
10278
10279 2007-09-12  Daniel Jacobowitz  <dan@codesourcery.com>
10280
10281         * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
10282         test.
10283
10284 2007-09-10  Mark Kettenis  <kettenis@gnu.org>
10285
10286         * lib/gdb.exp (build_id_debug_filename_get): Improve check for
10287         build-id.
10288
10289         * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
10290         know about $ORIGIN.  Calculate output dir from $dest instead of
10291         using ${objdir}/{$subdir}.
10292
10293 2007-09-09  Mark Kettenis  <kettenis@gnu.org>
10294
10295         * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
10296         gcore, before continuing with the test.
10297
10298 2007-09-06  Daniel Jacobowitz  <dan@codesourcery.com>
10299
10300         * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
10301         * gdb.mi/mi-watch.exp: Likewise.
10302
10303 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
10304             Jim Blandy  <jimb@codesourcery.com>
10305
10306         * gdb.arch/i386-sse.exp: Do not expect character constants.
10307         * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
10308         * gdb.base/display.exp: Allow print/s.
10309         * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
10310         and unsigned char array changes.
10311
10312 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
10313
10314         * gdb.base/display.exp: Add tests for printf %p.
10315
10316 2007-09-03  Pedro Alves  <pedro_alves@portugalmail.pt>
10317
10318         * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
10319         the dll name to unicode.
10320
10321 2007-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10322
10323         * gdb.base/default.exp (show version): Update the version text.
10324         * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
10325
10326 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10327
10328         * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
10329         New files.
10330
10331 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10332
10333         * lib/gdb.exp (build_id_debug_filename_get): New function.
10334         * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
10335         Remove the generate DEBUG file for the future testcase runs.
10336         New testcase for the NT_GNU_BUILD_ID retrieval.
10337         Move the final testing step to ...
10338         (test_different_dir): ... a new function.
10339         New parameter XFAIL to XFAIL all the tests performed.
10340         New parameter TEST_DIFFERENT_DIR parametrizing the directory.
10341         New parameter TYPE to PF_PREFIX all the tests performed.
10342
10343 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
10344
10345         * gdb.mi/mi-var-cp.cc (path_expression): New
10346         function.
10347         * gdb.mi/mi-var-cp.exp: Run path exression tests.
10348
10349 2007-08-27  Markus Deuling  <deuling@de.ibm.com>
10350
10351         * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
10352         to fit into SPU Local Store memory.
10353
10354 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
10355
10356         * gdb.base/default.exp: Adjust the expected output of "info
10357         warranty" after the switch to GPLv3.
10358
10359 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
10360
10361         * lib/gdb.exp (default_gdb_init): Increase expect buffer size
10362         to 30000 (from 20000).
10363
10364 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
10365
10366         Switch the license of all .exp files to GPLv3.
10367         Switch the license of all .f and .f90 files to GPLv3.
10368         Switch the license of all .s and .S files to GPLv3.
10369
10370 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
10371
10372         * configure.ac: Switch license to GPLv3.
10373
10374 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
10375
10376         Switch the licensing to GPLv3 for all .ads and .adb files.
10377
10378 2007-08-22  Daniel Jacobowitz  <dan@codesourcery.com>
10379
10380         * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
10381         and t_int_double.
10382         * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
10383
10384 2007-08-17  Joel Brobecker  <brobecker@adacore.com>
10385
10386         * gdb.base/step-line.c: Switch license to GPL version 3, and
10387         update copyright year.
10388         * gdb.base/step-line.inp: Likewise.
10389
10390 2007-08-17  Joel Brobecker  <brobecker@adacore.com>
10391
10392         * gdb.base/gdb1555.exp: Make expected output immune to formatting
10393         changes inside gdb1555.c.
10394         * gdb.base/pending.exp: Likewise.
10395
10396 2007-08-13  Daniel Jacobowitz  <dan@codesourcery.com>
10397
10398         * config/default.exp: New file.
10399
10400 2007-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
10401
10402         * gdb.base/prologue.c, gdb.base/prologue.exp: New.
10403         * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
10404
10405 2007-07-30  Maciej W. Rozycki  <macro@mips.com>
10406
10407         * gdb.base/dump.exp: Force the correct endianness for binary
10408         formats not carrying this information.
10409
10410 2007-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
10411
10412         * gdb.threads/staticthreads.exp: Match .*sem_post.
10413
10414 2007-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
10415
10416         * gdb.base/readline.exp (operate_and_get_next): Match the final
10417         prompt.
10418
10419 2007-07-23  Kevin Buettner  <kevinb@redhat.com>
10420
10421         * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
10422         to restarting SID.
10423
10424 2007-07-18  Kevin Buettner  <kevinb@redhat.com>
10425
10426         * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
10427         prior to `gdb_start'.
10428
10429 2007-07-18  Kevin Buettner  <kevinb@redhat.com>
10430
10431         * config/sid.exp (gdb_load): Add test for empty argument.  Adjust
10432         return value to be compatible with gdb_run_cmd in lib/gdb.exp.
10433         Remove call to gdb_unload.
10434
10435 2007-07-17  Pedro Alves  <pedro_alves@portugalmail.pt>
10436             Daniel Jacobowitz  <dan@codesourcery.com>
10437
10438         * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
10439         for __WIN32__.
10440         (SHLIB_NAME): Delete definition.  Always pass dlerror to fprintf.
10441         * gdb.base/unload.exp: Use shared library test routines.
10442
10443 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
10444
10445         * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
10446         * gdb.base/solib-symbol-lib.c: Likewise.
10447         * gdb.base/solib-symbol-main.c: Likewise.
10448
10449 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
10450
10451         * config/gdbserver.exp (gdb_reconnect): New.
10452         * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
10453         gdb.base/solib-disc.exp: New files.
10454         * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
10455         remote debugging".
10456         (gdb_compile): Add shlib_load flag.
10457         * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
10458         port.
10459         (gdbserver_reconnect): New.
10460
10461 2007-07-01  Nick Roberts  <nickrob@snap.net.nz>
10462             Daniel Jacobowitz  <dan@codesourcery.com>
10463
10464         * gdb.base/annota3.exp: Test for if construct.
10465
10466 2007-06-26  Daniel Jacobowitz  <dan@codesourcery.com>
10467
10468         * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
10469
10470 2007-06-21  Chris Dearman  <chris@mips.com>
10471             Maciej W. Rozycki  <macro@mips.com>
10472
10473         * gdb.base/display.exp: Allow a newline after display/i.
10474         * gdb.base/pc-fp.exp: Likewise.
10475         * gdb.base/sigbpt.exp: Likewise.
10476
10477 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
10478
10479         * gdb.xml/tdesc-regs.exp: Add MIPS support.  Allow multiple
10480         required features to be included.
10481
10482 2007-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
10483
10484         * gdb.threads/manythreads.exp: Prevent expect buffer overflow
10485         in info threads output.
10486
10487 2007-06-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10488             Markus Deuling  <deuling@de.ibm.com>
10489
10490         * gdb.arch/spu-info.exp: New testcase.
10491         * gdb.arch/spu-info.c: New file.
10492
10493 2007-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
10494
10495         * gdb.arch/thumb-prologue.c: Record the breakpoint address in
10496         tpcs_offset.  Restore lr after the call.
10497         * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
10498
10499 2007-05-23  Daniel Jacobowitz  <dan@codesourcery.com>
10500
10501         * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
10502         (gdbserver_run): Kill any running gdbserver.
10503         * lib/mi-support.exp (mi_gdb_target_load): Likewise.
10504
10505 2007-05-17  Maciej W. Rozycki  <macro@mips.com>
10506
10507         * gdb.base/sigbpt.exp: Preset segv_addr.
10508
10509 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
10510
10511         * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
10512         (gdb_compile_shlib): Likewise.
10513         (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
10514         (default_gdb_init): Clear cleanfiles.
10515         (gdb_finish): Delete recorded cleanfiles.
10516         * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
10517
10518         * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
10519         Do not use isnative.
10520         * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
10521         gdb.base/so-impl-ld.exp: Likewise.
10522         * gdb.base/solib-weak.exp: Likewise.  Skip for DLL targets.
10523         * gdb.base/unload.exp: Likewise.  Do not pass empty option to
10524         gdb_compile.
10525
10526 2007-05-15  Vladimir Prus  <vladimir@codesourcery.com>
10527
10528         * config/unknown.exp: Remove.
10529
10530 2007-05-15  Markus Deuling  <deuling@de.ibm.com>
10531
10532         * gdb.base/info-proc.exp: Check is_remote.
10533
10534 2007-05-14  Markus Deuling  <deuling@de.ibm.com>
10535
10536         * gdb.base/gcore.exp: Initialize variable core_supported.
10537
10538 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
10539
10540         * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
10541
10542 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
10543
10544         * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
10545         * gdb.threads/print-threads.exp (test_all_threads): Allow
10546         negative and hexadecimal thread IDs.
10547
10548 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
10549
10550         * gdb.java/jprint.java (public): Avoid invalid call to static
10551         method.
10552
10553 2007-05-14  Denis Pilat  <denis.pilat@st.com>
10554
10555         * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
10556         gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
10557         gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
10558         gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
10559         gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
10560
10561 2007-05-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10562
10563         * gdb.base/overlays.exp: Add support for targets with only code
10564         overlay support, not data overlay.  Support spu-*-* target in
10565         this mode.
10566         * gdb.base/ovlymgr.c: Provide stubs for spu target.
10567         * gdb.base/spu.ld: New file.
10568
10569 2007-05-07  Daniel Jacobowitz  <dan@codesourcery.com>
10570
10571         * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
10572
10573 2007-05-06  Daniel Jacobowitz  <dan@codesourcery.com>
10574
10575         * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
10576
10577 2007-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
10578
10579         * gdb.java/jmain.exp: Handle demangled names with and without method
10580         signatures.
10581
10582 2007-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
10583
10584         * gdb.mi/mi-syn-frame.c (main, foo, bar)
10585         (have_a_very_merry_interrupt): Remove calls to puts.
10586         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
10587         inferior output.
10588         * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio.  Correct
10589         test names.
10590
10591 2007-04-29  Markus Deuling  <deuling@de.ibm.com>
10592             Daniel Jacobowitz  <dan@codesourcery.com>
10593
10594         * gdb.base/auxv.exp (core_works): Also check is_remote.
10595         * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
10596
10597 2007-04-25  Vladimir Prus  <vladimir@codesourcery.com>
10598
10599         * gdb.base/sigaltstack.exp: Use 'srcfile' in error
10600         message, not the undefined 'module' variable.
10601         * gdb.base/siginfo.exp: Likewise.
10602         * gdb.base/sigstep.exp: Likewise.
10603         * lib/gdbserver-support.exp (gdb_target_cmd): Quote
10604         serialport.
10605         * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
10606
10607 2007-04-25  Corinna Vinschen <vinschen@redhat.com>
10608
10609         * config/sim.exp (gdb_target_sim): Just return with -1 when setting
10610         target sim fails.  Return 0 otherwise.
10611         (gdb_load): Return prematurely if gdb_target_sim fails.
10612
10613 2007-04-16  Denis Pilat  <denis.pilat@st.com>
10614
10615         * gdb.base/setshow.exp: Reset height after having set it to 100.
10616
10617 2007-04-16  Denis Pilat  <denis.pilat@st.com>
10618
10619         * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
10620
10621 2007-04-16  Denis Pilat  <denis.pilat@st.com>
10622
10623         * gdb.mi/mi2-var-display.exp: Test for the fullname field.
10624
10625 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
10626
10627         * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
10628         tests. Run the frozen varobjs test.
10629         * gdb.mi/var-cmd.c (do_frozen_tests): New.
10630         * lib/mi-support.exp (mi_varobj_update): Fix thinko.
10631
10632 2007-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10633
10634         * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
10635         gdb.base/type-opaque.exp: New files.
10636
10637 2007-04-01  Vladimir Prus  <vladimir@codesourcery.com>
10638
10639         * gdb.mi/mi-var-child.c
10640         (do_children_tests): User char[2] instead of
10641         char so that automatic printing of pointers to char
10642         don't give unpredicable result.
10643         * gdb.mi/var-cmd.c (do_locals_test): Initialize
10644         local variables.
10645         * gdb.mi/mi-var-child.exp: Step to right line
10646         of do_children_tests.
10647         * gdb.mi/mi2-var-child.exp: Likewise.
10648         * gdb.mi/mi-var-cmd.exp: Step to right line of
10649         do_locals_tests.
10650         (do_children_tests): User char[2] instead of
10651         char so that automatic printing of pointers to char
10652         don't give unpredicable result.
10653         * gdb.mi/mi2-var-cmd.exp: Likewise.
10654         * lib/mi-support.exp (mi_continue_to_line):
10655         Pass test name to mi_wait_for_stop.
10656
10657 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
10658
10659         * gdb.asm/asm-source.exp: Remove d10v case.
10660         * lib/gdb.exp (skip_cplus_tests): Likewise.
10661         * gdb.asm/d10v.inc: Deleted.
10662
10663 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
10664
10665         * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
10666
10667 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
10668
10669         * config/netware.exp: Delete file.
10670
10671 2007-03-29  Joel Brobecker  <brobecker@adacore.com>
10672
10673         * gdb.dwarf2/dw2-noloc.S: New file.
10674         * gdb.dwarf2/dw2-noloc.exp: New file.
10675
10676 2007-03-28  Pedro Alves  <pedro_alves@portugalmail.pt>
10677
10678         * gdb.cp/method2.cc: New test.
10679         * gdb.cp/method2.exp: New test.
10680         * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
10681
10682 2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
10683
10684         * gdb.ada/exec_changed.exp: Avoid "set confirm off".
10685
10686 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
10687
10688         * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
10689
10690 2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
10691
10692         * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
10693         (gdb_load): Delete, replace with...
10694         (gdb_reload): ...this.
10695         * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
10696         * gdb.server/server-mon.exp: Likewise.
10697         * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
10698         (gdb_start_cmd): New.
10699         (gdb_file_cmd): Save the last loaded file.
10700         (gdb_reload): New.
10701         (gdb_gnu_strip_debug): Use transform.
10702         * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
10703         support here.  Use new $last_loaded_file.  Check mtime.
10704         (gdb_target_cmd): Handle ObjC failure case.
10705         (infer_host_exec): Delete.
10706         (gdbserver_load): Rename to...
10707         (gdbserver_run): ...this.  Simplify.
10708         * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
10709         (mi_gdb_load): Move most contents to a new function...
10710         (mi_gdb_target_load): ...here.  Simplify call to gdbserver_gdb_load.
10711         (mi_run_cmd): Use mi_gdb_target_load.
10712         * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
10713         gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
10714         Use gdb_run_cmd.
10715         * gdb.base/charsign.exp: Remove incorrect comment.
10716         * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
10717         * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
10718         gdb.base/start.exp: Use gdb_start_cmd.
10719
10720 2007-03-23  Nigel Stephens  <nigel@mips.com>
10721             Maciej W. Rozycki  <macro@mips.com>
10722
10723         * gdb.base/sigbpt.exp: Fix the message when skipping test.
10724         * gdb.base/signull.exp: Similarly.
10725
10726 2007-03-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10727
10728         * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
10729         messages available to test cases (like chng-sym.exp).
10730
10731 2007-03-14  Andreas Schwab  <schwab@suse.de>
10732
10733         * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
10734         format changes.
10735
10736 2007-03-13  Daniel Jacobowitz  <dan@codesourcery.com>
10737
10738         * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
10739         (optimized_1): New.
10740         (main): Call optimized_1.
10741         (gdb2029): Correct typos.  Call gdb2029_marker.
10742         * gdb.arch/powerpc-prologue.exp: Run new test.  Use a breakpoint
10743         for gdb2029.
10744
10745 2007-03-12  Mark Kettenis  <kettenis@gnu.org>
10746
10747         * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
10748         as tabs.  Remove redundant test pattern.
10749
10750 2007-03-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10751
10752         * gdb.base/long_long.exp: Accept optional symbol name in <...>
10753         for /a format output.
10754
10755 2007-03-09  Daniel Jacobowitz  <dan@codesourcery.com>
10756
10757         * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
10758         collect output incrementally.
10759
10760 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10761
10762         * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
10763         for -var-create lpcharacter test.
10764         * gdb.mi/mi2-var-cmd.exp: Likewise.
10765
10766 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10767
10768         * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
10769         pass on targets where address zero is readable.
10770
10771 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10772
10773         * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
10774         just a single architecture.
10775
10776 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10777
10778         * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
10779         (fetch_all_registers): New function, uses gdb_test_multiple and
10780         exp_continue to fetch inferior output line-by-line.
10781         Replace all uses of do_get_all_registers by fetch_all_registers.
10782
10783 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10784
10785         * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
10786         in target_info.
10787
10788 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
10789
10790         * gdb.threads/manythreads.exp: Use $message string for
10791         consistancy; add a default (timeout) case.
10792
10793 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
10794
10795         * gdb.base/watchpoint.exp: Fix truncated comment.
10796
10797 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
10798
10799         * Makefile.in: Remove spurious single-quotes from sed command.
10800
10801 2007-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
10802
10803         * gdb.mi/mi-var-cmd.exp: Correct test name.  Allow any value for
10804         func.
10805         * gdb.mi/mi2-var-cmd.exp: Likewise.
10806
10807 2007-02-27  Joel Brobecker  <brobecker@adacore.com>
10808
10809         * gdb.dwarf2/dw2-producer.S: New file.
10810         * gdb.dwarf2/dw2-producer.exp: New testcase.
10811
10812 2007-02-27  Nick Roberts  <nickrob@snap.net.nz>
10813
10814         * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
10815         * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
10816         * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
10817         * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
10818         * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
10819         Revert tests to use mi_gdb_test and include value field in output
10820         of -var-create.
10821
10822 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
10823
10824         * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
10825
10826 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
10827
10828         * gdb.base/maint.exp: Remove full paths from test names.
10829         * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
10830         gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
10831
10832 2007-02-27  Joel Brobecker  <brobecker@adacore.com>
10833
10834         * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
10835
10836 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
10837
10838         * gdb.server/server-mon.exp: New test.
10839
10840 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
10841
10842         * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
10843
10844 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
10845
10846         * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
10847         register capitalization.
10848
10849 2007-02-13  Denis Pilat  <denis.pilat@st.com>
10850
10851         * gdb.mi/mi-var-invalidate.exp: New file.
10852
10853 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
10854
10855         * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
10856
10857 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
10858
10859         * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
10860
10861 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
10862
10863         * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
10864         gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
10865
10866 2007-02-08  Nick Roberts  <nickrob@snap.net.nz>
10867
10868         * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
10869         * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
10870         * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
10871         * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
10872         * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
10873         * gdb.mi/gdb792.exp, lib/mi-support.exp:
10874         Update tests to include value field in output of -var-create.
10875
10876 2007-02-08  Andreas Schwab  <schwab@suse.de>
10877
10878         * gdb.mi/mi-var-child.exp: Fix matching display of function value.
10879
10880 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
10881
10882         * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
10883         gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
10884
10885 2007-02-02  Denis Pilat  <denis.pilat@st.com>
10886
10887         * gdb.threads/threadapply.exp: check that frame is not changed by
10888         the thread apply all command.
10889
10890 2007-01-31  Andreas Schwab  <schwab@suse.de>
10891
10892         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
10893
10894         * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
10895         in the dwarf sections.
10896         * gdb.dwarf2/mac-fileno.S: Likewise.
10897
10898         * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
10899         bspstore register on ia64.
10900
10901 2007-01-29  Andreas Schwab  <schwab@suse.de>
10902
10903         * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
10904         "frame-begin" annotation.
10905
10906         * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
10907         number of "frames-invalid" annotations.
10908
10909 2007-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
10910
10911         * gdb.base/commands.exp: Call if_commands_test.
10912         (gdb_test_no_prompt, if_commands_test): New.
10913
10914 2007-01-28  Mark Kettenis  <kettenis@gnu.org>
10915
10916         * gdb.threads/sigthread.c (NSIGS): Make bigger.
10917
10918 2007-01-27  Andreas Schwab  <schwab@suse.de>
10919
10920         * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
10921         .short/.int/.quad in the dwarf sections.
10922         * gdb.dwarf2/dw2-intercu.S: Likewise.
10923         * gdb.dwarf2/dw2-intermix.S: Likewise.
10924
10925 2007-01-25  Jan Kratochvil <jan.kratochvil@redhat.com>
10926
10927         * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
10928         * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
10929         array.
10930         * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
10931         * gdb.base/setvar.exp: Likewise.
10932
10933 2007-01-26  Andreas Schwab  <schwab@suse.de>
10934
10935         * gdb.base/corefile.exp: Allow non-empty argument list in reinit
10936         test.
10937
10938         * gdb.base/multi-forks.exp ("restart $i"): Also match
10939         __kernel_syscall_via_break.
10940
10941 2007-01-24  Vladimir Prus  <vladimir@codesourcery.com>
10942
10943         * lib/mi-support.exp (mi_delete_varobj): New.
10944         * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
10945         testcase.
10946         * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
10947         (main): Call the above.
10948         (reference_update_test, base_in_reference_test)
10949         (reference_to_pointer): Delete the created varobjs.
10950
10951 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
10952
10953         * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
10954         * configure: Regenerated.
10955         * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
10956         * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
10957         gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
10958         gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
10959         * lib/gdb.exp (gdb_skip_xml_test): New function.
10960
10961 2007-01-23  Nick Hudson  <nick.hudson@dsl.pipex.com>
10962
10963         * gdb.base/sigrepeat.exp: Correct error message.
10964
10965 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10966             Daniel Jacobowitz  <dan@codesourcery.com>
10967
10968         * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
10969         gdb.arch/i386-gnu-cfi-asm.S: New files.
10970
10971 2007-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10972
10973         * lib/gdb.exp: Abort on missing `site.exp'.
10974
10975 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10976             Daniel Jacobowitz  <dan@codesourcery.com>
10977
10978         * gdb.base/included.c, gdb.base/included.exp,
10979         gdb.base/included.h: New files.
10980
10981 2007-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
10982
10983         * gdb.base/bigcore.c (RLIMIT_CAP): Define.
10984         (maximize_rlimit): Reduce limits on 64-bit systems.
10985
10986 2007-01-19  Mark Kettenis  <kettenis@gnu.org>
10987
10988         From Marcus Deuling <deuling@de.ibm.com>:
10989         * gdb.arch/altivec-regs.exp: Initialise variable endianness in
10990         every case.
10991
10992 2007-01-13  Nick Roberts  <nickrob@snap.net.nz>
10993
10994         * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
10995         (test_path_specification): Use objdir instead of srcdir to always
10996         get an absolute filename.
10997
10998 2007-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
10999
11000         * gdb.cp/member-ptr.cc (class Padding): Make contents public.
11001
11002 2007-01-11  Vladimir Prus  <vladimir@codesourcery.com>
11003
11004         * gdb.mi/mi-var-cp.cc (reference_update_tests):
11005         Make sure the variable we're using is in scope.
11006         (reference_to_pointer): Likewise.
11007
11008 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
11009
11010         * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
11011         has no debug information.
11012
11013 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
11014
11015         * gdb.base/annota1.exp: Remove extra send_gdb.
11016
11017 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11018
11019         * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
11020
11021 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11022
11023         * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
11024
11025 2007-01-08  Nick Roberts  <nickrob@snap.net.nz>
11026             Daniel Jacobowitz  <dan@codesourcery.com>
11027
11028         * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
11029         lcharacter or linteger change.  Correct duplicated test name.
11030         * gdb.mi/mi2-var-cmd.exp: Likewise.
11031
11032 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
11033
11034         * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
11035
11036 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
11037
11038         * gdb.base/nofield.c: New file.
11039         * gdb.base/nofield.exp: New testcase.
11040
11041 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
11042
11043         * gdb.mi/mi-var-cp.exp: New test for references to pointers.
11044
11045         * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
11046          test.
11047
11048 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
11049
11050         * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
11051
11052 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
11053
11054         * lib/mi-support.exp (mi_runto_helper): Expect two prompts
11055         when continuing.
11056
11057 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
11058
11059         * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
11060         Expect ".exe" extension.
11061
11062 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
11063
11064         * gdb.base/charset.exp: Add explicit filename to break.
11065         * gdb.base/dbx.exp: Add explicit filename to breaks.
11066
11067 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
11068
11069         * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
11070         * gdb.mi/mi2-file.exp: Likewise.
11071
11072 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
11073
11074         Implement specification of MI tests as comments
11075         in C and C++ sources.
11076         * lib/mi-support.exp (mi_autotest_data): New variable.
11077         (mi_autotest_source): New variable.
11078         (count_newlines, mi_prepare_inline_tests)
11079         (mi_get_inline_test, mi_continue_to_line)
11080         (mi_run_inline_test, mi_tbreak)
11081         (mi_send_resuming_command, mi_wait_for_stop): New functions.
11082         * gdb.mi/mi-var-cp.exp: Move most content to the C file.
11083         Run inline tests.
11084         * gdb.mi/mi-var-cp.cc: Define tests here.
11085
11086 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
11087
11088         Simplify usage of mi_continue_to.
11089         * lib/mi-support.exp (mi_runto_helper): Renamed
11090         from mi_runto, added new parameter 'run_or_continue'.
11091         (mi_runto): Use mi_runto_helper.
11092         (mi_continue_to): Accept just function name as parameter.
11093         Use mi_runto_helper.
11094         * gdb.mi/mi-var-cmd.exp: Adjust to changes.
11095         * gdb.mi/mi2-var-cmd.exp: Likewise.
11096
11097 2006-01-04  Joel Brobecker  <brobecker@adacore.com>
11098
11099         Make this testcase a bit more realistic. The current code
11100         is too simplistic, and allows the compiler to optimize out
11101         some of the entities we need for this testcase.
11102         * gdb.ada/null_record/bar.ads (Void_Star): New type.
11103         (Do_Nothing): Add extra parameter.
11104         * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
11105         * gdb.ada/null_record/null_record.adb: Fake use of type Empty
11106         by using a variable of type Void_Star.
11107
11108 2006-01-04  Joel Brobecker  <brobecker@adacore.com>
11109
11110         * gdb.ada/catch_ex/foo.adb: New file.
11111         * gdb.ada/catch_ex.exp: New testcase.
11112
11113 2007-01-03  Pedro Alves  <pedro_alves@portugalmail.pt>
11114
11115         * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
11116         pass --image-base to linker.
11117
11118 2007-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11119             Daniel Jacobowitz  <dan@codesourcery.com>
11120
11121         * gdb.base/readline.exp: Set $TERM.  Test arrow keys in
11122         secondary prompts.
11123
11124 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
11125
11126         * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
11127         output.  Test the types of members and member pointers.
11128         * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
11129         gdb/2092.
11130         * gdb.cp/member-ptr.exp: Search for a comment instead of a
11131         statement.  Enable for GCC.  Update expected output for some tests
11132         and add new tests.  Remove obsolete GCC KFAILs.  Allow GCC's class
11133         layout.
11134         * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
11135         (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
11136         (Diamond::vget_base): New.
11137         (main): Add new tests.
11138         * gdb.cp/printmethod.exp: Update expected output for member functions.
11139         * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
11140         print pEe->D::vg().
11141
11142 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
11143
11144         * gdb.threads/tls.exp: Allow stops in sem_post.
11145
11146 2006-12-31  Daniel Jacobowitz  <dan@codesourcery.com>
11147
11148         * gdb.base/annota1.exp: Allow .*printf in backtraces.
11149         * gdb.base/annota3.exp: Likewise.
11150         * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
11151         again (instead of timing out).
11152         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
11153         GCC bug 26475.
11154         * gdb.java/jmisc.exp: Adjust to work with method signatures including
11155         return types.  Add kfails for GDB bugs 2214 and 2215.  Move exit
11156         test from jmisc1.exp.
11157         * gdb.java/jmisc1.exp: Delete.
11158         * gdb.java/jprint.exp: Adjust to work with method signatures including
11159         return types.
11160         * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
11161         * gdb.threads/linux-dp.exp: Don't be confused by program output.
11162         * lib/java.exp (compile_java_from_source): Pass the correct type
11163         to target_compile.
11164
11165 2006-12-31  Joel Brobecker  <brobecker@adacore.com>
11166
11167         * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
11168         (stack_align_edx): New function.
11169         (stack_align_eax): New function.
11170         (main): Add calls to stack_align_edx and stack_align_eax.
11171         * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
11172         Add testing for the cases where the register used during a stack
11173         realignment is edx. Same for eax.
11174
11175 2006-12-30  Pedro Alves  <pedro_alves@portugalmail.pt>
11176
11177         * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
11178         and generic PE targets.
11179
11180 2006-12-29  Joel Brobecker  <brobecker@adacore.com>
11181
11182         * gdb.ada/array_return.exp: Update copyright date list.
11183
11184 2006-12-27  Joel Brobecker  <brobecker@adacore.com>
11185
11186         * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
11187         (Create_Small_Float_Vector): New function.
11188         * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
11189         function body.
11190         * gdb.ada/array_return/p.adb: Use new type and function from
11191         package Pck.
11192         * gdb.ada/array_return.exp: Add a test verifying that GDB is
11193         able to print the value returned by a function returning an
11194         array of float.
11195
11196 2006-12-20  Joel Brobecker  <brobecker@adacore.com>
11197
11198         * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
11199         The associated tests should be PASSing.
11200
11201 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
11202
11203         Test for base in references.
11204         * gdb.mi/mi-var-cp.cc: Add test code.
11205         * gdb.mi/mi-var-cp.exp: Test for bases in references.
11206         * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
11207         * gdb.mi/mi2-watch.exp: Likewise.
11208         * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
11209         (mi_list_varobj_children): New function.
11210
11211 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
11212
11213         * lib/mi-support.exp
11214         (mi_runto): Accept "()" after function name.
11215         (mi_create_varobj): New function.
11216         (mi_varobj_update): New function.
11217         (mi_Check_varobj_value): New function.
11218         * gdb.mi/mi-var-cp.exp: New file.
11219         * gdb.mi/mi-var-cp.cc: New file.
11220
11221 2006-12-01  Daniel Jacobowitz  <dan@codesourcery.com>
11222
11223         * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
11224         gdb.base/weaklib2.c: New files.
11225
11226 2006-11-29  Nathan Sidwell  <nathan@codesourcery.com>
11227
11228         * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
11229         info.  Adjust test names.
11230
11231         * gdb.base/break.c (main): Move position of malloc.
11232         * gdb.base/break.exp: Revert mistaken checkin.
11233
11234 2006-11-28  Vladimir Prus  <vladimir@codesourcery.com>
11235
11236         * gdb.mi/mi-var-cmd.exp: Check -var-update after
11237         assignement of arrays and function pointers.
11238         * gdb.mi/var-cmd.c: Add declaration necessary for above
11239         tests.
11240
11241 2006-11-27  Nathan Sidwell  <nathan@codesourcery.com>
11242
11243         * gdb.base/break.c (main): Call malloc.
11244
11245         * gdb.threads/linux-dp.exp: Read thread table before and after
11246         creating each philosopher and verify it.
11247
11248 2006-11-27  Nathan Sidwell  <nathan@codesourcery.com>
11249             Paul Brook  <paul@codesourcery.com>
11250             Daniel Jacobowitz  <dan@codesourcery.com>
11251
11252         * gdb.base/ending-run.exp: Flatten expect script stepping out of
11253         main to remove duplication.  Add start function of the form
11254         '_*start[1-9]*'. Add RVDS start function.
11255
11256 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
11257
11258         * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
11259
11260 2006-11-22  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11261
11262         * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
11263         * gdb.asm/spu.inc: New file.
11264         * gdb.base/term.exp: Disable if [target_info exists noargs].
11265         * gdb.gdb/complaints.exp: Disable if ![isnative].
11266         * gdb.gdb/selftest.exp: Likewise.
11267         * gdb.gdb/observer.exp: Likewise.
11268         * gdb.gdb/xfullpath.exp: Likewise.
11269         * gdb.base/attach.exp: Disable on SPU target.
11270         * gdb.cp/bs145503.exp: Likewise.
11271         * gdb.cp/exception.exp: Likewise.
11272         * gdb.cp/userdef.exp: Likewise.
11273
11274 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
11275
11276         * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
11277
11278 2006-11-10  Vladimir Prus  <vladimir@codesourcery.com>
11279
11280         * gdb.base/completion.exp: Fix completion tests for
11281         'info' and 'info '.
11282         * gdb.base/help.exp (help_test_raw, test_class_help)
11283         (test_prefix_command_help): Move...
11284         * lib/gdb.exp: Here.
11285         * gdb.base/main.exp: Adjust.
11286         * gdb.cp/maint.exp: Adjust.
11287         * gdb.trace/tracecmd.exp: Use test_help_class.
11288
11289 2006-11-09  Vladimir Prus  <vladimir@codesourcery.com>
11290
11291         * gdb.stabs/weird.exp (print_weird_var): Use
11292         gdb_test_multiple instead of gdb_expect.
11293
11294 2006-11-09  Vladimir Prus  <vladimir@codesourcery.com>
11295
11296         * gdb.base/help.exp (help_test_raw): New.
11297         (test_class_help): New.
11298         (test_prefix_command_help): New.
11299         Adjust testcases.
11300
11301 2006-11-09  Christophe Lyon  <christophe.lyon@st.com>
11302
11303         * gdb.base/constvars.c (main): Write to crass and crips, so that
11304         they are allocated by the compiler.
11305
11306 2006-10-27  Andreas Schwab  <schwab@suse.de>
11307
11308         * gdb.base/multi-forks.exp: Use "detach fork" instead of
11309         "detach-fork".
11310
11311 2006-10-18  Daniel Jacobowitz  <dan@codesoucery.com>
11312
11313         * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
11314         of patterns.
11315
11316 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
11317
11318         * gdb.base/sepdebug.exp: Remove debug format test.
11319         * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
11320         Handle no-symtab.
11321         * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
11322
11323 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
11324
11325         * gdb.threads/manythreads.c (thread_function, main): Don't cast
11326         int to pointer or pointer to int.
11327         * gdb.threads/manythreads.exp: Don't expect the string "LWP".
11328
11329 2006-10-12  Daniel Jacobowitz  <dan@codesourcery.com>
11330
11331         * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
11332
11333 2006-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11334
11335         * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
11336
11337 2006-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
11338
11339         PR c++/2116
11340         * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
11341
11342 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
11343
11344         * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
11345         the corresponding bug has been fixed in GDB (PR/2018).
11346
11347 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
11348
11349         * gdb.base/subst.exp: New testcase.
11350
11351 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
11352
11353         * gdb.ada/array_return/pck.ads: Add copyright notice.
11354         * gdb.ada/array_return/pck.adb: Likewise.
11355         * gdb.ada/array_return/p.adb: Likewise.
11356         * gdb.ada/exec_changed/first.adb: Likewise.
11357         * gdb.ada/exec_changed/second.adb: Likewise.
11358
11359 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
11360
11361         * gdb.ada/watch_arg/watch.adb: New file.
11362         * gdb.ada/watch_arg.exp: New testcase.
11363
11364 2006-10-02  Vladimir Prus  <vladimir@codesourcery.com>
11365
11366         * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
11367         via string_to_regexp.
11368         * gdb.mi/mi2-basics.exp: Likewise.
11369
11370 2006-09-20  Michael Snyder  <michael.snyder@palmsource.com>
11371
11372         * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
11373         Remove unused / obsolete files.
11374
11375 2006-09-19  Nick Roberts  <nickrob@snap.net.nz>
11376
11377         * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
11378
11379 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
11380
11381         * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
11382         HIGH_FRAME argument to -stack-list-arguments can be larger than
11383         the number of frames.
11384
11385 2006-09-15  Daniel Jacobowitz  <dan@codesourcery.com>
11386
11387         * gdb.base/args.c (main): Add breakpoint marker.
11388         * gdb.base/args.exp: Use args_test for tests.  Add new tests which
11389         really test empty arguments.
11390         (args_load): Delete.
11391         (args_test): New.
11392
11393 2006-09-13  Nick Roberts  <nickrob@snap.net.nz>
11394
11395         * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
11396         check for one file.
11397
11398 2006-09-07  Vladimir Prus  <ghost@vladimir@codesourcery.com>
11399
11400         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
11401         HIGH_FRAME argument to -stack-list-locals can be larger than
11402         the number of frames.
11403
11404 2006-08-18  Fred Fish  <fnf@specifix.com>
11405
11406         * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
11407         '$' in front of skip_vmx_tests_saved when setting that.
11408
11409 2006-08-10  Andrew Stubbs  <andrew.stubbs@st.com>
11410
11411         * gdb.base/trace-commands.exp: New file.
11412
11413 2006-08-10  Joel Brobecker  <brobecker@adacore.com>
11414             Daniel Jacobowitz  <dan@codesourcery.com>
11415
11416         * gdb.base/step-bt.exp: Make hexadecimal address optional in
11417         expected output of the backtrace commands.
11418
11419 2006-08-09  Joel Brobecker  <brobecker@adacore.com>
11420
11421         * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
11422         untested followed by return combination.
11423         * gdb.arch/altivec-regs.exp: Likewise.
11424         * gdb.arch/e500-abi.exp: Likewise.
11425         * gdb.arch/e500-regs.exp: Likewise.
11426         * gdb.arch/gdb1291.exp: Likewise.
11427         * gdb.arch/gdb1431.exp: Likewise.
11428         * gdb.arch/gdb1558.exp: Likewise.
11429         * gdb.arch/i386-prologue.exp: Likewise.
11430         * gdb.arch/i386-unwind.exp: Likewise.
11431         * gdb.asm/asm-source.exp: Likewise.
11432         * gdb.base/a2-run.exp: Likewise.
11433         * gdb.base/advance.exp: Likewise.
11434         * gdb.base/all-bin.exp: Likewise.
11435         * gdb.base/annota1.exp: Likewise.
11436         * gdb.base/annota3.exp: Likewise.
11437         * gdb.base/args.exp: Likewise.
11438         * gdb.base/arithmet.exp: Likewise.
11439         * gdb.base/assign.exp: Likewise.
11440         * gdb.base/async.exp: Likewise.
11441         * gdb.base/attach.exp: Likewise.
11442         * gdb.base/bang.exp: Likewise.
11443         * gdb.base/bigcore.exp: Likewise.
11444         * gdb.base/bitfields.exp: Likewise.
11445         * gdb.base/bitfields2.exp: Likewise.
11446         * gdb.base/break.exp: Likewise.
11447         * gdb.base/call-sc.exp: Likewise.
11448         * gdb.base/call-strs.exp: Likewise.
11449         * gdb.base/callfuncs.exp: Likewise.
11450         * gdb.base/checkpoint.exp: Likewise.
11451         * gdb.base/chng-syms.exp: Likewise.
11452         * gdb.base/code-expr.exp: Likewise.
11453         * gdb.base/commands.exp: Likewise.
11454         * gdb.base/completion.exp: Likewise.
11455         * gdb.base/cond-expr.exp: Likewise.
11456         * gdb.base/condbreak.exp: Likewise.
11457         * gdb.base/consecutive.exp: Likewise.
11458         * gdb.base/constvars.exp: Likewise.
11459         * gdb.base/corefile.exp: Likewise.
11460         * gdb.base/cvexpr.exp: Likewise.
11461         * gdb.base/dbx.exp: Likewise.
11462         * gdb.base/define.exp: Likewise.
11463         * gdb.base/detach.exp: Likewise.
11464         * gdb.base/display.exp: Likewise.
11465         * gdb.base/dump.exp: Likewise.
11466         * gdb.base/ena-dis-br.exp: Likewise.
11467         * gdb.base/ending-run.exp: Likewise.
11468         * gdb.base/environ.exp: Likewise.
11469         * gdb.base/eval-skip.exp: Likewise.
11470         * gdb.base/exprs.exp: Likewise.
11471         * gdb.base/fileio.exp: Likewise.
11472         * gdb.base/finish.exp: Likewise.
11473         * gdb.base/float.exp: Likewise.
11474         * gdb.base/foll-exec.exp: Likewise.
11475         * gdb.base/foll-fork.exp: Likewise.
11476         * gdb.base/foll-vfork.exp: Likewise.
11477         * gdb.base/freebpcmd.exp: Likewise.
11478         * gdb.base/funcargs.exp: Likewise.
11479         * gdb.base/gcore.exp: Likewise.
11480         * gdb.base/gdb1090.exp: Likewise.
11481         * gdb.base/gdb1250.exp: Likewise.
11482         * gdb.base/huge.exp: Likewise.
11483         * gdb.base/info-proc.exp: Likewise.
11484         * gdb.base/interrupt.exp: Likewise.
11485         * gdb.base/jump.exp: Likewise.
11486         * gdb.base/langs.exp: Likewise.
11487         * gdb.base/lineinc.exp: Likewise.
11488         * gdb.base/list.exp: Likewise.
11489         * gdb.base/logical.exp: Likewise.
11490         * gdb.base/long_long.exp: Likewise.
11491         * gdb.base/macscp.exp: Likewise.
11492         * gdb.base/maint.exp: Likewise.
11493         * gdb.base/mips_pro.exp: Likewise.
11494         * gdb.base/miscexprs.exp: Likewise.
11495         * gdb.base/multi-forks.exp: Likewise.
11496         * gdb.base/opaque.exp: Likewise.
11497         * gdb.base/overlays.exp: Likewise.
11498         * gdb.base/pc-fp.exp: Likewise.
11499         * gdb.base/pointers.exp: Likewise.
11500         * gdb.base/printcmds.exp: Likewise.
11501         * gdb.base/psymtab.exp: Likewise.
11502         * gdb.base/ptype.exp: Likewise.
11503         * gdb.base/recurse.exp: Likewise.
11504         * gdb.base/relational.exp: Likewise.
11505         * gdb.base/relocate.exp: Likewise.
11506         * gdb.base/remote.exp: Likewise.
11507         * gdb.base/reread.exp: Likewise.
11508         * gdb.base/restore.exp: Likewise.
11509         * gdb.base/return.exp: Likewise.
11510         * gdb.base/return2.exp: Likewise.
11511         * gdb.base/scope.exp: Likewise.
11512         * gdb.base/sect-cmd.exp: Likewise.
11513         * gdb.base/sep.exp: Likewise.
11514         * gdb.base/sepdebug.exp: Likewise.
11515         * gdb.base/setshow.exp: Likewise.
11516         * gdb.base/setvar.exp: Likewise.
11517         * gdb.base/sigall.exp: Likewise.
11518         * gdb.base/sigbpt.exp: Likewise.
11519         * gdb.base/signals.exp: Likewise.
11520         * gdb.base/signull.exp: Likewise.
11521         * gdb.base/sizeof.exp: Likewise.
11522         * gdb.base/solib.exp: Likewise.
11523         * gdb.base/step-line.exp: Likewise.
11524         * gdb.base/step-test.exp: Likewise.
11525         * gdb.base/structs.exp: Likewise.
11526         * gdb.base/structs2.exp: Likewise.
11527         * gdb.base/term.exp: Likewise.
11528         * gdb.base/twice.exp: Likewise.
11529         * gdb.base/until.exp: Likewise.
11530         * gdb.base/varargs.exp: Likewise.
11531         * gdb.base/volatile.exp: Likewise.
11532         * gdb.base/watchpoint.exp: Likewise.
11533         * gdb.base/whatis-exp.exp: Likewise.
11534         * gdb.base/whatis.exp: Likewise.
11535         * gdb.cp/ambiguous.exp: Likewise.
11536         * gdb.cp/annota2.exp: Likewise.
11537         * gdb.cp/annota3.exp: Likewise.
11538         * gdb.cp/bool.exp: Likewise.
11539         * gdb.cp/breakpoint.exp: Likewise.
11540         * gdb.cp/casts.exp: Likewise.
11541         * gdb.cp/class2.exp: Likewise.
11542         * gdb.cp/classes.exp: Likewise.
11543         * gdb.cp/cplusfuncs.exp: Likewise.
11544         * gdb.cp/ctti.exp: Likewise.
11545         * gdb.cp/derivation.exp: Likewise.
11546         * gdb.cp/exception.exp: Likewise.
11547         * gdb.cp/gdb1355.exp: Likewise.
11548         * gdb.cp/hang.exp: Likewise.
11549         * gdb.cp/inherit.exp: Likewise.
11550         * gdb.cp/local.exp: Likewise.
11551         * gdb.cp/m-data.exp: Likewise.
11552         * gdb.cp/m-static.exp: Likewise.
11553         * gdb.cp/member-ptr.exp: Likewise.
11554         * gdb.cp/method.exp: Likewise.
11555         * gdb.cp/misc.exp: Likewise.
11556         * gdb.cp/namespace.exp: Likewise.
11557         * gdb.cp/overload.exp: Likewise.
11558         * gdb.cp/ovldbreak.exp: Likewise.
11559         * gdb.cp/pr-1023.exp: Likewise.
11560         * gdb.cp/pr-1210.exp: Likewise.
11561         * gdb.cp/pr-574.exp: Likewise.
11562         * gdb.cp/printmethod.exp: Likewise.
11563         * gdb.cp/psmang.exp: Likewise.
11564         * gdb.cp/ref-params.exp: Likewise.
11565         * gdb.cp/ref-types.exp: Likewise.
11566         * gdb.cp/rtti.exp: Likewise.
11567         * gdb.cp/templates.exp: Likewise.
11568         * gdb.cp/try_catch.exp: Likewise.
11569         * gdb.cp/userdef.exp: Likewise.
11570         * gdb.cp/virtfunc.exp: Likewise.
11571         * gdb.disasm/am33.exp: Likewise.
11572         * gdb.disasm/h8300s.exp: Likewise.
11573         * gdb.disasm/mn10300.exp: Likewise.
11574         * gdb.disasm/sh3.exp: Likewise.
11575         * gdb.disasm/t01_mov.exp: Likewise.
11576         * gdb.disasm/t02_mova.exp: Likewise.
11577         * gdb.disasm/t03_add.exp: Likewise.
11578         * gdb.disasm/t04_sub.exp: Likewise.
11579         * gdb.disasm/t05_cmp.exp: Likewise.
11580         * gdb.disasm/t06_ari2.exp: Likewise.
11581         * gdb.disasm/t07_ari3.exp: Likewise.
11582         * gdb.disasm/t08_or.exp: Likewise.
11583         * gdb.disasm/t09_xor.exp: Likewise.
11584         * gdb.disasm/t10_and.exp: Likewise.
11585         * gdb.disasm/t11_logs.exp: Likewise.
11586         * gdb.disasm/t12_bit.exp: Likewise.
11587         * gdb.disasm/t13_otr.exp: Likewise.
11588         * gdb.hp/gdb.aCC/optimize.exp: Likewise.
11589         * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
11590         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11591         * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
11592         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
11593         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
11594         * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
11595         * gdb.hp/gdb.base-hp/reg.exp: Likewise.
11596         * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
11597         * gdb.hp/gdb.compat/xdb1.exp: Likewise.
11598         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
11599         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
11600         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
11601         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
11602         * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
11603         * gdb.mi/gdb701.exp: Likewise.
11604         * gdb.mi/gdb792.exp: Likewise.
11605         * gdb.mi/mi-basics.exp: Likewise.
11606         * gdb.mi/mi-break.exp: Likewise.
11607         * gdb.mi/mi-cli.exp: Likewise.
11608         * gdb.mi/mi-console.exp: Likewise.
11609         * gdb.mi/mi-disassemble.exp: Likewise.
11610         * gdb.mi/mi-eval.exp: Likewise.
11611         * gdb.mi/mi-file.exp: Likewise.
11612         * gdb.mi/mi-read-memory.exp: Likewise.
11613         * gdb.mi/mi-regs.exp: Likewise.
11614         * gdb.mi/mi-return.exp: Likewise.
11615         * gdb.mi/mi-simplerun.exp: Likewise.
11616         * gdb.mi/mi-stack.exp: Likewise.
11617         * gdb.mi/mi-stepi.exp: Likewise.
11618         * gdb.mi/mi-syn-frame.exp: Likewise.
11619         * gdb.mi/mi-until.exp: Likewise.
11620         * gdb.mi/mi-var-block.exp: Likewise.
11621         * gdb.mi/mi-var-child.exp: Likewise.
11622         * gdb.mi/mi-var-cmd.exp: Likewise.
11623         * gdb.mi/mi-var-display.exp: Likewise.
11624         * gdb.mi/mi-watch.exp: Likewise.
11625         * gdb.mi/mi2-basics.exp: Likewise.
11626         * gdb.mi/mi2-break.exp: Likewise.
11627         * gdb.mi/mi2-cli.exp: Likewise.
11628         * gdb.mi/mi2-console.exp: Likewise.
11629         * gdb.mi/mi2-disassemble.exp: Likewise.
11630         * gdb.mi/mi2-eval.exp: Likewise.
11631         * gdb.mi/mi2-file.exp: Likewise.
11632         * gdb.mi/mi2-read-memory.exp: Likewise.
11633         * gdb.mi/mi2-regs.exp: Likewise.
11634         * gdb.mi/mi2-return.exp: Likewise.
11635         * gdb.mi/mi2-simplerun.exp: Likewise.
11636         * gdb.mi/mi2-stack.exp: Likewise.
11637         * gdb.mi/mi2-stepi.exp: Likewise.
11638         * gdb.mi/mi2-syn-frame.exp: Likewise.
11639         * gdb.mi/mi2-until.exp: Likewise.
11640         * gdb.mi/mi2-var-block.exp: Likewise.
11641         * gdb.mi/mi2-var-child.exp: Likewise.
11642         * gdb.mi/mi2-var-cmd.exp: Likewise.
11643         * gdb.mi/mi2-var-display.exp: Likewise.
11644         * gdb.mi/mi2-watch.exp: Likewise.
11645         * gdb.stabs/exclfwd.exp: Likewise.
11646         * gdb.stabs/weird.exp: Likewise.
11647         * gdb.threads/gcore-thread.exp: Likewise.
11648         * gdb.trace/actions.exp: Likewise.
11649         * gdb.trace/backtrace.exp: Likewise.
11650         * gdb.trace/circ.exp: Likewise.
11651         * gdb.trace/collection.exp: Likewise.
11652         * gdb.trace/deltrace.exp: Likewise.
11653         * gdb.trace/infotrace.exp: Likewise.
11654         * gdb.trace/limits.exp: Likewise.
11655         * gdb.trace/packetlen.exp: Likewise.
11656         * gdb.trace/passc-dyn.exp: Likewise.
11657         * gdb.trace/passcount.exp: Likewise.
11658         * gdb.trace/report.exp: Likewise.
11659         * gdb.trace/save-trace.exp: Likewise.
11660         * gdb.trace/tfind.exp: Likewise.
11661         * gdb.trace/tracecmd.exp: Likewise.
11662         * gdb.trace/while-dyn.exp: Likewise.
11663         * gdb.trace/while-stepping.exp: Likewise.
11664
11665 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
11666
11667         * gdb.base/step-bt.c: New file.
11668         * gdb.base/step-bt.exp: New testcase.
11669
11670 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
11671
11672         * config/monitor.exp (gdb_load): Remove support for obsolete
11673         download-write-size.
11674         * gdb.base/remote.exp: Likewise.  Update all callers of
11675         gdb_timed_load.
11676
11677 2006-08-02  Daniel Jacobowitz  <dan@codesourcery.com>
11678
11679         * cursal.exp: Pass binfile to gdb_load.
11680
11681 2006-08-01  Nathan Sidwell  <nathan@codesourcery.com>
11682
11683         * gdb.base/cursal.exp: Add "" to gdb_load call.
11684
11685 2006-07-29  Mark Kettenis  <kettenis@gnu.org>
11686
11687         * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
11688         NetBSD/ELF targets.
11689
11690 2006-07-25  Daniel Jacobowitz  <dan@codesourcery.com>
11691
11692         * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
11693         operator*.
11694
11695 2006-07-24  Daniel Jacobowitz  <dan@codesourcery.com>
11696
11697         * gdb.base/completion.exp: Update for change in "file" behavior.
11698         * gdb.stabs/weird.exp: Likewise.
11699         * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
11700         * lib/gdb.exp (gdb_file_cmd): Likewise.  Kill the program explicitly.
11701
11702 2006-07-24  Nathan Sidwell  <nathan@codesourcery.com>
11703
11704         * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
11705         * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
11706
11707 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
11708
11709         * gdb.base/default.exp: Update source command error message.
11710         * gdb.base/help.exp: Update 'help source' message.
11711
11712 2006-07-20  Daniel Jacobowitz  <dan@codesourcery.com>
11713
11714         * gdb.cp/bs15503.exp: Update comment for no longer crashing
11715         test.
11716
11717 2006-07-19  Andrew Stubbs  <andrew.stubbs@st.com>
11718
11719         * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
11720
11721 2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
11722
11723         * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
11724
11725 2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
11726
11727         * gdb.threads/print-threads.exp: Use gdb_breakpoint.
11728
11729 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
11730
11731         * gdb.base/long_long.exp (gdb_test_long_long): Exclude
11732         *-*-openbsd* from targets for wich we expect ARM FPA floating
11733         point format.
11734
11735 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
11736
11737         * gdb.cp/annota3.exp: Expect frame-begin annotation.
11738
11739 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
11740
11741         * gdb.base/annota3.exp: Expect frame-begin annotation.
11742
11743 2006-07-14  Joel Brobecker  <brobecker@adacore.com>
11744
11745         * gdb.base/help.exp: Adjust "help unset" test to accept
11746         any list of unset commands.
11747
11748 2006-07-13  Paul N. Hilfinger  <Hilfinger@adacore.com>
11749             Daniel Jacobowitz  <dan@codesourcery.com>
11750
11751         * gdb.cp/ref-params.exp: New test.
11752         * gdb.cp/ref-params.cc: New source file.
11753         * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
11754
11755 2006-07-08  Mark Kettenis  <kettenis@gnu.org>
11756
11757         * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
11758         spaces/tabs in regular expressions since they might not be there.
11759
11760 2006-07-07  Andrew Stubbs  <andrew.stubbs@st.com>
11761
11762         * gdb.base/ifelse.exp: New file.
11763
11764 2006-07-04  Nathan Sidwell  <nathan@codesourcery.com>
11765
11766         * gdb.base/huge.c: Allow CRASH_GDB to be set from command
11767         line.
11768         * gdb.base/huge.exp: Loop over compilation to find a size that
11769         is acceptable.
11770         * gdb.base/remote.exp: Correct expected strings.
11771         * gdb.dwarf2/mac-fileno.S: Avoid # comments.
11772
11773 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
11774
11775         * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
11776
11777 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
11778
11779         * gdb.base/gdb1555.exp: Use gdb_compile_shlib.  Skip if not
11780         native.
11781
11782 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
11783
11784         * gdb.stabs/exclfwd.exp: Skip the test if configure did not
11785         enable stabs testing.
11786
11787 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
11788
11789         * gdb.base/auxv.exp: Intercept undefined command messages before
11790         gdb_test_multiple does.
11791
11792 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
11793
11794         * Makefile.in (host_alias): Remove.
11795         (target_alias): Use @target_noncanonical@.
11796         (site.exp): Don't set host_alias.
11797         * aclocal.m4: Remove contents.  Include acx.m4.
11798         * configure: Regenerated.
11799         * configure.ac: Use ACX_NONCANONICAL_TARGET.
11800
11801 2006-06-13  Nathan Sidwell  <nathan@codesourcery.com>
11802
11803         * lib/gdb.exp (gdb_load_cmd): New.
11804
11805         * gdb.base/fileio.c: Add system(NULL) test.
11806         * gdb.base/fileio.exp: Check it.
11807
11808         * gdb.base/break.c: Add 10a breakpoint at }
11809         * gdb.base/break.exp: Add test for breakpoint at }
11810         * gdb.cp/anon-union.cc: Add code at end of function.
11811         * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
11812         * gdb.mi/var-cmd.c: Add code at end of function.
11813         * gdb.mi/mi-var-display.exp: Adjust end of next.
11814         * gdb.mi/mi2-var-display.exp: Likewise.
11815         * gdb.base/fileio.c: Add stop function and insert calls at
11816         stopping places.
11817         * gdb.base/fileio.exp: Breakpoint stop function and remove
11818         explicit line number references.
11819
11820 2006-05-19  Joel Brobecker  <brobecker@adacore.com>
11821
11822         * gdb.base/del.exp (test_delete_alias): New function.
11823         Now check that both "del" and "d" work as aliases for "delete".
11824
11825 2006-05-18  Fred Fish  <fnf@specifix.com>
11826
11827         * gdb.base/a2-run.exp: Allow part of test to run when args aren't
11828         required.  Check for spurious output after program exits normally.
11829
11830 2006-05-17  Fred Fish  <fnf@specifix.com>
11831
11832         * gdb.base/relocate.exp: Use gdb_file_cmd rather than
11833         gdb_load, so it works in the simulator.
11834
11835 2006-05-11  Fred Fish  <fnf@specifix.com>
11836
11837         * gdb.base/bang.exp: Ignore unexpected output between the
11838         "program exited normally" and the gdb prompt, as many other
11839         tests do.
11840
11841 2006-05-07  Mark Kettenis  <kettenis@gnu.org>
11842
11843         * gdb.base/help.exp: Make "delete checkpoint" part option for
11844         "help d" and "help delete" tests.
11845
11846 2006-05-06  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11847
11848         * gdb.mi/mi-basics.exp: Add missing serial number to
11849         expected output in some mi_gdb_test statements.
11850         * gdb.mi/mi2-basics.exp: Likewise.
11851
11852 2006-05-05  Joel Brobecker  <brobecker@adacore.com>
11853
11854         * gdb.base/del.c: New file.
11855         * gdb.base/del.exp: New testcase.
11856
11857 2006-05-05  David S. Miller  <davem@sunset.davemloft.net>
11858
11859         * gdb.base/break.exp: Do not assume a breakpoint on
11860         main will actually be in $srcfile when optimizing.
11861         * gdb.base/savedregs.exp: Do not require that the dummy
11862         frame location match up to a symbol and source file location.
11863         * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
11864         will get printed without a mi_cmd_data_list_register_values prefix.
11865         (*-data-list-register-*): Correct regular expressions to expect the new
11866         pseudo d? floating point registers.
11867         * gdb.mi/mi2-regs.exp: Likewise.
11868
11869 2006-05-05  Christophe Lyon  <christophe.lyon@st.com>
11870
11871         * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
11872         * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
11873         is allocated by the compiler.
11874         * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
11875         anons, e, anone to force their allocation by the compiler.
11876
11877 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
11878
11879         * gdb.base/help.exp: Update expected text for help d and
11880         help delete.
11881
11882 2006-05-02  Mark Kettenis  <kettenis@gnu.org>
11883
11884         * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
11885         NetBSD/ELF targets.
11886
11887 2006-04-30  Mark Kettenis  <kettenis@gnu.org>
11888
11889         * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
11890         single-step breakpoint fails; make this a KFAIL on
11891         sparc*-*-openbsd*.
11892         * gdb.base/siginfo.exp: Likewise.
11893         * gdb.base/sigstep.exp (advance, advancei): Likewise.
11894
11895 2006-04-26  Michael Snyder  <msnyder@redhat.com>
11896
11897         * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
11898         which may have to consume output from other forks.
11899         Add tests to make sure that "delete fork" succeeded.
11900
11901 2006-04-20  Michael Snyder  <msnyder@redhat.com>
11902
11903         * 2006-03-22  Jim Blandy  <jimb@redhat.com>
11904         Add support for the Renesas M32C and M16C.
11905
11906         * gdb.asm/asm-source.exp: Add m32c target.
11907         * gdb.asm/m32c.inc: Support for m32c target.
11908
11909 2006-04-07  Andrew Stubbs  <andrew.stubbs@st.com>
11910
11911         * gdb.base/commands.exp (recursive_source_test): New test.
11912
11913 2006-04-04  David S. Miller  <davem@sunset.davemloft.net>
11914
11915         * gdb.base/float.exp: Add pattern for sparc targets.
11916
11917 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
11918
11919         * gdb.base/commands.exp (stray_arg0_test): New test.
11920
11921 2006-03-30  Paul Brook  <paul@codesourcery.com>
11922
11923         * gdb.mi/mi-until.exp: kfail broken until command.
11924         * gdb.mi/mi2-until.exp: Ditto.
11925
11926 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
11927
11928         * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
11929
11930 2006-03-08  Alexandre Oliva  <aoliva@redhat.com>
11931
11932         * gdb.base/prelink.exp: Anchor tested-for regular expression
11933         on gdb prompt.
11934
11935 2006-03-07  Paul Brook  <paul@codesourcery.com>
11936
11937         * gdb.base/assign.exp: Correct fail message.
11938
11939 2006-03-07  Paul Brook  <paul@codesourcery.com>
11940
11941         * lib/compiler.c: Extract armcc version number.
11942         * lib/compiler.cc: Ditto.
11943
11944 2006-03-07  Paul Brook  <paul@codesourcery.com>
11945
11946         * gdb.arch/altivec-abi.exp: Use nowarnings instead of
11947         additional_flags=-w.
11948         * gdb.arch/altivec-regs.exp: Ditto.
11949         * gdb.arch/e500-abi.exp: Ditto.
11950         * gdb.arch/e500-regs.exp: Ditto.
11951         * gdb.base/all-bin.exp: Ditto.
11952         * gdb.base/annota1.exp: Ditto.
11953         * gdb.base/annota3.exp: Ditto.
11954         * gdb.base/args.exp: Ditto.
11955         * gdb.base/arithmet.exp: Ditto.
11956         * gdb.base/assign.exp: Ditto.
11957         * gdb.base/async.exp: Ditto.
11958         * gdb.base/bang.exp: Ditto.
11959         * gdb.base/break.exp: Ditto.
11960         * gdb.base/call-rt-st.exp: Ditto.
11961         * gdb.base/completion.exp: Ditto.
11962         * gdb.base/cond-expr.exp: Ditto.
11963         * gdb.base/condbreak.exp: Ditto.
11964         * gdb.base/consecutive.exp: Ditto.
11965         * gdb.base/define.exp: Ditto.
11966         * gdb.base/display.exp: Ditto.
11967         * gdb.base/ena-dis-br.exp: Ditto.
11968         * gdb.base/environ.exp: Ditto.
11969         * gdb.base/eval-skip.exp: Ditto.
11970         * gdb.base/info-proc.exp: Ditto.
11971         * gdb.base/jump.exp: Ditto.
11972         * gdb.base/logical.exp: Ditto.
11973         * gdb.base/long_long.exp: Ditto.
11974         * gdb.base/maint.exp: Ditto.
11975         * gdb.base/miscexprs.exp: Ditto.
11976         * gdb.base/pc-fp.exp: Ditto.
11977         * gdb.base/pointers.exp: Ditto.
11978         * gdb.base/relational.exp: Ditto.
11979         * gdb.base/reread.exp: Ditto.
11980         * gdb.base/sect-cmd.exp: Ditto.
11981         * gdb.base/sep.exp: Ditto.
11982         * gdb.base/sepdebug.exp: Ditto.
11983         * gdb.base/until.exp: Ditto.
11984         * gdb.base/whatis-exp.exp: Ditto.
11985         * gdb.cp/annota2.exp: Ditto.
11986         * gdb.cp/annota3.exp: Ditto.
11987         * gdb.trace/actions.exp: Ditto.
11988         * gdb.trace/backtrace.exp: Ditto.
11989         * gdb.trace/circ.exp: Ditto.
11990         * gdb.trace/collection.exp: Ditto.
11991         * gdb.trace/deltrace.exp: Ditto.
11992         * gdb.trace/infotrace.exp: Ditto.
11993         * gdb.trace/limits.exp: Ditto.
11994         * gdb.trace/packetlen.exp: Ditto.
11995         * gdb.trace/passc-dyn.exp: Ditto.
11996         * gdb.trace/passcount.exp: Ditto.
11997         * gdb.trace/report.exp: Ditto.
11998         * gdb.trace/save-trace.exp: Ditto.
11999         * gdb.trace/tfind.exp: Ditto.
12000         * gdb.trace/tracecmd.exp: Ditto.
12001         * gdb.trace/while-dyn.exp: Ditto.
12002         * gdb.trace/while-stepping.exp: Ditto.
12003         * lib/gdb.exp: Ditto.
12004         (gdb_compile): Handle nowarning option.
12005
12006 2006-03-07  Alexandre Oliva  <aoliva@redhat.com>
12007
12008         * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
12009         * gdb.base/prelink.exp: Likewise.  Add -q to prelink runs.
12010         Rename executable to prelinkt.  Don't re-prelink if we didn't
12011         get a core file.  Test prelink -u exit status to tell whether
12012         prelinking failed.  Use gdb_test_multiple.
12013
12014 2006-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
12015
12016         * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
12017         (do_tests): Call it.
12018
12019 2006-02-28  Alexandre Oliva  <aoliva@redhat.com>
12020
12021         * gdb.base/prelink.exp: New test.
12022         * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
12023
12024 2006-02-24  Wu Zhou  <woodzltc@cn.ibm.com>
12025
12026         * gdb.fortran/derived-type.f90: New file.
12027         * gdb.fortran/derived-type.exp: New testcase.
12028
12029 2006-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
12030
12031         * gdb.base/default.exp: Allow ';' as a directory separator.
12032
12033 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
12034
12035         * gdb.base/help.exp (help add-symbol-file): Update.
12036
12037 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
12038
12039         * gdb.base/help.exp (help load): Update expected results.
12040
12041 2006-02-19  Fred Fish  <fnf@specifix.com>
12042
12043         * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
12044         specifix hex value as part of results.
12045         * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
12046
12047 2006-02-16  Fred Fish  <fnf@specifix.com>
12048
12049         * gdb.base/whatis.c: Define variables using typedefs char_addr,
12050         ushort_addr, and slong_addr, so the typedefs are not optimized
12051         away.
12052         * gdb.base/whatis.exp: Add tests using type name for struct type,
12053         union type, enum type, and typedef.
12054
12055 2006-02-13  Mark Kettenis  <kettenis@gnu.org>
12056
12057         * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
12058
12059 2006-02-13  Jim Blandy  <jimb@redhat.com>
12060
12061         * gdb.base/scope.exp (test_at_main): Remove logic to handle the
12062         case where it takes two "next" commands to skip past the init
12063         call.
12064
12065 2006-02-12  Fred Fish  <fnf@specifix.com>
12066
12067         * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
12068         to handle cases where it takes two "next" commands to skip
12069         past the init call.
12070
12071 2006-02-07  Joel Brobecker  <brobecker@adacore.com>
12072
12073         * gdb.ada/array_return.exp: Mark the last test as expected to fail
12074         on hppa32 targets.
12075
12076 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
12077
12078         * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
12079         field.
12080
12081 2006-01-29  Mark Kettenis  <kettenis@gnu.org>
12082
12083         * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
12084
12085 2006-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
12086
12087         * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
12088         files.
12089
12090 2006-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
12091
12092         * gdb.cp/maint.exp: Set complaints to a positive value.
12093
12094 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
12095
12096         * gdb.base/multi-forks.c: Add copyright notice.  Include <stdlib.h>.
12097         * gdb.base/multi-forks.exp: Use a loop.  Allow "fork" as a stopped
12098         function name.
12099
12100 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
12101
12102         * gdb.base/checkpoint.c: Update copyright notice.  Include
12103         <stdlib.h>.
12104
12105 2006-01-04  Jim Blandy  <jimb@redhat.com>
12106
12107         * gdb.asm/asm-source.exp: Independently provide default values for
12108         asm-flags and debug-flags.  Use 'string equal' to do the
12109         comparison, not the implicit expr's '==' operator.  Remove
12110         now-unneeded assignments to asm-flags.  In h8300 case, place
12111         "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
12112
12113 2006-01-04  Michael Snyder  <msnyder@redhat.com>
12114
12115         * gdb.base/checkpoint.c: New file.
12116         * gdb.base/checkpoint.exp: New file.
12117         * gdb.base/multi-fork.c: New file.
12118         * gdb.base/multi-fork.exp: New file.
12119         * gdb.base/pi.txt: New file (data for checkpoint.c test).
12120
12121 2006-01-04  Fred Fish  <fnf@specifix.com>
12122
12123         * gdb.base/ptype.c (foo): Add typedef.
12124         (intfoo): Add function.
12125         * gdb.base/ptype1.c: New file.
12126         * gdb.base/ptype.exp: Handle compilation and linking with two
12127         source files.  Test that proper type for "foo" is found based
12128         on source context rather than first match found in symtabs.
12129
12130 2005-12-28  Mark Kettenis  <kettenis@gnu.org>
12131
12132         * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
12133         * gdb.asm/openbsd.inc: Indent commands.
12134
12135 2005-12-26  Mark Kettenis  <kettenis@gnu.org>
12136
12137         * gdb.base/freebpcmd.exp: Increase timeout.
12138
12139         * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
12140
12141 2005-12-17  Daniel Jacobowitz  <dan@codesourcery.com>
12142
12143         * gdb.base/default.exp: Update check for "show version".
12144
12145 2005-12-09  Randolph Chung  <tausq@debian.org>
12146
12147         * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
12148         * gdb.asm/pa64.inc: New file.
12149
12150 2005-12-09  Randolph Chung  <tausq@debian.org>
12151
12152         * gdb.asm/common.inc: Indent commands.
12153         * gdb.asm/asmsrc1.s: Likewise.
12154         * gdb.asm/asmsrc2.s: Likewise.
12155
12156 2005-12-09  Randolph Chung  <tausq@debian.org>
12157
12158         * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
12159         (get_addr_of_sym): Remove duplicate print.
12160         (gen_core): xfail hppa*-*-hpux*, update expected output.
12161         * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
12162         * gdb.arch/pa64-nullify.s: New file.
12163
12164 2005-12-09  Randolph Chung  <tausq@debian.org>
12165
12166         * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
12167
12168 2005-12-07  Christophe Lyon  <christophe.lyon@st.com>
12169
12170         * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
12171         code generation for these functions.
12172         * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
12173         error message.
12174
12175 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
12176
12177         * gdb.base/help.exp (help b, help br, help bre, help brea)
12178         (help break): Update the expected message.
12179
12180 2005-11-11  Stephane Carrez  <stcarrez@nerim.fr>
12181
12182         * gdb.asm/m68hc11.inc: Setup the data section.
12183         * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
12184         script for this test.
12185         (m6812-*-*): Likewise.
12186
12187 2005-11-09  Randolph Chung <tausq@debian.org>
12188
12189         * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
12190
12191 2005-11-09  Wu Zhou  <woodzltc@cn.ibm.com>
12192
12193         * gdb.base/break.exp: Fix a comment typo.
12194
12195 2005-11-03  Jim Blandy  <jimb@redhat.com>
12196
12197         Checked in by Elena Zannoni  <ezannoni@redhat.com>
12198
12199         * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
12200
12201 2005-11-02  Corinna Vinschen  <vinschen@redhat.com>
12202
12203         * gdb.arch/gdb1558.c: Include stdio.h.
12204
12205 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
12206
12207         * gdb.asm/asm-source.exp: Use -e instead of --entry.
12208
12209 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
12210
12211         * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
12212
12213 2005-10-17  Paul Gilliam  <pgilliam@us.ibm.com>
12214
12215         * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
12216         vscr" tests to better match output.
12217
12218 2005-10-12  Jim Blandy  <jimb@redhat.com>
12219
12220         * gdb.base/structs.exp (any): New function.
12221         (test_struct_returns): Don't make any assumptions at all about
12222         what value the function returns when GDB can't set the return
12223         value.
12224
12225 2005-10-09  Joel Brobecker  <brobecker@adacore.com>
12226
12227         * gdb.ada/arrayidx/p.adb: New file.
12228         * gdb.ada/arrayidx.exp: New testcase
12229
12230 2005-10-09  Joel Brobecker  <brobecker@adacore.com>
12231
12232         * gdb.ada/array_return/pck.ads: New file.
12233         * gdb.ada/array_return/pck.adb: New file.
12234         * gdb.ada/array_return/p.adb: New file.
12235         * gdb.ada/array_return.exp: New testcase.
12236
12237 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
12238
12239         * gdb.base/arrayidx.c: New file.
12240         * gdb.base/arrayidx.exp: New testcase.
12241
12242 2005-09-29  Nick Roberts  <nickrob@snap.net.nz>
12243
12244         * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
12245         frames-invalid and breakpoints-invalid are no longer generated
12246         with level 3 so don't expect them in the output.
12247
12248 2005-09-27  Bob Rossi  <bob@brasko.net>
12249
12250         * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
12251         from test.  Escape the | in mi_gdb_test call.
12252         * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
12253         gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
12254         gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
12255         gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
12256         expected regex's in mi_gdb_test calls.
12257         * lib/mi-support.exp: Remove arbitrary .* from tests.
12258         (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
12259         Fully anchor GDB/MI expected results in mi_gdb_test.
12260         * lib/gdb.exp (string_to_regexp): Escape the ] character.
12261         * gdb.base/sizeof.exp: Remove escape character. Correct test.
12262
12263 2005-09-26  Paul Brook  <paul@codesourcery.com>
12264
12265         * long_long.exp: Exclude eabi targets from arm FPA float format test.
12266
12267 2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
12268
12269         * bfp-test.c: New file.
12270         * bfp-test.exp: New testcase.
12271
12272 2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
12273
12274         * gdb.fortran/subarray.exp: New testcase to test the evaluation
12275         of subarray and substring variable.
12276         * gdb.fortran/subarray.f: New source file for the test of subarray
12277         and substring variable evaluation.
12278         * gdb.fortran/exprs.exp: Add four tests for substring evaluation
12279         of string constant.
12280
12281 2005-09-19  Daniel Jacobowitz  <dan@codesourcery.com>
12282
12283         * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
12284         copyright dates.
12285
12286 2005-09-19  Paul Gilliam  <pgilliam@us.ibm.com>
12287
12288         * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
12289         powerpc altivec' test with an almost identical 'info vector' test.
12290
12291 2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
12292
12293         * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
12294         vscr" tests to match output.
12295
12296 2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
12297
12298         * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
12299         output.
12300
12301 2005-09-11  Bob Rossi  <bob@brasko.net>
12302
12303         * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
12304         * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
12305         commands that return an MI output command and an asyncronous MI output
12306         command.
12307         * gdb.mi/mi-console.exp: Ditto.
12308
12309 2005-09-11  Bob Rossi  <bob@brasko.net>
12310
12311         * gdb.mi/mi-var-child.c: Include <string.h>.
12312
12313 2005-09-10  Daniel Jacobowitz  <dan@codesourcery.com>
12314
12315         * killed.exp: Correct gdb_expect syntax.
12316
12317 2005-08-09  Corinna Vinschen  <vinschen@redhat.com>
12318
12319         * lib/mi-support.exp (mi_gdb_load): Fix typo.
12320
12321 2005-08-02  Bob Rossi  <bob@brasko.net>
12322
12323         * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
12324         (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
12325         Change tests to inferior-tty-set/show.
12326         * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
12327         (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
12328         * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
12329         inferior.  Use mi_gdb_test to get GDB and Inferior output.
12330         * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
12331         descriptor.
12332         (mi_inferior_tty_name): Add inferior PTY file name.
12333         (mi_gdb_start): Add INFERIOR_PTY parameter.
12334         (mi_gdb_test): Add IPATTERN parameter.
12335
12336 2005-08-02   Bob Rossi  <bob@brasko.net>
12337
12338         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
12339         parameter to mi_gdb_test.
12340         * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
12341
12342 2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
12343
12344         * gdb.mi/mi-var-child.c (do_children_tests): Initialize
12345         struct_declarations.
12346         * gdb.mi/mi-var-child.exp: Step over the initialization of
12347         struct_declarations.
12348
12349 2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
12350
12351         * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
12352         * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
12353         * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
12354         * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
12355         * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
12356         file.
12357
12358 2005-07-27  Nick Roberts  <nickrob@snap.net.nz>
12359
12360         * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
12361         (do_children_tests): Assign values to the extra elements.
12362
12363         * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
12364         them for tests for "-var-update --no-values" and
12365         "-var-update --all-values".
12366         Add test for "-var-list-children --simple-values".
12367
12368         * gdb.mi/basics.c (callee4): Add integer array D[3]...
12369
12370         * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
12371         "-stack-list-locals --simple-values"  Improve doc strings and
12372         comments.
12373
12374 2005-07-18  Mark Kettenis  <kettenis@gnu.org>
12375
12376         * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
12377         *-*-openbsd*.
12378         * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
12379
12380         * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
12381         sigaltsatck'.
12382
12383 2005-07-14  Bob Rossi  <bob@brasko.net>
12384
12385         * gdb.base/default.exp (tty): Changed output of command.
12386         * gdb.base/help.exp (help tty): Ditto.
12387
12388 2005-07-12  Mark Kettenis  <kettenis@gnu.org>
12389
12390         * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
12391
12392 2005-07-10  Mark Kettenis  <kettenis@gnu.org>
12393
12394         * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
12395         -stack-select-frame without arguments.
12396         (test_stack_frame_listing): Add test for newly implemented command
12397         -stack-info-frame.
12398
12399 2005-07-06  Bob Rossi  <bob@brasko.net>
12400
12401         * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
12402         command.
12403         (Copyright): Update copyright.
12404
12405 2005-07-06  Wu Zhou  <woodzltc@cn.ibm.com>
12406
12407         * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
12408         tests to evaluate exponentiation expression.
12409
12410 2005-06-29  Andreas Schwab  <schwab@suse.de>
12411
12412         * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
12413         main to avoid warnings.
12414
12415         * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
12416
12417 2005-06-20  Nick Roberts  <nickrob@snap.net.nz>
12418
12419         * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
12420         -stack-select-frame without arguments.
12421         (test_stack_frame_listing): Add test for newly implemented command
12422         -stack-info-frame.
12423
12424 2005-06-17  Wu Zhou  <woodzltc@cn.ibm.com>
12425
12426         * gdb.fortran/array-element.f: New file.
12427         * gdb.fortran/array-element.exp: New testcase.
12428
12429 2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
12430
12431         * gdb.base/bigcore.exp: Correct checks for systems which can
12432         not dump a large core file.
12433
12434 2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
12435
12436         * gdb.base/relocate.c: Add a copyright notice.
12437         (dummy): Remove.
12438         * gdb.base/relocate.exp: Test printing the values of variables
12439         from a relocatable file.
12440
12441 2005-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
12442
12443         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
12444         excess MI output after an error.
12445
12446 2005-05-29  Joel Brobecker  <brobecker@adacore.com>
12447
12448         * gdb.arch/alpha-step.c: New file.
12449         * gdb.arch/alpha-step.exp: New testcase.
12450
12451 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
12452             Dennis Brueni  <dennis@slickedit.com>
12453
12454         * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
12455         gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
12456         gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
12457         gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
12458         gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
12459         gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
12460         * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
12461
12462 2005-05-17  Paul Gilliam  <pgilliam@us.ibm.com>
12463             Wu Zhou  <woodzltc@cn.ibm.com>
12464
12465         * gdb.base/shreloc.exp: Use gdb_compile_shlib.  Add support for
12466         IBM's xlc compiler.
12467         * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
12468         * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
12469
12470 2005-05-13  Jim Blandy  <jimb@redhat.com>
12471
12472         * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
12473         calling gdb_suppress_entire_file.
12474         * gdb.base/charset.exp: Same.
12475         * gdb.base/call-rt-st.exp: Same.
12476
12477 2005-05-05  Bob Rossi  <bob_rossi@cox.net>
12478
12479         * lib/gdb.exp (fullname_syntax): Added global regex.
12480         (fullname_syntax_POSIX): Ditto.
12481         (fullname_syntax_UNC): Ditto.
12482         (fullname_syntax_DOS_CASE): Ditto.
12483         (fullname_syntax_DOS): Ditto.
12484         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
12485         fullname_syntax variable to scope and use it.
12486         (test_file_list_exec_source_files): Ditto.
12487         * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
12488
12489 2005-05-04  Daniel Jacobowitz  <dan@codesourcery.com>
12490
12491         * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
12492
12493 2004-05-02  Paul Gilliam  <pgilliam@us.ibm.com>
12494
12495         * lib/gdb.exp (skip_altivec_tests): New function, based on
12496         check_vmx_hw_available from the GCC testsuite.
12497         * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
12498         * lib/gdb.arch/altivec-regs.exp: Likewise.
12499
12500 2005-05-02  Jim Blandy  <jimb@redhat.com>
12501
12502         * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
12503         calling gdb_suppress_entire_file.
12504
12505 2005-04-30  Randolph Chung  <tausq@debian.org>
12506
12507         * gdb.threads/staticthreads.exp: Override signal to check for hppa.
12508         Slightly relax "sem_post" name checking.
12509
12510 2005-04-29  Paul Gilliam  <pgilliam@us.ibm.com>
12511
12512         * gdb.base/unload.exp: Use new shared library infrastructure.
12513
12514 2005-04-29  Paul Gilliam  <pgilliam@us.ibm.com>
12515
12516         * gdb.base/so-impl-ld.exp: Use new shared library
12517         infrastructure.
12518
12519 2005-04-29  Corinna Vinschen  <vinschen@redhat.com>
12520
12521         * gdb.asm/asm-source.exp: Add h8300 to supported targets.
12522         * gdb.asm/h8300.inc: New file.
12523
12524 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
12525
12526         * gdb.base/shlib-call.exp: Change to use new shared library
12527         infrastructure.
12528
12529 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
12530
12531         * gdb.base/pending.exp: Change to use new shared library
12532         infrastructure.
12533
12534 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
12535
12536         * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
12537         use test_compiler_info instead of gcc_compiled, and update copyright.
12538
12539 2005-04-27  Paul Gilliam  <pgilliam@us.ibm.com>
12540
12541         * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
12542         shared objects being adjusted and update copyright years.
12543
12544 2005-04-27  Daniel Jacobowitz  <dan@codesourcery.com>
12545
12546         * ChangeLog: Correct some 2003-01-13 dates.
12547         * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
12548         gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
12549         gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
12550         gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
12551         gdb.trace/tfind.exp: Update copyright years.
12552
12553 2005-04-14  Paul Gilliam  <pgilliam@us.ibm.com>
12554             Daniel Jacobowitz  <dan@codesourcery.com>
12555
12556         * lib/gdb.exp (gdb_compile): Handle shlib=.
12557         (gdb_compile_shlib): New function.
12558
12559 2005-04-12  Paul Gilliam  <pgilliam@us.ibm.com>
12560
12561         * lib/gdb.exp (test_compiler_info): Give argument a default value.
12562
12563 2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
12564
12565         * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
12566         gdb.server.
12567         * configure.ac: Likewise.
12568         * configure: Regenerated.
12569         * gdb.gdbserver/Makefile.in: Moved to...
12570         * gdb.server/Makefile.in: ... here.
12571         * gdb.gdbserver/server.c: Moved to...
12572         * gdb.server/server.c: ... here.
12573         * gdb.gdbserver/server-run.exp: Moved to...
12574         * gdb.server/server-run.exp: ... here.
12575
12576 2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
12577
12578         * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
12579         * configure.ac: Create gdb.gdbserver/Makefile.
12580         * configure: Regenerated.
12581         * lib/gdbserver-support.exp: New file, derived from
12582         config/gdbserver.exp.
12583         * config/gdbserver.exp: Use gdbserver-support.exp.
12584         * gdb.gdbserver/Makefile.in: New file.
12585         * gdb.gdbserver/server.c: New file.
12586         * gdb.gdbserver/server-run.exp: New file.
12587
12588 2005-04-06  Paul Gilliam  <pgilliam@us.ibm.com>
12589
12590         * lib/gdb.exp (test_compiler_info): Return compiler_info
12591         if no arguments are given.
12592
12593 2005-04-01  Paul Gilliam  <pgilliam@us.ibm.com>
12594
12595         * gdb.arch/altivec-abi.exp: Check for compiler and set
12596         use altivec' flag accordingly.
12597         * gdb.arch/altivec-regs.exp: Likewise.
12598
12599 2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
12600
12601         * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
12602
12603 2005-03-27  Andreas Schwab  <schwab@suse.de>
12604
12605         * gdb.base/bigcore.c (main): Add missing mode argument in open
12606         call.
12607
12608 2005-03-25  Daniel Jacobowitz  <dan@codesourcery.com>
12609
12610         * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
12611         downloads.
12612         * config/gdbserver.exp (gdb_load): Likewise.
12613
12614 2005-03-14  Paul Brook  <paul@codesourcery.com>
12615
12616         * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
12617         targets.
12618
12619 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
12620
12621         * gdb.dwarf2/dup-psym.S: New file.
12622         * gdb.dwarf2/dup-psym.exp: New testcase.
12623
12624 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
12625
12626         * gdb.ada/exec_changed/first.adb: New file.
12627         * gdb.ada/exec_changed/second.adb: New file.
12628         * gdb.ada/exec_changed.exp: New testcase.
12629
12630 2005-03-08  Nathan Sidwell  <nathan@codesourcery.com>
12631
12632         * gdb.cp/userdef.cc (A1::operator+): New unary plus.
12633         (A2): New class.
12634         (main): Test operator+.
12635         * gdb.cp/userdef.exp: Test unary plus.  Use A2::operator+ for
12636         breakpoint test.
12637
12638         * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
12639         * gdb.base/signull.exp: Disable if gdb,nosignals.
12640         * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
12641         * gdb.cp/exception.exp: Disable if skip_cplus_tests.
12642         * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
12643         * gdb.mi/mi2-console.exp: Likewise.
12644         * gdb.trace/collection.exp (run_trace_experiment): Consume the
12645         continue output at start.
12646         (gdb_collect_locals_test): Robustify regexp.
12647         * gdb.trace/passc-dyn.exp: Fix comment typo.
12648         * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
12649
12650 2005-03-08  Corinna Vinschen  <vinschen@redhat.com>
12651
12652         * gdb.asm/asm-source.exp: Add iq2000 case.
12653         * gdb.asm/iq2000.inc: New file.
12654
12655 2005-03-07  Manoj Iyer <manjo@austin.ibm.com>
12656
12657         * gdb.base/command.exp: Change hardcoded value to regular expression.
12658         * gdb.base/float.exp: Add powerpc to the list of targets checked.
12659
12660 2005-03-07  Daniel Jacobowitz  <dan@codesourcery.com>
12661
12662         * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
12663         gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
12664         gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
12665         gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
12666         gdb.asm/x86_64.inc: Use .purgem before redefining macros.
12667
12668 2005-03-05  Mark Kettenis  <kettenis@gnu.org>
12669
12670         * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
12671         changes.
12672
12673 2004-03-03  Paul Gilliam  <pgilliam@us.ibm.com>
12674
12675         * lib/compiler.c: Add test for IBM's xlc compiler.
12676         * lib/compiler.cc: Likewise.
12677
12678 2004-02-24  Joel Brobecker  <brobecker@adacore.com>
12679
12680         * gdb.ada/fixed_points.exp: Create compilation object directory
12681         before running the test.
12682         * gdb.ada/null_record.exp: Likewise.
12683         * gdb.ada/packed_array.exp: Likewise.
12684         * gdb.ada/start.exp: Likewise.
12685
12686 2005-02-15  Joel Brobecker  <brobecker@adacore.com>
12687
12688         * gdb.ada/packed_array/pa.adb: New file.
12689         * gdb.ada/packed_array.exp: New testcase.
12690
12691 2005-02-10  Mark Kettenis  <kettenis@gnu.org>
12692
12693         * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
12694         files.
12695
12696         * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
12697         on *-*-openbsd*.  Correctly match whitespace in regukar
12698         expressions.
12699
12700 2005-02-10  Daniel Jacobowitz  <dan@debian.org>
12701
12702         From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
12703         PR exp/1821
12704         * gdb.base/gdb1821.c: New test file.
12705         * gdb.base/gdb1821.exp: New test file.
12706
12707 2005-02-09  Joel Brobecker  <brobecker@adacore.com>
12708
12709         * gdb.base/start.c: New file.
12710         * gdb.base/start.exp: New testcase.
12711
12712 2005-02-09  Joel Brobecker  <brobecker@adacore.com>
12713
12714         * gdb.ada/start/dummy.adb: New file.
12715         * gdb.ada/start.exp: New testcase.
12716
12717 2005-02-09  Corinna Vinschen  <vinschen@redhat.com>
12718
12719         * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
12720         for printing symbols and statistics.
12721         Add test for using relative pathnames in "maint print msymbols" test.
12722         Mark "maint info sections DATA" XFAIL on Cygwin.
12723         Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
12724         tests.
12725
12726 2005-02-09  Andreas Schwab  <schwab@suse.de>
12727
12728         Committed by Andrew Cagney  <cagney@gnu.org>
12729         * gdb.base/remotetimeout.exp: New file.
12730
12731 2005-02-07  Mark Kettenis  <kettenis@gnu.org>
12732
12733         * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
12734
12735 2005-02-03  Joel Brobecker  <brobecker@adacore.com>
12736
12737         * gdb.ada/gnat_ada.gpr: New file.
12738         * gdb.ada/gnat_ada.gin: Delete, no longer used.
12739         * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
12740         * configure.ac: No longer generate gnat_ada.gpr.
12741         * configure: Regenerate.
12742         * gdb.ada/Makefile.in: Minor adaptations due to new project file.
12743         * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
12744         * gdb.ada/null_record/bar.ads: Likewise.
12745         * gdb.ada/null_record/bar.adb: Likewise.
12746         * gdb.ada/fixed_points/fixed_points.adb: Likewise.
12747         * gdb.ada/null_record.exp (testdir): New variable.
12748         (testfile): executable is now in testdir subdirectory.
12749         (srcfile): Use full path to the main compilation unit.
12750         * gdb.ada/fixed_points.exp: Same changes as above.
12751
12752 2005-02-03  Nick Roberts  <nickrob@snap.net.nz>
12753
12754         * gdb.base/interp.exp: New test.
12755
12756 2005-01-24  Andrew Cagney  <cagney@gnu.org>
12757
12758         * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
12759
12760 2005-01-19  Andrew Cagney  <cagney@gnu.org>
12761
12762         * gdb.stabs/Makefile.in (Makefile): Update dependencies -
12763         configure.ac not configure.in.
12764
12765         * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
12766         of powerpc*-*-*.
12767         * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
12768         * gdb.base/list.exp (test_list_function)
12769         (test_list_filename_and_function): Ditto.
12770         * gdb.base/callfuncs.exp (do_function_calls): Ditto.
12771
12772 2005-01-16  Andrew Cagney  <cagney@gnu.org>
12773
12774         * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
12775
12776         * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
12777
12778 2005-01-14  Andrew Cagney  <cagney@gnu.org>
12779
12780         * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
12781         * gdb.mi/mi2-var-cmd.exp: Ditto.
12782
12783 2005-01-10  Corinna Vinschen  <vinschen@redhat.com>
12784
12785         * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
12786
12787 2005-01-07  Andrew Cagney  <cagney@gnu.org>
12788
12789         * configure.ac: Rename configure.in, require autoconf 2.59.
12790         * configure: Re-generate.
12791         * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
12792         * gdb.stabs/configure: Re-generate.
12793         * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
12794         * gdb.hp/configure: Re-generate.
12795         * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
12796         autoconf 2.59.
12797         * gdb.hp/gdb.objdbg/configure: Re-generate.
12798         * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
12799         autoconf 2.59.
12800         * gdb.hp/gdb.defects/configure: Re-generate.
12801         * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
12802         autoconf 2.59.
12803         * gdb.hp/gdb.compat/configure: Re-generate.
12804         * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
12805         autoconf 2.59.
12806         * gdb.hp/gdb.base-hp/configure: Re-generate.
12807         * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
12808         autoconf 2.59.
12809         * gdb.hp/gdb.aCC/configure: Re-generate.
12810
12811 2004-12-15  Jim Blandy  <jimb@redhat.com>
12812
12813         * gdb.threads/linux-dp.exp: Fix output regexp to handle output
12814         under NPTL when there is debugging info available for libpthread.
12815
12816 2004-12-13  Jerome Guitton  <guitton@gnat.com>
12817
12818         * gdb.ada/fixed_points.c: New file.
12819         * gdb.ada/fixed_points.exp: New file.
12820
12821 2004-12-03  Randolph Chung  <tausq@debian.org>
12822
12823         * gdb.arch/pa-nullify.exp: New file.
12824         * gdb.arch/pa-nullify.s: New file.
12825
12826 2004-11-30  Randolph Chung  <tausq@debian.org>
12827
12828         * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
12829         instead of "tbug".  Fix regexp to work properly with gdb_test.
12830
12831 2004-11-29  Paul Hilfinger  <Hilfinger@gnat.com>
12832
12833         * gdb.base/bitfields2.exp: New test.
12834         * gdb.base/bitfields2.c: New file.
12835
12836 2004-11-28  Richard Earnshaw  <rearnsha@arm.com>
12837
12838         * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
12839
12840 2004-11-16  Randolph Chung  <tausq@debian.org>
12841
12842         * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
12843
12844 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
12845
12846         * gdb.threads/threadapply.exp: Correct "macro details" test.
12847
12848 2004-11-11  Jeff Johnston  <jjohnstn@redhat.com>
12849
12850         * gdb.threads/threadapply.exp: New test.
12851         * gdb.threads/threadapply.c: New file.
12852
12853 2004-11-07  Mark Kettenis  <kettenis@gnu.org>
12854
12855         * gdb.base/savedregs.exp: Correct pattern used for sigtramp
12856         frames.
12857
12858 2004-11-05  Felix Lee  <felix+log1@specifixinc.com>
12859
12860         * gdb.base/cursal.exp: New file.
12861         * gdb.base/cursal.c: New file.
12862
12863 2004-11-03  Andrew Cagney  <cagney@gnu.org>
12864
12865         * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
12866
12867 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
12868
12869         * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
12870         NetBSD/ELF targets.
12871
12872 2004-10-29  Joel Brobecker  <brobecker@gnat.com>
12873
12874         * gdb.threads/bp_in_thread.c: New file, copied from
12875         pthread_cond_wait.c.
12876         * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
12877         file, rather than reusing the .c file from another testcase.
12878
12879 2004-10-20  Joel Brobecker  <brobecker@gnat.com>
12880
12881         * gdb.ada/null_record.exp: Check where we stopped after
12882         sending the start command, instead of where the associated
12883         temporary breakpoint was inserted.
12884
12885 2004-10-14  Andrew Cagney  <cagney@gnu.org>
12886
12887         * gdb.mi/gdb701.c (main): Return 0.
12888
12889 2004-10-13  Daniel Jacobowitz  <dan@debian.org>
12890
12891         * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
12892
12893 2004-10-12  Jeff Johnston  <jjohnstn@redhat.com>
12894
12895         * gdb.threads/schedlock.c: Add comment markers to use to find
12896         line numbers.
12897         * gdb.threads/schedlock.exp: Adjust regex to handle the new
12898         comments.
12899         * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
12900         breakpoint lines.
12901
12902 2004-10-12  Daniel Jacobowitz  <dan@debian.org>
12903
12904         * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
12905
12906 2004-10-12  Daniel Jacobowitz  <dan@debian.org>
12907
12908         * configure.in: Add gdb.dwarf2.
12909         * configure: Regenerated.
12910         * Makefile.in: Add gdb.dwarf2.
12911         * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
12912         gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
12913         gdb.dwarf2/file1.txt: New files.
12914
12915 2004-10-11  Orjan Friberg  <orjanf@axis.com>
12916
12917         * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
12918         of "run", since the latter doesn't work with remote targets.  Adjust
12919         the breakpoint numbering accordingly.
12920         * gdb.threads/pthread_cond_wait.exp: Ditto.
12921
12922 2004-10-08  Michael Chastain  <mec.gnu@mindspring.com>
12923
12924         * gdb.base/overlays.exp: Update copyright years.
12925
12926 2004-10-08  Kei Sakamoto  <sakamoto.kei@renesas.com>
12927
12928         * gdb.base/overlays.exp: Disable if target is Linux.
12929
12930 2004-10-06  Felix Lee  <felix+log1@specifixinc.com>
12931
12932         * config/gdbserver.exp (gdb_load): Use right filename on remote.
12933
12934 2004-10-05  Kei Sakamoto  <sakamoto.kei@renesas.com>
12935
12936         * gdb.asm/asm-source.exp: Add m32r-linux target.
12937         * gdb.asm/m32r-linux.inc: New file.
12938
12939 2004-09-24  Andrew Cagney  <cagney@redhat.com>
12940             David Anderson <anderson@redhat.com>
12941
12942         * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
12943         command fails, assume things will work.
12944         * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
12945         (_GNU_SOURCE): Define.
12946         (print_unsigned, print_hex): Change parameter to "long long".
12947         (print_byte_count): New function, use to print byte counts.
12948         (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
12949         O_LARGEFILE.
12950         (main): Compute an upper bound on a corefile in max_core_size.
12951         Limit memory chunk size to max_core_size.  Limit total memory
12952         allocated to max_core_size.
12953
12954 2004-09-23  Andrew Cagney  <cagney@gnu.org>
12955
12956         * gdb.base/bigcore.exp: Replace the code that creates a corefile
12957         from a separate process with code that creates a corefile by
12958         making the inferior dump core.
12959
12960 2004-09-23  Mark Kettenis  <kettenis@gnu.org>
12961
12962         * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
12963         block.
12964
12965 2004-09-23  Michael Chastain  <mec.gnu@mindspring.com>
12966
12967         * gdb.base/constvars.exp (local_compiler_xfail_check_2):
12968         New proc.  Accept both gcc 3.x.x and gcc 4.x.x.
12969         * gdb.base/volatile.exp (local_compiler_xfail_check_2):
12970         Likewise.
12971
12972 2004-09-20  Jeff Johnston  <jjohnstn@redhat.com>
12973
12974         * gdb.java/jprint.exp: New test case for java inferior call.
12975         * gdb.java/jprint.java: Ditto.
12976
12977 2004-09-15  Joel Brobecker  <brobecker@gnat.com>
12978
12979         * gdb.base/bigcore.exp: Deactivate on IRIX targets.
12980
12981 2004-09-14  Michael Chastain  <mec.gnu@mindspring.com>
12982
12983         * gdb.threads/killed.c: Include <stdlib.h>.
12984         * gdb.threads/pthreads.c: Likewise.
12985
12986 2004-09-14  Michael Chastain  <mec.gnu@mindspring.com>
12987
12988         * gdb.threads/killed.c: Add copyright notice.
12989
12990 2004-09-10  Jason Molenda  (jmolenda@apple.com)
12991
12992         * gdb.base/define.exp: Two new tests to verify zero space chars
12993         after 'if' and 'while' commands in a user-defined command is correctly
12994         parsed.
12995
12996 2004-09-08  Andrew Cagney  <cagney@gnu.org>
12997
12998         * gdb.base/signals.exp (signal_tests_1): Delete.  Merge signal
12999         delivery test with duplicate at end of file.
13000
13001 2004-09-06  Mark Kettenis  <kettenis@jive.nl>
13002
13003         * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
13004
13005 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
13006
13007         * config/hppro.exp: Removed.
13008
13009 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
13010
13011         * config/sparclet.exp: Removed.
13012
13013 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
13014
13015         * config/udi.exp: Removed.
13016
13017 2004-09-02  Michael Chastain  <mec.gnu@mindspring.com>
13018
13019         * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
13020         of "exp_continue".
13021         (advancei): Likewise.
13022
13023 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
13024
13025         * gdb.base/unload.exp: Fix so messages aren't duplicated.
13026
13027 2004-09-01  Manoj Iyer  <manjo@austin.ibm.com>
13028
13029         * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
13030         to check for nodebug in executable.
13031         * gdb.gdb/observer.exp (setup_test): Likewise.
13032         * gdb.gdb/selftest.exp (test_with_self): Likewise.
13033         * gdb.gdb/xfullpath.exp (setup_test): Likewise.
13034
13035 2004-09-01  Andrew Cagney  <cagney@gnu.org>
13036
13037         * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
13038         files.
13039
13040 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
13041
13042         * gdb.base/unload.exp: Fix expected warning message to match
13043         latest format.
13044
13045 2004-09-01  Corinna Vinschen  <vinschen@redhat.com>
13046
13047         * gdb.base/call-rt-st.exp: Fix typos.
13048
13049 2004-08-31  Manoj Iyer  <manjo@austin.ibm.com>
13050
13051         * gdb.threads/thread_check.exp: New testcase.
13052         * gdb.threads/thread_check.c: New testcase.
13053
13054 2004-08-31  Andrew Cagney  <cagney@gnu.org>
13055
13056         * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
13057         (skip_to_handler_entry): New procedures.  Test stepping into a
13058         handler when the breakpoint is at the handler's entry point.
13059
13060 2004-08-30  Andrew Cagney  <cagney@gnu.org>
13061
13062         * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
13063         gdb/1757.
13064
13065 2004-08-27  Michael Chastain  <mec.gnu@mindspring.com>
13066
13067         With code from Manoj Iyer <manjo@austin.ibm.com>:
13068         * lib/gdb.exp (gdb_file_cmd): Return more information in the
13069         return value.  Add an arm for "no debugging symbols found".
13070         Change a stray "error" to "perror".
13071         (gdb_run_cmd): Adapt to new return value.
13072         * gdb.base/remote.exp: Adapt to new return value.
13073         * gdb.gdb/complaints.exp: Likewise.
13074         * gdb.gdb/observer.exp: Likewise.
13075         * gdb.gdb/selftest.exp: Likewise.
13076         * gdb.gdb/xfullpath.exp: Likewise.
13077
13078 2004-08-27  Joel Brobecker  <brobecker@gnat.com>
13079
13080         * gdb.threads/bp_in_thread.exp: New testcase.
13081
13082 2004-08-27  Michael Chastain  <mec.gnu@mindspring.com>
13083
13084         Fix PR testsuite/1735.
13085         * gdb.threads/schedlock.c (thread_function): Add a cast
13086         to suppress a gcc warning.
13087         * gdb.threads/thread-specific.c (thread_function): Likewise.
13088
13089 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
13090
13091         * gdb.base/unload.c: Include <stdlib.h>.
13092
13093 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
13094
13095         From Paul Gilliam <pgilliam@us.ibm.com>:
13096         * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
13097         synchronized after the "return".
13098
13099 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
13100
13101         * gdb.mi/basics.c: Include <stdio.h>.
13102         * gdb.mi/pthreads.c: Include <stdlib.h>.
13103         * gdb.mi/var-cmd.c: Include <stdlib.h>.
13104
13105 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
13106
13107         * gdb.threads/schedlock.c: Add copyright notice.
13108
13109 2004-08-25  Andrew Cagney  <cagney@gnu.org>
13110
13111         * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
13112         (skip_over_handler, breakpoint_over_hander): New test procedures.
13113         (advance, advancei): Add a proper prefix, do not use
13114         rerun_to_main.
13115         * gdb.base/sigstep.c (main): Change to use an infinite loop.
13116
13117 2004-08-24  Michael Chastain  <mec.gnu@mindspring.com>
13118
13119         * gdb.mi/basics.c: Add copyright notice.
13120         * gdb.mi/var-cmd.c: Add copyright notice.
13121
13122 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
13123
13124         * lib/gdb.exp: Remove signed_keyword_not_used.
13125         * lib/compiler.c: Likewise.
13126         * lib/compiler.cc: Likewise.
13127
13128 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
13129
13130         * gdb.base/whatis.c: Remove conditional disabling of "signed".
13131         * gdb.base/whatis.exp: Remove signed_keyword_not_used.
13132
13133 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
13134
13135         * gdb.base/whatis.c: Add copyright notice.
13136
13137 2004-08-20  Mark Kettenis  <kettenis@gnu.org>
13138
13139         * gdb.arch/i386-prologue.exp (skip_breakpoint): New function.  Use
13140         it to skip the breakpoints encoded in the inline assembly.
13141
13142 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
13143
13144         * Makefile.in: Add gdb.fortran.
13145
13146 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
13147
13148         * gdb.base/call-sc.exp (test_scalar_returns):
13149         Fix cut-and-paste glitch in "Make fun return now".
13150
13151 2004-08-17  Michael Chastain  <mec.gnu@mindspring.com>
13152
13153         * configure.in: Add gdb.fortran.
13154         * configure: Regenerate.
13155         * gdb.fortran/Makefile.in: New file.
13156         * lib/gdb.exp (skip_fortran_tests): New procedure.
13157
13158 2004-08-17  Michael Chastain  <mec.gnu@mindspring.com>
13159
13160         * gdb.mi/mi-var-block.exp: Use gdb_get_line_number.  Remove
13161         reference to bug-gnu@prep.ai.mit.edu.
13162         * gdb.mi/mi-var-child.exp: Likewise.
13163         * gdb.mi/mi-var-cmd.exp: Likewise.
13164         * gdb.mi/mi-var-display.exp: Likewise.
13165         * gdb.mi/mi2-var-block.exp: Likewise.
13166         * gdb.mi/mi2-var-child.exp: Likewise.
13167         * gdb.mi/mi2-var-cmd.exp: Likewise.
13168         * gdb.mi/mi2-var-display.exp: Likewise.
13169
13170 2004-08-15  Mark Kettenis  <kettenis@gnu.org>
13171
13172         * gdb.base/unload.c (main): Make local variable msg const.
13173
13174 2004-08-15  Michael Chastain  <mec.gnu@mindspring.com>
13175
13176         * gdb.mi/mi-cli.exp: Use gdb_get_line_number.  Remove reference
13177         to bug-gnu@prep.ai.mit.edu.
13178         * gdb.mi/mi-disassemble.exp: Likewise.
13179         * gdb.mi/mi-eval.exp: Likewise.
13180         * gdb.mi/mi-file.exp: Likewise.  Also, add comment about the
13181         default line number.
13182         * gdb.mi/mi-return.exp: Likewise.
13183         * gdb.mi/mi-simplerun.exp: Likewise.
13184         * gdb.mi/mi-stack.exp: Likewise.
13185         * gdb.mi/mi-stepi.exp: Likewise.  Also, replace wildcarded line
13186         number with explicit range test.
13187         * gdb.mi/mi-watch.exp: Likewise.
13188         * gdb.mi/mi2-break.exp: Likewise.
13189         * gdb.mi/mi2-cli.exp: Likewise.
13190         * gdb.mi/mi2-disassemble.exp: Likewise.
13191         * gdb.mi/mi2-eval.exp: Likewise.
13192         * gdb.mi/mi2-file.exp: Likewise.  Also, add comment about the
13193         default line number.
13194         * gdb.mi/mi2-return.exp: Likewise.
13195         * gdb.mi/mi2-simplerun.exp: Likewise.
13196         * gdb.mi/mi2-stack.exp: Likewise.
13197         * gdb.mi/mi2-stepi.exp: Likewise.  Also, replace wildcarded line
13198         number with explicit range test.
13199         * gdb.mi/mi2-watch.exp: Likewise.
13200
13201 2004-08-15  Michael Chastain  <mec.gnu@mindspring.com>
13202
13203         * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
13204         * gdb.cp/m-static.exp: Likewise.
13205         * gdb.cp/rtti.exp: Likewise.
13206
13207 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
13208
13209         * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
13210
13211 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
13212
13213         * ChangeLog: Prefix Local Variables with semi-colons and indent
13214         the reference to older ChangeLog files, to fix fontification in
13215         Emacs.
13216
13217 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
13218
13219         * gdb.mi/mi-break.exp: Use gdb_get_line_number.
13220         * gdb.mi/mi2-break.exp: Likewise.
13221
13222 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
13223
13224         * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
13225
13226 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
13227
13228         * gdb.cp/inherit.exp: Use cp_test_ptype_class.
13229
13230 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
13231
13232         * gdb.cp/classes.exp: Remove unused declarations.  Just let
13233         test names default instead of providing special names.  Remove
13234         extraneous demangler test.
13235
13236 2004-08-12  Jeff Johnston  <jjohnstn@redhat.com>
13237
13238         * gdb.base/unload.exp: New test for breakpoints in dynamically
13239         loaded libraries.
13240         * gdb.base/unload.c: Ditto.
13241         * gdb.base/unloadshr.c: Ditto.
13242
13243 2004-08-12  Michael Chastain  <mec.gnu@mindspring.com>
13244
13245         * gdb.cp/classes.exp (test_ptype_class_objects): Call
13246         cp_test_ptype_class.
13247         (test_enums): Likewise.
13248
13249 2004-08-10  Andrew Cagney  <cagney@gnu.org>
13250
13251         * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
13252         files.
13253
13254 2004-08-10  Andrew Cagney  <cagney@gnu.org>
13255
13256         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
13257         init_malloc call.
13258
13259 2004-08-10  Michael Chastain  <mec.gnu@mindspring.com>
13260
13261         * ChangeLog: Add copyright notice.  The notice is copied
13262         from emacs 21.3 top level ChangeLog.
13263
13264 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
13265
13266         * lib/cp-support.exp: New file.
13267         * lib/cp-support.exp (cp_test_type_class): New function.
13268         * gdb.cp/derivation.exp: Use cp_test_ptype_class.
13269         * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
13270         * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
13271         cp_test_ptype_class.
13272
13273 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
13274
13275         * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
13276         gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
13277         gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
13278         gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
13279         gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
13280         gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
13281         gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
13282         gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
13283         gdb.mi/mi2-watch.exp: Update copyright years.
13284
13285 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
13286
13287         * gdb.base/sigaltstack.exp: Provide proper anchoring.
13288
13289 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
13290
13291         * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
13292         gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
13293         gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
13294         gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
13295         gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
13296         gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
13297         gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
13298         gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
13299         gdb.mi/mi-watch.exp: Update copyright years.
13300
13301 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
13302
13303         PR gdb/1738
13304         * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
13305         from a breakpoint with a pending signal.
13306
13307 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
13308
13309         PR gdb/1736
13310         * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
13311         * gdb.base/sigaltstack.exp (finish_test): Consume output until
13312         the prompt.
13313         * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
13314
13315 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
13316
13317         * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
13318
13319 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
13320
13321         PR gdb/1736
13322         * gdb.base/sigaltstack.exp (finish_test): New procedure.  KFAIL
13323         for i?86-*-linux*.
13324
13325 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
13326
13327         * gdb.arch/i386-prologue.exp: Compile without debug information.
13328
13329 2004-08-08  Michael Chastain  <mec.gnu@mindspring.com>
13330
13331         * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
13332         rather than asking gdb to search.
13333
13334 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
13335
13336         * gdb.base/gcore.c: Include <string.h>.
13337
13338 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
13339
13340         * gdb.base/gcore.c: Add copyright notice.
13341
13342 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
13343
13344         * gdb.base/freebpcmd.c: Include <stdio.h>.
13345         * gdb.base/long_long.c: Include <string.h>.
13346         * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
13347         * gdb.base/siginfo.c: Include <string.h>.
13348         * gdb.base/sigstep.c: Include <string.h>.
13349
13350 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
13351
13352         * gdb.base/complex.c: Include <stdlib.h>.
13353
13354 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
13355
13356         * gdb.base/complex.c: Add copyright notice.
13357
13358 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
13359
13360         * gdb.base/charset.c: Include <stdlib.h>.
13361
13362 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
13363
13364         * gdb.base/auxv.c: Include <stdlib.h>.
13365
13366 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
13367
13368         * gdb.base/auxv.c: Add copyright notice.
13369
13370 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
13371
13372         * gdb.base/coremaker.c: Add copyright notice.
13373         * gdb.base/coremaker2.c: Add copyright notice.
13374
13375 2004-08-04  Andrew Cagney  <cagney@gnu.org>
13376
13377         * gdb.base/store.exp: Update copyright.
13378         (check_set, up_set, check_struct, up_struct): Add a prefix to test
13379         names, do not import gdb_prompt.
13380
13381 2004-08-01  Andrew Cagney  <cagney@gnu.org>
13382
13383         Fix PR testsuite/1729.
13384         * gdb.base/dump.exp: Add test name to callers of capture_value, do
13385         not use capture_value with value 4.
13386         (capture_value): Add optional test name parameter.
13387         (test_reload_saved_value, test_restore_saved_value): Use $msg as
13388         the prefix, pass to capture_value.
13389
13390 2004-08-01  Mark Kettenis  <kettenis@gnu.org>
13391
13392         * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
13393         * gdb.arch/i386-prologue.c (standard): New prototype and function.
13394         (main): Call new function.
13395
13396 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
13397
13398         * gdb.cp/namespace.exp: Accept more varieties of ptype output.
13399
13400 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
13401
13402         * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
13403
13404 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
13405
13406         * gdb.cp/inherit.exp: Accept more varieties of ptype output.
13407         Accept more values of vtbl pointer.  Remove some messages
13408         about "obsolete gcc or gdb".
13409
13410 2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>
13411
13412         * gdb.cp/classes.exp: Accept more varieties of ptype output.
13413
13414 2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>
13415
13416         * gdb.base/asm-source.exp: Properly convert target board
13417         debug flags from gcc format to binutils format.
13418
13419 2004-07-28  Mark Kettenis  <kettenis@gnu.org>
13420
13421         * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
13422         gdb1718".  PR backtrace/1718 partially fixed.
13423
13424 2004-07-27  Jeff Johnston  <jjohnstn@redhat.com>
13425
13426         * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
13427
13428 2004-07-26  Nick Clifton  <nickc@redhat.com>
13429
13430         * gdb.asm/asm-source.exp (debug-flags): New variable.  If a known
13431         good default value for a specific architecture is available then
13432         set it to that value.  Otherwise default to the -gstabs switch.
13433         Remove the -g... switches from the asm-flags variable.  Allow the
13434         target board info to override the value if it wants to.  Pass the
13435         switch on the assembler command line.
13436
13437 2004-07-23  Mark Kettenis  <kettenis@gnu.org>
13438
13439         * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
13440         * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
13441         (main): Call new function.
13442
13443 2004-07-22  Michael Chastain  <mec.gnu@mindspring.com>
13444
13445         Test for PR exp/1715.
13446         * gdb.base/radix.exp: Refactor common procedures.  Make all
13447         test names unique.  Change XFAIL to KFAIL.
13448
13449 2004-07-20  Michael Chastain  <mec.gnu@mindspring.com>
13450
13451         * gdb.ada/gnat_ada.gpr.in: Rename from here ...
13452         * gdb.ada/gnat_ada.gin: ... to here.
13453         * configure.in: Use gnat_ada.gin.
13454         * configure: Regenerate.
13455
13456 2004-07-20  Andrew Cagney  <cagney@gnu.org>
13457
13458         * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
13459         gdb_test and gdb_test_multiple.  Delete bash_bug.  Delete suspect
13460         XFAILs.  Clean up test messages and comments.  Check backtraces.
13461         Delete re-sync code.
13462
13463 2004-07-19  Michael Chastain  <mec.gnu@mindspring.com>
13464
13465         Fix PR cli/740.
13466         * gdb.base/annota1.exp: Honor gdb,nosignals.
13467         * gdb.base/annota3.exp: Likewise.
13468
13469 2004-07-19  Michael Chastain  <mec.gnu@mindspring.com>
13470
13471         * lib/java.exp: Update copyright notice.
13472
13473 2004-07-19  Andrew Cagney  <cagney@gnu.org>
13474
13475         * gdb.base/selftest.exp: Copy file from here ...
13476         * gdb.gdb/selftest.exp: ... to here.
13477
13478 2004-07-16  Andrew Cagney  <cagney@redhat.com>
13479
13480         * lib/insight-support.exp: Delete file.
13481         * lib/java.exp (java_init): Fix copyright.
13482
13483 2004-07-16  Andrew Cagney  <cagney@gnu.org>
13484
13485         * gdb.base/restore.c: Append "prologue" to comments marking the a
13486         function's prologue.
13487         * gdb.base/restore.exp: Update copyright, re-indent.
13488         (restore_tests): Use gdb_test_multiple.  Add "calleeN calls
13489         callerN" prefix where needed.  Update patterns that match a
13490         function's prologue.
13491
13492 2004-07-16  Michael Chastain  <mec.gnu@mindspring.com>
13493
13494         * gdb.base/restore.c: Add copyright notice.
13495
13496 2004-07-16  Andrew Cagney  <cagney@gnu.org>
13497
13498         * gdb.base/logical.exp: Update copyright.
13499         (evaluate): New procedure.  Use to re-implement tests using
13500         several tables.
13501
13502 2004-07-14  Martin Hunt  <hunt@redhat.com>
13503
13504         * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
13505         which fixes some problems where init.tcl was not found.
13506
13507 2004-07-13  Andrew Cagney  <cagney@gnu.org>
13508
13509         * gdb.base/sizeof.exp: Skip test when no inferior I/O.
13510         (check_sizeof, check_valueof): Do not include the output in the
13511         test name.  Use gdb_test.
13512         (get_valueof): Use gdb_test_multiple.
13513
13514         * gdb.base/step-test.exp: Update copyright.  Use
13515         gdb_test_multiple.  Ensure that test names do not include
13516         architecture dependent output.
13517
13518         * gdb.gdb/observer.exp: Update copyright.
13519         (setup_test): Use gdb_test_multiple.
13520         (attach_first_observer, attach_second_observer)
13521         (attach_third_observer, detach_first_observer)
13522         (detach_second_observer, detach_third_observer)
13523         (reset_counters, check_counters): Make $message a prefix.
13524         (test_normal_stop_notifications): Add "args" parameter - a list of
13525         init functions to be called.  Make $message a prefix,
13526         (test_observer_normal_stop): Change the message prefixes so that
13527         they are unique, pass the attach / detach procedures to
13528         test_normal_stop_notifications.
13529
13530         * gdb.base/signull.exp (test_segv): Prefix all tests with
13531         "${name}".  Clean up test messages.
13532
13533         * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
13534
13535         * gdb.base/ena-dis-br.exp: Update copyright.
13536         (break_at): New function.  Replace send_gdb with gdb_test,
13537         break_at, and gdb_test_multiple.  Replace XFAIL of "continue with
13538         ignore count, not stopped at bpt", with KFAIL.
13539
13540 2004-07-13  Corinna Vinschen  <vinschen@redhat.com>
13541
13542         * gdb.base/attach.exp: Remove cleanupfile handling.
13543
13544 2004-07-12  Andrew Cagney  <cagney@gnu.org>
13545
13546         * gdb.base/annota1.exp: Cleanup corefile test name.
13547         * gdb.base/annota3.exp: Ditto.
13548
13549 2004-07-12  Andrew Cagney  <cagney@gnu.org>
13550
13551         * gdb.base/signals.exp: Clean up copyright, re-indent.
13552
13553         * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
13554         gdb_test and gdb_test_multiple.
13555
13556 2004-07-08  Jeff Johnston  <jjohnstn@redhat.com>
13557
13558         * gdb.java/jmain.exp: Fix expected line number for main to
13559         break at.  Set XFAIL for break at main test since gcj does not
13560         provide line number info for first statement in main.
13561
13562 2004-07-08  Andrew Cagney  <cagney@gnu.org>
13563
13564         * gdb.base/attach.exp: Cleanup copyright.  Re-indent.
13565
13566         * gdb.base/sigbpt.exp: Make the common part of each test name a
13567         prefix instead of suffix.
13568
13569 2004-07-07  Bob Rossi  <bob_rossi@cox.net>
13570
13571         * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
13572         test from test_tbreak_creation_and_listing to
13573         test_file_list_exec_source_file
13574         * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
13575         Changed name of test from test_tbreak_creation_and_listing to
13576         test_file_list_exec_source_file
13577
13578 2004-07-07  Jeff Johnston  <jjohnstn@redhat.com>
13579
13580         * gdb.java/jmisc.exp: Fix expected output of ptype to look for
13581         the jmisc() constructor instead of <init>.
13582         * gdb.java/jmisc1.exp: Ditto.
13583
13584 2004-07-07  Andrew Cagney  <cagney@gnu.org>
13585
13586         * gdb.base/sigbpt.exp (stepi_out): Check for a single step
13587         corrupting the PC.
13588
13589 2004-07-06  Michael Chastain  <mec.gnu@mindspring.com>
13590
13591         * gdb.cp/templates.exp: Accept whitespace change in demangler
13592         output.
13593
13594 2004-07-06  Andrew Cagney  <cagney@gnu.org>
13595
13596         * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
13597
13598 2004-07-02  Michael Chastain  <mec.gnu@mindspring.com>
13599
13600         * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
13601         * lib/compiler.cc: Likewise.
13602
13603 2004-06-30  Michael Chastain   <mec.gnu@mindspring.com>
13604
13605         * lib/compiler.cc: Work around string preprocessing problem
13606         with old hp c++ compiler.
13607         * lib/compiler.c: Likewise.
13608
13609 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
13610
13611         * gdb.arch/i386-prologue.c: Add copyright header.  Use preprocessor
13612         directives to conditionalize symbol prefixing.
13613         * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
13614         additional_flags handling.  Add underscore prefix for Cygwin.
13615         * gdb.arch/i386-unwind.c: Use preprocessor directives to
13616         conditionalize symbol prefixing.
13617         * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
13618         additional_flags handling.  Add underscore prefix for Cygwin.
13619
13620 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
13621
13622         * gdb.base/bigcore.exp: Skip test on Cygwin.
13623
13624 2004-06-28  Michael Chastain  <mec.gnu@mindspring.com>
13625
13626         * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
13627         formats for "info register".  Use gdb_test_multiple.  Fix
13628         the "invalid register" test.
13629
13630 2004-06-28  Corinna Vinschen  <vinschen@redhat.com>
13631
13632         * gdb.base/attach.exp: Fix copyright date.  Set testpid to Windows
13633         PID for Cygwin.  Add Cygwin specific strings to check for in some
13634         tests.
13635         (do_attach_tests): Add a test for user interaction when attaching
13636         to a process with no matching symbol table already loaded.
13637
13638 2004-06-26  Andrew Cagney  <cagney@gnu.org>
13639
13640         Test PR java/1567 and PR java/1565.
13641         * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
13642         * gdb.java/jmisc2.exp: Delete file.
13643
13644 2004-06-26  Michael Chastain  <mec.gnu@mindspring.com>
13645
13646         * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
13647
13648 2004-06-25  Corinna Vinschen  <vinschen@redhat.com>
13649
13650         * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
13651         attach process.
13652
13653 2004-06-23  Michael Chastain  <mec.gnu@mindspring.com>
13654
13655         * gdb.cp/pr-1553.exp: Remove.
13656
13657 2004-06-22  Michael Chastain  <mec.gnu@mindspring.com>
13658
13659         * gdb.cp/pr-1553.cc: Remove.
13660         * gdb.cp/pr-1553.exp: Disable this test.
13661
13662 2004-06-20  Jim Blandy  <jimb@redhat.com>
13663
13664         Fix PR testsuite/1680.
13665         * gdb.arch/i386-sse.exp: Properly quote curly braces in
13666         regular expressions.
13667
13668 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
13669
13670         Fix PR testsuite/1679.
13671         * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
13672         Issue an UNSUPPORTED result instead.
13673
13674 2004-06-18  Jim Blandy  <jimb@redhat.com>
13675
13676         * gdb.base/charset.exp: Only send a control-C if we see a new
13677         prompt and incomplete command.
13678
13679 2004-06-18  Michael Chastain  <mec.gnu@mindspring.com>
13680
13681         * gdb.cp/pr-574.cc: Add copyright notice.
13682
13683 2004-06-17  Jim Blandy  <jimb@redhat.com>
13684
13685         * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
13686         cases where the regexp has no groups; this grabs random text from
13687         the previous test suite, whatever that was.
13688
13689 2004-06-17  Michael Chastain  <mec.gnu@mindspring.com>
13690
13691         * gdb.cp/printmethod.cc: Add copyright notice.
13692
13693 2004-06-16  Michael Chastain  <mec.gnu@mindspring.com>
13694
13695         * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
13696
13697 2004-06-16  Andrew Cagney  <cagney@gnu.org>
13698
13699         * gdb.base/signull.c: Update copyright.  Include <string.h>.
13700         (bowler): Replace data_pointer with data_read
13701         and data_write cases.  Add code_descriptor case.
13702         (zero, desc): New array and pointer.
13703         (data, code): Change to simple pointers.
13704         * gdb.base/signull.exp: Fix probe pattern matching a function
13705         descriptor SIGSEGV.  Replace data_pointer with data_read and
13706         data_write tests.
13707
13708 2004-06-16  Andrew Cagney  <cagney@gnu.org>
13709
13710         * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
13711
13712 2004-06-15  Michael Chastain  <mec.gnu@mindspring.com>
13713
13714         * gdb.base/long_long.c: Add copyright notice.
13715
13716 2004-06-15  Michael Chastain  <mec.gnu@mindspring.com>
13717
13718         * gdb.base/long_long.exp: Remove reference to
13719         bug-gdb@prep.ai.mit.edu.  Change line-number-specific breakpoint
13720         to gdb_breakpoint and gdb_continue_to_breakpoint.
13721
13722 2004-06-14  Jim Blandy  <jimb@redhat.com>
13723
13724         * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
13725         endian case.
13726
13727 2004-06-14  Andrew Cagney  <cagney@gnu.org>
13728
13729         * gdb.base/gcore.exp (capture_command_output): Delete the always
13730         passing tests containing inferior values.
13731         * gdb.base/ending-run.exp: Do not include the breakpoint address
13732         in the test message.  Update copyright.
13733         * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
13734         size in the test name, use gdb_test_multiple.  Update copyright.
13735
13736 2004-06-14  Michael Chastain  <mec.gnu@mindspring.com>
13737
13738         * gdb.cp/ref-types.cc: Add copyright notice.
13739
13740 2004-06-14  Michael Chastain  <mec.gnu@mindspring.com>
13741
13742         * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
13743         hp_aCC_compiler.
13744         * lib/compiler.cc: Likewise.
13745         * lib/gdb.exp (get_compiler_info): Eval lines only if they are
13746         'set' commands.  Log diagnostics for other lines.  Set
13747         gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
13748
13749 2004-06-13  Michael Chastain  <mec.gnu@mindspring.com>
13750
13751         * gdb.cp/try_catch.cc: Add copyright notice.
13752
13753 2004-06-12  Michael Chastain  <mec.gnu@mindspring.com>
13754
13755         * gdb.cp/userdef.cc: Add copyright notice.
13756
13757 2004-06-11  Michael Chastain  <mec.gnu@mindspring.com>
13758
13759         * gdb.cp/virtfunc.cc: Add copyright notice.
13760
13761 2004-06-11  Randolph Chung  <tausq@debian.org>
13762
13763         * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
13764         problem.
13765
13766 2004-06-10  Andrew Cagney  <cagney@gnu.org>
13767
13768         * lib/compiler.cc, lib/compiler.c: Append either
13769         __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
13770         * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
13771         instead of gcc-3-3.
13772
13773 2004-06-09  Andrew Cagney  <cagney@gnu.org>
13774
13775         * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
13776         gdb/1455, bug is specific to "long long" and "double".
13777
13778         * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
13779         (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
13780         x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*.  PR tdep/1447
13781         fixed.
13782
13783 2004-06-09  Andrew Cagney  <cagney@gnu.org>
13784
13785         * gdb.base/structs.exp (test_struct_returns): Replace
13786         "return_value_unknown" and "finish_value_unknown" by
13787         "return_value_known" and "finish_value_known".  Instead of
13788         "return_value_unknown" iff "finish_value_unknown", check
13789         "return_value_known" implies "finish_value_known".
13790
13791 2004-06-08  Martin Hunt  <hunt@redhat.com>
13792
13793         * gdb.base/float.exp: Add pattern for mips targets.
13794
13795 2004-06-08  Randolph Chung  <tausq@debian.org>
13796
13797         * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
13798         message for unknown architectures more clear.
13799
13800 2004-06-08  Joel Brobecker  <brobecker@gnat.com>
13801
13802         * gdb.ada/null_record.exp: Use "start" instead of "begin" to
13803         start the execution of the program.
13804
13805 2004-06-07  Jim Blandy  <jimb@redhat.com>
13806
13807         * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
13808         * gdb.arch/i386-cpuid.h: New helper file.
13809
13810 2004-06-07  Randolph Chung  <tausq@debian.org>
13811
13812         * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
13813         has started.
13814
13815 2004-06-04  Roland McGrath  <roland@redhat.com>
13816
13817         Fix PR gdb/1647.
13818         * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
13819         differently to be robust to output buffering differences.
13820
13821 2004-06-04  Michael Chastain  <mec.gnu@mindspring.com>
13822
13823         * gdb.threads/pthreads.exp: Update copyright years.
13824         (check_control_c): Change asynchronous 'after' to synchronous.
13825
13826 2004-06-04  Roland McGrath  <roland@redhat.com>
13827
13828         * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
13829         next gdb prompt.
13830
13831 2004-06-02  Michael Chastain  <mec.gnu@mindspring.com>
13832
13833         Fix PR gdb/1636.
13834         * gdb.threads/manythreads.exp: Change asynchronous 'after'
13835         calls to synchronous.
13836
13837 2004-05-26  Jim Blandy  <jimb@redhat.com>
13838
13839         * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
13840
13841 2004-05-24  Randolph Chung  <tausq@debian.org>
13842
13843         * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
13844         * gdb.asm/pa.inc: New file.
13845
13846 2004-05-22  Mark Kettenis  <kettenis@gnu.org>
13847
13848         * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
13849
13850 2004-05-21  Joel Brobecker  <brobecker@gnat.com>
13851             Daniel Jacobowitz  <drow@mvista.com>
13852
13853         * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
13854         GDB prompt.
13855
13856 2004-05-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13857
13858         * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
13859         setjmp/longjmp.  Use sigaction instead of signal.
13860
13861 2004-05-19  J. Brobecker  <brobecker@gnat.com>
13862             Michael Snyder  <msnyder@redhat.com>
13863
13864         * gdb.threads/pthread_cond_wait.c: New file.
13865         * gdb.threads/pthread_cond_wait.exp: New testcase.
13866
13867 2004-05-13  Andrew Cagney  <cagney@redhat.com>
13868
13869         * gdb.base/signull.exp, gdb.base/signull.c: New files.
13870         * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
13871
13872 2004-05-11  Andrew Cagney  <cagney@redhat.com>
13873
13874         * gdb.base/sigstep.exp (advancei): Update KFAILs.  gdb/1613 is
13875         fixed but revealed gdb/1639.
13876
13877 2004-05-10  Andrew Cagney  <cagney@redhat.com>
13878
13879         * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
13880         func1" and "next to 2nd alarm", kernel bug avoided.
13881
13882 2004-05-10  Daniel Jacobowitz  <dan@debian.org>
13883
13884         PR external/1568
13885         * gdb.base/bigcore.exp: Check the size of the dumped core file.
13886         XFAIL if it is smaller than bytes_allocated.
13887         * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
13888         (main): Make chunks_allocated unsigned.  Correct comment.
13889
13890 2004-05-07  Joel Brobecker  <brobecker@gnat.com>
13891
13892         * gdb.arch/powerpc-aix-prologue.c: New file.
13893         * gdb.arch/powerpc-aix-prologue.exp: New file.
13894
13895 2004-05-07  Jim Blandy  <jimb@redhat.com>
13896
13897         * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
13898         gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
13899
13900 2004-05-06  Joel Brobecker  <brobecker@gnat.com>
13901
13902         * gdb.base/sep.exp: No longer setup_kfail when the program was
13903         built with dwarf2.
13904
13905 2004-05-05  Jim Ingham  <jingham@apple.com>
13906
13907         * gdb.base/pending.exp: Make sure pending breakpoints
13908         preserve the ignore count.
13909
13910 2004-04-27  Jerome Guitton  <guitton@gnat.com>
13911
13912         * i386-prologue.exp: Add testcase for jump instruction as first
13913         instruction of the real code.
13914         * i386-prologue.c (jump_at_beginning): New function.
13915
13916 2004-04-28  Mark Kettenis  <kettenis@gnu.org>
13917
13918         * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
13919         x86_64-*-*.
13920
13921 2004-04-28  Mark Kettenis  <kettenis@gnu.org>
13922
13923         * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
13924         i*86-*-*.
13925
13926 2004-04-25  Mark Kettenis  <kettenis@gnu.org>
13927
13928         * gdb.base/call-sc.exp (start_scalars_test): Fix regular
13929         expression that checks the return type.
13930
13931 2004-04-23  Andrew Cagney  <cagney@redhat.com>
13932
13933         * gdb.base/call-sc.exp: New test of scalar call/return values.
13934         * gdb.base/call-sc.c: Ditto.
13935
13936 2004-04-23  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13937
13938         * gdb.threads/manythreads.c: Reduce thread stack size.
13939
13940 2004-04-23  Jeff Johnston  <jjohnstn@redhat.com>
13941
13942         * gdb.threads/manythreads.c: Add copyright notice.
13943
13944 2004-04-23  Andrew Cagney  <cagney@redhat.com>
13945
13946         * gdb.base/siginfo.exp: Better handle step out of signal.
13947         * gdb.base/sigstep.exp: Ditto.
13948
13949 2004-04-22  Jeff Johnston  <jjohnstn@redhat.com>
13950             Daniel Jacobowitz  <drow@mvista.com>
13951
13952         * gdb.threads/manythreads.c: New testcase.
13953         * gdb.threads/manythreads.exp: Ditto.
13954
13955 2004-04-22  Jim Blandy  <jimb@redhat.com>
13956
13957         * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
13958         gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
13959
13960 2004-04-21  Michael Chastain  <mec.gnu@mindspring.com>
13961
13962         * gdb.stabs/weird.exp: Accept full pathname for $binfile.
13963
13964 2004-04-21  Andrew Cagney  <cagney@redhat.com>
13965
13966         * gdb.base/sigstep.c: New file.
13967         * gdb.base/sigstep.exp: New file.
13968
13969 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
13970
13971         * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
13972         call to observer_notify_normal_stop.
13973
13974 2004-04-15  Andrew Cagney  <cagney@redhat.com>
13975
13976         * gdb.base/siginfo.c: New file.
13977         * gdb.base/siginfo.exp: New file.
13978
13979 2004-04-12  J. Brobecker  <brobecker@gnat.com>
13980
13981         * gdb.base/sep.exp: Fix typo in comment.
13982
13983 2004-04-12  J. Brobecker  <brobecker@gnat.com>
13984
13985         * gdb.base/sep.c: New file.
13986         * gdb.base/sep-proc.c: New file.
13987         * gdb.base/sep.exp: New testcase.
13988
13989 2004-04-09  Mark Kettenis  <kettenis@gnu.org>
13990
13991         * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
13992         support.
13993
13994 2004-04-05  Andrew Cagney  <cagney@redhat.com>
13995
13996         * gdb.base/sigaltstack.c: New file.
13997         * gdb.base/sigaltstack.exp: New file.
13998
13999 2004-04-04  Joel Brobecker  <brobecker@gnat.com>
14000
14001         * gdb.base/foll-fork.exp: Update the expected output for
14002         "help set follow-fork-mode", to match a change that was made
14003         to the help of this variable on 2004-01-13.
14004
14005 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
14006
14007         * lib/ada.exp: Add copyright notice.
14008         * bar.ads: Likewise.
14009         * bar.adb: Likewise.
14010         * null_record.adb: Likewise.
14011         * null_record.exp: Likewise.
14012         * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
14013
14014 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
14015
14016         * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
14017         * configure: Regenerate.
14018
14019 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
14020
14021         * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
14022         to build the application. Remove the message printed when in
14023         verbose mode, redundant with the UNSUPPORTED message above.
14024
14025 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
14026
14027         * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
14028         * gdb.ada (null_record.exp): New testcase.
14029
14030 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
14031
14032         * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
14033
14034 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
14035
14036         * gdb.ada: New subdirectory.
14037         * gdb.ada/Makefile.in: New file.
14038         * gdb.ada/gnat_ada.gpr.in: New file.
14039
14040 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
14041
14042         * lib/ada.exp: New file.
14043
14044 2004-03-24  Daniel Jacobowitz  <drow@mvista.com>
14045
14046         * gdb.base/gdb1250.exp: Use runto {allow-pending}.
14047         * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
14048
14049 2004-03-22  Andrew Cagney  <cagney@redhat.com>
14050
14051         * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
14052         hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
14053         Problem identified by Ulrich Weigand.
14054
14055 2004-03-17  David Carlton  <carlton@kealia.com>
14056
14057         * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
14058         PR c++/826.
14059
14060 2004-03-16  Roland McGrath  <roland@redhat.com>
14061
14062         * gdb.base/auxv.exp: New file.
14063         * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
14064
14065 2004-03-12  David Carlton  <carlton@kealia.com>
14066
14067         * gdb.cp/pr-1553.exp: New.  Tests for PR c++/1553.
14068         * gdb.cp/pr-1553.cc: Ditto.
14069         * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
14070         pass branch.
14071
14072 2004-03-12  Michael Chastain  <mec.gnu@mindspring.com>
14073
14074         * gdb.cp/templates.exp: Accept more template types.
14075
14076 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
14077
14078         From Corinna Vinschen with modifications.
14079         * gdb.cp/classes.cc (enums1): Add a line to extend scope of
14080         local variable obj_with_enum.
14081         * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
14082         results with obj_with_enum.
14083
14084 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
14085
14086         * gdb.cp/classes.cc: New file, copied from misc.cc.
14087         * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
14088
14089 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
14090
14091         * gdb.cp/misc.cc: Add copyright notice.
14092
14093 2004-03-05  David Carlton  <carlton@kealia.com>
14094
14095         * gdb.cp/rtti.exp: Add 'print *obj3' test.
14096         * gdb.cp/rtti.h: Update copyright.
14097         (namespace n2::n3): New.
14098         * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
14099         (n2::n3::func3): New.
14100         (main): Call n2::n3::func3.
14101         * gdb.cp/rtti2.cc: Update copyright.
14102         (n2::create3): New.
14103
14104 2004-03-04  Mark Kettenis  <kettenis@gnu.org>
14105
14106         * gdb.asm/openbsd.inc: Fix typo.
14107
14108 2004-03-03  Fred Fish  <fnf@redhat.com>
14109
14110         * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
14111         "val" instead of unused "size".  Update copyright year.
14112
14113 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
14114
14115         * gdb.cp/ctti.exp: Handle unsigned char type.  Expect templates
14116         to use unsigned char.
14117         * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
14118         gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
14119
14120 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
14121
14122         * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
14123         line of output.
14124
14125 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
14126
14127         * gdb.base/relocate.c (dummy): Initialize.
14128
14129 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
14130
14131         * gdb.base/chng-syms.exp: Anchor exit pattern.  Allow
14132         a breakpoint at exit.
14133
14134 2004-02-27  Fred Fish  <fnf@redhat.com>
14135
14136         * gdb.base/chng-syms.exp: Add expect condition to match failing
14137         case that isn't a timeout.
14138
14139 2004-02-27  Andrew Cagney  <cagney@redhat.com>
14140
14141         * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
14142         support.
14143
14144 2004-02-26  Fred Fish  <fnf@redhat.com>
14145
14146         * gdb.arch/gdb1431.c: Remove.
14147         * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
14148         * gdb.arch/gdb1431.exp: Use "advance" correctly instead
14149         of "until" incorrectly.
14150
14151 2004-02-26  J. Brobecker  <brobecker@gnat.com>
14152
14153         * gdb.cp/class2.cc (empty): New class.
14154         (refer): New function.
14155         (main): Declare an object of type empty and use it.
14156         * gdb.cp/class2.exp: Print the value of an object of type empty.
14157
14158 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
14159
14160         * gdb.base/langs.exp: Update query string to match the
14161         new nquery format used for pending breakpoints.
14162
14163 2004-02-26  Andrew Cagney  <cagney@redhat.com>
14164
14165         Fix PR i18n/1570.
14166         * gdb.base/charset.c: Update copyright notice.
14167         (main, init_string): Remove the escape character '\e' tests.
14168         * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
14169         * gdb.base/charset.exp (valid_host_charset): Ditto.
14170         * gdb.base/setvar.exp: Ditto.
14171
14172 2004-02-24  Andrew Cagney  <cagney@redhat.com>
14173
14174         * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
14175         mmapped data in core file" PASS and FAIL messages consistent.
14176
14177         * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
14178         setting a breakpoint.  Work around PR java/1565.
14179
14180 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
14181
14182         * lib/gdb.exp (gdb_breakpoint): Update query string to match
14183         new nquery format.
14184         * gdb.base/pending.exp: Ditto.
14185
14186 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
14187
14188         * configure.in: Run stabs tests on *BSD.
14189         * configure: Regenerated.
14190
14191 2004-02-21  Mark Kettenis  <kettenis@gnu.org>
14192
14193         * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
14194
14195 2004-02-20  Fred Fish  <fnf@redhat.com>
14196
14197         * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
14198         blank in test for "returns short", for consistency with other
14199         "returns xxx" tests.  Update copyright year.
14200
14201 2004-02-19  Fred Fish  <fnf@redhat.com>
14202
14203         New testcase for PR breakpoint/1558.
14204         * gdb.arch/gdb1558.exp: New file.
14205         * gdb.arch/gdb1558.c: New file.
14206
14207 2004-02-19  Elena Zannoni  <ezannoni@redhat.com>
14208
14209         * gdb.base/nodebug.exp: Fix typo.
14210
14211 2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14212
14213         Committed by Jim Blandy  <jimb@redhat.com>.
14214
14215         * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
14216
14217         * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
14218
14219         * gdb.base/float.exp: Support s390*-*-* targets.
14220
14221 2004-02-17  Adam Fedor  <fedor@gnu.org>
14222
14223         * gdb.base/gdb1555.exp: New file.
14224         * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
14225
14226 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
14227
14228         * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
14229
14230 2004-02-16  Fred Fish  <fnf@redhat.com>
14231
14232         * gdb.arch/gdb1291.c: Remove
14233         * gdb.arch/gdb1291.s: New test input file.
14234         * gdb.arch/gdb1291.exp: Expand test to check case that should not
14235         fail.  Test for correct result, known incorrect result, other
14236         failures and timeouts.
14237
14238 2004-02-16  Andrew Cagney  <cagney@redhat.com>
14239
14240         * gdb.base/bigcore.exp: New file.
14241         * gdb.base/bigcore.c: New file.
14242
14243 2004-02-13  Andrew Cagney  <cagney@redhat.com>
14244
14245         * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
14246         * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
14247         * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
14248         * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
14249         * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
14250         * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
14251         * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
14252         * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
14253         * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
14254         * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
14255
14256 2004-02-11  Jeff Johnston  <jjohnstn@redhat.com>
14257
14258         * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
14259         executed is an alloc instruction.
14260
14261 2004-02-11  David Carlton  <carlton@kealia.com>
14262
14263         * gdb.cp/breakpoint.exp: New.
14264         * gdb.cp/breakpoint.cc: New.
14265
14266 2004-02-11  Michael Chastain  <mec.gnu@mindspring.com>
14267
14268         Partial fix for PR gdb/1543.
14269         * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
14270         gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
14271         gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
14272         gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
14273         gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
14274         gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
14275         gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
14276         gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
14277         gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
14278         to bug-gdb@prep.ai.mit.edu .
14279         * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
14280         gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
14281         gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
14282         Likewise.
14283
14284 2004-02-10  Andrew Cagney  <cagney@redhat.com>
14285
14286         * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
14287         using gdb_internal_error_resync.
14288
14289 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
14290
14291         * gdb.threads/thread-specific.exp: Stop early if no threads are
14292         found.
14293
14294 2004-02-09  Michael Chastain  <mec.gnu@mindspring.com>
14295
14296         * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
14297
14298 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
14299
14300         * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
14301         breakpoints.
14302
14303 2004-02-07  Daniel Jacobowitz  <drow@mvista.com>
14304
14305         * config/sim.exp (gdb_load): Handle $arg == "".
14306         * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
14307         * gdb.objc/basicclass.exp: Use gdb_run_cmd.
14308
14309 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
14310
14311         * gdb.base/maint.exp: Update test to reflect
14312          obstack changes.
14313
14314 2004-02-04  Jeff Johnston  <jjohnstn@redhat.com>
14315
14316         * gdb.base/pendshr.c (pendfunc): New function that calls
14317         pendfunc1.
14318         * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
14319
14320 2004-02-04  Fred Fish  <fnf@redhat.com>
14321
14322         * gdb.arch/gdb1431.c: Add underbar prefixed version of global
14323         function symbols and update copyright years.
14324         * gdb.arch/gdb1291.c: Ditto.
14325
14326 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
14327
14328         * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
14329
14330 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
14331
14332         * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
14333
14334 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
14335
14336         * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
14337
14338 2004-02-02  Fred Fish  <fnf@redhat.com>
14339
14340         * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
14341         remote targets.  Update copyright years.
14342
14343 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
14344
14345         * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
14346         support.
14347         * gdb.base/langs.exp: Fix test which attempts to create
14348         breakpoint on non-existent function to handle new pending
14349         support.
14350         * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
14351         a breakpoint.
14352         * gdb.base/pending.exp: New test.
14353         * gdb.base/pending.c: New file.
14354         * gdb.base/pendshr.c: Ditto.
14355
14356 2004-02-02  David Carlton  <carlton@kealia.com>
14357
14358         * gdb.cp/overload.exp: Add overloadNamespace tests.
14359         * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
14360         (overloadNamespace, XXX): New.
14361         (main): Call XXX::marker2.
14362
14363 2004-02-01  Fred Fish  <fnf@redhat.com>
14364
14365         * gdb.base/dump.exp: Use runto_main instead of "runto main".
14366         * gdb.base/finish.exp: Ditto.
14367         * gdb.base/gcore.exp: Ditto.
14368         * gdb.base/huge.exp: Ditto.
14369         * gdb.base/info-proc.exp: Ditto.
14370         * gdb.base/return2.exp: Ditto.
14371         * gdb.threads/gcore-thread.exp: Ditto.
14372
14373 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
14374
14375         * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
14376
14377 2004-02-01  Mark Kettenis  <kettenis@gnu.org>
14378
14379         * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
14380         that opening the file succeeds on OpenBSD.
14381
14382 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
14383
14384         * gdb.threads/thread-specific.c: New file.
14385         * gdb.threads/threads-specific.exp: New test script.
14386         * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
14387         to expect_out.
14388
14389 2004-02-01  Mark Kettenis  <kettenis@gnu.org>
14390
14391         * gdb.base/call-ar-st.exp: Call get_debug_format.  Remove xfail on
14392         sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
14393         only on the "print_small_structs from print_long_arg_list" test.
14394
14395 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
14396
14397         * gdb.base/completion.exp: Kill a stray backslash.
14398
14399         From Jim Ingham <jingham@apple.com>:
14400         * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
14401         agrees with the result from sending a tab.
14402
14403 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
14404
14405         * gdb.base/chng-syms.exp: Remove stray newline.
14406
14407 2004-01-31  Mark Kettenis  <kettenis@gnu.org>
14408
14409         * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
14410         *-*-openbsd*.
14411         * gdb.asm/openbsd.inc: New file.
14412
14413 2004-01-30  Mark Kettenis  <kettenis@gnu.org>
14414
14415         * gdb.asm/asm-source.exp: Strip -Wl, from link-flags.  Don't
14416         append -static to link-flags for *-*-freebsd*, *-*netbsd* and
14417         *-*solaris2*.  Remove commented out default settings for
14418         asm-flags.  Replace gdb_compile with target_link.
14419
14420 2004-01-29  Michael Chastain  <mec.gnu@mindspring.com>
14421
14422         * gdb.cp/inherit.exp: Rewrite.  Use gdb_test_multiple and gdb
14423         for all tests.  Remove old hp-ux and cygnus xfail cases.
14424
14425 2004-01-29  Paul N. Hilfinger  <Hilfinger@gnat.com>
14426
14427         * gdb.base/chng-syms.exp: New file.
14428         * gdb.base/chng-syms.c: New file.
14429
14430 2004-01-24  Michael Chastain  <mec.gnu@mindspring.com>
14431
14432         * gdb.cp/local.exp: Rewrite "ptype Local".  Add "ptype l".
14433         Provide arms for current output in all my configurations.
14434
14435 2004-01-24  Michael Chastain  <mec.gnu@mindspring.com>
14436
14437         * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
14438         * lib/compiler.cc: Likewise.
14439         * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
14440         get the right preprocessor.  Eval the output directly.  Remove
14441         special tests for hp_cc_compiler and hp_aCC_compiler.  Remove
14442         hp_f77_compiler and hp_f90_compiler completely.
14443         (gdb_preprocess): Delete.
14444         (get_compiler): Delete.
14445
14446 2004-01-24  Mark Kettenis  <kettenis@gnu.org>
14447
14448         * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
14449         <string.h>.
14450
14451 2004-01-24  Nick Roberts  <nick@nick.uklinux.net>
14452
14453         * gdb.mi/mi-stack.exp: Update copyright.
14454
14455 2004-01-23  David Carlton  <carlton@kealia.com>
14456
14457         * gdb.cp/rtti.exp: Don't include full path in ${srcfile}.  Add
14458         test for cp_lookup_transparent_type.
14459         * gdb.cp/rtti1.cc: Update copyright.  Add n2::func and refer_to;
14460         call them.
14461
14462 2004-01-23  Daniel Jacobowitz  <drow@mvista.com>
14463
14464         * gdb.mi/mi-var-child.exp: Update copyright year.  Move new test
14465         after -var-update.
14466
14467 2004-01-23  David Carlton  <carlton@kealia.com>
14468
14469         * gdb.cp/namespace.cc (C::ensureRefs): New.
14470         * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
14471
14472 2004-01-20  Nick Roberts  <nick@nick.uklinux.net>
14473
14474         * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
14475         case "-stack-list-locals 2".
14476         * gdb.mi/mi-var-child.exp: Test for case
14477         "-var-list-children --all-values NAME".
14478
14479 2004-01-18  Michael Chastain  <mec.gnu@mindspring.com>
14480
14481         * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
14482
14483 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
14484
14485         * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
14486         used with gdb_test_multiple.
14487
14488         * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
14489         read at address 0.  This fixes PR testsuite/1504.
14490
14491 2004-01-18  Daniel Jacobowitz  <drow@mvista.com>
14492
14493         * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
14494         Remove downloading, guessing the host executable, the calls to
14495         gdb_file_cmd and gdb_target_cmd, and "load" support.
14496         (infer_host_exec): New function broken out from gdb_load.
14497         (gdb_load): New wrapper for gdbserver_gdb_load.
14498         * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
14499         gdb_target_cmd.  Use -target-select.
14500         (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
14501         Download binaries to the host.  Clear last_mi_remote_file when
14502         we load a new binary.
14503         (mi_gdb_load): Call mi_gdb_file_cmd.  If gdbserver.exp is loaded,
14504         call gdbserver_gdb_load and mi_gdb_target_cmd.
14505
14506 2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>
14507
14508         * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
14509         type patterns.
14510
14511 2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>
14512
14513         * gdb.cp/templates.exp: Fix typo in test name of
14514         "print Foo<volatile char*>::foo".
14515
14516 2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
14517
14518         * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
14519
14520 2004-01-16  Ben Elliston  <bje@wasabisystems.com>
14521
14522         * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
14523         (clean mostlyclean): Remove empty rm.
14524
14525 2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
14526
14527         * gdb.base/setvar.exp: Add copyright years.
14528
14529 2004-01-14  David Carlton  <carlton@bactrian.org>
14530
14531         * gdb.cp/rtti.exp: Update copyright.  KFAIL test with repect to
14532         PR c++/1511 and update coment.
14533         * gdb.cp/templates.exp: Update patterns to match current output.
14534         If changes involve something other than whitespace, KFAIL
14535         w.r.t. PR c++/1512 or PR c++/931 as appropriate.
14536
14537 2004-01-14  David Carlton  <carlton@kealia.com>
14538
14539         * gdb.cp/namespace.exp: Add tests involving classes defined within
14540         namespaces.
14541         * gdb.cp/namespace.cc (C::CClass): New.
14542         * gdb.cp/namespace1.cc (C::OtherFileClass): New.
14543
14544 2004-01-14  Elena Zannoni  <ezannoni@redhat.com>
14545
14546         * gdb.base/sepdebug.exp: Bail out of the test if we don't know
14547         what debug info we have. Print a better message if something goes
14548         wrong while producing the separate debug info file.
14549
14550 2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>
14551
14552         * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
14553
14554 2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>
14555
14556         * gdb.base/callfuncs.c: Add copyright notice.
14557
14558 2004-01-13  Michael Chastain  <mec.gnu@mindspring.com>
14559
14560         * gdb.cp/derivation.exp: Add XFAIL for bug with protected
14561         inheritance.  PR gdb/1498, PR gcc/13539.
14562
14563 2004-01-13  Elena Zannoni  <ezannoni@redhat.com>
14564
14565          * gdb.threads/gcore-thread.exp: Prefix name of binary with
14566          test specific name.
14567          * gdb.mi/gdb669.exp: Ditto.
14568          * gdb.mi/mi-pthreads.exp: Ditto.
14569          * gdb.mi/mi1-pthreads.exp: Ditto.
14570          * gdb.mi/mi2-pthreads.exp: Ditto.
14571
14572 2004-01-12  Michael Chastain  <mec.gnu@mindspring.com>
14573
14574         * gdb.cp/member-ptr.cc: Add copyright notice.
14575
14576 2004-01-12  Michael Chastain  <mec.gnu@mindspring.com>
14577
14578         * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple.  Add
14579         some patterns for recent versions of gcc and hpacc.  Delete
14580         calls to setup_xfail for hppa*-*-*.  Delete redundant tests.
14581         Delete tests that access a NULL pointer-to-member-data.  This
14582         script is still disabled for gcc.
14583
14584 2004-01-12  Elena Zannoni  <ezannoni@redhat.com>
14585
14586         * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
14587         escaped correctly.
14588
14589 2004-01-12  Elena Zannoni  <ezannoni@redhat.com>
14590
14591         * gdb.base/sepdebug.exp: New file.
14592         * gdb.base/sepdebug.c: New file.
14593         * lib/gdb.exp (separate_debug_filename): New procedure.
14594         (gdb_gnu_strip_debug): New procedure.
14595
14596 2004-01-12  Andrew Cagney  <cagney@redhat.com>
14597
14598         * gdb.mi/ChangeLog: Delete file.  Renamed to ...
14599         * gdb.mi/ChangeLog-1999-2003: New file.
14600
14601 2004-01-12  Andrew Cagney  <cagney@redhat.com>
14602
14603         * gdb.base/fileio.exp: Update copyright year.  On GNU/Linux, for
14604         "Renaming a directory to a non-empty directory returns ENOTEMPTY
14605         or EEXIST", treat EBUSY as an XFAIL.
14606
14607 2004-01-11  Michael Chastain  <mec.gnu@mindspring.com>
14608
14609         * gdb.base/scope.exp: Remove obsolete setup_xfail for
14610         hp_cc_compiler.
14611
14612 2004-01-10  Michael Chastain  <mec.gnu@mindspring.com>
14613
14614         * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
14615         decorations.
14616
14617 2004-01-10  Michael Chastain  <mec.gnu@mindspring.com>
14618
14619         * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
14620         and "(aCC)" decorations.  Remove obsolete doco about old
14621         test results.
14622
14623 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
14624
14625         * gdb.cp/exception.exp: Fix typo in doco.
14626
14627 2004-01-09  Mark Kettenis  <kettenis@gnu.org>
14628
14629         * gdb.base/gdb1476.exp: Fix typo.
14630
14631 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
14632
14633         * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
14634         file.
14635
14636 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
14637
14638         * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
14639         * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
14640         Use gdb_compile.  Remove restriction on gcc.  Add some patterns
14641         for recent version of gdb.  Delete second half, which was a copy
14642         of the first half with different build flags.  This test is
14643         still disabled because it is still not ready for production.
14644
14645 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
14646
14647         * gdb.cp/exception.cc: Add copyright notice.
14648         * gdb.cp/exception.exp: Add a notice that this file is broken
14649         because of line number changes caused by addition of copyright
14650         notice.
14651
14652 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
14653
14654         * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
14655         * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
14656
14657 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
14658
14659         * gdb.cp/classes.exp: Accept gnu abi 2.
14660         * gdb.cp/derivation.exp: Likewise.
14661         * gdb.cp/overload.exp: Likewise.
14662         * gdb.cp/virtfunc.exp: Likewise.
14663
14664 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
14665
14666         * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
14667         semicolon after end of function.
14668
14669 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
14670
14671         * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
14672         * gdb.cp/bs15503.exp: Remove hp-only restriction.  Use modern
14673         boilerplate code for compiling and running the program under
14674         test.  Add some string method tests.
14675
14676 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
14677
14678         * gdb.cp/bs15503.cc: Add copyright notice.
14679         * gdb.cp/bs15503.exp: Adjust line number.
14680
14681 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
14682
14683         * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
14684         * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
14685
14686 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
14687
14688         * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
14689         hp_cc_compiler.
14690
14691 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
14692
14693         * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
14694         * gdb.cp/ctti.exp: Use the marker instead of "next".
14695         With gcc, run further before bailing.
14696
14697 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
14698
14699         * gdb.cp/cttiadd.cc: Add copyright notice.
14700         * gdb.cp/cttiadd1.cc: Likewise.
14701         * gdb.cp/cttiadd2.cc: Likewise.
14702         * gdb.cp/cttiadd3.cc: Likewise.
14703
14704 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
14705
14706         * gdb.cp/ctti.exp: Partial rewrite.  Call gdb_compile properly.
14707         Use gdb_test, gdb_test_multiple.  Use floating-point values that
14708         have exact representations in IEEE-ish formats.
14709
14710 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
14711
14712         * gdb.base/constvars.exp: Do not force lang=c++ if using HP
14713         compilers.  Delete duplicate call to get_compiler_info.
14714         (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
14715         * gdb.base/volatile.exp: Likewise.
14716
14717 2004-01-07  Mark Kettenis  <kettenis@gnu.org>
14718
14719         * gdb.base/gdb1476.exp: Only run the tests if we can't read the
14720         memory at address 0.
14721
14722 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
14723
14724         * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
14725         to test for hp-ux assembler.  Fix copyright years.
14726
14727 2004-01-07  Andrew Cagney  <cagney@redhat.com>
14728
14729         * gdb.base/fileio.c (strerrno): Add "EBUSY".
14730
14731 2004-01-07  Andrew Cagney  <cagney@redhat.com>
14732
14733         * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
14734         when creating the read-only file.  From analysis by Roland McGrath
14735         and Elena Zannoni.
14736
14737 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
14738
14739         * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
14740
14741 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
14742
14743         * gdb.base/cvexpr.c: Be type-safe with function pointers and
14744         data pointers.
14745
14746 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
14747
14748         * gdb.cp/m-static.exp: Compile one source file at a time.
14749         Delete unused call to get_compiler_info.
14750
14751 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
14752
14753         * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
14754         * gdb.base/call-rt-st.exp: Likewise.
14755         * gdb.base/nodebug.exp: Likewise.
14756         * gdb.base/volatile.exp: Likewise.
14757         * gdb.cp/ref-types.exp: Likewise.
14758         * gdb.cp/templates.exp: Likewise.
14759
14760 2004-01-05  Mark Kettenis  <kettenis@gnu.org>
14761
14762         * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
14763
14764 2004-01-05  Michael Chastain  <mec.gnu@mindspring.com>
14765
14766         * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
14767         hppa*-hp-hpux*.
14768
14769 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
14770
14771         * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
14772         x86_64-*-*.
14773
14774         * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
14775         sparc64-*-* and sparc*-solaris2*.
14776
14777 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
14778
14779         * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
14780         return ${tests}" test.  The ${tests} already mentions the
14781         filename.
14782
14783 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
14784
14785         * gdb.cp/local.exp: Accept gcc abi 2.
14786
14787 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
14788
14789         * gdb.cp/templates.exp: Accept gcc abi 2.
14790
14791 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
14792
14793         * lib/compiler.cc: Remove supports_template_debugging.
14794         * gdb.cp/templates.exp: Do not test supports_template_debugging.
14795
14796 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
14797
14798         * gdb.cp/namespace.exp: Accept gcc abi 2.
14799
14800 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
14801
14802         * gdb.cp/method.exp: Accept gcc abi 2.
14803
14804 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
14805
14806         * gdb.cp/classes.exp: Generate identical results as old version.
14807         * gdb.cp/derivation.exp: Likewise.
14808         * gdb.cp/overload.exp: Likewise.
14809         * gdb.cp/virtfunc.exp: Likewise.
14810
14811 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
14812
14813         * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
14814         mysterious bug with sourceware version of expect.
14815
14816 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
14817
14818         * gdb.cp/overload.exp: Rewrite.  Clean up patterns to match
14819         current versions of gcc, including gcc abi 2.  Remove gratuitous
14820         restart of test program.  Use gdb_test_multiple and gdb_test for
14821         all tests.  Add patterns to xfail missing "const" in "const char *"
14822         and kfail PR gdb/1155.
14823
14824 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
14825
14826         * gdb.cp/derivation.exp: Rewrite.  Clean up patterns to match
14827         current versions of gcc, including gcc abi 2.  Remove gratuitous
14828         restart of test program.  Use gdb_test_multiple and gdb_test for
14829         all tests.  Add patterns to kfail PR gdb/1498.
14830
14831 2003-12-31  Michael Chastain  <mec.gnu@mindspring.com>
14832
14833         * gdb.cp/virtfunc.exp: Rewrite.  Clean up patterns to match
14834         current versions of gcc, including gcc abi 2.  Use "breakpoint"
14835         and "continue" instead of restarting the target program.  Use
14836         gdb_test_multiple and gdb_test for all tests.
14837
14838 2004-01-01  Mark Kettenis  <kettenis@gnu.org>
14839
14840         * gdb.asm/asm-source.exp: Update copyright year.  Link statically
14841         for *-*-solaris2*.
14842
14843 2003-12-31  Michael Chastain  <mec.gnu@mindspring.com>
14844
14845         * gdb.cp/classes.exp: Rewrite.  Clean up patterns to match
14846         current versions of gcc, including gcc abi 2.  Use "breakpoint"
14847         and "continue" instead of restarting the target program several
14848         times.  Use gdb_test_multiple and gdb_test for all tests.
14849
14850 2003-12-18  Michael Chastain  <mec.gnu@mindspring.com>
14851
14852         * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
14853         source files.
14854
14855 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
14856
14857         * gdb.base/environ.exp: Handle compiling test case from multiple
14858         source files.
14859
14860 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
14861
14862         * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
14863
14864 2003-12-17  Jim Blandy  <jimb@redhat.com>
14865
14866         * gdb.base/freebpcmd.c: Add copyright notice.
14867
14868         * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
14869
14870 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
14871
14872         * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
14873
14874 2003-12-13  Jim Blandy  <jimb@redhat.com>
14875
14876         * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
14877
14878 2003-12-12  Kevin Buettner  <kevinb@redhat.com>
14879
14880         * gdb.asm/frv.inc: New file.
14881         * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
14882
14883 2003-12-09  Fred Fish  <fnf@redhat.com>
14884
14885         * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
14886         functions to break1.c and leave prototypes behind.  Add more
14887         "set breakpoint NN here" comments.
14888         * gdb.base/break1.c: New file.
14889
14890         * gdb.base/break.exp: Handle compiling test case from multiple
14891         source files and change source file references as needed.
14892         * gdb.base/completion.exp: Ditto.
14893         * gdb.base/condbreak.exp: Ditto.
14894         * gdb.base/define.exp: Ditto.
14895         * gdb.base/ena-dis-br.exp: Ditto.
14896         * gdb.base/info-proc.exp: Ditto.
14897         * gdb.base/maint.exp: Ditto.
14898         * gdb.base/until.exp: Ditto.
14899
14900         * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
14901         hardcoded line numbers.
14902         * gdb.base/define.exp: Ditto.
14903         * gdb.base/ena-dis-br.exp: Ditto.
14904         * gdb.base/maint.exp: Ditto.
14905         * gdb.base/until.exp: Ditto.
14906
14907         * gdb.base/completion.exp: Use "break1" for completion tests since
14908         "break" is no longer a unique prefix.
14909
14910 2003-12-06  Andrew Cagney  <cagney@redhat.com>
14911
14912         * gdb.base/structs.exp (test_struct_returns): When applicable, set
14913         "return_value_unimplemented".  When an unimplemented struct return
14914         architecture, report incorrect values as a KFAIL
14915
14916 2003-12-05  Michael Chastain  <mec.gnu@mindspring.com>
14917
14918         * gdb.cp/rtti.exp: Accept new wording of warning from
14919         cp_lookup_rtti_type.
14920
14921 2003-12-05  Michael Chastain  <mec.gnu@mindspring.com>
14922
14923         Partial fix for PR testsuite/1456.
14924         * gdb.base/scope.exp (test_at_main): Replace references to
14925         gcc_compiled with calls to test_compiler_info.
14926         (test_at_foo): Likewise.
14927         (test_at_bar): Likewise.
14928
14929 2003-12-04  Michael Chastain  <mec.gnu@mindspring.com>
14930
14931         Partial fix for PR testsuite/1456.
14932         * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
14933         to test_compiler_info.
14934
14935 2003-12-03  Michael Chastain  <mec.gnu@mindspring.com>
14936
14937         * gdb.base/so-impl-ld.exp: Update copyright notice.
14938
14939 2003-12-02  Michael Chastain  <mec.gnu@mindspring.com>
14940
14941         Partial fix for PR testsuite/1456.
14942         * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
14943         to test_compiler_info.
14944
14945 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
14946
14947         * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
14948         from current versions of gdb.  Clean up regular expressions.
14949         Delete redundant timeout case.
14950
14951 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
14952
14953         * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
14954         from current versions of gdb.  Clean up regular expressions.
14955         Delete redundant timeout case.
14956
14957 2003-12-01  Michael Chastain  <mec.gnu@mindspring.com>
14958
14959         Partial fix for PR testsuite/1456.
14960         * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
14961         gcc_compiled with call to test_compiler_info.
14962
14963 2003-11-30  Michael Chastain  <mec.gnu@mindspring.com>
14964
14965         Partial fix for PR testsuite/1456.
14966         * gdb.base/list.exp (test_list_function): Delete unused declaration
14967         of gcc_compiled.
14968
14969 2003-11-29  Michael Chastain  <mec.gnu@mindspring.com>
14970
14971         Partial fix for PR testsuite/1456.
14972         * gdb.base/complex.exp: Replace reference to gcc_compiled with
14973         call to test_compiler_info.
14974
14975 2003-11-29  Mark Kettenis  <kettenis@gnu.org>
14976
14977         * gdb.asm/asm-source.exp: Initialize asm-note to "empty".  Set
14978         asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*.  Use
14979         it to create the appropriate note.inc.
14980         * gdb.asm/asmsrc1.s: Include "note.inc".
14981         * gdb.asm/netbsd.inc: New file.
14982         * gdb.asm/empty.inc: New file.
14983
14984 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
14985
14986         Partial fix for PR testsuite/1456.
14987         * gdb.base/constvars.exp: Replace references to gcc_compiled with
14988         calls to test_compiler_info.
14989
14990 2003-11-27  Michael Chastain  <mec.gnu@mindspring.com>
14991
14992         Partial fix for PR testsuite/1456.
14993         * gdb.base/volatile.exp: Replace references to gcc_compiled with
14994         calls to test_compiler_info.
14995
14996 2003-11-27  Mark Kettenis  <kettenis@gnu.org>
14997
14998         * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
14999         pattern for the KFAILs.
15000
15001 2003-11-25  Adam Fedor  <fedor@gnu.org>
15002
15003         * gdb.objc/objcdecode.exp: Test for PR objc/1238.
15004         * gdb.objc/objcdecode.m: New file.
15005
15006 2003-11-25  Adam Fedor  <fedor@gnu.org>
15007
15008         * gdb.objc/nondebug.exp: Test for PR objc/1236.
15009         * gdb.objc/nondebug.m: New file.
15010
15011 2003-11-26  Ben Elliston  <bje@wasabisystems.com>
15012
15013         * gdb.asm/asm-source.exp: Make sure the final link succeeds on
15014         NetBSD as it does on FreeBSD.  Modelled on a similar change by
15015         Mark Kettenis on 2003-05-30.
15016         (link-flags): Set to "--entry _start" regardless of target.
15017         Special linker flags are to be appended to $link-flags.
15018         * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
15019
15020 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
15021
15022         * gdb.cp/method.exp: Accept output of new demangler.
15023
15024 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
15025
15026         * gdb/class2.exp: New file.
15027         * gdb/class2.cc: New file.
15028
15029 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
15030
15031         * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
15032         of new demangler.
15033
15034 2003-11-23  Mark Kettenis  <kettenis@gnu.org>
15035
15036         * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
15037         of gdb_test "run".
15038
15039 2003-11-23  Mark Kettenis  <kettenis@gnu.org>
15040
15041         * gdb.arch/i386-unwind.exp: Don't use runto_main.  Change
15042         "continue" into "run".
15043
15044 2003-11-23  Michael Chastain  <mec.gnu@mindspring.com>
15045
15046         Partial fix for PR testsuite/1456.
15047         * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
15048         call to test_compiler_info.
15049         * gdb.cp/ctti.exp: Likewise.
15050         * gdb.cp/derivation.exp: Likewise.
15051         * gdb.cp/member-ptr.exp: Likewise.
15052         * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
15053         reference to gcc_compiled.
15054
15055 2003-11-23  Michael Chastain  <mec.gnu@mindspring.com>
15056
15057         Fix PR testsuite/1463.
15058         * gdb.base/structs.exp (start_structs_test): Call
15059         get_debug_format before using the debug format.
15060
15061 2003-11-22  Andrew Cagney  <cagney@redhat.com>
15062
15063         * lib/gdb.exp (gdb_test_multiple): Add simple example.
15064         * gdb.base/structs.exp: Use gdb_test_multiple.
15065
15066 2003-11-20  Andrew Cagney  <cagney@redhat.com>
15067
15068         * gdb.base/structs.exp: Handle and recover from internal errors.
15069         Replace "foo${n}" with "foo<n>" in test messages.
15070
15071         * gdb.base/structs.exp: Update copyright.  Rewrite.
15072         * gdb.base/structs.c: Update copyright.  Rewrite.
15073
15074         * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
15075         resync count exceeded.
15076
15077         * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
15078         from the internal error.
15079         * lib/gdb.exp (gdb_internal_error_resync): New procedure.
15080         Original from Jim Blandy.
15081         (gdb_test_multiple): Use gdb_internal_error_resync.
15082
15083 2003-11-19  Andrew Cagney  <cagney@redhat.com>
15084
15085         * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
15086         KFAIL.
15087
15088 2003-11-17  Mark Kettenis  <kettenis@gnu.org>
15089
15090         New testcase for PR backtrace/1435.
15091         * gdb.arch/i386-unwind.exp: New file.
15092         * gdb.arch/i386-unwind.c: New file.
15093
15094 2003-11-17  Andrew Cagney  <cagney@redhat.com>
15095
15096         * lib/gdb.exp (compiler_info): New global.
15097         (test_compiler_info): New function.
15098         (get_compiler_info): Set compiler_info.
15099         * lib/compiler.c, lib/compiler.cc: Add copyright.  When GNUC, set
15100         "compiler_info" to gcc-<major>-<minor>.
15101
15102 2003-11-15  Michael Chastain  <mec.gnu@mindspring.com>
15103
15104         * gdb.trace/configure: Remove.
15105
15106 2003-11-13  Elena Zannoni  <ezannoni@redhat.com>
15107
15108         * gdb.base/break.c: Add comments to aid finding line numbers for
15109         breakpoints.
15110         * gdb.base/break.exp: Remove all references to explicit line
15111         numbers.
15112
15113 2003-11-11  Nick Clifton  <nickc@redhat.com>
15114
15115         * gdb.base/shreloc.exp: Do not run for targets which do not
15116         support shared objects.
15117
15118 2003-11-10  Corinna Vinschen  <vinschen@redhat.com>
15119
15120         * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
15121         Don't run tests if nofileio flag is given.
15122
15123 2003-11-07  Elena Zannoni  <ezannoni@redhat.com>
15124
15125         * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
15126         as well as 'Watchpoint'.
15127
15128 2003-11-06  Elena Zannoni  <ezannoni@redhat.com>
15129
15130         Reported by Jim Ingham <jingham@apple.com>:
15131         * gdb.base/annota1.exp: Match at least one occurrence of the
15132         signal handler annotation.
15133
15134 2003-11-06  Elena Zannoni  <ezannoni@redhat.com>
15135
15136         * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
15137         as well as 'Watchpoint'.
15138
15139 2003-11-05  Michael Chastain  <mec@shout.net>
15140
15141         * gdb.mi/pthreads.c (routine): Handle early return from sleep.
15142
15143 2003-11-03  Kris Warkentin  <kewarken@qnx.com>
15144
15145         * gdb.arch/gdb1291.c: New test file.
15146         * gdb.arch/gdb1291.exp: New test script.
15147         * gdb.arch/gdb1431.c: New test file.
15148         * gdb.arch/gdb1431.exp: New test script.
15149
15150 2003-10-22  Michael Chastain  <mec@shout.net>
15151
15152         * gdb.mi/pthreads.c: Add copyright notice.
15153
15154 2003-10-22  Michael Chastain  <mec@shout.net>
15155
15156         * gdb.threads/pthreads.c: Add copyright notice.
15157
15158 2003-10-20  Michael Chastain  <mec@shout.net>
15159
15160         * gdb.base/gdb1056.exp: New test script.
15161
15162 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
15163
15164         * gdb.threads/killed.exp: Use gdb_run_cmd.
15165
15166 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
15167
15168         * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
15169         create a core file.
15170         * gdb.threads/gcore-thread.exp: Likewise.
15171
15172 2003-10-13  Corinna Vinschen  <vinschen@redhat.com>
15173
15174         * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
15175         type, based on char type.
15176         (struct bit_flags_short_t): New bitfield type, based on short type.
15177         (init_bit_flags_char): New fuction.
15178         (init_bit_flags_short): Ditto.
15179         (print_bit_flags_char): Ditto.
15180         (print_bit_flags_short): Ditto.
15181         (main): Add handling for bit_flags_char_t and bit_flags_short_t.
15182
15183 2003-10-11  Michael Chastain  <mec@shout.net>
15184
15185         * gdb.base/call-rt-st.exp: Update copyright year.
15186
15187 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
15188
15189         * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
15190         * gdb.disasm/sh3.s: Ditto.
15191
15192 2003-10-07  Daniel Jacobowitz  <drow@mvista.com>
15193
15194         * gdb.threads/switch-threads.exp: New test.
15195         * gdb.threads/switch-threads.c: New source file.
15196
15197 2003-10-07  Corinna Vinschen  <vinschen@redhat.com>
15198
15199         * gdb.base/ending-run.exp: Add sh specific case.
15200
15201 2003-10-06  Andrew Cagney  <cagney@redhat.com>
15202
15203         * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
15204         * gdb.disasm/mn10200.exp: Delete obsolete file.
15205
15206 2003-09-29  Daniel Jacobowitz  <drow@mvista.com>
15207
15208         * ChangeLog: Correct an entry command.exp -> commands.exp.
15209         * gdb.base/commands.exp (bp_deleted_in_command_test)
15210         (temporary_breakpoint_commands): Check noargs.
15211
15212 2003-09-25  David Carlton  <carlton@kealia.com>
15213
15214         * gdb.cp/namespace.exp: Tweak comments.  Add non-quoted versions
15215         of some print tests, where appropriate.  Add tests for C::D::cd,
15216         E::ce, F::cXfX, G::XgX.
15217         * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
15218
15219 2003-09-25  Richard Earnshaw  <rearnsha@arm.com>
15220
15221         * lib/java.exp (java_init): Import target_alias before using it.
15222
15223 2003-09-25  David Carlton  <carlton@kealia.com>
15224
15225         * gdb.base/corefile.exp: Delete obsolete setup_xfail.
15226
15227 2003-09-23  Elena Zannoni  <ezannoni@redhat.com>
15228
15229         * gdb.base/selftest.exp: Accomodate more instruction reordering
15230         weirdness.
15231
15232 2003-09-17  Michael Chastain  <mec@shout.net>
15233
15234         * gdb.cp/gdb1355.exp: New file.
15235         * gdb.cp/gdb1355.c: New file.
15236
15237 2003-09-15  Corinna Vinschen  <vinschen@redhat.com>
15238
15239         * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
15240         * gdb.asm/sh.inc: New file.
15241
15242 2003-09-11  David Carlton  <carlton@kealia.com>
15243
15244         * gdb.cp/namespace.exp: Add tests for namespace types.
15245         * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
15246         (test_namespace): New.
15247
15248 2003-09-11  Elena Zannoni  <ezannoni@redhat.com>
15249
15250         * gdb.base/relocate.exp: Handle new gdb output at startup.
15251         * gdb.stabs/weird.exp: Ditto.
15252
15253 2003-09-08  Michael Chastain  <mec@shout.net>
15254
15255         * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
15256
15257 2003-09-07  Michael Chastain  <mec@shout.net>
15258
15259         * gdb.cp/classes.exp: Accommodate both 'syntax error' and
15260         'parse error'.
15261
15262 2003-09-07  Mark Kettenis  <m.kettenis@osp.nl>
15263
15264         * gdb.arch/i386-prologue.exp: Add checks for saved registers.
15265
15266 2003-08-30  Michael Chastain  <mec@shout.net>
15267
15268         * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
15269         * gdb.gdb/observer.exp: Ditto.
15270         * gdb.gdb/xfullpath.exp: Ditto.
15271
15272 2003-08-29  Mark Kettenis  <kettenis@gnu.org>
15273
15274         * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
15275         *-*-*bsd*.
15276
15277 2003-08-28  Jeff Johnston  <jjohnstn@redhat.com>
15278
15279         * gdb.base/dump.exp: Skip for ia64.
15280
15281 2003-08-25  Jeff Johnston  <jjohnstn@redhat.com>
15282
15283         * gdb.asm/asm-source.exp: Add ia64 support.
15284         * gdb.asm/ia64.inc: New file.
15285
15286 2003-08-22  Michael Chastain  <mec@shout.net>
15287
15288         * gdb.cp: New directory.
15289         * gdb.cp/*: Copy from gdb.c++/*.
15290         * gdb.c++/*: Remove.
15291         * Makefile.in: Change gdb.c++ to gdb.cp.
15292         * configure.in:  Ditto.
15293         * configure: Regnerate.
15294
15295 2003-08-18  Mark Kettenis  <kettenis@gnu.org>
15296
15297         * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
15298         * gdb.arch/i386-prologue.c (gdb1338): Add function.
15299
15300 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
15301
15302         * mi-var-display.exp (-var-list-children weird): Accept function
15303         pointers with argument types.
15304         * mi1-var-display.exp (-var-list-children weird): Likewise.
15305         * mi2-var-display.exp (-var-list-children weird): Likewise.
15306
15307 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
15308
15309         * gdb.base/annota3.exp: Add missing newline.
15310
15311 2003-08-06  Michael Chastain  <mec@shout.net>
15312
15313         * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
15314
15315 2003-08-12  Michael Snyder  <msnyder@redhat.com>
15316
15317         * gdb.base/float.exp: Add test for SH.
15318
15319 2003-08-10  Mark Kettenis  <kettenis@gnu.org>
15320
15321         * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
15322
15323 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
15324
15325        * gdb.base/completion.exp: Remove reduntant completion test
15326        on filename.
15327
15328 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
15329
15330         * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
15331         gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
15332         gdb.trace/save-trace.exp: Make sure that full pathnames are
15333         escaped correctly.
15334
15335 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
15336
15337         * configure.in: Don't generate config.h from config.hin.
15338         * configure: Regenerate.
15339         * config.hin: Remove file.
15340         * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
15341         * gdb.threads/pthreads.c: Ditto.
15342
15343 2003-08-07  Daniel Jacobowitz  <drow@mvista.com>
15344
15345         From Kei Sakamoto <sakamoto.kei@renesas.com>:
15346         * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
15347         * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
15348         Replace ld24 with seth/add3.
15349
15350 2003-08-02  Andrew Cagney  <cagney@redhat.com>
15351
15352         * gdb.base/annota3.exp: New file.
15353         * gdb.base/annota3.c: New file.
15354         * gdb.c++/annota3.exp: New file.
15355         * gdb.c++/annota3.cc: New file.
15356
15357 2003-07-29  Michael Chastain  <mec@shout.net>
15358
15359         * gdb.threads/tls.c (spin): Check errno only if sem_wait
15360         actually failed.
15361         (do_pass): Likewise.
15362         * gdb.threads/tls.exp: Always initialize no_of_threads.
15363
15364 2003-07-27  Daniel Jacobowitz  <drow@mvista.com>
15365
15366         * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
15367         pattern.
15368         * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
15369         * gdb.threads/tls.exp: Recognize one case of the host library not
15370         supporting TLS.
15371
15372 2003-07-27  Andrew Cagney  <cagney@redhat.com>
15373
15374         * gdb.base/fileio.exp: Use SH when running commands using
15375         remote_exec.
15376
15377 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
15378
15379         From Kei Sakamoto <sakamoto.kei@renesas.com>:
15380         * gdb.base/relocate.c (dummy): New padding array.
15381
15382 2003-07-22  Michael Snyder  <msnyder@redhat.com>
15383
15384         * gdb.disasm/8300s.s: Fix syntax of bsr insn.
15385
15386         * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
15387         patterns to be more general, accepting old and new output.
15388         Some output chars (such as '+') also must be quoted.
15389         Some addresses are displayed numerically instead of
15390         symbolically.
15391
15392 2003-07-23  Michael Snyder  <msnyder@redhat.com>
15393
15394         * gdb.base/return2.exp: Don't test long-long return.
15395
15396         * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
15397         * gdb.disasm/t01_mov.exp: Ditto.
15398         * gdb.disasm/t02_mova.s: Ditto.
15399         * gdb.disasm/t02_mova.exp: Ditto.
15400         * gdb.disasm/t03_add.s: Ditto.
15401         * gdb.disasm/t03_add.exp: Ditto.
15402         * gdb.disasm/t04_sub.s: Ditto.
15403         * gdb.disasm/t04_sub.exp: Ditto.
15404         * gdb.disasm/t05_cmp.s: Ditto.
15405         * gdb.disasm/t05_cmp.exp: Ditto.
15406         * gdb.disasm/t06_ari2.s: Ditto.
15407         * gdb.disasm/t06_ari2.exp: Ditto.
15408         * gdb.disasm/t07_ari3.s: Ditto.
15409         * gdb.disasm/t07_ari3.exp: Ditto.
15410         * gdb.disasm/t08_or.s: Ditto.
15411         * gdb.disasm/t08_or.exp: Ditto.
15412         * gdb.disasm/t09_xor.s: Ditto.
15413         * gdb.disasm/t09_xor.exp: Ditto.
15414         * gdb.disasm/t10_and.s: Ditto.
15415         * gdb.disasm/t10_and.exp: Ditto.
15416         * gdb.disasm/t11_logs.s: Ditto.
15417         * gdb.disasm/t11_logs.exp: Ditto.
15418         * gdb.disasm/t12_bit.s: Ditto.
15419         * gdb.disasm/t12_bit.exp: Ditto.
15420         * gdb.disasm/t13_otr.s: Ditto.
15421         * gdb.disasm/t13_otr.exp: Ditto.
15422
15423 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
15424
15425         * gdb.threads/tls.exp :Add kfail for 'info address' case.
15426
15427 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
15428
15429         * gdb.threads/tls.c : New file.
15430         * gdb.threads/tls.exp : New file.
15431         * gdb.threads/tls-main.c : New file.
15432         * gdb.threads/tls-shared.c : New file.
15433         * gdb.threads/tls-shared.exp : New file.
15434
15435 2003-07-22  Andreas Schwab  <schwab@suse.de>
15436
15437         * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
15438
15439 2003-07-20  Andreas Schwab  <schwab@suse.de>
15440
15441         * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
15442         due to insn reordering.
15443
15444 2003-07-15  Andrew Cagney  <cagney@redhat.com>
15445
15446         * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
15447
15448 2003-07-15  Michael Chastain  <mec@shout.net>
15449
15450         * gdb.base/gdb1250.exp: New file.
15451         * gdb.base/gdb1250.c: New file.
15452
15453 2003-07-09  Michal Ludvig  <mludvig@suse.cz>
15454
15455         * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
15456         expansion of size_t to 'unsigned long', not only to 'unsigned'.
15457
15458 2003-07-09  Elena Zannoni  <ezannoni@redhat.com>
15459
15460         * gdb.threads/tls.c: New file.
15461         * gdb.threads/tls.exp: New file.
15462         * gdb.threads/tls-main.c: New file.
15463         * gdb.threads/tls-shared.c: New file.
15464         * gdb.threads/tls-shared.exp: New file.
15465
15466 2003-07-09  Elena Zannoni  <ezannoni@redhat.com>
15467
15468         * gdb.base/annota1.exp: Make sure that we properly escape the
15469         full path of the source file. Xfail more permissive patterns,
15470         due to a compiler debug info problem.
15471
15472 2003-07-07  Andreas Schwab  <schwab@suse.de>
15473
15474         * gdb.asm/m68k.inc: New file.
15475         * gdb.asm/asm-source.exp: Use it for m68k-*-*.
15476
15477         * gdb.objc/basicclass.exp ("Call an Objective-C method with no
15478         arguments"): Also match negative number.
15479
15480         * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
15481
15482 2003-07-03  Daniel Jacobowitz  <drow@mvista.com>
15483
15484         * gdb.base/store.c (charest): New typedef.
15485         (add_char): Rename to add_charest, update.
15486         (wack_char): Rename to wack_charest, update types.  Return l + r
15487         to keep r live across the call.
15488         (wack_short, wack_int, wack_long, wack_longest, wack_float)
15489         (wack_double, wack_doublest): Return l + r to keep r live across
15490         the call.
15491         * gdb.base/store.exp: Accomodate store.c changes.
15492
15493 2003-06-30  David Carlton  <carlton@kealia.com>
15494
15495         * gdb.c++/maint.exp (test_invalid_name): New.
15496         (test_first_component): Add tests for invalid names.
15497
15498 2003-06-29  Michael Chastain  <mec@shout.net>
15499
15500         * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
15501         output of '<VTT for class>' for virtual base classes.
15502
15503 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
15504
15505         * gdb.base/completion.exp: Tab-complete "complet" instead of
15506         "compl".
15507         * gdb.base/complex.exp, gdb.base/complex.c: New files.
15508
15509 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
15510
15511         * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
15512         * gdb.base/volatile.exp: Likewise.
15513
15514 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
15515
15516         * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
15517         gdb/1265.
15518
15519 2003-06-28  Michael Chastain  <mec@shout.net>
15520             Daniel Jacobowitz  <drow@mvista.com>
15521
15522         * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
15523         initial line count of 'captured_main' from 26 to 32.
15524         (test_with_self): Allow xmalloc call to be interleaved with the
15525         preceding two lines.
15526
15527 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
15528
15529         * gdb.base/bang.exp: New testcase.
15530
15531 2003-06-23  Joel Brobecker  <brobecker@gnat.com>
15532
15533         * gdb.base/langs.exp: Add some tests for the "minimal" language
15534         support.
15535
15536 2003-06-23  Elena Zannoni  <ezannoni@redhat.com>
15537
15538         * gdb.objc/basicclass.exp: Return -1 if we cannot compile
15539         the testcase.
15540
15541 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
15542
15543         * gdb.base/relocate.exp: Test add-symbol-file with a variable
15544         offset.
15545
15546 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
15547
15548         * gdb.c++/pr-1210.cc: New file.
15549         * gdb.c++/pr-1210.exp: New file.
15550
15551 2003-06-21  Daniel Jacobowitz  <drow@mvista.com>
15552
15553         * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
15554         000-exec-continue.
15555
15556 2003-06-15  Mark Kettenis  <kettenis@gnu.org>
15557
15558         * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
15559         on *-*-*bsd* instead of *-*-freebsd*.
15560
15561 2003-06-14  Andrew Cagney  <cagney@redhat.com>
15562
15563         * gdb.base/store.exp: Test longest and doublest.  Test all
15564         parameters.  Weaken return statement match.
15565         * gdb.base/store.c: Add longest and doublest - aka long long and
15566         long double functions.  Put all parameters into local register
15567         variables.  Use negative values.
15568
15569 2003-06-14  Andrew Cagney  <cagney@redhat.com>
15570
15571         * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>.  Gag
15572         -Wformat errors.  Add lost line.  Use WEXITSTATUS to get system
15573         exit status.
15574         * gdb.base/fileio.exp: Disable target when nointerrupts and
15575         noinferiorio, instead of limiting it to remote.  Use remote_exec
15576         instead of system.
15577
15578 2003-06-12  Jeff Johnston  <jjohnstn@redhat.com>
15579
15580         * gdb.base/float.exp: Add ia64 support.
15581
15582 2003-06-12  Corinna Vinschen  <vinschen@redhat.com>
15583
15584         * gdb.base/fileio.exp: Run only on remote targets.
15585
15586 2003-06-10  Corinna Vinschen  <vinschen@redhat.com>
15587
15588         * gdb.base/fileio.c: New file, testing File-I/O.
15589         * gdb.base/fileio.exp: Ditto.
15590
15591 2003-06-09  Raoul Gough  <RaoulGough@yahoo.co.uk>
15592
15593         * gdb.base/shreloc.exp: New file, check symbol values obtained from
15594         shared objects after relocation at load time (gdb PR/1132).
15595         * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
15596         as above, part of the shared object relocation test.
15597
15598 2003-06-08  Mark Kettenis  <kettenis@gnu.org>
15599
15600         * gdb.base/readline.exp: Add tests for operate-and-get-next with a
15601         fully filled history list.
15602         * gdb.base/gdb_history: New file.
15603
15604         * gdb.base/signals.exp: XFAIL "continue to func1" on
15605         i*86-*-freebsd*.
15606
15607         * gdb.base/attach.exp: When trying to attach to a nonexistent
15608         process, make it possible to specify the PID based on the target,
15609         and do so for *-*-freebsd*.
15610
15611 2003-06-02  Richard Henderson  <rth@redhat.com>
15612
15613         * gdb.base/float.exp: Add expected regexp for alpha-*-*.
15614
15615 2003-06-02  Richard Henderson  <rth@redhat.com>
15616
15617         * gdb.base/selftest.exp: Next over lim_at_start initialization.
15618
15619 2003-06-02  Richard Henderson  <rth@redhat.com>
15620
15621         * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
15622
15623 2003-06-01  Daniel Jacobowitz  <drow@mvista.com>
15624
15625         * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
15626         of globalvar.
15627
15628 2003-06-01  Mark Kettenis  <kettenis@gnu.org>
15629
15630         * gdb.asm/asm-source.exp: Check for memory read errors in
15631         disassembler test on *BSD too.
15632
15633 2003-06-01  Richard Henderson  <rth@redhat.com>
15634
15635         * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
15636         for .frame.
15637         (gdbasm_call): Lose ldgp.
15638         (gdbasm_startup): Add frame information.
15639         * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
15640
15641 2003-05-31  Mark Kettenis  <kettenis@gnu.org>
15642
15643         * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
15644         i?86-*-*.
15645
15646 2003-05-30  Mark Kettenis  <kettenis@gnu.org>
15647
15648         * gdb.asm/asm-source.exp: Make sure the final link succeeds on
15649         FreeBSD.
15650
15651 2003-05-29  Richard Henderson  <rth@redhat.com>
15652
15653         * gdb.asm/alpha.inc: New file.
15654         * gdb.asm/asm-source.exp: Use it.
15655
15656 2003-05-29  Jim Blandy  <jimb@redhat.com>
15657
15658         * gdb.base/corefile.exp: Find corefiles on Linux, which names them
15659         'core.PID'.
15660
15661 2003-05-22  Jim Blandy  <jimb@redhat.com>
15662
15663         * gdb.base/corefile.exp: Tolerate stuff after argument parens in
15664         backtrace.
15665
15666 2003-05-20  David Carlton  <carlton@math.stanford.edu>
15667
15668         * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
15669         this time.
15670
15671 2003-05-19  David Carlton  <carlton@bactrian.org>
15672
15673         * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
15674         * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
15675
15676 2003-05-19  David Carlton  <carlton@bactrian.org>
15677
15678         * gdb.c++/namespace.exp: Add namespace scope and anonymous
15679         namespace tests.
15680         Bump copyright date.
15681         * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
15682         (main): Call C::D::marker2.
15683         * gdb.c++/namespace1.cc: New file.
15684
15685 2003-05-14  Jeff Johnston  <jjohnstn@redhat.com>
15686
15687         Roland McGrath  <roland@redhat.com>
15688         * gdb.threads/linux-dp.exp: Account for fact that in nptl model
15689         there is no manager thread.
15690
15691 2003-05-08  Jeff Johnston  <jjohnstn@redhat.com>
15692
15693         * gdb.threads/schedlock.exp: Remove assumption that all threads
15694         will run in a particular small time slice.  Also ensure we break
15695         in one of the child threads rather than the main thread.
15696
15697 2003-05-07  Jim Blandy  <jimb@redhat.com>
15698
15699         Add support for assembly source testing on the s390x.
15700         * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
15701         architecture.
15702         * gdb.asm/s390x.inc: New file.
15703
15704         * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
15705         succession of 'if' statements.
15706
15707 2003-05-05  Andrew Cagney  <cagney@redhat.com>
15708
15709         * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
15710
15711 2003-05-05  Andrew Cagney  <cagney@redhat.com>
15712
15713         * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
15714         DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
15715
15716 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
15717
15718         * gdb.base/charset.exp: Update based on new behavior of set/show
15719         charset commands.
15720
15721 2003-05-01  Andrew Cagney  <cagney@redhat.com>
15722
15723         * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
15724         variable do not give memory errors.
15725
15726 2003-04-30  Adam Fedor  <fedor@gnu.org>
15727
15728         * Makefile.in (ALL_SUBDIRS): Add gdb.objc
15729         * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
15730         * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
15731         gdb.objc/basicclass.m: : New files
15732
15733         * lib/gdb.exp (gdb_compile_objc): New procedure.
15734
15735 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
15736
15737         * gdb.base/signals.exp: Make backtrace tests more specific.
15738
15739 2003-04-23  David Carlton  <carlton@bactrian.org>
15740
15741         * gdb.c++/maint.exp (test_first_component): Add tests for
15742         'operator' in more locations.
15743
15744 2003-04-16  Kevin Buettner  <kevinb@redhat.com>
15745
15746         * gdb.base/args.exp: Invoke gdb_load for simulator targets.
15747
15748 2003-04-16  Elena Zannoni  <ezannoni@redhat.com>
15749
15750         * gdb.base/completion.exp: Make 'info func mark' complete on 'info
15751         func marke' instead. Update test name.
15752
15753 2003-04-15  David Carlton  <carlton@math.stanford.edu>
15754
15755         * gdb.c++/maint.exp: New file.
15756
15757 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
15758
15759         * gdb.threads/schedlock.c: Change type of thread function argument
15760         to long, to avoid warnings on 64-bit platforms.
15761
15762 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
15763
15764         * gdb.base/attach.exp: Add new message from ptrace in case of
15765         attaching to nonexistent process.
15766
15767 2003-04-11  Jim Blandy  <jimb@redhat.com>
15768
15769         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
15770         gdb.c++/userdef.cc: Place comments on the lines to which the
15771         marker function might return.
15772         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
15773         gdb.c++/userdef.exp: Look for those comments to check that we've
15774         returned to the right place, instead of checking line numbers.
15775
15776 2003-04-11  Elena Zannoni  <ezannoni@redhat.com>
15777
15778         * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
15779         match on sourcefile name, instead of directory name.
15780
15781 2003-04-10  Elena Zannoni  <ezannoni@redhat.com>
15782
15783         * gdb.base/completion.exp: Use string_to_regexp to match the
15784         working directory name.
15785
15786 2003-04-09  Jim Blandy  <jimb@redhat.com>
15787
15788         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
15789         gdb.c++/userdef.exp: If GDB fails to restore the selected frame
15790         after an inferior function call, report the failure, but allow the
15791         test to continue.
15792
15793 2003-04-05  Stephane Carrez  <stcarrez@nerim.fr>
15794
15795         * gdb.base/break.exp: marker4() is defined at line 46 when compiled
15796         with -DPROTOTYPES.
15797
15798 2003-04-05  Stephane Carrez  <stcarrez@nerim.fr>
15799
15800         * gdb.base/break.exp: Revert last patch.
15801
15802 2003-04-04  Stephane Carrez  <stcarrez@nerim.fr>
15803
15804         * gdb.base/break.exp: marker4() is defined at line 46 when compiled
15805         with -DPROTOTYPES.
15806
15807 2003-04-02  Andrew Cagney  <cagney@redhat.com>
15808
15809         * gdb.base/callfuncs.exp: Make "print add" messages unique.
15810         * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
15811         matching directories by the name breakpoint.
15812         * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
15813         Make "continue to marker1" consistent.
15814         * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
15815         message consistent.
15816         * lib/gdb.exp: Put "the program is no longer running", and "the
15817         program exited" in parenthesis.
15818         * lib/mi-support.exp: Ditto.
15819
15820 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
15821
15822         * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
15823
15824 2003-03-29  Andrew Cagney  <cagney@redhat.com>
15825
15826         * gdb.base/sizeof.c (main): Print the value of '\377'.
15827         * gdb.base/sizeof.exp: Check the sign of '\377'.
15828
15829 2003-03-27  Michael Chastain  <mec@shout.net>
15830
15831         * gdb.base/gdb1090.exp: New file.
15832         * gdb.base/gdb1090.cc: New file.
15833
15834 2003-03-27  J. Brobecker  <brobecker@gnat.com>
15835
15836         * gdb.gdb/observer.exp: New regression test.
15837
15838 2003-03-27  Michael Chastain  <mec@shout.net>
15839
15840         * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
15841         * gdb.base/ptype.exp: Likewise.
15842
15843 2003-03-27  Corinna Vinschen  <vinschen@redhat.com>
15844
15845         * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
15846
15847 2003-03-26  Michael Chastain  <mec@shout.net>
15848
15849         * gdb.base/ptype.exp: Actually use some typedef'd types.
15850
15851 2003-03-21  Stephane Carrez  <stcarrez@nerim.fr>
15852
15853         * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
15854         * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
15855
15856 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
15857
15858         * gdb.base/default.exp: Fix regular expression.
15859
15860 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
15861
15862         * gdb.base/args.exp: Fix regular expression.
15863
15864 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
15865
15866         * gdb.base/help.exp: Allow Win32 child process.
15867
15868 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
15869
15870         * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
15871         when stepping out of main().
15872
15873 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
15874
15875         * gdb.base/default.exp: Check for win32 specific message when calling
15876         "run" without executable.
15877
15878 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
15879
15880         * gdb.base/args.exp: Expect .exe in output.
15881
15882 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
15883
15884         * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
15885         Cygwin native.
15886
15887 2003-03-17  Andrew Cagney  <cagney@redhat.com>
15888
15889         From Elena Zannoni <ezannoni@redhat.com>.  Test e500 abi and
15890         vector registes.
15891         * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
15892         * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
15893
15894 2003-03-17  David Carlton  <carlton@math.stanford.edu>
15895
15896         * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
15897         test, for PR breakpoints/38.
15898         Call test_watchpoint_and_breakpoint.
15899         * gdb.base/watchpoint.c (func3): New function.
15900         (main): Call func3.
15901
15902 2003-03-04  David Carlton  <carlton@math.stanford.edu>
15903
15904         * gdb.c++/templates.exp (do_tests): Accept valid const in "print
15905         Garply<Garply<char> >:: garply".
15906         (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
15907         with respect to PR c++/1111; note also PR c++/1113.
15908         (test_template_breakpoints): KFAIL "constructor breakpoint" with
15909         respect to PR c++/1062.
15910         KFAIL "destructor breakpoint" with respect to PR c++/1112.
15911
15912 2003-03-03  David Carlton  <carlton@math.stanford.edu>
15913
15914         * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
15915         with respect to PR c++/57.
15916         KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
15917         c++/826.
15918         Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
15919         respect to PR c++/57.
15920
15921 2003-03-03  David Carlton  <carlton@math.stanford.edu>
15922
15923         * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
15924         respect to PR c++/33 into FAILs.
15925
15926 2003-03-03  Michael Chastain  <mec@shout.net>
15927
15928         * configure.in: Update copyright years.
15929
15930 2003-03-03  Michael Chastain  <mec@shout.net>
15931
15932         * Makefile.in: Update copyright years.
15933
15934 2003-02-28  David Carlton  <carlton@math.stanford.edu>
15935
15936         * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
15937         print class instead of struct and/or superfluous protection
15938         specifiers, as long as the resulting output is equivalent to the
15939         source code.
15940         Delete FIXME from end of messages on tests that don't need
15941         fixing.
15942
15943 2003-02-28  David Carlton  <carlton@math.stanford.edu>
15944
15945         * gdb.c++/templates.exp (do_tests): Allow const in the two
15946         Foo<volatile char *>::foo tests.
15947
15948 2003-02-27  Michael Snyder  <msnyder@redhat.com>
15949
15950         * gdb.base/restore.c (main): Return zero, so exit code
15951         will be consistant.
15952
15953 2003-02-26  David Carlton  <carlton@math.stanford.edu>
15954
15955         * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
15956         char *>::foo" test with respect to PR c++/33.  Create a new test
15957         which is identical to that one except that it doesn't put the
15958         space between the "char" and the "*"; KFAIL it, too.
15959
15960 2003-02-26  David Carlton  <carlton@math.stanford.edu>
15961
15962         * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
15963         template types into either PASSes or KFAILs (corresponding to PR
15964         c++/57).  Tweak indentation.  Update copyright.
15965
15966 2003-02-23  Stephane Carrez  <stcarrez@nerim.fr>
15967
15968         * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
15969
15970 2003-02-13  Michael Chastain  <mec@shout.net>
15971
15972         * gdb.base/exprs.exp: Remove i960 remnants.
15973         * gdb.base/funcargs.exp: Likewise.
15974         * gdb.base/list.exp: Likewise.
15975         * gdb.base/ptype.exp: Likewise.
15976
15977 2003-02-14  David Carlton  <carlton@math.stanford.edu>
15978
15979         * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
15980         pEe->D::vg()" from XFAIL to KFAIL.
15981
15982 2003-02-13  Jason Molenda  (jmolenda@apple.com)
15983
15984         * gdb.base/maint.exp: Update maint print statistics regexp to include
15985         new entries.
15986
15987 2003-02-13  Michael Chastain  <mec@shout.net>
15988
15989         * gdb.c++/inherit.exp: Remove call to get_debug_format.
15990
15991 2003-02-12  Michael Chastain  <mec@shout.net>
15992
15993         * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
15994         * gdb.c++/inherit.exp: Likewise.
15995         * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
15996         * gdb.c++/templates.exp: Likewise.
15997         * gdb.c++/virtfunc.exp: Likewise.
15998
15999 2003-02-06  Jason Molenda  (jason-cl@molenda.com)
16000
16001         * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
16002         why the code is written that way.
16003
16004 2003-02-05  Michael Chastain  <mec@shout.net>
16005
16006         * gdb.base/dump.exp: Add missing copyright line.
16007
16008 2003-02-05  Jason Molenda  (jason-cl@molenda.com)
16009
16010         * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
16011         at the beginning so the breakpoint doesn't get set on the loop.
16012
16013 2003-02-05  Michael Chastain  <mec@shout.net>
16014
16015         * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
16016         output for configurations with gcc 2.95.3.
16017
16018 2003-02-05  Keith Seitz  <keiths@redhat.com>
16019             Andrew Cagney  <ac131313@redhat.com>
16020
16021         * gdb.mi/mi-cli.exp: New file.
16022
16023 2003-02-04  Michael Chastain  <mec@shout.net>
16024
16025         * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
16026         Call perror and then continue.
16027
16028 2003-02-03  Michael Chastain  <mec@shout.net>
16029
16030         * gdb.c++/pr-1023.cc: New file.
16031         * gdb.c++/pr-1023.exp: New file.
16032
16033 2003-02-05  Jim Blandy  <jimb@redhat.com>
16034
16035         * gdb.c++/local.exp: Don't expect Local to be in scope in main;
16036         it's local to foobar.  Check for it there, and check that it's not
16037         present in main.
16038         * gdb.c++/local.cc (marker2): New function.
16039         (foobar): Call marker1.
16040         (main): Call marker2 instead of marker1.
16041
16042 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
16043
16044         * gdb.disasm/mn10200.exp: Obsolete file.
16045         * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
16046         * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
16047         * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
16048
16049 2003-02-04  David Carlton  <carlton@math.stanford.edu>
16050
16051         * gdb.c++/overload.exp: Test intToChar(1).
16052         * gdb.c++/overload.cc (intToChar): New.
16053         (main): Call intToChar.
16054
16055 2003-02-03  David Carlton  <carlton@math.stanford.edu>
16056
16057         * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
16058         'might_kfail' arg.
16059         KFAIL some of the continue_to_bp_overloaded calls, according to
16060         PR c++/1025.
16061
16062 2003-02-01  Michael Chastain  <mec@shout.net>
16063
16064         * gdb.base/advance.c (marker1): New marker function.
16065         * gdb.base/advance.exp: When the 'advance' command lands on the
16066         return breakpoint, it can legitimately stop on either the
16067         current line or the next line.  Accommodate both outcomes.
16068         * gdb.base/until.exp: Likewise.
16069
16070 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
16071
16072         2002-11-10 Jason Molenda (jason-cl@molenda.com):
16073         * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
16074         now a list, not a tuple.
16075         * gdb.mi/mi-var-display.exp: Ditto.
16076         * gdb.mi/gdb792.exp: Ditto.
16077
16078 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
16079
16080         From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
16081         * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
16082         stack backtraces.
16083         * gdb.mi/mi-syn-frame.c: Part of same.
16084
16085 2003-02-01  Mark Kettenis  <kettenis@gnu.org>
16086
16087         * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
16088         gdb.mi/mi1-pthreads.exp: Return instead of calling
16089         gdb_suppress_entire_file.
16090
16091 2003-02-01  Mark Salter  <msalter@redhat.com>
16092
16093         * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
16094
16095 2003-01-31  Mark Salter  <msalter@redhat.com>
16096
16097         * lib/mi-support.exp (mi_gdb_load): Support remote targets.
16098         Support empty arg.
16099
16100 2003-01-30  Michael Chastain  <mec@shout.net>
16101
16102         * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
16103         This was a workaround for a UTF-8 bug in readline 4.3.  The bug
16104         has been fixed in gdb/readline on 2003-01-09.
16105
16106 2003-01-29  Michael Snyder  <msnyder@redhat.com>
16107
16108         * gdb.base/maint.exp: Allow for leading underscore in symbol.
16109         * gdb.base/display.exp: Allow for leading underscore in symbol.
16110         * gdb.base/args.exp: Skip if target does not support args passing.
16111
16112 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
16113
16114         * lib/gdb.exp (gdb_test_multiple): New function, cloned from
16115         gdb_test.  Accept a list of expect arguments as the third
16116         parameter.
16117         (gdb_test): Use it.
16118
16119 2003-01-20  Elena Zannoni  <ezannoni@redhat.com>
16120
16121         * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
16122         allow for different test tree configurations.  Update some
16123         tescases accordingly.
16124         * gdb.arch/altivec-regs.exp: Ditto.
16125         * gdb.asm/asm-source.exp: Ditto.
16126         * gdb.base/advance.exp: Ditto.
16127         * gdb.base/display.exp: Ditto.
16128         * gdb.base/long_long.exp: Ditto.
16129         * gdb.base/mips_pro.exp: Ditto.
16130         * gdb.base/overlays.exp: Ditto.
16131         * gdb.base/relocate.exp: Ditto.
16132         * gdb.base/setshow.exp: Ditto.
16133         * gdb.base/step-line.exp: Ditto.
16134         * gdb.base/step-test.exp: Ditto.
16135         * gdb.base/until.exp: Ditto.
16136         * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
16137
16138 2003-01-17  David Carlton  <carlton@math.stanford.edu>
16139
16140         * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
16141         corresponding to PR c++/945.
16142         Update copyright.
16143
16144 2003-01-17  David Carlton  <carlton@math.stanford.edu>
16145
16146         * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
16147         corresponding to PR c++/68.
16148
16149 2003-01-17  David Carlton  <carlton@math.stanford.edu>
16150
16151         * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
16152         (test_paddr_hairy_functions): Call print_addr_2_kfail for
16153         hairyfunc5 through hairyfunc7.  KFAIL for PR c++/19.
16154
16155 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
16156
16157         * gdb.base/break.exp: Fix change of default location, because of
16158         removal of until tests.
16159         * gdb.base/help.exp: Update test for new 'until' help message.
16160         Add test for help on 'advance'.
16161         * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
16162
16163 2003-01-15  Mark Kettenis  <kettenis@gnu.org>
16164
16165         * gdb.base/default.exp: Adapt "info float" test for recent changes
16166         to that command.  Add test for "info vector".
16167         * gdb.base/float.exp: New file.  Add test for "info float" that
16168         resembles the old test in gdb.base/default.exp.
16169
16170 2003-01-15  David Carlton  <carlton@math.stanford.edu>
16171
16172         * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
16173
16174 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
16175
16176         * gdb.base/break.exp: Move the tests of until command from here...
16177         * gdb.base/until.exp: ... to here. New file. Add other tests.
16178         * gdb.base/advance.c: New file.
16179         * gdb.base/advance.exp: New file.
16180
16181 2003-01-14  Elena Zannoni  <ezannoni@redhat.com>
16182
16183         * gdb.base/args.c: New file.
16184         * gdb.base/args.exp: New file.
16185
16186 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
16187
16188         * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
16189
16190 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
16191
16192         * gdb.threads/killed.exp: Use KFAIL for gdb/568.
16193
16194 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
16195
16196         * gdb.base/constvars.exp: Remove two extra XFAILs.  Update copyright
16197         dates.
16198
16199 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
16200
16201         * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
16202
16203 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
16204
16205         * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
16206         (ptype &*"foo").
16207         * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
16208
16209 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
16210
16211         * gdb.mi/mi-console.exp: Remove extra "(known bug)".
16212         * gdb.mi/mi1-console.exp: Likewise.
16213
16214 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
16215
16216         * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
16217         * gdb.mi/mi1-console.exp: Likewise.
16218
16219 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
16220
16221         * gdb.c++/overload.exp: Remove some fixed XFAILs.
16222
16223 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
16224
16225         * gdb.base/detach.exp: New test.
16226
16227 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
16228
16229         * Makefile.in (ALL_SUBDIRS): New variable.
16230         (subdirs, clean, distclean): Use it.
16231         * gdb.arch/Makefile.in: Clean up Makefile.  Remove rules for
16232         regenerating Makefile, since it is generated from the top level.
16233         * gdb.asm/Makefile.in: Likewise.
16234         * gdb.base/Makefile.in: Likewise.
16235         * gdb.c++/Makefile.in: Likewise.
16236         * gdb.disasm/Makefile.in: Likewise.
16237         * gdb.java/Makefile.in: Likewise.
16238         * gdb.mi/Makefile.in: Likewise.
16239         * gdb.threads/Makefile.in: Likewise.
16240         * gdb.trace/Makefile.in: Likewise.
16241
16242 2003-01-09  David Carlton  <carlton@math.stanford.edu>
16243
16244         * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
16245         Add copyright year 2003.
16246
16247 2003-01-06  Michael Chastain  <mec@shout.net>
16248
16249         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
16250         When selecting a thread, 'line' and 'file' are optional.
16251         * gdb.mi/mi1-pthreads.exp: Likewise.
16252
16253 2003-01-06  Andreas Schwab  <schwab@suse.de>
16254
16255         * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
16256         failures.
16257
16258 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
16259
16260         Fix PR gdb/844
16261         * lib/gdb.exp (gdb_compile): Handle "quiet" option.
16262         (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
16263
16264         * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads.  Return
16265         instead of calling gdb_suppress_entire_file.
16266         * gdb.threads/print-threads.exp: Likewise.
16267         * gdb.threads/schedlock.exp: Likewise.
16268
16269         * gdb.threads/killed.exp: Return instead of calling
16270         gdb_suppress_entire_file.
16271         * gdb.threads/linux-dp.exp: Likewise.
16272         * gdb.threads/pthreads.exp: Likewise.
16273
16274 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
16275
16276         * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
16277         stabs.
16278         * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
16279         * gdb.base/whatis.exp: Always allow (void) after function names.
16280
16281 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
16282
16283         * gdb.c++/casts.exp: Correct regexp.
16284
16285 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
16286
16287         * configure.in: Call AC_CONFIG_HEADER.  Don't call
16288         AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
16289         gdb.disasm, gdb.mi, gdb.threads and gdb.trace.  Call
16290         AC_CHECK_HEADERS on pthread.h.  Put Makefiles in the
16291         aforementioned directories in the AC_OUPUT call.
16292         * config.hin: New file.
16293         * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
16294         gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
16295         gdb.threads/killed.exp, gdb.threads/print-threads.exp,
16296         gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
16297         pass -I$objdir instead of -I$objdir/$subdir in compilation.
16298         * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
16299         gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
16300         gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
16301         gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
16302         gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
16303         gdb.threads/configure.in, gdb.threads/configure,
16304         gdb.threads/config.in, gdb.trace/configure.in,
16305         gdb.trace/configure: Removed.
16306
16307 2003-01-03  Michael Chastain  <mec@shout.net>
16308
16309         * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
16310         testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
16311
16312 2003-01-03  Daniel Jacobowitz  <drow@mvista.com>
16313
16314         * gdb.base/store.exp: Fix regular expressions.
16315
16316 2002-12-28  Mark Kettenis  <kettenis@gnu.org>
16317
16318         * configure.in: Rewrite.
16319         * configure: Regenerated.
16320
16321 2003-01-03  David Carlton  <carlton@math.stanford.edu>
16322
16323         * gdb.base/psymtab.exp: New file.
16324         * gdb.base/psymtab1.c: Ditto.
16325         * gdb.base/psymtab2.c: Ditto.
16326
16327 2002-12-23  Adam Fedor  <fedor@gnu.org>
16328
16329         * gdb.base/maint.exp: Update expect output to include 'ObjC'.
16330
16331 2002-12-23  David Carlton  <carlton@math.stanford.edu>
16332
16333         * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
16334         and current_directory initialization.
16335
16336 2002-12-22  Jim Blandy  <jimb@redhat.com>
16337
16338         * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
16339         rather than as part of the output file name.
16340
16341         * gdb.base/attach.exp: There's no need to copy the test program to
16342         /tmp; that was only ever necessary on HP/UX, and this test is
16343         entirely disabled there anyway.
16344
16345 2002-12-21  Jim Blandy  <jimb@redhat.com>
16346
16347         * gdb.c++/psmang.exp: Doc fix.
16348
16349         * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
16350         test.
16351
16352 2002-12-20  David Carlton  <carlton@math.stanford.edu>
16353
16354         * gdb.c++/annota2.exp: KFAIL annotate-quit.
16355
16356 2002-12-18  Michael Chastain  <mec@shout.net>
16357
16358         * gdb.c++/annota2.exp: Add copyright year 2002.
16359
16360 2002-12-17  David Carlton  <carlton@math.stanford.edu>
16361
16362         * gdb.c++/try_catch.cc: Add marker comments.
16363         * gdb.c++/try_catch.exp: Get line numbers from marker comments.
16364         * gdb.c++/m-data.cc: Delete namespace __gnu_test.
16365         * gdb.c++/m-static.cc: Ditto.
16366         * gdb.c++/m-static1.cc: Ditto.
16367         * gdb.c++/try_catch.cc: Ditto.
16368
16369 2002-12-16  Jeff Johnston  <jjohnstn@redhat.com>
16370
16371         * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
16372         to see whether we are using the new -environment-directory
16373         command which resets via -r or the old version of the command
16374         which may prompt the user.  Part of fix for gdb/741.
16375
16376 2002-12-13  Andrew Cagney  <ac131313@redhat.com>
16377
16378         * gdb.fortran/types.exp: Update obsolete comment.
16379         * gdb.fortran/exprs.exp: Ditto.
16380         * lib/gdb.exp: Delete obsolete code.
16381         * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
16382         * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
16383         * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
16384         * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
16385         * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
16386         * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
16387         * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
16388         * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
16389         * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
16390         * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
16391         * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
16392         * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
16393         * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
16394         * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
16395         * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
16396         * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
16397         * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
16398         * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
16399         * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
16400         * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
16401         * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
16402         * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
16403         * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
16404         * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
16405         * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
16406         * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
16407         * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
16408         * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
16409         * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
16410         * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
16411         * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
16412         * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
16413         * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
16414         * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
16415         * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
16416         * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
16417         * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
16418
16419 2002-12-11  David Carlton  <carlton@math.stanford.edu>
16420
16421         * gdb.c++/m-data.exp: Add test for members that shadow global
16422         variables: see PR gdb/804.
16423         * gdb.c++/m-data.cc: Ditto.
16424
16425 2002-12-10  Daniel Jacobowitz  <drow@mvista.com>
16426
16427         * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
16428
16429 2002-12-06  David Carlton  <carlton@math.stanford.edu>
16430
16431         * gdb.base/store.c: Don't declare functions static.
16432
16433 2002-12-04  Andrew Cagney  <ac131313@redhat.com>
16434
16435         * gdb.base/store.exp, gdb.base/store.c: New files.
16436
16437 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
16438
16439         * gdb.base/selftest.exp: Update for current gdb.
16440
16441 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
16442
16443         * gdb.base/maint.exp: Only dump symbols from one source file
16444         or objfile.
16445
16446 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
16447
16448         * gdb.base/step-test.exp: Allow MIPS to return to the line of a
16449         function call.
16450
16451 2002-11-25  Jim Blandy  <jimb@redhat.com>
16452
16453         * lib/mi-support.exp (mi_delete_breakpoints): Change name of
16454         function appearing in error message.
16455
16456 2002-11-21  Daniel Jacobowitz  <drow@mvista.com>
16457
16458         * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
16459
16460 2002-11-08  Jeff Johnston  <jjohnstn@redhat.com>
16461
16462         * lib/mi-support.exp (mi_gdb_start): Verify the startup message
16463         for mi1 and current mi is in correct format.  New mi startup message
16464         should be in mi console format.  This is part of fix for PR gdb/604.
16465
16466 2002-09-18  Fernando Nasser  <fnasser@redhat.com>
16467
16468         * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
16469         which explicitly prints the zero offset as "+0".
16470
16471 2002-10-22  Daniel Jacobowitz  <drow@mvista.com>
16472
16473         * gdb.threads/schedlock.c (args): Make unsigned.
16474
16475 2002-10-21  Daniel Jacobowitz  <drow@mvista.com>
16476
16477         * gdb.asm/asm-source.exp: Add "mips*-*" pattern.  Update line
16478         numbers.  Allow "foo2|selected stack frame".
16479         * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
16480         * gdb.asm/asmsrc2.s: Likewise.
16481         * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end.  Update
16482         comments.
16483         * gdb.asm/mips.inc: New file.
16484
16485 2002-10-18  Adam Fedor  <fedor@gnu.org>
16486
16487         * gdb.base/default.exp: Update expected output to include 'ObjC'.
16488         * gdb.base/help.exp: Likewise.
16489
16490 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
16491
16492         * gdb.base/constvars.c (struct crass, struct crisp): New structs.
16493         * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
16494
16495 2002-10-02  Jim Blandy  <jimb@redhat.com>
16496
16497         * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
16498
16499 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
16500
16501         * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
16502         * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
16503         * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
16504         * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
16505         * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
16506         * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
16507         * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
16508
16509 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
16510
16511         * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
16512         * mi0-disassemble.exp, mi0-eval.exp: Delete.
16513         * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
16514         * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
16515         * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
16516         * mi0-var-block.exp, mi0-var-child.exp: Delete.
16517         * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
16518
16519 2002-09-27  Kevin Buettner  <kevinb@redhat.com>
16520
16521         * gdb.base/annota1.exp (info break): Make directory components of
16522         path optional since not all compilers emit this debug information.
16523
16524         * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
16525         step ends up stepping out of the function instead of stopping on
16526         the epilogue.
16527
16528 2002-09-26  Keith Seitz  <keiths@redhat.com>
16529
16530         * lib/insight-support.exp (gdbtk_start): Figure out where
16531         the insight executable is based on where gdb is. Use this
16532         executable to start insight instead of gdb.
16533
16534 2002-09-25  Andrew Cagney  <cagney@redhat.com>
16535
16536         * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
16537
16538 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
16539
16540         * gdb.gdb/complaints.exp (test_initial_complaints): Rename
16541         test_isolated_complaints.
16542         (test_empty_complaint): New function.
16543         (test_empty_complaints): New function.  Check no output when no
16544         complaints.
16545
16546 2002-09-19  Jim Blandy  <jimb@redhat.com>
16547
16548         * gdb.base/charset.exp, gdb.base/charset.c: New files.
16549
16550 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
16551
16552         * gdb.gdb/complaints.exp: New file.
16553
16554 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
16555
16556         * gdb.base/maint.exp: Check `help maint internal-warning'.
16557
16558 2002-09-18  David Carlton  <carlton@math.stanford.edu>
16559
16560         * gdb.c++/m-static.exp: Remove breakpoints depending on line
16561         numbers, and replace them by a single breakpoint after the
16562         constructors are all finished.
16563         Add test 4.
16564         * gdb.c++/m-static.cc: Add test 4.
16565         * gdb.c++/m-static.h: New file.
16566         * gdb.c++/m-static1.cc: New file.
16567
16568         * gdb.c++/printmethod.exp: New file.
16569         * gdb.c++/printmethod.cc: New file.
16570
16571         * gdb.c++/pr-574.exp: New file.
16572         * gdb.c++/pr-574.cc: New file.
16573
16574 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
16575
16576         * gdb.base/ending-run.exp: Add handling of "step to end of run" for
16577         embedded targets which never actually exit.
16578
16579 2002-09-18  Fernando Nasser  <fnasser@redhat.com>
16580
16581         * gdb.base/ending-run.exp: Properly mark "continue after exit" and
16582         "don't step after run" as unresolved or unsupported, instead of xfail.
16583
16584 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
16585
16586         * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
16587         allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
16588         Add newline to expected string in "step out of main (status wrapper)"
16589         case.
16590
16591 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
16592
16593         * lib/gdb.exp (rerun_to_main): Allow restarting application.
16594         * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
16595
16596 2002-09-17  Tom Tromey  <tromey@redhat.com>
16597
16598         * gdb.base/printcmds.exp (test_print_string_constants): Expect
16599         \000, not \0, in double-quoted string.
16600
16601 2002-09-14  Corinna Vinschen  <vinschen@redhat.com>
16602
16603         * gdb.base/commands.exp: Don't expect a "Program exited normally"
16604         string after running the commands execution on breakpoint tests.
16605
16606 2002-09-13  Corinna Vinschen  <vinschen@redhat.com>
16607
16608         * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
16609
16610 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
16611
16612         * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
16613
16614 2002-09-10  Keith Seitz  <keiths@redhat.com>
16615
16616         * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
16617         runto proc.
16618         (mi_run_to_main): Use mi_runto.
16619         (mi_execute_to): Renamed from mi_run_to. Changed all callers.
16620
16621 2002-09-10  Keith Seitz  <keiths@redhat.com>
16622
16623         * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
16624         regexp for stopping at main. Could have multiple event notifications.
16625         Don't assume that main was declared with no parameters.
16626         (mi_next): Use mi_step_to.
16627         (mi_step): Use mi_next_to.
16628
16629 2002-09-09  Corinna Vinschen  <vinschen@redhat.com>
16630
16631         * gdb.base/default.exp: Fix expected string in `info float' test.
16632
16633 2002-09-09  Ben Elliston  <bje@redhat.com>
16634
16635         * config/mips.exp: Update comments.
16636         * config/mips-idt.exp: Likewise.
16637         * config/nind.exp: Likewise.
16638         * config/slite.exp: Likewise.
16639         * config/sparclet.exp: Likewise.
16640         * config/udi.exp: Likewise.
16641         * config/vx.exp: Likewise.
16642         * config/vxworks29k.exp: Likewise.
16643
16644 2002-09-05  Jim Blandy  <jimb@redhat.com>
16645
16646         * gdb.threads/killed.exp: Fix test failure message.
16647
16648 2002-09-04  Keith Seitz  <keiths@redhat.com>
16649
16650         * lib/mi-support.exp: Update copyright.
16651         (mi_gdb_test): Increase the priority of the expected pattern
16652         so that it matches gdb_test.
16653
16654 2002-09-03  Keith Seitz  <keiths@redhat.com>
16655
16656         * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
16657         Use integer comparison instead of string comparison for testing
16658         whether binary was built.
16659
16660 2002-09-03  Jim Blandy  <jimb@redhat.com>
16661
16662         * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
16663
16664 2002-08-29  Jim Blandy  <jimb@redhat.com>
16665
16666         * gdb.threads/pthreads.exp: Move the portable thread compilation
16667         code into a function in lib/gdb.exp, and call that from here.
16668         * lib/gdb.exp (gdb_compile_pthreads): New function.
16669
16670 2002-08-29  Keith Seitz  <keiths@redhat.com>
16671
16672         * lib/mi-support.exp (mi_gdb_test): Add global declaration for
16673         expect_out so that callers can get at it.
16674
16675 2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
16676
16677         * gdb.threads/print-threads.c: New file.
16678         * gdb.threads/print-threads.exp: New file.
16679         * gdb.threads/schedlock.c: New file.
16680         * gdb.threads/schedlock.exp: New file.
16681
16682 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
16683
16684         * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
16685         not altivec.c.
16686
16687 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
16688
16689         * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
16690         targets.  The problem should be fixed now.
16691
16692 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
16693
16694         * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
16695         2002-07-24 change that removes final dots from error messages.
16696
16697 2002-08-13  Tom Tromey  <tromey@redhat.com>
16698
16699         * gdb.base/readline.exp: New file.
16700
16701 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
16702
16703         * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
16704         supress message.
16705
16706 2002-08-01  Andrew Cagney  <cagney@redhat.com>
16707
16708         * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
16709         CHILL_FOR_TARGET and CHILL_LIB.
16710         * configure.in (configdirs): Remove gdb.chill.
16711         * configure: Regenerate.
16712         * lib/gdb.exp: Obsolete references to chill.
16713         * gdb.fortran/types.exp: Ditto.
16714         * gdb.fortran/exprs.exp: Ditto.
16715
16716 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
16717
16718         * gdb.base/shlib-call.exp (additional_flags): Conditionally
16719         set Irix-specific compile and link flags.
16720
16721 2002-07-29  Kevin Buettner  <kevinb@redhat.com>
16722
16723         * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
16724         source files.  The ``-o'' option doesn't work with the ``-E'' option
16725         when using the Irix compiler.
16726
16727 2002-07-19  Daniel Jacobowitz  <drow@mvista.com>
16728
16729         * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
16730         Improve support for reusing an exec file.  Copy exec file
16731         to target, and run gdbserver on the target instead of on the host.
16732
16733 2002-07-18  Jim Blandy  <jimb@redhat.com>
16734
16735         * gdb.base/ending-run.exp: Don't expect to see the program end in
16736         some orderly fashion when we're running on a real stand-alone
16737         board.
16738
16739         * gdb.base/interrupt.exp: Correct logic for skipping tests on
16740         targets that don't support interrupts.
16741
16742 2002-07-10  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
16743
16744         * gdb.base/attach.exp: Add patterns to match output from /proc-based
16745         systems.
16746         Move comments in expect statements to inside the actions, so that they
16747         don't get matched against.
16748
16749 2002-07-10  Mark Kettenis  <kettenis@gnu.org>
16750
16751         * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
16752         function when asleep" test.
16753
16754 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
16755
16756         * gdb.base/page.exp: Rewrite to handle problems with very long
16757         `info set' output.  Update copyright.
16758
16759 2002-06-26  Andrew Cagney  <ac131313@redhat.com>
16760
16761         * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
16762         gdb.threads-hp.
16763         * gdb.hp/configure: Regenerate.
16764         * gdb.hp/gdb.threads-hp/configure.in: Delete file.
16765         * gdb.hp/gdb.threads-hp/configure: Delete file.
16766         * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
16767
16768 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
16769
16770         * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
16771         setlocale, bindtextdomain and textdomain.
16772
16773 2002-06-11  Jim Blandy  <jimb@redhat.com>
16774
16775         * lib/gdb.exp (get_debug_format): Tolerate message saying whether
16776         preprocessor macro information is present.
16777
16778         * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
16779         tests.
16780
16781 2002-06-06  Michael Snyder  <msnyder@redhat.com>
16782
16783         * gdb.base/overlays.exp: Record addresses of overlay
16784         functions in TCL variables rather than in GDB variables,
16785         to avoid having GDB convert them to pointers (with loss
16786         of information).
16787
16788         * gdb.base/d10v.ld: Merge in several years worth of
16789         default linker script changes.
16790         * gdb.base/long_long.exp: Add check for sizeof (long double).
16791
16792 2002-06-06  Michal Ludvig  <mludvig@suse.cz>
16793
16794         * gdb.asm/asm-source.exp: Add x86-64 target.
16795         * gdb.asm/x86_64.inc: New.
16796
16797 2002-05-30  Michael Chastain  <mec@shout.net>
16798
16799         From Benjamin Kosnik <bkoz@redhat.com>:
16800         * gdb.c++/m-static.cc: New file.
16801         * gdb.c++/m-static.exp: New file.
16802
16803 2002-05-28  Michael Snyder  <msnyder@redhat.com>
16804
16805         * gdb.base/call-ar-st.exp: Allow for reduced floating point
16806         precision.
16807
16808 2002-05-27  Michael Chastain  <mec@shout.net>
16809
16810         From Benjamin Kosnik <bkoz@redhat.com>:
16811         * gdb.c++/m-data.cc: New file.
16812         * gdb.c++/m-data.exp: New file.
16813
16814 2002-05-27  Michael Chastain  <mec@shout.net>
16815
16816         From Benjamin Kosnik <bkoz@redhat.com>:
16817         * gdb.c++/try_catch.cc: New file.
16818         * gdb.c++/try_catch.exp: New file.
16819
16820 2002-05-27  Michael Chastain  <mec@shout.net>
16821
16822         * gdb.c++/local.exp: Accept more nested types in output.
16823
16824 2002-05-26  Michael Chastain  <mec@shout.net>
16825
16826         * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
16827
16828 2002-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
16829
16830         * lib/gdb.exp (gdb_wrapper_init): Just because
16831         gdb_wrapper_file exists, this does not mean that the file
16832         should not be rebuilt.  That is what gdb_wrapper_initialized
16833         is for.
16834         (default_gdb_init): Reset gdb_wrapper_initialized.
16835
16836 2002-05-23  Michael Snyder  <msnyder@redhat.com>
16837
16838         * gdb.base/all-bin.exp: Revise previous patch by just reducing
16839         the precision of the floating point test results.
16840         * gdb.base/call-rt-st.exp: Ditto.
16841
16842         * gdb.base/all-bin.exp: Allow for reduced floating point precision.
16843         * gdb.base/call-rt-st.exp: Ditto.
16844
16845 2002-05-19  Michael Chastain  <mec@shout.net>
16846
16847         * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
16848
16849 2002-05-19  Elena Zannoni  <ezannoni@redhat.com>
16850
16851         * configure.in (configdirs): Add gdb.arch.
16852         * configure: Regenerate.
16853
16854 2002-05-17  Jim Blandy  <jimb@redhat.com>
16855
16856         * gdb.base/completion.exp: Recognize the more detailed error
16857         messages produced by the macro expander's lexical analyzer.
16858
16859 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
16860
16861         * gdb.arch/altivec-abi.c: New file.
16862         * gdb.arch/altivec-abi.exp: New file.
16863         * gdb.arch/altivec-regs.c: New file.
16864         * gdb.arch/altivec-regs.exp: New file.
16865
16866 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
16867
16868         * gdb.base/maint.exp (maint print type): Update for new type
16869         structure.
16870
16871 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
16872
16873         * gdb.arch: New directory.
16874         * gdb.arch/configure.in: New file.
16875         * gdb.arch/configure: New file.
16876         * gdb.arch/Makefile.in: New file.
16877
16878 2002-05-13  Corinna Vinschen  <vinschen@redhat.com>
16879
16880         * gdb.asm/asm-source.exp: Add v850 as supported target.
16881         * gdb.asm/v850.inc: New file.
16882
16883 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
16884
16885         * gdb.c++/annota2.exp (annotate-quit): Add comment.
16886
16887 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
16888
16889         * gdb.base/break.exp: Check 'break "marker2"'.
16890
16891 2002-05-10  Michael Snyder  <msnyder@redhat.com>
16892
16893         * gdb.base/long_long.exp: Fix typo.
16894
16895 2002-05-10  Jim Blandy  <jimb@redhat.com>
16896
16897         * gdb.base/printcmds.exp: Don't xfail the ptype command.  This is
16898         a bug.
16899
16900         * gdb.base/printcmds.exp (test_integer_literals_rejected):
16901         Recognize more detailed error message produced by the macro
16902         expander's lexical analyzer.
16903         * lib/gdb.exp (test_print_reject): Same.
16904
16905 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
16906
16907         * gdb.c++/method.exp: Fix typo.
16908
16909 2002-05-08  Michael Snyder  <msnyder@redhat.com>
16910
16911         * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
16912         * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
16913         * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
16914         * gdb.base/long_long.exp: Merge clauses for arm and xscale.
16915         Add iftarget clause for strongarm.
16916
16917 2002-05-06  Michael Snyder  <msnyder@redhat.com>
16918
16919         * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
16920         (gdb_continue_to_end): Accept output from status wrapper.
16921         * gdb.base/ending-run.exp: Add case for output from status wrapper.
16922         Clean up fail messages to match pass messages.
16923
16924         Enable the "needs_status_wrapper" testsuite feature.
16925         * lib/gdb.exp (gdb_wrapper_init): New procedure.
16926         (gdb_compile): Conditionally call gdb_wrapper_init.
16927         * gdb.base/a2-run.exp: Recognize output from status wrapper.
16928         * gdb.c++/method.exp: Recognize output from status wrapper.
16929
16930 2002-05-06  Ben Elliston  <bje@redhat.com>
16931 From Graydon Hoare  <graydon@redhat.com>
16932
16933         * config/sid.exp: Include support for "rawsid" protocol.
16934
16935 2002-05-03  Jim Blandy  <jimb@redhat.com>
16936
16937         * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
16938         * gdb.c++/hang3.C: New file.
16939
16940 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
16941
16942         * gdb.base/default.exp: Remove obsolete code.
16943         * gdb.c++/misc.exp: Ditto.  Update copyright.
16944         * gdb.c++/cplusfuncs.exp: Ditto.  Update copyright.
16945         * gdb.base/whatis.exp: Ditto.  Update copyright.
16946         * gdb.base/scope.exp: Ditto.  Update copyright.
16947         * gdb.base/ptype.exp: Ditto.  Update copyright.
16948         * gdb.base/printcmds.exp: Ditto.  Update copyright.
16949         * gdb.base/opaque.exp: Ditto.  Update copyright.
16950         * gdb.base/list.exp: Ditto.
16951         * gdb.base/funcargs.exp: Ditto.  Update copyright.
16952         * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
16953         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
16954         * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
16955         * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
16956         * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
16957         * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
16958
16959 2002-05-02  Michael Snyder  <msnyder@redhat.com>
16960
16961         * gdb.base/watchpoint.exp: Add xscale target.
16962         * gdb.base/long_long.exp: Add xscale target.
16963         * gdb.base/default.exp: Add xscale target.
16964
16965 2002-05-01  Jim Blandy  <jimb@redhat.com>
16966
16967         * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
16968         gdb.c++/hang.exp: New test.
16969
16970 2002-05-01  Fred Fish  <fnf@redhat.com>
16971
16972         * gdb.base/completion.exp: Handle completions of "./Make" for
16973         more than one completion possibility, as is the case when we
16974         build and test in the source tree.
16975
16976 2002-04-29  Anthony Green  <green@redhat.com>
16977
16978         * gdb.java/jmisc1.exp: New file.
16979         * gdb.java/jmisc2.exp: New file.
16980
16981 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
16982
16983         * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
16984
16985 2002-04-23  Elena Zannoni  <ezannoni@redhat.com>
16986
16987         * gdb.base/help.exp: Change 'help status' to allow for target
16988         dependent output differences.
16989
16990 2002-04-22  Michael Chastain  <mec@shout.net>
16991
16992         * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
16993
16994 2002-04-22  Michael Chastain  <mec@shout.net>
16995
16996         * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
16997
16998 2002-04-17  David S. Miller  <davem@redhat.com>
16999
17000         * gdb.asm/sparc64.inc: New file.
17001         * gdb.asm/asm-source.exp: Handle sparc64-*-*.
17002
17003 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
17004
17005         * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
17006         instruction file directly into the build tree.  Clean up at end of
17007         test.
17008
17009 2002-04-18  David S. Miller  <davem@redhat.com>
17010
17011         * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
17012         handle 64-bit platforms correctly.
17013         * gdb.base/maint.exp: Likewise.
17014
17015 2002-04-18  Kevin Buettner  <kevinb@redhat.com>
17016
17017         * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
17018         ``-fpic'' when compiling files comprising a shared library, but
17019         it does need additional linker flags in order to find shared
17020         libraries at run time.
17021
17022 2002-04-18  Kevin Buettner  <kevinb@redhat.com>
17023
17024         * gdb.base/cvexpr.c (use): New function.
17025         (main): Invoke use() on all global variables to prevent
17026         some linkers from deleting these otherwise unused symbols.
17027
17028 2002-04-17  Michael Chastain  <mec@shout.net>
17029 From David S. Miller  <davem@redhat.com>
17030
17031         * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
17032         handle 64-bit platforms correctly.
17033
17034 2002-04-12  Michael Snyder  <msnyder@redhat.com>
17035 From Jim Blandy  <jimb@redhat.com>
17036         * gdb.base/foo.c (foox): Remove section attribute; the linker
17037         script can handle this instead.
17038         * gdb.base/bar.c (barx): Same.
17039         * gdb.base/baz.c (bazx): Same.
17040         * gdb.base/grbx.c (grbxx): Same.
17041
17042         * gdb.base/overlays.exp: New test: check that GDB's manual overlay
17043         manager doesn't automatically unmap overlays unnecessarily.
17044
17045 2002-04-10  Martin M. Hunt  <hunt@redhat.com>
17046
17047         * gdb.base/ending-run.exp: Fix pattern for Mips targets
17048         stepping out of main.
17049
17050 2002-04-09  Michael Chastain  <mec@shout.net>
17051
17052         * gdb.c++/local.cc (main): Move call to marker1() inside nested
17053         scope so that the nested scope tests will make sense.
17054         * gdb.c++/local.exp: Write patterns that actually work with gcc
17055         (the HP patterns "were never known to work with gcc").
17056         Keep the old aCC patterns too.
17057
17058 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
17059
17060         * gdb.base/attach.exp: Correct target board test.
17061
17062 2002-04-08  Michael Chastain  <mec@shout.net>
17063
17064         * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
17065         in a const method.  Add some xfail and fail cases for configurations
17066         that do not emit the "const ...".
17067
17068 2002-04-07  Michael Chastain  <mec@shout.net>
17069
17070         * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
17071         Accept "A * const" and "const A * const" as type of "this".
17072         Fix spelling of getFunky throughout.  Make messages uniform.
17073
17074 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
17075
17076         Work around for PR gdb/285:
17077         * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
17078
17079 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
17080
17081         * gdb.asm/asm-source.exp: Build symbolic link to arch specific
17082         instructions file at run time instead of configure time.
17083         Sometimes we run the test in a directory that is not the one we
17084         configured in.
17085         * gdb.asm/configure.in: Delete creation of symlink.
17086         * gdb.asm/configure: Regenerate.
17087
17088 2002-04-05  J. Brobecker  <brobecker@gnat.com>
17089
17090         * gdb.gdb/xfullpath.exp: New test, to exercise the new
17091         xfullpath () function.
17092
17093 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
17094
17095         * gdb.asm/Makefile.in: Correct dependencies.
17096
17097         * gdb.asm/powerpc.inc: New file.
17098         * gdb.asm/asm-source.exp: Add PowerPC.
17099         * gdb.asm/configure.in: Likewise.
17100         * gdb.asm/configure: Regenerated.
17101
17102 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
17103
17104         * gdb.base/relocate.exp: New file.
17105         * gdb.base/relocate.c: New file.
17106
17107 2002-04-04  Fred Fish  <fnf@redhat.com>
17108
17109         * gdb.base/step-test.exp: Update comment regarding stopping in
17110         memcpy/bcopy calls inserted as part of the compiler runtime.
17111
17112 2002-04-04  Michael Snyder  <msnyder@redhat.com>
17113
17114         * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
17115
17116 2002-04-03  Daniel Jacobowitz  <drow@mvista.com>
17117
17118         * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
17119         (gdb_expect): Remove $notransfer hack.
17120
17121 2002-04-02  Daniel Jacobowitz  <drow@mvista.com>
17122
17123         * gdb.c++/classes.exp ("calling method for small class"): Match
17124         updated register output.
17125
17126 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
17127
17128         Fix PR gdb/452
17129         * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
17130         when finished.  Make gdb_file_cmd send "exec-file" when
17131         appropriate.
17132
17133 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
17134
17135         * gdb.base/attach.exp: Remove extra setup_xfail.
17136
17137 2002-03-26  Michael Snyder  <msnyder@redhat.com>
17138
17139         * gdb.base/default.exp: Add tests for dump, append, and restore.
17140         * gdb.base/help.exp: Add tests for dump, append, and restore.
17141         * gdb.base/dump.exp: New file, test dump, append and restore.
17142         * gdb.base/dump.c: New file.
17143
17144 2002-03-27  Michael Snyder  <msnyder@redhat.com>
17145
17146         * gdb.base/help.exp: Modify expect strings to reflect
17147         clean-ups in help messages.
17148
17149 2002-03-26  Fred Fish  <fnf@redhat.com>
17150
17151         * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
17152         have debugging info for those functions and the compiler uses them
17153         internally to copy structs around.
17154
17155 2002-03-26  Fred Fish  <fnf@redhat.com>
17156
17157         * gdb.base/list.exp: Revert the change made yesterday and add note
17158         about why we don't list the default lines for remote targets.
17159
17160 2002-03-25  Michael Snyder  <msnyder@redhat.com>
17161
17162         * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
17163
17164 2002-03-25  Fred Fish  <fnf@redhat.com>
17165
17166         * gdb.base/list.exp: This test works on remote targets so remove
17167         the short circuit for remote targets.  Update copyright.
17168
17169 2002-03-25  Fred Fish  <fnf@redhat.com>
17170
17171         * gdb.base/attach.exp: Fix logic error that was suppressing this
17172         test for all non hppa*-*-hpux* targets, instead of the hp target.
17173         Move comments closer to the suppression point.  Also now need to
17174         check that we are running natively.
17175
17176 2002-03-22  Michael Snyder  <msnyder@redhat.com>
17177
17178         * gdb.base/default.exp: Add test for gcore.  Update copyright.
17179         * gdb.base/help.exp: Add test for gcore.  Update copyright.
17180
17181 2002-03-06  Fred Fish  <fnf@redhat.com>
17182
17183         * gdb.base/funcargs.c:  Remove extraneous ';' character.
17184         * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
17185
17186 2002-03-04  Michael Chastain  <mec@shout.net>
17187
17188         * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
17189         accommodate gcc v3 function signature.
17190         * gdb.mi/mi0-var-cmd-exp: Ditto.
17191
17192 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
17193
17194         * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
17195         ``GNU/Linux'' or ``Linux kernel''
17196         * testsuite/gdb.threads/pthreads.c: Ditto.
17197
17198 2002-02-24  Michael Chastain  <mec@shout.net>
17199
17200         * gdb.threads/pthreads.c (thread1): Add a return statement.
17201         (thread2): Likewise.
17202         (foo): Likewise.
17203
17204 2002-02-23  Michael Chastain  <mec@shout.net>
17205
17206         * gdb.threads/linux-dp.c (philosopher): Add a return statement
17207         to placate gcc.
17208
17209 2002-02-23  Michael Chastain  <mec@shout.net>
17210
17211         * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
17212         test "ptype bint".  The test passes on all my stabs configurations.
17213
17214 2002-02-21  Jim Blandy  <jimb@redhat.com>
17215
17216         * gdb.asm/asm-source.exp: Parse the output from `info sources' one
17217         filename at a time, and watch for the ones we want to see.
17218
17219         * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
17220         types of pointers to prototyped functions.
17221
17222 2002-02-20  Andrew Cagney  <ac131313@redhat.com>
17223
17224         * gdb.base/sizeof.c (main): Call fill_structs.  Print value of
17225         signed, unsigned and straight char.
17226         (padding_char, padding_short, padding_int, padding_long,
17227         padding_long_long, padding_float, padding_double,
17228         padding_long_double): New global variables.
17229         (fill, fill_structs): New functions.
17230
17231         * gdb.base/sizeof.exp: Check for signed and unsigned char.  Check
17232         for correctly sized writes.  Update copyright.
17233         (get_valueof): New procedure.
17234         (get_sizeof): Call get_valueof.
17235         (check_valueof): New procedure.
17236         (check_padding): New procedure.
17237
17238 2002-02-20  Michael Chastain  <mec@shout.net>
17239
17240         * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
17241         to setup_xfail.  Document some of the remaining calls.
17242
17243 2002-02-18  Michael Chastain  <mec@shout.net>
17244
17245         * gdb.c++/userdef.exp: Update copyright year.
17246
17247 2002-02-18  Daniel Jacobowitz  <drow@mvista.com>
17248
17249         * gdb.c++/userdef.exp: Test overloaded operators properly.
17250         Remove xfails.
17251
17252 2002-02-14  Michael Snyder  <msnyder@redhat.com>
17253
17254         * gdb.base/gcore.exp: Relax recognition of function breakpoint.
17255
17256 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
17257
17258         * gdb.base/a2-run.exp: Check for a remote target properly.
17259         * gdb.base/annota1.exp: Likewise.
17260         * gdb.base/list.exp: Likewise.
17261         * gdb.base/reread.exp: Likewise.
17262         * gdb.base/scope.exp: Likewise.
17263         * gdb.base/shlib-call.exp: Likewise.
17264         * gdb.base/term.exp: Likewise.
17265         * gdb.c++/annota2.exp: Likewise.
17266
17267 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
17268
17269         * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
17270
17271 2002-02-10  Michael Chastain  <mec@shout.net>
17272
17273         * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
17274         (call_after_alloca): Ditto.
17275
17276 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
17277
17278         * gdb.base/ending-run.exp: Guard "cont" test with
17279         gdb_skip_stdio_test.
17280
17281 2002-02-06  Jim Blandy  <jimb@redhat.com>
17282
17283         * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
17284         from here...
17285         * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
17286         To here.  Disable this test on non-HP platforms.  Add big comment.
17287
17288 2002-02-04  Michael Snyder  <msnyder@redhat.com>
17289
17290         * gdb.base/ovlymgr.c  (ovly_copy): Generalize for targets
17291           other than d10v and m32r.
17292
17293 2002-02-02  Richard Earnshaw  <rearnsha@arm.com>
17294
17295         * gdb.base/default.exp: Rewrite test patterns to reduce time
17296         taken to match them.
17297
17298 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
17299
17300         * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
17301         Allow a start function above main.
17302         * gdb.threads/linux-dp.exp: Fix copyright date.
17303
17304 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
17305
17306         * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
17307         (check_philosopher_stack): Check for manager thread before checking
17308         for a just-starting thread.
17309
17310 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
17311
17312         From Neil Booth <neil@daikokuya.demon.co.uk>:
17313         * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
17314         warnings.
17315
17316 2002-01-21  Fred Fish  <fnf@redhat.com>
17317
17318         * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
17319         not caller.
17320
17321 2002-01-21  Jim Blandy  <jimb@redhat.com>
17322
17323         * gdb.base/reread.exp: Check that GDB properly re-reads the
17324         executable file when it changes while no inferior is running.
17325
17326 2002-01-21  Fred Fish  <fnf@redhat.com>
17327
17328         * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
17329         optionally accept the "shlib events" variation.
17330
17331 2002-01-21  Jim Blandy  <jimb@redhat.com>
17332
17333         * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
17334         call `fflush' after every `printf', so that the output is produced
17335         at predictable points, regardless of whatever buffering does (or
17336         doesn't) take place.
17337         * gdb.base/ending-run.exp: Adjust tests to expect output to appear
17338         at different points.
17339
17340 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
17341
17342         * gdb.c++/inherit.exp: Update copyright years.
17343         * gdb.c++/method.exp: Likewise.
17344
17345 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
17346
17347         * gdb.c++/classes.exp: Update for improved v3 support and skipping
17348         artificial methods/arguments.
17349         * gdb.c++/derivation.exp: Likewise.
17350         * gdb.c++/inherit.exp: Likewise.
17351         * gdb.c++/method.exp: Likewise.
17352         * gdb.c++/virtfunc.exp: Likewise.
17353
17354 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
17355
17356         * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
17357         * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
17358         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
17359         * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
17360         * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
17361         * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
17362
17363 2002-01-17  Jim Blandy  <jimb@redhat.com>
17364
17365         * gdb.asm/asm-source.exp (info symbol): Take another shot at
17366         anchoring the pattern matching the entry point symbol's name.
17367
17368 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
17369
17370         * gdb.base/maint.exp: Update ``maint internal-error'' to match
17371         continue/quit query.  Update copyright.
17372
17373 2002-01-14  Michael Snyder  <msnyder@redhat.com>
17374
17375         * gdb.base/gcore.exp: Remove extra debugging output.
17376
17377 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
17378
17379         * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
17380         for slightly dubious v2 mangled string.
17381
17382 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
17383
17384         * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
17385
17386 2002-01-10  Jason Merrill  <jason@redhat.com>
17387
17388         * gdb.c++/namespace.exp: Accept trailing const for 'this'.
17389
17390         * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
17391         constructors.
17392         * gdb.c++/derivation.exp: Likewise.
17393         * gdb.c++/templates.exp: Likewise.
17394         * gdb.c++/virtfunc.exp: Likewise.
17395
17396 2002-01-10  Michael Snyder  <msnyder@redhat.com>
17397
17398         * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
17399
17400 2002-01-08  Michael Snyder  <msnyder@redhat.com>
17401
17402         * gdb.base/gcore.exp: New test for generate-core-file command.
17403         * gdb.base/gcore.c: Testcase for above.
17404         * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
17405
17406 2002-01-08  Jason Merrill  <jason@redhat.com>
17407
17408         * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
17409
17410 2002-01-07  Fred Fish  <fnf@redhat.com>
17411
17412         * gdb.c++/overload.exp: Remove unconditional xfails for:
17413         print foo_instance1.overloadargs(1)
17414         print foo_instance1.overloadargs(1, 2)
17415         print foo_instance1.overloadargs(1, 2, 3)
17416         print foo_instance1.overloadargs(1, 2, 3, 4)
17417         print foo_instance1.overloadargs(1, 2, 3, 4, 5)
17418         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
17419         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
17420         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
17421         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
17422         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
17423         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
17424         print foo_instance1.overload1arg()
17425         print foo_instance1.overload1arg((char)arg2)
17426         print foo_instance1.overload1arg((signed char)arg3)
17427         print foo_instance1.overload1arg((unsigned char)arg4)
17428         print foo_instance1.overload1arg((int)arg7)
17429         print foo_instance1.overload1arg((unsigned int)arg8)
17430         print foo_instance1.overload1arg((float)arg11)
17431         print foo_instance1.overload1arg((double)arg12)
17432
17433 2002-01-07  Michael Snyder  <msnyder@redhat.com>
17434
17435         * gdb.base/huge.exp: New test.  Print a very large target data object.
17436         (skip_huge_test): New test variable.  Define if you want to skip this
17437         test.  The test reads an 8 megabyte data object from the target, so it
17438         might be very time consuming on remote targets with a slow connection.
17439         * gdb.base/huge.c: New file.  Test case for above.
17440
17441 2002-01-07  Fred Fish  <fnf@redhat.com>
17442
17443         * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
17444         g_instance.bfoo, and g_instance.cfoo.
17445
17446 2002-01-07  Jeffrey A Law  <law@redhat.com>
17447
17448         * gdb.base/break.c (multi_line_if_conditional): New function.
17449         (multi_ilne_while_conditional): Likewise.
17450         * gdb.base/break.exp: Verify that a breakpoint on a multi-line
17451         IF or WHILE condition puts the breakpoint at the start of
17452         the condition.
17453
17454         * gdb.base/selftest.exp (backtrace through signal handler): Remove
17455         hppa*-*-hpux* expected failure.
17456         * gdb.base/structs.exp (do_function_calls): Similarly.
17457
17458         * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
17459         watchpoints.
17460
17461 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
17462
17463         Fix PR gdb/66.
17464         * gdb.base/structs.exp: Replace skip for a29k with skip for
17465         gdb,cannot_call_functions.
17466         * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
17467         * gdb.base/callfuncs.exp: Ditto.
17468         * gdb.base/call-rt-st.exp: Ditto.
17469         * gdb.base/call-strs.exp: Ditto.
17470         * gdb.base/callfwmall.exp: Ditto.
17471         * gdb.base/scope.exp: Obsolete xfail a29k.
17472         * gdb.c++/misc.exp: Ditto.
17473         * gdb.c++/cplusfuncs.exp: Ditto.
17474         * gdb.base/ptype.exp: Ditto.
17475         * gdb.base/printcmds.exp: Ditto.
17476         * gdb.base/opaque.exp: Ditto.
17477         * gdb.base/list.exp: Ditto.
17478         * gdb.base/funcargs.exp: Ditto.
17479         * gdb.base/default.exp: Ditto.
17480
17481 2002-01-04  Michael Snyder  <msnyder@redhat.com>
17482
17483         * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
17484         * gdb.base/maint.exp: Add tests for maint info sections options.
17485
17486 Fri Dec 21 09:42:11 2001  Jeffrey A Law  (law@redhat.com)
17487
17488         * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
17489
17490 2001-12-20  Corinna Vinschen  <vinschen@redhat.com>
17491
17492         * gdb.asm/arm.inc: New file.
17493         * gdb.asm/asm-source.exp: Add arm targets.
17494         * gdb.asm/configure.in: Ditto.
17495         * gdb.asm/configure: Recreated from configure.in.
17496
17497 Thu Dec 20 09:54:36 2001  Jeffrey A Law  (law@redhat.com)
17498
17499         * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
17500         with HP's compiler.
17501         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
17502         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
17503         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
17504         * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
17505
17506         * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
17507         either HP's compilers or GCC.
17508
17509         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
17510         a SIGBUS or SIGSEGV.
17511
17512         * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
17513
17514         * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
17515         can be compiled with either HP's compiler or GCC.
17516
17517         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
17518         * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
17519         * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
17520
17521         * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
17522         to match current gdb output.  Update due to using auto-solib-limit
17523         for limiting instead of overloading auto-solib-add.
17524         * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
17525         test program.
17526
17527         * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
17528         * gdb.hp/gdb.base-hp/dollar.exp: Likewise
17529         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
17530         * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
17531         * gdb.hp/gdb.base-hp/reg.exp: Likewise.
17532         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
17533         * gdb.hp/gdb.defects/bs15503.exp: Likewise.
17534         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
17535         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
17536         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
17537         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
17538         * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
17539         * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
17540
17541         * gdb.base/annota1.exp: Expect failure for hpux11 when posting
17542         a SIGTRAP to the inferior.
17543
17544 2001-12-19  Corinna Vinschen  <vinschen@redhat.com>
17545
17546         * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
17547         Substitute call to target_link by call to gdb_compile.
17548
17549 Wed Dec 19 14:10:57 2001  Jeffrey A Law  (law@redhat.com)
17550
17551         * gdb.base/break.exp: Fix HP specific search string when testing
17552         backtracing in a called function.
17553
17554         * gdb.base/constvars.exp: Only set lang to C++ if we're
17555         compiling the test with HP's compilers.
17556         * gdb.base/volatile.exp: Similarly.
17557
17558 2001-12-19  Jim Blandy  <jimb@redhat.com>
17559
17560         * gdb.base/printcmds.exp: Expect the null character to be printed
17561         as '\0', and the '\013' to be printed as '\v'.
17562         * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
17563         * gdb.base/setvar.exp: Same.
17564
17565 2001-12-17  Jim Blandy  <jimb@redhat.com>
17566
17567         * gdb.base/completion.exp: Rather than completing very long
17568         filenames, which can make the readline library produce output we
17569         don't recognize, cd to the directory first, and then complete
17570         using nice, short relative paths.
17571
17572         * gdb.base/completion.exp: On some systems, there is, in fact, a
17573         variable named `b' in scope, since GDB treats all static
17574         variables as being in scope.  So use `no_var_named_this'
17575         instead of `b'.
17576
17577         * gdb.base/corefile.exp: Recognize the message saying that GDB
17578         can't find the core file's registers as a failure.
17579
17580 2001-12-13  Jackie Smith Cashion  <jsmith@redhat.com>
17581
17582         * gdb.base/commands.exp (user_defined_command_test): Make "show user"
17583         test expect string more specific.
17584
17585 2001-12-13  Corinna Vinschen  <vinschen@redhat.com>
17586
17587         * gdb.asm/asm-source.exp: Add support for xstormy16.
17588         * gdb.asm/configure.in: Ditto.
17589         * gdb.asm/configure: Rebuild.
17590         * gdb.asm/xstormy16.inc: New file.
17591
17592 2001-12-10  Fred Fish  <fnf@redhat.com>
17593
17594         * gdb.base/maint.exp: Update to match changes in type dumping code.
17595
17596 2001-12-10  Jim Blandy  <jimb@redhat.com>
17597
17598         * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
17599         matching the entry point symbol's name at the beginning of the
17600         line.
17601
17602 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
17603
17604         * gdb.c++/classes.exp, gdb.c++/derivation.exp,
17605         gdb.c++/inherit.exp, gdb.c++/method.exp,
17606         gdb.c++/namespace.exp, gdb.c++/templates.exp,
17607         gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
17608         and class layout support.
17609
17610 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
17611
17612         * gdb.c++/classes.exp: Add test for static member function.
17613         * gdb.c++/misc.cc: Add class with static member function.
17614
17615 2001-12-07  Jim Blandy  <jimb@redhat.com>
17616
17617         If GDB says it can't find the struct the function returned, report
17618         those tests as `unsupported'.
17619         * gdb.base/call-rt-st.exp (print_struct_call): New function.
17620         Rewrite subsequent tests to use it.
17621
17622         If GDB says it can't find the struct the function returned, report
17623         those tests as `unsupported'.
17624         * gdb.base/structs.exp (call_struct_func): New function.
17625         (do_function_calls): Use call_struct_func to call the functions
17626         returning structs.
17627
17628         * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
17629         whether functions are prototyped or not, so we can't possibly pass
17630         arguments to t_float_values2 properly.
17631
17632         * gdb.base/break.exp: (test_next_with_recursion): Don't change the
17633         value of `timeout' for targets other than the mips*tx39-*.
17634
17635 2001-12-06  Michael Snyder  <msnyder@redhat.com>
17636
17637         * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
17638         and detect whether the start symbol has a leading underscore.
17639
17640 2001-12-04  Jim Blandy  <jimb@redhat.com>
17641
17642         * gdb.base/completion.exp: Clarify indentation.
17643
17644 2001-12-03  Jim Blandy  <jimb@redhat.com>
17645
17646         * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
17647         variables on the S/390, not `.word'.
17648
17649 2001-11-30  Jim Blandy  <jimb@redhat.com>
17650
17651         Add assembly-source tests for s390-ibm-linux.
17652         * gdb.asm/s390.inc: New file.
17653         * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
17654         the S/390 architecture.
17655         * gdb.asm/configure: Regenerated.
17656
17657 2001-11-30  Michael Snyder  <msnyder@redhat.com>
17658
17659         * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
17660         next, info source, info sources, info line, global and static
17661         variables, and static functions.
17662         * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
17663         * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
17664         * gdb.asm/asmsrc1.s: Add a static function and some variables.
17665         * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
17666         * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
17667         (gdbasm_leave): Restore frame pointer.
17668         (gdbasm_startup): Copy stack set-up from crt0.S.
17669
17670 2001-11-26  Fernando Nasser  <fnasser@redhat.com>
17671
17672         From 2001-11-12 Jackie Smith Cashion  <jsmith@redhat.com>:
17673         * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
17674         to a local (non-static) variable. Copy tstruct.a to a static buffer
17675         and return a pointer to that buffer.
17676         * gdb.base/callfwmall.c (t_structs_a): Ditto.
17677
17678 2001-11-24  Mark Kettenis  <kettenis@gnu.org>
17679
17680         * gdb.asm/configure.in: Fix recognition of ix86 target.
17681         * gdb.asm/configure: Regenerate.
17682
17683 2001-11-21  Michael Snyder  <msnyder@redhat.com>
17684
17685         * gdb.asm/sparc.inc: New file.
17686         * gdb.asm/asm-source.exp: Recognize sparc target.
17687         * gdb.asm/configure.in: Recognize sparc target.
17688         * gdb.asm/configure: Regenerate.
17689
17690 2001-11-21  Michael Snyder  <msnyder@redhat.com>
17691
17692         * gdb.asm/m32r.inc: New file.
17693         * gdb.asm/asm-source.exp: Recognize m32r target.
17694         * gdb.asm/configure.in: Recognize m32r target.
17695         * gdb.asm/configure: Regenerate.
17696
17697 2001-11-20  Michael Snyder  <msnyder@redhat.com>
17698
17699         * gdb.asm/i386.inc: New file.
17700         * gdb.asm/asm-source.exp: Recognize ix86 target.
17701         * gdb.asm/configure.in: Recognize ix86 target.
17702         * gdb.asm/configure: Regenerate.
17703
17704         * gdb.c++/namespace.exp: Fix quotes in output messages.
17705
17706 2001-11-14  Michael Snyder  <msnyder@redhat.com>
17707
17708         * gdb.base/code-expr.exp: New file.  Tests use of the "@code"
17709         qualifier in a type cast expression, to designate an address
17710         in the instruction space (Harvard architecture).
17711
17712 2001-11-13  Michael Snyder  <msnyder@redhat.com>
17713
17714         * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
17715         Tests for expressions using 'const' and 'volatile'.
17716
17717 2001-11-13  Corinna Vinschen  <vinschen@redhat.com>
17718
17719         * gdb.asm/asm-sources.exp: Allow defining linker flags.
17720
17721 2001-11-12  Daniel Jacobowitz  <drow@mvista.com>
17722
17723         * lib/mi-support.exp (mi_run_to_helper): Move comments
17724         outside of gdb_expect.
17725
17726 2001-11-11  Daniel Jacobowitz  <drow@mvista.com>
17727
17728         * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
17729         mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
17730         mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
17731         mi0_run_to): New functions.
17732         * gdb.mi/mi-simplerun.exp: Use them.
17733         * gdb.mi/mi0-simplerun.exp: Likewise.
17734         * gdb.mi/mi-var-cmd.exp: Likewise.
17735         * gdb.mi/mi0-var-cmd.exp: Likewise.
17736
17737 2001-11-10  Andrew Cagney  <ac131313@redhat.com>
17738
17739         * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
17740         * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
17741
17742 2001-11-09  Andrew Cagney  <ac131313@redhat.com>
17743
17744         * gdb.base/restore.exp: Include $expected value in restored test
17745         message.
17746
17747 2001-11-09  Andrew Cagney  <ac131313@redhat.com>
17748
17749         * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
17750         implemented.
17751
17752 2001-11-08  Michael Snyder  <msnyder@redhat.com>
17753
17754         * gdb.base/callfuncs.exp: Add tests for nested call dummies.
17755         Add pass/fail message for stop at breakpoint in call dummy function.
17756
17757 2001-11-07  Michael Snyder  <msnyder@redhat.com>
17758
17759         * gdb.c++/templates.exp (test_template_breakpoints):
17760         If we get an overload menu, but it does not match what
17761         we expect, we still need to issue the "cancel" command.
17762         * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
17763         making the whitespace optional.  Argument for "new" may be
17764         "unsigned" as well as "unsigned int/long".
17765         * gdb.c++/templates.exp: Replace "const &" with "const ?&",
17766         making the whitespace optional.  Also replace "(void) with
17767         "((void|)), making the keyword "void" optional.
17768         * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
17769         making the whitespace optional.  Also replace "(void) with
17770         "((void|)), making the keyword "void" optional.
17771         * gdb.base/callfuncs.c (t_float_values): This function must
17772         _not_ be prototyped, and the following function (t_float_values2)
17773         must be prototyped (if the compiler supports it), so that GDB
17774         can be tested against both cases.  Usually one case involves
17775         promotion of float to double, while the other does not.
17776         * gdb.base/callfwmall.c: Ditto.
17777         * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
17778         includes a stack frame for "start".
17779
17780 2001-11-05  Jim Blandy  <jimb@redhat.com>
17781
17782         * gdb.stabs/weird.exp: Delete "p v_comb" test.  It assumes that
17783         pointers are 32 bits long, and that offsets of relocs are always
17784         stored in the data (REL-style), and not in the reloc entry itself
17785         (RELA-style).
17786         * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
17787         stabs.
17788
17789 2001-11-01  Michael Snyder  <msnyder@redhat.com>
17790
17791         * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
17792         and regular expression operators by using quoting.
17793
17794 2001-10-31  Michael Snyder  <msnyder@redhat.com>
17795
17796         * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
17797         depending on what the symbol table contains.
17798         * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
17799         the output of the ptype command.  Similarly, accept both "const &"
17800         and "const&".
17801
17802 2001-10-31  Corinna Vinschen  <vinschen@redhat.com>
17803
17804         * gdb.base/miscexprs.c (main): Add usage of preprocessor
17805         symbol `STORAGE' to allow to choose the storage class of
17806         the local datastructures.
17807         * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
17808         compiler directive.
17809
17810 2001-10-30  Michael Snyder  <msnyder@redhat.com>
17811
17812         * gdb.base/jump.exp: Allow it to run for all targets.
17813
17814 2001-10-29  Corinna Vinschen  <vinschen@redhat.com>
17815
17816         * gdb.base/call-ar-st.c (print_double_array): Match for loop
17817         with new double_array size.
17818         (main): Change storage class of all local variables to static.
17819         Reduce size of double_array to 9.
17820         * gdb.base/call-ar-st.exp:  Increase timeout value.
17821         Change expected output for double array to match new size in
17822         call-ar-st.c.
17823
17824 2001-10-29  Corinna Vinschen  <vinschen@redhat.com>
17825
17826         * gdb.base/ending-run.exp: Create identical output when passing
17827         `step to end of run' case.  Add regular expression branch satisfying
17828         Stormy16 target.
17829
17830 2001-10-28  Mark Kettenis  <kettenis@gnu.org>
17831
17832         * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
17833         that we catch the expected failure under Linux/x86.
17834
17835 2001-10-29  Orjan Friberg  <orjanf@axis.com>
17836
17837         * gdb.base/setvar.exp: Escape curly braces.
17838         * gdb.stabs/weird.exp: Ditto.
17839
17840 2001-10-27  Daniel Jacobowitz  <drow@mvista.com>
17841
17842         * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
17843         * gdm.mi/mi0-hack-cli.exp: Likewise.
17844
17845 2001-10-25  Andrew Cagney  <ac131313@redhat.com>
17846
17847         * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
17848         messages.
17849
17850 2001-10-21  Andrew Cagney  <ac131313@redhat.com>
17851
17852         * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
17853         checking MI enabled.
17854
17855 2001-10-09  Corinna Vinschen  <vinschen@redhat.com>
17856
17857         * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
17858
17859 2001-10-04  Frank Ch. Eigler  <fche@redhat.com>
17860
17861         * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
17862         if gdb child process crashes, just signal an error.
17863
17864 2001-10-02  Jim Blandy  <jimb@redhat.com>
17865
17866         * lib/gdb.exp (test_xfail_format): Simplify.
17867
17868         * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
17869         front of the variable name `format'.  Simplify `if'.
17870
17871 2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
17872
17873         * gdb.threads/pthreads.exp: Wait for output and delay
17874         before sending ^C.
17875
17876 2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
17877
17878         * gdb.mi/mi-var-display.exp (continue to incr_a):  Recognize
17879         some incorrect output instead of timing out.
17880         * gdb.mi/mi-var-display.exp (continue to incr_a):  Likewise.
17881
17882 2001-09-28  Corinna Vinschen  <vinschen@redhat.com>
17883
17884         * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
17885         check to allow additional `int'.
17886
17887 2001-09-27  Daniel Jacobowitz  <drow@mvista.com>
17888
17889         * gdb.base/completion.exp: Remove incorrect 'p "a' test.
17890         Add tests for 'p "break' (pass) and 'p "break.' (xfail).
17891
17892 2001-09-27  Michael Snyder  <msnyder@redhat.com>
17893
17894         * lib/gdb.exp (test_debug_format): New proc.
17895         (setup_xfail_format): Use new proc test_debug_format.
17896         * gdb.base/constvars.exp (local_compiler_xfail_check): New
17897         proc; use new service proc test_debug_format.
17898         Replace all other "gcc_compiled" tests with this test.
17899         * gdb.base/volatile.exp (local_compiler_xfail_check): New
17900         proc; use new service proc test_debug_format.
17901         Replace all other "gcc_compiled" tests with this test.
17902
17903 2001-09-27  Michael Snyder  <msnyder@redhat.com>
17904
17905         * gdb.base/cvexpr.exp: New file.
17906         * gdb.base/cvexpr.c: New file
17907         Test for expressions using const and volatile keywords.
17908
17909 2001-09-26  Corinna Vinschen  <vinschen@redhat.com>
17910
17911         * gdb.base/constvars.exp: Check for different orders of keywords
17912         and additional "int" strings in output.
17913
17914 2001-09-22  Andrew Cagney  <ac131313@redhat.com>
17915
17916         * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
17917         responses from "help maint".
17918
17919 2001-09-19  Frank Ch. Eigler  <fche@redhat.com>
17920
17921         * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
17922         to localhost:NNN instead of :NNN, in case Xvfb is listening
17923         only on TCP.
17924
17925 2001-09-19  Corinna Vinschen  <vinschen@redhat.com>
17926
17927         * gdb.base/recurse.exp: When checking leaving the watchpoint
17928         scope, recognize when gdb is in function's epilogue and pass.
17929
17930 2001-09-18  Keith Seitz  <keiths@redhat.com>
17931
17932         * lib/insight-support.exp (_gdbtk_export_target_info): Add
17933         support for running tests against sid targets.
17934         (gdbtk_done): Ditto.
17935
17936 2001-09-18  Corinna Vinschen  <vinschen@redhat.com>
17937
17938         * gdb.base/ending-run.c (main): Set stdout buffersize
17939         to the same reasonable value for any target.
17940         * gdb.base/ending-run.exp: Add a regular expression
17941         to make testsuite happy on Sanyo Stormy16 target.
17942
17943 2001-09-17  Corinna Vinschen  <vinschen@redhat.com>
17944
17945         * gdb.base/display.c (do_loops): Add float variable `f'.
17946         Increment f in loop.
17947         * gdb.base/display.exp: Increment timeout by 60 seconds.
17948         Change float display test to use variable `f'.
17949
17950 2001-09-17  Jim Blandy  <jimb@redhat.com>
17951
17952         * gdb.base/restore.exp: Use temporary breakpoints, to avoid
17953         overflowing the limited breakpoint tables on some ROM monitors
17954         (like the ROM68K).
17955
17956 2001-09-15  Frank Ch. Eigler  <fche@redhat.com>
17957
17958         * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
17959         the "-ac" (disable access control) flag.
17960
17961 2001-08-30  Jeff Holcomb  <jeffh@redhat.com>
17962
17963         * gdb.base/remote.c: Use a small buffer for targets with 16-bit
17964         ints.
17965
17966 2001-08-30  Keith Seitz  <keiths@redhat.com>
17967
17968         * lib/gdb.exp: Move all insight-related functionality into
17969         separate file.
17970         * lib/insight-support.exp: New file.
17971
17972 2001-08-29  Frank Ch. Eigler  <fche@redhat.com>
17973
17974         * config/sid.exp (sid_start): Never set sid verbosity; disable
17975         expect_background {} that consumed its stdout; tolerate </dev/null.
17976         Attempt to set endianness override in "sid" protocol mode.  Cleanup.
17977
17978 2001-08-18  Andrew Cagney  <ac131313@redhat.com>
17979
17980         * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
17981         CLI jump command to start it.
17982         (mi_run_to_main): Fail immediatly when unexpected output.
17983
17984 2001-08-18  Andrew Cagney  <ac131313@redhat.com>
17985
17986         * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
17987         beginning of function.  Fix PR gdb/191.
17988
17989 2001-08-16  Frank Ch. Eigler  <fche@redhat.com>
17990
17991         * config/sid.exp (sid_start): Don't warn if we cannot figure out
17992         what to force sid endianness to.
17993
17994 2001-08-15  Keith Seitz  <keiths@redhat.com>
17995
17996         * lib/gdb.exp (gdbtk_start): Don't set environment
17997         variables for TCL_LIBRARY and friends. Insight will
17998         now figure these out for itself.
17999
18000 2001-08-02  Michael Snyder  <msnyder@redhat.com>
18001
18002         * gdb.base/completion.exp: Remove the symbol "a64l" from
18003         the expect string; this is target-specific, and not related
18004         to what is being tested.
18005
18006 2001-08-02  Dave Brolley  <brolley@redhat.com>
18007
18008         * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
18009
18010 2001-07-25  Michael Snyder  <msnyder@redhat.com>
18011
18012         * gdb.base/consecutive.exp: New file.  Test stepping over
18013         breakpoints on consecutive instructions.
18014         * gdb.base/consecutive.c: New file.
18015
18016         * gdb.base/call-rt-st.exp: Use double-backslash to quote
18017         curly braces in regular expressions.
18018
18019 2001-07-25  Michael Snyder  <msnyder@redhat.com>
18020
18021         * gdb.base/ending-run.exp: Accept "Program exited normally" as
18022         legitimate output from stepping out of main.
18023
18024 2001-07-22  Keith Seitz  <keiths@redhat.com>
18025
18026         * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
18027         the empty string, do not run the tests.
18028
18029 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18030
18031         * gdb.base/long_long.exp: Detect size of pointer.  Take into
18032         account 2-byte pointers when testing for p/a results.
18033
18034 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18035
18036         * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
18037         and defined to 1K for m68hc11.
18038         (random_data): Reduce table to 1K for embedded platforms (68hc11).
18039         * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
18040         (sizeof_random_data): New variable to tell the size of the data table;
18041         don't test past this size; always run to main.
18042
18043 2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18044
18045         * gdb.base/return2.exp: return of long long and double fails for
18046         68HC11; don't execute these tests on that platform.
18047         * gdb.base/return.exp: Return of a double fails for 68hc11.
18048
18049 2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18050
18051         * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
18052         tests that print a float.
18053         * call-rt-st.exp: Likewise.
18054
18055 2001-07-12  Mark Kettenis  <kettenis@gnu.org>
18056
18057         * gdb.base/so-impl-ld.exp: Remove stray space that prevented
18058         running this test on Linux.
18059
18060 2001-06-24  Michael Chastain  <chastain@redhat.com>
18061
18062         * gdb.base/arithmet.exp: Remove some tests to make all test names
18063         unique.
18064
18065 2001-07-03  Michael Snyder  <msnyder@redhat.com>
18066
18067         * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
18068         the output of the ptype command.
18069
18070 2001-07-02  Michael Snyder  <msnyder@redhat.com>
18071
18072         * gdb.base/completion.exp: Don't assume that break.c is the only
18073         source file that may contain functions named "marker".
18074         * gdb.base/corefile.exp: Quote the curly braces in regexp.
18075
18076 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
18077
18078         * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
18079         of files to delete.
18080
18081         From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
18082         * gdb.disasm/h8300s.exp: New file.
18083         gdb.disasm/h8300s.s: Likewise.
18084
18085 2001-06-27  Andrew Cagney  <ac131313@redhat.com>
18086
18087         * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
18088         empty breakpoint tables.
18089
18090 2001-06-25  Andrew Cagney  <ac131313@redhat.com>
18091
18092         * lib/mi-support.exp: Update args=... part of stop-reason
18093         patterns. Accept either a list or a tuple.
18094
18095 2001-06-23  Andrew Cagney  <ac131313@redhat.com>
18096
18097         * lib/mi-support.exp: Remove local emacs variable defining
18098         change-log-default-name.
18099
18100 2001-06-22  Michael Chastain  <chastain@redhat.com>
18101
18102         * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
18103         This is operationally compatible with the previous version.
18104
18105 2001-06-13  Jim Blandy  <jimb@redhat.com>
18106
18107         * lib/gdb.exp (gdb_test): Doc fix.
18108
18109 2001-06-10  Michael Chastain  <chastain@redhat.com>
18110
18111         * gdb.base/exprs.exp: Remove a duplicate test.
18112
18113 2001-06-06  Jim Blandy  <jimb@redhat.com>
18114
18115         * gdb.base/return2.exp (main): Use values to test float and double
18116         returns that are not NaN's, to avoid being confused by IEEE
18117         comparison rules.
18118
18119 2001-06-04  Michael Snyder  <msnyder@redhat.com>
18120
18121         * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
18122         non-zero if control_c fails.  Terminate the test on failure,
18123         rather than wait for 12 more tests to time out.
18124
18125 2001-06-06  Jim Blandy  <jimb@redhat.com>
18126
18127         * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
18128         Don't forget to match the GDB prompt.
18129
18130         * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
18131
18132 2001-06-04  Jim Blandy  <jimb@redhat.com>
18133
18134         * gdb.base/help.exp: Update pattern to exclude `print-load-map'
18135         command.
18136
18137 2001-05-31  Kevin Buettner  <kevinb@redhat.com>
18138
18139         * gdb.base/annota1.exp (info break): Match four or more spaces
18140         after "Address".
18141
18142 2001-05-31  Michael Chastain  <chastain@redhat.com>
18143
18144         * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
18145         (dm_type_int_star): Likewise.
18146         (dm_type_long_star): Likewise.
18147         (dm_type_void_star): Likewise.
18148
18149 2001-05-29  Kevin Buettner  <kevinb@redhat.com>
18150
18151         * gdb.base/completion.exp (INPUTRC): Set this environment variable
18152         to a known value in order to get consistent results regardless
18153         of the setting of INPUTRC or the presence or contents of .inputrc.
18154
18155 2001-05-24  Michael Snyder  <msnyder@redhat.com>
18156
18157         * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
18158         Don't require that the main thread and the manager thread are the
18159         first in the list.
18160
18161         * gdb.threads/pthreads.exp (test_startup): Relax test for thread
18162         debugging.  If test fails, issue an "unsupported" not a "fail".
18163
18164 2001-05-24  Jim Blandy  <jimb@redhat.com>
18165
18166         Don't assume that short is shorter than int.
18167         * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
18168         assume that shorts are smaller than ints.  On a 16-bit machine,
18169         this isn't true.
18170         ("print unsigned char == (~0)"): Add test that verifies that ~0,
18171         an int, is not equal to ~0 stored in an unsigned char.  This tests
18172         the same thing that the previous test meant to, but works on
18173         16-bit machines, too.
18174         ("print unsigned char != (~0)"): Same test, complemented.
18175
18176 2001-05-24  Michael Snyder  <msnyder@redhat.com>
18177
18178         * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
18179         test for (full_coverage == 0).  This makes the test run faster,
18180         and prevents dejagnu getting out of step.
18181
18182 2001-05-23  Kevin Buettner  <kevinb@redhat.com>
18183
18184         * gdb.base/finish.exp (finish_void): Revise pattern for
18185         stopping on the call statement to not permit stopping at
18186         the start of the instructions comprising the call sequence.
18187
18188 2001-05-19  Michael Chastain  <chastain@redhat.com>
18189
18190         * gdb.base/callfuncs.exp: Make all test names unique.
18191         * gdb.base/commands.exp: Make all test names unique.
18192         * gdb.base/condbreak.exp: Make all test names unique.
18193         * gdb.base/dbx.exp: Make all test names unique.
18194         * gdb.base/default.exp: Make all test names unique.
18195         * gdb.base/define.exp: Make all test names unique.  Conform some FAIL
18196         and TIMEOUT messages to their corresponding PASS message.
18197         * gdb.base/ending-run.exp: Make all test names unique.
18198         * gdb.base/long_long.exp: Remove duplicate test.
18199
18200 2001-05-21  Kevin Buettner  <kevinb@redhat.com>
18201
18202         * gdb.base/finish.exp (finish_void): Allow "finish" command to
18203         stop on the call statement as well as the statement after the
18204         call.
18205
18206 2001-05-21  Michael Snyder  <msnyder@redhat.com>
18207
18208         * gdb.base/long_long.exp: Allow for targets with 4-byte short.
18209
18210 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
18211
18212         * gdb.base/completion.exp: Revamp test. Make it execute on all
18213         platforms.
18214
18215 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
18216
18217         * config/gdbserver.exp (gdb_load): Handle the case
18218         in which the arguments to gdbserver are given in the
18219         baseboard configuration file.
18220         Also handle the case in which the server needs to do a
18221         load.
18222
18223 2001-05-07  Keith Seitz <keiths@cygnus.com>
18224
18225         * lib/gdb.exp (gdbtk_initialize_display): New proc which will
18226         set up the display for testing.
18227         (gdbtk_start): Convert all paths to paths that tcl will like.
18228         Export target information to environment.
18229         (_gdbtk_xvfb_init): New proc to start Xvfb if available and
18230         necessary.
18231         (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
18232         (to_tcl_path): New proc to convert a given pathname into
18233         a path acceptible as an argument to a tcl command.
18234         (_gdbtk_export_target_info): New proc to export target info
18235         into the environment for gdbtk testing.
18236         (gdbtk_done): New proc to signal end-of-test.
18237
18238 2001-05-06  Jim Blandy  <jimb@redhat.com>
18239
18240         * restore.c: Make the code of caller0 correspond to its comment.
18241
18242 2001-05-03  Michael Snyder  <msnyder@redhat.com>
18243
18244         * config/sid.exp (gdb_target_sid): Check for error messages.
18245         On error or timeout, don't make expect exit (which will terminate
18246         all subsequent tests); instead just make gdb exit.
18247         (gdb_load): Check for error messages.  On error or timeout,
18248         return a negative value.
18249
18250 2001-04-24  Jim Blandy  <jimb@redhat.com>
18251
18252         * gdb.c++/templates.exp: If we see the prompt for the overload
18253         list, but we haven't recognized any of the longer patterns,
18254         arrange for this test to fail, not hang.
18255
18256         * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
18257         variations.
18258
18259 2001-04-22  Michael Chastain  <chastain@redhat.com>
18260
18261         * gdb.c++/local.exp: Use the 'runto' library function.
18262         * gdb.c++/namespace.exp: Likewise.
18263         * gdb.c++/overload.exp: Likewise.
18264
18265 2001-03-26  Kevin Buettner  <kevinb@redhat.com>
18266
18267         * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
18268         * gdb.base/step-line.exp: New file.  Test step/next in presence of
18269         #line directives.
18270         * gdb.base/step-line.c: New file.  Test program for the above.
18271         * gdb.base/step-line.inp: New file.  We pretend that this file has
18272         been transformed by some other tool into step-line.c.
18273
18274 2001-03-21  Jim Blandy  <jimb@redhat.com>
18275
18276         * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
18277         unmangled operator names.
18278
18279 2001-03-20  Jim Blandy  <jimb@redhat.com>
18280
18281         * gdb.threads/linux-dp.exp: Recognize an additional message
18282         generated by GDB when it doesn't understand how to debug threads
18283         on the target system.
18284
18285 2001-03-19  Andrew Cagney  <ac131313@redhat.com>
18286
18287         * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
18288
18289 2001-03-12  Michael Chastain  <chastain@redhat.com>
18290
18291         * gdb.c++/derivation.exp: Use the 'runto' library function.
18292
18293 2001-03-12  Michael Chastain  <chastain@redhat.com>
18294
18295         * gdb.c++/annota2.exp: Fix regular expression for "post-query".
18296
18297 2001-02-24  Michael Chastain  <chastain@redhat.com>
18298
18299         * gdb.c++/ref-types.exp: Change handwritten code to library
18300         function 'runto'.
18301
18302 2001-03-16  Orjan Friberg  <orjanf@axis.com>
18303
18304         * gdb.base/signals.exp: Set count to 0 explicitly.
18305
18306 2001-03-15  Mark Salter  <msalter@redhat.com>
18307
18308         * config/monitor.exp (gdb_target_cmd): Add explicit error return.
18309         (gdb_target_monitor): Add check of gdb_target_cmd return value.
18310         (gdb_load): Add support for additional target_info: gdb_download_size
18311         and gdb_load_timeout.
18312
18313 Thu Mar  8 16:06:00 2001  David Taylor  <taylor@redhat.com>
18314
18315         * gdb.base/annota1.exp: Move test of isnative to earlier in the
18316         file -- to prevent failing when the compile fails but we have no
18317         intention of running the tests anyway.
18318
18319         * gdb.base/long_long.exp: Test target_info for no_long_long, skip
18320         tests if set.
18321
18322         * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
18323         integers.
18324
18325         * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
18326         * gdb.c++/namespace.exp: Ditto.
18327
18328 2001-03-07  Orjan Friberg  <orjanf@axis.com>
18329
18330         * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
18331         * gdb.base/pointers.exp: Relax pattern match of decimals.
18332
18333 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
18334
18335         * Makefile.in, config/abug.exp, config/cfdbug.exp,
18336         config/cpu32bug.exp, config/dve.exp, config/est.exp,
18337         config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
18338         config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
18339         config/monitor.exp, config/proelf.exp, config/rom68k.exp,
18340         config/sh.exp, config/sid.exp, config/slite.exp,
18341         config/sparclet.exp, config/udi.exp, config/unknown.exp,
18342         config/vr4300.exp, config/vr5000.exp, config/vx.exp,
18343         config/vxworks.exp, config/vxworks29k.exp,
18344         gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
18345         gdb.base/all-bin.exp, gdb.base/annota1.exp,
18346         gdb.base/arithmet.exp, gdb.base/assign.exp,
18347         gdb.base/async.exp, gdb.base/attach.exp,
18348         gdb.base/bitfields.exp, gdb.base/bitops.exp,
18349         gdb.base/break.exp, gdb.base/call-ar-st.exp,
18350         gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
18351         gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
18352         gdb.base/commands.exp, gdb.base/completion.exp,
18353         gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
18354         gdb.base/constvars.exp, gdb.base/corefile.exp,
18355         gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
18356         gdb.base/display.exp, gdb.base/ena-dis-br.exp,
18357         gdb.base/ending-run.exp, gdb.base/environ.exp,
18358         gdb.base/eval-skip.exp, gdb.base/exprs.exp,
18359         gdb.base/finish.exp, gdb.base/foll-exec.exp,
18360         gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
18361         gdb.base/funcargs.exp, gdb.base/help.exp,
18362         gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
18363         gdb.base/logical.exp, gdb.base/long_long.exp,
18364         gdb.base/maint.exp, gdb.base/mips_pro.exp,
18365         gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
18366         gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
18367         gdb.base/pointers.exp, gdb.base/printcmds.exp,
18368         gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
18369         gdb.base/regs.exp, gdb.base/relational.exp,
18370         gdb.base/remote.exp, gdb.base/reread.exp,
18371         gdb.base/restore.exp, gdb.base/return2.exp,
18372         gdb.base/scope.exp, gdb.base/sect-cmd.exp,
18373         gdb.base/selftest.exp, gdb.base/setshow.exp,
18374         gdb.base/setvar.exp, gdb.base/shlib-call.exp,
18375         gdb.base/sigall.exp, gdb.base/signals.exp,
18376         gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
18377         gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
18378         gdb.base/step-test.exp, gdb.base/structs.c,
18379         gdb.base/structs.exp, gdb.base/structs2.exp,
18380         gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
18381         gdb.base/volatile.exp, gdb.base/watchpoint.exp,
18382         gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
18383         gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
18384         gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
18385         gdb.c++/derivation.exp, gdb.c++/inherit.exp,
18386         gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
18387         gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
18388         gdb.c++/ref-types.exp, gdb.c++/templates.exp,
18389         gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
18390         gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
18391         gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
18392         gdb.fortran/types.exp, gdb.java/jmisc.exp,
18393         gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
18394         gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
18395         gdb.trace/actions.exp, gdb.trace/backtrace.exp,
18396         gdb.trace/circ.exp, gdb.trace/collection.exp,
18397         gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
18398         gdb.trace/limits.exp, gdb.trace/packetlen.exp,
18399         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
18400         gdb.trace/report.exp, gdb.trace/save-trace.exp,
18401         gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
18402         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
18403         lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
18404         notices.
18405
18406 2001-02-27  Michael Snyder  <msnyder@cygnus.com>
18407
18408         * gdb.base/varargs.c (find_max_double): Fix printf format string:
18409         first arg is int not float.
18410
18411 2001-02-22  Michael Snyder  <msnyder@cygnus.com>
18412
18413         * gdb.base/reread.exp: Unsupported for non-native targets;
18414         doesn't work for remote debugging.
18415
18416 2001-02-19  Fernando Nasser  <fnasser@redhat.com>
18417
18418         From  Drew Moseley  <dmoseley@redhat.com>
18419         * gdb.base/ending-run.exp: Properly handle the BSP state when
18420         stepping past the end of main.
18421
18422 2001-02-19  John Moore  <jmoore@redhat.com>
18423
18424         * gdb.base/commands.exp (infrun_breakpoint_command_test):
18425         Converted HPUX fix for non-expected items following multiple
18426         step commands into general solution for all platforms.
18427
18428 2001-02-18  Michael Chastain  <chastain@redhat.com>
18429
18430         * gdb.c++/classes.exp (do_tests): Change runto statements
18431         from "runto 'foo(void)'" to "runto 'foo'".  This makes the
18432         statements demangler agnostic.
18433         * gdb.c++/virtfunc.exp (do_tests): Likewise.
18434         (gdb_virtfunc_restart): Likewise.
18435
18436 2001-02-14  Michael Chastain  <chastain@redhat.com>
18437
18438         * gdb.c++/inherit.exp (do_tests): Change runto statements
18439         from "runto 'foo(void)'" to "runto 'foo'".  This makes the
18440         statements demangler agnostic.
18441
18442 Sun Feb  4 17:32:21 2001  Andrew Cagney  <cagney@redhat.com>
18443
18444         * gdb.threads/pthreads.exp: Unify pass/fail messages for
18445         ``continue to bkpt at common_routine in thread 2'' and ``stopped
18446         before calling common_routine 15 times'' tests.
18447
18448 2001-02-11  Michael Chastain  <chastain@redhat.com>
18449
18450         * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
18451         Helps the test script figure out which demangler is in use.
18452         (dm_type_foo_ref): Ditto.
18453         (dm_type_int_star): Ditto.
18454         (dm_type_long_star): Ditto.
18455         (dm_type_unsigned_int): Ditto.
18456         (dm_type_void): Ditto.
18457         (dm_type_void_star): Ditto.
18458         * gdb.base/cplusfuncs.exp (probe_demangler): New function.
18459         Probe the gdb demangler and set variables to accommodate
18460         formatting differences.
18461         (info_func_regexp): New function.  Same as info_func, but
18462         matches against a regexp.
18463         (info_func): Match against a literal string.
18464         (print_addr_2): New function.  Match against a literal string,
18465         which can be different from the input to gdb.
18466         (print_addr): Simply call print_addr_2 with the same argument twice.
18467         (test_lookup_operator_functions): Use demangler formatting variables.
18468         Blow away the xfails and workarounds for gnats gdb bug gdb/18.  Sort
18469         the tests in the same order as the C++ class declaration.
18470         (test_paddr_operator_functions): Ditto.
18471         (test_paddr_overloaded_functions): Ditto.
18472         (test_paddr_hairy_functions): Use demangler formatting variables.
18473         Add reference to gdb/19 for related tests.
18474         (do_tests): Call probe_demangler.
18475
18476 2001-01-30  Kevin Buettner  <kevinb@redhat.com>
18477
18478         * gdb.c++/templates.cc (printf): Remove unused function definition.
18479
18480 2001-01-26  Felix Lee  <flee@redhat.com>
18481
18482         * sid.exp (sid_exit): Pass host, not target, to remote_close.
18483
18484 2001-01-25  matthew green  <mrg@redhat.com>
18485
18486         * config/sid.exp (sid_start): Call `remote_push_conn' after firing
18487         up sid.
18488         (sid_exit): Call `remote_pop_conn' after GDB is gone.
18489
18490 2001-01-25  matthew green  <mrg@redhat.com>
18491
18492         * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
18493         Deprecate $sid_spawn_id.
18494         (sid_exit): Remove code necessary only for `spawn.'
18495
18496 2001-01-25  matthew green  <mrg@redhat.com>
18497
18498         * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
18499
18500 2001-01-28  Michael Chastain  <chastain@redhat.com>
18501
18502         * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
18503         to call when tests fail.  It takes gdb out of the overloaded
18504         function choice menu back to the main prompt, so that the test
18505         program stays synchronized.
18506         (set_bp_overloaded): New proc to collect all the common
18507         code for setting a breakpoint on an overloaded name.  Calls
18508         take_gdb_out_of_choice_menu when needed.
18509         (menu_overload1arg): New variable to collect the repeated
18510         instances of the expected menu for an overloaded name.  Change
18511         the regular expression to handle changes in g++ type encoding:
18512         "void" can be either "void" or "", and "unsigned int" can be
18513         either "unsigned int" or "unsigned".
18514         (continue_to_bp_overloaded): Change regular expressions to handle
18515         changes in g++ type encoding.
18516         (no proc): Call take_gdb_out_of_choice_menu when needed.
18517         Remove redundant calls to "info break".  Accept either "canceled"
18518         or "cancelled".  Change regular expressions in "info break"
18519         calls to handle changes in g++ type encoding.  Give all tests
18520         unique strings.
18521
18522 2001-01-17  Ben Elliston  <bje@redhat.com>
18523
18524         * config/sid.exp: New file.
18525
18526 Fri Jan 12 18:29:01 2001  Andrew Cagney  <cagney@b1.cygnus.com>
18527
18528         * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
18529
18530 2000-12-21  Michael Snyder  <msnyder@cygnus.com>
18531
18532         * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
18533         Add a RE to accept a non-ascii char if one is ever presented.
18534
18535 2000-12-20  Fernando Nasser  <fnasser@redhat.com>
18536
18537         * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
18538
18539 2000-12-18  Michael Snyder  <msnyder@cygnus.com>
18540
18541         * gdb.base/setvar.exp: Use double '\\' to quote curly braces
18542         in regexp.  One '\' does not suffice on Linux.
18543
18544 2000-12-09  Michael Chastain  <chastain@redhat.com>
18545
18546         * gdb.base/break.exp (test_clear_command): Use a marker function
18547         rather than 'main' for the test function.  Also move this
18548         test to an execution point where the marker function names are
18549         guaranteed to be bound to functions.  (Executing tests after a
18550         'finish' from main runs into name conflicts with local names
18551         in __libc_start_main).
18552
18553 2000-12-07  Michael Snyder  <msnyder@cygnus.com>
18554
18555         * gdb.base/finish.exp: New test for gdb's "finish" command.
18556         * gdb.base/return2.exp: New test for gdb's "return" command.
18557         * gdb.base/return2.c: New source file for above.
18558
18559 2000-12-05  Michael Snyder  <msnyder@cygnus.com>
18560
18561         * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
18562         * gdb.base/miscexprs.exp: Ditto.
18563         * gdb.base/pointers.exp:  Ditto.
18564         * gdb.c++/derivation.exp: Ditto.
18565         * gdb.c++/local.exp:      Ditto.
18566         * gdb.c++/namespace.exp:  Ditto.
18567         * gdb.c++/overload.exp:   Ditto.
18568         * gdb.c++/ref-types.exp:  Ditto.
18569
18570 2000-12-05  Michael Snyder  <msnyder@cygnus.com>
18571
18572         * gdb.base/constvars.exp: Test result of "up" command.
18573         * gdb.base/miscexprs.exp: Ditto.
18574         * gdb.base/pointers.exp:  Ditto.
18575         * gdb.base/scope.exp:     Ditto.
18576         * gdb.c++/derivation.exp: Ditto.
18577         * gdb.c++/local.exp:      Ditto.
18578         * gdb.c++/namespace.exp:  Ditto.
18579         * gdb.c++/overload.exp:   Ditto.
18580         * gdb.c++/ref-types.exp:  Ditto.
18581
18582 2000-11-22  Michael Chastain  <chastain@redhat.com>
18583
18584         * mips_pro.exp: Accept either "middle -> top -> main" or
18585         "middle -> main" in the backtrace, because gcc can optimize
18586         tail calls to jumps.  Remove setup_xfail for the hppa case.
18587         Add a comment with the original warning messages from PR 3016,
18588         which was filed in 1993, to preserve them for posterity.
18589
18590 2000-11-17  Nick Duffek  <nsd@redhat.com>
18591
18592         * lib/gdb.exp (gdb_test): Override timeout with board info.
18593
18594 2000-11-17  Nick Duffek  <nsd@redhat.com>
18595
18596         * gdb.base/display.exp: Don't kill running stub.  Add "again" to
18597         the second kill and detach messages.
18598
18599 2000-11-17  Nick Duffek  <nsd@redhat.com>
18600
18601         * configure.in: Add AC_EXEEXT.
18602         * configure: Regenerate.
18603         * Makefile.in (just-check): Export EXEEXT.
18604         * lib/gdb.exp ($EXEEXT): Import from environment.
18605         * gdb.base/maint.exp: Expect $EXEEXT in executable name.  Don't
18606         expect "maint dump-me" on Cygwin.
18607         * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
18608         $EXEEXT.
18609
18610 2000-11-17  Nick Duffek  <nsd@redhat.com>
18611
18612         * gdb.base/break.exp: Test backtrace and finish from called
18613         function on all platforms, not just HP-UX.
18614
18615 2000-11-03  Michael Snyder  <msnyder@cygnus.com>
18616
18617         * config/monitor.exp (gdb_target_cmd): Abstracts some of the
18618         code from gdb_target_monitor, so it can be used independantly
18619         for gdbserver.  Also comment out an unnecessary PUTS.
18620
18621 2000-11-03  Michael Snyder  <msnyder@cygnus.com>
18622
18623         * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
18624         * gdb.base/corefile.exp: Expect the message "Program is being
18625         debugged already" when we send the "corefile" command, since
18626         the preceeding gdb_load may have connected gdb to a remote target.
18627         * gdb.base/display.exp: Disable hardware watchpoints if new
18628         board info variable "no_hardware_watchpoints" is true.
18629         Replace single-letter commands with more readable ones.
18630         * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
18631         if new board info variable "no_hardware_watchpoints" is true.
18632         * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
18633         to see if stdio (printf) testing is possible.
18634         * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
18635         board info variable "no_hardware_watchpoints" is true.  Use new
18636         proc "gdb_skip_stdio_tests" to see if printf tests are possible.
18637
18638 2000-11-13  Fernando Nasser  <fnasser@redhat.com>
18639
18640         From Orjan Friberg  <orjanf@axis.com>:
18641         * gdb.base/printcmds.exp: Escape curly braces followed by a number
18642         in array print pattern match.
18643
18644 2000-11-09  Fernando Nasser  <fnasser@redhat.com>
18645
18646         * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
18647         spelling "cancelled" to U.S. spelling "canceled" to match changes
18648         made to gdb.
18649         * gdb.c++/ovldbreak.exp: Ditto.
18650
18651 2000-11-06  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
18652
18653         * gdb.base/callfuncs.c (main):  Moved to end of file, call
18654         t_double_values to initialize the FPU before inferior calls are made.
18655         * gdb.base/callfuncs.exp:  Test for register preservation after calling
18656         inferior functions.  Add tests for continuining, finishing and
18657         returning from a stop in a call dummy.
18658
18659 2000-10-24  Michael Snyder  <msnyder@cygnus.com>
18660
18661         * gdb.base/commands.exp: Break up long lines, and re-indent.
18662
18663 2000-10-19  Michael Snyder  <msnyder@cygnus.com>
18664
18665         * config/gdbserver.exp:  Rewritten from the ground up, to make it
18666         compatible with the current dejagnu tree, and to make it work with
18667         the new "gdbserver" in libremote.
18668
18669 2000-10-16  Michael Snyder  <msnyder@cygnus.com>
18670
18671         * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
18672         * gdb.base/varargs.exp: Skip entire test if no printf support.
18673         * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
18674         * gdb.base/shlib-call.exp: Skip several tests if no printf support.
18675
18676 2000-10-13  Michael Snyder  <msnyder@cygnus.com>
18677
18678         * lib/gdb.exp (gdb_skip_float_test): New proc.  Skip test if
18679         no floating point support.
18680         (gdb_skip_stdio_test): New proc.  Skip test if no stdio support.
18681         * gdb.base/call-ar-st.exp: Use above procs to skip tests.
18682         * gdb.base/call-rt-st.exp: Ditto.
18683         * gdb.base/call-strs.exp: Ditto.
18684
18685 2000-08-02  Jimmy Guo  <guo@hpcleara.cup.hp.com>
18686
18687         * gdb.base/sizeof.c: include <stdio.h>.
18688
18689         * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
18690         'finish', otherwise uncaptured gdb_prompt would potentially
18691         throw remaining test points out of sync.
18692
18693 2000-07-26  Scott Bambrough <scottb@netwinder.org>
18694
18695         * gdb.base/recurse.exp: Run tests for all targets.
18696         * gdb.base/so-impl-ld.exp: Added wildcard to handle the
18697         gnu-oldld case on ARM.
18698         * gdb.base/watchpoint.exp (test_stepping): Clear xfail
18699         for ARM targets.
18700
18701 Mon Jul 24 07:46:02 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
18702
18703         * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
18704         * gdb.java/configure: Rebuild.
18705
18706 Sun Jul 23 21:42:34 2000  Anthony Green  <green@redhat.com>
18707
18708         * gdb.java/jv-exp.exp: New file.
18709
18710 Sun Jul 23 21:02:42 2000  Anthony Green  <green@redhat.com>
18711
18712         * configure: Rebuilt.
18713         * configure.in (configdirs): Add gdb.java.
18714         * gdb.java/jmisc.java: New file.
18715         * gdb.java/jmisc.exp: New file.
18716         * gdb.java/Makefile.in: New file.
18717         * gdb.java/configure: Rebuilt.
18718         * gdb.java/configure.in: New file.
18719         * lib/java.exp: New file.
18720
18721 Wed Jul 12 18:14:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
18722
18723         * gdb.base/exprs.exp: Test casts to a pointer including over and
18724         underflow.
18725
18726 Thu Jul 13 11:52:53 2000  Andrew Cagney  <cagney@b1.cygnus.com>
18727
18728         * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files.  Compare GDB
18729         and the compilers sizes.
18730
18731 2000-07-09  Nick Duffek  <nsd@redhat.com>
18732
18733         * gdb.c++/misc.cc (class ClassParam, class_param): Define.
18734         (use_methods): New function.
18735         (main): Call use_methods().
18736         * gdb.c++/classes.exp (test_method_param_class): New procedure.
18737         (do_tests): Call test_method_param_class.
18738
18739 2000-07-09  Nick Duffek  <nsd@redhat.com>
18740
18741         * gdb.c++/classes.exp (test_nonexistant_members): Fix name
18742         spelling.
18743         (test_enums): New procedure.  Move enum tests from end of script
18744         to here.  Set breakpoint on function name instead of line number.
18745         * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
18746         (enums2): New marker function.
18747         (enums1): New function.
18748         (main): Call enums1().  Move enum tests to enums1().
18749
18750 Tue Jul  4 03:43:49 2000  Andrew Cagney  <cagney@b1.cygnus.com>
18751
18752         * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
18753         compile/link program.  Update line numbers.
18754         * gdb.asm/d10v.inc: Define ``startup''.
18755         * gdb.asm/asmsrc1.s: Add definition of _start.
18756
18757 Fri Jun 23 17:45:52 2000  Andrew Cagney  <cagney@b1.cygnus.com>
18758
18759         * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
18760
18761 2000-06-18  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
18762
18763         * gdb.base/maint.exp: Add 'maint print architecture' item to output
18764         of 'help maint print' command.
18765
18766 Fri Jun 16 18:22:05 2000  Andrew Cagney  <cagney@b1.cygnus.com>
18767
18768         * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
18769         they use gdb_expect_list.
18770
18771 Wed Jun  7 13:02:40 2000  Andrew Cagney  <cagney@b1.cygnus.com>
18772
18773         * gdb.base/commands.exp: Use ``set remote
18774         memory-read-packet-size'' instead of ``set endian big'' to test
18775         long commands.
18776
18777 2000-06-03  Daniel Berlin  <dan@cgsoftware.com>
18778
18779         * gdb.c++/templates.exp (do_tests): Make all of these work under
18780         g++, and stop skipping them.
18781
18782         * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
18783         work under g++.
18784
18785         * gdb.c++/misc.cc: Fix ambiguous initialization with correct
18786         initialization.
18787
18788 2000-06-02  Michael Snyder  <msnyder@cygnus.com>
18789
18790         * gdb.base/annota1.exp (run until main breakpoint): Loosen up
18791         the regular expression: accept an (almost) arbitrary sequence of
18792         "frames-invalid" and "breakpoints-invalid" messages both before
18793         and after the "starting" message.
18794
18795 2000-06-02  Michael Snyder  <msnyder@cygnus.com>
18796
18797         * gdb.c++/local.exp: This test has never been known to work with g++.
18798
18799 2000-05-18  Michael Snyder  <msnyder@cygnus.com>
18800
18801         * gdb.base/annota1.exp (annotate-signal-handler-caller):
18802         Relax the regular expression a little, make it pass on Solaris 8.
18803
18804 2000-05-12  Kevin Buettner  <kevinb@redhat.com>
18805
18806         * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
18807         a call, do not require that gdb stop on the line after the call.
18808         Instead, it is permissible for gdb to stop on the line of the
18809         call itself.
18810
18811 2000-05-12  Michael Snyder  <msnyder@.cygnus.com>
18812
18813         * gdb.base/break.exp (bp on small function, optimized file):
18814         Add a second pass pattern.  The behavior differs here between stabs
18815         and dwarf for one-line functions.  Stabs preserves two line symbols
18816         (one before the prologue and one after) with the same line number,
18817         but dwarf regards these as duplicates and discards one of them.
18818         Therefore the address after the prologue (where the breakpoint is)
18819         has no exactly matching line symbol, and GDB reports the breakpoint
18820         as if it were in the middle of a line rather than at the beginning.
18821
18822 2000-05-08  Michael Snyder  <msnyder@cygnus.com>
18823
18824         * gdb.base/interrupt.exp: Make "pass" message say "send"
18825         rather than "send_gdb" (for consistancy).
18826
18827 Mon May  1 15:37:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
18828
18829         From 2000-04-28 Andreas Jaeger  <aj@suse.de>:
18830         * gdb.c++/templates.cc: Properly check for GCC version number.
18831         * lib/compiler.cc: Likewise
18832
18833 2000-04-28  Michael Snyder  <msnyder@cygnus.com>
18834
18835         * gdb.base/break.exp: When compiled with -O2 optimization,
18836         gdb may not stop at the first line of main, due to code motion.
18837
18838 2000-04-26  Michael Snyder  <msnyder@cygnus.com>
18839
18840         * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
18841         This test depends on parsing the printf output from the target.
18842         Since the sparclet stub doesn't do stdio, this will never work.
18843         * gdb.base/call-rt-st.exp: ditto.
18844         * gdb.base/call-strs: ditto.
18845
18846 2000-04-24  Michael Snyder  <msnyder@cygnus.com>
18847
18848         * gdb.base/miscexprs.exp: make sizeof long array test portable.
18849
18850         * gdb.base/ending-run.exp: After connecting to a remote target,
18851         but before running, the target will appear to be in a random
18852         location.  Specify both a file and a line for breakpoints.
18853         Also, the function that calls main may be called 'init'
18854         rather than 'start'.
18855
18856 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
18857
18858         * gdb.base/help.exp: Update output for add-symbol-file command.
18859
18860 2000-04-10  Fernando Nasser  <fnasser@cygnus.com>
18861
18862         From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18863         * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
18864
18865 2000-04-07  J.T. Conklin  <jtc@redback.com>
18866
18867         * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
18868
18869         * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
18870
18871 Thu Mar 30 13:26:19 2000  Philippe De Muyter  <phdm@macqel.be>
18872
18873         * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
18874         values that can be represented exactly.
18875         * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
18876         above change, and to not check against the directory part of the source
18877         file name.
18878         (step into print_long_arg_list): Likewise.
18879         (print print_small_structs from print_long_arg_list): Likewise.
18880         (print print_long_arg_list): Likewise.
18881
18882 2000-03-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
18883
18884         * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
18885
18886 Mon Mar 27 14:46:37 2000  Andrew Cagney  <cagney@b1.cygnus.com>
18887
18888         * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
18889
18890 2000-03-25  Daniel Berlin  <dan@cgsoftware.com>
18891
18892         * gdb.base/commands.exp (deprecated_command_test): Add test for
18893         deprecate with no arguments.
18894
18895 2000-03-24  Jonathan Larmour  <jlarmour@redhat.co.uk>
18896
18897         * gdb.base/break.exp: Add new test for setting breakpoints on
18898         optimized code so we can test breakpoints work even when function
18899         prologues may be optimized away
18900
18901 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
18902
18903         From David Whedon <dwhedon@gordian.com>
18904         * gdb.base/commands.exp : Added command deprecator tests.
18905
18906 2000-03-22  Daniel Berlin   <dan@cgsoftware.com>
18907
18908        * gdb.base/help.exp: Added test for new apropos command.
18909
18910 2000-03-21  Kevin Buettner <kevinb@redhat.com>
18911
18912         * gdb.base/pointers.c (usevar): New function.
18913         (main): Make sure that global variables v_int_pointer2, rptr,
18914         and y are all referenced someplace in the program by calling
18915         usevar() on them.  [Some linkers delete symbols which are
18916         never referenced.  The space remains, but there's no way to
18917         get a (symbolic) handle on the variable from the debugger.]
18918
18919 2000-03-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
18920
18921         * gdb.base/printcmds.c: Add typedeffed arrays.
18922
18923         * gdb.base/printcmds.exp (test_print_typedef_arrays): New
18924         procedure to test arrays that are typedef'd.
18925
18926 2000-03-13  James Ingham  <jingham@leda.cygnus.com>
18927
18928         * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
18929         the library directories.
18930
18931 Mon Feb 21 13:05:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
18932
18933         * configure.in (configdirs): Add sub directory gdb.mi.
18934         * configure: Re-generate.
18935
18936         * gdb.mi: New directory.
18937
18938 2000-02-25  Scott Bambrough <scottb@netwinder.org>
18939
18940         * gdb.base/long_long.exp: Correct test suite failure when printing
18941         a long long value as a double on ARM platforms.
18942
18943 2000-02-16  Jim Blandy  <jimb@redhat.com>
18944
18945         * gdb.base/break.exp ("breakpoint line number"): Make sure the
18946         default source file is set properly before running this test.
18947
18948 2000-02-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
18949
18950         * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
18951         gdbtk/library directory, not in gdbtcl2.
18952
18953 2000-02-04  Jim Blandy  <jimb@redhat.com>
18954
18955         * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
18956         backslash from regexp pattern.
18957
18958         * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
18959         procedure.  Use it to run all the "continue to bp overloaded"
18960         tests.  Note that this changes the names of the tests slightly.
18961         If the breakpoint hit message includes a hex PC value, because
18962         GCC's Dwarf 2 line info doesn't help us distinguish the prologue
18963         from the real source code, still consider that a pass.
18964
18965         * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
18966         XFAIL here if the breakpoint message contains a hex address.  Note
18967         similar change on 1999-11-02.
18968
18969         * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
18970
18971         * gdb.base/ptype.exp: Establish a default source file before
18972         calling get_debug_format.
18973
18974 2000-02-03  Fernando Nasser  <fnasser@totem.to.cygnus.com>
18975
18976         * gdb.base/watchpoint.exp: Remove duplication of test messages.
18977
18978 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
18979
18980         * gdb.base/step-test.exp: Fix the steps to enter a callee by means
18981         of successive stepi commands -- while in the prologue we should see
18982         the function entry bracket.
18983
18984 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
18985
18986         * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
18987         reach __change_mode() when stepping through the end of main().
18988
18989 2000-01-17  Fernando Nasser  <fnasser@totem.to.cygnus.com>
18990
18991         * gdb.base/default.exp: Fix expected pattern.
18992         * gdb.base/help.exp: Same.
18993
18994 2000-01-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
18995
18996         * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
18997         Don't use xfail's because that affects only the following test.
18998
18999         * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
19000         solaris or linux.
19001
19002         * gdb.base/selftest.exp: Update to reflect changes to main.c.
19003
19004 2000-01-07  Michael Snyder  <msnyder@cygnus.com>
19005
19006         * gdb.base/display.exp: Some yacc parsers like to say
19007         "A syntax error" rather than "A parse error".  Accept both.
19008
19009 2000-01-06  Fernando Nasser  <fnasser@totem.to.cygnus.com>
19010
19011         * gdb.base/default.exp: Remove OS dependent string from "target
19012         remote" test.
19013         * gdb.base/help.exp: Same for "help target remote" test.
19014
19015 2000-01-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
19016
19017         From Jim Kingdon <kingdon@redhat.com>:
19018
19019         * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
19020         prompt (cleanup rather than necessity, but still might keep output
19021         from spilling to next test).
19022
19023 2000-01-02  Fred Fish  <fnf@cygnus.com>
19024
19025         * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
19026         AIX, which defines them in <sys/types.h>.
19027
19028 1999-12-16  Stan Shebs  <shebs@andros.cygnus.com>
19029
19030         * gdb.base/default.exp: Match arm* etc instead of arm in "info
19031         float" test.
19032
19033 1999-12-13 Fernando Nasser  <fnasser@totem.to.cygnus.com>
19034
19035         * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
19036
19037         * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
19038         outermost frame disallowed".
19039
19040 1999-12-09  Fernando Nasser  <fnasser@totem.to.cygnus.com>
19041
19042         * gdb.base/setvar.exp: New tests for setting the value of a struct
19043         with a constant list.
19044
19045 1999-12-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
19046
19047         * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
19048         require the user to type a cast before setting the value of a struct.
19049
19050 1999-12-06  Jim Blandy  <jimb@cygnus.com>
19051
19052         * gdb.base/default.exp: Expect the new 'info float' command on
19053         all i386 platforms.
19054
19055         * gdb.threads/linux-dp.exp: Expand our ability to recognize
19056         LinuxThreads libraries that don't support debugging.
19057
19058 Sat Dec  4 15:21:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
19059
19060         * gdb.base/remote.c: Fill the buffer with truely random data.
19061         Change the buffer type to ``unsigned char'' to simplify size
19062         arithmetic.
19063
19064         * gdb.base/remote.exp: Reduce download numbers by one.  Typical
19065         stub only handles 400-1 byte packets.  Verify that the download
19066         worked.
19067
19068 1999-11-30  Fernando Nasser  <fnasser@totem.to.cygnus.com>
19069
19070         * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
19071         tests, using UNRESOLVED for the untested cases.  Also, does not wait
19072         for a timeout if the prompt was received before a recognizable pattern.
19073
19074 1999-11-29  Fernando Nasser  <fnasser@totem.to.cygnus.com>
19075
19076         * lib/gdb.exp (gdb_expect_list): Fix spelling.
19077
19078 1999-11-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
19079
19080         * gdb.base/watchpoint.exp: Add tests cases for the hit count of
19081         watchpoints.
19082
19083 1999-11-24  Jason Merrill  <jason@casey.cygnus.com>
19084
19085         * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
19086
19087         * gdb.c++/local.exp: Be more flexible in recognizing local class
19088         name mangling.  Don't allow horribly truncated method names.
19089         * gdb.c++/derivation.exp: Expect protected inheritance.
19090         * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
19091         * gdb.c++/virtfunc.exp: Likewise.
19092         * gdb.c++/classes.exp: Likewise.  Don't require the enclosing scope
19093         when printing a nested enum.
19094
19095 1999-11-22  Jim Blandy  <jimb@cygnus.com>
19096
19097         * gdb.base/step-test.exp: Properly await GDB's response to setting
19098         a breakpoint on the call to large_struct_by_value.
19099
19100         * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
19101         just because we have debug info for the `start' function.
19102
19103 1999-11-19  Jim Blandy  <jimb@zenia.red-bean.com>
19104
19105         * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
19106         "Unknown signal" messages, which indicate (on LinuxThreads) that
19107         GDB doesn't know how to debug threads on this system.  This is
19108         better than hanging while philosopher 0 dumps chatter into gdb.log.
19109
19110 1999-11-18  Tom Tromey  <tromey@cygnus.com>
19111
19112         * gdb.trace/deltrace.exp: Updated test to reflect new error text.
19113
19114 1999-11-18  Fred Fish  <fnf@cygnus.com>
19115
19116         * gdb.base/coremaker2.c: Add sample program for generating
19117         cores that is more self contained than coremaker.c.  Eventually
19118         I'll add more code to this and tie it into the testsuite.
19119
19120 1999-11-12  Stan Shebs  <shebs@andros.cygnus.com>
19121
19122         * gdb.base/dollar.exp: Remove, now in gdb.hp.
19123
19124 1999-11-10  Jimmy Guo  <guo@cup.hp.com>
19125
19126         * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
19127         from $srcdir/lib/.
19128         * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
19129         and gdb.c++/.
19130
19131         * gdb.c++/derivation.exp: remove redundant get compiler info code.
19132
19133         * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
19134         'continue with watch' test point.
19135
19136 1999-11-08  Jim Blandy  <jimb@zenia.red-bean.com>
19137
19138         Merged from p2linux-990323-branch:
19139
19140         * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
19141
19142 Mon Nov  8 23:07:09 1999  Andrew Cagney  <cagney@amy.cygnus.com>
19143
19144         * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
19145         {limit,fixed}''.  Test ``set download-write-size''.
19146
19147 Sun Nov  7 17:37:01 1999  Andrew Cagney  <cagney@b1.cygnus.com>
19148
19149         * gdb.base/funcargs.exp: Rewrite stack traceback checks using
19150         gdb_expect_list.
19151
19152 Fri Nov  5 18:40:52 1999  Andrew Cagney  <cagney@b1.cygnus.com>
19153
19154         * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
19155
19156 1999-11-03  Mark Salter  <msalter@cygnus.com>
19157
19158         * gdb.base/break.exp: Fix "stub continue" pattern.
19159
19160 1999-11-03  Jim Blandy  <jimb@zwingli.cygnus.com>
19161
19162         * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
19163
19164 1999-11-02  Jim Blandy  <jimb@zwingli.cygnus.com>
19165
19166         * gdb.base/display.exp ("finish"): Add timeout clause.
19167
19168         * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
19169         plain prompt clause, so this doesn't have to time out in order to
19170         fail.
19171
19172         * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
19173         breakpoint hit messages include an address.
19174
19175         * gdb.base/display.exp: Don't forget to escape parens in regular
19176         expressions.  Unix regexp notatation sucks.
19177
19178 1999-11-02  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
19179
19180         * gdb.base/annota1.exp: Test for annotate-signalled: change output
19181         order for 'signalled' message.
19182
19183 1999-11-01  Stan Shebs  <shebs@andros.cygnus.com>
19184
19185         From Jimmy Guo  <guo@cup.hp.com>:
19186         * gdb.base/annota1.exp: Add tests for annotate ignore count change.
19187         * gdb.base/annota1.c: Add code for tests to work with.
19188
19189 1999-10-26  Frank Ch. Eigler  <fche@cygnus.com>
19190
19191         * gdb.base/remote.exp: New test for remote downloading settings.
19192         * gdb.base/remote.c: New file with large .data.
19193
19194 1999-10-18  Jim Blandy  <jimb@zwingli.cygnus.com>
19195
19196         * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
19197         for LinuxThreads support, merged from the Code Fusion branch.
19198
19199 Mon Oct 11 13:57:21 1999  Andrew Cagney  <cagney@amy.cygnus.com>
19200
19201         * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
19202         containing exp_continue into a while within an expect.  Don't
19203         attempt a start more than three times.  Check return value from
19204         gdb_load.
19205
19206 Wed Oct  6 12:05:58 1999  Andrew Cagney  <cagney@b1.cygnus.com>
19207
19208         * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
19209         a pass case.
19210
19211 1999-10-01  Kevin Buettner <kevinb@cygnus.com>
19212
19213         * gdb.base/break.c (main): Added a statement that we can step
19214         off of.
19215         * gdb.base/break.exp: Added tests for setting a breakpoint
19216         at an offset and stepping onto a breakpoint.
19217
19218 1999-10-01  Fred Fish  <fnf@cygnus.com>
19219
19220         * gdb.base/help.exp (help add-symbol-file): Update to match current
19221         gdb output.
19222
19223 1999-09-18  Jim Blandy  <jimb@cris.red-bean.com>
19224
19225         * gdb.base/break.exp: Code locations are in hex, don't forget!
19226         (For HP-UX.)
19227
19228 1999-09-17  Stan Shebs  <shebs@andros.cygnus.com>
19229
19230         * condbreak.exp: Use break.c as test program.
19231         * condbreak.c: Remove, redundant with break.c.
19232
19233 1999-09-15  Stan Shebs  <shebs@andros.cygnus.com>
19234
19235         * config/monitor.exp (gdb_target_monitor): Disable X- and
19236         Z-packets if the target needs it.
19237
19238 1999-09-13  James Ingham  <jingham@leda.cygnus.com>
19239
19240         * gdb.c++/overload.exp: Added tests for listing overloaded
19241         functions with function pointers in the arg, explicitly calling
19242         out the version you want.
19243
19244 1999-09-09  Stan Shebs  <shebs@andros.cygnus.com>
19245
19246         * long_long.exp: Add variations of test cases that work for
19247         targets with 16-bit ints and 32-bit doubles.
19248
19249 1999-09-08  Stan Shebs  <shebs@andros.cygnus.com>
19250
19251         * break.c (main): Compare a possibly-uninitialized argc with an
19252         unlikely value that fits in 16 bits.
19253
19254 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
19255
19256         * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
19257         0xfeeb, don't want negative numbers if ints are 16 bits.
19258
19259         * lib/gdb.exp (skip_cplus_tests): New proc.
19260         * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
19261         gdb.c++/anon-union.exp, gdb.c++/classes.exp,
19262         gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
19263         gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
19264         gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
19265         gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
19266         gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
19267         gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
19268
19269         * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
19270
19271 Fri Sep  3 15:37:12 1999  Kevin Buettner  <kevinb@cygnus.com>
19272
19273         * gdb.base/corefile.exp (up): Allow a parameter to appear
19274         in the frame that we're going up to.
19275
19276         From Jim Blandy <jimb@cygnus.com>:
19277
19278         * gdb.base/default.exp (info float): Expect some output now.
19279
19280         * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
19281         returning floating-point values to fail on the x86.
19282         * gdb.base/callfwmall.exp (do_function_calls): Same.
19283
19284         * gdb.base/list.exp (test_listsize): Correct expectations for
19285         listing line 1 with listsize 2.  Also, listing a single line
19286         works now, as does listing three lines.  [Kevin's note: There
19287         were a number of other cases fixed too where the expectations
19288         differed...]
19289
19290 1999-09-02  Stan Shebs  <shebs@andros.cygnus.com>
19291
19292         * gdb.base/selftest.exp: Add case for when version prints as
19293         constant string instead of char pointer.
19294
19295 1999-08-25  Stan Shebs  <shebs@andros.cygnus.com>
19296
19297         * gdb.base/ending-run.exp: Add Solaris case for what happens when
19298         stepping out of main.
19299
19300         * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
19301         G++ used.
19302
19303         * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
19304         always, expect ptype InnerLocal::NestedInnerLocal to fail always.
19305
19306         * gdb.c++/ovldbreak.exp: Update match string in test that
19307         includes a warning of multiple breakpoints.
19308
19309 1999-08-24  Stan Shebs  <shebs@andros.cygnus.com>
19310
19311         * gdb.base/display.exp: Improve precision of step-after-finish
19312         added yesterday.
19313
19314         * gdb.base/signals.exp: Add extra wildcard to "handle all print"
19315         test.
19316
19317         * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
19318         configs when using G++, not just hppa*.
19319
19320 1999-08-24  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
19321
19322         * gdb.base/async.c: New file.
19323         * gdb.base/async.exp: New file.
19324
19325 Tue Aug 24 03:24:53 1999  Jeffrey A Law  (law@cygnus.com)
19326
19327         * gdb.base/break.exp: Tweak PA specific tests to properly handle
19328         PA64.
19329
19330 Mon Aug 23 10:25:20 1999  Jeffrey A Law  (law@cygnus.com)
19331
19332         * gdb.base/display.exp: "finish" can leave us mid-line on many
19333         targets, deal with it.  Add a small constant to main, instead of
19334         1000 since main+1000 may not be a valid address in the target.
19335
19336         * gdb.base/dollar.exp: Do not run for PA processors in wide mode
19337         on hpux11.
19338
19339         * gdb.base/attach.exp: Handle another hpux11 error message variant
19340         when attaching to a process that does not exist.
19341
19342 1999-08-19  J.T. Conklin  <jtc@redback.com>
19343
19344         * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
19345         characters in 'continue to 1241' test.
19346
19347 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
19348
19349         * gdb.base/call-ar-st.exp: Add a shorter match case for the
19350         stop in print_long_arg_list, define and use a whitespace
19351         variable in print_small_structs test, add an XFAIL for Solaris.
19352         * gdb.base/dbx.exp: XFAIL func commands until somebody is
19353         interested enough to fix.
19354
19355 1999-08-13  Keith Seitz  <keiths@cygnus.com>
19356
19357         * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
19358         (dbx_gdb_load): Remove. Use gdb_load instead, since that
19359         proc knows about targets other than the natives.
19360         (test_assign): Use "gdb_run_cmd" to "run" the target.
19361         Check that we've actually hit the breakpoint at main.
19362         When we attempt to assign a value to a local variable, check
19363         that the variable is in the current scope, i.e., don't use
19364         a test with an empty result.
19365
19366 Tue Aug 10 15:25:16 1999  Andrew Cagney  <cagney@b1.cygnus.com>
19367
19368         * gdb.base/maint.exp: Add test of ``maintenance internal-error''
19369         command.
19370
19371 1999-08-09  Stan Shebs  <shebs@andros.cygnus.com>
19372
19373         From Jimmy Guo <guo@cup.hp.com> and others at HP:
19374         gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
19375         gdb.compat, gdb.threads-hp.
19376         gdb.hp/configure, gdb.hp/configure.in: New files.
19377         gdb.hp/Makefile.in: Recurse into new subdirs.
19378         gdb.hp/gdb.defects: New directory, tests for HP bug reports.
19379         gdb.hp/gdb.objdbg: New directory, tests for debugging info
19380         in object files.
19381         gdb.hp/tools: New directory, aux tools for HP-specific tests.
19382
19383 1999-08-05  Stan Shebs  <shebs@andros.cygnus.com>
19384
19385         * gdb.base/display.exp: Help expect by putting a newline in the
19386         funky printf, remove a bogus p/a test.
19387
19388 1999-08-05  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
19389
19390         * gdb.base/display.exp: Make sure that when we say 'run', we are
19391         connected to the target. This is necessary when running not
19392         natively.
19393
19394 1999-08-03  Stan Shebs  <shebs@andros.cygnus.com>
19395
19396         * gdb.base/step-test.exp: Removed some extraneous messages.
19397
19398         * gdb.base/long_long.exp: Don't run memory examination tests
19399         on little-endian targets (they will need a different set of
19400         results to match).
19401
19402 1999-08-02  Stan Shebs  <shebs@andros.cygnus.com>
19403
19404         * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
19405         until somebody decides to fix GDB.
19406
19407         * gdb.base/long_long.c: Stop compiler complaint by specifying long
19408         constant as "ULL".
19409         * gdb.base/long_long.exp: Loosen x/c test, add partial result
19410         matches for a couple x/2 commands.
19411
19412 1999-07-30  Stan Shebs  <shebs@andros.cygnus.com>
19413
19414         * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
19415         by merging in ref-types2 tests.
19416         * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
19417
19418         From Jimmy Guo <guo@cup.hp.com> and others at HP:
19419         * gdb.c++/Makefile.in: Add standard actions.
19420         (EXECUTABLES): Rename from PROGS, update list.
19421         * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
19422         from gdb.hp.
19423         * gdb.c++/anon-union.cc: Don't use anonymous struct, make
19424         foo and bar locals.
19425         * gdb.c++/anon-union.exp: Fix tests to match.
19426         * gdb.c++/classes.exp: Run if HP compiler used, add extra
19427         expect matches to handle output variations.
19428         * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
19429         * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
19430         output, add HP alternatives for new and delete prints.
19431         * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
19432         gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
19433         * gdb.c++/demangle.exp: Use $style when reporting failure.
19434         * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
19435         * gdb.c++/inherit.exp: Run if HP compiler used, add some
19436         match alternatives.
19437         * gdb.c++/local.exp: Add match alternatives or xfails for HP
19438         compilers.
19439         * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
19440         * gdb.c++/method.exp: Add match alternatives.
19441         * gdb.c++/misc.cc: Add bool types.
19442         * gdb.c++/misc.exp: Add tests for bool types.
19443         * gdb.c++/overload.exp: Add xfails.
19444         * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
19445         * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
19446         add some more template parameter tests (only for HP currently).
19447         * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
19448         * gdb.c++/virtfunc.cc: Add return type and value for main.
19449         * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
19450         match alternatives.
19451
19452 1999-07-30  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
19453
19454         * gdb.base/display.exp: Fix output of 'p/a &&j' test.
19455
19456 1999-07-29  Jim Blandy  <jimb@savonarola.red-bean.com>
19457
19458         * gdb.base/signals.exp: Don't expect getting a backtrace from
19459         within a signal handler to fail on Linux.
19460
19461 1999-07-29  Stan Shebs  <shebs@andros.cygnus.com>
19462
19463         From Jimmy Guo <guo@cup.hp.com> and others at HP:
19464         * lib/gdb.exp: Remove some gratuitious semicolons.
19465         (delete_breakpoints): Increase timeout.
19466         (gdb_expect): Add -notransfer option.
19467         (gdb_test): Use -notransfer option.
19468         (get_compiler_info): Add f77 case.
19469         (get_compiler): New proc, split out from gdb_preprocess, add f77
19470         case.
19471         (gdb_preprocess): Call get_compiler.
19472
19473         * gdb.base/Makefile.in (EXECUTABLES): Update the list.
19474         * gdb.base/attach.exp, gdb.base/display.exp,
19475         gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
19476         gdb.base/long_long.exp, gdb.base/printcmds.exp,
19477         gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
19478         third arg to gdb_test.
19479         * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
19480         * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
19481         HP-UX xfails, add others.
19482         * gdb.base/completion.exp: Reflect name change of self-test.
19483         * gdb.base/condbreak.exp, gdb.base/corefile.exp,
19484         gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
19485         gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
19486         HP failure number.
19487         * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
19488         useless HP-UX 10.30 references.
19489         * gdb.base/maint.exp: Loosen matches.
19490         * gdb.base/pointers.c (main): Declare more_code.
19491         * gdb.base/pointers.exp: Match on output of a `next'.
19492         * gdb.base/structs.c: Add prototypes.
19493         * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
19494         * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
19495
19496 1999-07-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
19497
19498         * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
19499         command.
19500
19501 1999-07-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
19502
19503         * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
19504         Fix run to main failures. Watchpoint can be hardware watchpoint.
19505
19506         * gdb.base/annota1.exp: Clean up some more, in case printf has
19507         debug info.  Deal with lack of signal hanlder info in stack.
19508
19509         From Jim Kingdon  <kingdon@redhat.com>:
19510         * gdb.base/annota1.exp: If printf has debug info, deal with it.
19511
19512 1999-07-19  Stan Shebs  <shebs@andros.cygnus.com>
19513
19514         * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
19515         gdb.base/foll-vfork.exp: Don't run for crosses.
19516
19517 Tue Jul 13 23:37:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
19518
19519         * gdb.base/configure.in: Check for gdbvars.exp instead of
19520         a1-selftest.exp.
19521         * gdb.base/configure: Re-generate.
19522
19523 1999-07-12  Stan Shebs  <shebs@andros.cygnus.com>
19524
19525         * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
19526         in trying to run first and name is too long.
19527
19528         * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
19529         pointers2.c and pointers2.exp, respectively.
19530         * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
19531         doschk happier.
19532
19533 1999-07-08  Stan Shebs  <shebs@andros.cygnus.com>
19534
19535         * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
19536         callfuncs2.c and callfuncs2.exp.
19537
19538         * gdb.base/list.exp: Remove mistaken xfails.
19539         * gdb.base/list0.h: Add optional prototypes.
19540
19541 Wed Jul  7 00:27:35 1999  Andrew Cagney  <cagney@amy.cygnus.com>
19542
19543         * gdb.base/setvar.exp: Increase the time-out on tests indirectly
19544         calling malloc.
19545         * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
19546         * ptype.exp: Move test for get_debug_format to before its first
19547         use.
19548
19549 1999-07-06  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
19550
19551         * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
19552         * gdb.base/annota2.cc, annota2.exp: Move from here.
19553         * gdb.c++/annota2.cc, annota2.exp: To here.
19554         * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
19555
19556 Tue Jun 29 11:56:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
19557
19558         * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
19559         a consistent format.
19560
19561 1999-06-25  Stan Shebs  <shebs@andros.cygnus.com>
19562
19563         From Jimmy Guo <guo@cup.hp.com> and others at HP:
19564         * lib/gdb.exp (get_compiler_info): Add detection for assorted
19565         HP compilers, also set the globals $true and $false.
19566
19567         * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
19568         call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
19569         coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
19570         jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
19571         long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
19572         printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
19573         scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
19574         sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
19575         solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
19576         whatis.c} Add C++ compatible function definitions and return
19577         types, add includes for library functions.
19578         * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
19579         * gdb.base/step-test.c (myglob): Rename from glob.
19580         * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
19581         foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
19582         files, move here from gdb.hp.
19583         * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
19584         commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
19585         ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
19586         Adjust line numbers in regexps.
19587
19588         * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
19589         miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
19590         instead of 0/1.
19591
19592         * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
19593         foll-vfork.exp: New files, move here from gdb.hp.
19594         * gdb.base/page.exp: New file, test of pagination command.
19595
19596         * gdb.base/watchpoint.c (recurser): New function, for watchpoint
19597         recursion test.
19598         * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
19599
19600         * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
19601         gdb.base/solib.exp: Fix compiler invocation process.
19602
19603         * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
19604         HP-UX 11, turn off overload resolution explicitly.
19605         * gdb.base/commands.exp: Set argument list explicitly, add
19606         watchpoint test.
19607         * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
19608         them work.
19609         * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
19610         expressions properly.
19611         * gdb.base/corefile.exp: Loosen the match slightly.
19612         * gdb.base/default.exp: Allow "Error accessing memory" message
19613         also.
19614         * gdb.base/display.exp: Skip over x/0 j if PA64.
19615         * gdb.base/funcargs.exp: Add xfails for HP-UX.
19616         * gdb.base/interrupt.exp: Ditto.
19617         * gdb.base/langs.exp: Add symbolic matches governed by compiler
19618         in use.
19619         * gdb.base/list.exp: Add xfails for HP-UX.
19620         * gdb.base/long_long.exp: Refine some of the numeric matches.
19621         * gdb.base/mips_pro.exp: Xfail on HP-UX.
19622         * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
19623         * gdb.base/nodebug.exp: Succeed on more varieties of output.
19624         * gdb.base/opaque.exp: Remove some HP-UX xfails.
19625         * gdb.base/ptype.exp: Succeed on more varieties of output.
19626         * gdb.base/scope.exp: Add xfails for HP-UX.
19627         * gdb.base/sect-cmd.exp: Add more cases.
19628         * gdb.base/setvar.exp: Add xfails for HP-UX.
19629         * gdb.base/shlib-call.exp: Loosen some matches slightly.
19630         * gdb.base/signals.exp: Match on void symbolically.
19631         * gdb.base/step-test.exp: Add case for PA64.
19632         * gdb.base/term.exp: Add exit and restart.
19633         * gdb.base/twice.exp: Clean up after self.
19634         * gdb.base/varargs.exp: Disable overload resolution explicitly.
19635         * gdb.base/whatis.exp: Allow more ways to pass tests.
19636
19637         * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
19638         no longer useful.
19639
19640 Fri Jun 25 19:27:28 1999  Andrew Cagney  <cagney@b1.cygnus.com>
19641
19642         * lib/gdb.exp (proc gdb_expect_list): New procedure.  Matches a
19643         list of patterns.
19644         * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
19645         print_double_array(double_array)", "continuing to breakpoint
19646         1018", "print print_double_array(array_d)" and "continuing to
19647         1034" tests.
19648
19649 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
19650
19651         * Makefile.in: Add empty html and install-html targets.
19652
19653 1999-06-24  Stan Shebs  <shebs@andros.cygnus.com>
19654
19655         * config/mt-*: Remove, these haven't been used since 1996.
19656
19657 1999-06-22  Stan Shebs  <shebs@andros.cygnus.com>
19658
19659         * gdb.base/call-strs.c, gdb.base/ending-run.c,
19660         gdb.base/step-test.c: Include stdlib.h and string.h as needed.
19661         * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
19662
19663 1999-06-18  Stan Shebs  <shebs@andros.cygnus.com>
19664
19665         * gdb.c++/overload.exp: XFAIL everything if using G++, add a
19666         simpler match case for the ptype of the big class.
19667
19668 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
19669
19670         * gdb.exp: Fix test for gdb_prompt existence.
19671
19672 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
19673
19674         * gdb.exp (gdb_test): Add fail after calls to perror.
19675
19676 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
19677
19678         * gdb.exp (gdb_test): Accept variations of Undefined command messages.
19679
19680 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
19681
19682         * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
19683
19684 Fri Jun 11 12:56:50 1999  Andrew Cagney  <cagney@b1.cygnus.com>
19685
19686         * gdb.base/call-strs.c (link_malloc): New function.  Ensure that
19687         malloc() is linked in.
19688
19689 1999-06-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
19690
19691         * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
19692         step at end.
19693
19694         * gdb.base/annota1.exp: Increase match_max to prevent timeout.
19695
19696 1999-06-08  Jim Blandy  <jimb@zwingli.cygnus.com>
19697
19698         * gdb.java/jv-print.exp: New file.  (Our first Java test!)
19699
19700 Fri Jun  4 10:47:46 1999  Jeffrey A Law  (law@cygnus.com)
19701
19702         * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
19703         * gdb.base/mips_pro.exp: Likewise.
19704
19705 1999-06-02  Keith Seitz  <keiths@cygnus.com>
19706
19707         * gdb.c++/templates.cc: Change all "new" operators to throw
19708         an exception.
19709         * gdb.c++/cplusfuncs.cc: Likewise.
19710
19711         * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
19712
19713 Wed Jun  2 17:37:05 1999  Andrew Cagney  <cagney@b1.cygnus.com>
19714
19715         * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
19716         * gdb.base/ending-run.exp: When stepping out of main, accept a
19717         step into an arbitrary assembler file.
19718
19719 1999-05-20  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
19720
19721         * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
19722         "breakpoint-invalid" to be printed.
19723         * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
19724         number of "frames-invalid" and "breakpoint-invalid" to be printed.
19725         * gdb.base/annota2.cc: Initialize a.x to 0.
19726
19727 1999-05-17  Keith Seitz  <keiths@cygnus.com>
19728
19729         * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
19730         when "skip_float_tests" set.
19731         Ditto for "print print_double_array(array_d)", "print print_small_structs",
19732         "print print_ten_doubles", and "step into print_long_arg_list".
19733         Don't assume we can step into "print_long_arg_list": we could step into memcpy.
19734         * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
19735         is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
19736         * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
19737         "skip_float_tests" is set.
19738         * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
19739         when "skip_float_tests" set.
19740
19741 1999-05-06  Keith Seitz  <keiths@cygnus.com>
19742
19743         * gdb.base/annota2.cc: Include stdio.h.
19744
19745 Wed May  5 17:44:31 1999  Stan Shebs  <shebs@andros.cygnus.com>
19746
19747         * gdb.base/crossload.exp: Remove, this has been disabled ever
19748         since BFD stopped including all targets, and cross-GDB gets
19749         plenty of testing anyway.
19750         * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
19751         gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
19752         gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
19753         * gdb.base/README: Remove, was doc for this.
19754         * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
19755         needed.
19756
19757 1999-05-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
19758
19759         * gdb.base/call-ar-st.exp: Fix one regular expression in test
19760         output.
19761
19762         * gdb.base/annota1.exp: New file. Annotation level 2 tests.
19763         * gdb.base/annota2.exp: New file. More annotation tests.
19764         * gdb.base/annota1.c: New file. Source file for annota1.exp.
19765         * gdb.base/annota2.cc: New file. Source file for annota2.exp.
19766
19767 1999-04-23  Angela Marie Thomas <angela@cygnus.com>
19768
19769         * config/cfdbug.exp: New file.
19770
19771 1999-04-20  Jim Blandy  <jimb@zwingli.cygnus.com>
19772
19773         * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
19774         Marcus Daniel's and Dale Hawkins's demangler crashes.
19775
19776         * gdb.c++/demangle.exp (test_gnu_style_demangling,
19777         test_lucid_style_demangling, test_arm_style_demangling,
19778         test_hp_style_demangling): Try Tom Tromey's core-dumping
19779         identifier under each demangling style.
19780
19781 1999-04-07  Jim Blandy  <jimb@zwingli.cygnus.com>
19782
19783         * gdb.c++/demangle.exp: Include the current demangling style
19784         in all test names.
19785         (current_demangling_style): New global variable.
19786         (set_demangling_style, test_demangling_core, test_demangling,
19787         test_demangling_exact): New functions.
19788         (test_gnu_style_demangling, test_lucid_style_demangling,
19789         test_arm_style_demangling, test_hp_style_demangling): Use those,
19790         instead of calling gdb_test and gdb_test_exact directly.
19791         (catch_demangling_errors): New function, which reports errors
19792         signalled by the demangling test functions in an orderly way.
19793         (do_tests): Use catch_demangling_errors.
19794
19795 1999-04-06  Jim Blandy  <jimb@zwingli.cygnus.com>
19796
19797         * gdb.base/signals.exp (test_handle_all_print): Use () for
19798         grouping in expressions, not {}.
19799
19800         * gdb.base/smoke.exp: Test value of x, not y.  The latter isn't
19801         initialized yet.
19802
19803 1999-04-01  Stan Shebs  <shebs@andros.cygnus.com>
19804
19805         * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
19806         are listed.
19807
19808 1999-03-26  Stan Shebs  <shebs@andros.cygnus.com>
19809
19810         * gdb.stabs/weird.exp: Test for CC being defined before
19811         looking at its value.
19812
19813 1999-03-25  Stan Shebs  <shebs@andros.cygnus.com>
19814
19815         * gdb.base/call-ar-st.exp: Remove stray '#'.
19816         * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
19817         "short int" and "long int".
19818         * gdb.c++/overload.cc: Cast the string added in the previous
19819         change, to mollify finicky HP compiler.
19820         * gdb.hp/reg-test.exp (testfile): Fix file name.
19821         * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
19822
19823         * gdb.c++/misc.cc (main): Initialize obj_with_enum.
19824         * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
19825         alternate form of enum ptype.
19826
19827 1999-03-23  Stan Shebs  <shebs@andros.cygnus.com>
19828
19829         * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
19830         * gdb.hp/*.exp: Change all to run compiler probe only after
19831         passing skip_hp_tests, so as not to waste time on guaranteed
19832         failure.
19833
19834         * gdb.c++/overload.cc: Pass string instead of char addr, always
19835         init ccpfoo.
19836         * gdb.c++/templates.cc: Fix syntax error.
19837
19838 Tue Mar 23 14:56:36 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
19839
19840         * gdb.base/commands.exp: Add test for correct position of '>'
19841         when issuing the 'commands' command after a 'while' or 'if'
19842         command.
19843
19844 1999-03-18  James Ingham  <jingham@cygnus.com>
19845
19846         * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
19847
19848         * gdb.c++/method.exp: It was testing an uninitialized int on the
19849         stack and assuming it was positive.
19850
19851         * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
19852
19853         * gdb.base/step-test.exp: Catch a case where finish is broken and
19854         keep it from killing the rest of the tests.
19855         Use gdb_continue_to_end.
19856
19857         * gdb.base/sigall.exp: use gdb_continue_to_end.
19858
19859         * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
19860
19861         * gdb.base/display.exp: use runto_main, not run.
19862
19863         * gdb.base/default.exp: Check for the current error message in the
19864         r abbreviation test.
19865         Add strongarm to the targets that know info float.
19866
19867         * gdb.base/condbreak.exp: Use the gdb_run command rather than just
19868         run which doesn't work with monitors.
19869
19870         * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
19871
19872         * gdb.base/break.exp: use the gdb_continue_to_end proc.
19873
19874         * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
19875         program.  Traps the case (in Cygmon) when the program never really
19876         exits.  Same as Mark's continue_to_exit, but I had put it in a lot
19877         more places, so I used my name.  Sorry Mark...
19878
19879         * config/monitor.exp (gdb_target_monitor): added another
19880         target_info parameter: remotebinarydownload.  This will set the
19881         remotebinarydownload flag if this is causing some boards trouble.
19882
19883 1999-03-18  Mark Salter  <msalter@cygnus.com>
19884
19885         * lib/gdb.exp (continue_to_exit): New function.
19886
19887         * gdb.base/ena-dis-br.exp: Clean up for remote targets.
19888         * gdb.base/ending-run.exp: Ditto.
19889         * gdb.base/step-test.exp: Ditto.
19890
19891 1999-03-16  Stan Shebs  <shebs@andros.cygnus.com>
19892
19893         * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
19894         (suggested by Art Haas <ahaas@neosoft.com>).
19895
19896 1999-03-16  Jim Blandy  <jimb@zwingli.cygnus.com>
19897
19898         * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
19899
19900 Fri Mar 12 18:06:21 1999  Stan Shebs  <shebs@andros.cygnus.com>
19901
19902         * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
19903         descriptions of types (short unsigned int vs unsigned short, etc).
19904
19905 1999-03-12  Jim Blandy  <jimb@zwingli.cygnus.com>
19906
19907         * gdb.base/call-strs.exp: Don't assume that `step' will step over
19908         a call to strlen; sometimes we do have sources.
19909
19910 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
19911
19912         * gdb.base/call-ar-st.c (main): Terminate char_array with a null
19913         character, so GDB won't print garbage after its end.
19914
19915         * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
19916         breakpoint there instead.  Sometimes GCC emits memcpy to handle
19917         the large structures being passed by value, so we step into that
19918         instead of sum_array_print, which obscures what we're really testing.
19919         * gdb.base/step-test.exp: However, we do want a test that notices
19920         the bizarre steps into memcpy, so do that here.  Add check for
19921         stepping into function calls that pass large structures by value.
19922         ("Is that a noun clause, or are you just happy to see me?")
19923         Remove all references to specific line numbers.
19924         * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
19925         New type and function.
19926         (main): Call large_struct_by_value, passing it a large struct by value.
19927         * lib/gdb.exp (gdb_get_line_number): New function.
19928
19929         * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
19930         more portable.
19931
19932 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
19933
19934         * lib/gdb.exp: Doc fixes.
19935
19936 1999-03-05  Nick Clifton  <nickc@cygnus.com>
19937
19938         * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
19939
19940 1999-03-04  Jim Blandy  <jimb@zwingli.cygnus.com>
19941
19942         * gdb.base/display.exp: Don't exercise the "detach" and "kill"
19943         commands.  They're not germane to this test, and they don't work
19944         that way on remote targets.
19945
19946 1999-03-01  James Ingham  <jingham@cygnus.com>
19947
19948         * Changelog entries merged over from gdb development branch.
19949
19950        Tue Jan  5 12:33:47 1999  Keith Seitz  <keiths@cygnus.com>
19951
19952                * lib/gdb.exp (gdbtk_analyze_results): Generic function
19953                for outputting results of test run.
19954
19955         1998-12-07  Martin M. Hunt  <hunt@cygnus.com>
19956
19957                * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
19958
19959 1999-02-25  Felix Lee  <flee@cygnus.com>
19960
19961         * lib/gdb.exp (debug_format): initialize
19962
19963 1999-02-25  Jason Molenda  (jsm@bugshack.cygnus.com)
19964
19965         * gdb.base/call-ar-st.c: Include string.h, not strings.h.
19966         * gdb.base/call-rt-st.c: Ditto.
19967
19968 1999-02-13  Jim Blandy  <jimb@zwingli.cygnus.com>
19969
19970         * gdb.threads/pthreads.exp (horiz): New variable.
19971         (test_startup): Fix regexps that capture thread numbers.
19972
19973 1999-02-10  Jason Molenda  (jsm@bugshack.cygnus.com)
19974
19975         * gdb.base/smoke.exp: Disambiguate two test case names (both
19976         called ``print'').
19977
19978 Fri Feb  5 12:42:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
19979
19980         * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
19981         compilation.
19982
19983 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
19984
19985         * gdb.base/miscexprs.exp: Change patterns to match GDB's
19986         actual output formatting.
19987         * gdb.base/smoke.exp: GDB removes leading 0's.
19988         * gdb.base/volatile.exp: Don't check type of remuneration;
19989         that variable is no longer defined in constvars.c.
19990         * gdb.base/step-test.c (main): Exit with explicit exit code.
19991         * gdb.base/step-test.exp: Remove two nexti checks--they are
19992         not portable.
19993
19994 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
19995
19996         * gdb.base/help.exp ("help delete display"): Fix test to match
19997         gdb's output.
19998
19999         * gdb.base/long_long.c (known_types): Initialize values to zero.
20000         * gdb.base/long_long.exp: Step one more line
20001         so 'dec' is initialized in "get to known place".  GDB removes
20002         leading zeros.  Explicitly ask for hex formatting.  Use
20003         unique test case names.
20004
20005 Tue Feb  2 10:16:08 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20006
20007         * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
20008
20009         * gdb.c++/method.exp: Add missing close brace.
20010
20011 1999-01-30  Jim Blandy  <jimb@zwingli.cygnus.com>
20012
20013         * gdb.base/maint.exp: Use 'set height 0' to disable page
20014         prompting, not 'set height 400'.
20015
20016         Fix a bunch of timeouts.
20017         * gdb.base/maint.exp ("maint print objfiles"): Break this up into
20018         four separate tests, so expect doesn't take forever to match a ton
20019         of text against a regexp with lots of .* forms.
20020         ("maint print psymbols", "maint print symbols"): Make some of
20021         these greps more selective, so that expect doesn't try to wade
20022         through huge piles of output and time out.
20023
20024         * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
20025
20026         * gdb.base/maint.exp ("maint info breakpoints"): Split into two
20027         tests: one which doesn't expect shlib events to be reported, and
20028         another which does, but is XFAIL for all platforms other than
20029         HP/UX.
20030
20031         * gdb.base/break.exp: Teach the test suite that the `catch
20032         fork', `catch vfork', and `catch exec' commands produce error
20033         messages on platforms that don't provide these features.
20034
20035 Mon Jan 25 18:35:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
20036
20037         * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
20038         so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
20039         (shortening names from solib_threshold.exp etc), won't run on
20040         anything but HP-UX for the foreseeable future.
20041         * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
20042         reflect move.
20043
20044 Thu Jan 21 15:46:49 1999  Stan Shebs  <shebs@andros.cygnus.com>
20045
20046         * gdb.base/Makefile.in, gdb.c++/Makefile.in,
20047         gdb.trace/Makefile.in (clean): Remove all test executables.
20048
20049 Tue Jan 19 17:20:09 1999  David Taylor  <taylor@texas.cygnus.com>
20050
20051         * gdb.base/shlib-call.exp: add test cases to verify that gdb
20052         successfully re-sets breakpoints in shared libraries.
20053         * gdb.base/shmain.c (main): return 0, don't fall off the end.
20054
20055 Fri Jan 15 14:04:57 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20056
20057         * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
20058         and compiled w/o GCC.
20059
20060         * gdb.hp/watch-cmd.exp: ditto.
20061
20062         * gdb.hp/watch-hp.exp: ditto.
20063
20064         * gdb.hp/xdb1.exp: ditto.
20065
20066         * gdb.hp/xdb2.exp: ditto.
20067
20068         * gdb.hp/dbx.exp: ditto.
20069
20070 Thu Jan 14 18:36:48 1999  Stan Shebs  <shebs@andros.cygnus.com>
20071
20072         * constvars.c: Remove C++-isms.
20073         * constvars.exp: Use gdb_test everywhere, add xfails if compiled
20074         with GCC.
20075
20076 Mon Jan 11 10:08:03 1999  David Taylor  <taylor@texas.cygnus.com>
20077
20078         The following changes are part of the HP merge.
20079
20080         * gdb.base/break.exp: new tests to verify that catchpoints for
20081         fork, vfork, and exec don't trigger inappropriately.
20082
20083         * gdb.base/opaque.exp: compile one file at a time, then link.
20084
20085         * gdb.base/signals.exp: be more restrictive about which hppa
20086         systems receive a setup_xfail.  new tests.
20087
20088         * gdb.base/solib_threshold.build: new file.
20089         * gdb.base/solib_threshold.exp: new file.
20090         * gdb.base/solib_threshold.link_opts: new file.
20091         * gdb.base/solib_threshold.mk: new file.
20092         * gdb.base/gen_solib_threshold.c: new file.
20093
20094         * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
20095         tests.  New tests for enums inside classes.
20096
20097         * gdb.c++/compiler.cc: indicate support of template debugging.
20098
20099         * gdb.c++/demangle.exp: run hp style demangling tests.
20100
20101         * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
20102         tests.
20103
20104         * gdb.c++/misc.cc: changes to support new tests.
20105
20106         * gdb.c++/templates.cc: changes to support HP's compiler; changes
20107         to support new tests.
20108
20109         * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
20110         gcc, then skip these tests.
20111
20112 Sun Jan 10 23:44:11 1999  David Taylor  <taylor@texas.cygnus.com>
20113
20114         The following files are part of the HP merge; some had longer
20115         names at HP, but have been renamed to be no more than 14
20116         characters in length.
20117
20118         * gdb.hp/ambiguous.cc: new file.
20119         * gdb.hp/ambiguous.exp: new file.
20120         * gdb.hp/attach.exp: new file.
20121         * gdb.hp/attach2.exp: new file.
20122         * gdb.hp/classes-hp.exp: new file.
20123         * gdb.hp/ctti.exp: new file.
20124         * gdb.hp/ctti-add.cc: new file.
20125         * gdb.hp/ctti-add1.cc: new file.
20126         * gdb.hp/ctti-add2.cc: new file.
20127         * gdb.hp/ctti-add3.cc: new file.
20128         * gdb.hp/dbx.exp: new file.
20129         * gdb.hp/exception.cc: new file.
20130         * gdb.hp/exception.exp: new file.
20131         * gdb.hp/foll-exec.c: new file.
20132         * gdb.hp/foll-exec.exp: new file.
20133         * gdb.hp/foll-fork.c: new file.
20134         * gdb.hp/foll-fork.exp: new file.
20135         * gdb.hp/foll-vfork.c: new file.
20136         * gdb.hp/foll-vfork.exp: new file.
20137         * gdb.hp/inherit-hp.exp: new file.
20138         * gdb.hp/more-steps.exp: new file.
20139         * gdb.hp/namespace.cc: new file.
20140         * gdb.hp/namespace.exp: new file.
20141         * gdb.hp/optimize.exp: new file.
20142         * gdb.hp/pxdb.c: new file.
20143         * gdb.hp/pxdb.exp: new file.
20144         * gdb.hp/quicksort.exp: new file.
20145         * gdb.hp/reg-test.exp: new file.
20146         * gdb.hp/reg-test.s: new file.
20147         * gdb.hp/sized-enum.c: new file.
20148         * gdb.hp/sized-enum.exp: new file.
20149         * gdb.hp/start-stop.exp: new file.
20150         * gdb.hp/templ-hp.cc: new file.
20151         * gdb.hp/templ-hp.exp: new file.
20152         * gdb.hp/thr-lib.c: new file.
20153         * gdb.hp/thr-lib.exp: new file.
20154         * gdb.hp/thr-lib.h: new file.
20155         * gdb.hp/thr-liblib.c: new file.
20156         * gdb.hp/virtfun-hp.c: new file.
20157         * gdb.hp/virtfun-hp.exp: new file.
20158         * gdb.hp/watch-cmd.exp: new file.
20159         * gdb.hp/watch-hp.exp: new file.
20160         * gdb.hp/xdb1.exp: new file.
20161         * gdb.hp/xdb2.exp: new file.
20162         * gdb.hp/xdb3.exp: new file.
20163
20164 Wed Jan  6 18:41:15 1999  David Taylor  <taylor@texas.cygnus.com>
20165
20166         The following files are part of the HP merge; some had longer
20167         names at HP, but have been renamed to be no more than 14
20168         characters in length.
20169
20170         * gdb.base/ss.h: new file.
20171         * gdb.base/call-ar-st.c: new file.
20172         * gdb.base/call-ar-st.exp: new file.
20173         * gdb.base/call-rt-st.c: new file.
20174         * gdb.base/call-rt-st-exp: new file.
20175         * gdb.base/call-strs.exp: new file.
20176         * gdb.base/ena-dis-br.exp: new file.
20177         * gdb.base/environ.exp: new file.
20178         * gdb.base/long_long.exp: new file.
20179         * gdb.base/sect-cmd.exp: new file.
20180         * gdb.base/shlib-cl2.exp: new file.
20181         * gdb.base/smoke.exp: new file.
20182         * gdb.base/so-impl-ld.c: new file.
20183         * gdb.base/so-impl-ld.exp: new file.
20184         * gdb.base/so-indr-cl.c: new file.
20185         * gdb.base/so-indr-cl.exp: new file.
20186         * gdb.base/varargs.exp: new file.
20187         * gdb.base/volatile.exp: new file.
20188         * gdb.base/whatis-exp.exp: new file.
20189         * gdb.base/display.exp: new file.
20190         * gdb.c++/derivation.exp: new file.
20191         * gdb.c++/local.exp: new file.
20192         * gdb.c++/member-ptr.exp: new file.
20193         * gdb.c++/overload.exp: new file.
20194         * gdb.c++/ovldbreak.exp: new file.
20195         * gdb.c++/ref-types.exp: new file.
20196         * gdb.c++/ref-types2.exp: new file.
20197         * gdb.c++/userdef.exp: new file.
20198
20199 Wed Jan  6 13:50:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
20200
20201         * gdb.base/default.exp: Reflect wording change in remote.c.
20202
20203 Tue Jan  5 19:14:51 1999  Michael Snyder  <msnyder@cygnus.com>
20204
20205         * gdb.base/help.exp: Update to reflect current text.
20206
20207 Tue Jan  5 13:05:32 1999  David Taylor  <taylor@texas.cygnus.com>
20208
20209         * gdb.c++/anon-union.cc: make foo and bar global, otherwise
20210         they're stack variables and contain garbage.
20211         * gdb.c++/anon-union.exp: new file.
20212
20213         The following changes were made by David Taylor
20214         <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
20215         Edith Epstein <eepstein@cygnus.com> as part of a project to merge
20216         in changes by HP.
20217
20218         * gdb.base/bitops.exp: new file.
20219         * gdb.base/default.exp: change expected messages for catch and
20220         info catch tests to reflect HP merge changes.
20221         * gdb.base/enable-disable-break.exp
20222         * gdb.base/ending-run.c: new file.
20223         * gdb.base/long_long.c: new file.
20224         * gdb.base/maint.exp: new file.
20225         * gdb.base/pointers2.exp: new file.
20226         * gdb.base/shlib-call2.exp: new file.
20227         * gdb.base/solib.exp: new file.
20228         * gdb.base/step-test.c: new file.
20229         * gdb.c++/anon-union.cc: new file.
20230         * gdb.c++/local.cc: new file.
20231         * gdb.c++/member-pointer.cc: new file.
20232         * gdb.c++/method.cc: new file.
20233         * gdb.c++/ref-types.cc: new file.
20234         * gdb.c++/ref-types2.cc: new file.
20235         * gdb.c++/userdef.cc: new file.
20236
20237         * gdb.base/scope.exp: compile one file at a time, then link.
20238         * gdb.base/langs.exp: ditto.
20239         * gdb.base/list.exp: ditto.
20240
20241 Mon Jan  4 10:06:43 1999  David Taylor  <taylor@texas.cygnus.com>
20242
20243         The following changes were made by David Taylor
20244         <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
20245         Edith Epstein <eepstein@cygnus.com> as part of a project to merge
20246         in changes by HP.
20247
20248         * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
20249         skip tests.  When compiling pass c++ flag to gdb_compile.
20250         * gdb.c++/
20251
20252         * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
20253         test for on hppa*-*-hpux*; use args to see if c++ was specified.
20254         (skip_hp_tests): new function.
20255         (gdb_preprocess): new function.
20256
20257         * configure.in (hpdir): decide whether to configure gdb.hp.
20258         * configure: regenerated.
20259
20260         * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
20261         to delete on clean.
20262         (EXECUTABLES): update to reflect new additions.
20263         * gdb.base/commands.exp: update message expected.
20264         * gdb.base/default.exp: add copyright notice.
20265         * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
20266         * gdb.base/help.exp: update messages to reflect current text.
20267         * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
20268         targets for recurse tests.
20269         * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
20270         skip this file.
20271
20272         * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
20273         * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
20274         compilation.
20275         * gdb.c++/misc.exp: ditto.
20276         * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
20277         run the tests.  tell gdb_compile that it's a c++ compilation.
20278
20279         * gdb.threads/pthreads.exp: fix typo in message.
20280
20281         * gdb.base/all-bin.exp: new file.
20282         * gdb.base/arithmet.exp: new file.
20283         * gdb.base/assign.exp: new file.
20284         * gdb.base/completion.exp: new file.
20285         * gdb.base/cond-expr.exp: new file.
20286         * gdb.base/condbreak.exp: new file.
20287         * gdb.base/define.exp: new file.
20288         * gdb.base/dollar.exp: new file.
20289         * gdb.base/environment.exp: new file.
20290         * gdb.base/eval-skip.exp: new file.
20291         * gdb.base/jump.exp: new file.
20292         * gdb.base/logical.exp: new file.
20293         * gdb.base/pointers.exp: new file.
20294         * gdb.base/relational.exp: new file.
20295         * gdb.base/section_command.exp: new file.
20296         * gdb.base/whatis-expr.exp: new file.
20297
20298         * gdb.base/all-types.c: new file.
20299         * gdb.base/call-array-struct.c: new file.
20300         * gdb.base/call-return-struct.c: new file.
20301         * gdb.base/call-strings.c: new file.
20302         * gdb.base/callfuncs2.c: new file.
20303         * gdb.base/condbreak.c: new file.
20304         * gdb.base/constvars.c: new file.
20305         * gdb.base/display.c: new file.
20306         * gdb.base/int-type.c: new file.
20307         * gdb.base/jump.c: new file.
20308         * gdb.base/miscexprs.c: new file.
20309         * gdb.base/pointers.c: new file.
20310         * gdb.base/pointers2.c: new file.
20311         * gdb.base/shmain.c: new file.
20312         * gdb.base/shr1.c: new file.
20313         * gdb.base/shr2.c: new file.
20314         * gdb.base/solib.c: new file.
20315         * gdb.base/solib1.c: new file.
20316         * gdb.base/solib2.c: new file.
20317         * gdb.base/varargs.c: new file.
20318         * gdb.c++/derivation.cc: new file.
20319         * gdb.c++/overload.cc: new file.
20320         * gdb.c++/ovldbreak.cc: new file.
20321         * gdb.hp/attach.c: new file.
20322         * gdb.hp/attach2.c: new file.
20323         * gdb.hp/average.c: new file.
20324         * gdb.hp/compiler.c: new file.
20325         * gdb.hp/compiler.cc: new file.
20326         * gdb.hp/execd-program.c: new file.
20327         * gdb.hp/follow-exec.c: new file.
20328         * gdb.hp/follow-fork.c: new file.
20329         * gdb.hp/follow-vfork-and-exec.c: new file.
20330         * gdb.hp/misc-hp.cc: new file.
20331         * gdb.hp/more-steps.c: new file.
20332         * gdb.hp/optimize.c: new file.
20333         * gdb.hp/quicksort.c: new file.
20334         * gdb.hp/run-hp.c: new file.
20335         * gdb.hp/start-stop.c: new file.
20336         * gdb.hp/sum.c: new file.
20337         * gdb.hp/templates-hp.cc: new file.
20338         * gdb.hp/thread-local-in-lib.c: new file.
20339         * gdb.hp/thread-local-in-lib.h: new file.
20340         * gdb.hp/thread-local-in-lib.lib.c: new file.
20341         * gdb.hp/vforked-program.c: new file.
20342         * gdb.hp/virtfunc-hp.cc: new file.
20343         * gdb.hp/watchpoint-hp.c: new file.
20344         * gdb.hp/xdb.c: new file.
20345         * gdb.hp/xdb0.c: new file.
20346         * gdb.hp/xdb0.h: new file.
20347         * gdb.hp/xdb1.c: new file.
20348
20349 Mon Dec 21 14:08:38 1998  David Taylor  <taylor@texas.cygnus.com>
20350
20351         The following change was made by Edith Epstein
20352         <eepstein@cygnus.com> as part of a project to merge in changes
20353         originally made by HP; HP did not create ChangeLog entries.
20354
20355         * gdb.c++/demangle.exp: changed the expected output for some
20356         ARM-style mangling -- removed second reference to datatype.
20357         For example, maint demangle __dt__11T1__pt__2_cFv
20358                      T1<char>::~T1<char>(void)
20359         becomes,
20360                      maint demangle __dt__11T1__pt__2_cFv
20361                      T1<char>::~T1(void)
20362
20363         (test_hp_style_demangling): new hp specific demangling test cases.
20364
20365 Mon Dec 14 15:07:03 1998  Jeffrey A Law  (law@cygnus.com)
20366
20367         * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
20368         * gdb.trace/backtrace.exp: Likewise.
20369         * gdb.trace/circ.exp: Likewise.
20370         * gdb.trace/collection.exp: Likewise.
20371         * gdb.trace/deltrace.exp: Likewise.
20372         * gdb.trace/infotrace.exp: Likewise.
20373         * gdb.trace/limits.exp: Likewise.
20374         * gdb.trace/packetlen.exp: Likewise.
20375         * gdb.trace/passc-dyn.exp: Likewise.
20376         * gdb.trace/passcount.exp: Likewise.
20377         * gdb.trace/report.exp: Likewise.
20378         * gdb.trace/save-trace.exp: Likewise.
20379         * gdb.trace/tfind.exp: Likewise.
20380         * gdb.trace/tracecmd.exp: Likewise.
20381         * gdb.trace/while-dyn.exp: Likewise.
20382         * gdb.trace/while-stepping.exp: Likewise.
20383
20384 1998-12-07  Jim Blandy  <jimb@zwingli.cygnus.com>
20385
20386         * gdb.base/restore.exp, gdb.base/restore.c: New tests.
20387
20388 Wed Dec  2 20:03:53 1998  Stan Shebs  <shebs@andros.cygnus.com>
20389
20390         From Brendan Kehoe:
20391         * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
20392         int return types.
20393
20394 Sat Oct 24 18:04:22 1998  Felix Lee  <flee@cygnus.com>
20395
20396         * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
20397         remote dos host testing right.
20398
20399 Mon Oct 19 01:31:59 1998  Felix Lee  <flee@cygnus.com>
20400
20401         * gdb.base/corefile.exp: remove some xfails.
20402
20403 Thu Oct 15 10:04:38 1998  Andrew Cagney  <cagney@b1.cygnus.com>
20404
20405         * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
20406         have different timestamps.
20407
20408 Thu Oct  1 20:56:14 1998  Andrew Cagney  <cagney@b1.cygnus.com>
20409
20410         * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
20411         gdb.base/default.exp: Replace "exec" with "executable".
20412
20413 Tue Sep 29 15:06:29 1998  Andrew Cagney  <cagney@b1.cygnus.com>
20414
20415         * gdb.base/default.exp: Change else if to elseif from previous
20416         delta.
20417
20418 Mon Sep 28 13:21:43 1998  Nick Clifton  <nickc@cygnus.com>
20419
20420         * gdb.base/default.exp: Add brace missing from previous delta.
20421
20422 Mon Sep 21 14:39:27 1998  Nick Clifton  <nickc@cygnus.com>
20423
20424         * gdb.base/default.exp: Support test for info float for all
20425         varieties of arm toolchain.
20426
20427 Fri Sep 18 14:07:44 1998  Michael Snyder  <msnyder@cygnus.com>
20428
20429         * gdb.trace/*.exp: remove "remote_download" command.
20430
20431 Wed Sep 16 11:38:21 1998  Michael Snyder  <msnyder@cygnus.com>
20432
20433         * gdb.trace/*.exp: remove -gdwarf from compile.
20434
20435 Wed Sep 16 01:23:11 1998  Felix Lee  <flee@cygnus.com>
20436
20437         * gdb.trace/configure.in(AC_INIT): typo
20438         * gdb.trace/configure: regenerated
20439
20440 Mon Sep 14 20:00:04 1998  Michael Snyder  <msnyder@cygnus.com>
20441
20442         * config/m68k-emc.exp: New file.
20443         * lib/<emc-support.exp trace-support.exp}: New files.
20444         * configure.in: add new test directory gdb.trace.
20445         * gdb.trace/{configure configure.in Makefile.in}: New files.
20446         * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
20447         * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
20448         * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
20449         * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
20450         * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
20451         * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
20452         * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
20453
20454 Fri Sep 11 13:58:02 1998  Michael Snyder  <msnyder@cygnus.com>
20455
20456         * gdb.c++/classes.exp: Change all regular expressions to match
20457         arbitrary combinations of newline/carriage-return, so that they
20458         will work equally well on Unix and Windows.
20459         * gdb.c++/inherit.exp: ditto.
20460         * gdb.c++/virtfunc.exp: ditto.
20461
20462 1998-08-11 Dawn Perchik  <dawn@cygnus.com>
20463
20464         * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
20465
20466 Fri Jul 24 15:51:34 1998  Jeffrey A Law  (law@cygnus.com)
20467
20468         * gdb.disasm/am33.s: Add tests for autoincrement instructions.
20469         * gdb.disasm/am33.exp: Run time.  Update tests which use r8-r15
20470         to use a0-a3/d0-d3 as needed.
20471
20472 Thu Jul 16 18:20:46 1998  Jeffrey A Law  (law@cygnus.com)
20473
20474         * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
20475         * gdb.disasm/am33.exp: Corresponding changes.
20476
20477 1998-07-11  Felix Lee  <flee@cygnus.com>
20478
20479         * gdb.base/callfuncs.exp: add cmp10 test.
20480         * gdb.base/callfuncs.c (cmp10): new function.
20481
20482 Thurs Jul 9 11:08:31 1998  Dawn Perchik  <dawn@cygnus.com>
20483
20484         * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
20485         into two parts to get around a synchronization problem in expect.
20486
20487 Fri Jun 26 14:27:13 1998  Keith Seitz  <keiths@cygnus.com>
20488
20489         * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
20490
20491         * configure.in: Add options for gdbtk testsuite.
20492
20493         * configure: Regenerate.
20494
20495         * gdb.gdbtk: New directory to hold gdbtk tests.
20496
20497 Fri Jun 26 14:52:47 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
20498
20499         * gdb.fortran/types.exp:  Escape brackets in expect patterns
20500         for test_float_literal_types_accepted tests.
20501         * gdb.base/scope.exp:  Remove extraneous newline in filelocal_bss
20502         before run test.
20503
20504 Fri Jun 26 11:12:17 1998  Jeffrey A Law  (law@cygnus.com)
20505
20506         * am33.exp: Just compile, do not link the testcase.
20507         * am33.s: Add ".am33" pseudoop to force am33 mode.
20508
20509 1998-06-25  Felix Lee  <flee@cygnus.com>
20510
20511         * gdb.base/setshow.exp: make sure $pc is sane.
20512
20513         * gdb.stabs/weird.exp: split expect patterns properly.
20514
20515 Wed Jun 24 13:03:15 1998  Jeffrey A Law  (law@cygnus.com)
20516
20517         * gdb.disasm/am33.s: New disassembler testfile for the am33.
20518         * gdb.disasm/am33.exp: Run it.
20519
20520 Tue Jun 23 11:45:01 1998  Michael Snyder  <msnyder@cygnus.com>
20521
20522         * gdb.base/funcargs.exp: simplify expect strings to ease pattern
20523         match processing (and eliminate spurious timeouts when running).
20524
20525 Fri Jun 12 17:28:22 1998  Michael Snyder  <msnyder@cygnus.com>
20526
20527         * gdb.base/signals.exp (test_handle_all_print): put back Mach
20528         exception test, but conditionalize it on target [mach | gnu].
20529
20530 Wed Jun 10 10:40:03 1998  Michael Snyder  <msnyder@cygnus.com>
20531
20532         * gdb.base/overlays.exp: fixup compile line for linker script.
20533
20534 Thu Jun  4 21:54:15 1998  Felix Lee  <flee@zog.cygnus.com>
20535
20536         * gdb.fortran/types.exp: don't guess at float size.
20537
20538 Thu May 21 02:28:37 1998  Felix Lee  <flee@zog.cygnus.com>
20539
20540         * gdb.base/exprs.exp: delete test that depends on int size.
20541
20542 Sun May 17 17:10:22 1998  Bob Manson  <manson@charmed.cygnus.com>
20543
20544         * config/sim.exp: Removed checks for target triplets.
20545         (gdb_target_sim): Use gdb,target_sim_options.
20546
20547 Sat May 16 23:43:35 1998  Mark Alexander  <marka@cygnus.com>
20548
20549         * gdb.base/reread.exp: New file.
20550         * gdb.base/reread1.c: New file.
20551         * gdb.base/reread2.c: New file.
20552
20553 Sat May 16 23:22:09 1998  Mark Alexander  <marka@cygnus.com>
20554
20555         * config/sim.exp: Use 'target sim -sparclite' when running
20556         SPARClite programs.
20557
20558 Sat May 16 18:48:08 1998  Doug Evans  <devans@canuck.cygnus.com>
20559
20560         * gdb.base/structs2.exp: New file.
20561         * gdb.base/structs2.c: New file.
20562
20563 Wed May 13 13:36:14 1998  Doug Evans  <devans@canuck.cygnus.com>
20564
20565         * gdb.asm/common.inc: New file.
20566         * gdb.asm/d10v.inc: New file.
20567         * asm-source.exp: Pass -I's to gas to find .inc files.
20568         Update line numbers in expected output.
20569         * asmsrc1.s: Rewrite.
20570         * asmsrc2.s: Rewrite.
20571         * configure.in: Create arch.inc symlink.
20572         * configure: Regenerate.
20573         * Makefile.in (distclean): Delete arch.inc.
20574
20575 Wed May  6 10:30:54 1998  John Metzler  <jmetzler@cygnus.com>
20576
20577         *  callfuncs.c (t_enum_value1) : Cleanup return value warnings
20578         (t_enum_value2): ditto
20579         (t_enum_value3): ditto
20580         (main): ditto
20581 Fri May  1 09:33:37 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
20582
20583         * gdb.base/break.exp:  Remove xfail for `deleting all breakpoints
20584         when none' unexpected prompt case, fixed by breakpoint.c:delete_command
20585         change.
20586         Use gdb_test instead of send_gdb/gdb_expect sequences.
20587
20588 Thu Apr 23 12:56:19 1998  Jason Molenda  (crash@bugshack.cygnus.com)
20589
20590         * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
20591         not void.
20592
20593 Thu Apr 16 10:52:34 1998  John Metzler  <jmetzler@cygnus.com>
20594
20595         * gdb.base/branches.c: Code with lots of loops and
20596         subroutines. Used to test gdbs ability to single step through PC
20597         changes, especially to test mips-tdep.c:mips_next_pc
20598
20599 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
20600
20601         * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
20602         more rigorous EGCS C++ error checking.
20603
20604 Fri Apr 10 22:38:12 1998 Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
20605
20606         * gdb.base/help.exp:  Clean up `help set args' and `help show args'
20607         tests.
20608         * gdb.base/interrupt.exp:  Add "i*86-*-solaris2*" xfail for calling
20609         function when asleep.
20610         * gdb.base/signals.exp:  Add "i*86-*-solaris2*" xfails. Add comment
20611         for i*86 Linux and SVR4 signal handling problems.
20612         Remove linux xfail for `next to handler in signals_tests_1', fixed
20613         by recent infrun.c change.
20614         Limit backtrace to 10 frames to avoid timeout problems with infinite
20615         stack backtraces.
20616         Adjust expect pattern in `handle all print' test to match Apr 28 1997
20617         target.[ch] change.
20618
20619 Tue Mar 31 00:40:32 1998  Bob Manson  <manson@charmed.cygnus.com>
20620
20621         * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
20622         for a newline from gdb before continuing.
20623         (default_gdb_exit): Just look for y or n.
20624         (gdb_test): Detect abnormal exit from GDB running on DOS; if
20625         it does, fail the rests of the tests in the file.
20626
20627 Tue Mar 24 22:44:52 1998  Bob Manson  <manson@charmed.cygnus.com>
20628
20629         * config/cygmon.exp: New file.
20630
20631 Mon Mar 16 21:39:11 1998  Bob Manson  <manson@charmed.cygnus.com>
20632
20633         * gdb.base/list.exp: Fix problem with "list default lines around
20634         main" test on remote targets.
20635
20636         * gdb.base/scope.exp: Fix problem with filelocal_bss before
20637         run test on remote targets.
20638
20639 Thu Mar 12 16:23:00 1998  Doug Evans  <devans@canuck.cygnus.com>
20640
20641         * gdb.asm: New directory.
20642         * configure.in: Configure it.
20643         * configure: Regenerate.
20644         * gdb.asm/{Makefile.in,configure.in,configure}: New files.
20645         * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
20646
20647 Mon Feb 23 08:22:44 1998  Mark Alexander  <marka@cygnus.com>
20648
20649         * config/mn10300-eval.exp: New file to support MN10300 eval board.
20650
20651 Wed Feb 18 16:43:46 1998  Michael Snyder  (msnyder@cygnus.com)
20652
20653         * gdb.base/overlays (several files): Merge the two overlay
20654         managers into one.  Change variables (foox, barx, bazx, grbxx)
20655         back into ints but force them to load in their proper sections.
20656
20657 Thu Feb 12 13:49:30 1998  Andrew Cagney  <cagney@b1.cygnus.com>
20658
20659         * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
20660         on-chip insn memory and IMAP1 to upper 128k.
20661         (D10VCopy): Handle memory regions crossing 16k boundaries.
20662         (D10VCopy): Transfer data in 32 bit chunks.
20663
20664 Tue Feb 10 17:23:22 1998  Andrew Cagney  <cagney@b1.cygnus.com>
20665
20666         * gdb.base/overlays.c (main): Exit normally when result is
20667         correct.
20668
20669         * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
20670         map.  Include space for printf in .text segment.
20671
20672         * gdb.base/d10vovly.c (D10VTranslate): New function, handle
20673         updated d10v memory VMA/LMA map.
20674         (D10VCopy): Call D10VTranslate.
20675
20676 Fri Feb  6 14:13:12 1998  Andrew Cagney  <cagney@b1.cygnus.com>
20677
20678         * gdb.base/m32rovly.c: Force variable _novlys into .data section.
20679
20680         * gdb.base/bar.c (barx, bar): Change variable to small array so
20681         that it won't be put into the .sdata - small data -
20682         section. Update reference.
20683         * gdb.base/baz.c (bazx, baz): Ditto.
20684         * gdb.base/foo.c (foox, foo): Ditto.
20685         * gdb.base/grbx.c (grbxx, grbx): Ditto.
20686
20687         * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
20688         to be arrays.
20689
20690 Thu Jan 29 14:48:19 1998  Michael Snyder  (msnyder@cygnus.com)
20691
20692         * gdb.base/overlays.exp: fix up and get working again.
20693         Add tests for backtraces from an overlay function.
20694
20695 Fri Jan 23 07:52:45 1998  Fred Fish  <fnf@cygnus.com>
20696
20697         * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
20698         "calling function with watchpoint enabled".
20699
20700 Thu Jan 22 14:23:29 1998  Fred Fish  <fnf@cygnus.com>
20701
20702         * gdb.base/break.exp (test_next_with_recursion): Remove
20703         gdb_suppress_tests for d10v-*-*.
20704         * lib/gdb.exp (gdb_suppress_tests): Disable this function
20705         pending review of whether it is useful or not.
20706
20707 Tue Jan 20 13:02:09 1998  Mark Alexander  <marka@cygnus.com>
20708
20709         * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
20710
20711 Mon Jan 19 08:53:04 1998  Mark Alexander  <marka@cygnus.com>
20712
20713         * gdb.base/break.exp: Increase timeout for slow TX39 boards.
20714         * config/dve.exp: New file to support Densan boards.
20715
20716 Mon Dec 15 22:38:05 1997  Andrew Cagney  <cagney@b1.cygnus.com>
20717
20718         * gdb.base/interrupt.exp: Document problem of simulators, signals,
20719         reads and BSD.
20720
20721 Wed Nov 26 22:29:18 1997  Bob Manson  <manson@charmed.cygnus.com>
20722
20723         * config/monitor.exp: Be a bit less picky about the "Remote debugging"
20724         response.
20725
20726         * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
20727
20728 Tue Nov 25 12:46:36 1997  Andrew Cagney  <cagney@b1.cygnus.com>
20729
20730         * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
20731         test.
20732
20733         * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
20734         target_sizeof_long and target_bigendian_p.
20735         (structs_by_value, structs_by_reference): Check values according
20736         to targets word size and endianess.
20737
20738 Mon Nov 24 16:37:06 1997  Andrew Cagney  <cagney@b1.cygnus.com>
20739
20740         * gdb.base/langs.exp: For "continue to exit" ignore any trailing
20741         output.
20742
20743 Fri Oct 17 13:24:43 1997  Stan Shebs  <shebs@andros.cygnus.com>
20744
20745         * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
20746         Update test of set args help to match source change.
20747
20748 Fri Sep 26 17:36:20 1997  Jason Molenda  (crash@pern.cygnus.com)
20749
20750         * gdb.base/default.exp: Expect help system output to be in
20751         alphabetical order.
20752         * gdb.base/help.exp: Ditto.
20753
20754 Wed Sep 24 13:08:14 1997  Bob Manson  <manson@charmed.cygnus.com>
20755
20756         * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
20757         "i*86-pc-linux-gnu*".
20758         * gdb.base/interrupt.exp: Ditto.
20759         * gdb.base/corefile.exp: Ditto.
20760
20761         * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
20762         define vxworks when building the testcase.
20763
20764         * gdb.base/ptype.exp: Fix testnames to be unique.
20765         * gdb.base/radix.exp: Ditto.
20766         * gdb.base/term.exp: Ditto.
20767         * gdb.base/whatis.exp: Ditto.
20768         * gdb.c++/classes.exp: Ditto.
20769
20770 Tue Sep 16 22:21:48 1997  Bob Manson  <manson@charmed.cygnus.com>
20771
20772         * gdb.base/callfuncs.exp: Fix indentation.
20773
20774         * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
20775         suppress_flag has been set.
20776         (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
20777         target feature.
20778
20779 Mon Sep 15 15:43:17 1997  Bob Manson  <manson@charmed.cygnus.com>
20780
20781         * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
20782         the testcase.
20783
20784         * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
20785         set_debug_traps() and breakpoint().
20786         * gdb.c++/misc.cc (main): Ditto.
20787         * gdb.c++/templates.cc (main): Ditto.
20788         * gdb.c++/virtfunc.cc (main): Ditto.
20789
20790 Fri Sep 12 16:56:38 1997  Bob Manson  <manson@charmed.cygnus.com>
20791
20792         * lib/gdb.exp(gdb_step_for_stub): New function.
20793         (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
20794         exists, reload the executable and do a "continue" instead of
20795         doing a jump.
20796         (runto_main): Use gdb_step_for_stub.
20797
20798         * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
20799         tests to have unique names.
20800         * gdb.base/callfuncs.exp: Ditto.
20801         * gdb.base/commands.exp: Ditto.
20802         * gdb.base/default.exp: Ditto.
20803         * gdb.base/help.exp: Ditto.
20804         * gdb.base/list.exp: Ditto.
20805         * gdb.base/opaque.exp: Ditto.
20806         * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
20807         similar tests.
20808
20809         * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
20810         * gdb.c++/cplusfuncs.cc: Ditto.
20811         * gdb.c++/virtfunc.cc: Ditto.
20812
20813         * config/monitor.exp: Keep track of the last file we saw, rather
20814         than trying to get the info from gdb.
20815
20816         * gdb.fortran/types.exp: Move comment to previous line.
20817
20818 Tue Sep  2 19:55:34 1997  Bob Manson  <manson@charmed.cygnus.com>
20819
20820         * config/sparclet.exp: Detect gratuitous change to sparclet gdb
20821         target mode.
20822
20823 Mon Jul 28 12:14:47 1997  Stan Shebs  <shebs@andros.cygnus.com>
20824
20825         From Bob Manson:
20826         * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
20827         string from GDB when it connects.
20828
20829         * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
20830
20831 Thu Jul  3 15:35:12 1997  Bob Manson  <manson@charmed.cygnus.com>
20832
20833         * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
20834         if we can't get a debug format from GDB (we may be testing an
20835         older GDB). Use a 10 second timeout when checking for the format.
20836
20837         * gdb.stabs/weird.exp: Fix quoting.
20838
20839         * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
20840
20841 Mon Jun 30 18:31:43 1997  Bob Manson  <manson@charmed.cygnus.com>
20842
20843         * config/arm-ice.exp: New file.
20844
20845 Sun Jun 29 16:43:30 1997  Bob Manson  <manson@charmed.cygnus.com>
20846
20847         * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
20848         until it has been modified to work with the new testsuite.
20849
20850         * gdb.*/*.exp: Instead of causing 1 unresolved test when the
20851         testcase won't compile, cause all of the testcases in the file to
20852         fail instead.
20853
20854         * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
20855         (gdb_clear_suppressed): New procedure.
20856         (gdb_stop_suppressing_tests): Only clear suppress_flag if
20857         it contains a positive value.
20858
20859 Sat Jun 28 13:31:11 1997  Bob Manson  <manson@charmed.cygnus.com>
20860
20861         * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
20862
20863         * gdb.c++/virtfunc.exp: Remove setting of libs variable.
20864
20865 Fri Jun 27 07:44:25 1997  Fred Fish  <fnf@cygnus.com>
20866
20867         * lib/gdb.exp (setup_xfail_format): New function.
20868         (get_debug_format): New function to get debug format.
20869         (debug_format): New global variable to hold last value set
20870         by get_debug_format.
20871         * gdb.base/list.exp: Call get_debug_format and expect some
20872         tests to fail for DWARF 1 and COFF formats.
20873         * gdb.c++/ptype.exp: Ditto.
20874         * gdb.c++/classes.exp: Ditto.
20875         * gdb.c++/cplusfuncs.exp: Ditto.
20876         * gdb.c++/inherit.exp: Ditto.
20877         * gdb.c++/templates.exp: Ditto.
20878         * gdb.c++/virtfunc.exp: Ditto.
20879
20880 Wed Jun 25 09:08:51 1997  Bob Manson  <manson@charmed.cygnus.com>
20881
20882         * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
20883         host doesn't have a currently-open connection.
20884
20885         * config/sparclet.exp: Cleanups and fixes to make it generic for
20886         any gdb stub target. Handle cases where gdb doesn't respond when
20887         interrupted in a sane fashion.
20888
20889         * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
20890         same thing in a totally different way.
20891
20892         * config/monitor.exp: Pass in timeouts to gdb_expect instead of
20893         setting "timeout".
20894         (gdb_start): We set the global gdb_prompt variable in
20895         default_gdb_init now.
20896
20897 Sun Jun 22 09:11:02 1997  Fred Fish  <fnf@cygnus.com>
20898
20899         * gdb.base/printcmds.exp: Fix "check for floating addition"
20900         regexp to accept results within approx +/- .01 of exact value.
20901         * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
20902
20903 Wed Jun 18 11:11:39 1997  Bob Manson  <manson@charmed.cygnus.com>
20904
20905         * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
20906         properly.
20907         (gdb_expect): Add optional timeout parameter, and add timeout
20908         value to various calls.
20909         (gdb_suppress_tests): Only give one warning message per group.
20910
20911 Tue Jun 17 13:10:10 1997  Bob Manson  <manson@charmed.cygnus.com>
20912
20913         * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
20914         global variables. Handle getting a value for $timeout more
20915         gracefully.
20916
20917 Sat Jun 14 09:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
20918
20919         * lib/gdb.exp: Close connection to remote host if gdb doesn't
20920         initialize.
20921         (default_gdb_init): New procedure; allow gdb_init to be overridden
20922         by a target configuration file.
20923         (gdb_expect): Pass the timeout to remote_expect.
20924
20925         * config/monitor.exp(gdb_load): Fix typo in regexp.
20926
20927 Thu Jun 12 20:57:12 1997  Bob Manson  <manson@charmed.cygnus.com>
20928
20929         * gdb.base/funcargs.exp: Remove spurious suppress tests call.
20930
20931 Tue Jun  3 15:20:20 1997  Bob Manson  <manson@charmed.cygnus.com>
20932
20933         * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
20934         here. Call gdb_target_exec before rebooting the target, to make
20935         sure the connection to the target is closed.
20936         (gdb_load): Pass the name of the executable to gdb_target_monitor.
20937         Don't call gdb_file_cmd here; let gdb_target_monitor do it.
20938         Also detect "Timeout reading from remote" error.
20939
20940         * config/gdbserver.exp: Pass the executable being loaded to
20941         gdb_target_monitor. Don't call gdb_file_cmd here; let
20942         gdb_target_monitor do it.
20943
20944         * gdb.disasm/hppa.exp: Don't use exec_output.
20945
20946 Fri May 23 13:28:29 1997  Bob Manson  <manson@charmed.cygnus.com>
20947
20948         * gdb.base/list.exp: If we're debugging a non-native target,
20949         try to set the pc register to point to the start of the
20950         program before doing the first list command.
20951
20952         * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
20953         test_calls after restarting.
20954
20955         * lib/gdb.exp(gdb_run_cmd): Send jump command again after
20956         reloading.
20957
20958         * gdb.base/watchpoint.exp: Fix typo.
20959
20960         * gdb.base/setshow.exp: Check for use_gdb_stub.
20961
20962         * gdb.base/break.exp: Fix continue until exit test for the gdb
20963         stub case.
20964         * gdb.base/langs.exp: Ditto.
20965
20966         * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
20967         gdb_load_offset. If we weren't given a file to load, figure out
20968         what the current file is and use it.
20969
20970         * config/i386-bozo.exp: New file.
20971
20972 Thu May 22 18:51:32 1997  Bob Manson  <manson@charmed.cygnus.com>
20973
20974         * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
20975         feature.
20976
20977         * config/proelf.exp: New entry.
20978
20979 Wed May 21 21:23:16 1997  Bob Manson  <manson@charmed.cygnus.com>
20980
20981         * lib/gdb.exp: Remove spurious .* patterns at the beginning
20982         of regexps.
20983
20984         * gdb.base/watchpoint.exp: Don't run the test_stepping
20985         tests if gdb can't call functions on the target.
20986
20987         * gdb.base/setshow.exp: Don't run the set prompt tests if
20988         the board has gdb_prompt set.
20989
20990 Tue May 20 08:58:49 1997  Jeffrey A Law  (law@cygnus.com)
20991
20992         * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
20993         * gdb.base/commands.exp: Likewise.
20994         * gdb.base/setshow.exp: Likewise.
20995
20996 Mon May 19 15:37:50 1997  Bob Manson  <manson@charmed.cygnus.com>
20997
20998         * config/monitor.exp(gdb_start): Look for gdb_prompt target
20999         feature.
21000
21001         * config/i960.exp: New file.
21002
21003 Thu May  1 18:01:50 1997  Bob Manson  <manson@charmed.cygnus.com>
21004
21005         * gdb.base/funcargs.exp: Check for gdb,short_int target
21006         feature instead of looking for explicit target triplets.
21007
21008 Mon Apr 28 17:27:40 1997  Michael Snyder  <msnyder@cygnus.com>
21009
21010         * gdb.base/printcmds.exp: add a couple more tests a la
21011         "p 123DEADBEEF", to check parse_number.
21012         * top.c: change "to enable to enable" to "to enable" in a couple
21013         of help strings.
21014
21015 Thu Apr 24 14:38:18 1997  Jeffrey A Law  (law@cygnus.com)
21016
21017         * gdb.base/callfuncs.exp: Mark some tests as expected to fail
21018         on the mn10300.
21019
21020 Mon Apr 21 15:05:42 1997  Fred Fish  <fnf@cygnus.com>
21021
21022         * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
21023         where the test executable is run with explicit args.
21024         * gdb.base/default.exp: Handle arm-*-coff case for "info float".
21025
21026 Mon Apr 21 13:38:58 1997  Fred Fish  <fnf@cygnus.com>
21027
21028         * gdb.base/run.c: Use FAKEARGV to build test executable that
21029         does not require a command line arg, since most simulators
21030         don't currently support passing such an arg into the simulated
21031         program.
21032         * gdb.base/commands.exp: Change tests to insert the proper
21033         value as the arg to the first recursive factorial call.  Change
21034         compilation line to define FAKEARGV at compile time.
21035
21036 Wed Apr  9 11:12:36 1997  Jeffrey A Law  (law@cygnus.com)
21037
21038         * gdb.base/recurse.exp: Enable these tests for the mn10300.
21039         * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
21040         function with watchpoint enabled" test.
21041
21042 Tue Apr  8 19:33:20 1997  Bob Manson  <manson@charmed.cygnus.com>
21043
21044         * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
21045         Don't call gdb_test when the command doesn't return to a gdb prompt.
21046
21047         * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
21048         "Tests restarted" messages.
21049
21050 Tue Apr  8 16:38:46 1997  Jeffrey A Law  (law@cygnus.com)
21051
21052         * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
21053
21054 Thu Apr  3 15:21:26 1997  Michael Snyder  <msnyder@cygnus.com>
21055
21056         * gdb.base/help.exp: update help msg for INFO ADDR; add help test
21057         for INFO SYMBOL; add help tests for OVERLAY commands.
21058         * gdb.base/default.exp: add tests for INFO SYMBOL command;
21059         add tests for OVERLAY commands
21060         * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
21061         d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
21062         * gdb.base/sigall.c: add usestubs code frag
21063         * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
21064
21065 Thu Apr  3 09:38:53 1997  Bob Manson  <manson@charmed.cygnus.com>
21066
21067         * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
21068         failures.
21069         (gdb_stop_suppressing_tests): Note that tests have restarted.
21070
21071 Wed Apr  2 19:04:20 1997  Bob Manson  <manson@charmed.cygnus.com>
21072
21073         * config/h8300.exp: New file.
21074
21075 Sun Mar 30 13:38:25 1997  Bob Manson  <manson@charmed.cygnus.com>
21076
21077         * gdb.base/setshow.exp: Check for the existence of a
21078         feature, not its value.
21079
21080 Sat Mar 29 11:19:46 1997  Bob Manson  <manson@charmed.cygnus.com>
21081
21082         * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
21083
21084         * gdb.base/scope.exp: It's now init0(), not init().
21085
21086         * gdb.base/scope0.c: For now, change init() to be init0().
21087
21088         * config/monitor.exp: Use gdb_serial in preference to serial
21089         or netport.
21090
21091         * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
21092         and it's not already set.
21093
21094 Fri Mar 28 19:54:18 1997  Bob Manson  <manson@charmed.cygnus.com>
21095
21096         * gdb.base/setshow.exp: Only test the run command if the target
21097         isn't using a stub and if it supports argument passing.
21098
21099 Sat Mar 22 19:50:25 1997  Bob Manson  <manson@charmed.cygnus.com>
21100
21101         * config/udi.exp(gdb_start): Make sure UDICONF is set
21102         properly before starting gdb.
21103
21104 Mon Mar 24 14:40:33 1997  Jeffrey A Law  (law@cygnus.com)
21105
21106         * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
21107         * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
21108         * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
21109
21110 Tue Mar 11 11:42:58 1997  Bob Manson  <manson@charmed.cygnus.com>
21111
21112         * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
21113         specialized code to reboot the board, use remote_reboot instead.
21114
21115         * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
21116
21117         * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
21118
21119         * config/monitor.exp: Make sure we disconnect from the target.
21120         Also, try a reboot/reload cycle instead of failing if the
21121         load fails.
21122
21123 Fri Mar  7 13:48:30 1997  Bob Manson  <manson@charmed.cygnus.com>
21124
21125         * gdb.base/default.exp: Don't set match_max.
21126         * gdb.base/help.exp: Ditto.
21127         * gdb.base/list.exp: Ditto.
21128         * gdb.base/signals.exp: Ditto.
21129
21130         * config/monitor.exp(gdb_load): If gdb,use_standard_load is
21131         set, use remote_ld to download the testcase instead of
21132         the GDB loader.
21133
21134 Wed Mar  5 00:00:43 1997  Bob Manson  <manson@charmed.cygnus.com>
21135
21136         * config/vr5000.exp: New file.
21137
21138         * config/monitor.exp(gdb_target_monitor): Add pattern for
21139         "Ending remote" to detect errors in connecting.
21140
21141         * gdb.base/setshow.exp: Add .* within auto language test.
21142
21143         * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
21144         target feature.
21145
21146         * config/monitor.exp(gdb_load): Check for a failure when loading,
21147         and reboot the board if necessary.
21148
21149         * gdb.base/setvar.exp(test_set): Handle multiple prints within
21150         a set of tests. Remove print.* from the patterns being checked.
21151
21152 Mon Mar  3 11:57:43 1997  Bob Manson  <manson@charmed.cygnus.com>
21153
21154         * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
21155         refer to gdb_spawn_id.
21156
21157         * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
21158         longer used.
21159         * config/sparclet.exp: Ditto.
21160         * config/sparclet-old.exp: Ditto.
21161         * config/slite.exp: Ditto.
21162         * config/sim.exp: Ditto.
21163         * gdb.base/funcargs.exp: Ditto.
21164
21165         * lib/gdb.exp:Remove references to gdb_spawn_id.
21166         (gdb_expect): Move to remote.exp.
21167
21168 Fri Feb 28 20:47:39 1997  Bob Manson  <manson@charmed.cygnus.com>
21169
21170         * config/monitor.exp: Detect the "Couldn't establish connection"
21171         message from GDB.
21172
21173 Tue Feb 25 14:08:55 1997  Bob Manson  <manson@charmed.cygnus.com>
21174
21175         * gdb.base/bitfields.exp: Use runto instead of explicit
21176         gdb_run_cmd/gdb_expect sequences.
21177
21178         * gdb.base/break.exp(text_next_with_recursion): Add match for
21179         gdb_expect call.
21180
21181         * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
21182         We also need to handle the "A program is being debugged already"
21183         prompt from gdb. Use gdb_test to set the baud rate.
21184
21185         * lib/gdb.exp(gdb_init): Increase the default expect buffer size
21186         to 20000. Really. I mean it.
21187
21188 Mon Feb 24 13:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
21189
21190         * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
21191         fails. If suppress_flag is set, skip perror message about not
21192         being able to send to GDB.
21193         (send_gdb): If suppress_flag is set, don't try to send commands to
21194         GDB.
21195         (gdb_expect): If suppress_flag is set, always fail immediately.
21196         (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
21197         (gdb_init): Call gdb_stop_suppressing_tests.
21198         (default_gdb_exit): Ditto.
21199         (default_gdb_start): Ditto.
21200
21201         * gdb.base/bitfields.exp: Call gdb_suppress_tests and
21202         gdb_stop_suppressing_tests as appropriate.
21203         * gdb.base/break.exp: Ditto.
21204         * gdb.base/callfuncs.exp: Ditto.
21205         * gdb.base/commands.exp: Ditto.
21206         * gdb.base/exprs.exp: Ditto.
21207         * gdb.base/funcargs.exp: Ditto.
21208         * gdb.base/list.exp: Ditto.
21209         * gdb.base/recurse.exp: Ditto.
21210         * gdb.base/scope.exp:  Ditto.
21211         * gdb.base/structs.exp: Ditto.
21212         * gdb.c++/inherit.exp: Ditto.
21213
21214 Sun Feb 23 19:56:02 1997  Bob Manson  <manson@charmed.cygnus.com>
21215
21216         * config/vr4300.exp: New file.
21217
21218         * gdb.*/*.exp: Call gdb_expect instead of expect.
21219
21220         * lib/gdb.exp(gdb_expect): New function.
21221
21222 Thu Feb 20 13:57:01 1997  Bob Manson  <manson@charmed.cygnus.com>
21223
21224         * lib/gdb.exp(gdb_init): New function.
21225
21226         * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
21227         for each individual variable set.
21228
21229         * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
21230         name.
21231
21232         * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
21233
21234         * gdb.base/scope.exp: Use gdb_test.
21235
21236         * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
21237         aborting; the testsuite driver will do that for us (see
21238         gdb_finish). Also, use gdb_test in a few more places.
21239
21240 Thu Feb 20 13:32:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
21241
21242         * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
21243
21244 Thu Feb 20 10:34:21 1997  Jeffrey A Law  (law@cygnus.com)
21245
21246         * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
21247         and "add_tests" are not at the same address.
21248
21249 Fri Feb 14 18:47:23 1997  Bob Manson  <manson@charmed.cygnus.com>
21250
21251         * gdb.base/ptype.exp: Use gdb_test.
21252
21253 Thu Feb 13 16:09:36 1997  Jeffrey A Law  (law@cygnus.com)
21254
21255         * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
21256         * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
21257         left in.  No longer expect them to fail.
21258
21259         * gdb.stabs/*.mt; Deleted, no longer used.
21260         * gdb.stabs/configure.in: Remove references to target makefile
21261         frags.
21262         * gdb.stabs/configure: Rebuilt.
21263
21264         * gdb.disasm/*.mt: Deleted, no longer used.
21265         * gdb.disasm/configure.in: Remove references to target makefile
21266         frags.  Use "sh3.s" as the unique filename for this directory.
21267         * gdb.disasm/configure: Rebuilt.
21268
21269         * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
21270         * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
21271         * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
21272
21273 Tue Feb 11 16:57:58 1997  Bob Manson  <manson@charmed.cygnus.com>
21274
21275         * config/udi.exp: Use mondfe,name instead of remote_host.
21276
21277 Tue Feb 11 11:22:36 1997  Jeffrey A Law  (law@cygnus.com)
21278
21279         * gdb.base/watchpoint.exp: Don't expect a failure when calling
21280         a function with a watchpoint enabled on the mn10200.
21281
21282         * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
21283         before trying to create it!
21284
21285 Mon Feb 10 16:40:47 1997  Bob Manson  <manson@charmed.cygnus.com>
21286
21287         * config/vx.exp: Use hostname instead of netport.
21288
21289         * config/vxworks.exp: New file.
21290
21291         * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
21292
21293         * config/monitor.exp(gdb_target_monitor): Look for a prompt from
21294         gdb before assuming everything worked. Send a ^C if a timeout
21295         occurs.
21296
21297         * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
21298         $gdb_spawn_id directly.
21299         (gdb_run_cmd): Try _start as well as start. Use the target feature
21300         gdb,start_symbol as the symbol to start from when jumping.
21301
21302 Mon Feb 10 11:26:59 1997  Jeffrey A Law  (law@cygnus.com)
21303
21304         * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
21305         redundant) test.
21306
21307         * gdb.base/recurse.exp: Relax final value test for 'b' so that
21308         it doesn't lose for 16bit integer systems.
21309
21310 Fri Feb  7 09:31:21 1997  Jeffrey A Law  (law@cygnus.com)
21311
21312         * gdb.fortran/types.exp: If the target doesn't support "double"
21313         data types, then expect "real" types to only be 4 bytes.
21314
21315         * gdb.c++/virtfunc.exp: Expect failure for virtual function
21316         call tests if the target doesn't support inferior function calls.
21317
21318         * gdb.base/printcmds.exp: Allow minor deviation in FP values
21319         in printf tests.
21320
21321 Thu Feb  6 12:46:14 1997  Jeffrey A Law  (law@cygnus.com)
21322
21323         * gdb.base/help.exp: Disable "help set", "help show", and
21324         "help support".  Simplify regexp for "help stack".
21325
21326         * gdb.base/default.exp: Set match_max to 5000 and the timeout
21327         to 60 seconds.  Temporarily set match_max to 15000 around the
21328         "info copying" test.
21329
21330         * gdb.base/nodebug.exp: Don't try to do an inferior function
21331         call if the target doesn't support them.
21332         * gdb.base/printcmds.exp: Likewise.
21333         * gdb.base/setvar.exp: Likewise.
21334         * gdb.base/structs.exp: Likewise.
21335         * gdb.c++/templates.exp: Likewise.
21336         * gdb.base/ptype.exp: Likewise.  Remove UDI specific stuff.
21337
21338         * gdb.base/recurse.exp: Enable for the mn10200.
21339
21340         * configure.in: Do configure gdb.stabs directory for *-*-elf
21341         targets.
21342         * configure: Rebuilt.
21343
21344         * gdb.base/break.exp: Check for gdb,noresults before testing
21345         exit status and/or results from the target.
21346         * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
21347         * lib/gdb.exp: Remove old (now bogus) initialization of
21348         noinferior, noargs, noresults and nosignals.
21349
21350 Tue Feb  4 21:52:17 1997  Bob Manson  <manson@charmed.cygnus.com>
21351
21352         * config/sh.exp: New file.
21353
21354         * config/slite.exp: Try to connect multiple times to the board
21355         before rebooting. Only send a "monitor run" if need_monitor_run
21356         is set.
21357
21358         * gdb.base/break.exp: Don't do the "stub continue" test if
21359         the target has gdb_stub set.
21360
21361         * gdb.base/callfuncs.exp: Increase the timeout.
21362
21363         * gdb.base/interrupt.exp: Don't even try to compile the testcase
21364         if the target has gdb,noinferiorio set.
21365
21366         * gdb.base/list.exp: Increase match_max to 10000 characters.
21367
21368         * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
21369
21370         * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
21371         target.
21372
21373         * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
21374
21375 Mon Feb  3 12:09:37 1997  Bob Manson  <manson@charmed.cygnus.com>
21376
21377         * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
21378         trying to delete the copy of gdb. Catch the file delete so we
21379         don't die if the delete fails; also, the file should be copied to
21380         the host, not to the build.
21381
21382 Sun Feb  2 00:55:14 1997  Bob Manson  <manson@charmed.cygnus.com>
21383
21384         * lib/gdb.exp(gdb_test): Surround the result pattern with
21385         parenthesis in case it contains multiple regexps separated
21386         with |.
21387
21388         * gdb.base/watchpoint.exp: Use gdb_test.
21389         * gdb.base/default.exp: Ditto.
21390
21391 Sat Feb  1 23:51:01 1997  Bob Manson  <manson@charmed.cygnus.com>
21392
21393         * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
21394
21395         * gdb.base/scope.exp: Use gdb_test.
21396         * gdb.c++/classes.exp: Ditto.
21397         * gdb.c++/inherit.exp: Ditto.
21398
21399 Fri Jan 31 13:09:12 1997  Bob Manson  <manson@charmed.cygnus.com>
21400
21401         * gdb.base/crossload.exp: Don't use execute_anywhere, use
21402         remote_exec instead.
21403         * gdb.base/corefile.exp: Don't be ridiculous.
21404         * gdb.base/*.c: Add missing stub invocations.
21405
21406 Thu Jan 30 16:49:25 1997  Bob Manson  <manson@charmed.cygnus.com>
21407
21408         * config/slite.exp: Miscellaneous fixes.
21409
21410         * lib/gdb.exp: Fix runto.
21411
21412         * gdb.base/signals.exp: Check for a gdb,nosignals feature of
21413         the target.
21414
21415         * gdb.base/watchpoint.exp: Fix regexp.
21416
21417         * lib/gdb.exp(default_gdb_exit): Add a catch to the
21418         close and wait commands, as the descriptor may now be
21419         invalid. Always call "remote_close host".
21420
21421 Tue Jan 28 14:42:31 1997  Bob Manson  <manson@charmed.cygnus.com>
21422
21423            Major rewrite for testsuite revision.
21424
21425         * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
21426         TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
21427         instead of relying on spawn_id to always contain a valid
21428         spawn id.
21429         (get_compiler_info): New procedure to build the ${binfile}.ci
21430         file, instead of replicating this in N different places.
21431         (gdb_compile): New procedure.
21432
21433         gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
21434         appropriate arguments) instead of compile. Use gdb_test in a lot
21435         more places.  Use send_gdb instead of send. Always run gdb_start
21436         at the start of a testcase, as this is no longer done magically.
21437
21438         config/*-gdb.exp: Rename without the -gdb suffix.
21439
21440         config/mips.exp: Use remote_close instead of exit_remote_shell.
21441         config/monitor.exp: Use target_info instead of looking at
21442         baud, timeout, etc.
21443         config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
21444
21445 Sat Dec 14 00:43:57 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21446
21447         * gdb.c++/templates.exp (test_ptype_of_templates),
21448         gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
21449         Update expect patterns for destructors and assignment operators
21450         to match corresponding c-typeprint.c changes.
21451         * gdb.c++/templates.exp (test_template_breakpoints):  Revert change
21452         to destructor breakpoint test, GDB should be able to set the
21453         destructor breakpoint without specifying arguments.
21454
21455 Tue Dec  3 20:17:52 1996  Fred Fish  <fnf@cygnus.com>
21456
21457         * gdb.threads/pthreads.exp: Change result for failure to compile due
21458         to lack of pthreads runtime support from an error to simply an
21459         unsupported test, per dejagnu standards.
21460
21461 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21462
21463         * lib/gdb.exp (gdb_test):  Simplify expect pattern for the case
21464         where GDB exits to reduce pattern match time.
21465         (skip_chill_tests):  Skip chill tests for mips*-sgi-irix6*.
21466
21467         * gdb.base/nodebug.exp:  Add mips*-sgi-irix6* xfails.
21468
21469 Tue Nov 26 18:29:23 1996  Michael Snyder  <msnyder@cygnus.com>
21470
21471         * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
21472         * gdb.base/default.exp:   ditto.
21473         * gdb.base/nodebug.exp:   ditto.
21474         * gdb.base/printcmds.exp: ditto.
21475         * gdb.base/ptype.exp:     ditto.
21476         * gdb.base/setvar.exp:    ditto.
21477         * gdb.base/structs.exp:   ditto.
21478         * gdb.base/setshow.c:     Guard against uninitialized values of argc.
21479
21480 Tue Nov 26 17:23:28 1996  Ian Lance Taylor  <ian@cygnus.com>
21481
21482         * configure, */configure: Rebuild with autoconf 2.12.
21483
21484 Sat Nov 23 13:32:15 1996  Fred Fish  <fnf@cygnus.com>
21485
21486         * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
21487         use new i*86-pc-linux*-gnu quads.
21488         * gdb.base/corefile.exp: Ditto.
21489         * gdb.base/signals.exp: Ditto.
21490         * gdb.base/sigall.exp: Ditto.
21491         * gdb.base/interrupt.exp: Ditto.
21492
21493         * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
21494         "i*86-*-linux" for "signal SIGUSR1".  Now works, at least with
21495         RedHat 4.0.
21496
21497         * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
21498         linux.  This allows the test case to at least compile on latest
21499         linux, but still not run due to missing the threads runtime library.
21500
21501 Fri Nov 22 10:13:29 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21502
21503         * gdb.base/a1-selftest.exp (do_steps_and_nexts):  Reinitialize source
21504         directory to search gdb directory. Accept and step over conditional
21505         stack alignment code. Consume $prompt in failure cases.
21506         Reset timeout to $oldtimeout instead of some arbitrary value.
21507         * gdb.base/nodebug.exp:  Limit backtrace to 10 frames to avoid
21508         timeout problems with infinite stack backtraces.
21509         * gdb.base/ptype.exp (ptype struct link, union tu_link):
21510         Accept function parameters for linkfunc member.
21511
21512 Thu Nov 21 09:17:19 1996  Fred Fish  <fnf@cygnus.com>
21513
21514         * lib/gdb.exp (CFLAGS): Remove, unreferenced.
21515         (CXXFLAGS): Remove, unreferenced.
21516         (B_OPTIONS): Add for -B options and add code to initialize with
21517         previous -B options and also add -B option to pick up cross compiled
21518         runtime.
21519         (TARGET_INCLUDES): Add for -I options and add code to initialize when
21520         doing cross compiles.
21521         (target_alias): Declare global.
21522         (xgcc): Set variable to full path of gcc in build tree.  Use findfile
21523         to verify that gcc exists in build tree, and if so set CC to that
21524         gcc and to use B_OPTIONS and TARGET_INCLUDES.
21525
21526 Tue Nov 12 16:20:13 1996  Fred Fish  <fnf@cygnus.com>
21527
21528         * gdb.c++/inherit.exp (test_print_anon_union): Reenable
21529         ptype test for anonymous union.  Fixup testcase to match
21530         current gcc debug output.
21531
21532 Mon Nov 11 14:12:06 1996  Jeffrey A Law  (law@cygnus.com)
21533
21534         * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
21535         force argument to an unsigned long type.
21536
21537 Mon Nov 11 10:27:55 1996  Fred Fish  <fnf@cygnus.com>
21538
21539         * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
21540         tests and anonymous union print/ptype tests.
21541         * gdb.base/list.exp (test_forward-search): Increase timeout by
21542         5 minutes for the "search extremely long line" case.
21543         * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
21544         completely optional and that the pass/fail messages use the command as
21545         the message if that third arg is a null string.
21546         (gdb_test_exact):  Arrange that a null string pattern means match a
21547         null string output rather than any output, which might include random
21548         errors.
21549         * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
21550         backtrace test.
21551         * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
21552         always failing and failure is now exposed by gdb.exp changes.
21553
21554 Sat Nov  9 11:13:24 1996  Fred Fish  <fnf@cygnus.com>
21555
21556         * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
21557         weren't being noted.
21558
21559 Sat Nov  9 01:05:10 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21560
21561         * gdb.base/corefile.exp:  Consume $prompt in mmap fail cases.
21562         * gdb.stabs/weird.exp:  Remove v_comb xfails.
21563
21564 Tue Nov  5 10:44:23 1996  Michael Snyder  <msnyder@cygnus.com>
21565
21566         * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
21567                     list.exp scope.exp watchpoint.exp]
21568           Make all timeout error msgs explicitly say "(timeout)".
21569
21570 Mon Nov  4 12:03:06 1996  Michael Snyder  <msnyder@cygnus.com>
21571
21572         * config/monitor.exp: Increase download timeout to 1000 seconds.
21573
21574 Mon Nov  4 12:02:26 1996  Michael Snyder  <msnyder@cygnus.com>
21575
21576         * config/m32r.exp: Increase timeout to 120 seconds.
21577
21578 Sun Nov  3 14:37:05 1996  Fred Fish  <fnf@cygnus.com>
21579
21580         * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
21581         and accept older ordering as obsolescent gcc or gdb.
21582         * gdb.c++/templates.exp: Ditto.
21583         * gdb.c++/virtfunc.exp: Ditto.
21584
21585 Fri Nov  1 11:56:09 1996  Fred Fish  <fnf@cygnus.com>
21586
21587         * gdb.base/coremaker.c: Add code to mmap some data so we
21588         can check that it ends up in the core file.
21589         * gdb.base/corefile.exp: Add test to read mmapped data
21590         from core file.
21591
21592 Wed Oct 30 18:19:16 1996  Michael Snyder  <msnyder@cygnus.com>
21593
21594         * config/m32r.exp: New file.
21595
21596 Mon Oct 21 14:40:50 1996  Stu Grossman  (grossman@critters.cygnus.com)
21597
21598         * testsuite/gdb.base/nodebug.exp:  Whack out -g options by hand so
21599         that cflags can contains -gstabs, and work correctly for other tests.
21600
21601 Mon Oct 21 14:00:37 1996  Michael Snyder  <msnyder@cygnus.com>
21602
21603         * gdb.base/setshow.exp: New file, tests show and set.
21604         * gdb.base/setshow.c:   New file, tests show and set.
21605         * gdb.base/help.exp: Add test for help set|show annotate.
21606         * gdb.base/default.exp: Add test for set|show annotate.
21607
21608 Wed Oct 16 19:03:54 1996  Stu Grossman  (grossman@critters.cygnus.com)
21609
21610         * testsuite/gdb.base/break.exp:  Make backtrace from factorial
21611         errors unique.
21612         * testsuite/gdb.base/nodebug.exp:  Whack out all -g options
21613         explicitly.
21614
21615 Tue Oct 15 16:45:02 1996  Stu Grossman  (grossman@critters.cygnus.com)
21616
21617         * config/sim-gdb.exp (gdb_target_sim):  Remove setting of height
21618         and width commands.  This is done elsewhere.
21619         * (gdb_start):  Don't call gdb_start_sim here.  That's already
21620         done in gdb_load.  This fixes lots of failures in default.exp.
21621
21622 Sun Oct 13 10:40:23 1996  Fred Fish  <fnf@cygnus.com>
21623
21624         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
21625         * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
21626         * lib/gdb.exp (gdb_test): Treat failures due to program exiting
21627         in the same we we treat other failures (since it may be an expected
21628         condition), rather than as an error.
21629         * gdb.base/signals.exp (test_handle_all_print): Revert back to
21630         old test format.
21631
21632 Fri Oct 11 17:05:22 1996  Fred Fish  <fnf@cygnus.com>
21633
21634         * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
21635         (distclean maintainer-clean realclean): No need to remove files
21636         twice.  Nuke the duplicates.
21637         * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
21638         * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
21639         Remove config.h along with other config files.
21640
21641 Mon Sep 30 20:16:22 1996  Fred Fish  <fnf@cygnus.com>
21642
21643         * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
21644         "p func1 ()" and note that rests of tests are skipped.
21645         * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
21646         setup_xfails for "print func2::coremaker_local".
21647         Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
21648         * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
21649         affected by the previous run test.
21650         * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
21651         "print array () ubyte (foo)" and "print/x array () byte (\$i)"
21652         * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
21653         "pass int powerset tuple" and "pass modeless int powerset tuple".
21654         * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
21655         "real write 4" and "real write 8".
21656         * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
21657         setup_xfails for "print vs1 after tuple assign 2",
21658         "print \$i after tuple assign 2", and
21659         "print vs2 after tuple assign 2".
21660         * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
21661         meaningful error message and return -1 so the caller can
21662         suppress further tests and avoid a cascade of errors.
21663
21664 Fri Sep 27 10:34:51 1996  Fred Fish  <fnf@cygnus.com>
21665
21666         * gdb.base/a1-selftest.exp: Tweak tests to account for new
21667         format for printing version.
21668         * gdb.base/default.exp: Ditto.
21669         * gdb.base/interrupt.exp: Fix problem with cascade of
21670         errors if child process dies while calling a function.
21671
21672 Fri Sep 13 21:43:48 1996  Fred Fish  <fnf@cygnus.com>
21673
21674         * Makefile.in (VPATH): Add
21675         * Makefile.in (Makefile, config.status): Fix rules so things get
21676         remade when necessary.
21677
21678 Fri Sep 13 18:16:10 1996  Fred Fish  <fnf@cygnus.com>
21679
21680         * Makefile.in (just-check): Add path to sibling expect dir
21681         to environment variable specified by RPATH_ENVVAR.
21682
21683 Fri Sep 13 12:05:34 1996  Fred Fish  <fnf@cygnus.com>
21684
21685         * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
21686         (just-check): Add shared library paths for libstdc++, tk,
21687         tcl, bfd, and opcodes to the environment variable specified
21688         in RPATH_ENVVAR.
21689         * configure.in: Add support to recognize --enable-shared flag
21690         and generate correct value for RPATH_ENVVAR.
21691         * configure: Regenerated with autoconf.
21692
21693 Mon Sep  2 06:36:02 1996  Fred Fish  <fnf@cygnus.com>
21694
21695         * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
21696         include all osf versions.
21697         * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
21698         all osf versions.  Add -D_MIT_POSIX_THREADS to compilation command
21699         when target is linux.  When failing to build pthreads test
21700         executable, give more meaningful message.
21701         * gdb.threads/pthreads.c: Hpux also uses old definition of second
21702         arg for pthread_create.
21703
21704 Mon Aug 19 09:58:59 1996  Fred Fish  <fnf@cygnus.com>
21705
21706         * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
21707         PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
21708         * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
21709         and -lpthreads (everybody else).
21710         (test_startup): Fail gracefully if threads are not supported.
21711         * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
21712         "p/c array_index("abcdef",2)" when not gcc compiled.
21713         * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
21714         "print func2::coremaker_local" when not gcc compiled.
21715         * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
21716         "ptype on opaque struct tagname (statically)",
21717         "ptype on opaque struct tagname (dynamically) 1", and
21718         "ptype on opaque struct tagname (dynamically) 2"
21719         for not compiled with gcc.
21720         * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
21721         backtrace when compiled with gcc.
21722         * lib/gdb.exp (runto_main): Return result of "runto main" rather
21723         than always return success.
21724
21725 Sat Aug 17 13:28:00 1996  Fred Fish  <fnf@cygnus.com>
21726
21727         * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
21728
21729 Tue Aug 13 10:26:10 1996  Jeffrey A Law  (law@cygnus.com)
21730
21731         * gdb.base/structs.exp: Undo last change.
21732
21733 Mon Aug 12 15:29:08 1996  Fred Fish  <fnf@cygnus.com>
21734
21735         * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
21736         encapsulate all the steps/nexts done during self test, starting
21737         at main, and makes them less sensitive to optimization issues.
21738         Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
21739         signal handler" test.
21740         * gdb.threads/pthreads.exp: Only run this for native configs.
21741         * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
21742         setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
21743         tests.
21744         gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
21745         for "runto test_calls(void)" test.
21746
21747 Sun Aug 11 13:11:24 1996  Fred Fish  <fnf@cygnus.com>
21748
21749         * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
21750         and don't expect address info in breakpoint confirmations.
21751
21752 Wed Aug  7 20:47:43 1996  Fred Fish  <fnf@cygnus.com>
21753
21754         * gdb.base/list.exp (test_forward_search): Increase timeout
21755         temporarily by 60 seconds for searching extremely long line,
21756         and then reset to old value when done.  Increase expect input
21757         buffer to 10000.
21758
21759 Wed Aug  7 15:34:22 1996  Fred Fish  <fnf@cygnus.com>
21760
21761         * gdb.base/list.exp (test_forward_search): Fix to handle very
21762         long source line without overflowing expect's input buffer.
21763
21764 Wed Aug  7 12:03:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
21765
21766         * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
21767         "buffer_full".
21768
21769         * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
21770         "buffer_full".
21771
21772         * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
21773         "buffer_full".
21774
21775         * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
21776         "buffer_full".
21777
21778 Wed Aug  7 11:05:47 1996  Fred Fish  <fnf@cygnus.com>
21779
21780         * configure.in (configdirs): Add gdb.threads.
21781         * configure: Regenerated with autoconf.
21782         * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
21783         * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
21784         * gdb.threads/configure: New, generated with autoconf.
21785
21786 Tue Aug  6 10:23:04 1996  Tom Tromey  <tromey@rtl.cygnus.com>
21787
21788         * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
21789
21790 Mon Aug  5 18:11:53 1996  Fred Fish  <fnf@cygnus.com>
21791
21792         * gdb.base/signals.exp (test_handle_all_print): Test separately for
21793         each signal's status in the output of "handle all print".
21794         * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
21795         the \r\n sequence that immediately precedes the gdb prompt.
21796         * gdb.base/a1-selftest.exp: Save original timeout and restore
21797         after test.
21798
21799 Sun Aug  4 10:20:50 1996  Jeffrey A Law  (law@cygnus.com)
21800
21801         * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
21802         symbol.
21803
21804 Fri Aug  2 17:37:26 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
21805
21806         * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
21807
21808 Thu Jun 27 20:41:40 1996  Fred Fish  <fnf@cygnus.com>
21809
21810         * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
21811         timeout by 60 seconds.
21812
21813 Thu Jun 27 18:13:57 1996  Fred Fish  <fnf@cygnus.com>
21814
21815         * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
21816         * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
21817         error return.
21818
21819 Thu Jun 27 10:54:58 1996  Fred Fish  <fnf@cygnus.com>
21820
21821         * lib/gdb.exp (default_gdb_start): When reporting a timeout during
21822         gdb initialization, also report how long dejagnu waited.  Restore
21823         old timeout before doing error return.  Temporarily increase timeout
21824         by 3 minutes to allow for slow startups over heavy NFS use.
21825
21826 Tue Jun 25 19:59:17 1996  Fred Fish  <fnf@cygnus.com>
21827
21828         * lib/gdb.exp: Report timeout value for verbosity level 2.
21829         * config/gdbserver.exp: Ditto.
21830         * config/hppro.exp: Ditto.
21831         * config/mips-gdb.exp: Ditto.
21832         * config/monitor.exp: Ditto.
21833         * config/netware.exp: Ditto.
21834         * config/sim-gdb.exp: Ditto.
21835         * config/slite-gdb.exp: Ditto.
21836         * config/udi-gdb.exp: Ditto.
21837         * config/unix-gdb.exp: Ditto.
21838         * config/vx-gdb.exp: Ditto.
21839         * gdb.base/a1-selftest.exp: Ditto.
21840         * gdb.base/a2-run.exp: Ditto.
21841         * gdb.base/break.exp: Ditto.
21842         * gdb.base/corefile.exp: Ditto.
21843         * gdb.base/list.exp: Ditto.
21844         * gdb.base/recurse.exp: Ditto.
21845         * gdb.base/scope.exp: Ditto.
21846         * gdb.base/signals.exp: Ditto.
21847
21848 Tue Jun 25 23:16:58 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
21849
21850         * gdb.threads/Makefile.in (docdir): Removed.
21851
21852 Tue Jun 25 17:02:39 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
21853
21854         * configure.in (AC_PREREQ): autoconf 2.5 or higher.
21855         * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
21856         @srcdir@.
21857         * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
21858         autoconf 2.5 or higher.
21859         * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
21860
21861 Thu Jun 13 11:16:10 1996  Tom Tromey  <tromey@thepub.cygnus.com>
21862
21863         * configure: Regenerated.
21864         * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
21865         avoid name clashes with SunOS headers.
21866
21867 Wed Jun  5 16:43:27 1996  Jeffrey A Law  (law@cygnus.com)
21868
21869         * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
21870
21871 Thu May 30 11:35:11 1996  Jeffrey A Law  (law@cygnus.com)
21872
21873         * gdb.base/callfuncs.exp: Finish last change -- make sure the
21874         prototype information ends up in the compiler info file.
21875
21876 Thu May 23 12:48:41 1996  Fred Fish  <fnf@cygnus.com>
21877
21878         * gdb.base/callfuncs.exp: Remove the compiler info file prior to
21879         attempting to regenerate it.  Eliminate use of a temporary file
21880         and just generate the info file directly.  Source it immediately,
21881         for consistency of use.
21882         * gdb.base/corefile.exp: Ditto
21883         * gdb.base/exprs.exp: Ditto.
21884         * gdb.base/funcargs.exp: Ditto.
21885         * gdb.base/langs.exp: Ditto.
21886         * gdb.base/list.exp: Ditto.
21887         * gdb.base/mips_pro.exp: Ditto.
21888         * gdb.base/nodebug.exp: Ditto.
21889         * gdb.base/opaque.exp: Ditto.
21890         * gdb.base/ptype.exp: Ditto.
21891         * gdb.base/scope.exp: Ditto.
21892         * gdb.base/setvar.exp: Ditto.
21893         * gdb.base/signals.exp: Ditto.
21894         * gdb.base/whatis.exp: Ditto.
21895         * gdb.c++/templates.exp: Ditto.
21896         * gdb.c++/virtfunc.exp: Ditto.
21897         * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
21898         whether or not to add -lstdc++ to the compile command line args.
21899
21900 Sat May 18 02:43:58 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21901
21902         * gdb.base/recurse.exp:  Remove setup_xfail for "sparc*-*-sunos4*",
21903         it got fixed by the recent lookup_minimal_symbol_by_pc change.
21904         Increase timeout, a lot of single stepping might be needed if the
21905         target has no hardware watchpoints.
21906
21907 Wed May 15 08:47:42 1996  Jeffrey A Law  (law@cygnus.com)
21908
21909         * gdb.base/break.exp: Ignore compiler warnings when compiling
21910         break.c.
21911         * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
21912         * gdb.base/default.exp: Add h8300 xfails.  Handle messages
21913         from remote-sim.
21914         * gdb.base/exprs.exp: Add h8300 xfails.
21915         * gdb.base/funcargs.exp: Likewise.
21916         * gdb.base/nodebug.exp: Likewise.
21917         * gdb.base/printcmds.exp: Likewise.
21918         * gdb.base/ptype.exp: Likewise.
21919         * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300.  Add
21920         h8300 xfails.
21921         * gdb.base/return.exp: Handle float/double precision problems
21922         on the h8300.
21923         * gdb.base/funcargs.c: Explicitly make last constant argument to
21924         call_after_alloca_subr an unsigned long type.
21925         * gdb.base/return.c: Include stdio.h.
21926
21927 Tue May  7 22:01:12 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
21928
21929         * config/abug.exp: New file for the older Motorola Bug monitor
21930         that runs on the mvme13x series VME boards.
21931         * config/monitor.exp: Use the new config array for target settings
21932         if they exist.
21933
21934 Fri May  3 16:02:55 1996  Stan Shebs  <shebs@andros.cygnus.com>
21935
21936         * sim-gdb.exp: Make the SH simulator allocate less space when
21937         it is targeted.
21938
21939 Thu May  2 12:31:56 1996  Jeffrey A Law  (law@cygnus.com)
21940
21941         * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
21942         test.
21943
21944 Wed Mar 20 08:48:03 1996  Fred Fish  <fnf@cygnus.com>
21945
21946         * gdb.base/list.exp (test_list_function): Remove setup_xfail for
21947         "rs6000-*-*" for "list function in include file" when gcc compiled.
21948         * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
21949         for "p ctable1[120]".
21950         * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
21951         "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
21952         Remove setup_xfail for "rs6000-*-*" for
21953         "print 'scope0.c'::filelocal before run".
21954         * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
21955         gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
21956         since some compilers don't allow both options to be given
21957         on the same command line.  Create object file and move it.
21958
21959 Tue Mar 19 23:49:31 1996  Fred Fish  <fnf@cygnus.com>
21960
21961         * gdb.base/corefile.exp: Always regenerate the core file, since
21962         we always regenerate the coremaker program.  Detect special case
21963         where registers cannot be read from core file.
21964
21965 Tue Mar 19 16:52:49 1996  Fred Fish  <fnf@cygnus.com>
21966
21967         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
21968         * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
21969         * gdb.c++/templates.exp: Only match on basename of file since
21970         some formats like xcoff don't encode directory information.
21971         * gdb.stabs/weird.exp: Use the right sed script for powerpc
21972         and rs6000 AIX xcoff targets.
21973         * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
21974         * configure: Regenerate.
21975         * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
21976         here, rather than in distclean.
21977
21978 Sun Mar 17 13:35:31 1996  Fred Fish  <fnf@cygnus.com>
21979
21980         * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
21981         defined, and use it to compile the test case with -O2.  The
21982         native compilation still uses no optimization.
21983         * gdb.base/mips_pro.c: Remove inline assembly code since
21984         it is compiled PIC by default, which results in assembler
21985         warnings that make the testsuite think the compilation
21986         was unsuccessful.
21987
21988 Sat Mar 16 15:02:24 1996  Fred Fish  <fnf@cygnus.com>
21989
21990         * gdb.c++/misc.exp: Add note to message for
21991         "print s.a for foo struct" that this is a known gcc 2.7.2
21992         and earlier bug.
21993
21994 Fri Mar 15 17:49:57 1996  Fred Fish  (fnf@cygnus.com)
21995
21996         * gdb.base/break.exp: Fix pattern for matching "Delete all
21997         breakpoints (y or n) ".  Add "mips-dec-ultrix*" to
21998         setup_xfail for deleting all breakpoints test.  Fix various
21999         timeout messages to include "(timeout)".
22000         * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
22001         for "p t_float_values2(3.14159,float_val2)".
22002         * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
22003         for "continue to call2g" when gcc compiled.
22004         * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
22005         "up to foo in langs.exp", "show language at foo in langs.exp",
22006         "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
22007         and "show language at fsub in langs.exp".
22008         * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
22009         "list line 1 in include file", "list message for lines past EOF",
22010         "list function in include file", "list list0.h:foo", and
22011         "list filename:function; nonexistant function".
22012         * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
22013         "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
22014         and "ptype t_char_array" to be for native cc only.
22015
22016 Fri Mar 15 16:17:22 1996  Fred Fish  <fnf@cygnus.com>
22017
22018         * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
22019         setup_xfail for "print coremaker_bss", "print coremaker_ro",
22020         "print func2::coremaker_local", and "backtrace in corefile.exp".
22021
22022 Wed Mar 13 14:54:11 1996  Fred Fish  <fnf@cygnus.com>
22023
22024         * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
22025         "bt in signals.exp".  This problem only appears when running
22026         the testsuite, and then only intermittently.
22027
22028 Tue Mar 12 15:00:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
22029
22030         * gdb.base/return.exp (return_tests): Differentiate between
22031         two tests of continuing.
22032
22033 Tue Mar  5 14:33:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
22034
22035         * */Makefile.in (maintainer-clean): Remove config.log.
22036         * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
22037         * gdb.c++/Makefile.in (PROGS): Add inherit.
22038         (clean): Remove *.ci.
22039
22040 Tue Feb 20 16:36:10 1996  Fred Fish  <fnf@cygnus.com>
22041
22042         * gdb.c++/misc.cc: Add test code from Mike Stump.
22043         * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
22044
22045 Sun Feb 18 11:39:12 1996  Fred Fish  <fnf@cygnus.com>
22046
22047         * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
22048         to "alpha-*-osf2*" and add comment.
22049         * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
22050         setup_xfail for "step over execarg initialization" and
22051         "step over corearg initialization".
22052         * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
22053         for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
22054         * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
22055         gcc compiled for "print coremaker_bss", "print coremaker_ro",
22056         "print func2::coremaker_local", and "backtrace in corefile.exp".
22057         * gdb.base/signals.exp: Build and source signals.ci.
22058         Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
22059         to be for gcc only.
22060         * lib/gdb.exp: Move verbose statements outside conditionals.
22061
22062 Sat Feb 17 02:22:14 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22063
22064         * gdb.base/sigall.exp:  Remove setup_xfail for irix4.  Fixed by
22065         Feb 3 procfs.c change.
22066
22067 Fri Feb 16 13:25:31 1996  Fred Fish  <fnf@cygnus.com>
22068
22069         * config/unix-gdb.exp: Remove extraneous newlines from end of file.
22070
22071 Thu Feb 15 08:12:55 1996  Fred Fish  <fnf@cygnus.com>
22072
22073         * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
22074         from dejagnu's apparent default of 10 seconds, which gives random
22075         results when running the tests over NFS on moderately loaded systems.
22076         * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
22077
22078 Mon Feb 12 16:50:28 1996  Fred Fish  <fnf@cygnus.com>
22079
22080         * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318.  Now fixed.
22081         * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
22082         result reports.
22083
22084 Fri Feb  9 15:56:51 1996  Fred Fish  <fnf@cygnus.com>
22085
22086         * configure.in (CY_AC_PATH_TCLH): Remove.
22087         * configure: Regenerate.
22088
22089 Fri Feb  9 08:21:31 1996  Fred Fish  <fnf@cygnus.com>
22090
22091         * gdb.c++/Makefile.in (clean): Add missing '{'.
22092
22093 Fri Feb  2 10:19:40 1996  Jeffrey A Law  (law@cygnus.com)
22094
22095         * lib/gdb.exp: Provide a default value for noinferior.
22096
22097         * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
22098         Load libgloss.exp.
22099
22100 Thu Feb  1 20:20:14 1996  Jeffrey A Law  (law@cygnus.com)
22101
22102         * gdb.disasm/hppa.exp: Compile directly into an executable, use
22103         the executable, not the .o to run the tests from.
22104
22105 Wed Jan 31 14:21:09 1996  Jeffrey A Law  (law@cygnus.com)
22106
22107         * gdb.base/break.exp: Don't test for program exit or exit status
22108         if $noresults if nonzero.
22109         * gdb.base/langs.exp: Likewise.
22110         * gdb.base/watchpoint.exp: Likewise.
22111
22112         * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
22113         * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
22114         trying to compile the testcase.
22115
22116 Wed Jan 24 23:42:39 1996  Doug Evans  <dje@charmed.cygnus.com>
22117
22118         * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
22119         * gdb.base/signals.exp (continue to handler): Likewise.
22120
22121 Tue Jan 23 16:28:22 1996  Per Bothner  <bothner@kalessin.cygnus.com>
22122
22123         * gdb.c++/classes.exp:  Now = returns false/true, not 1/0.
22124
22125         * gdb.fortran/exprs.exp:  .LT. and .GT. now return .TRUE. or .FALSE..
22126
22127 Tue Jan 23 15:41:57 1996  Jeffrey A Law  (law@cygnus.com)
22128
22129         * gdb.base/corefile.exp: Recognize "not found" as failure
22130         when trying to determine if a core file was generated.
22131         If no core file was generate the first time, try again without
22132         the ulimit -c to work around braindamaged shells.
22133
22134 Mon Jan 15 09:33:00 1996  Fred Fish  <fnf@cygnus.com>
22135
22136         * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
22137         [] tests with "test" and enclose string in quotes.
22138         * gdb.stabs/configure: Rebuild
22139
22140 Thu Jan 11 09:43:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
22141
22142         Changes in sync with expect:
22143         * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
22144         (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
22145         (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
22146         (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater.  Properly quote
22147         argument to AC_REQUIRE.
22148         * configure: Regenerated.
22149
22150 Thu Jan  4 08:17:22 1996  Fred Fish  <fnf@cygnus.com>
22151
22152         * gdb.base/corefile.exp: When generating a core, discard any
22153         error messages about ulimit not found and the "core dumped"
22154         message from the shell that runs the coredumper.
22155
22156 Wed Jan  3 01:30:41 1996  Jeffrey A Law  (law@cygnus.com)
22157
22158         * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
22159
22160         * gdb.stabs/weird.exp: Use ${target_triplet} to determine
22161         which sed script to run.  Expect failure for v_comb test
22162         on PA targets too.
22163
22164 Sat Dec 30 16:09:04 1995  Fred Fish  <fnf@rtl.cygnus.com>
22165
22166         * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
22167         "print func2::coremaker_local" and for "backtrace in corefile.exp"
22168
22169 Sat Dec 30 12:59:12 1995  Fred Fish  <fnf@cygnus.com>
22170
22171         * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
22172         * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
22173         "sparc-sun-solaris*" xfails for "p v_comb".
22174         * lib/gdb.exp (default_gdb_start): Fix typo.
22175         * gdb.base/corefile.exp: Allow "Core was generated by ..."
22176         messages to not include the full program name that caused
22177         the core dump since some systems (such as solaris) apparently
22178         truncate this path to about 80 characters.
22179         When generating a core file first try increasing the core file
22180         size limit to unlimited since some systems may default it to
22181         zero, and it is harmless to try it.  Move the test for failing
22182         to generate a core file to where it will actually get executed.
22183         * gdb.c++/templates.exp (test_ptype_of_templates): Accept
22184         new gdb result from g++ debug info improvements and make old
22185         pattern obsolescent.  Also account for size_t differences
22186         (may be int or long).
22187         * gdb.base/a1-selftest.exp (test_with_self): Check for case where
22188         initialization before function call is placed in the delay slot
22189         and thus appears to be skipped over by commands such as "next".
22190
22191 Fri Dec 29 16:09:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
22192
22193         * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
22194
22195 Wed Dec  6 10:45:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
22196
22197         * gdb.base/*.exp: Make ${srcfile} only be the basename of the
22198         input source file; fix code to compile test to deal with this
22199         convention.
22200         * gdb.c++/*.exp: Likewise.
22201
22202 Mon Nov 27 11:40:16 1995  Fred Fish  <fnf@cygnus.com>
22203
22204         * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
22205         "bt in signals.exp".
22206
22207 Sat Nov 25 20:52:15 1995  Fred Fish  <fnf@phydeaux.cygnus.com>
22208
22209         * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
22210         "step over execarg initialization" and
22211         "step over corearg initialization".
22212
22213 Sat Nov 25 18:20:14 1995  Fred Fish  <fnf@cygnus.com>
22214
22215         * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
22216         with sizeof(pointer) > sizeof(int).  Avoid "void *" or include files.
22217
22218 Sat Nov 25 11:03:42 1995  Fred Fish  <fnf@cygnus.com>
22219
22220         From Rob Savoye  (rob@poseidon.cygnus.com)
22221         * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
22222         gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
22223         configure.in}, gdb.disasm/{Makefile.in, configure.in},
22224         gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
22225         configure.in}: Major reworking for autoconfig.
22226         * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
22227         gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
22228         New files.
22229         * config/unix-gdb.exp:  Make GDB global.
22230         * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
22231         callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
22232         funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
22233         nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
22234         regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
22235         term.exp, twice.exp, watchpoint.exp, whatis.exp},
22236         gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
22237         templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
22238         misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
22239         pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
22240         pr-8136.exp, result.exp, string.exp, tuples.exp},
22241         gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
22242         to returns as necessary, arrange for test to compile own testcase
22243         executable.
22244         * lib/gdb.exp: Changes for testsuite to compile own test cases.
22245
22246 Tue Nov 21 16:15:45 1995  Fred Fish  <fnf@cygnus.com>
22247
22248         * gdb.c++/classes.exp (test_pointers_to_class_members): Add
22249         clear_xfail at end of test which might not call either pass or fail.
22250         * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
22251         "backtrace through signal handler".
22252
22253 Sat Nov 18 04:09:31 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22254
22255         * gdb.base/sigall.exp:  Work around OSF/1-3.x kernel bug when
22256         continuing from a job control stop signal.
22257         * gdb.stabs/alpha.mt:  Use $(CFLAGS) when building weird.o.
22258
22259 Wed Nov 15 00:28:03 1995  Jeffrey A Law  (law@cygnus.com)
22260
22261         * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
22262         * gdb.base/corefile.exp: Likewise.
22263         * gdb.base/funcargs.exp: Likewise.
22264
22265 Tue Nov 14 15:18:10 1995  Stu Grossman  (grossman@cygnus.com)
22266
22267         * config/hmsirom.exp:  Setup for talking to hmsi ROM monitor.
22268         * config/monitor.exp:  Add support for setting baud rate.
22269
22270 Sat Nov  4 15:35:52 1995  Fred Fish  <fnf@cygnus.com>
22271
22272         * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
22273         i*86-*-linux* xfails for "backtrace through signal handler".
22274         * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
22275         "print func2::coremaker_local".
22276         * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
22277         alpha-dec-osf2* xfail for
22278         "delete all breakpoints when none".
22279
22280 Wed Nov  1 15:57:16 1995  Fred Fish  <fnf@cygnus.com>
22281
22282         * gdb.base/break.exp: Change test that deletes all breakpoints
22283         when no user breakpoints are installed.  A post 4.15 change
22284         causes gdb to no longer prompt in this case.
22285
22286 Tue Oct 31 15:13:43 1995  Fred Fish  <fnf@cygnus.com>
22287
22288         * gdb.base/return.exp (return_tests):  Change xfail for test
22289         "correct value returned double test" to stop xfailing at
22290         Solaris 2.5.  Apparently the bug has been fixed.
22291
22292 Sun Oct 29 12:18:16 1995  Fred Fish  <fnf@cygnus.com>
22293
22294         * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
22295         IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
22296
22297 Tue Oct 24 11:12:12 1995  Jeffrey A Law  (law@cygnus.com)
22298
22299         * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
22300         * gdb.disasm/hppa.s: Corresponding changes.
22301
22302 Wed Oct 18 11:27:47 1995  Jeffrey A Law  (law@cygnus.com)
22303
22304         * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
22305         makefile fragment.
22306         * config/mt-hpux: Deleted.
22307
22308 Tue Oct 17 23:02:12 1995  Jeffrey A Law  (law@cygnus.com)
22309
22310         * Many files: When warning about suppressed tests due to a
22311         nonexistant test binary, avoid incrementing the warning count.
22312
22313 Tue Oct 10 11:00:41 1995  Fred Fish  <fnf@cygnus.com>
22314
22315         * Makefile.in (TARGET_FLAGS_TO_PASS):  Remove BISON.
22316
22317 Sun Oct  8 04:23:14 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22318
22319         * gdb.base/return.exp:  Change xfail from "sparc-*-solaris2.*" to
22320         "sparc-*-solaris2*".
22321
22322 Sat Sep 23 01:22:23 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22323
22324         * gdb.base/coremaker.c:  Produce a full core dump for AIX targets.
22325         Add global and local variables and initialize them.
22326         * gdb.base/corefile.exp:  Test correct mapping of corefile sections
22327         by printing variables. Remove rs6000 and powerpc xfails, BFD now
22328         extracts the file name and terminating signal from the core file.
22329         * TODO:  Remove note about tests for correct mapping of corefile.
22330         * gdb.base/ptype.c (main):  Use boolean2 to inhibit AIX 4.1 xlc
22331         from optimizing it away.
22332         * gdb.stabs/weird.exp:  Remove rs6000 xfail, xcoffread.c now
22333         handles common blocks.
22334
22335 Thu Sep 21 01:28:10 1995  Jeff Law  (law@snake.cs.utah.edu)
22336
22337         * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
22338         * gdb.disasm/sh3.exp (fmac): Corresponding changes.
22339
22340 Wed Sep 20 13:15:05 1995  Ian Lance Taylor  <ian@cygnus.com>
22341
22342         * Makefile.in (maintainer-clean): New target, synonym for
22343         realclean.
22344         * gdb.base/Makefile.in (maintainer-clean): Likewise.
22345         * gdb.c++/Makefile.in (maintainer-clean): Likewise.
22346         * gdb.chill/Makefile.in (maintainer-clean): Likewise.
22347         * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
22348         * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
22349         * gdb.threads/Makefile.in (maintainer-clean): Likewise.
22350
22351 Sun Sep 10 13:14:01 1995  Fred Fish  <fnf@cygnus.com>
22352
22353         * gdb.base/scope.exp (text_at_main):  Add "hppa*-*-hpux*"
22354         xfails when not gcc compiled for "print foo::funclocal".
22355         (test_at_foo):  Add "hppa*-*-hpux*" xfails when not gcc compiled for:
22356         "print foo::funclocal at foo",
22357         "print 'scope1.c'::foo::funclocal at foo",
22358         "print foo::funclocal_bss at foo",
22359         "print 'scope1.c'::foo::funclocal_bss at foo",
22360         "print foo::funclocal_ro at foo",
22361         "print 'scope1.c'::foo::funclocal_ro at foo",
22362         "print bar::funclocal at foo" and
22363         "print 'scope1.c'::bar::funclocal at foo".
22364         (test_at_bar):  Add "hppa*-*-hpux*" xfails when not
22365         gcc compiled for "print foo::funclocal at bar".
22366         Expand all messages to ensure that they identify that
22367         the test is at bar().
22368         * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
22369         gcc compiled for:
22370         "ptype on opaque struct pointer (statically)",
22371         "ptype on opaque struct tagname (statically)",
22372         "ptype on opaque struct pointer (dynamically) 1",
22373         "ptype on opaque struct tagname (dynamically) 1",
22374         "ptype on opaque struct pointer (dynamically) 2" and
22375         "ptype on opaque struct tagname (dynamically) 2
22376         * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
22377         gcc compiled for:
22378         "p datalocal"
22379         "whatis datalocal",
22380         "ptype datalocal",
22381         "p bsslocal",
22382         "whatis bsslocal", and
22383         "ptype bsslocal".
22384         * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
22385         "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
22386         when not gcc compiled.
22387         * gdb.base/funcargs.exp (float_and_integral_args):  Add
22388         "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
22389         compiled.
22390         (discard_and_shuffle):  Add "hppa*-*-hpux*" xfail for
22391         "backtrace from call6a" when not gcc compiled.
22392         (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
22393         "backtrace from call7a" when not gcc compiled.
22394         * gdb.base/callfuncs.exp (do_function_calls):
22395         Add "hppa*-*-hpux*" xfail when not gcc compiled for
22396         "p t_char_array_values(char_array_val2,char_array_val1)",
22397         "p t_char_array_values(char_array_val1,char_array_val2)",
22398         "p t_char_array_values("carray 1","carray 2")",
22399         "p t_char_array_values("carray 1",char_array_val2)",
22400         "p t_char_array_values(char_array_val1,"carray 2")",
22401         "p sum_args(1,{2})",
22402         "p sum_args(2,{2,3})",
22403         "p sum_args(3,{2,3,4})",
22404         "p sum_args(4,{2,3,4,5})"
22405         * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
22406         "backtrace in corefile.exp" when not gcc compiled.
22407
22408 Sat Sep  9 01:35:39 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22409
22410         * gdb.base/signals.exp:  Rewrite `handle all print' test as
22411         a procedure. Accept blanks or TABs as whitespace, increase
22412         timeout and expect input buffer size for the large output
22413         from the command. Remove "i*86-*-bsdi2.0" xfail.
22414
22415 Sat Sep  2 06:41:26 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22416
22417         * gdb.base/setvar.exp:  Add new testcases for truncation when
22418         assigning invalid values to bitfields.
22419
22420 Sat Sep  2 00:17:31 1995  Fred Fish  <fnf@cygnus.com>
22421
22422         * gdb.base/callfuncs.exp (do_function_calls):  Remove
22423         mips-sgi-irix* xfail for
22424         "call inferior func with struct - returns char *"
22425         and fix test so that an optional (unsigned char *) cast is
22426         accepted in the result.
22427
22428 Fri Sep  1 13:42:01 1995  Fred Fish  <fnf@cygnus.com>
22429
22430         * gdb.base/funcargs.exp (float_and_integral_args):  Remove
22431         sparc-sun-solaris2* xfail for "print f1 after run to call2a".
22432         * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
22433         * gdb.base/signals.exp: Remove duplicate "handle all print" test
22434         that accidentally got checked in.
22435
22436 Sun Aug 27 23:35:35 1995  Fred Fish  <fnf@cygnus.com>
22437
22438         * gdb.base/callfuncs.exp (do_function_calls):  Add alpha-dec-osf2*
22439         clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
22440         compiled test.
22441         * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
22442         Add mips-sgi-irix5* xfail for not gcc compiled.
22443         * gdb.base/Makefile.in (nodebug.o):  Also create nodebug.ci.
22444         * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
22445         "p top", "whatis top", "p middle", and "whatis middle".
22446         * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
22447         "whatis signed char" for not gcc compiled.
22448         * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
22449         "set variable signed char=-1 (-1)" and
22450         "set variable signed char=0xFF (0xFF)" for not gcc compiled.
22451         * gdb.base/funcargs.exp (float_and_integral_args):
22452         Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
22453         Add mips-sgi-irix* xfail when not gcc compiled for
22454         "continue to call2b".
22455         Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
22456         "continue to call2g".
22457         (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
22458         "backtrace from call6a"
22459         (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
22460         "backtrace from call7k".
22461         Add mips-sgi-irix5* xfail when not gcc compiled for
22462         "backtrace from call7a".
22463         (localvars_after_alloca):  Fix gdb_test cmds for
22464         "print * after runto ...".
22465         Remove rs6000-*-* xfails for
22466         "print i after runto localvars_after_alloca" and
22467         "print l after runto localvars_after_alloca"
22468         for all compilers.
22469         * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
22470         when not compiled with gcc, for:
22471         "print signed char == (minus)",
22472         "print signed char != (minus)",
22473         "print signed char < (minus)",
22474         "print signed char > (minus)".
22475         * gdb.base/callfuncs.exp (do_function_calls):
22476         Add mips-sgi-irix* xfail, when compiled with native compiler, for
22477         "call inferior func with struct - returns char *".
22478         * gdb.base/return.exp (return_tests): Change xfail for
22479         "correct value returned double test" to include Solaris 2.4.
22480         * gdb.base/funcargs.exp (float_and_integral_args):
22481         Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
22482
22483 Sat Aug 26 00:26:11 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22484
22485         * gdb.base/setvar.c, gdb.base/setvar.exp:  Add new tests for
22486         enumeration bitfields if compiling with GNU C.
22487         * lib/gdb.exp:  Consume `(y or n) ' in `Reinitialize source path
22488         to empty' prompt.
22489
22490 Tue Aug 22 00:30:37 1995  Jeff Law  (law@snake.cs.utah.edu)
22491
22492         * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
22493         test for PRO targets.
22494
22495         * gdb.base/funcargs.exp: Avoid ever setting more than 8
22496         breakpoints in the inferior at any given time by making
22497         two groups of breakpoints for call2*, call6* and call7*
22498         tests.
22499
22500 Sun Aug 20 06:58:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22501
22502         * gdb.base/funcargs.exp:  Fix typos introduced by Aug 15 change.
22503         * gdb.base/callfuncs.c (main):  Use struct_val1 to inhibit xlc
22504         from optimizing it away.
22505         * gdb.base/callfuncs.exp:  Remove rs6000-*-* xfails for
22506         "call inferior func with struct".
22507
22508 Wed Aug 16 11:57:15 1995  Stan Shebs  <shebs@andros.cygnus.com>
22509
22510         * configure.in: Only configure gdb.chill for particular targets.
22511
22512 Tue Aug 15 09:42:44 1995  Fred Fish  <fnf@cygnus.com>
22513
22514         * gdb.base/Makefile.in:  Add action to .c.o transformation
22515         rule that generates a .ci file for each .o file and remove
22516         explicit .c.o rules except for callfuncs.o.
22517         * gdb.c++/Makefile.in:  Add .cc.o transformation rule that
22518         generates a .ci file for each .o file and remove explicit
22519         .cc.o rules.
22520         (clean): Remove *.tmp *.ci files.
22521         (EXECUTABLES): Remove templ-info.exp.
22522         * gdb.base/compiler.c: New file.
22523         * gdb.c++/compiler.cc: New file
22524         * gdb.base/scope.exp: Source gdb.base/scope.ci.
22525         Change rs6000-*-* xfail for
22526         "print 'scope0.c'::filelocal_ro" and
22527         "print 'scope1.c'::filelocal" and
22528         "print 'scope1.c'::filelocal_bss" and
22529         "print 'scope1.c'::filelocal_ro" and
22530         "print 'scope1.c'::foo::funclocal" and
22531         "print 'scope1.c'::foo::funclocal_ro" and
22532         "print 'scope1.c'::bar::funclocal" and
22533         "print 'scope0.c'::filelocal_ro" and
22534         "print 'scope1.c'::filelocal at foo" and
22535         "print 'scope1.c'::filelocal_bss at foo" and
22536         "print 'scope1.c'::filelocal_ro at foo" and
22537         "print 'scope1.c'::foo::funclocal at foo" and
22538         "print 'scope1.c'::foo::funclocal_bss at foo" and
22539         "print 'scope1.c'::foo::funclocal_ro at foo" and
22540         "print 'scope1.c'::bar::funclocal at foo" and
22541         "print 'scope0.c'::filelocal_ro" and
22542         "print 'scope1.c'::filelocal" and
22543         "print 'scope1.c'::filelocal_bss" and
22544         "print 'scope1.c'::filelocal_ro" and
22545         "print 'scope1.c'::foo::funclocal" and
22546         "print 'scope1.c'::foo::funclocal_bss" and
22547         "print 'scope1.c'::foo::funclocal_ro" and
22548         "print 'scope1.c'::bar::funclocal" and
22549         "print 'scope1.c'::bar::funclocal_bss"
22550         to only be xfail'd when not compiled with gcc.
22551         Add rs6000-*-* xfail for
22552         "print 'scope0.c'::filelocal_bss before run"
22553         when compiled with gcc.
22554         (test_at_main): Add rs6000-*-* xfail for
22555         "print filelocal_ro in test_at_main"
22556         when compiled with gcc.
22557         * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
22558         Add rs6000-*-aix* xfail for
22559         "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
22560         "ptype t_char_array",  not compiled with gcc.
22561         * gdb.base/list.exp (test_list_function):  Add rs6000-*-*
22562         xfail for "list foo (in include file)" when gcc compiled.
22563         * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
22564         (integral_args): Add rs6000-*-* xfail for
22565         "run to call0a" if not compiled with gcc.
22566         (unsigned_integral_args): Add rs6000-*-* xfail for
22567         "run to call1a" if not compiled with gcc.
22568         (float_and_integral_args):  Add rs6000-*-* xfail for
22569         "run to call2a" if not compiled with gcc and for
22570         "continue to call2b" for any compiler.
22571         Add rs6000-*-* xfail to
22572         "print f1 after run to call2a" for gcc compiled.
22573         (discard_and_shuffle): Add rs6000-*-* xfail for
22574         "run to call6a".
22575         (shuffle_round_robin): Add rs6000-*-* xfail for
22576         "backtrace from call7a" if not compiled with gcc.
22577         Add rs6000-*-* xfail for
22578         "backtrace from call7b" if compiled with gcc.
22579         (call_after_alloca): Add rs6000-*-* xfail for
22580         "print c in call_after_alloca" and
22581         "print s in call_after_alloca" and
22582         "backtrace from call_after_alloca_subr"
22583         if not compiled with gcc.
22584         (localvars_in_indirect_call): Add rs6000-*-* xfail for
22585         "print c in localvars_in_indirect_call" and
22586         "print c in localvars_in_indirect_call" and
22587         "backtrace in indirectly called function" and
22588         "stepping into indirectly called function"
22589         if not compiled with gcc.
22590         (localvars_after_alloca): Add rs6000-*-* xfail for
22591         "print c after runto localvars_after_alloca" and
22592         "print s after runto localvars_after_alloca" and
22593         "print i after runto localvars_after_alloca" and
22594         "print l after runto localvars_after_alloca"
22595         for all compilers.
22596         * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
22597         than whatis-info.exp.
22598         * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
22599         than opaque-info.exp.
22600         Setup rs6000-*-* xfail for
22601         "ptype on opaque struct pointer (statically)" and
22602         "ptype on opaque struct pointer (dynamically)" when
22603         not compiled with gcc.
22604         * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
22605         rather than callf-info.exp.
22606         (do_function_calls):  Add clear_xfail for rs6000-*-* for
22607         "p t_float_values2(3.14159,float_val2)".  Seems to work
22608         fine there, both with xlc and gcc.  Need to find out what
22609         it is doing right and fix other platforms.
22610         * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
22611         "call inferior func with struct - returns int",
22612         "call inferior func with struct - returns long",
22613         "call inferior func with struct - returns float",
22614         "call inferior func with struct - returns double",
22615         "call inferior func with struct - returns char *",
22616         but only if not gcc compiled (presumes xlc compiled).
22617         Change rs6000-*-* xfails for
22618         "call inferior func with struct - returns char" and
22619         " call inferior func with struct -  returns short" to only
22620         xfail if not using gcc.
22621         (clean mostlyclean):  Remove *.ci and *.tmp files.
22622         * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
22623         than templ-info.exp.
22624         * gdb.base/langs.exp:  Source gdb.base/langs.ci.
22625         Add rs6000-*-* xfail for "up to foo in langs.exp"
22626         "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
22627         when not gcc compiled.
22628
22629 Sat Aug 12 15:05:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
22630
22631         * gdb.base/callfuncs.exp: Add xfails for the powerpc.
22632         * gdb.base/corefile.exp: Likewise.
22633         * gdb.base/list.exp: Likewise.
22634         * gdb.base/scope.exp: Likewise.
22635         * gdb.base/siganls.exp: Likewise.
22636
22637         * gdb.base/nodebug.exp: Add xfails for the powerpc.  Handle aix4
22638         compiler output.
22639         * gdb.base/whatis.exp: Likewise.
22640
22641 Fri Aug 11 13:36:20 1995  Jeff Law  (law@snake.cs.utah.edu)
22642
22643         * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
22644         failure (opcode table has been fixed to match reality).
22645
22646 Mon Aug 14 09:01:59 1995  Fred Fish  <fnf@cygnus.com>
22647
22648         * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
22649         "call inferior func with struct - returns char",
22650         "call inferior func with struct - returns short"
22651
22652         * gdb.base/scope.exp: Remove rs6000-*-* xfails for
22653         "print 'scope0.c'::filelocal at main",
22654         "print 'scope0.c'::filelocal_bss in test_at_main",
22655         "print 'scope0.c'::filelocal at foo",
22656         "print 'scope0.c'::filelocal_bss in test_at_foo",
22657         "print 'scope0.c'::filelocal at bar",
22658         "print 'scope0.c'::filelocal_bss in test_at_bar"
22659
22660         * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
22661         in source file 1".  This bug seems to have been fixed with both
22662         gcc and native cc (was native assembler bug?).
22663
22664 Wed Aug  9 08:04:12 1995  Fred Fish  (fnf@cygnus.com)
22665
22666         * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
22667         "backtrace through signal handler" to "i*86-*-sysv4*".
22668         * gdb.base/signals.exp: Add xfail for "'next' behaved as
22669         continue" case.  Add "known SVR4 bug" to fail message.
22670         Add "i*86-*-bsdi2.0" xfail for "handle all print".
22671         Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
22672         * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
22673         "whatis unnamed typedef'd enum..." and "ptype t_char_array".
22674         * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
22675         "up to foo in langs.exp", "show language at foo in
22676         langs.exp", "up to cppsub_ in langs.exp", "show
22677         language at cppsub_ in langs.exp", "up to fsub in
22678         langs.exp", and "show language at fsub in langs.exp".
22679         * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
22680         "bactrace in corefile.exp".
22681         * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
22682         "call inferior function with struct - returns float" and
22683         "call inferior function with struct - returns double".
22684
22685 Mon Aug  7 02:43:28 1995  Jeff Law  (law@snake.cs.utah.edu)
22686
22687         * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
22688         * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
22689         * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
22690         * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
22691
22692 Mon Aug  7 08:09:37 1995  Fred Fish  <fnf@cygnus.com>
22693
22694         * Makefile.in (CHILL_FOR_TARGET): Use previously defined
22695         (or overriden) "CHILL" macro rather then bare "gcc".
22696         Also look for ../../gcc/xgcc since that is what we will
22697         actually need, not "Makefile".  Remove following assignment
22698         of CHILL to CHILL_FOR_TARGET because that results in
22699         recursive definition.
22700
22701 Sun Aug  6 16:52:29 1995  Fred Fish  <fnf@cygnus.com>
22702
22703         * gdb.base/corefile.exp:  Change xfail for backtrace in
22704         corefile.exp from linuxaout to all linux.
22705         * gdb.base/sigall.exp (test_one_sig):  Specifically deal with
22706         cases where we miss the breakpoint at the signal handler
22707         for some reason.  Setup xfail for linuxoldld/linuxaout and
22708         getting SIGIO.  Setup xfail for linuxoldld/linuxaout for
22709         hitting SIGURG breakpoint.
22710         * gdb.base/signals.exp:  Setup xfail for "next" acting like
22711         continue to add linuxoldld.  Setup xfail for all linux for
22712         "next to handler in signals_tests_1", "backtrace in
22713         signals_tests_1", "continue to func1", "pass SIGUSR1",
22714         and continue to handler".
22715
22716 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
22717
22718         * Update all FSF addresses except those in COPYING* files.
22719
22720 Sun Jul 30 17:50:35 1995  Fred Fish  <fnf@cygnus.com>
22721
22722         * gdb.base/a2-run.exp: Change messages to be more explicit about
22723         the status of args, and quote binfile in results.
22724
22725 Sun Jul 30 10:24:20 1995  Fred Fish  <fnf@cygnus.com>
22726
22727         * gdb.base/callfuncs.exp: Add tests for passing structs to
22728         inferior functions and return various types.
22729         * gdb.base/callfuncs.c: Add functions to receive a struct
22730         and return a member of the struct, in various types.
22731
22732 Sat Jul 29 14:22:33 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22733
22734         * gdb.base/Makefile.in (clean):  Remove callf-info.exp.
22735
22736 Fri Jul 28 13:36:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
22737
22738         * config/vxworks29k.exp: New file, sources vxworks.exp.
22739
22740 Fri Jul 28 00:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
22741
22742         * config/gdbremote.exp: New file.  Testing framework using
22743         gdbserver.
22744
22745 Thu Jul 27 12:17:14 1995  Fred Fish  (fnf@cygnus.com)
22746
22747         * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
22748         "call function when asleep" and "send end of file".
22749         * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
22750         for "backtrace in corefile.exp".
22751         * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
22752         for "backtrace through signal handler".
22753         * gdb.base/corefile.exp: Make sure we actually generate a core file
22754         before trying the core tests.  Some systems allow the user to suppress
22755         generation of core files and default to that (linux for example).
22756         * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
22757         from "i*86-*-linux" to "i*86-*-linuxaout".  Works with ELF beta.
22758
22759 Tue Jul 25 17:30:10 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
22760
22761         * gdb.threads: New directory with some crude multi-threaded
22762         gdb tests (step.exp and step2.exp).
22763         * config/mt-lynx (STEP_EXECUTABLE): Define.
22764         (THREADFLAGS): Define.
22765
22766 Tue Jul 25 01:03:52 1995  Jeff Law  (law@snake.cs.utah.edu)
22767
22768         * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
22769
22770         * gdb.base/signals.exp: Disable whole file for lynx until
22771         further notice.
22772
22773         * gdb.base/signals.exp: xfail test where "next" acts like
22774         "continue" for lynx.
22775
22776         * gdb.base/interrupt.exp: xfail test for calling function while
22777         inferior is asleep for lynx.
22778
22779         * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
22780         than one cr-lf  after each command.
22781
22782 Sun Jul 23 23:33:18 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22783
22784         * configure.in:  Reinstate setting of stabsdirs variable, fix
22785         typo in setting up configdirs for native builds.
22786
22787         * gdb.base/return.exp:  Fix typo in return double test.
22788         * gdb.base/return.c (tmp2, tmp3):  Made global to inhibit the
22789         compiler from optimizing them away.
22790
22791 Fri Jul 21 11:39:34 1995  Jeff Law  (law@snake.cs.utah.edu)
22792
22793         * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
22794         sequences to be echo'd by gdb when using gdb_test.
22795         * gdb.chill/chexp.exp: Likewise.
22796         * gdb.fortran/exprs.exp: Likewise
22797
22798 Thu Jul 20 13:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
22799
22800         * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
22801         after the inferior gdb has started.
22802
22803         * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
22804         after each command.
22805         * gdb.base/funcargs.exp: Likewise.
22806         * gdb.base/gdbvars.exp: Likewise.
22807         * gdb.base/interrupt.exp: Likewise.
22808         * gdb.base/list.exp: Likewise.
22809         * gdb.base/watchpoint.exp: Likewise.
22810         * gdb.c++/demangle.exp: Likewise.
22811         * gdb.c++/inherit.exp: Likewise.
22812         * gdb.chill/chexp.exp: Likewise.
22813         * gdb.fortran/exprs.exp: Likewise.
22814
22815         * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
22816         test if we can't handle IO to/from the inferior.
22817
22818         * gdb.c++/misc.exp: Always check for a program already being
22819         started after sending a "run" command to gdb.
22820
22821         * gdb.base/twice.exp: Start with a fresh gdb.
22822
22823         * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
22824         only depend on gdb's expression code, not the chill runtime.
22825
22826         * gdb.base/return.c: Put return values into variables so we
22827         can have gdb print them rather than depending on the program
22828         to print them.
22829         * gdb.base/return.exp: Corresponding changes.
22830
22831         * lib/gdb.exp: Provide default value for noinferiorio.
22832         * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
22833         the inferior.
22834
22835         * gdb.base/break.exp: Always check for a program already being
22836         started after sending a "run" command to gdb.
22837         (text_next_with_recursion): Don't check the output from the
22838         program's printf statement.  Instead just make sure the program
22839         exited.
22840
22841         * gdb.base/commands.exp: Protect tests which need arguments with
22842         $noargs conditionals.
22843
22844 Wed Jul 19 22:42:43 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22845
22846         * gdb.base/printcmds.exp:  Adjust expect patterns for addresses
22847         of structure member arrays to match gdb/valops.c:value_addr change.
22848
22849 Mon Jul 17 10:12:27 1995  Jeff Law  (law@snake.cs.utah.edu)
22850
22851         * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
22852         cases.
22853
22854 Wed Jul 12 10:20:08 1995  Fred Fish  (fnf@cygnus.com)
22855
22856         * configure.in (configdirs):  Remove gdb.chill from default list
22857         of subdirs and then add it back in only if doing a native build.
22858         The current chill compiler does not yet work in any cross build.
22859         * Revert all signal changes from Jul 6.
22860         * gdb.base/{sigall.c signals.c}:  Define away signal() and alarm()
22861         for sh-hms targets, allowing these tests to link, with no other
22862         changes.  Testing is suppressed by setting "nosignals" in site.exp.
22863
22864 Thu Jul  6 20:58:30 1995  Fred Fish  (fnf@cygnus.com)
22865
22866         * configure.in (signaldirs): Define and add to configdirs for all
22867         targets except some specific ones that are known to not support signals.
22868         Also clean up formatting.
22869         * gdb.base/Makefile.in (EXECUTABLES):  Remove sigall and signals.
22870         (signals, sigall):  Remove rules to build.
22871         * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
22872         Moved to new gdb.signals directory.
22873         * gdb.signals: New test directory.
22874         * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
22875         signals.c signals.exp}:  New or moved files.
22876
22877 Sun Jun 25 12:55:18 1995  Jeff Law  (law@snake.cs.utah.edu)
22878
22879         * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
22880
22881 Wed Jun 21 16:35:55 1995  Fred Fish  <fnf@cygnus.com>
22882
22883         * gdb.base/return.exp:  Xfail `return double' test failure
22884         on at least Solaris 2.3 and handle future/past versions on
22885         a case by case basis as appropriate.  Also update message
22886         to include i*86 failures.
22887
22888 Wed May 24 07:10:10 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
22889
22890         * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
22891
22892         * lib/gdb.exp: Fix comment which erroneously identified
22893         gdb_file_cmd as gdb_load (the 19 May change was in fact to
22894         gdb_file_cmd not gdb_load).
22895         * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
22896
22897         * gdb.base/setvar.exp: Make test names consistent between pass and
22898         fail cases.  Use gdb_test more.
22899
22900 Fri May 19 07:22:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
22901
22902         * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
22903
22904 Mon May 15 23:50:51 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22905
22906         * gdb.base/help.exp:  Fix expected help string for `show commands'.
22907
22908 Thu May 11 07:55:11 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
22909
22910         * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
22911
22912         * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
22913         of a text section.
22914
22915 Thu May 11 15:02:24 1995  Stu Grossman  (grossman@andros.cygnus.com)
22916
22917         * config/monitor.exp (gdb_target_monitor):  Fix loop interator so
22918         that loop eventually terminates.  Fix Connection refused logic so
22919         that testsuite will expire nicely.
22920
22921 Wed May 10 17:57:35 1995  Stu Grossman  (grossman@andros.cygnus.com)
22922
22923         * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
22924         config/rom68k.exp:  New tcl glue for the appropriate monitors.
22925         These all just end up calling monitor.exp.
22926         * config/monitor.exp (gdb_target_monitor):  Handle `Connection
22927         refused' by retrying.  Cleanup some timeout issues.
22928         * (gdb_load):  Reduce timeout.  Cleanup some timeout issues.
22929         * lib/gdb.exp (gdb_test gdb_test_exact):  Upvar timeout so that
22930         callers don't have to set/restore global timeout variable.
22931
22932         * The following set of changes centralizes management of the global
22933         timeout variable.  This way, it can be set in one target dependent
22934         place instead of dozens of places scattered throughout the test suite.
22935         If you need to lengthen a timeout, then you should either set timeout
22936         in one of the config/{target}.exp files, or multiply it by a factor.
22937         Setting it to an absolute value is always going to lose for some
22938         targets.
22939         * gdb.base/a1-selftest.exp (test_with_self):  Only use local timeout.
22940         * gdb.base/callfuncs.exp (do_function_calls):  Don't set timeout.
22941         * gdb.base/funcargs.exp:  Don't set timeout.
22942         * gdb.base/list.exp (test_forward_search):  Only use local timeout.
22943         * gdb.base/printcmds.exp (test_print_string_constants
22944         test_print_array_constants):  Don't set timeout.
22945         * gdb.base/ptype.exp:  Don't set timeout.
22946         * gdb.base/recurse.exp:  Don't set timeout.
22947         * gdb.base/return.exp:  Don't set timeout.
22948         * gdb.base/watchpoint.exp:  Don't set timeout.
22949         * gdb.c++/classes.exp (do_tests):  Don't set timeout.
22950         * gdb.c++/virtfunc.exp (test_virtual_calls):  Don't set timeout.
22951
22952 Wed May 10 16:03:23 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
22953
22954         * Makefile.in: Make clean targets work also when SUBDIRS is empty.
22955
22956 Mon May  1 07:32:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
22957
22958         * lib/gdb.exp: Disable chill tests for irix5.
22959
22960 Wed Apr 26 07:36:03 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
22961
22962         * gdb.base/scope.exp: Make test names unique.  Use gdb_test.  Make
22963         each test pass or fail.
22964
22965 Sun Apr 23 21:32:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
22966
22967         * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
22968         xlc not gcc.
22969
22970 Fri Apr 21 15:44:02 1995  Stu Grossman  (grossman@rtl.cygnus.com)
22971
22972         * cpu32bug.exp est.exp rom68k.exp:  Delete.  Unify into monitor.exp.
22973
22974 Wed Apr 19 17:41:21 1995  Stu Grossman  (grossman@cygnus.com)
22975
22976         * config/est.exp:  Fix copyright and comments.  Remove dead code.
22977         Use targetname, serialport and baud variables instead of fixed
22978         constants.
22979         * config/rom68k.exp:  Fix copyright and comments.  Remove dead code.
22980         * config/cpu32bug.exp:  New file to support cpu32bug monitors.
22981
22982 Wed Apr 19 13:47:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
22983
22984         * gdb.base/watchpoint.exp: Don't run
22985         test_watchpoint_triggered_in_syscall for sunos.
22986
22987 Mon Apr 17 12:48:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
22988
22989         * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
22990         they don't seem to exist.  Do include stdio.h.
22991
22992 Fri Apr 14 09:40:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
22993
22994         * gdb.base/a1-selftest.exp: Add alpha xfail.
22995
22996 Mon Apr 10 13:07:50 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
22997
22998         * gdb.base/watchpoint.c (main): Prompt before calling read().
22999         * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
23000         Revise accordingly.  Remove cruft about sending "123" several
23001         times, until it gets noticed.  Clean up the "print buf[0]" stuff
23002         so that it passes or fails, and waits for prompts in the usual way.
23003
23004 Sun Apr  9 09:02:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23005
23006         * gdb.base/recurse.exp: Fix comment.
23007
23008         * TODO: Remove item about printing variables in nodebug.exp.  Add
23009         item about enabling tests which are only run on some targets.
23010
23011         * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
23012         fail, make test names unique, use new gdb_test convention
23013         regarding pattern, use gdb_test more, etc.).
23014
23015         * gdb.base/bitfields.exp: Various cleanups (make each test pass or
23016         fail, make test names unique, etc.).
23017
23018 Sat Apr  8 02:47:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23019
23020         * gdb.base/nodebug.c:  Change return type of top and middle to
23021         short.
23022         * gdb.base/nodebug.exp:  Remove xfails for ecoff systems, they
23023         are fixed by the recent mdebugread.c changes. Allow `short ()'
23024         as type for top and middle.
23025
23026 Thu Apr  6 08:54:18 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23027
23028         * gdb.base/break.exp: Remove commented out if $usestubs {}.  As
23029         nearly as I can tell, the whole thing was an accident in Stu's
23030         change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
23031         to replace a send/expect pair with gdb_test, but ended up only
23032         adding the gdb_test.  My change of 24 Mar 1995 and Kung's change
23033         of 30 Mar 1995 took care of it, but left this vestigial comment
23034         which I am now nuking.
23035
23036 Mon Apr  3 09:00:27 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23037
23038         * gdb.base/break.exp: Look for different line number for
23039         breakpoint at main depending on usestubs.
23040
23041 Sun Apr  2 08:15:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23042
23043         * gdb.base/list.exp:  Adjust some alternate expect patterns to
23044         match recent list0.c change. Add alternate expect pattern for
23045         output from `list default lines around main' for optimizing
23046         compilers.
23047
23048 Sat Apr  1 07:23:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23049
23050         * lib/gdb.exp: If nosignals is not set, set it to 0.
23051
23052 Fri Mar 31 16:13:48 1995  Kung Hsu  <kung@mexican.cygnus.com>
23053
23054         * config/slite-gdb.exp: Responds to load symbol table prompt.
23055         * gdb.base/break.exp: Adjust line number, fix rerun.
23056         * gdb.base/langs0.c: Add #ifdef usestubs.
23057
23058 Thu Mar 30 15:36:55 1995  Kung Hsu  <kung@mexican.cygnus.com>
23059
23060         * gdb.base/list.exp: Adjust line contents after adding new lines in
23061         list0.c. Also fix a syntax error.
23062
23063         * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
23064         * gdb.base/break.exp: ditto.
23065         * gdb.base/list.exp: ditto.
23066         * gdb.base/bitfields.c: Add #ifdef usestubs in main().
23067         * gdb.base/run.c: ditto.
23068         * gdb.base/list0.c: ditto.
23069         * gdb.base/funcargs.c: ditto.
23070
23071 Wed Mar 29 17:09:29 1995  Stu Grossman  (grossman@cygnus.com)
23072
23073         * testsuite/config/rom68k.exp (gdb_target_rom68k):  Use
23074         $targetname, $serialport and $baud instead of hardwired variables.
23075         * testsuite/gdb.base/{sigall.exp signals.exp}:  Skip these if the
23076         target doesn't support signals.
23077
23078 Wed Mar 29 12:29:34 1995  Kung Hsu  <kung@mexican.cygnus.com>
23079
23080         * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
23081
23082 Tue Mar 28 08:46:45 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23083
23084         * gdb.base/recurse.exp: Make test names unique.  Change \\(+ to \\(.
23085         Don't rely on the value of an auto variable before it has been
23086         initialized.  Use gdb_test more.
23087
23088 Mon Mar 27 08:00:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23089
23090         * lib/gdb.exp (default_gdb_version): A version number must start
23091         with a digit, but other than that contains all characters up to
23092         the first whitespace character.
23093
23094 Sun Mar 26 13:19:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23095
23096         * gdb.base/commands.exp (breakpoint_command_test): New tests.
23097
23098 Sat Mar 25 15:38:06 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23099
23100         * gdb.c++/*.exp: Warn if executable does not exist.  The original
23101         reason for skipping the warning was that configure.in sometimes
23102         intentionally skipped building the executables but the tcl code
23103         had no way of knowing.  That (a) was always bogus with respect to
23104         error handling, (b) is no longer true (right now there is no way
23105         to skip C++ tests).
23106
23107         * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
23108
23109 Sat Mar 25 01:16:10 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23110
23111         * gdb.base/list.exp:  Add expect patterns for output from
23112         SunPRO compiled executables.
23113         * gdb.base/whatis.exp:  Allow leading `signed' for all v_signed_*
23114         types.
23115
23116 Fri Mar 24 06:11:05 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23117
23118         * gdb.base/break.exp (test_next_with_recursion): Accept any line
23119         number (we are already testing that the correct source line text
23120         gets printed).
23121
23122         * gdb.base/break.exp: Make one test if $usestubs.  I'm not sure
23123         that is what is intended, but something needed to be done to get
23124         sunos4 native working again.
23125
23126         * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
23127
23128         * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
23129         apparently went with a (very) old xfail.
23130
23131 Fri Mar 24 13:41:09 1995  Kung Hsu  <kung@mexican.cygnus.com>
23132
23133         * gdb.base/callfuncs.exp: call runto_main instead of runto main.
23134         runto_main is a proc in gdb.exp that will do 'step' for target use
23135         stubs.
23136         * gdb.base/exprs.exp: ditto.
23137         * gdb.base/interrupt.exp: ditto.
23138         * gdb.base/opaque.exp: ditto.
23139         * gdb.base/printcmds.exp: ditto.
23140         * gdb.base/ptype.exp: ditto.
23141         * gdb.base/scope.exp: ditto.
23142         * gdb.base/setvar.exp: ditto.
23143         * gdb.base/signals.exp: ditto.
23144         * gdb.base/twice.exp: ditto.
23145         * gdb.c++/classes.exp: ditto.
23146         * gdb.c++/inherit.exp: ditto.
23147         * gdb.c++/templates.exp: ditto.
23148         * gdb.base/break.exp: no run and hit main for stubs. Change line
23149         numbers for breakpoints and info breakpoint.
23150         * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
23151         breakpoint().
23152         * gdb.base/callfuncs.c: ditto.
23153         * gdb.base/exprs: ditto.
23154         * gdb.base/interrupt.c: ditto.
23155         * gdb.base/opaque0.c: ditto.
23156         * gdb.base/printcmds.c: ditto.
23157         * gdb.base/ptype.c: ditto.
23158         * gdb.base/scope0.c: ditto.
23159         * gdb.base/setvar.c: ditto.
23160         * gdb.base/signals.c: ditto.
23161         * gdb.base/twice.c: ditto.
23162         * gdb.c++/misc.cc: ditto.
23163         * gdb.c++/templates.cc: ditto.
23164
23165 Fri Mar 24 06:11:05 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23166
23167         * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
23168
23169         * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
23170         somewhere between `read' and `main.c'.  I'm pretty sure the
23171         pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
23172         and it isn't particularly useful.
23173
23174         * gdb.base/scope.exp: Make test names unique.  \[(\] -> \\(.
23175
23176 Thu Mar 23 14:58:35 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23177
23178         * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
23179
23180 Wed Mar 22 18:36:05 1995  Kung Hsu  <kung@mexican.cygnus.com>
23181
23182         * config/mt-slite: add LIBS and -nostdlib.
23183         * config/slite-gdb.exp: add this new file to support sparclite target.
23184
23185 Tue Mar 21 21:41:04 1995  Doug Evans  <dje@canuck.cygnus.com>
23186
23187         * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
23188
23189         * gdb.base/a2-run.exp: Change argument to istarget from
23190         "*-*-vxworks" to "*-*-vxworks*".
23191         * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
23192
23193 Tue Mar 21 17:08:47 1995  Kung Hsu  <kung@mexican.cygnus.com>
23194
23195         * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
23196         will not runto main but do a 'step' to step out of breakpoint().
23197         * config/mt-slite: add -Dusestubs.
23198
23199 Tue Mar 21 12:14:12 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23200
23201         * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
23202         instead of just @.
23203
23204         * gdb.base/signals.exp: Add test for "handle all print".
23205         * TODO: Remove "handle all print".  Also remove item about
23206         checking copyright date (I don't like the idea of a spurious FAIL
23207         based on when we run the tests).
23208
23209         * gdb.base/recurse.exp: Enable test for SunOS4.  xfail one test
23210         for SunOS4 (reason for failure not investigated).  Remove
23211         redundant test for $binfile.
23212
23213         * gdb.base/nodebug.c (array_index): Call malloc.
23214
23215         * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
23216
23217 Mon Mar 20 10:08:17 1995  Jeff Law  (law@snake.cs.utah.edu)
23218
23219         * gdb.base/recurse.exp: Update gdb_test invocation to use new
23220         conventions and slightly simplify the matching regexp.
23221
23222 Fri Mar 17 05:43:28 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23223
23224         * gdb.base/break.exp: Update gdb_test invocation to use new
23225         convention.
23226
23227         * lib/gdb.exp: If noargs is not set, set it to 0.
23228
23229         * gdb.base/nodebug.exp: Comment out redundant test.  Make name of
23230         tests unique.
23231
23232         * lib/gdb.exp: Skip CHILL for AIX and Solaris.
23233
23234 Thu Mar 16 16:27:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23235
23236         * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
23237         one argument of type "<non-float parameter>".
23238
23239 Wed Mar 15 15:54:56 1995  Stu Grossman  (grossman@cygnus.com)
23240
23241         * config/rom68k.exp:  New file to support Motorola IDP board.
23242         * gdb.base/a2-run.exp:  Skip this file if noargs is set.
23243         * gdb.base/break.c:  Change things around so that this program
23244         doesn't depend upon args.  This is necessary to make remote
23245         targets work (in general, they can't take args).
23246         * gdb.base/break.exp:  Don't try to send args to program.  Don't
23247         expect output.  Also, replace lots of code with gdb_test.
23248
23249 Wed Mar 15 04:11:14 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23250
23251         * gdb.base/printcmds.exp (test_character_literals_accepted): Test
23252         printing of '\'' (which is what the comment says we are testing,
23253         even though we were not), not '''.
23254         (test_integer_literals_rejected): Test that printing ''' is an error.
23255
23256         * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
23257         gdb.chill/chexp.exp, gdb.base/printcmds.exp,
23258         gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
23259         gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
23260         Use gdb_test not test_print_accept.
23261         * lib/gdb.exp: Remove test_print_accept.
23262
23263         * gdb.base/signals.exp (signal_tests_1): Make pass message
23264         consistent with fail message.
23265
23266         * gdb.base/whatis.exp: Remove xfails for printing char vs.
23267         unsigned char; the bug (PR 1821) is fixed.
23268
23269         * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
23270
23271         * gdb.base/scope.exp (test_at_localscopes): Call pass for
23272         successful tests--makes xfailing them work right.
23273
23274 Tue Mar 14 07:39:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23275
23276         * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
23277         only \r\n, not .*.  The test can pass .* as the last thing in
23278         $pattern if that is what it wants.  In addition to providing this
23279         flexibility, this change should speed up pattern matching in cases
23280         where the pattern already ended with .* (there were a number of
23281         them).  This change also helps catch bad patterns--in the old
23282         scheme the typo "char \*" instead of "char \\*" would pass.  Now
23283         it is caught.
23284         * Many .exp files: Update callers.
23285
23286         * gdb.base/funcargs.exp: Replace \[(\]+ with \\(.  The latter is
23287         clearer and does not spuriously match multiple ('s.  Likewise for
23288         ) and *.
23289
23290         * gdb.base/nodebug.exp: Test ability to call a function and pass
23291         it a string (even with no debugging info).
23292
23293         * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
23294         "p '\'", which is the same as "p ''" once tcl gets done with
23295         quoting, to "p '\\'", which I suspect is what is intended (one
23296         backslash gets sent to GDB).
23297
23298         * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
23299
23300 Fri Mar 10 13:31:46 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23301
23302         * gdb.base/a1-selftest.exp: Remove xfail for solaris.  The bug (PR
23303         1817) was fixed literally years ago.
23304
23305 Fri Mar 10 02:49:40 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23306
23307         * gdb.base/funcargs.exp (call_after_alloca):  Remove `next'
23308         test, it causes stepping out of call_after_alloca_subr with
23309         optimizing compilers.
23310         (localvars_in_indirect_call):  Consume GDB prompt if `finish'
23311         fails.
23312
23313         * gdb.c++/templates.exp:  Source templ-info.exp only if
23314         the templates executable exists.
23315
23316         * gdb.c++/misc.cc (class Contains_static_instance,
23317         class Contains_nested_static_instance),
23318         gdb.c++/classes.exp (test_static_members):  Test printing of
23319         a class that contains a static instance of the class.
23320
23321 Thu Mar  9 11:43:55 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23322
23323         * gdb.base/langs2.c (cppsub_): Don't prototype.
23324         * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
23325         only, I believe).
23326
23327 Wed Mar  8 10:29:33 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23328
23329         * lib/gdb.exp (skip_chill_tests): New procedure.
23330
23331         * gdb.base/signals.exp (signal_tests_1): xfail for irix.
23332
23333 Mon Mar  6 10:44:06 1995  Jeff Law  (law@snake.cs.utah.edu)
23334
23335         * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
23336         each expect pattern.  Cuts runtime from 12 to about 4 seconds.
23337
23338 Thu Mar  2 05:31:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23339
23340         * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
23341
23342         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
23343         disassemble 8, not 16, instructions for part 4.
23344
23345         * config/vx-gdb.exp (gdb_start): Use \030, not \CX.  tcl doesn't
23346         support the latter anymore.
23347
23348         * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
23349         -DNO_PROTOTYPES.
23350         * gdb.base/callfuncs.c: Control use of prototypes based on
23351         NO_PROTOTYPES, not __STDC__.
23352         * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
23353         t_float_values2 tests if prototypes in use.
23354
23355         * gdb.base/callfuncs.c (t_float_values, t_float_values2,
23356         t_double_values):  When checking differences against DELTA, check
23357         that difference is within the range (-DELTA,DELTA), not just
23358         (-infinity,DELTA).
23359
23360 Tue Feb 28 16:28:54 1995  Kung Hsu  <kung@mexican.cygnus.com>
23361
23362         * config/mips-gdb.exp (gdb_load): In every test case, we need to do
23363         'file' command firts, then 'target', then 'load', this is due to gdb
23364         target set up.
23365         * config/mips-gdb.exp: Fix a couple regular exp bugs.
23366
23367 Thu Feb 23 17:44:55 1995  Jeff Law  (law@snake.cs.utah.edu)
23368
23369         * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
23370         FP load/store variants.
23371         * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
23372
23373 Wed Feb 22 18:29:08 1995  Jim Kingdon  <kingdon@rtl.cygnus.com>
23374
23375         * gdb.base/term.exp: Do not give a warning if not native, it is
23376         not an abnormal condition.
23377
23378 Tue Feb 21 13:08:47 1995  Jim Kingdon  <kingdon@cygnus.com>
23379
23380         * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
23381         t_char_array".
23382
23383 Sun Feb 19 13:10:06 1995  Jim Kingdon  <kingdon@rtl.cygnus.com>
23384
23385         * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
23386         are getting the version number.
23387
23388         * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
23389         if not native, it is not an abnormal condition.
23390
23391 Thu Feb 16 15:56:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23392
23393         * lib/gdb.exp: Just use "file exists", rather than undocumented
23394         dejagnu procedure "findfile".
23395
23396 Thu Feb 16 10:30:24 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
23397
23398         * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
23399           (LDFLAGS): Set to -Xlinker -Ur.
23400
23401         * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
23402           Removed, these values are set by lib/gdb.exp.
23403
23404         * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
23405
23406 Wed Feb 15 14:23:28 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
23407
23408         * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
23409           of replicating gdb startup code.
23410
23411         * config/mt-vxworks (LDFLAGS): Set to -r.
23412           (CFLAGS_FOR_TARGET): Removed.
23413
23414         * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
23415           (gdb) and gdb for vxworks uses (vxgdb).
23416
23417         * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
23418           executable is not in the tree and host != target, use sed and
23419           program_transform_name to determine the gdb name used by the
23420           target.
23421
23422         * configure.in, gdb.{base,c++,chill}/configure.in: changed so
23423           *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
23424
23425 Sun Feb 12 08:11:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23426
23427         * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
23428         floats, chars, and shorts where there are ANSI-style function
23429         definitions.
23430
23431         * gdb.base/langs.exp, gdb.base/langs*: New test.
23432         * gdb.base/Makefile.in: Build it.
23433         * TODO: Remove item about checking that C names don't get C++
23434         demangling applied; this test tests it.
23435
23436 Thu Feb  9 12:43:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23437
23438         * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
23439         went with the const70 xfail.  The xfail went away a year ago.
23440
23441         * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
23442
23443         * gdb.base/corefile.exp: Give backtrace test unique name.  xfail
23444         for hp300.
23445
23446         * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
23447
23448         * gdb.base/a1-selftest.exp: Don't run on hp300.
23449
23450 Sat Feb  4 15:04:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23451
23452         * Makefile.in (site.exp): Set host_alias and target_alias as well
23453         as host_triplet and target_triplet.
23454
23455 Wed Feb  1 08:03:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23456
23457         * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
23458
23459         * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
23460         places as other ecoff systems).
23461
23462         * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
23463         ultrix.
23464
23465 Mon Jan 30 11:44:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23466
23467         * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
23468         remove them.
23469         * gdb.base/nodebug.exp: Accept "function" in addition to "text
23470         variable and "variable" in addition to "data variable".
23471         * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
23472
23473         * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
23474         2.
23475         * gdb.base/list1.c (long_line): Add additional statement at start
23476         of function.
23477         * gdb.base/list.exp (test_forward_search): Update line number to
23478         reflect new statement.
23479
23480 Sun Jan 29 13:34:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23481
23482         * gdb.base/signals.exp:  Reinitialize searched source directories
23483         after gdb_start call.
23484
23485 Sat Jan 28 01:34:44 1995  Jeff Law  (law@snake.cs.utah.edu)
23486
23487         * gdb.disasm/Makefile.in (clean): Delete "errs" file.
23488         * gdb.stabs/Makefile.in: Likewise.
23489
23490         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
23491         change.  Instead split the tests into smaller pieces.
23492         * gdb.disasm/hppa.s: Corresponding changes.
23493
23494 Fri Jan 27 09:24:51 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23495
23496         * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
23497         Quote ^C when passing it to stty.  For some shells ^ is a pipe.
23498
23499         * gdb.base/funcargs.exp: Modify many tests so that every test
23500         either passes or fails.  Make some test names unique.
23501
23502 Thu Jan 26 19:20:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23503
23504         * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
23505         Call stty to set interrupt character.
23506
23507         * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
23508         for HP assembler versus GNU assembler based on actual behavior of
23509         $(CC), rather than assuming that $(AS) is always the GNU assembler.
23510
23511         * TODO: Suggest a few more stepping tests.
23512
23513 Wed Jan 25 14:52:41 1995  Stan Shebs  <shebs@andros.cygnus.com>
23514
23515         * gdb.base/default.exp: xfail no-stack backtraces for h8300,
23516         restart GDB for h8300 after a continue.
23517         (return): Add pattern to match a29k-udi behavior.
23518         * gdb.base/nodebug.exp: Remove obsolete comment.
23519         * gdb.base/regs.exp: New file, testing of register displays.
23520         * gdb.base/return.exp: Fix typo in reference to $objdir.
23521         * gdb.base/whatis.exp: Always start with a fresh GDB.
23522
23523 Wed Jan 25 11:12:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23524
23525         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
23526         higher, these tests generate a lot of output.
23527
23528 Tue Jan 24 07:58:44 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23529
23530         * lib/gdb.exp (gdb_test): Remove catch from around the send.  The
23531         code following the catch silently ignored some errors; without the
23532         catch they should be thrown like any other tcl error.  Also, the
23533         catch used "" instead of {} which meant all the callers who wanted
23534         to include one of the characters "[]$ had to quote it an extra time.
23535         * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
23536         ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
23537         demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
23538         Remove extra quoting.
23539
23540 Mon Jan 23 21:57:54 1995  Jeff Law  (law@snake.cs.utah.edu)
23541
23542         * gdb.base/commands.exp: Make test names unique; every test either
23543         passes or fails.  Update some comments.
23544
23545         * gdb.disasm/hppa.exp (do_system_control_tests): Update.
23546
23547 Sat Jan 21 15:34:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23548
23549         The following fixes a FAIL caused by the fact that the alpha stabs
23550         configuration didn't use the ".if alpha" code in weird.def.
23551         * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
23552         bit pointer, so the 32 bit version works even on the alpha.
23553         * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
23554         Remove the stuff which allowed us to have separate versions for
23555         alpha and everything else.
23556
23557         * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
23558         regexp which "info func operator\[\](" is supposed to match.  Fix
23559         string to send to GDB.  Note that GDB still doesn't work right.  Add a
23560         new test for "info func .perator\[\](" which GDB does handle correctly.
23561
23562         * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
23563
23564 Fri Jan 20 12:14:23 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23565
23566         * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
23567         gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
23568         gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
23569         gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
23570         it makes the tests harder to understand and confuses test-o-matic.
23571         The preferred style is that each test provides a PASS or a FAIL,
23572         and has a unique message (e.g. "continue #54" not just "continue")
23573         which is the same for the pass and the fail.
23574         * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
23575         gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
23576         to lib/gdb.exp.
23577         * gdb.base/printcmds.exp: Use test_print_accept.  Remove
23578         prt_accept which was basically the same thing.  Likewise for
23579         test_print_reject and prt_reject.
23580         * lib/gdb.exp (test_print_reject): Add some more error message
23581         patterns to match from the former printcmds.exp (prt_reject).
23582         * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
23583         One defect of the passcount stuff is that some of it failed to
23584         report XPASS where appropriate.
23585         * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
23586         stuff before and after arg in expected pattern.
23587         (test_paddr_operator_functions): Re-do test without print_addr_of;
23588         this is the only test which seems to want extra stuff there.
23589
23590 Tue Jan 17 10:47:53 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
23591
23592         * gdb.base/nodebug.exp: Update new tests to reflect improved
23593         wording of gdb output.
23594
23595         * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
23596         and "ptype" work on variables in files compiled without -g.
23597         Replaces commented out "maint print msymbol" tests.
23598
23599 Mon Jan 16 12:13:28 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
23600
23601         * gdb.base/setvar.c (dummy): Call malloc.
23602
23603         * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
23604         losing with the irix4 sed.
23605
23606         * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
23607         ALRM" on irix4.
23608
23609 Sun Jan 15 21:58:26 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
23610
23611         * TODO: Remove items about corefile.exp testing new exec-file and
23612         backtrace; both are now done.  Add items about printing enums.
23613
23614 Sat Jan 14 11:25:28 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
23615
23616         * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
23617         "get signal $thissig" test fails.
23618
23619         * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
23620
23621 Thu Jan 12 01:14:53 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
23622
23623         * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
23624         compiler warning with dec alpha compiler.
23625
23626         * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
23627         extra \n from gdb_test call (this explains why the prompt test
23628         that I removed yesterday was there).
23629         (user_defined_command_test): Remove extra \n and prompt test.
23630
23631         * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
23632         doesn't exist.  Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
23633         doesn't exist.
23634         * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
23635         Also remove alpha workaround, which turns out to be because
23636         SIGABRT == SIGLOST.
23637
23638         * gdb.base/sigall.exp: Add workaround for alpha weirdness.
23639
23640         * gdb.base/help.exp: Don't test "help show".
23641
23642 Wed Jan 11 14:37:04 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
23643
23644         * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
23645         "set print address" is on.
23646         * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
23647         pass prompt to gdb_test; gdb_test already looks for the prompt.
23648
23649         * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
23650
23651         * gdb.base/a1-selftest.exp: Don't test "maint dump-me".  That test
23652         was a vestige of the manual TESTSTRATEGY, and the purpose of it
23653         was to make sure that gdb can read a core file.  But (a) the "read
23654         the corefile" part didn't make it to a1-selftest.exp, we just
23655         delete the corefile after creating it, and (b) we test reading
23656         corefiles in corefile.exp anyway.  Also, this test left around a
23657         xgdb process on Solaris.
23658
23659         * gdb.base/corefile.exp: Also test backtrace.
23660
23661 Wed Jan 11 00:14:40 1995  Jeff Law  (law@snake.cs.utah.edu)
23662
23663         * gdb.base/commands.exp: Test a simple user defined command with
23664         arguments and if/while statements; verify the full user command is
23665         printed by "show user".
23666
23667         * gdb.base/commands.exp: Test if/while commands as part of a
23668         breakpoint command list; verify they appear in breakpoint
23669         information.
23670
23671 Wed Jan 11 00:47:58 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
23672
23673         * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
23674         than by dividing by zero.
23675
23676 Tue Jan 10 21:38:05 1995  Jeff Law  (law@snake.cs.utah.edu)
23677
23678         * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
23679         performing an inferior call with watchpoints enabled.
23680         * gdb.base/watchpoint.c (main): Delete second unnecessary read
23681         call.
23682
23683 Tue Jan 10 18:42:07 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
23684
23685         * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
23686         of "file" command.
23687
23688         * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
23689         Add additional pattern for when "int operator int(void);" appears
23690         in a different order.
23691
23692 Mon Jan  9 16:22:46 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
23693
23694         * gdb.base/signals.exp: Call gdb_exit and gdb_start.
23695
23696         * gdb.base/help.exp: Replace most of docstrings for "info signals"
23697         and "signal" with ".*".
23698
23699 Wed Jan  4 11:35:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23700
23701         * TODO: Add note about "handle all nostop".
23702
23703         * gdb.base/{sigall.c, sigall.exp}: New test.
23704         * gdb.base/Makefile.in: Add it.
23705
23706 Thu Jan  5 17:34:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
23707
23708         * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
23709         when invoking GDB, suppresses any windowing interface.
23710
23711 Mon Jan  2 17:40:21 1995  Stan Shebs  <shebs@andros.cygnus.com>
23712
23713         * config/sim-gdb: New file, simulator testing support.
23714
23715 Wed Dec 28 12:21:50 1994  Jeff Law  (law@snake.cs.utah.edu)
23716
23717         * gdb.base/interrupt.exp: Test calling func1 twice.
23718
23719 Wed Dec 21 12:51:37 1994  Jim Kingdon  <kingdon@deneb.cygnus.com>
23720
23721         * gdb.base/list.exp (test_forward_search): Set timeout higher
23722         when we'll be getting lots of output from gdb.
23723
23724         * gdb.base/a1-selftest.exp: Move code that was inside expect -re
23725         "init_malloc" to after the expect statement.  Run it if that
23726         regexp is taken, but also for two others which happen if source
23727         cannot be found.
23728
23729 Tue Dec 20 12:35:21 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
23730
23731         * gdb.base/printcmds.exp: New test, for printing register before
23732         program is running.
23733
23734 Mon Dec 19 00:32:55 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23735
23736         * gdb.base/list.exp:  Correct some alternate expect patterns
23737         to reflect changes in list1.c.
23738
23739 Sat Dec 17 14:20:03 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
23740
23741         * TODO: Add item regarding large frames.
23742
23743         * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
23744
23745         * TODO: Remove item about enabling return.exp; it
23746         is enabled.  Suggest a few more "return" tests.
23747
23748 Sat Dec 17 02:33:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23749
23750         * gdb.c++/misc.cc, gdb.c++/inherit.exp:  Add testcases for
23751         anonymous unions.
23752
23753 Tue Dec 13 11:26:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
23754
23755         * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
23756         and pr-5646.o, so "make" is the same as "make all", not "make
23757         pr-4975.o".
23758
23759 Wed Dec  7 19:02:02 1994  Stan Shebs  <shebs@andros.cygnus.com>
23760
23761         * gdb.base/list.exp: Adjust expectations to reflect changes in
23762         list1.c.
23763         (test_forward_search): New test proc.
23764         * gdb.base/list1.c (long_line): New function, has long source line.
23765
23766 Thu Dec  1 23:14:49 1994  Stan Shebs  <shebs@andros.cygnus.com>
23767
23768         * gdb.base/a1-selftest.exp: Change initial stepping to know about
23769         additional line of code that was added.
23770
23771 Wed Nov 30 19:43:14 1994  Jeff Law  (law@snake.cs.utah.edu)
23772
23773         * gdb.disasm/hppa.s: Break the large branching tests into smaller
23774         tests so as not to overflow expect's input buffers.
23775         * gdb.disasm/hppa.exp: Corresponding changes.
23776
23777 Fri Nov 25 13:37:10 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23778
23779         Beginnings of template debugging tests.
23780         * gdb.c++/templ-info.cc:  New file to test for template
23781         debugging capability of the compiler.
23782         * gdb.c++/Makefile.in:  Add rule to build templ-info.exp from
23783         templ-info.cc.
23784         * gdb.c++/templates.cc:  Add explicit template instantiations
23785         to enable compiling with -fno-implicit-templates. Add destructor
23786         and 'value' method to T5 class for template tests.
23787         * gdb.c++/templates.exp:  Add testcases for printing of template
23788         types, setting breakpoints on template methods and calling a
23789         template method.
23790
23791 Sat Nov  5 00:20:17 1994  Jeff Law  (law@snake.cs.utah.edu)
23792
23793         * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
23794         branch target since some assemblers (gas-2.5)  may emit a
23795         relocation for the branch instead of resolving it in the
23796         assembler.
23797
23798 Sat Oct 29 02:40:40 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23799
23800         * gdb.base/a1-selftest.exp:  Remove RS/6000 xfail for backtrace
23801         through signal handler.
23802
23803 Fri Oct 21 11:10:16 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
23804
23805         * configure.in (*-*-netware): Use config/mt-netware.
23806
23807         * config/mt-netware: New file.
23808         * config/mt-i386-netware: Removed, separate configs for different
23809           netware architectures are no longer needed now that we have
23810           --with-headers.
23811
23812 Sat Oct 15 03:43:00 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23813
23814         * gdb.base/exprs.exp:  Remove xfail for alpha, it is fixed
23815         by the recent changes to use ANSI C arithmetic conversions.
23816
23817 Sun Oct  9 07:44:06 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
23818
23819         * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
23820         bug involving using inferior_pid to figure out whether to select a
23821         frame.
23822
23823 Wed Sep 28 23:12:02 1994  Jeff Law  (law@snake.cs.utah.edu)
23824
23825         * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
23826         match the current disassembler output.
23827
23828 Fri Sep 16 11:42:41 1994  Stan Shebs  (shebs@andros.cygnus.com)
23829
23830         * gdb.fortran/exprs.exp: Expect VOID instead of void.
23831         * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
23832         types, expect "int" as type of integer values (for now).
23833
23834 Wed Sep  7 23:33:51 1994  Jeff Law  (law@snake.cs.utah.edu)
23835
23836         * gdb.base/commands.exp: New tests for if/while commands.
23837
23838 Tue Sep  6 13:16:11 1994  Per Bothner  (bothner@kalessin.cygnus.com)
23839
23840         * lib/gdb.exp (runto):  Replace sub-pattern for hex value
23841         by .*, since hex values have different syntax in Chill mode.
23842
23843 Tue Sep  6 02:15:51 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23844
23845         * gdb.c++/demangle.exp (test_arm_style_demangling):  Remove
23846         linefeed from expect pattern for repeated types with indices > 9.
23847
23848 Mon Aug 29 14:20:44 1994  Stan Shebs  (shebs@andros.cygnus.com)
23849
23850         First part of Fortran test suite.
23851         * gdb.fortran: New directory.
23852         * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
23853
23854 Sat Aug 27 23:32:43 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23855
23856         * gdb.base/default.exp:  Update expect pattern for load command
23857         without arguments.
23858
23859 Wed Aug 24 13:15:02 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
23860
23861         * configure.in: Change i386 to i[345]86.
23862         * gdb.base/configure.in: Likewise.
23863         * gdb.c++/configure.in: Likewise.
23864         * gdb.chill/configure.in: Likewise.
23865
23866 Tue Aug 23 19:14:06 1994  Stan Shebs  (shebs@andros.cygnus.com)
23867
23868         * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
23869         patterns, since that is not a valid context for comments.
23870
23871 Fri Aug 19 15:07:30 1994  Kung Hsu  (kung@mexican.cygnus.com)
23872
23873         * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
23874         repeated types and repeated types with indices > 9.
23875
23876 Tue Aug 16 15:57:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
23877
23878         * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
23879         2417; old bug has been fixed.
23880
23881 Fri Aug 12 19:35:41 1994  Jeff Law  (law@snake.cs.utah.edu)
23882
23883         * gdb.base/interrupt.exp: When trying to wake up the inferior,
23884         send the newline ourselves instead of assuming gdb_test will do
23885         so when passed an empty input string.
23886
23887         * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
23888         stabs testcode.
23889
23890 Fri Aug  5 17:01:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
23891
23892         * lib/gdb.exp (gdb_test): Don't send anything if the first
23893           argument is an empty string.  This makes cases where we want to
23894           match output that is already in expect's buffers (for example,
23895           matching a breakpoint after gdb_run_cmd has been called) work
23896           reliably.
23897
23898 Tue Aug  2 10:24:08 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
23899
23900         * config/netware.exp: New file.
23901
23902 Thu Jul 28 12:54:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
23903
23904         * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
23905           the -B and -L prefixes so we can find the debugging stub.
23906
23907         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
23908           there and we are using the gcc from the tree.
23909
23910         * gdb.base/types.c: Removed.
23911
23912         * gdb.base/configure.in: Look for makefile fragments in ../config.
23913           Recognize i386-*-netware.
23914         * gdb.c++/configure.in: Likewise.
23915
23916 Mon Jul 25 23:48:50 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23917
23918         * gdb.base/corefile.exp:  Change `else if' to `elseif', which is
23919         the correct TCL syntax.
23920
23921 Mon Jul 25 15:35:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
23922
23923         * gdb.base/opaque.exp: use runto instead of messing around with
23924           breakpoints.  Simplify by using gdb_test.
23925
23926         * gdb.base/bitfields.exp: restart between tests on netware targets
23927           because breakpoints aren't relocated after target death.  Run
23928           processes to completion.
23929
23930         * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
23931
23932 Sun Jul 24 09:55:51 1994  Fred Fish  (fnf@cygnus.com)
23933
23934         * Makefile.in:  Remove extra tabs that confuse some versions
23935         of "make".  Use the newly built gdb to test with by default,
23936         rather than the first one in the tester's search path.
23937
23938 Sat Jul 23 15:05:47 1994  Stan Shebs  (shebs@andros.cygnus.com)
23939
23940         * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
23941
23942         * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
23943         condition help.
23944
23945 Tue Jul 19 10:26:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
23946
23947         * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
23948
23949         * lib/gdb.exp (gdb_run_cmd): New function, used to start program
23950           running.
23951         * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
23952         * gdb.base/funcargs.exp: Likewise.
23953
23954         * gdb.base/bitfields.exp: Simplify by using gdb_test.
23955         * gdb.base/funcargs.exp: Likewise.
23956
23957         * lib/gdb.exp (gdb_test): if match times out, don't call fail if
23958           message is "".
23959
23960 Mon Jul 18 12:18:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
23961
23962         * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
23963           return,signals,twice}.exp: Handle non-existant binaries
23964           consistantly.
23965
23966         * gdb.base/corefile.exp: Execute coremaker to generate core dump.
23967         * gdb.base/Makefile.in: Don't try to generate a core dump, we
23968           might testing a cross development system.
23969
23970 Thu Jul 14 18:13:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
23971
23972         * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
23973           runtest script is relative to ${srcdir}, not ${rootdir}.
23974
23975 Thu Jul 14 14:56:59 1994  Stan Shebs  (shebs@andros.cygnus.com)
23976
23977         * gdb.base/signals.exp: Allow for optionality of breakpoint
23978         address.
23979
23980 Thu Jul 14 11:21:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
23981
23982         * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
23983
23984 Tue Jul 12 12:22:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
23985
23986         * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
23987           for size_t definition.
23988         * gdb.c++/templates.cc: Likewise
23989
23990         * config/mt-i386-netware: New file.
23991
23992         * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
23993           defined.
23994
23995         * gdb.base/Makefile.in: Added support for systems that name core
23996           files by appending "core" to the program name.
23997         * gdb.base/a1-selftest.exp: Likewise.
23998
23999 Mon Jul 11 23:59:18 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24000
24001         * gdb.base/return.exp:  Add comment and message for `return double'
24002         test failure on Sparc Solaris.
24003
24004 Mon Jul  4 12:10:48 1994  Stan Shebs  (shebs@andros.cygnus.com)
24005
24006         * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
24007
24008 Wed Jun 29 00:26:17 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24009
24010         * gdb.c++/misc.cc:  Instantiate classes to inhibit the compiler
24011         from optimizing them away.
24012         * gdb.c++/classes.exp, gdb.c++/inherit.exp:  Update ptype expect
24013         patterns to include default constructors and assignment operators,
24014         to match gcc versions beyond 2.5.8. Accept any cplus demangling
24015         character in the output of the virtual base pointer.
24016
24017 Fri Jun 24 08:15:42 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24018
24019         * gdb.c++/cplusfuncs.exp:  Use string_to_regexp and a regular
24020         expression match in print_addr_of to avoid unintented matches.
24021         * gdb.c++/virtfunc.exp:  Accept alternate ptype output of g++
24022         versions up to 2.5.8.
24023
24024 Mon Jun 20 23:54:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24025
24026         * gdb.base/list.exp:  Tweak alternate pattern for listing of an
24027         included file to run under newer versions of expect.
24028         * gdb.c++/demangle.exp:  Add spaces to the expect patterns between
24029         consecutive >'s in templates to accomodate recent cplus-dem.c change.
24030         Remove xfail for the virtual table of BDDHookV.
24031
24032 Sat Jun 18 12:51:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
24033
24034         * lib/gdb.exp (string_to_regexp): Set a default result.
24035         (default_gdb_start): Fix misleading message.
24036
24037 Wed Jun 15 12:10:10 1994  Stan Shebs  (shebs@andros.cygnus.com)
24038
24039         * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
24040         Remove all CC, etc definitions.
24041         * config/mt-hpux: New file.
24042         * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
24043         (CFLAGS, LDFLAGS): Define.
24044         * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
24045
24046         * Makefile.in (site.exp): Don't insert host_os, etc.
24047         (just-check): Just use RUNTEST with RUNTESTFLAGS only.
24048         (distclean): Check existence of subdir.
24049         * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
24050         * gdb.base/Makefile.in: General cleanup and simplification.
24051         Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
24052         to build executables.   Use default rule to build .o files.
24053         (EXPECT, RUNTEST, CC): Fix relative pathname.
24054         (site.exp): Don't insert host_os, etc.
24055         * gdb.base/signals.c (main): Don't call signal unless SIGALRM
24056         and/or SIGUSR1 defined.
24057         * gdb.base/watchpoint.c: Don't include stdio.h a second time.
24058         * gdb.c++/Makefile.in: General cleanup and simplification.
24059         Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
24060         (CFLAGS): Remove.
24061         (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
24062
24063 Fri Jun 10 10:55:09 1994  Jeff Law  (law@snake.cs.utah.edu)
24064
24065         * gdb.base/recurse.exp: Misc changes to get tests running again
24066         after Kung's changes to the watchpoint code.
24067         * gdb.base/watchpoint.exp: Likewise.
24068
24069 Thu Jun  9 15:16:55 1994  Per Bothner  (bothner@kalessin.cygnus.com)
24070
24071         * lib/gdb.exp (string_to_regexp):  Convert {\} also.
24072
24073 Wed Jun  8 12:12:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
24074
24075         * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
24076         * lib/gdb.exp (default_gdb_start): Define.
24077         * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
24078         gdb.base/funcargs.exp, gdb.base/opaque.exp,
24079         gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
24080         gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
24081         gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
24082         Don't call gdb_target_udi in between tests.
24083
24084 Tue Jun  7 08:30:15 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24085
24086         * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
24087         (which was basically just a local version of the same thing).  In
24088         addition to avoiding duplication, gdb_test_exact is faster.
24089         * lib/gdb.exp (gdb_test_exact): Fix typo.
24090
24091         * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
24092         don't give an error.
24093
24094         * gdb.base/term.exp: Call delete_breakpoints before starting.
24095
24096         * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
24097         (t10): Add comment.
24098
24099 Mon Jun  6 18:26:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
24100
24101         Reorganization of the GDB Test Suite.
24102
24103         * gdb.base: New directory, contains all the basic tests.
24104         * gdb.c++: New directory, tests specific to C++.
24105         * gdb.chill: New directory, tests specific to Chill.
24106         * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
24107         gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
24108         gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
24109         gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
24110         into appropriate new directories (t00-t17 to base, t20-t23 to c++,
24111         t30-31 to chill).
24112         * */gdbme.*: Rename to match appropriate expect scripts.
24113         * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
24114         gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
24115         gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
24116         gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
24117         gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
24118         gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
24119         gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
24120         gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
24121         gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
24122         gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
24123         * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
24124         gdb.c++/virtfunc.cc: New names of C++ files.
24125         * gdb.chill/chillvars.ch: New name of Chill file.
24126         * gdb.base/configure.in, gdb.c++/configure.in,
24127         gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
24128         * gdb.base/Makefile.in, gdb.c++/Makefile.in,
24129         gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
24130         * configure.in (configdirs): Update to reflect directory changes.
24131         (target_abbrev): No longer define for any configuration.
24132         * Makefile.in: Cosmetic improvements to header comments.
24133
24134 Fri Jun  3 18:56:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
24135
24136         Various changes to gdb.t31:
24137
24138         * Makefile.in (gdbme.o):  Compile with -fspecial_UC.
24139         * gdbme.ch:  Make all key-words and predefineds be upper-case.
24140         * chillvars.exp:  Expect key-words and predefinds in upper-case.
24141
24142         * chillvars.exp:  Use gdb_test_exact many places.
24143         Change expected output for arrays (which now includes index labels).
24144
24145         * pr-5020.exp, gdme.ch (module PR_5020):
24146         New test, for PR-5020.
24147
24148 Thu Jun  2 16:02:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
24149
24150         * lib/gdb.exp (string_to_regexp, gdb_test_exact):  New procedures.
24151         * Makefile.in (CHILL_LIB):  Remove bogus redundant definitions.
24152
24153 Sun May 29 22:31:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
24154
24155         * Makefile.in:  Fix bit-rot in definitions of CHILL,
24156         CHILL_FOR_TARGET and Chill_LIB.
24157         * gdb.t31/gdbme.ch:  Fix syntax of nested array tuples.
24158         * gdb.t31/Makefile.in:  Add definitions for CHILLFLAGS,
24159         CHILL, and CHILL_LIB.
24160
24161 Sat May 21 10:05:08 1994  Bill Cox  (bill@rtl.cygnus.com)
24162
24163         * Revert the previous changes.  Please see Rob's directory
24164           /lisa/test/rob/progressive/gdb/testsuite for these fixes.
24165
24166 Thu May 19 12:51:00 1994  Bill Cox  (bill@rtl.cygnus.com)
24167
24168         * Makefile.in, configure.in, config/mips-gdb.exp,
24169           config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
24170           config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
24171           config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
24172           gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
24173           gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
24174           gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
24175           gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
24176           gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
24177           gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
24178           gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
24179           gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
24180           gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
24181           gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
24182           gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
24183           gdb.t24/demangle.exp, lib/gdb.exp:  Check in Rob's testing
24184           changes from 94Q1.
24185
24186 Wed May 18 17:04:03 1994  Bill Cox  (bill@rtl.cygnus.com),
24187
24188         * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
24189           config/mt-slite, config/mt-unix, config/mt-vxworks: Add
24190           Rob's new testing fragments.
24191
24192 Tue May 17 15:04:14 1994  Bill Cox  (bill@rtl.cygnus.com)
24193
24194         * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
24195           lib/gdb.exp: Replace error proc calls with perror.
24196
24197 Mon May 16 19:00:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
24198
24199         * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
24200         version also, match on casted version strings, and match on
24201         gdb startup case where the line numbers might be messed up.
24202
24203 Fri May 13 18:00:27 1994  Bill Cox  (bill@rtl.cygnus.com)
24204
24205         * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
24206           (CFLAGS): Delete it from here.
24207
24208 Tue May  3 16:08:09 1994  Kung Hsu  (kung@mexican.cygnus.com)
24209
24210         * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
24211
24212 Fri Apr 29 14:26:35 1994  Stan Shebs  (shebs@andros.cygnus.com)
24213
24214         * Makefile.in (RUNTEST): Default to just "runtest".
24215
24216 Tue Apr 26 22:21:40 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
24217
24218         * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
24219         * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
24220         the code has been restructured.
24221
24222 Thu Apr 21 12:48:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24223
24224         * gdb.t00/default.exp (set write): Allow any number of \r and/or
24225         \n, not just one of each.
24226
24227         * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
24228         /bin/cc gives a warning if you do.
24229
24230 Thu Apr 21 11:54:04 1994  Kung Hsu  (kung@mexican.cygnus.com)
24231
24232         * gdb.t24/demangle.exp: change expect pattern of
24233         __t10ListS_link1ZUiRCUiPT0
24234
24235 Wed Apr 13 15:05:00 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
24236
24237         * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
24238         on local variables in recursive functions.
24239
24240         * gdb.t07/Makefile.in: Build the new test.
24241
24242 Tue Apr 12 20:45:25 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
24243
24244         * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
24245         directly.  Instead compare the return values from actual calls.
24246
24247 Mon Apr 11 10:31:00 1994  Bill Cox  (bill@rtl.cygnus.com)
24248
24249         * Makefile.in (check): Set TCL_LIBRARY for runtest.
24250
24251 Mon Apr 11 09:15:30 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
24252
24253         * From Peter Schauer with minor modifications.
24254         * gdb.t15/return.exp (return_tests): Handle targets where "return"
24255         stops in mid-line in the caller.  Add xfail for returning a float
24256         value on X86 targets.
24257
24258 Tue Apr  5 15:16:33 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
24259
24260         * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
24261         to avoid expect lossage.
24262         (fmem_LRbug_tests): Likewise.
24263         * gdb.disasm/hppa.s: Corresponding changes.
24264
24265         * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
24266         conditions to work with latest dejagnu/expect.
24267
24268         * gdb.t15/funcargs.exp (finish from indirect call): No longer
24269         expected to fail on the PA.
24270         (backtrace in call with trampolines): Explicitly require main
24271         to be frame #1 (no trampolines should show up in backtrace).
24272
24273         * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
24274         "continue -expect".
24275         * gdb.t06/break.exp: Likewise.
24276         * gdb.t07/watchpoint.exp: Likewise.
24277         * gdb.t13/bitfields.exp: Likewise.
24278         * gdb.t15/{funcargs,return}.exp: Likewise.
24279         * gdb.stabs/weird.exp: Likewise.
24280         * config/{mips,udi}-gdb.exp: Likewise.
24281
24282         * hppa.sed: Enclose comments within a sed command to avoid
24283         losing with the old OSF1 sed.
24284
24285 Wed Mar 30 00:31:49 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24286
24287         * gdb.t02/whatis.exp, gdb.t08/opaque.exp:  Add XFAILs for
24288         sequent dynix.
24289         * gdb.t06/signals.exp:  Add clear_xfail for sequent dynix.
24290         * gdb.t15/funcargs.exp:  Conditionally step again to really
24291         finish from marker_call_with_trampolines. Handle the case where
24292         the first step from within call_with_trampolines already steps
24293         us back to main.
24294         * gdb.t15/gdbme.c:  Add comment to closing brace of
24295         call_with_trampolines for funcargs.exp.
24296
24297 Tue Mar 29 23:55:27 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
24298
24299         * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
24300         Fix typo(s).
24301
24302 Sun Mar 27 16:53:14 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
24303
24304         * gdb.t07/gdbme.c: More code for watchpoint testing.
24305
24306         * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
24307         "Hardware watchpoint" throughout file.
24308         (test_watchpoint_triggered_in_syscall): New test.
24309         (test_complex_watchpoint): New test.
24310
24311 Fri Mar 25 17:05:31 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
24312
24313         * gdbme.c (call_with_trampolines): New function to try and step
24314         into.  Tests trampoline problems on the PA.
24315
24316         * funcargs.exp (localvars_in_indirect_call): No longer expect
24317         stepping into indirect call to fail on PAs.
24318         (test_stepping_over_trampolines): New test.
24319
24320 Wed Mar 23 07:43:33 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24321
24322         * TODO: Add suggestions for static member function tests, and
24323         completion tests.
24324
24325 Wed Mar 16 08:28:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24326
24327         * TODO: Add suggestions for "p/a" tests.
24328
24329         * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
24330         (default_gdb_exit): Replace all the hair with sending "quit" to
24331         the process with a simple close.
24332
24333 Tue Mar 15 08:45:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24334
24335         * TODO: Add suggestions for shared library tests.
24336
24337 Sun Mar 13 10:45:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24338
24339         * TODO: Add suggestions for x/s tests.
24340
24341 Fri Mar 11 08:22:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24342
24343         * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
24344         "enable once", and "enable breakpoints once" with ".*".
24345
24346 Thu Mar 10 08:34:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24347
24348         * TODO: Add suggestions about structure passing tests.
24349
24350 Mon Mar  7 13:45:54 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24351
24352         * gdb.t03/gdbme.c:  gcc version 1 puts out the wrong stabs for
24353         the primary1 test, use work around if __GNUC__ < 2.
24354         * gdb.t06/signals.c:  Add comments for signals.exp pattern matching.
24355         * gdb.t06/signals.exp:  Add XFAILs for i386 bsd and vax ultrix.
24356         Test for bad output rather than waiting for timeout.  Issue
24357         second continue only if first continue failed.
24358
24359 Wed Mar  2 10:08:01 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
24360
24361         * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
24362         operator[] test with gdb_test because the old code didn't seem to
24363         be getting the quoting right with the new dejagnu.
24364
24365 Thu Feb 24 19:49:25 1994  Rob Savoye  (rob@poseidon.cygnus.com)
24366
24367         * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
24368         one from the path.
24369         * Makefile.in: Use a fresh expect if there is one, use runtest
24370         from the src tree if there is one.
24371
24372 Thu Feb 24 18:49:37 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
24373
24374         * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
24375         next over recursive call.  Revise the tests from that point on
24376         (which had been skipped) to match GDB's actual (correct) output.
24377
24378         * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
24379         with next over a breakpoint whose condition is false.
24380
24381         * gdb.t00/help.exp: Comment out "help set print" tests just like
24382         (and for same reason as) "help set" test.
24383
24384 Mon Feb 14 09:58:23 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
24385
24386         * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
24387         * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
24388
24389 Sun Feb  6 15:36:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24390
24391         * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
24392         necessary gdb_target_udi.
24393
24394         * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
24395
24396         * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
24397         1838 and 2417; they are fixed.
24398
24399         * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
24400         gdb.t03/ptype.exp (ptype structure, ptype union):
24401         Remove xfails; the test is looser than when the xfails were added.
24402
24403         * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
24404         * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
24405
24406         * gdb.t01/run.exp: Only run shell test if isnative.
24407
24408         * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
24409         since "run" automatically loads if necessary.  Call gdb_target_udi
24410         after the "file" since "file" kills any execution target.
24411
24412         * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
24413         GDB.  GDB doesn't work that way (not anymore at least) on UDI.
24414         * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
24415         argument for UDI.
24416
24417 Fri Feb  4 12:19:32 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
24418
24419         * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
24420
24421         * gdb.t17/callfuncs.exp: Add xfails for rs6000.
24422
24423 Sat Feb  5 09:11:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24424
24425         * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
24426         properly quoting regexps.  This makes the second argument to
24427         demangle a fixed string, which matches the callers, instead of a
24428         shell-style pattern which is what the previous implementation
24429         used.  Update some of the callers.
24430
24431 Sat Feb  5 10:19:09 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
24432
24433         * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
24434         (comib_nullified_tests): Fix typo.
24435         * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
24436         strings.  No longer expected to fail.
24437
24438         * gdb.disasm/hppa.s (addib_tests): Fix typo.
24439         * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
24440         strings.  No longer expected to fail.
24441
24442         * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
24443         string.  No longer expected to fail.
24444
24445 Fri Feb  4 23:45:11 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
24446
24447         * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
24448         No longer expected to fail.
24449
24450         * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
24451         string.  No longer expected to fail.
24452
24453 Fri Feb  4 10:35:42 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24454
24455         * gdb.t24/demangle.exp: Remove a bunch more tests which differ
24456         only in the names (I probably got most of them).  I was even
24457         generous with some which differed in underscores in names, and
24458         probably missed a few, and I *still* was able to remove almost a
24459         third of the file with almost no impact on testsuite coverage.
24460
24461 Thu Feb  3 12:04:49 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24462
24463         * gdb.t00/default.exp: Match udi_attach error message as well as
24464         the one from child_attach.
24465
24466         * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
24467
24468         * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
24469
24470         * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
24471         * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
24472
24473         * Move test with enums and partial symbols back to
24474         gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
24475         Reverts the change of 26 May 93.  Per today's change to
24476         stabs.texinfo, the behavior that weird.exp was expecting was
24477         unreasonable; what is important is that the compiler+gdb get
24478         things right, which happens with a recent gcc.  Also fix the test
24479         to deal with native compilers which put out the stab gdb can't
24480         deal with.
24481
24482 Mon Jan 31 15:40:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24483
24484         * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
24485         in the names.  The main thing these accomplish is to slow things down.
24486         Many more such duplicates surely remain.
24487
24488         * gdb.t00/help.exp: Comment out "help support" test just like
24489         (and for same reason as) "help set" test.
24490
24491 Mon Jan 31 06:43:45 1994  Fred Fish  (fnf@cygnus.com)
24492
24493         * gdb.t06/break.exp:  Remove setup_xfails for
24494         sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
24495         * gdb.t20/inherit.exp (test_ptype_si):  Update warning message
24496         about known bug in gcc to include up through 2.5.8.
24497         * gdb.t20/inherit.exp (test_ptype_vi):  Accept "_vb." as well as
24498         well as "_vb$".
24499         * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
24500         Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
24501         with latest gcc and gdb.
24502         * gdb.t22/virtfunc.exp (test_ptype_of_classes):  Accept "_vb." as
24503         well as "_vb$".
24504
24505 Sat Jan 29 23:31:26 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
24506
24507         * configure.in (hppa*-*-*): Also configure and build stabs-only
24508         tests.
24509
24510 Thu Jan 27 08:21:16 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
24511
24512         * gdb.t10/hppa.mt: A makefile fragment for the PA.
24513         * gdb.t10/configure.in (hppa*-*-*): Use it.
24514
24515 Tue Jan 25 12:58:26 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24516
24517         * gdb.t09/corefile:  Increase timeout when spawning gdb explicitly.
24518
24519 Wed Jan 19 12:40:25 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24520
24521         * gdb.t06/signals.exp:  Handle blocked SIGTRAP on sun3 for bash
24522         versions prior to 1.13.5.
24523
24524 Tue Jan 18 20:10:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24525
24526         * gdb.t00/default.exp (show prompt): In FAIL case, only match if
24527         the prompt is at the start of a line.
24528
24529 Mon Jan 17 20:07:51 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
24530
24531         * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
24532         Enable "diag" instruction.  Delete copr from fpu_misc_tests, it's
24533         in the copr tests now.
24534         * gdb.disasm/hppa.exp: Run new sfu and copr tests.  Do not expect
24535         copr in the fpu_misc tests anymore.  fpu_misc tests are no longer
24536         expected to fail.
24537
24538 Fri Jan 14 14:24:21 1994  Rob Savoye  (rob@darkstar.cygnus.com)
24539
24540         * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
24541         gdb.t31/chillvars.exp, lib/gdb.exp:
24542         Tweak to run under either version of expect.
24543         * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
24544         * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
24545         * gdb.t11/list.exp: Remove extraneous whitespace.
24546
24547 Sat Jan 15 09:57:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24548
24549         * gdb.t16/printcmds.exp (test_print_strings): Accept
24550         "(unsigned char *) " before the string.
24551
24552         * TODO: Add notes about printing of fancy types and GDB expressions.
24553
24554 Thu Jan 13 17:16:09 1994  Stan Shebs  (shebs@andros.cygnus.com)
24555
24556         * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
24557         * gdb.t06/configure.in: Don't try to compile signals test program
24558         if doing mips-idt-ecoff.
24559
24560 Thu Jan 13 08:25:55 1994  Rob Savoye  (rob@darkstar.cygnus.com)
24561
24562         * Most .exp files: Tweak to run under either version of expect.
24563
24564 Tue Jan 11 15:21:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24565
24566         * gdb.t12/scope.exp: Add xfails for rs6000.  Remove 1806 from existing
24567         xfails; I'm not sure why they are failing, but not because of PR 1806.
24568
24569 Mon Jan 10 22:14:20 1994  Rob Savoye  (rob@darkstar.cygnus.com)
24570
24571         * config/unix-gdb.exp: Remove gdb_unload cause it's already
24572         defined in lib/gdb.exp.
24573
24574 Fri Jan  7 12:42:45 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24575
24576         * gdb.t07/watchpoint.exp:  Clear xfail for calling function with
24577         watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
24578         * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc:  Conversion operator functions
24579         have to be typeless.
24580
24581 Tue Jan  4 09:32:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24582
24583         * TODO: Add suggestion for copyright year test.
24584
24585 Mon Jan  3 11:35:26 1994  Stan Shebs  (shebs@andros.cygnus.com)
24586
24587         * configure.in (*-*-lynxos*): Add stabs tests.
24588
24589 Wed Dec  1 21:54:05 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
24590
24591         * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
24592         so insert a tab before any assembler directive in column zero.
24593
24594         * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
24595         stores.
24596         * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
24597         stores.
24598         (fpu_short_memory_tests): Likewise.
24599
24600 Mon Nov 22 13:23:22 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24601
24602         * gdb.stabs/ecoff.mt:  Delete alpha specific if block, fix typo.
24603         * gdb.stabs/ecoff.sed:  Escape inserted blanks with backslashes, embed
24604         .stabs directives in comments.
24605
24606 Fri Nov 19 14:09:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24607
24608         * TODO: New file, describing tests we could write.
24609         * gdb.t09/corefile.exp: Move description of tests to write to TODO.
24610
24611 Tue Nov 16 21:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24612
24613         * gdb.t06/signals.exp: Add kludge to force re-sync.
24614
24615         * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
24616         to xgdb instead of gdb, get out of gdb.
24617
24618 Tue Nov 16 10:21:57 1993  Rob Savoye  (rob@cygnus.com)
24619
24620         * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
24621         for info.
24622
24623 Sat Nov 13 23:17:48 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
24624
24625         * gdb.stabs/hppa.mt: A makefile fragment for the PA.
24626         * gdb.stabs/configure.in (hppa*-*-*): Use it.
24627         * gdb.stabs/hppa.sed: New sed script for the PA.
24628
24629 Sat Nov 13 22:50:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24630
24631         * gdb.stabs: Re-write weird.def and configuration to use sed
24632         instead of cpp.  sed is portable and POSIX; cpp is neither.
24633
24634 Fri Nov 12 15:26:36 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24635
24636         * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
24637
24638 Mon Nov  8 16:55:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24639
24640         * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
24641
24642 Thu Nov  4 23:07:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24643
24644         * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
24645         "_vb$".
24646         * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
24647         * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
24648
24649 Wed Nov  3 13:53:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24650
24651         * lib/gdb.exp: Comment out code which depends on non-existent
24652         `transform' procedure.
24653
24654 Wed Nov  3 11:23:11 1993  Rob Savoye  (rob@darkstar.cygnus.com)
24655
24656         * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
24657         * lib/gdb.exp: Transform tool name.
24658         * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
24659         1.1's new error handling system.
24660
24661 Mon Nov  1 10:36:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24662
24663         * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
24664
24665 Fri Oct 29 17:58:14 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24666
24667         * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
24668         They made pattern matching so slow that timeouts happened on
24669         heavily loaded systems.  Now any output from "show print" which
24670         gets us back to the GDB prompt is a PASS.
24671
24672 Mon Oct 25 14:36:50 1993  Stu Grossman  (grossman at cygnus.com)
24673
24674         * gdb.disasm/hppa.mt:  Use $(srcdir) in hppa.o make rule.
24675
24676 Mon Oct 25 13:35:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24677
24678         * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
24679
24680         * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
24681         It is not from PR 3220.
24682
24683 Sun Oct 24 18:49:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24684
24685         * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
24686         just started failing because they depended on the order the
24687         subcommands are presented, or exact docstring text.  This kind of
24688         test is a pain and has minimal benefit.
24689
24690 Thu Oct 21 08:26:48 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24691
24692         * gdb.t09/corefile.exp: At end of test, use "core" command with
24693         no arguments.
24694
24695 Wed Oct 20 08:56:02 1993  Stu Grossman  (grossman at cygnus.com)
24696
24697         * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
24698         17}/Makefile.in:  Make it possible to run the testsuite with Sun
24699         make and CC = cross gcc by adding explicit build rules for .o
24700         files.
24701
24702 Tue Oct 19 14:57:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24703
24704         * gdb.t15/funcargs.exp: Don't put comments on same line as
24705         setup_xfail (@#$*%& tcl braindamage!).
24706
24707 Mon Oct 18 21:50:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24708
24709         * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
24710
24711 Fri Oct 15 15:39:54 1993  Kung Hsu  (kung@cirdan.cygnus.com)
24712
24713         * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
24714         * gdb.t20/inherit.exp: remove three dumplicate entries.
24715
24716 Fri Oct 15 13:45:25 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24717
24718         * gdb.t06/break.exp: For "next over recursive call", fail on any
24719         incorrect output, not just on "factorial (value=2)".
24720
24721 Fri Oct 15 11:52:56 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24722
24723         * gdb.t12/scope.exp:  Remove xfails, filename::var syntax should be
24724         working now. Add an xfail if accesing a bss variable causes
24725         a memory error if the target is not yet run.
24726
24727 Thu Oct 14 19:16:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24728
24729         * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
24730         constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
24731         name of __st* demangling (2 strings).  Did Kung really get the
24732         more than 95 others right without testing them?
24733
24734 Thu Oct 14 16:27:08 1993  Kung Hsu  (kung@cirdan.cygnus.com)
24735
24736         * gdb.t24/demangle.exp: clean up XFAILS, more than 100
24737
24738 Thu Oct 14 11:40:30 1993  Jeffrey Law  (law@cs.uah.edu)
24739
24740         * configure.in (configdirs): Add gdb.disasm
24741         * gdb.disasm: New directory for GDB disassembler tests.
24742         * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
24743
24744 Thu Oct 14 11:40:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24745
24746         * gdb.t00/help.exp: Don't test "help set".
24747
24748         * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
24749         from within expect statements.  None of these happen anymore and
24750         they cause regressions to be silently unnoticed.
24751
24752         * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
24753         messages) about known failures with gcc cygnus-2.4.5-930417.
24754
24755         * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
24756         comp-info.exp so it gets built if it doesn't exist.
24757
24758         * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
24759         it is no longer used.
24760         * gdb.t13/comp-info.c: Removed.
24761
24762 Wed Oct 13 22:54:06 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
24763
24764         * gdb.t06/signals.exp: Add xfail for sun3.
24765
24766 Thu Oct  7 12:01:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24767
24768         * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
24769         relevant because ^C doesn't get sent but failure can be reproduced
24770         interactively).
24771
24772 Tue Oct  5 10:43:11 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24773
24774         * gdb.stabs/alpha.mt:  New configuration file for alpha.
24775         * gdb.stabs/configure.in:  Use it.
24776         * gdb.stabs/ecoff.mt, weird-ecoff.sed:  Change sed script to enable
24777         sharing with alpha.mt, redefine long to word via preprocessor.
24778         * gdb.stabs/weird.def:  Conditionally adapt storage layout of v_comb
24779         for alpha.
24780         * gdb.stabs/weird.exp:  Handle compilation of weird.s by alpha
24781         native cc.
24782         * gdb.t00/teststrategy.exp:  Change expect string so that we
24783         consume the `(xgdb)' from the command echo and from the gdb prompt.
24784         * gdb.t05/expr.exp:  xfail "print unsigned int == (~0)" on the alpha.
24785         gdb currently compares all values as long, so this failure probably
24786         applies to any configuration where LONGEST is bigger than a target int.
24787         * gdb.t08/comp-info.c:  New file to determine if gdbme is compiled
24788         with gcc.
24789         * gdb.t08/Makefile.in, opaque.exp:  Use it. Alpha native cc is unable
24790         to handle opaque pointers, gcc is.
24791         * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc:  operator new takes a size_t
24792         as first argument. Include <sys/types.h> and change all operator
24793         new definitions to use size_t.
24794         * gdb.t21/cplusfuncs.exp:  Handle changes in output for operator new
24795         now that we use size_t.
24796
24797 Wed Sep 29 00:55:49 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24798
24799         * gdb.t03/ptype.exp, gdb.t15/printcmds.exp:  When constructing
24800         a long or float array cast all array members to the same type.
24801         * gdb.t04/setvar.exp:  Handle the decimal output of an unsigned long
24802         with 64 bit longs.
24803         * gdb.t07/watchpoint.exp:  Add finish and until variations encountered
24804         on alpha.
24805         * gdb.t08/opaque.exp, gdb.t17/interrupt.exp:  Add xfails for alpha.
24806
24807 Tue Sep 28 17:26:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24808
24809         * gdb.t24 (demangle.exp): Constructors of templates have names like
24810         vector<int>::vector(int) not vector<int>::vector<int>(int).  See
24811         section 14.6 of the ARM.
24812
24813         * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
24814         "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
24815         accomplish little and slow down the testsuite.
24816
24817         * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
24818         Accept spaces various places.
24819
24820 Tue Sep 21 17:28:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24821
24822         * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
24823         with watchpoint enabled.
24824
24825         * Makefile.in: Remove definition of CC and remove the second
24826         definition of CXX (the "CXX = gcc" one remains).  These definitions
24827         were causing backquotes to be expanded within backquotes, which
24828         doesn't work.
24829
24830 Sat Sep 18 09:43:21 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
24831
24832         * gdb.t17/callfuncs.exp: Add "return 0" to end.
24833
24834 Fri Sep 17 04:41:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24835
24836         * gdb.stabs/ecoff.mt:  Remove STABSCC hack.
24837         * gdb.stabs/weird.exp:  Handle the case where weird.o is compiled
24838         by mips cc and contains no stabs entries.
24839
24840 Thu Sep 16 17:22:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
24841
24842         * config/vx-gdb.exp: Use fake device to load files rather than
24843         NFS.
24844         * lib/gdb.exp: New proc to do "file" command.
24845         * config/unix-gdb.exp: Use new "file" proc.
24846
24847 Thu Sep 16 13:45:44 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
24848
24849         * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
24850         Rework board rebooting slightly.
24851         (gdb_exit): Don't exit from the remote shell; there isn't one.
24852         * gdb.stabs/weird.exp: If a program is being debugged already,
24853         kill it.
24854         * gdb.t04/setvar.exp: Stop and restart gdb.
24855         * gdb.t05/expr.exp: Likewise.
24856         * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
24857         restart gdb and reload the program.
24858         * gdb.t08/opaque.exp: Likewise.
24859         * gdb.t12/scope.exp: Likewise.
24860         * gdb.t13/bitfields.exp: Likewise.
24861         * gdb.t15/funcargs.exp: Likewise.
24862         * gdb.t20/classes.exp: Likewise.
24863         * gdb.t03/ptype.exp: Increase timeout.
24864         * gdb.t16/printcmds.exp (test_print_string_constants,
24865         test_print_array_constants): Likewise.
24866         * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
24867         * gdb.t20/classes.exp (do_tests): Likewise.
24868         * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
24869
24870 Wed Sep 15 14:24:36 1993  Ian Lance Taylor  (ian@cygnus.com)
24871
24872         * gdb.stabs: Renamed *wierd* to *weird*.
24873
24874 Wed Sep 15 10:36:50 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
24875
24876         * gdb.t13/bitfields.exp: Test for bad output rather than waiting
24877         for timeout.  Add "known gcc 2.4.5 bug" to failure message.
24878
24879 Tue Sep 14 17:16:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
24880
24881         * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
24882         (do_tests): Remove xfail for whatis on one_var and two_var.
24883
24884 Wed Sep  8 23:14:23 1993  Rob Savoye  (rob@darkstar.cygnus.com)
24885
24886         * Makefile.in: Made cross building work better by adding
24887         {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
24888
24889 Tue Sep  7 14:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24890
24891         * gdb.t15/{return.c,return.exp,Makefile.in}:
24892         New test, currently commented out.
24893
24894 Tue Aug 31 16:51:29 1993  Rob Savoye  (rob@darkstar.cygnus.com)
24895
24896         * config/udi-gdb.exp: gdb_exit now kills any isstip processes
24897         still running and removes the leftover named socket so GDb can do
24898         clean restarts.
24899
24900 Mon Aug 30 17:55:16 1993  Rob Savoye  (rob@darkstar.cygnus.com)
24901
24902         * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
24903         console, not GDB.
24904         * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
24905         cross testing works better with "make check"
24906         * config/unix-gdb: Use default procedures for exit and version.
24907         * config/vx-gdb.exp: Cleaned up and massaged back to working order
24908         with the newest VxWorks.
24909
24910 Thu Aug 26 17:50:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24911
24912         * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
24913         old form.
24914
24915         * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
24916         name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
24917
24918         * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
24919
24920         * config/unix-gdb.exp: Remove this version of gdb_exit
24921         * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
24922         Rob says he'll look at it when he gets back to testing boards.
24923
24924 Thu Aug 26 07:20:00 1993  Fred Fish  (fnf@deneb.cygnus.com)
24925
24926         * gdb.t22/virtfunc.exp:  Accept missing struct/class names as
24927         an expected fail for certain ptype commands.
24928
24929         * gdb.t20/classes.exp:  Update expected results of "ptype class
24930         Base1" to account for the constructor that now appears in the type.
24931
24932 Wed Aug 25 16:48:05 1993  Fred Fish  (fnf@deneb.cygnus.com)
24933
24934         * configure.in (configdirs):  Restore gdb.t04, which mysteriously
24935         disappeared from list.
24936         * config/{udi-gdb.exp, gdb-unix.exp}:  Replace calls to obsolete
24937         "alldone" proc with call to cleanup and exit.
24938         * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
24939         gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
24940         gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
24941         gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
24942         gdb.t12/scope.exp, gdb.t13/bitfields.exp}:  Replace calls to
24943         "alldone" proc with simple returns that suppress remaining
24944         tests.  The alldone proc went away many months ago.
24945
24946 Tue Aug 24 11:04:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24947
24948         * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
24949
24950         * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
24951
24952 Thu Aug 19 22:08:41 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24953
24954         * gdb.t15/funcargs.exp:  Allow arguments for main in backtraces
24955         as vax gdb will display them.
24956
24957 Thu Aug 19 18:18:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24958
24959         * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
24960         optimizers.
24961
24962         * scope.exp: Change "bad value for localval" messages so each one
24963         is unique.
24964
24965         * config/unix-gdb.exp (gdb_exit): Move info on this vs.
24966         lib/gdb.exp (gdb_exit) from ChangeLog to comments.
24967
24968         * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
24969
24970 Tue Aug 17 00:05:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24971
24972         * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
24973         doesn't exist (due to optimization).
24974
24975 Mon Aug 16 21:05:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
24976
24977         * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
24978         contains \r because the filename is long.
24979
24980         * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
24981         'continue'" bug, and change xfail back to i*86-univel-sysv4*.
24982
24983 Mon Aug 16 03:05:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24984
24985         * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
24986         gdb.t08/opaque.exp, gdb.t17/interrupt.exp:  Update for vax running
24987         Ultrix.
24988         * gdb.t02/whatis.exp:  Use procedure to setup xfails on long versus
24989         int tests.
24990         * gdb.t08/opaque.exp:  Use procedure to setup xfails for opaque tests.
24991
24992 Thu Aug 12 15:24:28 1993  Fred Fish  (fnf@deneb.cygnus.com)
24993
24994         * Makefile.in (distclean):  Remove *.log *.plog *.sum *.psum site.*.
24995
24996         * gdb.t17/interrupt.exp:  Fix 'missing Continuing' case so pattern
24997         to match does not match the passing case but still matches the
24998         failing case.
24999
25000 Thu Aug 12 16:58:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25001
25002         * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
25003
25004 Wed Aug 11 19:47:27 1993  John Gilmore  (gnu@rtl.cygnus.com)
25005
25006         * lib/gdb.exp (gdb_exit):  Move the best version of gdb_exit
25007         to here.  Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
25008         * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
25009         Remove various versions of gdb_exit.
25010         * config/vx-gdb.exp:  Remove quit_vxgdb, change a caller to call
25011         gdb_exit.
25012         * config/unix-gdb.exp:  gdb_exit remains here, and should override
25013         the generic version, since it's doing a lot of wierd stuff that
25014         the other versions aren't.  FIXME, fold it in, or abandon this
25015         version.
25016
25017 Wed Aug 11 12:09:32 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25018
25019         * gdb.t24/demangle.exp: Add tests for PR 3220.
25020
25021 Tue Aug 10 15:49:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25022
25023         * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
25024
25025 Tue Aug 10 15:45:25 1993  Fred Fish  (fnf@deneb.cygnus.com)
25026
25027         * gdb.t07/watchpoint.exp:  Clear xfail with "i*86-*-*", not just
25028         "i386-*-*".  Works for i486 as well.
25029
25030         * gdb.t06/signals.exp:  Rework code that recognizes known SVR4
25031         bug, and expand domain of xfail to all SVR4 systems, since the
25032         actual problem is likely to be in generic SVR4 /proc support.
25033
25034 Tue Aug 10 15:49:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25035
25036         * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
25037
25038 Tue Aug 10 09:56:56 1993  Fred Fish  (fnf@deneb.cygnus.com)
25039
25040         * gdb.t17/interrupt.exp:  Set up xfail for *-*-sysv4*, in chain of
25041         xfails for other systems.  Match a missing 'Continuing.' as an
25042         explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
25043
25044         * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
25045         gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
25046         Only issue warning for missing executables if -all option is used.
25047
25048         * gdb.stabs/wierd.exp:  Only issue warning for missing wierd.o
25049         file if -all option is used.  It's like an unpredictable XFAIL.
25050
25051 Mon Aug  9 10:13:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25052
25053         * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
25054         for dynamically linked binaries.
25055
25056         * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
25057
25058 Sun Aug  8 14:21:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25059
25060         * gdb.t20/inherit.exp: Change message for "print tagless struct"
25061         to state that this is a known bug in old versions of g++.
25062
25063 Fri Aug  6 21:40:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25064
25065         * gdb.t17/interrupt.exp:  Add xfail for 386 bsd. Accept echoed newline
25066         while waiting for `Continuing'.
25067
25068 Fri Aug  6 13:38:08 1993  Fred Fish  (fnf@deneb.cygnus.com)
25069
25070         * gdb.t10/nodebug.exp:  Expect to find local/global minimal symbols
25071         in text, data, and bss.
25072         * gdb.t10/nodebug.c:  Add local and global test variables for
25073         initialized and uninitialized data.
25074
25075 Thu Aug  5 12:18:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25076
25077         * config/unix-gdb.exp (gdb_exit): Add "wait".
25078
25079 Thu Aug  5 18:14:06 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25080
25081         * gdb.t06/signals.exp:  xfail the continue from the handler for all
25082         targets.
25083
25084         * gdb.t07/watchpoint.exp:  clear_xfail for i386 when calling a
25085         function with watchpoints enabled, the i386 call dummy starts with
25086         a call.
25087
25088         * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in:  Handle the way
25089         386 bsd names its corefiles.
25090
25091 Wed Aug  4 08:53:41 1993  Fred Fish  (fnf@cygnus.com)
25092
25093         * gdb.t10/Makefile.in (nodebug.o):  Don't use "-c -o", many
25094         compilers don't grok it.
25095         * gdb.t16/gdbme.c (ctable1):  Initialize unsigned char array
25096         with small octal ints rather than character constants, which
25097         are signed and might not fit if first promoted to int.
25098
25099 Tue Aug  3 18:28:25 1993  Fred Fish  (fnf@cygnus.com)
25100
25101         * gdb.t09/Makefile.in (clean):  Remove corefile.
25102
25103 Mon Aug  2 12:47:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25104
25105         * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
25106
25107 Mon Aug  2 12:30:14 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25108                           and Jim Kingdon (kingdon@cygnus.com)
25109
25110         * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
25111         NO_SINGLE_STEP machines.  Fix comment about its cause.  Uncomment
25112         the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
25113
25114 Fri Jul 30 19:46:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25115
25116         * gdb.t17/interrupt.exp: Add xfail for hppa.
25117
25118 Fri Jul 30 12:54:11 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25119
25120         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
25121         gdb.t09/corefile.exp:  Cleanup xfails for fixed mips bugs.
25122         * gdb.t13/bitfields.exp, gdbme.c:  Examine a variable in the inferior
25123         to determine signed-ness of bitfields and use the result to setup
25124         the xfail.
25125         * gdb.t15/gdbme.c:  Add comments to the two indirect call0a lines.
25126         * gdb.t15/funcargs.exp:  Use them to step until the second indirect
25127         call line is reached if necessary.
25128
25129 Thu Jul 29 20:33:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25130
25131         * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
25132
25133 Mon Jul 26 00:15:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25134
25135         * gdb.t06/break.exp: Also test `clear' command.
25136
25137 Wed Jul 21 18:03:38 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
25138
25139         * gdb.t00/teststrategy.exp: Remove extra quote.
25140
25141         * gdb.t07/watchpoint.exp: Change xfail for calling function with
25142         watchpoint enabled to be for all non-68k machines.
25143
25144         * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
25145
25146 Mon Jul 19 23:59:26 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25147
25148         * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
25149         targets use aout.mt instead of ecoff.mt as gas understands
25150         standard aout format.
25151
25152 Mon Jul 19 18:14:06 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
25153
25154         * lib/gdb.exp (runto): Don't insist that function we are running to
25155         was compiled with -g.
25156
25157         * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
25158
25159         * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
25160         to get back into the read system call.
25161         Accept leading newline in case where we woke it up.
25162
25163 Sun Jul 18 08:40:45 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25164
25165         * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}:  New files
25166         to make the stabs test work on ecoff systems using gcc and -with-stabs.
25167         * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}:  Modify to
25168         enable ecoff configuration.
25169
25170 Thu Jul 15 11:54:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25171
25172         * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
25173
25174 Wed Jul 14 09:36:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25175
25176         * gdb.t16/printcmds.exp: Add another printf test.
25177
25178 Wed Jul 14 15:37:13 1993  Ian Lance Taylor  (ian@cygnus.com)
25179
25180         * configure.in: If configured -with-stabs on any target, add
25181         stabsdirs to configdirs.
25182
25183 Wed Jul 14 09:36:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25184
25185         * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
25186         fun" so pattern does not match the command itself.
25187
25188 Mon Jul 12 11:22:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25189
25190         * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
25191
25192 Sun Jul 11 12:03:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25193
25194         * gdb.t17/interrupt.exp: Test for more things.
25195
25196 Fri Jul  9 14:11:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25197
25198         * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
25199         compiler arranges the code and line numbers.
25200
25201         * gdb.t17/interrupt.exp: Don't send \n after ^C.
25202
25203 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25204
25205         * gdb.t00/help.exp:  Increase expect input buffer size.
25206
25207 Thu Jul  8 14:26:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25208
25209         * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
25210
25211         * gdb.t07/watchpoint.exp: Add xfail for hppa.
25212
25213         * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
25214
25215         * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
25216         [0-9]*, not just [0-9].
25217
25218 Wed Jul  7 17:52:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25219
25220         * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
25221
25222         * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
25223
25224 Tue Jul  6 13:54:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25225
25226         * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
25227
25228 Mon Jul  5 22:03:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25229
25230         * gdb.t06/signals.c: Add xfails for sun3.
25231
25232         * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
25233
25234         * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597.  Also add
25235         test_stepping tests.
25236
25237 Fri Jul  2 09:08:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25238
25239         * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
25240
25241         * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
25242
25243         * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
25244         rather than actually putting it through cpp twice.
25245
25246         * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
25247
25248 Fri Jul  2 10:48:03 1993  Ian Lance Taylor  (ian@cygnus.com)
25249
25250         * config/mips-gdb.exp (gdb_exit): Removed close statement which is
25251         no longer needed.
25252
25253 Fri Jul  2 09:08:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25254
25255         * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
25256
25257         * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
25258         C++ features prints as "struct", make it a pass, not an xfail.
25259
25260 Thu Jul  1 22:03:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25261
25262         * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
25263         Don't require VA to print as "class" rather than "struct".
25264
25265 Thu Jul  1 18:27:40 1993  Jim Kingdon  (kingdon@cygnus.com)
25266
25267         * gdb.t06/twice.exp: Don't care about the file name GDB prints.
25268
25269 Wed Jun 30 18:01:00 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25270
25271         * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
25272
25273 Tue Jun 29 13:15:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25274
25275         * gdb.t12/scope.exp:  Remove xfail for parameter printing in wrong
25276         order.
25277
25278 Tue Jun 29 09:22:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25279
25280         * gdb.t16/printcmds.exp: Add printf tests.
25281
25282         * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
25283
25284         * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
25285
25286 Mon Jun 28 11:25:59 1993  Fred Fish  (fnf@cygnus.com)
25287
25288         * gdb.t20/classes.exp:  Add clear_xfail's before printing summary
25289         pass counts, to counteract any existing or future setup_xfails.
25290
25291 Mon Jun 28 09:15:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25292
25293         * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
25294         {BEGIN,END}_COMMON for common block instead of STAB.
25295         * gdb.stabs/wierd.exp: Add xfail for rs6000.
25296
25297         * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
25298         intp_var should be N_GSYM not N_LSYM.
25299         wierd-aout.S: Use a label for the value of the N_SO.
25300         wierd.def: Remove all backslashes.
25301         wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
25302
25303 Mon Jun 28 07:21:51 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25304
25305         * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
25306         get the expected next to inheritance3.
25307
25308 Sun Jun 27 12:29:53 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25309
25310         * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
25311         now that gcc-2.4 gets it right.
25312
25313 Fri Jun 25 12:00:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25314
25315         * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
25316
25317         * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
25318         generating comp-info.exp which works for cross-compilation.
25319
25320 Thu Jun 24 16:55:05 1993  Fred Fish  (fnf@cygnus.com)
25321
25322         * gdb.t11/list.exp:  For SVR4 xfails, match "*-*-sysv4*", not
25323         "*-*-sysv4.*".
25324
25325 Tue Jun 22 21:17:26 1993  Fred Fish  (fnf@cygnus.com)
25326
25327         * gdb.t01/run.exp:  Start with a fresh gdb.
25328         * gdb.t11/list.exp:  For SVR4 xfails, match on all versions of
25329         SVR4.x.
25330
25331 Mon Jun 21 15:23:22 1993  Fred Fish  (fnf@cygnus.com)
25332
25333         * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
25334         gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
25335         gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
25336         Makefile.in (distclean, realclean):  Remove gdbme.c from list of
25337         things to remove.
25338
25339 Sat Jun 19 07:49:10 1993  Fred Fish  (fnf@cygnus.com)
25340
25341         * gdb.t24/demangle.exp (test_gnu_style_demangling):  Add some new
25342         test cases from bug reports.
25343
25344 Fri Jun 18 10:38:49 1993  Fred Fish  (fnf@cygnus.com)
25345
25346         * gdb.t06/break.exp:  Add xfails for sparc-sun-solaris2.*.
25347         * gdb.t12/scope.exp:  Add clear_xfails at appropriate places to
25348           avoid spurious xfails.
25349         * gdb.t20/classes.exp:  Add xfails for longstanding C++ problems.
25350         * gdb.t21/cplusfuncs.exp:  Add xfails for sparc-sun-solaris2.*.
25351         * gdb.t22/virtfunc.exp:  Add xfails for longstanding C++ problems.
25352
25353 Wed Jun 16 10:11:57 1993  Fred Fish  (fnf@cygnus.com)
25354
25355         * gdb.t00/teststrategy.exp:  Rework to provide more useful
25356         description of each test, fix problem with systems that define
25357         ALIGN_STACK_ON_STARTUP code, other misc cleanups.
25358         * gdb.t06/break.exp (test_next_with_recursion):  Fix expected
25359         results for "next over recursive call" so timeouts aren't taken
25360         by error.
25361
25362 Mon Jun 14 09:09:04 1993  Jim Kingdon  (kingdon@cygnus.com)
25363
25364         * gdb.t12/scope.exp: Test printing of variables before run.
25365
25366         * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
25367         printed in wrong order due to sorting.
25368
25369 Sat Jun 12 15:03:58 1993  Fred Fish  (fnf@cygnus.com)
25370
25371         * gdb.t00/teststrategy.exp:  Fix expected results for printing
25372         user entered string constant.  Is array of char, prints with no
25373         address.
25374
25375         * gdb.t00/{default.exp, help.exp}:  Account for changes to radix
25376         commands.
25377         * gdb.t16/gdbme.c:  Add and use struct containing arrays of char.
25378         * gdb.t16/printcmds.exp:  Fix all lines that match "unsigned char *".
25379         * gdb.t16/printcmds.exp (test_print_char_arrays):  Test printing
25380         of struct of char arrays.
25381         * gdb.t00/radix.exp:  New tests for radix commands.
25382
25383 Fri Jun 11 13:12:27 1993  Jim Kingdon  (kingdon@cygnus.com)
25384
25385         * gdb.t16/printcmd.exp: Print a variable before running program
25386         (with xfail for AIX).
25387
25388 Thu Jun 10 11:04:04 1993  Jim Kingdon  (kingdon@cygnus.com)
25389
25390         * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
25391
25392         * gdb.t16/printcmd.exp: Don't print variables before running program.
25393
25394         * gdb.t06/break.exp: Don't require envp argument to main.
25395
25396         * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
25397
25398         * gdb.t02/whatis.exp, gdb.t11/list.exp:
25399         Add xfails for rs6000.
25400
25401         * gdb.t02/whatis.exp: Change other tests not to re-test something
25402         we already tested.
25403
25404         * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
25405         each type used has a variable of that type.
25406
25407 Tue Jun  8 16:45:20 1993  Jim Kingdon  (kingdon@rtl.cygnus.com)
25408
25409         * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
25410
25411 Fri Jun  4 11:07:19 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
25412
25413         * configure.in: change srctrigger to be a file, not a directory
25414
25415 Fri Jun  4 08:23:57 1993  Ian Lance Taylor  (ian@cygnus.com)
25416
25417         * configure.in (mips-idt-ecoff*): Added trailing '*'.
25418
25419         * gdb.t11/list.exp: Fixed a couple of typos.
25420
25421 Tue Jun  1 21:28:06 1993  Fred Fish  (fnf@cygnus.com)
25422
25423         * gdb.t00 (teststrategy.exp):  Remove notice about PR 1823.  Bug
25424         is fixed and PR is closed.
25425         * gdb.t16 (gdbme.c):  Add simple test string variable.
25426         * gdb.t16 (printcmds.exp):  Add tests with simple test string
25427         variable, primarily for boundaries on "set print elements".
25428
25429 Mon May 31 11:36:08 1993  Jim Kingdon  (kingdon@cygnus.com)
25430
25431         * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
25432         Make leading 0's optional and don't expect a tab in the middle
25433         of the number.
25434
25435         * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
25436
25437         * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
25438         * gdb.stabs/wierd.exp: Remove xfails for type attributes.  Also
25439         don't end command passed to gdb_test with newline.
25440
25441         * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
25442         signed keyword away, don't expect signed bitfields to be signed.
25443
25444         * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
25445         printing with only as many 1's as are in the field as well as printing
25446         with 32 1's (see comment).
25447
25448 Sat May 29 17:57:01 1993  Fred Fish  (fnf@cygnus.com)
25449
25450         * gdb.t00/default.exp:  Start with a fresh gdb.
25451         * configure.in (configdirs):  Remove gdb.t31 until the chill
25452         compiler works again.  It no longer is able to find chillrt0
25453         since it isn't in libchill.a anymore.
25454         * gdb.stabs/wierd.exp:  Rewrite to properly handling a missing
25455         wierd.o, make more modular.
25456         * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const):  Remove
25457         spurious newlines that caused problems.
25458
25459 Wed May 26 09:57:19 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25460
25461         * Move test with enums and partial symbols from gdb.t03/ptype.exp
25462         to gdb.stabs/wierd.exp since GCC has worked around the bug.
25463         gdb.stabs/wierd.{exp,def}: Many new tests.
25464
25465         * gdb.t00/default.exp: update info line for new message.
25466
25467         * gdb.t02/{whatis.exp,gdbme.c}:
25468         Test that "char *" doesn't print as "caddr_t".
25469
25470 Tue May 25 13:28:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25471
25472         * gdb.t00/help.exp: Use .* in place of some help messages which
25473         just changed.
25474         gdb.t00/default.exp: Update "info frame" test for new message.
25475         * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
25476         Remove some xfails
25477
25478 Mon May 24 00:24:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25479
25480         * gdb.t03/{gdbme.c,ptype.exp}:
25481         Add tests for typedef'd struct and union without tags.
25482         Also check "whatis" on a variable of a typedef'd enum without a tag.
25483
25484         * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
25485         PRMS 1823; the bug still exists but isn't reproduced by this test
25486         anymore), and remove rs6000 XFAIL (the bug is fixed).
25487
25488         * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
25489         duplicated from whatis.exp.  For those that are left, accept
25490         "long", "long int", or "int" for long variables (whatis.exp already
25491         has an XFAIL for "int", so no need to fail it here).
25492
25493         * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
25494         Deal with GCC's names for types now that GDB uses the compiler's names.
25495
25496         * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}:  If not GCC, do some
25497         setup_xfail's for sunos4.  If we #defined the signed keyword away,
25498         don't expect GDB to know that char it is signed.
25499
25500         * gdb.t00/teststrategy.exp: Update for symbolic signal names.
25501
25502 Sun May 23 08:44:55 1993  Fred Fish  (fnf@cygnus.com)
25503
25504         * configure.in (configdirs):  Add gdb.t24 for C++ tests that
25505         should work on any system, regardless of debugging format.
25506         * gdb.t21/demangle.exp:  Move to gdb.t24.
25507         * gdb.t24/demangle.exp:  Move from gdb.t21.
25508         * gdb.t24/{Makefile.in, configure.in}:  New files.
25509
25510 Thu May 20 19:39:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25511
25512         * configure.in: Do gdb.stabs and C++ tests only for stabs.
25513         * gdb.stabs: New directory.
25514
25515 Tue May 18 21:12:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25516
25517         * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
25518         not just "Quit anyway?".
25519
25520 Tue May 18 17:13:20 1993  Fred Fish  (fnf@cygnus.com)
25521
25522         * gdb.t21/demangle.exp:  Add a couple of new patterns.  Ensure
25523         that all setup_xfails are immediately followed by clear_xfails.
25524
25525 Tue May 11 09:10:47 1993  Fred Fish  (fnf@cygnus.com)
25526
25527         * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
25528         gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
25529         gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
25530         gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
25531         gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
25532         gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
25533         gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
25534         gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
25535         gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
25536         gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
25537         gdb.t31/chillvars.exp, lib/gdb.exp:
25538         Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
25539         bug-gdb@prep.ai.mit.edu.
25540
25541 Fri May  7 09:15:35 1993  Fred Fish  (fnf@cygnus.com)
25542
25543         * gdb.t17/callfuncs.exp (do_function_calls):  Call t_double_values
25544         with 0.0, not integer 0.
25545
25546 Fri Apr 30 13:17:24 1993  Jim Kingdon  (kingdon@cygnus.com)
25547
25548         * gdb.t06/break.exp: Update for "Kill the program" message change.
25549
25550 Fri Apr 30 09:42:57 1993  Fred Fish  (fnf@cygnus.com)
25551
25552         * Makefile.in (GDBFLAGS):  Set to -nx.
25553         * Makefile.in (site.exp):  Use GDBFLAGS.
25554
25555 Wed Apr 28 13:19:07 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
25556
25557         * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
25558           Makefiles.
25559           (check): depend on just-check.
25560           (just-check): added so that tests can be run without a noop
25561           build pass.
25562
25563 Fri Apr 23 18:13:28 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
25564
25565         Switch to using configure's configdirs.
25566         * Makefile.in (Makefile): add configure.in dependency.
25567           (SUBDIRS): removed redundant assignment.
25568         * configure.in: switch subdirs assignment to configdirs.
25569         * gdb.t*/configure.in: new files.
25570
25571 Thu Apr 22 08:27:53 1993  Ian Lance Taylor  (ian@cygnus.com)
25572
25573         * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
25574         works.
25575
25576 Tue Apr 20 13:38:40 1993  Fred Fish  (fnf@cygnus.com)
25577
25578         * gdb.{t20,t21,t22,t23}/Makefile.in:  Use $(srcdir) to avoid $<
25579         in explicit rules.  Apparently this is not supported by some makes.
25580
25581 Mon Apr 19 01:54:53 1993  John Gilmore  (gnu@cygnus.com)
25582
25583         * gdb.t31/Makefile.in:  Use $(srcdir) when avoiding $<, sigh.
25584
25585 Fri Apr 16 09:33:46 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25586
25587         * config/unix-gdb.exp:  Add back missing return 0 which mysteriously
25588         disappeared.
25589
25590 Thu Apr 15 02:28:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
25591
25592         * gdb.t31/Makefile.in:  Avoid $< in explicit rule.
25593
25594 Wed Apr 14 16:38:47 1993  Fred Fish  (fnf@cygnus.com)
25595
25596         * gdb.t07/watchpoint.exp:  Remove setup_xfail for i486
25597         watchpoint problem that is now fixed.
25598         * gdb.t30/chexp.exp:  Remove setup_xfail for printing
25599         uninitialized convenience variables.
25600         * gdb.t31/chillvars.exp:  Fix expected patterns for printing
25601         structures.
25602
25603 Wed Apr 14 12:55:58 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25604
25605         * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
25606         which causes expect to get out of sync with gdb on long output
25607         from help set.
25608         * gdb.t09/corefile.exp: Make expected pattern for core file
25609         failing signal and frame output format less sun specific.
25610
25611 Tue Apr 13 23:18:07 1993  Per Bothner  (bothner@cygnus.com)
25612
25613         * gdb.t31/chillvars.exp:  Add and remove initial dummy
25614         breakpoint, so that symbol table is forced in.
25615         (Needed at least on Sunos4, though it seems not SVR4.)
25616         * gdb.t31/chillvars.exp:  Update for changed output format.
25617
25618 Sun Apr 11 17:21:45 1993  Rob Savoye  (rob at darkstar.cygnus.com)
25619
25620         * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
25621
25622 Wed Apr  7 21:28:21 1993  Rob Savoye  (rob@cygnus.com)
25623
25624         * Makefile.in: Added --srcdir when invoking runtest, removed the
25625         need for a local config file. (optional now)
25626
25627 Wed Apr  7 14:13:41 1993  Fred Fish  (fnf@cygnus.com)
25628
25629         * gdb.t21/demangle.exp:  Only count real fails (not xfails) for
25630         failure count used to force early termination.  Add some more
25631         expected failures for gnu style demangling.
25632
25633 Thu Apr  1 09:50:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25634
25635         * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
25636         pmi variable from gdb.t20/gdbme to get optimized away.
25637         * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
25638         Check for written corefile upon timeout _and_ eof.
25639
25640 Tue Mar 30 09:58:16 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25641
25642         * config/unix-gdb.exp:  Add missing return 0.
25643
25644 Tue Mar 30 08:34:25 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25645
25646         * gdb.t16/printcmds.exp:  Remove misplaced xfail that caused an early
25647         test termination.
25648
25649 Mon Mar 29 17:37:25 1993  Fred Fish  (fnf@cygnus.com)
25650
25651         * configure.in (subdirs):  Put back gdb.t17 which mysteriously
25652         disappeared.
25653
25654 Thu Mar 25 21:05:16 1993  Fred Fish  (fnf@cygnus.com)
25655
25656         * gdb.t10/crossload.exp:  Disable the i860-elf test until such
25657         time as i860 support works.
25658
25659         * gdb.t15/funcargs.exp:  Fix expected outputs to include
25660         "backtrace 100\r" rather than just "backtrace\r", to match last
25661         change.
25662
25663 Thu Mar 25 12:14:28 1993  Ian Lance Taylor  (ian@cygnus.com)
25664
25665         * config/udi-gdb.exp (gdb_exit): Remove close command.
25666         (gdb_target_udi): New procedure to set the UDI target.
25667         (gdb_start): Don't remove *_soc files.  Use gdb_target_udi.
25668         * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
25669         Added waits for prompts after several question responses.  Added
25670         some more responses used by a29k-amd-udi-gdb.
25671         * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
25672         pass different arguments, restart UDI connection after program
25673         completion.
25674         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
25675         gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
25676         gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
25677         gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
25678         * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
25679         gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
25680         gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
25681         gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
25682         gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
25683         after program completion.
25684         * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
25685         compiled with a SELECT_VECS setting.
25686         * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
25687         infinite recursion.
25688
25689         * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
25690         Added checks for COFF results, and made them expected failures for
25691         all targets.  It would be better to make them expected failures
25692         for COFF targets only.
25693
25694 Wed Mar 24 14:43:38 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
25695
25696         * Makefile.in: add null dvi target, don't bother to recurse
25697         through test directories for info and install-info; rename
25698         $(datadir) to be dejagnu instead of deja-gnu
25699
25700 Wed Mar 24 09:48:03 1993  Fred Fish  (fnf@cygnus.com)
25701
25702         * gdb.t31/gdbme.ch:  Re-enable code that previously caused
25703         compiler to coredump.
25704         * gdb.t31/chillvars.exp:  Re-enable tests that depend on that
25705         code.
25706
25707 Tue Mar 23 08:53:42 1993  Fred Fish  (fnf@cygnus.com)
25708
25709         * gdb.t31/gdbme.ch:  Comment out code that causes chill compiler
25710         coredump.
25711         * gdb.t31/chillvars.exp:  Comment out tests that depend on that
25712         code.
25713
25714 Sun Mar 21 17:56:47 1993  Rob Savoye  (rob at darkstar.cygnus.com)
25715
25716         * gdb.t03/ptype.exp: tests for return code from gdb_test.
25717         * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
25718         which in a shell. Deletes xgdb when done.
25719         * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
25720         Tests the return from the "set height" or "set width" commands.
25721         Added a few return codes where needed.
25722
25723 Wed Mar 17 11:31:01 1993  Fred Fish  (fnf@cygnus.com)
25724
25725         * Makefile.in (SUBDIRS):  Add gdb.t17.
25726         * configure.in (subdirs):  Add gdb.t17.
25727         * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}:  New test
25728         files to test gdb's calling of functions in the inferior with
25729         the correct arguments and gdb's ability to retrieve any
25730         result returned.
25731
25732 Tue Mar 16 15:37:11 1993  Fred Fish  (fnf@cygnus.com)
25733
25734         * config/unix-gdb.exp (gdb_exit):  Remove close commands that
25735         may be called after gdb goes away.  Previous versions of expect
25736         needed these to avoid file descriptor leaks, but they cause
25737         errors with the current revision of expect.
25738         * gdb.t00/gdbvars.exp:  Use -re on expected output after
25739         setting sevenbit-strings.
25740         * gdb.t04/setvar.exp, gdb.t13/bitfields.exp:  Make commands
25741         to set sevenbit-strings consistent across tests.
25742         gdb.t30/chexp.exp, gdb.t31/chillvars.exp:  Make commands to
25743         set sevenbit-strings consistent across tests.
25744
25745 Fri Mar 12 08:47:20 1993  Fred Fish  (fnf@cygnus.com)
25746
25747         * gdb.t21/demangle.exp (proc demangle):  Adjust quotes in an
25748         expected output to match current "expect" expectations.
25749
25750 Wed Mar 10 18:01:49 1993  Fred Fish  (fnf@cygnus.com)
25751
25752         * gdb.t00/default.exp:  Change expected output for default "source"
25753         command, to match new gdb behavior which requires a filename to
25754         source.
25755
25756 Tue Mar  9 11:00:56 1993  Fred Fish  (fnf@cygnus.com)
25757
25758         * gdb.t07/watchpoint.exp (test_simple_watchpoint):  Set up
25759         expected fail for i486-*-* that misses the marker2 function.
25760         * gdb.t10/crossload.exp (bfddefault):  Allow successful
25761         recognition of a format to pass even if no symbols are found.
25762         Explicitly catch failures where the format is not recognized
25763         or is ambiguous, and add the reason to the fail message.
25764         * gdb.t10/crossload.exp (bfdexplicit):  Catch failure where
25765         the cause is and invalid target and add reason to failure message.
25766         * gdb.t10/crossload.exp:  Fix bfd target names for elf32-m68k,
25767         elf32-i386, elf32-sparc, and elf32-i860.
25768         * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
25769         Set up expected failure for 'filename'::variable scope resolution,
25770         which is now apparently broken on all targets.
25771         * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
25772         gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
25773         gdb.t23/templates.exp:   Change failure for missing binfile into
25774         just a warning.
25775         gdb.t21/demangle.exp:  Change all cfront references to 'arm'
25776         references.
25777
25778 Mon Mar  8 19:20:28 1993  Fred Fish  (fnf@cygnus.com)
25779
25780         * gdb.t00/default.exp:  Add expected output for default "source"
25781         command, to match new gdb behavior.
25782         * gdb.t09/corefile.exp:  Use GDBFLAGS when spawning GDB.
25783
25784 Sun Mar  7 15:14:09 1993  Rob Savoye  (rob@cygnus.com)
25785
25786         * config/*-gdb.exp: returns an error, rather than exiting on
25787         internal errors.
25788
25789 Tue Mar  2 18:09:32 1993  Fred Fish  (fnf@cygnus.com)
25790
25791         * gdb.t03/gdbme.c:  Add pointer to struct variable.
25792         * gdb.t03/ptype.exp:  Test equivalence of '.' and '->' for
25793         referencing struct members.
25794
25795 Thu Feb 25 10:39:06 1993  Ian Lance Taylor  (ian@cygnus.com)
25796
25797         * configure.in (mips-idt-ecoff): New target.
25798         * config/mips-gdb.exp: New file for remote board using MIPS remote
25799         debugging protocol.
25800
25801         * Redid configuration scheme.  Removed gdb.t*/configure.in.
25802         Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*.  Changed to use CC, CXX
25803         instead of CC_FOR_TARGET, CXX_FOR_TARGET.  Added mostlyclean and
25804         distclean targets.  Built executables via .o files.  Adjusted
25805         tests to account for source files in $(srcdir) rather than
25806         $(objdir).
25807         * lib/gdb.exp (runto): Don't expect () after the function name,
25808         because it may have arguments.
25809
25810 Wed Feb 24 08:05:38 1993  Ian Lance Taylor  (ian@cygnus.com)
25811
25812         * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
25813         gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
25814         expected failures for mips-idt-* and mips-sgi-*.
25815         * gdb.t00/default.exp (attach): Kill process if requested.
25816         * gdb.t00/help.exp (help target core, help target): Accept a gdb
25817         that does not read core files.
25818         * gdb.t01/run.exp: Removed checks for exit status code.
25819         * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
25820         it is linked in.
25821         * gdb.t03/ptype.exp: Increase timeout when calling malloc.
25822         * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
25823         appropriate, rather than doing it by hand.
25824         * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
25825         execution.
25826         * gdb.t10/crossload.exp: Kill existing program if needed.
25827         * gdb.t15/funcargs.exp: Use delete_breakpoints function where
25828         appropriate, rather than doing it by hand.  Always increase
25829         timeout for this test, not just for VxWorks.
25830
25831 Wed Feb 24 08:03:38 1993  Fred Fish  (fnf@cygnus.com)
25832
25833         * gdb.t31/chillvars.exp (test_structs):  New proc to test printing
25834         of Chill STRUCT types and STRUCT values.
25835         * gdb.t31/chillvars.exp (test_strings):  Expect "CHAR" now, rather
25836         than "char".
25837         * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
25838         struct2):  New struct definitions and initializations to test
25839         simple Chill STRUCT types.
25840
25841 Tue Feb 23 11:55:06 1993  Fred Fish  (fnf@cygnus.com)
25842
25843         * gdb.t00/teststrategy.exp:  Track reversion in gdb to not print
25844         the null byte at the end of strings.
25845         * gdb.t00/default.exp:  Make show version insensitive to copyright
25846         date.
25847         * gdb.t16/in-gdbme.c (ctable1, ctable2):  Make explicitly unsigned
25848         to avoid dependencies on target char signedness.
25849         * gdb.t16/printcmds.exp:  Update expected results for explicitly
25850         unsigned char.
25851         * gdb.t16/printcmds.exp:  Remove setup_xfails for i960 that should
25852         now work.
25853         * gdb.t21/demangle.exp:  Add many more patterns for template
25854         demangling, most of them being expected failures.
25855         * gdb.t21/demangle.exp (proc demangle):  Quote the demangled
25856         string we are matching for, to match on the whole string.
25857         * gdb.t21/demangle.exp:  Add many new test strings to demangle,
25858         and fix a whole bunch that had incorrect expected output but were
25859         passing anyway because of the bug in "proc demangle".
25860         * gdb.t31/chillvars.exp:  Remove setup_xfail for printing string
25861         type.
25862         * gdb.t31/in-gdbme.ch:  Uncomment string4, now compiles.
25863
25864 Mon Feb 22 07:54:03 1993  Mike Werner  (mtw@poseidon.cygnus.com)
25865
25866         * gdb/testsuite: made modifications to testcases, etc., to allow
25867         them to work properly  given the reorganization of deja-gnu and the
25868         relocation of the testcases from deja-gnu to a "tool" subdirectory.
25869
25870 Sun Feb 21 10:55:55 1993  Mike Werner  (mtw@poseidon.cygnus.com)
25871
25872         * gdb/testsuite: Initial creation of gdb/testsuite.
25873         Migrated dejagnu testcases and support files for testing nm to
25874         gdb/testsuite from deja-gnu.  These files were moved "as is"
25875         with no modifications.  This migration is part of a major overhaul
25876         of dejagnu.  The modifications to these testcases, etc., which
25877         will allow them to work with the new version of dejagnu will be
25878         made in a future update.
25879
25880  For additional changes see gdb.mi/ChangeLog-1999-2003.
25881 \f
25882 ;; Local Variables:
25883 ;; mode: change-log
25884 ;; left-margin: 8
25885 ;; fill-column: 74
25886 ;; version-control: never
25887 ;; End:
25888
25889     Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
25890     2003, 2004, 2005 Free Software Foundation, Inc.
25891   Copying and distribution of this file, with or without modification,
25892   are permitted provided the copyright notice and this notice are preserved.