2012-01-27 Pedro Alves <palves@redhat.com>
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2012-01-27  Pedro Alves  <palves@redhat.com>
2
3         * config/extended-gdbserver.exp: New file.
4         * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
5         comment.
6         (gdbserver_start_multi, mi_gdbserver_start_multi): New.
7         * boards/native-extended-gdbserver.exp: New file.
8
9 2012-01-26  Pedro Alves  <palves@redhat.com>
10
11         * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
12         and gdb_test_multiple.
13
14 2012-01-26  Pedro Alves  <palves@redhat.com>
15
16         Make test messages unique, and more identifiable.
17         * gdb.multi/watchpoint-multi.exp: Change test messages.
18
19 2012-01-25  Tom Tromey  <tromey@redhat.com>
20
21         * gdb.base/solib-disc.exp: Fix regexps.
22
23 2012-01-24  Tom Tromey  <tromey@redhat.com>
24
25         * lib/mi-support.exp (mi_expect_stop): Add special case for
26         solib-event.
27         * gdb.base/catch-load-so.c: New file.
28         * gdb.base/catch-load.exp: New file.
29         * gdb.base/catch-load.c: New file.
30         * gdb.base/break-interp.exp (reach_1): Update regexp.
31
32 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
33
34         Fix fuzzy results.
35         * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
36         lpsimple and func.
37
38 2012-01-24  Gary Benson  <gbenson@redhat.com>
39
40         Delete #if 0'd out code.
41         * gdb.base/default.exp (info catch): Remove.
42         * gdb.base/gdb_history (info catch): Likewise.
43         * gdb.base/help.exp (info catch): Likewise.
44
45 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
46
47         Fix watchpoints to be specific for each inferior.
48         * gdb.multi/watchpoint-multi.c: New file.
49         * gdb.multi/watchpoint-multi.exp: New file.
50
51 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
52
53         Fix watchpoints across inferior fork.
54         * gdb.threads/watchpoint-fork-child.c: New file.
55         * gdb.threads/watchpoint-fork-mt.c: New file.
56         * gdb.threads/watchpoint-fork-parent.c: New file.
57         * gdb.threads/watchpoint-fork-st.c: New file.
58         * gdb.threads/watchpoint-fork.exp: New file.
59         * gdb.threads/watchpoint-fork.h: New file.
60
61 2012-01-23  Pedro Alves  <palves@redhat.com>
62
63         * gdb.base/call-signal-resume.exp: Allow output after "return".
64
65 2012-01-20  Pedro Alves  <palves@redhat.com>
66
67         * gdb.python/py-finish-breakpoint.py: Fix typo.
68
69 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
70
71         * gdb.base/info-proc.exp: Also run on remote targets.  Main
72         "info proc" command is now always present; whether target supports
73         actual info proc operation is detected when attempting to issue
74         the command.
75
76 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
77
78         * .gdbinit: Remove.
79
80 2012-01-19  Pedro Alves  <palves@redhat.com>
81
82         * gdb.java/jprint.exp: Don't rely on inferior output, but instead
83         look at the funtions' returns.
84         * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
85         (jprint.print(int, int)): Change return type to int.  Adjust.
86
87 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
88
89         PR gdb/9538
90         * gdb.base/sepdebug.exp: New test.
91
92 2012-01-18  Pedro Alves  <palves@redhat.com>
93
94         * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
95         Allow output before ^done.
96
97 2012-01-16  Tom Tromey  <tromey@redhat.com>
98
99         * gdb.linespec/linespec.exp: Change some tests to use $decimal.
100         Add tests for relative directory.
101
102 2012-01-16  Tom Tromey  <tromey@redhat.com>
103
104         * gdb.base/printcmds.c (enum flag_enum): New.
105         (three): New global.
106         * gdb.base/printcmds.exp (test_print_enums): Add test for flag
107         enum printing.
108         * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
109         FlagEnumerationPrinter.
110         * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
111         * gdb.python/py-pp-maint.c (enum flag_enum): New.
112         (fval): New global.
113
114 2012-01-16  Pedro Alves  <palves@redhat.com>
115
116         * lib/gdb.exp (banned_procedures): New variable.
117         (banned_variables_traced): Rename to ...
118         (banned_traced): ... this.
119         (gdb_init): Also trace banned procedures.
120         (gdb_finish): Also untrace banned procedures.
121
122 2012-01-16  Pedro Alves  <palves@redhat.com>
123
124         Remove all calls to strace.
125
126 2012-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
127
128         * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
129         * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
130
131 2012-01-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
132
133         * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
134         * gdb.base/pie-execl.exp: Likewise.
135
136 2012-01-12  Keith Seitz  <keiths@redhat.com>
137
138         PR mi/10586
139         * gdb.mi/var-cmd.c (struct anonymous): New structure.
140         (do_anonymous_type_tests): New function.
141         (main): Call do_anonymous_type_tests.
142         * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
143         (verify_everything): New procedure.
144         * gdb.mi/mi-var-cp.cc (class A): New class.
145         (anonymous_structs_and_unions): New function.
146         (main): Call anonymous_structs_and_unions.
147         * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
148         (verify_everything): New procedure.
149
150 2012-01-12  Keith Seitz  <keiths@redhat.com>
151
152         * lib/mi-support.exp: Expand comments about PATH_EXPR.
153         (varobj_tree::get_path_expr): Assume that all varobjs are
154         compound unless they are known simple types.
155         Adjust path expressions based on parent type, path parent type,
156         and tree language.
157         (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
158         the root varobj.
159         (mi_walk_varobj_tree): Add LANGUAGE parameter.
160
161 2012-01-11  Pedro Alves  <palves@redhat.com>
162
163         * gdb.base/default.exp (core-file): Don't expect "GDB can't read
164         core files on this machine" anymore.
165
166 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
167
168         * gdb.base/watchpoint.c (recurser): Initialize local_x.
169         (main): Repeat recurser call.
170         * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
171         equivalent to 'local_x'.
172
173 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
174             Joel Brobecker <brobecker@adacore.com>
175
176         * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
177
178 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
179
180         * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
181         * gdb.python/py-events.c (first): Add bits for new "step N" test.
182         * gdb.python/py-events.exp: Test that "step N" tripping on a
183         breakpoint emits a breakpoint event.
184
185 2012-01-03  Joel Brobecker  <brobecker@adacore.com>
186
187         * gdb.base/auxv.exp: Reformat the copyright notice.
188
189 2012-01-03  Yao Qi  <yao@codesourcery.com>
190
191         * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
192         (strace_trace_on_diff_addr): New.
193         * gdb.trace/strace.c: (main): Add two local variables.
194
195 2011-01-02  Ulrich Weigand  <uweigand@de.ibm.com>
196
197         * gdb.cell/fork.exp: Delete breakpoints after reaching main.
198         * gdb.cell/gcore.exp: Likewise.
199         * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
200         to verify the correct instance of main is selected.
201
202 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
203
204         * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
205         gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
206         gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
207         gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
208         gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
209         gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
210         gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
211         gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
212         gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
213         gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
214         gdb.threads/thread_check.c: Reformat copyright header.
215
216 2011-12-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
217
218         * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
219         * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
220         is not enabled.
221
222 2011-12-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
223
224         * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
225         parameter to self_exec, adjust the function.
226         (main): Check for argv[1] "exit".  Use argv[0] for test_exec_exit.
227         * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
228         (set var do_exit = 0): Remove test.
229         (newline at end of file): Add one.
230
231 2011-12-27  Joel Brobecker  <brobecker@adacore.com>
232
233         * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
234         New files.
235
236 2011-12-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
237
238         Fix racy FAILs.
239         * gdb.threads/fork-thread-pending.c (barrier): New variable.
240         (thread_function, thread_forker): Call pthread_barrier_wait for it.
241         (main): Call pthread_barrier_init for it.
242
243 2011-12-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
244
245         Fix double send_gdb leading to racy FAILs.
246         * gdb.base/break.exp (set silent break bp_location1): Replace
247         3x send_gdb and gdb_expect by gdb_test.
248         * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
249         * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
250         (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
251         instead of send_gdb.  Twice.
252         * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
253         3x send_gdb and gdb_expect by gdb_test.
254         * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
255
256 2011-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
257
258         * gdb.linespec/linespec.exp: Compile using {c++}.
259
260 2011-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
261
262         * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
263         (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
264         (verify GCC PR debug/51668): New test.
265
266 2011-12-23  Kevin Pouget  <kevin.pouget@st.com>
267
268         Introduce gdb.FinishBreakpoint in Python.
269         * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
270         py-finish-breakpoint2
271         (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
272         * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
273         instead of line number.
274         * gdb.python/py-finish-breakpoint.c: New file.
275         * gdb.python/py-finish-breakpoint.exp: New file.
276         * gdb.python/py-finish-breakpoint.py: New file.
277         * gdb.python/py-finish-breakpoint2.cc: New file.
278         * gdb.python/py-finish-breakpoint2.exp: New file.
279         * gdb.python/py-finish-breakpoint2.py: New file.
280
281 2011-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
282
283         Partial fix of compatibility with gcc-4.7.
284         * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
285         into XFAIL "new without size_t".  Permit size_t for the KFAIL case.
286         Add comment to add a PASS case in the future.
287
288         Fix compatibility with gcc-4.7.
289         * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
290
291 2011-12-21  Ulrich Weigand  <ulrich.weigand@linaro.org>
292
293         PR tdep/12797
294         * gdb.base/callfuncs.exp: Remove KFAIL.
295
296 2011-12-21  Joel Brobecker  <brobecker@adacore.com>
297
298         * gdb.ada/task_bp: New testcase.
299
300 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
301
302         * gdb.base/reread.exp: If srcfile2 fails to build retry it with
303         -DNO_SECTIONS.
304         * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
305
306 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
307
308         * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
309         PR gcc/45997 XFAIL conditional for gcc <= 4.5.
310         * gdb.python/py-type.exp (python print ttype.template_argument(2)):
311         Change PR gcc/41736 to the more specific PR gcc/46955.  Make it
312         conditional for gcc <= 4.5.
313
314 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
315
316         * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
317         by XFAIL.
318         * gdb.cp/static-method.exp (info addr A::func())
319         (list static-method.cc:xxx::(anonymous namespace)::A::func)
320         (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
321         (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
322         (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
323         * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
324         (test value of F in k3_m): Likewise.
325         * gdb.python/py-type.exp (python print ttype.template_argument(2)):
326         Likewise.
327
328 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
329
330         * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
331         (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
332         Remove.
333         * gdb.threads/attachstop-mt.c: Remove.
334         * gdb.threads/attachstop-mt.exp: Remove.
335
336 2011-12-17  Mark Kettenis  <kettenis@gnu.org>
337
338         * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
339
340 2011-12-16  Doug Evans  <dje@google.com>
341
342         * boards/native-stdio-gdbserver.exp: New file.
343         * boards/native-gdbserver.exp: New file.
344
345         * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
346         gdbserver output.
347         (gdbserver_default_get_remote_address): New function.
348         (gdbserver_start): Call gdb,get_remote_address to compute argument
349         to "target remote" command.
350
351 2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>
352
353         * gdb.python/py-function.exp: Change "on" to "full" for
354         python print-stack.  Add set/show python print-stack
355         off|full|message tests.
356
357 2011-12-15  Yao Qi  <yao@codesourcery.com>
358
359         * gdb.trace/strace.c: New
360         * gdb.trace/strace.exp: New.
361
362 2011-12-14  Tom Tromey  <tromey@redhat.com>
363
364         * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
365
366 2011-12-14  Doug Evans  <dje@google.com>
367
368         * lib/gdb.exp (gdb_start_cmd): Fix error return value.
369
370 2011-12-14  Pedro Alves  <pedro@codesourcery.com>
371
372         PR threads/10729
373
374         * gdb.mi/watch-nonstop.c: New file.
375         * gdb.mi/mi-watch-nonstop.exp: New file.
376
377 2011-12-13  Pedro Alves  <pedro@codesourcery.com>
378             Doug Evans  <dje@google.com>
379
380         * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
381         (clean_restart): Remove references to the gdb_stub target board
382         variable.
383         (gdb_step_for_stub): Delete.
384
385         * gdb.base/annota1.exp: Remove all references to [target_info
386         exists gdb_stub], gdb_step_for_stub and usestubs.
387         * gdb.base/annota3.exp: Ditto.
388         * gdb.base/async.exp: Ditto.
389         * gdb.base/break.exp: Ditto.
390         * gdb.base/code-expr.exp: Ditto.
391         * gdb.base/commands.exp: Ditto.
392         * gdb.base/completion.exp: Ditto.
393         * gdb.base/condbreak.exp: Ditto.
394         * gdb.base/consecutive.exp: Ditto.
395         * gdb.base/cvexpr.exp: Ditto.
396         * gdb.base/define.exp: Ditto.
397         * gdb.base/display.exp: Ditto.
398         * gdb.base/ena-dis-br.exp: Ditto.
399         * gdb.base/environ.exp: Ditto.
400         * gdb.base/gnu-ifunc.exp: Ditto.
401         * gdb.base/maint.exp: Ditto.
402         * gdb.base/pending.exp: Ditto.
403         * gdb.base/sect-cmd.exp: Ditto.
404         * gdb.base/sepdebug.exp: Ditto.
405         * gdb.base/unload.exp: Ditto.
406         * gdb.base/watchpoint-solib.exp: Ditto.
407         * gdb.cp/annota2.exp: Ditto.
408         * gdb.cp/annota3.exp: Ditto.
409         * gdb.dwarf2/dw2-inline-param.exp: Ditto.
410         * gdb.hp/gdb.compat/xdb1.exp: Ditto.
411         * gdb.mi/mi-pending.exp: Ditto.
412         * gdb.trace/circ.exp: Ditto.
413         * gdb.cp/ovldbreak.exp: Ditto.  Adjust expected line numbers.
414         * gdb.base/list.exp: Ditto.
415
416         * gdb.base/all-types.c: Remove all calls to set_debug_traps and
417         breakpoint function and all references to the usestubs macro.
418         * gdb.base/exprs.c: Ditto.
419         * gdb.base/freebpcmd.c: Ditto.
420         * gdb.base/bitfields.c: Ditto.
421         * gdb.base/bitfields2.c: Ditto.
422         * gdb.base/break.c: Ditto.
423         * gdb.base/call-sc.c: Ditto.
424         * gdb.base/call-signals.c: Ditto.
425         * gdb.base/callfuncs.c: Ditto.
426         * gdb.base/charset.c: Ditto.
427         * gdb.base/consecutive.c: Ditto.
428         * gdb.base/constvars.c: Ditto.
429         * gdb.base/funcargs.c: Ditto.
430         * gdb.base/int-type.c: Ditto.
431         * gdb.base/interrupt.c: Ditto.
432         * gdb.base/langs0.c: Ditto.
433         * gdb.base/list0.c: Ditto.
434         * gdb.base/mips_pro.c: Ditto.
435         * gdb.base/miscexprs.c: Ditto.
436         * gdb.base/nodebug.c: Ditto.
437         * gdb.base/opaque0.c: Ditto.
438         * gdb.base/pointers.c: Ditto.
439         * gdb.base/printcmds.c: Ditto.
440         * gdb.base/ptype.c: Ditto.
441         * gdb.base/recurse.c: Ditto.
442         * gdb.base/reread1.c: Ditto.
443         * gdb.base/reread2.c: Ditto.
444         * gdb.base/restore.c: Ditto.
445         * gdb.base/return.c: Ditto.
446         * gdb.base/run.c: Ditto.
447         * gdb.base/scope0.c: Ditto.
448         * gdb.base/sepdebug.c: Ditto.
449         * gdb.base/setshow.c: Ditto.
450         * gdb.base/setvar.c: Ditto.
451         * gdb.base/sigall.c: Ditto.
452         * gdb.base/signals.c: Ditto.
453         * gdb.base/structs.c: Ditto.
454         * gdb.base/structs2.c: Ditto.
455         * gdb.base/testenv.c: Ditto.
456         * gdb.base/twice.c: Ditto.
457         * gdb.base/unwindonsignal.c: Ditto.
458         * gdb.base/watchpoint.c: Ditto.
459         * gdb.base/watchpoints.c: Ditto.
460         * gdb.base/whatis.c: Ditto.
461         * gdb.cp/classes.cc: Ditto.
462         * gdb.cp/cplusfuncs.cc: Ditto.
463         * gdb.cp/derivation.cc: Ditto.
464         * gdb.cp/formatted-ref.cc: Ditto.
465         * gdb.cp/misc.cc: Ditto.
466         * gdb.cp/overload.cc: Ditto.
467         * gdb.cp/ovldbreak.cc: Ditto.
468         * gdb.cp/ref-params.cc: Ditto.
469         * gdb.cp/ref-types.cc: Ditto.
470         * gdb.cp/templates.cc: Ditto.
471         * gdb.cp/virtfunc.cc: Ditto.
472         * gdb.hp/gdb.aCC/run.c: Ditto.
473         * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
474         * gdb.hp/gdb.compat/xdb0.c: Ditto.
475         * gdb.reverse/consecutive-reverse.c: Ditto.
476         * gdb.reverse/sigall-reverse.c: Ditto.
477         * gdb.reverse/until-reverse.c: Ditto.
478         * gdb.reverse/watch-reverse.c: Ditto.
479         * gdb.trace/actions.c: Ditto.
480         * gdb.trace/circ.c: Ditto.
481         * gdb.trace/collection.c: Ditto.
482
483 2011-12-13  Pedro Alves  <pedro@codesourcery.com>
484
485         * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
486         (func6, func7): New.
487         (main): Call func6 and func7.
488         * gdb.base/watchpoint.exp (test_wide_location_1)
489         (test_wide_location_2): New.
490         (top level): Re-enable hardware watchpoints if necessary.  Call
491         test_wide_location_1 and test_wide_location_2.
492
493 2011-12-11  Yao Qi  <yao@codesourcery.com>
494
495         * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
496
497 2011-12-11  Joel Brobecker  <brobecker@adacore.com>
498
499         * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
500         expected output for unsupported case.
501
502 2011-12-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
503
504         PR testsuite/12649
505         * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
506         Protect gdb_test_multiple by final $gdb_prompt match.
507
508 2011-12-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
509
510         * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
511         New variable, new test.
512         (list static-method.cc:xxx::(anonymous namespace)::A::func)
513         (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
514         (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
515         (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
516         them if HAVE_GCC_45682_FIXED is not set.
517
518 2011-12-10  Yao Qi  <yao@codesourcery.com>
519
520         * gdb.trace/status-stop.exp: New.
521         * gdb.trace/status-stop.c: New.
522
523 2011-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
524
525         * gdb.reverse/until-precsave.exp (run to end of main) Extend the
526         timeout.
527
528 2011-12-08  Tom Tromey  <tromey@redhat.com>
529
530         * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
531         condition.
532
533 2011-12-07  Stan Shebs  <stan@codesourcery.com>
534
535         * gdb.trace/tfind.exp: Update for output changes.
536
537 2011-12-07  Pedro Alves  <pedro@codesourcery.com>
538
539         * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
540         throws "Cannot insert catchpoints in this configuration".
541         * gdb.ada/mi_catch_ex.exp: Likewise.
542
543 2011-12-06  Pedro Alves  <pedro@codesourcery.com>
544
545         * gdb.base/break-always.exp: Test changing memory at addresses
546         with breakpoints inserted.
547
548 2011-12-06  Joel Brobecker  <brobecker@acacore.com>
549
550         * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
551         involving a fully qualified function name.
552
553 2011-12-06  Tom Tromey  <tromey@redhat.com>
554
555         * gdb.ada/homonym.exp: Add three breakpoint tests.
556
557 2011-12-06  Tom Tromey  <tromey@redhat.com>
558
559         * gdb.base/solib-weak.exp (do_test): Remove kfail.
560         * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
561         * gdb.objc/objcdecode.exp: Update for output changes.
562         * gdb.linespec/linespec.exp: New file.
563         * gdb.linespec/lspec.cc: New file.
564         * gdb.linespec/lspec.h: New file.
565         * gdb.linespec/body.h: New file.
566         * gdb.linespec/base/two/thefile.cc: New file.
567         * gdb.linespec/base/one/thefile.cc: New file.
568         * gdb.linespec/Makefile.in: New file.
569         * gdb.cp/templates.exp (test_template_breakpoints): Update for
570         output changes.
571         * gdb.cp/re-set-overloaded.exp: Remove kfail.
572         * gdb.cp/ovldbreak.exp: Update for output changes.  "all" test now
573         makes one breakpoint.
574         * gdb.cp/method2.exp (test_break): Update for output changes.
575         * gdb.cp/mb-templates.exp: Update for output changes.
576         * gdb.cp/mb-inline.exp: Update for output changes.
577         * gdb.cp/mb-ctor.exp: Update for output changes.
578         * gdb.cp/ovsrch.exp: Use fully-qualified names.
579         * gdb.base/solib-symbol.exp: Run to main later.  Breakpoint now
580         has multiple matches.
581         * gdb.base/sepdebug.exp: Disable pending breakpoints.  Update for
582         error message change.
583         * gdb.base/list.exp (test_list_filename_and_number): Update for
584         error message change.
585         * gdb.base/break.exp: Disable pending breakpoints.  Update for
586         output changes.
587         * configure.ac: Add gdb.linespec.
588         * configure: Rebuild.
589         * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
590
591 2011-12-06  Ulrich Weigand  <uweigand@de.ibm.com>
592
593         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
594         last_break register on s390*-*-* targets.
595
596 2011-12-06  Joel Brobecker  <brobecker@adacore.com>
597
598         * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
599         * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
600         of parameter X in procedure Foo.
601
602 2011-12-05  Stan Shebs  <stan@codesourcery.com>
603
604         * gdb.trace/tfind.exp: Update help string matches.
605
606 2011-12-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
607
608         * gdb.server/ext-run.exp (get process list): Accept also systemd
609         as PID 1.
610
611 2011-12-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
612             Pedro Alves  <pedro@codesourcery.com>
613
614         * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
615         starting GDB.
616         * gdb.base/default.exp: Replace target use_gdb_stub checks by global
617         $use_gdb_stub.
618         * gdb.base/display.exp: Likewise.
619         * gdb.base/ending-run.exp: Likewise.
620         * gdb.base/list.exp (test_listsize): Likewise.
621         * gdb.base/setshow.exp: Likewise.
622         * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
623         * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
624         check by global $use_gdb_stub.
625         (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
626         (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
627         (default_gdb_init): Unset global $use_gdb_stub.
628         (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
629         by global $use_gdb_stub.
630         * lib/gdbserver-support.exp: Extend comments for set_board_info
631         gdb_protocol and gdb,socketport.
632         (gdbserver_start_extended): Set global gdbserver_protocol and
633         gdbserver_gdbport.  Clear global use_gdb_stub.
634         * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
635         from target use_gdb_stub.
636         (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
637
638 2011-12-03  Doug Evans  <dje@google.com>
639
640         * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
641         (gdb_step_for_stub): Add comments.
642
643 2011-12-02  Maciej W. Rozycki  <macro@codesourcery.com>
644
645         * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
646         to the caller.
647         (gdb_test_multiple): Likewise.
648
649 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
650
651         Fix gdb.mi/mi-solib.exp without system debug info installed.
652         * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
653         expect attribute, return 0 for it.  Update comments.
654
655 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
656
657         * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
658         (corrupted list): Adjust the expectation.
659
660 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
661
662         PR threads/13448
663         * gdb.dwarf2/dw2-var-zero-addr.S: New file.
664         * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
665         * gdb.threads/tls-var-main.c: New file.
666         * gdb.threads/tls-var.c: New file.
667         * gdb.threads/tls-var.exp: New file.
668
669 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
670
671         PR testsuite/12649
672         * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
673         Protect gdb_test_multiple by final $gdb_prompt match.
674         * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
675         * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
676         (test_tracepoints): Likewise.
677
678 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
679
680         PR breakpoints/13346
681         * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
682         * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
683         * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
684
685 2011-12-01  Joel Brobecker  <brobecker@adacore.com>
686
687         * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
688         * gdb.ada/homonym/homonym.adb: For use of all types defined
689         locally inside both Get_Value subprograms.
690
691 2011-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
692
693         Fix racy FAILs.
694         * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
695         of send_gdb.
696
697 2011-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
698
699         * gdb.base/testenv.exp: Skip on remote targets.  Unset global
700         environment variable after test completed.
701
702 2011-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
703
704         * gdb.base/solib-nodir.exp: Skip if remote target.
705         * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
706         application.  Call gdb_load_shlibs.
707         * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
708
709 2011-11-29  Joel Brobecker  <brobecker@adacore.com>
710
711         * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
712
713 2011-11-28  Joel Brobecker  <brobecker@adacore.com>
714
715         * gdb.ada/fullname_bp: New testcase.
716
717 2011-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
718
719         PR testsuite/12649
720         * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
721         Wrap send_gdb into a new gdb_test.
722
723         Code cleanup.
724         * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
725         Convert send_gdb and gdb_expect to gdb_test_multiple.
726
727 2011-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
728
729         * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
730
731 2011-11-23  Keith Seitz  <keiths@redhat.com>
732
733         * lib/mi-support.exp (varobj_tree): New namespace and procs.
734         (mi_varobj_tree_test_children_callback): New proc.
735         (mi_walk_varobj_tree): New proc.
736
737 2011-11-22  Tom Tromey  <tromey@redhat.com>
738
739         * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
740         Add "use_mi_command" argument.
741         (mi_run_cmd, mi_run_with_cli): New procs.
742         * gdb.mi/solib-lib.c: New file.
743         * gdb.mi/solib-main.c: New file.
744         * gdb.mi/mi-solib.exp: New file.
745
746 2011-11-21  Doug Evans  <dje@google.com>
747
748         * gdb.cp/nextoverthrow.exp: Skip test if debug info for
749         _Unwind_DebugHook is missing.
750
751 2011-11-20  Stan Shebs  <stan@codesourcery.com>
752
753         * gdb.trace/tstatus.exp: New.
754         * gdb.trace/actions.c: Include string.h.
755
756 2011-11-18  Yao Qi  <yao@codesourcery.com>
757
758         * gdb.trace/pending.exp: New.
759         * gdb.trace/pending.c: New.
760         * gdb.trace/pendshr1.c: New.
761         * gdb.trace/pendshr2.c: New.
762         * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
763         tracepoint location becomes pending.
764         (tracepoint_change_loc_2): New.
765
766 2011-11-16  David S. Miller  <davem@davemloft.net>
767
768         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
769         target is sparc*-*-linux*
770
771 2011-11-15  Paul Koning  <paul_koning@dell.com>
772
773         * gdb.python/py-type.exp: New testcases for exceptions on scalar
774         types.
775
776 2011-11-14  Doug Evans  <dje@google.com>
777
778         * gdb.base/shell.exp: New file.
779
780 2011-11-14  Stan Shebs  <stan@codesourcery.com>
781
782         * gdb.trace/ftrace.c: New.
783         * gdb.trace/ftrace.exp: New.
784
785 2011-11-14  Yao Qi  <yao@codesourcery.com>
786
787         * gdb.trace/change-loc-1.c: New.
788         * gdb.trace/change-loc-2.c: New.
789         * gdb.trace/change-loc.c: New.
790         * gdb.trace/change-loc.exp:  New.
791         * gdb.trace/change-loc.h:  New.
792         * gdb.trace/trace-break.c (marker): Define new symbol.
793         * gdb.trace/trace-break.exp (break_trace_same_addr_5):
794         New.
795         (break_trace_same_addr_6): New.
796
797 2011-11-12  Matt Rice  <ratmice@gmail.com>
798
799         * gdb.base/info-macros.exp: Make tests for info definitions
800         test info macro.  Add tests for info macro argument processing.
801         Rename a few tests.
802
803 2011-11-11  Keith Seitz  <keiths@redhat.com>
804
805         PR gdb/12843
806         * gdb.base/linespecs.exp: New file.
807
808 2011-11-11  Doug Evans  <dje@google.com>
809
810         * gdb.threads/print-threads.exp: Extend timeout for slower
811         tests.
812
813 2011-11-10  Doug Evans  <dje@google.com>
814
815         * gdb.reverse/i387-env-reverse.exp: Extend timeout of
816         "record to end of main" test.
817
818         * gdb.python/py-type.c (TS): New typedef.
819         (ts): New global.
820         * gdb.python/py-type.exp: Test field list of typedef.
821
822 2011-11-10  Joel Brobecker  <brobecker@adacore.com>
823
824         * gdb.ada/small_reg_param: New testcase.
825
826 2011-11-09  Tom Tromey  <tromey@redhat.com>
827
828         * gdb.cp/destrprint.exp: New file.
829         * gdb.cp/destrprint.cc: New file.
830
831 2011-11-08  Meador Inge  <meadori@codesourcery.com>
832
833         * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
834         (switch_stack_to_other): New test function.
835         * gdb.arch/thumb-prologue.exp: New test cases.
836
837 2011-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
838
839         * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
840
841 2011-11-08  Yao Qi  <yao@codesourcery.com>
842
843         * gdb.exp (supports_process_record): New.
844         (supports_reverse): New.
845         * gdb.reverse/break-precsave.exp: Call support_process_record
846         to run test conditionally.
847         * gdb.reverse/consecutive-precsave.exp: Likewise.
848         * gdb.reverse/i386-precsave.exp: Likewise.
849         * gdb.reverse/machinestate-precsave.exp: Likewise.
850         * gdb.reverse/solib-precsave.exp: Likewise.
851         * gdb.reverse/step-precsave.exp: Likewise.
852         * gdb.reverse/until-precsave.exp: Likewise.
853         * gdb.reverse/watch-precsave.exp: Likewise.
854         * gdb.reverse/break-reverse.exp: Call support_reverse  to run
855         test conditionally.
856         * gdb.reverse/consecutive-reverse.exp: Likewise.
857         * gdb.reverse/finish-precsave.exp: Likewise.
858         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
859         * gdb.reverse/finish-reverse.exp: Likewise.
860         * gdb.reverse/i386-reverse.exp: Likewise.
861         * gdb.reverse/i386-sse-reverse.exp: Likewise.
862         * gdb.reverse/machinestate.exp: Likewise.
863         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
864         * gdb.reverse/sigall-precsave.exp: Likewise.
865         * gdb.reverse/sigall-reverse.exp: Likewise.
866         * gdb.reverse/solib-reverse.exp: Likewise.
867         * gdb.reverse/step-reverse.exp: Likewise.
868         * gdb.reverse/until-reverse.exp: Likewise.
869         * gdb.reverse/watch-reverse.exp: Likewise.
870
871 2011-11-05  Yao Qi  <yao@codesourcery.com>
872
873         * gdb.trace/trace-break.exp: Add test on setting two
874         fast tracepoints at the same address.
875
876 2011-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
877
878         * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
879
880 2011-11-02  Stan Shebs  <stan@codesourcery.com>
881
882         * gdb.trace/collection.c: Add code using strings.
883         * gdb.trace/collection.exp: Add tests of string collection.
884
885 2011-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
886
887         * gdb.base/skip-solib.exp (executable_main): New variable.
888         (binfile_main): Base it on that.
889         Use $executable_main in clean_restart calls.  Drop gdb_exit and
890         gdb_start calls.
891
892 2011-11-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
893
894         Fix racy FAILs.
895         * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
896         breakpoint_re globals import by async.  Set string_regex to .* for
897         async.  Remove the optional thread_selected_re and breakpoint_re
898         globals expectations.
899
900 2011-11-01  Joseph Myers  <joseph@codesourcery.com>
901
902         * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
903         well as Cygwin.
904
905 2011-11-01  Justin Lebar <justin.lebar@gmail.com>
906
907         Add tests for skip command.
908         * gdb.base/skip-solib-lib.c: New
909         * gdb.base/skip-solib-main.c: New
910         * gdb.base/skip-solib.exp: New
911         * gdb.base/skip.c: New
912         * gdb.base/skip.exp: New
913         * gdb.base/skip1.c: New
914         * gdb.base/Makefile.in: Adding new files.
915
916 2011-10-31  Yao Qi  <yao@codesourcery.com>
917             Pedro Alves  <pedro@codesourcery.com>
918
919         * gdb.trace/trace-break.c: New.
920         * gdb.trace/trace-break.exp: New.
921
922 2011-10-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
923
924         * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
925         break-here-2.
926
927 2011-10-28  Pedro Alves  <pedro@codesourcery.com>
928
929         * gdb.threads/no-unwaited-for-left.c: New.
930         * gdb.threads/no-unwaited-for-left.exp: New.
931         * gdb.threads/non-ldr-exc-1.c: New.
932         * gdb.threads/non-ldr-exc-1.exp: New.
933         * gdb.threads/non-ldr-exc-2.c: New.
934         * gdb.threads/non-ldr-exc-2.exp: New.
935         * gdb.threads/non-ldr-exc-3.c: New.
936         * gdb.threads/non-ldr-exc-3.exp: New.
937         * gdb.threads/non-ldr-exc-4.c: New.
938         * gdb.threads/non-ldr-exc-4.exp: New.
939
940 2011-10-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
941
942         * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
943         * gdb.base/attach-pie-misread.exp: Likewise.
944         * gdb.base/break-interp.exp: Likewise.
945         * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
946         testcases for use_gdb_stub.
947         * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
948         (continue): New testcase.
949         * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
950         * gdb.threads/attach-into-signal.exp: Likewise.
951         * gdb.threads/attach-stopped.exp: Likewise.
952         * gdb.threads/attachstop-mt.exp: Likewise.
953
954 2011-10-28  Paul Koning  <paul_koning@dell.com>
955
956         * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
957
958 2011-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
959
960         * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
961         (mi_gdb_test): Import globals thread_selected_re
962         and breakpoint_re.  Expect them optionally at the regex start.
963
964 2011-10-27  Doug Evans  <dje@google.com>
965
966         * gdb.python/python.exp: Test source -s.
967
968 2011-10-26  Paul Koning  <paul_koning@dell.com>
969
970         * gdb.python/lib-types.cc (struct A): New structure.
971         * gdb.python/lib-types.exp (deepitems): New tests.
972
973 2011-10-25  Paul Koning  <paul_koning@dell.com>
974
975         PR python/13327
976
977         * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
978         fetch_lazy method.
979
980 2011-10-24  Yao Qi  <yao@codesourcery.com>
981
982         * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
983         target is tic6x-*-*.
984
985 2011-10-21  Joel Brobecker  <brobecker@adacore.com>
986
987         * gdb.ada/mi_task_info/task_switch.adb: New file.
988         * gdb.ada/mi_task_info.exp: New file.
989
990 2011-10-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
991
992         * gdb.cp/expand-psymtabs-cxx.exp: New file.
993         * gdb.cp/expand-psymtabs-cxx.cc: New file.
994
995 2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
996
997         PR python/12656
998
999         * gdb.python/py-block.exp: Add is_global, is_static, static_block,
1000         global_block tests.
1001
1002 2011-10-18  Tom Tromey  <tromey@redhat.com>
1003
1004         * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
1005
1006 2011-10-18  Tom Tromey  <tromey@redhat.com>
1007
1008         * gdb.base/source.exp: Don't include full file name in test name.
1009         * gdb.python/python.exp: Don't include full file name in test
1010         name.
1011
1012 2011-10-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
1013
1014         * gdb.base/attach-pie-noexec.c: New files.
1015         * gdb.base/attach-pie-noexec.exp: New files.
1016
1017 2011-10-17  Joseph Myers  <joseph@codesourcery.com>
1018
1019         * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
1020         prompt for each extra line in command.
1021
1022 2011-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1023
1024         * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
1025         Revert the part of:
1026         2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1027         * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
1028         Change the expected string.
1029
1030 2011-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1031
1032         Fix results with system glibc debug info installed.
1033         * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
1034         (continue to $syscall (2nd time), continue to $syscall (3rd time)):
1035         Accept also __libc_ symbol prefix and no prefix.
1036
1037 2011-10-14  Keith Seitz  <keiths@redhat.com>
1038
1039         PR c++/13225
1040         * gdb.cp/converts.cc (foo3_1): New function.
1041         (foo3_2): New functions.
1042         * gdb.cp/converts.exp: Add tests for int to pointer conversion
1043         and null pointer conversions of integer constant zero.
1044         Add test to check if all arguments are checked for incompatible
1045         conversion BADNESS.
1046
1047 2011-10-14  Tom Tromey  <tromey@redhat.com>
1048
1049         * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
1050         * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
1051         linespec.
1052
1053 2011-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1054
1055         Fix internal error regression.
1056         * gdb.dwarf2/implptr-optimized-out.S: New file.
1057         * gdb.dwarf2/implptr-optimized-out.exp: New file.
1058
1059 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1060
1061         Fix empty DWARF expressions DATA vs. SIZE conditionals.
1062         * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
1063         (loclist): New.
1064         (4): New abbrev.
1065         * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
1066         Use prepare_for_testing, remove clean_restart.
1067         (p arraynoloc, p arraycallnoloc): New tests.
1068
1069 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1070
1071         * gdb.cp/namespace-enum.exp (executable): New variable.
1072         (binfile): Use ${objdir}/${subdir}/ prefix.
1073         Use ${executable} for clean_restart.
1074
1075 2011-10-11  Sterling Augustine  <saugustine@google.com>
1076
1077         * gdb.cp/Makefile.in: Add namespace-enum test.
1078         * gdb.cp/namespace-enum.exp: New file.
1079         * gdb.cp/namespace-enum.c: New file.
1080         * gdb.cp/namespace-enum-main.c: New file.
1081
1082 2011-10-11  Ulrich Weigand  <ulrich.weigand@linaro.org>
1083
1084         * gdb.python/py-shared.exp: Relax filename check to handle remote:
1085         sysroot.
1086
1087 2011-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1088
1089         Reimplement @entry in input expressions.
1090         * gdb.base/exprs.c (v_int_array_init): New variable.
1091         * gdb.base/exprs.exp (print v_int_array_init)
1092         (print *v_int_array_init@1, print *v_int_array_init@2)
1093         (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
1094         (print v_int_array_init[1]@1): New tests.
1095
1096 2011-10-10  Joseph Myers  <joseph@codesourcery.com>
1097
1098         * gdb.cp/gdb2495.exp: Do not include directories in filename in
1099         expected message.
1100
1101 2011-10-09  Doug Evans  <dje@google.com>
1102
1103         * gdb.base/alias.exp: Add tests for alias command.
1104
1105 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1106
1107         * gdb.arch/amd64-entry-value.s: New file.
1108         * gdb.mi/mi2-amd64-entry-value.s: New file.
1109
1110 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1111
1112         Display @entry parameter values even for references.
1113         * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
1114         functions.
1115         (main): New variables regvar, nodatavarp, stackvar1, stackvar2.  Call
1116         reference and datap_input.
1117         * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
1118         breakpoints.
1119         (continue to breakpoint: entry_reference: reference)
1120         (entry_reference: bt at entry)
1121         (continue to breakpoint: entry_reference: breakhere_reference)
1122         (entry_reference: bt, entry_reference: ptype regparam)
1123         (entry_reference: p regparam, entry_reference: ptype regparam@entry)
1124         (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
1125         (entry_reference: p regcopy, entry_reference: p nodataparam)
1126         (entry_reference: p nodataparam@entry): New tests.
1127
1128 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1129
1130         Support @entry in input expressions.
1131         * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
1132         (entry_stack: p s1@entry, entry_stack: p s2@entry)
1133         (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
1134         (tailcall: p j@entry): New tests.
1135         * gdb.cp/koenig.cc (A::entry): New function.
1136         (main): Call it.
1137         * gdb.cp/koenig.exp (p entry (c)): New test.
1138
1139 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1140
1141         Display @entry parameter values (without references).
1142         * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
1143         (different, validity, invalid): New functions.
1144         (main): Call them.
1145         * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
1146         stacktest, breakhere_stacktest, different, breakhere_different,
1147         breakhere_validity and breakhere_invalid.
1148         (entry: bt): Update for @entry.
1149         (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
1150         (entry_validity: *, entry_invalid: *): Many new tests.
1151         * gdb.base/break.exp
1152         (run until breakpoint set at small function, optimized file): Accept
1153         also the @entry suffix.
1154         * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
1155         * gdb.mi/mi2-amd64-entry-value.c: New files.
1156         * gdb.mi/mi2-amd64-entry-value.exp: New files.
1157
1158 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1159
1160         Protect entry values against self tail calls.
1161         * gdb.arch/amd64-entry-value.cc (self2, self): New.
1162         (main): Call self.
1163         * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
1164         (set debug entry-values 1, self: bt debug entry-values): New tests.
1165
1166 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1167
1168         Recognize virtual tail call frames.
1169         * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
1170         (amb_b, amb_a): New.
1171         (main): Call a and b.
1172         * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
1173         (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
1174         (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
1175         New tests.
1176
1177 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1178
1179         Implement basic support for DW_TAG_GNU_call_site.
1180         * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
1181         * gdb.arch/amd64-entry-value.cc: New file.
1182         * gdb.arch/amd64-entry-value.exp: New file.
1183
1184 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1185
1186         Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
1187         * gdb.dwarf2/implptr-64bit.S: New file.
1188         * gdb.dwarf2/implptr-64bit.exp: New file.
1189
1190 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1191
1192         Fix initial language detection with -readnow.
1193         * gdb.cp/readnow-language.cc: New file.
1194         * gdb.cp/readnow-language.exp: New file.
1195
1196 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
1197
1198         Fix printed anonymous struct name.
1199         * gdb.cp/anon-struct.exp (print type of X::t2): New test.
1200
1201 2011-10-09  Joseph Myers  <joseph@codesourcery.com>
1202
1203         * gdb.base/solib-symbol.exp: Do not include directories in
1204         filenames in expected messages.
1205
1206 2011-10-07  Doug Evans  <dje@google.com>
1207
1208         * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
1209
1210 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
1211
1212         Allow Python notification of new object-file loadings.
1213         * gdb.python/py-events.exp: Test newobjfile event.
1214         * gdb.python/py-events.py: Register newobjfile callback.
1215         * gdb.python/py-events.c: Add call to shared library
1216         * gdb.python/py-events-shlib.c: New file.
1217
1218 2011-10-06  Joseph Myers  <joseph@codesourcery.com>
1219
1220         * gdb.base/fixsection.exp: Do not include directories in filename
1221         in expected message.
1222
1223 2011-10-05  Pierre Muller  <muller@ics.u-strasbg.fr>
1224
1225         Add tests for passing of environment variables to inferior.
1226         * gdb.base/testenv.c: New test source.
1227         * gdb.base/testenv.exp: New expect test.
1228
1229 2011-10-04  Paul Koning  <paul_koning@dell.com>
1230
1231         * gdb.python/py-value.c (main): Break before return.
1232
1233 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
1234
1235         PR python/12691: Add the inferior to Python exited event
1236         * gdb.python/py-events.exp: Test the inferior attribute of exited
1237         event with a fork.
1238         * gdb.python/py-events.py: Print inferior number on exit.
1239         * gdb.python/py-events.c: Fork the inferior.
1240
1241 2011-10-03  Edjunior Machado  <emachado@linux.vnet.ibm.com>
1242
1243         * gdb.base/jit.exp: Add testcase name to log message
1244
1245 2011-10-03  Paul Koning  <paul_koning@dell.com>
1246             Jan Kratochvil  <jan.kratochvil@redhat.com>
1247
1248         * gdb.python/py-value.exp
1249         (python inval = gdb.parse_and_eval('*(int*)0'))
1250         (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
1251         (set argc=2, python print argc_lazy): New tests.
1252
1253 2011-10-02  Joel Brobecker  <brobecker@adacore.com>
1254
1255         * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
1256
1257 2011-10-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1258             Pedro Alves  <pedro@codesourcery.com>
1259
1260         * gdb.python/py-value.exp (test_value_in_inferior): New variable
1261         can_read_0, test for it.
1262         (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
1263         (parse_and_eval with memory error): ... here, make it untested if
1264         can_read_0.
1265
1266 2011-09-30  Marek Polacek  <mpolacek@redhat.com>
1267
1268         * gdb.python/python.exp (verify pagination beforehand)
1269         (verify pagination afterwards): Fix race by splitting the line.
1270
1271 2011-09-29  Joseph Myers  <joseph@codesourcery.com>
1272
1273         * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
1274         for 64-bit multilibs from i?86-* targets.
1275
1276 2011-09-29  Marek Polacek  <mpolacek@redhat.com>
1277
1278         * lib/gdb.exp: Fix a typo in one of the comments.
1279
1280 2011-09-29  Marek Polacek  <mpolacek@redhat.com>
1281
1282         * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
1283         matching pattern.
1284
1285 2011-09-28  Paul Koning  <paul_koning@dell.com>
1286
1287         * gdb.python/py-type.c (enum E): New.
1288         * gdb.python/py-type.exp (test_fields): Add tests for Python
1289         mapping access to fields.
1290         (test_enums): New test for field access on enums.
1291
1292 2011-09-27  Stan Shebs  <stan@codesourcery.com>
1293
1294         * gdb.trace/collection.exp: Test collection of $_ret.
1295
1296 2011-09-22  Andreas Tobler  <andreast@fgznet.ch>
1297
1298         * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
1299         list of compilation switches for <*-*-freebsd*>.
1300
1301 2011-09-19  Stan Shebs  <stan@codesourcery.com>
1302
1303         * gdb.trace/tspeed.exp: New file.
1304         * gdb.trace/tspeed.c: New file.
1305
1306 2011-09-18  Yao Qi  <yao@codesourcery.com>
1307
1308         * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
1309         instructions.
1310         (test_adr_32bit, test_pop_pc): Likewise.
1311         (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
1312         Thumb instructions.
1313         * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
1314         in gdb_test_multiple.
1315         (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
1316
1317 2011-09-17  Yao Qi  <yao@codesourcery.com>
1318
1319         * lib/gdb.exp (can_single_step_to_signal_handler): New.
1320         * gdb.base/kill-after-signal.exp: Call it.  Skip if target doesn't
1321         support single step to signal handler.
1322
1323 2011-09-17  Yao Qi  <yao@codesourcery.com>
1324
1325         * gdb.base/disp-step-fork.c: New.
1326         * gdb.base/disp-step-syscall.exp: New.
1327         * gdb.base/disp-step-vfork.c: New.
1328
1329 2011-09-16  Joel Brobecker  <brobecker@adacore.com>
1330
1331         * gdb.ada/tasks.exp: Make the expected output for
1332         the `info tasks' tests more resilient to spacing
1333         changes.
1334
1335 2011-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1336
1337         * gdb.python/py-evthreads.exp (Run to breakpoint 1)
1338         (reached breakpoint 2, reached breakpoint 3): Update expected output.
1339
1340 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
1341
1342         PR Python/12692 Add gdb.selected_inferior() to Python interface.
1343         * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
1344
1345 2011-04-30  Kevin Pouget  <kevin.pouget@st.com>
1346
1347         Handle multiple breakpoint hits in Python interface:
1348         * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
1349         presence.
1350         * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
1351         breakpoint hits.
1352
1353 2011-09-13  Sami Wagiaalla  <swagiaal@redhat.com>
1354             Jan Kratochvil  <jan.kratochvil@redhat.com>
1355
1356         * gdb.python/py-events.exp: Remove pretty printing comment.
1357         * gdb.python/py-evsignal.exp: New file.
1358         * gdb.python/py-evthreads.c: Include signal.h.
1359         (thread3): Remove variable count3.  Remove variable bad and use raise
1360         instead.
1361         (thread2): Remove variable count2.  Move thread3 pthread_create here,
1362         merge pthread_join to a single line.
1363         (main): Remove variable count1.  Merge pthread_join with pthread_create
1364         to a single line.
1365         * gdb.python/py-evthreads.exp: Remove pretty printing comment.  New
1366         KFAIL python/12966 for gdbserver.  Test return value of
1367         gdb_compile_pthreads.  Use gdb_run_cmd.  Replace send_gdb and
1368         gdb_expect by gdb_test and gdb_test_multiple.
1369         (thread 2, thread 3): New tests.
1370
1371 2011-09-12  Matt Rice  <ratmice@gmail.com>
1372             Pedro Alves  <pedro@codesourcery.com>
1373
1374         PR gdb/13175
1375
1376         * gdb.base/interp.exp: New tests.
1377         * gdb.base/interp.c: New file.
1378
1379 2011-09-12  Doug Evans  <dje@google.com>
1380
1381         * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
1382         * gdb.dwarf2/typeddwarf.exp: Ditto.
1383
1384 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1385
1386         Fix compatibility with x32 arch.
1387         * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
1388         * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
1389         is_x86_like_target.
1390         * testsuite/gdb.trace/collection.exp: Likewise.
1391         * testsuite/gdb.trace/report.exp: Likewise.
1392         * testsuite/gdb.trace/unavailable.exp: Likewise.
1393         * testsuite/gdb.trace/while-dyn.exp: Likewise.
1394         * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
1395         (is_x86_like_target): Check also is_amd64_regs_target.
1396
1397 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1398
1399         PR breakpoints/12435
1400         * gdb.arch/amd64-prologue-xmm.c: New file.
1401         * gdb.arch/amd64-prologue-xmm.exp: New file.
1402         * gdb.arch/amd64-prologue-xmm.s: New file.
1403
1404 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1405
1406         * gdb.dwarf2/dw2-param-error-main.c: New file.
1407         * gdb.dwarf2/dw2-param-error.S: New file.
1408         * gdb.dwarf2/dw2-param-error.exp: New file.
1409
1410 2011-09-08  Pedro Alves  <pedro@codesourcery.com>
1411
1412         * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
1413         inferior's pid and look for a core dump named core.$pid.  Use
1414         `remote_file' commands on the host instead of hand coding shell
1415         commands on the build.
1416         * gdb.base/valgrind-db-attach.exp: Kill the program before
1417         finishing the test.
1418
1419 2011-09-02  Matt Rice  <ratmice@gmail.com>
1420
1421         * lib/prompt.exp: New file for testing the first prompt.
1422         * gdb.python/py-prompt.exp: Ditto.
1423         * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
1424
1425 2011-09-02  Pedro Alves  <pedro@codesourcery.com>
1426
1427         * gdb.threads/gcore-thread.exp: Set the global core_supported to
1428         0, before testing gcore.
1429
1430 2011-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1431
1432         * dw2-ifort-parameter-debug.S: Update copyright year.
1433         * dw2-ifort-parameter.c: Update copyright year.
1434         * dw2-ifort-parameter.exp: Update copyright year.
1435
1436         * dw2-ifort-parameter-debug.S: New file.
1437         * dw2-ifort-parameter.c: New file.
1438         * dw2-ifort-parameter.exp: New file.
1439
1440 2011-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1441
1442         * gdb.base/commands.exp (error_clears_commands_left): New function.
1443         (): Call it.
1444
1445 2011-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1446
1447         * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
1448         (C): Initialize `a'.
1449         * gdb.mi/mi-inheritance-syntax-error.exp
1450         (-data-evaluate-expression $path):  Expect `a' as 5.
1451
1452 2011-08-26  Marc Khouzam  <marc.khouzam@ericsson.com>
1453
1454         PR mi/11912
1455         * gdb.mi/mi-inheritance-syntax-error.cc: New file.
1456         * gdb.mi/mi-inheritance-syntax-error.exp: New file.
1457         * gdb.mi/mi-var-cp.cc: Updated for new 'class'
1458         keyword in output of -var-info-path-expression.
1459
1460 2011-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1461
1462         * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
1463         * gdb.trace/collection.exp: Likewise.
1464         * gdb.trace/report.exp: Likewise.
1465         * gdb.trace/unavailable.exp: Likewise.
1466         * gdb.trace/while-dyn.exp: Likewise.
1467
1468 2011-08-18  Keith Seitz  <keiths@redhat.com>
1469
1470         PR c++/12266
1471         * gdb.cp/meth-typedefs.cc: New file.
1472         * gdb.cp/meth-typedefs.exp: New file.
1473
1474 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
1475
1476         * gdb.python/python.exp: Add extended-prompt tests.
1477
1478 2011-08-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1479
1480         * gdb.arch/i386-dr3-watch.exp
1481         (watchpoint on gap1 does not fit debug registers)
1482         (delete all watchpoints): Fix racy expect strings.
1483
1484 2011-08-14  Yao Qi  <yao@codesourcery.com>
1485
1486         * gdb.base/maint.exp: set data_section to ".neardata".
1487         * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
1488         * gdb.base/savedregs.exp: Handle SIGILL.
1489         * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
1490         * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
1491
1492 2011-08-12  Doug Evans  <dje@google.com>
1493
1494         * gdb.python/py-symbol.exp: Add test for symbol.type.
1495
1496 2011-08-12  Ulrich Weigand  <ulrich.weigand@linaro.org>
1497
1498         * gdb.threads/pthreads.exp: Enable on non-native configurations.
1499         * gdb.mi/mi-pthreads.exp: Likewise.
1500         * gdb.mi/mi2-pthreads.exp: Likewise.
1501         * gdb.mi/gdb669.exp.exp: Likewise.
1502
1503 2011-08-09  Pedro Alves  <pedro@codesourcery.com>
1504
1505         * lib/mi-support.exp (detect_async): Rename to...
1506         (mi_detect_async): ... this.
1507         * gdb.mi/mi-nonstop-exit.exp: Adjust.
1508         * gdb.mi/mi-nonstop.exp: Adjust.
1509         * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
1510         * gdb.mi/mi-nsintrall.exp: Adjust.
1511         * gdb.mi/mi-nsmoribund.exp: Adjust.
1512         * gdb.mi/mi-nsthrexec.exp: Adjust.
1513
1514 2011-08-09  Pedro Alves  <pedro@codesourcery.com>
1515
1516         * gdb.base/display.c (do_loops): New `p_i' local.
1517         * gdb.base/display.exp: Test displaying a variable that is
1518         temporarily at a bad address.
1519
1520 2011-08-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1521
1522         * gdb.dwarf2/dw2-op-stack-value.S: New file.
1523         * gdb.dwarf2/dw2-op-stack-value.exp: New file.
1524
1525 2011-08-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1526
1527         * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
1528         * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
1529         (p fuNC_symtab): Permit also ppc64 leading dot.
1530
1531 2011-08-05  Pedro Alves  <pedro@codesourcery.com>
1532
1533         * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
1534         procedure.
1535         (gdb_collect_args_test, gdb_collect_locals_test): Use it.
1536
1537 2011-08-05  Yao Qi  <yao@codesourcery.com>
1538
1539         * gdb.base/callfuncs.exp: Set language after main.
1540         * gdb.cp/cplusfuncs.exp: Likewise.
1541         * gdb.cp/inherit.exp: Likewise.
1542
1543 2011-08-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
1544
1545         * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
1546         * gdb.base/watch-vfork.exp: Skip on remote targets.
1547
1548 2011-08-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
1549
1550         * gdb.threads/thread-find.exp: Support remote targets.
1551
1552 2011-08-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
1553
1554         * gdb.base/jit.exp: Download solib_binfile to target.
1555         * gdb.base/jit-so.exp:  Likewise.  Also, use gdb_load_shlibs
1556         and call dlopen without full path name.
1557         * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
1558         dlopen without full path name.
1559
1560 2011-08-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1561
1562         * gdb.base/break-always.exp: Complete the test
1563         with duplicated breakpoints and enabling/disabling them.
1564
1565 2011-08-02  Tom Tromey  <tromey@redhat.com>
1566
1567         PR gdb/11289:
1568         * gdb.cp/overload.exp: Fix regexps.  Remove kfails.
1569
1570 2011-08-01  Paul Pluzhnikov  <ppluzhnikov@google.com>
1571
1572         PR gdb/13045
1573         * gdb.base/float.exp: Add new test case for PR gdb/13045
1574         * gdb.base/float.c: New file.
1575
1576 2011-07-28  Phil Muldoon  <pmuldoon@redhat.com>
1577
1578         * gdb.python/py-mi.exp: Test printers returning string hint, and
1579         also not returning a value.
1580         * gdb.python/py-prettyprint.c: Add testcase for above.
1581         * gdb.python/py-prettyprint.py: Add test printer for above.
1582
1583 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1584
1585         * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
1586         (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
1587         (.Ldie30) Add as field "data4".
1588         (.Ldie32) Rename field "b" to "shl".
1589         (abbrev4) Change for the "data4" field.
1590         (abbrev5, abbrev6) Remove.
1591         * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
1592         (p &s.shl): ... here.  Add comment.
1593         (p &s.data4): New.
1594
1595 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1596
1597         Fix crash on lval_computed values.
1598         * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
1599
1600 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1601
1602         * gdb.base/help.exp (help whatis): Update the expected string.
1603
1604 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1605
1606         * gdb.dwarf2/dw2-simple-locdesc.S: New file.
1607         * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
1608         * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
1609         Change the expected string.
1610
1611 2011-07-26  Pedro Alves  <pedro@codesourcery.com>
1612
1613         * gdb.base/watchpoint.exp
1614         (test_disable_enable_software_watchpoint): New procedure.
1615         (top level): Run it.
1616
1617 2011-07-26  Ulrich Weigand  <ulrich.weigand@linaro.org>
1618
1619         * gdb.python/py-mi.exp: Avoid '+' in filenames.  Call C version of
1620         executable file "${binfile}", C++ version "${binfile}-cxx".
1621         * gdb.python/py-prettyprint.exp: Likewise.
1622         * gdb.python/py-symbol.exp: Likewise.
1623         * gdb.python/py-type.exp: Likewise.
1624         * gdb.python/py-value.exp: Likewise.
1625         * gdb.python/py-template.exp (test_template_arg): Pass full executable
1626         file name instead of just suffix.
1627
1628 2011-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
1629
1630         Fix implicit pointer offsets.
1631         * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
1632         * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
1633         (continue to breakpoint: continue to baz breakpoint for implptr)
1634         (sanity check element 0, sanity check element 1)
1635         (enter the inlined function, check element 0 for the offset)
1636         (check element 1 for the offset)
1637         (continue to breakpoint: ignore the second baz breakpoint): New tests.
1638         (set foo breakpoint for implptr): Update the breakpoint number.
1639
1640 2011-07-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
1641
1642         * gdb.python/py-mi.exp: Use different file names for different
1643         versions of the executable under test.
1644         * gdb.python/py-prettyprint.exp: Likewise.
1645         * gdb.python/py-symbol.exp: Likewise.
1646         * gdb.python/py-template.exp: Likewise.
1647         * gdb.python/py-type.exp: Likewise.
1648         * gdb.python/py-value.exp: Likewise.
1649
1650 2011-07-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
1651
1652         * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
1653         flag after restarting GDB if necessary.
1654
1655 2011-07-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
1656
1657         * gdb.python/py-shared.exp: Call gdb_load_shlibs.
1658
1659 2011-07-22  Pedro Alves  <pedro@codesourcery.com>
1660
1661         * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
1662         backend doesn't leave used debug registers behind.
1663
1664 2011-07-22  Tom Tromey  <tromey@redhat.com>
1665
1666         * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
1667         * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
1668         argument.
1669         * gdb.dwarf2/typeddwarf-amd64.S: New file.
1670
1671 2011-07-21  Matt Rice  <ratmice@gmail.com>
1672
1673         * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
1674         in mostlyclean rule.  Add files ending in .core.
1675
1676 2011-07-21  Matt Rice  <ratmice@gmail.com>
1677
1678         PR macros/12999
1679         * gdb.base/info-macros.c: New test sources.
1680         * gdb.base/info-macros.exp: New tests.
1681
1682 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
1683
1684         * gdb.python/python.exp: Add prompt substitution tests.
1685
1686 2011-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1687
1688         Fix crash if referenced CU is aged out.
1689         * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
1690         New.
1691         * gdb.dwarf2/implptr.exp: Likewise.
1692
1693 2011-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1694
1695         * gdb.dwarf2/implptr.S: Rebuilt.
1696         * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
1697         (bar): Use them for j, k, l.
1698         * gdb.dwarf2/implptr.exp: New variable opts.  Support runtest parameter
1699         COMPILE.
1700         (print j in implptr:bar): Update for the intp typedef.
1701         (print p[0].x in implptr:foo): Use more exact regex.
1702
1703 2011-07-18  Tom Tromey  <tromey@redhat.com>
1704
1705         * gdb.cp/static-method.exp: Add missing single quote.
1706
1707 2011-07-18  Yao Qi  <yao@codesourcery.com>
1708
1709         * gdb.base/async-shell.exp: Skip test if displaced stepping is not
1710         supported.
1711         * gdb.mi/mi-nonstop-exit.exp: Likewise.
1712         * gdb.mi/mi-nonstop.exp: Likewise.
1713         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1714         * gdb.mi/mi-nsintrall.exp: Likewise.
1715         * gdb.mi/mi-nsmoribund.exp: Likewise.
1716         * gdb.mi/mi-nsthrexec.exp: Likewise.
1717         * gdb.python/py-evthreads.exp: Likewise.
1718
1719 2011-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1720
1721         Code cleanup.
1722         * gdb.cp/namespace.exp (xfail_class_types): New variable.  Initialize
1723         it.  Substitute it instead of test_compiler_info everywhere.
1724
1725 2011-07-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
1726
1727         * gdb.base/type-opaque.exp: Use gdb_load_shlibs.  Run test on
1728         remote targets as well.
1729
1730 2011-07-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
1731
1732         * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
1733         * gdb.threads/tls-shared.exp: Use it.  Call gdb_load_shlibs.
1734
1735 2011-07-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
1736
1737         * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
1738         a remote machine, not the host.
1739         (gdb_compile_shlib): Set soname if target is remote.
1740
1741 2011-07-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
1742
1743         * gdb.cp/minsym-fallback.exp: Link in C++ mode.
1744
1745 2011-07-13  Matt Rice <ratmice@gmail.com>
1746
1747         * gdb.python/py-objfile-script-gdb.py: Renamed to
1748         py-objfile-script-gdb.py.in.
1749         * gdb.python/py-objfile-script-gdb.py.in: Renamed from
1750         py-objfile-script-gdb.py.
1751         * gdb.python/py-objfile-script.exp: Update reference to
1752         py-objfile-script-gdb.py.
1753
1754 2011-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1755
1756         * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
1757         reference undefined label.
1758
1759 2011-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1760
1761         * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
1762         (DW_AT_high_pc, DW_AT_low_pc): Remove them.
1763         (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
1764         * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
1765
1766 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
1767
1768         PR python/12438
1769         * gdb.python/python.exp: Add maint set/show python print-stack
1770           deprecated tests.  Add set/show python print-backtrace tests.
1771
1772 2011-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
1773
1774         * gdb.java/jprint.exp (print a java.lang.String): xfail without system
1775         debug info.
1776
1777 2011-07-06  Matt Rice  <ratmice@gmail.com>
1778
1779         * gdb.python/python.exp: Update filename paths.
1780         * gdb.python/py-symtab.exp: Ditto.
1781
1782 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
1783
1784         * gdb.python/py-evthreads.exp: Add missing `$'.
1785
1786 2011-07-06  Jie Zhang  <jie.zhang@analog.com>
1787
1788         * config/bfin.exp: New file.
1789         * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
1790         * gdb.asm/bfin.inc: New file.
1791
1792 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
1793
1794         * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
1795         the whole output.
1796
1797 2011-07-05  Tom Tromey  <tromey@redhat.com>
1798
1799         * gdb.java/jprint.java (jprint.hi): New field.
1800         * gdb.java/jprint.exp: Print string.
1801
1802 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
1803
1804         * gdb.base/call-sc.c: Fix typos.
1805         * gdb.base/ifelse.exp: Likewise.
1806         * gdb.base/structs.c: Likewise.
1807
1808 2011-07-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
1809
1810         * gdb.base/jit-so.exp: New test.
1811         * gdb.base/jit-dlmain.c: New file.
1812         * gdb.base/jit-main.c: Allow "main" to be elsewhere.
1813
1814 2011-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1815
1816         * gdb.cp/m-static.exp: Call get_compiler_info.
1817         (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
1818         * gdb.cp/pr9167.exp (p b): Likewise.
1819         * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
1820         (test value of P in inner_m, test type of Z in inner_m): Call
1821         setup_xfail for gcc <= 4.5.
1822
1823 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1824
1825         * gdb.cp/paren-type.cc: New files.
1826         * gdb.cp/paren-type.exp: New files.
1827
1828 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1829
1830         Stop on first linespec terminator instead of eating what we can.
1831         * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
1832         * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
1833         * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
1834         (break C::f()): ... this one.
1835         (break C::operator()()): New test.
1836         * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
1837         * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
1838         test.
1839
1840 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1841
1842         Fall back linespec to minimal symbols.
1843         * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
1844         error message.
1845         * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
1846         * gdb.cp/minsym-fallback-main.cc: New file.
1847         * gdb.cp/minsym-fallback.cc: New file.
1848         * gdb.cp/minsym-fallback.exp: New file.
1849         * gdb.cp/minsym-fallback.h: New file.
1850
1851 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1852
1853         * gdb.cp/no-dmgl-verbose.cc: New file.
1854         * gdb.cp/no-dmgl-verbose.exp: New file.
1855
1856 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1857
1858         * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
1859         __GI_.
1860         * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
1861         (f): New function.
1862         * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
1863         (complete p 'func<short>(): ... here.
1864         * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
1865         * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
1866         * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
1867         * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
1868         Make them KFAIL gcc/49546.
1869
1870 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
1871
1872         * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
1873
1874 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1875
1876         Test GCC PR debug/49546.
1877         * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
1878         (test type of F in k3_m, test value of F in k3_m): New.
1879         * gdb.cp/temargs.cc (struct S3, struct K3): New.
1880         (main): New variable k3.  Call k3.k3_m.
1881
1882 2011-07-01  Jean-Charles Delay  <delay@adacore.com>
1883
1884         * gdb.ada/packed_array.exp: Fix expected outout.
1885
1886 2011-07-01  Jean-Charles Delay  <delay@adacore.com>
1887
1888         * gdb.ada/packed_array.exp: fixed expected output.
1889
1890 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
1891
1892         * gdb.ada/same_enum: New testcase.
1893
1894 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
1895
1896         * gdb.ada/ptr_typedef: New testcase.
1897
1898 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
1899
1900         * gdb.ada/arrayptr.exp: Add ptype test.
1901
1902 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
1903
1904         * gdb.ada/char_enum: New testcase.
1905
1906 2011-07-01  Yao Qi  <yao@codesourcery.com>
1907
1908         * gdb.base/dump.exp (capture_pointer_with_type): New.
1909         Get value from address instead of name.
1910         Start GDB once, and do `dump' and `restore'
1911         tests together.
1912
1913 2011-06-30  Jie Zhang <jie.zhang@analog.com>
1914             Mike Frysinger  <vapier@gentoo.org>
1915
1916         * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
1917         helper functions for getting/setting remotetimeout variable.
1918         * lib/gdb.exp (gdb_load): If the target is remote, set
1919         $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
1920         with $loadtimeout.  Set $load_ok to 0 before doing the load.
1921         Instead of returning, immediately, set $load_ok to 0.  Call
1922         set_remotetimeout with $oldremotetimeout, and then return if
1923         $load_ok is 1.
1924
1925 2011-06-30  Andrew Burgess  <aburgess@broadcom.com>
1926
1927         * gdb.python/py-template.exp: Don't run this test if the target
1928         does not support c++ tests.
1929
1930 2011-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
1931
1932         Fix non-only rename list for Fortran modules import.
1933         * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
1934         tests.
1935         * gdb.fortran/module.f90 (module moduse): New.
1936         (program module): use moduse, test var_x, var_y and var_z.
1937
1938 2011-06-29  Tom Tromey  <tromey@redhat.com>
1939
1940         PR testsuite/12040:
1941         * gdb.fortran/array-element.exp: Use f90, not f77.
1942         * gdb.fortran/complex.exp: Use f90, not f77.
1943         * gdb.fortran/derived-type.exp: Use f90, not f77.
1944         * gdb.fortran/library-module.exp: Use f90, not f77.
1945         * gdb.fortran/logical.exp: Use f90, not f77.
1946         * gdb.fortran/module.exp: Use f90, not f77.
1947         * gdb.fortran/multi-dim.exp: Use f90, not f77.
1948         * gdb.fortran/subarray.exp: Use f90, not f77.
1949
1950 2011-06-29  Tom Tromey  <tromey@redhat.com>
1951
1952         * gdb.fortran/charset.exp: New file.
1953         * gdb.fortran/charset.f90: New file.
1954
1955 2011-06-29  Tom Tromey  <tromey@redhat.com>
1956
1957         PR testsuite/12040:
1958         * lib/future.exp: New file, mostly extracted from ada.exp.
1959         Rewrote compatibility code to use rename.
1960         (gdb_find_gfortran): New proc.
1961         (gdb_default_target_compile): Refresh from dejagnu; plus a pending
1962         gfortran patch.
1963         * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
1964         Move to future.exp.
1965         * lib/gdb.exp: Always load future.exp.
1966
1967 2011-06-28  Yao Qi  <yao@codesourcery.com>
1968
1969         * gdb.cp/exception.cc: Don't include iostream.
1970         (bar): Remove print statement.
1971         (catcher): New.
1972         (main): Remove print statements.  Call function catcher.
1973         * gdb.cp/exception.exp : Don't match inferior's output in regexp.
1974         Set breakpoint on catcher, and check the value of parameter.
1975
1976 2011-06-23  Yao Qi  <yao@codesourcery.com>
1977
1978         * gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
1979         1.2 is disabled.  KFAIL for uclinux.
1980
1981 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
1982
1983         * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
1984         mi_gdb_test.
1985
1986 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
1987
1988         * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
1989
1990 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
1991
1992         * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
1993
1994 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
1995
1996         * gdb.mi/mi2-basics.exp: Fix races.  Honour the
1997         `test_exec_and_symbol_mi_operatons' return value.
1998         (test_mi_interpreter_selection): Use mi_gdb_test instead of
1999         gdb_test_multiple.
2000         (test_exec_and_symbol_mi_operatons): Likewise.
2001         (test_path_specification): Likewise.
2002
2003 2011-06-23  Yao Qi  <yao@codesourcery.com>
2004
2005         * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
2006         supported.
2007         * lib/gdb.exp (support_displaced_stepping): New.
2008
2009 2011-06-23  Yao Qi  <yao@codesourcery.com>
2010
2011         * gdb.threads/execl.exp: Skip on remote target.
2012
2013 2011-06-21  Marek Polacek  <mpolacek@redhat.com>
2014
2015         * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
2016         mi_gdb_test.
2017
2018 2011-06-20  Marek Polacek  <mpolacek@redhat.com>
2019
2020         * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
2021
2022 2011-06-20  Marek Polacek  <mpolacek@redhat.com>
2023
2024         * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
2025         mi_gdb_test.
2026
2027 2011-06-20  Marek Polacek  <mpolacek@redhat.com>
2028
2029         * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
2030
2031 2011-06-14  Yao Qi  <yao@codesourcery.com>
2032
2033         gdb/testsuite/
2034         * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
2035
2036 2011-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
2037
2038         * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
2039
2040 2011-06-10  Tom Tromey  <tromey@redhat.com>
2041
2042         * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
2043         Add tests for pointer-to-member-function.
2044         * gdb.cp/temargs.cc (S::somefunc): New function.
2045         (K2): New class.
2046         (main): Instantiate K2; call method.
2047
2048 2011-06-08  Joel Brobecker  <brobecker@adacore.com>
2049
2050         * gdb.python/py-inferior.c (f2): Make str an array rather
2051         than a pointer.
2052         * gdb.python/py-inferior.exp: Adjust testcase accordingly.
2053
2054 2011-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2055
2056         * gdb.base/async-shell.c: New file.
2057         * gdb.base/async-shell.exp: New file.
2058
2059 2011-06-06  Pedro Alves  <pedro@codesourcery.com>
2060
2061         * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
2062
2063 2011-06-03  Joel Brobecker  <brobecker@adacore.com>  (obvious fix)
2064
2065         From Stephen Kitt  <steve@sk2.org>
2066         * gdb.base/help.exp: Adjust following some spelling corrections
2067         in GDB.
2068
2069 2011-06-01  Yao Qi  <yao@codesourcery.com>
2070
2071         * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
2072
2073 2010-05-31  Keith Seitz  <keiths@redhat.com>
2074
2075         PR c++/12750
2076         * gdb.cp/static-method.cc: New file.
2077         * gdb.cp/static-method.exp: New file.
2078
2079 2010-05-31  Keith Seitz  <keiths@redhat.com>
2080
2081         PR symtab/12704
2082         * gdb.cp/anon-ns.cc: New file.
2083         * gdb.cp/anon-ns.exp: New file.
2084
2085 2011-05-31  Pedro Alves  <pedro@codesourcery.com>
2086
2087         * gdb.arch/i386-dr3-watch.c: New file.
2088         * gdb.arch/i386-dr3-watch.exp: New file.
2089
2090 2011-05-30  Yao Qi  <yao@codesourcery.com>
2091
2092         * gdb.base/callfuncs.c (t_structs_fc): New.
2093         (t_structs_dc, t_structs_ldc): New.
2094         (t_double_many_args):
2095         (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
2096         (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
2097         (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
2098         * gdb.base/callfuncs.exp: Call new functions.
2099
2100 2011-05-30  Yao Qi  <yao@codesourcery.com>
2101
2102         * gdb.base/callfuncs.exp (rerun_and_prepare): New.
2103         Call rerun_and_prepare for each test to isolate effects.
2104
2105 2011-05-30  Yao Qi  <yao@codesourcery.com>
2106
2107         * gdb.base/varargs.c (find_max_float_real): New.
2108         (find_max_double_real, find_max_long_double_real): New.
2109         * gdb.base/varargs.exp: Call these new added functions.
2110         * lib/gdb.exp (setup_kfail_for_target): New.
2111
2112 2011-05-30  Yao Qi  <yao@codesourcery.com>
2113
2114         * gdb.base/funcargs.c (callca, callcb, callcc): New.
2115         (callcd, callce, callcf, callc1a, callc1b): New.
2116         (callc2a, callc2b): New.
2117         * gdb.base/funcargs.exp (complex_args): New.
2118         (complex_integral_args, complex_float_integral_args): New.
2119         * lib/gdb.exp (support_complex_tests): New.  Determine
2120         whether to run test cases on _Complex types.
2121
2122 2011-05-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2123
2124         * gdb.threads/leader-exit.c: New file.
2125         * gdb.threads/leader-exit.exp: New file.
2126
2127 2011-05-27  Marek Polacek  <mpolacek@redhat.com>
2128
2129         * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
2130
2131 2011-05-27  Marek Polacek  <mpolacek@redhat.com>
2132
2133         * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
2134         remove the `supported' variable.
2135         * gdb.mi/mi-nonstop.exp: Likewise.
2136         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2137         * gdb.mi/mi-nsintrall.exp: Likewise.
2138         * gdb.mi/mi-nsmoribund.exp: Likewise.
2139         * gdb.mi/mi-nsthrexec.exp: Likewise.
2140
2141 2011-05-26  Pedro Alves  <pedro@codesourcery.com>
2142
2143         * gdb.reverse/finish-reverse-bkpt.exp: New test.
2144
2145 2011-05-26  Pedro Alves  <pedro@codesourcery.com>
2146
2147         * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
2148
2149 2011-05-24  Keith Seitz  <keiths@redhat.com>
2150
2151         PR breakpoint/12803
2152         * gdb.cp/cmpd-minsyms.cc (a): New method.
2153         (b): New method.
2154         (c): New method.
2155         * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
2156
2157 2011-05-24  Pedro Alves  <pedro@codesourcery.com>
2158
2159         * gdb.base/commands.exp (watchpoint_command_test): Check that the
2160         watchpoint's command list didn't execute when the watchpoint went
2161         out of scope.
2162
2163 2011-05-24  Pierre Muller  <muller@ics.u-strasbg.fr>
2164
2165         Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
2166         * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
2167         * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
2168         * gdb.arch/i386-gnu-cfi.exp: Likewise.
2169         * gdb.arch/i386-permbkpt.exp: Likewise.
2170         * gdb.arch/i386-prologue.exp: Likewise.
2171         * gdb.arch/i386-size-overlap.exp: Likewise.
2172         * gdb.arch/i386-size.exp: Likewise.
2173         * gdb.arch/i386-unwind.exp: Likewise.
2174         * gdb.reverse/i386-precsave.exp: Likewise.
2175         * gdb.reverse/i386-reverse.exp: Likewise.
2176         * gdb.reverse/i386-sse-reverse.exp: Likewise.
2177         * gdb.reverse/i387-env-reverse.exp: Likewise.
2178         * gdb.reverse/i387-stack-reverse.exp: Likewise.
2179
2180 2011-05-24  Pedro Alves  <pedro@codesourcery.com>
2181
2182         * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
2183         file doesn't error, using MI.
2184
2185 2011-05-23  Tom Tromey  <tromey@redhat.com>
2186
2187         * gdb.base/charset.exp (string_display): Add tests to assign to
2188         arrays.
2189         * gdb.base/charset.c (short_array, int_array, long_array): New.
2190
2191 2011-05-20  Pedro Alves  <pedro@codesourcery.com>
2192
2193         Cope with async mode.
2194
2195         * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
2196         into gdb_test + mi_expect_stop.
2197
2198 2011-05-20  Pedro Alves  <pedro@codesourcery.com>
2199
2200         * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
2201         (callme): Remove printf call.
2202
2203 2011-05-20  Pierre Muller  <muller@ics.u-strasbg.fr>
2204
2205         * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
2206         quote pattern to avoid problems with Cygwin/mingw expect versions.
2207         * gdb.base/default.exp (show convenience): Use double
2208         quote pattern for regular expressions.
2209
2210 2011-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2211
2212         Fix -readnow for -gdwarf-4 unused type units.
2213         * gdb.dwarf2/dw4-sig-type-unused.S: New file.
2214         * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
2215
2216 2011-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2217
2218         * gdb.base/kill-after-signal.c: New file.
2219         * gdb.base/kill-after-signal.exp: New file.
2220
2221 2011-05-16  Pedro Alves  <pedro@codesourcery.com>
2222
2223         * gdb.ada/start.exp: Call untested with the correct test filename.
2224         * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
2225         test filename.  Make the test's binary unique.
2226         * gdb.arch/i386-signal.exp: Call untested with the correct test
2227         filename.
2228         * gdb.arch/i386-size-overlap.exp: Ditto.
2229         * gdb.arch/Makefile.in (EXECUTABLES): Update.
2230         * gdb.base/gcore-buffer-overflow.exp: Ditto.
2231         * gdb.cp/call-c.exp: Ditto.
2232         * gdb.mi/mi-reverse.exp: Call untested with the correct test
2233         filename.  Make the test's binary unique.
2234         * gdb.mi/Makefile.in (EXECUTABLES): Update.
2235         * gdb.python/py-mi.exp: Ditto.
2236         * gdb.python/Makefile.in (EXECUTABLES): Update.
2237         * gdb.reverse/i386-precsave.exp: Ditto.
2238         * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
2239         test filename.
2240         * gdb.reverse/i387-stack-reverse.exp: Ditto.
2241         * gdb.reverse/sigall-precsave.exp: Ditto.  Make the test's binary
2242         unique.
2243         * gdb.reverse/sigall-reverse.exp: Call untested with the correct
2244         test filename.
2245         * gdb.reverse/Makefile.in (EXECUTABLES): Update.
2246         * gdb.trace/tfile.exp: Ditto.
2247
2248 2011-05-14  Yao Qi  <yao@codesourcery.com>
2249
2250         * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
2251         type.
2252
2253 2011-05-13  Doug Evans  <dje@google.com>
2254
2255         * gdb.python/py-objfile-script.exp: New file.
2256         * gdb.python/py-objfile-script.c: New file.
2257         * gdb.python/py-objfile-script-gdb.py: New file.
2258         * testsuite/gdb.python/py-section-script.exp: Test
2259         "info auto-load-scripts".
2260
2261 2011-05-13  Tom Tromey  <tromey@redhat.com>
2262
2263         * gdb.dwarf2/clztest.exp: New file.
2264         * gdb.dwarf2/clztest.c: New file.
2265         * gdb.dwarf2/clztest.S: New file.
2266
2267 2011-05-13  Doug Evans  <dje@google.com>
2268
2269         * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
2270         String16 tests.
2271
2272 2011-05-13  Tom Tromey  <tromey@redhat.com>
2273
2274         * lib/gdb.exp (is_x86_like_target): New proc.
2275         * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
2276         * gdb.dwarf2/valop.exp: Use is_x86_like_target.
2277         * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target.  Pass
2278         -nostdlib to compiler.
2279         * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
2280         * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
2281         * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
2282         * gdb.dwarf2/dw2-restore.exp: Check for LP64.
2283         * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
2284
2285 2011-05-13  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2286
2287         * gdb.python/py-function.exp: Test setting a value from a function
2288         which executes a command.
2289
2290 2011-05-12  Tom Tromey  <tromey@redhat.com>
2291
2292         * gdb.dwarf2/typeddwarf.S: New file.
2293         * gdb.dwarf2/typeddwarf.c: New file.
2294         * gdb.dwarf2/typeddwarf.exp: New file.
2295
2296 2011-05-12  Marek Polacek  <mpolacek@redhat.com>
2297
2298         * gdb.mi/mi-basics.exp: Fix races.  Honour the
2299         `test_exec_and_symbol_mi_operatons' return value.
2300         (test_mi_interpreter_selection): Use mi_gdb_test instead of
2301         gdb_test_multiple.
2302         (test_exec_and_symbol_mi_operatons): Likewise.
2303         (test_path_specification): Likewise.
2304
2305 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2306
2307         * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
2308         (gdb_touch_execfile): Remove catch wrappers.  New variable time.
2309         Replace `file copy' and `file rename' by `file mtime'.  Twice.
2310
2311 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2312
2313         * gdb.base/readline-ask.c: New file.
2314         * gdb.base/readline-ask.exp: New file.
2315         * gdb.base/readline-ask.inputrc: New file.
2316
2317 2011-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
2318
2319         * gdb.cell/bt.exp: Delete breakpoints before running to signal
2320         to avoid race condition.
2321         * gdb.cell/coremaker.c: Use small stack size.
2322         * gdb.cell/ea-standalone.exp: Use file name without path as
2323         argument to c_to.
2324         * gdb.cell/fork.exp: Allow other output when continuing to end.
2325
2326 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2327
2328         * gdb.threads/corethreads.c: New file.
2329         * gdb.threads/corethreads.exp: New file.
2330
2331 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2332
2333         * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
2334         Try to compile the test using -Wl,-z,norelro first.
2335         (load_core): New variable libthread_db_seen, initialize it.
2336         (zeroed-threads cannot be listed): Protect it by XFAIL on
2337         !$libthread_db_seen.
2338
2339 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2340
2341         PR 12573
2342         * gdb.dwarf2/dw2-skip-prologue.S: New file.
2343         * gdb.dwarf2/dw2-skip-prologue.c: New file.
2344         * gdb.dwarf2/dw2-skip-prologue.exp: New file.
2345
2346 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2347
2348         * gdb.cp/psymtab-parameter.cc: New file.
2349         * gdb.cp/psymtab-parameter.exp: New file.
2350
2351 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2352
2353         Fix a race.
2354         * gdb.cp/static-print-quit.exp (print c): Split to ...
2355         (print c - <return>, print c - q <return>, print c - to quit):
2356         ... these.  Make the testfile untested on gdb-7.1.
2357
2358 2011-5-05  Janis Johnson  <janisjo@codesourcery.com>
2359
2360         * lib/gdb.exp (exec_target_file, exec_symbol_file,
2361         gdb_rename_execfile, gdb_touch_execfile): New.
2362         * gdb.base/reread.exp: Use new procs to handle multiple
2363         exec files.
2364
2365 2011-05-05  Yao Qi  <yao@codesourcery.com>
2366
2367         * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
2368         (test_adr_32bit, test_pop_pc): New.
2369         * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
2370         (test_adr_32bit, test_pop_pc): New.
2371
2372 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
2373
2374         * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
2375         * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
2376         targets.
2377         * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
2378         handle targets.
2379
2380 2011-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2381
2382         * gdb.base/completion.exp (complete help info wat): Rename to ...
2383         (complete 'help info wat'): ... here.
2384         Remove all `-re ".*' and `-re "^.*' redundant regexes.
2385         (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
2386
2387 2011-05-04  Pedro Alves  <pedro@codesourcery.com>
2388
2389         * gdb.base/completion.exp: Use gdb_test_multiple instead of
2390         gdb_test and explicit $gdb_prompt/timeout matches.
2391
2392 2011-05-04  Yao Qi  <yao@codesourcery.com>
2393
2394         * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
2395         and __thumb2__.
2396
2397 2011-05-03  Marek Polacek  <mpolacek@redhat.com>
2398
2399         * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
2400         in place of `gdb_test "delete breakpoints"'.  This eliminates two
2401         testcases.
2402
2403 2011-05-02  Pedro Alves  <pedro@codesourcery.com>
2404
2405         PR testsuite/12649
2406         Fix races.
2407
2408         * gdb.base/completion.exp: Remove all sleep calls.  Remove
2409         unnecessary regexs.  Don't explicitly expect anything after the
2410         prompt.  Eat the prompt if necessary.
2411
2412 2011-05-02  Edjunior Machado  <emachado@linux.vnet.ibm.com>
2413
2414         * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
2415         accept to show the caller line again as well as the line after.
2416
2417 2011-04-29  Phil Muldoon  <pmuldoon@redhat.com>
2418
2419         PR mi/12531
2420
2421         * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
2422         compile target.
2423         * gdb.python/py-prettyprint.exp: Add C++ object for
2424         CPLUS_FAKE_CHILD test.
2425
2426 2011-04-28  Ulrich Weigand  <ulrich.weigand@linaro.org>
2427
2428         * gdb.base/signest.exp: New file.
2429         * gdb.base/signest.c: Likewise.
2430
2431 2011-04-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2432
2433         * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
2434         thread and breakpoint notifications.
2435
2436 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2437
2438         * gdb.base/fortran-sym-case.c: New file.
2439         * gdb.base/fortran-sym-case.exp: New file.
2440         * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
2441         * gdb.dwarf2/dw2-case-insensitive.c: New file.
2442         * gdb.dwarf2/dw2-case-insensitive.exp: New file.
2443
2444 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2445
2446         * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
2447         * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
2448         false #1', `if true else false #2' and `if true else false #3'.
2449
2450 2011-04-27  Ulrich Weigand  <ulrich.weigand@linaro.org>
2451
2452         * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
2453         while delivering signal.
2454
2455 2011-04-27  Vladimir Prus  <vladimir@codesourcery.com>
2456
2457         MI breakpoint notifications.
2458
2459         * testsuite/gdb.mi/mi-cli.exp: Adust.
2460         * testsuite/gdb.mi/mi2-cli.exp: Adust.
2461         * testsuite/gdb.mi/mi-watch.exp: Adust.
2462         * testsuite/gdb.mi/mi2-watch.exp: Adust.
2463         * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
2464         notifications.
2465
2466 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2467
2468         * gdb.base/gdbindex-stabs-dwarf.c: New file.
2469         * gdb.base/gdbindex-stabs.c: New file.
2470         * gdb.base/gdbindex-stabs.exp: New file.
2471
2472 2011-04-25  Yao Qi  <yao@codesourcery.com>
2473
2474         * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
2475         with /*...*/.
2476         * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
2477
2478 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2479
2480         * gdb.python/py-value.exp (test_objfiles): Name the first test
2481         `py-value in file.filename'.
2482
2483 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2484
2485         * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
2486         * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
2487         * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
2488         !gdbserver_reconnect_p..
2489         (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
2490
2491 2011-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2492
2493         * gdb.cp/cpcompletion.exp (complete class methods)
2494         (complete class methods beginning with F): Move them above runto.  New
2495         comment about the runto delimiter.
2496
2497 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
2498
2499         * gdb.base/maint.exp: Test that "maint print registers" works
2500         without a running program.
2501
2502 2011-04-20  Marek Polacek  <mpolacek@redhat.com>
2503
2504         * gdb.base/setshow.exp: Fix racy tests.
2505         ($old_gdb_prompt): New variable.
2506
2507 2011-04-19  Tom Tromey  <tromey@redhat.com>
2508
2509         * gdb.mi/mi-nsmoribund.exp:
2510         * gdb.hp/gdb.objdbg/objdbg01.exp:
2511         * gdb.base/structs.exp (test_struct_returns):
2512         * gdb.base/call-sc.exp (test_scalar_returns):
2513         * gdb.base/bigcore.exp: Remove duplicate words.
2514
2515 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2516
2517         * gdb.base/break-interp-lib.c (v, vptr): New variables.
2518         * gdb.base/break-interp.exp (test_attach): New comment.
2519
2520 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2521
2522         * gdb.threads/gcore-thread.exp ($core0file): New variable.
2523         (clear __stack_user.next, clear stack_used.next)
2524         (save a zeroed-threads corefile): New test.
2525         Call core_load for $core0file.
2526         (zeroed-threads cannot be listed): New test.
2527
2528 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2529
2530         * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
2531         filename.
2532         ($srcfile): Preserve the original value.
2533         ($testfile): Match it the .exp filename.
2534         ($corefile): New variable.  Substitute it around.
2535         Use clean_restart.
2536         ($prev_timeout): Remove.
2537         (load_core): Move core loading into this proc.
2538         Fix restore of $timeout if load_core fails.
2539
2540 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2541
2542         * gdb.base/eu-strip-infcall.c: New file.
2543         * gdb.base/eu-strip-infcall.exp: New file.
2544
2545 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2546
2547         * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
2548         * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
2549
2550 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2551
2552         Fix Python access to inlined frames.
2553         * gdb.python/py-frame-inline.c: New file.
2554         * gdb.python/py-frame-inline.exp: New file.
2555
2556 2011-04-13  Edjunior Machado  <emachado@linux.vnet.ibm.com>
2557
2558         * gdb.base/gdb1090.exp: Change breakpoint location to read the
2559         content of 's24' correctly (avoiding "optimized out").
2560         * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
2561
2562 2011-04-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2563
2564         * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
2565
2566 2011-04-13  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2567
2568         * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
2569         expect a colon in watch -location output.
2570
2571 2011-04-13  Marek Polacek  <mpolacek@redhat.com>
2572
2573         * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
2574         New testcase `expect response to define backtrace'.  Also remove
2575         redundant `default' block.
2576
2577 2011-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2578
2579         * gdb.python/py-prettyprint.c (struct hint_error): New.
2580         (main): New variable hint_error.
2581         * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
2582         "print hint_error".
2583         * gdb.python/py-prettyprint.py (class pp_hint_error): New.
2584         (register_pretty_printers): Register it.
2585
2586 2011-04-04  Tom Tromey  <tromey@redhat.com>
2587
2588         * gdb.cp/maint.exp (test_help): Update.
2589         (test_namespace): Likewise.
2590
2591 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
2592
2593         * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
2594         * gdb.ada/arrayptr.exp: Add new tests.
2595
2596 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
2597
2598         * gdb.ada/mi_catch_ex: New testcase.
2599
2600 2011-04-01  Pedro Alves  <pedro@codesourcery.com>
2601
2602         * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
2603         base::overload(void) method without specifying "const".
2604
2605 2011-04-01  Ulrich Weigand  <ulrich.weigand@linaro.org>
2606
2607         * gdb.arch/thumb-singlestep.S: New file.
2608         * gdb.arch/thumb-singlestep.exp: Likewise.
2609
2610 2011-03-31  Tom Tromey  <tromey@redhat.com>
2611
2612         * gdb.python/py-prettyprint.py (exception_flag): New global.
2613         (NoStringContainerPrinter._iterator.next): Check it.
2614         * gdb.python/py-prettyprint.c (main): New variable nstype2.
2615         * gdb.python/py-mi.exp: Set exception_flag and do more tests.
2616
2617 2011-03-29  Tom Tromey  <tromey@redhat.com>
2618
2619         * gdb.cp/anon-struct.cc: New file.
2620         * gdb.cp/anon-struct.exp: New file.
2621
2622 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2623
2624         Test STT_GNU_IFUNC support.
2625         * gdb.base/gnu-ifunc-lib.c: New file.
2626         * gdb.base/gnu-ifunc.c: New file.
2627         * gdb.base/gnu-ifunc.exp: New file.
2628
2629 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2630
2631         Support a ring of related breakpoints.
2632         * gdb.base/watchpoint-delete.c: New file.
2633         * gdb.base/watchpoint-delete.exp: New file.
2634
2635 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2636
2637         * gdb.ada/arrayparam.exp (print first after function call): Use
2638         explicit package name.  Add a comment
2639         (print lasta after function call): Rename ...
2640         (print last after function call): ... it and use explicit package
2641         name.
2642         (print length after function call): Use explicit package name.
2643         * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
2644         * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
2645         (multiple matches for symbol i): Rename ...
2646         (multiple matches for symbol integervar): ... it.
2647         * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
2648         * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
2649
2650 2011-03-25  Andrew Burgess  <aburgess@broadcom.com>
2651
2652         * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
2653         environment variable to make grep output more predictable. Move
2654         all the environment setup into gdb_init so it's done once per test
2655         case rather than each time we start gdb.
2656
2657 2011-03-24  Tom Tromey  <tromey@redhat.com>
2658
2659         * gdb.base/label.exp: Use `main:there' linespec.  Add re-running
2660         test.
2661
2662 2011-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
2663
2664         * gdb.dwarf2/dw2-entry-value-main.c: New file.
2665         * gdb.dwarf2/dw2-entry-value.S: New file.
2666         * gdb.dwarf2/dw2-entry-value.exp: New file.
2667
2668 2011-03-22  Phil Muldoon  <pmuldoon@redhat.com>
2669
2670         PR python/12183
2671
2672         * gdb.python/py-function.exp: Add GdbError tests.
2673
2674 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
2675
2676         * gdb.trace/unavailable.cc (args_test_func, local_test_func)
2677         (reglocal_test_func, statlocal_test_func): New functions.
2678         (globals_test_func): Call new functions.
2679         * gdb.trace/unavailable.exp (gdb_collect_args_test)
2680         (gdb_collect_locals_test): New procedure.
2681         (gdb_trace_collection_test): Call new procedures.
2682
2683 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
2684
2685         * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
2686         (test_register, test_register_unavailable): New procedures.
2687         (gdb_unavailable_registers_test): New procedure.
2688         (gdb_trace_collection_test): Call it.
2689
2690 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
2691
2692         PR python/12149
2693
2694         * gdb.python/python.exp: Add gdb.write tests.
2695
2696 2010-03-17  Phil Muldoon  <pmuldoon@redhat.com>
2697
2698         * gdb.python/Makefile.in: Add py-objfile.
2699         * gdb.python/py-objfile.exp: New file.
2700         * gdb.python/py-objfile.c: New file.
2701         * gdb.python/py-block.exp: Add is_valid tests.
2702         * gdb.python/py-inferior.exp: Ditto.
2703         * gdb.python/py-infthread.exp: Ditto.
2704         * gdb.python/py-symbol.exp: Ditto.
2705         * gdb.python/py-symtab.exp: Ditto.
2706
2707 2011-03-16  Keith Seitz  <keiths@redhat.com>
2708
2709         PR c++/12273
2710         * gdb.cp/cmpd-minsyms.exp: New test.
2711         * gdb.cp/cmpd-minsyms.cc: New file.
2712
2713         PR c++/11734
2714         * gdb.cp/ovsrch.exp: New test.
2715         * gdb.cp/ovsrch.h: New file.
2716         * gdb.cp/ovsrch1.cc: New file.
2717         * gdb.cp/ovsrch2.cc: New file.
2718         * gdb.cp/ovsrch3.cc: New file.
2719         * gdb.cp/ovsrch4.cc: New file.
2720
2721 2011-03-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
2722
2723         PR gdb/12528
2724         * gdb.base/Makefile.in: Adjust EXECUTABLES.
2725         * gdb.base/break-on-linker-gcd-function.exp: New test.
2726         * gdb.base/break-on-linker-gcd-function.cc: New file.
2727
2728 2011-03-15  Andreas Tobler  <andreast@fgznet.ch>
2729
2730         * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
2731
2732 2011-03-15  Phil Muldoon  <pmuldoon@redhat.com>
2733
2734         * lib/gdb.exp (gdb_unload): Add another termination case.
2735
2736 2011-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2737
2738         * gdb.dwarf2/dw2-empty-pc-range.S: New file.
2739         * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
2740         * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
2741         Provide a stub byte there.
2742         (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
2743         DW_AT_entry_pc.
2744         (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
2745
2746 2011-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
2747
2748         * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
2749         using a GCC 4.1 or 4.2 compiler.  Add an additional test variant
2750         "generic ABI, auto".
2751         (altivec_abi_tests): Accept vectors returned by reference.
2752
2753 2010-03-14  Phil Muldoon  <pmuldoon@redhat.com>
2754
2755         * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
2756
2757 2011-03-13  Ulrich Weigand  <uweigand@de.ibm.com>
2758
2759         * gdb.python/py-section-script.exp: Skip test if no Python support.
2760
2761 2011-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
2762
2763         * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
2764
2765 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
2766
2767         * gdb.python/py-parameter.exp: Update tests to the new Python
2768         parameter API. Add "no documentation" test.  Add deprecated API
2769         backward compatibility test.
2770
2771 2011-03-09  Tom Tromey  <tromey@redhat.com>
2772
2773         * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
2774         gdb_continue_to_end.
2775
2776 2011-03-09  Mark Kettenis  <kettenis@gnu.org>
2777
2778         * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
2779         tabs.
2780
2781 2011-03-09  Tom Tromey  <tromey@redhat.com>
2782
2783         * lib/gdb.exp (inferior_exited_re): Match. leading `['.  Wrap in
2784         parentheses.
2785         (gdb_continue_to_end): Add "allow_extra" parameter.  Use
2786         $command.
2787         * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
2788         argument to gdb_continue_to_end.
2789         * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
2790         argument to gdb_continue_to_end.
2791         * gdb.cp/annota3.exp: Fix regex.
2792         * gdb.cp/annota2.exp: Fix regex.
2793         * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
2794         gdb_continue_to_end.
2795         * gdb.base/call-signal-resume.exp: Revert earlier patch.
2796         * gdb.ada/tasks.exp: Pass "allow_extra" argument to
2797         gdb_continue_to_end.
2798
2799 2011-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2800
2801         * gdb.server/ext-run.exp
2802         (load new file without any gdbserver inferior): New test.
2803
2804 2011-03-07  Tom Tromey  <tromey@redhat.com>
2805
2806         * Makefile.in (TAGS): Rewrite.
2807
2808 2011-03-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2809
2810         * gdb.trace/report.exp (12.1: trace report #1): New match for the
2811         initial commands echo.  New match for `Found trace'.  Anchor all the
2812         other matches.  Anchor and match for `No trace frame found' the final
2813         match.
2814
2815 2011-03-07  Tom Tromey  <tromey@redhat.com>
2816
2817         * Makefile.in (TAGS): New target.
2818
2819 2011-03-07  Tom Tromey  <tromey@redhat.com>
2820
2821         * lib/opencl.exp (skip_opencl_tests): Update for exit message
2822         change.
2823         * lib/mi-support.exp (mi_gdb_test): Update for exit message
2824         change.
2825         * lib/gdb.exp (gdb_test_multiple): Update comment.  Update for
2826         exit message change.
2827         (skip_altivec_tests): Update for exit message change.
2828         (skip_vsx_tests): Likewise.
2829         (gdb_continue_to_end): Likewise.  Add 'command' argument.
2830         * lib/cell.exp (skip_cell_tests): Update for exit message change.
2831         * gdb.threads/tls.exp: Update for exit message change.
2832         * gdb.threads/thread-unwindonsignal.exp: Use
2833         gdb_continue_to_end.
2834         * gdb.threads/step.exp (step_it): Update for exit message change.
2835         (continue_all): Likewise.
2836         * gdb.threads/print-threads.exp (test_all_threads): Update for
2837         exit message change.
2838         * gdb.threads/interrupted-hand-call.exp: Use
2839         gdb_continue_to_end.
2840         * gdb.threads/execl.exp: Use gdb_continue_to_end.
2841         * gdb.python/py-prettyprint.exp (run_lang_tests): Use
2842         gdb_continue_to_end.
2843         * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
2844         * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
2845         * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
2846         * gdb.cp/method.exp: Update for exit message change.
2847         * gdb.cp/mb-templates.exp: Update for exit message change.
2848         * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
2849         * gdb.cp/annota3.exp: Update for exit message change.
2850         * gdb.cp/annota2.exp: Update for exit message change.
2851         * gdb.cell/fork.exp: Use gdb_continue_to_end.
2852         * gdb.base/term.exp: Update for exit message change.
2853         * gdb.base/step-test.exp (test_i): Update for exit message change.
2854         * gdb.base/sigstep.exp (advance): Update for exit message change.
2855         (advancei): Likewise.
2856         * gdb.base/siginfo.exp: Update for exit message change.
2857         * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
2858         * gdb.base/reread.exp: Use gdb_continue_to_end.
2859         * gdb.base/langs.exp: Use gdb_continue_to_end.
2860         * gdb.base/interrupt.exp: Update for exit message change.
2861         * gdb.base/gdb1555.exp: Update for exit message change.
2862         * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
2863         * gdb.base/ending-run.exp: Update for exit message change.
2864         * gdb.base/chng-syms.exp: Update for exit message change.
2865         * gdb.base/checkpoint.exp: Update for exit message change.
2866         * gdb.base/catch-syscall.exp (check_for_program_end): Use
2867         gdb_continue_to_end.
2868         (test_catch_syscall_with_wrong_args): Likewise.
2869         * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
2870         * gdb.base/break-interp.exp (test_ld): Update for exit message
2871         change.
2872         * gdb.base/bang.exp: Update for exit message change.
2873         * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
2874         (do_call_attach_tests): Likewise.
2875         * gdb.base/a2-run.exp: Update for exit message change.
2876         * gdb.arch/ppc-dfp.exp: Update for exit message change.
2877         * gdb.ada/tasks.exp: Use gdb_continue_to_end.
2878         * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
2879
2880 2011-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2881
2882         * gdb.base/help.exp (help thread find): Fix one forgotten quote.
2883
2884 2011-03-03  Tom Tromey  <tromey@redhat.com>
2885
2886         * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
2887         * gdb.hp/gdb.aCC/configure (Makefile): Remove.
2888         * gdb.hp/gdb.aCC/configure.ac: Remove.
2889         * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
2890         * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
2891         * gdb.hp/gdb.base-hp/configure.ac: Remove.
2892         * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
2893         * gdb.hp/gdb.compat/configure (Makefile): Remove.
2894         * gdb.hp/gdb.compat/configure.ac: Remove.
2895         * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
2896         * gdb.hp/gdb.defects/configure (Makefile): Remove.
2897         * gdb.hp/gdb.defects/configure.ac: Remove.
2898         * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
2899         * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
2900         * gdb.hp/gdb.objdbg/configure.ac: Remove.
2901         * gdb.hp/configure.ac: Remove.
2902         * gdb.hp/configure: Remove.
2903         * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
2904         substitution.
2905         (Makefile): Remove rule.
2906         * gdb.cell/configure.ac: Remove.
2907         * gdb.cell/configure: Remove.
2908         * gdb.stabs/Makefile.in (Makefile): Remove.
2909         (distclean): Don't remove config.status or config.log.
2910         * gdb.stabs/configure (Makefile): Remove.
2911         * gdb.stabs/configure.ac: Remove.
2912         * configure: Rebuild.
2913         * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
2914         Remove stabs- and cell-specific logic.  Test for existence of
2915         ../gdbtk before configuring gdb.gdbtk.  Build Makefiles in gdb.hp
2916         subdirectories, gdb.cell, and and gdb.stabs.
2917         * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
2918
2919 2011-03-03  Joel Brobecker  <brobecker@adacore.com>
2920
2921         * gdb.python/py-inferior.exp: Avoid searching pattern beyond
2922         end of buffer.
2923
2924 2011-03-02  Joel Brobecker  <brobecker@adacore.com>
2925
2926         * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
2927         gdb_test when running a test where we expected no output back.
2928
2929 2011-02-28  Michael Snyder  <msnyder@vmware.com>
2930
2931         * gdb.cp/overload.cc: Change initializer value to integer.
2932
2933 2011-02-27  Michael Snyder  <msnyder@vmware.com>
2934
2935         * gdb.multi/base.exp: Add test for remove-inferiors.
2936
2937 2011-02-26  Joel Brobecker  <brobecker@adacore.com>
2938
2939         * gdb.python/py-frame.exp: Simplify the initialization phase
2940         using prepare_for_testing.
2941
2942 2011-02-25  Michael Snyder  <msnyder@vmware.com>
2943
2944         * gdb.multi/base.exp: Add tests for info inferiors with args.
2945
2946 2011-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2947
2948         * gdb.dwarf2/dw2-ranges.S: Rename to ...
2949         * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
2950         * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
2951         Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
2952         asmfile3.  Comment the STABS (#3) file compilation.  Compile
2953         everything through assembler.  Provide KFAIL for symtab/12497.
2954         * gdb.dwarf2/dw2-ranges2.S: Rename to ...
2955         * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
2956         * gdb.dwarf2/dw2-ranges3.S: Rename to ...
2957         * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
2958
2959 2011-02-24  Michael Snyder  <msnyder@vmware.com>
2960
2961         * gdb.base/break.exp: Add tests for delete breakpoints using
2962         convenience variables and value history references.
2963
2964 2011-02-24  Michael Snyder  <msnyder@vmware.com>
2965
2966         * gdb.base/break.exp: Remove debugging 'printf' accidentally
2967         left behind in previous check-in.
2968
2969 2011-02-23  Michael Snyder  <msnyder@vmware.com>
2970
2971         * gdb.base/break.exp: Add tests for "info break" with arguments.
2972         * gdb.trace/infotrace.exp: Update patterns for error and help.
2973         * gdb.base/completion.exp: Update pattern.
2974         * gdb.base/ena-dis-br.exp: Update pattern.
2975         * gdb.base/help.exp: Update patterns.
2976
2977 2011-02-23  Michael Snyder  <msnyder@vmware.com>
2978
2979         * gdb.base/memattr.exp: New test.
2980         * gdb.base/memattr.c: Test load for memattr.exp.
2981
2982 2011-02-22  Doug Evans  <dje@google.com>
2983
2984         * gdb.python/py-symbol.exp: Test lookup_global_symbol.
2985
2986 2011-02-22  Michael Snyder  <msnyder@vmware.com>
2987
2988         * Makefile.in: Make more clean.
2989         * gdb.ada/Makefile.in: Ditto.
2990         * gdb.arch/Makefile.in: Ditto.
2991         * gdb.asm/Makefile.in: Ditto.
2992         * gdb.base/Makefile.in: Ditto.
2993         * gdb.cp/Makefile.in: Ditto.
2994         * gdb.dwarf2/Makefile.in: Ditto.
2995         * gdb.java/Makefile.in: Ditto.
2996         * gdb.mi/Makefile.in: Ditto.
2997         * gdb.modula2/Makefile.in: Ditto.
2998         * gdb.python/Makefile.in: Ditto.
2999         * gdb.server/Makefile.in: Ditto.
3000         * gdb.stabs/Makefile.in: Ditto.
3001         * gdb.threads/Makefile.in: Ditto.
3002         * gdb.trace/Makefile.in: Ditto.
3003
3004 2011-02-22  Michael Snyder  <msnyder@vmware.com>
3005
3006         * gdb.threads/thread-find.exp: Add tests for bad input to
3007         info threads.
3008
3009 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
3010
3011         * gdb.python/py-breakpoint.exp: Fix the expected output of
3012         one of the "maint info breakpoints" tests to accept the output
3013         generated on platforms that do not have hardware watchpoints.
3014
3015 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
3016
3017         * gdb.python/py-breakpoint.exp: Remove unnecessary call to
3018         clean_restart.  Be a little stricter in the expected output
3019         for one of the tests.  Fix a typo in one of the comments.
3020
3021 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
3022
3023         * gdb.python/py-block.exp: Simplify using prepare_for_testing.
3024         Delete variable binfile, no longer use.  Add or modify test
3025         comments to make them unique.
3026
3027 2011-02-21  Michael Snyder  <msnyder@vmware.com>
3028
3029         * Makefile.in: Update for make clean.
3030         * gdb.ada/Makefile.in: Ditto.
3031         * gdb.arch/Makefile.in: Ditto.
3032         * gdb.asm/Makefile.in: Ditto.
3033         * gdb.base/Makefile.in: Ditto.
3034         * gdb.cp/Makefile.in: Ditto.
3035         * gdb.dwarf2/Makefile.in: Ditto.
3036         * gdb.java/Makefile.in: Ditto.
3037         * gdb.mi/Makefile.in: Ditto.
3038         * gdb.modula2/Makefile.in: Ditto.
3039         * gdb.python/Makefile.in: Ditto.
3040         * gdb.server/Makefile.in: Ditto.
3041         * gdb.stabs/Makefile.in: Ditto.
3042         * gdb.threads/Makefile.in: Ditto.
3043         * gdb.trace/Makefile.in: Ditto.
3044
3045 2011-02-21  Michael Snyder  <msnyder@vmware.com>
3046
3047         * gdb.threads/thread-find.exp: Update patterns for changes in
3048         output of "info threads" command.
3049
3050 2011-02-21  Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3051             Ulrich Weigand  <uweigand@de.ibm.com>
3052
3053         * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
3054         (skip_hw_watchpoint_tests): Likewise.
3055         (skip_hw_watchpoint_multi_tests): Likewise.
3056
3057 2011-02-21  Ulrich Weigand  <uweigand@de.ibm.com>
3058
3059         * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
3060         (skip_hw_watchpoint_tests): Likewise.
3061         (skip_hw_watchpoint_multi_tests): Likewise.
3062         (skip_hw_watchpoint_access_tests): Likewise.
3063
3064         * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
3065         * gdb.base/pr11022.exp: Likewise.
3066         * gdb.base/watch-read.exp: Likewise.
3067         * gdb.base/watch_thread_num.exp: Likewise.
3068         * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
3069         * gdb.base/watchpoint-hw.exp: Likewise.
3070         * gdb.base/watchpoint.exp: Likewise.
3071         * gdb.threads/local-watch-wrong-thread.exp: Likewise.
3072         * gdb.threads/watchthreads-reorder.exp: Likewise.
3073         * gdb.threads/watchthreads.exp: Likewise.
3074         * gdb.threads/watchthreads2.exp: Likewise.
3075
3076 2011-02-21  Joel Brobecker  <brobecker@adacore.com>
3077
3078         * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
3079         the debugger is unable to find the array bounds.
3080
3081 2011-02-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3082
3083         * gdb.cp/typedef-operator.exp: New file.
3084         * gdb.cp/typedef-operator.cc: New file.
3085
3086 2011-02-17  Michael Snyder  <msnyder@vmware.com>
3087
3088         * gdb.threads/thread-find.exp: Fix regular expressions.
3089
3090 2011-02-17  Joel Brobecker  <brobecker@adacore.com>
3091
3092         * gdb.ada/packed_array: Expand testcase to test printing of
3093         unconstrained packed array.
3094
3095 2011-02-17  Joel Brobecker  <brobecker@adacore.com>
3096
3097         * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
3098
3099 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
3100
3101         * gdb.trace/collection.c (globalarr3): New global.
3102         (main): Initialize it before collecting, and and clear it
3103         afterwards.
3104         * gdb.trace/collection.exp (gdb_collect_globals_test): Test
3105         collecting with '{type} addr', where the addr expression is not an
3106         rvalue.
3107
3108 2011-02-16  Ken Werner  <ken.werner@de.ibm.com>
3109
3110         * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
3111         a bool variable. Expect correct OpenCL names for vector types. Use the
3112         uc3 variable name instead of referring to the uchar3 built-in type.
3113         Escape the asterisk at the half pointer test.
3114
3115 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
3116
3117         * gdb.trace/collection.c (globalarr2): New global.
3118         (main): Initialize it before collecting, and and clear it
3119         afterwards.
3120         * gdb.trace/collection.exp (gdb_collect_globals_test): Test
3121         collecting overlapping memory ranges.
3122
3123 2011-02-15  Michael Snyder  <msnyder@vmware.com>
3124
3125         * gdb.base/default.exp: Add tests for thread commands.
3126         * gdb.base/help.exp: Add tests for thread commands.
3127         * gdb.threads/thread-find.exp: New test for thread find command.
3128
3129 2011-02-15  Ken Werner  <ken.werner@de.ibm.com>
3130
3131         * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
3132
3133 2011-02-15  Yao Qi  <yao@codesourcery.com>
3134
3135         PR tdep/12352
3136         * gdb.arch/arm-disp-step.S : New test for str instruction.
3137         * gdb.arch/arm-disp-step.exp : Likewise.
3138
3139 2011-02-15  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3140
3141         * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
3142         "vector_register2_vr" test strings.  Test the extended floating
3143         point registers (F32~F63).
3144         * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
3145         IBM XL C compiler.  Make the test program use a register provided
3146         by the compiler for the lxvd2x instruction.
3147
3148 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
3149
3150         * gdb.trace/unavailable.cc (class Base, class Middle, class
3151         Derived): New types.
3152         (derived_unavail, derived_partial, derived_whole): New globals.
3153         (virtual_partial): New global.
3154         (virtualp): Point at virtual_partial.
3155         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
3156         related to unavailable vptr.
3157
3158 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
3159
3160         * gdb.trace/unavailable.cc (a, b, c): New globals.
3161         (main): Set and clear them.
3162         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
3163         `a' and `c', and check that `b' isn't collected, although `a' and
3164         `c' are.
3165
3166 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
3167
3168         * gdb.trace/unavailable.cc (struct Virtual): New.
3169         (virtualp): New global pointer.
3170         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
3171         printing a pointer to an object whose type has a vtable, with
3172         print object on.
3173
3174 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
3175
3176         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
3177         value repeat handles unavailableness.
3178
3179 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
3180
3181         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
3182         tests for building arrays from unavailable values, subscripting
3183         non-memory rvalue unvailable arrays, and accessing fields or
3184         baseclasses of non-lazy unavailable values,
3185         * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
3186         struct types.
3187         (g_smallstruct, g_smallstruct_b): New globals.
3188
3189 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
3190
3191         * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
3192
3193 2011-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3194
3195         Fix const/volatile qualifiers of C++ types, PR c++/12328.
3196         * gdb.cp/overload-const.exp: New file.
3197         * gdb.cp/overload-const.cc: New file.
3198
3199 2011-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
3200
3201         * gdb.opencl/callfuncs.cl: New file.
3202         * gdb.opencl/callfuncs.exp: New test.
3203         * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
3204
3205 2011-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
3206
3207         * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
3208         when computing result.
3209         * gdb.arch/altivec-abi.exp: Update expected results.
3210
3211 2011-02-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3212
3213         * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
3214         * gdb.base/jit.exp: Likewise.
3215         * gdb.base/pie-execl.exp: Likewise.
3216         * gdb.base/solib-nodir.exp: Likewise.
3217         * gdb.base/solib-overlap.exp: Likewise.
3218
3219 2011-02-07  Pedro Alves  <pedro@codesourcery.com>
3220
3221         * gdb.trace/collection.c (global_pieces): New.
3222         * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
3223         New procedure.
3224         (gdb_trace_collection_test): Call it.
3225
3226 2011-02-04  Sami Wagiaalla  <swagiaal@redhat.com>
3227
3228         * gdb.python/py-evthreads.c: New file.
3229         * gdb.python/py-evthreads.exp: New file.
3230         * gdb.python/py-events.py: New file.
3231         * gdb.python/py-events.exp: New file.
3232         * gdb.python/py-events.c: New file.
3233
3234 2011-02-04 David Daney <ddaney@caviumnetworks.com>
3235
3236         * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
3237
3238 2011-02-03  Andrew Burgess  <aburgess@broadcom.com>
3239
3240         * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
3241         gdb.base/disasm-end-cu.exp: New test for disassembling over the
3242         boundary between two compilation units.
3243
3244 2011-02-02  Pedro Alves  <pedro@codesourcery.com>
3245
3246         * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
3247         (Virtual): New structs.
3248         (virtual_o, virtual_middle_b): New globals.
3249         * gdb.cp/virtbase.exp: New tests.
3250
3251 2011-01-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
3252
3253         * gdb.base/jit.exp: New file.
3254         * gdb.base/jit-main.c: New file.
3255         * gdb.base/jit-solib.c: New file.
3256
3257 2011-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
3258
3259         * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
3260         proceed to initial kernel entry point.
3261         * gdb.opencl/datatypes.exp: Likewise.
3262         * gdb.opencl/operators.exp: Likewise.
3263         * gdb.opencl/vec_comps.exp: Likewise.
3264
3265 2011-01-31  Sami Wagiaalla  <swagiaal@redhat.com>
3266
3267         * gdb.cp/nsnested.cc: New.
3268         * gdb.cp/nsnested.exp: New.
3269         * gdb.cp/nsnoimports.exp: New.
3270         * gdb.cp/nsnoimports.cc: New.
3271
3272 2011-01-31  Joel Brobecker  <brobecker@adacore.com>
3273
3274         * gdb.base/interact.exp: Add extra tests that verify that
3275         the value of the interactive-mode setting does not change
3276         after the script is sourced.
3277
3278 2011-01-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
3279
3280         * gdb.cp/noparam.exp: New file.
3281         * gdb.cp/noparam.cc: New file.
3282
3283 2011-01-28  Pedro Alves  <pedro@codesourcery.com>
3284
3285         * gdb.trace/tfile.exp: Test that with no traceframe selected,
3286         there's no stack or registers.
3287
3288 2011-01-26  Tom Tromey  <tromey@redhat.com>
3289
3290         * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
3291         space before string output.  Add test for "set print pretty off"
3292         case.
3293
3294 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
3295
3296         * gdb.base/frame-args.exp: Adjust.
3297         * gdb.dwarf2/dw2-noloc.exp: Adjust.
3298         * gdb.dwarf2/dw2-inline-param.exp: Adjust.
3299         * gdb.dwarf2/pieces.exp: Adjust.
3300         * gdb.opt/clobbered-registers-O2.exp: Adjust.
3301         * gdb.opt/inline-locals.exp: Adjust.
3302         * gdb.threads/fork-child-threads.exp: Adjust.
3303
3304 2011-01-25  Ken Werner  <ken.werner@de.ibm.com>
3305
3306         * gdb.opencl/convs_casts.cl: Move program scope variables into the
3307         OpenCL kernel function. Add a comment as marker. Add address space
3308         qualifiers for the remaining program scope variables.
3309         * gdb.opencl/datatypes.cl: Likewise.
3310         * gdb.opencl/operators.cl: Likewise.
3311         * gdb.opencl/vec_comps.cl: Likewise.
3312         * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
3313         Add breakpoint at the marker comment.
3314         * gdb.opencl/datatypes.exp: Likewise.
3315         * gdb.opencl/operators.exp: Likewise.
3316         * gdb.opencl/vec_comps.exp: Likewise.
3317
3318 2011-01-24  Pedro Alves  <pedro@codesourcery.com>
3319
3320         * gdb.base/printcmds.c (some_struct): New struct and instance.
3321         * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
3322         procedure.
3323         <global scope>: Call it.
3324
3325 2011-01-21  Ken Werner  <ken.werner@de.ibm.com>
3326
3327         * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
3328         argument to the gdb_compile_opencl_hostapp call.
3329
3330 2011-01-19  Yao Qi  <yao@codesourcery.com>
3331
3332         * lib/dwarf.exp (dwarf2_support): Change supported targets to a
3333         positve list.
3334
3335 2011-01-19  Yao Qi  <yao@codesourcery.com>
3336
3337         * gdb.asm/asm-source.exp: Replace ARM target triplet with a
3338         canonical form.
3339         Remove "xscale-*-*"
3340         * gdb.xml/tdesc-regs.exp: Likewise.
3341         * gdb.python/py-section-script.exp: Replace ARM target triplet
3342         with canonical form.
3343         Match arm*-*-symbianelf*.
3344         * gdb.base/dup-sect.exp: Likewise.
3345         * lib/dwarf.exp: New.
3346         * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
3347         dwarf2_support.
3348         * gdb.dwarf2/dup-psym.exp: Likewise.
3349         * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
3350         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3351         * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
3352         * gdb.dwarf2/dw2-basic.exp: Likewise.
3353         * gdb.dwarf2/dw2-compressed.exp: Likewise.
3354         * gdb.dwarf2/dw2-const.exp: Likewise.
3355         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
3356         * gdb.dwarf2/dw2-cu-size.exp: Likewise.
3357         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3358         * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
3359         * gdb.dwarf2/dw2-filename.exp: Likewise.
3360         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3361         * gdb.dwarf2/dw2-inline-param.exp: Likewise.
3362         * gdb.dwarf2/dw2-intercu.exp: Likewise.
3363         * gdb.dwarf2/dw2-intermix.exp: Likewise.
3364         * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
3365         * gdb.dwarf2/dw2-noloc.exp: Likewise.
3366         * gdb.dwarf2/dw2-op-call.exp: Likewise.
3367         * gdb.dwarf2/dw2-producer.exp: Likewise.
3368         * gdb.dwarf2/dw2-ranges.exp: Likewise.
3369         * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
3370         * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
3371         * gdb.dwarf2/dw2-strp.exp: Likewise.
3372         * gdb.dwarf2/dw2-unresolved.exp: Likewise.
3373         * gdb.dwarf2/implptr.exp: Likewise.
3374         * gdb.dwarf2/mac-fileno.exp: Likewise.
3375         * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
3376         * gdb.dwarf2/pieces.exp: Likewise.
3377         * gdb.dwarf2/pr11465.exp: Likewise.
3378         * gdb.dwarf2/valop.exp: Likewise.
3379         * gdb.dwarf2/watch-notconst.exp: Likewise.
3380         * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
3381
3382 2011-01-19  Tom Tromey  <tromey@redhat.com>
3383
3384         * gdb.python/py-infthread.exp: Add thread tests.
3385
3386 2011-01-14  Joel Brobecker  <brobecker@adacore.com>
3387
3388         * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
3389
3390 2011-01-14  Joel Brobecker  <brobecker@adacore.com>
3391
3392         * gdb.ada/widewide: New testcase.
3393
3394 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
3395
3396         * gdb.base/interact.exp: New testcase.
3397
3398 2011-01-12  Tom Tromey  <tromey@redhat.com>
3399
3400         * gdb.mi/gdb2549.exp: Update for error message changes.
3401         * gdb.mi/mi-cli.exp: Likewise.
3402         * gdb.mi/mi-disassemble.exp: Likewise.
3403         * gdb.mi/mi-pthreads.exp: Likewise.
3404         * gdb.mi/mi-regs.exp: Likewise.
3405         * gdb.mi/mi-stack.exp: Likewise.
3406         * gdb.mi/mi-var-block.exp: Likewise.
3407         * gdb.mi/mi-var-cmd.exp: Likewise.
3408         * gdb.mi/mi2-cli.exp: Likewise.
3409         * gdb.mi/mi2-disassemble.exp: Likewise.
3410         * gdb.mi/mi2-pthreads.exp: Likewise.
3411         * gdb.mi/mi2-regs.exp: Likewise.
3412         * gdb.mi/mi2-stack.exp: Likewise.
3413         * gdb.mi/mi2-var-block.exp: Likewise.
3414         * gdb.mi/mi2-var-cmd.exp: Likewise.
3415
3416 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
3417             Jan Kratochvil  <jan.kratochvil@redhat.com>
3418
3419         PR fortran/11104 and DWARF unbound arrays detection.
3420         * gdb.fortran/multi-dim.exp: New file.
3421         * gdb.fortran/multi-dim.f90: New file.
3422
3423 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
3424
3425         * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
3426         expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
3427         add new tests for opcode dumping.
3428
3429 2011-01-11  Tom Tromey  <tromey@redhat.com>
3430
3431         * gdb.python/py-infthread.exp: Load gdb-python.exp.
3432
3433 2010-01-11  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3434
3435         Convert hardware watchpoints to use breakpoint_ops.
3436         * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
3437         type is not supported.
3438         * gdb.base/foll-fork.exp: Likewise.
3439         * gdb.base/foll-vfork.exp: Likewise.
3440
3441 2011-01-10  Phil Muldoon  <pmuldoon@redhat.com>
3442
3443         * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
3444         Use load_lib gdb-python.exp.
3445         * gdb.python/python.exp: Ditto.
3446         * gdb.python/py-function.exp: Ditto.
3447
3448 2011-01-09  Andreas Schwab  <schwab@linux-m68k.org>
3449
3450         * gdb.threads/tls.exp ("info address me"): Fix expected output.
3451
3452 2011-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3453
3454         * configure: Regenerate.
3455
3456 2011-01-06  Tom Tromey  <tromey@redhat.com>
3457
3458         * gdb.python/py-frame.exp: Test gdb.newest_frame.
3459
3460 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
3461
3462         * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
3463         gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
3464         gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
3465         gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
3466         gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
3467         gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
3468         gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
3469         gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
3470         gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
3471         gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
3472         gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
3473         gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
3474         gdb.ada/null_array.exp, gdb.ada/null_record.exp,
3475         gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
3476         gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
3477         gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
3478         gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
3479         gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
3480         gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
3481         gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
3482         gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
3483         gdb.ada/uninitialized_vars.exp,
3484         gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
3485         Simplify by using clean_restart.
3486
3487 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
3488
3489         Add marker to be used as anchor for inserting breakpoints.
3490         * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
3491         * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
3492         Likewise.
3493
3494         Remove uses of gdb_start_cmd.
3495         * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
3496         * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
3497
3498         Do not run testcase if testing with GDBserver.
3499         * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
3500         if testing with GDBserver.
3501
3502 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
3503
3504         * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
3505         gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
3506         copyright header.
3507
3508 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
3509
3510         * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
3511         testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
3512         testsuite/gdb.fortran/complex.f,
3513         testsuite/gdb.fortran/derived-type.f90,
3514         testsuite/gdb.fortran/library-module-lib.f90,
3515         testsuite/gdb.fortran/library-module-main.f90,
3516         testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
3517         testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
3518         Copyright year update.
3519
3520 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
3521
3522         * gdb.base/langs1.f: Add copyright header.
3523
3524 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3525
3526         * gdb.base/morestack.exp: New file.
3527         * gdb.base/morestack.c: New file.
3528
3529 2011-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3530
3531         * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
3532
3533 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
3534
3535         * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
3536         * gdb.ada/arrayptr.exp: Add test printing that new variable.
3537
3538 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
3539
3540         * gdb.ada/lang_switch.exp: Correct expected parameter value.
3541
3542 2010-12-25  Andreas Schwab  <schwab@linux-m68k.org>
3543
3544         * gdb.threads/tls.exp: Fix typo.
3545
3546         * gdb.threads/thread-specific.exp (get_thread_list): Update.
3547         * gdb.threads/execl.exp: Update.
3548
3549 2010-12-23  Yao Qi  <yao@codesourcery.com>
3550
3551         * gdb.arch/arm-disp-step.exp: New.
3552         * gdb.arch/arm-disp-step.S: New.
3553
3554 2010-12-21  Tom Tromey  <tromey@redhat.com>
3555
3556         * gdb.threads/execl.exp: Update.
3557         * gdb.threads/linux-dp.exp: Update.
3558         * gdb.threads/manythreads.exp: Update.
3559         * gdb.threads/tls.exp: Update.
3560
3561 2010-12-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3562
3563         * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
3564         (NextOverThrowDerivates) <resumebpt>: New.
3565         (resumebpt_test): New.
3566         (main): Call resumebpt_test.
3567         * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
3568
3569 2010-12-12  Stan Shebs  <stan@codesourcery.com>
3570
3571         * gdb.trace/tsv.exp: Test print command on trace state variables.
3572
3573 2010-12-09  Tom Tromey  <tromey@redhat.com>
3574
3575         * gdb.base/interp.exp: Add regression test.
3576
3577 2010-12-09  Tom Tromey  <tromey@redhat.com>
3578
3579         * gdb.java/jnpe.java: New file.
3580         * gdb.java/jnpe.exp: New file.
3581         * gdb.cp/nextoverthrow.exp: New file.
3582         * gdb.cp/nextoverthrow.cc: New file.
3583
3584 2010-12-07  Doug Evans  <dje@google.com>
3585
3586         * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
3587         of data-directory.
3588         * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
3589         updated.
3590         * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
3591
3592 2010-11-29  Michael Snyder  <msnyder@vmware.com>
3593
3594         * gdb.base/callfuncs.exp: Test for skip_float_tests.
3595         * gdb.base/call-sc.exp: Ditto.
3596         * gdb.base/finish.exp: Ditto.
3597         * gdb.base/return.exp: Ditto.
3598         * gdb.base/return2.exp: Ditto.
3599
3600 2010-11-30  Doug Evans  <dje@google.com>
3601
3602         * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
3603         (gdb_expect_list): Fix spelling errors in comments.
3604         * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
3605         send_gdb/gdb_expect_list where applicable.
3606         * gdb.base/call-ar-st.exp: Ditto.
3607         * gdb.base/funcargs.exp: Ditto.
3608         * gdb.base/gcore.exp: Ditto.
3609         * gdb.base/page.exp: Ditto.
3610         * gdb.base/sigaltstack.exp: Ditto.
3611         * gdb.base/siginfo.exp: Ditto.
3612         * gdb.base/sigstep.exp: Ditto.
3613         * gdb.base/trace-commands.exp: Ditto.
3614
3615 2010-11-29  Doug Evans  <dje@google.com>
3616
3617         * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
3618         printer-name;subprinter-name.
3619
3620 2010-11-29  Tom Tromey  <tromey@redhat.com>
3621
3622         * gdb.dwarf2/implptr.exp: New file.
3623         * gdb.dwarf2/implptr.c: New file.
3624         * gdb.dwarf2/implptr.S: New file.
3625
3626 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
3627
3628         PR python/12199
3629
3630         * gdb.python/py-breakpoint.exp: Test the delete method.
3631
3632 2010-11-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3633
3634         Fix step_resume_breakpoint unsaved during an infcall.
3635         * gdb.base/step-resume-infcall.exp: New file.
3636         * gdb.base/step-resume-infcall.c: New file.
3637
3638 2010-11-24  Edjunior Machado  <emachado@br.ibm.com>
3639
3640         * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
3641
3642 2010-11-24  Edjunior Machado  <emachado@br.ibm.com>
3643
3644         * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
3645         on ppc64's symbols; "finish" and "return" commands must accept to
3646         show the caller line again as well as the line after.
3647         * gdb.asm/powerpc64.inc: New file.
3648
3649 2010-11-23  Doug Evans  <dje@google.com>
3650
3651         * lib/gdb.exp (gdb_test_sequence): New function.
3652         (gdb_expect_list): Add verbose -log call for each pattern.
3653         * gdb.base/signals.exp (test_handle_all_print): Call it.
3654         Reduce timeout increment from 6 minutes to 1 minute.
3655         * gdb.server/ext-run.exp: Call it.
3656
3657 2010-11-23  Phil Muldoon  <pmuldoon@redhat.com>
3658
3659         PR python/12212
3660
3661         * gdb.python/python.exp: Check that selected_thread raises an
3662         error when no inferior is loaded.
3663
3664 2010-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3665
3666         * gdb.dwarf2/dw2-stack-boundary.exp: New file.
3667         * gdb.dwarf2/dw2-stack-boundary.S: New file.
3668
3669 2010-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3670
3671         * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
3672         * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
3673
3674 2010-11-18  Doug Evans  <dje@google.com>
3675
3676         * gdb.server/ext-run.exp: Fix intermittent failures.
3677
3678 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
3679
3680         * gdb.stabs/gdb11479.exp: Use runto_main.
3681
3682 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
3683
3684         * gdb.base/break-entry.exp: Skip if using a stub.
3685
3686 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
3687
3688         * gdb.python/py-inferior.exp: Pack values in target endianness.
3689
3690 2010-11-12  Tom Tromey  <tromey@redhat.com>
3691
3692         * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
3693         * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
3694         MemoryError.
3695         * gdb.python/python.exp (gdb_py_test_multiple): Update exception
3696         type.
3697         * gdb.python/py-value.exp (test_value_in_inferior): Add test for
3698         MemoryError.
3699         (test_subscript_regression): Update exception type.
3700
3701 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
3702
3703         * gdb.python/py-breakpoint.exp: Add internal watchpoint and
3704         breakpoint tests.
3705
3706 2010-11-09  Pedro Alves  <pedro@codesourcery.com>
3707
3708         * gdb.base/watchpoint.exp: Test "watch -location" with an
3709         innacessible location.
3710
3711 2010-11-09  Edjunior Machado  <emachado@br.ibm.com>
3712             Luis Machado  <luisgpm@br.ibm.com>
3713
3714         * gdb.base/maint.exp: Expect "." prefix.
3715         * gdb.base/nodebug.exp: Expect "." Likewise.
3716         * gdb.base/sepsymtab.exp: Expect "." Likewise.
3717         * gdb.base/watchpoint-cond-gone.exp: Likewise.
3718         * gdb.base/watchpoint.exp: Expect a software watch to be created for
3719         POWER server processors.
3720
3721 2010-11-08  Edjunior Machado  <emachado@br.ibm.com>
3722             Luis Machado  <luisgpm@br.ibm.com>
3723
3724         * gdb.base/break-entry.exp: convert entry point for
3725         ppc64 and expect leading `.' on ppc64's symbols
3726
3727 2010-11-05  Doug Evans  <dje@google.com>
3728
3729         * gdb.base/help.exp: Update expected output.
3730         * gdb.python/py-param.exp: Delete, contents moved to ...
3731         * gdb.python/py-parameter.exp: ... here.  New file.
3732         Add test for gdb.parameter ("directories").
3733
3734 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
3735
3736         * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
3737         * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
3738         * configure: Regenerate.
3739         * gdb.opencl/Makefile.in: New File.
3740         * gdb.opencl/datatypes.exp: Likewise.
3741         * gdb.opencl/datatypes.cl: Likewise.
3742         * gdb.opencl/operators.exp: Likewise.
3743         * gdb.opencl/operators.cl: Likewise.
3744         * gdb.opencl/vec_comps.exp: Likewise.
3745         * gdb.opencl/vec_comps.cl: Likewise.
3746         * gdb.opencl/convs_casts.exp: Likewise.
3747         * gdb.opencl/convs_casts.cl: Likewise.
3748         * lib/opencl.exp: Likewise.
3749         * lib/opencl_hostapp.c: Likewise.
3750         * lib/opencl_kernel.cl: Likewise.
3751         * lib/cl_util.c: Likewise.
3752         * lib/cl_util.c: Likewise.
3753         * gdb.base/default.exp (set language): Add "opencl" to the list of
3754         languages.
3755
3756 2010-11-04  Sami Wagiaalla  <swagiaal@redhat.com>
3757
3758         * gdb.cp/overload.exp: Added test for inheritance overload.
3759         * gdb.cp/overload.cc: Ditto.
3760         * gdb.cp/oranking.exp: Removed releveant kfails.
3761
3762 2010-11-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
3763             Joel Brobecker  <brobecker@adacore.com>
3764
3765         * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
3766         check test_compiler_info.
3767
3768 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
3769
3770         * gdb.base/gnu_vector.exp: Adjust expect messages.
3771
3772 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
3773
3774         * gdb.base/gnu_vector.exp: Add unary operator tests.
3775
3776 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
3777
3778         * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
3779
3780 2010-11-02  Doug Evans  <dje@google.com>
3781
3782         * gdb.python/py-pp-maint.c: New file.
3783         * gdb.python/py-pp-maint.exp: New file.
3784         * gdb.python/py-pp-maint.py: New file.
3785
3786 2010-11-02  Tom Tromey  <tromey@redhat.com>
3787
3788         * gdb.base/default.exp: Remove "scheme" from language list.
3789
3790 2010-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3791
3792         Revert:
3793         2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3794         * gdb.threads/sigstep-threads.exp: New file.
3795         * gdb.threads/sigstep-threads.c: New file.
3796
3797 2010-10-20  Michael Snyder  <msnyder@vmware.com>
3798
3799         * gdb.threads/fork-child-threads.exp: Don't run on remote target.
3800
3801 2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
3802
3803         * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
3804         Skip test completely if gdb,no_hardware_watchpoints.
3805
3806 2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
3807
3808         * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
3809         strict, but do not check for any particular function name within libc.
3810
3811 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
3812
3813         * gdb.cp/smartp.exp: New test.
3814         * gdb.cp/smartp.cc : New test.
3815
3816 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
3817
3818         * gdb.cp/converts.exp: Test pointer to bool conversion.
3819         Test pointer to long conversion.
3820         * gdb.cp/oranking.exp: Removed relevant kfail.
3821
3822 2010-10-18  Tom Tromey  <tromey@redhat.com>
3823
3824         * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
3825         argument to lazy_string.
3826         * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
3827         (pp_ls.to_string): Use it.
3828         * gdb.python/py-prettyprint.c (main): Move declarations to top.
3829         Add "estring2" local.
3830
3831 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3832
3833         Fix s390x compatibility.
3834         * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS.  Twice.
3835         * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
3836
3837 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3838
3839         * gdb.threads/sigstep-threads.exp: New file.
3840         * gdb.threads/sigstep-threads.c: New file.
3841
3842 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3843
3844         * gdb.base/pie-execl.exp: New file.
3845         * gdb.base/pie-execl.c: New file.
3846
3847 2010-10-13  Doug Evans  <dje@google.com>
3848             Jan Kratochvil  <jan.kratochvil@redhat.com>
3849
3850         PR exp/12117
3851         * gdb.cp/ptype-cv-cp.cc: New file.
3852         * gdb.cp/ptype-cv-cp.exp: New file.
3853
3854 2010-10-14  Sami Wagiaalla  <swagiaal@redhat.com>
3855
3856         * gdb.cp/converts.cc: New test program.
3857         * gdb.cp/converts.exp: New test.
3858         * gdb.cp/overload.exp: Added test for void* vs int*.
3859         * gdb.cp/overload.exp: Ditto.
3860         * gdb.cp/oranking.exp: Removed related kfail.
3861
3862 2010-10-13  Doug Evans  <dje@google.com>
3863
3864         * lib/gdb-python.exp (gdb_check_python_config): New function.
3865         * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
3866         * gdb.python/lib-types.cc: New file.
3867         * gdb.python/lib-types.exp: New file.
3868
3869 2010-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3870
3871         * gdb.python/py-error.exp: New file.
3872         * gdb.python/py-error.py: New file.
3873
3874 2010-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3875
3876         * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
3877         gdb_test_multiple.
3878
3879 2010-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3880
3881         * gdb.base/break-interp.exp: Use ldlags for linking flags.
3882         * gdb.base/prelink.exp: Likewise.
3883         * gdb.base/solib-nodir.exp: Likewise.
3884         * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
3885         (gdb_compile) <shlib_load>: Use ldlags for linking flags.
3886         * lib/prelink-support.exp (build_executable_own_libs): Likewise.
3887
3888 2010-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
3889
3890         * break-interp.exp (test_ld): Use two separate gdb_expect statements
3891         for the "info files" test to avoid timeouts on slow machines.
3892
3893 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3894
3895         * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
3896         (main): Make openlib dummy call.
3897
3898 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3899
3900         Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
3901         * break-interp.exp (reach): Move the core body ...
3902         (reach_1): ... here.  Use stop-on-solib-events for _dl_debug_state.
3903         (test_ld): Provide always real argument, even to the linker.  Replace
3904         dl_main by _dl_debug_state.
3905
3906 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3907
3908         Fix results of prelinked PIEs on ppc*.
3909         * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
3910         Accept also DISPLACEMENT "PRESENT".
3911         (main): Replace "ZERO" displacements by "PRESENT".
3912
3913 2010-10-08  Sami Wagiaalla  <swagiaal@redhat.com>
3914
3915         * gdb.cp/oranking.exp: New test.
3916         * gdb.cp/oranking.cc: New test program.
3917
3918 2010-10-08  Ken Werner  <ken.werner@de.ibm.com>
3919
3920         * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
3921         * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
3922
3923 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
3924
3925         * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
3926         lush, lynx) New constant.
3927         * gdb.base/constvars.exp: Test const array types.
3928         * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
3929
3930 2010-10-06  Doug Evans  <dje@google.com>
3931
3932         * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
3933         of syscall staging area.
3934
3935 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
3936
3937         * gdb.base/gnu_vector.c: Add variable c4.
3938         * gdb.base/gnu_vector.exp: Add tests for character vector printing.
3939         * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
3940
3941 2010-10-05  Maciej W. Rozycki  <macro@codesourcery.com>
3942
3943         * gdb.arch/altivec-abi.exp: Fix a typo.
3944
3945 2010-10-02  Maciej W. Rozycki  <macro@codesourcery.com>
3946
3947         * lib/mi-support.exp (thread_selected_re): Correct pattern used
3948         to match a thread ID.
3949
3950 2010-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3951
3952         Fix s390x testcase compatibility.
3953         * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
3954
3955 2010-10-01  Doug Evans  <dje@google.com>
3956
3957         * lib/gdb-python.exp: New file.
3958         * gdb.python/py-block.exp: Use it.
3959         * gdb.python/py-breakpoint.exp: Ditto.
3960         * gdb.python/py-frame.exp: Ditto.
3961         * gdb.python/py-inferior.exp: Ditto.
3962         * gdb.python/py-param.exp: Ditto.
3963         * gdb.python/py-prettyprint.exp: Ditto.
3964         * gdb.python/py-shared.exp: Ditto.
3965         * gdb.python/py-symbol.exp: Ditto.
3966         * gdb.python/py-symtab.exp: Ditto.
3967         * gdb.python/py-type.exp: Ditto.
3968         * gdb.python/py-value.exp: Ditto.
3969         * gdb.python/python.exp: Ditto.
3970
3971 2010-09-30  Tom Tromey  <tromey@redhat.com>
3972
3973         * gdb.base/anon.exp: New file.
3974         * gdb.base/anon.c: New file.
3975
3976 2010-09-30  Tom Tromey  <tromey@redhat.com>
3977
3978         * gdb.base/completion.exp: Test completion through anonymous
3979         union.
3980         * gdb.base/break1.c (struct some_struct): Add anonymous union.
3981
3982 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3983
3984         Fix printing parameters of inlined functions.
3985         * gdb.dwarf2/dw2-inline-param.exp: New file.
3986         * gdb.dwarf2/dw2-inline-param-main.c: New file.
3987         * gdb.dwarf2/dw2-inline-param.S: New file.
3988
3989 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3990
3991         PR corefiles/12071.
3992         * gdb.base/corefile.exp (quit with a process, no question: load core)
3993         (quit with a core file): New tests.
3994
3995 2010-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
3996
3997         Fix GDB crash on inferior calls with self-referencing classes.
3998         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
3999         * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
4000         * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
4001
4002 2010-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4003
4004         Fix lost siginfo_t for inferior calls.
4005         * gdb.base/siginfo-infcall.exp: New file.
4006         * gdb.base/siginfo-infcall.c: New file.
4007
4008 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
4009
4010         * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
4011
4012 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4013
4014         * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
4015         New test.
4016         * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
4017
4018 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
4019
4020         * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
4021         type of our const type.
4022
4023 2010-09-22  Sami Wagiaalla  <swagiaal@redhat.com>
4024
4025         * gdb.cp/pr12028.cc: New.
4026         * gdb.cp/pr12028.exp: New.
4027
4028 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
4029
4030         * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
4031
4032 2010-09-16  Phil Muldoon  <pmuldoon@redhat.com>
4033             Jan Kratochvil  <jan.kratochvil@redhat.com>
4034
4035         PR mi/11407
4036         * gdb.mi/dw2-ref-missing-frame-func.c: New File.
4037         * gdb.mi/dw2-ref-missing-frame-main.c New File.
4038         * gdb.mi/dw2-ref-missing-frame.S New File.
4039         * gdb.mi/dw2-ref-missing-frame.exp New File.
4040
4041 2010-09-14  Tom Tromey  <tromey@redhat.com>
4042
4043         PR symtab/8399:
4044         * gdb.threads/tls.exp: Remove kfail.  Update expected output.
4045
4046 2010-09-14  Tom Tromey  <tromey@redhat.com>
4047
4048         PR exp/11803:
4049         * gdb.threads/tls.exp: Use C++.
4050         (check_thread_local): Use K::another_thread_local.
4051         * gdb.threads/tls.c (class K): New.
4052         (another_thread_local): Now a member of K.
4053         (spin): Update.  No longer K&R C.
4054
4055 2010-09-13  Sami Wagiaalla  <swagiaal@redhat.com>
4056
4057         * gdb.cp/koenig.cc: created class for testing member lookup.
4058         * gdb.cp/koenig.exp: Added test for member lookup.
4059
4060 2010-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4061
4062         Fix false FAILs on sourcetree topdir directory containing "kill".
4063         * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
4064         source line matching regexp.
4065
4066 2010-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4067
4068         * gdb.python/python.exp (set height 0, collect help from uiout)
4069         (verify help to uiout): New tests.
4070
4071 2010-09-10  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4072
4073         * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
4074         is_lp64_target to check 64bit target.
4075
4076 2010-09-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4077
4078         * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
4079         (test_ld) <powerpc64-*>: New.
4080
4081 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
4082
4083         * gdb.cp/templates.exp (test_template_args): Allow "struct".
4084
4085 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
4086
4087         * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
4088         (FunctionArg::method): New function.
4089         (empty, arg): New variables.
4090         (main): Call arg.method.
4091         * gdb.cp/templates.exp (test_template_args): New function.
4092         (do_tests): Call it.
4093
4094 2010-09-08  Ulrich Weigand  <uweigand@de.ibm.com>
4095
4096         * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
4097         of "next" to proceed over pthread_exit call.
4098
4099 2010-09-08  Ulrich Weigand  <uweigand@de.ibm.com>
4100
4101         * gdb.base/maint.exp: Avoid wildcards against potentially very long
4102         "maint print statistics" output to prevent expect timeouts.
4103
4104 2010-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4105
4106         * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
4107         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4108         (test_float_rejected): ... here.
4109         * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
4110         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4111         (test_float_rejected): ... here.
4112         * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
4113         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4114         (test_float_rejected): ... here.
4115         * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
4116         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4117         (test_float_rejected): ... here.
4118
4119 2010-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
4120
4121         * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
4122         before disabling hardware watchpoints.
4123         (test_inaccessible_watchpoint): Check that hardware watchpoints
4124         are used.  Test for watchpoints on a constant address.
4125
4126 2010-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4127
4128         * gdb.base/ui-redirect.exp: New file.
4129
4130 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4131             Joel Brobecker  <brobecker@adacore.com>
4132
4133         * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
4134
4135 2010-08-31  Doug Evans  <dje@google.com>
4136
4137         * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
4138
4139 2010-08-30  Tom Tromey  <tromey@redhat.com>
4140
4141         PR python/11792:
4142         * gdb.python/py-value.exp (test_subscript_regression): Add
4143         dynamic_type test.
4144
4145 2010-08-30  Daniel Jacobowitz  <dan@codesourcery.com>
4146
4147         * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
4148         instead of running to main.  Do not test the main function.
4149         * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
4150         Add new main.
4151
4152 2010-08-26  Pedro Alves  <pedro@codesourcery.com>
4153
4154         * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
4155         one test.
4156
4157 2010-08-24  Doug Evans  <dje@google.com>
4158
4159         PR symtab/11942
4160         * gdb.dwarf2/dw4-sig-types.cc: New file.
4161         * gdb.dwarf2/dw4-sig-types.h: New file.
4162         * gdb.dwarf2/dw4-sig-types-b.cc: New file.
4163         * gdb.dwarf2/dw4-sig-types.exp: New file.
4164
4165 2010-08-23  Tom Tromey  <tromey@redhat.com>
4166
4167         PR python/11145:
4168         * gdb.python/py-value.c (Base, Derived): New types.
4169         (base): New global.
4170         * gdb.python/py-value.exp (test_subscript_regression): Add
4171         dynamic_cast test.
4172
4173 2010-08-23  Tom Tromey  <tromey@redhat.com>
4174
4175         PR python/10676:
4176         * gdb.python/py-type.exp (test_fields): Add tests for type
4177         equality.
4178
4179 2010-08-23  Tom Tromey  <tromey@redhat.com>
4180
4181         PR python/11915:
4182         * gdb.python/py-type.exp (test_fields): Add tests for array.
4183
4184 2010-08-23  Keith Seitz  <keiths@redhat.com>
4185
4186         * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
4187         have any children. Create a new abbrev for it.
4188         Add missing terminal sequence to .debug_abbrev.
4189
4190 2010-08-20  Keith Seitz  <keiths@redhat.com>
4191
4192         PR symtab/11465:
4193         * gdb.dwarf2/pr11465.exp: New test.
4194         * gdb.dwarf2/pr11465.S: New file.
4195         * gdb.dwarf2/dw2-double-set-die-type.S: New file.
4196         * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
4197
4198 2010-08-19  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4199
4200         * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
4201         registers.  Update data sets with the new v2_double element in the
4202         VSX register union.  Add vector_register3_vr data set for the AltiVec
4203         registers.  Use gdb_test_no_output instead of send_gdb.
4204
4205 2010-08-19  Pedro Alves  <pedro@codesourcery.com>
4206
4207         * gdb.python/py-shared.exp: New file, factored out from
4208         python.exp.
4209         * gdb.python/py-shared.c: New file.
4210         * gdb.python/py-shared-sl.c: New file.
4211         * gdb.python/python-1.c: New file.
4212         * gdb.python/python-sl.c: Delete.
4213         * gdb.python/python.c: Mention python-1.c.
4214         * gdb.python/python.exp: Move shared library tests to
4215         py-shared.exp.
4216         * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
4217         (MISCELLANEOUS): New.
4218         (clean mostlyclean): Also remove $MISCELLANEOUS.
4219
4220 2010-08-19  Doug Evans  <dje@google.com>
4221
4222         PR exp/11926
4223         * gdb.base/printcmds.exp (test_float_accepted): New function.
4224         Move existing float tests there.  Add tests for floats with suffixes.
4225         (test_float_rejected): New function.
4226         * gdb.java/jv-print.exp (test_float_accepted): New function.
4227         (test_float_rejected): New function.
4228         * gdb.objc/print.exp: New file.
4229         * gdb.pascal/print.exp: New file.
4230         * lib/objc.exp: New file.
4231
4232 2010-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
4233
4234         * gdb.base/default.exp (info set): Avoid full buffer error and force
4235         reading up to final gdb prompt.
4236         (show): Likewise.
4237
4238 2010-08-18  Tom Tromey  <tromey@redhat.com>
4239
4240         PR symtab/11919:
4241         * gdb.base/completion.exp: Add test.
4242
4243 2010-08-18  Doug Evans  <dje@google.com>
4244
4245         * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
4246         * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
4247         * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
4248         Simplify, early exit if runto_main fails.
4249         * gdb.fortran/exprs.exp: load_lib fortran.exp.
4250         (set_lang_fortran): Moved to lib/fortran.exp.
4251         * gdb.fortran/types.exp: load_lib fortran.exp.
4252         (set_lang_fortran): Moved to lib/fortran.exp.
4253         * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
4254         * gdb.java/jprint.exp (set_lang_java): Ditto.
4255         * gdb.java/jv-exp.exp: load_lib java.exp.
4256         If set_lang_java fails, issue a warning instead of failure to be
4257         consistent with other set_lang_foo uses.
4258         (set_lang_java): Moved to lib/java.exp.
4259         * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
4260         If set_lang_java fails, issue a warning instead of failure to be
4261         consistent with other set_lang_foo uses.
4262         * gdb.pascal/types.exp: load_lib pascal.exp.
4263         (set_lang_pascal): Moved to lib/pascal.exp.
4264         * lib/fortran.exp: New file.
4265         * lib/java.exp (set_lang_java): New function.
4266         * lib/pascal.exp (set_lang_pascal): New function.
4267
4268 2010-08-18  Yao Qi  <yao@codesourcery.com
4269
4270         * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
4271         func_nofb_start and func_loopfb_start, so that address of functions
4272         is equal to these labels on Thumb.
4273
4274 2010-08-18  Yao Qi  <yao@codesourcery.com>
4275
4276         * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
4277         to reflect latest c source file.
4278
4279 2010-08-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4280
4281         * gdb.cp/infcall-dlopen.exp: New file.
4282         * gdb.cp/infcall-dlopen.cc: New file.
4283         * gdb.cp/infcall-dlopen-lib.cc: New file.
4284
4285 2010-08-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4286             Pedro Alves  <pedro@codesourcery.com>
4287
4288         PR breakpoints/11371
4289
4290         * gdb.base/watch-cond-infcall.exp: New file.
4291         * gdb.base/watch-cond-infcall.c: New file.
4292
4293 2010-08-16  Tom Tromey  <tromey@redhat.com>
4294
4295         * gdb.base/help.exp: Update.
4296         * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
4297         watchpoint.
4298         (test_watch_location): New proc.
4299         (test_watchpoint_in_big_blob): Delete watchpoint.
4300         * gdb.base/watchpoint.c (func5): New function.
4301         (main): Call it.
4302
4303 2010-08-16  Doug Evans  <dje@google.com>
4304
4305         * gdb.python/python.exp: Fix syntax in "post event insertion" test.
4306
4307 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
4308
4309         * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
4310         tests.
4311
4312 2010-08-11  Ken Werner  <ken.werner@de.ibm.com>
4313
4314         * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
4315         * gdb.base/gnu_vector.c: New File.
4316         * gdb.base/gnu_vector.exp: Likewise.
4317
4318 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
4319
4320         * gdb.python/python.c: New File.
4321         * gdb.python/python-sl.c: New File.
4322         * gdb.python/python.exp: Test solib_address and decode_line
4323         * functions.
4324
4325 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4326
4327         * gdb.python/python.exp (show height, set height 10)
4328         (verify pagination beforehand, verify pagination beforehand: q)
4329         (gdb.execute does not page, verify pagination afterwards)
4330         (verify pagination afterwards: q): New.
4331
4332 2010-08-02  Doug Evans  <dje@google.com>
4333
4334         * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
4335         because of an older gcc, change test2
4336         "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
4337         to unsupported.
4338
4339 2010-07-30  Kazu Hirata  <kazu@codesourcery.com>
4340
4341         * gdb.base/break-always.exp: Do not expect full paths to file
4342         names.
4343         * gdb.base/commands.exp: Likewise.
4344
4345 2010-07-30  Doug Evans  <dje@google.com>
4346
4347         * gdb.cp/temargs.exp: For new tests that require newer gccs,
4348         xfail them when run with older gccs.
4349
4350         * lib/gdb.exp (build_executable): Forward "c++" option to
4351         get_compiler_info.
4352
4353         * gdb.python/py-type.exp (test_template): Mark as xfail tests
4354         "python print ttype.template_argument(1)" and
4355         "python print isinstance(ttype.template_argument(1), gdb.Value)"
4356         if using gcc 4.4 or earlier.
4357
4358         * gdb.base/valgrind-db-attach.exp: Use unique test name for
4359         attach-to-debugger handling.
4360
4361 2010-07-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
4362
4363         * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
4364         * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
4365         (main): Use copyreloc.
4366         * gdb.base/prelink.exp (split debug of executable)
4367         (.dynbss vs. .bss address shift): New tests.
4368
4369 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
4370
4371         * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
4372         in gdb_test_multiple.
4373
4374 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
4375
4376         * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
4377         environment.
4378
4379 2010-07-28  Tom Tromey  <tromey@redhat.com>
4380
4381         PR python/11060:
4382         * gdb.python/py-type.c (Temargs): New template.
4383         (temvar): New variable.
4384         * gdb.python/py-type.exp (test_template): New proc.
4385
4386 2010-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
4387
4388         * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
4389         gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
4390
4391 2010-07-28  Tom Tromey  <tromey@redhat.com>
4392
4393         PR c++/9946:
4394         * gdb.cp/temargs.exp: New file.
4395         * gdb.cp/temargs.cc: New file.
4396
4397 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
4398
4399         * gdb.base/help.exp (help disassemble): Update the content.
4400
4401 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
4402
4403         * gdb.threads/ia64-sigill.exp: New file.
4404         * gdb.threads/ia64-sigill.c: New file.
4405
4406 2010-07-27  Tom Tromey  <tromey@redhat.com>
4407
4408         * gdb.opt/inline-cmds.c (ATTR): New define.
4409         (func1): Use it.
4410         (func2): Likewise.
4411         (func3): Likewise.
4412         (outer_inline1): Likewise.
4413         (outer_inline2): Likewise.
4414         * gdb.opt/inline-bt.c (ATTR): New define.
4415         (func1): Use it.
4416         (func2): Likewise.
4417         * gdb.opt/inline-locals.c (ATTR): New define.
4418         (func1): Use it.
4419         (func2): Likewise.
4420
4421 2010-07-27  Tom Tromey  <tromey@redhat.com>
4422
4423         * gdb.stabs/gdb11479.c (hack): New function.
4424         (test): Use it.
4425         (test2): Use it.
4426         * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
4427         (int32_search_buf, int64_search_buf): No longer static.
4428         (x): Remove.
4429         * gdb.base/relocate.c (hack): New function.
4430
4431 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
4432
4433         * gdb.python/py-value.exp (test_inferior_function_call): New function.
4434         * gdb.python/py-value.c (func1): New function.
4435         (func2): Likewise.
4436
4437 2010-07-26  Corinna Vinschen  <vinschen@redhat.com>
4438
4439         * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
4440         as not to clash with .data section.
4441
4442 2010-07-26  Jerome Guitton  <guitton@adacore.com>
4443
4444         * gdb.base/code_elim.exp: New file.
4445         * gdb.base/code_elim1.c: New file.
4446         * gdb.base/code_elim2.c: New file.
4447
4448 2010-07-21  Pedro Alves  <pedro@codesourcery.com>
4449
4450         PR symtab/11827
4451
4452         * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
4453         (some_volatile_enum): New variable.
4454         * gdb.base/printcmds.exp (test_print_enums): New.
4455         <top level>: Call it.
4456
4457 2010-07-21  Sami Wagiaalla  <swagiaal@redhat.com>
4458
4459         * gdb.cp/fpointer.cc: New test.
4460         * gdb.cp/fpointer.exp: New test.
4461
4462 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4463
4464         * gdb.base/solib-nodir.exp: New file.
4465         * lib/gdb.exp (runto): New case for a GDB internal error.
4466
4467 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4468             Ulrich Weigand  <uweigand@de.ibm.com>
4469             Tom Tromey  <tromey@redhat.com>
4470
4471         * gdb.base/charset-malloc.c: New file.
4472         * gdb.base/charset.c (malloc_stub): New prototype.
4473         (main): Call it instead of malloc itself.
4474         * gdb.base/charset.exp: Use only prepare_for_testing.
4475         (binfile): Remove the variable.
4476
4477 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4478
4479         Make core files the process_stratum.
4480         * gdb.base/corefile.exp (run: load core again)
4481         (run: sanity check we see the core file, run: with core)
4482         (run: core file is cleared, attach: load core again)
4483         (attach: sanity check we see the core file, attach: with core)
4484         (attach: core file is cleared): New tests.
4485         * gdb.base/coremaker.c (main): New parameters.  Implement "sleep" argv.
4486
4487 2010-07-14  Ken Werner  <ken.werner@de.ibm.com>
4488
4489         * gdb.arch/altivec-abi.exp: New tests.
4490
4491 2010-07-13  Tom Tromey  <tromey@redhat.com>
4492
4493         * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
4494         (main): Use it.
4495         * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
4496
4497 2010-07-13  Tom Tromey  <tromey@redhat.com>
4498
4499         * gdb.base/label.exp: New file.
4500         * gdb.base/label.c: New file.
4501
4502 2010-07-12  Ulrich Weigand  <uweigand@de.ibm.com>
4503             H.J. Lu  <hongjiu.lu@intel.com>
4504
4505         * lib/gdb.exp (is_ilp32_target): New.
4506         (is_lp64_target): Likewise.
4507
4508         * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
4509         target.
4510         * gdb.arch/amd64-disp-step.exp: Likewise.
4511         * gdb.arch/amd64-dword.exp: Likewise.
4512         * gdb.arch/amd64-i386-address.exp: Likewise.
4513         * gdb.arch/amd64-word.exp: Likewise.
4514
4515         * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
4516         target.
4517         * gdb.arch/i386-bp_permanent.exp: Likewise.
4518         * gdb.arch/i386-byte.exp: Likewise.
4519         * gdb.arch/i386-disp-step.exp: Likewise.
4520         * gdb.arch/i386-gnu-cfi.exp: Likewise.
4521         * gdb.arch/i386-prologue.exp: Likewise.
4522         * gdb.arch/i386-size-overlap.exp: Likewise.
4523         * gdb.arch/i386-size.exp: Likewise.
4524         * gdb.arch/i386-sse.exp: Likewise.
4525         * gdb.arch/i386-unwind.exp: Likewise.
4526         * gdb.arch/i386-word.exp: Likewise.
4527
4528         * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
4529         test only when building 64-bit executables.  Do not hard-code
4530         -m64 option.
4531
4532 2010-07-07  Doug Evans  <dje@google.com>
4533
4534         * lib/gdb.exp (gdb_test_list_exact): New function.
4535         * gdb.base/default.exp (show convenience): Call it, add tests for
4536         $_sdata = void, $_thread = 0.
4537
4538 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4539             Joel Brobecker  <brobecker@adacore.com>
4540
4541         Fix re-run of PIE executable, PR shlibs/11776.
4542         * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
4543         Remove $displacement_main to match the solib-svr4.c change.  New "kill"
4544         and re-"run" of the inferior.
4545
4546 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4547             Joel Brobecker  <brobecker@adacore.com>
4548
4549         Cope with missing /usr/sbin/prelink.
4550         * lib/prelink-support.exp (prelink_no):
4551         <result == 1 && $output is "no such file or directory">: New.
4552         (prelink_yes): Likewise.  Return on failed prelink_no.
4553
4554 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4555             Joel Brobecker  <brobecker@adacore.com>
4556
4557         * gdb.base/attach-pie-misread.exp: Load prelink-support.exp.  Replace
4558         build_executable by build_executable_own_libs.  Replace "prelink -R"
4559         execution by a call of prelink_yes.  Comment why "prelink -r" needs no
4560         change.
4561         * gdb.base/break-interp.exp: Load prelink-support.exp.  Rename calls of
4562         copy to file_copy.  Move setting opts --dynamic-linker and -rpath,
4563         mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
4564         Replace build_executable by build_executable_own_libs's function
4565         build_executable_own_libs.
4566         (prelinkNO): Create new stub to call prelink_no.
4567         (prelinkYES): Create new stub to call prelink_yes.
4568         (test_attach): Rename calls of copy to file_copy.
4569         (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
4570         (copy): Move to ...
4571         * lib/prelink-support.exp: ... a new file.  Rename prelinkNO to
4572         prelink_no, prelinkYES to prelink_yes, copy to file_copy.
4573         * gdb.base/prelink.exp: Disable testcase also for is_remote and
4574         skip_shlib_tests.  Load prelink-support.exp.  Replace gdb_compile with
4575         special flags by gdb_compile_shlib.  Replace second gdb_compile by
4576         build_executable_own_libs.  Replace "prelink -R" execution by a call of
4577         prelink_yes.  Replace "prelink -u" and second "prelink -R" execution by
4578         a second call of prelink_yes.  Replace restart commands by
4579         clean_restart.
4580         (prelink): Rename to ...
4581         (seen displacement message): ... this test.  Extend its expectation
4582         strictness.
4583
4584 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4585
4586         * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
4587         * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
4588         displacement message exactly once.
4589
4590 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4591             Joel Brobecker  <brobecker@adacore.com>
4592
4593         * gdb.base/break-interp.exp (test_attach): Keep $interp changed.  Move
4594         its restore after the <$relink_args != ""> loop.  new comment.
4595
4596 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4597             Joel Brobecker  <brobecker@adacore.com>
4598
4599         * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
4600         code for it.  New variable relink_args.
4601         (prelinkYES): Call prelinkNO.
4602         (test_attach): Accept new parameter relink_args.  Re-prelink the binary
4603         in such case.  Move the core code to ...
4604         (test_attach_gdb): ... a new function.  Send GDB command "file".
4605         Extend expected "Attaching to " string.
4606
4607 2010-07-02  Tom Tromey  <tromey@redhat.com>
4608
4609         * gdb.base/bitops.exp: Remove extraneous "pass".
4610
4611 2010-07-02  Ken Werner  <ken.werner@de.ibm.com>
4612
4613         * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
4614
4615 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4616
4617         * gdb.base/help.exp: Adjust expected output.
4618
4619 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4620
4621         * gdb.base/help.exp: Adjust expected output.
4622
4623 2010-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
4624
4625         * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
4626         (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
4627         c++/11702.
4628
4629 2010-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
4630             Doug Evans  <dje@google.com>
4631
4632         * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
4633         add .dynamic entry'.
4634
4635 2010-06-29  Doug Evans  <dje@google.com>
4636
4637         Test PR c++/11702.
4638         * gdb.cp/m-static.exp: Add testcase.
4639         * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
4640
4641 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
4642             Tom Tromey  <tromey@redhat.com>
4643             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4644
4645         * gdb.python/py-inferior.c: New File.
4646         * gdb.python/py-infthread.c: New File.
4647         * gdb.python/py-inferior.exp: New File.
4648         * gdb.python/py-infthread.exp: New File.
4649
4650 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4651
4652         * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
4653         (ptype ::C::OtherFileClass typedefs): New.
4654         * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
4655         (C::OtherFileClass::cOtherFileClassVar2): New.
4656         (C::OtherFileClass::cOtherFileClassVar_use): Use also
4657         cOtherFileClassVar2.
4658         (C::cOtherFileType2, C::cOtherFileVar2): New.
4659         (C::cOtherFileVar_use): use also cOtherFileVar2.
4660         * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
4661
4662 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4663
4664         * gdb.cp/namespace.exp (whatis C::cOtherFileType)
4665         (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
4666         (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
4667         (print ::C::cOtherFileVar)
4668         (whatis C::OtherFileClass::cOtherFileClassType)
4669         (whatis ::C::OtherFileClass::cOtherFileClassType)
4670         (print C::OtherFileClass::cOtherFileClassVar)
4671         (print ::cOtherFileClassVar)
4672         (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
4673         (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
4674         trailing content.
4675         * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
4676         (C::OtherFileClass::cOtherFileClassVar)
4677         (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
4678         (C::cOtherFileVar, C::cOtherFileVar_use): New.
4679
4680 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4681
4682         Test PR c++/11703 and PR gdb/1448.
4683         * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
4684         gdb/1448.
4685
4686 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4687
4688         * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
4689         (main) <rtti_data>: New.
4690         * gdb.cp/virtbase.exp (print rtti_data): New.
4691
4692 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4693             Joel Brobecker  <brobecker@adacore.com>
4694
4695         * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
4696
4697 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4698
4699         * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
4700
4701 2010-06-28  Doug Evans  <dje@google.com>
4702
4703         * gdb.base/break-interp.exp (reach): Relax expected output a bit.
4704
4705 2010-06-27  Doug Evans  <dje@google.com>
4706
4707         * gdb.cp/m-static.exp: Update expected test output.
4708
4709 2010-06-25  Paul Hilfinger  <hilfinger@adacore.com>
4710
4711         * gdb.gdb/selftest.exp: Adjust expected message for
4712         capturing start-up runtime.
4713
4714 2010-06-25  Tom Tromey  <tromey@redhat.com>
4715
4716         PR python/10808:
4717         * gdb.python/python.exp: Add new tests.
4718
4719 2010-06-25  Sami Wagiaalla  <swagiaal@redhat.com>
4720
4721         * gdb.cp/operator.cc: Created an import loop.
4722         * gdb.cp/operator.exp: Added testcase for import loop.
4723
4724 2010-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
4725
4726         Test PR python/11407.
4727         * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
4728         * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
4729         Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
4730         * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
4731         executable_nofb and executable_fb.  New variables srcsfile, objsfile,
4732         srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
4733         binfile.  Call gdb_compile with clean_restart twice.
4734         (func_nofb print, func_nofb backtrace, func_loopfb print)
4735         (func_loopfb backtrace): New.
4736
4737 2010-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
4738
4739         * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
4740         * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
4741         by a hand made one.
4742         * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment.  Remove
4743         i?86 requirement.  Remove variables srcfile and binfile.  New variable
4744         sources, executable_nofb and executable_fb.  Call prepare_for_testing.
4745
4746 2010-06-25  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4747
4748         * gdb.cell/dwarfaddr.exp: New file.
4749         * gdb.cell/dwarfaddr.S: New file.
4750
4751 2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4752
4753         Test PR 9436.
4754         * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
4755
4756 2010-06-24  Hui Zhu  <teawater@gmail.com>
4757
4758         * gdb.base/eval.exp: New file.
4759
4760 2010-06-23  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4761
4762         * gdb.cell/fork.exp: New file.
4763         * gdb.cell/fork.c: Likewise.
4764         * gdb.cell/fork-spu.c: Likewise.
4765
4766 2010-06-22  Pierre Muller  <muller@ics.u-strasbg.fr>
4767
4768         * lib/gdb.exp (banned_variables_traced): New global variable.
4769         (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
4770         (gdb_init): Use `trace add variable' instead of obsolete
4771         `trace variable'.
4772
4773 2010-06-21  Doug Evans  <dje@google.com>
4774
4775         * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
4776
4777 2010-06-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4778
4779         * gdb.arch/spu-ls.exp: New file.
4780         * gdb.arch/spu-ls.c: Likewise.
4781
4782 2010-06-18  Stan Shebs  <stan@codesourcery.com>
4783
4784         * gdb.threads/thread-specific.exp: Add tests of $_thread.
4785
4786 2010-06-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4787
4788         * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
4789         * gdb.base/watch-cond.exp: Likewise.
4790         * gdb.python/py-breakpoint.exp: Likewise.
4791
4792 2010-06-18  Pedro Alves  <pedro@codesourcery.com>
4793
4794         * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
4795         clean_restart, make sure every test has a distinct message, and
4796         that messages don't include the executable' full path.
4797
4798 2010-06-17  Doug Evans  <dje@google.com>
4799
4800         * gdb.arch/i386-size.exp: Updated expected output for
4801         DISASSEMBLY_OMIT_FNAME.
4802
4803 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4804             Sergio Durigan Junior  <sergiodj@redhat.com>
4805
4806         * gdb.base/watch-notconst.c: New file.
4807         * gdb.base/watch-notconst.S: New file.
4808         * gdb.base/watch-notconst2.c: New file.
4809         * gdb.base/watch-notconst2.S: New file.
4810         * gdb.base/watch-notconst.exp: New file.
4811         * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
4812         (func4): Add operations on `global_ptr_ptr'.
4813         * gdb.base/watchpoint.exp (test_constant_watchpoint): New
4814         routine to test watchpoints created with a constant expression.
4815         (test_inaccessible_watchpoint): Include tests for watchpoints
4816         created with a constant expression.
4817
4818 2010-06-14  Kevin Buettner  <kevinb@redhat.com>
4819
4820         * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
4821         gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
4822         gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
4823         gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
4824         gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
4825         gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
4826         gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
4827         of `_start'.
4828
4829 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4830
4831         * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
4832         not supported on the target.
4833         * gdb.mi/mi-nonstop-exit.exp: Likewise.
4834         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4835         * gdb.mi/mi-nsintrall.exp: Likewise.
4836         * gdb.mi/mi-nsmoribund.exp: Likewise.
4837         * gdb.mi/mi-nsthrexec.exp: Likewise.
4838
4839 2010-06-11  Stan Shebs  <stan@codesourcery.com>
4840
4841         * gdb.base/permissions.exp: New file.
4842
4843 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4844
4845         * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
4846         does not support ELF executable class.
4847
4848 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4849
4850         * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
4851
4852 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4853
4854         * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
4855         (runto): Catch "The target does not support running in non-stop mode.".
4856
4857 2010-06-11  Michael Snyder  <msnyder@vmware.com>
4858
4859         * gdb.base/setshow.exp (set language asm): Don't use
4860         gdb_test_no_output, fails on some targets.
4861
4862 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4863
4864         * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
4865         * gdb.cp/pr9167.exp: Likewise.
4866
4867 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4868
4869         * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
4870
4871 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4872
4873         * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
4874
4875 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4876
4877         * gdb.base/charset.c (main): Make sure malloc gets linked in.
4878
4879 2010-06-11  Tom Tromey  <tromey@redhat.com>
4880
4881         PR gdb/9977, PR exp/11636::
4882         * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
4883         (pieces_test_f6): Update expected output.
4884
4885 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4886
4887         * gdb.base/moribund-step.exp: New.
4888
4889 2010-06-08  Michael Snyder  <msnyder@vmware.com>
4890
4891         * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
4892         * gdb.ada/boolean_expr.exp:
4893         * gdb.ada/frame_args.exp: Ditto.
4894         * gdb.ada/lang_switch.exp: Ditto.
4895         * gdb.ada/ptype_arith_binop.exp: Ditto.
4896         * gdb.ada/ref_param.exp: Ditto.
4897         * gdb.ada/type_coercion.exp:Ditto.
4898
4899         * gdb.asm/asm-source.exp: Ditto.
4900
4901         * gdb.base/attach.exp: Ditto.
4902         * gdb.base/bitfields2.exp: Ditto.
4903         * gdb.base/call-signal-resume.exp: Ditto.
4904         * gdb.base/callfuncs.exp: Ditto.
4905         * gdb.base/commands.exp: Ditto.
4906         * gdb.base/dbx.exp: Ditto.
4907         * gdb.base/default.exp: Ditto.
4908         * gdb.base/dump.exp: Ditto.
4909         * gdb.base/exprs.exp: Ditto.
4910         * gdb.base/freebpcmd.exp: Ditto.
4911         * gdb.base/interrupt.exp: Ditto.
4912         * gdb.base/list.exp: Ditto.
4913         * gdb.base/long_long.exp: Ditto.
4914         * gdb.base/maint.exp: Ditto.
4915         * gdb.base/ptype.exp: Ditto.
4916         * gdb.base/return.exp: Ditto.
4917         * gdb.base/setshow.exp: Ditto.
4918         * gdb.base/sigbpt.exp: Ditto.
4919         * gdb.base/sigrepeat.exp: Ditto.
4920
4921         * gdb.cp/classes.exp: Ditto.
4922
4923         * gdb.dwarf2/dw2-restore.exp: Ditto.
4924
4925         * gdb.gdb/selftest.exp: Ditto.
4926
4927         * gdb.multi/base.exp: Ditto.
4928         * gdb.multi/bkpt-multi-exec.exp: Ditto.
4929
4930         * gdb.python/py-block.exp: Ditto.
4931         * gdb.python/py-prettyprint.exp: Ditto.
4932         * gdb.python/py-template.exp: Ditto.
4933
4934         * gdb.server/ext-attach.exp: Ditto.
4935         * gdb.server/ext-run.exp: Ditto.
4936         * gdb.server/server-mon.exp: Ditto.
4937
4938         * gdb.threads/fork-thread-pending.exp: Ditto.
4939         * gdb.threads/hand-call-in-threads.exp: Ditto.
4940         * gdb.threads/interrupted-hand-call.exp: Ditto.
4941         * gdb.threads/linux-dp.exp: Ditto.
4942         * gdb.threads/manythreads.exp: Ditto.
4943         * gdb.threads/print-threads.exp: Ditto.
4944         * gdb.threads/pthreads.exp: Ditto.
4945         * gdb.threads/schedlock.exp: Ditto.
4946         * gdb.threads/thread-unwindonsignal.exp: Ditto.
4947         * gdb.threads/threadapply.exp: Ditto.
4948
4949 2010-06-08  Michael Snyder  <msnyder@vmware.com>
4950
4951         * gdb.ada/exec_changed.exp:
4952         Use ".*" instead of "" as wildcard regexp.
4953
4954         * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
4955         * gdb.base/call-ar-st.exp: Ditto.
4956         * gdb.base/checkpoint.exp: Ditto.
4957         * gdb.base/default.exp: Ditto.
4958         * gdb.base/dump.exp: Ditto.
4959         * gdb.base/ending-run.exp: Ditto.
4960         * gdb.base/fileio.exp: Ditto.
4961         * gdb.base/miscexprs.exp: Ditto.
4962         * gdb.base/pointers.exp: Ditto.
4963         * gdb.base/readline.exp: Ditto.
4964         * gdb.base/reread.exp: Ditto.
4965         * gdb.base/restore.exp: Ditto.
4966         * gdb.base/shlib-call.exp: Ditto.
4967         * gdb.base/valgrind-db-attach.exp: Ditto.
4968         * gdb.base/volatile.exp: Ditto.
4969         * gdb.base/watchpoints.exp: Ditto.
4970
4971         * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
4972
4973         * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
4974         * gdb.python/py-value.exp: Ditto.
4975
4976         * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
4977         * gdb.trace/circ.exp: Ditto.
4978         * gdb.trace/collection.exp: Ditto.
4979         * gdb.trace/packetlen.exp: Ditto.
4980         * gdb.trace/passc-dyn.exp: Ditto.
4981         * gdb.trace/report.exp: Ditto.
4982         * gdb.trace/tfile.exp: Ditto.
4983         * gdb.trace/tfind.exp: Ditto.
4984         * gdb.trace/while-dyn.exp: Ditto.
4985
4986 2010-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
4987
4988         * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
4989
4990 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4991
4992         Test PR 10640.
4993         * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
4994
4995 2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
4996
4997         * gdb.cp/koenig.exp: Test for ADL operators.
4998         * gdb.cp/koenig.cc: Added ADL operators.
4999         * gdb.cp/operator.exp: New test.
5000         * gdb.cp/operator.cc: New test.
5001
5002 2010-06-04  Michael Snyder  <msnyder@vmware.com>
5003
5004         * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
5005         * gdb.base/pending.exp: Ditto.
5006
5007         * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
5008
5009 2010-06-04  Doug Evans  <dje@google.com>
5010
5011         * gdb.python/py-prettyprint.exp: Add new test for enabled and
5012         disabled printers.
5013         * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
5014         (enable_lookup_function): New function.
5015
5016 2010-06-04  Tom Tromey  <tromey@redhat.com>
5017
5018         * gdb.python/py-value.exp (test_value_hash): Don't test equality
5019         of hash and id.
5020
5021 2010-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5022
5023         * gdb.base/commands.exp (add printf tbreak command): Remove trailing
5024         newline.
5025         * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
5026         (empty verbose non-noisy clear, empty verbose noisy clear)
5027         (empty non-verbose noisy clear): Likewise.
5028
5029 2010-06-03  Michael Snyder  <msnyder@vmware.com>
5030
5031         * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
5032         * gdb.base/display.exp: Ditto.
5033         * gdb.base/find.exp: Ditto.
5034         * gdb.base/ifelse.exp: Ditto.
5035         * gdb.base/multi-forks.exp: Ditto.
5036         * gdb.base/recurse.exp: Ditto.
5037         * gdb.base/setshow.exp: Ditto.
5038         * gdb.base/value-double-free.exp: Ditto.
5039         * gdb.base/watch-vfork.exp: Ditto.
5040         * gdb.base/watch_thread_num.exp: Ditto.
5041         * gdb.base/watchpoint-solib.exp: Ditto.
5042         * gdb.base/watchpoint.exp: Ditto.
5043         * gdb.base/watchpoints.exp: Ditto.
5044
5045         * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
5046         * gdb.cp/overload.exp: Ditto.
5047         * gdb.cp/virtfunc.exp: Ditto.
5048
5049         * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
5050
5051         * gdb.reverse/watch-precsave.exp:
5052         Replace gdb_test with gdb_test_no_output.
5053
5054         * gdb.threads/attach-into-signal.exp:
5055         Replace gdb_test with gdb_test_no_output.
5056         * gdb.threads/local-watch-wrong-thread.exp: Ditto.
5057         * gdb.threads/watchthreads.exp: Ditto.
5058         * gdb.threads/watchthreads2.exp: Ditto.
5059
5060         * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
5061         * gdb.trace/tfind.exp: Ditto.
5062
5063 2010-06-03  Joel Brobecker  <brobecker@adacore.com>
5064
5065         * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
5066         successful test if message is the empty string.
5067
5068 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5069
5070         * gdb.fortran/module.exp (stopped language detection): New test.
5071
5072 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5073
5074         Support DW_TAG_module as separate namespaces.
5075         * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
5076         gdb.fortran/library-module-lib.f90: New.
5077         * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
5078         (print i): Remove.
5079         (continue to breakpoint: i-is-1, print var_i value 1)
5080         (continue to breakpoint: i-is-2, print var_i value 2)
5081         (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
5082         (print var_d, print var_i value 14, ptype modmany, complete `modm)
5083         (complete `modmany, complete `modmany`, complete `modmany`var)
5084         (show language, setting breakpoint at module): New tests.
5085         * gdb.fortran/module.f90 (module mod): Remove.
5086         (module mod1, module mod2, module modmany, subroutine sub1)
5087         (subroutine sub2, program module): New.
5088
5089 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5090
5091         * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
5092         (print value of rUC, print value of rI, print value of UI): ... here.
5093         * gdb.cp/anon-union.exp (pass): Rename to ...
5094         (print z 2): ... here.
5095
5096 2010-06-02  Michael Snyder  <msnyder@vmware.com>
5097
5098         * gdb.trace/actions.exp: Use gdb_test_no_output.
5099         * gdb.trace/circ.exp: Ditto.
5100         * gdb.trace/packetlen.exp: Ditto.
5101         * gdb.trace/save-trace.exp: Ditto.
5102         * gdb.trace/tracecmd.exp: Ditto.
5103         * gdb.trace/tsv.exp: Ditto.
5104
5105         * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
5106         * gdb.threads/hand-call-in-thraeds.exp: Ditto.
5107         * gdb.threads/local-watch-wrong-thread.exp: Ditto.
5108         * gdb.threads/manythreads.exp: Ditto.
5109         * gdb.threads/print-threads.exp: Ditto.
5110         * gdb.threads/pthreads.exp: Ditto.
5111         * gdb.threads/schedlock.exp: Ditto.
5112         * gdb.threads/staticthreads.exp: Ditto.
5113         * gdb.threads/thread-specific.exp: Ditto.
5114         * gdb.threads/thread-unwindonsignal.exp: Ditto.
5115         * gdb.threads/threadapply.exp: Ditto.
5116         * gdb.threads/watchthreads.exp: Ditto.
5117         * gdb.threads/watchthreads2.exp: Ditto.
5118
5119         * gdb.python/py-block.exp: Use gdb_test_no_output.
5120         * gdb.python/py-prettyprint.exp: Ditto.
5121         * gdb.python/py-template.exp: Ditto.
5122         * gdb.python/py-value.exp: Ditto.
5123
5124         * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
5125         * gdb.reverse/watch-reverse.exp: Ditto.
5126
5127         * gdb.server/ext-attach.exp: Use gdb_test_no_output.
5128         * gdb.server/ext-run.exp: Ditto.
5129
5130         * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
5131         * gdb.dwarf2/dw2-compressed.exp: Ditto.
5132         * gdb.dwarf2/dw2-intercu.exp: Ditto.
5133         * gdb.dwarf2/dw2-intermix.exp: Ditto.
5134         * gdb.dwarf2/dw2-producer.exp: Ditto.
5135         * gdb.dwarf2/mac-fileno.exp: Ditto.
5136
5137         * gdb.gdb/observer.exp: Use gdb_test_no_output.
5138         * gdb.gdb/selftest.exp: Ditto.
5139
5140         * gdb.multi/base.exp: Use gdb_test_no_output.
5141
5142         * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
5143
5144 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5145
5146         * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
5147
5148 2010-06-02  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
5149
5150         * gdb.cp/class2.exp: Use gdb_test_no_output.
5151         * gdb.cp/classes.exp: Ditto.
5152         * gdb.cp/extern-c.exp: Ditto.
5153         * gdb.cp/inherit.exp: Ditto.
5154         * gdb.cp/maint.exp: Ditto.
5155         * gdb.cp/mb-inline.exp: Ditto.
5156         * gdb.cp/mb-templates.exp: Ditto.
5157         * gdb.cp/method2.exp: Ditto.
5158         * gdb.cp/misc.exp: Ditto.
5159         * gdb.cp/ovldbreak.exp: Ditto.
5160         * gdb.cp/punctuator.exp: Ditto.
5161         * gdb.cp/templates.exp: Ditto.
5162         * gdb.cp/virtbase.exp: Ditto.
5163
5164         * gdb.threads/attach-stopped.exp:
5165         Replace uses of send_gdb / gdb_expect.
5166         * gdb.threads/attachstop-mt.exp:
5167         Replace uses of send_gdb / gdb_expect.
5168         * gdb.threads/gcore-thread.exp:
5169         Replace uses of send_gdb / gdb_expect.
5170         * gdb.threads/hand-call-in-threads.exp:
5171         Replace uses of send_gdb / gdb_expect.
5172         * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
5173         * gdb.threads/print-threads.exp:
5174         Replace uses of send_gdb / gdb_expect.
5175         * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
5176         * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
5177         * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
5178
5179         * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
5180         * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
5181         * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
5182         * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
5183         * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
5184         * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
5185         * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
5186         * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
5187         * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
5188         * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
5189         * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
5190
5191 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5192
5193         * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
5194
5195 2010-06-02  Sami Wagiaalla  <swagiaal@redhat.com>
5196
5197         * gdb.cp/koenig.exp: Added new test case.
5198         * gdb.cp/koenig.cc: Ditto.
5199
5200 2010-06-01  Michael Snyder  <msnyder@vmware.com>
5201
5202         * gdb.base/arithmet.exp: Use gdb_test_no_output.
5203         * gdb.base/arrayidx.exp: Ditto.
5204         * gdb.base/attach.exp: Ditto.
5205         * gdb.base/auxv.exp: Ditto.
5206         * gdb.base/bigcre.exp: Ditto.
5207         * gdb.base/break-always.exp: Ditto.
5208         * gdb.base/break-interp.exp: Ditto.
5209         * gdb.base/break.exp: Ditto.
5210         * gdb.base/breakpoint-shadow.exp: Ditto.
5211         * gdb.base/call-ar-st.exp: Ditto.
5212         * gdb.base/call-sc.exp: Ditto.
5213         * gdb.base/call-signal-resume.exp: Ditto.
5214         * gdb.base/callfuncs.exp: Ditto.
5215         * gdb.base/catch-syscall.exp: Ditto.
5216         * gdb.base/charset.exp: Ditto.
5217         * gdb.base/code-expr.exp: Ditto.
5218         * gdb.base/commands.exp: Ditto.
5219         * gdb.base/cond-expr.exp: Ditto.
5220         * gdb.base/condbreak.exp: Ditto.
5221         * gdb.base/cursal.exp: Ditto.
5222         * gdb.base/cvexpr.exp: Ditto.
5223         * gdb.base/default.exp: Ditto.
5224         * gdb.base/del.exp: Ditto.
5225         * gdb.base/detach.exp: Ditto.
5226         * gdb.base/display.exp: Ditto.
5227         * gdb.base/ena-dis-br.exp: Ditto.
5228         * gdb.base/eval-skip.exp: Ditto.
5229         * gdb.base/foll-fork.exp: Ditto.
5230         * gdb.base/foll-vfork.exp: Ditto.
5231         * gdb.base/frame-args.exp: Ditto.
5232         * gdb.base/funcargs.exp: Ditto.
5233         * gdb.base/gcore-buffer-overflow.exp: Ditto.
5234         * gdb.base/gdbvars.exp: Ditto.
5235         * gdb.base/help.exp: Ditto.
5236         * gdb.base/ifelse.exp: Ditto.
5237         * gdb.base/included.exp: Ditto.
5238         * gdb.base/list.exp: Ditto.
5239         * gdb.base/macscp.exp: Ditto.
5240         * gdb.base/maint.exp: Ditto.
5241         * gdb.base/multi-fork.exp: Ditto.
5242         * gdb.base/overlays.exp: Ditto.
5243         * gdb.base/page.exp: Ditto.
5244         * gdb.base/pending.exp: Ditto.
5245         * gdb.base/pointers.exp: Ditto.
5246         * gdb.base/pr11022.exp: Ditto.
5247         * gdb.base/prelink.exp: Ditto.
5248         * gdb.base/printcmds.exp: Ditto.
5249         * gdb.base/psymtab.exp: Ditto.
5250         * gdb.base/randomize.exp: Ditto.
5251         * gdb.base/relational.exp: Ditto.
5252         * gdb.base/relocate.exp: Ditto.
5253         * gdb.base/remote.exp: Ditto.
5254         * gdb.base/sepdebug.exp: Ditto.
5255         * gdb.base/set-lang-auto.exp: Ditto.
5256         * gdb.base/setshow.exp: Ditto.
5257         * gdb.base/setvar.exp: Ditto.
5258         * gdb.base/signals.exp: Ditto.
5259         * gdb.base/signull.exp: Ditto.
5260         * gdb.base/sigstep.exp: Ditto.
5261         * gdb.base/sizeof.exp: Ditto.
5262         * gdb.base/solib-disc.exp: Ditto.
5263         * gdb.base/store.exp: Ditto.
5264         * gdb.base/structs.exp: Ditto.
5265         * gdb.base/structs2.exp: Ditto.
5266         * gdb.base/subst.exp: Ditto.
5267         * gdb.base/term.exp: Ditto.
5268         * gdb.base/trace-commands.exp: Ditto.
5269         * gdb.base/unwindonsignal.exp: Ditto.
5270         * gdb.base/valgrind-db-attach.exp: Ditto.
5271         * gdb.base/varargs.exp: Ditto.
5272         * gdb.base/watch-cond.exp: Ditto.
5273         * gdb.base/watch_thread_num.exp: Ditto.
5274         * gdb.base/watchpoint-cond-gone.exp: Ditto.
5275         * gdb.base/watchpoint.exp: Ditto.
5276         * gdb.base/whatis-exp.exp: Ditto.
5277
5278 2010-06-01  Michael Snyder  <msnyder@vmware.com>
5279
5280         * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
5281         * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
5282         * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
5283         * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
5284         * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
5285         * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
5286         * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
5287         * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
5288         * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
5289         * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
5290         * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
5291         * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
5292         * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
5293         * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
5294         * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
5295
5296 2010-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5297
5298         * gdb.base/commands.exp (begin commands on watch): Remove excessive
5299         trailing newline.
5300         * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
5301         * gdb.java/jmisc.exp (p *args\n): Rename to ...
5302         (p *args): ... here and remove excessive trailing newline.
5303
5304 2010-05-31  Joel Brobecker  <brobecker@adacore.com>
5305
5306         * gdb.base/subst.exp: Fix call to gdb_test with empty message.
5307
5308 2010-05-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
5309
5310         Accept the new Linux kernel "t (tracing stop)" string.
5311         * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
5312         Update comment.
5313         (state_wait) <T (tracing stop)>: New.
5314         (main): Update the state_wait expect string.
5315
5316 2010-05-28  Pedro Alves  <pedro@codesourcery.com>
5317
5318         * limits.c, limits.exp: Delete files.
5319         * Makefile.in (clean mostlyclean): Adjust.
5320         * tracecmd.exp: Adjust.
5321
5322 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5323
5324         * gdb.base/tui-layout.exp: New.
5325
5326 2010-05-28  Michael Snyder  <msnyder@vmware.com>
5327
5328         * gdb.reverse/break-precsave.exp:
5329         Replace uses of send_gdb / gdb_expect.
5330         * gdb.reverse/break-reverse.exp:
5331         Replace uses of send_gdb / gdb_expect.
5332         * gdb.reverse/consecutive-precsave.exp:
5333         Replace uses of send_gdb / gdb_expect.
5334         * gdb.reverse/consecutive-reverse.exp:
5335         Replace uses of send_gdb / gdb_expect.
5336         * gdb.reverse/finish-precsave.exp:
5337         Replace uses of send_gdb / gdb_expect.
5338         * gdb.reverse/finish-reverse.exp:
5339         Replace uses of send_gdb / gdb_expect.
5340         * gdb.reverse/i386-precsave.exp:
5341         Replace uses of send_gdb / gdb_expect.
5342         * gdb.reverse/i386-reverse.exp:
5343         Replace uses of send_gdb / gdb_expect.
5344         * gdb.reverse/i386-sse-reverse.exp:
5345         Replace uses of send_gdb / gdb_expect.
5346         * gdb.reverse/i387-env-reverse.exp:
5347         Replace uses of send_gdb / gdb_expect.
5348         * gdb.reverse/i387-stack-reverse.exp:
5349         Replace uses of send_gdb / gdb_expect.
5350         * gdb.reverse/machinestate-precsave.exp:
5351         Replace uses of send_gdb / gdb_expect.
5352         * gdb.reverse/machinestate.exp:
5353         Replace uses of send_gdb / gdb_expect.
5354         * gdb.reverse/sigall-precsave.exp:
5355         Replace uses of send_gdb / gdb_expect.
5356         * gdb.reverse/sigall-reverse.exp:
5357         Replace uses of send_gdb / gdb_expect.
5358         * gdb.reverse/solib-precsave.exp:
5359         Replace uses of send_gdb / gdb_expect.
5360         * gdb.reverse/solib-reverse.exp:
5361         Replace uses of send_gdb / gdb_expect.
5362         * gdb.reverse/step-precsave.exp:
5363         Replace uses of send_gdb / gdb_expect.
5364         * gdb.reverse/step-reverse.exp:
5365         Replace uses of send_gdb / gdb_expect.
5366         * gdb.reverse/until-precsave.exp:
5367         Replace uses of send_gdb / gdb_expect.
5368         * gdb.reverse/until-reverse.exp:
5369         Replace uses of send_gdb / gdb_expect.
5370         * gdb.reverse/watch-precsave.exp:
5371         Replace uses of send_gdb / gdb_expect.
5372         * gdb.reverse/watch-reverse.exp:
5373         Replace uses of send_gdb / gdb_expect.
5374
5375 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5376
5377         * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
5378         excessive newline.
5379
5380 2010-05-27  Michael Snyder  <msnyder@vmware.com>
5381
5382         * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
5383         * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
5384         * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
5385         * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
5386         * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
5387         * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
5388         * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
5389         * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
5390         * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
5391         * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
5392         * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
5393         * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
5394         * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
5395         * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
5396         * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
5397         * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
5398         * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
5399         * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
5400         * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
5401
5402 2010-05-26  Michael Snyder  <msnyder@vmware.com>
5403
5404         * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
5405         * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
5406
5407         * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
5408         * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
5409         * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
5410
5411         * gdb.reverse/consecutive-reverse.exp:
5412         Replace uses of send_gdb / gdb_expect.
5413         * gdb.reverse/consecutive-precsave.exp:
5414         Replace uses of send_gdb / gdb_expect.
5415
5416         * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
5417         * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
5418         * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
5419         * gdb.mi/mi-ns-stale-regcache.exp:
5420         Replace uses of send_gdb / gdb_expect.
5421         * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
5422         * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
5423         * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
5424         * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
5425         * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
5426         * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
5427         * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
5428         * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
5429         * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
5430
5431 2010-05-26  Michael Snyder  <msnyder@vmware.com>
5432
5433         * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
5434
5435         * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
5436
5437         * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
5438         * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
5439         * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
5440         * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
5441         * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
5442         * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
5443         * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
5444         * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
5445         * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
5446
5447 2010-05-25  Tom Tromey  <tromey@redhat.com>
5448
5449         * gdb.base/macscp.exp: Add missing space after setup_kfail.
5450
5451 2010-05-25  Tom Tromey  <tromey@redhat.com>
5452
5453         * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
5454         argument order.
5455         * gdb.base/macscp.exp: Fix setup_kfail argument order.
5456         * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
5457         order.
5458         * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
5459         order.
5460         * gdb.base/call-sc.exp (setup_kfails): Remove.
5461         (setup_compiler_kfails): Remove.
5462         * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
5463         argument order.
5464         * gdb.base/siginfo.exp: Fix setup_kfail argument order.
5465         * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
5466         (advancei): Fix setup_kfail argument order.
5467         * gdb.base/radix.exp: Fix setup_kfail argument order.
5468         * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
5469         order.
5470         * gdb.base/structs.exp (setup_kfails): Remove.
5471         (setup_compiler_kfails): Fix setup_kfail argument order.
5472         * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
5473         order.
5474         * gdb.java/jmain.exp: Fix setup_kfail argument order.
5475         * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
5476         setup_kfail argument order.
5477         * gdb.cp/overload.exp: Fix setup_kfail argument order.
5478
5479 2010-05-25  Tom Tromey  <tromey@redhat.com>
5480
5481         * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
5482
5483 2010-05-25  Michael Snyder  <msnyder@vmware.com>
5484
5485         * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
5486         * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
5487         * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
5488         * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
5489         * gdb.base/assign.exp: Replace send_gdb with gdb_test.
5490         * gdb.base/attach.exp: Replace send_gdb with gdb_test.
5491         * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
5492         * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
5493         * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
5494         * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
5495         * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
5496         * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
5497         * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
5498         * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
5499         * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
5500         * gdb.base/charset.exp: Replace send_gdb with gdb_test.
5501         * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
5502         * gdb.base/commands.exp: Replace send_gdb with gdb_test.
5503         * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
5504         * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
5505         * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
5506         * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
5507         * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
5508         * gdb.base/default.exp: Replace send_gdb with gdb_test.
5509         * gdb.base/define.exp: Replace send_gdb with gdb_test.
5510         * gdb.base/display.exp: Replace send_gdb with gdb_test.
5511         * gdb.base/dump.exp: Replace send_gdb with gdb_test.
5512         * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
5513         * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
5514         * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
5515         * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
5516         * gdb.base/finish.exp: Replace send_gdb with gdb_test.
5517         * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
5518         * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
5519         * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
5520         * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
5521         * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
5522         * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
5523         * gdb.base/help.exp: Replace send_gdb with gdb_test.
5524         * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
5525         * gdb.base/jump.exp: Replace send_gdb with gdb_test.
5526         * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
5527         * gdb.base/maint.exp: Replace send_gdb with gdb_test.
5528         * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
5529         * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
5530         * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
5531         * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
5532         * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
5533
5534 2010-05-25  Doug Evans  <dje@google.com>
5535
5536         * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
5537         gdb.string_to_argv.
5538
5539 2010-05-21  Tom Tromey  <tromey@redhat.com>
5540
5541         * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
5542         Call it.
5543         * gdb.dwarf2/pieces.S: Update.
5544         * gdb.dwarf2/pieces.c (struct B): Remove initial field.
5545
5546 2010-05-21  Tom Tromey  <tromey@redhat.com>
5547
5548         * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
5549         Call it.
5550         * gdb.dwarf2/pieces.c (struct C): New.
5551         (f6): New function.
5552         * gdb.dwarf2/pieces.S: Replace.
5553
5554 2010-05-21  Tom Tromey  <tromey@redhat.com>
5555
5556         * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
5557         Call it.
5558
5559 2010-05-21  Tom Tromey  <tromey@redhat.com>
5560
5561         * gdb.dwarf2.pieces.exp: New file.
5562         * gdb.dwarf2.pieces.S: New file.
5563         * gdb.dwarf2.pieces.c: New file.
5564
5565 2010-05-20  Pedro Alves  <pedro@codesourcery.com>
5566             Joel Brobecker  <brobecker@adacore.com>
5567
5568         * lib/gdb.exp (gdb_test_no_output): New function.
5569         * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
5570         when testing commands that should produce no output.
5571
5572 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
5573
5574         * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
5575         parameter that we want to watch being a constant.
5576
5577 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
5578
5579         * gdb.ada/cond_lang: New testcase.
5580
5581 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
5582
5583         * lib/gdb.exp (banned_variables): New variable/constant.
5584         (gdb_init): Add write trace on variables listed in banned_variables.
5585         (gdb_finish): Remove write traces on variables listed in
5586         banned_variables.
5587
5588 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
5589
5590         * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
5591         * gdb.cp/koenig.exp: Likewise.
5592
5593 2010-05-14  Phil Muldoon  <pmuldoon@redhat.com>
5594
5595         PR python/11482
5596
5597         * gdb.python/py-value.exp (test_value_hash): New function.
5598
5599 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
5600
5601         PR exp/11530.
5602         * gdb.base/gdb11530.c: New file.
5603         * gdb.base/gdb11530.exp: New file.
5604
5605 2010-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5606
5607         * gdb.dwarf2/dw2-modula2-self-type.exp: New.
5608         * gdb.dwarf2/dw2-modula2-self-type.S: New.
5609
5610 2010-05-07  Sami Wagiaalla  <swagiaal@redhat.com>
5611
5612         * gdb.cp/koenig.exp: New test.
5613         * gdb.cp/koenig.cc: New test program.
5614
5615 2010-05-05  Joel Brobecker  <brobecker@adacore.com>
5616
5617         Remove the use of prms_id and bug_id throughout the testsuite.
5618
5619 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
5620
5621         PR exp/11349.
5622         * testsuite/gdb.cp/ref-types.exp: Add test to examine
5623         use a reference local variable.
5624
5625 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5626
5627         * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
5628         * gdb.base/sepdebug.exp: Remove .debug subdirectory handling.  New
5629         variable different_dir. Move debugfile into a full directory pathname
5630         under DIFFERENT_DIR.
5631         * lib/gdb.exp (separate_debug_filename): Remove.
5632         (gdb_gnu_strip_debug): No longer call separate_debug_filename.  Remove
5633         variable debug_dir and mkdir of it.  Update function comments.
5634
5635 2010-04-29  Pedro Alves  <pedro@codesourcery.com>
5636
5637         PR gdb/11557
5638
5639         * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
5640         files.
5641
5642 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
5643
5644         * gdb.python/py-param.exp: New File.
5645
5646 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
5647
5648         * gdb.base/default.exp: Fix "set language" test.
5649
5650 2010-04-24  Pierre Muller  <muller@ics.u-strasbg.fr>
5651
5652         PR breakpoints/11531.
5653         * gdb.base/gdb11531.c: New file.
5654         * gdb.base/gdb11531.exp: New file.
5655
5656 2010-04-26  Tom Tromey  <tromey@redhat.com>
5657
5658         * gdb.base/completion.exp: Add tests for completion and deprecated
5659         commands.
5660
5661 2010-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
5662
5663         * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
5664         (print /x char_array): Escape curly brackets.
5665
5666 2010-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
5667
5668         Fix deadlock on looped list of loaded shared objects.
5669         * gdb.base/solib-corrupted.exp: New.
5670
5671 2010-04-23  Doug Evans  <dje@google.com>
5672
5673         * gdb.python/py-section-script.c: New file.
5674         * gdb.python/py-section-script.exp: New file.
5675         * gdb.python/py-section-script.py: New file.
5676
5677 2010-04-20  Chris Moller  <cmoller@redhat.com>
5678
5679         PR 10179
5680
5681         * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
5682         * gdb.base/pr10179-a.c:
5683         * gdb.base/pr10179-b.c:
5684         * gdb.base/pr10179.exp: New files.
5685
5686 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
5687
5688         Fix crashes on dangling display expressions.
5689         * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
5690         is SEP.
5691         (lib_flags): Remove the "debug" keyword.
5692         (libsepdebug): New variable for iterating new loop.
5693         (save_pf_prefix): New variable wrapping the loop.
5694         (sep_lib_flags): New variable derived from LIB_FLAGS.  Use it.
5695         * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
5696
5697 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5698
5699         * gdb.threads/watchthreads.exp: Change to obtain consistent output.
5700
5701 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5702
5703         PR stabs/11479.
5704         * gdb.stabs/gdb11479.exp: New file.
5705         * gdb.stabs/gdb11479.c: New file.
5706
5707 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5708
5709         * gdb.base/charset.c (Strin16, String32): New variables.
5710         * gdb.base/charset.exp (gdb_test): Test correct display
5711         of 16 or 32 bit strings.
5712
5713 2010-04-21  Chris Moller  <cmoller@redhat.com>
5714
5715         PR 9167
5716         * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
5717         * gdb.cp/pr9167.cc: New file.
5718         * gdb.cp/pr9167.exp: New file.
5719
5720
5721 2010-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
5722
5723         PR pascal/11492.
5724         * gdb.pascal/gdb11492.pas: New file.
5725         * gdb.pascal/gdb11492.exp: New file.
5726
5727 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
5728
5729         * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
5730
5731 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
5732
5733         * gdb.ada/dyn_loc: New testcase.
5734
5735 2010-04-20  Chris Moller  <cmoller@redhat.com>
5736
5737         PR 10867
5738
5739         * gdb.cp/Makefile.in  (EXECUTABLES): Added pr10687
5740         * gdb.cp/pr10687.cc: New file.
5741         * gdb.cp/pr10687.exp: New file.
5742
5743
5744 2010-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5745             Sergio Durigan Junior  <sergiodj@redhat.com>
5746
5747         * gdb.fortran/logical.exp: New testcase.
5748         * gdb.fortran/logical.f90: New file.
5749
5750 2010-04-19  Doug Evans  <dje@google.com>
5751
5752         * gdb.base/help.exp (help source): Update expected output.
5753
5754 2010-04-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
5755
5756         * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
5757         gdb_reinitialize_dir and gdb_load by clean_restart.  Remove trailing
5758         gdb_exit and return.
5759         (executable): New variable.
5760         (binfile): Use it.
5761
5762 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
5763
5764         PR breakpoints/8554.
5765
5766         * gdb.trace/save-trace.exp: Adjust.
5767
5768 2010-04-17  H.J. Lu  <hongjiu.lu@intel.com>
5769
5770         PR corefiles/11511
5771         * gdb.arch/system-gcore.exp: New.
5772         * gdb.arch/gcore.c: Likewise.
5773
5774 2010-04-15  Doug Evans  <dje@google.com>
5775
5776         * gdb.python/py-progspace.c: New file.
5777         * gdb.python/py-progspace.exp: New file.
5778
5779         * gdb.base/source.exp: Add tests for "source -s".
5780
5781 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
5782
5783         * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
5784         * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
5785         * gdb.python/py-prettyprint.exp: New test for to_string returning None.
5786         * gdb.python/py-mi.exp: New test for to_string returning None.
5787
5788 2010-04-12  Phil Muldoon  <pmuldoon@redhat.com>
5789
5790         * gdb.python/py-breakpoint.c: Make result global.
5791
5792 2010-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
5793
5794         Fix non-GNU make compatibility.
5795         * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
5796
5797 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
5798
5799         * gdb.python/py-breakpoint.exp: New File.
5800         * gdb.python/py-breakpoint.C: Ditto.
5801
5802 2010-04-08  Stan Shebs  <stan@codesourcery.com>
5803
5804         * gdb.trace/actions.exp: Clear default-collect.
5805         * gdb.trace/save-trace.exp: Clear default-collect.
5806
5807 2010-04-08  Phil Muldoon  <pmuldoon@redhat.com>
5808
5809         * gdb.python/py-value: Add null string variable.
5810           (test_lazy_string): Test zero length, NULL address lazy
5811           strings.
5812
5813 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
5814
5815         * gdb.arch/i386-avx.c: New.
5816         * gdb.arch/i386-avx.exp: Likewise.
5817
5818         * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
5819
5820 2010-04-06  Doug Evans  <dje@google.com>
5821
5822         * gdb.base/source-test.gdb: New file.
5823         * gdb.base/source.exp: Test source -v.
5824
5825 2010-04-06  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5826
5827         * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
5828
5829 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
5830
5831         * gdb.stabs/aout.sed: Convert all backslash to double backslash
5832         within one line, unless it is followed by a double quote.
5833         * gdb.stabs/hppa.sed: Idem.
5834         * gdb.stabs/weird.def: Add char and String constants
5835         * gdb.stabs/weird.exp: Check for correct parsing of
5836         char and string constants.
5837         * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
5838         in .stabs to .stabx substitution.
5839
5840 2010-04-05  Stan Shebs  <stan@codesourcery.com>
5841
5842         * gdb.trace/tfile.c: Add a variable split across two blocks, and a
5843         constant global.
5844         * gdb.trace/tfile.exp: Try to print them.
5845
5846 2010-04-04  Stan Shebs  <stan@codesourcery.com>
5847
5848         * gdb.base/completion.exp: Update for new "info watchpoints".
5849         * gdb.base/default.exp: Ditto.
5850         * gdb.base/help.exp: Ditto.
5851         * gdb.base/watchpoint.exp: Ditto.
5852         * gdb.trace/infotrace.exp: Update "info tracpoints" output.
5853
5854 2010-04-04  Stan Shebs  <stan@codesourcery.com>
5855
5856         * gdb.trace/tfile.exp: Sharpen tfind test.
5857
5858 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5859
5860         * gdb.base/break-entry.exp: New.
5861
5862 2010-04-02  Hui Zhu  <teawater@gmail.com>
5863             Michael Snyder <msnyder@vmware.com>
5864
5865         * gdb.reverse/i386-sse-reverse.exp: New file.
5866         * gdb.reverse/i386-sse-reverse.c: New file.
5867
5868 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
5869
5870         * gdb.trace/tfind.exp: Adjust expected disassembly output.
5871
5872 2010-04-01  Stan Shebs  <stan@codesourcery.com>
5873
5874         * gdb.trace/actions.exp: Tweak expected output.
5875         * gdb.trace/while-stepping.exp: Tweak expected output.
5876
5877 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
5878
5879         * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
5880
5881 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
5882
5883         * gdb.base/commands.exp: Adjust.
5884         * gdb.cp/extern-c.exp: Adjust.
5885
5886 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
5887
5888         * gdb.trace/collection.c (local_test_func): Define a local struct,
5889         and instanciate it.
5890
5891 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
5892
5893         * gdb.trace/collection.exp (gdb_collect_args_test)
5894         (gdb_collect_argarray_test): XFAIL the tests that assume the
5895         argarray argument's elements are collected.
5896
5897 2010-03-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
5898
5899         * gdb.dwarf2/dw2-bad-parameter-type.exp,
5900         gdb.dwarf2/dw2-bad-parameter-type.S: New.
5901
5902 2010-03-31  Stan Shebs  <stan@codesourcery.com>
5903
5904         * gdb.trace/save-trace.exp: Test save/restore of default-collect
5905         and tracepoint conditionals.
5906         (gdb_verify_tracepoints): Delete unused return.
5907
5908 2010-03-26  Keith Seitz  <keiths@redhat.com>
5909
5910         * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
5911         appear in the output before main.
5912         Remove KFAIL for gdb/2215 aka bz 9320.
5913
5914 2010-03-30  Doug Evans  <dje@google.com>
5915
5916         * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
5917         by dejagnu.
5918         * gdb.arch/amd64-dword.exp: Ditto.
5919
5920         * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
5921         match.
5922         (break printf): Ditto.
5923
5924 2010-03-29  Sami Wagiaalla  <swagiaal@redhat.com>
5925
5926         * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
5927         gcc < 4.4.
5928         * gdb.cp/shadow.exp: Ditto.
5929
5930 2010-03-29  Pedro Alves  <pedro@codesourcery.com>
5931
5932         * gdb.trace/collection.exp (run_trace_experiment): Make sure
5933         "tstart" is silent.
5934
5935 2010-03-29  Pedro Alves  <pedro@codesourcery.com>
5936
5937         * gdb.trace/collection.exp (executable): New.
5938         (binfile): Use it.
5939         (fpreg, spreg, pcreg): New.
5940         (test_register): Use gdb_test_multiple.  Pass /x to print.
5941         (prepare_for_trace_test): New.
5942         (run_trace_experiment): Use "continue", not gdb_run_cmd.
5943         (gdb_collect_args_test, gdb_collect_argstruct_test)
5944         (gdb_collect_argarray_test, gdb_collect_locals_test): Use
5945         prepare_for_trace_test.
5946         (gdb_collect_registers_test): Use prepare_for_trace_test.  Use
5947         fpreg, spreg and pcreg.
5948         (gdb_collect_expression_test, gdb_collect_globals_test): Use
5949         prepare_for_trace_test.
5950         (gdb_trace_collection_test): Use fpreg, spreg and pcreg.  Don't
5951         try to detect tracing support here.  Don't set breakpoints at
5952         `begin' or `end' here.
5953         <global scope>: Use clean_restart.  Run to main before checking
5954         for tracing support.  Check for for tracing support here.
5955
5956 2010-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5957
5958         * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
5959         " as $displacement" to "seen displacement message".
5960
5961 2010-03-28  Pedro Alves  <pedro@codesourcery.com>
5962
5963         * gdb.trace/while-dyn.exp (executable): New variable.
5964         (binfile): Use it.
5965         (test_while_stepping): New function.  Move most tests here.  Call
5966         it once for each of the while-stepping, stepping and ws aliases.
5967
5968 2010-03-26  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5969
5970         * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
5971         that do not provide the tagless_struct type name at all.
5972         (test_print_anon_union): Do not check value of uninitialized
5973         union member.  Do not use cp_test_ptype_class, so we can accept
5974         "long" as well as "long int".
5975
5976 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
5977
5978         * gdb.trace/tfile.c (tohex, bin2hex): New.
5979         (write_error_trace_file): Hexify error description.
5980
5981 2010-03-25  Stan Shebs  <stan@codesourcery.com>
5982
5983         * gdb.trace/tfile.c: Generate an additional trace file, improve
5984         portability.
5985         * gdb.trace/tfile.exp: Test trace file with an error stop, delete
5986         files in a better way.
5987
5988 2010-03-25  Keith Seitz  <keiths@redhat.com>
5989
5990         * gdb.java/jprint.exp: XFAIL printing of static class members
5991         because of GCC debuginfo problem.
5992
5993 2010-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5994
5995         * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
5996
5997 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
5998
5999         * gdb.base/completion.exp: Allow long instead of long int.
6000         * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
6001         * gdb.base/gdbvars.c (main): Remove unused usestubs code.  Reference
6002         variable p.
6003         * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
6004         * gdb.base/pointers.exp: Allow long instead of long int.
6005         * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
6006         * gdb.base/step-line.exp: Allow a directory before the source file name.
6007
6008 2010-03-24  Tom Tromey  <tromey@redhat.com>
6009
6010         PR breakpoints/9352:
6011         * gdb.base/default.exp: Update.
6012         * gdb.base/commands.exp: Update.
6013         * gdb.cp/extern-c.exp: Test setting commands on multiple
6014         breakpoints at once.
6015
6016 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
6017
6018         * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
6019         if gdb,nosignals.
6020         * gdb.base/watchpoints.c: Do not include unnecessary headers.
6021         * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
6022         exited".
6023
6024 2010-03-24  Stan Shebs  <stan@codesourcery.com>
6025
6026         * gdb.trace/tfile.exp: Expect "trace frame", with a space.
6027
6028 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
6029
6030         * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
6031         * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
6032         argument.  Handle "short" and "long".
6033         (Top level): Pass overprototyped output for old_fptr and xptr.
6034
6035 2010-03-23  Pedro Alves  <pedro@codesourcery.com>
6036
6037         * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
6038         format strings and add casts to avoid compiler warnings.
6039
6040 2010-03-23  Vladimir Prus  <vladimir@codesourcery.com>
6041
6042         * lib/trace-support.exp (gdb_trace_setactions):
6043         Don't expect whitespace after ">" prompt.
6044         * gdb.trace/actions.exp: Adjust for output changes.
6045         * gdb.trace/while-stepping.exp: Likewise.
6046
6047 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
6048
6049         * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
6050         and r157645).
6051
6052 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
6053
6054         * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
6055         New.
6056
6057 2010-03-22  Daniel Jacobowitz  <dan@codesourcery.com>
6058
6059         * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
6060         * gdb.python/py-mi.exp (binfile): Rename to py-mi.
6061
6062 2010-03-19  Stan Shebs  <stan@codesourcery.com>
6063
6064         * gdb.trace/ax.exp: New file.
6065
6066 2010-03-19  Doug Evans  <dje@google.com>
6067
6068         * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
6069         output from gcc.
6070
6071         * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
6072         named /usr/sbin/prelink<foo>.
6073
6074 2010-03-18  Stan Shebs  <stan@codesourcery.com>
6075
6076         * gdb.trace/circ.exp: Test circular-trace-buffer.
6077         * gdb.trace/tfile.exp: Update tstatus test.
6078
6079 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
6080
6081         * gdb.dwarf2/dw2-anonymous-func.S: New file.
6082         * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
6083
6084 2010-03-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6085
6086         * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
6087
6088 2010-03-18  Pedro Alves  <pedro@codesourcery.com>
6089
6090         * gdb.base/default.exp: Adjust the expected output of the finish
6091         and until commands when the inferior is not being run.
6092
6093 2010-03-15  Sami Wagiaalla  <swagiaal@redhat.com>
6094
6095         * gdb.cp/shadow.exp: Removed kfail; test has been fix.
6096         * gdb.cp/nsusing.exp: Ditto.
6097
6098 2010-03-15  Tom Tromey  <tromey@redhat.com>
6099
6100         * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
6101         * gdb.cp/userdef.cc (operator==): New function.
6102         (main): New locals mem1, mem2.
6103
6104 2010-03-15  Jie Zhang  <jie@codesourcery.com>
6105
6106         * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
6107         Declare and use new loadtimeout variable.
6108
6109 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
6110
6111         * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
6112         Use gdb_load later.
6113
6114 2010-03-14  Pedro Alves  <pedro@codesourcery.com>
6115
6116         * gdb.base/solib-disc.c (main): Make format of fprintf a string
6117         literal.  Add missing endlines to prints to stderr.
6118
6119 2010-03-12  Tom Tromey  <tromey@redhat.com>
6120
6121         PR c++/9708:
6122         * gdb.cp/m-static.exp: Add regression test.
6123         * gdb.cp/m-static.cc (method): New method.
6124         (main): Call it.
6125
6126 2010-03-12  Sami Wagiaalla  <swagiaal@redhat.com>
6127
6128         * gdb.cp/gdb2384-base.h: Created 'namespace B'.
6129         * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
6130
6131 2010-03-12  Daniel Jacobowitz  <dan@codesourcery.com>
6132
6133         * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
6134
6135 2010-03-12  Daniel Jacobowitz  <dan@codesourcery.com>
6136
6137         * lib/gdb.exp (skip_stl_tests): New.
6138         (gdb_compile): Symbian needs -ldl.
6139         (shlib_target_file): New.
6140         (shlib_symbol_file): New.
6141         (gdb_load_shlibs): Use shlib_target_file.
6142         * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
6143         * gdb.cp/exception.exp: Use skip_stl_tests.
6144         * gdb.cp/bs15503.exp: Use skip_stl_tests.  Use untested.
6145         * gdb.cp/try_catch.exp: Use skip_stl_tests.
6146         * gdb.cp/mb-templates.exp: Ditto.
6147         * gdb.base/commands.exp: Relax regexes.
6148         * gdb.base/watchpoint-solib.exp: Don't skip on symbian.  Use
6149         shlib_target_file and shlib_symbol_file.
6150         * gdb.base/maint.exp: Allow lowercase t.  Allow .rodata in
6151         sections.
6152         * gdb.base/ending-run.exp: Accept E32Main for symbian.
6153         * gdb.base/solib-disc.exp: Use
6154         shlib_target_file and shlib_symbol_file.
6155         * gdb.base/unload.exp: Don't skip on symbian.  Use
6156         shlib_target_file and shlib_symbol_file.
6157         * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
6158
6159 2010-03-12  Pedro Alves  <pedro@codesourcery.com>
6160
6161         * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
6162         * gdb.trace/report.exp: Adjust for x86 and x86_64.
6163         Issue a tfind end before looking for a tracepoint frame.
6164         * gdb.trace/tfind.exp: Adjust tstatus output.
6165         Adjust disassembly output.
6166         * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
6167
6168 2010-03-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6169
6170         * gdb.base/break-interp.exp: Create new displacement parameter value
6171         for the test_ld calls.
6172         (reach): New parameter displacement, verify its content.  New push of
6173         pf_prefix "reach-$func:".  Import global expect_out.
6174         (test_core): New parameter displacement, verify its content.  New push
6175         of pf_prefix "core:".  New command "set verbose on".  Import global
6176         expect_out.
6177         (test_attach): New parameter displacement, verify its content.  New
6178         push of pf_prefix "attach:".  New command "set verbose on".  Import
6179         global expect_out.
6180         (test_ld): New parameter displacement, pass it to the reach, test_core
6181         and test_attach calls and verify its content in the "ld.so exit" test.
6182         * gdb.base/prelink.exp: Remove gdb_exit and final return.
6183         (prelink): Update expected text, use gdb_test.
6184
6185 2010-03-10  Doug Evans  <dje@google.com>
6186
6187         * gdb.base/checkpoint.exp: Fix comment.
6188         Lengthen timeout while doing >600 checkpoints test.
6189         Rename duplicate "kill all one" test to keep test names unique.
6190
6191 2010-03-10  Pedro Alves  <pedro@codesourcery.com>
6192
6193         * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
6194
6195 2010-03-08  Keith Seitz  <keiths@redhat.com>
6196
6197         * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
6198         * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
6199         (dm_type_long): New function.
6200         (dm_type_unsigned_short): New function.
6201         (dm_type_unsigned_long): New function.
6202         (myint): New typedef.
6203         * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
6204         long, unsigned shor and long, operator char*, and typedef.
6205         (test_lookup_operator_functions): Add operator char* test.
6206         (test_paddr_operator_functions): Likewise.
6207         (test_paddr_overloaded_functions): Use probe values for
6208         short, long, and unsigned short and long.
6209         (test_paddr_hairy_functions): If the demangler probe detected
6210         gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
6211         demangler.
6212         * gdb.cp/expand-sals.exp: Backtrace may contain class names.
6213         * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
6214         and "print null_pmf".
6215         Add test "ptype a.*pmf".
6216         * gdb.cp/overload.exp: Allow optional "int" to appear with
6217         "short" and "long".
6218         * gdb.cp/ovldbreak.exp: Use append to construct super-duper
6219         long expect value for men_overload1arg.
6220         Allow "int" to appear with "short" and "long".
6221         When testing "info break", add argument for main (void).
6222         Also allow "int" to appear with "short" and "long".
6223         Ditto with "unsigned" and "long long".
6224         * gdb.java/jmain.exp: Do not enclose methods names in single
6225         quotes.
6226         * gdb.java/jmisc.exp: Likewise.
6227         * gdb.java/jprint.exp: Likewise.
6228         * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
6229
6230         From Jan Kratochvil  <jan.kratochvil@redhat.com>:
6231         * gdb.cp/exception.exp (backtrace after first throw)
6232         (backtrace after second throw): Allow a namespace before __cxa_throw.
6233         (backtrace after first catch, backtrace after second catch): Allow
6234         a namespace before __cxa_begin_catch.
6235
6236         * gdb.cp/cpexprs.exp: New file.
6237         * gdb.cp/cpexprs.cc: New file.
6238
6239         From Daniel Jacobowitz  <dan@codesourcery.com>
6240         * gdb.cp/cpexprs.exp (escape): Delete.  Change all callers
6241         to use string_to_regexp.
6242         (ctor, dtor): New functions.  Use them to match constructor
6243         and destructor function types.
6244         (Top level): Use runto_main.
6245
6246 2010-03-05  Tom Tromey  <tromey@redhat.com>
6247
6248         * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
6249         gdb.target_charset.
6250         (pp_ns.to_string): Likewise.
6251
6252 2010-03-04  Keith Seitz  <keiths@redhat.com>
6253
6254         * gdb.cp/overload.exp: Test that the filename portion of a linespec
6255         can be quoted.  Test that both the filename and function/line
6256         portions can be quoted at the same time.
6257
6258 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
6259
6260         * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
6261
6262 2010-03-03  Doug Evans  <dje@google.com>
6263
6264         * lib/gdb.exp (gdb_compile_pthreads): Handle case where
6265         libc contains libpthread.
6266
6267         * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
6268         * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
6269         of gdb_compile.  Add another pattern to match android backtrace.
6270
6271 2010-03-03  Tom Tromey  <tromey@redhat.com>
6272
6273         PR gdb/11345:
6274         * gdb.base/printcmds.exp (test_printf): Add test.
6275
6276 2010-03-02  H.J. Lu  <hongjiu.lu@intel.com>
6277
6278         * gdb.arch/amd64-byte.exp: New.
6279         * gdb.arch/amd64-dword.exp: Likewise.
6280         * gdb.arch/amd64-pseudo.c: Likewise.
6281         * gdb.arch/amd64-word.exp: Likewise.
6282         * gdb.arch/i386-byte.exp: Likewise.
6283         * gdb.arch/i386-pseudo.c: Likewise.
6284         * gdb.arch/i386-word.exp: Likewise.
6285
6286 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
6287
6288         * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
6289         types.  Add structreg, bitfields, and flags registers.
6290         * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
6291         registers.
6292
6293 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
6294
6295         * gdb.xml/tdesc-regs.exp (architecture): New.  Set it for x86.
6296         (load_description): Set architecture if defined.
6297
6298 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
6299
6300         * gdb.python/py-frame.exp: Add read_var block tests.
6301         * gdb.python/py-frame.c (block): New function.
6302
6303 2010-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
6304             Daniel Jacobowitz  <dan@codesourcery.com>
6305
6306         * gdb.base/callfuncs.exp: New tests for $spval 0 and -1.  Remove return.
6307
6308 2010-02-25  David S. Miller  <davem@davemloft.net>
6309
6310         * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
6311         fix logic for setting all_syscalls_numbers.
6312
6313 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
6314
6315         * Makefile.in: Add py-block and py-symbol.
6316         * gdb.python/py-symbol.exp: New File.
6317         * gdb.python/py-symtab.exp: New File.
6318         * gdb.python/py-block.exp: New File.
6319         * gdb.python/py-symbol.c: New File.
6320         * gdb.python/py-block.c: New File.
6321
6322 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
6323
6324         PR python/11314
6325         * lib/gdb.exp (skip_python_tests): New function.
6326         * gdb.python/py-cmd.exp: Use skip_python_tests.
6327         * gdb.python/py-frame.exp: Likewise.
6328         * gdb.python/py-function.exp: Likewise.
6329         * gdb.python/py-prettyprint.exp: Likewise.
6330         * gdb.python/py-template.exp: Likewise.
6331         * gdb.python/py-type.exp: Likewise.
6332         * gdb.python/py-value.exp: Likewise.
6333
6334 2010-02-22  Pedro Alves  <pedro@codesourcery.com>
6335
6336         PR9605
6337
6338         * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
6339
6340 2010-02-19  Tom Tromey  <tromey@redhat.com>
6341
6342         PR c++/8693, PR c++/9496:
6343         * gdb.cp/namespace.exp: Remove some setup_kfail calls.  Added
6344         regression tests.
6345
6346 2010-02-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
6347
6348         Fix compatibility with m68k as.
6349         * gdb.dwarf2/member-ptr-forwardref.S: Use .data section.  Use .2byte.
6350         Use only /* comments */.
6351
6352 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6353
6354         * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
6355         * configure: Regenerate.
6356
6357 2010-02-18  Daniel Jacobowitz  <dan@codesourcery.com>
6358
6359         * gdb.python/py-type.exp: Check for Python support.
6360
6361 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
6362
6363         * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
6364         `regsub' syntax available.
6365
6366 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
6367
6368         * gdb.base/shmain.c (main): Remove printf call.
6369         * gdb.base/sizeof.c (main): Cast return of sizeof to int.
6370         * gdb.base/unload.c (main): Make format of fprintf a string
6371         literal.  Add missing endlines to prints to stderr.
6372         * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
6373
6374 2010-02-17  Tom Tromey  <tromey@redhat.com>
6375
6376         * gdb.java/jprint.java (jprint.props): New field.
6377         * gdb.java/jprint.exp (set_lang_java): Add regression test.
6378
6379 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
6380
6381         * gdb.base/charset.exp: Don't assume new `regsub' syntax
6382         available.
6383
6384 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
6385
6386         * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
6387         creation to support remote host testing.
6388
6389 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
6390
6391         * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
6392         Recognize "command not found".
6393
6394 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
6395
6396         * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
6397         single-stepping.
6398
6399 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
6400
6401         * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
6402         if arguments are not supported.
6403
6404 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
6405
6406         * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
6407         be const or non-const.
6408
6409 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
6410
6411         * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
6412         mi_send_resuming_command to send -exec-continue.
6413
6414 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
6415
6416         * gdb.base/list.exp (test_list_filename_and_function): Add test
6417         with single quotes.
6418         * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
6419         matching.
6420         * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
6421         Add KFAIL'd tests for PR gdb/11289.
6422
6423 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
6424
6425         * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
6426
6427 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
6428
6429         * gdb.base/comp-dir/subdir/dummy.txt: New file.
6430         * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
6431         a temporary directory.
6432
6433 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
6434
6435         * gdb.base/charset.exp: Use a single regular expression to match
6436         show host-charset and show target-charset output.
6437
6438 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6439
6440         * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
6441         "Illegal process-id" expect string more exact.
6442         (attach to digits-starting nonsense is prohibited): New.
6443
6444 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
6445
6446         * gdb.base/prelink.exp (set verbose on): New.
6447
6448 2010-02-12  Tomas Holmberg  <th@virtutech.com>
6449
6450         * mi-reverse.exp: New file. Test for reverse option to the
6451         following MI commands: exec-continue, exec-finish, exec-next,
6452         exec-step, exec-next-instruction, exec-step-instruction.
6453
6454 2010-02-09  Joel Brobecker  <brobecker@adacore.com>
6455
6456         * gdb.ada/ptype_tagged_param: New testcase.
6457
6458 2010-02-08  Tom Tromey  <tromey@redhat.com>
6459
6460         PR c++/8017:
6461         * gdb.cp/overload.exp: Add tests.
6462         * gdb.cp/overload.cc (struct K): New.
6463         (namespace N): New.
6464         (main): Call new functions.
6465         (K::staticoverload): Define.
6466
6467 2010-02-08  Chris Moller  <moller@mollerware.com>
6468
6469         PR gdb/10728
6470         * gdb.cp/pr10728-x.h: New file.
6471         * gdb.cp/pr10728-x.cc: New file.
6472         * gdb.cp/pr10728-y.cc: New file.
6473         * gdb.cp/pr10728.exp: New file.
6474         * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
6475
6476 2010-02-08  Chris Moller  <moller@mollerware.com>
6477
6478         PR gdb/9067
6479         * gdb.cp/pr9067.exp:  New
6480         * gdb.cp/pr9067.cc:   New
6481         * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
6482
6483 2010-02-08  Joel Brobecker  <brobecker@adacore.com>
6484
6485         * lib/gdb.exp (gdb_test_timeout): New global variable.
6486         Set it to timeout if not already set.
6487         (gdb_init): Reset the value of timeout to gdb_test_timeout.
6488
6489 2010-02-05  Doug Evans  <dje@google.com>
6490
6491         * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
6492         user.
6493
6494 2010-02-05  Sami Wagiaalla  <swagiaal@redhat.com>
6495
6496         PR c++/7935:
6497         * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
6498
6499 2010-02-04  Tom Tromey  <tromey@redhat.com>
6500
6501         * gdb.cp/virtbase.exp: Make test case names unique.
6502
6503 2010-02-02  Tom Tromey  <tromey@redhat.com>
6504
6505         * gdb.cp/virtbase.exp: Add regression tests.
6506         * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
6507         (main): Instantiate RHC.
6508
6509 2010-02-02  Tom Tromey  <tromey@redhat.com>
6510
6511         * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
6512         type-printing change.
6513
6514 2010-02-02  Tom Tromey  <tromey@redhat.com>
6515
6516         PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
6517         * gdb.cp/virtbase.cc: New file.
6518         * gdb.cp/virtbase.exp: New file.
6519         * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
6520
6521 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6522
6523         PR libc/11214:
6524         * gdb.threads/current-lwp-dead.c: Include features.h.
6525         (HAS_NOMMU): New.
6526         (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
6527
6528 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6529
6530         * gdb.base/symbol-without-target_section.exp,
6531         gdb.base/symbol-without-target_section.c: New.
6532
6533 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
6534
6535         * gdb.base/bigcore.exp: Reset increased timeout.
6536         * gdb.base/interrupt.exp: Match unexpected gdb prompt.
6537
6538 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
6539
6540         * gdb.base/gcore.exp (capture_command_output): Use
6541         gdb_test_multiple.
6542
6543 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
6544
6545         * gdb.arch/thumb2-it.S (it_breakpoints): New function.
6546         * gdb.arch/thumb2-it.exp (test_it_break): New function.
6547         (Top level): Call it.
6548
6549 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
6550
6551         * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
6552
6553 2010-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
6554
6555         * gdb.base/call-strs.exp, gdb.base/default.exp,
6556         gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
6557         gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
6558         gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
6559         gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
6560         gdb.base/watchpoint-solib.exp: Save and restore timeout.
6561         * gdb.base/ending-run.exp: Correct restore of timeout.
6562         * gdb.base/page.exp: Remove unnecessary timeout setting.
6563
6564 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
6565
6566         * gdb.ada/rec_return: New testcase.
6567
6568 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
6569
6570         * gdb.ada/call_pn: New testcase.
6571
6572 2010-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
6573
6574         * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
6575         (Top level): Use it to resume.
6576         * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
6577         the Thumb mode displaced stepping error as unsupported.
6578
6579 2010-01-28  Sami Wagiaalla  <swagiaal@redhat.com>
6580
6581         * gdb.cp/nsusing.exp: Added more tests.
6582         * gdb.cp/nsrecurs.exp: Ditto.
6583         * gdb.cp/nsusing.cc: Added test functions.
6584         * gdb.cp/nsrecurs.cc: Ditto.
6585
6586 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
6587
6588         * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
6589         absolute directory pathnames in gdb.sum file.
6590
6591 2010-01-27  Sami Wagiaalla  <swagiaal@redhat.com>
6592
6593         * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
6594         * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
6595
6596 2010-01-26  Tom Tromey  <tromey@redhat.com>
6597
6598         PR exp/7643:
6599         * gdb.base/printcmds.exp (test_print_string_constants): Remove
6600         setup_kfail.
6601
6602 2010-01-14  Sami Wagiaalla  <swagiaal@redhat.com>
6603
6604         * gdb.cp/nsrecurs.exp: New test.
6605         * gdb.cp/nsrecurs.cc: New test program.
6606         * gdb.cp/nsstress.exp: New test.
6607         * gdb.cp/nsstress.cc: New test program.
6608         * gdb.cp/nsdecl.exp: New test.
6609         * gdb.cp/nsdecl.cc: New test program.
6610
6611 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
6612
6613         * gdb.cp/namespace-using.exp: Add test for printing of namespaces
6614         imported into file scope.
6615         Marked test as xfail.
6616         * gdb.cp/namespace-using.cc (marker5): New function.
6617         * gdb.cp/shadow.exp: New test.
6618         * gdb.cp/shadow.cc: New test program.
6619         * gdb.cp/nsimport.exp: New test.
6620         * gdb.cp/nsimport.cc: New test program.
6621
6622 2010-01-25  Tom Tromey  <tromey@redhat.com>
6623
6624         PR gdb/11049:
6625         * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
6626         with "set print null-stop on".
6627
6628 2010-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6629
6630         * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
6631         Adjust it for DISASSEMBLY_OMIT_FNAME.
6632
6633 2010-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
6634
6635         PR symtab/11199:
6636         * gdb.dwarf2/member-ptr-forwardref.exp,
6637         gdb.dwarf2/member-ptr-forwardref.S: New.
6638
6639 2010-01-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6640
6641         * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
6642         (thread1_func): Protect thread1_tid with thread1_tid_cond by
6643         thread1_tid_mutex.  Remove gdbstop_mutex handling.
6644         (thread2_func): Protect thread2_tid with thread2_tid_cond by
6645         thread2_tid_mutex.  Remove gdbstop_mutex handling.
6646         (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
6647         pthread_create.  Remove gdbstop_mutex handling.  New comment.  Replace
6648         pthread_cond_wait conditionalizations by while loops.
6649
6650 2010-01-20  Tom Tromey  <tromey@redhat.com>
6651
6652         PR backtrace/10770:
6653         * gdb.dwarf2/pr10770.exp: New file.
6654         * gdb.dwarf2/pr10770.c: New file.
6655         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
6656
6657 2010-01-20  Vladimir Prus  <vladimir@codesourcery.com>
6658
6659         * gdb.mi/mi-async.exp: Remove check for 'async' target, because
6660         that target was removed, and the test always runs native anyway.
6661
6662 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
6663
6664         * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
6665         gdb.base/watchpoint-cond-gone-stripped.c: New.
6666
6667 2010-01-19  Tom Tromey  <tromey@redhat.com>
6668
6669         PR c++/8000:
6670         * gdb.cp/namespace.exp: Use new enum.  Fix line numbers in
6671         existing tests.
6672         * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
6673         (main): Use AAA::SomeEnum.
6674
6675 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
6676
6677         * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
6678         (test_ignore_count): Declare line_callme_body global.
6679         (run to breakpoint with ignore count): Use line_callme_body.
6680         * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
6681         (set line_main_hello, set line_main_return): Reindent.
6682         (set line_callee4_head, set line_callee4_body, set line_callee4_next):
6683         New.
6684         (continue to callee4): Use line_callee4_body.
6685         (check *stopped from CLI command): Use line_callee4_next.
6686         * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
6687         (set line_main_hello, set line_main_return): Reindent.
6688         (set line_callee4_head, set line_callee4_body): New.
6689         (continue to callee4): Use line_callee4_body.
6690
6691 2010-01-18  Tom Tromey  <tromey@redhat.com>
6692
6693         PR c++/9680:
6694         * gdb.cp/casts.cc: Add new classes and variables.
6695         * gdb.cp/casts.exp: Test new operators.
6696
6697 2010-01-18  Tom Tromey  <tromey@redhat.com>
6698             Thiago Jung Bauermann  <bauerman@br.ibm.com>
6699
6700         * gdb.python/source2.py: New file.
6701         * gdb.python/source1: New file.
6702         * gdb.python/python.exp: Test "source" command.
6703
6704 2010-01-15  Stan Shebs  <stan@codesourcery.com>
6705
6706         * gdb.trace/tfile.c: New file.
6707         * gdb.trace/tfile.exp: New file.
6708
6709 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6710
6711         * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
6712
6713 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6714
6715         * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
6716
6717 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6718
6719         * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
6720         (libfunc): New parameter action.  Implement also selectable "sleep".
6721         * gdb.base/break-interp-main.c: Include assert.h.
6722         (libfunc): New parameter action.
6723         (main): New parameters argc and argv.  Assert argc.  Pass argv.
6724         * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
6725         (test_attach): New proc.
6726         (test_ld): Pass new "segv" exec parameter.  Call also test_attach.
6727         * lib/gdb.exp (core_find): New parameter arg.  Pass it to $binfile.
6728
6729 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6730
6731         * gdb.base/break-interp.exp (test_core): New proc.
6732         (test_ld): Call it.
6733
6734 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6735
6736         * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
6737         * gdb.base/break-interp.exp: Exit on skip_shlib_tests.  Change $srcfile.
6738         New variables $binfile_lib and $srcfile_lib.  Call get_compiler_info
6739         and gdb_compile_shlib.  Use new -Wl compiler options.
6740         (dl bt, main bt): New tests.
6741
6742 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6743
6744         Support PIEs with no symfile_objfile.
6745         * gdb.base/break-interp.exp: New argument at the test_ld calls.
6746         (test_ld): New parameter trynosym.
6747         (test_ld <$trynosym>): New block.
6748
6749 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6750
6751         * gdb.base/break-interp.exp: New file.
6752
6753 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
6754
6755         * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
6756         * gdb.python/py-prettyprint.py (pp_ls): New printer.
6757         * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
6758         test.
6759         * gdb.python/py-prettyprint.c: Define lazystring test structure.
6760         * gdb.python/py-mi.exp: Add lazy string test.
6761
6762 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
6763
6764         * lib/mi-support.exp (mi_check_thread_states): Handle
6765         core number in thread listing.
6766
6767 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
6768
6769         * gdb.base/maint.exp: Adjust the expected output for the
6770         "maint print type" test. Use gdb_test_multiple instead of
6771         gdb_sent/gdb_expect.
6772
6773 2010-01-11  Doug Evans  <dje@google.com>
6774
6775         * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
6776         from gdbserver_download.  All callers updated.
6777
6778         * gdb.server/ext-run.exp: "info os processes" requires xml support.
6779
6780 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6781
6782         Implement binary numbers parsing.
6783         * gdb.base/printcmds.exp (test_integer_literals_accepted)
6784         (test_integer_literals_rejected): New binary tests.
6785
6786 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6787
6788         * gdb.cell/configure: Regenerate.
6789
6790 2010-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
6791
6792         * gdb.base/corefile.exp: Move the core finding block out and call it as
6793         core_find, new variable $corefile, replace corefile by $corefile and
6794         [file tail $corefile] for usage vs. test names resp.
6795         * lib/gdb.exp (core_find): Move it as a new function here.  New
6796         parameter binfile and deletefiles.  New variable $destcore.  Pre-delete
6797         $destcore.  Return "" on error.
6798
6799 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6800
6801         Workaround PR binutils/10802.
6802         * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
6803         (twice).
6804
6805 2010-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
6806
6807         * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
6808
6809 2010-01-08  Joel Brobecker  <brobecker@adacore.com>
6810
6811         * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
6812         call, to avoid interruption.
6813
6814 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6815
6816         * gdb.stabs/weird.def (args93): New.
6817
6818 2010-01-07  Doug Evans  <dje@google.com>
6819
6820         * lib/gdb.exp (gdb_skip_xml_test): Add comment.
6821
6822 2010-01-07  Tom Tromey  <tromey@redhat.com>
6823
6824         * gdb.base/source.exp: Use correct line number.
6825
6826 2010-01-05  Stan Shebs  <stan@codesourcery.com>
6827
6828         * gdb.trace/tracecmd.exp: Test ftrace.
6829
6830 2010-01-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6831
6832         * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
6833
6834 2010-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6835
6836         * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
6837         "uint_for_mi_testing".
6838
6839 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
6840
6841         Test indented comment in file being sourced.
6842         * gdb.base/commands.exp: Test indented comment in file being sourced.
6843
6844 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
6845
6846         * gdb.fortran/array-element.f, gdb.fortran/complex.f,
6847         gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
6848         gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
6849         notice.
6850
6851 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
6852
6853         * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
6854         notice.
6855
6856 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6857
6858         * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
6859         missing $after_stopped and comma (,) expectation.
6860
6861 2009-12-31  Stan Shebs  <stan@codesourcery.com>
6862
6863         * gdb.trace/actions.exp: Test teval action.
6864
6865 2009-12-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6866
6867         * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
6868         (top level): Call test_watchpoint_in_big_blob.
6869         * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
6870         watchpoints.
6871         (func3): Write to buf.
6872
6873 2009-12-29  Stan Shebs  <stan@codesourcery.com>
6874
6875         * gdb.trace/actions.exp: Test default-collect.
6876
6877 2009-12-28  Stan Shebs  <stan@codesourcery.com>
6878
6879         * gdb.trace/tsv.exp: New file.
6880         * gdb.base/completion.exp: Update ambiguous info output.
6881
6882 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
6883
6884         * gdb.base/find.c (main): Reference search buffers.
6885         * gdb.base/included.c (main): Reference integer.
6886         * gdb.base/ptype.c (charfoo): Declare.
6887         (intfoo): Call charfoo.
6888         * gdb.base/scope0.c (useitp): New function.
6889         (usestatics): Use useitp.
6890         (useit): Add a type for val.
6891         * gdb.base/scope1.c (useit1): Take a pointer argument.
6892         (usestatics1): Update calls to useit1.
6893         * gdb.cp/call-c.cc: Declare foo.
6894         (main): Call foo.
6895         * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
6896         * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
6897         (main): Call C::ensureRefs and ensureOtherRefs.
6898         * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
6899         variables.
6900         (ensureOtherRefs): New function.
6901         * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
6902         * gdb.cp/templates.cc (main): Call t5i.value.
6903
6904 2009-12-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6905
6906         Fix compatibility with G++-4.5.
6907         * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
6908         * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
6909         (uncaught return): Remove.
6910
6911 2009-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
6912             Phil Muldoon  <pmuldoon@redhat.com>
6913
6914         * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
6915         (bp_location13, bp_location14, bp_location17, bp_location18)
6916         (marker3_proto, marker4_proto): New variables.
6917         (breakpoint info): Update output.
6918         (run until breakpoint at marker3, run until breakpoint at marker4): New
6919         tests.
6920
6921 2009-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
6922
6923         * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
6924         Replace the printf call of Y by provided "y-set-1" label.  New block
6925         for the second shared library.
6926         * gdb.base/unload.exp: Compile also the second library, call
6927         gdb_load_shlibs also for it.  Use now gdb_breakpoint.
6928         (single pending breakpoint info): Rename to ...
6929         (pending breakpoint info before run): ... this extended test.
6930         (libfile2, libname2, libsrcfile2, libsrc2)
6931         (lib_sl2): New variables.
6932         (exec_opts): Set also SHLIB_NAME2.
6933         (pending breakpoint info on first run at shrfunc1)
6934         (pending breakpoint info on second run at shrfunc1)
6935         (pending breakpoint info on second run at shrfunc2)
6936         (print y from libfile, print y from libfile2): New tests.
6937         * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
6938         * gdb.base/unloadshr2.c: New.
6939
6940 2009-12-22  Hui Zhu  <teawater@gmail.com>
6941
6942         * gdb.reverse/sigall-reverse.exp: Adjust.
6943
6944 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
6945
6946         PR gdb/10884
6947
6948         * gdb.mi/var-cmd.c (do_bitfield_tests): New
6949         (main): Call do_bitfield_tests.
6950         * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
6951
6952 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
6953
6954         * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
6955         gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
6956         gdb.base/watch_thread_num.c, gdb.java/jprint.java,
6957         gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
6958         gdb.modula2/unbounded1.c: Update copyright header.
6959
6960 2009-12-10  Chris Moller  <moller@mollerware.com>
6961
6962         PR gdb/9399
6963         * gdb.cp/virtfunc2.exp: New tests
6964         * gdb.cp/virtfunc2.cc: New tests
6965         * gdb.cp/Makefile.in: Added tests to EXECUTABLES
6966
6967 2009-12-10  Oza Pawandeep (paawan1982@yahoo.com
6968
6969         * gdb.reverse/i387-env-reverse.c: New file.
6970         * gdb.reverse/i387-env-reverse.exp: New file.
6971         * gdb.reverse/i387-stack-reverse.c: New file.
6972         * gdb.reverse/i387-stack-reverse.exp: New file.
6973
6974 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
6975
6976         * gdb.python/py-type.exp (test_range): New test.
6977
6978 2009-12-03  Phil Muldoon <pmuldoon@redhat.com>
6979
6980         PR python/10805
6981
6982         * gdb.python/py-type.exp: New file.
6983         * gdb.python/py-type.c: New file.
6984         * Makefile.in: Add py-type.
6985
6986 2009-12-03  Tom Tromey  <tromey@redhat.com>
6987
6988         * gdb.python/py-value.exp (test_parse_and_eval): New
6989         function.
6990
6991 2009-12-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
6992
6993        PR gdb/11022
6994
6995        * gdb.base/pr11022.exp: New test.
6996        * gdb.base/pr11022.c: New test.
6997
6998 2009-12-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6999
7000         Fix spurious false FAILs.
7001         * gdb.base/structs.c (chartest): New.
7002         (main): Fill-in chartest.
7003         * gdb.base/structs.exp (anychar_re, first): New.
7004         (start_structs_test): Import global anychar_re and first.
7005         New gdb_test call "set print elements 300; ${testfile}"
7006         (start_structs_test <$first>): New block.
7007         (any): Import global anychar_re.  New variable ac.  Use ${ac}.
7008
7009 2009-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7010
7011         * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
7012
7013 2009-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7014
7015         * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
7016         Force $srcfile file.
7017         * gdb.base/foll-fork.c (callee): Comment out the printf call.
7018
7019 2009-11-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7020
7021         * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
7022         * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
7023         * gdb.threads/watchthreads-reorder.exp: Likewise.
7024
7025 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
7026
7027         PR gdb/8704
7028
7029         * gdb.base/condbreak.exp: Test combinations of "break *EXP",
7030         "if", and "thread".  Correct matching in the previous test.
7031
7032 2009-11-25  Daniel Jacobowitz  <dan@codesourcery.com>
7033
7034         * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
7035
7036 2009-11-23  Michael Snyder  <msnyder@vmware.com>
7037
7038         * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
7039         * gdb.reverse-watch-precsave.exp: Ditto.
7040
7041 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
7042
7043         * gdb.asm/asm-source.exp: Adjust.
7044         * gdb.base/help.exp: Adjust.
7045
7046 2009-11-22  Pedro Alves  <pedro@codesourcery.com>
7047
7048         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
7049         (do_syscall_tests_without_xml): Set data-directory to
7050         /the/path/to/nowhere.
7051
7052 2009-11-21  Pedro Alves  <pedro@codesourcery.com>
7053
7054         * gdb.threads/local-watch-wrong-thread.c,
7055         gdb.threads/local-watch-wrong-thread.exp: New files.
7056
7057 2009-11-21  Pedro Alves  <pedro@codesourcery.com>
7058
7059         * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
7060         assume new `regsub' syntax available.
7061
7062 2009-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7063
7064         * gdb.base/watchpoint-hw-hit-once.exp,
7065         gdb.base/watchpoint-hw-hit-once.c: New.
7066
7067 2009-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7068
7069         * gdb.threads/watchthreads-reorder.exp,
7070         gdb.threads/watchthreads-reorder.c: New.
7071
7072 2009-11-17  Nathan Sidwell  <nathan@codesourcery.com>
7073
7074         * gdb.xml/tdesc-regs.exp: Use for m68k.
7075
7076 2009-11-15  Pedro Alves  <pedro@codesourcery.com>
7077
7078         * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
7079
7080 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
7081
7082         * lib/gdb.exp (current_target_name): New procedure.
7083         (gdb_wrapper_target): New variable.
7084         (gdb_wrapper_init): Set gdb_wrapper_target.
7085         (default_gdb_init): Check gdb_wrapper_target before rebuilding the
7086         wrapper.
7087
7088 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
7089
7090         * gdb.base/remote.exp: Delete the slowest load test.
7091         Do not load with fixed packet sizes.
7092
7093 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
7094
7095         * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
7096
7097 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
7098
7099         * gdb.base/freebpcmd.exp: Delete unused variable.  Specify
7100         srcfile when setting a breakpoint.
7101
7102 2009-11-13  Maciej W. Rozycki  <macro@codesourcery.com>
7103
7104         * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
7105         macros.
7106
7107 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
7108
7109         * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
7110         to be in memory.
7111         * gdb.base/display.c (force_mem): New.
7112         (do_loops): Use it.  Add breakpoint comments.
7113         (do_vars): Add a breakpoint comment.
7114         * gdb.base/display.exp: Use gdb_get_line_number.  Remove hardcoded
7115         line numbers.
7116
7117 2009-11-13  Nathan Froyd  <froydnj@codesourcery.com>
7118
7119         * gdb.base/pending.exp: Use gdb_run_cmd to start the program
7120         instead of a bare "run".
7121
7122 2009-11-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
7123
7124         * gdb.python/py-prettyprint.exp: Adjust.
7125
7126 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
7127
7128         * lib/cell.exp (skip_cell_tests): Clean up test files before
7129         returning.
7130
7131 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
7132
7133         * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
7134         and the breakpoint menu.  Do not call perror if a prompt is seen.
7135         Consume the following GDB prompt.
7136         * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
7137         * gdb.cp/namespace.exp: Use gdb_test.
7138         * gdb.cp/templates.exp: Use gdb_test.
7139         (test_template_breakpoints): Use gdb_test_multiple.
7140
7141 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
7142
7143         * gdb.base/break1.c (struct some_struct, values): Move earlier.
7144         (marker4): Reference values.
7145
7146 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
7147
7148         * gdb.base/macscp.exp: Avoid the first FAIL if macro information
7149         is missing.
7150
7151 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
7152
7153         * gdb.base/break.c (need_malloc): New.
7154         * gdb.base/constvars.c (main): Reference crass and crisp.
7155         * gdb.base/gdb1821.c (main): Reference bar.
7156         * gdb.cp/gdb1355.cc (main): Reference s1.
7157         * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
7158         (main): Call them.
7159         * gdb.cp/hang2.cc (dummy2): Define.
7160         * gdb.cp/hang3.cc (dummy3): Define.
7161         * gdb.cp/m-data.cc (main): Reference shadow.
7162
7163 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
7164             Nathan Froyd  <froydnj@codesourcery.com>
7165
7166         * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
7167         remote host.
7168
7169 2009-11-12  Nathan Froyd  <froydnj@codesourcery.com>
7170
7171         * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
7172         * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
7173         * gdb.dwarf2/dw2-compressed.exp: Likewise.
7174         * gdb.dwarf2/dw2-intercu.exp: Likewise.
7175         * gdb.dwarf2/dw2-intermix.exp: Likewise.
7176         * gdb.dwarf2/dw2-producer.exp: Likewise.
7177         * gdb.dwarf2/mac-fileno.exp: Likewise.
7178         * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
7179         py-prettyprint.py to the remote host.
7180         * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
7181
7182 2009-11-11  Keith Seitz  <keiths@redhat.com>
7183
7184         * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
7185         use it instead of "Foo".
7186         * gdb.cp/classes.exp (do_tests): Add a test to access
7187         a method through a typedef'd class name.
7188
7189 2009-11-11  Nathan Froyd  <froydnj@codesourcery.com>
7190
7191         * gdb.base/long_long.exp: Permit leading zeros on floating-point
7192         exponents.
7193         * gdb.base/pointers.exp: Likewise.
7194         * gdb.cp/ref-types.exp: Likewise.
7195
7196 2009-11-11  Keith Seitz  <keiths@redhat.com>
7197
7198         * gdb.cp/cplusfuncs.cc (class foo): Add operators
7199         new[] and delete[].
7200         * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
7201         "void".
7202         (probe_demangler): Remove all single-quoting of
7203         method and variable names.
7204         (info_func_regexp): Remove the word "void" from any
7205         occurrence of "(void)".
7206         (print_addr_2): Remove all single-quoting of
7207         method names.
7208         (print_addr_2_kfail): Likewise.
7209         (print_addr): Single-quote C function names before
7210         passing to print_addr_2.
7211         (test_paddr_operator_functions): Remove single-quoting
7212         for method names.
7213         Add tests for operator new[] and operator delete[].
7214
7215 2009-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7216
7217         * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
7218
7219 2009-11-09  Keith Seitz  <keiths@redhat.com>
7220
7221         * gdb.cp/overload.exp: Add tests for resolving overloaded
7222         methods in expression parsing/evaluation.
7223
7224 2009-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
7225
7226         * lib/gdb.exp (default_gdb_version): Use --version instead of
7227         --command.
7228
7229 2009-11-10  Nathan Sidwell  <nathan@codesourcery.com>
7230
7231         * lib/gdb.exp (gdb_compile_test): New.
7232         (skip_ada_tests, skip_java_tests): New.
7233         (gdb_compile): Use gdb_compile_test for f77.
7234         * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
7235         * lib/java.exp (compile_java_from_source): Remove runtests check,
7236         use gdb_compile_test to record result.
7237         * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
7238         gdb.ada/exec_changed.exp, gdb.ada/start.exp,
7239         gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
7240         gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
7241         gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
7242         gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
7243         gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
7244         gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
7245         gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
7246         adjust gdb_compile invocations.
7247
7248 2009-11-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
7249
7250         * Makefile.in (abs_builddir): New.
7251         (site.exp): New target `$(abs_builddir)/site.exp'.  New comment.
7252         (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
7253         `$(abs_builddir)/site.exp'.
7254
7255 2009-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
7256
7257         * config/m68k-emc.exp, lib/emc-support.exp,
7258         gdb.trace/gdb_c_test.c: Delete.
7259         * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
7260         gdb.trace/collection.exp, gdb.trace/deltrace.exp,
7261         gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
7262         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
7263         gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
7264         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
7265         casing for m68k-*-elf.
7266
7267 2009-11-03  Pedro Alves  <pedro@codesourcery.com>
7268
7269         * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
7270         * gdb.arch/i386-prologue.exp: Likewise.
7271         * gdb.arch/i386-unwind.exp: Likewise.
7272
7273 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
7274
7275         * lib/gdb.exp (gdb_expect): Fix timeout typo.
7276
7277 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
7278
7279         * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
7280
7281 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
7282
7283         * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
7284
7285 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7286
7287         * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
7288
7289 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7290
7291         * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
7292         * gdb.base/sepdebug2.c: New file.
7293
7294 2009-10-31  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
7295
7296         * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
7297         the modified warnings for catch syscall.  Verify if GDB was compiled
7298         with support for lib expat, and choose which tests to run depending
7299         on this.
7300
7301 2009-10-30  Vladimir Prus  <vladimir@codesourcery.com>
7302
7303         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
7304         that composite commands are parsed OK. And also test
7305         that breakpoint commands do work.
7306
7307 2009-10-23  Michael Snyder  <msnyder@vmware.com>
7308
7309         gdb.reverse/consecutive-precsave.exp: Change expect pattern
7310         to allow for new disassembly style.
7311
7312 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
7313
7314         * gdb.asm/asm-source.exp: Adjust.
7315
7316 2009-10-22  Michael Snyder  <msnyder@vmware.com>
7317
7318         * gdb.reverse/break-precsave.exp: New test.
7319         * gdb.reverse/consecutive-precsave.exp: Ditto.
7320         * gdb.reverse/finish-precsave.exp: Ditto.
7321         * gdb.reverse/i386-precsave.exp: Ditto.
7322         * gdb.reverse/machinestate-precsave.exp: Ditto.
7323         * gdb.reverse/sigall-precsave.exp: Ditto.
7324         * gdb.reverse/solilb-precsave.exp: Ditto.
7325         * gdb.reverse/step-precsave.exp: Ditto.
7326         * gdb.reverse/until-precsave.exp: Ditto.
7327         * gdb.reverse/watch-precsave.exp: Ditto.
7328
7329 2009-10-22  Michael Snyder  <msnyder@vmware.com>
7330
7331         * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
7332         for gdb_expect.  Adjust one test's expect strings for the new
7333         format of disassemble.
7334         * gdb.reverse/finish-reverse.exp: Delete 'return'.
7335         * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
7336         gdb_test_multiple.
7337         * gdb.reverse/step-reverse.exp: Delete 'return'.
7338         * gdb.reverse/until-reverse.exp: Delete blank lines.
7339         * gdb.reverse/watch-reverse.exp: Delete blank lines.
7340
7341 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
7342
7343         * gdb.base/consecutive.exp: Adjust.
7344         * gdb.base/display.exp: Likewise.
7345         * gdb.base/pc-fp.exp: Likewise.
7346         * gdb.base/sigbpt.exp: Likewise.
7347
7348 2009-10-19  Michael Snyder  <msnyder@vmware.com>
7349
7350         * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
7351         * gdb.reverse/finish-reverse.c: Ditto.
7352         * gdb.reverse/sigall-reverse.c: Ditto.
7353         * gdb.reverse/solib-reverse.c: Ditto.
7354         * gdb.reverse/step-reverse.c: Ditto.
7355         * gdb.reverse/watch-reverse.c: Ditto.
7356
7357 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
7358             Stan Shebs  <stan@codesourcery.com>
7359
7360         * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
7361         * gdb.base/foll-exec.exp: Adjust to expect a process id before
7362         "Executing new program".
7363         * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
7364         * gdb.base/multi-forks.exp: Ditto.  Adjust to the inferior being
7365         left listed after having been killed.
7366         * gdb.base/attach.exp: Adjust to spell out "symbol-file".
7367         * gdb.base/maint.exp: Adjust test.
7368
7369         * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
7370         * gdb.multi/Makefile.in: New.
7371         * gdb.multi/base.exp: New.
7372         * gdb.multi/goodbye.c: New.
7373         * gdb.multi/hangout.c: New.
7374         * gdb.multi/hello.c: New.
7375         * gdb.multi/bkpt-multi-exec.c: New.
7376         * gdb.multi/bkpt-multi-exec.exp: New.
7377         * gdb.multi/crashme.c: New.
7378
7379 2009-10-13  Tristan Gingold  <gingold@adacore.com>
7380
7381         * gdb.base/sepdebug.exp: Check debug info are found.
7382
7383 2009-10-08  Pedro Alves  <pedro@codesourcery.com>
7384
7385         * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
7386         bits.
7387
7388 2009-10-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7389
7390         * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
7391
7392 2009-10-07  Joel Brobecker  <brobecker@adacore.com>
7393
7394         * gdb.base/watchpoints.c: Add copyright header.  Reformat one
7395         of the comments.
7396
7397 2009-10-06  Pierre Muller  <muller@ics.u-strasbg.fr>
7398
7399         * gdb.base/annota1.exp: Remove obsolete match_max increase.
7400         * gdb.base/annota3.exp: Idem.
7401         * gdb.base/maint.exp: Idem.
7402
7403 2009-10-05  Pierre Muller  <muller@ics.u-strasbg.fr>
7404
7405         * lib/gdb.exp (default_gdb_init): Set current value of match_max
7406         to default.
7407
7408 2009-10-02  Pierre Muller  <muller@ics.u-strasbg.fr>
7409
7410         * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
7411         mingw and cygwin targets.
7412
7413 2009-10-02  Pierre Muller  <muller@ics.u-strasbg.fr>
7414             Pedro Alves  <pedro@codesourcery.com>
7415
7416         * lib/gdb.exp (gdb_compile): Avoid adding
7417         gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
7418
7419 2009-10-01  Pierre Muller  <muller@ics.u-strasbg.fr>
7420
7421         * gdb.base/shr1.c: Use %p in format string.
7422         * gdb.base/unload.c: Avoid warning in fprintf.
7423         * gdb.base/watchpoint-solib.c: Idem.
7424
7425 2009-10-01  Pierre Muller  <muller@ics.u-strasbg.fr>
7426
7427         * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
7428         long type.
7429         (test_unlink): Correct printf string.
7430         * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
7431         * gdb.threads/attachstop-mt.c: Add #include <string.h>.
7432
7433 2009-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
7434
7435         * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
7436         * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
7437         * gdb.arch/ia64-breakpoint-shadow.S: New file.
7438
7439 2009-09-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7440
7441         * gdb.objc/basicclass.exp: Disable pending breakpoint query.
7442         * gdb.objc/nondebug.exp: Likewise.
7443
7444 2009-09-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7445
7446         * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
7447         target_info setting.
7448
7449         * gdb.threads/thread-specific.exp (get_thread_list): Support targets
7450         that detect new threads during "info threads".
7451
7452 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7453
7454         * gdb.threads/manythreads.c (main): Increase thread stack size
7455         to 2*PTHREAD_STACK_MIN.
7456         * gdb.threads/multi-create.c (main): Likewise.
7457         (create_function): Likewise.
7458
7459 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7460
7461         * gdb.base/dump.exp: Pass difference of pointer types instead
7462         of integer types as offset to restore in intarr3.srec case.
7463
7464 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7465
7466         * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
7467
7468 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7469
7470         * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
7471
7472 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
7473
7474         New test for two watchpoints, with disabling of
7475         the first inserted.
7476         * testsuite/gdb.base/watchpoints.c: New file.
7477         * testsuite/gdb.base/watchpoints.exp: New file.
7478
7479 2009-09-25  Tom Tromey  <tromey@redhat.com>
7480
7481         * gdb.base/charset.exp: Test utf-16 strings with Python.
7482
7483 2009-09-25  Tom Tromey  <tromey@redhat.com>
7484
7485         * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
7486         UCS-4.
7487         * gdb.base/charset.c (utf_32_string): Rename.
7488         (init_utf32): Rename.
7489         (main): Update.
7490
7491 2009-09-22  Tom Tromey  <tromey@redhat.com>
7492
7493         * gdb.python/py-function.exp: Add regression tests.
7494
7495 2009-09-21  Keith Seitz  <keiths@redhat.com>
7496
7497         * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
7498         with invalid operator.
7499
7500 2009-09-21  Keith Seitz  <keiths@redhat.com>
7501
7502         * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
7503         and destructor using typedef name of class.
7504         * gdb.cp/classes.cc (class Base1): Add a destructor.
7505         (base1): New typedef.
7506         (use_methods): Instanitate an object of type base1.
7507         * gdb.cp/templates.exp (test_template_typedef): New procedure.
7508         (do_tests): Call test_template_typedef.
7509         * gdb.cp/templates.cc (Baz::~Baz): New method.
7510         (intBazOne): New typedef.
7511         (main): Instantiate intBazOne.
7512
7513 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
7514
7515         PR python/10633
7516
7517         * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
7518         Function.
7519         (run_lang_tests): Add print elements test.
7520
7521 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
7522
7523         * gdb.python/py-value.exp (test_subscript_regression): New
7524         function.  Test for invalid subscripts.
7525         * gdb.python/py-value.c (main): Add test array, and pointer to it.
7526         (ptr_ref): New function.
7527
7528 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
7529
7530         * gdb.base/default.exp: Fix "show convenience".
7531
7532 2009-09-15  Tom Tromey  <tromey@redhat.com>
7533
7534         * lib/mi-support.exp (mi_create_varobj): Update.
7535         (mi_create_floating_varobj): Likewise.
7536         (mi_create_dynamic_varobj): New proc.
7537         (mi_varobj_update): Update.
7538         (mi_varobj_update_with_type_change): Likewise.
7539         (mi_varobj_update_kv_helper): New proc.
7540         (mi_varobj_update_dynamic_helper): Rewrite.
7541         (mi_varobj_update_dynamic): New proc.
7542         (mi_list_varobj_children): Update.
7543         (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
7544         * gdb.python/python-prettyprint.py (pp_outer): New class.
7545         (pp_nullstr): Likewise.
7546         (lookup_function): Register new printers.
7547         * gdb.python/python-prettyprint.c (struct substruct): New type.
7548         (struct outerstruct): Likewise.
7549         (substruct_test): New function.
7550         (struct nullstr): New type.
7551         (string_1, string_2): New globals.
7552         (main): Add new tests.
7553         * gdb.python/python-mi.exp: Added regression tests.
7554         * gdb.mi/mi2-var-display.exp: Update.
7555         * gdb.mi/mi2-var-cmd.exp: Update.
7556         * gdb.mi/mi2-var-child.exp: Update.
7557         * gdb.mi/mi2-var-block.exp: Update.
7558         * gdb.mi/mi-var-invalidate.exp: Update.
7559         * gdb.mi/mi-var-display.exp: Update.
7560         * gdb.mi/mi-var-cmd.exp: Update.
7561         * gdb.mi/mi-var-child.exp: Update.
7562         * gdb.mi/mi-var-block.exp: Update.
7563         * gdb.mi/mi-break.exp: Update.
7564         * gdb.mi/gdb701.exp: Update.
7565
7566 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
7567
7568         * Makefile.in: Inclusion of catch-syscall object.
7569         * gdb.base/catch-syscall.c: New file.
7570         * gdb.base/catch-syscall.exp: New file.
7571
7572 2009-09-12  Michael Snyder  <msnyder@vmware.com>
7573
7574         * gdb.reverse/step-reverse.exp: Explicitly check for targets
7575         that can support reverse debuggnig.
7576
7577 2009-09-11  Tom Tromey  <tromey@redhat.com>
7578
7579         * gdb.dwarf2/valop.S: New file.
7580         * gdb.dwarf2/valop.exp: New file.
7581
7582 2009-09-11  Mark Kettenis  <kettenis@gnu.org>
7583
7584         * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
7585
7586 2009-09-10  Doug Evans  <dje@google.com>
7587
7588         * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
7589         Add $gdb_prompt to second breakpoint regexp.
7590
7591 2009-09-08  Thiago Jung Bauermann  <thiago.bauermann@gmail.com>
7592
7593         * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
7594         names, add missing ones.
7595         * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
7596         * gdb.python/py-frame.c: Rename from python-frame.c.
7597         * gdb.python/py-frame.exp: Rename from python-frame.exp.  Adjust
7598         testfile name.
7599         * gdb.python/py-function.exp: Rename from python-function.exp.
7600         * gdb.python/py-mi.exp: Rename from python-mi.exp.  Adjust
7601         testfile name.
7602         * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
7603         * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
7604         Adjust testfile name.
7605         * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
7606         * gdb.python/py-template.cc: Rename from python-template.cc.
7607         * gdb.python/py-template.exp: Rename from python-template.exp.
7608         Adjust testfile name.
7609         * gdb.python/py-value.c: Rename from python-value.c.
7610         * gdb.python/py-value.exp: Rename from python-value.exp.  Adjust
7611         testfile name.
7612
7613 2009-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7614
7615         * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
7616         $bpt2address.
7617         (Second breakpoint address is valid on ia64)
7618         (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
7619
7620 2009-09-03  Joseph Myers  <joseph@codesourcery.com>
7621
7622         * gdb.base/ending-run.exp: Restrict regular expression matching
7623         line number to require closing brace following.
7624
7625 2009-09-03  Doug Evans  <dje@google.com>
7626
7627         * gdb.base/store.exp (check_set): Fix typo in expected value message.
7628
7629 2009-09-02  Tom Tromey  <tromey@redhat.com>
7630
7631         * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
7632
7633 2009-09-02  Tom Tromey  <tromey@redhat.com>
7634
7635         * gdb.dwarf2/callframecfa.exp: New file.
7636         * gdb.dwarf2/callframecfa.S: New file.
7637
7638 2009-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7639
7640         * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
7641         gdb.base/solib-overlap-main.c: New.
7642
7643 2009-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
7644
7645         PR gdb/10565
7646
7647         * gdb.base/bitfields.c (struct container, container): New.
7648         (main): Initialize it and call break5.
7649         * gdb.base/bitfields.exp (bitfield_at_offset): New test.
7650
7651 2009-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
7652
7653         Support constant DW_AT_data_member_location by GCC PR debug/40659.
7654         * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
7655
7656 2009-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
7657
7658         * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
7659
7660 2009-08-26  Michael Snyder  <msnyder@vmware.com>
7661
7662         * gdb.base/i386-reverse.c: New file.
7663         * gdb.base/i386-reverse.exp: New file.
7664         * gdb.base/Makefile.in: Add new files to be removed.
7665
7666 2009-08-26  Joseph Myers  <joseph@codesourcery.com>
7667
7668         * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
7669         environment-pwd for remote host.
7670         * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
7671
7672 2009-08-24  Keith Seitz  <keiths@redhat.com>
7673
7674         * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
7675         Add two new C++ completer tests which limit the output to a
7676         given class.
7677
7678 2009-08-24  Michael Snyder  <msnyder@vmware.com>
7679
7680         * gdb.base/del.exp: Fix typo in comment.
7681         * gdb.base/step-bt.exp: Fix cut and paste error in comment.
7682
7683 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7684
7685         * configure: Regenerate.
7686         * gdb.hp/configure: Likewise.
7687         * gdb.hp/gdb.aCC/configure: Likewise.
7688         * gdb.hp/gdb.base-hp/configure: Likewise.
7689         * gdb.hp/gdb.compat/configure: Likewise.
7690         * gdb.hp/gdb.defects/configure: Likewise.
7691         * gdb.hp/gdb.objdbg/configure: Likewise.
7692         * gdb.stabs/configure: Likewise.
7693
7694 2009-08-19  Doug Evans  <dje@google.com>
7695
7696         * gdb.base/gdbvars.c: New file.
7697         * gdb.base/gdbvars.exp: Test convenience vars with program variables.
7698
7699 2009-08-14  Pedro Alves  <pedro@codesourcery.com>
7700
7701         * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
7702         gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
7703
7704 2009-08-13  Pedro Alves  <pedro@codesourcery.com>
7705
7706         * gdb.base/default.exp: Adjust "set language test": it's now an
7707         enum command.  Larger help string moved to "help set language".
7708         * gdb.base/help.exp: Adjust "help set language" expected output,
7709         now lists all known languages.
7710
7711 2009-08-11  Nathan Froyd  <froydnj@codesourcery.com>
7712
7713         * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
7714         all frame arguments.
7715         * gdb.arch/altivec-regs.exp: Likewise.
7716
7717 2009-08-07  Tom Tromey  <tromey@redhat.com>
7718
7719         * gdb.base/setshow.exp: Add tests for changes to set language, set
7720         check range, and set check type.
7721
7722 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
7723
7724         * lib/mi-support.exp (mi_list_breakpoints): Make it work.
7725         * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
7726         Call it.
7727
7728 2009-07-31  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7729
7730         * configure.ac: Run gdb.cell tests when appropriate.
7731         * configure: Regenerate.
7732         * lib/cell.exp: New file.
7733         * gdb.cell: New directory.
7734         * gdb.cell/configure.ac: New file.
7735         * gdb.cell/configure: New file.
7736         * gdb.cell/Makefile.in: New file.
7737         * gdb.cell/arch.exp: New file.
7738         * gdb.cell/break.c: New file.
7739         * gdb.cell/break.exp: New file.
7740         * gdb.cell/break-spu.c: New file.
7741         * gdb.cell/bt.c: New file.
7742         * gdb.cell/bt2-spu.c: New file.
7743         * gdb.cell/bt-spu.c: New file.
7744         * gdb.cell/bt.exp: New file.
7745         * gdb.cell/coremaker.c: New file.
7746         * gdb.cell/coremaker-spu.c: New file.
7747         * gdb.cell/core.exp: New file.
7748         * gdb.cell/gcore.exp: New file.
7749         * gdb.cell/data.c: New file.
7750         * gdb.cell/data.exp: New file.
7751         * gdb.cell/data-spu.c: New file.
7752         * gdb.cell/ea-cache.exp: New file.
7753         * gdb.cell/ea-cache.c: New file.
7754         * gdb.cell/ea-cache-spu.c: New file.
7755         * gdb.cell/ea-standalone.c: New file.
7756         * gdb.cell/ea-standalone.exp: New file.
7757         * gdb.cell/ea-test.c: New file.
7758         * gdb.cell/ea-test.exp: New file.
7759         * gdb.cell/f-regs.exp: New file.
7760         * gdb.cell/mem-access.c: New file.
7761         * gdb.cell/mem-access.exp: New file.
7762         * gdb.cell/mem-access-spu.c: New file.
7763         * gdb.cell/ptype.exp: New file.
7764         * gdb.cell/registers.exp: New file.
7765         * gdb.cell/size.c: New file.
7766         * gdb.cell/sizeof.exp: New file.
7767         * gdb.cell/size-spu.c: New file.
7768         * gdb.cell/solib.exp: New file.
7769         * gdb.cell/solib-symbol.exp: New file.
7770
7771 2009-07-31  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7772
7773         * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
7774
7775 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
7776
7777         * gdb.base/float.exp: Handle VFP registers.
7778
7779 2009-07-14  Michael Snyder  <msnyder@vmware.com>
7780
7781         * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
7782         to bring gdb to the beginning of the calling line.
7783
7784         * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
7785         confusing the i386 epilogue unwinder.
7786
7787 2009-07-14  Stan Shebs  <stan@codesourcery.com>
7788
7789         * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
7790
7791 2009-07-14  Michael Snyder  <msnyder@vmware.com>
7792
7793         * gdb.reverse/step-reverse.exp (stepi into function call):
7794         Call instruction may not be first instruction in the line.
7795         (reverse stepi from a function call): Used wrong line number.
7796
7797 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7798
7799         * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
7800
7801 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7802
7803         Fix gdb.base/macscp.exp when using custom inputrc.
7804         * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
7805         * gdb.base/readline.exp: Remove env(INPUTRC) set and restore.  Remove
7806         env(TERM) set.
7807         * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
7808         * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
7809
7810 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7811
7812         Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
7813         * gdb.base/annota1.exp (thread_test): Import global $testfile.
7814         Change the compilation target to match the testcase name.
7815         * gdb.base/sect-cmd.exp: Change the compilation target to match the
7816         testcase name.
7817         * a2-run.exp: Use for setup prepare_for_testing.  Change the
7818         compilation target to match the testcase name.
7819         * gdb.base/commands.exp: Likewise.
7820         * gdb.base/finish.exp: Likewise.
7821         * gdb.base/float.exp: Likewise.
7822         * gdb.base/info-target.exp: Likewise.
7823         * gdb.base/relational.exp: Likewise.
7824         * gdb.base/term.exp: Likewise.
7825         * gdb.base/until.exp: Likewise.
7826         * gdb.base/volatile.exp: Likewise.
7827         * gdb.base/whatis-exp.exp: Likewise.
7828
7829 2009-07-11  Hui Zhu  <teawater@gmail.com>
7830
7831         * gdb.base/help.exp (disassemble): Update expected help text.
7832
7833 2009-07-09  Tom Tromey  <tromey@redhat.com>
7834
7835         * lib/gdb.exp: Handle TRANSCRIPT.
7836         (remote_spawn, remote_close, send_gdb): New procs.
7837
7838 2009-07-10 Phil Muldoon  <pmuldoon@redhat.com>
7839
7840         * gdb.python/python-prettyprint.c: Add counted null string
7841         structure.
7842         * gdb.python/python-prettyprint.exp: Print null string. Test for
7843         embedded nulls.
7844         * gdb.python/python-prettyprint.py (pp_ns): New Function.
7845         * gdb.python/python-value.exp (test_value_in_inferior): Add
7846         variable length string fetch tests.
7847         * gdb.python/python-value.c (main): Add strings for string fetch tests.
7848
7849 2009-07-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
7850
7851         * gdb.base/dump.exp (inaccessible memory is reported): New test.
7852
7853 2009-07-07  Tom Tromey  <tromey@redhat.com>
7854
7855         * gdb.base/call-rt-st.exp: Update for change to escape output.
7856         * gdb.base/callfuncs.exp: Likewise.
7857         * gdb.base/charset.exp: Likewise.
7858         * gdb.base/constvars.exp: Likewise.
7859         * gdb.base/long_long.exp: Likewise.
7860         * gdb.base/pointers.exp: Likewise.
7861         * gdb.base/printcmds.exp: Likewise.
7862         * gdb.base/setvar.exp: Likewise.
7863         * gdb.base/store.exp: Likewise.
7864         * gdb.cp/ref-types.exp: Likewise.
7865         * gdb.mi/mi-var-child.exp: Likewise.
7866         * gdb.mi/mi-var-display.exp: Likewise.
7867         * gdb.mi/mi2-var-display.exp: Likewise.
7868         * gdb.base/charset.exp: Test octal escape sequence length.
7869         Update for change to escape output.
7870
7871 2009-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7872
7873         * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
7874
7875 2009-07-06  Daniel Jacobowitz  <dan@codesourcery.com>
7876
7877         * lib/java.exp (java_init): Ignore $GCJ if it is empty.
7878
7879 2009-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
7880
7881         * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
7882         gdbserver increasing $portnum if "Can't bind address" has been seen.
7883
7884 2009-07-05  Pedro Alves  <pedro@codesourcery.com>
7885
7886         * gdb.base/ending-run.exp: Add "step out of main" pattern for
7887         mingw32ce.
7888
7889 2009-07-05  Pedro Alves  <pedro@codesourcery.com>
7890
7891         * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
7892         VFP format.
7893
7894 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
7895
7896         * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
7897         linux.  Adjust to use "inferior", "info inferiors", "detach
7898         inferior" and "kill inferior" instead of "restart", "info fork",
7899         "detach fork" and "delete fork".
7900         * gdb.base/ending-run.exp: Spell out "info".
7901         * gdb.base/help.exp: Adjust to use test_prefix_command_help for
7902         the "kill" command.
7903
7904 2009-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7905
7906         * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
7907         change to prefix TLS offset in hex with 0x.
7908
7909 2009-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7910
7911         * gdb.base/default.exp: Update test case for "x" changes.
7912
7913 2009-07-01  Tristan Gingold  <gingold@adacore.com>
7914
7915         * gdb.base/bigcore.exp: Make darwin untested.
7916
7917 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7918
7919         * gdb.base/completion.exp (directory completion): Create the directory.
7920         New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
7921         escapeuniquesub.
7922         (directory completion 2): Expect now ${escapeuniquesub}.
7923         (Glob remaining of directory test): Remove one excessive newline.
7924         Expect the real output.
7925
7926 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7927
7928         Fix `make check//%' target after `make check' has been ran.
7929         * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency.  Add
7930         a mkdir call.
7931         (check-gdb.base%): Remove the gdb.base%/.dir dependency.
7932         (%/.dir): Remove.
7933
7934 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7935
7936         * lib/mi-support.exp (mi_check_thread_states): Permit any output before
7937         the expected result record.
7938
7939 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7940
7941         Remove racy FAILs relying just on the timeouts.
7942         * gdb.base/setshow.exp (set annotate 2, show annotate (2))
7943         (annotation_level 2): Remove racy FAILs.
7944
7945 2009-06-30  Paul Pluzhnikov  <ppluzhnikov@google.com>
7946
7947         gdb/10275
7948         * gdb.dwarf2/dw2-restore.{S,exp}: New test.
7949
7950 2009-06-30  Daniel Jacobowitz  <dan@codesourcery.com>
7951
7952         * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
7953
7954 2009-06-30  Vladimir Prus  <vladimir@codesourcery.com>
7955
7956         * gdb.mi/mi-stack.exp: Testing symbolic options
7957         to -stack-list-locals and -stack-list-arguments.
7958
7959 2009-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
7960
7961         * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
7962
7963 2009-06-29  Tom Tromey  <tromey@redhat.com>
7964
7965         * dg-extract-results.sh: New file.
7966         * Makefile.in (FORCE_PARALLEL): New variable.
7967         (CHECK_TARGET): New conditional variable.
7968         (check): Use CHECK_TARGET.
7969         (DO_RUNTEST): New variable.
7970         (check-single): New target.
7971         (TEST_DIRS): New variable.
7972         (TEST_TARGETS): Likewise.
7973         (check-parallel): New target.
7974         (check-gdb.%): New pattern.
7975         (BASE1_FILES): New variable.
7976         (BASE2_FILES): Likewise.
7977         (check-gdb.base%): New pattern.
7978         (%/.dir): New pattern.
7979         * configure: Rebuild.
7980         * aclocal.m4 (AM_CONDITIONAL): New defun.
7981         * configure.ac: Check whether user is using GNU make.
7982         (GMAKE): New conditional.
7983
7984 2009-06-29  Sami Wagiaalla  <swagiaal@redhat.com>
7985
7986         * gdb.cp/namespace-nested-import.cc: New test.
7987         * gdb.cp/namespace-nested-import.exp: New test.
7988
7989 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
7990
7991         * gdb.base/break.exp: Add an XFAIL for gcc/36748.
7992         * gdb.cp/annota2.exp: Accept frames-invalid in more places.
7993         * gdb.opt/Makefile.in (EXECUTABLES): Update.
7994         * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
7995         * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
7996         gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
7997         gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
7998         gdb.opt/inline-markers.c: New files.
7999         * lib/gdb.exp (skip_inline_frame_tests): New function.
8000         (skip_inline_var_tests): New function.
8001
8002 2009-06-27  Andreas Schwab  <schwab@linux-m68k.org>
8003
8004         * gdb.cp/exception.exp: Don't require $hex before inner frame in
8005         backtrace.
8006
8007 2009-06-27  Michael Snyder  <msnyder@vmware.com>
8008
8009         * gdb.reverse: New directory.
8010         * gdb.reverse/break-reverse.c: New test.
8011         * gdb.reverse/break-reverse.exp: New test.
8012         * gdb.reverse/consecutive-reverse.c: New test.
8013         * gdb.reverse/consecutive-reverse.exp: New test.
8014         * gdb.reverse/finish-reverse.c: New test.
8015         * gdb.reverse/finish-reverse.exp: New test.
8016         * gdb.reverse/machinestate.c: New test.
8017         * gdb.reverse/ms1.c: New test.
8018         * gdb.reverse/machinestate.exp: New test.
8019         * gdb.reverse/Makefile.in: New file.
8020         * gdb.reverse/shr2.c: New test.
8021         * gdb.reverse/solib-reverse.c: New test.
8022         * gdb.reverse/solib-reverse.exp: New test.
8023         * gdb.reverse/step-reverse.c: New test.
8024         * gdb.reverse/step-reverse.exp: New test.
8025         * gdb.reverse/until-reverse.c: New test.
8026         * gdb.reverse/ur1.c: New test.
8027         * gdb.reverse/until-reverse.exp: New test.
8028         * gdb.reverse/watch-reverse.c: New test.
8029         * gdb.reverse/watch-reverse.exp: New test.
8030         * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
8031         * configure: Regenerate.
8032
8033 2009-06-26  Doug Evans  <dje@google.com>
8034
8035         * gdb.base/psymtab.exp: Turn off pending breakpoints.
8036
8037 2009-06-26  Pierre Muller  <muller@ics.u-strasbg.fr>
8038
8039         * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
8040         windows problem for 'file delete $binfile'.
8041
8042 2009-06-23  Sami Wagiaalla  <swagiaal@redhat.com>
8043
8044         * gdb.cp/namespace-using.exp: New test.
8045         * gdb.cp/namespace-using.cc: New test.
8046
8047 2009-05-20  Joel Brobecker  <brobecker@adacore.com>
8048
8049         * gdb.ada/variant_record_packed_array: New testcase.
8050
8051 2009-06-23  Tom Tromey  <tromey@redhat.com>
8052
8053         * gdb.base/charset.exp (test_combination): Regression test.
8054         * gdb.base/charset.c (my_wchar_t): New typedef.
8055         (myvar): New global.
8056         (main): Set myvar.
8057
8058 2009-06-18  Pierre Muller  <muller@ics.u-strasbg.fr>
8059
8060         * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
8061         target.
8062
8063 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8064
8065         * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
8066
8067 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8068
8069         * gdb.mi/gdb680.exp: Update test for error message.
8070
8071 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8072
8073         * gdb.base/annota1.exp: Allow multiple occurrences of the
8074         frames-invalid annotation.
8075         * gdb.cp/annota2.exp: Likewise.
8076
8077 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
8078
8079         * gdb.cp/gdb2495.cc: New file.
8080         * gdb.cp/gdb2495.exp: New file.
8081
8082 2009-06-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8083
8084         Report error on GDB crash during runto.
8085         * lib/gdb.exp (runto <eof>): New.
8086
8087 2009-06-09  Daniel Jacobowitz  <dan@codesourcery.com>
8088
8089         * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
8090         gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
8091         gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
8092         gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
8093         gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
8094         gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
8095         gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
8096         gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
8097         gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
8098         gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
8099         gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
8100         gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
8101         gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
8102         gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
8103         gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
8104         gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
8105         gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
8106         gdb.server/server-mon.exp, gdb.server/server-run.exp,
8107         gdb.trace/actions.exp, gdb.trace/backtrace.exp,
8108         gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
8109         gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
8110         gdb.trace/passcount.exp, gdb.trace/report.exp,
8111         gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
8112         gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
8113         gdb.trace/while-stepping.exp: Use a unique name for the compiled
8114         executable.
8115
8116 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
8117
8118         * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
8119         defined before referencing it.
8120
8121 2009-06-03  Doug Evans  <dje@google.com>
8122
8123         * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
8124         * gdb.arch/i386-see.c: Ditto.
8125
8126 2009-05-30  Pierre Muller  <muller@ics.u-strasbg.fr>
8127
8128         * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
8129         (check_macro): Return 1 if undefined.
8130         If first test fails, check if macro debug information is available,
8131         and report unsupported test if no macro information is found.
8132
8133 2009-05-29  Doug Evans  <dje@google.com>
8134
8135         * gdb.threads/hand-call-in-threads.exp: New.
8136         * gdb.threads/hand-call-in-threads.c: New.
8137
8138 2009-05-29  Michael Snyder  <msnyder@vmware.com>
8139
8140         * gdb.base/break-always.exp: Change "1" to "on".
8141         Add confirmation check.
8142
8143 2009-05-28  Pedro Alves  <pedro@codesourcery.com>
8144
8145         * gdb.threads/threxit-hop-specific.c: New.
8146         * gdb.threads/threxit-hop-specific.exp: New.
8147         * gdb.threads/thread-execl.c: New.
8148         * gdb.threads/thread-execl.exp: New.
8149
8150 2009-05-27  Tom Tromey  <tromey@redhat.com>
8151             Thiago Jung Bauermann  <bauerman@br.ibm.com>
8152
8153         * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
8154         (mi_child_regexp): Likewise.
8155         (mi_list_varobj_children_range): Likewise.
8156         (mi_get_features): Likewise.
8157         (mi_list_varobj_children): Rewrite.
8158         * gdb.python/python-mi.exp: New file.
8159
8160 2009-05-27  Tom Tromey  <tromey@redhat.com>
8161             Thiago Jung Bauermann  <bauerman@br.ibm.com>
8162             Phil Muldoon  <pmuldoon@redhat.com>
8163             Paul Pluzhnikov  <ppluzhnikov@google.com>
8164
8165         * gdb.python/python-prettyprint.exp: New file.
8166         * gdb.python/python-prettyprint.c: New file.
8167         * gdb.python/python-prettyprint.py: New file.
8168         * gdb.base/display.exp: print/r is now valid.
8169
8170 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8171             Tom Tromey  <tromey@redhat.com>
8172             Pedro Alves  <pedro@codesourcery.com>
8173             Paul Pluzhnikov  <ppluzhnikov@google.com>
8174
8175         * gdb.python/python-template.exp: New file.
8176         * gdb.python/python-template.cc: New file.
8177         * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
8178         tests.
8179         * gdb.python/python-value.exp (py_objfile_tests): New proc.
8180         Call it.
8181         (test_value_after_death): New proc.
8182         * gdb.python/python-value.c (PTR): New typedef.
8183         (main): New variable 'x'.
8184
8185 2009-05-27  Tom Tromey  <tromey@redhat.com>
8186
8187         * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
8188         tests.
8189         * gdb.python/python-value.exp (py_objfile_tests): New proc.
8190         Call it.
8191
8192 2009-05-27  Pedro Alves  <pedro@codesourcery.com>
8193
8194         * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
8195
8196 2009-05-24  Pedro Alves  <pedro@codesourcery.com>
8197
8198         * gdb.threads/fork-thread-pending.c: New.
8199         * gdb.threads/fork-thread-pending.exp: New.
8200
8201 2009-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
8202
8203         * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
8204         * gdb.dwarf2/dw2-strp.S (a_string2): New.
8205
8206 2009-05-18  Jon Beniston  <jon@beniston.com>
8207
8208         * gdb.asm/asm-source.exp: Add lm32 target.
8209
8210 2009-05-17  Pedro Alves  <pedro@codesourcery.com>
8211
8212         * gdb.base/foll-fork.c: Include stdlib.h.  Add markers for
8213         `gdb_get_line_number'.  Call `callee' in both parent and child.
8214         * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
8215         `gdb_get_line_number' instead of hardcoding line numbers.
8216         (catch_fork_unpatch_child): New procedure to test detaching
8217         breakpoints from child fork.
8218         (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
8219         hardcoding line numbers.
8220         (do_fork_tests): Run `catch_fork_unpatch_child'.
8221
8222 2009-05-17  Vladimir Prus  <vladimir@codesourcery.com>
8223
8224         * gdb.mi/mi-cmd-var.exp: Check that when varobj
8225         of structure type enters or leaves the scope, it
8226         is reported by -var-update.
8227
8228 2009-05-11  Doug Evans  <dje@sebabeach.org>
8229
8230         * gdb.mi/nsintrall.c (main): Fix off-by-one error.
8231         * gdb.threads/pending-step.c (main): Fix off-by-one error.
8232         * gdb.threads/schedlock.c (main): Fix off-by-one error.
8233
8234 2009-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8235
8236         * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
8237
8238 2009-04-30  Doug Evans  <dje@google.com>
8239
8240         * gdb.threads/watchthreads2.exp: New testcase.
8241         * gdb.threads/watchthreads2.c: New testcase.
8242
8243 2009-04-29  Doug Evans  <dje@google.com>
8244
8245         * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
8246         * gdb.cp/mb-ctor.cc: Ditto.
8247         * gdb.cp/mb-inline.exp: Add multi-line source statement test.
8248         * gdb.cp/mb-inline.h (multi_line_foo): New function.
8249         * gdb.cp/mb-inline1.cc: Call it.
8250         * gdb.cp/mb-inline2.cc: Ditto.
8251         * gdb.cp/mb-templates.exp: Add multi-line source statement test.
8252         * gdb.cp/mb-templates.cc (multi_line_foo): New template.
8253
8254 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
8255
8256         * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
8257         (info_macro): Remova `decimal' declaration.  New variable `nonzero'.
8258         Replace all uses of `decimal' by `nonzero'.
8259         (info macro FROM_COMMANDLINE): New test.
8260
8261 2009-04-27  Tom Tromey  <tromey@redhat.com>
8262
8263         * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
8264
8265 2009-04-27  Doug Evans  <dje@google.com>
8266
8267         * gdb.threads/watchthreads.c (main): Initialize args before starting
8268         the threads.  Plus formatting cleanup.
8269         * gdb.threads/watchthreads.exp: Avoid errant failures due to
8270         biased scheduling of one thread.
8271
8272 2009-04-27  Jerome Guitton  <guitton@adacore.com>
8273
8274         * gdb.cp/templates.cc (GetMax): New template.
8275         (main): Declare two instances of GetMax.
8276         * gdb.cp/templates.exp: Add new test.
8277
8278 2009-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
8279
8280         * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
8281
8282 2009-04-22  Joseph Myers  <joseph@codesourcery.com>
8283
8284         * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
8285
8286 2009-04-15  Tom Tromey  <tromey@redhat.com>
8287
8288         * gdb.base/charset.exp: Add regression test.
8289
8290 2009-04-14  Joel Brobecker  <brobecker@adacore.com>
8291
8292         * gdb.base/exe-lock.exp: New testcase.
8293
8294 2009-04-13  Tom Tromey  <tromey@redhat.com>
8295
8296         * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
8297         operator on Frame.
8298
8299 2009-04-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8300
8301         * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
8302         * gdb.server/ext-attach.exp: Likewise.
8303
8304 2009-04-03  Vladimir Prus  <vladimir@codesourcery.com>
8305
8306         Eliminate some sleep usage.
8307
8308         * gdb.mi/basics.c (do_nothing): New.
8309         (main): Use do_nothing instead of printf, so that
8310         not to introduce race condition between output of
8311         inferiour and output of gdb. Do not use sleep as it
8312         is not generally available on embedded targets.
8313
8314 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
8315
8316         * gdb.server/ext-attach.exp: Expect an optional process id after
8317         "Detached from remote process".
8318
8319 2009-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8320
8321         * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
8322         gdb.dwarf2/dw2-unresolved.exp: New.
8323
8324 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
8325
8326         * gdb.mi/mi-nonstop-exit.exp: Don't check isnative.  Use
8327         mi_run_to_main.
8328
8329 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
8330
8331         * gdb.mi/mi-nonstop.exp: Don't check isnative.  Use
8332         mi_run_to_main.  Skip thread exit test on remote targets.
8333         * gdb.mi/mi-nsintrall.exp: Don't check isnative.  Use
8334         mi_run_to_main.
8335         * gdb.mi/mi-nsmoribund.exp: Don't check isnative.  Use
8336         mi_run_to_main.
8337         * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
8338         when expecting ^connected.  Detect when the target doesn't support
8339         non-stop mode.
8340         (mi_run_cmd): Detect if non-stop mode was requested by isn't
8341         supported.  Return -1 on error, 0 on success.
8342         (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
8343         (mi_runto): Return mi_runto_helper's result explicitly.
8344
8345 2009-04-01  Pedro Alves  <pedro@codesourcery.com>
8346
8347         * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
8348
8349 2009-04-01  Tom Tromey  <tromey@redhat.com>
8350
8351         * gdb.base/funcargs.exp: Set print frame-arguments to "all".
8352         * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
8353         * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
8354         * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
8355
8356 2009-03-31  Daniel Jacobowitz  <dan@codesourcery.com>
8357             Jan Kratochvil  <jan.kratochvil@redhat.com>
8358
8359         PR gdb/931
8360         * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
8361         output.
8362         * gdb.cp/templates.exp: Allow canonical output.  Remove KFAILs
8363         for gdb/931.
8364         * dw2-strp.S (DW_AT_language): Change to C++.
8365         (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
8366
8367 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
8368
8369         * gdb.ada/tasks: New testcase.
8370
8371 2009-03-30  Stan Shebs  <stan@codesourcery.com>
8372
8373         * gdb.trace/actions.exp: Update to match new info trace format.
8374         * gdb.trace/deltrace.exp: Ditto.
8375         * gdb.trace/infotrace.exp: Ditto.
8376         * gdb.trace/passcount.exp: Ditto.
8377         * gdb.trace/save-trace.exp: Ditto.
8378         * gdb.trace/while-stepping.exp: Ditto.
8379         * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
8380
8381 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8382
8383         * gdb.python/python-frame.c: New file.
8384         * gdb.python/python-frame.exp: New file.
8385
8386 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8387
8388         * gdb.python/python-value.exp: Add tests for the address
8389         attribute.
8390
8391 2009-03-29  Andreas Schwab  <schwab@linux-m68k.org>
8392
8393         * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
8394
8395 2009-03-26  Doug Evans  <dje@google.com>
8396
8397         * gdb.mi/mi-nonstop-exit.exp: New file.
8398         * gdb.mi/non-stop-exit.c: New file.
8399
8400 2009-03-26  Tom Tromey  <tromey@redhat.com>
8401
8402         Update for change to prologue skipping:
8403         * gdb.mi/mi2-simplerun.exp: Update.
8404         * gdb.mi/mi2-break.exp: Update.
8405         * gdb.mi/mi-simplerun.exp: Update.
8406         * gdb.mi/mi-break.exp: Update.
8407         * gdb.base/ending-run.exp: Update.
8408
8409 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8410
8411         * gdb.python/python-value.exp (test_value_in_inferior): Test
8412         gdb.Value.is_optimized_out attribute.
8413
8414 2009-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
8415
8416         * gdb.dwarf2/dw2-noloc-main.c: New file.
8417         * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
8418         (.text): Remove.
8419         (.data): New.
8420         (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
8421         (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
8422         (DW_TAG_subprogram func_cu1, noloc): Remove.
8423         (main): New.
8424         * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
8425         `dw2-noloc-main.c'.  Test the new DIEs from `dw2-noloc.S'.
8426         (file_symbols): New procedure.
8427
8428 2009-03-25  Tom Tromey  <tromey@redhat.com>
8429
8430         * gdb.base/charset.exp (valid_target_charset): New proc.
8431         Use it to skip tests on invalid charsets.
8432
8433 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
8434
8435         * gdb.base/completion.exp: Add a test for directory completion.
8436
8437 2009-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8438
8439         Fix a racy FAIL.
8440         * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
8441         * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
8442
8443 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8444
8445         * gdb.python/python-cmd.exp: Add tests for keyword arguments.
8446         * gdb.python/python-function.exp: Add test for function returning
8447         a GDB value.
8448
8449 2009-03-20  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8450
8451         * gdb.python/python-function.exp: New file.
8452
8453 2009-03-20  Tom Tromey  <tromey@redhat.com>
8454
8455         * gdb.base/store.exp: Update for change to escape output.
8456         * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
8457         to escape output.
8458         * gdb.base/pointers.exp: Update for change to escape output.
8459         * gdb.base/long_long.exp (gdb_test_long_long): Update for change
8460         to escape output.
8461         * gdb.base/constvars.exp (do_constvar_tests): Update for change to
8462         escape output.
8463         * gdb.base/call-rt-st.exp (print_struct_call): Update for change
8464         to escape output.
8465         * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
8466         escape output.
8467         * gdb.base/setvar.exp: Update for change to escape output.
8468         * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
8469         * gdb.base/printcmds.exp (test_print_all_chars): Update for change
8470         to escape output.
8471         (test_print_string_constants): Likewise.
8472         * gdb.base/charset.exp (valid_host_charset): Check size of
8473         wchar_t.  Handle UCS-2 and UCS-4.  Add tests for wide and unicode
8474         cases.  Handle "auto"-related output.
8475         * gdb.base/charset.c (char16_t, char32_t): New typedefs.
8476         (uvar, Uvar): New globals.
8477
8478 2009-03-19  Jerome Guitton  <guitton@adacore.com>
8479
8480         * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
8481         deltas.
8482         * gdb.ada/fixed_points.exp: Ditto.
8483
8484 2009-03-18  Pedro Alves  <pedro@codesourcery.com>
8485
8486         * return-nodebug.c: Don't include stdio.h.
8487         (init): Delete.
8488         (func): Delete definition and provide extern declaration.
8489         (t): New.
8490         (main): Don't call printf.  Call func and store its result in t.
8491         * return-nodebug1.c: New.
8492         * return-nodebug.exp: Don't expect stdio output.  Instead, print
8493         the global variable t.  Drop printf formatters and cast types from
8494         foreach loop.  Don't use prepare_for_testing.  Compile
8495         return-nodebug.c and return-nodebug1.c in separate steps.  Don't
8496         define FORMAT or CAST.
8497
8498 2009-03-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
8499
8500         * gdb.base/solib-display.exp: Disable test for remote targers.
8501
8502 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8503
8504         * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
8505
8506 2009-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8507
8508         Fix a racy FAIL.
8509         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
8510         code from `follow parent, print pids'.
8511         (`follow child, print pids', `follow parent, print pids'): Call it.
8512         Replace `gdb_test "break..."' by gdb_breakpoint.
8513
8514 2009-03-13  Vladimir Prus  <vladimir@codesourcery.com>
8515
8516         * gdb.mi/mi-cli.exp: Adjust for output difference in
8517         sync and async modes.
8518
8519 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
8520
8521         * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
8522         that was checked in by mistake. Remove loading of ada.exp, since
8523         this is not necessary in this case.
8524
8525 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
8526
8527         * gdb.ada/ptype_arith_binop.exp: New testcase.
8528
8529 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
8530
8531         * gdb.ada/mod_from_name: New testcase.
8532
8533 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
8534
8535         * gdb.ada/tick_last_segv: New testcase.
8536
8537 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
8538
8539         * gdb.mi/mi-cli.exp: Remove debug print.
8540
8541 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
8542
8543         * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
8544         include the token in ^running and frame info in *stopped.
8545
8546 2009-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
8547
8548         * solib-display.exp: New file.
8549         * solib-display-main.c: New file.
8550         * solib-display-lib.c: New file.
8551
8552 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
8553
8554         * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
8555
8556 2009-02-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
8557
8558         * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
8559         (list_and_check_macro): Use more specific test name.
8560         (next to definition): Make the test names unique.
8561
8562 2009-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
8563
8564         * gdb.pascal/floats.exp: Accept approximate results everywhere.
8565
8566 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
8567
8568         * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
8569         notifications.
8570         * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
8571         * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
8572         * lib/mi-support.exp (library_loaded_re): New.
8573         (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
8574
8575 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
8576
8577         * gdb.gdb/observer.exp: Use test_notification observer, not
8578         normal_stop, everywhere.
8579         (test_normal_stop_notifications): Rename to...
8580         (test_notifications): ...this.
8581         (test_observer_normal_stop): Rename to...
8582         (test_observer): ...this.
8583
8584 2009-02-16  Doug Evans  <dje@google.com>
8585
8586         * gdb.arch/amd64-disp-step.S (test_int3): New test.
8587         * gdb.arch/amd64-disp-step.exp (test_int3): New test.
8588         * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
8589         (test_prefixed_syscall,test_int3): New tests.
8590         * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
8591         (test_prefixed_syscall,test_int3): New tests.
8592
8593 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
8594
8595         * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
8596         (mi_expect_interrupt): Likewise.
8597         * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
8598         response.
8599
8600 2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
8601
8602         * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
8603         * gdb.base/pc-fp.exp (get_valueofx): Remove.
8604         Replace calls to get_valueofx by get_hexadecimal_valueof.
8605
8606 2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
8607
8608         * lib/gdb.exp (get_valueof): Accept anything as a return value.
8609         (get_integer_valueof): New procedure.
8610         (get_sizeof): Use new get_integer_value_of.
8611         * gdb.base/sizeof.exp: Replace all uses of get_valueof
8612         by get_integer_valueof.
8613
8614 2009-02-13  Tom Tromey  <tromey@redhat.com>
8615
8616         * gdb.base/remote.exp (get_sizeof): Remove.
8617         * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
8618         * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
8619         * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
8620         * lib/gdb.exp (get_valueof): Move from long_long.exp.
8621         (get_sizeof): Likewise.
8622
8623 2009-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8624
8625         PR fortran/9806
8626         * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
8627
8628 2009-02-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
8629
8630         * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
8631
8632 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
8633
8634         * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
8635
8636 2009-02-06  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8637
8638         * gdb.python/python-cmd.exp: New file.
8639
8640 2009-02-06  Tristan Gingold  <gingold@adacore.com>
8641
8642         * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
8643
8644 2009-02-05  Tristan Gingold  <gingold@adacore.com>
8645
8646         * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
8647         pointer is dereferenced and use this signal name in regexp.
8648         * gdb.base/signull.exp: Ditto.
8649         * gdb.base/sigbpt.c (main): Catch SIGBUS too.
8650         * gdb.base/signull.c (main): Ditto.
8651
8652 2009-02-04  Tom Tromey  <tromey@redhat.com>
8653             Thiago Jung Bauermann  <bauerman@br.ibm.com>
8654
8655         * gdb.python/python-value.exp: Use `gdb.history' instead of
8656         `gdb.value_from_history'.
8657         (test_value_numeric_ops): Add test for conversion of enum constant.
8658         * gdb.python/python-value.c (enum e): New type.
8659         (evalue): New global.
8660         (main): Use argv.
8661
8662 2009-02-04  Jerome Guitton  <guitton@adacore.com>
8663
8664         * gdb.ada/uninitialized_vars: New test program.
8665         * gdb.ada/uninitialized_vars.exp: New testcase.
8666
8667 2009-02-02  Tom Tromey  <tromey@redhat.com>
8668
8669         * gdb.cp/cpcompletion.exp: Name the test "pr9594".
8670         * gdb.cp/pr2489.cc: Rename...
8671         * gdb.cp/pr9594.cc: ... to this.
8672
8673 2009-02-02  Tom Tromey  <tromey@redhat.com>
8674
8675         * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
8676         * gdb.cp/pr2489.cc: New file.
8677         * gdb.cp/cpcompletion.exp: New file.
8678
8679 2009-02-02  Tom Tromey  <tromey@redhat.com>
8680
8681         PR exp/9059:
8682         * gdb.cp/call-c.exp: Add regression test.
8683         * gdb.cp/call-c.cc (FooHandle): New typedef.
8684         (main): New variable 'handle'.
8685
8686 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
8687
8688         * lib/mi-support.exp (et_mi_thread_list)
8689         (check_mi_and_console_threads): Adjust for current thread in
8690         -thread-list-ids output.
8691
8692 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
8693
8694         * gdb.mi/mi-break.exp (test_disabled_creation): New.
8695         Call it.
8696
8697 2009-01-28  Doug Evans  <dje@google.com>
8698
8699         * gdb.arch/amd64-disp-step.S: New file.
8700         * gdb.arch/amd64-disp-step.exp: New file.
8701         * gdb.arch/i386-disp-step.S: New file.
8702         * gdb.arch/i386-disp-step.exp: New file.
8703
8704 2009-01-27  Pierre Muller  <muller@ics.u-strasbg.fr>
8705
8706         * gdb.base/find.exp: Set newline variable
8707         using quotes instead of braces to fix cygwin failures.
8708
8709 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
8710
8711         * gdb.base/radix.exp: Add tests to ensure that that set
8712         input-radix 0 and set output-radix 0 are really rejected.
8713
8714 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
8715
8716         * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
8717         copyright years.
8718
8719 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
8720
8721         PR gdb/9664:
8722         * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
8723
8724 2009-01-22  Pedro Alves  <pedro@codesourcery.com>
8725
8726         PR c++/9631:
8727         * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
8728
8729 2009-01-22  Pierre Muller  <muller@ics.u-strasbg.fr>
8730
8731         * gdb.server/file-transfer.exp: Use EXEEXT variable for
8732         binfile definition to fix Windows OS failure.
8733
8734 2009-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
8735
8736         PR gdb/9346
8737         * gdb.base/interrupt.c (sigint_handler): New.
8738         (main): Install a SIGINT handler if SIGNALS is defined.  Exit
8739         on error.
8740         * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
8741         Test "signal SIGINT".
8742
8743 2009-01-19  Doug Evans  <dje@google.com>
8744
8745         * gdb.base/break.exp: Update expected gdb output.
8746         * gdb.base/sepdebug.exp: Ditto.
8747         * gdb.mi/mi-syn-frame.exp: Ditto.
8748         * gdb.mi/mi2-syn-frame.exp: Ditto.
8749         * gdb.base/call-signal-resume.exp: New file.
8750         * gdb.base/call-signals.c: New file.
8751         * gdb.base/unwindonsignal.exp: New file.
8752         * gdb.base/unwindonsignal.c: New file.
8753         * gdb.threads/interrupted-hand-call.exp: New file.
8754         * gdb.threads/interrupted-hand-call.c: New file.
8755         * gdb.threads/thread-unwindonsignal.exp: New file.
8756
8757 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
8758
8759         * gdb.base/define.exp: Test defining and hooking prefix commands.
8760         * gdb.python/python.exp: Update test for "show user" output.
8761
8762 2009-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
8763
8764         * gdb.fortran/derived-type.exp: New variables int4 and real4.  Match
8765         now the output exactly, using less wildcards.  Expect also the output
8766         of gfortran-4.3.  Update for the f-valprint.c modification from
8767         2008-04-22.
8768         * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
8769         Remove gdb_test test names where matching the command.
8770
8771 2009-01-01  Pedro Alves  <pedro@codesourcery.com>
8772
8773         PR breakpoints/9681:
8774         * gdb.base/watchpoint.exp: Add regression test.
8775
8776 2008-12-31  Pedro Alves  <pedro@codesourcery.com>
8777
8778         * gdb.threads/attach-into-signal.exp: Don't use
8779         gdb_suppress_entire_file.
8780         * gdb.threads/attach-stopped.exp: Ditto.
8781         * gdb.threads/attachstop-mt.exp: Ditto.
8782
8783 2008-12-31  Pedro Alves  <pedro@codesourcery.com>
8784
8785         PR gdb/8812:
8786         * gdb.base/signal.exp: Change kfail to fail, and update PR number.
8787
8788 2008-12-29  Pedro Alves  <pedro@codesourcery.com>
8789
8790         PR gdb/7536:
8791         * gdb.base/radix.exp: Add tests to ensure invalid input radices
8792         and unsupported output radices are really rejected.
8793
8794 2008-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
8795
8796         * gdb.cp/punctuator.exp: Backslash the '$' signs.
8797
8798 2008-12-22  Tom Tromey  <tromey@redhat.com>
8799
8800         * gdb.cp/punctuator.exp: New file.
8801
8802 2008-12-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8803
8804         * gdb.base/completion.exp (Completing non-existing component): New test.
8805
8806 2008-12-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
8807
8808         Fix for PR gdb/8648.
8809         * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
8810         gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
8811         gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
8812         gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
8813
8814 2008-12-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
8815
8816         * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
8817
8818 2008-12-16  Christophe Lyon  <christophe.lyon@st.com>
8819
8820         * gdb.base/expand-psymtabs.c: Insert code in foo so that the
8821         compiler actually generate code at the expected line number.
8822
8823 2008-12-15  Jie Zhang  <jie.zhang@analog.com>
8824
8825         * gdb.base/consecutive.exp: Don't use global in gdb_expect.
8826
8827 2008-12-12  Tom Tromey  <tromey@redhat.com>
8828
8829         * gdb.base/commands.exp (redefine_hook_test): New proc.
8830         Call it.
8831
8832 2008-12-11  Tom Tromey  <tromey@redhat.com>
8833
8834         * gdb.base/macscp.exp: New regression test.
8835
8836 2008-12-11  Tom Tromey  <tromey@redhat.com>
8837
8838         * gdb.base/macscp.exp: Print "address.addr".
8839         * gdb.base/macscp1.c (struct outer): New struct.
8840         (address): New global.
8841
8842 2008-12-09  Tom Tromey  <tromey@redhat.com>
8843
8844         * gdb.base/commands.exp (redefine_backtrace_test): New proc.
8845         Call it.
8846
8847 2008-12-04  Doug Evans  <dje@google.com>
8848
8849         * gdb.server/ext-run.exp: Relax regexp for init program.
8850
8851 2008-12-03  Tristan Gingold  <gingold@adacore.com>
8852
8853         * gdb.base/macscp.exp: Generate an object file during compilation
8854         to work around Darwin dsymutil limitations.
8855
8856 2008-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8857
8858         Test resolving external references to TLS variables.
8859         * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
8860         FILE2_THREAD_LOCAL.
8861         (testfile2, srcfile2): New variables.
8862         * gdb.threads/tls.c (file2_thread_local)
8863         (function_referencing_file2_thread_local): New.
8864         * gdb.threads/tls2.c: New file.
8865
8866 2008-11-28  Joel Brobecker  <brobecker@adacore.com>
8867
8868         * gdb.ada/int_deref.exp: Convert the addresses into long_integer
8869         rather than integer, as integer might not be big enough when
8870         on 64bit targets.
8871
8872 2008-11-27  Jerome Guitton  <guitton@adacore.com>
8873
8874         * gdb.cp/formatted-ref.exp: Add equality test.
8875         * gdb.ada/formatted_ref.exp: Ditto.
8876
8877 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8878
8879         * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
8880         * gdb.base/start.exp: New comment about an alternative - `runto_main'.
8881
8882 2008-11-20  Andreas Schwab  <schwab@suse.de>
8883
8884         * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
8885         matching syscall entry point.
8886         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8887         (tcatch_vfork_then_child_follow): Likewise.  Finish through
8888         vfork even if we stopped at the syscall trampoline.
8889
8890 2008-11-20  Doug Evans  <dje@google.com>
8891
8892         * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
8893
8894 2008-11-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
8895
8896         * gdb.arch/ppc-dfp.exp: New file.
8897         * gdb.arch/ppc-dfp.c: New file.
8898
8899 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
8900
8901         * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
8902
8903 2008-11-17  Doug Evans  <dje@google.com>
8904
8905         * gdb.mi/mi-syn-frame.exp: Update expected output.
8906         * gdb.mi/mi2-syn-frame.exp: Update expected output.
8907
8908 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
8909
8910         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
8911         "thread N" results in =thread-selected.
8912         * lib/mi-support (mi_run_cmd, mi_expect_stop)
8913         (mi_send_resuming_command_raw): Be prepared for
8914         =thread-selected.
8915
8916 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
8917
8918         * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
8919         * lib/mi-support.exp: Likewise.
8920
8921 2008-11-16  Joel Brobecker  <brobecker@adacore.com>
8922
8923         * gdb.base/help.exp: Remove the "catch load" and "catch unload"
8924         commands from the expected output for "help catch".
8925
8926 2008-11-15  Joel Brobecker  <brobecker@adacore.com>
8927
8928         * gdb.ada/int_deref.exp: New testcase.
8929
8930 2008-11-14  Nick Roberts  <nickrob@snap.net.nz>
8931
8932         * gdb.mi/gdb2549.exp: New file.
8933
8934 2008-11-11  Doug Evans  <dje@google.com>
8935
8936         * gdb.base/callexit.exp: New file.
8937         * gdb.base/callexit.c: New file.
8938
8939 2008-11-10  Doug Evans  <dje@google.com>
8940
8941         * lib/gdb.exp (GDBFLAGS): Move -nx ...
8942         (INTERNAL_GDBFLAGS): ... to here.  Move -nw to here as well.
8943         (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
8944         (default_gdb_start,default_gdb_exit): Ditto.
8945         * lib/mi-support.exp (default_mi_gdb_start): Ditto.
8946         (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
8947         * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
8948         * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
8949         * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
8950         * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
8951
8952 2008-11-03  Andreas Schwab  <schwab@suse.de>
8953
8954         * gdb.base/hashline2.exp: Fix typo.
8955         * gdb.base/hashline3.exp: Likewise.
8956
8957 2008-10-30  Tom Tromey  <tromey@redhat.com>
8958
8959         * gdb.base/pointers.exp: Add test.
8960         * gdb.base/pointers.c (k, S): New typedefs.
8961         (instance): New global.
8962
8963 2008-10-30  Andreas Schwab  <schwab@suse.de>
8964
8965         * gdb.base/args.exp: Add tests for newlines.
8966
8967 2008-10-30  Joel Brobecker  <brobecker@adacore.com>
8968
8969         gdb.base/foll-exec.exp: Update the expected output of a couple
8970         of "info breakpoints" tests.
8971
8972 2008-10-28  Tom Tromey  <tromey@redhat.com>
8973
8974         * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
8975
8976 2008-10-24  Pedro Alves  <pedro@codesourcery.com>
8977
8978         * gdb.python/python-value.exp (test_value_in_inferior): Don't use
8979         gdb_start_cmd.
8980         Use runto_main before any test that requires execution.
8981
8982 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
8983
8984         * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
8985         instead of SIGINT.
8986
8987 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
8988
8989         * gdb.base/completion.exp: Update expected output following
8990         the addition of the "info tasks" command.
8991
8992 2008-10-22  Tom Tromey  <tromey@redhat.com>
8993
8994         * gdb.base/exprs.exp (test_expr): Add test for string
8995         concatenation.
8996
8997 2008-10-19  Pedro Alves  <pedro@codesourcery.com>
8998
8999         * configure.ac: Output gdb.python/Makefile.
9000         * configure: Regenerate.
9001         * gdb.python/Makefile.in: New.
9002
9003 2008-10-16  Joel Brobecker  <brobecker@adacore.com>
9004
9005         * gdb.base/foll-fork.exp: Adjust the expected output to match
9006         the new description for fork/vfork catchpoints in the "info
9007         breakpoints" output.
9008
9009 2008-10-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
9010
9011         * Makefile.in: Add gdb.python to ALL_SUBDIRS.
9012
9013 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9014
9015         * gdb.python/python-value.c: New file.
9016         * gdb.python/python-value.exp: New file.
9017
9018 2008-10-15  Pedro Alves  <pedro@codesourcery.com>
9019
9020         * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
9021
9022 2008-10-15  Denis Pilat  <denis.pilat@st.com>
9023
9024         * gdb.cp/mb-ctor.exp: Fix a typo.
9025
9026 2008-10-09  Tom Tromey  <tromey@redhat.com>
9027
9028         * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
9029         'fprintf' and 'stderr'.
9030
9031 2008-10-07  Joel Brobecker  <brobecker@adacore.com>
9032
9033         * gdb.ada/ref_tick_size.exp: New testcase.
9034
9035 2008-10-06  Doug Evans  <dje@google.com>
9036
9037         * gdb.dwarf2/dw2-cu-size.exp: New file.
9038         * gdb.dwarf2/dw2-cu-size.S: New file.
9039
9040         * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
9041         .Ltype_int for clarity.
9042
9043 2008-10-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
9044
9045         PR gdb/2384:
9046         * gdb.cp/gdb2384.exp: Extended to test more cases.
9047         * gdb.cp/gdb2384.cc: Likewise.
9048         * gdb.cp/gdb2384-base.h: Likewise.
9049         * gdb.cp/gdb2384-base.cc: Likewise.
9050
9051 2008-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9052
9053         * gdb.base/maint.exp (maint print type): Remove printing
9054         UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
9055
9056 2008-09-30  Tom Tromey  <tromey@redhat.com>
9057
9058         * gdb.base/macscp.exp: Add completion tests.
9059         * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
9060         (TWENTY_THREE): Likewise.
9061         (FORTY_EIGHT): Likewise.
9062
9063 2008-09-30  Tom Tromey  <tromey@redhat.com>
9064
9065         * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
9066         everywhere.
9067         * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
9068
9069 2008-09-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
9070
9071         * gdb.threads/attachstop-mt.exp: Note a real testcase name this
9072         testcase is derived from.  Fix racy dependency on an expected PID
9073         number.  No longer support the testcase on Linux kernel 2.4.x.
9074
9075 2008-09-27  Tom Tromey  <tromey@redhat.com>
9076
9077         * gdb.base/macscp.exp: Add tests for stringification, splicing,
9078         and varargs.
9079
9080 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
9081
9082         * lib/mi-support.exp (mi_expect_interrupt): New.
9083         (mi_reverse_list, mi_check_thread_states): New, moved and renamed
9084         from gdb.mi/mi-nonstop.exp.
9085         * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
9086         * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
9087         lib/mi-support.exp.
9088         Use mi_check_thread_states throughout.  Avoid ".*" and do not
9089         require an anchor after -exec-run.
9090
9091 2008-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
9092
9093         * gdb.mi/mi-nonstop.exp: Do not check thread state while a
9094         stop is pending.  Avoid ".*" when two stops are pending.
9095         * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
9096         (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
9097         newlines in fullnames.
9098         * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
9099         (mi_expect_stop): Update comments.  Only anchor in sync mode.
9100         Do not match newlines.
9101         (mi_send_resuming_command_raw): Always return status.
9102         (mi_get_stop_line): Do not match more than one line by accident.
9103         Only anchor in sync mode.
9104         (mi_run_inline_test): If -exec-next fails, give up.
9105
9106 2008-09-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9107
9108         * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
9109         on SPU.
9110
9111 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
9112
9113         * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
9114
9115 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
9116
9117         * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
9118         gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
9119         gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
9120         gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
9121         gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
9122         gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
9123         gdb.ada/interface.exp, gdb.ada/null_array.exp,
9124         gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
9125         gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
9126         gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
9127         gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
9128         Include the "= " sequence in the expected output of print tests.
9129
9130 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
9131
9132         * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
9133         description for boolean types.
9134
9135 2008-09-09  Pedro Alves  <pedro@codesourcery.com>
9136
9137         * gdb.base/hook-stop-continue.c: New.
9138         * gdb.base/hook-stop-continue.exp: New.
9139
9140 2008-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
9141
9142         * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
9143
9144 2008-09-08  Jerome Guitton  <guitton@adacore.com>
9145
9146         * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
9147         (stack_check_probe_2, stack_check_probe_loop_1)
9148         (stack_check_probe_loop_2): New functions.
9149         (main): Add call to these new functions.
9150         * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
9151         functions, check that the breakpoint is inserted at the appropriate
9152         location.
9153         (insert_breakpoint): Slightly refine this procedure so that it can
9154         be called several times in the test.
9155
9156 2008-09-08  Jerome Guitton  <guitton@adacore.com>
9157
9158         * gdb.base/stack-checking.c: New file.
9159         * gdb.base/stack-checking.exp: New file.
9160
9161 2008-09-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9162
9163         * gdb.arch/altivec-abi.exp: Remove extra verbose call.
9164         * gdb.arch/altivec-regs.exp: Likewise.
9165         * gdb.arch/vsx-regs.exp: Likewise.
9166
9167 2008-09-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9168
9169         * gdb.arch/ppc-fp.exp: New file.
9170         * gdb.arch/ppc-fp.c: New file.
9171
9172 2008-09-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
9173
9174         *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
9175         lest gcc-4.3.1 optimizes the whole thing away.
9176
9177 2008-09-04  Michael Snyder  <msnyder@vmware.com>
9178
9179         * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
9180         as "at" (for non-debug functions such as _start).
9181
9182 2008-09-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9183
9184         * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
9185         * gdb.base/watchpoint-solib.exp: Likewise.  Update tests to handle
9186         software watchpoints.
9187         * gdb.base/watch_thread_num.exp: Likewise.
9188
9189 2008-09-03  Aleksandar Ristovski  <aristovski@qnx.com>
9190
9191         * gdb.arch/i386-bp_permanent.exp: New test.
9192
9193 2008-08-24  Tom Tromey  <tromey@redhat.com>
9194
9195         * gdb.base/maint.exp: Update "maint print type".
9196
9197 2008-08-21  Vladimir Prus  <vladimir@codesourcery.com>
9198
9199         * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
9200         support.  Adjust the order of "*running" notifications.
9201         * gdb.mi/non-stop.c: Don't cast from int to void* and
9202         back.
9203
9204 2008-08-20  Mark Kettenis  <kettenis@gnu.org>
9205
9206         * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
9207         expect to find it in the "info frame" output.
9208
9209 2008-08-20  Daniel Jacobowitz  <dan@codesourcery.com>
9210
9211         * gdb.base/interp.exp: Always consume both prompts.
9212
9213 2008-08-20  Pedro Alves  <pedro@codesourcery.com>
9214
9215         * gdb.base/pending.exp: Test pending breakpoints without symbols
9216         loaded.
9217
9218 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
9219
9220         * lib/mi-support.exp (mi_expect_stop): Produce
9221         more details on failures.
9222         * gdb.mi/mi-nonstop.exp: New.
9223         * gdb.mi/non-stop.c: New.
9224
9225 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
9226
9227         * gdb.mi/mi-async.exp: Use 'set target-async'.
9228         * lib/mi-support.exp: Use 'set/show target-async'.
9229
9230 2008-08-18  Daniel Jacobowitz  <dan@codesourcery.com>
9231
9232         * gdb.arch/powerpc-prologue.exp: Correct saved registers.
9233
9234 2008-08-17  Tom Tromey  <tromey@redhat.com>
9235
9236         * gdb.base/help.exp (help catch): Rewrite.
9237
9238 2008-08-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
9239
9240         * gdb.base/define.exp: Test indented command documentation.
9241         * gdb.python/python.exp: Test indented multi-line command.
9242
9243 2008-08-15  Luis Machado  <luisgpm@br.ibm.com>
9244
9245         * testsuite/gdb.arch/vsx-regs.c: New source file.
9246         * testsuite/gdb.arch/vsx-regs.exp: New testcase.
9247         * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
9248
9249 2008-08-14  Tom Tromey  <tromey@redhat.com>
9250
9251         * gdb.base/macscp.exp: Add regression test for "macro define" or
9252         "macro undef" with no arguments.
9253
9254 2008-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
9255
9256         * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
9257
9258 2008-08-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9259
9260         * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
9261
9262 2008-08-06  Tom Tromey  <tromey@redhat.com>
9263
9264         * gdb.python/python.exp: New file.
9265
9266 2008-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
9267
9268         Fix for PR gdb/1543.
9269         * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
9270         $LOCATION.
9271         (location): New variable.
9272         * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
9273         config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
9274         config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
9275         config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
9276         gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
9277         gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
9278         gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
9279         gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
9280         gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
9281         gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
9282         gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
9283         gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
9284         gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
9285         gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
9286         gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
9287         gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
9288         gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
9289         gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
9290         gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
9291         gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
9292         gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
9293         gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
9294         gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
9295         gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
9296         gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
9297         gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
9298         gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
9299         gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
9300         gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
9301         gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
9302         gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
9303         gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
9304         gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
9305         gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
9306         gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
9307         gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
9308         gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
9309         gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
9310         gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
9311         gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
9312         gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
9313         gdb.base/type-opaque.exp, gdb.base/until.exp,
9314         gdb.base/value-double-free.c, gdb.base/varargs.exp,
9315         gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
9316         gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
9317         gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
9318         gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
9319         gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
9320         gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
9321         gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
9322         gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
9323         gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
9324         gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
9325         gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
9326         gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
9327         gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
9328         gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
9329         gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
9330         gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
9331         gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
9332         gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
9333         gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
9334         gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
9335         gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
9336         gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
9337         gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
9338         gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
9339         gdb.pascal/types.exp, gdb.stabs/weird.exp,
9340         gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
9341         gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
9342         gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
9343         gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
9344         gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
9345         gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
9346         gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
9347         gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
9348         gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
9349         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
9350         gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
9351         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
9352         lib/mi-support.exp, lib/trace-support.exp: Remove reference
9353         to bug-gdb@prep.ai.mit.edu .
9354
9355 2008-07-31  Vladimir Prus  <vladimir@codesourcery.com>
9356
9357         * lib/mi-support.exp (mi_load_shlibs): New.
9358         * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
9359
9360 2008-07-30  Vladimir Prus  <vladimir@codesourcery.com>
9361
9362         * lib/mi-support.exp (get_mi_thread_list)
9363         (check_mi_and_console_threads): New, moved from ...
9364         * gdb.mi/mi-pthread.exp: ...here.
9365         * gdb.mi/gdb669.exp (get_mi_thread_list)
9366         (check_mi_and_console_threads): Delete.
9367         * gdb.mi/mi2-pthread.exp: Likewise.
9368
9369 2008-07-28  Tom Tromey  <tromey@redhat.com>
9370
9371         * Makefile.in (just-check): Remove.  Move body to...
9372         (check): ... here.
9373
9374 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
9375
9376         * gdb.threads/manythreads.exp: Use remote_expect instead of after.
9377         Add a test for duplicated SIGINTs.
9378
9379 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
9380
9381         * gdb.threads/schedlock.exp (get_args): Update to work for any
9382         value of NUM.
9383         (Top level): Report the number of threads that did not resume.
9384
9385 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
9386
9387         * gdb.dwarf2/dw2-compressed.S: Also define __start.
9388
9389 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
9390
9391         * lib/mi-support.exp (default_mi_gdb_start): Remove check for
9392         non-MI prompt.
9393
9394 2008-07-26  Tom Tromey  <tromey@redhat.com>
9395
9396         * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
9397         (function_struct, function_struct_ptr): New globals.
9398         * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
9399         function pointer in a struct.
9400
9401 2008-07-26  Tom Tromey  <tromey@redhat.com>
9402
9403         * gdb.base/macscp.exp: Add test for macro lexing bug.
9404
9405 2008-07-18  Tom Tromey  <tromey@redhat.com>
9406
9407         * gdb.base/macscp.exp: Add macro tests.
9408
9409 2008-07-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
9410
9411         * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
9412
9413 2008-07-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
9414
9415         * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
9416
9417 2008-07-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
9418
9419         * gdb.cp/class2.exp: fix for failure on spu-elf
9420
9421 2008-07-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
9422
9423         * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
9424
9425 2008-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9426
9427         * gdb.base/randomize.exp: Catch non-Linux targets as untested.
9428
9429 2008-07-12  Vladimir Prus  <vladimir@codesourcery.com>
9430
9431         * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
9432
9433 2008-07-11  Kevin Buettner  <kevinb@redhat.com>
9434
9435         * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
9436         of regexp to account for changes made to GDB in the printing of
9437         byte vectors.
9438
9439 2008-07-11  Tom Tromey  <tromey@redhat.com>
9440
9441         * gdb.base/completion.exp: Add 'help' completion test.
9442
9443 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9444
9445         * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
9446
9447 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9448
9449         * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
9450
9451 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
9452
9453         * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
9454
9455 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
9456
9457         * gdb.base/fullname.exp: Restore pwd if compiling failed.
9458
9459 2008-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
9460
9461         * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
9462
9463 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
9464
9465         * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
9466         previous commit.  Add a comment.
9467
9468 2008-06-28  Pedro Alves  <pedro@codesourcery.com>
9469
9470         * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
9471
9472 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
9473
9474         * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
9475
9476 2008-06-27  Pedro Alves  <pedro@codesourcery.com>
9477
9478         * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
9479         (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
9480         compiling an executable, link in an object that forces unbuffered
9481         output.
9482         * lib/set_unbuffered_mode.c: New file.
9483
9484 2008-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
9485
9486         * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
9487
9488 2008-06-25  Vladimir Prus  <vladimir@codesourcery.com>
9489
9490         * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
9491         mi_expect_stop.
9492         * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
9493         Demand that *running is output.
9494         (detect_async): Perform checking every time.
9495         (mi_send_resuming_command): Extract everything into...
9496         (mi_send_resuming_command_raw): ...this.
9497         (mi_expect_stop): Don't accept any output before *stopped.
9498
9499 2008-06-13  Vladimir Prus  <vladimir@codesourcery.com>
9500
9501         Robustify mi-simplerun.
9502         * gdb.mi/basics.c (main): Add a call to sleep.
9503         * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
9504         * gdb.mi/mi2-cli.exp: Likewise.
9505         * gdb.mi/mi-break.exp: Likewise.
9506
9507 2008-06-11  Vladimir Prus  <vladimir@codesourcery.com>
9508
9509         * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
9510
9511 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
9512
9513         * gdb.mi/mi-console.exp: Adjust.
9514         * gdb.mi/mi-syn-frame.exp: Adjust.
9515         * gdb.mi/mi2-console.exp: Adjust.
9516         * gdb.mi/mi2-syn-frame.exp: Adjust.
9517         * lib/mi-support.exp (mi_run_cmd): Adjust.
9518         (mi_send_resuming_command): Adjust.
9519
9520 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
9521
9522         * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
9523         * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
9524         testing of stopped.
9525         * gdb.mi/mi2-syn-frame.exp: Likewise.
9526         * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
9527         (async, detect_async): New.
9528         (mi_expect_stop, mi_continue_to_line): Adjust expectation
9529         depending on if we're running in sync or async mode.
9530
9531 2008-06-09  Tom Tromey  <tromey@redhat.com>
9532
9533         * gdb.base/completion.exp: New tests for field name completion
9534         with spaces, and field name completion with '->'.
9535
9536 2008-06-06  Tom Tromey  <tromey@redhat.com>
9537
9538         * gdb.base/break1.c (struct some_struct): New struct.
9539         (values): New global.
9540         * gdb.base/completion.exp: Add field name completion test.
9541
9542 2008-06-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
9543
9544         * gdb.cp/call-c.exp: Test for incorrect handling of reference
9545         to pointer.
9546         * gdb.cp/call-c.cc: Likewise.
9547
9548 2008-06-06  Nick Roberts  <nickrob@snap.net.nz>
9549
9550         * gdb.base/annota1.exp (thread_switch): Test for thread-changed
9551         annotation.
9552
9553 2008-06-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
9554             Pedro Alves  <pedro@codesourcery.com>
9555
9556         * gdb.threads/execl.c, gdb.threads/execl1.c,
9557         gdb.threads/execl.exp: New tests.
9558
9559 2008-06-05  Aleksandar Ristovski  <aristovski@qnx.com>
9560             Daniel Jacobowitz  <dan@codesourcery.com>
9561
9562         * gdb.cp/exception.exp: Activate test, make it work with pending
9563         catchpoints.
9564
9565 2008-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9566
9567         * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
9568
9569 2008-05-28  Vladimir Prus  <vladimir@codesourcery.com>
9570
9571         * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
9572         now printed.
9573         * gdb.mi/mi2-var-cmd.exp: Likewise.
9574
9575 2008-05-27  Andreas Schwab  <schwab@suse.de>
9576
9577         * gdb.base/frame-args.exp: Handle arguments that are optimized
9578         out.
9579
9580 2008-05-26  Luis Machado  <luisgpm@br.ibm.com>
9581
9582         * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
9583         quiet for ppc32 and group options into a single variable.
9584
9585 2008-05-23  Joel Brobecker  <brobecker@adacore.com>
9586
9587         * gdb.ada/null_array/foo.adb: Add multi-dimensional array
9588         of zero-size elements.
9589         * gdb.ada/null_array.exp: Test printing this new array.
9590
9591 2008-05-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9592
9593         * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
9594
9595 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
9596
9597         * gdb.base/finish.exp: Test that "fin" works as an abbreviation
9598         of the "finish" command.
9599
9600 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
9601
9602         * gdb.base/annota1.exp: Test for new annotation.
9603
9604 2008-05-16  Pedro Alves  <pedro@codesourcery.com>
9605
9606         * gdb.base/fixsection.exp: New file.
9607         * gdb.base/fixsection0.c: New file.
9608         * gdb.base/fixsection1.c: New file.
9609
9610 2008-05-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9611
9612         * gdb.base/annota1.exp: Accept printf@... in place of printf.
9613         * gdb.base/annota3.exp: Likewise.
9614
9615 2008-05-13  Nathan Froyd  <froydnj@codesourcery.com>
9616
9617         * gdb.base/watch_thread_num.exp: Don't run tests that require
9618         watchpoints if the target doesn't support them.
9619
9620 2008-05-12  Doug Evans  <dje@google.com>
9621
9622         * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
9623
9624 2008-05-09  Joel Brobecker  <brobecker@adacore.com>
9625
9626         * gdb.ada/assign_1.exp: New testcase.
9627
9628 2008-05-09  Doug Evans  <dje@google.com>
9629
9630         * gdb.base/find.exp: New file.
9631         * gdb.base/find.c: New file.
9632
9633 2008-05-08  Daniel Jacobowitz  <dan@codesourcery.com>
9634
9635         * gdb.base/commands.exp (watchpoint_command_test): Handle
9636         gdb,no_hardware_watchpoints.
9637         * gdb.base/float.exp: Allow ARM targets without floating point.
9638         * gdb.base/step-test.exp: Allow callee@plt when stepping in.
9639
9640 2008-05-06  Jerome Guitton  <guitton@adacore.com>
9641             Joel Brobecker  <brobecker@adacore.com>
9642
9643         * gdb.ada/lang_switch: New test program.
9644         * gdb.ada/lang_switch.exp: New testcase.
9645
9646 2008-05-05  Doug Evans  <dje@google.com>
9647
9648         * gdb.base/help.exp (disassemble): Update expected help text.
9649
9650 2008-05-04  Pedro Alves  <pedro@codesourcery.com>
9651
9652         * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
9653
9654 2008-05-04  Pedro Alves  <pedro@codesourcery.com>
9655
9656         * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
9657         different times.
9658
9659 2008-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9660
9661         * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
9662         * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
9663         `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
9664         * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
9665
9666 2008-05-04  Vladimir Prus  <vladimir@codesourcery.com>
9667
9668         * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
9669         notification to appear.
9670
9671 2008-05-04  Daniel Jacobowitz  <dan@debian.org>
9672
9673         * gdb.base/fullname.c: New file.
9674         * gdb.base/fullname.exp: New file.
9675         * lib/gdb.exp (gdb_breakpoint): Support no-message option.
9676
9677 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
9678
9679         * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
9680         expressions with macros.
9681
9682 2008-05-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9683
9684         * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
9685
9686 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
9687
9688         * gdb.base/completion.exp: Handle lack of other symbols beginning
9689         with "a".
9690
9691         * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
9692
9693 2008-05-02  Jim Blandy  <jimb@codesourcery.com>
9694
9695         * gdb.asm/asmsrc1.s: Add scratch space.
9696
9697 2008-05-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9698             Daniel Jacobowitz  <dan@codesourcery.com>
9699
9700         * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
9701         gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
9702         gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
9703
9704 2007-05-01  Daniel Jacobowitz  <dan@codesourcery.com>
9705
9706         * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
9707
9708 2008-05-01  Joel Brobecker  <brobecker@adacore.com>
9709
9710         * gdb.base/info-target.exp: New testcase.
9711
9712 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
9713
9714         * gdb.cp/hang.exp: Use .cc instead of .C.
9715         * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
9716         * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
9717
9718 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
9719
9720         * gdb.base/gdb1250.exp: Remove perror.
9721         * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
9722
9723 2008-04-30  Pedro Alves  <pedro@codesourcery.com>
9724
9725         * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
9726         .2byte.
9727
9728 2008-04-25  Daniel Jacobowitz  <dan@codesourcery.com>
9729
9730         * gdb.base/macscp.exp: Enable kfails.  Compile with -g3 for GCC.
9731         (maybe_kfail): New.
9732
9733 2008-04-25  Pedro Alves  <pedro@codesourcery.com>
9734
9735         * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
9736
9737 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
9738
9739         * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
9740         * gdb.mi/mi2-syn-frame.exp: Likewise.
9741         * lib/mi-support.exp: Likewise.
9742
9743 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
9744
9745         * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
9746         to specify regexp for the location to stop at.
9747         * gdb.base/break-always.c: New.
9748         * gdb.base/break-always.exp: New.
9749
9750 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
9751
9752         * lib/mi-support.exp (mi_runto_helper): Adjust
9753         for the original-location field.
9754         (mi_create_breakpoint, mi_list_breakpoints): New.
9755         * gdb.mi/mi-break.exp: Adjust.
9756         * gdb.mi/mi2-break.exp: Adjust.
9757         * gdb.mi/mi-pending.exp: Adjust.
9758         * gdb.mi/mi-simplerun.exp: Adjust.
9759         * gdb.mi/mi2-simplerun.exp: Adjust.
9760         * gdb.mi/mi-syn-frame.exp: Adjust.
9761         * gdb.mi/mi2-syn-frame.exp: Adjust.
9762         * gdb.mi/mi-until.exp: Adjust.
9763         * gdb.mi/mi2-until.exp: Adjust.
9764         * gdb.mi/mi-var-display.exp: Adjust.
9765         * gdb.mi/mi2-var-display.exp: Adjust.
9766         * gdb.mi/mi-watch.exp: Adjust.
9767         * gdb.mi/mi2-watch.exp: Adjust.
9768
9769 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
9770
9771         * aclocal.m4: Add override.m4.
9772         * configure: Regenerate.
9773
9774 2008-04-19  Vladimir Prus  <vladimir@codesourcery.com>
9775
9776         * gdb.mi/var-cmd.c (do_at_tests): Verify that
9777         '-var-update --all-values' reports new value even the type
9778         of a variable object has changed.
9779
9780 2008-04-18  Craig Silverstein  <csilvers@google.com>
9781
9782         * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
9783         files.
9784
9785 2008-04-18  Joel Brobecker  <brobecker@adacore.com>
9786
9787         * gdb.ada/atomic_enum: New test program.
9788         * gdb.ada/atomic_enum.exp: New testcase.
9789
9790 2008-04-17  Doug Evans  <dje@google.com>
9791
9792         * gdb.opt/Makefile.in: Fix whitespace.
9793
9794 2008-04-17  Daniel Jacobowitz  <dan@codesourcery.com>
9795
9796         * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
9797
9798 2008-04-17  Doug Evans  <dje@google.com>
9799
9800         * gdb.base/hashline1.exp: New testcase.
9801         * gdb.base/hashline2.exp: New testcase.
9802         * gdb.base/hashline2.exp: New testcase.
9803
9804 2008-04-17  Pedro Alves  <pedro@codesourcery.com>
9805
9806         * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
9807
9808 2008-04-15  Aleksandar Ristovski  <aristovski@qnx.com>
9809
9810         * gdb.base/attach.exp (do_attach_tests): Matching pattern for
9811         temporary breakpoint to match "Temporary breakpoint".
9812         * gdb.base/break.exp (delete_breakpoints): Likewise.
9813         * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
9814         * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
9815         * gdb.base/display.exp: Likewise.
9816         * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
9817         * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
9818         * gdb.base/restore.exp (restore_tests): Likewise.
9819         * gdb.base/sepdebug.exp: Likewise.
9820         * gdb.base/watchpoint.exp: Likewise.
9821         * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
9822         * gdb.mi/mi-pending.exp: Likewise.
9823         * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
9824         * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
9825         * gdb.mi/mi-var-cmd.exp: Likewise.
9826         * gdb.mi/mi-var-display.exp: Likewise.
9827         * gdb.mi/mi2-cli.exp: Likewise.
9828         * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
9829         * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
9830         * gdb.mi/mi2-var-display.exp: Likewise.
9831         * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
9832         * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
9833         new "disp" field.
9834         (mi_expect_stop): Move after_reason argument to be really after
9835         reason. This is to support fix for PR2424.
9836
9837 2008-04-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9838
9839         * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
9840
9841 2008-04-13  Vladimir Prus  <vladimir@codesourcery.com>
9842
9843         * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
9844         field.  Add more floating varobj tests.
9845         * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
9846         field.
9847         * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
9848         (main): Call do_at_tests.
9849         * lib/mi-support.exp (mi_create_floating_varobj)
9850         (mi_varobj_update_with_type_change): New.
9851
9852 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
9853
9854         * gdb.mi/mi2-var-display.exp: Added tests for the new -f
9855         option of -var-evaluate-expression.
9856         * gdb.mi/mi2-var-display.exp: Likewise.
9857
9858 2008-04-07  Vladimir Prus  <vladimir@codesourcery.com>
9859
9860         Introduce test setup helpers.
9861         * lib/gdb.exp (build_executable, clean_restart)
9862         (prepare_for_testing): New.
9863         * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
9864         * gdb.base/return.exp: Likewise.
9865         * gdb.base/ending-run.exp: Likewise.
9866
9867 2008-04-07  Nick Roberts  <nickrob@snap.net.nz>
9868
9869         * gdb.mi/mi-async.exp: New test for asynchronous Machine
9870         Interface (MI) responses.
9871
9872 2008-04-06  Vladimir Prus  <vladimir@codesourcery.com>
9873
9874         * gdb.cp/breakpoint.cc: New code to test conditions involving
9875         member variables.
9876         * gdb.cp/breakpoint.exp: Test condition involving member
9877         variables.
9878
9879 2008-04-05  Vladimir Prus  <vladimir@codesourcery.com>
9880
9881         * lib/mi-support.exp (mi_expect_stop): New.
9882         (mi_run_cmd): Change the
9883         token.  Use mi_send_resuming_command, use
9884         mi_expect_stop.
9885         (mi_execute_to_helper): Rename to mi_execute_to.
9886         (mi_send_resuming_command): Add more error patterns.
9887         (mi_wait_for_stop): Renamed to...
9888         (mi_get_stop_line): ...this.
9889         (mi_run_inline_test): Adjust.
9890
9891         * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
9892         * gdb.mi/mi-console.exp: Likewise.
9893         * gdb.mi/mi-pending.exp: Likewise.
9894         * gdb.mi/mi-simplerun.exp: Likewise.
9895         * gdb.mi/mi-stack.exp: Likewise.
9896         * gdb.mi/mi-stepi.exp: Likewise.
9897         * gdb.mi/mi-syn-frame.exp: Add comment.
9898         * gdb.mi/mi-until.exp: Likewise.
9899         * gdb.mi/mi-var-display.exp: Likewise.
9900         * gdb.mi/mi-watch.exp: Likewise.
9901         * gdb.mi/mi2-cli.exp: Likewise.
9902         * gdb.mi/mi2-console.exp: Likewise.
9903         * gdb.mi/mi2-simplerun.exp: Likewise.
9904         * gdb.mi/mi2-stack.exp: Likewise.
9905         * gdb.mi/mi2-stepi.exp: Likewise.
9906         * gdb.mi/mi2-until.exp: Likewise.
9907         * gdb.mi/mi2-var-display.exp: Likewise.
9908         * gdb.mi/mi2-watch.exp: Likewise.
9909
9910 2008-04-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9911
9912         * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
9913
9914         * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
9915
9916 2008-04-04  Pedro Alves  <pedro@codesourcery.com>
9917
9918         * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
9919         gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
9920         gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
9921         gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
9922         gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
9923         gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
9924         expect an mi error duplicated in stderr.
9925
9926 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
9927
9928         * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
9929         * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
9930         Add a couple of tests that verify the behavior when the new setting
9931         is set to "cancel" and "all".
9932         * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
9933         "ask" before we start the testing.
9934
9935 2008-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
9936
9937         * gdb.cp/casts.cc: Add class reference variables.
9938         * gdb.cp/casts.exp: New test cases for up/down casting references.
9939
9940 2008-04-01  Marc Khouzam  <marc.khouzam@ericsson.com>
9941
9942         * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
9943         instead of beginning to make an extra test pass.
9944         * gdb.mi/mi2-var-display.exp: Likewise.
9945
9946 2008-03-31  Maciej W. Rozycki  <macro@mips.com>
9947
9948         * gdb.base/break.exp: Mark failures as such.  Fix formatting.
9949
9950 2008-03-31  Markus Deuling  <deuling@de.ibm.com>
9951             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9952
9953         * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
9954         value.  Add xfail for older kernels.
9955
9956 2008-03-28  Aleksandar Ristovski  <aristovski@qnx.com>
9957
9958         Bring mi-support in line with gdb.exp.
9959         * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
9960         (mi_gdb_start): New function.
9961
9962 2008-03-28  Maciej W. Rozycki  <macro@mips.com>
9963
9964         * gdb.mi/mi-var-cmd.exp: Fix a typo.
9965
9966 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
9967
9968         * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
9969         * gdb.mi/mi2-var-display.exp: Likewise.
9970
9971 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
9972
9973         * lib/mi-support.exp (mi_create_varobj_checked): New.
9974         (mi_list_varobj_children): Allow to check for a
9975         value.
9976         (mi_list_array_varobj_children): New.
9977
9978         * gdb.mi/mi-var-child.exp: Use mi_create_varobj
9979         and mi_list_varobj_children, as opposed to hardcoding
9980         expected strings.
9981         * gdb.mi/gdb701.exp: Likewise.
9982         * gdb.mi/gdb792.exp: Likewise.
9983         * gdb.mi/mi-var-block.exp: Likewise.
9984         * gdb.mi/mi-var-cmd.exp: Likewise.
9985         * gdb.mi/mi-var-invalidate.exp: Likewise.
9986         * gdb.mi/mi2-var-block.exp: Likewise.
9987         * gdb.mi/mi2-var-child.exp: Likewise.
9988         * gdb.mi/mi2-var-cmd.exp: Likewise.
9989         * gdb.mi/mi2-var-display.exp: Likewise.
9990
9991 2008-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
9992
9993         Fix random false FAILs on i386.
9994         * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
9995
9996 2008-03-23  Daniel Jacobowitz  <dan@codesourcery.com>
9997
9998         PR gdb/544
9999         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
10000
10001 2008-03-23  Daniel Jacobowitz  <dan@codesourcery.com>
10002
10003         PR gdb/544
10004         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
10005
10006 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
10007
10008         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
10009         fixed PR gdb/544.
10010
10011 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
10012
10013         * gdb.threads/fork-child-threads.exp: Test next over fork.
10014
10015 2008-03-21  Chris Demetriou  <cgd@google.com>
10016
10017         * gdb.base/break.exp (rbreak junk): New test for rbreak
10018         "Junk at end of arguments" issue.
10019
10020 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
10021
10022         * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
10023         *& to work on created array elements.
10024         (Top level): Test print $pc with a file.  Test string operations
10025         without a target.
10026         * gdb.base/ptype.exp: Do not expect *& to work on created array
10027         elements.
10028
10029 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
10030
10031         * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
10032         gdb.threads/staticthreads.exp: Update exit query.
10033
10034 2008-03-07  Sandra Loosemore  <sandra@codesourcery.com>
10035
10036         * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
10037
10038 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
10039
10040         * gdb.base/watchpoint.c (global_ptr, func4): New.
10041         (main): Call func4.
10042         * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
10043         (test_inaccessible_watchpoint): New.
10044
10045 2008-02-29  Maciej W. Rozycki  <macro@mips.com>
10046
10047         * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
10048         select the largest.
10049
10050 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
10051
10052         * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
10053         frames-invalid annotations.
10054
10055 2008-02-28  Pierre Muller  <muller@ics.u-strasbg.fr>
10056
10057         * gdb.base/assign.exp: avoid same output for different tests.
10058
10059 2008-02-27  Doug Evans  <dje@google.com>
10060
10061         * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
10062         for bug 1738.
10063         (breakpoint_to_handler_entry): Ditto.
10064
10065 2008-02-27  Joel Brobecker  <brobecker@adacore.com>
10066
10067         * gdb.base/ending-run.exp: Use the first line of code inside
10068         function body to test breakpoints.
10069         * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
10070         location where the breakpoint is inserted when using the line
10071         where a function is declared. Fix typo in the description of
10072         one of the tests.
10073         * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
10074
10075 2008-02-27  Pierre Muller  <muller@ics.u-strasbg.fr>
10076
10077         * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
10078         tests.
10079
10080 2008-02-27  Pierre Muller  <muller@ics.u-strasbg.fr>
10081
10082         * gdb.base/args.exp: avoid same output for tests
10083         with single quotes.
10084
10085 2008-02-26  Vladimir Prus  <vladimir@codesourcery.com>
10086
10087         * gdb.base/annota1.exp: Adjust for 'info break'
10088         format changes.
10089         * gdb.base/annota3.exp: Likewise.
10090         * gdb.base/break.exp: Likewise.
10091         * gdb.base/condbreak.exp: Likewise.
10092         * gdb.base/pending.exp: Likewise.
10093         * gdb.base/sepdebug.exp: Likewise.
10094         * gdb.base/unload.exp: Likewise.
10095         * gdb.cp/ovldbreak.exp: Likewise.
10096         * gdb.mi/mi-pending.exp: Likewise.
10097
10098 2008-02-07  Doug Evans  <dje@google.com>
10099
10100         * gdb.cp/mb-inline.exp: New.
10101         * gdb.cp/mb-inline.h: New.
10102         * gdb.cp/mb-inline1.cc: New.
10103         * gdb.cp/mb-inline2.cc: New.
10104
10105 2008-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
10106
10107         * gdb.pascal/floats.pas: New test program.
10108         * gdb.pascal/floats.exp: New testcase.
10109
10110 2008-02-06  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10111
10112         * gdb.base/callfuncs.c (t_float_many_args): New function.
10113         (t_double_many_args): New function.
10114         * gdb.base/callfuncs.exp: Add tests for exceeding float
10115         and double parameters passed through the stack.
10116
10117 2008-02-05  Joel Brobecker  <brobecker@adacore.com>
10118
10119         * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
10120         gdb.ada/complete/foo.adb: New files.
10121         * gdb.ada/complete.exp: New testcase.
10122
10123 2008-02-03  Doug Evans  <dje@google.com>
10124
10125         * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
10126
10127         * gdb.cp/gdb2384.exp: New file.
10128         * gdb.cp/gdb2384.cc: New file.
10129         * gdb.cp/gdb2384-base.h: New file.
10130         * gdb.cp/gdb2384-base.cc: New file.
10131
10132 2008-02-02  Doug Evans  <dje@google.com>
10133
10134         * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
10135
10136 2007-02-01  Joel Brobecker  <brobecker@adacore.com>
10137
10138         * gdb.ada/sym_print_name: New test program.
10139         * gdb.ada/sym_print_name.exp: New testcase.
10140
10141 2007-02-01  Joel Brobecker  <brobecker@adacore.com>
10142
10143         * gdb.ada/nested/hello.adb: New file.
10144         * gdb.ada/nested.exp: New testcase.
10145         * gdb.ada/Makefile.in (EXECUTABLES): Update list.
10146
10147 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
10148
10149         * gdb.mi/basic.c (return_1): New function.
10150         * gdb.mi/mi-break.exp: Make sure that failed -break-insert
10151         don't cause future evaluations of function to report
10152         creation of internal breakpoints.
10153
10154 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
10155
10156         * gdb.mi/mi-break.exp (test_error): New.
10157         Call it.
10158
10159 2008-01-31  Luis Machado  <luisgpm@br.ibm.com>
10160
10161         * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
10162         * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
10163
10164 2008-01-31  Pierre Muller  <muller@ics.u-strasbg.fr>
10165
10166         * gdb.pascal/integers.pas: New test program.
10167         * gdb.pascal/integers.exp: New testcase.
10168
10169 2008-01-31  Pierre Muller  <muller@ics.u-strasbg.fr>
10170
10171         * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
10172
10173 2008-01-30  Luis Machado  <luisgpm@br.ibm.com>
10174
10175         * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
10176         * gdb.arch/powerpc-d128-regs.c: New testcase source file.
10177
10178 2008-01-30  Paul Hilfinger  <hilfinger@adacore.com>
10179
10180         * gdb.ada/formatted_ref: New test program.
10181         * gdb.ada/formatted_ref.exp: New testcase.
10182
10183         * gdb.cp/formatted-ref.cc: New file.
10184         * gdb.cp/formatted-ref.exp: New testcase.
10185
10186 2008-01-30  Joel Brobecker  <brobecker@adacore.com>
10187
10188         * gdb.base/ptype.exp: Add testing of "ptype $pc".
10189
10190 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
10191
10192         * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
10193         (test_file_list_exec_source_file): Update to new macro-info field.
10194
10195 2008-01-30  Paul N. Hilfinger  <hilfinger@adacore.com>
10196
10197         * gdb.ada/exprs: New test program.
10198         * gdb.ada/exprs.exp: New testcase.
10199
10200 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10201
10202         * dfp-test.c (DELTA, DELTA_B): New definitions.
10203         (double_val1, double_val2, double_val3, double_val4, double_val5,
10204         double_val6, double_val7, double_val8, double_val9, double_val10,
10205         double_val11, double_val12, double_val13, double_val14, dec32_val1,
10206         dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
10207         dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
10208         dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
10209         dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
10210         dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
10211         dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
10212         dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
10213         dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
10214         dec128_val12, dec128_val13, dec128_val14, dec128_val15,
10215         dec128_val16): New global variables.
10216         (decimal_dec128_align): New function.
10217         (decimal_mixed): Likewise.
10218         (decimal_many_args_dec32): Likewise.
10219         (decimal_many_args_dec64): Likewise.
10220         (decimal_many_args_dec128): Likewise.
10221         (decimal_many_args_mixed): Likewise.
10222         * dfp-test.exp: Add tests calling new inferior functions.
10223
10224 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
10225
10226         * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
10227         gdb.server/ext-run.exp: New files.
10228         * lib/gdbserver-support.exp (gdbserver_download): New.
10229         (gdbserver_start): New.  Update gdbserver expected
10230         output.
10231         (gdbserver_spawn): Use them.
10232         (gdbserver_start_extended): New.
10233
10234 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
10235
10236         * gdb.base/foll-exec.exp: Update header.  Skip on remote targets.
10237         Run on GNU/Linux.
10238         (do_exec_tests): Check for systems which do not support catchpoints.
10239         Do not match START.
10240         * gdb.base/foll-fork.exp: Update header.  Skip on remote targets.
10241         Run on GNU/Linux.  Enable verbose output.
10242         (check_fork_catchpoints): New.
10243         (explicit_fork_child_follow, catch_fork_child_follow)
10244         (tcatch_fork_parent_follow): Update expected messages.
10245         (do_fork_tests): Use check_fork_catchpoints.
10246         * gdb.base/foll-vfork.exp: Update header.  Skip on remote targets.
10247         Run on GNU/Linux.  Enable verbose output.
10248         (check_vfork_catchpoints): New.
10249         (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
10250         expected messages.
10251         (do_vfork_and_exec_tests): Use check_fork_catchpoints.
10252
10253 2008-01-29  Jim Blandy  <jimb@red-bean.com>
10254
10255         * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
10256         host' errors.
10257         * lib/mi-support.exp (mi_gdb_target_cmd): Same.
10258
10259 2008-01-29  Jim Blandy  <jimb@red-bean.com>
10260
10261         * gdb.threads/sigthread.c: Use barriers to ensure that
10262         child_thread and child_thread_two are always initialized before we
10263         start to use them.
10264
10265 2008-01-29  Vladimir Prus  <vladimir@codesourcery.com>
10266
10267         * gdb.base/watchpoint-solib.exp: New.
10268         * gdb.base/watchpoint-solib.c: New.
10269         * gdb.base/watchpoint-solib-shr.c: New.
10270
10271 2008-01-29  Pierre Muller  <muller@ics.u-strasbg.fr>
10272
10273         * gdb.base/gdb1056.exp: Add unsigned integer test.
10274
10275 2008-01-28  Doug Evans  <dje@google.com>
10276
10277         * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
10278
10279 2008-01-27  Jim Blandy  <jimb@codesourcery.com>
10280
10281         * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
10282
10283         * gdb.base/expand-psymtabs.exp: Doc fix.
10284
10285 2008-01-26  Mark Kettenis  <kettenis@gnu.org>
10286
10287         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
10288
10289 2008-01-24  Nick Roberts  <nickrob@snap.net.nz>
10290
10291         * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
10292         -var-set-format.
10293
10294 2008-01-23  Chris Demetriou  <cgd@google.com>
10295
10296         * gdb.threads/thread_events.c: New testcase source file.
10297         * gdb.threads/thread_events.exp: New testcase expect file.
10298
10299 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
10300
10301         * lib/gdb.exp: Add the variable octal.
10302
10303         * gdb.mi/mi-var-display.exp: Add value field to tests for output of
10304         -var-set-format.
10305
10306 2008-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
10307             Vladimir Prus  <vladimir@codesourcery.com>
10308
10309         * gdb.base/float.exp: Allow missing floating point for m68k and
10310         PowerPC.
10311
10312 2008-01-22  Vladimir Prus  <vladimir@codesourcery.com>
10313
10314         * gdb.mi/basics.c: Setup for testing breakpoints
10315         ignore count.
10316         * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
10317         * gdb.mi/mi-cli.exp: Adjust.
10318         * gdb.mi/mi2-cli.exp: Adjust.
10319
10320 2008-01-17  Pedro Alves  <pedro@codesourcery.com>
10321
10322         * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
10323         and 'dummy_ptr' integer pointer.  Initialize struct_declarations
10324         with dummy_ptr's address.
10325         * gdb.mi/var-cmd.c (do_children_tests): Likewise.
10326         * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
10327         all targets.
10328         * gdb.mi/mi2-var-child.exp: Likewise.
10329
10330 2008-01-09  Joel Brobecker  <brobecker@adacore.com>
10331
10332         * gdb.ada/null_array: New test program.
10333         * gdb.ada/null_array.exp: New testcase.
10334
10335 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
10336
10337         * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
10338         with required float modifiers.
10339
10340 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
10341
10342         * gdb.ada/funcall_param: New test program.
10343         * gdb.ada/funcall_param.exp: New testcase.
10344
10345 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
10346
10347         * gdb.ada/arrayparam: New test program.
10348         * gdb.ada/arrayparam.exp: New testcase.
10349
10350 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
10351
10352         * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
10353         landed.  Should also fix random failures in the test following it.
10354
10355 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10356
10357         * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
10358         for expressions with decimal float values.
10359         (test_dfp_conversions): New function to test casts to and from
10360         decimal float types.
10361         Call test_dfp_conversions.
10362         * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
10363         elements.
10364         (main): Initialize ds.float4 and ds.double8 elements.
10365         * gdb.base/dfp-test.exp (d32_set_tests): Fix typo.  Adjust expect
10366         string to new error message.
10367         (d64_set_tests): Likewise.
10368         (d128_set_tests): Likewise.
10369         Add tests for expressions with decimal float variables.  Add tests for
10370         conversions to and from decimal float types.
10371
10372 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
10373
10374         * gdb.ada/packed_tagged/comp_bug.adb: New file.
10375         * gdb.ada/packed_tagged.exp: New testcase.
10376
10377 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
10378
10379         * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
10380         gdb.ada/homonym/homonym_main.adb: New files.
10381         * gdb.ada/homonym.exp: New testcase.
10382
10383 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
10384
10385         * gdb.ada/packed_array.exp: Add testing of references to
10386         a packed array.
10387
10388 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
10389
10390         * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
10391         New files.
10392         * gdb.ada/type_coercion.exp: New testcase.
10393
10394 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
10395
10396         * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
10397         gdb.ada/tagged/foo.adb: New file.
10398         * gdb.ada/tagged.exp: New testcase.
10399
10400 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
10401
10402         * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
10403         gdb.ada/ptype_field/foo.adb: New files.
10404         * gdb.ada/ptype_field.exp: New testcase.
10405
10406 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
10407
10408         * gdb.ada/print_pc.exp: New testcase.
10409
10410 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
10411
10412         * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
10413         gdb.ada/taft_type/p.adb: New files.
10414         * gdb.ada/taft_type.exp: New testcase.
10415
10416 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
10417
10418         * gdb.ada/array_bounds/bar.adb: New file.
10419         * gdb.ada/array_bounds.exp: New testcase.
10420
10421 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
10422
10423         * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
10424         gdb.ada/arrayptr/foo.adb: New files.
10425         * gdb.ada/arrayptr.exp: New testcase.
10426
10427 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
10428
10429         * gdb.base/set-lang-auto.exp: New testcase.
10430
10431 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
10432
10433         * gdb.ada/fun_addr/foo.adb: New file.
10434         * gdb.ada/fun_addr.exp: New testcase.
10435
10436 2008-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10437
10438         * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
10439         New files
10440
10441 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
10442
10443         * array_subscript_addr/p.adb: New file.
10444         * array_subscript_addr.exp: New testcase.
10445
10446 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
10447
10448         * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
10449         New files.
10450         * gdb.ada/str_cmp_ref.exp: New testcase.
10451
10452 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
10453
10454         * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
10455         gdb.ada/fun_in_declare/foo.adb: New files.
10456         * gdb.ada/fun_in_declare.exp: New testcase.
10457
10458 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
10459
10460         * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
10461         gdb.ada/ref_param/pck.ads: New files.
10462         * gdb.ada/ref_param.exp: New testcase.
10463
10464 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
10465
10466         * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
10467         gdb.ada/interface/foo.adb: New files.
10468         * gdb.ada/interface.exp: New testcase.
10469
10470 2007-12-31  Jim Blandy  <jimb@codesourcery.com>
10471
10472         * gdb.base/multi-forks.exp: Consume all output from child
10473         processes before proceeding to next test.
10474
10475 2007-12-29  Jim Blandy  <jimb@codesourcery.com>
10476
10477         * configure: Regenerated.
10478
10479 2007-12-27  Joel Brobecker  <brobecker@adacore.com>
10480
10481         * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
10482         gdb.ada/fixed_cmp/fixed.adb: New files.
10483         * gdb.ada/fixed_cmp.exp: New testcase.
10484
10485 2007-12-27  Joel Brobecker  <brobecker@adacore.com>
10486
10487         * gdb.ada/boolean_expr.exp: New testcase.
10488
10489 2007-12-26  Jim Blandy  <jimb@codesourcery.com>
10490
10491         * gdb.base/multi-forks.exp: Doc fix.
10492
10493 2007-12-26  Joel Brobecker  <brobecker@adacore.com>
10494
10495         * gdb.ada/Makefile.in (EXECUTABLES): Update list.
10496         * gdb.ada/char_param.exp: Do not compile our test program with
10497         -gnata, this is unnecessary.
10498         * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
10499
10500 2007-12-24  Joel Brobecker  <brobecker@adacore.com>
10501
10502         * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
10503         gdb.ada/print_chars/foo.adb: New files.
10504         * gdb.ada/print_chars.exp: New testcase.
10505
10506 2007-12-24  Joel Brobecker  <brobecker@adacore.com>
10507
10508         * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
10509         gdb.ada/char_param/foo.adb: New files.
10510         * gdb.ada/char_param.exp: New testcase.
10511
10512 2007-12-22  Jim Blandy  <jimb@codesourcery.com>
10513
10514         * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
10515         hard-coding source line numbers into the test.
10516         * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
10517         gdb_get_line_number to find.
10518
10519 2007-12-22  Joel Brobecker  <brobecker@adacore.com>
10520
10521         * gdb.base/ptype.c (highest): New struct type.
10522         (the_highest): New variable of that type.
10523         (main): Add dummy assignment to a field of variable the_highest.
10524         * gdb.base/ptype.exp: Test type printing of our new variable.
10525
10526 2007-12-19  Pierre Muller  <muller@ics-u-strasbg.fr>
10527
10528         * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
10529         and record first explicitly generated thread number.
10530         Use that thread number for thread specific watchpoint test.
10531         Add iteration number to repetitive tests.
10532
10533 2007-12-16  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
10534             Jim Blandy  <jimb@codesourcery.com>
10535
10536         * gdb.base/expand-psymtabs.c: New testcase
10537         source file.
10538         * gdb.base/expand-psymtabs.exp: New testcase
10539         expect file.
10540
10541 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
10542
10543         * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
10544         * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
10545
10546 2007-12-17  Joel Brobecker  <brobecker@adacore.com>
10547
10548         * gdb.ada/frame_args/foo.adb: New file.
10549         * gdb.ada/frame_args/pck.ads: New file.
10550         * gdb.ada/frame_args/pck.adb: New file.
10551         * gdb.ada/frame_args.exp: New testcase.
10552
10553 2007-12-17  Joel Brobecker  <brobecker@adacore.com>
10554
10555         * gdb.base/frame-args.c: New file.
10556         * gdb.base/frame-args.exp: New testcase.
10557
10558 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
10559             Joseph Myers  <joseph@codesourcery.com>
10560
10561         * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
10562
10563 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
10564
10565         * gdb.mi/mi-pending.exp: New.
10566         * gdb.mi/mi-pending.c: New.
10567         * gdb.mi/mi-pendshr.c: New.
10568
10569 2007-12-06  Jim Blandy  <jimb@codesourcery.com>
10570
10571         * gdb.base/default.exp: Update expected output for 'info catch'.
10572
10573 2007-12-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10574
10575         * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
10576         must be set to binary.
10577
10578 2007-12-09  Pedro Alves  <pedro_alves@portugalmail.pt>
10579
10580         * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
10581
10582 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
10583
10584         * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
10585         gdb.mi/mi-file-transfer.exp: New.
10586
10587 2007-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
10588
10589         * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
10590
10591 2007-11-22  Maciej W. Rozycki  <macro@mips.com>
10592
10593         * gdb.trace/backtrace.exp: Fix a typo.
10594         * gdb.trace/circ.exp: Likewise.
10595         * gdb.trace/collection.exp: Likewise.
10596         * gdb.trace/limits.exp: Likewise.
10597         * gdb.trace/report.exp: Likewise.
10598         * gdb.trace/tfind.exp: Likewise.
10599         * gdb.trace/while-dyn.exp: Likewise.
10600
10601 2007-11-21  Nick Roberts  <nickrob@snap.net.nz>
10602
10603         * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
10604         objects of pointers that can't be dereferenced are now
10605         "noneditable".
10606
10607 2007-11-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10608
10609         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
10610         (target_cpu): Remove.
10611
10612 2007-10-15  Vladimir Prus  <vladimir@codesourcery.com>
10613
10614         * gdb.base/ending-run.exp: Expect the list of cleared
10615         breakpoint to come in natural order, not the reversed one.
10616
10617 2007-11-07  Vladimir Prus  <vladimir@codesourcery.com>
10618
10619         * gdb.mi/mi-var-child.c (do_child_deletion): New.
10620         * gdb.mi/mi-var-child.exp: Run child_deletion tests.
10621
10622 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
10623
10624         * gdb.base/printcmds.exp: New function
10625         test_printf_with_dfp.
10626
10627 2007-11-02  Doug Evans  <dje@google.com>
10628
10629         * gdb.disasm/t01_mov.s: Remove carriage returns.
10630         * gdb.disasm/t02_mova.s: Ditto.
10631         * gdb.disasm/t03_add.s: Ditto.
10632         * gdb.disasm/t04_sub.s: Ditto.
10633         * gdb.disasm/t05_cmp.s: Ditto.
10634         * gdb.disasm/t06_ari2.s: Ditto.
10635         * gdb.disasm/t07_ari3.s: Ditto.
10636         * gdb.disasm/t08_or.s: Ditto.
10637         * gdb.disasm/t09_xor.s: Ditto.
10638         * gdb.disasm/t10_and.s: Ditto.
10639         * gdb.disasm/t11_logs.s: Ditto.
10640         * gdb.disasm/t12_bit.s: Ditto.
10641         * gdb.disasm/t13_otr.s: Ditto.
10642
10643 2007-11-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10644
10645         * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
10646
10647 2007-10-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10648
10649         * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
10650         provide DFP support.
10651
10652 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
10653
10654         * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
10655         Test "set powerpc vector-abi".  Skip auto-detection tests for old
10656         toolchains.
10657
10658 2007-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
10659
10660         * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
10661         with [string compare].
10662
10663 2007-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
10664
10665         * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
10666         * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
10667
10668 2007-10-25  Luis Machado  <luisgpm@br.ibm.com>
10669
10670         * gdb.opt/clobbered-registers-O2.c: New testcase source file.
10671         * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
10672         * gdb.opt/Makefile.in: New makefile.
10673         * Makefile.in: Create new directory "gdb.opt".
10674         * configure.ac: Add "gdb.opt" directory.
10675         * configure: Regenerated.
10676
10677 2007-10-25  Doug Evans  <dje@google.com>
10678
10679         * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
10680         * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
10681
10682 2007-10-15  Wu Zhou  <woodzltc@cn.ibm.com>
10683             Thiago Jung Bauermann  <bauerman@br.ibm.com>
10684
10685         * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
10686         Floating Point expressions.
10687         * gdb.base/dfp-test.exp: new file adding tests for Decimal
10688         Floating Point variables.
10689         * gdb.base/dfp-test.c: new file containing program with Decimal
10690         Floating variables, used by gdb.base/dfp-test.exp.
10691
10692 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
10693
10694         * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
10695
10696 2007-10-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10697
10698         * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
10699         compiling test case with GCC.
10700         * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
10701
10702 2007-10-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10703
10704         * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
10705         format changes.
10706
10707 2007-10-18  Michael Snyder  <msnyder@specifix.com>
10708
10709         * gdb.base/dbx.exp: Add missing "-re " operator.
10710
10711 2007-10-16  Gaius Mulley  <gaius@glam.ac.uk>
10712
10713         * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
10714         * configure.ac: Removed trailing spaces after backslash.
10715         * gdb.modula2: New directory.
10716         * gdb.modula2/Makefile.in: New file.
10717         * gdb.modula2/unbounded-array.exp: New file.
10718         * gdb.modula2/unbounded1.c: New file.
10719
10720 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
10721
10722         * gdb.xml/tdesc-regs.exp: Add PowerPC support.
10723
10724 2007-10-15  Pierre Muller  <muller@ics.u-strasbg.fr>
10725
10726         * gdb.base/sigstep.c (main): Add checks for
10727         return values for setitimer call.
10728         Call setitimer again with itimer = ITIMER_REAL
10729         if first call to setitimer fails.
10730
10731 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
10732
10733         * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
10734         of $timeout.
10735
10736 2007-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
10737
10738         * gdb.server/server-run.exp: Test for dynamic linker symbols.
10739
10740 2007-10-09  Pierre Muller  <muller@ics.u-strasbg.fr>
10741
10742         * lib/gdb.exp (gdb_run_cmd): Move comment outside
10743         of gdb_expect call, to avoid interruption.
10744
10745 2007-10-09  Pedro Alves  <pedro_alves@portugalmail.pt>
10746
10747         * gdb.base/whatis.c (v_long_long, v_signed_long_long)
10748         (v_unsigned_long_long, v_long_long_array)
10749         (v_signed_long_long_array, v_unsigned_long_long_array)
10750         (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
10751         (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
10752         [!NO_LONG_LONG]: New.
10753         (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
10754         v_long_long_member.
10755
10756         (v_long_long_func, v_signed_long_long_func)
10757         (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
10758         (main) [!NO_LONG_LONG]: Initialize long long variants.
10759
10760         * gdb.base/whatis.exp: If board file requests no_long_long, build
10761         test with NO_LONG_LONG defined.  Test long long, signed long long,
10762         and unsigned long long variants but only if board file doesn't
10763         disable it.
10764
10765 2007-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
10766             Daniel Jacobowitz  <dan@codesourcery.com>
10767
10768         * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
10769         * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
10770         * configure: Regenerated.
10771         * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
10772         gdb.pascal/types.exp, lib/pascal.exp: New files.
10773
10774 2007-10-02  Daniel Jacobowitz  <dan@codesourcery.com>
10775
10776         * gdb.cp/classes.exp (do_tests): Always step to the line after the
10777         call.
10778         * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
10779         to return to the call.
10780         * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
10781         * gdb.mi/mi-return.exp (test_return_simple): Likewise.
10782         * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
10783         * gdb.mi/mi-until.exp (test_until): Likewise.
10784         * gdb.mi/mi2-until.exp (test_until): Likewise.
10785
10786 2007-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
10787
10788         * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
10789         two-char array.
10790         * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
10791
10792 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
10793
10794         * gdb.threads/watchthreads.c (thread_function): Sleep between
10795         iterations.
10796         * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
10797         at once for S/390.  Generate matching fails and passes.
10798
10799 2007-09-27  Vladimir Prus  <vladimir@codesourcery.com>
10800
10801         * gdb.mi/var-cmd.c (do_children_tests): Initialize
10802         the 'struct_declarations' variable to zeros.
10803
10804 2007-09-24  Vladimir Prus  <vladimir@codesourcery.com>
10805
10806         * gdb.cp/mb-ctor.cc: New.
10807         * gdb.cp/mb-ctor.exp: New.
10808         * gdb.cp/mb-templates.cc: New.
10809         * gdb.cp/mb-templates.exp: New.
10810
10811 2007-09-23  Daniel Jacobowitz  <dan@codesourcery.com>
10812
10813         * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
10814
10815 2007-09-23  Pedro Alves  <pedro_alves@portugalmail.pt>
10816
10817         * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
10818         targets.
10819         * configure: Regenerate.
10820
10821 2007-09-23  Vladimir Prus  <vladimir@codesourcery.com>
10822
10823         * gdb.base/annota1.exp: Adjust for 'info break'
10824         format changes.
10825         * gdb.base/annota3.exp: Likewise.
10826         * gdb.base/break.exp: Likewise.
10827         * gdb.base/condbreak.exp: Likewise.
10828         * gdb.base/pending.exp: Likewise.
10829         * gdb.base/sepdebug.exp: Likewise.
10830         * gdb.base/unload.exp: Likewise.
10831         * gdb.base/ovldbreak.exp: Likewise.
10832
10833 2007-09-22  Vladimir Prus  <vladimir@codesourcery.com>
10834
10835         * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
10836         messages.
10837         * gdb.base/chng-syms.exp: Likewise.
10838         * gdb.base/unload.exp: Likewise.
10839
10840 2007-09-21  Daniel Jacobowitz  <dan@codesourcery.com>
10841
10842         * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
10843
10844 2007-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
10845
10846         * schedlock.c (NUM): Change to 1.
10847         (main): Use args[0] for the main thread.
10848         * schedlock.exp: Only expect two threads.  Only issue one pass or fail
10849         regardless of the number of threads.
10850
10851 2007-09-14  Maciej W. Rozycki  <macro@mips.com>
10852
10853         * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
10854         type down.
10855         (test_watchpoint_triggering): XFAIL the sw watchpoint scope
10856         test.
10857         * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
10858         watchpoint type down.
10859         (test_watchpoint_triggering): XFAIL the sw watchpoint scope
10860         test.
10861
10862 2007-09-14  Maciej W. Rozycki  <macro@mips.com>
10863
10864         * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
10865         Move all the tests here and run them twice, once using software
10866         watchpoints and once using hardware watchpoints.
10867         * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
10868
10869 2007-09-12  Daniel Jacobowitz  <dan@codesourcery.com>
10870
10871         * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
10872         test.
10873
10874 2007-09-10  Mark Kettenis  <kettenis@gnu.org>
10875
10876         * lib/gdb.exp (build_id_debug_filename_get): Improve check for
10877         build-id.
10878
10879         * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
10880         know about $ORIGIN.  Calculate output dir from $dest instead of
10881         using ${objdir}/{$subdir}.
10882
10883 2007-09-09  Mark Kettenis  <kettenis@gnu.org>
10884
10885         * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
10886         gcore, before continuing with the test.
10887
10888 2007-09-06  Daniel Jacobowitz  <dan@codesourcery.com>
10889
10890         * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
10891         * gdb.mi/mi-watch.exp: Likewise.
10892
10893 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
10894             Jim Blandy  <jimb@codesourcery.com>
10895
10896         * gdb.arch/i386-sse.exp: Do not expect character constants.
10897         * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
10898         * gdb.base/display.exp: Allow print/s.
10899         * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
10900         and unsigned char array changes.
10901
10902 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
10903
10904         * gdb.base/display.exp: Add tests for printf %p.
10905
10906 2007-09-03  Pedro Alves  <pedro_alves@portugalmail.pt>
10907
10908         * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
10909         the dll name to unicode.
10910
10911 2007-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10912
10913         * gdb.base/default.exp (show version): Update the version text.
10914         * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
10915
10916 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10917
10918         * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
10919         New files.
10920
10921 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10922
10923         * lib/gdb.exp (build_id_debug_filename_get): New function.
10924         * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
10925         Remove the generate DEBUG file for the future testcase runs.
10926         New testcase for the NT_GNU_BUILD_ID retrieval.
10927         Move the final testing step to ...
10928         (test_different_dir): ... a new function.
10929         New parameter XFAIL to XFAIL all the tests performed.
10930         New parameter TEST_DIFFERENT_DIR parametrizing the directory.
10931         New parameter TYPE to PF_PREFIX all the tests performed.
10932
10933 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
10934
10935         * gdb.mi/mi-var-cp.cc (path_expression): New
10936         function.
10937         * gdb.mi/mi-var-cp.exp: Run path exression tests.
10938
10939 2007-08-27  Markus Deuling  <deuling@de.ibm.com>
10940
10941         * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
10942         to fit into SPU Local Store memory.
10943
10944 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
10945
10946         * gdb.base/default.exp: Adjust the expected output of "info
10947         warranty" after the switch to GPLv3.
10948
10949 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
10950
10951         * lib/gdb.exp (default_gdb_init): Increase expect buffer size
10952         to 30000 (from 20000).
10953
10954 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
10955
10956         Switch the license of all .exp files to GPLv3.
10957         Switch the license of all .f and .f90 files to GPLv3.
10958         Switch the license of all .s and .S files to GPLv3.
10959
10960 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
10961
10962         * configure.ac: Switch license to GPLv3.
10963
10964 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
10965
10966         Switch the licensing to GPLv3 for all .ads and .adb files.
10967
10968 2007-08-22  Daniel Jacobowitz  <dan@codesourcery.com>
10969
10970         * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
10971         and t_int_double.
10972         * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
10973
10974 2007-08-17  Joel Brobecker  <brobecker@adacore.com>
10975
10976         * gdb.base/step-line.c: Switch license to GPL version 3, and
10977         update copyright year.
10978         * gdb.base/step-line.inp: Likewise.
10979
10980 2007-08-17  Joel Brobecker  <brobecker@adacore.com>
10981
10982         * gdb.base/gdb1555.exp: Make expected output immune to formatting
10983         changes inside gdb1555.c.
10984         * gdb.base/pending.exp: Likewise.
10985
10986 2007-08-13  Daniel Jacobowitz  <dan@codesourcery.com>
10987
10988         * config/default.exp: New file.
10989
10990 2007-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
10991
10992         * gdb.base/prologue.c, gdb.base/prologue.exp: New.
10993         * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
10994
10995 2007-07-30  Maciej W. Rozycki  <macro@mips.com>
10996
10997         * gdb.base/dump.exp: Force the correct endianness for binary
10998         formats not carrying this information.
10999
11000 2007-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
11001
11002         * gdb.threads/staticthreads.exp: Match .*sem_post.
11003
11004 2007-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
11005
11006         * gdb.base/readline.exp (operate_and_get_next): Match the final
11007         prompt.
11008
11009 2007-07-23  Kevin Buettner  <kevinb@redhat.com>
11010
11011         * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
11012         to restarting SID.
11013
11014 2007-07-18  Kevin Buettner  <kevinb@redhat.com>
11015
11016         * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
11017         prior to `gdb_start'.
11018
11019 2007-07-18  Kevin Buettner  <kevinb@redhat.com>
11020
11021         * config/sid.exp (gdb_load): Add test for empty argument.  Adjust
11022         return value to be compatible with gdb_run_cmd in lib/gdb.exp.
11023         Remove call to gdb_unload.
11024
11025 2007-07-17  Pedro Alves  <pedro_alves@portugalmail.pt>
11026             Daniel Jacobowitz  <dan@codesourcery.com>
11027
11028         * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
11029         for __WIN32__.
11030         (SHLIB_NAME): Delete definition.  Always pass dlerror to fprintf.
11031         * gdb.base/unload.exp: Use shared library test routines.
11032
11033 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
11034
11035         * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
11036         * gdb.base/solib-symbol-lib.c: Likewise.
11037         * gdb.base/solib-symbol-main.c: Likewise.
11038
11039 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
11040
11041         * config/gdbserver.exp (gdb_reconnect): New.
11042         * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
11043         gdb.base/solib-disc.exp: New files.
11044         * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
11045         remote debugging".
11046         (gdb_compile): Add shlib_load flag.
11047         * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
11048         port.
11049         (gdbserver_reconnect): New.
11050
11051 2007-07-01  Nick Roberts  <nickrob@snap.net.nz>
11052             Daniel Jacobowitz  <dan@codesourcery.com>
11053
11054         * gdb.base/annota3.exp: Test for if construct.
11055
11056 2007-06-26  Daniel Jacobowitz  <dan@codesourcery.com>
11057
11058         * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
11059
11060 2007-06-21  Chris Dearman  <chris@mips.com>
11061             Maciej W. Rozycki  <macro@mips.com>
11062
11063         * gdb.base/display.exp: Allow a newline after display/i.
11064         * gdb.base/pc-fp.exp: Likewise.
11065         * gdb.base/sigbpt.exp: Likewise.
11066
11067 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
11068
11069         * gdb.xml/tdesc-regs.exp: Add MIPS support.  Allow multiple
11070         required features to be included.
11071
11072 2007-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
11073
11074         * gdb.threads/manythreads.exp: Prevent expect buffer overflow
11075         in info threads output.
11076
11077 2007-06-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11078             Markus Deuling  <deuling@de.ibm.com>
11079
11080         * gdb.arch/spu-info.exp: New testcase.
11081         * gdb.arch/spu-info.c: New file.
11082
11083 2007-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
11084
11085         * gdb.arch/thumb-prologue.c: Record the breakpoint address in
11086         tpcs_offset.  Restore lr after the call.
11087         * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
11088
11089 2007-05-23  Daniel Jacobowitz  <dan@codesourcery.com>
11090
11091         * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
11092         (gdbserver_run): Kill any running gdbserver.
11093         * lib/mi-support.exp (mi_gdb_target_load): Likewise.
11094
11095 2007-05-17  Maciej W. Rozycki  <macro@mips.com>
11096
11097         * gdb.base/sigbpt.exp: Preset segv_addr.
11098
11099 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
11100
11101         * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
11102         (gdb_compile_shlib): Likewise.
11103         (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
11104         (default_gdb_init): Clear cleanfiles.
11105         (gdb_finish): Delete recorded cleanfiles.
11106         * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
11107
11108         * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
11109         Do not use isnative.
11110         * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
11111         gdb.base/so-impl-ld.exp: Likewise.
11112         * gdb.base/solib-weak.exp: Likewise.  Skip for DLL targets.
11113         * gdb.base/unload.exp: Likewise.  Do not pass empty option to
11114         gdb_compile.
11115
11116 2007-05-15  Vladimir Prus  <vladimir@codesourcery.com>
11117
11118         * config/unknown.exp: Remove.
11119
11120 2007-05-15  Markus Deuling  <deuling@de.ibm.com>
11121
11122         * gdb.base/info-proc.exp: Check is_remote.
11123
11124 2007-05-14  Markus Deuling  <deuling@de.ibm.com>
11125
11126         * gdb.base/gcore.exp: Initialize variable core_supported.
11127
11128 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
11129
11130         * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
11131
11132 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
11133
11134         * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
11135         * gdb.threads/print-threads.exp (test_all_threads): Allow
11136         negative and hexadecimal thread IDs.
11137
11138 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
11139
11140         * gdb.java/jprint.java (public): Avoid invalid call to static
11141         method.
11142
11143 2007-05-14  Denis Pilat  <denis.pilat@st.com>
11144
11145         * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
11146         gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
11147         gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
11148         gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
11149         gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
11150
11151 2007-05-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11152
11153         * gdb.base/overlays.exp: Add support for targets with only code
11154         overlay support, not data overlay.  Support spu-*-* target in
11155         this mode.
11156         * gdb.base/ovlymgr.c: Provide stubs for spu target.
11157         * gdb.base/spu.ld: New file.
11158
11159 2007-05-07  Daniel Jacobowitz  <dan@codesourcery.com>
11160
11161         * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
11162
11163 2007-05-06  Daniel Jacobowitz  <dan@codesourcery.com>
11164
11165         * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
11166
11167 2007-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
11168
11169         * gdb.java/jmain.exp: Handle demangled names with and without method
11170         signatures.
11171
11172 2007-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
11173
11174         * gdb.mi/mi-syn-frame.c (main, foo, bar)
11175         (have_a_very_merry_interrupt): Remove calls to puts.
11176         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
11177         inferior output.
11178         * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio.  Correct
11179         test names.
11180
11181 2007-04-29  Markus Deuling  <deuling@de.ibm.com>
11182             Daniel Jacobowitz  <dan@codesourcery.com>
11183
11184         * gdb.base/auxv.exp (core_works): Also check is_remote.
11185         * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
11186
11187 2007-04-25  Vladimir Prus  <vladimir@codesourcery.com>
11188
11189         * gdb.base/sigaltstack.exp: Use 'srcfile' in error
11190         message, not the undefined 'module' variable.
11191         * gdb.base/siginfo.exp: Likewise.
11192         * gdb.base/sigstep.exp: Likewise.
11193         * lib/gdbserver-support.exp (gdb_target_cmd): Quote
11194         serialport.
11195         * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
11196
11197 2007-04-25  Corinna Vinschen <vinschen@redhat.com>
11198
11199         * config/sim.exp (gdb_target_sim): Just return with -1 when setting
11200         target sim fails.  Return 0 otherwise.
11201         (gdb_load): Return prematurely if gdb_target_sim fails.
11202
11203 2007-04-16  Denis Pilat  <denis.pilat@st.com>
11204
11205         * gdb.base/setshow.exp: Reset height after having set it to 100.
11206
11207 2007-04-16  Denis Pilat  <denis.pilat@st.com>
11208
11209         * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
11210
11211 2007-04-16  Denis Pilat  <denis.pilat@st.com>
11212
11213         * gdb.mi/mi2-var-display.exp: Test for the fullname field.
11214
11215 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
11216
11217         * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
11218         tests. Run the frozen varobjs test.
11219         * gdb.mi/var-cmd.c (do_frozen_tests): New.
11220         * lib/mi-support.exp (mi_varobj_update): Fix thinko.
11221
11222 2007-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11223
11224         * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
11225         gdb.base/type-opaque.exp: New files.
11226
11227 2007-04-01  Vladimir Prus  <vladimir@codesourcery.com>
11228
11229         * gdb.mi/mi-var-child.c
11230         (do_children_tests): User char[2] instead of
11231         char so that automatic printing of pointers to char
11232         don't give unpredicable result.
11233         * gdb.mi/var-cmd.c (do_locals_test): Initialize
11234         local variables.
11235         * gdb.mi/mi-var-child.exp: Step to right line
11236         of do_children_tests.
11237         * gdb.mi/mi2-var-child.exp: Likewise.
11238         * gdb.mi/mi-var-cmd.exp: Step to right line of
11239         do_locals_tests.
11240         (do_children_tests): User char[2] instead of
11241         char so that automatic printing of pointers to char
11242         don't give unpredicable result.
11243         * gdb.mi/mi2-var-cmd.exp: Likewise.
11244         * lib/mi-support.exp (mi_continue_to_line):
11245         Pass test name to mi_wait_for_stop.
11246
11247 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
11248
11249         * gdb.asm/asm-source.exp: Remove d10v case.
11250         * lib/gdb.exp (skip_cplus_tests): Likewise.
11251         * gdb.asm/d10v.inc: Deleted.
11252
11253 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
11254
11255         * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
11256
11257 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
11258
11259         * config/netware.exp: Delete file.
11260
11261 2007-03-29  Joel Brobecker  <brobecker@adacore.com>
11262
11263         * gdb.dwarf2/dw2-noloc.S: New file.
11264         * gdb.dwarf2/dw2-noloc.exp: New file.
11265
11266 2007-03-28  Pedro Alves  <pedro_alves@portugalmail.pt>
11267
11268         * gdb.cp/method2.cc: New test.
11269         * gdb.cp/method2.exp: New test.
11270         * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
11271
11272 2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
11273
11274         * gdb.ada/exec_changed.exp: Avoid "set confirm off".
11275
11276 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
11277
11278         * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
11279
11280 2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
11281
11282         * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
11283         (gdb_load): Delete, replace with...
11284         (gdb_reload): ...this.
11285         * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
11286         * gdb.server/server-mon.exp: Likewise.
11287         * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
11288         (gdb_start_cmd): New.
11289         (gdb_file_cmd): Save the last loaded file.
11290         (gdb_reload): New.
11291         (gdb_gnu_strip_debug): Use transform.
11292         * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
11293         support here.  Use new $last_loaded_file.  Check mtime.
11294         (gdb_target_cmd): Handle ObjC failure case.
11295         (infer_host_exec): Delete.
11296         (gdbserver_load): Rename to...
11297         (gdbserver_run): ...this.  Simplify.
11298         * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
11299         (mi_gdb_load): Move most contents to a new function...
11300         (mi_gdb_target_load): ...here.  Simplify call to gdbserver_gdb_load.
11301         (mi_run_cmd): Use mi_gdb_target_load.
11302         * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
11303         gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
11304         Use gdb_run_cmd.
11305         * gdb.base/charsign.exp: Remove incorrect comment.
11306         * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
11307         * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
11308         gdb.base/start.exp: Use gdb_start_cmd.
11309
11310 2007-03-23  Nigel Stephens  <nigel@mips.com>
11311             Maciej W. Rozycki  <macro@mips.com>
11312
11313         * gdb.base/sigbpt.exp: Fix the message when skipping test.
11314         * gdb.base/signull.exp: Similarly.
11315
11316 2007-03-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11317
11318         * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
11319         messages available to test cases (like chng-sym.exp).
11320
11321 2007-03-14  Andreas Schwab  <schwab@suse.de>
11322
11323         * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
11324         format changes.
11325
11326 2007-03-13  Daniel Jacobowitz  <dan@codesourcery.com>
11327
11328         * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
11329         (optimized_1): New.
11330         (main): Call optimized_1.
11331         (gdb2029): Correct typos.  Call gdb2029_marker.
11332         * gdb.arch/powerpc-prologue.exp: Run new test.  Use a breakpoint
11333         for gdb2029.
11334
11335 2007-03-12  Mark Kettenis  <kettenis@gnu.org>
11336
11337         * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
11338         as tabs.  Remove redundant test pattern.
11339
11340 2007-03-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11341
11342         * gdb.base/long_long.exp: Accept optional symbol name in <...>
11343         for /a format output.
11344
11345 2007-03-09  Daniel Jacobowitz  <dan@codesourcery.com>
11346
11347         * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
11348         collect output incrementally.
11349
11350 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11351
11352         * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
11353         for -var-create lpcharacter test.
11354         * gdb.mi/mi2-var-cmd.exp: Likewise.
11355
11356 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11357
11358         * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
11359         pass on targets where address zero is readable.
11360
11361 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11362
11363         * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
11364         just a single architecture.
11365
11366 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11367
11368         * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
11369         (fetch_all_registers): New function, uses gdb_test_multiple and
11370         exp_continue to fetch inferior output line-by-line.
11371         Replace all uses of do_get_all_registers by fetch_all_registers.
11372
11373 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11374
11375         * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
11376         in target_info.
11377
11378 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
11379
11380         * gdb.threads/manythreads.exp: Use $message string for
11381         consistancy; add a default (timeout) case.
11382
11383 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
11384
11385         * gdb.base/watchpoint.exp: Fix truncated comment.
11386
11387 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
11388
11389         * Makefile.in: Remove spurious single-quotes from sed command.
11390
11391 2007-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
11392
11393         * gdb.mi/mi-var-cmd.exp: Correct test name.  Allow any value for
11394         func.
11395         * gdb.mi/mi2-var-cmd.exp: Likewise.
11396
11397 2007-02-27  Joel Brobecker  <brobecker@adacore.com>
11398
11399         * gdb.dwarf2/dw2-producer.S: New file.
11400         * gdb.dwarf2/dw2-producer.exp: New testcase.
11401
11402 2007-02-27  Nick Roberts  <nickrob@snap.net.nz>
11403
11404         * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
11405         * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
11406         * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
11407         * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
11408         * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
11409         Revert tests to use mi_gdb_test and include value field in output
11410         of -var-create.
11411
11412 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
11413
11414         * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
11415
11416 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
11417
11418         * gdb.base/maint.exp: Remove full paths from test names.
11419         * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
11420         gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
11421
11422 2007-02-27  Joel Brobecker  <brobecker@adacore.com>
11423
11424         * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
11425
11426 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
11427
11428         * gdb.server/server-mon.exp: New test.
11429
11430 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
11431
11432         * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
11433
11434 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
11435
11436         * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
11437         register capitalization.
11438
11439 2007-02-13  Denis Pilat  <denis.pilat@st.com>
11440
11441         * gdb.mi/mi-var-invalidate.exp: New file.
11442
11443 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
11444
11445         * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
11446
11447 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
11448
11449         * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
11450
11451 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
11452
11453         * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
11454         gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
11455
11456 2007-02-08  Nick Roberts  <nickrob@snap.net.nz>
11457
11458         * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
11459         * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
11460         * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
11461         * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
11462         * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
11463         * gdb.mi/gdb792.exp, lib/mi-support.exp:
11464         Update tests to include value field in output of -var-create.
11465
11466 2007-02-08  Andreas Schwab  <schwab@suse.de>
11467
11468         * gdb.mi/mi-var-child.exp: Fix matching display of function value.
11469
11470 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
11471
11472         * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
11473         gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
11474
11475 2007-02-02  Denis Pilat  <denis.pilat@st.com>
11476
11477         * gdb.threads/threadapply.exp: check that frame is not changed by
11478         the thread apply all command.
11479
11480 2007-01-31  Andreas Schwab  <schwab@suse.de>
11481
11482         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
11483
11484         * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
11485         in the dwarf sections.
11486         * gdb.dwarf2/mac-fileno.S: Likewise.
11487
11488         * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
11489         bspstore register on ia64.
11490
11491 2007-01-29  Andreas Schwab  <schwab@suse.de>
11492
11493         * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
11494         "frame-begin" annotation.
11495
11496         * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
11497         number of "frames-invalid" annotations.
11498
11499 2007-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
11500
11501         * gdb.base/commands.exp: Call if_commands_test.
11502         (gdb_test_no_prompt, if_commands_test): New.
11503
11504 2007-01-28  Mark Kettenis  <kettenis@gnu.org>
11505
11506         * gdb.threads/sigthread.c (NSIGS): Make bigger.
11507
11508 2007-01-27  Andreas Schwab  <schwab@suse.de>
11509
11510         * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
11511         .short/.int/.quad in the dwarf sections.
11512         * gdb.dwarf2/dw2-intercu.S: Likewise.
11513         * gdb.dwarf2/dw2-intermix.S: Likewise.
11514
11515 2007-01-25  Jan Kratochvil <jan.kratochvil@redhat.com>
11516
11517         * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
11518         * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
11519         array.
11520         * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
11521         * gdb.base/setvar.exp: Likewise.
11522
11523 2007-01-26  Andreas Schwab  <schwab@suse.de>
11524
11525         * gdb.base/corefile.exp: Allow non-empty argument list in reinit
11526         test.
11527
11528         * gdb.base/multi-forks.exp ("restart $i"): Also match
11529         __kernel_syscall_via_break.
11530
11531 2007-01-24  Vladimir Prus  <vladimir@codesourcery.com>
11532
11533         * lib/mi-support.exp (mi_delete_varobj): New.
11534         * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
11535         testcase.
11536         * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
11537         (main): Call the above.
11538         (reference_update_test, base_in_reference_test)
11539         (reference_to_pointer): Delete the created varobjs.
11540
11541 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
11542
11543         * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
11544         * configure: Regenerated.
11545         * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
11546         * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
11547         gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
11548         gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
11549         * lib/gdb.exp (gdb_skip_xml_test): New function.
11550
11551 2007-01-23  Nick Hudson  <nick.hudson@dsl.pipex.com>
11552
11553         * gdb.base/sigrepeat.exp: Correct error message.
11554
11555 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11556             Daniel Jacobowitz  <dan@codesourcery.com>
11557
11558         * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
11559         gdb.arch/i386-gnu-cfi-asm.S: New files.
11560
11561 2007-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
11562
11563         * lib/gdb.exp: Abort on missing `site.exp'.
11564
11565 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11566             Daniel Jacobowitz  <dan@codesourcery.com>
11567
11568         * gdb.base/included.c, gdb.base/included.exp,
11569         gdb.base/included.h: New files.
11570
11571 2007-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
11572
11573         * gdb.base/bigcore.c (RLIMIT_CAP): Define.
11574         (maximize_rlimit): Reduce limits on 64-bit systems.
11575
11576 2007-01-19  Mark Kettenis  <kettenis@gnu.org>
11577
11578         From Marcus Deuling <deuling@de.ibm.com>:
11579         * gdb.arch/altivec-regs.exp: Initialise variable endianness in
11580         every case.
11581
11582 2007-01-13  Nick Roberts  <nickrob@snap.net.nz>
11583
11584         * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
11585         (test_path_specification): Use objdir instead of srcdir to always
11586         get an absolute filename.
11587
11588 2007-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
11589
11590         * gdb.cp/member-ptr.cc (class Padding): Make contents public.
11591
11592 2007-01-11  Vladimir Prus  <vladimir@codesourcery.com>
11593
11594         * gdb.mi/mi-var-cp.cc (reference_update_tests):
11595         Make sure the variable we're using is in scope.
11596         (reference_to_pointer): Likewise.
11597
11598 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
11599
11600         * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
11601         has no debug information.
11602
11603 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
11604
11605         * gdb.base/annota1.exp: Remove extra send_gdb.
11606
11607 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11608
11609         * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
11610
11611 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11612
11613         * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
11614
11615 2007-01-08  Nick Roberts  <nickrob@snap.net.nz>
11616             Daniel Jacobowitz  <dan@codesourcery.com>
11617
11618         * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
11619         lcharacter or linteger change.  Correct duplicated test name.
11620         * gdb.mi/mi2-var-cmd.exp: Likewise.
11621
11622 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
11623
11624         * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
11625
11626 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
11627
11628         * gdb.base/nofield.c: New file.
11629         * gdb.base/nofield.exp: New testcase.
11630
11631 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
11632
11633         * gdb.mi/mi-var-cp.exp: New test for references to pointers.
11634
11635         * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
11636          test.
11637
11638 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
11639
11640         * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
11641
11642 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
11643
11644         * lib/mi-support.exp (mi_runto_helper): Expect two prompts
11645         when continuing.
11646
11647 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
11648
11649         * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
11650         Expect ".exe" extension.
11651
11652 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
11653
11654         * gdb.base/charset.exp: Add explicit filename to break.
11655         * gdb.base/dbx.exp: Add explicit filename to breaks.
11656
11657 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
11658
11659         * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
11660         * gdb.mi/mi2-file.exp: Likewise.
11661
11662 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
11663
11664         Implement specification of MI tests as comments
11665         in C and C++ sources.
11666         * lib/mi-support.exp (mi_autotest_data): New variable.
11667         (mi_autotest_source): New variable.
11668         (count_newlines, mi_prepare_inline_tests)
11669         (mi_get_inline_test, mi_continue_to_line)
11670         (mi_run_inline_test, mi_tbreak)
11671         (mi_send_resuming_command, mi_wait_for_stop): New functions.
11672         * gdb.mi/mi-var-cp.exp: Move most content to the C file.
11673         Run inline tests.
11674         * gdb.mi/mi-var-cp.cc: Define tests here.
11675
11676 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
11677
11678         Simplify usage of mi_continue_to.
11679         * lib/mi-support.exp (mi_runto_helper): Renamed
11680         from mi_runto, added new parameter 'run_or_continue'.
11681         (mi_runto): Use mi_runto_helper.
11682         (mi_continue_to): Accept just function name as parameter.
11683         Use mi_runto_helper.
11684         * gdb.mi/mi-var-cmd.exp: Adjust to changes.
11685         * gdb.mi/mi2-var-cmd.exp: Likewise.
11686
11687 2006-01-04  Joel Brobecker  <brobecker@adacore.com>
11688
11689         Make this testcase a bit more realistic. The current code
11690         is too simplistic, and allows the compiler to optimize out
11691         some of the entities we need for this testcase.
11692         * gdb.ada/null_record/bar.ads (Void_Star): New type.
11693         (Do_Nothing): Add extra parameter.
11694         * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
11695         * gdb.ada/null_record/null_record.adb: Fake use of type Empty
11696         by using a variable of type Void_Star.
11697
11698 2006-01-04  Joel Brobecker  <brobecker@adacore.com>
11699
11700         * gdb.ada/catch_ex/foo.adb: New file.
11701         * gdb.ada/catch_ex.exp: New testcase.
11702
11703 2007-01-03  Pedro Alves  <pedro_alves@portugalmail.pt>
11704
11705         * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
11706         pass --image-base to linker.
11707
11708 2007-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11709             Daniel Jacobowitz  <dan@codesourcery.com>
11710
11711         * gdb.base/readline.exp: Set $TERM.  Test arrow keys in
11712         secondary prompts.
11713
11714 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
11715
11716         * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
11717         output.  Test the types of members and member pointers.
11718         * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
11719         gdb/2092.
11720         * gdb.cp/member-ptr.exp: Search for a comment instead of a
11721         statement.  Enable for GCC.  Update expected output for some tests
11722         and add new tests.  Remove obsolete GCC KFAILs.  Allow GCC's class
11723         layout.
11724         * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
11725         (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
11726         (Diamond::vget_base): New.
11727         (main): Add new tests.
11728         * gdb.cp/printmethod.exp: Update expected output for member functions.
11729         * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
11730         print pEe->D::vg().
11731
11732 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
11733
11734         * gdb.threads/tls.exp: Allow stops in sem_post.
11735
11736 2006-12-31  Daniel Jacobowitz  <dan@codesourcery.com>
11737
11738         * gdb.base/annota1.exp: Allow .*printf in backtraces.
11739         * gdb.base/annota3.exp: Likewise.
11740         * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
11741         again (instead of timing out).
11742         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
11743         GCC bug 26475.
11744         * gdb.java/jmisc.exp: Adjust to work with method signatures including
11745         return types.  Add kfails for GDB bugs 2214 and 2215.  Move exit
11746         test from jmisc1.exp.
11747         * gdb.java/jmisc1.exp: Delete.
11748         * gdb.java/jprint.exp: Adjust to work with method signatures including
11749         return types.
11750         * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
11751         * gdb.threads/linux-dp.exp: Don't be confused by program output.
11752         * lib/java.exp (compile_java_from_source): Pass the correct type
11753         to target_compile.
11754
11755 2006-12-31  Joel Brobecker  <brobecker@adacore.com>
11756
11757         * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
11758         (stack_align_edx): New function.
11759         (stack_align_eax): New function.
11760         (main): Add calls to stack_align_edx and stack_align_eax.
11761         * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
11762         Add testing for the cases where the register used during a stack
11763         realignment is edx. Same for eax.
11764
11765 2006-12-30  Pedro Alves  <pedro_alves@portugalmail.pt>
11766
11767         * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
11768         and generic PE targets.
11769
11770 2006-12-29  Joel Brobecker  <brobecker@adacore.com>
11771
11772         * gdb.ada/array_return.exp: Update copyright date list.
11773
11774 2006-12-27  Joel Brobecker  <brobecker@adacore.com>
11775
11776         * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
11777         (Create_Small_Float_Vector): New function.
11778         * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
11779         function body.
11780         * gdb.ada/array_return/p.adb: Use new type and function from
11781         package Pck.
11782         * gdb.ada/array_return.exp: Add a test verifying that GDB is
11783         able to print the value returned by a function returning an
11784         array of float.
11785
11786 2006-12-20  Joel Brobecker  <brobecker@adacore.com>
11787
11788         * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
11789         The associated tests should be PASSing.
11790
11791 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
11792
11793         Test for base in references.
11794         * gdb.mi/mi-var-cp.cc: Add test code.
11795         * gdb.mi/mi-var-cp.exp: Test for bases in references.
11796         * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
11797         * gdb.mi/mi2-watch.exp: Likewise.
11798         * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
11799         (mi_list_varobj_children): New function.
11800
11801 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
11802
11803         * lib/mi-support.exp
11804         (mi_runto): Accept "()" after function name.
11805         (mi_create_varobj): New function.
11806         (mi_varobj_update): New function.
11807         (mi_Check_varobj_value): New function.
11808         * gdb.mi/mi-var-cp.exp: New file.
11809         * gdb.mi/mi-var-cp.cc: New file.
11810
11811 2006-12-01  Daniel Jacobowitz  <dan@codesourcery.com>
11812
11813         * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
11814         gdb.base/weaklib2.c: New files.
11815
11816 2006-11-29  Nathan Sidwell  <nathan@codesourcery.com>
11817
11818         * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
11819         info.  Adjust test names.
11820
11821         * gdb.base/break.c (main): Move position of malloc.
11822         * gdb.base/break.exp: Revert mistaken checkin.
11823
11824 2006-11-28  Vladimir Prus  <vladimir@codesourcery.com>
11825
11826         * gdb.mi/mi-var-cmd.exp: Check -var-update after
11827         assignement of arrays and function pointers.
11828         * gdb.mi/var-cmd.c: Add declaration necessary for above
11829         tests.
11830
11831 2006-11-27  Nathan Sidwell  <nathan@codesourcery.com>
11832
11833         * gdb.base/break.c (main): Call malloc.
11834
11835         * gdb.threads/linux-dp.exp: Read thread table before and after
11836         creating each philosopher and verify it.
11837
11838 2006-11-27  Nathan Sidwell  <nathan@codesourcery.com>
11839             Paul Brook  <paul@codesourcery.com>
11840             Daniel Jacobowitz  <dan@codesourcery.com>
11841
11842         * gdb.base/ending-run.exp: Flatten expect script stepping out of
11843         main to remove duplication.  Add start function of the form
11844         '_*start[1-9]*'. Add RVDS start function.
11845
11846 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
11847
11848         * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
11849
11850 2006-11-22  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11851
11852         * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
11853         * gdb.asm/spu.inc: New file.
11854         * gdb.base/term.exp: Disable if [target_info exists noargs].
11855         * gdb.gdb/complaints.exp: Disable if ![isnative].
11856         * gdb.gdb/selftest.exp: Likewise.
11857         * gdb.gdb/observer.exp: Likewise.
11858         * gdb.gdb/xfullpath.exp: Likewise.
11859         * gdb.base/attach.exp: Disable on SPU target.
11860         * gdb.cp/bs145503.exp: Likewise.
11861         * gdb.cp/exception.exp: Likewise.
11862         * gdb.cp/userdef.exp: Likewise.
11863
11864 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
11865
11866         * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
11867
11868 2006-11-10  Vladimir Prus  <vladimir@codesourcery.com>
11869
11870         * gdb.base/completion.exp: Fix completion tests for
11871         'info' and 'info '.
11872         * gdb.base/help.exp (help_test_raw, test_class_help)
11873         (test_prefix_command_help): Move...
11874         * lib/gdb.exp: Here.
11875         * gdb.base/main.exp: Adjust.
11876         * gdb.cp/maint.exp: Adjust.
11877         * gdb.trace/tracecmd.exp: Use test_help_class.
11878
11879 2006-11-09  Vladimir Prus  <vladimir@codesourcery.com>
11880
11881         * gdb.stabs/weird.exp (print_weird_var): Use
11882         gdb_test_multiple instead of gdb_expect.
11883
11884 2006-11-09  Vladimir Prus  <vladimir@codesourcery.com>
11885
11886         * gdb.base/help.exp (help_test_raw): New.
11887         (test_class_help): New.
11888         (test_prefix_command_help): New.
11889         Adjust testcases.
11890
11891 2006-11-09  Christophe Lyon  <christophe.lyon@st.com>
11892
11893         * gdb.base/constvars.c (main): Write to crass and crips, so that
11894         they are allocated by the compiler.
11895
11896 2006-10-27  Andreas Schwab  <schwab@suse.de>
11897
11898         * gdb.base/multi-forks.exp: Use "detach fork" instead of
11899         "detach-fork".
11900
11901 2006-10-18  Daniel Jacobowitz  <dan@codesoucery.com>
11902
11903         * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
11904         of patterns.
11905
11906 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
11907
11908         * gdb.base/sepdebug.exp: Remove debug format test.
11909         * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
11910         Handle no-symtab.
11911         * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
11912
11913 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
11914
11915         * gdb.threads/manythreads.c (thread_function, main): Don't cast
11916         int to pointer or pointer to int.
11917         * gdb.threads/manythreads.exp: Don't expect the string "LWP".
11918
11919 2006-10-12  Daniel Jacobowitz  <dan@codesourcery.com>
11920
11921         * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
11922
11923 2006-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11924
11925         * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
11926
11927 2006-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
11928
11929         PR c++/2116
11930         * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
11931
11932 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
11933
11934         * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
11935         the corresponding bug has been fixed in GDB (PR/2018).
11936
11937 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
11938
11939         * gdb.base/subst.exp: New testcase.
11940
11941 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
11942
11943         * gdb.ada/array_return/pck.ads: Add copyright notice.
11944         * gdb.ada/array_return/pck.adb: Likewise.
11945         * gdb.ada/array_return/p.adb: Likewise.
11946         * gdb.ada/exec_changed/first.adb: Likewise.
11947         * gdb.ada/exec_changed/second.adb: Likewise.
11948
11949 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
11950
11951         * gdb.ada/watch_arg/watch.adb: New file.
11952         * gdb.ada/watch_arg.exp: New testcase.
11953
11954 2006-10-02  Vladimir Prus  <vladimir@codesourcery.com>
11955
11956         * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
11957         via string_to_regexp.
11958         * gdb.mi/mi2-basics.exp: Likewise.
11959
11960 2006-09-20  Michael Snyder  <michael.snyder@palmsource.com>
11961
11962         * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
11963         Remove unused / obsolete files.
11964
11965 2006-09-19  Nick Roberts  <nickrob@snap.net.nz>
11966
11967         * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
11968
11969 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
11970
11971         * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
11972         HIGH_FRAME argument to -stack-list-arguments can be larger than
11973         the number of frames.
11974
11975 2006-09-15  Daniel Jacobowitz  <dan@codesourcery.com>
11976
11977         * gdb.base/args.c (main): Add breakpoint marker.
11978         * gdb.base/args.exp: Use args_test for tests.  Add new tests which
11979         really test empty arguments.
11980         (args_load): Delete.
11981         (args_test): New.
11982
11983 2006-09-13  Nick Roberts  <nickrob@snap.net.nz>
11984
11985         * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
11986         check for one file.
11987
11988 2006-09-07  Vladimir Prus  <ghost@vladimir@codesourcery.com>
11989
11990         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
11991         HIGH_FRAME argument to -stack-list-locals can be larger than
11992         the number of frames.
11993
11994 2006-08-18  Fred Fish  <fnf@specifix.com>
11995
11996         * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
11997         '$' in front of skip_vmx_tests_saved when setting that.
11998
11999 2006-08-10  Andrew Stubbs  <andrew.stubbs@st.com>
12000
12001         * gdb.base/trace-commands.exp: New file.
12002
12003 2006-08-10  Joel Brobecker  <brobecker@adacore.com>
12004             Daniel Jacobowitz  <dan@codesourcery.com>
12005
12006         * gdb.base/step-bt.exp: Make hexadecimal address optional in
12007         expected output of the backtrace commands.
12008
12009 2006-08-09  Joel Brobecker  <brobecker@adacore.com>
12010
12011         * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
12012         untested followed by return combination.
12013         * gdb.arch/altivec-regs.exp: Likewise.
12014         * gdb.arch/e500-abi.exp: Likewise.
12015         * gdb.arch/e500-regs.exp: Likewise.
12016         * gdb.arch/gdb1291.exp: Likewise.
12017         * gdb.arch/gdb1431.exp: Likewise.
12018         * gdb.arch/gdb1558.exp: Likewise.
12019         * gdb.arch/i386-prologue.exp: Likewise.
12020         * gdb.arch/i386-unwind.exp: Likewise.
12021         * gdb.asm/asm-source.exp: Likewise.
12022         * gdb.base/a2-run.exp: Likewise.
12023         * gdb.base/advance.exp: Likewise.
12024         * gdb.base/all-bin.exp: Likewise.
12025         * gdb.base/annota1.exp: Likewise.
12026         * gdb.base/annota3.exp: Likewise.
12027         * gdb.base/args.exp: Likewise.
12028         * gdb.base/arithmet.exp: Likewise.
12029         * gdb.base/assign.exp: Likewise.
12030         * gdb.base/async.exp: Likewise.
12031         * gdb.base/attach.exp: Likewise.
12032         * gdb.base/bang.exp: Likewise.
12033         * gdb.base/bigcore.exp: Likewise.
12034         * gdb.base/bitfields.exp: Likewise.
12035         * gdb.base/bitfields2.exp: Likewise.
12036         * gdb.base/break.exp: Likewise.
12037         * gdb.base/call-sc.exp: Likewise.
12038         * gdb.base/call-strs.exp: Likewise.
12039         * gdb.base/callfuncs.exp: Likewise.
12040         * gdb.base/checkpoint.exp: Likewise.
12041         * gdb.base/chng-syms.exp: Likewise.
12042         * gdb.base/code-expr.exp: Likewise.
12043         * gdb.base/commands.exp: Likewise.
12044         * gdb.base/completion.exp: Likewise.
12045         * gdb.base/cond-expr.exp: Likewise.
12046         * gdb.base/condbreak.exp: Likewise.
12047         * gdb.base/consecutive.exp: Likewise.
12048         * gdb.base/constvars.exp: Likewise.
12049         * gdb.base/corefile.exp: Likewise.
12050         * gdb.base/cvexpr.exp: Likewise.
12051         * gdb.base/dbx.exp: Likewise.
12052         * gdb.base/define.exp: Likewise.
12053         * gdb.base/detach.exp: Likewise.
12054         * gdb.base/display.exp: Likewise.
12055         * gdb.base/dump.exp: Likewise.
12056         * gdb.base/ena-dis-br.exp: Likewise.
12057         * gdb.base/ending-run.exp: Likewise.
12058         * gdb.base/environ.exp: Likewise.
12059         * gdb.base/eval-skip.exp: Likewise.
12060         * gdb.base/exprs.exp: Likewise.
12061         * gdb.base/fileio.exp: Likewise.
12062         * gdb.base/finish.exp: Likewise.
12063         * gdb.base/float.exp: Likewise.
12064         * gdb.base/foll-exec.exp: Likewise.
12065         * gdb.base/foll-fork.exp: Likewise.
12066         * gdb.base/foll-vfork.exp: Likewise.
12067         * gdb.base/freebpcmd.exp: Likewise.
12068         * gdb.base/funcargs.exp: Likewise.
12069         * gdb.base/gcore.exp: Likewise.
12070         * gdb.base/gdb1090.exp: Likewise.
12071         * gdb.base/gdb1250.exp: Likewise.
12072         * gdb.base/huge.exp: Likewise.
12073         * gdb.base/info-proc.exp: Likewise.
12074         * gdb.base/interrupt.exp: Likewise.
12075         * gdb.base/jump.exp: Likewise.
12076         * gdb.base/langs.exp: Likewise.
12077         * gdb.base/lineinc.exp: Likewise.
12078         * gdb.base/list.exp: Likewise.
12079         * gdb.base/logical.exp: Likewise.
12080         * gdb.base/long_long.exp: Likewise.
12081         * gdb.base/macscp.exp: Likewise.
12082         * gdb.base/maint.exp: Likewise.
12083         * gdb.base/mips_pro.exp: Likewise.
12084         * gdb.base/miscexprs.exp: Likewise.
12085         * gdb.base/multi-forks.exp: Likewise.
12086         * gdb.base/opaque.exp: Likewise.
12087         * gdb.base/overlays.exp: Likewise.
12088         * gdb.base/pc-fp.exp: Likewise.
12089         * gdb.base/pointers.exp: Likewise.
12090         * gdb.base/printcmds.exp: Likewise.
12091         * gdb.base/psymtab.exp: Likewise.
12092         * gdb.base/ptype.exp: Likewise.
12093         * gdb.base/recurse.exp: Likewise.
12094         * gdb.base/relational.exp: Likewise.
12095         * gdb.base/relocate.exp: Likewise.
12096         * gdb.base/remote.exp: Likewise.
12097         * gdb.base/reread.exp: Likewise.
12098         * gdb.base/restore.exp: Likewise.
12099         * gdb.base/return.exp: Likewise.
12100         * gdb.base/return2.exp: Likewise.
12101         * gdb.base/scope.exp: Likewise.
12102         * gdb.base/sect-cmd.exp: Likewise.
12103         * gdb.base/sep.exp: Likewise.
12104         * gdb.base/sepdebug.exp: Likewise.
12105         * gdb.base/setshow.exp: Likewise.
12106         * gdb.base/setvar.exp: Likewise.
12107         * gdb.base/sigall.exp: Likewise.
12108         * gdb.base/sigbpt.exp: Likewise.
12109         * gdb.base/signals.exp: Likewise.
12110         * gdb.base/signull.exp: Likewise.
12111         * gdb.base/sizeof.exp: Likewise.
12112         * gdb.base/solib.exp: Likewise.
12113         * gdb.base/step-line.exp: Likewise.
12114         * gdb.base/step-test.exp: Likewise.
12115         * gdb.base/structs.exp: Likewise.
12116         * gdb.base/structs2.exp: Likewise.
12117         * gdb.base/term.exp: Likewise.
12118         * gdb.base/twice.exp: Likewise.
12119         * gdb.base/until.exp: Likewise.
12120         * gdb.base/varargs.exp: Likewise.
12121         * gdb.base/volatile.exp: Likewise.
12122         * gdb.base/watchpoint.exp: Likewise.
12123         * gdb.base/whatis-exp.exp: Likewise.
12124         * gdb.base/whatis.exp: Likewise.
12125         * gdb.cp/ambiguous.exp: Likewise.
12126         * gdb.cp/annota2.exp: Likewise.
12127         * gdb.cp/annota3.exp: Likewise.
12128         * gdb.cp/bool.exp: Likewise.
12129         * gdb.cp/breakpoint.exp: Likewise.
12130         * gdb.cp/casts.exp: Likewise.
12131         * gdb.cp/class2.exp: Likewise.
12132         * gdb.cp/classes.exp: Likewise.
12133         * gdb.cp/cplusfuncs.exp: Likewise.
12134         * gdb.cp/ctti.exp: Likewise.
12135         * gdb.cp/derivation.exp: Likewise.
12136         * gdb.cp/exception.exp: Likewise.
12137         * gdb.cp/gdb1355.exp: Likewise.
12138         * gdb.cp/hang.exp: Likewise.
12139         * gdb.cp/inherit.exp: Likewise.
12140         * gdb.cp/local.exp: Likewise.
12141         * gdb.cp/m-data.exp: Likewise.
12142         * gdb.cp/m-static.exp: Likewise.
12143         * gdb.cp/member-ptr.exp: Likewise.
12144         * gdb.cp/method.exp: Likewise.
12145         * gdb.cp/misc.exp: Likewise.
12146         * gdb.cp/namespace.exp: Likewise.
12147         * gdb.cp/overload.exp: Likewise.
12148         * gdb.cp/ovldbreak.exp: Likewise.
12149         * gdb.cp/pr-1023.exp: Likewise.
12150         * gdb.cp/pr-1210.exp: Likewise.
12151         * gdb.cp/pr-574.exp: Likewise.
12152         * gdb.cp/printmethod.exp: Likewise.
12153         * gdb.cp/psmang.exp: Likewise.
12154         * gdb.cp/ref-params.exp: Likewise.
12155         * gdb.cp/ref-types.exp: Likewise.
12156         * gdb.cp/rtti.exp: Likewise.
12157         * gdb.cp/templates.exp: Likewise.
12158         * gdb.cp/try_catch.exp: Likewise.
12159         * gdb.cp/userdef.exp: Likewise.
12160         * gdb.cp/virtfunc.exp: Likewise.
12161         * gdb.disasm/am33.exp: Likewise.
12162         * gdb.disasm/h8300s.exp: Likewise.
12163         * gdb.disasm/mn10300.exp: Likewise.
12164         * gdb.disasm/sh3.exp: Likewise.
12165         * gdb.disasm/t01_mov.exp: Likewise.
12166         * gdb.disasm/t02_mova.exp: Likewise.
12167         * gdb.disasm/t03_add.exp: Likewise.
12168         * gdb.disasm/t04_sub.exp: Likewise.
12169         * gdb.disasm/t05_cmp.exp: Likewise.
12170         * gdb.disasm/t06_ari2.exp: Likewise.
12171         * gdb.disasm/t07_ari3.exp: Likewise.
12172         * gdb.disasm/t08_or.exp: Likewise.
12173         * gdb.disasm/t09_xor.exp: Likewise.
12174         * gdb.disasm/t10_and.exp: Likewise.
12175         * gdb.disasm/t11_logs.exp: Likewise.
12176         * gdb.disasm/t12_bit.exp: Likewise.
12177         * gdb.disasm/t13_otr.exp: Likewise.
12178         * gdb.hp/gdb.aCC/optimize.exp: Likewise.
12179         * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
12180         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12181         * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
12182         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
12183         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
12184         * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
12185         * gdb.hp/gdb.base-hp/reg.exp: Likewise.
12186         * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
12187         * gdb.hp/gdb.compat/xdb1.exp: Likewise.
12188         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
12189         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
12190         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
12191         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
12192         * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
12193         * gdb.mi/gdb701.exp: Likewise.
12194         * gdb.mi/gdb792.exp: Likewise.
12195         * gdb.mi/mi-basics.exp: Likewise.
12196         * gdb.mi/mi-break.exp: Likewise.
12197         * gdb.mi/mi-cli.exp: Likewise.
12198         * gdb.mi/mi-console.exp: Likewise.
12199         * gdb.mi/mi-disassemble.exp: Likewise.
12200         * gdb.mi/mi-eval.exp: Likewise.
12201         * gdb.mi/mi-file.exp: Likewise.
12202         * gdb.mi/mi-read-memory.exp: Likewise.
12203         * gdb.mi/mi-regs.exp: Likewise.
12204         * gdb.mi/mi-return.exp: Likewise.
12205         * gdb.mi/mi-simplerun.exp: Likewise.
12206         * gdb.mi/mi-stack.exp: Likewise.
12207         * gdb.mi/mi-stepi.exp: Likewise.
12208         * gdb.mi/mi-syn-frame.exp: Likewise.
12209         * gdb.mi/mi-until.exp: Likewise.
12210         * gdb.mi/mi-var-block.exp: Likewise.
12211         * gdb.mi/mi-var-child.exp: Likewise.
12212         * gdb.mi/mi-var-cmd.exp: Likewise.
12213         * gdb.mi/mi-var-display.exp: Likewise.
12214         * gdb.mi/mi-watch.exp: Likewise.
12215         * gdb.mi/mi2-basics.exp: Likewise.
12216         * gdb.mi/mi2-break.exp: Likewise.
12217         * gdb.mi/mi2-cli.exp: Likewise.
12218         * gdb.mi/mi2-console.exp: Likewise.
12219         * gdb.mi/mi2-disassemble.exp: Likewise.
12220         * gdb.mi/mi2-eval.exp: Likewise.
12221         * gdb.mi/mi2-file.exp: Likewise.
12222         * gdb.mi/mi2-read-memory.exp: Likewise.
12223         * gdb.mi/mi2-regs.exp: Likewise.
12224         * gdb.mi/mi2-return.exp: Likewise.
12225         * gdb.mi/mi2-simplerun.exp: Likewise.
12226         * gdb.mi/mi2-stack.exp: Likewise.
12227         * gdb.mi/mi2-stepi.exp: Likewise.
12228         * gdb.mi/mi2-syn-frame.exp: Likewise.
12229         * gdb.mi/mi2-until.exp: Likewise.
12230         * gdb.mi/mi2-var-block.exp: Likewise.
12231         * gdb.mi/mi2-var-child.exp: Likewise.
12232         * gdb.mi/mi2-var-cmd.exp: Likewise.
12233         * gdb.mi/mi2-var-display.exp: Likewise.
12234         * gdb.mi/mi2-watch.exp: Likewise.
12235         * gdb.stabs/exclfwd.exp: Likewise.
12236         * gdb.stabs/weird.exp: Likewise.
12237         * gdb.threads/gcore-thread.exp: Likewise.
12238         * gdb.trace/actions.exp: Likewise.
12239         * gdb.trace/backtrace.exp: Likewise.
12240         * gdb.trace/circ.exp: Likewise.
12241         * gdb.trace/collection.exp: Likewise.
12242         * gdb.trace/deltrace.exp: Likewise.
12243         * gdb.trace/infotrace.exp: Likewise.
12244         * gdb.trace/limits.exp: Likewise.
12245         * gdb.trace/packetlen.exp: Likewise.
12246         * gdb.trace/passc-dyn.exp: Likewise.
12247         * gdb.trace/passcount.exp: Likewise.
12248         * gdb.trace/report.exp: Likewise.
12249         * gdb.trace/save-trace.exp: Likewise.
12250         * gdb.trace/tfind.exp: Likewise.
12251         * gdb.trace/tracecmd.exp: Likewise.
12252         * gdb.trace/while-dyn.exp: Likewise.
12253         * gdb.trace/while-stepping.exp: Likewise.
12254
12255 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
12256
12257         * gdb.base/step-bt.c: New file.
12258         * gdb.base/step-bt.exp: New testcase.
12259
12260 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
12261
12262         * config/monitor.exp (gdb_load): Remove support for obsolete
12263         download-write-size.
12264         * gdb.base/remote.exp: Likewise.  Update all callers of
12265         gdb_timed_load.
12266
12267 2006-08-02  Daniel Jacobowitz  <dan@codesourcery.com>
12268
12269         * cursal.exp: Pass binfile to gdb_load.
12270
12271 2006-08-01  Nathan Sidwell  <nathan@codesourcery.com>
12272
12273         * gdb.base/cursal.exp: Add "" to gdb_load call.
12274
12275 2006-07-29  Mark Kettenis  <kettenis@gnu.org>
12276
12277         * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
12278         NetBSD/ELF targets.
12279
12280 2006-07-25  Daniel Jacobowitz  <dan@codesourcery.com>
12281
12282         * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
12283         operator*.
12284
12285 2006-07-24  Daniel Jacobowitz  <dan@codesourcery.com>
12286
12287         * gdb.base/completion.exp: Update for change in "file" behavior.
12288         * gdb.stabs/weird.exp: Likewise.
12289         * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
12290         * lib/gdb.exp (gdb_file_cmd): Likewise.  Kill the program explicitly.
12291
12292 2006-07-24  Nathan Sidwell  <nathan@codesourcery.com>
12293
12294         * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
12295         * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
12296
12297 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
12298
12299         * gdb.base/default.exp: Update source command error message.
12300         * gdb.base/help.exp: Update 'help source' message.
12301
12302 2006-07-20  Daniel Jacobowitz  <dan@codesourcery.com>
12303
12304         * gdb.cp/bs15503.exp: Update comment for no longer crashing
12305         test.
12306
12307 2006-07-19  Andrew Stubbs  <andrew.stubbs@st.com>
12308
12309         * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
12310
12311 2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
12312
12313         * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
12314
12315 2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
12316
12317         * gdb.threads/print-threads.exp: Use gdb_breakpoint.
12318
12319 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
12320
12321         * gdb.base/long_long.exp (gdb_test_long_long): Exclude
12322         *-*-openbsd* from targets for wich we expect ARM FPA floating
12323         point format.
12324
12325 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
12326
12327         * gdb.cp/annota3.exp: Expect frame-begin annotation.
12328
12329 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
12330
12331         * gdb.base/annota3.exp: Expect frame-begin annotation.
12332
12333 2006-07-14  Joel Brobecker  <brobecker@adacore.com>
12334
12335         * gdb.base/help.exp: Adjust "help unset" test to accept
12336         any list of unset commands.
12337
12338 2006-07-13  Paul N. Hilfinger  <Hilfinger@adacore.com>
12339             Daniel Jacobowitz  <dan@codesourcery.com>
12340
12341         * gdb.cp/ref-params.exp: New test.
12342         * gdb.cp/ref-params.cc: New source file.
12343         * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
12344
12345 2006-07-08  Mark Kettenis  <kettenis@gnu.org>
12346
12347         * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
12348         spaces/tabs in regular expressions since they might not be there.
12349
12350 2006-07-07  Andrew Stubbs  <andrew.stubbs@st.com>
12351
12352         * gdb.base/ifelse.exp: New file.
12353
12354 2006-07-04  Nathan Sidwell  <nathan@codesourcery.com>
12355
12356         * gdb.base/huge.c: Allow CRASH_GDB to be set from command
12357         line.
12358         * gdb.base/huge.exp: Loop over compilation to find a size that
12359         is acceptable.
12360         * gdb.base/remote.exp: Correct expected strings.
12361         * gdb.dwarf2/mac-fileno.S: Avoid # comments.
12362
12363 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
12364
12365         * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
12366
12367 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
12368
12369         * gdb.base/gdb1555.exp: Use gdb_compile_shlib.  Skip if not
12370         native.
12371
12372 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
12373
12374         * gdb.stabs/exclfwd.exp: Skip the test if configure did not
12375         enable stabs testing.
12376
12377 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
12378
12379         * gdb.base/auxv.exp: Intercept undefined command messages before
12380         gdb_test_multiple does.
12381
12382 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
12383
12384         * Makefile.in (host_alias): Remove.
12385         (target_alias): Use @target_noncanonical@.
12386         (site.exp): Don't set host_alias.
12387         * aclocal.m4: Remove contents.  Include acx.m4.
12388         * configure: Regenerated.
12389         * configure.ac: Use ACX_NONCANONICAL_TARGET.
12390
12391 2006-06-13  Nathan Sidwell  <nathan@codesourcery.com>
12392
12393         * lib/gdb.exp (gdb_load_cmd): New.
12394
12395         * gdb.base/fileio.c: Add system(NULL) test.
12396         * gdb.base/fileio.exp: Check it.
12397
12398         * gdb.base/break.c: Add 10a breakpoint at }
12399         * gdb.base/break.exp: Add test for breakpoint at }
12400         * gdb.cp/anon-union.cc: Add code at end of function.
12401         * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
12402         * gdb.mi/var-cmd.c: Add code at end of function.
12403         * gdb.mi/mi-var-display.exp: Adjust end of next.
12404         * gdb.mi/mi2-var-display.exp: Likewise.
12405         * gdb.base/fileio.c: Add stop function and insert calls at
12406         stopping places.
12407         * gdb.base/fileio.exp: Breakpoint stop function and remove
12408         explicit line number references.
12409
12410 2006-05-19  Joel Brobecker  <brobecker@adacore.com>
12411
12412         * gdb.base/del.exp (test_delete_alias): New function.
12413         Now check that both "del" and "d" work as aliases for "delete".
12414
12415 2006-05-18  Fred Fish  <fnf@specifix.com>
12416
12417         * gdb.base/a2-run.exp: Allow part of test to run when args aren't
12418         required.  Check for spurious output after program exits normally.
12419
12420 2006-05-17  Fred Fish  <fnf@specifix.com>
12421
12422         * gdb.base/relocate.exp: Use gdb_file_cmd rather than
12423         gdb_load, so it works in the simulator.
12424
12425 2006-05-11  Fred Fish  <fnf@specifix.com>
12426
12427         * gdb.base/bang.exp: Ignore unexpected output between the
12428         "program exited normally" and the gdb prompt, as many other
12429         tests do.
12430
12431 2006-05-07  Mark Kettenis  <kettenis@gnu.org>
12432
12433         * gdb.base/help.exp: Make "delete checkpoint" part option for
12434         "help d" and "help delete" tests.
12435
12436 2006-05-06  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12437
12438         * gdb.mi/mi-basics.exp: Add missing serial number to
12439         expected output in some mi_gdb_test statements.
12440         * gdb.mi/mi2-basics.exp: Likewise.
12441
12442 2006-05-05  Joel Brobecker  <brobecker@adacore.com>
12443
12444         * gdb.base/del.c: New file.
12445         * gdb.base/del.exp: New testcase.
12446
12447 2006-05-05  David S. Miller  <davem@sunset.davemloft.net>
12448
12449         * gdb.base/break.exp: Do not assume a breakpoint on
12450         main will actually be in $srcfile when optimizing.
12451         * gdb.base/savedregs.exp: Do not require that the dummy
12452         frame location match up to a symbol and source file location.
12453         * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
12454         will get printed without a mi_cmd_data_list_register_values prefix.
12455         (*-data-list-register-*): Correct regular expressions to expect the new
12456         pseudo d? floating point registers.
12457         * gdb.mi/mi2-regs.exp: Likewise.
12458
12459 2006-05-05  Christophe Lyon  <christophe.lyon@st.com>
12460
12461         * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
12462         * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
12463         is allocated by the compiler.
12464         * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
12465         anons, e, anone to force their allocation by the compiler.
12466
12467 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
12468
12469         * gdb.base/help.exp: Update expected text for help d and
12470         help delete.
12471
12472 2006-05-02  Mark Kettenis  <kettenis@gnu.org>
12473
12474         * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
12475         NetBSD/ELF targets.
12476
12477 2006-04-30  Mark Kettenis  <kettenis@gnu.org>
12478
12479         * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
12480         single-step breakpoint fails; make this a KFAIL on
12481         sparc*-*-openbsd*.
12482         * gdb.base/siginfo.exp: Likewise.
12483         * gdb.base/sigstep.exp (advance, advancei): Likewise.
12484
12485 2006-04-26  Michael Snyder  <msnyder@redhat.com>
12486
12487         * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
12488         which may have to consume output from other forks.
12489         Add tests to make sure that "delete fork" succeeded.
12490
12491 2006-04-20  Michael Snyder  <msnyder@redhat.com>
12492
12493         * 2006-03-22  Jim Blandy  <jimb@redhat.com>
12494         Add support for the Renesas M32C and M16C.
12495
12496         * gdb.asm/asm-source.exp: Add m32c target.
12497         * gdb.asm/m32c.inc: Support for m32c target.
12498
12499 2006-04-07  Andrew Stubbs  <andrew.stubbs@st.com>
12500
12501         * gdb.base/commands.exp (recursive_source_test): New test.
12502
12503 2006-04-04  David S. Miller  <davem@sunset.davemloft.net>
12504
12505         * gdb.base/float.exp: Add pattern for sparc targets.
12506
12507 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
12508
12509         * gdb.base/commands.exp (stray_arg0_test): New test.
12510
12511 2006-03-30  Paul Brook  <paul@codesourcery.com>
12512
12513         * gdb.mi/mi-until.exp: kfail broken until command.
12514         * gdb.mi/mi2-until.exp: Ditto.
12515
12516 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
12517
12518         * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
12519
12520 2006-03-08  Alexandre Oliva  <aoliva@redhat.com>
12521
12522         * gdb.base/prelink.exp: Anchor tested-for regular expression
12523         on gdb prompt.
12524
12525 2006-03-07  Paul Brook  <paul@codesourcery.com>
12526
12527         * gdb.base/assign.exp: Correct fail message.
12528
12529 2006-03-07  Paul Brook  <paul@codesourcery.com>
12530
12531         * lib/compiler.c: Extract armcc version number.
12532         * lib/compiler.cc: Ditto.
12533
12534 2006-03-07  Paul Brook  <paul@codesourcery.com>
12535
12536         * gdb.arch/altivec-abi.exp: Use nowarnings instead of
12537         additional_flags=-w.
12538         * gdb.arch/altivec-regs.exp: Ditto.
12539         * gdb.arch/e500-abi.exp: Ditto.
12540         * gdb.arch/e500-regs.exp: Ditto.
12541         * gdb.base/all-bin.exp: Ditto.
12542         * gdb.base/annota1.exp: Ditto.
12543         * gdb.base/annota3.exp: Ditto.
12544         * gdb.base/args.exp: Ditto.
12545         * gdb.base/arithmet.exp: Ditto.
12546         * gdb.base/assign.exp: Ditto.
12547         * gdb.base/async.exp: Ditto.
12548         * gdb.base/bang.exp: Ditto.
12549         * gdb.base/break.exp: Ditto.
12550         * gdb.base/call-rt-st.exp: Ditto.
12551         * gdb.base/completion.exp: Ditto.
12552         * gdb.base/cond-expr.exp: Ditto.
12553         * gdb.base/condbreak.exp: Ditto.
12554         * gdb.base/consecutive.exp: Ditto.
12555         * gdb.base/define.exp: Ditto.
12556         * gdb.base/display.exp: Ditto.
12557         * gdb.base/ena-dis-br.exp: Ditto.
12558         * gdb.base/environ.exp: Ditto.
12559         * gdb.base/eval-skip.exp: Ditto.
12560         * gdb.base/info-proc.exp: Ditto.
12561         * gdb.base/jump.exp: Ditto.
12562         * gdb.base/logical.exp: Ditto.
12563         * gdb.base/long_long.exp: Ditto.
12564         * gdb.base/maint.exp: Ditto.
12565         * gdb.base/miscexprs.exp: Ditto.
12566         * gdb.base/pc-fp.exp: Ditto.
12567         * gdb.base/pointers.exp: Ditto.
12568         * gdb.base/relational.exp: Ditto.
12569         * gdb.base/reread.exp: Ditto.
12570         * gdb.base/sect-cmd.exp: Ditto.
12571         * gdb.base/sep.exp: Ditto.
12572         * gdb.base/sepdebug.exp: Ditto.
12573         * gdb.base/until.exp: Ditto.
12574         * gdb.base/whatis-exp.exp: Ditto.
12575         * gdb.cp/annota2.exp: Ditto.
12576         * gdb.cp/annota3.exp: Ditto.
12577         * gdb.trace/actions.exp: Ditto.
12578         * gdb.trace/backtrace.exp: Ditto.
12579         * gdb.trace/circ.exp: Ditto.
12580         * gdb.trace/collection.exp: Ditto.
12581         * gdb.trace/deltrace.exp: Ditto.
12582         * gdb.trace/infotrace.exp: Ditto.
12583         * gdb.trace/limits.exp: Ditto.
12584         * gdb.trace/packetlen.exp: Ditto.
12585         * gdb.trace/passc-dyn.exp: Ditto.
12586         * gdb.trace/passcount.exp: Ditto.
12587         * gdb.trace/report.exp: Ditto.
12588         * gdb.trace/save-trace.exp: Ditto.
12589         * gdb.trace/tfind.exp: Ditto.
12590         * gdb.trace/tracecmd.exp: Ditto.
12591         * gdb.trace/while-dyn.exp: Ditto.
12592         * gdb.trace/while-stepping.exp: Ditto.
12593         * lib/gdb.exp: Ditto.
12594         (gdb_compile): Handle nowarning option.
12595
12596 2006-03-07  Alexandre Oliva  <aoliva@redhat.com>
12597
12598         * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
12599         * gdb.base/prelink.exp: Likewise.  Add -q to prelink runs.
12600         Rename executable to prelinkt.  Don't re-prelink if we didn't
12601         get a core file.  Test prelink -u exit status to tell whether
12602         prelinking failed.  Use gdb_test_multiple.
12603
12604 2006-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
12605
12606         * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
12607         (do_tests): Call it.
12608
12609 2006-02-28  Alexandre Oliva  <aoliva@redhat.com>
12610
12611         * gdb.base/prelink.exp: New test.
12612         * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
12613
12614 2006-02-24  Wu Zhou  <woodzltc@cn.ibm.com>
12615
12616         * gdb.fortran/derived-type.f90: New file.
12617         * gdb.fortran/derived-type.exp: New testcase.
12618
12619 2006-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
12620
12621         * gdb.base/default.exp: Allow ';' as a directory separator.
12622
12623 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
12624
12625         * gdb.base/help.exp (help add-symbol-file): Update.
12626
12627 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
12628
12629         * gdb.base/help.exp (help load): Update expected results.
12630
12631 2006-02-19  Fred Fish  <fnf@specifix.com>
12632
12633         * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
12634         specifix hex value as part of results.
12635         * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
12636
12637 2006-02-16  Fred Fish  <fnf@specifix.com>
12638
12639         * gdb.base/whatis.c: Define variables using typedefs char_addr,
12640         ushort_addr, and slong_addr, so the typedefs are not optimized
12641         away.
12642         * gdb.base/whatis.exp: Add tests using type name for struct type,
12643         union type, enum type, and typedef.
12644
12645 2006-02-13  Mark Kettenis  <kettenis@gnu.org>
12646
12647         * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
12648
12649 2006-02-13  Jim Blandy  <jimb@redhat.com>
12650
12651         * gdb.base/scope.exp (test_at_main): Remove logic to handle the
12652         case where it takes two "next" commands to skip past the init
12653         call.
12654
12655 2006-02-12  Fred Fish  <fnf@specifix.com>
12656
12657         * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
12658         to handle cases where it takes two "next" commands to skip
12659         past the init call.
12660
12661 2006-02-07  Joel Brobecker  <brobecker@adacore.com>
12662
12663         * gdb.ada/array_return.exp: Mark the last test as expected to fail
12664         on hppa32 targets.
12665
12666 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
12667
12668         * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
12669         field.
12670
12671 2006-01-29  Mark Kettenis  <kettenis@gnu.org>
12672
12673         * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
12674
12675 2006-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
12676
12677         * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
12678         files.
12679
12680 2006-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
12681
12682         * gdb.cp/maint.exp: Set complaints to a positive value.
12683
12684 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
12685
12686         * gdb.base/multi-forks.c: Add copyright notice.  Include <stdlib.h>.
12687         * gdb.base/multi-forks.exp: Use a loop.  Allow "fork" as a stopped
12688         function name.
12689
12690 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
12691
12692         * gdb.base/checkpoint.c: Update copyright notice.  Include
12693         <stdlib.h>.
12694
12695 2006-01-04  Jim Blandy  <jimb@redhat.com>
12696
12697         * gdb.asm/asm-source.exp: Independently provide default values for
12698         asm-flags and debug-flags.  Use 'string equal' to do the
12699         comparison, not the implicit expr's '==' operator.  Remove
12700         now-unneeded assignments to asm-flags.  In h8300 case, place
12701         "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
12702
12703 2006-01-04  Michael Snyder  <msnyder@redhat.com>
12704
12705         * gdb.base/checkpoint.c: New file.
12706         * gdb.base/checkpoint.exp: New file.
12707         * gdb.base/multi-fork.c: New file.
12708         * gdb.base/multi-fork.exp: New file.
12709         * gdb.base/pi.txt: New file (data for checkpoint.c test).
12710
12711 2006-01-04  Fred Fish  <fnf@specifix.com>
12712
12713         * gdb.base/ptype.c (foo): Add typedef.
12714         (intfoo): Add function.
12715         * gdb.base/ptype1.c: New file.
12716         * gdb.base/ptype.exp: Handle compilation and linking with two
12717         source files.  Test that proper type for "foo" is found based
12718         on source context rather than first match found in symtabs.
12719
12720 2005-12-28  Mark Kettenis  <kettenis@gnu.org>
12721
12722         * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
12723         * gdb.asm/openbsd.inc: Indent commands.
12724
12725 2005-12-26  Mark Kettenis  <kettenis@gnu.org>
12726
12727         * gdb.base/freebpcmd.exp: Increase timeout.
12728
12729         * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
12730
12731 2005-12-17  Daniel Jacobowitz  <dan@codesourcery.com>
12732
12733         * gdb.base/default.exp: Update check for "show version".
12734
12735 2005-12-09  Randolph Chung  <tausq@debian.org>
12736
12737         * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
12738         * gdb.asm/pa64.inc: New file.
12739
12740 2005-12-09  Randolph Chung  <tausq@debian.org>
12741
12742         * gdb.asm/common.inc: Indent commands.
12743         * gdb.asm/asmsrc1.s: Likewise.
12744         * gdb.asm/asmsrc2.s: Likewise.
12745
12746 2005-12-09  Randolph Chung  <tausq@debian.org>
12747
12748         * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
12749         (get_addr_of_sym): Remove duplicate print.
12750         (gen_core): xfail hppa*-*-hpux*, update expected output.
12751         * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
12752         * gdb.arch/pa64-nullify.s: New file.
12753
12754 2005-12-09  Randolph Chung  <tausq@debian.org>
12755
12756         * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
12757
12758 2005-12-07  Christophe Lyon  <christophe.lyon@st.com>
12759
12760         * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
12761         code generation for these functions.
12762         * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
12763         error message.
12764
12765 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
12766
12767         * gdb.base/help.exp (help b, help br, help bre, help brea)
12768         (help break): Update the expected message.
12769
12770 2005-11-11  Stephane Carrez  <stcarrez@nerim.fr>
12771
12772         * gdb.asm/m68hc11.inc: Setup the data section.
12773         * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
12774         script for this test.
12775         (m6812-*-*): Likewise.
12776
12777 2005-11-09  Randolph Chung <tausq@debian.org>
12778
12779         * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
12780
12781 2005-11-09  Wu Zhou  <woodzltc@cn.ibm.com>
12782
12783         * gdb.base/break.exp: Fix a comment typo.
12784
12785 2005-11-03  Jim Blandy  <jimb@redhat.com>
12786
12787         Checked in by Elena Zannoni  <ezannoni@redhat.com>
12788
12789         * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
12790
12791 2005-11-02  Corinna Vinschen  <vinschen@redhat.com>
12792
12793         * gdb.arch/gdb1558.c: Include stdio.h.
12794
12795 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
12796
12797         * gdb.asm/asm-source.exp: Use -e instead of --entry.
12798
12799 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
12800
12801         * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
12802
12803 2005-10-17  Paul Gilliam  <pgilliam@us.ibm.com>
12804
12805         * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
12806         vscr" tests to better match output.
12807
12808 2005-10-12  Jim Blandy  <jimb@redhat.com>
12809
12810         * gdb.base/structs.exp (any): New function.
12811         (test_struct_returns): Don't make any assumptions at all about
12812         what value the function returns when GDB can't set the return
12813         value.
12814
12815 2005-10-09  Joel Brobecker  <brobecker@adacore.com>
12816
12817         * gdb.ada/arrayidx/p.adb: New file.
12818         * gdb.ada/arrayidx.exp: New testcase
12819
12820 2005-10-09  Joel Brobecker  <brobecker@adacore.com>
12821
12822         * gdb.ada/array_return/pck.ads: New file.
12823         * gdb.ada/array_return/pck.adb: New file.
12824         * gdb.ada/array_return/p.adb: New file.
12825         * gdb.ada/array_return.exp: New testcase.
12826
12827 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
12828
12829         * gdb.base/arrayidx.c: New file.
12830         * gdb.base/arrayidx.exp: New testcase.
12831
12832 2005-09-29  Nick Roberts  <nickrob@snap.net.nz>
12833
12834         * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
12835         frames-invalid and breakpoints-invalid are no longer generated
12836         with level 3 so don't expect them in the output.
12837
12838 2005-09-27  Bob Rossi  <bob@brasko.net>
12839
12840         * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
12841         from test.  Escape the | in mi_gdb_test call.
12842         * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
12843         gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
12844         gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
12845         gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
12846         expected regex's in mi_gdb_test calls.
12847         * lib/mi-support.exp: Remove arbitrary .* from tests.
12848         (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
12849         Fully anchor GDB/MI expected results in mi_gdb_test.
12850         * lib/gdb.exp (string_to_regexp): Escape the ] character.
12851         * gdb.base/sizeof.exp: Remove escape character. Correct test.
12852
12853 2005-09-26  Paul Brook  <paul@codesourcery.com>
12854
12855         * long_long.exp: Exclude eabi targets from arm FPA float format test.
12856
12857 2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
12858
12859         * bfp-test.c: New file.
12860         * bfp-test.exp: New testcase.
12861
12862 2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
12863
12864         * gdb.fortran/subarray.exp: New testcase to test the evaluation
12865         of subarray and substring variable.
12866         * gdb.fortran/subarray.f: New source file for the test of subarray
12867         and substring variable evaluation.
12868         * gdb.fortran/exprs.exp: Add four tests for substring evaluation
12869         of string constant.
12870
12871 2005-09-19  Daniel Jacobowitz  <dan@codesourcery.com>
12872
12873         * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
12874         copyright dates.
12875
12876 2005-09-19  Paul Gilliam  <pgilliam@us.ibm.com>
12877
12878         * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
12879         powerpc altivec' test with an almost identical 'info vector' test.
12880
12881 2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
12882
12883         * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
12884         vscr" tests to match output.
12885
12886 2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
12887
12888         * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
12889         output.
12890
12891 2005-09-11  Bob Rossi  <bob@brasko.net>
12892
12893         * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
12894         * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
12895         commands that return an MI output command and an asyncronous MI output
12896         command.
12897         * gdb.mi/mi-console.exp: Ditto.
12898
12899 2005-09-11  Bob Rossi  <bob@brasko.net>
12900
12901         * gdb.mi/mi-var-child.c: Include <string.h>.
12902
12903 2005-09-10  Daniel Jacobowitz  <dan@codesourcery.com>
12904
12905         * killed.exp: Correct gdb_expect syntax.
12906
12907 2005-08-09  Corinna Vinschen  <vinschen@redhat.com>
12908
12909         * lib/mi-support.exp (mi_gdb_load): Fix typo.
12910
12911 2005-08-02  Bob Rossi  <bob@brasko.net>
12912
12913         * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
12914         (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
12915         Change tests to inferior-tty-set/show.
12916         * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
12917         (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
12918         * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
12919         inferior.  Use mi_gdb_test to get GDB and Inferior output.
12920         * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
12921         descriptor.
12922         (mi_inferior_tty_name): Add inferior PTY file name.
12923         (mi_gdb_start): Add INFERIOR_PTY parameter.
12924         (mi_gdb_test): Add IPATTERN parameter.
12925
12926 2005-08-02   Bob Rossi  <bob@brasko.net>
12927
12928         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
12929         parameter to mi_gdb_test.
12930         * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
12931
12932 2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
12933
12934         * gdb.mi/mi-var-child.c (do_children_tests): Initialize
12935         struct_declarations.
12936         * gdb.mi/mi-var-child.exp: Step over the initialization of
12937         struct_declarations.
12938
12939 2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
12940
12941         * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
12942         * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
12943         * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
12944         * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
12945         * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
12946         file.
12947
12948 2005-07-27  Nick Roberts  <nickrob@snap.net.nz>
12949
12950         * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
12951         (do_children_tests): Assign values to the extra elements.
12952
12953         * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
12954         them for tests for "-var-update --no-values" and
12955         "-var-update --all-values".
12956         Add test for "-var-list-children --simple-values".
12957
12958         * gdb.mi/basics.c (callee4): Add integer array D[3]...
12959
12960         * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
12961         "-stack-list-locals --simple-values"  Improve doc strings and
12962         comments.
12963
12964 2005-07-18  Mark Kettenis  <kettenis@gnu.org>
12965
12966         * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
12967         *-*-openbsd*.
12968         * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
12969
12970         * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
12971         sigaltsatck'.
12972
12973 2005-07-14  Bob Rossi  <bob@brasko.net>
12974
12975         * gdb.base/default.exp (tty): Changed output of command.
12976         * gdb.base/help.exp (help tty): Ditto.
12977
12978 2005-07-12  Mark Kettenis  <kettenis@gnu.org>
12979
12980         * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
12981
12982 2005-07-10  Mark Kettenis  <kettenis@gnu.org>
12983
12984         * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
12985         -stack-select-frame without arguments.
12986         (test_stack_frame_listing): Add test for newly implemented command
12987         -stack-info-frame.
12988
12989 2005-07-06  Bob Rossi  <bob@brasko.net>
12990
12991         * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
12992         command.
12993         (Copyright): Update copyright.
12994
12995 2005-07-06  Wu Zhou  <woodzltc@cn.ibm.com>
12996
12997         * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
12998         tests to evaluate exponentiation expression.
12999
13000 2005-06-29  Andreas Schwab  <schwab@suse.de>
13001
13002         * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
13003         main to avoid warnings.
13004
13005         * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
13006
13007 2005-06-20  Nick Roberts  <nickrob@snap.net.nz>
13008
13009         * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
13010         -stack-select-frame without arguments.
13011         (test_stack_frame_listing): Add test for newly implemented command
13012         -stack-info-frame.
13013
13014 2005-06-17  Wu Zhou  <woodzltc@cn.ibm.com>
13015
13016         * gdb.fortran/array-element.f: New file.
13017         * gdb.fortran/array-element.exp: New testcase.
13018
13019 2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
13020
13021         * gdb.base/bigcore.exp: Correct checks for systems which can
13022         not dump a large core file.
13023
13024 2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
13025
13026         * gdb.base/relocate.c: Add a copyright notice.
13027         (dummy): Remove.
13028         * gdb.base/relocate.exp: Test printing the values of variables
13029         from a relocatable file.
13030
13031 2005-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
13032
13033         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
13034         excess MI output after an error.
13035
13036 2005-05-29  Joel Brobecker  <brobecker@adacore.com>
13037
13038         * gdb.arch/alpha-step.c: New file.
13039         * gdb.arch/alpha-step.exp: New testcase.
13040
13041 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
13042             Dennis Brueni  <dennis@slickedit.com>
13043
13044         * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
13045         gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
13046         gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
13047         gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
13048         gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
13049         gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
13050         * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
13051
13052 2005-05-17  Paul Gilliam  <pgilliam@us.ibm.com>
13053             Wu Zhou  <woodzltc@cn.ibm.com>
13054
13055         * gdb.base/shreloc.exp: Use gdb_compile_shlib.  Add support for
13056         IBM's xlc compiler.
13057         * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
13058         * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
13059
13060 2005-05-13  Jim Blandy  <jimb@redhat.com>
13061
13062         * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
13063         calling gdb_suppress_entire_file.
13064         * gdb.base/charset.exp: Same.
13065         * gdb.base/call-rt-st.exp: Same.
13066
13067 2005-05-05  Bob Rossi  <bob_rossi@cox.net>
13068
13069         * lib/gdb.exp (fullname_syntax): Added global regex.
13070         (fullname_syntax_POSIX): Ditto.
13071         (fullname_syntax_UNC): Ditto.
13072         (fullname_syntax_DOS_CASE): Ditto.
13073         (fullname_syntax_DOS): Ditto.
13074         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
13075         fullname_syntax variable to scope and use it.
13076         (test_file_list_exec_source_files): Ditto.
13077         * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
13078
13079 2005-05-04  Daniel Jacobowitz  <dan@codesourcery.com>
13080
13081         * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
13082
13083 2004-05-02  Paul Gilliam  <pgilliam@us.ibm.com>
13084
13085         * lib/gdb.exp (skip_altivec_tests): New function, based on
13086         check_vmx_hw_available from the GCC testsuite.
13087         * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
13088         * lib/gdb.arch/altivec-regs.exp: Likewise.
13089
13090 2005-05-02  Jim Blandy  <jimb@redhat.com>
13091
13092         * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
13093         calling gdb_suppress_entire_file.
13094
13095 2005-04-30  Randolph Chung  <tausq@debian.org>
13096
13097         * gdb.threads/staticthreads.exp: Override signal to check for hppa.
13098         Slightly relax "sem_post" name checking.
13099
13100 2005-04-29  Paul Gilliam  <pgilliam@us.ibm.com>
13101
13102         * gdb.base/unload.exp: Use new shared library infrastructure.
13103
13104 2005-04-29  Paul Gilliam  <pgilliam@us.ibm.com>
13105
13106         * gdb.base/so-impl-ld.exp: Use new shared library
13107         infrastructure.
13108
13109 2005-04-29  Corinna Vinschen  <vinschen@redhat.com>
13110
13111         * gdb.asm/asm-source.exp: Add h8300 to supported targets.
13112         * gdb.asm/h8300.inc: New file.
13113
13114 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
13115
13116         * gdb.base/shlib-call.exp: Change to use new shared library
13117         infrastructure.
13118
13119 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
13120
13121         * gdb.base/pending.exp: Change to use new shared library
13122         infrastructure.
13123
13124 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
13125
13126         * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
13127         use test_compiler_info instead of gcc_compiled, and update copyright.
13128
13129 2005-04-27  Paul Gilliam  <pgilliam@us.ibm.com>
13130
13131         * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
13132         shared objects being adjusted and update copyright years.
13133
13134 2005-04-27  Daniel Jacobowitz  <dan@codesourcery.com>
13135
13136         * ChangeLog: Correct some 2003-01-13 dates.
13137         * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
13138         gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
13139         gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
13140         gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
13141         gdb.trace/tfind.exp: Update copyright years.
13142
13143 2005-04-14  Paul Gilliam  <pgilliam@us.ibm.com>
13144             Daniel Jacobowitz  <dan@codesourcery.com>
13145
13146         * lib/gdb.exp (gdb_compile): Handle shlib=.
13147         (gdb_compile_shlib): New function.
13148
13149 2005-04-12  Paul Gilliam  <pgilliam@us.ibm.com>
13150
13151         * lib/gdb.exp (test_compiler_info): Give argument a default value.
13152
13153 2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
13154
13155         * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
13156         gdb.server.
13157         * configure.ac: Likewise.
13158         * configure: Regenerated.
13159         * gdb.gdbserver/Makefile.in: Moved to...
13160         * gdb.server/Makefile.in: ... here.
13161         * gdb.gdbserver/server.c: Moved to...
13162         * gdb.server/server.c: ... here.
13163         * gdb.gdbserver/server-run.exp: Moved to...
13164         * gdb.server/server-run.exp: ... here.
13165
13166 2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
13167
13168         * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
13169         * configure.ac: Create gdb.gdbserver/Makefile.
13170         * configure: Regenerated.
13171         * lib/gdbserver-support.exp: New file, derived from
13172         config/gdbserver.exp.
13173         * config/gdbserver.exp: Use gdbserver-support.exp.
13174         * gdb.gdbserver/Makefile.in: New file.
13175         * gdb.gdbserver/server.c: New file.
13176         * gdb.gdbserver/server-run.exp: New file.
13177
13178 2005-04-06  Paul Gilliam  <pgilliam@us.ibm.com>
13179
13180         * lib/gdb.exp (test_compiler_info): Return compiler_info
13181         if no arguments are given.
13182
13183 2005-04-01  Paul Gilliam  <pgilliam@us.ibm.com>
13184
13185         * gdb.arch/altivec-abi.exp: Check for compiler and set
13186         use altivec' flag accordingly.
13187         * gdb.arch/altivec-regs.exp: Likewise.
13188
13189 2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
13190
13191         * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
13192
13193 2005-03-27  Andreas Schwab  <schwab@suse.de>
13194
13195         * gdb.base/bigcore.c (main): Add missing mode argument in open
13196         call.
13197
13198 2005-03-25  Daniel Jacobowitz  <dan@codesourcery.com>
13199
13200         * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
13201         downloads.
13202         * config/gdbserver.exp (gdb_load): Likewise.
13203
13204 2005-03-14  Paul Brook  <paul@codesourcery.com>
13205
13206         * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
13207         targets.
13208
13209 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
13210
13211         * gdb.dwarf2/dup-psym.S: New file.
13212         * gdb.dwarf2/dup-psym.exp: New testcase.
13213
13214 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
13215
13216         * gdb.ada/exec_changed/first.adb: New file.
13217         * gdb.ada/exec_changed/second.adb: New file.
13218         * gdb.ada/exec_changed.exp: New testcase.
13219
13220 2005-03-08  Nathan Sidwell  <nathan@codesourcery.com>
13221
13222         * gdb.cp/userdef.cc (A1::operator+): New unary plus.
13223         (A2): New class.
13224         (main): Test operator+.
13225         * gdb.cp/userdef.exp: Test unary plus.  Use A2::operator+ for
13226         breakpoint test.
13227
13228         * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
13229         * gdb.base/signull.exp: Disable if gdb,nosignals.
13230         * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
13231         * gdb.cp/exception.exp: Disable if skip_cplus_tests.
13232         * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
13233         * gdb.mi/mi2-console.exp: Likewise.
13234         * gdb.trace/collection.exp (run_trace_experiment): Consume the
13235         continue output at start.
13236         (gdb_collect_locals_test): Robustify regexp.
13237         * gdb.trace/passc-dyn.exp: Fix comment typo.
13238         * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
13239
13240 2005-03-08  Corinna Vinschen  <vinschen@redhat.com>
13241
13242         * gdb.asm/asm-source.exp: Add iq2000 case.
13243         * gdb.asm/iq2000.inc: New file.
13244
13245 2005-03-07  Manoj Iyer <manjo@austin.ibm.com>
13246
13247         * gdb.base/command.exp: Change hardcoded value to regular expression.
13248         * gdb.base/float.exp: Add powerpc to the list of targets checked.
13249
13250 2005-03-07  Daniel Jacobowitz  <dan@codesourcery.com>
13251
13252         * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
13253         gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
13254         gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
13255         gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
13256         gdb.asm/x86_64.inc: Use .purgem before redefining macros.
13257
13258 2005-03-05  Mark Kettenis  <kettenis@gnu.org>
13259
13260         * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
13261         changes.
13262
13263 2004-03-03  Paul Gilliam  <pgilliam@us.ibm.com>
13264
13265         * lib/compiler.c: Add test for IBM's xlc compiler.
13266         * lib/compiler.cc: Likewise.
13267
13268 2004-02-24  Joel Brobecker  <brobecker@adacore.com>
13269
13270         * gdb.ada/fixed_points.exp: Create compilation object directory
13271         before running the test.
13272         * gdb.ada/null_record.exp: Likewise.
13273         * gdb.ada/packed_array.exp: Likewise.
13274         * gdb.ada/start.exp: Likewise.
13275
13276 2005-02-15  Joel Brobecker  <brobecker@adacore.com>
13277
13278         * gdb.ada/packed_array/pa.adb: New file.
13279         * gdb.ada/packed_array.exp: New testcase.
13280
13281 2005-02-10  Mark Kettenis  <kettenis@gnu.org>
13282
13283         * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
13284         files.
13285
13286         * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
13287         on *-*-openbsd*.  Correctly match whitespace in regukar
13288         expressions.
13289
13290 2005-02-10  Daniel Jacobowitz  <dan@debian.org>
13291
13292         From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
13293         PR exp/1821
13294         * gdb.base/gdb1821.c: New test file.
13295         * gdb.base/gdb1821.exp: New test file.
13296
13297 2005-02-09  Joel Brobecker  <brobecker@adacore.com>
13298
13299         * gdb.base/start.c: New file.
13300         * gdb.base/start.exp: New testcase.
13301
13302 2005-02-09  Joel Brobecker  <brobecker@adacore.com>
13303
13304         * gdb.ada/start/dummy.adb: New file.
13305         * gdb.ada/start.exp: New testcase.
13306
13307 2005-02-09  Corinna Vinschen  <vinschen@redhat.com>
13308
13309         * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
13310         for printing symbols and statistics.
13311         Add test for using relative pathnames in "maint print msymbols" test.
13312         Mark "maint info sections DATA" XFAIL on Cygwin.
13313         Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
13314         tests.
13315
13316 2005-02-09  Andreas Schwab  <schwab@suse.de>
13317
13318         Committed by Andrew Cagney  <cagney@gnu.org>
13319         * gdb.base/remotetimeout.exp: New file.
13320
13321 2005-02-07  Mark Kettenis  <kettenis@gnu.org>
13322
13323         * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
13324
13325 2005-02-03  Joel Brobecker  <brobecker@adacore.com>
13326
13327         * gdb.ada/gnat_ada.gpr: New file.
13328         * gdb.ada/gnat_ada.gin: Delete, no longer used.
13329         * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
13330         * configure.ac: No longer generate gnat_ada.gpr.
13331         * configure: Regenerate.
13332         * gdb.ada/Makefile.in: Minor adaptations due to new project file.
13333         * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
13334         * gdb.ada/null_record/bar.ads: Likewise.
13335         * gdb.ada/null_record/bar.adb: Likewise.
13336         * gdb.ada/fixed_points/fixed_points.adb: Likewise.
13337         * gdb.ada/null_record.exp (testdir): New variable.
13338         (testfile): executable is now in testdir subdirectory.
13339         (srcfile): Use full path to the main compilation unit.
13340         * gdb.ada/fixed_points.exp: Same changes as above.
13341
13342 2005-02-03  Nick Roberts  <nickrob@snap.net.nz>
13343
13344         * gdb.base/interp.exp: New test.
13345
13346 2005-01-24  Andrew Cagney  <cagney@gnu.org>
13347
13348         * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
13349
13350 2005-01-19  Andrew Cagney  <cagney@gnu.org>
13351
13352         * gdb.stabs/Makefile.in (Makefile): Update dependencies -
13353         configure.ac not configure.in.
13354
13355         * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
13356         of powerpc*-*-*.
13357         * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
13358         * gdb.base/list.exp (test_list_function)
13359         (test_list_filename_and_function): Ditto.
13360         * gdb.base/callfuncs.exp (do_function_calls): Ditto.
13361
13362 2005-01-16  Andrew Cagney  <cagney@gnu.org>
13363
13364         * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
13365
13366         * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
13367
13368 2005-01-14  Andrew Cagney  <cagney@gnu.org>
13369
13370         * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
13371         * gdb.mi/mi2-var-cmd.exp: Ditto.
13372
13373 2005-01-10  Corinna Vinschen  <vinschen@redhat.com>
13374
13375         * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
13376
13377 2005-01-07  Andrew Cagney  <cagney@gnu.org>
13378
13379         * configure.ac: Rename configure.in, require autoconf 2.59.
13380         * configure: Re-generate.
13381         * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
13382         * gdb.stabs/configure: Re-generate.
13383         * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
13384         * gdb.hp/configure: Re-generate.
13385         * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
13386         autoconf 2.59.
13387         * gdb.hp/gdb.objdbg/configure: Re-generate.
13388         * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
13389         autoconf 2.59.
13390         * gdb.hp/gdb.defects/configure: Re-generate.
13391         * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
13392         autoconf 2.59.
13393         * gdb.hp/gdb.compat/configure: Re-generate.
13394         * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
13395         autoconf 2.59.
13396         * gdb.hp/gdb.base-hp/configure: Re-generate.
13397         * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
13398         autoconf 2.59.
13399         * gdb.hp/gdb.aCC/configure: Re-generate.
13400
13401 2004-12-15  Jim Blandy  <jimb@redhat.com>
13402
13403         * gdb.threads/linux-dp.exp: Fix output regexp to handle output
13404         under NPTL when there is debugging info available for libpthread.
13405
13406 2004-12-13  Jerome Guitton  <guitton@gnat.com>
13407
13408         * gdb.ada/fixed_points.c: New file.
13409         * gdb.ada/fixed_points.exp: New file.
13410
13411 2004-12-03  Randolph Chung  <tausq@debian.org>
13412
13413         * gdb.arch/pa-nullify.exp: New file.
13414         * gdb.arch/pa-nullify.s: New file.
13415
13416 2004-11-30  Randolph Chung  <tausq@debian.org>
13417
13418         * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
13419         instead of "tbug".  Fix regexp to work properly with gdb_test.
13420
13421 2004-11-29  Paul Hilfinger  <Hilfinger@gnat.com>
13422
13423         * gdb.base/bitfields2.exp: New test.
13424         * gdb.base/bitfields2.c: New file.
13425
13426 2004-11-28  Richard Earnshaw  <rearnsha@arm.com>
13427
13428         * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
13429
13430 2004-11-16  Randolph Chung  <tausq@debian.org>
13431
13432         * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
13433
13434 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
13435
13436         * gdb.threads/threadapply.exp: Correct "macro details" test.
13437
13438 2004-11-11  Jeff Johnston  <jjohnstn@redhat.com>
13439
13440         * gdb.threads/threadapply.exp: New test.
13441         * gdb.threads/threadapply.c: New file.
13442
13443 2004-11-07  Mark Kettenis  <kettenis@gnu.org>
13444
13445         * gdb.base/savedregs.exp: Correct pattern used for sigtramp
13446         frames.
13447
13448 2004-11-05  Felix Lee  <felix+log1@specifixinc.com>
13449
13450         * gdb.base/cursal.exp: New file.
13451         * gdb.base/cursal.c: New file.
13452
13453 2004-11-03  Andrew Cagney  <cagney@gnu.org>
13454
13455         * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
13456
13457 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
13458
13459         * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
13460         NetBSD/ELF targets.
13461
13462 2004-10-29  Joel Brobecker  <brobecker@gnat.com>
13463
13464         * gdb.threads/bp_in_thread.c: New file, copied from
13465         pthread_cond_wait.c.
13466         * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
13467         file, rather than reusing the .c file from another testcase.
13468
13469 2004-10-20  Joel Brobecker  <brobecker@gnat.com>
13470
13471         * gdb.ada/null_record.exp: Check where we stopped after
13472         sending the start command, instead of where the associated
13473         temporary breakpoint was inserted.
13474
13475 2004-10-14  Andrew Cagney  <cagney@gnu.org>
13476
13477         * gdb.mi/gdb701.c (main): Return 0.
13478
13479 2004-10-13  Daniel Jacobowitz  <dan@debian.org>
13480
13481         * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
13482
13483 2004-10-12  Jeff Johnston  <jjohnstn@redhat.com>
13484
13485         * gdb.threads/schedlock.c: Add comment markers to use to find
13486         line numbers.
13487         * gdb.threads/schedlock.exp: Adjust regex to handle the new
13488         comments.
13489         * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
13490         breakpoint lines.
13491
13492 2004-10-12  Daniel Jacobowitz  <dan@debian.org>
13493
13494         * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
13495
13496 2004-10-12  Daniel Jacobowitz  <dan@debian.org>
13497
13498         * configure.in: Add gdb.dwarf2.
13499         * configure: Regenerated.
13500         * Makefile.in: Add gdb.dwarf2.
13501         * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
13502         gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
13503         gdb.dwarf2/file1.txt: New files.
13504
13505 2004-10-11  Orjan Friberg  <orjanf@axis.com>
13506
13507         * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
13508         of "run", since the latter doesn't work with remote targets.  Adjust
13509         the breakpoint numbering accordingly.
13510         * gdb.threads/pthread_cond_wait.exp: Ditto.
13511
13512 2004-10-08  Michael Chastain  <mec.gnu@mindspring.com>
13513
13514         * gdb.base/overlays.exp: Update copyright years.
13515
13516 2004-10-08  Kei Sakamoto  <sakamoto.kei@renesas.com>
13517
13518         * gdb.base/overlays.exp: Disable if target is Linux.
13519
13520 2004-10-06  Felix Lee  <felix+log1@specifixinc.com>
13521
13522         * config/gdbserver.exp (gdb_load): Use right filename on remote.
13523
13524 2004-10-05  Kei Sakamoto  <sakamoto.kei@renesas.com>
13525
13526         * gdb.asm/asm-source.exp: Add m32r-linux target.
13527         * gdb.asm/m32r-linux.inc: New file.
13528
13529 2004-09-24  Andrew Cagney  <cagney@redhat.com>
13530             David Anderson <anderson@redhat.com>
13531
13532         * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
13533         command fails, assume things will work.
13534         * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
13535         (_GNU_SOURCE): Define.
13536         (print_unsigned, print_hex): Change parameter to "long long".
13537         (print_byte_count): New function, use to print byte counts.
13538         (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
13539         O_LARGEFILE.
13540         (main): Compute an upper bound on a corefile in max_core_size.
13541         Limit memory chunk size to max_core_size.  Limit total memory
13542         allocated to max_core_size.
13543
13544 2004-09-23  Andrew Cagney  <cagney@gnu.org>
13545
13546         * gdb.base/bigcore.exp: Replace the code that creates a corefile
13547         from a separate process with code that creates a corefile by
13548         making the inferior dump core.
13549
13550 2004-09-23  Mark Kettenis  <kettenis@gnu.org>
13551
13552         * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
13553         block.
13554
13555 2004-09-23  Michael Chastain  <mec.gnu@mindspring.com>
13556
13557         * gdb.base/constvars.exp (local_compiler_xfail_check_2):
13558         New proc.  Accept both gcc 3.x.x and gcc 4.x.x.
13559         * gdb.base/volatile.exp (local_compiler_xfail_check_2):
13560         Likewise.
13561
13562 2004-09-20  Jeff Johnston  <jjohnstn@redhat.com>
13563
13564         * gdb.java/jprint.exp: New test case for java inferior call.
13565         * gdb.java/jprint.java: Ditto.
13566
13567 2004-09-15  Joel Brobecker  <brobecker@gnat.com>
13568
13569         * gdb.base/bigcore.exp: Deactivate on IRIX targets.
13570
13571 2004-09-14  Michael Chastain  <mec.gnu@mindspring.com>
13572
13573         * gdb.threads/killed.c: Include <stdlib.h>.
13574         * gdb.threads/pthreads.c: Likewise.
13575
13576 2004-09-14  Michael Chastain  <mec.gnu@mindspring.com>
13577
13578         * gdb.threads/killed.c: Add copyright notice.
13579
13580 2004-09-10  Jason Molenda  (jmolenda@apple.com)
13581
13582         * gdb.base/define.exp: Two new tests to verify zero space chars
13583         after 'if' and 'while' commands in a user-defined command is correctly
13584         parsed.
13585
13586 2004-09-08  Andrew Cagney  <cagney@gnu.org>
13587
13588         * gdb.base/signals.exp (signal_tests_1): Delete.  Merge signal
13589         delivery test with duplicate at end of file.
13590
13591 2004-09-06  Mark Kettenis  <kettenis@jive.nl>
13592
13593         * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
13594
13595 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
13596
13597         * config/hppro.exp: Removed.
13598
13599 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
13600
13601         * config/sparclet.exp: Removed.
13602
13603 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
13604
13605         * config/udi.exp: Removed.
13606
13607 2004-09-02  Michael Chastain  <mec.gnu@mindspring.com>
13608
13609         * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
13610         of "exp_continue".
13611         (advancei): Likewise.
13612
13613 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
13614
13615         * gdb.base/unload.exp: Fix so messages aren't duplicated.
13616
13617 2004-09-01  Manoj Iyer  <manjo@austin.ibm.com>
13618
13619         * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
13620         to check for nodebug in executable.
13621         * gdb.gdb/observer.exp (setup_test): Likewise.
13622         * gdb.gdb/selftest.exp (test_with_self): Likewise.
13623         * gdb.gdb/xfullpath.exp (setup_test): Likewise.
13624
13625 2004-09-01  Andrew Cagney  <cagney@gnu.org>
13626
13627         * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
13628         files.
13629
13630 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
13631
13632         * gdb.base/unload.exp: Fix expected warning message to match
13633         latest format.
13634
13635 2004-09-01  Corinna Vinschen  <vinschen@redhat.com>
13636
13637         * gdb.base/call-rt-st.exp: Fix typos.
13638
13639 2004-08-31  Manoj Iyer  <manjo@austin.ibm.com>
13640
13641         * gdb.threads/thread_check.exp: New testcase.
13642         * gdb.threads/thread_check.c: New testcase.
13643
13644 2004-08-31  Andrew Cagney  <cagney@gnu.org>
13645
13646         * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
13647         (skip_to_handler_entry): New procedures.  Test stepping into a
13648         handler when the breakpoint is at the handler's entry point.
13649
13650 2004-08-30  Andrew Cagney  <cagney@gnu.org>
13651
13652         * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
13653         gdb/1757.
13654
13655 2004-08-27  Michael Chastain  <mec.gnu@mindspring.com>
13656
13657         With code from Manoj Iyer <manjo@austin.ibm.com>:
13658         * lib/gdb.exp (gdb_file_cmd): Return more information in the
13659         return value.  Add an arm for "no debugging symbols found".
13660         Change a stray "error" to "perror".
13661         (gdb_run_cmd): Adapt to new return value.
13662         * gdb.base/remote.exp: Adapt to new return value.
13663         * gdb.gdb/complaints.exp: Likewise.
13664         * gdb.gdb/observer.exp: Likewise.
13665         * gdb.gdb/selftest.exp: Likewise.
13666         * gdb.gdb/xfullpath.exp: Likewise.
13667
13668 2004-08-27  Joel Brobecker  <brobecker@gnat.com>
13669
13670         * gdb.threads/bp_in_thread.exp: New testcase.
13671
13672 2004-08-27  Michael Chastain  <mec.gnu@mindspring.com>
13673
13674         Fix PR testsuite/1735.
13675         * gdb.threads/schedlock.c (thread_function): Add a cast
13676         to suppress a gcc warning.
13677         * gdb.threads/thread-specific.c (thread_function): Likewise.
13678
13679 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
13680
13681         * gdb.base/unload.c: Include <stdlib.h>.
13682
13683 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
13684
13685         From Paul Gilliam <pgilliam@us.ibm.com>:
13686         * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
13687         synchronized after the "return".
13688
13689 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
13690
13691         * gdb.mi/basics.c: Include <stdio.h>.
13692         * gdb.mi/pthreads.c: Include <stdlib.h>.
13693         * gdb.mi/var-cmd.c: Include <stdlib.h>.
13694
13695 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
13696
13697         * gdb.threads/schedlock.c: Add copyright notice.
13698
13699 2004-08-25  Andrew Cagney  <cagney@gnu.org>
13700
13701         * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
13702         (skip_over_handler, breakpoint_over_hander): New test procedures.
13703         (advance, advancei): Add a proper prefix, do not use
13704         rerun_to_main.
13705         * gdb.base/sigstep.c (main): Change to use an infinite loop.
13706
13707 2004-08-24  Michael Chastain  <mec.gnu@mindspring.com>
13708
13709         * gdb.mi/basics.c: Add copyright notice.
13710         * gdb.mi/var-cmd.c: Add copyright notice.
13711
13712 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
13713
13714         * lib/gdb.exp: Remove signed_keyword_not_used.
13715         * lib/compiler.c: Likewise.
13716         * lib/compiler.cc: Likewise.
13717
13718 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
13719
13720         * gdb.base/whatis.c: Remove conditional disabling of "signed".
13721         * gdb.base/whatis.exp: Remove signed_keyword_not_used.
13722
13723 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
13724
13725         * gdb.base/whatis.c: Add copyright notice.
13726
13727 2004-08-20  Mark Kettenis  <kettenis@gnu.org>
13728
13729         * gdb.arch/i386-prologue.exp (skip_breakpoint): New function.  Use
13730         it to skip the breakpoints encoded in the inline assembly.
13731
13732 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
13733
13734         * Makefile.in: Add gdb.fortran.
13735
13736 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
13737
13738         * gdb.base/call-sc.exp (test_scalar_returns):
13739         Fix cut-and-paste glitch in "Make fun return now".
13740
13741 2004-08-17  Michael Chastain  <mec.gnu@mindspring.com>
13742
13743         * configure.in: Add gdb.fortran.
13744         * configure: Regenerate.
13745         * gdb.fortran/Makefile.in: New file.
13746         * lib/gdb.exp (skip_fortran_tests): New procedure.
13747
13748 2004-08-17  Michael Chastain  <mec.gnu@mindspring.com>
13749
13750         * gdb.mi/mi-var-block.exp: Use gdb_get_line_number.  Remove
13751         reference to bug-gnu@prep.ai.mit.edu.
13752         * gdb.mi/mi-var-child.exp: Likewise.
13753         * gdb.mi/mi-var-cmd.exp: Likewise.
13754         * gdb.mi/mi-var-display.exp: Likewise.
13755         * gdb.mi/mi2-var-block.exp: Likewise.
13756         * gdb.mi/mi2-var-child.exp: Likewise.
13757         * gdb.mi/mi2-var-cmd.exp: Likewise.
13758         * gdb.mi/mi2-var-display.exp: Likewise.
13759
13760 2004-08-15  Mark Kettenis  <kettenis@gnu.org>
13761
13762         * gdb.base/unload.c (main): Make local variable msg const.
13763
13764 2004-08-15  Michael Chastain  <mec.gnu@mindspring.com>
13765
13766         * gdb.mi/mi-cli.exp: Use gdb_get_line_number.  Remove reference
13767         to bug-gnu@prep.ai.mit.edu.
13768         * gdb.mi/mi-disassemble.exp: Likewise.
13769         * gdb.mi/mi-eval.exp: Likewise.
13770         * gdb.mi/mi-file.exp: Likewise.  Also, add comment about the
13771         default line number.
13772         * gdb.mi/mi-return.exp: Likewise.
13773         * gdb.mi/mi-simplerun.exp: Likewise.
13774         * gdb.mi/mi-stack.exp: Likewise.
13775         * gdb.mi/mi-stepi.exp: Likewise.  Also, replace wildcarded line
13776         number with explicit range test.
13777         * gdb.mi/mi-watch.exp: Likewise.
13778         * gdb.mi/mi2-break.exp: Likewise.
13779         * gdb.mi/mi2-cli.exp: Likewise.
13780         * gdb.mi/mi2-disassemble.exp: Likewise.
13781         * gdb.mi/mi2-eval.exp: Likewise.
13782         * gdb.mi/mi2-file.exp: Likewise.  Also, add comment about the
13783         default line number.
13784         * gdb.mi/mi2-return.exp: Likewise.
13785         * gdb.mi/mi2-simplerun.exp: Likewise.
13786         * gdb.mi/mi2-stack.exp: Likewise.
13787         * gdb.mi/mi2-stepi.exp: Likewise.  Also, replace wildcarded line
13788         number with explicit range test.
13789         * gdb.mi/mi2-watch.exp: Likewise.
13790
13791 2004-08-15  Michael Chastain  <mec.gnu@mindspring.com>
13792
13793         * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
13794         * gdb.cp/m-static.exp: Likewise.
13795         * gdb.cp/rtti.exp: Likewise.
13796
13797 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
13798
13799         * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
13800
13801 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
13802
13803         * ChangeLog: Prefix Local Variables with semi-colons and indent
13804         the reference to older ChangeLog files, to fix fontification in
13805         Emacs.
13806
13807 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
13808
13809         * gdb.mi/mi-break.exp: Use gdb_get_line_number.
13810         * gdb.mi/mi2-break.exp: Likewise.
13811
13812 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
13813
13814         * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
13815
13816 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
13817
13818         * gdb.cp/inherit.exp: Use cp_test_ptype_class.
13819
13820 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
13821
13822         * gdb.cp/classes.exp: Remove unused declarations.  Just let
13823         test names default instead of providing special names.  Remove
13824         extraneous demangler test.
13825
13826 2004-08-12  Jeff Johnston  <jjohnstn@redhat.com>
13827
13828         * gdb.base/unload.exp: New test for breakpoints in dynamically
13829         loaded libraries.
13830         * gdb.base/unload.c: Ditto.
13831         * gdb.base/unloadshr.c: Ditto.
13832
13833 2004-08-12  Michael Chastain  <mec.gnu@mindspring.com>
13834
13835         * gdb.cp/classes.exp (test_ptype_class_objects): Call
13836         cp_test_ptype_class.
13837         (test_enums): Likewise.
13838
13839 2004-08-10  Andrew Cagney  <cagney@gnu.org>
13840
13841         * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
13842         files.
13843
13844 2004-08-10  Andrew Cagney  <cagney@gnu.org>
13845
13846         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
13847         init_malloc call.
13848
13849 2004-08-10  Michael Chastain  <mec.gnu@mindspring.com>
13850
13851         * ChangeLog: Add copyright notice.  The notice is copied
13852         from emacs 21.3 top level ChangeLog.
13853
13854 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
13855
13856         * lib/cp-support.exp: New file.
13857         * lib/cp-support.exp (cp_test_type_class): New function.
13858         * gdb.cp/derivation.exp: Use cp_test_ptype_class.
13859         * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
13860         * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
13861         cp_test_ptype_class.
13862
13863 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
13864
13865         * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
13866         gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
13867         gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
13868         gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
13869         gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
13870         gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
13871         gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
13872         gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
13873         gdb.mi/mi2-watch.exp: Update copyright years.
13874
13875 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
13876
13877         * gdb.base/sigaltstack.exp: Provide proper anchoring.
13878
13879 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
13880
13881         * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
13882         gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
13883         gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
13884         gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
13885         gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
13886         gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
13887         gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
13888         gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
13889         gdb.mi/mi-watch.exp: Update copyright years.
13890
13891 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
13892
13893         PR gdb/1738
13894         * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
13895         from a breakpoint with a pending signal.
13896
13897 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
13898
13899         PR gdb/1736
13900         * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
13901         * gdb.base/sigaltstack.exp (finish_test): Consume output until
13902         the prompt.
13903         * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
13904
13905 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
13906
13907         * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
13908
13909 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
13910
13911         PR gdb/1736
13912         * gdb.base/sigaltstack.exp (finish_test): New procedure.  KFAIL
13913         for i?86-*-linux*.
13914
13915 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
13916
13917         * gdb.arch/i386-prologue.exp: Compile without debug information.
13918
13919 2004-08-08  Michael Chastain  <mec.gnu@mindspring.com>
13920
13921         * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
13922         rather than asking gdb to search.
13923
13924 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
13925
13926         * gdb.base/gcore.c: Include <string.h>.
13927
13928 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
13929
13930         * gdb.base/gcore.c: Add copyright notice.
13931
13932 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
13933
13934         * gdb.base/freebpcmd.c: Include <stdio.h>.
13935         * gdb.base/long_long.c: Include <string.h>.
13936         * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
13937         * gdb.base/siginfo.c: Include <string.h>.
13938         * gdb.base/sigstep.c: Include <string.h>.
13939
13940 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
13941
13942         * gdb.base/complex.c: Include <stdlib.h>.
13943
13944 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
13945
13946         * gdb.base/complex.c: Add copyright notice.
13947
13948 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
13949
13950         * gdb.base/charset.c: Include <stdlib.h>.
13951
13952 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
13953
13954         * gdb.base/auxv.c: Include <stdlib.h>.
13955
13956 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
13957
13958         * gdb.base/auxv.c: Add copyright notice.
13959
13960 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
13961
13962         * gdb.base/coremaker.c: Add copyright notice.
13963         * gdb.base/coremaker2.c: Add copyright notice.
13964
13965 2004-08-04  Andrew Cagney  <cagney@gnu.org>
13966
13967         * gdb.base/store.exp: Update copyright.
13968         (check_set, up_set, check_struct, up_struct): Add a prefix to test
13969         names, do not import gdb_prompt.
13970
13971 2004-08-01  Andrew Cagney  <cagney@gnu.org>
13972
13973         Fix PR testsuite/1729.
13974         * gdb.base/dump.exp: Add test name to callers of capture_value, do
13975         not use capture_value with value 4.
13976         (capture_value): Add optional test name parameter.
13977         (test_reload_saved_value, test_restore_saved_value): Use $msg as
13978         the prefix, pass to capture_value.
13979
13980 2004-08-01  Mark Kettenis  <kettenis@gnu.org>
13981
13982         * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
13983         * gdb.arch/i386-prologue.c (standard): New prototype and function.
13984         (main): Call new function.
13985
13986 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
13987
13988         * gdb.cp/namespace.exp: Accept more varieties of ptype output.
13989
13990 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
13991
13992         * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
13993
13994 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
13995
13996         * gdb.cp/inherit.exp: Accept more varieties of ptype output.
13997         Accept more values of vtbl pointer.  Remove some messages
13998         about "obsolete gcc or gdb".
13999
14000 2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>
14001
14002         * gdb.cp/classes.exp: Accept more varieties of ptype output.
14003
14004 2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>
14005
14006         * gdb.base/asm-source.exp: Properly convert target board
14007         debug flags from gcc format to binutils format.
14008
14009 2004-07-28  Mark Kettenis  <kettenis@gnu.org>
14010
14011         * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
14012         gdb1718".  PR backtrace/1718 partially fixed.
14013
14014 2004-07-27  Jeff Johnston  <jjohnstn@redhat.com>
14015
14016         * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
14017
14018 2004-07-26  Nick Clifton  <nickc@redhat.com>
14019
14020         * gdb.asm/asm-source.exp (debug-flags): New variable.  If a known
14021         good default value for a specific architecture is available then
14022         set it to that value.  Otherwise default to the -gstabs switch.
14023         Remove the -g... switches from the asm-flags variable.  Allow the
14024         target board info to override the value if it wants to.  Pass the
14025         switch on the assembler command line.
14026
14027 2004-07-23  Mark Kettenis  <kettenis@gnu.org>
14028
14029         * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
14030         * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
14031         (main): Call new function.
14032
14033 2004-07-22  Michael Chastain  <mec.gnu@mindspring.com>
14034
14035         Test for PR exp/1715.
14036         * gdb.base/radix.exp: Refactor common procedures.  Make all
14037         test names unique.  Change XFAIL to KFAIL.
14038
14039 2004-07-20  Michael Chastain  <mec.gnu@mindspring.com>
14040
14041         * gdb.ada/gnat_ada.gpr.in: Rename from here ...
14042         * gdb.ada/gnat_ada.gin: ... to here.
14043         * configure.in: Use gnat_ada.gin.
14044         * configure: Regenerate.
14045
14046 2004-07-20  Andrew Cagney  <cagney@gnu.org>
14047
14048         * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
14049         gdb_test and gdb_test_multiple.  Delete bash_bug.  Delete suspect
14050         XFAILs.  Clean up test messages and comments.  Check backtraces.
14051         Delete re-sync code.
14052
14053 2004-07-19  Michael Chastain  <mec.gnu@mindspring.com>
14054
14055         Fix PR cli/740.
14056         * gdb.base/annota1.exp: Honor gdb,nosignals.
14057         * gdb.base/annota3.exp: Likewise.
14058
14059 2004-07-19  Michael Chastain  <mec.gnu@mindspring.com>
14060
14061         * lib/java.exp: Update copyright notice.
14062
14063 2004-07-19  Andrew Cagney  <cagney@gnu.org>
14064
14065         * gdb.base/selftest.exp: Copy file from here ...
14066         * gdb.gdb/selftest.exp: ... to here.
14067
14068 2004-07-16  Andrew Cagney  <cagney@redhat.com>
14069
14070         * lib/insight-support.exp: Delete file.
14071         * lib/java.exp (java_init): Fix copyright.
14072
14073 2004-07-16  Andrew Cagney  <cagney@gnu.org>
14074
14075         * gdb.base/restore.c: Append "prologue" to comments marking the a
14076         function's prologue.
14077         * gdb.base/restore.exp: Update copyright, re-indent.
14078         (restore_tests): Use gdb_test_multiple.  Add "calleeN calls
14079         callerN" prefix where needed.  Update patterns that match a
14080         function's prologue.
14081
14082 2004-07-16  Michael Chastain  <mec.gnu@mindspring.com>
14083
14084         * gdb.base/restore.c: Add copyright notice.
14085
14086 2004-07-16  Andrew Cagney  <cagney@gnu.org>
14087
14088         * gdb.base/logical.exp: Update copyright.
14089         (evaluate): New procedure.  Use to re-implement tests using
14090         several tables.
14091
14092 2004-07-14  Martin Hunt  <hunt@redhat.com>
14093
14094         * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
14095         which fixes some problems where init.tcl was not found.
14096
14097 2004-07-13  Andrew Cagney  <cagney@gnu.org>
14098
14099         * gdb.base/sizeof.exp: Skip test when no inferior I/O.
14100         (check_sizeof, check_valueof): Do not include the output in the
14101         test name.  Use gdb_test.
14102         (get_valueof): Use gdb_test_multiple.
14103
14104         * gdb.base/step-test.exp: Update copyright.  Use
14105         gdb_test_multiple.  Ensure that test names do not include
14106         architecture dependent output.
14107
14108         * gdb.gdb/observer.exp: Update copyright.
14109         (setup_test): Use gdb_test_multiple.
14110         (attach_first_observer, attach_second_observer)
14111         (attach_third_observer, detach_first_observer)
14112         (detach_second_observer, detach_third_observer)
14113         (reset_counters, check_counters): Make $message a prefix.
14114         (test_normal_stop_notifications): Add "args" parameter - a list of
14115         init functions to be called.  Make $message a prefix,
14116         (test_observer_normal_stop): Change the message prefixes so that
14117         they are unique, pass the attach / detach procedures to
14118         test_normal_stop_notifications.
14119
14120         * gdb.base/signull.exp (test_segv): Prefix all tests with
14121         "${name}".  Clean up test messages.
14122
14123         * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
14124
14125         * gdb.base/ena-dis-br.exp: Update copyright.
14126         (break_at): New function.  Replace send_gdb with gdb_test,
14127         break_at, and gdb_test_multiple.  Replace XFAIL of "continue with
14128         ignore count, not stopped at bpt", with KFAIL.
14129
14130 2004-07-13  Corinna Vinschen  <vinschen@redhat.com>
14131
14132         * gdb.base/attach.exp: Remove cleanupfile handling.
14133
14134 2004-07-12  Andrew Cagney  <cagney@gnu.org>
14135
14136         * gdb.base/annota1.exp: Cleanup corefile test name.
14137         * gdb.base/annota3.exp: Ditto.
14138
14139 2004-07-12  Andrew Cagney  <cagney@gnu.org>
14140
14141         * gdb.base/signals.exp: Clean up copyright, re-indent.
14142
14143         * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
14144         gdb_test and gdb_test_multiple.
14145
14146 2004-07-08  Jeff Johnston  <jjohnstn@redhat.com>
14147
14148         * gdb.java/jmain.exp: Fix expected line number for main to
14149         break at.  Set XFAIL for break at main test since gcj does not
14150         provide line number info for first statement in main.
14151
14152 2004-07-08  Andrew Cagney  <cagney@gnu.org>
14153
14154         * gdb.base/attach.exp: Cleanup copyright.  Re-indent.
14155
14156         * gdb.base/sigbpt.exp: Make the common part of each test name a
14157         prefix instead of suffix.
14158
14159 2004-07-07  Bob Rossi  <bob_rossi@cox.net>
14160
14161         * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
14162         test from test_tbreak_creation_and_listing to
14163         test_file_list_exec_source_file
14164         * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
14165         Changed name of test from test_tbreak_creation_and_listing to
14166         test_file_list_exec_source_file
14167
14168 2004-07-07  Jeff Johnston  <jjohnstn@redhat.com>
14169
14170         * gdb.java/jmisc.exp: Fix expected output of ptype to look for
14171         the jmisc() constructor instead of <init>.
14172         * gdb.java/jmisc1.exp: Ditto.
14173
14174 2004-07-07  Andrew Cagney  <cagney@gnu.org>
14175
14176         * gdb.base/sigbpt.exp (stepi_out): Check for a single step
14177         corrupting the PC.
14178
14179 2004-07-06  Michael Chastain  <mec.gnu@mindspring.com>
14180
14181         * gdb.cp/templates.exp: Accept whitespace change in demangler
14182         output.
14183
14184 2004-07-06  Andrew Cagney  <cagney@gnu.org>
14185
14186         * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
14187
14188 2004-07-02  Michael Chastain  <mec.gnu@mindspring.com>
14189
14190         * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
14191         * lib/compiler.cc: Likewise.
14192
14193 2004-06-30  Michael Chastain   <mec.gnu@mindspring.com>
14194
14195         * lib/compiler.cc: Work around string preprocessing problem
14196         with old hp c++ compiler.
14197         * lib/compiler.c: Likewise.
14198
14199 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
14200
14201         * gdb.arch/i386-prologue.c: Add copyright header.  Use preprocessor
14202         directives to conditionalize symbol prefixing.
14203         * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
14204         additional_flags handling.  Add underscore prefix for Cygwin.
14205         * gdb.arch/i386-unwind.c: Use preprocessor directives to
14206         conditionalize symbol prefixing.
14207         * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
14208         additional_flags handling.  Add underscore prefix for Cygwin.
14209
14210 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
14211
14212         * gdb.base/bigcore.exp: Skip test on Cygwin.
14213
14214 2004-06-28  Michael Chastain  <mec.gnu@mindspring.com>
14215
14216         * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
14217         formats for "info register".  Use gdb_test_multiple.  Fix
14218         the "invalid register" test.
14219
14220 2004-06-28  Corinna Vinschen  <vinschen@redhat.com>
14221
14222         * gdb.base/attach.exp: Fix copyright date.  Set testpid to Windows
14223         PID for Cygwin.  Add Cygwin specific strings to check for in some
14224         tests.
14225         (do_attach_tests): Add a test for user interaction when attaching
14226         to a process with no matching symbol table already loaded.
14227
14228 2004-06-26  Andrew Cagney  <cagney@gnu.org>
14229
14230         Test PR java/1567 and PR java/1565.
14231         * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
14232         * gdb.java/jmisc2.exp: Delete file.
14233
14234 2004-06-26  Michael Chastain  <mec.gnu@mindspring.com>
14235
14236         * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
14237
14238 2004-06-25  Corinna Vinschen  <vinschen@redhat.com>
14239
14240         * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
14241         attach process.
14242
14243 2004-06-23  Michael Chastain  <mec.gnu@mindspring.com>
14244
14245         * gdb.cp/pr-1553.exp: Remove.
14246
14247 2004-06-22  Michael Chastain  <mec.gnu@mindspring.com>
14248
14249         * gdb.cp/pr-1553.cc: Remove.
14250         * gdb.cp/pr-1553.exp: Disable this test.
14251
14252 2004-06-20  Jim Blandy  <jimb@redhat.com>
14253
14254         Fix PR testsuite/1680.
14255         * gdb.arch/i386-sse.exp: Properly quote curly braces in
14256         regular expressions.
14257
14258 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
14259
14260         Fix PR testsuite/1679.
14261         * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
14262         Issue an UNSUPPORTED result instead.
14263
14264 2004-06-18  Jim Blandy  <jimb@redhat.com>
14265
14266         * gdb.base/charset.exp: Only send a control-C if we see a new
14267         prompt and incomplete command.
14268
14269 2004-06-18  Michael Chastain  <mec.gnu@mindspring.com>
14270
14271         * gdb.cp/pr-574.cc: Add copyright notice.
14272
14273 2004-06-17  Jim Blandy  <jimb@redhat.com>
14274
14275         * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
14276         cases where the regexp has no groups; this grabs random text from
14277         the previous test suite, whatever that was.
14278
14279 2004-06-17  Michael Chastain  <mec.gnu@mindspring.com>
14280
14281         * gdb.cp/printmethod.cc: Add copyright notice.
14282
14283 2004-06-16  Michael Chastain  <mec.gnu@mindspring.com>
14284
14285         * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
14286
14287 2004-06-16  Andrew Cagney  <cagney@gnu.org>
14288
14289         * gdb.base/signull.c: Update copyright.  Include <string.h>.
14290         (bowler): Replace data_pointer with data_read
14291         and data_write cases.  Add code_descriptor case.
14292         (zero, desc): New array and pointer.
14293         (data, code): Change to simple pointers.
14294         * gdb.base/signull.exp: Fix probe pattern matching a function
14295         descriptor SIGSEGV.  Replace data_pointer with data_read and
14296         data_write tests.
14297
14298 2004-06-16  Andrew Cagney  <cagney@gnu.org>
14299
14300         * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
14301
14302 2004-06-15  Michael Chastain  <mec.gnu@mindspring.com>
14303
14304         * gdb.base/long_long.c: Add copyright notice.
14305
14306 2004-06-15  Michael Chastain  <mec.gnu@mindspring.com>
14307
14308         * gdb.base/long_long.exp: Remove reference to
14309         bug-gdb@prep.ai.mit.edu.  Change line-number-specific breakpoint
14310         to gdb_breakpoint and gdb_continue_to_breakpoint.
14311
14312 2004-06-14  Jim Blandy  <jimb@redhat.com>
14313
14314         * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
14315         endian case.
14316
14317 2004-06-14  Andrew Cagney  <cagney@gnu.org>
14318
14319         * gdb.base/gcore.exp (capture_command_output): Delete the always
14320         passing tests containing inferior values.
14321         * gdb.base/ending-run.exp: Do not include the breakpoint address
14322         in the test message.  Update copyright.
14323         * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
14324         size in the test name, use gdb_test_multiple.  Update copyright.
14325
14326 2004-06-14  Michael Chastain  <mec.gnu@mindspring.com>
14327
14328         * gdb.cp/ref-types.cc: Add copyright notice.
14329
14330 2004-06-14  Michael Chastain  <mec.gnu@mindspring.com>
14331
14332         * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
14333         hp_aCC_compiler.
14334         * lib/compiler.cc: Likewise.
14335         * lib/gdb.exp (get_compiler_info): Eval lines only if they are
14336         'set' commands.  Log diagnostics for other lines.  Set
14337         gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
14338
14339 2004-06-13  Michael Chastain  <mec.gnu@mindspring.com>
14340
14341         * gdb.cp/try_catch.cc: Add copyright notice.
14342
14343 2004-06-12  Michael Chastain  <mec.gnu@mindspring.com>
14344
14345         * gdb.cp/userdef.cc: Add copyright notice.
14346
14347 2004-06-11  Michael Chastain  <mec.gnu@mindspring.com>
14348
14349         * gdb.cp/virtfunc.cc: Add copyright notice.
14350
14351 2004-06-11  Randolph Chung  <tausq@debian.org>
14352
14353         * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
14354         problem.
14355
14356 2004-06-10  Andrew Cagney  <cagney@gnu.org>
14357
14358         * lib/compiler.cc, lib/compiler.c: Append either
14359         __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
14360         * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
14361         instead of gcc-3-3.
14362
14363 2004-06-09  Andrew Cagney  <cagney@gnu.org>
14364
14365         * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
14366         gdb/1455, bug is specific to "long long" and "double".
14367
14368         * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
14369         (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
14370         x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*.  PR tdep/1447
14371         fixed.
14372
14373 2004-06-09  Andrew Cagney  <cagney@gnu.org>
14374
14375         * gdb.base/structs.exp (test_struct_returns): Replace
14376         "return_value_unknown" and "finish_value_unknown" by
14377         "return_value_known" and "finish_value_known".  Instead of
14378         "return_value_unknown" iff "finish_value_unknown", check
14379         "return_value_known" implies "finish_value_known".
14380
14381 2004-06-08  Martin Hunt  <hunt@redhat.com>
14382
14383         * gdb.base/float.exp: Add pattern for mips targets.
14384
14385 2004-06-08  Randolph Chung  <tausq@debian.org>
14386
14387         * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
14388         message for unknown architectures more clear.
14389
14390 2004-06-08  Joel Brobecker  <brobecker@gnat.com>
14391
14392         * gdb.ada/null_record.exp: Use "start" instead of "begin" to
14393         start the execution of the program.
14394
14395 2004-06-07  Jim Blandy  <jimb@redhat.com>
14396
14397         * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
14398         * gdb.arch/i386-cpuid.h: New helper file.
14399
14400 2004-06-07  Randolph Chung  <tausq@debian.org>
14401
14402         * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
14403         has started.
14404
14405 2004-06-04  Roland McGrath  <roland@redhat.com>
14406
14407         Fix PR gdb/1647.
14408         * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
14409         differently to be robust to output buffering differences.
14410
14411 2004-06-04  Michael Chastain  <mec.gnu@mindspring.com>
14412
14413         * gdb.threads/pthreads.exp: Update copyright years.
14414         (check_control_c): Change asynchronous 'after' to synchronous.
14415
14416 2004-06-04  Roland McGrath  <roland@redhat.com>
14417
14418         * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
14419         next gdb prompt.
14420
14421 2004-06-02  Michael Chastain  <mec.gnu@mindspring.com>
14422
14423         Fix PR gdb/1636.
14424         * gdb.threads/manythreads.exp: Change asynchronous 'after'
14425         calls to synchronous.
14426
14427 2004-05-26  Jim Blandy  <jimb@redhat.com>
14428
14429         * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
14430
14431 2004-05-24  Randolph Chung  <tausq@debian.org>
14432
14433         * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
14434         * gdb.asm/pa.inc: New file.
14435
14436 2004-05-22  Mark Kettenis  <kettenis@gnu.org>
14437
14438         * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
14439
14440 2004-05-21  Joel Brobecker  <brobecker@gnat.com>
14441             Daniel Jacobowitz  <drow@mvista.com>
14442
14443         * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
14444         GDB prompt.
14445
14446 2004-05-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14447
14448         * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
14449         setjmp/longjmp.  Use sigaction instead of signal.
14450
14451 2004-05-19  J. Brobecker  <brobecker@gnat.com>
14452             Michael Snyder  <msnyder@redhat.com>
14453
14454         * gdb.threads/pthread_cond_wait.c: New file.
14455         * gdb.threads/pthread_cond_wait.exp: New testcase.
14456
14457 2004-05-13  Andrew Cagney  <cagney@redhat.com>
14458
14459         * gdb.base/signull.exp, gdb.base/signull.c: New files.
14460         * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
14461
14462 2004-05-11  Andrew Cagney  <cagney@redhat.com>
14463
14464         * gdb.base/sigstep.exp (advancei): Update KFAILs.  gdb/1613 is
14465         fixed but revealed gdb/1639.
14466
14467 2004-05-10  Andrew Cagney  <cagney@redhat.com>
14468
14469         * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
14470         func1" and "next to 2nd alarm", kernel bug avoided.
14471
14472 2004-05-10  Daniel Jacobowitz  <dan@debian.org>
14473
14474         PR external/1568
14475         * gdb.base/bigcore.exp: Check the size of the dumped core file.
14476         XFAIL if it is smaller than bytes_allocated.
14477         * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
14478         (main): Make chunks_allocated unsigned.  Correct comment.
14479
14480 2004-05-07  Joel Brobecker  <brobecker@gnat.com>
14481
14482         * gdb.arch/powerpc-aix-prologue.c: New file.
14483         * gdb.arch/powerpc-aix-prologue.exp: New file.
14484
14485 2004-05-07  Jim Blandy  <jimb@redhat.com>
14486
14487         * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
14488         gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
14489
14490 2004-05-06  Joel Brobecker  <brobecker@gnat.com>
14491
14492         * gdb.base/sep.exp: No longer setup_kfail when the program was
14493         built with dwarf2.
14494
14495 2004-05-05  Jim Ingham  <jingham@apple.com>
14496
14497         * gdb.base/pending.exp: Make sure pending breakpoints
14498         preserve the ignore count.
14499
14500 2004-04-27  Jerome Guitton  <guitton@gnat.com>
14501
14502         * i386-prologue.exp: Add testcase for jump instruction as first
14503         instruction of the real code.
14504         * i386-prologue.c (jump_at_beginning): New function.
14505
14506 2004-04-28  Mark Kettenis  <kettenis@gnu.org>
14507
14508         * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
14509         x86_64-*-*.
14510
14511 2004-04-28  Mark Kettenis  <kettenis@gnu.org>
14512
14513         * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
14514         i*86-*-*.
14515
14516 2004-04-25  Mark Kettenis  <kettenis@gnu.org>
14517
14518         * gdb.base/call-sc.exp (start_scalars_test): Fix regular
14519         expression that checks the return type.
14520
14521 2004-04-23  Andrew Cagney  <cagney@redhat.com>
14522
14523         * gdb.base/call-sc.exp: New test of scalar call/return values.
14524         * gdb.base/call-sc.c: Ditto.
14525
14526 2004-04-23  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14527
14528         * gdb.threads/manythreads.c: Reduce thread stack size.
14529
14530 2004-04-23  Jeff Johnston  <jjohnstn@redhat.com>
14531
14532         * gdb.threads/manythreads.c: Add copyright notice.
14533
14534 2004-04-23  Andrew Cagney  <cagney@redhat.com>
14535
14536         * gdb.base/siginfo.exp: Better handle step out of signal.
14537         * gdb.base/sigstep.exp: Ditto.
14538
14539 2004-04-22  Jeff Johnston  <jjohnstn@redhat.com>
14540             Daniel Jacobowitz  <drow@mvista.com>
14541
14542         * gdb.threads/manythreads.c: New testcase.
14543         * gdb.threads/manythreads.exp: Ditto.
14544
14545 2004-04-22  Jim Blandy  <jimb@redhat.com>
14546
14547         * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
14548         gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
14549
14550 2004-04-21  Michael Chastain  <mec.gnu@mindspring.com>
14551
14552         * gdb.stabs/weird.exp: Accept full pathname for $binfile.
14553
14554 2004-04-21  Andrew Cagney  <cagney@redhat.com>
14555
14556         * gdb.base/sigstep.c: New file.
14557         * gdb.base/sigstep.exp: New file.
14558
14559 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
14560
14561         * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
14562         call to observer_notify_normal_stop.
14563
14564 2004-04-15  Andrew Cagney  <cagney@redhat.com>
14565
14566         * gdb.base/siginfo.c: New file.
14567         * gdb.base/siginfo.exp: New file.
14568
14569 2004-04-12  J. Brobecker  <brobecker@gnat.com>
14570
14571         * gdb.base/sep.exp: Fix typo in comment.
14572
14573 2004-04-12  J. Brobecker  <brobecker@gnat.com>
14574
14575         * gdb.base/sep.c: New file.
14576         * gdb.base/sep-proc.c: New file.
14577         * gdb.base/sep.exp: New testcase.
14578
14579 2004-04-09  Mark Kettenis  <kettenis@gnu.org>
14580
14581         * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
14582         support.
14583
14584 2004-04-05  Andrew Cagney  <cagney@redhat.com>
14585
14586         * gdb.base/sigaltstack.c: New file.
14587         * gdb.base/sigaltstack.exp: New file.
14588
14589 2004-04-04  Joel Brobecker  <brobecker@gnat.com>
14590
14591         * gdb.base/foll-fork.exp: Update the expected output for
14592         "help set follow-fork-mode", to match a change that was made
14593         to the help of this variable on 2004-01-13.
14594
14595 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
14596
14597         * lib/ada.exp: Add copyright notice.
14598         * bar.ads: Likewise.
14599         * bar.adb: Likewise.
14600         * null_record.adb: Likewise.
14601         * null_record.exp: Likewise.
14602         * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
14603
14604 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
14605
14606         * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
14607         * configure: Regenerate.
14608
14609 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
14610
14611         * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
14612         to build the application. Remove the message printed when in
14613         verbose mode, redundant with the UNSUPPORTED message above.
14614
14615 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
14616
14617         * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
14618         * gdb.ada (null_record.exp): New testcase.
14619
14620 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
14621
14622         * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
14623
14624 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
14625
14626         * gdb.ada: New subdirectory.
14627         * gdb.ada/Makefile.in: New file.
14628         * gdb.ada/gnat_ada.gpr.in: New file.
14629
14630 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
14631
14632         * lib/ada.exp: New file.
14633
14634 2004-03-24  Daniel Jacobowitz  <drow@mvista.com>
14635
14636         * gdb.base/gdb1250.exp: Use runto {allow-pending}.
14637         * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
14638
14639 2004-03-22  Andrew Cagney  <cagney@redhat.com>
14640
14641         * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
14642         hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
14643         Problem identified by Ulrich Weigand.
14644
14645 2004-03-17  David Carlton  <carlton@kealia.com>
14646
14647         * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
14648         PR c++/826.
14649
14650 2004-03-16  Roland McGrath  <roland@redhat.com>
14651
14652         * gdb.base/auxv.exp: New file.
14653         * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
14654
14655 2004-03-12  David Carlton  <carlton@kealia.com>
14656
14657         * gdb.cp/pr-1553.exp: New.  Tests for PR c++/1553.
14658         * gdb.cp/pr-1553.cc: Ditto.
14659         * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
14660         pass branch.
14661
14662 2004-03-12  Michael Chastain  <mec.gnu@mindspring.com>
14663
14664         * gdb.cp/templates.exp: Accept more template types.
14665
14666 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
14667
14668         From Corinna Vinschen with modifications.
14669         * gdb.cp/classes.cc (enums1): Add a line to extend scope of
14670         local variable obj_with_enum.
14671         * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
14672         results with obj_with_enum.
14673
14674 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
14675
14676         * gdb.cp/classes.cc: New file, copied from misc.cc.
14677         * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
14678
14679 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
14680
14681         * gdb.cp/misc.cc: Add copyright notice.
14682
14683 2004-03-05  David Carlton  <carlton@kealia.com>
14684
14685         * gdb.cp/rtti.exp: Add 'print *obj3' test.
14686         * gdb.cp/rtti.h: Update copyright.
14687         (namespace n2::n3): New.
14688         * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
14689         (n2::n3::func3): New.
14690         (main): Call n2::n3::func3.
14691         * gdb.cp/rtti2.cc: Update copyright.
14692         (n2::create3): New.
14693
14694 2004-03-04  Mark Kettenis  <kettenis@gnu.org>
14695
14696         * gdb.asm/openbsd.inc: Fix typo.
14697
14698 2004-03-03  Fred Fish  <fnf@redhat.com>
14699
14700         * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
14701         "val" instead of unused "size".  Update copyright year.
14702
14703 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
14704
14705         * gdb.cp/ctti.exp: Handle unsigned char type.  Expect templates
14706         to use unsigned char.
14707         * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
14708         gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
14709
14710 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
14711
14712         * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
14713         line of output.
14714
14715 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
14716
14717         * gdb.base/relocate.c (dummy): Initialize.
14718
14719 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
14720
14721         * gdb.base/chng-syms.exp: Anchor exit pattern.  Allow
14722         a breakpoint at exit.
14723
14724 2004-02-27  Fred Fish  <fnf@redhat.com>
14725
14726         * gdb.base/chng-syms.exp: Add expect condition to match failing
14727         case that isn't a timeout.
14728
14729 2004-02-27  Andrew Cagney  <cagney@redhat.com>
14730
14731         * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
14732         support.
14733
14734 2004-02-26  Fred Fish  <fnf@redhat.com>
14735
14736         * gdb.arch/gdb1431.c: Remove.
14737         * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
14738         * gdb.arch/gdb1431.exp: Use "advance" correctly instead
14739         of "until" incorrectly.
14740
14741 2004-02-26  J. Brobecker  <brobecker@gnat.com>
14742
14743         * gdb.cp/class2.cc (empty): New class.
14744         (refer): New function.
14745         (main): Declare an object of type empty and use it.
14746         * gdb.cp/class2.exp: Print the value of an object of type empty.
14747
14748 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
14749
14750         * gdb.base/langs.exp: Update query string to match the
14751         new nquery format used for pending breakpoints.
14752
14753 2004-02-26  Andrew Cagney  <cagney@redhat.com>
14754
14755         Fix PR i18n/1570.
14756         * gdb.base/charset.c: Update copyright notice.
14757         (main, init_string): Remove the escape character '\e' tests.
14758         * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
14759         * gdb.base/charset.exp (valid_host_charset): Ditto.
14760         * gdb.base/setvar.exp: Ditto.
14761
14762 2004-02-24  Andrew Cagney  <cagney@redhat.com>
14763
14764         * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
14765         mmapped data in core file" PASS and FAIL messages consistent.
14766
14767         * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
14768         setting a breakpoint.  Work around PR java/1565.
14769
14770 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
14771
14772         * lib/gdb.exp (gdb_breakpoint): Update query string to match
14773         new nquery format.
14774         * gdb.base/pending.exp: Ditto.
14775
14776 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
14777
14778         * configure.in: Run stabs tests on *BSD.
14779         * configure: Regenerated.
14780
14781 2004-02-21  Mark Kettenis  <kettenis@gnu.org>
14782
14783         * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
14784
14785 2004-02-20  Fred Fish  <fnf@redhat.com>
14786
14787         * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
14788         blank in test for "returns short", for consistency with other
14789         "returns xxx" tests.  Update copyright year.
14790
14791 2004-02-19  Fred Fish  <fnf@redhat.com>
14792
14793         New testcase for PR breakpoint/1558.
14794         * gdb.arch/gdb1558.exp: New file.
14795         * gdb.arch/gdb1558.c: New file.
14796
14797 2004-02-19  Elena Zannoni  <ezannoni@redhat.com>
14798
14799         * gdb.base/nodebug.exp: Fix typo.
14800
14801 2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14802
14803         Committed by Jim Blandy  <jimb@redhat.com>.
14804
14805         * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
14806
14807         * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
14808
14809         * gdb.base/float.exp: Support s390*-*-* targets.
14810
14811 2004-02-17  Adam Fedor  <fedor@gnu.org>
14812
14813         * gdb.base/gdb1555.exp: New file.
14814         * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
14815
14816 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
14817
14818         * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
14819
14820 2004-02-16  Fred Fish  <fnf@redhat.com>
14821
14822         * gdb.arch/gdb1291.c: Remove
14823         * gdb.arch/gdb1291.s: New test input file.
14824         * gdb.arch/gdb1291.exp: Expand test to check case that should not
14825         fail.  Test for correct result, known incorrect result, other
14826         failures and timeouts.
14827
14828 2004-02-16  Andrew Cagney  <cagney@redhat.com>
14829
14830         * gdb.base/bigcore.exp: New file.
14831         * gdb.base/bigcore.c: New file.
14832
14833 2004-02-13  Andrew Cagney  <cagney@redhat.com>
14834
14835         * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
14836         * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
14837         * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
14838         * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
14839         * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
14840         * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
14841         * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
14842         * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
14843         * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
14844         * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
14845
14846 2004-02-11  Jeff Johnston  <jjohnstn@redhat.com>
14847
14848         * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
14849         executed is an alloc instruction.
14850
14851 2004-02-11  David Carlton  <carlton@kealia.com>
14852
14853         * gdb.cp/breakpoint.exp: New.
14854         * gdb.cp/breakpoint.cc: New.
14855
14856 2004-02-11  Michael Chastain  <mec.gnu@mindspring.com>
14857
14858         Partial fix for PR gdb/1543.
14859         * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
14860         gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
14861         gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
14862         gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
14863         gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
14864         gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
14865         gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
14866         gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
14867         gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
14868         to bug-gdb@prep.ai.mit.edu .
14869         * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
14870         gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
14871         gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
14872         Likewise.
14873
14874 2004-02-10  Andrew Cagney  <cagney@redhat.com>
14875
14876         * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
14877         using gdb_internal_error_resync.
14878
14879 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
14880
14881         * gdb.threads/thread-specific.exp: Stop early if no threads are
14882         found.
14883
14884 2004-02-09  Michael Chastain  <mec.gnu@mindspring.com>
14885
14886         * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
14887
14888 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
14889
14890         * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
14891         breakpoints.
14892
14893 2004-02-07  Daniel Jacobowitz  <drow@mvista.com>
14894
14895         * config/sim.exp (gdb_load): Handle $arg == "".
14896         * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
14897         * gdb.objc/basicclass.exp: Use gdb_run_cmd.
14898
14899 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
14900
14901         * gdb.base/maint.exp: Update test to reflect
14902          obstack changes.
14903
14904 2004-02-04  Jeff Johnston  <jjohnstn@redhat.com>
14905
14906         * gdb.base/pendshr.c (pendfunc): New function that calls
14907         pendfunc1.
14908         * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
14909
14910 2004-02-04  Fred Fish  <fnf@redhat.com>
14911
14912         * gdb.arch/gdb1431.c: Add underbar prefixed version of global
14913         function symbols and update copyright years.
14914         * gdb.arch/gdb1291.c: Ditto.
14915
14916 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
14917
14918         * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
14919
14920 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
14921
14922         * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
14923
14924 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
14925
14926         * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
14927
14928 2004-02-02  Fred Fish  <fnf@redhat.com>
14929
14930         * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
14931         remote targets.  Update copyright years.
14932
14933 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
14934
14935         * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
14936         support.
14937         * gdb.base/langs.exp: Fix test which attempts to create
14938         breakpoint on non-existent function to handle new pending
14939         support.
14940         * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
14941         a breakpoint.
14942         * gdb.base/pending.exp: New test.
14943         * gdb.base/pending.c: New file.
14944         * gdb.base/pendshr.c: Ditto.
14945
14946 2004-02-02  David Carlton  <carlton@kealia.com>
14947
14948         * gdb.cp/overload.exp: Add overloadNamespace tests.
14949         * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
14950         (overloadNamespace, XXX): New.
14951         (main): Call XXX::marker2.
14952
14953 2004-02-01  Fred Fish  <fnf@redhat.com>
14954
14955         * gdb.base/dump.exp: Use runto_main instead of "runto main".
14956         * gdb.base/finish.exp: Ditto.
14957         * gdb.base/gcore.exp: Ditto.
14958         * gdb.base/huge.exp: Ditto.
14959         * gdb.base/info-proc.exp: Ditto.
14960         * gdb.base/return2.exp: Ditto.
14961         * gdb.threads/gcore-thread.exp: Ditto.
14962
14963 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
14964
14965         * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
14966
14967 2004-02-01  Mark Kettenis  <kettenis@gnu.org>
14968
14969         * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
14970         that opening the file succeeds on OpenBSD.
14971
14972 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
14973
14974         * gdb.threads/thread-specific.c: New file.
14975         * gdb.threads/threads-specific.exp: New test script.
14976         * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
14977         to expect_out.
14978
14979 2004-02-01  Mark Kettenis  <kettenis@gnu.org>
14980
14981         * gdb.base/call-ar-st.exp: Call get_debug_format.  Remove xfail on
14982         sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
14983         only on the "print_small_structs from print_long_arg_list" test.
14984
14985 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
14986
14987         * gdb.base/completion.exp: Kill a stray backslash.
14988
14989         From Jim Ingham <jingham@apple.com>:
14990         * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
14991         agrees with the result from sending a tab.
14992
14993 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
14994
14995         * gdb.base/chng-syms.exp: Remove stray newline.
14996
14997 2004-01-31  Mark Kettenis  <kettenis@gnu.org>
14998
14999         * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
15000         *-*-openbsd*.
15001         * gdb.asm/openbsd.inc: New file.
15002
15003 2004-01-30  Mark Kettenis  <kettenis@gnu.org>
15004
15005         * gdb.asm/asm-source.exp: Strip -Wl, from link-flags.  Don't
15006         append -static to link-flags for *-*-freebsd*, *-*netbsd* and
15007         *-*solaris2*.  Remove commented out default settings for
15008         asm-flags.  Replace gdb_compile with target_link.
15009
15010 2004-01-29  Michael Chastain  <mec.gnu@mindspring.com>
15011
15012         * gdb.cp/inherit.exp: Rewrite.  Use gdb_test_multiple and gdb
15013         for all tests.  Remove old hp-ux and cygnus xfail cases.
15014
15015 2004-01-29  Paul N. Hilfinger  <Hilfinger@gnat.com>
15016
15017         * gdb.base/chng-syms.exp: New file.
15018         * gdb.base/chng-syms.c: New file.
15019
15020 2004-01-24  Michael Chastain  <mec.gnu@mindspring.com>
15021
15022         * gdb.cp/local.exp: Rewrite "ptype Local".  Add "ptype l".
15023         Provide arms for current output in all my configurations.
15024
15025 2004-01-24  Michael Chastain  <mec.gnu@mindspring.com>
15026
15027         * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
15028         * lib/compiler.cc: Likewise.
15029         * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
15030         get the right preprocessor.  Eval the output directly.  Remove
15031         special tests for hp_cc_compiler and hp_aCC_compiler.  Remove
15032         hp_f77_compiler and hp_f90_compiler completely.
15033         (gdb_preprocess): Delete.
15034         (get_compiler): Delete.
15035
15036 2004-01-24  Mark Kettenis  <kettenis@gnu.org>
15037
15038         * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
15039         <string.h>.
15040
15041 2004-01-24  Nick Roberts  <nick@nick.uklinux.net>
15042
15043         * gdb.mi/mi-stack.exp: Update copyright.
15044
15045 2004-01-23  David Carlton  <carlton@kealia.com>
15046
15047         * gdb.cp/rtti.exp: Don't include full path in ${srcfile}.  Add
15048         test for cp_lookup_transparent_type.
15049         * gdb.cp/rtti1.cc: Update copyright.  Add n2::func and refer_to;
15050         call them.
15051
15052 2004-01-23  Daniel Jacobowitz  <drow@mvista.com>
15053
15054         * gdb.mi/mi-var-child.exp: Update copyright year.  Move new test
15055         after -var-update.
15056
15057 2004-01-23  David Carlton  <carlton@kealia.com>
15058
15059         * gdb.cp/namespace.cc (C::ensureRefs): New.
15060         * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
15061
15062 2004-01-20  Nick Roberts  <nick@nick.uklinux.net>
15063
15064         * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
15065         case "-stack-list-locals 2".
15066         * gdb.mi/mi-var-child.exp: Test for case
15067         "-var-list-children --all-values NAME".
15068
15069 2004-01-18  Michael Chastain  <mec.gnu@mindspring.com>
15070
15071         * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
15072
15073 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
15074
15075         * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
15076         used with gdb_test_multiple.
15077
15078         * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
15079         read at address 0.  This fixes PR testsuite/1504.
15080
15081 2004-01-18  Daniel Jacobowitz  <drow@mvista.com>
15082
15083         * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
15084         Remove downloading, guessing the host executable, the calls to
15085         gdb_file_cmd and gdb_target_cmd, and "load" support.
15086         (infer_host_exec): New function broken out from gdb_load.
15087         (gdb_load): New wrapper for gdbserver_gdb_load.
15088         * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
15089         gdb_target_cmd.  Use -target-select.
15090         (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
15091         Download binaries to the host.  Clear last_mi_remote_file when
15092         we load a new binary.
15093         (mi_gdb_load): Call mi_gdb_file_cmd.  If gdbserver.exp is loaded,
15094         call gdbserver_gdb_load and mi_gdb_target_cmd.
15095
15096 2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>
15097
15098         * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
15099         type patterns.
15100
15101 2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>
15102
15103         * gdb.cp/templates.exp: Fix typo in test name of
15104         "print Foo<volatile char*>::foo".
15105
15106 2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
15107
15108         * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
15109
15110 2004-01-16  Ben Elliston  <bje@wasabisystems.com>
15111
15112         * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
15113         (clean mostlyclean): Remove empty rm.
15114
15115 2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
15116
15117         * gdb.base/setvar.exp: Add copyright years.
15118
15119 2004-01-14  David Carlton  <carlton@bactrian.org>
15120
15121         * gdb.cp/rtti.exp: Update copyright.  KFAIL test with repect to
15122         PR c++/1511 and update coment.
15123         * gdb.cp/templates.exp: Update patterns to match current output.
15124         If changes involve something other than whitespace, KFAIL
15125         w.r.t. PR c++/1512 or PR c++/931 as appropriate.
15126
15127 2004-01-14  David Carlton  <carlton@kealia.com>
15128
15129         * gdb.cp/namespace.exp: Add tests involving classes defined within
15130         namespaces.
15131         * gdb.cp/namespace.cc (C::CClass): New.
15132         * gdb.cp/namespace1.cc (C::OtherFileClass): New.
15133
15134 2004-01-14  Elena Zannoni  <ezannoni@redhat.com>
15135
15136         * gdb.base/sepdebug.exp: Bail out of the test if we don't know
15137         what debug info we have. Print a better message if something goes
15138         wrong while producing the separate debug info file.
15139
15140 2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>
15141
15142         * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
15143
15144 2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>
15145
15146         * gdb.base/callfuncs.c: Add copyright notice.
15147
15148 2004-01-13  Michael Chastain  <mec.gnu@mindspring.com>
15149
15150         * gdb.cp/derivation.exp: Add XFAIL for bug with protected
15151         inheritance.  PR gdb/1498, PR gcc/13539.
15152
15153 2004-01-13  Elena Zannoni  <ezannoni@redhat.com>
15154
15155          * gdb.threads/gcore-thread.exp: Prefix name of binary with
15156          test specific name.
15157          * gdb.mi/gdb669.exp: Ditto.
15158          * gdb.mi/mi-pthreads.exp: Ditto.
15159          * gdb.mi/mi1-pthreads.exp: Ditto.
15160          * gdb.mi/mi2-pthreads.exp: Ditto.
15161
15162 2004-01-12  Michael Chastain  <mec.gnu@mindspring.com>
15163
15164         * gdb.cp/member-ptr.cc: Add copyright notice.
15165
15166 2004-01-12  Michael Chastain  <mec.gnu@mindspring.com>
15167
15168         * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple.  Add
15169         some patterns for recent versions of gcc and hpacc.  Delete
15170         calls to setup_xfail for hppa*-*-*.  Delete redundant tests.
15171         Delete tests that access a NULL pointer-to-member-data.  This
15172         script is still disabled for gcc.
15173
15174 2004-01-12  Elena Zannoni  <ezannoni@redhat.com>
15175
15176         * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
15177         escaped correctly.
15178
15179 2004-01-12  Elena Zannoni  <ezannoni@redhat.com>
15180
15181         * gdb.base/sepdebug.exp: New file.
15182         * gdb.base/sepdebug.c: New file.
15183         * lib/gdb.exp (separate_debug_filename): New procedure.
15184         (gdb_gnu_strip_debug): New procedure.
15185
15186 2004-01-12  Andrew Cagney  <cagney@redhat.com>
15187
15188         * gdb.mi/ChangeLog: Delete file.  Renamed to ...
15189         * gdb.mi/ChangeLog-1999-2003: New file.
15190
15191 2004-01-12  Andrew Cagney  <cagney@redhat.com>
15192
15193         * gdb.base/fileio.exp: Update copyright year.  On GNU/Linux, for
15194         "Renaming a directory to a non-empty directory returns ENOTEMPTY
15195         or EEXIST", treat EBUSY as an XFAIL.
15196
15197 2004-01-11  Michael Chastain  <mec.gnu@mindspring.com>
15198
15199         * gdb.base/scope.exp: Remove obsolete setup_xfail for
15200         hp_cc_compiler.
15201
15202 2004-01-10  Michael Chastain  <mec.gnu@mindspring.com>
15203
15204         * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
15205         decorations.
15206
15207 2004-01-10  Michael Chastain  <mec.gnu@mindspring.com>
15208
15209         * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
15210         and "(aCC)" decorations.  Remove obsolete doco about old
15211         test results.
15212
15213 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
15214
15215         * gdb.cp/exception.exp: Fix typo in doco.
15216
15217 2004-01-09  Mark Kettenis  <kettenis@gnu.org>
15218
15219         * gdb.base/gdb1476.exp: Fix typo.
15220
15221 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
15222
15223         * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
15224         file.
15225
15226 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
15227
15228         * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
15229         * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
15230         Use gdb_compile.  Remove restriction on gcc.  Add some patterns
15231         for recent version of gdb.  Delete second half, which was a copy
15232         of the first half with different build flags.  This test is
15233         still disabled because it is still not ready for production.
15234
15235 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
15236
15237         * gdb.cp/exception.cc: Add copyright notice.
15238         * gdb.cp/exception.exp: Add a notice that this file is broken
15239         because of line number changes caused by addition of copyright
15240         notice.
15241
15242 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
15243
15244         * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
15245         * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
15246
15247 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
15248
15249         * gdb.cp/classes.exp: Accept gnu abi 2.
15250         * gdb.cp/derivation.exp: Likewise.
15251         * gdb.cp/overload.exp: Likewise.
15252         * gdb.cp/virtfunc.exp: Likewise.
15253
15254 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
15255
15256         * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
15257         semicolon after end of function.
15258
15259 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
15260
15261         * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
15262         * gdb.cp/bs15503.exp: Remove hp-only restriction.  Use modern
15263         boilerplate code for compiling and running the program under
15264         test.  Add some string method tests.
15265
15266 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
15267
15268         * gdb.cp/bs15503.cc: Add copyright notice.
15269         * gdb.cp/bs15503.exp: Adjust line number.
15270
15271 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
15272
15273         * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
15274         * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
15275
15276 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
15277
15278         * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
15279         hp_cc_compiler.
15280
15281 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
15282
15283         * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
15284         * gdb.cp/ctti.exp: Use the marker instead of "next".
15285         With gcc, run further before bailing.
15286
15287 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
15288
15289         * gdb.cp/cttiadd.cc: Add copyright notice.
15290         * gdb.cp/cttiadd1.cc: Likewise.
15291         * gdb.cp/cttiadd2.cc: Likewise.
15292         * gdb.cp/cttiadd3.cc: Likewise.
15293
15294 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
15295
15296         * gdb.cp/ctti.exp: Partial rewrite.  Call gdb_compile properly.
15297         Use gdb_test, gdb_test_multiple.  Use floating-point values that
15298         have exact representations in IEEE-ish formats.
15299
15300 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
15301
15302         * gdb.base/constvars.exp: Do not force lang=c++ if using HP
15303         compilers.  Delete duplicate call to get_compiler_info.
15304         (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
15305         * gdb.base/volatile.exp: Likewise.
15306
15307 2004-01-07  Mark Kettenis  <kettenis@gnu.org>
15308
15309         * gdb.base/gdb1476.exp: Only run the tests if we can't read the
15310         memory at address 0.
15311
15312 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
15313
15314         * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
15315         to test for hp-ux assembler.  Fix copyright years.
15316
15317 2004-01-07  Andrew Cagney  <cagney@redhat.com>
15318
15319         * gdb.base/fileio.c (strerrno): Add "EBUSY".
15320
15321 2004-01-07  Andrew Cagney  <cagney@redhat.com>
15322
15323         * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
15324         when creating the read-only file.  From analysis by Roland McGrath
15325         and Elena Zannoni.
15326
15327 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
15328
15329         * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
15330
15331 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
15332
15333         * gdb.base/cvexpr.c: Be type-safe with function pointers and
15334         data pointers.
15335
15336 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
15337
15338         * gdb.cp/m-static.exp: Compile one source file at a time.
15339         Delete unused call to get_compiler_info.
15340
15341 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
15342
15343         * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
15344         * gdb.base/call-rt-st.exp: Likewise.
15345         * gdb.base/nodebug.exp: Likewise.
15346         * gdb.base/volatile.exp: Likewise.
15347         * gdb.cp/ref-types.exp: Likewise.
15348         * gdb.cp/templates.exp: Likewise.
15349
15350 2004-01-05  Mark Kettenis  <kettenis@gnu.org>
15351
15352         * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
15353
15354 2004-01-05  Michael Chastain  <mec.gnu@mindspring.com>
15355
15356         * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
15357         hppa*-hp-hpux*.
15358
15359 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
15360
15361         * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
15362         x86_64-*-*.
15363
15364         * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
15365         sparc64-*-* and sparc*-solaris2*.
15366
15367 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
15368
15369         * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
15370         return ${tests}" test.  The ${tests} already mentions the
15371         filename.
15372
15373 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
15374
15375         * gdb.cp/local.exp: Accept gcc abi 2.
15376
15377 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
15378
15379         * gdb.cp/templates.exp: Accept gcc abi 2.
15380
15381 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
15382
15383         * lib/compiler.cc: Remove supports_template_debugging.
15384         * gdb.cp/templates.exp: Do not test supports_template_debugging.
15385
15386 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
15387
15388         * gdb.cp/namespace.exp: Accept gcc abi 2.
15389
15390 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
15391
15392         * gdb.cp/method.exp: Accept gcc abi 2.
15393
15394 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
15395
15396         * gdb.cp/classes.exp: Generate identical results as old version.
15397         * gdb.cp/derivation.exp: Likewise.
15398         * gdb.cp/overload.exp: Likewise.
15399         * gdb.cp/virtfunc.exp: Likewise.
15400
15401 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
15402
15403         * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
15404         mysterious bug with sourceware version of expect.
15405
15406 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
15407
15408         * gdb.cp/overload.exp: Rewrite.  Clean up patterns to match
15409         current versions of gcc, including gcc abi 2.  Remove gratuitous
15410         restart of test program.  Use gdb_test_multiple and gdb_test for
15411         all tests.  Add patterns to xfail missing "const" in "const char *"
15412         and kfail PR gdb/1155.
15413
15414 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
15415
15416         * gdb.cp/derivation.exp: Rewrite.  Clean up patterns to match
15417         current versions of gcc, including gcc abi 2.  Remove gratuitous
15418         restart of test program.  Use gdb_test_multiple and gdb_test for
15419         all tests.  Add patterns to kfail PR gdb/1498.
15420
15421 2003-12-31  Michael Chastain  <mec.gnu@mindspring.com>
15422
15423         * gdb.cp/virtfunc.exp: Rewrite.  Clean up patterns to match
15424         current versions of gcc, including gcc abi 2.  Use "breakpoint"
15425         and "continue" instead of restarting the target program.  Use
15426         gdb_test_multiple and gdb_test for all tests.
15427
15428 2004-01-01  Mark Kettenis  <kettenis@gnu.org>
15429
15430         * gdb.asm/asm-source.exp: Update copyright year.  Link statically
15431         for *-*-solaris2*.
15432
15433 2003-12-31  Michael Chastain  <mec.gnu@mindspring.com>
15434
15435         * gdb.cp/classes.exp: Rewrite.  Clean up patterns to match
15436         current versions of gcc, including gcc abi 2.  Use "breakpoint"
15437         and "continue" instead of restarting the target program several
15438         times.  Use gdb_test_multiple and gdb_test for all tests.
15439
15440 2003-12-18  Michael Chastain  <mec.gnu@mindspring.com>
15441
15442         * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
15443         source files.
15444
15445 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
15446
15447         * gdb.base/environ.exp: Handle compiling test case from multiple
15448         source files.
15449
15450 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
15451
15452         * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
15453
15454 2003-12-17  Jim Blandy  <jimb@redhat.com>
15455
15456         * gdb.base/freebpcmd.c: Add copyright notice.
15457
15458         * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
15459
15460 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
15461
15462         * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
15463
15464 2003-12-13  Jim Blandy  <jimb@redhat.com>
15465
15466         * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
15467
15468 2003-12-12  Kevin Buettner  <kevinb@redhat.com>
15469
15470         * gdb.asm/frv.inc: New file.
15471         * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
15472
15473 2003-12-09  Fred Fish  <fnf@redhat.com>
15474
15475         * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
15476         functions to break1.c and leave prototypes behind.  Add more
15477         "set breakpoint NN here" comments.
15478         * gdb.base/break1.c: New file.
15479
15480         * gdb.base/break.exp: Handle compiling test case from multiple
15481         source files and change source file references as needed.
15482         * gdb.base/completion.exp: Ditto.
15483         * gdb.base/condbreak.exp: Ditto.
15484         * gdb.base/define.exp: Ditto.
15485         * gdb.base/ena-dis-br.exp: Ditto.
15486         * gdb.base/info-proc.exp: Ditto.
15487         * gdb.base/maint.exp: Ditto.
15488         * gdb.base/until.exp: Ditto.
15489
15490         * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
15491         hardcoded line numbers.
15492         * gdb.base/define.exp: Ditto.
15493         * gdb.base/ena-dis-br.exp: Ditto.
15494         * gdb.base/maint.exp: Ditto.
15495         * gdb.base/until.exp: Ditto.
15496
15497         * gdb.base/completion.exp: Use "break1" for completion tests since
15498         "break" is no longer a unique prefix.
15499
15500 2003-12-06  Andrew Cagney  <cagney@redhat.com>
15501
15502         * gdb.base/structs.exp (test_struct_returns): When applicable, set
15503         "return_value_unimplemented".  When an unimplemented struct return
15504         architecture, report incorrect values as a KFAIL
15505
15506 2003-12-05  Michael Chastain  <mec.gnu@mindspring.com>
15507
15508         * gdb.cp/rtti.exp: Accept new wording of warning from
15509         cp_lookup_rtti_type.
15510
15511 2003-12-05  Michael Chastain  <mec.gnu@mindspring.com>
15512
15513         Partial fix for PR testsuite/1456.
15514         * gdb.base/scope.exp (test_at_main): Replace references to
15515         gcc_compiled with calls to test_compiler_info.
15516         (test_at_foo): Likewise.
15517         (test_at_bar): Likewise.
15518
15519 2003-12-04  Michael Chastain  <mec.gnu@mindspring.com>
15520
15521         Partial fix for PR testsuite/1456.
15522         * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
15523         to test_compiler_info.
15524
15525 2003-12-03  Michael Chastain  <mec.gnu@mindspring.com>
15526
15527         * gdb.base/so-impl-ld.exp: Update copyright notice.
15528
15529 2003-12-02  Michael Chastain  <mec.gnu@mindspring.com>
15530
15531         Partial fix for PR testsuite/1456.
15532         * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
15533         to test_compiler_info.
15534
15535 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
15536
15537         * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
15538         from current versions of gdb.  Clean up regular expressions.
15539         Delete redundant timeout case.
15540
15541 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
15542
15543         * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
15544         from current versions of gdb.  Clean up regular expressions.
15545         Delete redundant timeout case.
15546
15547 2003-12-01  Michael Chastain  <mec.gnu@mindspring.com>
15548
15549         Partial fix for PR testsuite/1456.
15550         * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
15551         gcc_compiled with call to test_compiler_info.
15552
15553 2003-11-30  Michael Chastain  <mec.gnu@mindspring.com>
15554
15555         Partial fix for PR testsuite/1456.
15556         * gdb.base/list.exp (test_list_function): Delete unused declaration
15557         of gcc_compiled.
15558
15559 2003-11-29  Michael Chastain  <mec.gnu@mindspring.com>
15560
15561         Partial fix for PR testsuite/1456.
15562         * gdb.base/complex.exp: Replace reference to gcc_compiled with
15563         call to test_compiler_info.
15564
15565 2003-11-29  Mark Kettenis  <kettenis@gnu.org>
15566
15567         * gdb.asm/asm-source.exp: Initialize asm-note to "empty".  Set
15568         asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*.  Use
15569         it to create the appropriate note.inc.
15570         * gdb.asm/asmsrc1.s: Include "note.inc".
15571         * gdb.asm/netbsd.inc: New file.
15572         * gdb.asm/empty.inc: New file.
15573
15574 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
15575
15576         Partial fix for PR testsuite/1456.
15577         * gdb.base/constvars.exp: Replace references to gcc_compiled with
15578         calls to test_compiler_info.
15579
15580 2003-11-27  Michael Chastain  <mec.gnu@mindspring.com>
15581
15582         Partial fix for PR testsuite/1456.
15583         * gdb.base/volatile.exp: Replace references to gcc_compiled with
15584         calls to test_compiler_info.
15585
15586 2003-11-27  Mark Kettenis  <kettenis@gnu.org>
15587
15588         * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
15589         pattern for the KFAILs.
15590
15591 2003-11-25  Adam Fedor  <fedor@gnu.org>
15592
15593         * gdb.objc/objcdecode.exp: Test for PR objc/1238.
15594         * gdb.objc/objcdecode.m: New file.
15595
15596 2003-11-25  Adam Fedor  <fedor@gnu.org>
15597
15598         * gdb.objc/nondebug.exp: Test for PR objc/1236.
15599         * gdb.objc/nondebug.m: New file.
15600
15601 2003-11-26  Ben Elliston  <bje@wasabisystems.com>
15602
15603         * gdb.asm/asm-source.exp: Make sure the final link succeeds on
15604         NetBSD as it does on FreeBSD.  Modelled on a similar change by
15605         Mark Kettenis on 2003-05-30.
15606         (link-flags): Set to "--entry _start" regardless of target.
15607         Special linker flags are to be appended to $link-flags.
15608         * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
15609
15610 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
15611
15612         * gdb.cp/method.exp: Accept output of new demangler.
15613
15614 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
15615
15616         * gdb/class2.exp: New file.
15617         * gdb/class2.cc: New file.
15618
15619 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
15620
15621         * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
15622         of new demangler.
15623
15624 2003-11-23  Mark Kettenis  <kettenis@gnu.org>
15625
15626         * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
15627         of gdb_test "run".
15628
15629 2003-11-23  Mark Kettenis  <kettenis@gnu.org>
15630
15631         * gdb.arch/i386-unwind.exp: Don't use runto_main.  Change
15632         "continue" into "run".
15633
15634 2003-11-23  Michael Chastain  <mec.gnu@mindspring.com>
15635
15636         Partial fix for PR testsuite/1456.
15637         * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
15638         call to test_compiler_info.
15639         * gdb.cp/ctti.exp: Likewise.
15640         * gdb.cp/derivation.exp: Likewise.
15641         * gdb.cp/member-ptr.exp: Likewise.
15642         * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
15643         reference to gcc_compiled.
15644
15645 2003-11-23  Michael Chastain  <mec.gnu@mindspring.com>
15646
15647         Fix PR testsuite/1463.
15648         * gdb.base/structs.exp (start_structs_test): Call
15649         get_debug_format before using the debug format.
15650
15651 2003-11-22  Andrew Cagney  <cagney@redhat.com>
15652
15653         * lib/gdb.exp (gdb_test_multiple): Add simple example.
15654         * gdb.base/structs.exp: Use gdb_test_multiple.
15655
15656 2003-11-20  Andrew Cagney  <cagney@redhat.com>
15657
15658         * gdb.base/structs.exp: Handle and recover from internal errors.
15659         Replace "foo${n}" with "foo<n>" in test messages.
15660
15661         * gdb.base/structs.exp: Update copyright.  Rewrite.
15662         * gdb.base/structs.c: Update copyright.  Rewrite.
15663
15664         * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
15665         resync count exceeded.
15666
15667         * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
15668         from the internal error.
15669         * lib/gdb.exp (gdb_internal_error_resync): New procedure.
15670         Original from Jim Blandy.
15671         (gdb_test_multiple): Use gdb_internal_error_resync.
15672
15673 2003-11-19  Andrew Cagney  <cagney@redhat.com>
15674
15675         * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
15676         KFAIL.
15677
15678 2003-11-17  Mark Kettenis  <kettenis@gnu.org>
15679
15680         New testcase for PR backtrace/1435.
15681         * gdb.arch/i386-unwind.exp: New file.
15682         * gdb.arch/i386-unwind.c: New file.
15683
15684 2003-11-17  Andrew Cagney  <cagney@redhat.com>
15685
15686         * lib/gdb.exp (compiler_info): New global.
15687         (test_compiler_info): New function.
15688         (get_compiler_info): Set compiler_info.
15689         * lib/compiler.c, lib/compiler.cc: Add copyright.  When GNUC, set
15690         "compiler_info" to gcc-<major>-<minor>.
15691
15692 2003-11-15  Michael Chastain  <mec.gnu@mindspring.com>
15693
15694         * gdb.trace/configure: Remove.
15695
15696 2003-11-13  Elena Zannoni  <ezannoni@redhat.com>
15697
15698         * gdb.base/break.c: Add comments to aid finding line numbers for
15699         breakpoints.
15700         * gdb.base/break.exp: Remove all references to explicit line
15701         numbers.
15702
15703 2003-11-11  Nick Clifton  <nickc@redhat.com>
15704
15705         * gdb.base/shreloc.exp: Do not run for targets which do not
15706         support shared objects.
15707
15708 2003-11-10  Corinna Vinschen  <vinschen@redhat.com>
15709
15710         * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
15711         Don't run tests if nofileio flag is given.
15712
15713 2003-11-07  Elena Zannoni  <ezannoni@redhat.com>
15714
15715         * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
15716         as well as 'Watchpoint'.
15717
15718 2003-11-06  Elena Zannoni  <ezannoni@redhat.com>
15719
15720         Reported by Jim Ingham <jingham@apple.com>:
15721         * gdb.base/annota1.exp: Match at least one occurrence of the
15722         signal handler annotation.
15723
15724 2003-11-06  Elena Zannoni  <ezannoni@redhat.com>
15725
15726         * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
15727         as well as 'Watchpoint'.
15728
15729 2003-11-05  Michael Chastain  <mec@shout.net>
15730
15731         * gdb.mi/pthreads.c (routine): Handle early return from sleep.
15732
15733 2003-11-03  Kris Warkentin  <kewarken@qnx.com>
15734
15735         * gdb.arch/gdb1291.c: New test file.
15736         * gdb.arch/gdb1291.exp: New test script.
15737         * gdb.arch/gdb1431.c: New test file.
15738         * gdb.arch/gdb1431.exp: New test script.
15739
15740 2003-10-22  Michael Chastain  <mec@shout.net>
15741
15742         * gdb.mi/pthreads.c: Add copyright notice.
15743
15744 2003-10-22  Michael Chastain  <mec@shout.net>
15745
15746         * gdb.threads/pthreads.c: Add copyright notice.
15747
15748 2003-10-20  Michael Chastain  <mec@shout.net>
15749
15750         * gdb.base/gdb1056.exp: New test script.
15751
15752 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
15753
15754         * gdb.threads/killed.exp: Use gdb_run_cmd.
15755
15756 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
15757
15758         * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
15759         create a core file.
15760         * gdb.threads/gcore-thread.exp: Likewise.
15761
15762 2003-10-13  Corinna Vinschen  <vinschen@redhat.com>
15763
15764         * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
15765         type, based on char type.
15766         (struct bit_flags_short_t): New bitfield type, based on short type.
15767         (init_bit_flags_char): New fuction.
15768         (init_bit_flags_short): Ditto.
15769         (print_bit_flags_char): Ditto.
15770         (print_bit_flags_short): Ditto.
15771         (main): Add handling for bit_flags_char_t and bit_flags_short_t.
15772
15773 2003-10-11  Michael Chastain  <mec@shout.net>
15774
15775         * gdb.base/call-rt-st.exp: Update copyright year.
15776
15777 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
15778
15779         * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
15780         * gdb.disasm/sh3.s: Ditto.
15781
15782 2003-10-07  Daniel Jacobowitz  <drow@mvista.com>
15783
15784         * gdb.threads/switch-threads.exp: New test.
15785         * gdb.threads/switch-threads.c: New source file.
15786
15787 2003-10-07  Corinna Vinschen  <vinschen@redhat.com>
15788
15789         * gdb.base/ending-run.exp: Add sh specific case.
15790
15791 2003-10-06  Andrew Cagney  <cagney@redhat.com>
15792
15793         * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
15794         * gdb.disasm/mn10200.exp: Delete obsolete file.
15795
15796 2003-09-29  Daniel Jacobowitz  <drow@mvista.com>
15797
15798         * ChangeLog: Correct an entry command.exp -> commands.exp.
15799         * gdb.base/commands.exp (bp_deleted_in_command_test)
15800         (temporary_breakpoint_commands): Check noargs.
15801
15802 2003-09-25  David Carlton  <carlton@kealia.com>
15803
15804         * gdb.cp/namespace.exp: Tweak comments.  Add non-quoted versions
15805         of some print tests, where appropriate.  Add tests for C::D::cd,
15806         E::ce, F::cXfX, G::XgX.
15807         * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
15808
15809 2003-09-25  Richard Earnshaw  <rearnsha@arm.com>
15810
15811         * lib/java.exp (java_init): Import target_alias before using it.
15812
15813 2003-09-25  David Carlton  <carlton@kealia.com>
15814
15815         * gdb.base/corefile.exp: Delete obsolete setup_xfail.
15816
15817 2003-09-23  Elena Zannoni  <ezannoni@redhat.com>
15818
15819         * gdb.base/selftest.exp: Accomodate more instruction reordering
15820         weirdness.
15821
15822 2003-09-17  Michael Chastain  <mec@shout.net>
15823
15824         * gdb.cp/gdb1355.exp: New file.
15825         * gdb.cp/gdb1355.c: New file.
15826
15827 2003-09-15  Corinna Vinschen  <vinschen@redhat.com>
15828
15829         * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
15830         * gdb.asm/sh.inc: New file.
15831
15832 2003-09-11  David Carlton  <carlton@kealia.com>
15833
15834         * gdb.cp/namespace.exp: Add tests for namespace types.
15835         * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
15836         (test_namespace): New.
15837
15838 2003-09-11  Elena Zannoni  <ezannoni@redhat.com>
15839
15840         * gdb.base/relocate.exp: Handle new gdb output at startup.
15841         * gdb.stabs/weird.exp: Ditto.
15842
15843 2003-09-08  Michael Chastain  <mec@shout.net>
15844
15845         * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
15846
15847 2003-09-07  Michael Chastain  <mec@shout.net>
15848
15849         * gdb.cp/classes.exp: Accommodate both 'syntax error' and
15850         'parse error'.
15851
15852 2003-09-07  Mark Kettenis  <m.kettenis@osp.nl>
15853
15854         * gdb.arch/i386-prologue.exp: Add checks for saved registers.
15855
15856 2003-08-30  Michael Chastain  <mec@shout.net>
15857
15858         * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
15859         * gdb.gdb/observer.exp: Ditto.
15860         * gdb.gdb/xfullpath.exp: Ditto.
15861
15862 2003-08-29  Mark Kettenis  <kettenis@gnu.org>
15863
15864         * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
15865         *-*-*bsd*.
15866
15867 2003-08-28  Jeff Johnston  <jjohnstn@redhat.com>
15868
15869         * gdb.base/dump.exp: Skip for ia64.
15870
15871 2003-08-25  Jeff Johnston  <jjohnstn@redhat.com>
15872
15873         * gdb.asm/asm-source.exp: Add ia64 support.
15874         * gdb.asm/ia64.inc: New file.
15875
15876 2003-08-22  Michael Chastain  <mec@shout.net>
15877
15878         * gdb.cp: New directory.
15879         * gdb.cp/*: Copy from gdb.c++/*.
15880         * gdb.c++/*: Remove.
15881         * Makefile.in: Change gdb.c++ to gdb.cp.
15882         * configure.in:  Ditto.
15883         * configure: Regnerate.
15884
15885 2003-08-18  Mark Kettenis  <kettenis@gnu.org>
15886
15887         * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
15888         * gdb.arch/i386-prologue.c (gdb1338): Add function.
15889
15890 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
15891
15892         * mi-var-display.exp (-var-list-children weird): Accept function
15893         pointers with argument types.
15894         * mi1-var-display.exp (-var-list-children weird): Likewise.
15895         * mi2-var-display.exp (-var-list-children weird): Likewise.
15896
15897 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
15898
15899         * gdb.base/annota3.exp: Add missing newline.
15900
15901 2003-08-06  Michael Chastain  <mec@shout.net>
15902
15903         * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
15904
15905 2003-08-12  Michael Snyder  <msnyder@redhat.com>
15906
15907         * gdb.base/float.exp: Add test for SH.
15908
15909 2003-08-10  Mark Kettenis  <kettenis@gnu.org>
15910
15911         * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
15912
15913 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
15914
15915        * gdb.base/completion.exp: Remove reduntant completion test
15916        on filename.
15917
15918 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
15919
15920         * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
15921         gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
15922         gdb.trace/save-trace.exp: Make sure that full pathnames are
15923         escaped correctly.
15924
15925 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
15926
15927         * configure.in: Don't generate config.h from config.hin.
15928         * configure: Regenerate.
15929         * config.hin: Remove file.
15930         * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
15931         * gdb.threads/pthreads.c: Ditto.
15932
15933 2003-08-07  Daniel Jacobowitz  <drow@mvista.com>
15934
15935         From Kei Sakamoto <sakamoto.kei@renesas.com>:
15936         * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
15937         * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
15938         Replace ld24 with seth/add3.
15939
15940 2003-08-02  Andrew Cagney  <cagney@redhat.com>
15941
15942         * gdb.base/annota3.exp: New file.
15943         * gdb.base/annota3.c: New file.
15944         * gdb.c++/annota3.exp: New file.
15945         * gdb.c++/annota3.cc: New file.
15946
15947 2003-07-29  Michael Chastain  <mec@shout.net>
15948
15949         * gdb.threads/tls.c (spin): Check errno only if sem_wait
15950         actually failed.
15951         (do_pass): Likewise.
15952         * gdb.threads/tls.exp: Always initialize no_of_threads.
15953
15954 2003-07-27  Daniel Jacobowitz  <drow@mvista.com>
15955
15956         * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
15957         pattern.
15958         * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
15959         * gdb.threads/tls.exp: Recognize one case of the host library not
15960         supporting TLS.
15961
15962 2003-07-27  Andrew Cagney  <cagney@redhat.com>
15963
15964         * gdb.base/fileio.exp: Use SH when running commands using
15965         remote_exec.
15966
15967 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
15968
15969         From Kei Sakamoto <sakamoto.kei@renesas.com>:
15970         * gdb.base/relocate.c (dummy): New padding array.
15971
15972 2003-07-22  Michael Snyder  <msnyder@redhat.com>
15973
15974         * gdb.disasm/8300s.s: Fix syntax of bsr insn.
15975
15976         * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
15977         patterns to be more general, accepting old and new output.
15978         Some output chars (such as '+') also must be quoted.
15979         Some addresses are displayed numerically instead of
15980         symbolically.
15981
15982 2003-07-23  Michael Snyder  <msnyder@redhat.com>
15983
15984         * gdb.base/return2.exp: Don't test long-long return.
15985
15986         * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
15987         * gdb.disasm/t01_mov.exp: Ditto.
15988         * gdb.disasm/t02_mova.s: Ditto.
15989         * gdb.disasm/t02_mova.exp: Ditto.
15990         * gdb.disasm/t03_add.s: Ditto.
15991         * gdb.disasm/t03_add.exp: Ditto.
15992         * gdb.disasm/t04_sub.s: Ditto.
15993         * gdb.disasm/t04_sub.exp: Ditto.
15994         * gdb.disasm/t05_cmp.s: Ditto.
15995         * gdb.disasm/t05_cmp.exp: Ditto.
15996         * gdb.disasm/t06_ari2.s: Ditto.
15997         * gdb.disasm/t06_ari2.exp: Ditto.
15998         * gdb.disasm/t07_ari3.s: Ditto.
15999         * gdb.disasm/t07_ari3.exp: Ditto.
16000         * gdb.disasm/t08_or.s: Ditto.
16001         * gdb.disasm/t08_or.exp: Ditto.
16002         * gdb.disasm/t09_xor.s: Ditto.
16003         * gdb.disasm/t09_xor.exp: Ditto.
16004         * gdb.disasm/t10_and.s: Ditto.
16005         * gdb.disasm/t10_and.exp: Ditto.
16006         * gdb.disasm/t11_logs.s: Ditto.
16007         * gdb.disasm/t11_logs.exp: Ditto.
16008         * gdb.disasm/t12_bit.s: Ditto.
16009         * gdb.disasm/t12_bit.exp: Ditto.
16010         * gdb.disasm/t13_otr.s: Ditto.
16011         * gdb.disasm/t13_otr.exp: Ditto.
16012
16013 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
16014
16015         * gdb.threads/tls.exp :Add kfail for 'info address' case.
16016
16017 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
16018
16019         * gdb.threads/tls.c : New file.
16020         * gdb.threads/tls.exp : New file.
16021         * gdb.threads/tls-main.c : New file.
16022         * gdb.threads/tls-shared.c : New file.
16023         * gdb.threads/tls-shared.exp : New file.
16024
16025 2003-07-22  Andreas Schwab  <schwab@suse.de>
16026
16027         * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
16028
16029 2003-07-20  Andreas Schwab  <schwab@suse.de>
16030
16031         * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
16032         due to insn reordering.
16033
16034 2003-07-15  Andrew Cagney  <cagney@redhat.com>
16035
16036         * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
16037
16038 2003-07-15  Michael Chastain  <mec@shout.net>
16039
16040         * gdb.base/gdb1250.exp: New file.
16041         * gdb.base/gdb1250.c: New file.
16042
16043 2003-07-09  Michal Ludvig  <mludvig@suse.cz>
16044
16045         * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
16046         expansion of size_t to 'unsigned long', not only to 'unsigned'.
16047
16048 2003-07-09  Elena Zannoni  <ezannoni@redhat.com>
16049
16050         * gdb.threads/tls.c: New file.
16051         * gdb.threads/tls.exp: New file.
16052         * gdb.threads/tls-main.c: New file.
16053         * gdb.threads/tls-shared.c: New file.
16054         * gdb.threads/tls-shared.exp: New file.
16055
16056 2003-07-09  Elena Zannoni  <ezannoni@redhat.com>
16057
16058         * gdb.base/annota1.exp: Make sure that we properly escape the
16059         full path of the source file. Xfail more permissive patterns,
16060         due to a compiler debug info problem.
16061
16062 2003-07-07  Andreas Schwab  <schwab@suse.de>
16063
16064         * gdb.asm/m68k.inc: New file.
16065         * gdb.asm/asm-source.exp: Use it for m68k-*-*.
16066
16067         * gdb.objc/basicclass.exp ("Call an Objective-C method with no
16068         arguments"): Also match negative number.
16069
16070         * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
16071
16072 2003-07-03  Daniel Jacobowitz  <drow@mvista.com>
16073
16074         * gdb.base/store.c (charest): New typedef.
16075         (add_char): Rename to add_charest, update.
16076         (wack_char): Rename to wack_charest, update types.  Return l + r
16077         to keep r live across the call.
16078         (wack_short, wack_int, wack_long, wack_longest, wack_float)
16079         (wack_double, wack_doublest): Return l + r to keep r live across
16080         the call.
16081         * gdb.base/store.exp: Accomodate store.c changes.
16082
16083 2003-06-30  David Carlton  <carlton@kealia.com>
16084
16085         * gdb.c++/maint.exp (test_invalid_name): New.
16086         (test_first_component): Add tests for invalid names.
16087
16088 2003-06-29  Michael Chastain  <mec@shout.net>
16089
16090         * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
16091         output of '<VTT for class>' for virtual base classes.
16092
16093 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
16094
16095         * gdb.base/completion.exp: Tab-complete "complet" instead of
16096         "compl".
16097         * gdb.base/complex.exp, gdb.base/complex.c: New files.
16098
16099 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
16100
16101         * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
16102         * gdb.base/volatile.exp: Likewise.
16103
16104 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
16105
16106         * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
16107         gdb/1265.
16108
16109 2003-06-28  Michael Chastain  <mec@shout.net>
16110             Daniel Jacobowitz  <drow@mvista.com>
16111
16112         * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
16113         initial line count of 'captured_main' from 26 to 32.
16114         (test_with_self): Allow xmalloc call to be interleaved with the
16115         preceding two lines.
16116
16117 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
16118
16119         * gdb.base/bang.exp: New testcase.
16120
16121 2003-06-23  Joel Brobecker  <brobecker@gnat.com>
16122
16123         * gdb.base/langs.exp: Add some tests for the "minimal" language
16124         support.
16125
16126 2003-06-23  Elena Zannoni  <ezannoni@redhat.com>
16127
16128         * gdb.objc/basicclass.exp: Return -1 if we cannot compile
16129         the testcase.
16130
16131 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
16132
16133         * gdb.base/relocate.exp: Test add-symbol-file with a variable
16134         offset.
16135
16136 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
16137
16138         * gdb.c++/pr-1210.cc: New file.
16139         * gdb.c++/pr-1210.exp: New file.
16140
16141 2003-06-21  Daniel Jacobowitz  <drow@mvista.com>
16142
16143         * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
16144         000-exec-continue.
16145
16146 2003-06-15  Mark Kettenis  <kettenis@gnu.org>
16147
16148         * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
16149         on *-*-*bsd* instead of *-*-freebsd*.
16150
16151 2003-06-14  Andrew Cagney  <cagney@redhat.com>
16152
16153         * gdb.base/store.exp: Test longest and doublest.  Test all
16154         parameters.  Weaken return statement match.
16155         * gdb.base/store.c: Add longest and doublest - aka long long and
16156         long double functions.  Put all parameters into local register
16157         variables.  Use negative values.
16158
16159 2003-06-14  Andrew Cagney  <cagney@redhat.com>
16160
16161         * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>.  Gag
16162         -Wformat errors.  Add lost line.  Use WEXITSTATUS to get system
16163         exit status.
16164         * gdb.base/fileio.exp: Disable target when nointerrupts and
16165         noinferiorio, instead of limiting it to remote.  Use remote_exec
16166         instead of system.
16167
16168 2003-06-12  Jeff Johnston  <jjohnstn@redhat.com>
16169
16170         * gdb.base/float.exp: Add ia64 support.
16171
16172 2003-06-12  Corinna Vinschen  <vinschen@redhat.com>
16173
16174         * gdb.base/fileio.exp: Run only on remote targets.
16175
16176 2003-06-10  Corinna Vinschen  <vinschen@redhat.com>
16177
16178         * gdb.base/fileio.c: New file, testing File-I/O.
16179         * gdb.base/fileio.exp: Ditto.
16180
16181 2003-06-09  Raoul Gough  <RaoulGough@yahoo.co.uk>
16182
16183         * gdb.base/shreloc.exp: New file, check symbol values obtained from
16184         shared objects after relocation at load time (gdb PR/1132).
16185         * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
16186         as above, part of the shared object relocation test.
16187
16188 2003-06-08  Mark Kettenis  <kettenis@gnu.org>
16189
16190         * gdb.base/readline.exp: Add tests for operate-and-get-next with a
16191         fully filled history list.
16192         * gdb.base/gdb_history: New file.
16193
16194         * gdb.base/signals.exp: XFAIL "continue to func1" on
16195         i*86-*-freebsd*.
16196
16197         * gdb.base/attach.exp: When trying to attach to a nonexistent
16198         process, make it possible to specify the PID based on the target,
16199         and do so for *-*-freebsd*.
16200
16201 2003-06-02  Richard Henderson  <rth@redhat.com>
16202
16203         * gdb.base/float.exp: Add expected regexp for alpha-*-*.
16204
16205 2003-06-02  Richard Henderson  <rth@redhat.com>
16206
16207         * gdb.base/selftest.exp: Next over lim_at_start initialization.
16208
16209 2003-06-02  Richard Henderson  <rth@redhat.com>
16210
16211         * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
16212
16213 2003-06-01  Daniel Jacobowitz  <drow@mvista.com>
16214
16215         * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
16216         of globalvar.
16217
16218 2003-06-01  Mark Kettenis  <kettenis@gnu.org>
16219
16220         * gdb.asm/asm-source.exp: Check for memory read errors in
16221         disassembler test on *BSD too.
16222
16223 2003-06-01  Richard Henderson  <rth@redhat.com>
16224
16225         * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
16226         for .frame.
16227         (gdbasm_call): Lose ldgp.
16228         (gdbasm_startup): Add frame information.
16229         * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
16230
16231 2003-05-31  Mark Kettenis  <kettenis@gnu.org>
16232
16233         * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
16234         i?86-*-*.
16235
16236 2003-05-30  Mark Kettenis  <kettenis@gnu.org>
16237
16238         * gdb.asm/asm-source.exp: Make sure the final link succeeds on
16239         FreeBSD.
16240
16241 2003-05-29  Richard Henderson  <rth@redhat.com>
16242
16243         * gdb.asm/alpha.inc: New file.
16244         * gdb.asm/asm-source.exp: Use it.
16245
16246 2003-05-29  Jim Blandy  <jimb@redhat.com>
16247
16248         * gdb.base/corefile.exp: Find corefiles on Linux, which names them
16249         'core.PID'.
16250
16251 2003-05-22  Jim Blandy  <jimb@redhat.com>
16252
16253         * gdb.base/corefile.exp: Tolerate stuff after argument parens in
16254         backtrace.
16255
16256 2003-05-20  David Carlton  <carlton@math.stanford.edu>
16257
16258         * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
16259         this time.
16260
16261 2003-05-19  David Carlton  <carlton@bactrian.org>
16262
16263         * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
16264         * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
16265
16266 2003-05-19  David Carlton  <carlton@bactrian.org>
16267
16268         * gdb.c++/namespace.exp: Add namespace scope and anonymous
16269         namespace tests.
16270         Bump copyright date.
16271         * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
16272         (main): Call C::D::marker2.
16273         * gdb.c++/namespace1.cc: New file.
16274
16275 2003-05-14  Jeff Johnston  <jjohnstn@redhat.com>
16276
16277         Roland McGrath  <roland@redhat.com>
16278         * gdb.threads/linux-dp.exp: Account for fact that in nptl model
16279         there is no manager thread.
16280
16281 2003-05-08  Jeff Johnston  <jjohnstn@redhat.com>
16282
16283         * gdb.threads/schedlock.exp: Remove assumption that all threads
16284         will run in a particular small time slice.  Also ensure we break
16285         in one of the child threads rather than the main thread.
16286
16287 2003-05-07  Jim Blandy  <jimb@redhat.com>
16288
16289         Add support for assembly source testing on the s390x.
16290         * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
16291         architecture.
16292         * gdb.asm/s390x.inc: New file.
16293
16294         * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
16295         succession of 'if' statements.
16296
16297 2003-05-05  Andrew Cagney  <cagney@redhat.com>
16298
16299         * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
16300
16301 2003-05-05  Andrew Cagney  <cagney@redhat.com>
16302
16303         * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
16304         DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
16305
16306 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
16307
16308         * gdb.base/charset.exp: Update based on new behavior of set/show
16309         charset commands.
16310
16311 2003-05-01  Andrew Cagney  <cagney@redhat.com>
16312
16313         * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
16314         variable do not give memory errors.
16315
16316 2003-04-30  Adam Fedor  <fedor@gnu.org>
16317
16318         * Makefile.in (ALL_SUBDIRS): Add gdb.objc
16319         * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
16320         * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
16321         gdb.objc/basicclass.m: : New files
16322
16323         * lib/gdb.exp (gdb_compile_objc): New procedure.
16324
16325 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
16326
16327         * gdb.base/signals.exp: Make backtrace tests more specific.
16328
16329 2003-04-23  David Carlton  <carlton@bactrian.org>
16330
16331         * gdb.c++/maint.exp (test_first_component): Add tests for
16332         'operator' in more locations.
16333
16334 2003-04-16  Kevin Buettner  <kevinb@redhat.com>
16335
16336         * gdb.base/args.exp: Invoke gdb_load for simulator targets.
16337
16338 2003-04-16  Elena Zannoni  <ezannoni@redhat.com>
16339
16340         * gdb.base/completion.exp: Make 'info func mark' complete on 'info
16341         func marke' instead. Update test name.
16342
16343 2003-04-15  David Carlton  <carlton@math.stanford.edu>
16344
16345         * gdb.c++/maint.exp: New file.
16346
16347 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
16348
16349         * gdb.threads/schedlock.c: Change type of thread function argument
16350         to long, to avoid warnings on 64-bit platforms.
16351
16352 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
16353
16354         * gdb.base/attach.exp: Add new message from ptrace in case of
16355         attaching to nonexistent process.
16356
16357 2003-04-11  Jim Blandy  <jimb@redhat.com>
16358
16359         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
16360         gdb.c++/userdef.cc: Place comments on the lines to which the
16361         marker function might return.
16362         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
16363         gdb.c++/userdef.exp: Look for those comments to check that we've
16364         returned to the right place, instead of checking line numbers.
16365
16366 2003-04-11  Elena Zannoni  <ezannoni@redhat.com>
16367
16368         * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
16369         match on sourcefile name, instead of directory name.
16370
16371 2003-04-10  Elena Zannoni  <ezannoni@redhat.com>
16372
16373         * gdb.base/completion.exp: Use string_to_regexp to match the
16374         working directory name.
16375
16376 2003-04-09  Jim Blandy  <jimb@redhat.com>
16377
16378         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
16379         gdb.c++/userdef.exp: If GDB fails to restore the selected frame
16380         after an inferior function call, report the failure, but allow the
16381         test to continue.
16382
16383 2003-04-05  Stephane Carrez  <stcarrez@nerim.fr>
16384
16385         * gdb.base/break.exp: marker4() is defined at line 46 when compiled
16386         with -DPROTOTYPES.
16387
16388 2003-04-05  Stephane Carrez  <stcarrez@nerim.fr>
16389
16390         * gdb.base/break.exp: Revert last patch.
16391
16392 2003-04-04  Stephane Carrez  <stcarrez@nerim.fr>
16393
16394         * gdb.base/break.exp: marker4() is defined at line 46 when compiled
16395         with -DPROTOTYPES.
16396
16397 2003-04-02  Andrew Cagney  <cagney@redhat.com>
16398
16399         * gdb.base/callfuncs.exp: Make "print add" messages unique.
16400         * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
16401         matching directories by the name breakpoint.
16402         * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
16403         Make "continue to marker1" consistent.
16404         * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
16405         message consistent.
16406         * lib/gdb.exp: Put "the program is no longer running", and "the
16407         program exited" in parenthesis.
16408         * lib/mi-support.exp: Ditto.
16409
16410 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
16411
16412         * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
16413
16414 2003-03-29  Andrew Cagney  <cagney@redhat.com>
16415
16416         * gdb.base/sizeof.c (main): Print the value of '\377'.
16417         * gdb.base/sizeof.exp: Check the sign of '\377'.
16418
16419 2003-03-27  Michael Chastain  <mec@shout.net>
16420
16421         * gdb.base/gdb1090.exp: New file.
16422         * gdb.base/gdb1090.cc: New file.
16423
16424 2003-03-27  J. Brobecker  <brobecker@gnat.com>
16425
16426         * gdb.gdb/observer.exp: New regression test.
16427
16428 2003-03-27  Michael Chastain  <mec@shout.net>
16429
16430         * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
16431         * gdb.base/ptype.exp: Likewise.
16432
16433 2003-03-27  Corinna Vinschen  <vinschen@redhat.com>
16434
16435         * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
16436
16437 2003-03-26  Michael Chastain  <mec@shout.net>
16438
16439         * gdb.base/ptype.exp: Actually use some typedef'd types.
16440
16441 2003-03-21  Stephane Carrez  <stcarrez@nerim.fr>
16442
16443         * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
16444         * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
16445
16446 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
16447
16448         * gdb.base/default.exp: Fix regular expression.
16449
16450 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
16451
16452         * gdb.base/args.exp: Fix regular expression.
16453
16454 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
16455
16456         * gdb.base/help.exp: Allow Win32 child process.
16457
16458 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
16459
16460         * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
16461         when stepping out of main().
16462
16463 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
16464
16465         * gdb.base/default.exp: Check for win32 specific message when calling
16466         "run" without executable.
16467
16468 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
16469
16470         * gdb.base/args.exp: Expect .exe in output.
16471
16472 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
16473
16474         * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
16475         Cygwin native.
16476
16477 2003-03-17  Andrew Cagney  <cagney@redhat.com>
16478
16479         From Elena Zannoni <ezannoni@redhat.com>.  Test e500 abi and
16480         vector registes.
16481         * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
16482         * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
16483
16484 2003-03-17  David Carlton  <carlton@math.stanford.edu>
16485
16486         * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
16487         test, for PR breakpoints/38.
16488         Call test_watchpoint_and_breakpoint.
16489         * gdb.base/watchpoint.c (func3): New function.
16490         (main): Call func3.
16491
16492 2003-03-04  David Carlton  <carlton@math.stanford.edu>
16493
16494         * gdb.c++/templates.exp (do_tests): Accept valid const in "print
16495         Garply<Garply<char> >:: garply".
16496         (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
16497         with respect to PR c++/1111; note also PR c++/1113.
16498         (test_template_breakpoints): KFAIL "constructor breakpoint" with
16499         respect to PR c++/1062.
16500         KFAIL "destructor breakpoint" with respect to PR c++/1112.
16501
16502 2003-03-03  David Carlton  <carlton@math.stanford.edu>
16503
16504         * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
16505         with respect to PR c++/57.
16506         KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
16507         c++/826.
16508         Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
16509         respect to PR c++/57.
16510
16511 2003-03-03  David Carlton  <carlton@math.stanford.edu>
16512
16513         * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
16514         respect to PR c++/33 into FAILs.
16515
16516 2003-03-03  Michael Chastain  <mec@shout.net>
16517
16518         * configure.in: Update copyright years.
16519
16520 2003-03-03  Michael Chastain  <mec@shout.net>
16521
16522         * Makefile.in: Update copyright years.
16523
16524 2003-02-28  David Carlton  <carlton@math.stanford.edu>
16525
16526         * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
16527         print class instead of struct and/or superfluous protection
16528         specifiers, as long as the resulting output is equivalent to the
16529         source code.
16530         Delete FIXME from end of messages on tests that don't need
16531         fixing.
16532
16533 2003-02-28  David Carlton  <carlton@math.stanford.edu>
16534
16535         * gdb.c++/templates.exp (do_tests): Allow const in the two
16536         Foo<volatile char *>::foo tests.
16537
16538 2003-02-27  Michael Snyder  <msnyder@redhat.com>
16539
16540         * gdb.base/restore.c (main): Return zero, so exit code
16541         will be consistant.
16542
16543 2003-02-26  David Carlton  <carlton@math.stanford.edu>
16544
16545         * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
16546         char *>::foo" test with respect to PR c++/33.  Create a new test
16547         which is identical to that one except that it doesn't put the
16548         space between the "char" and the "*"; KFAIL it, too.
16549
16550 2003-02-26  David Carlton  <carlton@math.stanford.edu>
16551
16552         * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
16553         template types into either PASSes or KFAILs (corresponding to PR
16554         c++/57).  Tweak indentation.  Update copyright.
16555
16556 2003-02-23  Stephane Carrez  <stcarrez@nerim.fr>
16557
16558         * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
16559
16560 2003-02-13  Michael Chastain  <mec@shout.net>
16561
16562         * gdb.base/exprs.exp: Remove i960 remnants.
16563         * gdb.base/funcargs.exp: Likewise.
16564         * gdb.base/list.exp: Likewise.
16565         * gdb.base/ptype.exp: Likewise.
16566
16567 2003-02-14  David Carlton  <carlton@math.stanford.edu>
16568
16569         * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
16570         pEe->D::vg()" from XFAIL to KFAIL.
16571
16572 2003-02-13  Jason Molenda  (jmolenda@apple.com)
16573
16574         * gdb.base/maint.exp: Update maint print statistics regexp to include
16575         new entries.
16576
16577 2003-02-13  Michael Chastain  <mec@shout.net>
16578
16579         * gdb.c++/inherit.exp: Remove call to get_debug_format.
16580
16581 2003-02-12  Michael Chastain  <mec@shout.net>
16582
16583         * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
16584         * gdb.c++/inherit.exp: Likewise.
16585         * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
16586         * gdb.c++/templates.exp: Likewise.
16587         * gdb.c++/virtfunc.exp: Likewise.
16588
16589 2003-02-06  Jason Molenda  (jason-cl@molenda.com)
16590
16591         * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
16592         why the code is written that way.
16593
16594 2003-02-05  Michael Chastain  <mec@shout.net>
16595
16596         * gdb.base/dump.exp: Add missing copyright line.
16597
16598 2003-02-05  Jason Molenda  (jason-cl@molenda.com)
16599
16600         * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
16601         at the beginning so the breakpoint doesn't get set on the loop.
16602
16603 2003-02-05  Michael Chastain  <mec@shout.net>
16604
16605         * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
16606         output for configurations with gcc 2.95.3.
16607
16608 2003-02-05  Keith Seitz  <keiths@redhat.com>
16609             Andrew Cagney  <ac131313@redhat.com>
16610
16611         * gdb.mi/mi-cli.exp: New file.
16612
16613 2003-02-04  Michael Chastain  <mec@shout.net>
16614
16615         * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
16616         Call perror and then continue.
16617
16618 2003-02-03  Michael Chastain  <mec@shout.net>
16619
16620         * gdb.c++/pr-1023.cc: New file.
16621         * gdb.c++/pr-1023.exp: New file.
16622
16623 2003-02-05  Jim Blandy  <jimb@redhat.com>
16624
16625         * gdb.c++/local.exp: Don't expect Local to be in scope in main;
16626         it's local to foobar.  Check for it there, and check that it's not
16627         present in main.
16628         * gdb.c++/local.cc (marker2): New function.
16629         (foobar): Call marker1.
16630         (main): Call marker2 instead of marker1.
16631
16632 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
16633
16634         * gdb.disasm/mn10200.exp: Obsolete file.
16635         * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
16636         * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
16637         * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
16638
16639 2003-02-04  David Carlton  <carlton@math.stanford.edu>
16640
16641         * gdb.c++/overload.exp: Test intToChar(1).
16642         * gdb.c++/overload.cc (intToChar): New.
16643         (main): Call intToChar.
16644
16645 2003-02-03  David Carlton  <carlton@math.stanford.edu>
16646
16647         * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
16648         'might_kfail' arg.
16649         KFAIL some of the continue_to_bp_overloaded calls, according to
16650         PR c++/1025.
16651
16652 2003-02-01  Michael Chastain  <mec@shout.net>
16653
16654         * gdb.base/advance.c (marker1): New marker function.
16655         * gdb.base/advance.exp: When the 'advance' command lands on the
16656         return breakpoint, it can legitimately stop on either the
16657         current line or the next line.  Accommodate both outcomes.
16658         * gdb.base/until.exp: Likewise.
16659
16660 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
16661
16662         2002-11-10 Jason Molenda (jason-cl@molenda.com):
16663         * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
16664         now a list, not a tuple.
16665         * gdb.mi/mi-var-display.exp: Ditto.
16666         * gdb.mi/gdb792.exp: Ditto.
16667
16668 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
16669
16670         From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
16671         * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
16672         stack backtraces.
16673         * gdb.mi/mi-syn-frame.c: Part of same.
16674
16675 2003-02-01  Mark Kettenis  <kettenis@gnu.org>
16676
16677         * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
16678         gdb.mi/mi1-pthreads.exp: Return instead of calling
16679         gdb_suppress_entire_file.
16680
16681 2003-02-01  Mark Salter  <msalter@redhat.com>
16682
16683         * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
16684
16685 2003-01-31  Mark Salter  <msalter@redhat.com>
16686
16687         * lib/mi-support.exp (mi_gdb_load): Support remote targets.
16688         Support empty arg.
16689
16690 2003-01-30  Michael Chastain  <mec@shout.net>
16691
16692         * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
16693         This was a workaround for a UTF-8 bug in readline 4.3.  The bug
16694         has been fixed in gdb/readline on 2003-01-09.
16695
16696 2003-01-29  Michael Snyder  <msnyder@redhat.com>
16697
16698         * gdb.base/maint.exp: Allow for leading underscore in symbol.
16699         * gdb.base/display.exp: Allow for leading underscore in symbol.
16700         * gdb.base/args.exp: Skip if target does not support args passing.
16701
16702 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
16703
16704         * lib/gdb.exp (gdb_test_multiple): New function, cloned from
16705         gdb_test.  Accept a list of expect arguments as the third
16706         parameter.
16707         (gdb_test): Use it.
16708
16709 2003-01-20  Elena Zannoni  <ezannoni@redhat.com>
16710
16711         * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
16712         allow for different test tree configurations.  Update some
16713         tescases accordingly.
16714         * gdb.arch/altivec-regs.exp: Ditto.
16715         * gdb.asm/asm-source.exp: Ditto.
16716         * gdb.base/advance.exp: Ditto.
16717         * gdb.base/display.exp: Ditto.
16718         * gdb.base/long_long.exp: Ditto.
16719         * gdb.base/mips_pro.exp: Ditto.
16720         * gdb.base/overlays.exp: Ditto.
16721         * gdb.base/relocate.exp: Ditto.
16722         * gdb.base/setshow.exp: Ditto.
16723         * gdb.base/step-line.exp: Ditto.
16724         * gdb.base/step-test.exp: Ditto.
16725         * gdb.base/until.exp: Ditto.
16726         * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
16727
16728 2003-01-17  David Carlton  <carlton@math.stanford.edu>
16729
16730         * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
16731         corresponding to PR c++/945.
16732         Update copyright.
16733
16734 2003-01-17  David Carlton  <carlton@math.stanford.edu>
16735
16736         * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
16737         corresponding to PR c++/68.
16738
16739 2003-01-17  David Carlton  <carlton@math.stanford.edu>
16740
16741         * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
16742         (test_paddr_hairy_functions): Call print_addr_2_kfail for
16743         hairyfunc5 through hairyfunc7.  KFAIL for PR c++/19.
16744
16745 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
16746
16747         * gdb.base/break.exp: Fix change of default location, because of
16748         removal of until tests.
16749         * gdb.base/help.exp: Update test for new 'until' help message.
16750         Add test for help on 'advance'.
16751         * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
16752
16753 2003-01-15  Mark Kettenis  <kettenis@gnu.org>
16754
16755         * gdb.base/default.exp: Adapt "info float" test for recent changes
16756         to that command.  Add test for "info vector".
16757         * gdb.base/float.exp: New file.  Add test for "info float" that
16758         resembles the old test in gdb.base/default.exp.
16759
16760 2003-01-15  David Carlton  <carlton@math.stanford.edu>
16761
16762         * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
16763
16764 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
16765
16766         * gdb.base/break.exp: Move the tests of until command from here...
16767         * gdb.base/until.exp: ... to here. New file. Add other tests.
16768         * gdb.base/advance.c: New file.
16769         * gdb.base/advance.exp: New file.
16770
16771 2003-01-14  Elena Zannoni  <ezannoni@redhat.com>
16772
16773         * gdb.base/args.c: New file.
16774         * gdb.base/args.exp: New file.
16775
16776 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
16777
16778         * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
16779
16780 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
16781
16782         * gdb.threads/killed.exp: Use KFAIL for gdb/568.
16783
16784 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
16785
16786         * gdb.base/constvars.exp: Remove two extra XFAILs.  Update copyright
16787         dates.
16788
16789 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
16790
16791         * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
16792
16793 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
16794
16795         * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
16796         (ptype &*"foo").
16797         * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
16798
16799 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
16800
16801         * gdb.mi/mi-console.exp: Remove extra "(known bug)".
16802         * gdb.mi/mi1-console.exp: Likewise.
16803
16804 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
16805
16806         * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
16807         * gdb.mi/mi1-console.exp: Likewise.
16808
16809 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
16810
16811         * gdb.c++/overload.exp: Remove some fixed XFAILs.
16812
16813 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
16814
16815         * gdb.base/detach.exp: New test.
16816
16817 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
16818
16819         * Makefile.in (ALL_SUBDIRS): New variable.
16820         (subdirs, clean, distclean): Use it.
16821         * gdb.arch/Makefile.in: Clean up Makefile.  Remove rules for
16822         regenerating Makefile, since it is generated from the top level.
16823         * gdb.asm/Makefile.in: Likewise.
16824         * gdb.base/Makefile.in: Likewise.
16825         * gdb.c++/Makefile.in: Likewise.
16826         * gdb.disasm/Makefile.in: Likewise.
16827         * gdb.java/Makefile.in: Likewise.
16828         * gdb.mi/Makefile.in: Likewise.
16829         * gdb.threads/Makefile.in: Likewise.
16830         * gdb.trace/Makefile.in: Likewise.
16831
16832 2003-01-09  David Carlton  <carlton@math.stanford.edu>
16833
16834         * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
16835         Add copyright year 2003.
16836
16837 2003-01-06  Michael Chastain  <mec@shout.net>
16838
16839         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
16840         When selecting a thread, 'line' and 'file' are optional.
16841         * gdb.mi/mi1-pthreads.exp: Likewise.
16842
16843 2003-01-06  Andreas Schwab  <schwab@suse.de>
16844
16845         * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
16846         failures.
16847
16848 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
16849
16850         Fix PR gdb/844
16851         * lib/gdb.exp (gdb_compile): Handle "quiet" option.
16852         (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
16853
16854         * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads.  Return
16855         instead of calling gdb_suppress_entire_file.
16856         * gdb.threads/print-threads.exp: Likewise.
16857         * gdb.threads/schedlock.exp: Likewise.
16858
16859         * gdb.threads/killed.exp: Return instead of calling
16860         gdb_suppress_entire_file.
16861         * gdb.threads/linux-dp.exp: Likewise.
16862         * gdb.threads/pthreads.exp: Likewise.
16863
16864 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
16865
16866         * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
16867         stabs.
16868         * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
16869         * gdb.base/whatis.exp: Always allow (void) after function names.
16870
16871 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
16872
16873         * gdb.c++/casts.exp: Correct regexp.
16874
16875 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
16876
16877         * configure.in: Call AC_CONFIG_HEADER.  Don't call
16878         AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
16879         gdb.disasm, gdb.mi, gdb.threads and gdb.trace.  Call
16880         AC_CHECK_HEADERS on pthread.h.  Put Makefiles in the
16881         aforementioned directories in the AC_OUPUT call.
16882         * config.hin: New file.
16883         * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
16884         gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
16885         gdb.threads/killed.exp, gdb.threads/print-threads.exp,
16886         gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
16887         pass -I$objdir instead of -I$objdir/$subdir in compilation.
16888         * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
16889         gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
16890         gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
16891         gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
16892         gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
16893         gdb.threads/configure.in, gdb.threads/configure,
16894         gdb.threads/config.in, gdb.trace/configure.in,
16895         gdb.trace/configure: Removed.
16896
16897 2003-01-03  Michael Chastain  <mec@shout.net>
16898
16899         * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
16900         testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
16901
16902 2003-01-03  Daniel Jacobowitz  <drow@mvista.com>
16903
16904         * gdb.base/store.exp: Fix regular expressions.
16905
16906 2002-12-28  Mark Kettenis  <kettenis@gnu.org>
16907
16908         * configure.in: Rewrite.
16909         * configure: Regenerated.
16910
16911 2003-01-03  David Carlton  <carlton@math.stanford.edu>
16912
16913         * gdb.base/psymtab.exp: New file.
16914         * gdb.base/psymtab1.c: Ditto.
16915         * gdb.base/psymtab2.c: Ditto.
16916
16917 2002-12-23  Adam Fedor  <fedor@gnu.org>
16918
16919         * gdb.base/maint.exp: Update expect output to include 'ObjC'.
16920
16921 2002-12-23  David Carlton  <carlton@math.stanford.edu>
16922
16923         * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
16924         and current_directory initialization.
16925
16926 2002-12-22  Jim Blandy  <jimb@redhat.com>
16927
16928         * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
16929         rather than as part of the output file name.
16930
16931         * gdb.base/attach.exp: There's no need to copy the test program to
16932         /tmp; that was only ever necessary on HP/UX, and this test is
16933         entirely disabled there anyway.
16934
16935 2002-12-21  Jim Blandy  <jimb@redhat.com>
16936
16937         * gdb.c++/psmang.exp: Doc fix.
16938
16939         * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
16940         test.
16941
16942 2002-12-20  David Carlton  <carlton@math.stanford.edu>
16943
16944         * gdb.c++/annota2.exp: KFAIL annotate-quit.
16945
16946 2002-12-18  Michael Chastain  <mec@shout.net>
16947
16948         * gdb.c++/annota2.exp: Add copyright year 2002.
16949
16950 2002-12-17  David Carlton  <carlton@math.stanford.edu>
16951
16952         * gdb.c++/try_catch.cc: Add marker comments.
16953         * gdb.c++/try_catch.exp: Get line numbers from marker comments.
16954         * gdb.c++/m-data.cc: Delete namespace __gnu_test.
16955         * gdb.c++/m-static.cc: Ditto.
16956         * gdb.c++/m-static1.cc: Ditto.
16957         * gdb.c++/try_catch.cc: Ditto.
16958
16959 2002-12-16  Jeff Johnston  <jjohnstn@redhat.com>
16960
16961         * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
16962         to see whether we are using the new -environment-directory
16963         command which resets via -r or the old version of the command
16964         which may prompt the user.  Part of fix for gdb/741.
16965
16966 2002-12-13  Andrew Cagney  <ac131313@redhat.com>
16967
16968         * gdb.fortran/types.exp: Update obsolete comment.
16969         * gdb.fortran/exprs.exp: Ditto.
16970         * lib/gdb.exp: Delete obsolete code.
16971         * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
16972         * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
16973         * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
16974         * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
16975         * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
16976         * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
16977         * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
16978         * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
16979         * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
16980         * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
16981         * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
16982         * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
16983         * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
16984         * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
16985         * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
16986         * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
16987         * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
16988         * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
16989         * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
16990         * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
16991         * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
16992         * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
16993         * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
16994         * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
16995         * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
16996         * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
16997         * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
16998         * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
16999         * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
17000         * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
17001         * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
17002         * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
17003         * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
17004         * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
17005         * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
17006         * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
17007         * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
17008
17009 2002-12-11  David Carlton  <carlton@math.stanford.edu>
17010
17011         * gdb.c++/m-data.exp: Add test for members that shadow global
17012         variables: see PR gdb/804.
17013         * gdb.c++/m-data.cc: Ditto.
17014
17015 2002-12-10  Daniel Jacobowitz  <drow@mvista.com>
17016
17017         * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
17018
17019 2002-12-06  David Carlton  <carlton@math.stanford.edu>
17020
17021         * gdb.base/store.c: Don't declare functions static.
17022
17023 2002-12-04  Andrew Cagney  <ac131313@redhat.com>
17024
17025         * gdb.base/store.exp, gdb.base/store.c: New files.
17026
17027 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
17028
17029         * gdb.base/selftest.exp: Update for current gdb.
17030
17031 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
17032
17033         * gdb.base/maint.exp: Only dump symbols from one source file
17034         or objfile.
17035
17036 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
17037
17038         * gdb.base/step-test.exp: Allow MIPS to return to the line of a
17039         function call.
17040
17041 2002-11-25  Jim Blandy  <jimb@redhat.com>
17042
17043         * lib/mi-support.exp (mi_delete_breakpoints): Change name of
17044         function appearing in error message.
17045
17046 2002-11-21  Daniel Jacobowitz  <drow@mvista.com>
17047
17048         * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
17049
17050 2002-11-08  Jeff Johnston  <jjohnstn@redhat.com>
17051
17052         * lib/mi-support.exp (mi_gdb_start): Verify the startup message
17053         for mi1 and current mi is in correct format.  New mi startup message
17054         should be in mi console format.  This is part of fix for PR gdb/604.
17055
17056 2002-09-18  Fernando Nasser  <fnasser@redhat.com>
17057
17058         * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
17059         which explicitly prints the zero offset as "+0".
17060
17061 2002-10-22  Daniel Jacobowitz  <drow@mvista.com>
17062
17063         * gdb.threads/schedlock.c (args): Make unsigned.
17064
17065 2002-10-21  Daniel Jacobowitz  <drow@mvista.com>
17066
17067         * gdb.asm/asm-source.exp: Add "mips*-*" pattern.  Update line
17068         numbers.  Allow "foo2|selected stack frame".
17069         * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
17070         * gdb.asm/asmsrc2.s: Likewise.
17071         * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end.  Update
17072         comments.
17073         * gdb.asm/mips.inc: New file.
17074
17075 2002-10-18  Adam Fedor  <fedor@gnu.org>
17076
17077         * gdb.base/default.exp: Update expected output to include 'ObjC'.
17078         * gdb.base/help.exp: Likewise.
17079
17080 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
17081
17082         * gdb.base/constvars.c (struct crass, struct crisp): New structs.
17083         * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
17084
17085 2002-10-02  Jim Blandy  <jimb@redhat.com>
17086
17087         * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
17088
17089 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
17090
17091         * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
17092         * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
17093         * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
17094         * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
17095         * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
17096         * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
17097         * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
17098
17099 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
17100
17101         * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
17102         * mi0-disassemble.exp, mi0-eval.exp: Delete.
17103         * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
17104         * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
17105         * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
17106         * mi0-var-block.exp, mi0-var-child.exp: Delete.
17107         * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
17108
17109 2002-09-27  Kevin Buettner  <kevinb@redhat.com>
17110
17111         * gdb.base/annota1.exp (info break): Make directory components of
17112         path optional since not all compilers emit this debug information.
17113
17114         * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
17115         step ends up stepping out of the function instead of stopping on
17116         the epilogue.
17117
17118 2002-09-26  Keith Seitz  <keiths@redhat.com>
17119
17120         * lib/insight-support.exp (gdbtk_start): Figure out where
17121         the insight executable is based on where gdb is. Use this
17122         executable to start insight instead of gdb.
17123
17124 2002-09-25  Andrew Cagney  <cagney@redhat.com>
17125
17126         * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
17127
17128 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
17129
17130         * gdb.gdb/complaints.exp (test_initial_complaints): Rename
17131         test_isolated_complaints.
17132         (test_empty_complaint): New function.
17133         (test_empty_complaints): New function.  Check no output when no
17134         complaints.
17135
17136 2002-09-19  Jim Blandy  <jimb@redhat.com>
17137
17138         * gdb.base/charset.exp, gdb.base/charset.c: New files.
17139
17140 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
17141
17142         * gdb.gdb/complaints.exp: New file.
17143
17144 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
17145
17146         * gdb.base/maint.exp: Check `help maint internal-warning'.
17147
17148 2002-09-18  David Carlton  <carlton@math.stanford.edu>
17149
17150         * gdb.c++/m-static.exp: Remove breakpoints depending on line
17151         numbers, and replace them by a single breakpoint after the
17152         constructors are all finished.
17153         Add test 4.
17154         * gdb.c++/m-static.cc: Add test 4.
17155         * gdb.c++/m-static.h: New file.
17156         * gdb.c++/m-static1.cc: New file.
17157
17158         * gdb.c++/printmethod.exp: New file.
17159         * gdb.c++/printmethod.cc: New file.
17160
17161         * gdb.c++/pr-574.exp: New file.
17162         * gdb.c++/pr-574.cc: New file.
17163
17164 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
17165
17166         * gdb.base/ending-run.exp: Add handling of "step to end of run" for
17167         embedded targets which never actually exit.
17168
17169 2002-09-18  Fernando Nasser  <fnasser@redhat.com>
17170
17171         * gdb.base/ending-run.exp: Properly mark "continue after exit" and
17172         "don't step after run" as unresolved or unsupported, instead of xfail.
17173
17174 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
17175
17176         * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
17177         allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
17178         Add newline to expected string in "step out of main (status wrapper)"
17179         case.
17180
17181 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
17182
17183         * lib/gdb.exp (rerun_to_main): Allow restarting application.
17184         * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
17185
17186 2002-09-17  Tom Tromey  <tromey@redhat.com>
17187
17188         * gdb.base/printcmds.exp (test_print_string_constants): Expect
17189         \000, not \0, in double-quoted string.
17190
17191 2002-09-14  Corinna Vinschen  <vinschen@redhat.com>
17192
17193         * gdb.base/commands.exp: Don't expect a "Program exited normally"
17194         string after running the commands execution on breakpoint tests.
17195
17196 2002-09-13  Corinna Vinschen  <vinschen@redhat.com>
17197
17198         * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
17199
17200 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
17201
17202         * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
17203
17204 2002-09-10  Keith Seitz  <keiths@redhat.com>
17205
17206         * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
17207         runto proc.
17208         (mi_run_to_main): Use mi_runto.
17209         (mi_execute_to): Renamed from mi_run_to. Changed all callers.
17210
17211 2002-09-10  Keith Seitz  <keiths@redhat.com>
17212
17213         * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
17214         regexp for stopping at main. Could have multiple event notifications.
17215         Don't assume that main was declared with no parameters.
17216         (mi_next): Use mi_step_to.
17217         (mi_step): Use mi_next_to.
17218
17219 2002-09-09  Corinna Vinschen  <vinschen@redhat.com>
17220
17221         * gdb.base/default.exp: Fix expected string in `info float' test.
17222
17223 2002-09-09  Ben Elliston  <bje@redhat.com>
17224
17225         * config/mips.exp: Update comments.
17226         * config/mips-idt.exp: Likewise.
17227         * config/nind.exp: Likewise.
17228         * config/slite.exp: Likewise.
17229         * config/sparclet.exp: Likewise.
17230         * config/udi.exp: Likewise.
17231         * config/vx.exp: Likewise.
17232         * config/vxworks29k.exp: Likewise.
17233
17234 2002-09-05  Jim Blandy  <jimb@redhat.com>
17235
17236         * gdb.threads/killed.exp: Fix test failure message.
17237
17238 2002-09-04  Keith Seitz  <keiths@redhat.com>
17239
17240         * lib/mi-support.exp: Update copyright.
17241         (mi_gdb_test): Increase the priority of the expected pattern
17242         so that it matches gdb_test.
17243
17244 2002-09-03  Keith Seitz  <keiths@redhat.com>
17245
17246         * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
17247         Use integer comparison instead of string comparison for testing
17248         whether binary was built.
17249
17250 2002-09-03  Jim Blandy  <jimb@redhat.com>
17251
17252         * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
17253
17254 2002-08-29  Jim Blandy  <jimb@redhat.com>
17255
17256         * gdb.threads/pthreads.exp: Move the portable thread compilation
17257         code into a function in lib/gdb.exp, and call that from here.
17258         * lib/gdb.exp (gdb_compile_pthreads): New function.
17259
17260 2002-08-29  Keith Seitz  <keiths@redhat.com>
17261
17262         * lib/mi-support.exp (mi_gdb_test): Add global declaration for
17263         expect_out so that callers can get at it.
17264
17265 2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
17266
17267         * gdb.threads/print-threads.c: New file.
17268         * gdb.threads/print-threads.exp: New file.
17269         * gdb.threads/schedlock.c: New file.
17270         * gdb.threads/schedlock.exp: New file.
17271
17272 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
17273
17274         * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
17275         not altivec.c.
17276
17277 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
17278
17279         * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
17280         targets.  The problem should be fixed now.
17281
17282 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
17283
17284         * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
17285         2002-07-24 change that removes final dots from error messages.
17286
17287 2002-08-13  Tom Tromey  <tromey@redhat.com>
17288
17289         * gdb.base/readline.exp: New file.
17290
17291 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
17292
17293         * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
17294         supress message.
17295
17296 2002-08-01  Andrew Cagney  <cagney@redhat.com>
17297
17298         * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
17299         CHILL_FOR_TARGET and CHILL_LIB.
17300         * configure.in (configdirs): Remove gdb.chill.
17301         * configure: Regenerate.
17302         * lib/gdb.exp: Obsolete references to chill.
17303         * gdb.fortran/types.exp: Ditto.
17304         * gdb.fortran/exprs.exp: Ditto.
17305
17306 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
17307
17308         * gdb.base/shlib-call.exp (additional_flags): Conditionally
17309         set Irix-specific compile and link flags.
17310
17311 2002-07-29  Kevin Buettner  <kevinb@redhat.com>
17312
17313         * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
17314         source files.  The ``-o'' option doesn't work with the ``-E'' option
17315         when using the Irix compiler.
17316
17317 2002-07-19  Daniel Jacobowitz  <drow@mvista.com>
17318
17319         * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
17320         Improve support for reusing an exec file.  Copy exec file
17321         to target, and run gdbserver on the target instead of on the host.
17322
17323 2002-07-18  Jim Blandy  <jimb@redhat.com>
17324
17325         * gdb.base/ending-run.exp: Don't expect to see the program end in
17326         some orderly fashion when we're running on a real stand-alone
17327         board.
17328
17329         * gdb.base/interrupt.exp: Correct logic for skipping tests on
17330         targets that don't support interrupts.
17331
17332 2002-07-10  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
17333
17334         * gdb.base/attach.exp: Add patterns to match output from /proc-based
17335         systems.
17336         Move comments in expect statements to inside the actions, so that they
17337         don't get matched against.
17338
17339 2002-07-10  Mark Kettenis  <kettenis@gnu.org>
17340
17341         * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
17342         function when asleep" test.
17343
17344 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
17345
17346         * gdb.base/page.exp: Rewrite to handle problems with very long
17347         `info set' output.  Update copyright.
17348
17349 2002-06-26  Andrew Cagney  <ac131313@redhat.com>
17350
17351         * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
17352         gdb.threads-hp.
17353         * gdb.hp/configure: Regenerate.
17354         * gdb.hp/gdb.threads-hp/configure.in: Delete file.
17355         * gdb.hp/gdb.threads-hp/configure: Delete file.
17356         * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
17357
17358 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
17359
17360         * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
17361         setlocale, bindtextdomain and textdomain.
17362
17363 2002-06-11  Jim Blandy  <jimb@redhat.com>
17364
17365         * lib/gdb.exp (get_debug_format): Tolerate message saying whether
17366         preprocessor macro information is present.
17367
17368         * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
17369         tests.
17370
17371 2002-06-06  Michael Snyder  <msnyder@redhat.com>
17372
17373         * gdb.base/overlays.exp: Record addresses of overlay
17374         functions in TCL variables rather than in GDB variables,
17375         to avoid having GDB convert them to pointers (with loss
17376         of information).
17377
17378         * gdb.base/d10v.ld: Merge in several years worth of
17379         default linker script changes.
17380         * gdb.base/long_long.exp: Add check for sizeof (long double).
17381
17382 2002-06-06  Michal Ludvig  <mludvig@suse.cz>
17383
17384         * gdb.asm/asm-source.exp: Add x86-64 target.
17385         * gdb.asm/x86_64.inc: New.
17386
17387 2002-05-30  Michael Chastain  <mec@shout.net>
17388
17389         From Benjamin Kosnik <bkoz@redhat.com>:
17390         * gdb.c++/m-static.cc: New file.
17391         * gdb.c++/m-static.exp: New file.
17392
17393 2002-05-28  Michael Snyder  <msnyder@redhat.com>
17394
17395         * gdb.base/call-ar-st.exp: Allow for reduced floating point
17396         precision.
17397
17398 2002-05-27  Michael Chastain  <mec@shout.net>
17399
17400         From Benjamin Kosnik <bkoz@redhat.com>:
17401         * gdb.c++/m-data.cc: New file.
17402         * gdb.c++/m-data.exp: New file.
17403
17404 2002-05-27  Michael Chastain  <mec@shout.net>
17405
17406         From Benjamin Kosnik <bkoz@redhat.com>:
17407         * gdb.c++/try_catch.cc: New file.
17408         * gdb.c++/try_catch.exp: New file.
17409
17410 2002-05-27  Michael Chastain  <mec@shout.net>
17411
17412         * gdb.c++/local.exp: Accept more nested types in output.
17413
17414 2002-05-26  Michael Chastain  <mec@shout.net>
17415
17416         * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
17417
17418 2002-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
17419
17420         * lib/gdb.exp (gdb_wrapper_init): Just because
17421         gdb_wrapper_file exists, this does not mean that the file
17422         should not be rebuilt.  That is what gdb_wrapper_initialized
17423         is for.
17424         (default_gdb_init): Reset gdb_wrapper_initialized.
17425
17426 2002-05-23  Michael Snyder  <msnyder@redhat.com>
17427
17428         * gdb.base/all-bin.exp: Revise previous patch by just reducing
17429         the precision of the floating point test results.
17430         * gdb.base/call-rt-st.exp: Ditto.
17431
17432         * gdb.base/all-bin.exp: Allow for reduced floating point precision.
17433         * gdb.base/call-rt-st.exp: Ditto.
17434
17435 2002-05-19  Michael Chastain  <mec@shout.net>
17436
17437         * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
17438
17439 2002-05-19  Elena Zannoni  <ezannoni@redhat.com>
17440
17441         * configure.in (configdirs): Add gdb.arch.
17442         * configure: Regenerate.
17443
17444 2002-05-17  Jim Blandy  <jimb@redhat.com>
17445
17446         * gdb.base/completion.exp: Recognize the more detailed error
17447         messages produced by the macro expander's lexical analyzer.
17448
17449 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
17450
17451         * gdb.arch/altivec-abi.c: New file.
17452         * gdb.arch/altivec-abi.exp: New file.
17453         * gdb.arch/altivec-regs.c: New file.
17454         * gdb.arch/altivec-regs.exp: New file.
17455
17456 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
17457
17458         * gdb.base/maint.exp (maint print type): Update for new type
17459         structure.
17460
17461 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
17462
17463         * gdb.arch: New directory.
17464         * gdb.arch/configure.in: New file.
17465         * gdb.arch/configure: New file.
17466         * gdb.arch/Makefile.in: New file.
17467
17468 2002-05-13  Corinna Vinschen  <vinschen@redhat.com>
17469
17470         * gdb.asm/asm-source.exp: Add v850 as supported target.
17471         * gdb.asm/v850.inc: New file.
17472
17473 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
17474
17475         * gdb.c++/annota2.exp (annotate-quit): Add comment.
17476
17477 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
17478
17479         * gdb.base/break.exp: Check 'break "marker2"'.
17480
17481 2002-05-10  Michael Snyder  <msnyder@redhat.com>
17482
17483         * gdb.base/long_long.exp: Fix typo.
17484
17485 2002-05-10  Jim Blandy  <jimb@redhat.com>
17486
17487         * gdb.base/printcmds.exp: Don't xfail the ptype command.  This is
17488         a bug.
17489
17490         * gdb.base/printcmds.exp (test_integer_literals_rejected):
17491         Recognize more detailed error message produced by the macro
17492         expander's lexical analyzer.
17493         * lib/gdb.exp (test_print_reject): Same.
17494
17495 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
17496
17497         * gdb.c++/method.exp: Fix typo.
17498
17499 2002-05-08  Michael Snyder  <msnyder@redhat.com>
17500
17501         * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
17502         * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
17503         * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
17504         * gdb.base/long_long.exp: Merge clauses for arm and xscale.
17505         Add iftarget clause for strongarm.
17506
17507 2002-05-06  Michael Snyder  <msnyder@redhat.com>
17508
17509         * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
17510         (gdb_continue_to_end): Accept output from status wrapper.
17511         * gdb.base/ending-run.exp: Add case for output from status wrapper.
17512         Clean up fail messages to match pass messages.
17513
17514         Enable the "needs_status_wrapper" testsuite feature.
17515         * lib/gdb.exp (gdb_wrapper_init): New procedure.
17516         (gdb_compile): Conditionally call gdb_wrapper_init.
17517         * gdb.base/a2-run.exp: Recognize output from status wrapper.
17518         * gdb.c++/method.exp: Recognize output from status wrapper.
17519
17520 2002-05-06  Ben Elliston  <bje@redhat.com>
17521 From Graydon Hoare  <graydon@redhat.com>
17522
17523         * config/sid.exp: Include support for "rawsid" protocol.
17524
17525 2002-05-03  Jim Blandy  <jimb@redhat.com>
17526
17527         * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
17528         * gdb.c++/hang3.C: New file.
17529
17530 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
17531
17532         * gdb.base/default.exp: Remove obsolete code.
17533         * gdb.c++/misc.exp: Ditto.  Update copyright.
17534         * gdb.c++/cplusfuncs.exp: Ditto.  Update copyright.
17535         * gdb.base/whatis.exp: Ditto.  Update copyright.
17536         * gdb.base/scope.exp: Ditto.  Update copyright.
17537         * gdb.base/ptype.exp: Ditto.  Update copyright.
17538         * gdb.base/printcmds.exp: Ditto.  Update copyright.
17539         * gdb.base/opaque.exp: Ditto.  Update copyright.
17540         * gdb.base/list.exp: Ditto.
17541         * gdb.base/funcargs.exp: Ditto.  Update copyright.
17542         * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
17543         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
17544         * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
17545         * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
17546         * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
17547         * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
17548
17549 2002-05-02  Michael Snyder  <msnyder@redhat.com>
17550
17551         * gdb.base/watchpoint.exp: Add xscale target.
17552         * gdb.base/long_long.exp: Add xscale target.
17553         * gdb.base/default.exp: Add xscale target.
17554
17555 2002-05-01  Jim Blandy  <jimb@redhat.com>
17556
17557         * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
17558         gdb.c++/hang.exp: New test.
17559
17560 2002-05-01  Fred Fish  <fnf@redhat.com>
17561
17562         * gdb.base/completion.exp: Handle completions of "./Make" for
17563         more than one completion possibility, as is the case when we
17564         build and test in the source tree.
17565
17566 2002-04-29  Anthony Green  <green@redhat.com>
17567
17568         * gdb.java/jmisc1.exp: New file.
17569         * gdb.java/jmisc2.exp: New file.
17570
17571 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
17572
17573         * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
17574
17575 2002-04-23  Elena Zannoni  <ezannoni@redhat.com>
17576
17577         * gdb.base/help.exp: Change 'help status' to allow for target
17578         dependent output differences.
17579
17580 2002-04-22  Michael Chastain  <mec@shout.net>
17581
17582         * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
17583
17584 2002-04-22  Michael Chastain  <mec@shout.net>
17585
17586         * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
17587
17588 2002-04-17  David S. Miller  <davem@redhat.com>
17589
17590         * gdb.asm/sparc64.inc: New file.
17591         * gdb.asm/asm-source.exp: Handle sparc64-*-*.
17592
17593 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
17594
17595         * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
17596         instruction file directly into the build tree.  Clean up at end of
17597         test.
17598
17599 2002-04-18  David S. Miller  <davem@redhat.com>
17600
17601         * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
17602         handle 64-bit platforms correctly.
17603         * gdb.base/maint.exp: Likewise.
17604
17605 2002-04-18  Kevin Buettner  <kevinb@redhat.com>
17606
17607         * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
17608         ``-fpic'' when compiling files comprising a shared library, but
17609         it does need additional linker flags in order to find shared
17610         libraries at run time.
17611
17612 2002-04-18  Kevin Buettner  <kevinb@redhat.com>
17613
17614         * gdb.base/cvexpr.c (use): New function.
17615         (main): Invoke use() on all global variables to prevent
17616         some linkers from deleting these otherwise unused symbols.
17617
17618 2002-04-17  Michael Chastain  <mec@shout.net>
17619 From David S. Miller  <davem@redhat.com>
17620
17621         * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
17622         handle 64-bit platforms correctly.
17623
17624 2002-04-12  Michael Snyder  <msnyder@redhat.com>
17625 From Jim Blandy  <jimb@redhat.com>
17626         * gdb.base/foo.c (foox): Remove section attribute; the linker
17627         script can handle this instead.
17628         * gdb.base/bar.c (barx): Same.
17629         * gdb.base/baz.c (bazx): Same.
17630         * gdb.base/grbx.c (grbxx): Same.
17631
17632         * gdb.base/overlays.exp: New test: check that GDB's manual overlay
17633         manager doesn't automatically unmap overlays unnecessarily.
17634
17635 2002-04-10  Martin M. Hunt  <hunt@redhat.com>
17636
17637         * gdb.base/ending-run.exp: Fix pattern for Mips targets
17638         stepping out of main.
17639
17640 2002-04-09  Michael Chastain  <mec@shout.net>
17641
17642         * gdb.c++/local.cc (main): Move call to marker1() inside nested
17643         scope so that the nested scope tests will make sense.
17644         * gdb.c++/local.exp: Write patterns that actually work with gcc
17645         (the HP patterns "were never known to work with gcc").
17646         Keep the old aCC patterns too.
17647
17648 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
17649
17650         * gdb.base/attach.exp: Correct target board test.
17651
17652 2002-04-08  Michael Chastain  <mec@shout.net>
17653
17654         * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
17655         in a const method.  Add some xfail and fail cases for configurations
17656         that do not emit the "const ...".
17657
17658 2002-04-07  Michael Chastain  <mec@shout.net>
17659
17660         * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
17661         Accept "A * const" and "const A * const" as type of "this".
17662         Fix spelling of getFunky throughout.  Make messages uniform.
17663
17664 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
17665
17666         Work around for PR gdb/285:
17667         * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
17668
17669 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
17670
17671         * gdb.asm/asm-source.exp: Build symbolic link to arch specific
17672         instructions file at run time instead of configure time.
17673         Sometimes we run the test in a directory that is not the one we
17674         configured in.
17675         * gdb.asm/configure.in: Delete creation of symlink.
17676         * gdb.asm/configure: Regenerate.
17677
17678 2002-04-05  J. Brobecker  <brobecker@gnat.com>
17679
17680         * gdb.gdb/xfullpath.exp: New test, to exercise the new
17681         xfullpath () function.
17682
17683 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
17684
17685         * gdb.asm/Makefile.in: Correct dependencies.
17686
17687         * gdb.asm/powerpc.inc: New file.
17688         * gdb.asm/asm-source.exp: Add PowerPC.
17689         * gdb.asm/configure.in: Likewise.
17690         * gdb.asm/configure: Regenerated.
17691
17692 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
17693
17694         * gdb.base/relocate.exp: New file.
17695         * gdb.base/relocate.c: New file.
17696
17697 2002-04-04  Fred Fish  <fnf@redhat.com>
17698
17699         * gdb.base/step-test.exp: Update comment regarding stopping in
17700         memcpy/bcopy calls inserted as part of the compiler runtime.
17701
17702 2002-04-04  Michael Snyder  <msnyder@redhat.com>
17703
17704         * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
17705
17706 2002-04-03  Daniel Jacobowitz  <drow@mvista.com>
17707
17708         * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
17709         (gdb_expect): Remove $notransfer hack.
17710
17711 2002-04-02  Daniel Jacobowitz  <drow@mvista.com>
17712
17713         * gdb.c++/classes.exp ("calling method for small class"): Match
17714         updated register output.
17715
17716 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
17717
17718         Fix PR gdb/452
17719         * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
17720         when finished.  Make gdb_file_cmd send "exec-file" when
17721         appropriate.
17722
17723 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
17724
17725         * gdb.base/attach.exp: Remove extra setup_xfail.
17726
17727 2002-03-26  Michael Snyder  <msnyder@redhat.com>
17728
17729         * gdb.base/default.exp: Add tests for dump, append, and restore.
17730         * gdb.base/help.exp: Add tests for dump, append, and restore.
17731         * gdb.base/dump.exp: New file, test dump, append and restore.
17732         * gdb.base/dump.c: New file.
17733
17734 2002-03-27  Michael Snyder  <msnyder@redhat.com>
17735
17736         * gdb.base/help.exp: Modify expect strings to reflect
17737         clean-ups in help messages.
17738
17739 2002-03-26  Fred Fish  <fnf@redhat.com>
17740
17741         * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
17742         have debugging info for those functions and the compiler uses them
17743         internally to copy structs around.
17744
17745 2002-03-26  Fred Fish  <fnf@redhat.com>
17746
17747         * gdb.base/list.exp: Revert the change made yesterday and add note
17748         about why we don't list the default lines for remote targets.
17749
17750 2002-03-25  Michael Snyder  <msnyder@redhat.com>
17751
17752         * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
17753
17754 2002-03-25  Fred Fish  <fnf@redhat.com>
17755
17756         * gdb.base/list.exp: This test works on remote targets so remove
17757         the short circuit for remote targets.  Update copyright.
17758
17759 2002-03-25  Fred Fish  <fnf@redhat.com>
17760
17761         * gdb.base/attach.exp: Fix logic error that was suppressing this
17762         test for all non hppa*-*-hpux* targets, instead of the hp target.
17763         Move comments closer to the suppression point.  Also now need to
17764         check that we are running natively.
17765
17766 2002-03-22  Michael Snyder  <msnyder@redhat.com>
17767
17768         * gdb.base/default.exp: Add test for gcore.  Update copyright.
17769         * gdb.base/help.exp: Add test for gcore.  Update copyright.
17770
17771 2002-03-06  Fred Fish  <fnf@redhat.com>
17772
17773         * gdb.base/funcargs.c:  Remove extraneous ';' character.
17774         * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
17775
17776 2002-03-04  Michael Chastain  <mec@shout.net>
17777
17778         * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
17779         accommodate gcc v3 function signature.
17780         * gdb.mi/mi0-var-cmd-exp: Ditto.
17781
17782 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
17783
17784         * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
17785         ``GNU/Linux'' or ``Linux kernel''
17786         * testsuite/gdb.threads/pthreads.c: Ditto.
17787
17788 2002-02-24  Michael Chastain  <mec@shout.net>
17789
17790         * gdb.threads/pthreads.c (thread1): Add a return statement.
17791         (thread2): Likewise.
17792         (foo): Likewise.
17793
17794 2002-02-23  Michael Chastain  <mec@shout.net>
17795
17796         * gdb.threads/linux-dp.c (philosopher): Add a return statement
17797         to placate gcc.
17798
17799 2002-02-23  Michael Chastain  <mec@shout.net>
17800
17801         * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
17802         test "ptype bint".  The test passes on all my stabs configurations.
17803
17804 2002-02-21  Jim Blandy  <jimb@redhat.com>
17805
17806         * gdb.asm/asm-source.exp: Parse the output from `info sources' one
17807         filename at a time, and watch for the ones we want to see.
17808
17809         * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
17810         types of pointers to prototyped functions.
17811
17812 2002-02-20  Andrew Cagney  <ac131313@redhat.com>
17813
17814         * gdb.base/sizeof.c (main): Call fill_structs.  Print value of
17815         signed, unsigned and straight char.
17816         (padding_char, padding_short, padding_int, padding_long,
17817         padding_long_long, padding_float, padding_double,
17818         padding_long_double): New global variables.
17819         (fill, fill_structs): New functions.
17820
17821         * gdb.base/sizeof.exp: Check for signed and unsigned char.  Check
17822         for correctly sized writes.  Update copyright.
17823         (get_valueof): New procedure.
17824         (get_sizeof): Call get_valueof.
17825         (check_valueof): New procedure.
17826         (check_padding): New procedure.
17827
17828 2002-02-20  Michael Chastain  <mec@shout.net>
17829
17830         * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
17831         to setup_xfail.  Document some of the remaining calls.
17832
17833 2002-02-18  Michael Chastain  <mec@shout.net>
17834
17835         * gdb.c++/userdef.exp: Update copyright year.
17836
17837 2002-02-18  Daniel Jacobowitz  <drow@mvista.com>
17838
17839         * gdb.c++/userdef.exp: Test overloaded operators properly.
17840         Remove xfails.
17841
17842 2002-02-14  Michael Snyder  <msnyder@redhat.com>
17843
17844         * gdb.base/gcore.exp: Relax recognition of function breakpoint.
17845
17846 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
17847
17848         * gdb.base/a2-run.exp: Check for a remote target properly.
17849         * gdb.base/annota1.exp: Likewise.
17850         * gdb.base/list.exp: Likewise.
17851         * gdb.base/reread.exp: Likewise.
17852         * gdb.base/scope.exp: Likewise.
17853         * gdb.base/shlib-call.exp: Likewise.
17854         * gdb.base/term.exp: Likewise.
17855         * gdb.c++/annota2.exp: Likewise.
17856
17857 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
17858
17859         * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
17860
17861 2002-02-10  Michael Chastain  <mec@shout.net>
17862
17863         * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
17864         (call_after_alloca): Ditto.
17865
17866 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
17867
17868         * gdb.base/ending-run.exp: Guard "cont" test with
17869         gdb_skip_stdio_test.
17870
17871 2002-02-06  Jim Blandy  <jimb@redhat.com>
17872
17873         * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
17874         from here...
17875         * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
17876         To here.  Disable this test on non-HP platforms.  Add big comment.
17877
17878 2002-02-04  Michael Snyder  <msnyder@redhat.com>
17879
17880         * gdb.base/ovlymgr.c  (ovly_copy): Generalize for targets
17881           other than d10v and m32r.
17882
17883 2002-02-02  Richard Earnshaw  <rearnsha@arm.com>
17884
17885         * gdb.base/default.exp: Rewrite test patterns to reduce time
17886         taken to match them.
17887
17888 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
17889
17890         * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
17891         Allow a start function above main.
17892         * gdb.threads/linux-dp.exp: Fix copyright date.
17893
17894 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
17895
17896         * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
17897         (check_philosopher_stack): Check for manager thread before checking
17898         for a just-starting thread.
17899
17900 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
17901
17902         From Neil Booth <neil@daikokuya.demon.co.uk>:
17903         * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
17904         warnings.
17905
17906 2002-01-21  Fred Fish  <fnf@redhat.com>
17907
17908         * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
17909         not caller.
17910
17911 2002-01-21  Jim Blandy  <jimb@redhat.com>
17912
17913         * gdb.base/reread.exp: Check that GDB properly re-reads the
17914         executable file when it changes while no inferior is running.
17915
17916 2002-01-21  Fred Fish  <fnf@redhat.com>
17917
17918         * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
17919         optionally accept the "shlib events" variation.
17920
17921 2002-01-21  Jim Blandy  <jimb@redhat.com>
17922
17923         * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
17924         call `fflush' after every `printf', so that the output is produced
17925         at predictable points, regardless of whatever buffering does (or
17926         doesn't) take place.
17927         * gdb.base/ending-run.exp: Adjust tests to expect output to appear
17928         at different points.
17929
17930 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
17931
17932         * gdb.c++/inherit.exp: Update copyright years.
17933         * gdb.c++/method.exp: Likewise.
17934
17935 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
17936
17937         * gdb.c++/classes.exp: Update for improved v3 support and skipping
17938         artificial methods/arguments.
17939         * gdb.c++/derivation.exp: Likewise.
17940         * gdb.c++/inherit.exp: Likewise.
17941         * gdb.c++/method.exp: Likewise.
17942         * gdb.c++/virtfunc.exp: Likewise.
17943
17944 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
17945
17946         * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
17947         * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
17948         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
17949         * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
17950         * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
17951         * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
17952
17953 2002-01-17  Jim Blandy  <jimb@redhat.com>
17954
17955         * gdb.asm/asm-source.exp (info symbol): Take another shot at
17956         anchoring the pattern matching the entry point symbol's name.
17957
17958 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
17959
17960         * gdb.base/maint.exp: Update ``maint internal-error'' to match
17961         continue/quit query.  Update copyright.
17962
17963 2002-01-14  Michael Snyder  <msnyder@redhat.com>
17964
17965         * gdb.base/gcore.exp: Remove extra debugging output.
17966
17967 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
17968
17969         * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
17970         for slightly dubious v2 mangled string.
17971
17972 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
17973
17974         * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
17975
17976 2002-01-10  Jason Merrill  <jason@redhat.com>
17977
17978         * gdb.c++/namespace.exp: Accept trailing const for 'this'.
17979
17980         * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
17981         constructors.
17982         * gdb.c++/derivation.exp: Likewise.
17983         * gdb.c++/templates.exp: Likewise.
17984         * gdb.c++/virtfunc.exp: Likewise.
17985
17986 2002-01-10  Michael Snyder  <msnyder@redhat.com>
17987
17988         * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
17989
17990 2002-01-08  Michael Snyder  <msnyder@redhat.com>
17991
17992         * gdb.base/gcore.exp: New test for generate-core-file command.
17993         * gdb.base/gcore.c: Testcase for above.
17994         * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
17995
17996 2002-01-08  Jason Merrill  <jason@redhat.com>
17997
17998         * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
17999
18000 2002-01-07  Fred Fish  <fnf@redhat.com>
18001
18002         * gdb.c++/overload.exp: Remove unconditional xfails for:
18003         print foo_instance1.overloadargs(1)
18004         print foo_instance1.overloadargs(1, 2)
18005         print foo_instance1.overloadargs(1, 2, 3)
18006         print foo_instance1.overloadargs(1, 2, 3, 4)
18007         print foo_instance1.overloadargs(1, 2, 3, 4, 5)
18008         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
18009         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
18010         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
18011         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
18012         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
18013         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
18014         print foo_instance1.overload1arg()
18015         print foo_instance1.overload1arg((char)arg2)
18016         print foo_instance1.overload1arg((signed char)arg3)
18017         print foo_instance1.overload1arg((unsigned char)arg4)
18018         print foo_instance1.overload1arg((int)arg7)
18019         print foo_instance1.overload1arg((unsigned int)arg8)
18020         print foo_instance1.overload1arg((float)arg11)
18021         print foo_instance1.overload1arg((double)arg12)
18022
18023 2002-01-07  Michael Snyder  <msnyder@redhat.com>
18024
18025         * gdb.base/huge.exp: New test.  Print a very large target data object.
18026         (skip_huge_test): New test variable.  Define if you want to skip this
18027         test.  The test reads an 8 megabyte data object from the target, so it
18028         might be very time consuming on remote targets with a slow connection.
18029         * gdb.base/huge.c: New file.  Test case for above.
18030
18031 2002-01-07  Fred Fish  <fnf@redhat.com>
18032
18033         * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
18034         g_instance.bfoo, and g_instance.cfoo.
18035
18036 2002-01-07  Jeffrey A Law  <law@redhat.com>
18037
18038         * gdb.base/break.c (multi_line_if_conditional): New function.
18039         (multi_ilne_while_conditional): Likewise.
18040         * gdb.base/break.exp: Verify that a breakpoint on a multi-line
18041         IF or WHILE condition puts the breakpoint at the start of
18042         the condition.
18043
18044         * gdb.base/selftest.exp (backtrace through signal handler): Remove
18045         hppa*-*-hpux* expected failure.
18046         * gdb.base/structs.exp (do_function_calls): Similarly.
18047
18048         * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
18049         watchpoints.
18050
18051 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
18052
18053         Fix PR gdb/66.
18054         * gdb.base/structs.exp: Replace skip for a29k with skip for
18055         gdb,cannot_call_functions.
18056         * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
18057         * gdb.base/callfuncs.exp: Ditto.
18058         * gdb.base/call-rt-st.exp: Ditto.
18059         * gdb.base/call-strs.exp: Ditto.
18060         * gdb.base/callfwmall.exp: Ditto.
18061         * gdb.base/scope.exp: Obsolete xfail a29k.
18062         * gdb.c++/misc.exp: Ditto.
18063         * gdb.c++/cplusfuncs.exp: Ditto.
18064         * gdb.base/ptype.exp: Ditto.
18065         * gdb.base/printcmds.exp: Ditto.
18066         * gdb.base/opaque.exp: Ditto.
18067         * gdb.base/list.exp: Ditto.
18068         * gdb.base/funcargs.exp: Ditto.
18069         * gdb.base/default.exp: Ditto.
18070
18071 2002-01-04  Michael Snyder  <msnyder@redhat.com>
18072
18073         * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
18074         * gdb.base/maint.exp: Add tests for maint info sections options.
18075
18076 Fri Dec 21 09:42:11 2001  Jeffrey A Law  (law@redhat.com)
18077
18078         * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
18079
18080 2001-12-20  Corinna Vinschen  <vinschen@redhat.com>
18081
18082         * gdb.asm/arm.inc: New file.
18083         * gdb.asm/asm-source.exp: Add arm targets.
18084         * gdb.asm/configure.in: Ditto.
18085         * gdb.asm/configure: Recreated from configure.in.
18086
18087 Thu Dec 20 09:54:36 2001  Jeffrey A Law  (law@redhat.com)
18088
18089         * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
18090         with HP's compiler.
18091         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
18092         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
18093         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
18094         * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
18095
18096         * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
18097         either HP's compilers or GCC.
18098
18099         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
18100         a SIGBUS or SIGSEGV.
18101
18102         * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
18103
18104         * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
18105         can be compiled with either HP's compiler or GCC.
18106
18107         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
18108         * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
18109         * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
18110
18111         * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
18112         to match current gdb output.  Update due to using auto-solib-limit
18113         for limiting instead of overloading auto-solib-add.
18114         * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
18115         test program.
18116
18117         * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
18118         * gdb.hp/gdb.base-hp/dollar.exp: Likewise
18119         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
18120         * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
18121         * gdb.hp/gdb.base-hp/reg.exp: Likewise.
18122         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
18123         * gdb.hp/gdb.defects/bs15503.exp: Likewise.
18124         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
18125         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
18126         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
18127         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
18128         * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
18129         * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
18130
18131         * gdb.base/annota1.exp: Expect failure for hpux11 when posting
18132         a SIGTRAP to the inferior.
18133
18134 2001-12-19  Corinna Vinschen  <vinschen@redhat.com>
18135
18136         * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
18137         Substitute call to target_link by call to gdb_compile.
18138
18139 Wed Dec 19 14:10:57 2001  Jeffrey A Law  (law@redhat.com)
18140
18141         * gdb.base/break.exp: Fix HP specific search string when testing
18142         backtracing in a called function.
18143
18144         * gdb.base/constvars.exp: Only set lang to C++ if we're
18145         compiling the test with HP's compilers.
18146         * gdb.base/volatile.exp: Similarly.
18147
18148 2001-12-19  Jim Blandy  <jimb@redhat.com>
18149
18150         * gdb.base/printcmds.exp: Expect the null character to be printed
18151         as '\0', and the '\013' to be printed as '\v'.
18152         * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
18153         * gdb.base/setvar.exp: Same.
18154
18155 2001-12-17  Jim Blandy  <jimb@redhat.com>
18156
18157         * gdb.base/completion.exp: Rather than completing very long
18158         filenames, which can make the readline library produce output we
18159         don't recognize, cd to the directory first, and then complete
18160         using nice, short relative paths.
18161
18162         * gdb.base/completion.exp: On some systems, there is, in fact, a
18163         variable named `b' in scope, since GDB treats all static
18164         variables as being in scope.  So use `no_var_named_this'
18165         instead of `b'.
18166
18167         * gdb.base/corefile.exp: Recognize the message saying that GDB
18168         can't find the core file's registers as a failure.
18169
18170 2001-12-13  Jackie Smith Cashion  <jsmith@redhat.com>
18171
18172         * gdb.base/commands.exp (user_defined_command_test): Make "show user"
18173         test expect string more specific.
18174
18175 2001-12-13  Corinna Vinschen  <vinschen@redhat.com>
18176
18177         * gdb.asm/asm-source.exp: Add support for xstormy16.
18178         * gdb.asm/configure.in: Ditto.
18179         * gdb.asm/configure: Rebuild.
18180         * gdb.asm/xstormy16.inc: New file.
18181
18182 2001-12-10  Fred Fish  <fnf@redhat.com>
18183
18184         * gdb.base/maint.exp: Update to match changes in type dumping code.
18185
18186 2001-12-10  Jim Blandy  <jimb@redhat.com>
18187
18188         * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
18189         matching the entry point symbol's name at the beginning of the
18190         line.
18191
18192 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
18193
18194         * gdb.c++/classes.exp, gdb.c++/derivation.exp,
18195         gdb.c++/inherit.exp, gdb.c++/method.exp,
18196         gdb.c++/namespace.exp, gdb.c++/templates.exp,
18197         gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
18198         and class layout support.
18199
18200 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
18201
18202         * gdb.c++/classes.exp: Add test for static member function.
18203         * gdb.c++/misc.cc: Add class with static member function.
18204
18205 2001-12-07  Jim Blandy  <jimb@redhat.com>
18206
18207         If GDB says it can't find the struct the function returned, report
18208         those tests as `unsupported'.
18209         * gdb.base/call-rt-st.exp (print_struct_call): New function.
18210         Rewrite subsequent tests to use it.
18211
18212         If GDB says it can't find the struct the function returned, report
18213         those tests as `unsupported'.
18214         * gdb.base/structs.exp (call_struct_func): New function.
18215         (do_function_calls): Use call_struct_func to call the functions
18216         returning structs.
18217
18218         * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
18219         whether functions are prototyped or not, so we can't possibly pass
18220         arguments to t_float_values2 properly.
18221
18222         * gdb.base/break.exp: (test_next_with_recursion): Don't change the
18223         value of `timeout' for targets other than the mips*tx39-*.
18224
18225 2001-12-06  Michael Snyder  <msnyder@redhat.com>
18226
18227         * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
18228         and detect whether the start symbol has a leading underscore.
18229
18230 2001-12-04  Jim Blandy  <jimb@redhat.com>
18231
18232         * gdb.base/completion.exp: Clarify indentation.
18233
18234 2001-12-03  Jim Blandy  <jimb@redhat.com>
18235
18236         * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
18237         variables on the S/390, not `.word'.
18238
18239 2001-11-30  Jim Blandy  <jimb@redhat.com>
18240
18241         Add assembly-source tests for s390-ibm-linux.
18242         * gdb.asm/s390.inc: New file.
18243         * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
18244         the S/390 architecture.
18245         * gdb.asm/configure: Regenerated.
18246
18247 2001-11-30  Michael Snyder  <msnyder@redhat.com>
18248
18249         * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
18250         next, info source, info sources, info line, global and static
18251         variables, and static functions.
18252         * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
18253         * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
18254         * gdb.asm/asmsrc1.s: Add a static function and some variables.
18255         * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
18256         * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
18257         (gdbasm_leave): Restore frame pointer.
18258         (gdbasm_startup): Copy stack set-up from crt0.S.
18259
18260 2001-11-26  Fernando Nasser  <fnasser@redhat.com>
18261
18262         From 2001-11-12 Jackie Smith Cashion  <jsmith@redhat.com>:
18263         * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
18264         to a local (non-static) variable. Copy tstruct.a to a static buffer
18265         and return a pointer to that buffer.
18266         * gdb.base/callfwmall.c (t_structs_a): Ditto.
18267
18268 2001-11-24  Mark Kettenis  <kettenis@gnu.org>
18269
18270         * gdb.asm/configure.in: Fix recognition of ix86 target.
18271         * gdb.asm/configure: Regenerate.
18272
18273 2001-11-21  Michael Snyder  <msnyder@redhat.com>
18274
18275         * gdb.asm/sparc.inc: New file.
18276         * gdb.asm/asm-source.exp: Recognize sparc target.
18277         * gdb.asm/configure.in: Recognize sparc target.
18278         * gdb.asm/configure: Regenerate.
18279
18280 2001-11-21  Michael Snyder  <msnyder@redhat.com>
18281
18282         * gdb.asm/m32r.inc: New file.
18283         * gdb.asm/asm-source.exp: Recognize m32r target.
18284         * gdb.asm/configure.in: Recognize m32r target.
18285         * gdb.asm/configure: Regenerate.
18286
18287 2001-11-20  Michael Snyder  <msnyder@redhat.com>
18288
18289         * gdb.asm/i386.inc: New file.
18290         * gdb.asm/asm-source.exp: Recognize ix86 target.
18291         * gdb.asm/configure.in: Recognize ix86 target.
18292         * gdb.asm/configure: Regenerate.
18293
18294         * gdb.c++/namespace.exp: Fix quotes in output messages.
18295
18296 2001-11-14  Michael Snyder  <msnyder@redhat.com>
18297
18298         * gdb.base/code-expr.exp: New file.  Tests use of the "@code"
18299         qualifier in a type cast expression, to designate an address
18300         in the instruction space (Harvard architecture).
18301
18302 2001-11-13  Michael Snyder  <msnyder@redhat.com>
18303
18304         * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
18305         Tests for expressions using 'const' and 'volatile'.
18306
18307 2001-11-13  Corinna Vinschen  <vinschen@redhat.com>
18308
18309         * gdb.asm/asm-sources.exp: Allow defining linker flags.
18310
18311 2001-11-12  Daniel Jacobowitz  <drow@mvista.com>
18312
18313         * lib/mi-support.exp (mi_run_to_helper): Move comments
18314         outside of gdb_expect.
18315
18316 2001-11-11  Daniel Jacobowitz  <drow@mvista.com>
18317
18318         * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
18319         mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
18320         mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
18321         mi0_run_to): New functions.
18322         * gdb.mi/mi-simplerun.exp: Use them.
18323         * gdb.mi/mi0-simplerun.exp: Likewise.
18324         * gdb.mi/mi-var-cmd.exp: Likewise.
18325         * gdb.mi/mi0-var-cmd.exp: Likewise.
18326
18327 2001-11-10  Andrew Cagney  <ac131313@redhat.com>
18328
18329         * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
18330         * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
18331
18332 2001-11-09  Andrew Cagney  <ac131313@redhat.com>
18333
18334         * gdb.base/restore.exp: Include $expected value in restored test
18335         message.
18336
18337 2001-11-09  Andrew Cagney  <ac131313@redhat.com>
18338
18339         * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
18340         implemented.
18341
18342 2001-11-08  Michael Snyder  <msnyder@redhat.com>
18343
18344         * gdb.base/callfuncs.exp: Add tests for nested call dummies.
18345         Add pass/fail message for stop at breakpoint in call dummy function.
18346
18347 2001-11-07  Michael Snyder  <msnyder@redhat.com>
18348
18349         * gdb.c++/templates.exp (test_template_breakpoints):
18350         If we get an overload menu, but it does not match what
18351         we expect, we still need to issue the "cancel" command.
18352         * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
18353         making the whitespace optional.  Argument for "new" may be
18354         "unsigned" as well as "unsigned int/long".
18355         * gdb.c++/templates.exp: Replace "const &" with "const ?&",
18356         making the whitespace optional.  Also replace "(void) with
18357         "((void|)), making the keyword "void" optional.
18358         * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
18359         making the whitespace optional.  Also replace "(void) with
18360         "((void|)), making the keyword "void" optional.
18361         * gdb.base/callfuncs.c (t_float_values): This function must
18362         _not_ be prototyped, and the following function (t_float_values2)
18363         must be prototyped (if the compiler supports it), so that GDB
18364         can be tested against both cases.  Usually one case involves
18365         promotion of float to double, while the other does not.
18366         * gdb.base/callfwmall.c: Ditto.
18367         * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
18368         includes a stack frame for "start".
18369
18370 2001-11-05  Jim Blandy  <jimb@redhat.com>
18371
18372         * gdb.stabs/weird.exp: Delete "p v_comb" test.  It assumes that
18373         pointers are 32 bits long, and that offsets of relocs are always
18374         stored in the data (REL-style), and not in the reloc entry itself
18375         (RELA-style).
18376         * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
18377         stabs.
18378
18379 2001-11-01  Michael Snyder  <msnyder@redhat.com>
18380
18381         * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
18382         and regular expression operators by using quoting.
18383
18384 2001-10-31  Michael Snyder  <msnyder@redhat.com>
18385
18386         * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
18387         depending on what the symbol table contains.
18388         * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
18389         the output of the ptype command.  Similarly, accept both "const &"
18390         and "const&".
18391
18392 2001-10-31  Corinna Vinschen  <vinschen@redhat.com>
18393
18394         * gdb.base/miscexprs.c (main): Add usage of preprocessor
18395         symbol `STORAGE' to allow to choose the storage class of
18396         the local datastructures.
18397         * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
18398         compiler directive.
18399
18400 2001-10-30  Michael Snyder  <msnyder@redhat.com>
18401
18402         * gdb.base/jump.exp: Allow it to run for all targets.
18403
18404 2001-10-29  Corinna Vinschen  <vinschen@redhat.com>
18405
18406         * gdb.base/call-ar-st.c (print_double_array): Match for loop
18407         with new double_array size.
18408         (main): Change storage class of all local variables to static.
18409         Reduce size of double_array to 9.
18410         * gdb.base/call-ar-st.exp:  Increase timeout value.
18411         Change expected output for double array to match new size in
18412         call-ar-st.c.
18413
18414 2001-10-29  Corinna Vinschen  <vinschen@redhat.com>
18415
18416         * gdb.base/ending-run.exp: Create identical output when passing
18417         `step to end of run' case.  Add regular expression branch satisfying
18418         Stormy16 target.
18419
18420 2001-10-28  Mark Kettenis  <kettenis@gnu.org>
18421
18422         * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
18423         that we catch the expected failure under Linux/x86.
18424
18425 2001-10-29  Orjan Friberg  <orjanf@axis.com>
18426
18427         * gdb.base/setvar.exp: Escape curly braces.
18428         * gdb.stabs/weird.exp: Ditto.
18429
18430 2001-10-27  Daniel Jacobowitz  <drow@mvista.com>
18431
18432         * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
18433         * gdm.mi/mi0-hack-cli.exp: Likewise.
18434
18435 2001-10-25  Andrew Cagney  <ac131313@redhat.com>
18436
18437         * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
18438         messages.
18439
18440 2001-10-21  Andrew Cagney  <ac131313@redhat.com>
18441
18442         * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
18443         checking MI enabled.
18444
18445 2001-10-09  Corinna Vinschen  <vinschen@redhat.com>
18446
18447         * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
18448
18449 2001-10-04  Frank Ch. Eigler  <fche@redhat.com>
18450
18451         * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
18452         if gdb child process crashes, just signal an error.
18453
18454 2001-10-02  Jim Blandy  <jimb@redhat.com>
18455
18456         * lib/gdb.exp (test_xfail_format): Simplify.
18457
18458         * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
18459         front of the variable name `format'.  Simplify `if'.
18460
18461 2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
18462
18463         * gdb.threads/pthreads.exp: Wait for output and delay
18464         before sending ^C.
18465
18466 2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
18467
18468         * gdb.mi/mi-var-display.exp (continue to incr_a):  Recognize
18469         some incorrect output instead of timing out.
18470         * gdb.mi/mi-var-display.exp (continue to incr_a):  Likewise.
18471
18472 2001-09-28  Corinna Vinschen  <vinschen@redhat.com>
18473
18474         * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
18475         check to allow additional `int'.
18476
18477 2001-09-27  Daniel Jacobowitz  <drow@mvista.com>
18478
18479         * gdb.base/completion.exp: Remove incorrect 'p "a' test.
18480         Add tests for 'p "break' (pass) and 'p "break.' (xfail).
18481
18482 2001-09-27  Michael Snyder  <msnyder@redhat.com>
18483
18484         * lib/gdb.exp (test_debug_format): New proc.
18485         (setup_xfail_format): Use new proc test_debug_format.
18486         * gdb.base/constvars.exp (local_compiler_xfail_check): New
18487         proc; use new service proc test_debug_format.
18488         Replace all other "gcc_compiled" tests with this test.
18489         * gdb.base/volatile.exp (local_compiler_xfail_check): New
18490         proc; use new service proc test_debug_format.
18491         Replace all other "gcc_compiled" tests with this test.
18492
18493 2001-09-27  Michael Snyder  <msnyder@redhat.com>
18494
18495         * gdb.base/cvexpr.exp: New file.
18496         * gdb.base/cvexpr.c: New file
18497         Test for expressions using const and volatile keywords.
18498
18499 2001-09-26  Corinna Vinschen  <vinschen@redhat.com>
18500
18501         * gdb.base/constvars.exp: Check for different orders of keywords
18502         and additional "int" strings in output.
18503
18504 2001-09-22  Andrew Cagney  <ac131313@redhat.com>
18505
18506         * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
18507         responses from "help maint".
18508
18509 2001-09-19  Frank Ch. Eigler  <fche@redhat.com>
18510
18511         * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
18512         to localhost:NNN instead of :NNN, in case Xvfb is listening
18513         only on TCP.
18514
18515 2001-09-19  Corinna Vinschen  <vinschen@redhat.com>
18516
18517         * gdb.base/recurse.exp: When checking leaving the watchpoint
18518         scope, recognize when gdb is in function's epilogue and pass.
18519
18520 2001-09-18  Keith Seitz  <keiths@redhat.com>
18521
18522         * lib/insight-support.exp (_gdbtk_export_target_info): Add
18523         support for running tests against sid targets.
18524         (gdbtk_done): Ditto.
18525
18526 2001-09-18  Corinna Vinschen  <vinschen@redhat.com>
18527
18528         * gdb.base/ending-run.c (main): Set stdout buffersize
18529         to the same reasonable value for any target.
18530         * gdb.base/ending-run.exp: Add a regular expression
18531         to make testsuite happy on Sanyo Stormy16 target.
18532
18533 2001-09-17  Corinna Vinschen  <vinschen@redhat.com>
18534
18535         * gdb.base/display.c (do_loops): Add float variable `f'.
18536         Increment f in loop.
18537         * gdb.base/display.exp: Increment timeout by 60 seconds.
18538         Change float display test to use variable `f'.
18539
18540 2001-09-17  Jim Blandy  <jimb@redhat.com>
18541
18542         * gdb.base/restore.exp: Use temporary breakpoints, to avoid
18543         overflowing the limited breakpoint tables on some ROM monitors
18544         (like the ROM68K).
18545
18546 2001-09-15  Frank Ch. Eigler  <fche@redhat.com>
18547
18548         * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
18549         the "-ac" (disable access control) flag.
18550
18551 2001-08-30  Jeff Holcomb  <jeffh@redhat.com>
18552
18553         * gdb.base/remote.c: Use a small buffer for targets with 16-bit
18554         ints.
18555
18556 2001-08-30  Keith Seitz  <keiths@redhat.com>
18557
18558         * lib/gdb.exp: Move all insight-related functionality into
18559         separate file.
18560         * lib/insight-support.exp: New file.
18561
18562 2001-08-29  Frank Ch. Eigler  <fche@redhat.com>
18563
18564         * config/sid.exp (sid_start): Never set sid verbosity; disable
18565         expect_background {} that consumed its stdout; tolerate </dev/null.
18566         Attempt to set endianness override in "sid" protocol mode.  Cleanup.
18567
18568 2001-08-18  Andrew Cagney  <ac131313@redhat.com>
18569
18570         * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
18571         CLI jump command to start it.
18572         (mi_run_to_main): Fail immediatly when unexpected output.
18573
18574 2001-08-18  Andrew Cagney  <ac131313@redhat.com>
18575
18576         * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
18577         beginning of function.  Fix PR gdb/191.
18578
18579 2001-08-16  Frank Ch. Eigler  <fche@redhat.com>
18580
18581         * config/sid.exp (sid_start): Don't warn if we cannot figure out
18582         what to force sid endianness to.
18583
18584 2001-08-15  Keith Seitz  <keiths@redhat.com>
18585
18586         * lib/gdb.exp (gdbtk_start): Don't set environment
18587         variables for TCL_LIBRARY and friends. Insight will
18588         now figure these out for itself.
18589
18590 2001-08-02  Michael Snyder  <msnyder@redhat.com>
18591
18592         * gdb.base/completion.exp: Remove the symbol "a64l" from
18593         the expect string; this is target-specific, and not related
18594         to what is being tested.
18595
18596 2001-08-02  Dave Brolley  <brolley@redhat.com>
18597
18598         * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
18599
18600 2001-07-25  Michael Snyder  <msnyder@redhat.com>
18601
18602         * gdb.base/consecutive.exp: New file.  Test stepping over
18603         breakpoints on consecutive instructions.
18604         * gdb.base/consecutive.c: New file.
18605
18606         * gdb.base/call-rt-st.exp: Use double-backslash to quote
18607         curly braces in regular expressions.
18608
18609 2001-07-25  Michael Snyder  <msnyder@redhat.com>
18610
18611         * gdb.base/ending-run.exp: Accept "Program exited normally" as
18612         legitimate output from stepping out of main.
18613
18614 2001-07-22  Keith Seitz  <keiths@redhat.com>
18615
18616         * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
18617         the empty string, do not run the tests.
18618
18619 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18620
18621         * gdb.base/long_long.exp: Detect size of pointer.  Take into
18622         account 2-byte pointers when testing for p/a results.
18623
18624 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18625
18626         * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
18627         and defined to 1K for m68hc11.
18628         (random_data): Reduce table to 1K for embedded platforms (68hc11).
18629         * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
18630         (sizeof_random_data): New variable to tell the size of the data table;
18631         don't test past this size; always run to main.
18632
18633 2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18634
18635         * gdb.base/return2.exp: return of long long and double fails for
18636         68HC11; don't execute these tests on that platform.
18637         * gdb.base/return.exp: Return of a double fails for 68hc11.
18638
18639 2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18640
18641         * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
18642         tests that print a float.
18643         * call-rt-st.exp: Likewise.
18644
18645 2001-07-12  Mark Kettenis  <kettenis@gnu.org>
18646
18647         * gdb.base/so-impl-ld.exp: Remove stray space that prevented
18648         running this test on Linux.
18649
18650 2001-06-24  Michael Chastain  <chastain@redhat.com>
18651
18652         * gdb.base/arithmet.exp: Remove some tests to make all test names
18653         unique.
18654
18655 2001-07-03  Michael Snyder  <msnyder@redhat.com>
18656
18657         * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
18658         the output of the ptype command.
18659
18660 2001-07-02  Michael Snyder  <msnyder@redhat.com>
18661
18662         * gdb.base/completion.exp: Don't assume that break.c is the only
18663         source file that may contain functions named "marker".
18664         * gdb.base/corefile.exp: Quote the curly braces in regexp.
18665
18666 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
18667
18668         * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
18669         of files to delete.
18670
18671         From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
18672         * gdb.disasm/h8300s.exp: New file.
18673         gdb.disasm/h8300s.s: Likewise.
18674
18675 2001-06-27  Andrew Cagney  <ac131313@redhat.com>
18676
18677         * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
18678         empty breakpoint tables.
18679
18680 2001-06-25  Andrew Cagney  <ac131313@redhat.com>
18681
18682         * lib/mi-support.exp: Update args=... part of stop-reason
18683         patterns. Accept either a list or a tuple.
18684
18685 2001-06-23  Andrew Cagney  <ac131313@redhat.com>
18686
18687         * lib/mi-support.exp: Remove local emacs variable defining
18688         change-log-default-name.
18689
18690 2001-06-22  Michael Chastain  <chastain@redhat.com>
18691
18692         * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
18693         This is operationally compatible with the previous version.
18694
18695 2001-06-13  Jim Blandy  <jimb@redhat.com>
18696
18697         * lib/gdb.exp (gdb_test): Doc fix.
18698
18699 2001-06-10  Michael Chastain  <chastain@redhat.com>
18700
18701         * gdb.base/exprs.exp: Remove a duplicate test.
18702
18703 2001-06-06  Jim Blandy  <jimb@redhat.com>
18704
18705         * gdb.base/return2.exp (main): Use values to test float and double
18706         returns that are not NaN's, to avoid being confused by IEEE
18707         comparison rules.
18708
18709 2001-06-04  Michael Snyder  <msnyder@redhat.com>
18710
18711         * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
18712         non-zero if control_c fails.  Terminate the test on failure,
18713         rather than wait for 12 more tests to time out.
18714
18715 2001-06-06  Jim Blandy  <jimb@redhat.com>
18716
18717         * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
18718         Don't forget to match the GDB prompt.
18719
18720         * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
18721
18722 2001-06-04  Jim Blandy  <jimb@redhat.com>
18723
18724         * gdb.base/help.exp: Update pattern to exclude `print-load-map'
18725         command.
18726
18727 2001-05-31  Kevin Buettner  <kevinb@redhat.com>
18728
18729         * gdb.base/annota1.exp (info break): Match four or more spaces
18730         after "Address".
18731
18732 2001-05-31  Michael Chastain  <chastain@redhat.com>
18733
18734         * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
18735         (dm_type_int_star): Likewise.
18736         (dm_type_long_star): Likewise.
18737         (dm_type_void_star): Likewise.
18738
18739 2001-05-29  Kevin Buettner  <kevinb@redhat.com>
18740
18741         * gdb.base/completion.exp (INPUTRC): Set this environment variable
18742         to a known value in order to get consistent results regardless
18743         of the setting of INPUTRC or the presence or contents of .inputrc.
18744
18745 2001-05-24  Michael Snyder  <msnyder@redhat.com>
18746
18747         * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
18748         Don't require that the main thread and the manager thread are the
18749         first in the list.
18750
18751         * gdb.threads/pthreads.exp (test_startup): Relax test for thread
18752         debugging.  If test fails, issue an "unsupported" not a "fail".
18753
18754 2001-05-24  Jim Blandy  <jimb@redhat.com>
18755
18756         Don't assume that short is shorter than int.
18757         * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
18758         assume that shorts are smaller than ints.  On a 16-bit machine,
18759         this isn't true.
18760         ("print unsigned char == (~0)"): Add test that verifies that ~0,
18761         an int, is not equal to ~0 stored in an unsigned char.  This tests
18762         the same thing that the previous test meant to, but works on
18763         16-bit machines, too.
18764         ("print unsigned char != (~0)"): Same test, complemented.
18765
18766 2001-05-24  Michael Snyder  <msnyder@redhat.com>
18767
18768         * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
18769         test for (full_coverage == 0).  This makes the test run faster,
18770         and prevents dejagnu getting out of step.
18771
18772 2001-05-23  Kevin Buettner  <kevinb@redhat.com>
18773
18774         * gdb.base/finish.exp (finish_void): Revise pattern for
18775         stopping on the call statement to not permit stopping at
18776         the start of the instructions comprising the call sequence.
18777
18778 2001-05-19  Michael Chastain  <chastain@redhat.com>
18779
18780         * gdb.base/callfuncs.exp: Make all test names unique.
18781         * gdb.base/commands.exp: Make all test names unique.
18782         * gdb.base/condbreak.exp: Make all test names unique.
18783         * gdb.base/dbx.exp: Make all test names unique.
18784         * gdb.base/default.exp: Make all test names unique.
18785         * gdb.base/define.exp: Make all test names unique.  Conform some FAIL
18786         and TIMEOUT messages to their corresponding PASS message.
18787         * gdb.base/ending-run.exp: Make all test names unique.
18788         * gdb.base/long_long.exp: Remove duplicate test.
18789
18790 2001-05-21  Kevin Buettner  <kevinb@redhat.com>
18791
18792         * gdb.base/finish.exp (finish_void): Allow "finish" command to
18793         stop on the call statement as well as the statement after the
18794         call.
18795
18796 2001-05-21  Michael Snyder  <msnyder@redhat.com>
18797
18798         * gdb.base/long_long.exp: Allow for targets with 4-byte short.
18799
18800 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
18801
18802         * gdb.base/completion.exp: Revamp test. Make it execute on all
18803         platforms.
18804
18805 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
18806
18807         * config/gdbserver.exp (gdb_load): Handle the case
18808         in which the arguments to gdbserver are given in the
18809         baseboard configuration file.
18810         Also handle the case in which the server needs to do a
18811         load.
18812
18813 2001-05-07  Keith Seitz <keiths@cygnus.com>
18814
18815         * lib/gdb.exp (gdbtk_initialize_display): New proc which will
18816         set up the display for testing.
18817         (gdbtk_start): Convert all paths to paths that tcl will like.
18818         Export target information to environment.
18819         (_gdbtk_xvfb_init): New proc to start Xvfb if available and
18820         necessary.
18821         (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
18822         (to_tcl_path): New proc to convert a given pathname into
18823         a path acceptible as an argument to a tcl command.
18824         (_gdbtk_export_target_info): New proc to export target info
18825         into the environment for gdbtk testing.
18826         (gdbtk_done): New proc to signal end-of-test.
18827
18828 2001-05-06  Jim Blandy  <jimb@redhat.com>
18829
18830         * restore.c: Make the code of caller0 correspond to its comment.
18831
18832 2001-05-03  Michael Snyder  <msnyder@redhat.com>
18833
18834         * config/sid.exp (gdb_target_sid): Check for error messages.
18835         On error or timeout, don't make expect exit (which will terminate
18836         all subsequent tests); instead just make gdb exit.
18837         (gdb_load): Check for error messages.  On error or timeout,
18838         return a negative value.
18839
18840 2001-04-24  Jim Blandy  <jimb@redhat.com>
18841
18842         * gdb.c++/templates.exp: If we see the prompt for the overload
18843         list, but we haven't recognized any of the longer patterns,
18844         arrange for this test to fail, not hang.
18845
18846         * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
18847         variations.
18848
18849 2001-04-22  Michael Chastain  <chastain@redhat.com>
18850
18851         * gdb.c++/local.exp: Use the 'runto' library function.
18852         * gdb.c++/namespace.exp: Likewise.
18853         * gdb.c++/overload.exp: Likewise.
18854
18855 2001-03-26  Kevin Buettner  <kevinb@redhat.com>
18856
18857         * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
18858         * gdb.base/step-line.exp: New file.  Test step/next in presence of
18859         #line directives.
18860         * gdb.base/step-line.c: New file.  Test program for the above.
18861         * gdb.base/step-line.inp: New file.  We pretend that this file has
18862         been transformed by some other tool into step-line.c.
18863
18864 2001-03-21  Jim Blandy  <jimb@redhat.com>
18865
18866         * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
18867         unmangled operator names.
18868
18869 2001-03-20  Jim Blandy  <jimb@redhat.com>
18870
18871         * gdb.threads/linux-dp.exp: Recognize an additional message
18872         generated by GDB when it doesn't understand how to debug threads
18873         on the target system.
18874
18875 2001-03-19  Andrew Cagney  <ac131313@redhat.com>
18876
18877         * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
18878
18879 2001-03-12  Michael Chastain  <chastain@redhat.com>
18880
18881         * gdb.c++/derivation.exp: Use the 'runto' library function.
18882
18883 2001-03-12  Michael Chastain  <chastain@redhat.com>
18884
18885         * gdb.c++/annota2.exp: Fix regular expression for "post-query".
18886
18887 2001-02-24  Michael Chastain  <chastain@redhat.com>
18888
18889         * gdb.c++/ref-types.exp: Change handwritten code to library
18890         function 'runto'.
18891
18892 2001-03-16  Orjan Friberg  <orjanf@axis.com>
18893
18894         * gdb.base/signals.exp: Set count to 0 explicitly.
18895
18896 2001-03-15  Mark Salter  <msalter@redhat.com>
18897
18898         * config/monitor.exp (gdb_target_cmd): Add explicit error return.
18899         (gdb_target_monitor): Add check of gdb_target_cmd return value.
18900         (gdb_load): Add support for additional target_info: gdb_download_size
18901         and gdb_load_timeout.
18902
18903 Thu Mar  8 16:06:00 2001  David Taylor  <taylor@redhat.com>
18904
18905         * gdb.base/annota1.exp: Move test of isnative to earlier in the
18906         file -- to prevent failing when the compile fails but we have no
18907         intention of running the tests anyway.
18908
18909         * gdb.base/long_long.exp: Test target_info for no_long_long, skip
18910         tests if set.
18911
18912         * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
18913         integers.
18914
18915         * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
18916         * gdb.c++/namespace.exp: Ditto.
18917
18918 2001-03-07  Orjan Friberg  <orjanf@axis.com>
18919
18920         * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
18921         * gdb.base/pointers.exp: Relax pattern match of decimals.
18922
18923 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
18924
18925         * Makefile.in, config/abug.exp, config/cfdbug.exp,
18926         config/cpu32bug.exp, config/dve.exp, config/est.exp,
18927         config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
18928         config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
18929         config/monitor.exp, config/proelf.exp, config/rom68k.exp,
18930         config/sh.exp, config/sid.exp, config/slite.exp,
18931         config/sparclet.exp, config/udi.exp, config/unknown.exp,
18932         config/vr4300.exp, config/vr5000.exp, config/vx.exp,
18933         config/vxworks.exp, config/vxworks29k.exp,
18934         gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
18935         gdb.base/all-bin.exp, gdb.base/annota1.exp,
18936         gdb.base/arithmet.exp, gdb.base/assign.exp,
18937         gdb.base/async.exp, gdb.base/attach.exp,
18938         gdb.base/bitfields.exp, gdb.base/bitops.exp,
18939         gdb.base/break.exp, gdb.base/call-ar-st.exp,
18940         gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
18941         gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
18942         gdb.base/commands.exp, gdb.base/completion.exp,
18943         gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
18944         gdb.base/constvars.exp, gdb.base/corefile.exp,
18945         gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
18946         gdb.base/display.exp, gdb.base/ena-dis-br.exp,
18947         gdb.base/ending-run.exp, gdb.base/environ.exp,
18948         gdb.base/eval-skip.exp, gdb.base/exprs.exp,
18949         gdb.base/finish.exp, gdb.base/foll-exec.exp,
18950         gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
18951         gdb.base/funcargs.exp, gdb.base/help.exp,
18952         gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
18953         gdb.base/logical.exp, gdb.base/long_long.exp,
18954         gdb.base/maint.exp, gdb.base/mips_pro.exp,
18955         gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
18956         gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
18957         gdb.base/pointers.exp, gdb.base/printcmds.exp,
18958         gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
18959         gdb.base/regs.exp, gdb.base/relational.exp,
18960         gdb.base/remote.exp, gdb.base/reread.exp,
18961         gdb.base/restore.exp, gdb.base/return2.exp,
18962         gdb.base/scope.exp, gdb.base/sect-cmd.exp,
18963         gdb.base/selftest.exp, gdb.base/setshow.exp,
18964         gdb.base/setvar.exp, gdb.base/shlib-call.exp,
18965         gdb.base/sigall.exp, gdb.base/signals.exp,
18966         gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
18967         gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
18968         gdb.base/step-test.exp, gdb.base/structs.c,
18969         gdb.base/structs.exp, gdb.base/structs2.exp,
18970         gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
18971         gdb.base/volatile.exp, gdb.base/watchpoint.exp,
18972         gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
18973         gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
18974         gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
18975         gdb.c++/derivation.exp, gdb.c++/inherit.exp,
18976         gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
18977         gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
18978         gdb.c++/ref-types.exp, gdb.c++/templates.exp,
18979         gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
18980         gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
18981         gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
18982         gdb.fortran/types.exp, gdb.java/jmisc.exp,
18983         gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
18984         gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
18985         gdb.trace/actions.exp, gdb.trace/backtrace.exp,
18986         gdb.trace/circ.exp, gdb.trace/collection.exp,
18987         gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
18988         gdb.trace/limits.exp, gdb.trace/packetlen.exp,
18989         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
18990         gdb.trace/report.exp, gdb.trace/save-trace.exp,
18991         gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
18992         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
18993         lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
18994         notices.
18995
18996 2001-02-27  Michael Snyder  <msnyder@cygnus.com>
18997
18998         * gdb.base/varargs.c (find_max_double): Fix printf format string:
18999         first arg is int not float.
19000
19001 2001-02-22  Michael Snyder  <msnyder@cygnus.com>
19002
19003         * gdb.base/reread.exp: Unsupported for non-native targets;
19004         doesn't work for remote debugging.
19005
19006 2001-02-19  Fernando Nasser  <fnasser@redhat.com>
19007
19008         From  Drew Moseley  <dmoseley@redhat.com>
19009         * gdb.base/ending-run.exp: Properly handle the BSP state when
19010         stepping past the end of main.
19011
19012 2001-02-19  John Moore  <jmoore@redhat.com>
19013
19014         * gdb.base/commands.exp (infrun_breakpoint_command_test):
19015         Converted HPUX fix for non-expected items following multiple
19016         step commands into general solution for all platforms.
19017
19018 2001-02-18  Michael Chastain  <chastain@redhat.com>
19019
19020         * gdb.c++/classes.exp (do_tests): Change runto statements
19021         from "runto 'foo(void)'" to "runto 'foo'".  This makes the
19022         statements demangler agnostic.
19023         * gdb.c++/virtfunc.exp (do_tests): Likewise.
19024         (gdb_virtfunc_restart): Likewise.
19025
19026 2001-02-14  Michael Chastain  <chastain@redhat.com>
19027
19028         * gdb.c++/inherit.exp (do_tests): Change runto statements
19029         from "runto 'foo(void)'" to "runto 'foo'".  This makes the
19030         statements demangler agnostic.
19031
19032 Sun Feb  4 17:32:21 2001  Andrew Cagney  <cagney@redhat.com>
19033
19034         * gdb.threads/pthreads.exp: Unify pass/fail messages for
19035         ``continue to bkpt at common_routine in thread 2'' and ``stopped
19036         before calling common_routine 15 times'' tests.
19037
19038 2001-02-11  Michael Chastain  <chastain@redhat.com>
19039
19040         * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
19041         Helps the test script figure out which demangler is in use.
19042         (dm_type_foo_ref): Ditto.
19043         (dm_type_int_star): Ditto.
19044         (dm_type_long_star): Ditto.
19045         (dm_type_unsigned_int): Ditto.
19046         (dm_type_void): Ditto.
19047         (dm_type_void_star): Ditto.
19048         * gdb.base/cplusfuncs.exp (probe_demangler): New function.
19049         Probe the gdb demangler and set variables to accommodate
19050         formatting differences.
19051         (info_func_regexp): New function.  Same as info_func, but
19052         matches against a regexp.
19053         (info_func): Match against a literal string.
19054         (print_addr_2): New function.  Match against a literal string,
19055         which can be different from the input to gdb.
19056         (print_addr): Simply call print_addr_2 with the same argument twice.
19057         (test_lookup_operator_functions): Use demangler formatting variables.
19058         Blow away the xfails and workarounds for gnats gdb bug gdb/18.  Sort
19059         the tests in the same order as the C++ class declaration.
19060         (test_paddr_operator_functions): Ditto.
19061         (test_paddr_overloaded_functions): Ditto.
19062         (test_paddr_hairy_functions): Use demangler formatting variables.
19063         Add reference to gdb/19 for related tests.
19064         (do_tests): Call probe_demangler.
19065
19066 2001-01-30  Kevin Buettner  <kevinb@redhat.com>
19067
19068         * gdb.c++/templates.cc (printf): Remove unused function definition.
19069
19070 2001-01-26  Felix Lee  <flee@redhat.com>
19071
19072         * sid.exp (sid_exit): Pass host, not target, to remote_close.
19073
19074 2001-01-25  matthew green  <mrg@redhat.com>
19075
19076         * config/sid.exp (sid_start): Call `remote_push_conn' after firing
19077         up sid.
19078         (sid_exit): Call `remote_pop_conn' after GDB is gone.
19079
19080 2001-01-25  matthew green  <mrg@redhat.com>
19081
19082         * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
19083         Deprecate $sid_spawn_id.
19084         (sid_exit): Remove code necessary only for `spawn.'
19085
19086 2001-01-25  matthew green  <mrg@redhat.com>
19087
19088         * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
19089
19090 2001-01-28  Michael Chastain  <chastain@redhat.com>
19091
19092         * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
19093         to call when tests fail.  It takes gdb out of the overloaded
19094         function choice menu back to the main prompt, so that the test
19095         program stays synchronized.
19096         (set_bp_overloaded): New proc to collect all the common
19097         code for setting a breakpoint on an overloaded name.  Calls
19098         take_gdb_out_of_choice_menu when needed.
19099         (menu_overload1arg): New variable to collect the repeated
19100         instances of the expected menu for an overloaded name.  Change
19101         the regular expression to handle changes in g++ type encoding:
19102         "void" can be either "void" or "", and "unsigned int" can be
19103         either "unsigned int" or "unsigned".
19104         (continue_to_bp_overloaded): Change regular expressions to handle
19105         changes in g++ type encoding.
19106         (no proc): Call take_gdb_out_of_choice_menu when needed.
19107         Remove redundant calls to "info break".  Accept either "canceled"
19108         or "cancelled".  Change regular expressions in "info break"
19109         calls to handle changes in g++ type encoding.  Give all tests
19110         unique strings.
19111
19112 2001-01-17  Ben Elliston  <bje@redhat.com>
19113
19114         * config/sid.exp: New file.
19115
19116 Fri Jan 12 18:29:01 2001  Andrew Cagney  <cagney@b1.cygnus.com>
19117
19118         * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
19119
19120 2000-12-21  Michael Snyder  <msnyder@cygnus.com>
19121
19122         * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
19123         Add a RE to accept a non-ascii char if one is ever presented.
19124
19125 2000-12-20  Fernando Nasser  <fnasser@redhat.com>
19126
19127         * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
19128
19129 2000-12-18  Michael Snyder  <msnyder@cygnus.com>
19130
19131         * gdb.base/setvar.exp: Use double '\\' to quote curly braces
19132         in regexp.  One '\' does not suffice on Linux.
19133
19134 2000-12-09  Michael Chastain  <chastain@redhat.com>
19135
19136         * gdb.base/break.exp (test_clear_command): Use a marker function
19137         rather than 'main' for the test function.  Also move this
19138         test to an execution point where the marker function names are
19139         guaranteed to be bound to functions.  (Executing tests after a
19140         'finish' from main runs into name conflicts with local names
19141         in __libc_start_main).
19142
19143 2000-12-07  Michael Snyder  <msnyder@cygnus.com>
19144
19145         * gdb.base/finish.exp: New test for gdb's "finish" command.
19146         * gdb.base/return2.exp: New test for gdb's "return" command.
19147         * gdb.base/return2.c: New source file for above.
19148
19149 2000-12-05  Michael Snyder  <msnyder@cygnus.com>
19150
19151         * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
19152         * gdb.base/miscexprs.exp: Ditto.
19153         * gdb.base/pointers.exp:  Ditto.
19154         * gdb.c++/derivation.exp: Ditto.
19155         * gdb.c++/local.exp:      Ditto.
19156         * gdb.c++/namespace.exp:  Ditto.
19157         * gdb.c++/overload.exp:   Ditto.
19158         * gdb.c++/ref-types.exp:  Ditto.
19159
19160 2000-12-05  Michael Snyder  <msnyder@cygnus.com>
19161
19162         * gdb.base/constvars.exp: Test result of "up" command.
19163         * gdb.base/miscexprs.exp: Ditto.
19164         * gdb.base/pointers.exp:  Ditto.
19165         * gdb.base/scope.exp:     Ditto.
19166         * gdb.c++/derivation.exp: Ditto.
19167         * gdb.c++/local.exp:      Ditto.
19168         * gdb.c++/namespace.exp:  Ditto.
19169         * gdb.c++/overload.exp:   Ditto.
19170         * gdb.c++/ref-types.exp:  Ditto.
19171
19172 2000-11-22  Michael Chastain  <chastain@redhat.com>
19173
19174         * mips_pro.exp: Accept either "middle -> top -> main" or
19175         "middle -> main" in the backtrace, because gcc can optimize
19176         tail calls to jumps.  Remove setup_xfail for the hppa case.
19177         Add a comment with the original warning messages from PR 3016,
19178         which was filed in 1993, to preserve them for posterity.
19179
19180 2000-11-17  Nick Duffek  <nsd@redhat.com>
19181
19182         * lib/gdb.exp (gdb_test): Override timeout with board info.
19183
19184 2000-11-17  Nick Duffek  <nsd@redhat.com>
19185
19186         * gdb.base/display.exp: Don't kill running stub.  Add "again" to
19187         the second kill and detach messages.
19188
19189 2000-11-17  Nick Duffek  <nsd@redhat.com>
19190
19191         * configure.in: Add AC_EXEEXT.
19192         * configure: Regenerate.
19193         * Makefile.in (just-check): Export EXEEXT.
19194         * lib/gdb.exp ($EXEEXT): Import from environment.
19195         * gdb.base/maint.exp: Expect $EXEEXT in executable name.  Don't
19196         expect "maint dump-me" on Cygwin.
19197         * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
19198         $EXEEXT.
19199
19200 2000-11-17  Nick Duffek  <nsd@redhat.com>
19201
19202         * gdb.base/break.exp: Test backtrace and finish from called
19203         function on all platforms, not just HP-UX.
19204
19205 2000-11-03  Michael Snyder  <msnyder@cygnus.com>
19206
19207         * config/monitor.exp (gdb_target_cmd): Abstracts some of the
19208         code from gdb_target_monitor, so it can be used independantly
19209         for gdbserver.  Also comment out an unnecessary PUTS.
19210
19211 2000-11-03  Michael Snyder  <msnyder@cygnus.com>
19212
19213         * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
19214         * gdb.base/corefile.exp: Expect the message "Program is being
19215         debugged already" when we send the "corefile" command, since
19216         the preceeding gdb_load may have connected gdb to a remote target.
19217         * gdb.base/display.exp: Disable hardware watchpoints if new
19218         board info variable "no_hardware_watchpoints" is true.
19219         Replace single-letter commands with more readable ones.
19220         * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
19221         if new board info variable "no_hardware_watchpoints" is true.
19222         * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
19223         to see if stdio (printf) testing is possible.
19224         * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
19225         board info variable "no_hardware_watchpoints" is true.  Use new
19226         proc "gdb_skip_stdio_tests" to see if printf tests are possible.
19227
19228 2000-11-13  Fernando Nasser  <fnasser@redhat.com>
19229
19230         From Orjan Friberg  <orjanf@axis.com>:
19231         * gdb.base/printcmds.exp: Escape curly braces followed by a number
19232         in array print pattern match.
19233
19234 2000-11-09  Fernando Nasser  <fnasser@redhat.com>
19235
19236         * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
19237         spelling "cancelled" to U.S. spelling "canceled" to match changes
19238         made to gdb.
19239         * gdb.c++/ovldbreak.exp: Ditto.
19240
19241 2000-11-06  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
19242
19243         * gdb.base/callfuncs.c (main):  Moved to end of file, call
19244         t_double_values to initialize the FPU before inferior calls are made.
19245         * gdb.base/callfuncs.exp:  Test for register preservation after calling
19246         inferior functions.  Add tests for continuining, finishing and
19247         returning from a stop in a call dummy.
19248
19249 2000-10-24  Michael Snyder  <msnyder@cygnus.com>
19250
19251         * gdb.base/commands.exp: Break up long lines, and re-indent.
19252
19253 2000-10-19  Michael Snyder  <msnyder@cygnus.com>
19254
19255         * config/gdbserver.exp:  Rewritten from the ground up, to make it
19256         compatible with the current dejagnu tree, and to make it work with
19257         the new "gdbserver" in libremote.
19258
19259 2000-10-16  Michael Snyder  <msnyder@cygnus.com>
19260
19261         * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
19262         * gdb.base/varargs.exp: Skip entire test if no printf support.
19263         * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
19264         * gdb.base/shlib-call.exp: Skip several tests if no printf support.
19265
19266 2000-10-13  Michael Snyder  <msnyder@cygnus.com>
19267
19268         * lib/gdb.exp (gdb_skip_float_test): New proc.  Skip test if
19269         no floating point support.
19270         (gdb_skip_stdio_test): New proc.  Skip test if no stdio support.
19271         * gdb.base/call-ar-st.exp: Use above procs to skip tests.
19272         * gdb.base/call-rt-st.exp: Ditto.
19273         * gdb.base/call-strs.exp: Ditto.
19274
19275 2000-08-02  Jimmy Guo  <guo@hpcleara.cup.hp.com>
19276
19277         * gdb.base/sizeof.c: include <stdio.h>.
19278
19279         * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
19280         'finish', otherwise uncaptured gdb_prompt would potentially
19281         throw remaining test points out of sync.
19282
19283 2000-07-26  Scott Bambrough <scottb@netwinder.org>
19284
19285         * gdb.base/recurse.exp: Run tests for all targets.
19286         * gdb.base/so-impl-ld.exp: Added wildcard to handle the
19287         gnu-oldld case on ARM.
19288         * gdb.base/watchpoint.exp (test_stepping): Clear xfail
19289         for ARM targets.
19290
19291 Mon Jul 24 07:46:02 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
19292
19293         * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
19294         * gdb.java/configure: Rebuild.
19295
19296 Sun Jul 23 21:42:34 2000  Anthony Green  <green@redhat.com>
19297
19298         * gdb.java/jv-exp.exp: New file.
19299
19300 Sun Jul 23 21:02:42 2000  Anthony Green  <green@redhat.com>
19301
19302         * configure: Rebuilt.
19303         * configure.in (configdirs): Add gdb.java.
19304         * gdb.java/jmisc.java: New file.
19305         * gdb.java/jmisc.exp: New file.
19306         * gdb.java/Makefile.in: New file.
19307         * gdb.java/configure: Rebuilt.
19308         * gdb.java/configure.in: New file.
19309         * lib/java.exp: New file.
19310
19311 Wed Jul 12 18:14:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
19312
19313         * gdb.base/exprs.exp: Test casts to a pointer including over and
19314         underflow.
19315
19316 Thu Jul 13 11:52:53 2000  Andrew Cagney  <cagney@b1.cygnus.com>
19317
19318         * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files.  Compare GDB
19319         and the compilers sizes.
19320
19321 2000-07-09  Nick Duffek  <nsd@redhat.com>
19322
19323         * gdb.c++/misc.cc (class ClassParam, class_param): Define.
19324         (use_methods): New function.
19325         (main): Call use_methods().
19326         * gdb.c++/classes.exp (test_method_param_class): New procedure.
19327         (do_tests): Call test_method_param_class.
19328
19329 2000-07-09  Nick Duffek  <nsd@redhat.com>
19330
19331         * gdb.c++/classes.exp (test_nonexistant_members): Fix name
19332         spelling.
19333         (test_enums): New procedure.  Move enum tests from end of script
19334         to here.  Set breakpoint on function name instead of line number.
19335         * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
19336         (enums2): New marker function.
19337         (enums1): New function.
19338         (main): Call enums1().  Move enum tests to enums1().
19339
19340 Tue Jul  4 03:43:49 2000  Andrew Cagney  <cagney@b1.cygnus.com>
19341
19342         * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
19343         compile/link program.  Update line numbers.
19344         * gdb.asm/d10v.inc: Define ``startup''.
19345         * gdb.asm/asmsrc1.s: Add definition of _start.
19346
19347 Fri Jun 23 17:45:52 2000  Andrew Cagney  <cagney@b1.cygnus.com>
19348
19349         * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
19350
19351 2000-06-18  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
19352
19353         * gdb.base/maint.exp: Add 'maint print architecture' item to output
19354         of 'help maint print' command.
19355
19356 Fri Jun 16 18:22:05 2000  Andrew Cagney  <cagney@b1.cygnus.com>
19357
19358         * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
19359         they use gdb_expect_list.
19360
19361 Wed Jun  7 13:02:40 2000  Andrew Cagney  <cagney@b1.cygnus.com>
19362
19363         * gdb.base/commands.exp: Use ``set remote
19364         memory-read-packet-size'' instead of ``set endian big'' to test
19365         long commands.
19366
19367 2000-06-03  Daniel Berlin  <dan@cgsoftware.com>
19368
19369         * gdb.c++/templates.exp (do_tests): Make all of these work under
19370         g++, and stop skipping them.
19371
19372         * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
19373         work under g++.
19374
19375         * gdb.c++/misc.cc: Fix ambiguous initialization with correct
19376         initialization.
19377
19378 2000-06-02  Michael Snyder  <msnyder@cygnus.com>
19379
19380         * gdb.base/annota1.exp (run until main breakpoint): Loosen up
19381         the regular expression: accept an (almost) arbitrary sequence of
19382         "frames-invalid" and "breakpoints-invalid" messages both before
19383         and after the "starting" message.
19384
19385 2000-06-02  Michael Snyder  <msnyder@cygnus.com>
19386
19387         * gdb.c++/local.exp: This test has never been known to work with g++.
19388
19389 2000-05-18  Michael Snyder  <msnyder@cygnus.com>
19390
19391         * gdb.base/annota1.exp (annotate-signal-handler-caller):
19392         Relax the regular expression a little, make it pass on Solaris 8.
19393
19394 2000-05-12  Kevin Buettner  <kevinb@redhat.com>
19395
19396         * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
19397         a call, do not require that gdb stop on the line after the call.
19398         Instead, it is permissible for gdb to stop on the line of the
19399         call itself.
19400
19401 2000-05-12  Michael Snyder  <msnyder@.cygnus.com>
19402
19403         * gdb.base/break.exp (bp on small function, optimized file):
19404         Add a second pass pattern.  The behavior differs here between stabs
19405         and dwarf for one-line functions.  Stabs preserves two line symbols
19406         (one before the prologue and one after) with the same line number,
19407         but dwarf regards these as duplicates and discards one of them.
19408         Therefore the address after the prologue (where the breakpoint is)
19409         has no exactly matching line symbol, and GDB reports the breakpoint
19410         as if it were in the middle of a line rather than at the beginning.
19411
19412 2000-05-08  Michael Snyder  <msnyder@cygnus.com>
19413
19414         * gdb.base/interrupt.exp: Make "pass" message say "send"
19415         rather than "send_gdb" (for consistancy).
19416
19417 Mon May  1 15:37:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
19418
19419         From 2000-04-28 Andreas Jaeger  <aj@suse.de>:
19420         * gdb.c++/templates.cc: Properly check for GCC version number.
19421         * lib/compiler.cc: Likewise
19422
19423 2000-04-28  Michael Snyder  <msnyder@cygnus.com>
19424
19425         * gdb.base/break.exp: When compiled with -O2 optimization,
19426         gdb may not stop at the first line of main, due to code motion.
19427
19428 2000-04-26  Michael Snyder  <msnyder@cygnus.com>
19429
19430         * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
19431         This test depends on parsing the printf output from the target.
19432         Since the sparclet stub doesn't do stdio, this will never work.
19433         * gdb.base/call-rt-st.exp: ditto.
19434         * gdb.base/call-strs: ditto.
19435
19436 2000-04-24  Michael Snyder  <msnyder@cygnus.com>
19437
19438         * gdb.base/miscexprs.exp: make sizeof long array test portable.
19439
19440         * gdb.base/ending-run.exp: After connecting to a remote target,
19441         but before running, the target will appear to be in a random
19442         location.  Specify both a file and a line for breakpoints.
19443         Also, the function that calls main may be called 'init'
19444         rather than 'start'.
19445
19446 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
19447
19448         * gdb.base/help.exp: Update output for add-symbol-file command.
19449
19450 2000-04-10  Fernando Nasser  <fnasser@cygnus.com>
19451
19452         From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
19453         * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
19454
19455 2000-04-07  J.T. Conklin  <jtc@redback.com>
19456
19457         * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
19458
19459         * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
19460
19461 Thu Mar 30 13:26:19 2000  Philippe De Muyter  <phdm@macqel.be>
19462
19463         * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
19464         values that can be represented exactly.
19465         * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
19466         above change, and to not check against the directory part of the source
19467         file name.
19468         (step into print_long_arg_list): Likewise.
19469         (print print_small_structs from print_long_arg_list): Likewise.
19470         (print print_long_arg_list): Likewise.
19471
19472 2000-03-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
19473
19474         * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
19475
19476 Mon Mar 27 14:46:37 2000  Andrew Cagney  <cagney@b1.cygnus.com>
19477
19478         * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
19479
19480 2000-03-25  Daniel Berlin  <dan@cgsoftware.com>
19481
19482         * gdb.base/commands.exp (deprecated_command_test): Add test for
19483         deprecate with no arguments.
19484
19485 2000-03-24  Jonathan Larmour  <jlarmour@redhat.co.uk>
19486
19487         * gdb.base/break.exp: Add new test for setting breakpoints on
19488         optimized code so we can test breakpoints work even when function
19489         prologues may be optimized away
19490
19491 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
19492
19493         From David Whedon <dwhedon@gordian.com>
19494         * gdb.base/commands.exp : Added command deprecator tests.
19495
19496 2000-03-22  Daniel Berlin   <dan@cgsoftware.com>
19497
19498        * gdb.base/help.exp: Added test for new apropos command.
19499
19500 2000-03-21  Kevin Buettner <kevinb@redhat.com>
19501
19502         * gdb.base/pointers.c (usevar): New function.
19503         (main): Make sure that global variables v_int_pointer2, rptr,
19504         and y are all referenced someplace in the program by calling
19505         usevar() on them.  [Some linkers delete symbols which are
19506         never referenced.  The space remains, but there's no way to
19507         get a (symbolic) handle on the variable from the debugger.]
19508
19509 2000-03-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
19510
19511         * gdb.base/printcmds.c: Add typedeffed arrays.
19512
19513         * gdb.base/printcmds.exp (test_print_typedef_arrays): New
19514         procedure to test arrays that are typedef'd.
19515
19516 2000-03-13  James Ingham  <jingham@leda.cygnus.com>
19517
19518         * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
19519         the library directories.
19520
19521 Mon Feb 21 13:05:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
19522
19523         * configure.in (configdirs): Add sub directory gdb.mi.
19524         * configure: Re-generate.
19525
19526         * gdb.mi: New directory.
19527
19528 2000-02-25  Scott Bambrough <scottb@netwinder.org>
19529
19530         * gdb.base/long_long.exp: Correct test suite failure when printing
19531         a long long value as a double on ARM platforms.
19532
19533 2000-02-16  Jim Blandy  <jimb@redhat.com>
19534
19535         * gdb.base/break.exp ("breakpoint line number"): Make sure the
19536         default source file is set properly before running this test.
19537
19538 2000-02-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
19539
19540         * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
19541         gdbtk/library directory, not in gdbtcl2.
19542
19543 2000-02-04  Jim Blandy  <jimb@redhat.com>
19544
19545         * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
19546         backslash from regexp pattern.
19547
19548         * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
19549         procedure.  Use it to run all the "continue to bp overloaded"
19550         tests.  Note that this changes the names of the tests slightly.
19551         If the breakpoint hit message includes a hex PC value, because
19552         GCC's Dwarf 2 line info doesn't help us distinguish the prologue
19553         from the real source code, still consider that a pass.
19554
19555         * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
19556         XFAIL here if the breakpoint message contains a hex address.  Note
19557         similar change on 1999-11-02.
19558
19559         * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
19560
19561         * gdb.base/ptype.exp: Establish a default source file before
19562         calling get_debug_format.
19563
19564 2000-02-03  Fernando Nasser  <fnasser@totem.to.cygnus.com>
19565
19566         * gdb.base/watchpoint.exp: Remove duplication of test messages.
19567
19568 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
19569
19570         * gdb.base/step-test.exp: Fix the steps to enter a callee by means
19571         of successive stepi commands -- while in the prologue we should see
19572         the function entry bracket.
19573
19574 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
19575
19576         * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
19577         reach __change_mode() when stepping through the end of main().
19578
19579 2000-01-17  Fernando Nasser  <fnasser@totem.to.cygnus.com>
19580
19581         * gdb.base/default.exp: Fix expected pattern.
19582         * gdb.base/help.exp: Same.
19583
19584 2000-01-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
19585
19586         * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
19587         Don't use xfail's because that affects only the following test.
19588
19589         * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
19590         solaris or linux.
19591
19592         * gdb.base/selftest.exp: Update to reflect changes to main.c.
19593
19594 2000-01-07  Michael Snyder  <msnyder@cygnus.com>
19595
19596         * gdb.base/display.exp: Some yacc parsers like to say
19597         "A syntax error" rather than "A parse error".  Accept both.
19598
19599 2000-01-06  Fernando Nasser  <fnasser@totem.to.cygnus.com>
19600
19601         * gdb.base/default.exp: Remove OS dependent string from "target
19602         remote" test.
19603         * gdb.base/help.exp: Same for "help target remote" test.
19604
19605 2000-01-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
19606
19607         From Jim Kingdon <kingdon@redhat.com>:
19608
19609         * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
19610         prompt (cleanup rather than necessity, but still might keep output
19611         from spilling to next test).
19612
19613 2000-01-02  Fred Fish  <fnf@cygnus.com>
19614
19615         * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
19616         AIX, which defines them in <sys/types.h>.
19617
19618 1999-12-16  Stan Shebs  <shebs@andros.cygnus.com>
19619
19620         * gdb.base/default.exp: Match arm* etc instead of arm in "info
19621         float" test.
19622
19623 1999-12-13 Fernando Nasser  <fnasser@totem.to.cygnus.com>
19624
19625         * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
19626
19627         * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
19628         outermost frame disallowed".
19629
19630 1999-12-09  Fernando Nasser  <fnasser@totem.to.cygnus.com>
19631
19632         * gdb.base/setvar.exp: New tests for setting the value of a struct
19633         with a constant list.
19634
19635 1999-12-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
19636
19637         * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
19638         require the user to type a cast before setting the value of a struct.
19639
19640 1999-12-06  Jim Blandy  <jimb@cygnus.com>
19641
19642         * gdb.base/default.exp: Expect the new 'info float' command on
19643         all i386 platforms.
19644
19645         * gdb.threads/linux-dp.exp: Expand our ability to recognize
19646         LinuxThreads libraries that don't support debugging.
19647
19648 Sat Dec  4 15:21:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
19649
19650         * gdb.base/remote.c: Fill the buffer with truely random data.
19651         Change the buffer type to ``unsigned char'' to simplify size
19652         arithmetic.
19653
19654         * gdb.base/remote.exp: Reduce download numbers by one.  Typical
19655         stub only handles 400-1 byte packets.  Verify that the download
19656         worked.
19657
19658 1999-11-30  Fernando Nasser  <fnasser@totem.to.cygnus.com>
19659
19660         * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
19661         tests, using UNRESOLVED for the untested cases.  Also, does not wait
19662         for a timeout if the prompt was received before a recognizable pattern.
19663
19664 1999-11-29  Fernando Nasser  <fnasser@totem.to.cygnus.com>
19665
19666         * lib/gdb.exp (gdb_expect_list): Fix spelling.
19667
19668 1999-11-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
19669
19670         * gdb.base/watchpoint.exp: Add tests cases for the hit count of
19671         watchpoints.
19672
19673 1999-11-24  Jason Merrill  <jason@casey.cygnus.com>
19674
19675         * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
19676
19677         * gdb.c++/local.exp: Be more flexible in recognizing local class
19678         name mangling.  Don't allow horribly truncated method names.
19679         * gdb.c++/derivation.exp: Expect protected inheritance.
19680         * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
19681         * gdb.c++/virtfunc.exp: Likewise.
19682         * gdb.c++/classes.exp: Likewise.  Don't require the enclosing scope
19683         when printing a nested enum.
19684
19685 1999-11-22  Jim Blandy  <jimb@cygnus.com>
19686
19687         * gdb.base/step-test.exp: Properly await GDB's response to setting
19688         a breakpoint on the call to large_struct_by_value.
19689
19690         * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
19691         just because we have debug info for the `start' function.
19692
19693 1999-11-19  Jim Blandy  <jimb@zenia.red-bean.com>
19694
19695         * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
19696         "Unknown signal" messages, which indicate (on LinuxThreads) that
19697         GDB doesn't know how to debug threads on this system.  This is
19698         better than hanging while philosopher 0 dumps chatter into gdb.log.
19699
19700 1999-11-18  Tom Tromey  <tromey@cygnus.com>
19701
19702         * gdb.trace/deltrace.exp: Updated test to reflect new error text.
19703
19704 1999-11-18  Fred Fish  <fnf@cygnus.com>
19705
19706         * gdb.base/coremaker2.c: Add sample program for generating
19707         cores that is more self contained than coremaker.c.  Eventually
19708         I'll add more code to this and tie it into the testsuite.
19709
19710 1999-11-12  Stan Shebs  <shebs@andros.cygnus.com>
19711
19712         * gdb.base/dollar.exp: Remove, now in gdb.hp.
19713
19714 1999-11-10  Jimmy Guo  <guo@cup.hp.com>
19715
19716         * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
19717         from $srcdir/lib/.
19718         * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
19719         and gdb.c++/.
19720
19721         * gdb.c++/derivation.exp: remove redundant get compiler info code.
19722
19723         * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
19724         'continue with watch' test point.
19725
19726 1999-11-08  Jim Blandy  <jimb@zenia.red-bean.com>
19727
19728         Merged from p2linux-990323-branch:
19729
19730         * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
19731
19732 Mon Nov  8 23:07:09 1999  Andrew Cagney  <cagney@amy.cygnus.com>
19733
19734         * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
19735         {limit,fixed}''.  Test ``set download-write-size''.
19736
19737 Sun Nov  7 17:37:01 1999  Andrew Cagney  <cagney@b1.cygnus.com>
19738
19739         * gdb.base/funcargs.exp: Rewrite stack traceback checks using
19740         gdb_expect_list.
19741
19742 Fri Nov  5 18:40:52 1999  Andrew Cagney  <cagney@b1.cygnus.com>
19743
19744         * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
19745
19746 1999-11-03  Mark Salter  <msalter@cygnus.com>
19747
19748         * gdb.base/break.exp: Fix "stub continue" pattern.
19749
19750 1999-11-03  Jim Blandy  <jimb@zwingli.cygnus.com>
19751
19752         * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
19753
19754 1999-11-02  Jim Blandy  <jimb@zwingli.cygnus.com>
19755
19756         * gdb.base/display.exp ("finish"): Add timeout clause.
19757
19758         * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
19759         plain prompt clause, so this doesn't have to time out in order to
19760         fail.
19761
19762         * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
19763         breakpoint hit messages include an address.
19764
19765         * gdb.base/display.exp: Don't forget to escape parens in regular
19766         expressions.  Unix regexp notatation sucks.
19767
19768 1999-11-02  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
19769
19770         * gdb.base/annota1.exp: Test for annotate-signalled: change output
19771         order for 'signalled' message.
19772
19773 1999-11-01  Stan Shebs  <shebs@andros.cygnus.com>
19774
19775         From Jimmy Guo  <guo@cup.hp.com>:
19776         * gdb.base/annota1.exp: Add tests for annotate ignore count change.
19777         * gdb.base/annota1.c: Add code for tests to work with.
19778
19779 1999-10-26  Frank Ch. Eigler  <fche@cygnus.com>
19780
19781         * gdb.base/remote.exp: New test for remote downloading settings.
19782         * gdb.base/remote.c: New file with large .data.
19783
19784 1999-10-18  Jim Blandy  <jimb@zwingli.cygnus.com>
19785
19786         * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
19787         for LinuxThreads support, merged from the Code Fusion branch.
19788
19789 Mon Oct 11 13:57:21 1999  Andrew Cagney  <cagney@amy.cygnus.com>
19790
19791         * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
19792         containing exp_continue into a while within an expect.  Don't
19793         attempt a start more than three times.  Check return value from
19794         gdb_load.
19795
19796 Wed Oct  6 12:05:58 1999  Andrew Cagney  <cagney@b1.cygnus.com>
19797
19798         * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
19799         a pass case.
19800
19801 1999-10-01  Kevin Buettner <kevinb@cygnus.com>
19802
19803         * gdb.base/break.c (main): Added a statement that we can step
19804         off of.
19805         * gdb.base/break.exp: Added tests for setting a breakpoint
19806         at an offset and stepping onto a breakpoint.
19807
19808 1999-10-01  Fred Fish  <fnf@cygnus.com>
19809
19810         * gdb.base/help.exp (help add-symbol-file): Update to match current
19811         gdb output.
19812
19813 1999-09-18  Jim Blandy  <jimb@cris.red-bean.com>
19814
19815         * gdb.base/break.exp: Code locations are in hex, don't forget!
19816         (For HP-UX.)
19817
19818 1999-09-17  Stan Shebs  <shebs@andros.cygnus.com>
19819
19820         * condbreak.exp: Use break.c as test program.
19821         * condbreak.c: Remove, redundant with break.c.
19822
19823 1999-09-15  Stan Shebs  <shebs@andros.cygnus.com>
19824
19825         * config/monitor.exp (gdb_target_monitor): Disable X- and
19826         Z-packets if the target needs it.
19827
19828 1999-09-13  James Ingham  <jingham@leda.cygnus.com>
19829
19830         * gdb.c++/overload.exp: Added tests for listing overloaded
19831         functions with function pointers in the arg, explicitly calling
19832         out the version you want.
19833
19834 1999-09-09  Stan Shebs  <shebs@andros.cygnus.com>
19835
19836         * long_long.exp: Add variations of test cases that work for
19837         targets with 16-bit ints and 32-bit doubles.
19838
19839 1999-09-08  Stan Shebs  <shebs@andros.cygnus.com>
19840
19841         * break.c (main): Compare a possibly-uninitialized argc with an
19842         unlikely value that fits in 16 bits.
19843
19844 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
19845
19846         * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
19847         0xfeeb, don't want negative numbers if ints are 16 bits.
19848
19849         * lib/gdb.exp (skip_cplus_tests): New proc.
19850         * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
19851         gdb.c++/anon-union.exp, gdb.c++/classes.exp,
19852         gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
19853         gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
19854         gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
19855         gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
19856         gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
19857         gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
19858
19859         * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
19860
19861 Fri Sep  3 15:37:12 1999  Kevin Buettner  <kevinb@cygnus.com>
19862
19863         * gdb.base/corefile.exp (up): Allow a parameter to appear
19864         in the frame that we're going up to.
19865
19866         From Jim Blandy <jimb@cygnus.com>:
19867
19868         * gdb.base/default.exp (info float): Expect some output now.
19869
19870         * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
19871         returning floating-point values to fail on the x86.
19872         * gdb.base/callfwmall.exp (do_function_calls): Same.
19873
19874         * gdb.base/list.exp (test_listsize): Correct expectations for
19875         listing line 1 with listsize 2.  Also, listing a single line
19876         works now, as does listing three lines.  [Kevin's note: There
19877         were a number of other cases fixed too where the expectations
19878         differed...]
19879
19880 1999-09-02  Stan Shebs  <shebs@andros.cygnus.com>
19881
19882         * gdb.base/selftest.exp: Add case for when version prints as
19883         constant string instead of char pointer.
19884
19885 1999-08-25  Stan Shebs  <shebs@andros.cygnus.com>
19886
19887         * gdb.base/ending-run.exp: Add Solaris case for what happens when
19888         stepping out of main.
19889
19890         * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
19891         G++ used.
19892
19893         * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
19894         always, expect ptype InnerLocal::NestedInnerLocal to fail always.
19895
19896         * gdb.c++/ovldbreak.exp: Update match string in test that
19897         includes a warning of multiple breakpoints.
19898
19899 1999-08-24  Stan Shebs  <shebs@andros.cygnus.com>
19900
19901         * gdb.base/display.exp: Improve precision of step-after-finish
19902         added yesterday.
19903
19904         * gdb.base/signals.exp: Add extra wildcard to "handle all print"
19905         test.
19906
19907         * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
19908         configs when using G++, not just hppa*.
19909
19910 1999-08-24  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
19911
19912         * gdb.base/async.c: New file.
19913         * gdb.base/async.exp: New file.
19914
19915 Tue Aug 24 03:24:53 1999  Jeffrey A Law  (law@cygnus.com)
19916
19917         * gdb.base/break.exp: Tweak PA specific tests to properly handle
19918         PA64.
19919
19920 Mon Aug 23 10:25:20 1999  Jeffrey A Law  (law@cygnus.com)
19921
19922         * gdb.base/display.exp: "finish" can leave us mid-line on many
19923         targets, deal with it.  Add a small constant to main, instead of
19924         1000 since main+1000 may not be a valid address in the target.
19925
19926         * gdb.base/dollar.exp: Do not run for PA processors in wide mode
19927         on hpux11.
19928
19929         * gdb.base/attach.exp: Handle another hpux11 error message variant
19930         when attaching to a process that does not exist.
19931
19932 1999-08-19  J.T. Conklin  <jtc@redback.com>
19933
19934         * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
19935         characters in 'continue to 1241' test.
19936
19937 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
19938
19939         * gdb.base/call-ar-st.exp: Add a shorter match case for the
19940         stop in print_long_arg_list, define and use a whitespace
19941         variable in print_small_structs test, add an XFAIL for Solaris.
19942         * gdb.base/dbx.exp: XFAIL func commands until somebody is
19943         interested enough to fix.
19944
19945 1999-08-13  Keith Seitz  <keiths@cygnus.com>
19946
19947         * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
19948         (dbx_gdb_load): Remove. Use gdb_load instead, since that
19949         proc knows about targets other than the natives.
19950         (test_assign): Use "gdb_run_cmd" to "run" the target.
19951         Check that we've actually hit the breakpoint at main.
19952         When we attempt to assign a value to a local variable, check
19953         that the variable is in the current scope, i.e., don't use
19954         a test with an empty result.
19955
19956 Tue Aug 10 15:25:16 1999  Andrew Cagney  <cagney@b1.cygnus.com>
19957
19958         * gdb.base/maint.exp: Add test of ``maintenance internal-error''
19959         command.
19960
19961 1999-08-09  Stan Shebs  <shebs@andros.cygnus.com>
19962
19963         From Jimmy Guo <guo@cup.hp.com> and others at HP:
19964         gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
19965         gdb.compat, gdb.threads-hp.
19966         gdb.hp/configure, gdb.hp/configure.in: New files.
19967         gdb.hp/Makefile.in: Recurse into new subdirs.
19968         gdb.hp/gdb.defects: New directory, tests for HP bug reports.
19969         gdb.hp/gdb.objdbg: New directory, tests for debugging info
19970         in object files.
19971         gdb.hp/tools: New directory, aux tools for HP-specific tests.
19972
19973 1999-08-05  Stan Shebs  <shebs@andros.cygnus.com>
19974
19975         * gdb.base/display.exp: Help expect by putting a newline in the
19976         funky printf, remove a bogus p/a test.
19977
19978 1999-08-05  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
19979
19980         * gdb.base/display.exp: Make sure that when we say 'run', we are
19981         connected to the target. This is necessary when running not
19982         natively.
19983
19984 1999-08-03  Stan Shebs  <shebs@andros.cygnus.com>
19985
19986         * gdb.base/step-test.exp: Removed some extraneous messages.
19987
19988         * gdb.base/long_long.exp: Don't run memory examination tests
19989         on little-endian targets (they will need a different set of
19990         results to match).
19991
19992 1999-08-02  Stan Shebs  <shebs@andros.cygnus.com>
19993
19994         * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
19995         until somebody decides to fix GDB.
19996
19997         * gdb.base/long_long.c: Stop compiler complaint by specifying long
19998         constant as "ULL".
19999         * gdb.base/long_long.exp: Loosen x/c test, add partial result
20000         matches for a couple x/2 commands.
20001
20002 1999-07-30  Stan Shebs  <shebs@andros.cygnus.com>
20003
20004         * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
20005         by merging in ref-types2 tests.
20006         * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
20007
20008         From Jimmy Guo <guo@cup.hp.com> and others at HP:
20009         * gdb.c++/Makefile.in: Add standard actions.
20010         (EXECUTABLES): Rename from PROGS, update list.
20011         * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
20012         from gdb.hp.
20013         * gdb.c++/anon-union.cc: Don't use anonymous struct, make
20014         foo and bar locals.
20015         * gdb.c++/anon-union.exp: Fix tests to match.
20016         * gdb.c++/classes.exp: Run if HP compiler used, add extra
20017         expect matches to handle output variations.
20018         * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
20019         * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
20020         output, add HP alternatives for new and delete prints.
20021         * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
20022         gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
20023         * gdb.c++/demangle.exp: Use $style when reporting failure.
20024         * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
20025         * gdb.c++/inherit.exp: Run if HP compiler used, add some
20026         match alternatives.
20027         * gdb.c++/local.exp: Add match alternatives or xfails for HP
20028         compilers.
20029         * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
20030         * gdb.c++/method.exp: Add match alternatives.
20031         * gdb.c++/misc.cc: Add bool types.
20032         * gdb.c++/misc.exp: Add tests for bool types.
20033         * gdb.c++/overload.exp: Add xfails.
20034         * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
20035         * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
20036         add some more template parameter tests (only for HP currently).
20037         * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
20038         * gdb.c++/virtfunc.cc: Add return type and value for main.
20039         * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
20040         match alternatives.
20041
20042 1999-07-30  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20043
20044         * gdb.base/display.exp: Fix output of 'p/a &&j' test.
20045
20046 1999-07-29  Jim Blandy  <jimb@savonarola.red-bean.com>
20047
20048         * gdb.base/signals.exp: Don't expect getting a backtrace from
20049         within a signal handler to fail on Linux.
20050
20051 1999-07-29  Stan Shebs  <shebs@andros.cygnus.com>
20052
20053         From Jimmy Guo <guo@cup.hp.com> and others at HP:
20054         * lib/gdb.exp: Remove some gratuitious semicolons.
20055         (delete_breakpoints): Increase timeout.
20056         (gdb_expect): Add -notransfer option.
20057         (gdb_test): Use -notransfer option.
20058         (get_compiler_info): Add f77 case.
20059         (get_compiler): New proc, split out from gdb_preprocess, add f77
20060         case.
20061         (gdb_preprocess): Call get_compiler.
20062
20063         * gdb.base/Makefile.in (EXECUTABLES): Update the list.
20064         * gdb.base/attach.exp, gdb.base/display.exp,
20065         gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
20066         gdb.base/long_long.exp, gdb.base/printcmds.exp,
20067         gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
20068         third arg to gdb_test.
20069         * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
20070         * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
20071         HP-UX xfails, add others.
20072         * gdb.base/completion.exp: Reflect name change of self-test.
20073         * gdb.base/condbreak.exp, gdb.base/corefile.exp,
20074         gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
20075         gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
20076         HP failure number.
20077         * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
20078         useless HP-UX 10.30 references.
20079         * gdb.base/maint.exp: Loosen matches.
20080         * gdb.base/pointers.c (main): Declare more_code.
20081         * gdb.base/pointers.exp: Match on output of a `next'.
20082         * gdb.base/structs.c: Add prototypes.
20083         * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
20084         * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
20085
20086 1999-07-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20087
20088         * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
20089         command.
20090
20091 1999-07-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20092
20093         * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
20094         Fix run to main failures. Watchpoint can be hardware watchpoint.
20095
20096         * gdb.base/annota1.exp: Clean up some more, in case printf has
20097         debug info.  Deal with lack of signal hanlder info in stack.
20098
20099         From Jim Kingdon  <kingdon@redhat.com>:
20100         * gdb.base/annota1.exp: If printf has debug info, deal with it.
20101
20102 1999-07-19  Stan Shebs  <shebs@andros.cygnus.com>
20103
20104         * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
20105         gdb.base/foll-vfork.exp: Don't run for crosses.
20106
20107 Tue Jul 13 23:37:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
20108
20109         * gdb.base/configure.in: Check for gdbvars.exp instead of
20110         a1-selftest.exp.
20111         * gdb.base/configure: Re-generate.
20112
20113 1999-07-12  Stan Shebs  <shebs@andros.cygnus.com>
20114
20115         * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
20116         in trying to run first and name is too long.
20117
20118         * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
20119         pointers2.c and pointers2.exp, respectively.
20120         * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
20121         doschk happier.
20122
20123 1999-07-08  Stan Shebs  <shebs@andros.cygnus.com>
20124
20125         * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
20126         callfuncs2.c and callfuncs2.exp.
20127
20128         * gdb.base/list.exp: Remove mistaken xfails.
20129         * gdb.base/list0.h: Add optional prototypes.
20130
20131 Wed Jul  7 00:27:35 1999  Andrew Cagney  <cagney@amy.cygnus.com>
20132
20133         * gdb.base/setvar.exp: Increase the time-out on tests indirectly
20134         calling malloc.
20135         * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
20136         * ptype.exp: Move test for get_debug_format to before its first
20137         use.
20138
20139 1999-07-06  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20140
20141         * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
20142         * gdb.base/annota2.cc, annota2.exp: Move from here.
20143         * gdb.c++/annota2.cc, annota2.exp: To here.
20144         * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
20145
20146 Tue Jun 29 11:56:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
20147
20148         * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
20149         a consistent format.
20150
20151 1999-06-25  Stan Shebs  <shebs@andros.cygnus.com>
20152
20153         From Jimmy Guo <guo@cup.hp.com> and others at HP:
20154         * lib/gdb.exp (get_compiler_info): Add detection for assorted
20155         HP compilers, also set the globals $true and $false.
20156
20157         * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
20158         call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
20159         coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
20160         jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
20161         long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
20162         printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
20163         scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
20164         sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
20165         solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
20166         whatis.c} Add C++ compatible function definitions and return
20167         types, add includes for library functions.
20168         * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
20169         * gdb.base/step-test.c (myglob): Rename from glob.
20170         * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
20171         foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
20172         files, move here from gdb.hp.
20173         * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
20174         commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
20175         ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
20176         Adjust line numbers in regexps.
20177
20178         * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
20179         miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
20180         instead of 0/1.
20181
20182         * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
20183         foll-vfork.exp: New files, move here from gdb.hp.
20184         * gdb.base/page.exp: New file, test of pagination command.
20185
20186         * gdb.base/watchpoint.c (recurser): New function, for watchpoint
20187         recursion test.
20188         * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
20189
20190         * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
20191         gdb.base/solib.exp: Fix compiler invocation process.
20192
20193         * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
20194         HP-UX 11, turn off overload resolution explicitly.
20195         * gdb.base/commands.exp: Set argument list explicitly, add
20196         watchpoint test.
20197         * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
20198         them work.
20199         * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
20200         expressions properly.
20201         * gdb.base/corefile.exp: Loosen the match slightly.
20202         * gdb.base/default.exp: Allow "Error accessing memory" message
20203         also.
20204         * gdb.base/display.exp: Skip over x/0 j if PA64.
20205         * gdb.base/funcargs.exp: Add xfails for HP-UX.
20206         * gdb.base/interrupt.exp: Ditto.
20207         * gdb.base/langs.exp: Add symbolic matches governed by compiler
20208         in use.
20209         * gdb.base/list.exp: Add xfails for HP-UX.
20210         * gdb.base/long_long.exp: Refine some of the numeric matches.
20211         * gdb.base/mips_pro.exp: Xfail on HP-UX.
20212         * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
20213         * gdb.base/nodebug.exp: Succeed on more varieties of output.
20214         * gdb.base/opaque.exp: Remove some HP-UX xfails.
20215         * gdb.base/ptype.exp: Succeed on more varieties of output.
20216         * gdb.base/scope.exp: Add xfails for HP-UX.
20217         * gdb.base/sect-cmd.exp: Add more cases.
20218         * gdb.base/setvar.exp: Add xfails for HP-UX.
20219         * gdb.base/shlib-call.exp: Loosen some matches slightly.
20220         * gdb.base/signals.exp: Match on void symbolically.
20221         * gdb.base/step-test.exp: Add case for PA64.
20222         * gdb.base/term.exp: Add exit and restart.
20223         * gdb.base/twice.exp: Clean up after self.
20224         * gdb.base/varargs.exp: Disable overload resolution explicitly.
20225         * gdb.base/whatis.exp: Allow more ways to pass tests.
20226
20227         * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
20228         no longer useful.
20229
20230 Fri Jun 25 19:27:28 1999  Andrew Cagney  <cagney@b1.cygnus.com>
20231
20232         * lib/gdb.exp (proc gdb_expect_list): New procedure.  Matches a
20233         list of patterns.
20234         * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
20235         print_double_array(double_array)", "continuing to breakpoint
20236         1018", "print print_double_array(array_d)" and "continuing to
20237         1034" tests.
20238
20239 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
20240
20241         * Makefile.in: Add empty html and install-html targets.
20242
20243 1999-06-24  Stan Shebs  <shebs@andros.cygnus.com>
20244
20245         * config/mt-*: Remove, these haven't been used since 1996.
20246
20247 1999-06-22  Stan Shebs  <shebs@andros.cygnus.com>
20248
20249         * gdb.base/call-strs.c, gdb.base/ending-run.c,
20250         gdb.base/step-test.c: Include stdlib.h and string.h as needed.
20251         * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
20252
20253 1999-06-18  Stan Shebs  <shebs@andros.cygnus.com>
20254
20255         * gdb.c++/overload.exp: XFAIL everything if using G++, add a
20256         simpler match case for the ptype of the big class.
20257
20258 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20259
20260         * gdb.exp: Fix test for gdb_prompt existence.
20261
20262 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20263
20264         * gdb.exp (gdb_test): Add fail after calls to perror.
20265
20266 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20267
20268         * gdb.exp (gdb_test): Accept variations of Undefined command messages.
20269
20270 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20271
20272         * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
20273
20274 Fri Jun 11 12:56:50 1999  Andrew Cagney  <cagney@b1.cygnus.com>
20275
20276         * gdb.base/call-strs.c (link_malloc): New function.  Ensure that
20277         malloc() is linked in.
20278
20279 1999-06-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
20280
20281         * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
20282         step at end.
20283
20284         * gdb.base/annota1.exp: Increase match_max to prevent timeout.
20285
20286 1999-06-08  Jim Blandy  <jimb@zwingli.cygnus.com>
20287
20288         * gdb.java/jv-print.exp: New file.  (Our first Java test!)
20289
20290 Fri Jun  4 10:47:46 1999  Jeffrey A Law  (law@cygnus.com)
20291
20292         * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
20293         * gdb.base/mips_pro.exp: Likewise.
20294
20295 1999-06-02  Keith Seitz  <keiths@cygnus.com>
20296
20297         * gdb.c++/templates.cc: Change all "new" operators to throw
20298         an exception.
20299         * gdb.c++/cplusfuncs.cc: Likewise.
20300
20301         * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
20302
20303 Wed Jun  2 17:37:05 1999  Andrew Cagney  <cagney@b1.cygnus.com>
20304
20305         * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
20306         * gdb.base/ending-run.exp: When stepping out of main, accept a
20307         step into an arbitrary assembler file.
20308
20309 1999-05-20  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20310
20311         * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
20312         "breakpoint-invalid" to be printed.
20313         * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
20314         number of "frames-invalid" and "breakpoint-invalid" to be printed.
20315         * gdb.base/annota2.cc: Initialize a.x to 0.
20316
20317 1999-05-17  Keith Seitz  <keiths@cygnus.com>
20318
20319         * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
20320         when "skip_float_tests" set.
20321         Ditto for "print print_double_array(array_d)", "print print_small_structs",
20322         "print print_ten_doubles", and "step into print_long_arg_list".
20323         Don't assume we can step into "print_long_arg_list": we could step into memcpy.
20324         * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
20325         is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
20326         * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
20327         "skip_float_tests" is set.
20328         * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
20329         when "skip_float_tests" set.
20330
20331 1999-05-06  Keith Seitz  <keiths@cygnus.com>
20332
20333         * gdb.base/annota2.cc: Include stdio.h.
20334
20335 Wed May  5 17:44:31 1999  Stan Shebs  <shebs@andros.cygnus.com>
20336
20337         * gdb.base/crossload.exp: Remove, this has been disabled ever
20338         since BFD stopped including all targets, and cross-GDB gets
20339         plenty of testing anyway.
20340         * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
20341         gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
20342         gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
20343         * gdb.base/README: Remove, was doc for this.
20344         * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
20345         needed.
20346
20347 1999-05-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20348
20349         * gdb.base/call-ar-st.exp: Fix one regular expression in test
20350         output.
20351
20352         * gdb.base/annota1.exp: New file. Annotation level 2 tests.
20353         * gdb.base/annota2.exp: New file. More annotation tests.
20354         * gdb.base/annota1.c: New file. Source file for annota1.exp.
20355         * gdb.base/annota2.cc: New file. Source file for annota2.exp.
20356
20357 1999-04-23  Angela Marie Thomas <angela@cygnus.com>
20358
20359         * config/cfdbug.exp: New file.
20360
20361 1999-04-20  Jim Blandy  <jimb@zwingli.cygnus.com>
20362
20363         * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
20364         Marcus Daniel's and Dale Hawkins's demangler crashes.
20365
20366         * gdb.c++/demangle.exp (test_gnu_style_demangling,
20367         test_lucid_style_demangling, test_arm_style_demangling,
20368         test_hp_style_demangling): Try Tom Tromey's core-dumping
20369         identifier under each demangling style.
20370
20371 1999-04-07  Jim Blandy  <jimb@zwingli.cygnus.com>
20372
20373         * gdb.c++/demangle.exp: Include the current demangling style
20374         in all test names.
20375         (current_demangling_style): New global variable.
20376         (set_demangling_style, test_demangling_core, test_demangling,
20377         test_demangling_exact): New functions.
20378         (test_gnu_style_demangling, test_lucid_style_demangling,
20379         test_arm_style_demangling, test_hp_style_demangling): Use those,
20380         instead of calling gdb_test and gdb_test_exact directly.
20381         (catch_demangling_errors): New function, which reports errors
20382         signalled by the demangling test functions in an orderly way.
20383         (do_tests): Use catch_demangling_errors.
20384
20385 1999-04-06  Jim Blandy  <jimb@zwingli.cygnus.com>
20386
20387         * gdb.base/signals.exp (test_handle_all_print): Use () for
20388         grouping in expressions, not {}.
20389
20390         * gdb.base/smoke.exp: Test value of x, not y.  The latter isn't
20391         initialized yet.
20392
20393 1999-04-01  Stan Shebs  <shebs@andros.cygnus.com>
20394
20395         * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
20396         are listed.
20397
20398 1999-03-26  Stan Shebs  <shebs@andros.cygnus.com>
20399
20400         * gdb.stabs/weird.exp: Test for CC being defined before
20401         looking at its value.
20402
20403 1999-03-25  Stan Shebs  <shebs@andros.cygnus.com>
20404
20405         * gdb.base/call-ar-st.exp: Remove stray '#'.
20406         * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
20407         "short int" and "long int".
20408         * gdb.c++/overload.cc: Cast the string added in the previous
20409         change, to mollify finicky HP compiler.
20410         * gdb.hp/reg-test.exp (testfile): Fix file name.
20411         * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
20412
20413         * gdb.c++/misc.cc (main): Initialize obj_with_enum.
20414         * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
20415         alternate form of enum ptype.
20416
20417 1999-03-23  Stan Shebs  <shebs@andros.cygnus.com>
20418
20419         * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
20420         * gdb.hp/*.exp: Change all to run compiler probe only after
20421         passing skip_hp_tests, so as not to waste time on guaranteed
20422         failure.
20423
20424         * gdb.c++/overload.cc: Pass string instead of char addr, always
20425         init ccpfoo.
20426         * gdb.c++/templates.cc: Fix syntax error.
20427
20428 Tue Mar 23 14:56:36 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20429
20430         * gdb.base/commands.exp: Add test for correct position of '>'
20431         when issuing the 'commands' command after a 'while' or 'if'
20432         command.
20433
20434 1999-03-18  James Ingham  <jingham@cygnus.com>
20435
20436         * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
20437
20438         * gdb.c++/method.exp: It was testing an uninitialized int on the
20439         stack and assuming it was positive.
20440
20441         * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
20442
20443         * gdb.base/step-test.exp: Catch a case where finish is broken and
20444         keep it from killing the rest of the tests.
20445         Use gdb_continue_to_end.
20446
20447         * gdb.base/sigall.exp: use gdb_continue_to_end.
20448
20449         * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
20450
20451         * gdb.base/display.exp: use runto_main, not run.
20452
20453         * gdb.base/default.exp: Check for the current error message in the
20454         r abbreviation test.
20455         Add strongarm to the targets that know info float.
20456
20457         * gdb.base/condbreak.exp: Use the gdb_run command rather than just
20458         run which doesn't work with monitors.
20459
20460         * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
20461
20462         * gdb.base/break.exp: use the gdb_continue_to_end proc.
20463
20464         * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
20465         program.  Traps the case (in Cygmon) when the program never really
20466         exits.  Same as Mark's continue_to_exit, but I had put it in a lot
20467         more places, so I used my name.  Sorry Mark...
20468
20469         * config/monitor.exp (gdb_target_monitor): added another
20470         target_info parameter: remotebinarydownload.  This will set the
20471         remotebinarydownload flag if this is causing some boards trouble.
20472
20473 1999-03-18  Mark Salter  <msalter@cygnus.com>
20474
20475         * lib/gdb.exp (continue_to_exit): New function.
20476
20477         * gdb.base/ena-dis-br.exp: Clean up for remote targets.
20478         * gdb.base/ending-run.exp: Ditto.
20479         * gdb.base/step-test.exp: Ditto.
20480
20481 1999-03-16  Stan Shebs  <shebs@andros.cygnus.com>
20482
20483         * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
20484         (suggested by Art Haas <ahaas@neosoft.com>).
20485
20486 1999-03-16  Jim Blandy  <jimb@zwingli.cygnus.com>
20487
20488         * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
20489
20490 Fri Mar 12 18:06:21 1999  Stan Shebs  <shebs@andros.cygnus.com>
20491
20492         * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
20493         descriptions of types (short unsigned int vs unsigned short, etc).
20494
20495 1999-03-12  Jim Blandy  <jimb@zwingli.cygnus.com>
20496
20497         * gdb.base/call-strs.exp: Don't assume that `step' will step over
20498         a call to strlen; sometimes we do have sources.
20499
20500 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
20501
20502         * gdb.base/call-ar-st.c (main): Terminate char_array with a null
20503         character, so GDB won't print garbage after its end.
20504
20505         * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
20506         breakpoint there instead.  Sometimes GCC emits memcpy to handle
20507         the large structures being passed by value, so we step into that
20508         instead of sum_array_print, which obscures what we're really testing.
20509         * gdb.base/step-test.exp: However, we do want a test that notices
20510         the bizarre steps into memcpy, so do that here.  Add check for
20511         stepping into function calls that pass large structures by value.
20512         ("Is that a noun clause, or are you just happy to see me?")
20513         Remove all references to specific line numbers.
20514         * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
20515         New type and function.
20516         (main): Call large_struct_by_value, passing it a large struct by value.
20517         * lib/gdb.exp (gdb_get_line_number): New function.
20518
20519         * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
20520         more portable.
20521
20522 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
20523
20524         * lib/gdb.exp: Doc fixes.
20525
20526 1999-03-05  Nick Clifton  <nickc@cygnus.com>
20527
20528         * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
20529
20530 1999-03-04  Jim Blandy  <jimb@zwingli.cygnus.com>
20531
20532         * gdb.base/display.exp: Don't exercise the "detach" and "kill"
20533         commands.  They're not germane to this test, and they don't work
20534         that way on remote targets.
20535
20536 1999-03-01  James Ingham  <jingham@cygnus.com>
20537
20538         * Changelog entries merged over from gdb development branch.
20539
20540        Tue Jan  5 12:33:47 1999  Keith Seitz  <keiths@cygnus.com>
20541
20542                * lib/gdb.exp (gdbtk_analyze_results): Generic function
20543                for outputting results of test run.
20544
20545         1998-12-07  Martin M. Hunt  <hunt@cygnus.com>
20546
20547                * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
20548
20549 1999-02-25  Felix Lee  <flee@cygnus.com>
20550
20551         * lib/gdb.exp (debug_format): initialize
20552
20553 1999-02-25  Jason Molenda  (jsm@bugshack.cygnus.com)
20554
20555         * gdb.base/call-ar-st.c: Include string.h, not strings.h.
20556         * gdb.base/call-rt-st.c: Ditto.
20557
20558 1999-02-13  Jim Blandy  <jimb@zwingli.cygnus.com>
20559
20560         * gdb.threads/pthreads.exp (horiz): New variable.
20561         (test_startup): Fix regexps that capture thread numbers.
20562
20563 1999-02-10  Jason Molenda  (jsm@bugshack.cygnus.com)
20564
20565         * gdb.base/smoke.exp: Disambiguate two test case names (both
20566         called ``print'').
20567
20568 Fri Feb  5 12:42:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
20569
20570         * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
20571         compilation.
20572
20573 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
20574
20575         * gdb.base/miscexprs.exp: Change patterns to match GDB's
20576         actual output formatting.
20577         * gdb.base/smoke.exp: GDB removes leading 0's.
20578         * gdb.base/volatile.exp: Don't check type of remuneration;
20579         that variable is no longer defined in constvars.c.
20580         * gdb.base/step-test.c (main): Exit with explicit exit code.
20581         * gdb.base/step-test.exp: Remove two nexti checks--they are
20582         not portable.
20583
20584 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
20585
20586         * gdb.base/help.exp ("help delete display"): Fix test to match
20587         gdb's output.
20588
20589         * gdb.base/long_long.c (known_types): Initialize values to zero.
20590         * gdb.base/long_long.exp: Step one more line
20591         so 'dec' is initialized in "get to known place".  GDB removes
20592         leading zeros.  Explicitly ask for hex formatting.  Use
20593         unique test case names.
20594
20595 Tue Feb  2 10:16:08 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20596
20597         * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
20598
20599         * gdb.c++/method.exp: Add missing close brace.
20600
20601 1999-01-30  Jim Blandy  <jimb@zwingli.cygnus.com>
20602
20603         * gdb.base/maint.exp: Use 'set height 0' to disable page
20604         prompting, not 'set height 400'.
20605
20606         Fix a bunch of timeouts.
20607         * gdb.base/maint.exp ("maint print objfiles"): Break this up into
20608         four separate tests, so expect doesn't take forever to match a ton
20609         of text against a regexp with lots of .* forms.
20610         ("maint print psymbols", "maint print symbols"): Make some of
20611         these greps more selective, so that expect doesn't try to wade
20612         through huge piles of output and time out.
20613
20614         * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
20615
20616         * gdb.base/maint.exp ("maint info breakpoints"): Split into two
20617         tests: one which doesn't expect shlib events to be reported, and
20618         another which does, but is XFAIL for all platforms other than
20619         HP/UX.
20620
20621         * gdb.base/break.exp: Teach the test suite that the `catch
20622         fork', `catch vfork', and `catch exec' commands produce error
20623         messages on platforms that don't provide these features.
20624
20625 Mon Jan 25 18:35:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
20626
20627         * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
20628         so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
20629         (shortening names from solib_threshold.exp etc), won't run on
20630         anything but HP-UX for the foreseeable future.
20631         * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
20632         reflect move.
20633
20634 Thu Jan 21 15:46:49 1999  Stan Shebs  <shebs@andros.cygnus.com>
20635
20636         * gdb.base/Makefile.in, gdb.c++/Makefile.in,
20637         gdb.trace/Makefile.in (clean): Remove all test executables.
20638
20639 Tue Jan 19 17:20:09 1999  David Taylor  <taylor@texas.cygnus.com>
20640
20641         * gdb.base/shlib-call.exp: add test cases to verify that gdb
20642         successfully re-sets breakpoints in shared libraries.
20643         * gdb.base/shmain.c (main): return 0, don't fall off the end.
20644
20645 Fri Jan 15 14:04:57 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20646
20647         * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
20648         and compiled w/o GCC.
20649
20650         * gdb.hp/watch-cmd.exp: ditto.
20651
20652         * gdb.hp/watch-hp.exp: ditto.
20653
20654         * gdb.hp/xdb1.exp: ditto.
20655
20656         * gdb.hp/xdb2.exp: ditto.
20657
20658         * gdb.hp/dbx.exp: ditto.
20659
20660 Thu Jan 14 18:36:48 1999  Stan Shebs  <shebs@andros.cygnus.com>
20661
20662         * constvars.c: Remove C++-isms.
20663         * constvars.exp: Use gdb_test everywhere, add xfails if compiled
20664         with GCC.
20665
20666 Mon Jan 11 10:08:03 1999  David Taylor  <taylor@texas.cygnus.com>
20667
20668         The following changes are part of the HP merge.
20669
20670         * gdb.base/break.exp: new tests to verify that catchpoints for
20671         fork, vfork, and exec don't trigger inappropriately.
20672
20673         * gdb.base/opaque.exp: compile one file at a time, then link.
20674
20675         * gdb.base/signals.exp: be more restrictive about which hppa
20676         systems receive a setup_xfail.  new tests.
20677
20678         * gdb.base/solib_threshold.build: new file.
20679         * gdb.base/solib_threshold.exp: new file.
20680         * gdb.base/solib_threshold.link_opts: new file.
20681         * gdb.base/solib_threshold.mk: new file.
20682         * gdb.base/gen_solib_threshold.c: new file.
20683
20684         * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
20685         tests.  New tests for enums inside classes.
20686
20687         * gdb.c++/compiler.cc: indicate support of template debugging.
20688
20689         * gdb.c++/demangle.exp: run hp style demangling tests.
20690
20691         * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
20692         tests.
20693
20694         * gdb.c++/misc.cc: changes to support new tests.
20695
20696         * gdb.c++/templates.cc: changes to support HP's compiler; changes
20697         to support new tests.
20698
20699         * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
20700         gcc, then skip these tests.
20701
20702 Sun Jan 10 23:44:11 1999  David Taylor  <taylor@texas.cygnus.com>
20703
20704         The following files are part of the HP merge; some had longer
20705         names at HP, but have been renamed to be no more than 14
20706         characters in length.
20707
20708         * gdb.hp/ambiguous.cc: new file.
20709         * gdb.hp/ambiguous.exp: new file.
20710         * gdb.hp/attach.exp: new file.
20711         * gdb.hp/attach2.exp: new file.
20712         * gdb.hp/classes-hp.exp: new file.
20713         * gdb.hp/ctti.exp: new file.
20714         * gdb.hp/ctti-add.cc: new file.
20715         * gdb.hp/ctti-add1.cc: new file.
20716         * gdb.hp/ctti-add2.cc: new file.
20717         * gdb.hp/ctti-add3.cc: new file.
20718         * gdb.hp/dbx.exp: new file.
20719         * gdb.hp/exception.cc: new file.
20720         * gdb.hp/exception.exp: new file.
20721         * gdb.hp/foll-exec.c: new file.
20722         * gdb.hp/foll-exec.exp: new file.
20723         * gdb.hp/foll-fork.c: new file.
20724         * gdb.hp/foll-fork.exp: new file.
20725         * gdb.hp/foll-vfork.c: new file.
20726         * gdb.hp/foll-vfork.exp: new file.
20727         * gdb.hp/inherit-hp.exp: new file.
20728         * gdb.hp/more-steps.exp: new file.
20729         * gdb.hp/namespace.cc: new file.
20730         * gdb.hp/namespace.exp: new file.
20731         * gdb.hp/optimize.exp: new file.
20732         * gdb.hp/pxdb.c: new file.
20733         * gdb.hp/pxdb.exp: new file.
20734         * gdb.hp/quicksort.exp: new file.
20735         * gdb.hp/reg-test.exp: new file.
20736         * gdb.hp/reg-test.s: new file.
20737         * gdb.hp/sized-enum.c: new file.
20738         * gdb.hp/sized-enum.exp: new file.
20739         * gdb.hp/start-stop.exp: new file.
20740         * gdb.hp/templ-hp.cc: new file.
20741         * gdb.hp/templ-hp.exp: new file.
20742         * gdb.hp/thr-lib.c: new file.
20743         * gdb.hp/thr-lib.exp: new file.
20744         * gdb.hp/thr-lib.h: new file.
20745         * gdb.hp/thr-liblib.c: new file.
20746         * gdb.hp/virtfun-hp.c: new file.
20747         * gdb.hp/virtfun-hp.exp: new file.
20748         * gdb.hp/watch-cmd.exp: new file.
20749         * gdb.hp/watch-hp.exp: new file.
20750         * gdb.hp/xdb1.exp: new file.
20751         * gdb.hp/xdb2.exp: new file.
20752         * gdb.hp/xdb3.exp: new file.
20753
20754 Wed Jan  6 18:41:15 1999  David Taylor  <taylor@texas.cygnus.com>
20755
20756         The following files are part of the HP merge; some had longer
20757         names at HP, but have been renamed to be no more than 14
20758         characters in length.
20759
20760         * gdb.base/ss.h: new file.
20761         * gdb.base/call-ar-st.c: new file.
20762         * gdb.base/call-ar-st.exp: new file.
20763         * gdb.base/call-rt-st.c: new file.
20764         * gdb.base/call-rt-st-exp: new file.
20765         * gdb.base/call-strs.exp: new file.
20766         * gdb.base/ena-dis-br.exp: new file.
20767         * gdb.base/environ.exp: new file.
20768         * gdb.base/long_long.exp: new file.
20769         * gdb.base/sect-cmd.exp: new file.
20770         * gdb.base/shlib-cl2.exp: new file.
20771         * gdb.base/smoke.exp: new file.
20772         * gdb.base/so-impl-ld.c: new file.
20773         * gdb.base/so-impl-ld.exp: new file.
20774         * gdb.base/so-indr-cl.c: new file.
20775         * gdb.base/so-indr-cl.exp: new file.
20776         * gdb.base/varargs.exp: new file.
20777         * gdb.base/volatile.exp: new file.
20778         * gdb.base/whatis-exp.exp: new file.
20779         * gdb.base/display.exp: new file.
20780         * gdb.c++/derivation.exp: new file.
20781         * gdb.c++/local.exp: new file.
20782         * gdb.c++/member-ptr.exp: new file.
20783         * gdb.c++/overload.exp: new file.
20784         * gdb.c++/ovldbreak.exp: new file.
20785         * gdb.c++/ref-types.exp: new file.
20786         * gdb.c++/ref-types2.exp: new file.
20787         * gdb.c++/userdef.exp: new file.
20788
20789 Wed Jan  6 13:50:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
20790
20791         * gdb.base/default.exp: Reflect wording change in remote.c.
20792
20793 Tue Jan  5 19:14:51 1999  Michael Snyder  <msnyder@cygnus.com>
20794
20795         * gdb.base/help.exp: Update to reflect current text.
20796
20797 Tue Jan  5 13:05:32 1999  David Taylor  <taylor@texas.cygnus.com>
20798
20799         * gdb.c++/anon-union.cc: make foo and bar global, otherwise
20800         they're stack variables and contain garbage.
20801         * gdb.c++/anon-union.exp: new file.
20802
20803         The following changes were made by David Taylor
20804         <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
20805         Edith Epstein <eepstein@cygnus.com> as part of a project to merge
20806         in changes by HP.
20807
20808         * gdb.base/bitops.exp: new file.
20809         * gdb.base/default.exp: change expected messages for catch and
20810         info catch tests to reflect HP merge changes.
20811         * gdb.base/enable-disable-break.exp
20812         * gdb.base/ending-run.c: new file.
20813         * gdb.base/long_long.c: new file.
20814         * gdb.base/maint.exp: new file.
20815         * gdb.base/pointers2.exp: new file.
20816         * gdb.base/shlib-call2.exp: new file.
20817         * gdb.base/solib.exp: new file.
20818         * gdb.base/step-test.c: new file.
20819         * gdb.c++/anon-union.cc: new file.
20820         * gdb.c++/local.cc: new file.
20821         * gdb.c++/member-pointer.cc: new file.
20822         * gdb.c++/method.cc: new file.
20823         * gdb.c++/ref-types.cc: new file.
20824         * gdb.c++/ref-types2.cc: new file.
20825         * gdb.c++/userdef.cc: new file.
20826
20827         * gdb.base/scope.exp: compile one file at a time, then link.
20828         * gdb.base/langs.exp: ditto.
20829         * gdb.base/list.exp: ditto.
20830
20831 Mon Jan  4 10:06:43 1999  David Taylor  <taylor@texas.cygnus.com>
20832
20833         The following changes were made by David Taylor
20834         <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
20835         Edith Epstein <eepstein@cygnus.com> as part of a project to merge
20836         in changes by HP.
20837
20838         * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
20839         skip tests.  When compiling pass c++ flag to gdb_compile.
20840         * gdb.c++/
20841
20842         * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
20843         test for on hppa*-*-hpux*; use args to see if c++ was specified.
20844         (skip_hp_tests): new function.
20845         (gdb_preprocess): new function.
20846
20847         * configure.in (hpdir): decide whether to configure gdb.hp.
20848         * configure: regenerated.
20849
20850         * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
20851         to delete on clean.
20852         (EXECUTABLES): update to reflect new additions.
20853         * gdb.base/commands.exp: update message expected.
20854         * gdb.base/default.exp: add copyright notice.
20855         * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
20856         * gdb.base/help.exp: update messages to reflect current text.
20857         * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
20858         targets for recurse tests.
20859         * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
20860         skip this file.
20861
20862         * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
20863         * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
20864         compilation.
20865         * gdb.c++/misc.exp: ditto.
20866         * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
20867         run the tests.  tell gdb_compile that it's a c++ compilation.
20868
20869         * gdb.threads/pthreads.exp: fix typo in message.
20870
20871         * gdb.base/all-bin.exp: new file.
20872         * gdb.base/arithmet.exp: new file.
20873         * gdb.base/assign.exp: new file.
20874         * gdb.base/completion.exp: new file.
20875         * gdb.base/cond-expr.exp: new file.
20876         * gdb.base/condbreak.exp: new file.
20877         * gdb.base/define.exp: new file.
20878         * gdb.base/dollar.exp: new file.
20879         * gdb.base/environment.exp: new file.
20880         * gdb.base/eval-skip.exp: new file.
20881         * gdb.base/jump.exp: new file.
20882         * gdb.base/logical.exp: new file.
20883         * gdb.base/pointers.exp: new file.
20884         * gdb.base/relational.exp: new file.
20885         * gdb.base/section_command.exp: new file.
20886         * gdb.base/whatis-expr.exp: new file.
20887
20888         * gdb.base/all-types.c: new file.
20889         * gdb.base/call-array-struct.c: new file.
20890         * gdb.base/call-return-struct.c: new file.
20891         * gdb.base/call-strings.c: new file.
20892         * gdb.base/callfuncs2.c: new file.
20893         * gdb.base/condbreak.c: new file.
20894         * gdb.base/constvars.c: new file.
20895         * gdb.base/display.c: new file.
20896         * gdb.base/int-type.c: new file.
20897         * gdb.base/jump.c: new file.
20898         * gdb.base/miscexprs.c: new file.
20899         * gdb.base/pointers.c: new file.
20900         * gdb.base/pointers2.c: new file.
20901         * gdb.base/shmain.c: new file.
20902         * gdb.base/shr1.c: new file.
20903         * gdb.base/shr2.c: new file.
20904         * gdb.base/solib.c: new file.
20905         * gdb.base/solib1.c: new file.
20906         * gdb.base/solib2.c: new file.
20907         * gdb.base/varargs.c: new file.
20908         * gdb.c++/derivation.cc: new file.
20909         * gdb.c++/overload.cc: new file.
20910         * gdb.c++/ovldbreak.cc: new file.
20911         * gdb.hp/attach.c: new file.
20912         * gdb.hp/attach2.c: new file.
20913         * gdb.hp/average.c: new file.
20914         * gdb.hp/compiler.c: new file.
20915         * gdb.hp/compiler.cc: new file.
20916         * gdb.hp/execd-program.c: new file.
20917         * gdb.hp/follow-exec.c: new file.
20918         * gdb.hp/follow-fork.c: new file.
20919         * gdb.hp/follow-vfork-and-exec.c: new file.
20920         * gdb.hp/misc-hp.cc: new file.
20921         * gdb.hp/more-steps.c: new file.
20922         * gdb.hp/optimize.c: new file.
20923         * gdb.hp/quicksort.c: new file.
20924         * gdb.hp/run-hp.c: new file.
20925         * gdb.hp/start-stop.c: new file.
20926         * gdb.hp/sum.c: new file.
20927         * gdb.hp/templates-hp.cc: new file.
20928         * gdb.hp/thread-local-in-lib.c: new file.
20929         * gdb.hp/thread-local-in-lib.h: new file.
20930         * gdb.hp/thread-local-in-lib.lib.c: new file.
20931         * gdb.hp/vforked-program.c: new file.
20932         * gdb.hp/virtfunc-hp.cc: new file.
20933         * gdb.hp/watchpoint-hp.c: new file.
20934         * gdb.hp/xdb.c: new file.
20935         * gdb.hp/xdb0.c: new file.
20936         * gdb.hp/xdb0.h: new file.
20937         * gdb.hp/xdb1.c: new file.
20938
20939 Mon Dec 21 14:08:38 1998  David Taylor  <taylor@texas.cygnus.com>
20940
20941         The following change was made by Edith Epstein
20942         <eepstein@cygnus.com> as part of a project to merge in changes
20943         originally made by HP; HP did not create ChangeLog entries.
20944
20945         * gdb.c++/demangle.exp: changed the expected output for some
20946         ARM-style mangling -- removed second reference to datatype.
20947         For example, maint demangle __dt__11T1__pt__2_cFv
20948                      T1<char>::~T1<char>(void)
20949         becomes,
20950                      maint demangle __dt__11T1__pt__2_cFv
20951                      T1<char>::~T1(void)
20952
20953         (test_hp_style_demangling): new hp specific demangling test cases.
20954
20955 Mon Dec 14 15:07:03 1998  Jeffrey A Law  (law@cygnus.com)
20956
20957         * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
20958         * gdb.trace/backtrace.exp: Likewise.
20959         * gdb.trace/circ.exp: Likewise.
20960         * gdb.trace/collection.exp: Likewise.
20961         * gdb.trace/deltrace.exp: Likewise.
20962         * gdb.trace/infotrace.exp: Likewise.
20963         * gdb.trace/limits.exp: Likewise.
20964         * gdb.trace/packetlen.exp: Likewise.
20965         * gdb.trace/passc-dyn.exp: Likewise.
20966         * gdb.trace/passcount.exp: Likewise.
20967         * gdb.trace/report.exp: Likewise.
20968         * gdb.trace/save-trace.exp: Likewise.
20969         * gdb.trace/tfind.exp: Likewise.
20970         * gdb.trace/tracecmd.exp: Likewise.
20971         * gdb.trace/while-dyn.exp: Likewise.
20972         * gdb.trace/while-stepping.exp: Likewise.
20973
20974 1998-12-07  Jim Blandy  <jimb@zwingli.cygnus.com>
20975
20976         * gdb.base/restore.exp, gdb.base/restore.c: New tests.
20977
20978 Wed Dec  2 20:03:53 1998  Stan Shebs  <shebs@andros.cygnus.com>
20979
20980         From Brendan Kehoe:
20981         * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
20982         int return types.
20983
20984 Sat Oct 24 18:04:22 1998  Felix Lee  <flee@cygnus.com>
20985
20986         * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
20987         remote dos host testing right.
20988
20989 Mon Oct 19 01:31:59 1998  Felix Lee  <flee@cygnus.com>
20990
20991         * gdb.base/corefile.exp: remove some xfails.
20992
20993 Thu Oct 15 10:04:38 1998  Andrew Cagney  <cagney@b1.cygnus.com>
20994
20995         * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
20996         have different timestamps.
20997
20998 Thu Oct  1 20:56:14 1998  Andrew Cagney  <cagney@b1.cygnus.com>
20999
21000         * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
21001         gdb.base/default.exp: Replace "exec" with "executable".
21002
21003 Tue Sep 29 15:06:29 1998  Andrew Cagney  <cagney@b1.cygnus.com>
21004
21005         * gdb.base/default.exp: Change else if to elseif from previous
21006         delta.
21007
21008 Mon Sep 28 13:21:43 1998  Nick Clifton  <nickc@cygnus.com>
21009
21010         * gdb.base/default.exp: Add brace missing from previous delta.
21011
21012 Mon Sep 21 14:39:27 1998  Nick Clifton  <nickc@cygnus.com>
21013
21014         * gdb.base/default.exp: Support test for info float for all
21015         varieties of arm toolchain.
21016
21017 Fri Sep 18 14:07:44 1998  Michael Snyder  <msnyder@cygnus.com>
21018
21019         * gdb.trace/*.exp: remove "remote_download" command.
21020
21021 Wed Sep 16 11:38:21 1998  Michael Snyder  <msnyder@cygnus.com>
21022
21023         * gdb.trace/*.exp: remove -gdwarf from compile.
21024
21025 Wed Sep 16 01:23:11 1998  Felix Lee  <flee@cygnus.com>
21026
21027         * gdb.trace/configure.in(AC_INIT): typo
21028         * gdb.trace/configure: regenerated
21029
21030 Mon Sep 14 20:00:04 1998  Michael Snyder  <msnyder@cygnus.com>
21031
21032         * config/m68k-emc.exp: New file.
21033         * lib/<emc-support.exp trace-support.exp}: New files.
21034         * configure.in: add new test directory gdb.trace.
21035         * gdb.trace/{configure configure.in Makefile.in}: New files.
21036         * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
21037         * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
21038         * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
21039         * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
21040         * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
21041         * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
21042         * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
21043
21044 Fri Sep 11 13:58:02 1998  Michael Snyder  <msnyder@cygnus.com>
21045
21046         * gdb.c++/classes.exp: Change all regular expressions to match
21047         arbitrary combinations of newline/carriage-return, so that they
21048         will work equally well on Unix and Windows.
21049         * gdb.c++/inherit.exp: ditto.
21050         * gdb.c++/virtfunc.exp: ditto.
21051
21052 1998-08-11 Dawn Perchik  <dawn@cygnus.com>
21053
21054         * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
21055
21056 Fri Jul 24 15:51:34 1998  Jeffrey A Law  (law@cygnus.com)
21057
21058         * gdb.disasm/am33.s: Add tests for autoincrement instructions.
21059         * gdb.disasm/am33.exp: Run time.  Update tests which use r8-r15
21060         to use a0-a3/d0-d3 as needed.
21061
21062 Thu Jul 16 18:20:46 1998  Jeffrey A Law  (law@cygnus.com)
21063
21064         * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
21065         * gdb.disasm/am33.exp: Corresponding changes.
21066
21067 1998-07-11  Felix Lee  <flee@cygnus.com>
21068
21069         * gdb.base/callfuncs.exp: add cmp10 test.
21070         * gdb.base/callfuncs.c (cmp10): new function.
21071
21072 Thurs Jul 9 11:08:31 1998  Dawn Perchik  <dawn@cygnus.com>
21073
21074         * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
21075         into two parts to get around a synchronization problem in expect.
21076
21077 Fri Jun 26 14:27:13 1998  Keith Seitz  <keiths@cygnus.com>
21078
21079         * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
21080
21081         * configure.in: Add options for gdbtk testsuite.
21082
21083         * configure: Regenerate.
21084
21085         * gdb.gdbtk: New directory to hold gdbtk tests.
21086
21087 Fri Jun 26 14:52:47 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
21088
21089         * gdb.fortran/types.exp:  Escape brackets in expect patterns
21090         for test_float_literal_types_accepted tests.
21091         * gdb.base/scope.exp:  Remove extraneous newline in filelocal_bss
21092         before run test.
21093
21094 Fri Jun 26 11:12:17 1998  Jeffrey A Law  (law@cygnus.com)
21095
21096         * am33.exp: Just compile, do not link the testcase.
21097         * am33.s: Add ".am33" pseudoop to force am33 mode.
21098
21099 1998-06-25  Felix Lee  <flee@cygnus.com>
21100
21101         * gdb.base/setshow.exp: make sure $pc is sane.
21102
21103         * gdb.stabs/weird.exp: split expect patterns properly.
21104
21105 Wed Jun 24 13:03:15 1998  Jeffrey A Law  (law@cygnus.com)
21106
21107         * gdb.disasm/am33.s: New disassembler testfile for the am33.
21108         * gdb.disasm/am33.exp: Run it.
21109
21110 Tue Jun 23 11:45:01 1998  Michael Snyder  <msnyder@cygnus.com>
21111
21112         * gdb.base/funcargs.exp: simplify expect strings to ease pattern
21113         match processing (and eliminate spurious timeouts when running).
21114
21115 Fri Jun 12 17:28:22 1998  Michael Snyder  <msnyder@cygnus.com>
21116
21117         * gdb.base/signals.exp (test_handle_all_print): put back Mach
21118         exception test, but conditionalize it on target [mach | gnu].
21119
21120 Wed Jun 10 10:40:03 1998  Michael Snyder  <msnyder@cygnus.com>
21121
21122         * gdb.base/overlays.exp: fixup compile line for linker script.
21123
21124 Thu Jun  4 21:54:15 1998  Felix Lee  <flee@zog.cygnus.com>
21125
21126         * gdb.fortran/types.exp: don't guess at float size.
21127
21128 Thu May 21 02:28:37 1998  Felix Lee  <flee@zog.cygnus.com>
21129
21130         * gdb.base/exprs.exp: delete test that depends on int size.
21131
21132 Sun May 17 17:10:22 1998  Bob Manson  <manson@charmed.cygnus.com>
21133
21134         * config/sim.exp: Removed checks for target triplets.
21135         (gdb_target_sim): Use gdb,target_sim_options.
21136
21137 Sat May 16 23:43:35 1998  Mark Alexander  <marka@cygnus.com>
21138
21139         * gdb.base/reread.exp: New file.
21140         * gdb.base/reread1.c: New file.
21141         * gdb.base/reread2.c: New file.
21142
21143 Sat May 16 23:22:09 1998  Mark Alexander  <marka@cygnus.com>
21144
21145         * config/sim.exp: Use 'target sim -sparclite' when running
21146         SPARClite programs.
21147
21148 Sat May 16 18:48:08 1998  Doug Evans  <devans@canuck.cygnus.com>
21149
21150         * gdb.base/structs2.exp: New file.
21151         * gdb.base/structs2.c: New file.
21152
21153 Wed May 13 13:36:14 1998  Doug Evans  <devans@canuck.cygnus.com>
21154
21155         * gdb.asm/common.inc: New file.
21156         * gdb.asm/d10v.inc: New file.
21157         * asm-source.exp: Pass -I's to gas to find .inc files.
21158         Update line numbers in expected output.
21159         * asmsrc1.s: Rewrite.
21160         * asmsrc2.s: Rewrite.
21161         * configure.in: Create arch.inc symlink.
21162         * configure: Regenerate.
21163         * Makefile.in (distclean): Delete arch.inc.
21164
21165 Wed May  6 10:30:54 1998  John Metzler  <jmetzler@cygnus.com>
21166
21167         *  callfuncs.c (t_enum_value1) : Cleanup return value warnings
21168         (t_enum_value2): ditto
21169         (t_enum_value3): ditto
21170         (main): ditto
21171 Fri May  1 09:33:37 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
21172
21173         * gdb.base/break.exp:  Remove xfail for `deleting all breakpoints
21174         when none' unexpected prompt case, fixed by breakpoint.c:delete_command
21175         change.
21176         Use gdb_test instead of send_gdb/gdb_expect sequences.
21177
21178 Thu Apr 23 12:56:19 1998  Jason Molenda  (crash@bugshack.cygnus.com)
21179
21180         * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
21181         not void.
21182
21183 Thu Apr 16 10:52:34 1998  John Metzler  <jmetzler@cygnus.com>
21184
21185         * gdb.base/branches.c: Code with lots of loops and
21186         subroutines. Used to test gdbs ability to single step through PC
21187         changes, especially to test mips-tdep.c:mips_next_pc
21188
21189 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
21190
21191         * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
21192         more rigorous EGCS C++ error checking.
21193
21194 Fri Apr 10 22:38:12 1998 Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
21195
21196         * gdb.base/help.exp:  Clean up `help set args' and `help show args'
21197         tests.
21198         * gdb.base/interrupt.exp:  Add "i*86-*-solaris2*" xfail for calling
21199         function when asleep.
21200         * gdb.base/signals.exp:  Add "i*86-*-solaris2*" xfails. Add comment
21201         for i*86 Linux and SVR4 signal handling problems.
21202         Remove linux xfail for `next to handler in signals_tests_1', fixed
21203         by recent infrun.c change.
21204         Limit backtrace to 10 frames to avoid timeout problems with infinite
21205         stack backtraces.
21206         Adjust expect pattern in `handle all print' test to match Apr 28 1997
21207         target.[ch] change.
21208
21209 Tue Mar 31 00:40:32 1998  Bob Manson  <manson@charmed.cygnus.com>
21210
21211         * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
21212         for a newline from gdb before continuing.
21213         (default_gdb_exit): Just look for y or n.
21214         (gdb_test): Detect abnormal exit from GDB running on DOS; if
21215         it does, fail the rests of the tests in the file.
21216
21217 Tue Mar 24 22:44:52 1998  Bob Manson  <manson@charmed.cygnus.com>
21218
21219         * config/cygmon.exp: New file.
21220
21221 Mon Mar 16 21:39:11 1998  Bob Manson  <manson@charmed.cygnus.com>
21222
21223         * gdb.base/list.exp: Fix problem with "list default lines around
21224         main" test on remote targets.
21225
21226         * gdb.base/scope.exp: Fix problem with filelocal_bss before
21227         run test on remote targets.
21228
21229 Thu Mar 12 16:23:00 1998  Doug Evans  <devans@canuck.cygnus.com>
21230
21231         * gdb.asm: New directory.
21232         * configure.in: Configure it.
21233         * configure: Regenerate.
21234         * gdb.asm/{Makefile.in,configure.in,configure}: New files.
21235         * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
21236
21237 Mon Feb 23 08:22:44 1998  Mark Alexander  <marka@cygnus.com>
21238
21239         * config/mn10300-eval.exp: New file to support MN10300 eval board.
21240
21241 Wed Feb 18 16:43:46 1998  Michael Snyder  (msnyder@cygnus.com)
21242
21243         * gdb.base/overlays (several files): Merge the two overlay
21244         managers into one.  Change variables (foox, barx, bazx, grbxx)
21245         back into ints but force them to load in their proper sections.
21246
21247 Thu Feb 12 13:49:30 1998  Andrew Cagney  <cagney@b1.cygnus.com>
21248
21249         * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
21250         on-chip insn memory and IMAP1 to upper 128k.
21251         (D10VCopy): Handle memory regions crossing 16k boundaries.
21252         (D10VCopy): Transfer data in 32 bit chunks.
21253
21254 Tue Feb 10 17:23:22 1998  Andrew Cagney  <cagney@b1.cygnus.com>
21255
21256         * gdb.base/overlays.c (main): Exit normally when result is
21257         correct.
21258
21259         * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
21260         map.  Include space for printf in .text segment.
21261
21262         * gdb.base/d10vovly.c (D10VTranslate): New function, handle
21263         updated d10v memory VMA/LMA map.
21264         (D10VCopy): Call D10VTranslate.
21265
21266 Fri Feb  6 14:13:12 1998  Andrew Cagney  <cagney@b1.cygnus.com>
21267
21268         * gdb.base/m32rovly.c: Force variable _novlys into .data section.
21269
21270         * gdb.base/bar.c (barx, bar): Change variable to small array so
21271         that it won't be put into the .sdata - small data -
21272         section. Update reference.
21273         * gdb.base/baz.c (bazx, baz): Ditto.
21274         * gdb.base/foo.c (foox, foo): Ditto.
21275         * gdb.base/grbx.c (grbxx, grbx): Ditto.
21276
21277         * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
21278         to be arrays.
21279
21280 Thu Jan 29 14:48:19 1998  Michael Snyder  (msnyder@cygnus.com)
21281
21282         * gdb.base/overlays.exp: fix up and get working again.
21283         Add tests for backtraces from an overlay function.
21284
21285 Fri Jan 23 07:52:45 1998  Fred Fish  <fnf@cygnus.com>
21286
21287         * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
21288         "calling function with watchpoint enabled".
21289
21290 Thu Jan 22 14:23:29 1998  Fred Fish  <fnf@cygnus.com>
21291
21292         * gdb.base/break.exp (test_next_with_recursion): Remove
21293         gdb_suppress_tests for d10v-*-*.
21294         * lib/gdb.exp (gdb_suppress_tests): Disable this function
21295         pending review of whether it is useful or not.
21296
21297 Tue Jan 20 13:02:09 1998  Mark Alexander  <marka@cygnus.com>
21298
21299         * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
21300
21301 Mon Jan 19 08:53:04 1998  Mark Alexander  <marka@cygnus.com>
21302
21303         * gdb.base/break.exp: Increase timeout for slow TX39 boards.
21304         * config/dve.exp: New file to support Densan boards.
21305
21306 Mon Dec 15 22:38:05 1997  Andrew Cagney  <cagney@b1.cygnus.com>
21307
21308         * gdb.base/interrupt.exp: Document problem of simulators, signals,
21309         reads and BSD.
21310
21311 Wed Nov 26 22:29:18 1997  Bob Manson  <manson@charmed.cygnus.com>
21312
21313         * config/monitor.exp: Be a bit less picky about the "Remote debugging"
21314         response.
21315
21316         * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
21317
21318 Tue Nov 25 12:46:36 1997  Andrew Cagney  <cagney@b1.cygnus.com>
21319
21320         * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
21321         test.
21322
21323         * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
21324         target_sizeof_long and target_bigendian_p.
21325         (structs_by_value, structs_by_reference): Check values according
21326         to targets word size and endianess.
21327
21328 Mon Nov 24 16:37:06 1997  Andrew Cagney  <cagney@b1.cygnus.com>
21329
21330         * gdb.base/langs.exp: For "continue to exit" ignore any trailing
21331         output.
21332
21333 Fri Oct 17 13:24:43 1997  Stan Shebs  <shebs@andros.cygnus.com>
21334
21335         * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
21336         Update test of set args help to match source change.
21337
21338 Fri Sep 26 17:36:20 1997  Jason Molenda  (crash@pern.cygnus.com)
21339
21340         * gdb.base/default.exp: Expect help system output to be in
21341         alphabetical order.
21342         * gdb.base/help.exp: Ditto.
21343
21344 Wed Sep 24 13:08:14 1997  Bob Manson  <manson@charmed.cygnus.com>
21345
21346         * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
21347         "i*86-pc-linux-gnu*".
21348         * gdb.base/interrupt.exp: Ditto.
21349         * gdb.base/corefile.exp: Ditto.
21350
21351         * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
21352         define vxworks when building the testcase.
21353
21354         * gdb.base/ptype.exp: Fix testnames to be unique.
21355         * gdb.base/radix.exp: Ditto.
21356         * gdb.base/term.exp: Ditto.
21357         * gdb.base/whatis.exp: Ditto.
21358         * gdb.c++/classes.exp: Ditto.
21359
21360 Tue Sep 16 22:21:48 1997  Bob Manson  <manson@charmed.cygnus.com>
21361
21362         * gdb.base/callfuncs.exp: Fix indentation.
21363
21364         * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
21365         suppress_flag has been set.
21366         (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
21367         target feature.
21368
21369 Mon Sep 15 15:43:17 1997  Bob Manson  <manson@charmed.cygnus.com>
21370
21371         * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
21372         the testcase.
21373
21374         * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
21375         set_debug_traps() and breakpoint().
21376         * gdb.c++/misc.cc (main): Ditto.
21377         * gdb.c++/templates.cc (main): Ditto.
21378         * gdb.c++/virtfunc.cc (main): Ditto.
21379
21380 Fri Sep 12 16:56:38 1997  Bob Manson  <manson@charmed.cygnus.com>
21381
21382         * lib/gdb.exp(gdb_step_for_stub): New function.
21383         (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
21384         exists, reload the executable and do a "continue" instead of
21385         doing a jump.
21386         (runto_main): Use gdb_step_for_stub.
21387
21388         * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
21389         tests to have unique names.
21390         * gdb.base/callfuncs.exp: Ditto.
21391         * gdb.base/commands.exp: Ditto.
21392         * gdb.base/default.exp: Ditto.
21393         * gdb.base/help.exp: Ditto.
21394         * gdb.base/list.exp: Ditto.
21395         * gdb.base/opaque.exp: Ditto.
21396         * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
21397         similar tests.
21398
21399         * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
21400         * gdb.c++/cplusfuncs.cc: Ditto.
21401         * gdb.c++/virtfunc.cc: Ditto.
21402
21403         * config/monitor.exp: Keep track of the last file we saw, rather
21404         than trying to get the info from gdb.
21405
21406         * gdb.fortran/types.exp: Move comment to previous line.
21407
21408 Tue Sep  2 19:55:34 1997  Bob Manson  <manson@charmed.cygnus.com>
21409
21410         * config/sparclet.exp: Detect gratuitous change to sparclet gdb
21411         target mode.
21412
21413 Mon Jul 28 12:14:47 1997  Stan Shebs  <shebs@andros.cygnus.com>
21414
21415         From Bob Manson:
21416         * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
21417         string from GDB when it connects.
21418
21419         * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
21420
21421 Thu Jul  3 15:35:12 1997  Bob Manson  <manson@charmed.cygnus.com>
21422
21423         * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
21424         if we can't get a debug format from GDB (we may be testing an
21425         older GDB). Use a 10 second timeout when checking for the format.
21426
21427         * gdb.stabs/weird.exp: Fix quoting.
21428
21429         * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
21430
21431 Mon Jun 30 18:31:43 1997  Bob Manson  <manson@charmed.cygnus.com>
21432
21433         * config/arm-ice.exp: New file.
21434
21435 Sun Jun 29 16:43:30 1997  Bob Manson  <manson@charmed.cygnus.com>
21436
21437         * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
21438         until it has been modified to work with the new testsuite.
21439
21440         * gdb.*/*.exp: Instead of causing 1 unresolved test when the
21441         testcase won't compile, cause all of the testcases in the file to
21442         fail instead.
21443
21444         * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
21445         (gdb_clear_suppressed): New procedure.
21446         (gdb_stop_suppressing_tests): Only clear suppress_flag if
21447         it contains a positive value.
21448
21449 Sat Jun 28 13:31:11 1997  Bob Manson  <manson@charmed.cygnus.com>
21450
21451         * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
21452
21453         * gdb.c++/virtfunc.exp: Remove setting of libs variable.
21454
21455 Fri Jun 27 07:44:25 1997  Fred Fish  <fnf@cygnus.com>
21456
21457         * lib/gdb.exp (setup_xfail_format): New function.
21458         (get_debug_format): New function to get debug format.
21459         (debug_format): New global variable to hold last value set
21460         by get_debug_format.
21461         * gdb.base/list.exp: Call get_debug_format and expect some
21462         tests to fail for DWARF 1 and COFF formats.
21463         * gdb.c++/ptype.exp: Ditto.
21464         * gdb.c++/classes.exp: Ditto.
21465         * gdb.c++/cplusfuncs.exp: Ditto.
21466         * gdb.c++/inherit.exp: Ditto.
21467         * gdb.c++/templates.exp: Ditto.
21468         * gdb.c++/virtfunc.exp: Ditto.
21469
21470 Wed Jun 25 09:08:51 1997  Bob Manson  <manson@charmed.cygnus.com>
21471
21472         * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
21473         host doesn't have a currently-open connection.
21474
21475         * config/sparclet.exp: Cleanups and fixes to make it generic for
21476         any gdb stub target. Handle cases where gdb doesn't respond when
21477         interrupted in a sane fashion.
21478
21479         * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
21480         same thing in a totally different way.
21481
21482         * config/monitor.exp: Pass in timeouts to gdb_expect instead of
21483         setting "timeout".
21484         (gdb_start): We set the global gdb_prompt variable in
21485         default_gdb_init now.
21486
21487 Sun Jun 22 09:11:02 1997  Fred Fish  <fnf@cygnus.com>
21488
21489         * gdb.base/printcmds.exp: Fix "check for floating addition"
21490         regexp to accept results within approx +/- .01 of exact value.
21491         * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
21492
21493 Wed Jun 18 11:11:39 1997  Bob Manson  <manson@charmed.cygnus.com>
21494
21495         * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
21496         properly.
21497         (gdb_expect): Add optional timeout parameter, and add timeout
21498         value to various calls.
21499         (gdb_suppress_tests): Only give one warning message per group.
21500
21501 Tue Jun 17 13:10:10 1997  Bob Manson  <manson@charmed.cygnus.com>
21502
21503         * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
21504         global variables. Handle getting a value for $timeout more
21505         gracefully.
21506
21507 Sat Jun 14 09:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
21508
21509         * lib/gdb.exp: Close connection to remote host if gdb doesn't
21510         initialize.
21511         (default_gdb_init): New procedure; allow gdb_init to be overridden
21512         by a target configuration file.
21513         (gdb_expect): Pass the timeout to remote_expect.
21514
21515         * config/monitor.exp(gdb_load): Fix typo in regexp.
21516
21517 Thu Jun 12 20:57:12 1997  Bob Manson  <manson@charmed.cygnus.com>
21518
21519         * gdb.base/funcargs.exp: Remove spurious suppress tests call.
21520
21521 Tue Jun  3 15:20:20 1997  Bob Manson  <manson@charmed.cygnus.com>
21522
21523         * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
21524         here. Call gdb_target_exec before rebooting the target, to make
21525         sure the connection to the target is closed.
21526         (gdb_load): Pass the name of the executable to gdb_target_monitor.
21527         Don't call gdb_file_cmd here; let gdb_target_monitor do it.
21528         Also detect "Timeout reading from remote" error.
21529
21530         * config/gdbserver.exp: Pass the executable being loaded to
21531         gdb_target_monitor. Don't call gdb_file_cmd here; let
21532         gdb_target_monitor do it.
21533
21534         * gdb.disasm/hppa.exp: Don't use exec_output.
21535
21536 Fri May 23 13:28:29 1997  Bob Manson  <manson@charmed.cygnus.com>
21537
21538         * gdb.base/list.exp: If we're debugging a non-native target,
21539         try to set the pc register to point to the start of the
21540         program before doing the first list command.
21541
21542         * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
21543         test_calls after restarting.
21544
21545         * lib/gdb.exp(gdb_run_cmd): Send jump command again after
21546         reloading.
21547
21548         * gdb.base/watchpoint.exp: Fix typo.
21549
21550         * gdb.base/setshow.exp: Check for use_gdb_stub.
21551
21552         * gdb.base/break.exp: Fix continue until exit test for the gdb
21553         stub case.
21554         * gdb.base/langs.exp: Ditto.
21555
21556         * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
21557         gdb_load_offset. If we weren't given a file to load, figure out
21558         what the current file is and use it.
21559
21560         * config/i386-bozo.exp: New file.
21561
21562 Thu May 22 18:51:32 1997  Bob Manson  <manson@charmed.cygnus.com>
21563
21564         * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
21565         feature.
21566
21567         * config/proelf.exp: New entry.
21568
21569 Wed May 21 21:23:16 1997  Bob Manson  <manson@charmed.cygnus.com>
21570
21571         * lib/gdb.exp: Remove spurious .* patterns at the beginning
21572         of regexps.
21573
21574         * gdb.base/watchpoint.exp: Don't run the test_stepping
21575         tests if gdb can't call functions on the target.
21576
21577         * gdb.base/setshow.exp: Don't run the set prompt tests if
21578         the board has gdb_prompt set.
21579
21580 Tue May 20 08:58:49 1997  Jeffrey A Law  (law@cygnus.com)
21581
21582         * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
21583         * gdb.base/commands.exp: Likewise.
21584         * gdb.base/setshow.exp: Likewise.
21585
21586 Mon May 19 15:37:50 1997  Bob Manson  <manson@charmed.cygnus.com>
21587
21588         * config/monitor.exp(gdb_start): Look for gdb_prompt target
21589         feature.
21590
21591         * config/i960.exp: New file.
21592
21593 Thu May  1 18:01:50 1997  Bob Manson  <manson@charmed.cygnus.com>
21594
21595         * gdb.base/funcargs.exp: Check for gdb,short_int target
21596         feature instead of looking for explicit target triplets.
21597
21598 Mon Apr 28 17:27:40 1997  Michael Snyder  <msnyder@cygnus.com>
21599
21600         * gdb.base/printcmds.exp: add a couple more tests a la
21601         "p 123DEADBEEF", to check parse_number.
21602         * top.c: change "to enable to enable" to "to enable" in a couple
21603         of help strings.
21604
21605 Thu Apr 24 14:38:18 1997  Jeffrey A Law  (law@cygnus.com)
21606
21607         * gdb.base/callfuncs.exp: Mark some tests as expected to fail
21608         on the mn10300.
21609
21610 Mon Apr 21 15:05:42 1997  Fred Fish  <fnf@cygnus.com>
21611
21612         * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
21613         where the test executable is run with explicit args.
21614         * gdb.base/default.exp: Handle arm-*-coff case for "info float".
21615
21616 Mon Apr 21 13:38:58 1997  Fred Fish  <fnf@cygnus.com>
21617
21618         * gdb.base/run.c: Use FAKEARGV to build test executable that
21619         does not require a command line arg, since most simulators
21620         don't currently support passing such an arg into the simulated
21621         program.
21622         * gdb.base/commands.exp: Change tests to insert the proper
21623         value as the arg to the first recursive factorial call.  Change
21624         compilation line to define FAKEARGV at compile time.
21625
21626 Wed Apr  9 11:12:36 1997  Jeffrey A Law  (law@cygnus.com)
21627
21628         * gdb.base/recurse.exp: Enable these tests for the mn10300.
21629         * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
21630         function with watchpoint enabled" test.
21631
21632 Tue Apr  8 19:33:20 1997  Bob Manson  <manson@charmed.cygnus.com>
21633
21634         * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
21635         Don't call gdb_test when the command doesn't return to a gdb prompt.
21636
21637         * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
21638         "Tests restarted" messages.
21639
21640 Tue Apr  8 16:38:46 1997  Jeffrey A Law  (law@cygnus.com)
21641
21642         * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
21643
21644 Thu Apr  3 15:21:26 1997  Michael Snyder  <msnyder@cygnus.com>
21645
21646         * gdb.base/help.exp: update help msg for INFO ADDR; add help test
21647         for INFO SYMBOL; add help tests for OVERLAY commands.
21648         * gdb.base/default.exp: add tests for INFO SYMBOL command;
21649         add tests for OVERLAY commands
21650         * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
21651         d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
21652         * gdb.base/sigall.c: add usestubs code frag
21653         * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
21654
21655 Thu Apr  3 09:38:53 1997  Bob Manson  <manson@charmed.cygnus.com>
21656
21657         * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
21658         failures.
21659         (gdb_stop_suppressing_tests): Note that tests have restarted.
21660
21661 Wed Apr  2 19:04:20 1997  Bob Manson  <manson@charmed.cygnus.com>
21662
21663         * config/h8300.exp: New file.
21664
21665 Sun Mar 30 13:38:25 1997  Bob Manson  <manson@charmed.cygnus.com>
21666
21667         * gdb.base/setshow.exp: Check for the existence of a
21668         feature, not its value.
21669
21670 Sat Mar 29 11:19:46 1997  Bob Manson  <manson@charmed.cygnus.com>
21671
21672         * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
21673
21674         * gdb.base/scope.exp: It's now init0(), not init().
21675
21676         * gdb.base/scope0.c: For now, change init() to be init0().
21677
21678         * config/monitor.exp: Use gdb_serial in preference to serial
21679         or netport.
21680
21681         * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
21682         and it's not already set.
21683
21684 Fri Mar 28 19:54:18 1997  Bob Manson  <manson@charmed.cygnus.com>
21685
21686         * gdb.base/setshow.exp: Only test the run command if the target
21687         isn't using a stub and if it supports argument passing.
21688
21689 Sat Mar 22 19:50:25 1997  Bob Manson  <manson@charmed.cygnus.com>
21690
21691         * config/udi.exp(gdb_start): Make sure UDICONF is set
21692         properly before starting gdb.
21693
21694 Mon Mar 24 14:40:33 1997  Jeffrey A Law  (law@cygnus.com)
21695
21696         * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
21697         * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
21698         * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
21699
21700 Tue Mar 11 11:42:58 1997  Bob Manson  <manson@charmed.cygnus.com>
21701
21702         * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
21703         specialized code to reboot the board, use remote_reboot instead.
21704
21705         * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
21706
21707         * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
21708
21709         * config/monitor.exp: Make sure we disconnect from the target.
21710         Also, try a reboot/reload cycle instead of failing if the
21711         load fails.
21712
21713 Fri Mar  7 13:48:30 1997  Bob Manson  <manson@charmed.cygnus.com>
21714
21715         * gdb.base/default.exp: Don't set match_max.
21716         * gdb.base/help.exp: Ditto.
21717         * gdb.base/list.exp: Ditto.
21718         * gdb.base/signals.exp: Ditto.
21719
21720         * config/monitor.exp(gdb_load): If gdb,use_standard_load is
21721         set, use remote_ld to download the testcase instead of
21722         the GDB loader.
21723
21724 Wed Mar  5 00:00:43 1997  Bob Manson  <manson@charmed.cygnus.com>
21725
21726         * config/vr5000.exp: New file.
21727
21728         * config/monitor.exp(gdb_target_monitor): Add pattern for
21729         "Ending remote" to detect errors in connecting.
21730
21731         * gdb.base/setshow.exp: Add .* within auto language test.
21732
21733         * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
21734         target feature.
21735
21736         * config/monitor.exp(gdb_load): Check for a failure when loading,
21737         and reboot the board if necessary.
21738
21739         * gdb.base/setvar.exp(test_set): Handle multiple prints within
21740         a set of tests. Remove print.* from the patterns being checked.
21741
21742 Mon Mar  3 11:57:43 1997  Bob Manson  <manson@charmed.cygnus.com>
21743
21744         * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
21745         refer to gdb_spawn_id.
21746
21747         * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
21748         longer used.
21749         * config/sparclet.exp: Ditto.
21750         * config/sparclet-old.exp: Ditto.
21751         * config/slite.exp: Ditto.
21752         * config/sim.exp: Ditto.
21753         * gdb.base/funcargs.exp: Ditto.
21754
21755         * lib/gdb.exp:Remove references to gdb_spawn_id.
21756         (gdb_expect): Move to remote.exp.
21757
21758 Fri Feb 28 20:47:39 1997  Bob Manson  <manson@charmed.cygnus.com>
21759
21760         * config/monitor.exp: Detect the "Couldn't establish connection"
21761         message from GDB.
21762
21763 Tue Feb 25 14:08:55 1997  Bob Manson  <manson@charmed.cygnus.com>
21764
21765         * gdb.base/bitfields.exp: Use runto instead of explicit
21766         gdb_run_cmd/gdb_expect sequences.
21767
21768         * gdb.base/break.exp(text_next_with_recursion): Add match for
21769         gdb_expect call.
21770
21771         * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
21772         We also need to handle the "A program is being debugged already"
21773         prompt from gdb. Use gdb_test to set the baud rate.
21774
21775         * lib/gdb.exp(gdb_init): Increase the default expect buffer size
21776         to 20000. Really. I mean it.
21777
21778 Mon Feb 24 13:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
21779
21780         * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
21781         fails. If suppress_flag is set, skip perror message about not
21782         being able to send to GDB.
21783         (send_gdb): If suppress_flag is set, don't try to send commands to
21784         GDB.
21785         (gdb_expect): If suppress_flag is set, always fail immediately.
21786         (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
21787         (gdb_init): Call gdb_stop_suppressing_tests.
21788         (default_gdb_exit): Ditto.
21789         (default_gdb_start): Ditto.
21790
21791         * gdb.base/bitfields.exp: Call gdb_suppress_tests and
21792         gdb_stop_suppressing_tests as appropriate.
21793         * gdb.base/break.exp: Ditto.
21794         * gdb.base/callfuncs.exp: Ditto.
21795         * gdb.base/commands.exp: Ditto.
21796         * gdb.base/exprs.exp: Ditto.
21797         * gdb.base/funcargs.exp: Ditto.
21798         * gdb.base/list.exp: Ditto.
21799         * gdb.base/recurse.exp: Ditto.
21800         * gdb.base/scope.exp:  Ditto.
21801         * gdb.base/structs.exp: Ditto.
21802         * gdb.c++/inherit.exp: Ditto.
21803
21804 Sun Feb 23 19:56:02 1997  Bob Manson  <manson@charmed.cygnus.com>
21805
21806         * config/vr4300.exp: New file.
21807
21808         * gdb.*/*.exp: Call gdb_expect instead of expect.
21809
21810         * lib/gdb.exp(gdb_expect): New function.
21811
21812 Thu Feb 20 13:57:01 1997  Bob Manson  <manson@charmed.cygnus.com>
21813
21814         * lib/gdb.exp(gdb_init): New function.
21815
21816         * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
21817         for each individual variable set.
21818
21819         * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
21820         name.
21821
21822         * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
21823
21824         * gdb.base/scope.exp: Use gdb_test.
21825
21826         * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
21827         aborting; the testsuite driver will do that for us (see
21828         gdb_finish). Also, use gdb_test in a few more places.
21829
21830 Thu Feb 20 13:32:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
21831
21832         * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
21833
21834 Thu Feb 20 10:34:21 1997  Jeffrey A Law  (law@cygnus.com)
21835
21836         * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
21837         and "add_tests" are not at the same address.
21838
21839 Fri Feb 14 18:47:23 1997  Bob Manson  <manson@charmed.cygnus.com>
21840
21841         * gdb.base/ptype.exp: Use gdb_test.
21842
21843 Thu Feb 13 16:09:36 1997  Jeffrey A Law  (law@cygnus.com)
21844
21845         * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
21846         * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
21847         left in.  No longer expect them to fail.
21848
21849         * gdb.stabs/*.mt; Deleted, no longer used.
21850         * gdb.stabs/configure.in: Remove references to target makefile
21851         frags.
21852         * gdb.stabs/configure: Rebuilt.
21853
21854         * gdb.disasm/*.mt: Deleted, no longer used.
21855         * gdb.disasm/configure.in: Remove references to target makefile
21856         frags.  Use "sh3.s" as the unique filename for this directory.
21857         * gdb.disasm/configure: Rebuilt.
21858
21859         * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
21860         * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
21861         * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
21862
21863 Tue Feb 11 16:57:58 1997  Bob Manson  <manson@charmed.cygnus.com>
21864
21865         * config/udi.exp: Use mondfe,name instead of remote_host.
21866
21867 Tue Feb 11 11:22:36 1997  Jeffrey A Law  (law@cygnus.com)
21868
21869         * gdb.base/watchpoint.exp: Don't expect a failure when calling
21870         a function with a watchpoint enabled on the mn10200.
21871
21872         * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
21873         before trying to create it!
21874
21875 Mon Feb 10 16:40:47 1997  Bob Manson  <manson@charmed.cygnus.com>
21876
21877         * config/vx.exp: Use hostname instead of netport.
21878
21879         * config/vxworks.exp: New file.
21880
21881         * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
21882
21883         * config/monitor.exp(gdb_target_monitor): Look for a prompt from
21884         gdb before assuming everything worked. Send a ^C if a timeout
21885         occurs.
21886
21887         * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
21888         $gdb_spawn_id directly.
21889         (gdb_run_cmd): Try _start as well as start. Use the target feature
21890         gdb,start_symbol as the symbol to start from when jumping.
21891
21892 Mon Feb 10 11:26:59 1997  Jeffrey A Law  (law@cygnus.com)
21893
21894         * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
21895         redundant) test.
21896
21897         * gdb.base/recurse.exp: Relax final value test for 'b' so that
21898         it doesn't lose for 16bit integer systems.
21899
21900 Fri Feb  7 09:31:21 1997  Jeffrey A Law  (law@cygnus.com)
21901
21902         * gdb.fortran/types.exp: If the target doesn't support "double"
21903         data types, then expect "real" types to only be 4 bytes.
21904
21905         * gdb.c++/virtfunc.exp: Expect failure for virtual function
21906         call tests if the target doesn't support inferior function calls.
21907
21908         * gdb.base/printcmds.exp: Allow minor deviation in FP values
21909         in printf tests.
21910
21911 Thu Feb  6 12:46:14 1997  Jeffrey A Law  (law@cygnus.com)
21912
21913         * gdb.base/help.exp: Disable "help set", "help show", and
21914         "help support".  Simplify regexp for "help stack".
21915
21916         * gdb.base/default.exp: Set match_max to 5000 and the timeout
21917         to 60 seconds.  Temporarily set match_max to 15000 around the
21918         "info copying" test.
21919
21920         * gdb.base/nodebug.exp: Don't try to do an inferior function
21921         call if the target doesn't support them.
21922         * gdb.base/printcmds.exp: Likewise.
21923         * gdb.base/setvar.exp: Likewise.
21924         * gdb.base/structs.exp: Likewise.
21925         * gdb.c++/templates.exp: Likewise.
21926         * gdb.base/ptype.exp: Likewise.  Remove UDI specific stuff.
21927
21928         * gdb.base/recurse.exp: Enable for the mn10200.
21929
21930         * configure.in: Do configure gdb.stabs directory for *-*-elf
21931         targets.
21932         * configure: Rebuilt.
21933
21934         * gdb.base/break.exp: Check for gdb,noresults before testing
21935         exit status and/or results from the target.
21936         * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
21937         * lib/gdb.exp: Remove old (now bogus) initialization of
21938         noinferior, noargs, noresults and nosignals.
21939
21940 Tue Feb  4 21:52:17 1997  Bob Manson  <manson@charmed.cygnus.com>
21941
21942         * config/sh.exp: New file.
21943
21944         * config/slite.exp: Try to connect multiple times to the board
21945         before rebooting. Only send a "monitor run" if need_monitor_run
21946         is set.
21947
21948         * gdb.base/break.exp: Don't do the "stub continue" test if
21949         the target has gdb_stub set.
21950
21951         * gdb.base/callfuncs.exp: Increase the timeout.
21952
21953         * gdb.base/interrupt.exp: Don't even try to compile the testcase
21954         if the target has gdb,noinferiorio set.
21955
21956         * gdb.base/list.exp: Increase match_max to 10000 characters.
21957
21958         * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
21959
21960         * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
21961         target.
21962
21963         * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
21964
21965 Mon Feb  3 12:09:37 1997  Bob Manson  <manson@charmed.cygnus.com>
21966
21967         * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
21968         trying to delete the copy of gdb. Catch the file delete so we
21969         don't die if the delete fails; also, the file should be copied to
21970         the host, not to the build.
21971
21972 Sun Feb  2 00:55:14 1997  Bob Manson  <manson@charmed.cygnus.com>
21973
21974         * lib/gdb.exp(gdb_test): Surround the result pattern with
21975         parenthesis in case it contains multiple regexps separated
21976         with |.
21977
21978         * gdb.base/watchpoint.exp: Use gdb_test.
21979         * gdb.base/default.exp: Ditto.
21980
21981 Sat Feb  1 23:51:01 1997  Bob Manson  <manson@charmed.cygnus.com>
21982
21983         * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
21984
21985         * gdb.base/scope.exp: Use gdb_test.
21986         * gdb.c++/classes.exp: Ditto.
21987         * gdb.c++/inherit.exp: Ditto.
21988
21989 Fri Jan 31 13:09:12 1997  Bob Manson  <manson@charmed.cygnus.com>
21990
21991         * gdb.base/crossload.exp: Don't use execute_anywhere, use
21992         remote_exec instead.
21993         * gdb.base/corefile.exp: Don't be ridiculous.
21994         * gdb.base/*.c: Add missing stub invocations.
21995
21996 Thu Jan 30 16:49:25 1997  Bob Manson  <manson@charmed.cygnus.com>
21997
21998         * config/slite.exp: Miscellaneous fixes.
21999
22000         * lib/gdb.exp: Fix runto.
22001
22002         * gdb.base/signals.exp: Check for a gdb,nosignals feature of
22003         the target.
22004
22005         * gdb.base/watchpoint.exp: Fix regexp.
22006
22007         * lib/gdb.exp(default_gdb_exit): Add a catch to the
22008         close and wait commands, as the descriptor may now be
22009         invalid. Always call "remote_close host".
22010
22011 Tue Jan 28 14:42:31 1997  Bob Manson  <manson@charmed.cygnus.com>
22012
22013            Major rewrite for testsuite revision.
22014
22015         * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
22016         TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
22017         instead of relying on spawn_id to always contain a valid
22018         spawn id.
22019         (get_compiler_info): New procedure to build the ${binfile}.ci
22020         file, instead of replicating this in N different places.
22021         (gdb_compile): New procedure.
22022
22023         gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
22024         appropriate arguments) instead of compile. Use gdb_test in a lot
22025         more places.  Use send_gdb instead of send. Always run gdb_start
22026         at the start of a testcase, as this is no longer done magically.
22027
22028         config/*-gdb.exp: Rename without the -gdb suffix.
22029
22030         config/mips.exp: Use remote_close instead of exit_remote_shell.
22031         config/monitor.exp: Use target_info instead of looking at
22032         baud, timeout, etc.
22033         config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
22034
22035 Sat Dec 14 00:43:57 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22036
22037         * gdb.c++/templates.exp (test_ptype_of_templates),
22038         gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
22039         Update expect patterns for destructors and assignment operators
22040         to match corresponding c-typeprint.c changes.
22041         * gdb.c++/templates.exp (test_template_breakpoints):  Revert change
22042         to destructor breakpoint test, GDB should be able to set the
22043         destructor breakpoint without specifying arguments.
22044
22045 Tue Dec  3 20:17:52 1996  Fred Fish  <fnf@cygnus.com>
22046
22047         * gdb.threads/pthreads.exp: Change result for failure to compile due
22048         to lack of pthreads runtime support from an error to simply an
22049         unsupported test, per dejagnu standards.
22050
22051 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22052
22053         * lib/gdb.exp (gdb_test):  Simplify expect pattern for the case
22054         where GDB exits to reduce pattern match time.
22055         (skip_chill_tests):  Skip chill tests for mips*-sgi-irix6*.
22056
22057         * gdb.base/nodebug.exp:  Add mips*-sgi-irix6* xfails.
22058
22059 Tue Nov 26 18:29:23 1996  Michael Snyder  <msnyder@cygnus.com>
22060
22061         * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
22062         * gdb.base/default.exp:   ditto.
22063         * gdb.base/nodebug.exp:   ditto.
22064         * gdb.base/printcmds.exp: ditto.
22065         * gdb.base/ptype.exp:     ditto.
22066         * gdb.base/setvar.exp:    ditto.
22067         * gdb.base/structs.exp:   ditto.
22068         * gdb.base/setshow.c:     Guard against uninitialized values of argc.
22069
22070 Tue Nov 26 17:23:28 1996  Ian Lance Taylor  <ian@cygnus.com>
22071
22072         * configure, */configure: Rebuild with autoconf 2.12.
22073
22074 Sat Nov 23 13:32:15 1996  Fred Fish  <fnf@cygnus.com>
22075
22076         * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
22077         use new i*86-pc-linux*-gnu quads.
22078         * gdb.base/corefile.exp: Ditto.
22079         * gdb.base/signals.exp: Ditto.
22080         * gdb.base/sigall.exp: Ditto.
22081         * gdb.base/interrupt.exp: Ditto.
22082
22083         * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
22084         "i*86-*-linux" for "signal SIGUSR1".  Now works, at least with
22085         RedHat 4.0.
22086
22087         * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
22088         linux.  This allows the test case to at least compile on latest
22089         linux, but still not run due to missing the threads runtime library.
22090
22091 Fri Nov 22 10:13:29 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22092
22093         * gdb.base/a1-selftest.exp (do_steps_and_nexts):  Reinitialize source
22094         directory to search gdb directory. Accept and step over conditional
22095         stack alignment code. Consume $prompt in failure cases.
22096         Reset timeout to $oldtimeout instead of some arbitrary value.
22097         * gdb.base/nodebug.exp:  Limit backtrace to 10 frames to avoid
22098         timeout problems with infinite stack backtraces.
22099         * gdb.base/ptype.exp (ptype struct link, union tu_link):
22100         Accept function parameters for linkfunc member.
22101
22102 Thu Nov 21 09:17:19 1996  Fred Fish  <fnf@cygnus.com>
22103
22104         * lib/gdb.exp (CFLAGS): Remove, unreferenced.
22105         (CXXFLAGS): Remove, unreferenced.
22106         (B_OPTIONS): Add for -B options and add code to initialize with
22107         previous -B options and also add -B option to pick up cross compiled
22108         runtime.
22109         (TARGET_INCLUDES): Add for -I options and add code to initialize when
22110         doing cross compiles.
22111         (target_alias): Declare global.
22112         (xgcc): Set variable to full path of gcc in build tree.  Use findfile
22113         to verify that gcc exists in build tree, and if so set CC to that
22114         gcc and to use B_OPTIONS and TARGET_INCLUDES.
22115
22116 Tue Nov 12 16:20:13 1996  Fred Fish  <fnf@cygnus.com>
22117
22118         * gdb.c++/inherit.exp (test_print_anon_union): Reenable
22119         ptype test for anonymous union.  Fixup testcase to match
22120         current gcc debug output.
22121
22122 Mon Nov 11 14:12:06 1996  Jeffrey A Law  (law@cygnus.com)
22123
22124         * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
22125         force argument to an unsigned long type.
22126
22127 Mon Nov 11 10:27:55 1996  Fred Fish  <fnf@cygnus.com>
22128
22129         * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
22130         tests and anonymous union print/ptype tests.
22131         * gdb.base/list.exp (test_forward-search): Increase timeout by
22132         5 minutes for the "search extremely long line" case.
22133         * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
22134         completely optional and that the pass/fail messages use the command as
22135         the message if that third arg is a null string.
22136         (gdb_test_exact):  Arrange that a null string pattern means match a
22137         null string output rather than any output, which might include random
22138         errors.
22139         * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
22140         backtrace test.
22141         * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
22142         always failing and failure is now exposed by gdb.exp changes.
22143
22144 Sat Nov  9 11:13:24 1996  Fred Fish  <fnf@cygnus.com>
22145
22146         * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
22147         weren't being noted.
22148
22149 Sat Nov  9 01:05:10 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22150
22151         * gdb.base/corefile.exp:  Consume $prompt in mmap fail cases.
22152         * gdb.stabs/weird.exp:  Remove v_comb xfails.
22153
22154 Tue Nov  5 10:44:23 1996  Michael Snyder  <msnyder@cygnus.com>
22155
22156         * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
22157                     list.exp scope.exp watchpoint.exp]
22158           Make all timeout error msgs explicitly say "(timeout)".
22159
22160 Mon Nov  4 12:03:06 1996  Michael Snyder  <msnyder@cygnus.com>
22161
22162         * config/monitor.exp: Increase download timeout to 1000 seconds.
22163
22164 Mon Nov  4 12:02:26 1996  Michael Snyder  <msnyder@cygnus.com>
22165
22166         * config/m32r.exp: Increase timeout to 120 seconds.
22167
22168 Sun Nov  3 14:37:05 1996  Fred Fish  <fnf@cygnus.com>
22169
22170         * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
22171         and accept older ordering as obsolescent gcc or gdb.
22172         * gdb.c++/templates.exp: Ditto.
22173         * gdb.c++/virtfunc.exp: Ditto.
22174
22175 Fri Nov  1 11:56:09 1996  Fred Fish  <fnf@cygnus.com>
22176
22177         * gdb.base/coremaker.c: Add code to mmap some data so we
22178         can check that it ends up in the core file.
22179         * gdb.base/corefile.exp: Add test to read mmapped data
22180         from core file.
22181
22182 Wed Oct 30 18:19:16 1996  Michael Snyder  <msnyder@cygnus.com>
22183
22184         * config/m32r.exp: New file.
22185
22186 Mon Oct 21 14:40:50 1996  Stu Grossman  (grossman@critters.cygnus.com)
22187
22188         * testsuite/gdb.base/nodebug.exp:  Whack out -g options by hand so
22189         that cflags can contains -gstabs, and work correctly for other tests.
22190
22191 Mon Oct 21 14:00:37 1996  Michael Snyder  <msnyder@cygnus.com>
22192
22193         * gdb.base/setshow.exp: New file, tests show and set.
22194         * gdb.base/setshow.c:   New file, tests show and set.
22195         * gdb.base/help.exp: Add test for help set|show annotate.
22196         * gdb.base/default.exp: Add test for set|show annotate.
22197
22198 Wed Oct 16 19:03:54 1996  Stu Grossman  (grossman@critters.cygnus.com)
22199
22200         * testsuite/gdb.base/break.exp:  Make backtrace from factorial
22201         errors unique.
22202         * testsuite/gdb.base/nodebug.exp:  Whack out all -g options
22203         explicitly.
22204
22205 Tue Oct 15 16:45:02 1996  Stu Grossman  (grossman@critters.cygnus.com)
22206
22207         * config/sim-gdb.exp (gdb_target_sim):  Remove setting of height
22208         and width commands.  This is done elsewhere.
22209         * (gdb_start):  Don't call gdb_start_sim here.  That's already
22210         done in gdb_load.  This fixes lots of failures in default.exp.
22211
22212 Sun Oct 13 10:40:23 1996  Fred Fish  <fnf@cygnus.com>
22213
22214         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
22215         * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
22216         * lib/gdb.exp (gdb_test): Treat failures due to program exiting
22217         in the same we we treat other failures (since it may be an expected
22218         condition), rather than as an error.
22219         * gdb.base/signals.exp (test_handle_all_print): Revert back to
22220         old test format.
22221
22222 Fri Oct 11 17:05:22 1996  Fred Fish  <fnf@cygnus.com>
22223
22224         * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
22225         (distclean maintainer-clean realclean): No need to remove files
22226         twice.  Nuke the duplicates.
22227         * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
22228         * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
22229         Remove config.h along with other config files.
22230
22231 Mon Sep 30 20:16:22 1996  Fred Fish  <fnf@cygnus.com>
22232
22233         * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
22234         "p func1 ()" and note that rests of tests are skipped.
22235         * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
22236         setup_xfails for "print func2::coremaker_local".
22237         Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
22238         * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
22239         affected by the previous run test.
22240         * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
22241         "print array () ubyte (foo)" and "print/x array () byte (\$i)"
22242         * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
22243         "pass int powerset tuple" and "pass modeless int powerset tuple".
22244         * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
22245         "real write 4" and "real write 8".
22246         * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
22247         setup_xfails for "print vs1 after tuple assign 2",
22248         "print \$i after tuple assign 2", and
22249         "print vs2 after tuple assign 2".
22250         * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
22251         meaningful error message and return -1 so the caller can
22252         suppress further tests and avoid a cascade of errors.
22253
22254 Fri Sep 27 10:34:51 1996  Fred Fish  <fnf@cygnus.com>
22255
22256         * gdb.base/a1-selftest.exp: Tweak tests to account for new
22257         format for printing version.
22258         * gdb.base/default.exp: Ditto.
22259         * gdb.base/interrupt.exp: Fix problem with cascade of
22260         errors if child process dies while calling a function.
22261
22262 Fri Sep 13 21:43:48 1996  Fred Fish  <fnf@cygnus.com>
22263
22264         * Makefile.in (VPATH): Add
22265         * Makefile.in (Makefile, config.status): Fix rules so things get
22266         remade when necessary.
22267
22268 Fri Sep 13 18:16:10 1996  Fred Fish  <fnf@cygnus.com>
22269
22270         * Makefile.in (just-check): Add path to sibling expect dir
22271         to environment variable specified by RPATH_ENVVAR.
22272
22273 Fri Sep 13 12:05:34 1996  Fred Fish  <fnf@cygnus.com>
22274
22275         * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
22276         (just-check): Add shared library paths for libstdc++, tk,
22277         tcl, bfd, and opcodes to the environment variable specified
22278         in RPATH_ENVVAR.
22279         * configure.in: Add support to recognize --enable-shared flag
22280         and generate correct value for RPATH_ENVVAR.
22281         * configure: Regenerated with autoconf.
22282
22283 Mon Sep  2 06:36:02 1996  Fred Fish  <fnf@cygnus.com>
22284
22285         * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
22286         include all osf versions.
22287         * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
22288         all osf versions.  Add -D_MIT_POSIX_THREADS to compilation command
22289         when target is linux.  When failing to build pthreads test
22290         executable, give more meaningful message.
22291         * gdb.threads/pthreads.c: Hpux also uses old definition of second
22292         arg for pthread_create.
22293
22294 Mon Aug 19 09:58:59 1996  Fred Fish  <fnf@cygnus.com>
22295
22296         * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
22297         PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
22298         * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
22299         and -lpthreads (everybody else).
22300         (test_startup): Fail gracefully if threads are not supported.
22301         * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
22302         "p/c array_index("abcdef",2)" when not gcc compiled.
22303         * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
22304         "print func2::coremaker_local" when not gcc compiled.
22305         * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
22306         "ptype on opaque struct tagname (statically)",
22307         "ptype on opaque struct tagname (dynamically) 1", and
22308         "ptype on opaque struct tagname (dynamically) 2"
22309         for not compiled with gcc.
22310         * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
22311         backtrace when compiled with gcc.
22312         * lib/gdb.exp (runto_main): Return result of "runto main" rather
22313         than always return success.
22314
22315 Sat Aug 17 13:28:00 1996  Fred Fish  <fnf@cygnus.com>
22316
22317         * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
22318
22319 Tue Aug 13 10:26:10 1996  Jeffrey A Law  (law@cygnus.com)
22320
22321         * gdb.base/structs.exp: Undo last change.
22322
22323 Mon Aug 12 15:29:08 1996  Fred Fish  <fnf@cygnus.com>
22324
22325         * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
22326         encapsulate all the steps/nexts done during self test, starting
22327         at main, and makes them less sensitive to optimization issues.
22328         Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
22329         signal handler" test.
22330         * gdb.threads/pthreads.exp: Only run this for native configs.
22331         * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
22332         setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
22333         tests.
22334         gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
22335         for "runto test_calls(void)" test.
22336
22337 Sun Aug 11 13:11:24 1996  Fred Fish  <fnf@cygnus.com>
22338
22339         * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
22340         and don't expect address info in breakpoint confirmations.
22341
22342 Wed Aug  7 20:47:43 1996  Fred Fish  <fnf@cygnus.com>
22343
22344         * gdb.base/list.exp (test_forward_search): Increase timeout
22345         temporarily by 60 seconds for searching extremely long line,
22346         and then reset to old value when done.  Increase expect input
22347         buffer to 10000.
22348
22349 Wed Aug  7 15:34:22 1996  Fred Fish  <fnf@cygnus.com>
22350
22351         * gdb.base/list.exp (test_forward_search): Fix to handle very
22352         long source line without overflowing expect's input buffer.
22353
22354 Wed Aug  7 12:03:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
22355
22356         * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
22357         "buffer_full".
22358
22359         * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
22360         "buffer_full".
22361
22362         * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
22363         "buffer_full".
22364
22365         * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
22366         "buffer_full".
22367
22368 Wed Aug  7 11:05:47 1996  Fred Fish  <fnf@cygnus.com>
22369
22370         * configure.in (configdirs): Add gdb.threads.
22371         * configure: Regenerated with autoconf.
22372         * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
22373         * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
22374         * gdb.threads/configure: New, generated with autoconf.
22375
22376 Tue Aug  6 10:23:04 1996  Tom Tromey  <tromey@rtl.cygnus.com>
22377
22378         * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
22379
22380 Mon Aug  5 18:11:53 1996  Fred Fish  <fnf@cygnus.com>
22381
22382         * gdb.base/signals.exp (test_handle_all_print): Test separately for
22383         each signal's status in the output of "handle all print".
22384         * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
22385         the \r\n sequence that immediately precedes the gdb prompt.
22386         * gdb.base/a1-selftest.exp: Save original timeout and restore
22387         after test.
22388
22389 Sun Aug  4 10:20:50 1996  Jeffrey A Law  (law@cygnus.com)
22390
22391         * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
22392         symbol.
22393
22394 Fri Aug  2 17:37:26 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
22395
22396         * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
22397
22398 Thu Jun 27 20:41:40 1996  Fred Fish  <fnf@cygnus.com>
22399
22400         * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
22401         timeout by 60 seconds.
22402
22403 Thu Jun 27 18:13:57 1996  Fred Fish  <fnf@cygnus.com>
22404
22405         * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
22406         * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
22407         error return.
22408
22409 Thu Jun 27 10:54:58 1996  Fred Fish  <fnf@cygnus.com>
22410
22411         * lib/gdb.exp (default_gdb_start): When reporting a timeout during
22412         gdb initialization, also report how long dejagnu waited.  Restore
22413         old timeout before doing error return.  Temporarily increase timeout
22414         by 3 minutes to allow for slow startups over heavy NFS use.
22415
22416 Tue Jun 25 19:59:17 1996  Fred Fish  <fnf@cygnus.com>
22417
22418         * lib/gdb.exp: Report timeout value for verbosity level 2.
22419         * config/gdbserver.exp: Ditto.
22420         * config/hppro.exp: Ditto.
22421         * config/mips-gdb.exp: Ditto.
22422         * config/monitor.exp: Ditto.
22423         * config/netware.exp: Ditto.
22424         * config/sim-gdb.exp: Ditto.
22425         * config/slite-gdb.exp: Ditto.
22426         * config/udi-gdb.exp: Ditto.
22427         * config/unix-gdb.exp: Ditto.
22428         * config/vx-gdb.exp: Ditto.
22429         * gdb.base/a1-selftest.exp: Ditto.
22430         * gdb.base/a2-run.exp: Ditto.
22431         * gdb.base/break.exp: Ditto.
22432         * gdb.base/corefile.exp: Ditto.
22433         * gdb.base/list.exp: Ditto.
22434         * gdb.base/recurse.exp: Ditto.
22435         * gdb.base/scope.exp: Ditto.
22436         * gdb.base/signals.exp: Ditto.
22437
22438 Tue Jun 25 23:16:58 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
22439
22440         * gdb.threads/Makefile.in (docdir): Removed.
22441
22442 Tue Jun 25 17:02:39 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
22443
22444         * configure.in (AC_PREREQ): autoconf 2.5 or higher.
22445         * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
22446         @srcdir@.
22447         * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
22448         autoconf 2.5 or higher.
22449         * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
22450
22451 Thu Jun 13 11:16:10 1996  Tom Tromey  <tromey@thepub.cygnus.com>
22452
22453         * configure: Regenerated.
22454         * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
22455         avoid name clashes with SunOS headers.
22456
22457 Wed Jun  5 16:43:27 1996  Jeffrey A Law  (law@cygnus.com)
22458
22459         * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
22460
22461 Thu May 30 11:35:11 1996  Jeffrey A Law  (law@cygnus.com)
22462
22463         * gdb.base/callfuncs.exp: Finish last change -- make sure the
22464         prototype information ends up in the compiler info file.
22465
22466 Thu May 23 12:48:41 1996  Fred Fish  <fnf@cygnus.com>
22467
22468         * gdb.base/callfuncs.exp: Remove the compiler info file prior to
22469         attempting to regenerate it.  Eliminate use of a temporary file
22470         and just generate the info file directly.  Source it immediately,
22471         for consistency of use.
22472         * gdb.base/corefile.exp: Ditto
22473         * gdb.base/exprs.exp: Ditto.
22474         * gdb.base/funcargs.exp: Ditto.
22475         * gdb.base/langs.exp: Ditto.
22476         * gdb.base/list.exp: Ditto.
22477         * gdb.base/mips_pro.exp: Ditto.
22478         * gdb.base/nodebug.exp: Ditto.
22479         * gdb.base/opaque.exp: Ditto.
22480         * gdb.base/ptype.exp: Ditto.
22481         * gdb.base/scope.exp: Ditto.
22482         * gdb.base/setvar.exp: Ditto.
22483         * gdb.base/signals.exp: Ditto.
22484         * gdb.base/whatis.exp: Ditto.
22485         * gdb.c++/templates.exp: Ditto.
22486         * gdb.c++/virtfunc.exp: Ditto.
22487         * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
22488         whether or not to add -lstdc++ to the compile command line args.
22489
22490 Sat May 18 02:43:58 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22491
22492         * gdb.base/recurse.exp:  Remove setup_xfail for "sparc*-*-sunos4*",
22493         it got fixed by the recent lookup_minimal_symbol_by_pc change.
22494         Increase timeout, a lot of single stepping might be needed if the
22495         target has no hardware watchpoints.
22496
22497 Wed May 15 08:47:42 1996  Jeffrey A Law  (law@cygnus.com)
22498
22499         * gdb.base/break.exp: Ignore compiler warnings when compiling
22500         break.c.
22501         * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
22502         * gdb.base/default.exp: Add h8300 xfails.  Handle messages
22503         from remote-sim.
22504         * gdb.base/exprs.exp: Add h8300 xfails.
22505         * gdb.base/funcargs.exp: Likewise.
22506         * gdb.base/nodebug.exp: Likewise.
22507         * gdb.base/printcmds.exp: Likewise.
22508         * gdb.base/ptype.exp: Likewise.
22509         * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300.  Add
22510         h8300 xfails.
22511         * gdb.base/return.exp: Handle float/double precision problems
22512         on the h8300.
22513         * gdb.base/funcargs.c: Explicitly make last constant argument to
22514         call_after_alloca_subr an unsigned long type.
22515         * gdb.base/return.c: Include stdio.h.
22516
22517 Tue May  7 22:01:12 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
22518
22519         * config/abug.exp: New file for the older Motorola Bug monitor
22520         that runs on the mvme13x series VME boards.
22521         * config/monitor.exp: Use the new config array for target settings
22522         if they exist.
22523
22524 Fri May  3 16:02:55 1996  Stan Shebs  <shebs@andros.cygnus.com>
22525
22526         * sim-gdb.exp: Make the SH simulator allocate less space when
22527         it is targeted.
22528
22529 Thu May  2 12:31:56 1996  Jeffrey A Law  (law@cygnus.com)
22530
22531         * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
22532         test.
22533
22534 Wed Mar 20 08:48:03 1996  Fred Fish  <fnf@cygnus.com>
22535
22536         * gdb.base/list.exp (test_list_function): Remove setup_xfail for
22537         "rs6000-*-*" for "list function in include file" when gcc compiled.
22538         * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
22539         for "p ctable1[120]".
22540         * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
22541         "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
22542         Remove setup_xfail for "rs6000-*-*" for
22543         "print 'scope0.c'::filelocal before run".
22544         * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
22545         gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
22546         since some compilers don't allow both options to be given
22547         on the same command line.  Create object file and move it.
22548
22549 Tue Mar 19 23:49:31 1996  Fred Fish  <fnf@cygnus.com>
22550
22551         * gdb.base/corefile.exp: Always regenerate the core file, since
22552         we always regenerate the coremaker program.  Detect special case
22553         where registers cannot be read from core file.
22554
22555 Tue Mar 19 16:52:49 1996  Fred Fish  <fnf@cygnus.com>
22556
22557         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
22558         * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
22559         * gdb.c++/templates.exp: Only match on basename of file since
22560         some formats like xcoff don't encode directory information.
22561         * gdb.stabs/weird.exp: Use the right sed script for powerpc
22562         and rs6000 AIX xcoff targets.
22563         * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
22564         * configure: Regenerate.
22565         * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
22566         here, rather than in distclean.
22567
22568 Sun Mar 17 13:35:31 1996  Fred Fish  <fnf@cygnus.com>
22569
22570         * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
22571         defined, and use it to compile the test case with -O2.  The
22572         native compilation still uses no optimization.
22573         * gdb.base/mips_pro.c: Remove inline assembly code since
22574         it is compiled PIC by default, which results in assembler
22575         warnings that make the testsuite think the compilation
22576         was unsuccessful.
22577
22578 Sat Mar 16 15:02:24 1996  Fred Fish  <fnf@cygnus.com>
22579
22580         * gdb.c++/misc.exp: Add note to message for
22581         "print s.a for foo struct" that this is a known gcc 2.7.2
22582         and earlier bug.
22583
22584 Fri Mar 15 17:49:57 1996  Fred Fish  (fnf@cygnus.com)
22585
22586         * gdb.base/break.exp: Fix pattern for matching "Delete all
22587         breakpoints (y or n) ".  Add "mips-dec-ultrix*" to
22588         setup_xfail for deleting all breakpoints test.  Fix various
22589         timeout messages to include "(timeout)".
22590         * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
22591         for "p t_float_values2(3.14159,float_val2)".
22592         * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
22593         for "continue to call2g" when gcc compiled.
22594         * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
22595         "up to foo in langs.exp", "show language at foo in langs.exp",
22596         "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
22597         and "show language at fsub in langs.exp".
22598         * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
22599         "list line 1 in include file", "list message for lines past EOF",
22600         "list function in include file", "list list0.h:foo", and
22601         "list filename:function; nonexistant function".
22602         * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
22603         "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
22604         and "ptype t_char_array" to be for native cc only.
22605
22606 Fri Mar 15 16:17:22 1996  Fred Fish  <fnf@cygnus.com>
22607
22608         * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
22609         setup_xfail for "print coremaker_bss", "print coremaker_ro",
22610         "print func2::coremaker_local", and "backtrace in corefile.exp".
22611
22612 Wed Mar 13 14:54:11 1996  Fred Fish  <fnf@cygnus.com>
22613
22614         * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
22615         "bt in signals.exp".  This problem only appears when running
22616         the testsuite, and then only intermittently.
22617
22618 Tue Mar 12 15:00:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
22619
22620         * gdb.base/return.exp (return_tests): Differentiate between
22621         two tests of continuing.
22622
22623 Tue Mar  5 14:33:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
22624
22625         * */Makefile.in (maintainer-clean): Remove config.log.
22626         * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
22627         * gdb.c++/Makefile.in (PROGS): Add inherit.
22628         (clean): Remove *.ci.
22629
22630 Tue Feb 20 16:36:10 1996  Fred Fish  <fnf@cygnus.com>
22631
22632         * gdb.c++/misc.cc: Add test code from Mike Stump.
22633         * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
22634
22635 Sun Feb 18 11:39:12 1996  Fred Fish  <fnf@cygnus.com>
22636
22637         * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
22638         to "alpha-*-osf2*" and add comment.
22639         * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
22640         setup_xfail for "step over execarg initialization" and
22641         "step over corearg initialization".
22642         * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
22643         for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
22644         * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
22645         gcc compiled for "print coremaker_bss", "print coremaker_ro",
22646         "print func2::coremaker_local", and "backtrace in corefile.exp".
22647         * gdb.base/signals.exp: Build and source signals.ci.
22648         Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
22649         to be for gcc only.
22650         * lib/gdb.exp: Move verbose statements outside conditionals.
22651
22652 Sat Feb 17 02:22:14 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22653
22654         * gdb.base/sigall.exp:  Remove setup_xfail for irix4.  Fixed by
22655         Feb 3 procfs.c change.
22656
22657 Fri Feb 16 13:25:31 1996  Fred Fish  <fnf@cygnus.com>
22658
22659         * config/unix-gdb.exp: Remove extraneous newlines from end of file.
22660
22661 Thu Feb 15 08:12:55 1996  Fred Fish  <fnf@cygnus.com>
22662
22663         * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
22664         from dejagnu's apparent default of 10 seconds, which gives random
22665         results when running the tests over NFS on moderately loaded systems.
22666         * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
22667
22668 Mon Feb 12 16:50:28 1996  Fred Fish  <fnf@cygnus.com>
22669
22670         * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318.  Now fixed.
22671         * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
22672         result reports.
22673
22674 Fri Feb  9 15:56:51 1996  Fred Fish  <fnf@cygnus.com>
22675
22676         * configure.in (CY_AC_PATH_TCLH): Remove.
22677         * configure: Regenerate.
22678
22679 Fri Feb  9 08:21:31 1996  Fred Fish  <fnf@cygnus.com>
22680
22681         * gdb.c++/Makefile.in (clean): Add missing '{'.
22682
22683 Fri Feb  2 10:19:40 1996  Jeffrey A Law  (law@cygnus.com)
22684
22685         * lib/gdb.exp: Provide a default value for noinferior.
22686
22687         * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
22688         Load libgloss.exp.
22689
22690 Thu Feb  1 20:20:14 1996  Jeffrey A Law  (law@cygnus.com)
22691
22692         * gdb.disasm/hppa.exp: Compile directly into an executable, use
22693         the executable, not the .o to run the tests from.
22694
22695 Wed Jan 31 14:21:09 1996  Jeffrey A Law  (law@cygnus.com)
22696
22697         * gdb.base/break.exp: Don't test for program exit or exit status
22698         if $noresults if nonzero.
22699         * gdb.base/langs.exp: Likewise.
22700         * gdb.base/watchpoint.exp: Likewise.
22701
22702         * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
22703         * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
22704         trying to compile the testcase.
22705
22706 Wed Jan 24 23:42:39 1996  Doug Evans  <dje@charmed.cygnus.com>
22707
22708         * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
22709         * gdb.base/signals.exp (continue to handler): Likewise.
22710
22711 Tue Jan 23 16:28:22 1996  Per Bothner  <bothner@kalessin.cygnus.com>
22712
22713         * gdb.c++/classes.exp:  Now = returns false/true, not 1/0.
22714
22715         * gdb.fortran/exprs.exp:  .LT. and .GT. now return .TRUE. or .FALSE..
22716
22717 Tue Jan 23 15:41:57 1996  Jeffrey A Law  (law@cygnus.com)
22718
22719         * gdb.base/corefile.exp: Recognize "not found" as failure
22720         when trying to determine if a core file was generated.
22721         If no core file was generate the first time, try again without
22722         the ulimit -c to work around braindamaged shells.
22723
22724 Mon Jan 15 09:33:00 1996  Fred Fish  <fnf@cygnus.com>
22725
22726         * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
22727         [] tests with "test" and enclose string in quotes.
22728         * gdb.stabs/configure: Rebuild
22729
22730 Thu Jan 11 09:43:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
22731
22732         Changes in sync with expect:
22733         * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
22734         (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
22735         (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
22736         (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater.  Properly quote
22737         argument to AC_REQUIRE.
22738         * configure: Regenerated.
22739
22740 Thu Jan  4 08:17:22 1996  Fred Fish  <fnf@cygnus.com>
22741
22742         * gdb.base/corefile.exp: When generating a core, discard any
22743         error messages about ulimit not found and the "core dumped"
22744         message from the shell that runs the coredumper.
22745
22746 Wed Jan  3 01:30:41 1996  Jeffrey A Law  (law@cygnus.com)
22747
22748         * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
22749
22750         * gdb.stabs/weird.exp: Use ${target_triplet} to determine
22751         which sed script to run.  Expect failure for v_comb test
22752         on PA targets too.
22753
22754 Sat Dec 30 16:09:04 1995  Fred Fish  <fnf@rtl.cygnus.com>
22755
22756         * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
22757         "print func2::coremaker_local" and for "backtrace in corefile.exp"
22758
22759 Sat Dec 30 12:59:12 1995  Fred Fish  <fnf@cygnus.com>
22760
22761         * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
22762         * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
22763         "sparc-sun-solaris*" xfails for "p v_comb".
22764         * lib/gdb.exp (default_gdb_start): Fix typo.
22765         * gdb.base/corefile.exp: Allow "Core was generated by ..."
22766         messages to not include the full program name that caused
22767         the core dump since some systems (such as solaris) apparently
22768         truncate this path to about 80 characters.
22769         When generating a core file first try increasing the core file
22770         size limit to unlimited since some systems may default it to
22771         zero, and it is harmless to try it.  Move the test for failing
22772         to generate a core file to where it will actually get executed.
22773         * gdb.c++/templates.exp (test_ptype_of_templates): Accept
22774         new gdb result from g++ debug info improvements and make old
22775         pattern obsolescent.  Also account for size_t differences
22776         (may be int or long).
22777         * gdb.base/a1-selftest.exp (test_with_self): Check for case where
22778         initialization before function call is placed in the delay slot
22779         and thus appears to be skipped over by commands such as "next".
22780
22781 Fri Dec 29 16:09:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
22782
22783         * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
22784
22785 Wed Dec  6 10:45:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
22786
22787         * gdb.base/*.exp: Make ${srcfile} only be the basename of the
22788         input source file; fix code to compile test to deal with this
22789         convention.
22790         * gdb.c++/*.exp: Likewise.
22791
22792 Mon Nov 27 11:40:16 1995  Fred Fish  <fnf@cygnus.com>
22793
22794         * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
22795         "bt in signals.exp".
22796
22797 Sat Nov 25 20:52:15 1995  Fred Fish  <fnf@phydeaux.cygnus.com>
22798
22799         * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
22800         "step over execarg initialization" and
22801         "step over corearg initialization".
22802
22803 Sat Nov 25 18:20:14 1995  Fred Fish  <fnf@cygnus.com>
22804
22805         * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
22806         with sizeof(pointer) > sizeof(int).  Avoid "void *" or include files.
22807
22808 Sat Nov 25 11:03:42 1995  Fred Fish  <fnf@cygnus.com>
22809
22810         From Rob Savoye  (rob@poseidon.cygnus.com)
22811         * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
22812         gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
22813         configure.in}, gdb.disasm/{Makefile.in, configure.in},
22814         gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
22815         configure.in}: Major reworking for autoconfig.
22816         * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
22817         gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
22818         New files.
22819         * config/unix-gdb.exp:  Make GDB global.
22820         * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
22821         callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
22822         funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
22823         nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
22824         regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
22825         term.exp, twice.exp, watchpoint.exp, whatis.exp},
22826         gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
22827         templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
22828         misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
22829         pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
22830         pr-8136.exp, result.exp, string.exp, tuples.exp},
22831         gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
22832         to returns as necessary, arrange for test to compile own testcase
22833         executable.
22834         * lib/gdb.exp: Changes for testsuite to compile own test cases.
22835
22836 Tue Nov 21 16:15:45 1995  Fred Fish  <fnf@cygnus.com>
22837
22838         * gdb.c++/classes.exp (test_pointers_to_class_members): Add
22839         clear_xfail at end of test which might not call either pass or fail.
22840         * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
22841         "backtrace through signal handler".
22842
22843 Sat Nov 18 04:09:31 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22844
22845         * gdb.base/sigall.exp:  Work around OSF/1-3.x kernel bug when
22846         continuing from a job control stop signal.
22847         * gdb.stabs/alpha.mt:  Use $(CFLAGS) when building weird.o.
22848
22849 Wed Nov 15 00:28:03 1995  Jeffrey A Law  (law@cygnus.com)
22850
22851         * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
22852         * gdb.base/corefile.exp: Likewise.
22853         * gdb.base/funcargs.exp: Likewise.
22854
22855 Tue Nov 14 15:18:10 1995  Stu Grossman  (grossman@cygnus.com)
22856
22857         * config/hmsirom.exp:  Setup for talking to hmsi ROM monitor.
22858         * config/monitor.exp:  Add support for setting baud rate.
22859
22860 Sat Nov  4 15:35:52 1995  Fred Fish  <fnf@cygnus.com>
22861
22862         * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
22863         i*86-*-linux* xfails for "backtrace through signal handler".
22864         * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
22865         "print func2::coremaker_local".
22866         * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
22867         alpha-dec-osf2* xfail for
22868         "delete all breakpoints when none".
22869
22870 Wed Nov  1 15:57:16 1995  Fred Fish  <fnf@cygnus.com>
22871
22872         * gdb.base/break.exp: Change test that deletes all breakpoints
22873         when no user breakpoints are installed.  A post 4.15 change
22874         causes gdb to no longer prompt in this case.
22875
22876 Tue Oct 31 15:13:43 1995  Fred Fish  <fnf@cygnus.com>
22877
22878         * gdb.base/return.exp (return_tests):  Change xfail for test
22879         "correct value returned double test" to stop xfailing at
22880         Solaris 2.5.  Apparently the bug has been fixed.
22881
22882 Sun Oct 29 12:18:16 1995  Fred Fish  <fnf@cygnus.com>
22883
22884         * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
22885         IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
22886
22887 Tue Oct 24 11:12:12 1995  Jeffrey A Law  (law@cygnus.com)
22888
22889         * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
22890         * gdb.disasm/hppa.s: Corresponding changes.
22891
22892 Wed Oct 18 11:27:47 1995  Jeffrey A Law  (law@cygnus.com)
22893
22894         * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
22895         makefile fragment.
22896         * config/mt-hpux: Deleted.
22897
22898 Tue Oct 17 23:02:12 1995  Jeffrey A Law  (law@cygnus.com)
22899
22900         * Many files: When warning about suppressed tests due to a
22901         nonexistant test binary, avoid incrementing the warning count.
22902
22903 Tue Oct 10 11:00:41 1995  Fred Fish  <fnf@cygnus.com>
22904
22905         * Makefile.in (TARGET_FLAGS_TO_PASS):  Remove BISON.
22906
22907 Sun Oct  8 04:23:14 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22908
22909         * gdb.base/return.exp:  Change xfail from "sparc-*-solaris2.*" to
22910         "sparc-*-solaris2*".
22911
22912 Sat Sep 23 01:22:23 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22913
22914         * gdb.base/coremaker.c:  Produce a full core dump for AIX targets.
22915         Add global and local variables and initialize them.
22916         * gdb.base/corefile.exp:  Test correct mapping of corefile sections
22917         by printing variables. Remove rs6000 and powerpc xfails, BFD now
22918         extracts the file name and terminating signal from the core file.
22919         * TODO:  Remove note about tests for correct mapping of corefile.
22920         * gdb.base/ptype.c (main):  Use boolean2 to inhibit AIX 4.1 xlc
22921         from optimizing it away.
22922         * gdb.stabs/weird.exp:  Remove rs6000 xfail, xcoffread.c now
22923         handles common blocks.
22924
22925 Thu Sep 21 01:28:10 1995  Jeff Law  (law@snake.cs.utah.edu)
22926
22927         * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
22928         * gdb.disasm/sh3.exp (fmac): Corresponding changes.
22929
22930 Wed Sep 20 13:15:05 1995  Ian Lance Taylor  <ian@cygnus.com>
22931
22932         * Makefile.in (maintainer-clean): New target, synonym for
22933         realclean.
22934         * gdb.base/Makefile.in (maintainer-clean): Likewise.
22935         * gdb.c++/Makefile.in (maintainer-clean): Likewise.
22936         * gdb.chill/Makefile.in (maintainer-clean): Likewise.
22937         * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
22938         * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
22939         * gdb.threads/Makefile.in (maintainer-clean): Likewise.
22940
22941 Sun Sep 10 13:14:01 1995  Fred Fish  <fnf@cygnus.com>
22942
22943         * gdb.base/scope.exp (text_at_main):  Add "hppa*-*-hpux*"
22944         xfails when not gcc compiled for "print foo::funclocal".
22945         (test_at_foo):  Add "hppa*-*-hpux*" xfails when not gcc compiled for:
22946         "print foo::funclocal at foo",
22947         "print 'scope1.c'::foo::funclocal at foo",
22948         "print foo::funclocal_bss at foo",
22949         "print 'scope1.c'::foo::funclocal_bss at foo",
22950         "print foo::funclocal_ro at foo",
22951         "print 'scope1.c'::foo::funclocal_ro at foo",
22952         "print bar::funclocal at foo" and
22953         "print 'scope1.c'::bar::funclocal at foo".
22954         (test_at_bar):  Add "hppa*-*-hpux*" xfails when not
22955         gcc compiled for "print foo::funclocal at bar".
22956         Expand all messages to ensure that they identify that
22957         the test is at bar().
22958         * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
22959         gcc compiled for:
22960         "ptype on opaque struct pointer (statically)",
22961         "ptype on opaque struct tagname (statically)",
22962         "ptype on opaque struct pointer (dynamically) 1",
22963         "ptype on opaque struct tagname (dynamically) 1",
22964         "ptype on opaque struct pointer (dynamically) 2" and
22965         "ptype on opaque struct tagname (dynamically) 2
22966         * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
22967         gcc compiled for:
22968         "p datalocal"
22969         "whatis datalocal",
22970         "ptype datalocal",
22971         "p bsslocal",
22972         "whatis bsslocal", and
22973         "ptype bsslocal".
22974         * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
22975         "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
22976         when not gcc compiled.
22977         * gdb.base/funcargs.exp (float_and_integral_args):  Add
22978         "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
22979         compiled.
22980         (discard_and_shuffle):  Add "hppa*-*-hpux*" xfail for
22981         "backtrace from call6a" when not gcc compiled.
22982         (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
22983         "backtrace from call7a" when not gcc compiled.
22984         * gdb.base/callfuncs.exp (do_function_calls):
22985         Add "hppa*-*-hpux*" xfail when not gcc compiled for
22986         "p t_char_array_values(char_array_val2,char_array_val1)",
22987         "p t_char_array_values(char_array_val1,char_array_val2)",
22988         "p t_char_array_values("carray 1","carray 2")",
22989         "p t_char_array_values("carray 1",char_array_val2)",
22990         "p t_char_array_values(char_array_val1,"carray 2")",
22991         "p sum_args(1,{2})",
22992         "p sum_args(2,{2,3})",
22993         "p sum_args(3,{2,3,4})",
22994         "p sum_args(4,{2,3,4,5})"
22995         * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
22996         "backtrace in corefile.exp" when not gcc compiled.
22997
22998 Sat Sep  9 01:35:39 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
22999
23000         * gdb.base/signals.exp:  Rewrite `handle all print' test as
23001         a procedure. Accept blanks or TABs as whitespace, increase
23002         timeout and expect input buffer size for the large output
23003         from the command. Remove "i*86-*-bsdi2.0" xfail.
23004
23005 Sat Sep  2 06:41:26 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23006
23007         * gdb.base/setvar.exp:  Add new testcases for truncation when
23008         assigning invalid values to bitfields.
23009
23010 Sat Sep  2 00:17:31 1995  Fred Fish  <fnf@cygnus.com>
23011
23012         * gdb.base/callfuncs.exp (do_function_calls):  Remove
23013         mips-sgi-irix* xfail for
23014         "call inferior func with struct - returns char *"
23015         and fix test so that an optional (unsigned char *) cast is
23016         accepted in the result.
23017
23018 Fri Sep  1 13:42:01 1995  Fred Fish  <fnf@cygnus.com>
23019
23020         * gdb.base/funcargs.exp (float_and_integral_args):  Remove
23021         sparc-sun-solaris2* xfail for "print f1 after run to call2a".
23022         * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
23023         * gdb.base/signals.exp: Remove duplicate "handle all print" test
23024         that accidentally got checked in.
23025
23026 Sun Aug 27 23:35:35 1995  Fred Fish  <fnf@cygnus.com>
23027
23028         * gdb.base/callfuncs.exp (do_function_calls):  Add alpha-dec-osf2*
23029         clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
23030         compiled test.
23031         * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
23032         Add mips-sgi-irix5* xfail for not gcc compiled.
23033         * gdb.base/Makefile.in (nodebug.o):  Also create nodebug.ci.
23034         * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
23035         "p top", "whatis top", "p middle", and "whatis middle".
23036         * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
23037         "whatis signed char" for not gcc compiled.
23038         * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
23039         "set variable signed char=-1 (-1)" and
23040         "set variable signed char=0xFF (0xFF)" for not gcc compiled.
23041         * gdb.base/funcargs.exp (float_and_integral_args):
23042         Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
23043         Add mips-sgi-irix* xfail when not gcc compiled for
23044         "continue to call2b".
23045         Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
23046         "continue to call2g".
23047         (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
23048         "backtrace from call6a"
23049         (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
23050         "backtrace from call7k".
23051         Add mips-sgi-irix5* xfail when not gcc compiled for
23052         "backtrace from call7a".
23053         (localvars_after_alloca):  Fix gdb_test cmds for
23054         "print * after runto ...".
23055         Remove rs6000-*-* xfails for
23056         "print i after runto localvars_after_alloca" and
23057         "print l after runto localvars_after_alloca"
23058         for all compilers.
23059         * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
23060         when not compiled with gcc, for:
23061         "print signed char == (minus)",
23062         "print signed char != (minus)",
23063         "print signed char < (minus)",
23064         "print signed char > (minus)".
23065         * gdb.base/callfuncs.exp (do_function_calls):
23066         Add mips-sgi-irix* xfail, when compiled with native compiler, for
23067         "call inferior func with struct - returns char *".
23068         * gdb.base/return.exp (return_tests): Change xfail for
23069         "correct value returned double test" to include Solaris 2.4.
23070         * gdb.base/funcargs.exp (float_and_integral_args):
23071         Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
23072
23073 Sat Aug 26 00:26:11 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23074
23075         * gdb.base/setvar.c, gdb.base/setvar.exp:  Add new tests for
23076         enumeration bitfields if compiling with GNU C.
23077         * lib/gdb.exp:  Consume `(y or n) ' in `Reinitialize source path
23078         to empty' prompt.
23079
23080 Tue Aug 22 00:30:37 1995  Jeff Law  (law@snake.cs.utah.edu)
23081
23082         * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
23083         test for PRO targets.
23084
23085         * gdb.base/funcargs.exp: Avoid ever setting more than 8
23086         breakpoints in the inferior at any given time by making
23087         two groups of breakpoints for call2*, call6* and call7*
23088         tests.
23089
23090 Sun Aug 20 06:58:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23091
23092         * gdb.base/funcargs.exp:  Fix typos introduced by Aug 15 change.
23093         * gdb.base/callfuncs.c (main):  Use struct_val1 to inhibit xlc
23094         from optimizing it away.
23095         * gdb.base/callfuncs.exp:  Remove rs6000-*-* xfails for
23096         "call inferior func with struct".
23097
23098 Wed Aug 16 11:57:15 1995  Stan Shebs  <shebs@andros.cygnus.com>
23099
23100         * configure.in: Only configure gdb.chill for particular targets.
23101
23102 Tue Aug 15 09:42:44 1995  Fred Fish  <fnf@cygnus.com>
23103
23104         * gdb.base/Makefile.in:  Add action to .c.o transformation
23105         rule that generates a .ci file for each .o file and remove
23106         explicit .c.o rules except for callfuncs.o.
23107         * gdb.c++/Makefile.in:  Add .cc.o transformation rule that
23108         generates a .ci file for each .o file and remove explicit
23109         .cc.o rules.
23110         (clean): Remove *.tmp *.ci files.
23111         (EXECUTABLES): Remove templ-info.exp.
23112         * gdb.base/compiler.c: New file.
23113         * gdb.c++/compiler.cc: New file
23114         * gdb.base/scope.exp: Source gdb.base/scope.ci.
23115         Change rs6000-*-* xfail for
23116         "print 'scope0.c'::filelocal_ro" and
23117         "print 'scope1.c'::filelocal" and
23118         "print 'scope1.c'::filelocal_bss" and
23119         "print 'scope1.c'::filelocal_ro" and
23120         "print 'scope1.c'::foo::funclocal" and
23121         "print 'scope1.c'::foo::funclocal_ro" and
23122         "print 'scope1.c'::bar::funclocal" and
23123         "print 'scope0.c'::filelocal_ro" and
23124         "print 'scope1.c'::filelocal at foo" and
23125         "print 'scope1.c'::filelocal_bss at foo" and
23126         "print 'scope1.c'::filelocal_ro at foo" and
23127         "print 'scope1.c'::foo::funclocal at foo" and
23128         "print 'scope1.c'::foo::funclocal_bss at foo" and
23129         "print 'scope1.c'::foo::funclocal_ro at foo" and
23130         "print 'scope1.c'::bar::funclocal at foo" and
23131         "print 'scope0.c'::filelocal_ro" and
23132         "print 'scope1.c'::filelocal" and
23133         "print 'scope1.c'::filelocal_bss" and
23134         "print 'scope1.c'::filelocal_ro" and
23135         "print 'scope1.c'::foo::funclocal" and
23136         "print 'scope1.c'::foo::funclocal_bss" and
23137         "print 'scope1.c'::foo::funclocal_ro" and
23138         "print 'scope1.c'::bar::funclocal" and
23139         "print 'scope1.c'::bar::funclocal_bss"
23140         to only be xfail'd when not compiled with gcc.
23141         Add rs6000-*-* xfail for
23142         "print 'scope0.c'::filelocal_bss before run"
23143         when compiled with gcc.
23144         (test_at_main): Add rs6000-*-* xfail for
23145         "print filelocal_ro in test_at_main"
23146         when compiled with gcc.
23147         * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
23148         Add rs6000-*-aix* xfail for
23149         "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
23150         "ptype t_char_array",  not compiled with gcc.
23151         * gdb.base/list.exp (test_list_function):  Add rs6000-*-*
23152         xfail for "list foo (in include file)" when gcc compiled.
23153         * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
23154         (integral_args): Add rs6000-*-* xfail for
23155         "run to call0a" if not compiled with gcc.
23156         (unsigned_integral_args): Add rs6000-*-* xfail for
23157         "run to call1a" if not compiled with gcc.
23158         (float_and_integral_args):  Add rs6000-*-* xfail for
23159         "run to call2a" if not compiled with gcc and for
23160         "continue to call2b" for any compiler.
23161         Add rs6000-*-* xfail to
23162         "print f1 after run to call2a" for gcc compiled.
23163         (discard_and_shuffle): Add rs6000-*-* xfail for
23164         "run to call6a".
23165         (shuffle_round_robin): Add rs6000-*-* xfail for
23166         "backtrace from call7a" if not compiled with gcc.
23167         Add rs6000-*-* xfail for
23168         "backtrace from call7b" if compiled with gcc.
23169         (call_after_alloca): Add rs6000-*-* xfail for
23170         "print c in call_after_alloca" and
23171         "print s in call_after_alloca" and
23172         "backtrace from call_after_alloca_subr"
23173         if not compiled with gcc.
23174         (localvars_in_indirect_call): Add rs6000-*-* xfail for
23175         "print c in localvars_in_indirect_call" and
23176         "print c in localvars_in_indirect_call" and
23177         "backtrace in indirectly called function" and
23178         "stepping into indirectly called function"
23179         if not compiled with gcc.
23180         (localvars_after_alloca): Add rs6000-*-* xfail for
23181         "print c after runto localvars_after_alloca" and
23182         "print s after runto localvars_after_alloca" and
23183         "print i after runto localvars_after_alloca" and
23184         "print l after runto localvars_after_alloca"
23185         for all compilers.
23186         * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
23187         than whatis-info.exp.
23188         * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
23189         than opaque-info.exp.
23190         Setup rs6000-*-* xfail for
23191         "ptype on opaque struct pointer (statically)" and
23192         "ptype on opaque struct pointer (dynamically)" when
23193         not compiled with gcc.
23194         * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
23195         rather than callf-info.exp.
23196         (do_function_calls):  Add clear_xfail for rs6000-*-* for
23197         "p t_float_values2(3.14159,float_val2)".  Seems to work
23198         fine there, both with xlc and gcc.  Need to find out what
23199         it is doing right and fix other platforms.
23200         * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
23201         "call inferior func with struct - returns int",
23202         "call inferior func with struct - returns long",
23203         "call inferior func with struct - returns float",
23204         "call inferior func with struct - returns double",
23205         "call inferior func with struct - returns char *",
23206         but only if not gcc compiled (presumes xlc compiled).
23207         Change rs6000-*-* xfails for
23208         "call inferior func with struct - returns char" and
23209         " call inferior func with struct -  returns short" to only
23210         xfail if not using gcc.
23211         (clean mostlyclean):  Remove *.ci and *.tmp files.
23212         * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
23213         than templ-info.exp.
23214         * gdb.base/langs.exp:  Source gdb.base/langs.ci.
23215         Add rs6000-*-* xfail for "up to foo in langs.exp"
23216         "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
23217         when not gcc compiled.
23218
23219 Sat Aug 12 15:05:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
23220
23221         * gdb.base/callfuncs.exp: Add xfails for the powerpc.
23222         * gdb.base/corefile.exp: Likewise.
23223         * gdb.base/list.exp: Likewise.
23224         * gdb.base/scope.exp: Likewise.
23225         * gdb.base/siganls.exp: Likewise.
23226
23227         * gdb.base/nodebug.exp: Add xfails for the powerpc.  Handle aix4
23228         compiler output.
23229         * gdb.base/whatis.exp: Likewise.
23230
23231 Fri Aug 11 13:36:20 1995  Jeff Law  (law@snake.cs.utah.edu)
23232
23233         * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
23234         failure (opcode table has been fixed to match reality).
23235
23236 Mon Aug 14 09:01:59 1995  Fred Fish  <fnf@cygnus.com>
23237
23238         * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
23239         "call inferior func with struct - returns char",
23240         "call inferior func with struct - returns short"
23241
23242         * gdb.base/scope.exp: Remove rs6000-*-* xfails for
23243         "print 'scope0.c'::filelocal at main",
23244         "print 'scope0.c'::filelocal_bss in test_at_main",
23245         "print 'scope0.c'::filelocal at foo",
23246         "print 'scope0.c'::filelocal_bss in test_at_foo",
23247         "print 'scope0.c'::filelocal at bar",
23248         "print 'scope0.c'::filelocal_bss in test_at_bar"
23249
23250         * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
23251         in source file 1".  This bug seems to have been fixed with both
23252         gcc and native cc (was native assembler bug?).
23253
23254 Wed Aug  9 08:04:12 1995  Fred Fish  (fnf@cygnus.com)
23255
23256         * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
23257         "backtrace through signal handler" to "i*86-*-sysv4*".
23258         * gdb.base/signals.exp: Add xfail for "'next' behaved as
23259         continue" case.  Add "known SVR4 bug" to fail message.
23260         Add "i*86-*-bsdi2.0" xfail for "handle all print".
23261         Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
23262         * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
23263         "whatis unnamed typedef'd enum..." and "ptype t_char_array".
23264         * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
23265         "up to foo in langs.exp", "show language at foo in
23266         langs.exp", "up to cppsub_ in langs.exp", "show
23267         language at cppsub_ in langs.exp", "up to fsub in
23268         langs.exp", and "show language at fsub in langs.exp".
23269         * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
23270         "bactrace in corefile.exp".
23271         * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
23272         "call inferior function with struct - returns float" and
23273         "call inferior function with struct - returns double".
23274
23275 Mon Aug  7 02:43:28 1995  Jeff Law  (law@snake.cs.utah.edu)
23276
23277         * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
23278         * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
23279         * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
23280         * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
23281
23282 Mon Aug  7 08:09:37 1995  Fred Fish  <fnf@cygnus.com>
23283
23284         * Makefile.in (CHILL_FOR_TARGET): Use previously defined
23285         (or overriden) "CHILL" macro rather then bare "gcc".
23286         Also look for ../../gcc/xgcc since that is what we will
23287         actually need, not "Makefile".  Remove following assignment
23288         of CHILL to CHILL_FOR_TARGET because that results in
23289         recursive definition.
23290
23291 Sun Aug  6 16:52:29 1995  Fred Fish  <fnf@cygnus.com>
23292
23293         * gdb.base/corefile.exp:  Change xfail for backtrace in
23294         corefile.exp from linuxaout to all linux.
23295         * gdb.base/sigall.exp (test_one_sig):  Specifically deal with
23296         cases where we miss the breakpoint at the signal handler
23297         for some reason.  Setup xfail for linuxoldld/linuxaout and
23298         getting SIGIO.  Setup xfail for linuxoldld/linuxaout for
23299         hitting SIGURG breakpoint.
23300         * gdb.base/signals.exp:  Setup xfail for "next" acting like
23301         continue to add linuxoldld.  Setup xfail for all linux for
23302         "next to handler in signals_tests_1", "backtrace in
23303         signals_tests_1", "continue to func1", "pass SIGUSR1",
23304         and continue to handler".
23305
23306 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
23307
23308         * Update all FSF addresses except those in COPYING* files.
23309
23310 Sun Jul 30 17:50:35 1995  Fred Fish  <fnf@cygnus.com>
23311
23312         * gdb.base/a2-run.exp: Change messages to be more explicit about
23313         the status of args, and quote binfile in results.
23314
23315 Sun Jul 30 10:24:20 1995  Fred Fish  <fnf@cygnus.com>
23316
23317         * gdb.base/callfuncs.exp: Add tests for passing structs to
23318         inferior functions and return various types.
23319         * gdb.base/callfuncs.c: Add functions to receive a struct
23320         and return a member of the struct, in various types.
23321
23322 Sat Jul 29 14:22:33 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23323
23324         * gdb.base/Makefile.in (clean):  Remove callf-info.exp.
23325
23326 Fri Jul 28 13:36:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
23327
23328         * config/vxworks29k.exp: New file, sources vxworks.exp.
23329
23330 Fri Jul 28 00:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
23331
23332         * config/gdbremote.exp: New file.  Testing framework using
23333         gdbserver.
23334
23335 Thu Jul 27 12:17:14 1995  Fred Fish  (fnf@cygnus.com)
23336
23337         * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
23338         "call function when asleep" and "send end of file".
23339         * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
23340         for "backtrace in corefile.exp".
23341         * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
23342         for "backtrace through signal handler".
23343         * gdb.base/corefile.exp: Make sure we actually generate a core file
23344         before trying the core tests.  Some systems allow the user to suppress
23345         generation of core files and default to that (linux for example).
23346         * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
23347         from "i*86-*-linux" to "i*86-*-linuxaout".  Works with ELF beta.
23348
23349 Tue Jul 25 17:30:10 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
23350
23351         * gdb.threads: New directory with some crude multi-threaded
23352         gdb tests (step.exp and step2.exp).
23353         * config/mt-lynx (STEP_EXECUTABLE): Define.
23354         (THREADFLAGS): Define.
23355
23356 Tue Jul 25 01:03:52 1995  Jeff Law  (law@snake.cs.utah.edu)
23357
23358         * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
23359
23360         * gdb.base/signals.exp: Disable whole file for lynx until
23361         further notice.
23362
23363         * gdb.base/signals.exp: xfail test where "next" acts like
23364         "continue" for lynx.
23365
23366         * gdb.base/interrupt.exp: xfail test for calling function while
23367         inferior is asleep for lynx.
23368
23369         * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
23370         than one cr-lf  after each command.
23371
23372 Sun Jul 23 23:33:18 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23373
23374         * configure.in:  Reinstate setting of stabsdirs variable, fix
23375         typo in setting up configdirs for native builds.
23376
23377         * gdb.base/return.exp:  Fix typo in return double test.
23378         * gdb.base/return.c (tmp2, tmp3):  Made global to inhibit the
23379         compiler from optimizing them away.
23380
23381 Fri Jul 21 11:39:34 1995  Jeff Law  (law@snake.cs.utah.edu)
23382
23383         * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
23384         sequences to be echo'd by gdb when using gdb_test.
23385         * gdb.chill/chexp.exp: Likewise.
23386         * gdb.fortran/exprs.exp: Likewise
23387
23388 Thu Jul 20 13:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
23389
23390         * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
23391         after the inferior gdb has started.
23392
23393         * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
23394         after each command.
23395         * gdb.base/funcargs.exp: Likewise.
23396         * gdb.base/gdbvars.exp: Likewise.
23397         * gdb.base/interrupt.exp: Likewise.
23398         * gdb.base/list.exp: Likewise.
23399         * gdb.base/watchpoint.exp: Likewise.
23400         * gdb.c++/demangle.exp: Likewise.
23401         * gdb.c++/inherit.exp: Likewise.
23402         * gdb.chill/chexp.exp: Likewise.
23403         * gdb.fortran/exprs.exp: Likewise.
23404
23405         * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
23406         test if we can't handle IO to/from the inferior.
23407
23408         * gdb.c++/misc.exp: Always check for a program already being
23409         started after sending a "run" command to gdb.
23410
23411         * gdb.base/twice.exp: Start with a fresh gdb.
23412
23413         * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
23414         only depend on gdb's expression code, not the chill runtime.
23415
23416         * gdb.base/return.c: Put return values into variables so we
23417         can have gdb print them rather than depending on the program
23418         to print them.
23419         * gdb.base/return.exp: Corresponding changes.
23420
23421         * lib/gdb.exp: Provide default value for noinferiorio.
23422         * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
23423         the inferior.
23424
23425         * gdb.base/break.exp: Always check for a program already being
23426         started after sending a "run" command to gdb.
23427         (text_next_with_recursion): Don't check the output from the
23428         program's printf statement.  Instead just make sure the program
23429         exited.
23430
23431         * gdb.base/commands.exp: Protect tests which need arguments with
23432         $noargs conditionals.
23433
23434 Wed Jul 19 22:42:43 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23435
23436         * gdb.base/printcmds.exp:  Adjust expect patterns for addresses
23437         of structure member arrays to match gdb/valops.c:value_addr change.
23438
23439 Mon Jul 17 10:12:27 1995  Jeff Law  (law@snake.cs.utah.edu)
23440
23441         * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
23442         cases.
23443
23444 Wed Jul 12 10:20:08 1995  Fred Fish  (fnf@cygnus.com)
23445
23446         * configure.in (configdirs):  Remove gdb.chill from default list
23447         of subdirs and then add it back in only if doing a native build.
23448         The current chill compiler does not yet work in any cross build.
23449         * Revert all signal changes from Jul 6.
23450         * gdb.base/{sigall.c signals.c}:  Define away signal() and alarm()
23451         for sh-hms targets, allowing these tests to link, with no other
23452         changes.  Testing is suppressed by setting "nosignals" in site.exp.
23453
23454 Thu Jul  6 20:58:30 1995  Fred Fish  (fnf@cygnus.com)
23455
23456         * configure.in (signaldirs): Define and add to configdirs for all
23457         targets except some specific ones that are known to not support signals.
23458         Also clean up formatting.
23459         * gdb.base/Makefile.in (EXECUTABLES):  Remove sigall and signals.
23460         (signals, sigall):  Remove rules to build.
23461         * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
23462         Moved to new gdb.signals directory.
23463         * gdb.signals: New test directory.
23464         * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
23465         signals.c signals.exp}:  New or moved files.
23466
23467 Sun Jun 25 12:55:18 1995  Jeff Law  (law@snake.cs.utah.edu)
23468
23469         * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
23470
23471 Wed Jun 21 16:35:55 1995  Fred Fish  <fnf@cygnus.com>
23472
23473         * gdb.base/return.exp:  Xfail `return double' test failure
23474         on at least Solaris 2.3 and handle future/past versions on
23475         a case by case basis as appropriate.  Also update message
23476         to include i*86 failures.
23477
23478 Wed May 24 07:10:10 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23479
23480         * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
23481
23482         * lib/gdb.exp: Fix comment which erroneously identified
23483         gdb_file_cmd as gdb_load (the 19 May change was in fact to
23484         gdb_file_cmd not gdb_load).
23485         * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
23486
23487         * gdb.base/setvar.exp: Make test names consistent between pass and
23488         fail cases.  Use gdb_test more.
23489
23490 Fri May 19 07:22:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23491
23492         * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
23493
23494 Mon May 15 23:50:51 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23495
23496         * gdb.base/help.exp:  Fix expected help string for `show commands'.
23497
23498 Thu May 11 07:55:11 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
23499
23500         * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
23501
23502         * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
23503         of a text section.
23504
23505 Thu May 11 15:02:24 1995  Stu Grossman  (grossman@andros.cygnus.com)
23506
23507         * config/monitor.exp (gdb_target_monitor):  Fix loop interator so
23508         that loop eventually terminates.  Fix Connection refused logic so
23509         that testsuite will expire nicely.
23510
23511 Wed May 10 17:57:35 1995  Stu Grossman  (grossman@andros.cygnus.com)
23512
23513         * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
23514         config/rom68k.exp:  New tcl glue for the appropriate monitors.
23515         These all just end up calling monitor.exp.
23516         * config/monitor.exp (gdb_target_monitor):  Handle `Connection
23517         refused' by retrying.  Cleanup some timeout issues.
23518         * (gdb_load):  Reduce timeout.  Cleanup some timeout issues.
23519         * lib/gdb.exp (gdb_test gdb_test_exact):  Upvar timeout so that
23520         callers don't have to set/restore global timeout variable.
23521
23522         * The following set of changes centralizes management of the global
23523         timeout variable.  This way, it can be set in one target dependent
23524         place instead of dozens of places scattered throughout the test suite.
23525         If you need to lengthen a timeout, then you should either set timeout
23526         in one of the config/{target}.exp files, or multiply it by a factor.
23527         Setting it to an absolute value is always going to lose for some
23528         targets.
23529         * gdb.base/a1-selftest.exp (test_with_self):  Only use local timeout.
23530         * gdb.base/callfuncs.exp (do_function_calls):  Don't set timeout.
23531         * gdb.base/funcargs.exp:  Don't set timeout.
23532         * gdb.base/list.exp (test_forward_search):  Only use local timeout.
23533         * gdb.base/printcmds.exp (test_print_string_constants
23534         test_print_array_constants):  Don't set timeout.
23535         * gdb.base/ptype.exp:  Don't set timeout.
23536         * gdb.base/recurse.exp:  Don't set timeout.
23537         * gdb.base/return.exp:  Don't set timeout.
23538         * gdb.base/watchpoint.exp:  Don't set timeout.
23539         * gdb.c++/classes.exp (do_tests):  Don't set timeout.
23540         * gdb.c++/virtfunc.exp (test_virtual_calls):  Don't set timeout.
23541
23542 Wed May 10 16:03:23 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
23543
23544         * Makefile.in: Make clean targets work also when SUBDIRS is empty.
23545
23546 Mon May  1 07:32:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23547
23548         * lib/gdb.exp: Disable chill tests for irix5.
23549
23550 Wed Apr 26 07:36:03 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23551
23552         * gdb.base/scope.exp: Make test names unique.  Use gdb_test.  Make
23553         each test pass or fail.
23554
23555 Sun Apr 23 21:32:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23556
23557         * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
23558         xlc not gcc.
23559
23560 Fri Apr 21 15:44:02 1995  Stu Grossman  (grossman@rtl.cygnus.com)
23561
23562         * cpu32bug.exp est.exp rom68k.exp:  Delete.  Unify into monitor.exp.
23563
23564 Wed Apr 19 17:41:21 1995  Stu Grossman  (grossman@cygnus.com)
23565
23566         * config/est.exp:  Fix copyright and comments.  Remove dead code.
23567         Use targetname, serialport and baud variables instead of fixed
23568         constants.
23569         * config/rom68k.exp:  Fix copyright and comments.  Remove dead code.
23570         * config/cpu32bug.exp:  New file to support cpu32bug monitors.
23571
23572 Wed Apr 19 13:47:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23573
23574         * gdb.base/watchpoint.exp: Don't run
23575         test_watchpoint_triggered_in_syscall for sunos.
23576
23577 Mon Apr 17 12:48:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23578
23579         * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
23580         they don't seem to exist.  Do include stdio.h.
23581
23582 Fri Apr 14 09:40:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23583
23584         * gdb.base/a1-selftest.exp: Add alpha xfail.
23585
23586 Mon Apr 10 13:07:50 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23587
23588         * gdb.base/watchpoint.c (main): Prompt before calling read().
23589         * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
23590         Revise accordingly.  Remove cruft about sending "123" several
23591         times, until it gets noticed.  Clean up the "print buf[0]" stuff
23592         so that it passes or fails, and waits for prompts in the usual way.
23593
23594 Sun Apr  9 09:02:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23595
23596         * gdb.base/recurse.exp: Fix comment.
23597
23598         * TODO: Remove item about printing variables in nodebug.exp.  Add
23599         item about enabling tests which are only run on some targets.
23600
23601         * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
23602         fail, make test names unique, use new gdb_test convention
23603         regarding pattern, use gdb_test more, etc.).
23604
23605         * gdb.base/bitfields.exp: Various cleanups (make each test pass or
23606         fail, make test names unique, etc.).
23607
23608 Sat Apr  8 02:47:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23609
23610         * gdb.base/nodebug.c:  Change return type of top and middle to
23611         short.
23612         * gdb.base/nodebug.exp:  Remove xfails for ecoff systems, they
23613         are fixed by the recent mdebugread.c changes. Allow `short ()'
23614         as type for top and middle.
23615
23616 Thu Apr  6 08:54:18 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23617
23618         * gdb.base/break.exp: Remove commented out if $usestubs {}.  As
23619         nearly as I can tell, the whole thing was an accident in Stu's
23620         change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
23621         to replace a send/expect pair with gdb_test, but ended up only
23622         adding the gdb_test.  My change of 24 Mar 1995 and Kung's change
23623         of 30 Mar 1995 took care of it, but left this vestigial comment
23624         which I am now nuking.
23625
23626 Mon Apr  3 09:00:27 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23627
23628         * gdb.base/break.exp: Look for different line number for
23629         breakpoint at main depending on usestubs.
23630
23631 Sun Apr  2 08:15:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23632
23633         * gdb.base/list.exp:  Adjust some alternate expect patterns to
23634         match recent list0.c change. Add alternate expect pattern for
23635         output from `list default lines around main' for optimizing
23636         compilers.
23637
23638 Sat Apr  1 07:23:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23639
23640         * lib/gdb.exp: If nosignals is not set, set it to 0.
23641
23642 Fri Mar 31 16:13:48 1995  Kung Hsu  <kung@mexican.cygnus.com>
23643
23644         * config/slite-gdb.exp: Responds to load symbol table prompt.
23645         * gdb.base/break.exp: Adjust line number, fix rerun.
23646         * gdb.base/langs0.c: Add #ifdef usestubs.
23647
23648 Thu Mar 30 15:36:55 1995  Kung Hsu  <kung@mexican.cygnus.com>
23649
23650         * gdb.base/list.exp: Adjust line contents after adding new lines in
23651         list0.c. Also fix a syntax error.
23652
23653         * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
23654         * gdb.base/break.exp: ditto.
23655         * gdb.base/list.exp: ditto.
23656         * gdb.base/bitfields.c: Add #ifdef usestubs in main().
23657         * gdb.base/run.c: ditto.
23658         * gdb.base/list0.c: ditto.
23659         * gdb.base/funcargs.c: ditto.
23660
23661 Wed Mar 29 17:09:29 1995  Stu Grossman  (grossman@cygnus.com)
23662
23663         * testsuite/config/rom68k.exp (gdb_target_rom68k):  Use
23664         $targetname, $serialport and $baud instead of hardwired variables.
23665         * testsuite/gdb.base/{sigall.exp signals.exp}:  Skip these if the
23666         target doesn't support signals.
23667
23668 Wed Mar 29 12:29:34 1995  Kung Hsu  <kung@mexican.cygnus.com>
23669
23670         * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
23671
23672 Tue Mar 28 08:46:45 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23673
23674         * gdb.base/recurse.exp: Make test names unique.  Change \\(+ to \\(.
23675         Don't rely on the value of an auto variable before it has been
23676         initialized.  Use gdb_test more.
23677
23678 Mon Mar 27 08:00:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23679
23680         * lib/gdb.exp (default_gdb_version): A version number must start
23681         with a digit, but other than that contains all characters up to
23682         the first whitespace character.
23683
23684 Sun Mar 26 13:19:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23685
23686         * gdb.base/commands.exp (breakpoint_command_test): New tests.
23687
23688 Sat Mar 25 15:38:06 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23689
23690         * gdb.c++/*.exp: Warn if executable does not exist.  The original
23691         reason for skipping the warning was that configure.in sometimes
23692         intentionally skipped building the executables but the tcl code
23693         had no way of knowing.  That (a) was always bogus with respect to
23694         error handling, (b) is no longer true (right now there is no way
23695         to skip C++ tests).
23696
23697         * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
23698
23699 Sat Mar 25 01:16:10 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23700
23701         * gdb.base/list.exp:  Add expect patterns for output from
23702         SunPRO compiled executables.
23703         * gdb.base/whatis.exp:  Allow leading `signed' for all v_signed_*
23704         types.
23705
23706 Fri Mar 24 06:11:05 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23707
23708         * gdb.base/break.exp (test_next_with_recursion): Accept any line
23709         number (we are already testing that the correct source line text
23710         gets printed).
23711
23712         * gdb.base/break.exp: Make one test if $usestubs.  I'm not sure
23713         that is what is intended, but something needed to be done to get
23714         sunos4 native working again.
23715
23716         * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
23717
23718         * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
23719         apparently went with a (very) old xfail.
23720
23721 Fri Mar 24 13:41:09 1995  Kung Hsu  <kung@mexican.cygnus.com>
23722
23723         * gdb.base/callfuncs.exp: call runto_main instead of runto main.
23724         runto_main is a proc in gdb.exp that will do 'step' for target use
23725         stubs.
23726         * gdb.base/exprs.exp: ditto.
23727         * gdb.base/interrupt.exp: ditto.
23728         * gdb.base/opaque.exp: ditto.
23729         * gdb.base/printcmds.exp: ditto.
23730         * gdb.base/ptype.exp: ditto.
23731         * gdb.base/scope.exp: ditto.
23732         * gdb.base/setvar.exp: ditto.
23733         * gdb.base/signals.exp: ditto.
23734         * gdb.base/twice.exp: ditto.
23735         * gdb.c++/classes.exp: ditto.
23736         * gdb.c++/inherit.exp: ditto.
23737         * gdb.c++/templates.exp: ditto.
23738         * gdb.base/break.exp: no run and hit main for stubs. Change line
23739         numbers for breakpoints and info breakpoint.
23740         * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
23741         breakpoint().
23742         * gdb.base/callfuncs.c: ditto.
23743         * gdb.base/exprs: ditto.
23744         * gdb.base/interrupt.c: ditto.
23745         * gdb.base/opaque0.c: ditto.
23746         * gdb.base/printcmds.c: ditto.
23747         * gdb.base/ptype.c: ditto.
23748         * gdb.base/scope0.c: ditto.
23749         * gdb.base/setvar.c: ditto.
23750         * gdb.base/signals.c: ditto.
23751         * gdb.base/twice.c: ditto.
23752         * gdb.c++/misc.cc: ditto.
23753         * gdb.c++/templates.cc: ditto.
23754
23755 Fri Mar 24 06:11:05 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23756
23757         * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
23758
23759         * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
23760         somewhere between `read' and `main.c'.  I'm pretty sure the
23761         pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
23762         and it isn't particularly useful.
23763
23764         * gdb.base/scope.exp: Make test names unique.  \[(\] -> \\(.
23765
23766 Thu Mar 23 14:58:35 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23767
23768         * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
23769
23770 Wed Mar 22 18:36:05 1995  Kung Hsu  <kung@mexican.cygnus.com>
23771
23772         * config/mt-slite: add LIBS and -nostdlib.
23773         * config/slite-gdb.exp: add this new file to support sparclite target.
23774
23775 Tue Mar 21 21:41:04 1995  Doug Evans  <dje@canuck.cygnus.com>
23776
23777         * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
23778
23779         * gdb.base/a2-run.exp: Change argument to istarget from
23780         "*-*-vxworks" to "*-*-vxworks*".
23781         * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
23782
23783 Tue Mar 21 17:08:47 1995  Kung Hsu  <kung@mexican.cygnus.com>
23784
23785         * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
23786         will not runto main but do a 'step' to step out of breakpoint().
23787         * config/mt-slite: add -Dusestubs.
23788
23789 Tue Mar 21 12:14:12 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23790
23791         * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
23792         instead of just @.
23793
23794         * gdb.base/signals.exp: Add test for "handle all print".
23795         * TODO: Remove "handle all print".  Also remove item about
23796         checking copyright date (I don't like the idea of a spurious FAIL
23797         based on when we run the tests).
23798
23799         * gdb.base/recurse.exp: Enable test for SunOS4.  xfail one test
23800         for SunOS4 (reason for failure not investigated).  Remove
23801         redundant test for $binfile.
23802
23803         * gdb.base/nodebug.c (array_index): Call malloc.
23804
23805         * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
23806
23807 Mon Mar 20 10:08:17 1995  Jeff Law  (law@snake.cs.utah.edu)
23808
23809         * gdb.base/recurse.exp: Update gdb_test invocation to use new
23810         conventions and slightly simplify the matching regexp.
23811
23812 Fri Mar 17 05:43:28 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23813
23814         * gdb.base/break.exp: Update gdb_test invocation to use new
23815         convention.
23816
23817         * lib/gdb.exp: If noargs is not set, set it to 0.
23818
23819         * gdb.base/nodebug.exp: Comment out redundant test.  Make name of
23820         tests unique.
23821
23822         * lib/gdb.exp: Skip CHILL for AIX and Solaris.
23823
23824 Thu Mar 16 16:27:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23825
23826         * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
23827         one argument of type "<non-float parameter>".
23828
23829 Wed Mar 15 15:54:56 1995  Stu Grossman  (grossman@cygnus.com)
23830
23831         * config/rom68k.exp:  New file to support Motorola IDP board.
23832         * gdb.base/a2-run.exp:  Skip this file if noargs is set.
23833         * gdb.base/break.c:  Change things around so that this program
23834         doesn't depend upon args.  This is necessary to make remote
23835         targets work (in general, they can't take args).
23836         * gdb.base/break.exp:  Don't try to send args to program.  Don't
23837         expect output.  Also, replace lots of code with gdb_test.
23838
23839 Wed Mar 15 04:11:14 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23840
23841         * gdb.base/printcmds.exp (test_character_literals_accepted): Test
23842         printing of '\'' (which is what the comment says we are testing,
23843         even though we were not), not '''.
23844         (test_integer_literals_rejected): Test that printing ''' is an error.
23845
23846         * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
23847         gdb.chill/chexp.exp, gdb.base/printcmds.exp,
23848         gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
23849         gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
23850         Use gdb_test not test_print_accept.
23851         * lib/gdb.exp: Remove test_print_accept.
23852
23853         * gdb.base/signals.exp (signal_tests_1): Make pass message
23854         consistent with fail message.
23855
23856         * gdb.base/whatis.exp: Remove xfails for printing char vs.
23857         unsigned char; the bug (PR 1821) is fixed.
23858
23859         * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
23860
23861         * gdb.base/scope.exp (test_at_localscopes): Call pass for
23862         successful tests--makes xfailing them work right.
23863
23864 Tue Mar 14 07:39:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23865
23866         * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
23867         only \r\n, not .*.  The test can pass .* as the last thing in
23868         $pattern if that is what it wants.  In addition to providing this
23869         flexibility, this change should speed up pattern matching in cases
23870         where the pattern already ended with .* (there were a number of
23871         them).  This change also helps catch bad patterns--in the old
23872         scheme the typo "char \*" instead of "char \\*" would pass.  Now
23873         it is caught.
23874         * Many .exp files: Update callers.
23875
23876         * gdb.base/funcargs.exp: Replace \[(\]+ with \\(.  The latter is
23877         clearer and does not spuriously match multiple ('s.  Likewise for
23878         ) and *.
23879
23880         * gdb.base/nodebug.exp: Test ability to call a function and pass
23881         it a string (even with no debugging info).
23882
23883         * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
23884         "p '\'", which is the same as "p ''" once tcl gets done with
23885         quoting, to "p '\\'", which I suspect is what is intended (one
23886         backslash gets sent to GDB).
23887
23888         * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
23889
23890 Fri Mar 10 13:31:46 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23891
23892         * gdb.base/a1-selftest.exp: Remove xfail for solaris.  The bug (PR
23893         1817) was fixed literally years ago.
23894
23895 Fri Mar 10 02:49:40 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
23896
23897         * gdb.base/funcargs.exp (call_after_alloca):  Remove `next'
23898         test, it causes stepping out of call_after_alloca_subr with
23899         optimizing compilers.
23900         (localvars_in_indirect_call):  Consume GDB prompt if `finish'
23901         fails.
23902
23903         * gdb.c++/templates.exp:  Source templ-info.exp only if
23904         the templates executable exists.
23905
23906         * gdb.c++/misc.cc (class Contains_static_instance,
23907         class Contains_nested_static_instance),
23908         gdb.c++/classes.exp (test_static_members):  Test printing of
23909         a class that contains a static instance of the class.
23910
23911 Thu Mar  9 11:43:55 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23912
23913         * gdb.base/langs2.c (cppsub_): Don't prototype.
23914         * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
23915         only, I believe).
23916
23917 Wed Mar  8 10:29:33 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23918
23919         * lib/gdb.exp (skip_chill_tests): New procedure.
23920
23921         * gdb.base/signals.exp (signal_tests_1): xfail for irix.
23922
23923 Mon Mar  6 10:44:06 1995  Jeff Law  (law@snake.cs.utah.edu)
23924
23925         * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
23926         each expect pattern.  Cuts runtime from 12 to about 4 seconds.
23927
23928 Thu Mar  2 05:31:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23929
23930         * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
23931
23932         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
23933         disassemble 8, not 16, instructions for part 4.
23934
23935         * config/vx-gdb.exp (gdb_start): Use \030, not \CX.  tcl doesn't
23936         support the latter anymore.
23937
23938         * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
23939         -DNO_PROTOTYPES.
23940         * gdb.base/callfuncs.c: Control use of prototypes based on
23941         NO_PROTOTYPES, not __STDC__.
23942         * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
23943         t_float_values2 tests if prototypes in use.
23944
23945         * gdb.base/callfuncs.c (t_float_values, t_float_values2,
23946         t_double_values):  When checking differences against DELTA, check
23947         that difference is within the range (-DELTA,DELTA), not just
23948         (-infinity,DELTA).
23949
23950 Tue Feb 28 16:28:54 1995  Kung Hsu  <kung@mexican.cygnus.com>
23951
23952         * config/mips-gdb.exp (gdb_load): In every test case, we need to do
23953         'file' command firts, then 'target', then 'load', this is due to gdb
23954         target set up.
23955         * config/mips-gdb.exp: Fix a couple regular exp bugs.
23956
23957 Thu Feb 23 17:44:55 1995  Jeff Law  (law@snake.cs.utah.edu)
23958
23959         * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
23960         FP load/store variants.
23961         * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
23962
23963 Wed Feb 22 18:29:08 1995  Jim Kingdon  <kingdon@rtl.cygnus.com>
23964
23965         * gdb.base/term.exp: Do not give a warning if not native, it is
23966         not an abnormal condition.
23967
23968 Tue Feb 21 13:08:47 1995  Jim Kingdon  <kingdon@cygnus.com>
23969
23970         * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
23971         t_char_array".
23972
23973 Sun Feb 19 13:10:06 1995  Jim Kingdon  <kingdon@rtl.cygnus.com>
23974
23975         * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
23976         are getting the version number.
23977
23978         * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
23979         if not native, it is not an abnormal condition.
23980
23981 Thu Feb 16 15:56:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
23982
23983         * lib/gdb.exp: Just use "file exists", rather than undocumented
23984         dejagnu procedure "findfile".
23985
23986 Thu Feb 16 10:30:24 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
23987
23988         * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
23989           (LDFLAGS): Set to -Xlinker -Ur.
23990
23991         * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
23992           Removed, these values are set by lib/gdb.exp.
23993
23994         * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
23995
23996 Wed Feb 15 14:23:28 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
23997
23998         * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
23999           of replicating gdb startup code.
24000
24001         * config/mt-vxworks (LDFLAGS): Set to -r.
24002           (CFLAGS_FOR_TARGET): Removed.
24003
24004         * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
24005           (gdb) and gdb for vxworks uses (vxgdb).
24006
24007         * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
24008           executable is not in the tree and host != target, use sed and
24009           program_transform_name to determine the gdb name used by the
24010           target.
24011
24012         * configure.in, gdb.{base,c++,chill}/configure.in: changed so
24013           *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
24014
24015 Sun Feb 12 08:11:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24016
24017         * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
24018         floats, chars, and shorts where there are ANSI-style function
24019         definitions.
24020
24021         * gdb.base/langs.exp, gdb.base/langs*: New test.
24022         * gdb.base/Makefile.in: Build it.
24023         * TODO: Remove item about checking that C names don't get C++
24024         demangling applied; this test tests it.
24025
24026 Thu Feb  9 12:43:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24027
24028         * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
24029         went with the const70 xfail.  The xfail went away a year ago.
24030
24031         * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
24032
24033         * gdb.base/corefile.exp: Give backtrace test unique name.  xfail
24034         for hp300.
24035
24036         * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
24037
24038         * gdb.base/a1-selftest.exp: Don't run on hp300.
24039
24040 Sat Feb  4 15:04:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24041
24042         * Makefile.in (site.exp): Set host_alias and target_alias as well
24043         as host_triplet and target_triplet.
24044
24045 Wed Feb  1 08:03:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24046
24047         * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
24048
24049         * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
24050         places as other ecoff systems).
24051
24052         * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
24053         ultrix.
24054
24055 Mon Jan 30 11:44:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24056
24057         * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
24058         remove them.
24059         * gdb.base/nodebug.exp: Accept "function" in addition to "text
24060         variable and "variable" in addition to "data variable".
24061         * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
24062
24063         * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
24064         2.
24065         * gdb.base/list1.c (long_line): Add additional statement at start
24066         of function.
24067         * gdb.base/list.exp (test_forward_search): Update line number to
24068         reflect new statement.
24069
24070 Sun Jan 29 13:34:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24071
24072         * gdb.base/signals.exp:  Reinitialize searched source directories
24073         after gdb_start call.
24074
24075 Sat Jan 28 01:34:44 1995  Jeff Law  (law@snake.cs.utah.edu)
24076
24077         * gdb.disasm/Makefile.in (clean): Delete "errs" file.
24078         * gdb.stabs/Makefile.in: Likewise.
24079
24080         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
24081         change.  Instead split the tests into smaller pieces.
24082         * gdb.disasm/hppa.s: Corresponding changes.
24083
24084 Fri Jan 27 09:24:51 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24085
24086         * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
24087         Quote ^C when passing it to stty.  For some shells ^ is a pipe.
24088
24089         * gdb.base/funcargs.exp: Modify many tests so that every test
24090         either passes or fails.  Make some test names unique.
24091
24092 Thu Jan 26 19:20:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24093
24094         * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
24095         Call stty to set interrupt character.
24096
24097         * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
24098         for HP assembler versus GNU assembler based on actual behavior of
24099         $(CC), rather than assuming that $(AS) is always the GNU assembler.
24100
24101         * TODO: Suggest a few more stepping tests.
24102
24103 Wed Jan 25 14:52:41 1995  Stan Shebs  <shebs@andros.cygnus.com>
24104
24105         * gdb.base/default.exp: xfail no-stack backtraces for h8300,
24106         restart GDB for h8300 after a continue.
24107         (return): Add pattern to match a29k-udi behavior.
24108         * gdb.base/nodebug.exp: Remove obsolete comment.
24109         * gdb.base/regs.exp: New file, testing of register displays.
24110         * gdb.base/return.exp: Fix typo in reference to $objdir.
24111         * gdb.base/whatis.exp: Always start with a fresh GDB.
24112
24113 Wed Jan 25 11:12:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24114
24115         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
24116         higher, these tests generate a lot of output.
24117
24118 Tue Jan 24 07:58:44 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24119
24120         * lib/gdb.exp (gdb_test): Remove catch from around the send.  The
24121         code following the catch silently ignored some errors; without the
24122         catch they should be thrown like any other tcl error.  Also, the
24123         catch used "" instead of {} which meant all the callers who wanted
24124         to include one of the characters "[]$ had to quote it an extra time.
24125         * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
24126         ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
24127         demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
24128         Remove extra quoting.
24129
24130 Mon Jan 23 21:57:54 1995  Jeff Law  (law@snake.cs.utah.edu)
24131
24132         * gdb.base/commands.exp: Make test names unique; every test either
24133         passes or fails.  Update some comments.
24134
24135         * gdb.disasm/hppa.exp (do_system_control_tests): Update.
24136
24137 Sat Jan 21 15:34:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24138
24139         The following fixes a FAIL caused by the fact that the alpha stabs
24140         configuration didn't use the ".if alpha" code in weird.def.
24141         * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
24142         bit pointer, so the 32 bit version works even on the alpha.
24143         * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
24144         Remove the stuff which allowed us to have separate versions for
24145         alpha and everything else.
24146
24147         * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
24148         regexp which "info func operator\[\](" is supposed to match.  Fix
24149         string to send to GDB.  Note that GDB still doesn't work right.  Add a
24150         new test for "info func .perator\[\](" which GDB does handle correctly.
24151
24152         * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
24153
24154 Fri Jan 20 12:14:23 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24155
24156         * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
24157         gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
24158         gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
24159         gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
24160         it makes the tests harder to understand and confuses test-o-matic.
24161         The preferred style is that each test provides a PASS or a FAIL,
24162         and has a unique message (e.g. "continue #54" not just "continue")
24163         which is the same for the pass and the fail.
24164         * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
24165         gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
24166         to lib/gdb.exp.
24167         * gdb.base/printcmds.exp: Use test_print_accept.  Remove
24168         prt_accept which was basically the same thing.  Likewise for
24169         test_print_reject and prt_reject.
24170         * lib/gdb.exp (test_print_reject): Add some more error message
24171         patterns to match from the former printcmds.exp (prt_reject).
24172         * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
24173         One defect of the passcount stuff is that some of it failed to
24174         report XPASS where appropriate.
24175         * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
24176         stuff before and after arg in expected pattern.
24177         (test_paddr_operator_functions): Re-do test without print_addr_of;
24178         this is the only test which seems to want extra stuff there.
24179
24180 Tue Jan 17 10:47:53 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
24181
24182         * gdb.base/nodebug.exp: Update new tests to reflect improved
24183         wording of gdb output.
24184
24185         * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
24186         and "ptype" work on variables in files compiled without -g.
24187         Replaces commented out "maint print msymbol" tests.
24188
24189 Mon Jan 16 12:13:28 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
24190
24191         * gdb.base/setvar.c (dummy): Call malloc.
24192
24193         * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
24194         losing with the irix4 sed.
24195
24196         * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
24197         ALRM" on irix4.
24198
24199 Sun Jan 15 21:58:26 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
24200
24201         * TODO: Remove items about corefile.exp testing new exec-file and
24202         backtrace; both are now done.  Add items about printing enums.
24203
24204 Sat Jan 14 11:25:28 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
24205
24206         * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
24207         "get signal $thissig" test fails.
24208
24209         * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
24210
24211 Thu Jan 12 01:14:53 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
24212
24213         * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
24214         compiler warning with dec alpha compiler.
24215
24216         * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
24217         extra \n from gdb_test call (this explains why the prompt test
24218         that I removed yesterday was there).
24219         (user_defined_command_test): Remove extra \n and prompt test.
24220
24221         * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
24222         doesn't exist.  Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
24223         doesn't exist.
24224         * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
24225         Also remove alpha workaround, which turns out to be because
24226         SIGABRT == SIGLOST.
24227
24228         * gdb.base/sigall.exp: Add workaround for alpha weirdness.
24229
24230         * gdb.base/help.exp: Don't test "help show".
24231
24232 Wed Jan 11 14:37:04 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
24233
24234         * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
24235         "set print address" is on.
24236         * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
24237         pass prompt to gdb_test; gdb_test already looks for the prompt.
24238
24239         * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
24240
24241         * gdb.base/a1-selftest.exp: Don't test "maint dump-me".  That test
24242         was a vestige of the manual TESTSTRATEGY, and the purpose of it
24243         was to make sure that gdb can read a core file.  But (a) the "read
24244         the corefile" part didn't make it to a1-selftest.exp, we just
24245         delete the corefile after creating it, and (b) we test reading
24246         corefiles in corefile.exp anyway.  Also, this test left around a
24247         xgdb process on Solaris.
24248
24249         * gdb.base/corefile.exp: Also test backtrace.
24250
24251 Wed Jan 11 00:14:40 1995  Jeff Law  (law@snake.cs.utah.edu)
24252
24253         * gdb.base/commands.exp: Test a simple user defined command with
24254         arguments and if/while statements; verify the full user command is
24255         printed by "show user".
24256
24257         * gdb.base/commands.exp: Test if/while commands as part of a
24258         breakpoint command list; verify they appear in breakpoint
24259         information.
24260
24261 Wed Jan 11 00:47:58 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
24262
24263         * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
24264         than by dividing by zero.
24265
24266 Tue Jan 10 21:38:05 1995  Jeff Law  (law@snake.cs.utah.edu)
24267
24268         * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
24269         performing an inferior call with watchpoints enabled.
24270         * gdb.base/watchpoint.c (main): Delete second unnecessary read
24271         call.
24272
24273 Tue Jan 10 18:42:07 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
24274
24275         * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
24276         of "file" command.
24277
24278         * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
24279         Add additional pattern for when "int operator int(void);" appears
24280         in a different order.
24281
24282 Mon Jan  9 16:22:46 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
24283
24284         * gdb.base/signals.exp: Call gdb_exit and gdb_start.
24285
24286         * gdb.base/help.exp: Replace most of docstrings for "info signals"
24287         and "signal" with ".*".
24288
24289 Wed Jan  4 11:35:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
24290
24291         * TODO: Add note about "handle all nostop".
24292
24293         * gdb.base/{sigall.c, sigall.exp}: New test.
24294         * gdb.base/Makefile.in: Add it.
24295
24296 Thu Jan  5 17:34:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
24297
24298         * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
24299         when invoking GDB, suppresses any windowing interface.
24300
24301 Mon Jan  2 17:40:21 1995  Stan Shebs  <shebs@andros.cygnus.com>
24302
24303         * config/sim-gdb: New file, simulator testing support.
24304
24305 Wed Dec 28 12:21:50 1994  Jeff Law  (law@snake.cs.utah.edu)
24306
24307         * gdb.base/interrupt.exp: Test calling func1 twice.
24308
24309 Wed Dec 21 12:51:37 1994  Jim Kingdon  <kingdon@deneb.cygnus.com>
24310
24311         * gdb.base/list.exp (test_forward_search): Set timeout higher
24312         when we'll be getting lots of output from gdb.
24313
24314         * gdb.base/a1-selftest.exp: Move code that was inside expect -re
24315         "init_malloc" to after the expect statement.  Run it if that
24316         regexp is taken, but also for two others which happen if source
24317         cannot be found.
24318
24319 Tue Dec 20 12:35:21 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24320
24321         * gdb.base/printcmds.exp: New test, for printing register before
24322         program is running.
24323
24324 Mon Dec 19 00:32:55 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24325
24326         * gdb.base/list.exp:  Correct some alternate expect patterns
24327         to reflect changes in list1.c.
24328
24329 Sat Dec 17 14:20:03 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24330
24331         * TODO: Add item regarding large frames.
24332
24333         * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
24334
24335         * TODO: Remove item about enabling return.exp; it
24336         is enabled.  Suggest a few more "return" tests.
24337
24338 Sat Dec 17 02:33:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24339
24340         * gdb.c++/misc.cc, gdb.c++/inherit.exp:  Add testcases for
24341         anonymous unions.
24342
24343 Tue Dec 13 11:26:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24344
24345         * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
24346         and pr-5646.o, so "make" is the same as "make all", not "make
24347         pr-4975.o".
24348
24349 Wed Dec  7 19:02:02 1994  Stan Shebs  <shebs@andros.cygnus.com>
24350
24351         * gdb.base/list.exp: Adjust expectations to reflect changes in
24352         list1.c.
24353         (test_forward_search): New test proc.
24354         * gdb.base/list1.c (long_line): New function, has long source line.
24355
24356 Thu Dec  1 23:14:49 1994  Stan Shebs  <shebs@andros.cygnus.com>
24357
24358         * gdb.base/a1-selftest.exp: Change initial stepping to know about
24359         additional line of code that was added.
24360
24361 Wed Nov 30 19:43:14 1994  Jeff Law  (law@snake.cs.utah.edu)
24362
24363         * gdb.disasm/hppa.s: Break the large branching tests into smaller
24364         tests so as not to overflow expect's input buffers.
24365         * gdb.disasm/hppa.exp: Corresponding changes.
24366
24367 Fri Nov 25 13:37:10 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24368
24369         Beginnings of template debugging tests.
24370         * gdb.c++/templ-info.cc:  New file to test for template
24371         debugging capability of the compiler.
24372         * gdb.c++/Makefile.in:  Add rule to build templ-info.exp from
24373         templ-info.cc.
24374         * gdb.c++/templates.cc:  Add explicit template instantiations
24375         to enable compiling with -fno-implicit-templates. Add destructor
24376         and 'value' method to T5 class for template tests.
24377         * gdb.c++/templates.exp:  Add testcases for printing of template
24378         types, setting breakpoints on template methods and calling a
24379         template method.
24380
24381 Sat Nov  5 00:20:17 1994  Jeff Law  (law@snake.cs.utah.edu)
24382
24383         * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
24384         branch target since some assemblers (gas-2.5)  may emit a
24385         relocation for the branch instead of resolving it in the
24386         assembler.
24387
24388 Sat Oct 29 02:40:40 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24389
24390         * gdb.base/a1-selftest.exp:  Remove RS/6000 xfail for backtrace
24391         through signal handler.
24392
24393 Fri Oct 21 11:10:16 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
24394
24395         * configure.in (*-*-netware): Use config/mt-netware.
24396
24397         * config/mt-netware: New file.
24398         * config/mt-i386-netware: Removed, separate configs for different
24399           netware architectures are no longer needed now that we have
24400           --with-headers.
24401
24402 Sat Oct 15 03:43:00 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24403
24404         * gdb.base/exprs.exp:  Remove xfail for alpha, it is fixed
24405         by the recent changes to use ANSI C arithmetic conversions.
24406
24407 Sun Oct  9 07:44:06 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24408
24409         * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
24410         bug involving using inferior_pid to figure out whether to select a
24411         frame.
24412
24413 Wed Sep 28 23:12:02 1994  Jeff Law  (law@snake.cs.utah.edu)
24414
24415         * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
24416         match the current disassembler output.
24417
24418 Fri Sep 16 11:42:41 1994  Stan Shebs  (shebs@andros.cygnus.com)
24419
24420         * gdb.fortran/exprs.exp: Expect VOID instead of void.
24421         * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
24422         types, expect "int" as type of integer values (for now).
24423
24424 Wed Sep  7 23:33:51 1994  Jeff Law  (law@snake.cs.utah.edu)
24425
24426         * gdb.base/commands.exp: New tests for if/while commands.
24427
24428 Tue Sep  6 13:16:11 1994  Per Bothner  (bothner@kalessin.cygnus.com)
24429
24430         * lib/gdb.exp (runto):  Replace sub-pattern for hex value
24431         by .*, since hex values have different syntax in Chill mode.
24432
24433 Tue Sep  6 02:15:51 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24434
24435         * gdb.c++/demangle.exp (test_arm_style_demangling):  Remove
24436         linefeed from expect pattern for repeated types with indices > 9.
24437
24438 Mon Aug 29 14:20:44 1994  Stan Shebs  (shebs@andros.cygnus.com)
24439
24440         First part of Fortran test suite.
24441         * gdb.fortran: New directory.
24442         * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
24443
24444 Sat Aug 27 23:32:43 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24445
24446         * gdb.base/default.exp:  Update expect pattern for load command
24447         without arguments.
24448
24449 Wed Aug 24 13:15:02 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
24450
24451         * configure.in: Change i386 to i[345]86.
24452         * gdb.base/configure.in: Likewise.
24453         * gdb.c++/configure.in: Likewise.
24454         * gdb.chill/configure.in: Likewise.
24455
24456 Tue Aug 23 19:14:06 1994  Stan Shebs  (shebs@andros.cygnus.com)
24457
24458         * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
24459         patterns, since that is not a valid context for comments.
24460
24461 Fri Aug 19 15:07:30 1994  Kung Hsu  (kung@mexican.cygnus.com)
24462
24463         * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
24464         repeated types and repeated types with indices > 9.
24465
24466 Tue Aug 16 15:57:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
24467
24468         * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
24469         2417; old bug has been fixed.
24470
24471 Fri Aug 12 19:35:41 1994  Jeff Law  (law@snake.cs.utah.edu)
24472
24473         * gdb.base/interrupt.exp: When trying to wake up the inferior,
24474         send the newline ourselves instead of assuming gdb_test will do
24475         so when passed an empty input string.
24476
24477         * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
24478         stabs testcode.
24479
24480 Fri Aug  5 17:01:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
24481
24482         * lib/gdb.exp (gdb_test): Don't send anything if the first
24483           argument is an empty string.  This makes cases where we want to
24484           match output that is already in expect's buffers (for example,
24485           matching a breakpoint after gdb_run_cmd has been called) work
24486           reliably.
24487
24488 Tue Aug  2 10:24:08 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
24489
24490         * config/netware.exp: New file.
24491
24492 Thu Jul 28 12:54:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
24493
24494         * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
24495           the -B and -L prefixes so we can find the debugging stub.
24496
24497         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
24498           there and we are using the gcc from the tree.
24499
24500         * gdb.base/types.c: Removed.
24501
24502         * gdb.base/configure.in: Look for makefile fragments in ../config.
24503           Recognize i386-*-netware.
24504         * gdb.c++/configure.in: Likewise.
24505
24506 Mon Jul 25 23:48:50 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24507
24508         * gdb.base/corefile.exp:  Change `else if' to `elseif', which is
24509         the correct TCL syntax.
24510
24511 Mon Jul 25 15:35:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
24512
24513         * gdb.base/opaque.exp: use runto instead of messing around with
24514           breakpoints.  Simplify by using gdb_test.
24515
24516         * gdb.base/bitfields.exp: restart between tests on netware targets
24517           because breakpoints aren't relocated after target death.  Run
24518           processes to completion.
24519
24520         * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
24521
24522 Sun Jul 24 09:55:51 1994  Fred Fish  (fnf@cygnus.com)
24523
24524         * Makefile.in:  Remove extra tabs that confuse some versions
24525         of "make".  Use the newly built gdb to test with by default,
24526         rather than the first one in the tester's search path.
24527
24528 Sat Jul 23 15:05:47 1994  Stan Shebs  (shebs@andros.cygnus.com)
24529
24530         * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
24531
24532         * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
24533         condition help.
24534
24535 Tue Jul 19 10:26:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
24536
24537         * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
24538
24539         * lib/gdb.exp (gdb_run_cmd): New function, used to start program
24540           running.
24541         * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
24542         * gdb.base/funcargs.exp: Likewise.
24543
24544         * gdb.base/bitfields.exp: Simplify by using gdb_test.
24545         * gdb.base/funcargs.exp: Likewise.
24546
24547         * lib/gdb.exp (gdb_test): if match times out, don't call fail if
24548           message is "".
24549
24550 Mon Jul 18 12:18:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
24551
24552         * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
24553           return,signals,twice}.exp: Handle non-existant binaries
24554           consistantly.
24555
24556         * gdb.base/corefile.exp: Execute coremaker to generate core dump.
24557         * gdb.base/Makefile.in: Don't try to generate a core dump, we
24558           might testing a cross development system.
24559
24560 Thu Jul 14 18:13:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
24561
24562         * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
24563           runtest script is relative to ${srcdir}, not ${rootdir}.
24564
24565 Thu Jul 14 14:56:59 1994  Stan Shebs  (shebs@andros.cygnus.com)
24566
24567         * gdb.base/signals.exp: Allow for optionality of breakpoint
24568         address.
24569
24570 Thu Jul 14 11:21:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24571
24572         * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
24573
24574 Tue Jul 12 12:22:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
24575
24576         * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
24577           for size_t definition.
24578         * gdb.c++/templates.cc: Likewise
24579
24580         * config/mt-i386-netware: New file.
24581
24582         * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
24583           defined.
24584
24585         * gdb.base/Makefile.in: Added support for systems that name core
24586           files by appending "core" to the program name.
24587         * gdb.base/a1-selftest.exp: Likewise.
24588
24589 Mon Jul 11 23:59:18 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24590
24591         * gdb.base/return.exp:  Add comment and message for `return double'
24592         test failure on Sparc Solaris.
24593
24594 Mon Jul  4 12:10:48 1994  Stan Shebs  (shebs@andros.cygnus.com)
24595
24596         * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
24597
24598 Wed Jun 29 00:26:17 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24599
24600         * gdb.c++/misc.cc:  Instantiate classes to inhibit the compiler
24601         from optimizing them away.
24602         * gdb.c++/classes.exp, gdb.c++/inherit.exp:  Update ptype expect
24603         patterns to include default constructors and assignment operators,
24604         to match gcc versions beyond 2.5.8. Accept any cplus demangling
24605         character in the output of the virtual base pointer.
24606
24607 Fri Jun 24 08:15:42 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24608
24609         * gdb.c++/cplusfuncs.exp:  Use string_to_regexp and a regular
24610         expression match in print_addr_of to avoid unintented matches.
24611         * gdb.c++/virtfunc.exp:  Accept alternate ptype output of g++
24612         versions up to 2.5.8.
24613
24614 Mon Jun 20 23:54:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24615
24616         * gdb.base/list.exp:  Tweak alternate pattern for listing of an
24617         included file to run under newer versions of expect.
24618         * gdb.c++/demangle.exp:  Add spaces to the expect patterns between
24619         consecutive >'s in templates to accomodate recent cplus-dem.c change.
24620         Remove xfail for the virtual table of BDDHookV.
24621
24622 Sat Jun 18 12:51:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
24623
24624         * lib/gdb.exp (string_to_regexp): Set a default result.
24625         (default_gdb_start): Fix misleading message.
24626
24627 Wed Jun 15 12:10:10 1994  Stan Shebs  (shebs@andros.cygnus.com)
24628
24629         * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
24630         Remove all CC, etc definitions.
24631         * config/mt-hpux: New file.
24632         * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
24633         (CFLAGS, LDFLAGS): Define.
24634         * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
24635
24636         * Makefile.in (site.exp): Don't insert host_os, etc.
24637         (just-check): Just use RUNTEST with RUNTESTFLAGS only.
24638         (distclean): Check existence of subdir.
24639         * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
24640         * gdb.base/Makefile.in: General cleanup and simplification.
24641         Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
24642         to build executables.   Use default rule to build .o files.
24643         (EXPECT, RUNTEST, CC): Fix relative pathname.
24644         (site.exp): Don't insert host_os, etc.
24645         * gdb.base/signals.c (main): Don't call signal unless SIGALRM
24646         and/or SIGUSR1 defined.
24647         * gdb.base/watchpoint.c: Don't include stdio.h a second time.
24648         * gdb.c++/Makefile.in: General cleanup and simplification.
24649         Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
24650         (CFLAGS): Remove.
24651         (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
24652
24653 Fri Jun 10 10:55:09 1994  Jeff Law  (law@snake.cs.utah.edu)
24654
24655         * gdb.base/recurse.exp: Misc changes to get tests running again
24656         after Kung's changes to the watchpoint code.
24657         * gdb.base/watchpoint.exp: Likewise.
24658
24659 Thu Jun  9 15:16:55 1994  Per Bothner  (bothner@kalessin.cygnus.com)
24660
24661         * lib/gdb.exp (string_to_regexp):  Convert {\} also.
24662
24663 Wed Jun  8 12:12:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
24664
24665         * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
24666         * lib/gdb.exp (default_gdb_start): Define.
24667         * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
24668         gdb.base/funcargs.exp, gdb.base/opaque.exp,
24669         gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
24670         gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
24671         gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
24672         Don't call gdb_target_udi in between tests.
24673
24674 Tue Jun  7 08:30:15 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24675
24676         * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
24677         (which was basically just a local version of the same thing).  In
24678         addition to avoiding duplication, gdb_test_exact is faster.
24679         * lib/gdb.exp (gdb_test_exact): Fix typo.
24680
24681         * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
24682         don't give an error.
24683
24684         * gdb.base/term.exp: Call delete_breakpoints before starting.
24685
24686         * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
24687         (t10): Add comment.
24688
24689 Mon Jun  6 18:26:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
24690
24691         Reorganization of the GDB Test Suite.
24692
24693         * gdb.base: New directory, contains all the basic tests.
24694         * gdb.c++: New directory, tests specific to C++.
24695         * gdb.chill: New directory, tests specific to Chill.
24696         * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
24697         gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
24698         gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
24699         gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
24700         into appropriate new directories (t00-t17 to base, t20-t23 to c++,
24701         t30-31 to chill).
24702         * */gdbme.*: Rename to match appropriate expect scripts.
24703         * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
24704         gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
24705         gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
24706         gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
24707         gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
24708         gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
24709         gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
24710         gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
24711         gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
24712         gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
24713         * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
24714         gdb.c++/virtfunc.cc: New names of C++ files.
24715         * gdb.chill/chillvars.ch: New name of Chill file.
24716         * gdb.base/configure.in, gdb.c++/configure.in,
24717         gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
24718         * gdb.base/Makefile.in, gdb.c++/Makefile.in,
24719         gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
24720         * configure.in (configdirs): Update to reflect directory changes.
24721         (target_abbrev): No longer define for any configuration.
24722         * Makefile.in: Cosmetic improvements to header comments.
24723
24724 Fri Jun  3 18:56:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
24725
24726         Various changes to gdb.t31:
24727
24728         * Makefile.in (gdbme.o):  Compile with -fspecial_UC.
24729         * gdbme.ch:  Make all key-words and predefineds be upper-case.
24730         * chillvars.exp:  Expect key-words and predefinds in upper-case.
24731
24732         * chillvars.exp:  Use gdb_test_exact many places.
24733         Change expected output for arrays (which now includes index labels).
24734
24735         * pr-5020.exp, gdme.ch (module PR_5020):
24736         New test, for PR-5020.
24737
24738 Thu Jun  2 16:02:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
24739
24740         * lib/gdb.exp (string_to_regexp, gdb_test_exact):  New procedures.
24741         * Makefile.in (CHILL_LIB):  Remove bogus redundant definitions.
24742
24743 Sun May 29 22:31:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
24744
24745         * Makefile.in:  Fix bit-rot in definitions of CHILL,
24746         CHILL_FOR_TARGET and Chill_LIB.
24747         * gdb.t31/gdbme.ch:  Fix syntax of nested array tuples.
24748         * gdb.t31/Makefile.in:  Add definitions for CHILLFLAGS,
24749         CHILL, and CHILL_LIB.
24750
24751 Sat May 21 10:05:08 1994  Bill Cox  (bill@rtl.cygnus.com)
24752
24753         * Revert the previous changes.  Please see Rob's directory
24754           /lisa/test/rob/progressive/gdb/testsuite for these fixes.
24755
24756 Thu May 19 12:51:00 1994  Bill Cox  (bill@rtl.cygnus.com)
24757
24758         * Makefile.in, configure.in, config/mips-gdb.exp,
24759           config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
24760           config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
24761           config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
24762           gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
24763           gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
24764           gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
24765           gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
24766           gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
24767           gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
24768           gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
24769           gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
24770           gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
24771           gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
24772           gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
24773           gdb.t24/demangle.exp, lib/gdb.exp:  Check in Rob's testing
24774           changes from 94Q1.
24775
24776 Wed May 18 17:04:03 1994  Bill Cox  (bill@rtl.cygnus.com),
24777
24778         * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
24779           config/mt-slite, config/mt-unix, config/mt-vxworks: Add
24780           Rob's new testing fragments.
24781
24782 Tue May 17 15:04:14 1994  Bill Cox  (bill@rtl.cygnus.com)
24783
24784         * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
24785           lib/gdb.exp: Replace error proc calls with perror.
24786
24787 Mon May 16 19:00:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
24788
24789         * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
24790         version also, match on casted version strings, and match on
24791         gdb startup case where the line numbers might be messed up.
24792
24793 Fri May 13 18:00:27 1994  Bill Cox  (bill@rtl.cygnus.com)
24794
24795         * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
24796           (CFLAGS): Delete it from here.
24797
24798 Tue May  3 16:08:09 1994  Kung Hsu  (kung@mexican.cygnus.com)
24799
24800         * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
24801
24802 Fri Apr 29 14:26:35 1994  Stan Shebs  (shebs@andros.cygnus.com)
24803
24804         * Makefile.in (RUNTEST): Default to just "runtest".
24805
24806 Tue Apr 26 22:21:40 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
24807
24808         * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
24809         * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
24810         the code has been restructured.
24811
24812 Thu Apr 21 12:48:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24813
24814         * gdb.t00/default.exp (set write): Allow any number of \r and/or
24815         \n, not just one of each.
24816
24817         * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
24818         /bin/cc gives a warning if you do.
24819
24820 Thu Apr 21 11:54:04 1994  Kung Hsu  (kung@mexican.cygnus.com)
24821
24822         * gdb.t24/demangle.exp: change expect pattern of
24823         __t10ListS_link1ZUiRCUiPT0
24824
24825 Wed Apr 13 15:05:00 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
24826
24827         * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
24828         on local variables in recursive functions.
24829
24830         * gdb.t07/Makefile.in: Build the new test.
24831
24832 Tue Apr 12 20:45:25 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
24833
24834         * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
24835         directly.  Instead compare the return values from actual calls.
24836
24837 Mon Apr 11 10:31:00 1994  Bill Cox  (bill@rtl.cygnus.com)
24838
24839         * Makefile.in (check): Set TCL_LIBRARY for runtest.
24840
24841 Mon Apr 11 09:15:30 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
24842
24843         * From Peter Schauer with minor modifications.
24844         * gdb.t15/return.exp (return_tests): Handle targets where "return"
24845         stops in mid-line in the caller.  Add xfail for returning a float
24846         value on X86 targets.
24847
24848 Tue Apr  5 15:16:33 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
24849
24850         * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
24851         to avoid expect lossage.
24852         (fmem_LRbug_tests): Likewise.
24853         * gdb.disasm/hppa.s: Corresponding changes.
24854
24855         * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
24856         conditions to work with latest dejagnu/expect.
24857
24858         * gdb.t15/funcargs.exp (finish from indirect call): No longer
24859         expected to fail on the PA.
24860         (backtrace in call with trampolines): Explicitly require main
24861         to be frame #1 (no trampolines should show up in backtrace).
24862
24863         * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
24864         "continue -expect".
24865         * gdb.t06/break.exp: Likewise.
24866         * gdb.t07/watchpoint.exp: Likewise.
24867         * gdb.t13/bitfields.exp: Likewise.
24868         * gdb.t15/{funcargs,return}.exp: Likewise.
24869         * gdb.stabs/weird.exp: Likewise.
24870         * config/{mips,udi}-gdb.exp: Likewise.
24871
24872         * hppa.sed: Enclose comments within a sed command to avoid
24873         losing with the old OSF1 sed.
24874
24875 Wed Mar 30 00:31:49 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24876
24877         * gdb.t02/whatis.exp, gdb.t08/opaque.exp:  Add XFAILs for
24878         sequent dynix.
24879         * gdb.t06/signals.exp:  Add clear_xfail for sequent dynix.
24880         * gdb.t15/funcargs.exp:  Conditionally step again to really
24881         finish from marker_call_with_trampolines. Handle the case where
24882         the first step from within call_with_trampolines already steps
24883         us back to main.
24884         * gdb.t15/gdbme.c:  Add comment to closing brace of
24885         call_with_trampolines for funcargs.exp.
24886
24887 Tue Mar 29 23:55:27 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
24888
24889         * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
24890         Fix typo(s).
24891
24892 Sun Mar 27 16:53:14 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
24893
24894         * gdb.t07/gdbme.c: More code for watchpoint testing.
24895
24896         * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
24897         "Hardware watchpoint" throughout file.
24898         (test_watchpoint_triggered_in_syscall): New test.
24899         (test_complex_watchpoint): New test.
24900
24901 Fri Mar 25 17:05:31 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
24902
24903         * gdbme.c (call_with_trampolines): New function to try and step
24904         into.  Tests trampoline problems on the PA.
24905
24906         * funcargs.exp (localvars_in_indirect_call): No longer expect
24907         stepping into indirect call to fail on PAs.
24908         (test_stepping_over_trampolines): New test.
24909
24910 Wed Mar 23 07:43:33 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24911
24912         * TODO: Add suggestions for static member function tests, and
24913         completion tests.
24914
24915 Wed Mar 16 08:28:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24916
24917         * TODO: Add suggestions for "p/a" tests.
24918
24919         * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
24920         (default_gdb_exit): Replace all the hair with sending "quit" to
24921         the process with a simple close.
24922
24923 Tue Mar 15 08:45:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24924
24925         * TODO: Add suggestions for shared library tests.
24926
24927 Sun Mar 13 10:45:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24928
24929         * TODO: Add suggestions for x/s tests.
24930
24931 Fri Mar 11 08:22:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24932
24933         * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
24934         "enable once", and "enable breakpoints once" with ".*".
24935
24936 Thu Mar 10 08:34:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24937
24938         * TODO: Add suggestions about structure passing tests.
24939
24940 Mon Mar  7 13:45:54 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
24941
24942         * gdb.t03/gdbme.c:  gcc version 1 puts out the wrong stabs for
24943         the primary1 test, use work around if __GNUC__ < 2.
24944         * gdb.t06/signals.c:  Add comments for signals.exp pattern matching.
24945         * gdb.t06/signals.exp:  Add XFAILs for i386 bsd and vax ultrix.
24946         Test for bad output rather than waiting for timeout.  Issue
24947         second continue only if first continue failed.
24948
24949 Wed Mar  2 10:08:01 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
24950
24951         * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
24952         operator[] test with gdb_test because the old code didn't seem to
24953         be getting the quoting right with the new dejagnu.
24954
24955 Thu Feb 24 19:49:25 1994  Rob Savoye  (rob@poseidon.cygnus.com)
24956
24957         * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
24958         one from the path.
24959         * Makefile.in: Use a fresh expect if there is one, use runtest
24960         from the src tree if there is one.
24961
24962 Thu Feb 24 18:49:37 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
24963
24964         * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
24965         next over recursive call.  Revise the tests from that point on
24966         (which had been skipped) to match GDB's actual (correct) output.
24967
24968         * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
24969         with next over a breakpoint whose condition is false.
24970
24971         * gdb.t00/help.exp: Comment out "help set print" tests just like
24972         (and for same reason as) "help set" test.
24973
24974 Mon Feb 14 09:58:23 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
24975
24976         * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
24977         * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
24978
24979 Sun Feb  6 15:36:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
24980
24981         * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
24982         necessary gdb_target_udi.
24983
24984         * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
24985
24986         * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
24987         1838 and 2417; they are fixed.
24988
24989         * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
24990         gdb.t03/ptype.exp (ptype structure, ptype union):
24991         Remove xfails; the test is looser than when the xfails were added.
24992
24993         * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
24994         * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
24995
24996         * gdb.t01/run.exp: Only run shell test if isnative.
24997
24998         * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
24999         since "run" automatically loads if necessary.  Call gdb_target_udi
25000         after the "file" since "file" kills any execution target.
25001
25002         * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
25003         GDB.  GDB doesn't work that way (not anymore at least) on UDI.
25004         * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
25005         argument for UDI.
25006
25007 Fri Feb  4 12:19:32 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
25008
25009         * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
25010
25011         * gdb.t17/callfuncs.exp: Add xfails for rs6000.
25012
25013 Sat Feb  5 09:11:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25014
25015         * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
25016         properly quoting regexps.  This makes the second argument to
25017         demangle a fixed string, which matches the callers, instead of a
25018         shell-style pattern which is what the previous implementation
25019         used.  Update some of the callers.
25020
25021 Sat Feb  5 10:19:09 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
25022
25023         * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
25024         (comib_nullified_tests): Fix typo.
25025         * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
25026         strings.  No longer expected to fail.
25027
25028         * gdb.disasm/hppa.s (addib_tests): Fix typo.
25029         * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
25030         strings.  No longer expected to fail.
25031
25032         * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
25033         string.  No longer expected to fail.
25034
25035 Fri Feb  4 23:45:11 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
25036
25037         * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
25038         No longer expected to fail.
25039
25040         * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
25041         string.  No longer expected to fail.
25042
25043 Fri Feb  4 10:35:42 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25044
25045         * gdb.t24/demangle.exp: Remove a bunch more tests which differ
25046         only in the names (I probably got most of them).  I was even
25047         generous with some which differed in underscores in names, and
25048         probably missed a few, and I *still* was able to remove almost a
25049         third of the file with almost no impact on testsuite coverage.
25050
25051 Thu Feb  3 12:04:49 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25052
25053         * gdb.t00/default.exp: Match udi_attach error message as well as
25054         the one from child_attach.
25055
25056         * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
25057
25058         * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
25059
25060         * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
25061         * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
25062
25063         * Move test with enums and partial symbols back to
25064         gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
25065         Reverts the change of 26 May 93.  Per today's change to
25066         stabs.texinfo, the behavior that weird.exp was expecting was
25067         unreasonable; what is important is that the compiler+gdb get
25068         things right, which happens with a recent gcc.  Also fix the test
25069         to deal with native compilers which put out the stab gdb can't
25070         deal with.
25071
25072 Mon Jan 31 15:40:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25073
25074         * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
25075         in the names.  The main thing these accomplish is to slow things down.
25076         Many more such duplicates surely remain.
25077
25078         * gdb.t00/help.exp: Comment out "help support" test just like
25079         (and for same reason as) "help set" test.
25080
25081 Mon Jan 31 06:43:45 1994  Fred Fish  (fnf@cygnus.com)
25082
25083         * gdb.t06/break.exp:  Remove setup_xfails for
25084         sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
25085         * gdb.t20/inherit.exp (test_ptype_si):  Update warning message
25086         about known bug in gcc to include up through 2.5.8.
25087         * gdb.t20/inherit.exp (test_ptype_vi):  Accept "_vb." as well as
25088         well as "_vb$".
25089         * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
25090         Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
25091         with latest gcc and gdb.
25092         * gdb.t22/virtfunc.exp (test_ptype_of_classes):  Accept "_vb." as
25093         well as "_vb$".
25094
25095 Sat Jan 29 23:31:26 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
25096
25097         * configure.in (hppa*-*-*): Also configure and build stabs-only
25098         tests.
25099
25100 Thu Jan 27 08:21:16 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
25101
25102         * gdb.t10/hppa.mt: A makefile fragment for the PA.
25103         * gdb.t10/configure.in (hppa*-*-*): Use it.
25104
25105 Tue Jan 25 12:58:26 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25106
25107         * gdb.t09/corefile:  Increase timeout when spawning gdb explicitly.
25108
25109 Wed Jan 19 12:40:25 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25110
25111         * gdb.t06/signals.exp:  Handle blocked SIGTRAP on sun3 for bash
25112         versions prior to 1.13.5.
25113
25114 Tue Jan 18 20:10:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25115
25116         * gdb.t00/default.exp (show prompt): In FAIL case, only match if
25117         the prompt is at the start of a line.
25118
25119 Mon Jan 17 20:07:51 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
25120
25121         * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
25122         Enable "diag" instruction.  Delete copr from fpu_misc_tests, it's
25123         in the copr tests now.
25124         * gdb.disasm/hppa.exp: Run new sfu and copr tests.  Do not expect
25125         copr in the fpu_misc tests anymore.  fpu_misc tests are no longer
25126         expected to fail.
25127
25128 Fri Jan 14 14:24:21 1994  Rob Savoye  (rob@darkstar.cygnus.com)
25129
25130         * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
25131         gdb.t31/chillvars.exp, lib/gdb.exp:
25132         Tweak to run under either version of expect.
25133         * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
25134         * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
25135         * gdb.t11/list.exp: Remove extraneous whitespace.
25136
25137 Sat Jan 15 09:57:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25138
25139         * gdb.t16/printcmds.exp (test_print_strings): Accept
25140         "(unsigned char *) " before the string.
25141
25142         * TODO: Add notes about printing of fancy types and GDB expressions.
25143
25144 Thu Jan 13 17:16:09 1994  Stan Shebs  (shebs@andros.cygnus.com)
25145
25146         * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
25147         * gdb.t06/configure.in: Don't try to compile signals test program
25148         if doing mips-idt-ecoff.
25149
25150 Thu Jan 13 08:25:55 1994  Rob Savoye  (rob@darkstar.cygnus.com)
25151
25152         * Most .exp files: Tweak to run under either version of expect.
25153
25154 Tue Jan 11 15:21:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25155
25156         * gdb.t12/scope.exp: Add xfails for rs6000.  Remove 1806 from existing
25157         xfails; I'm not sure why they are failing, but not because of PR 1806.
25158
25159 Mon Jan 10 22:14:20 1994  Rob Savoye  (rob@darkstar.cygnus.com)
25160
25161         * config/unix-gdb.exp: Remove gdb_unload cause it's already
25162         defined in lib/gdb.exp.
25163
25164 Fri Jan  7 12:42:45 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25165
25166         * gdb.t07/watchpoint.exp:  Clear xfail for calling function with
25167         watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
25168         * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc:  Conversion operator functions
25169         have to be typeless.
25170
25171 Tue Jan  4 09:32:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
25172
25173         * TODO: Add suggestion for copyright year test.
25174
25175 Mon Jan  3 11:35:26 1994  Stan Shebs  (shebs@andros.cygnus.com)
25176
25177         * configure.in (*-*-lynxos*): Add stabs tests.
25178
25179 Wed Dec  1 21:54:05 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
25180
25181         * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
25182         so insert a tab before any assembler directive in column zero.
25183
25184         * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
25185         stores.
25186         * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
25187         stores.
25188         (fpu_short_memory_tests): Likewise.
25189
25190 Mon Nov 22 13:23:22 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25191
25192         * gdb.stabs/ecoff.mt:  Delete alpha specific if block, fix typo.
25193         * gdb.stabs/ecoff.sed:  Escape inserted blanks with backslashes, embed
25194         .stabs directives in comments.
25195
25196 Fri Nov 19 14:09:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25197
25198         * TODO: New file, describing tests we could write.
25199         * gdb.t09/corefile.exp: Move description of tests to write to TODO.
25200
25201 Tue Nov 16 21:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25202
25203         * gdb.t06/signals.exp: Add kludge to force re-sync.
25204
25205         * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
25206         to xgdb instead of gdb, get out of gdb.
25207
25208 Tue Nov 16 10:21:57 1993  Rob Savoye  (rob@cygnus.com)
25209
25210         * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
25211         for info.
25212
25213 Sat Nov 13 23:17:48 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
25214
25215         * gdb.stabs/hppa.mt: A makefile fragment for the PA.
25216         * gdb.stabs/configure.in (hppa*-*-*): Use it.
25217         * gdb.stabs/hppa.sed: New sed script for the PA.
25218
25219 Sat Nov 13 22:50:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25220
25221         * gdb.stabs: Re-write weird.def and configuration to use sed
25222         instead of cpp.  sed is portable and POSIX; cpp is neither.
25223
25224 Fri Nov 12 15:26:36 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25225
25226         * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
25227
25228 Mon Nov  8 16:55:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25229
25230         * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
25231
25232 Thu Nov  4 23:07:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25233
25234         * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
25235         "_vb$".
25236         * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
25237         * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
25238
25239 Wed Nov  3 13:53:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25240
25241         * lib/gdb.exp: Comment out code which depends on non-existent
25242         `transform' procedure.
25243
25244 Wed Nov  3 11:23:11 1993  Rob Savoye  (rob@darkstar.cygnus.com)
25245
25246         * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
25247         * lib/gdb.exp: Transform tool name.
25248         * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
25249         1.1's new error handling system.
25250
25251 Mon Nov  1 10:36:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25252
25253         * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
25254
25255 Fri Oct 29 17:58:14 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25256
25257         * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
25258         They made pattern matching so slow that timeouts happened on
25259         heavily loaded systems.  Now any output from "show print" which
25260         gets us back to the GDB prompt is a PASS.
25261
25262 Mon Oct 25 14:36:50 1993  Stu Grossman  (grossman at cygnus.com)
25263
25264         * gdb.disasm/hppa.mt:  Use $(srcdir) in hppa.o make rule.
25265
25266 Mon Oct 25 13:35:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25267
25268         * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
25269
25270         * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
25271         It is not from PR 3220.
25272
25273 Sun Oct 24 18:49:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25274
25275         * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
25276         just started failing because they depended on the order the
25277         subcommands are presented, or exact docstring text.  This kind of
25278         test is a pain and has minimal benefit.
25279
25280 Thu Oct 21 08:26:48 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25281
25282         * gdb.t09/corefile.exp: At end of test, use "core" command with
25283         no arguments.
25284
25285 Wed Oct 20 08:56:02 1993  Stu Grossman  (grossman at cygnus.com)
25286
25287         * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
25288         17}/Makefile.in:  Make it possible to run the testsuite with Sun
25289         make and CC = cross gcc by adding explicit build rules for .o
25290         files.
25291
25292 Tue Oct 19 14:57:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25293
25294         * gdb.t15/funcargs.exp: Don't put comments on same line as
25295         setup_xfail (@#$*%& tcl braindamage!).
25296
25297 Mon Oct 18 21:50:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25298
25299         * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
25300
25301 Fri Oct 15 15:39:54 1993  Kung Hsu  (kung@cirdan.cygnus.com)
25302
25303         * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
25304         * gdb.t20/inherit.exp: remove three dumplicate entries.
25305
25306 Fri Oct 15 13:45:25 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25307
25308         * gdb.t06/break.exp: For "next over recursive call", fail on any
25309         incorrect output, not just on "factorial (value=2)".
25310
25311 Fri Oct 15 11:52:56 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25312
25313         * gdb.t12/scope.exp:  Remove xfails, filename::var syntax should be
25314         working now. Add an xfail if accesing a bss variable causes
25315         a memory error if the target is not yet run.
25316
25317 Thu Oct 14 19:16:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25318
25319         * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
25320         constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
25321         name of __st* demangling (2 strings).  Did Kung really get the
25322         more than 95 others right without testing them?
25323
25324 Thu Oct 14 16:27:08 1993  Kung Hsu  (kung@cirdan.cygnus.com)
25325
25326         * gdb.t24/demangle.exp: clean up XFAILS, more than 100
25327
25328 Thu Oct 14 11:40:30 1993  Jeffrey Law  (law@cs.uah.edu)
25329
25330         * configure.in (configdirs): Add gdb.disasm
25331         * gdb.disasm: New directory for GDB disassembler tests.
25332         * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
25333
25334 Thu Oct 14 11:40:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25335
25336         * gdb.t00/help.exp: Don't test "help set".
25337
25338         * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
25339         from within expect statements.  None of these happen anymore and
25340         they cause regressions to be silently unnoticed.
25341
25342         * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
25343         messages) about known failures with gcc cygnus-2.4.5-930417.
25344
25345         * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
25346         comp-info.exp so it gets built if it doesn't exist.
25347
25348         * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
25349         it is no longer used.
25350         * gdb.t13/comp-info.c: Removed.
25351
25352 Wed Oct 13 22:54:06 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
25353
25354         * gdb.t06/signals.exp: Add xfail for sun3.
25355
25356 Thu Oct  7 12:01:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25357
25358         * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
25359         relevant because ^C doesn't get sent but failure can be reproduced
25360         interactively).
25361
25362 Tue Oct  5 10:43:11 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25363
25364         * gdb.stabs/alpha.mt:  New configuration file for alpha.
25365         * gdb.stabs/configure.in:  Use it.
25366         * gdb.stabs/ecoff.mt, weird-ecoff.sed:  Change sed script to enable
25367         sharing with alpha.mt, redefine long to word via preprocessor.
25368         * gdb.stabs/weird.def:  Conditionally adapt storage layout of v_comb
25369         for alpha.
25370         * gdb.stabs/weird.exp:  Handle compilation of weird.s by alpha
25371         native cc.
25372         * gdb.t00/teststrategy.exp:  Change expect string so that we
25373         consume the `(xgdb)' from the command echo and from the gdb prompt.
25374         * gdb.t05/expr.exp:  xfail "print unsigned int == (~0)" on the alpha.
25375         gdb currently compares all values as long, so this failure probably
25376         applies to any configuration where LONGEST is bigger than a target int.
25377         * gdb.t08/comp-info.c:  New file to determine if gdbme is compiled
25378         with gcc.
25379         * gdb.t08/Makefile.in, opaque.exp:  Use it. Alpha native cc is unable
25380         to handle opaque pointers, gcc is.
25381         * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc:  operator new takes a size_t
25382         as first argument. Include <sys/types.h> and change all operator
25383         new definitions to use size_t.
25384         * gdb.t21/cplusfuncs.exp:  Handle changes in output for operator new
25385         now that we use size_t.
25386
25387 Wed Sep 29 00:55:49 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25388
25389         * gdb.t03/ptype.exp, gdb.t15/printcmds.exp:  When constructing
25390         a long or float array cast all array members to the same type.
25391         * gdb.t04/setvar.exp:  Handle the decimal output of an unsigned long
25392         with 64 bit longs.
25393         * gdb.t07/watchpoint.exp:  Add finish and until variations encountered
25394         on alpha.
25395         * gdb.t08/opaque.exp, gdb.t17/interrupt.exp:  Add xfails for alpha.
25396
25397 Tue Sep 28 17:26:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25398
25399         * gdb.t24 (demangle.exp): Constructors of templates have names like
25400         vector<int>::vector(int) not vector<int>::vector<int>(int).  See
25401         section 14.6 of the ARM.
25402
25403         * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
25404         "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
25405         accomplish little and slow down the testsuite.
25406
25407         * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
25408         Accept spaces various places.
25409
25410 Tue Sep 21 17:28:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25411
25412         * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
25413         with watchpoint enabled.
25414
25415         * Makefile.in: Remove definition of CC and remove the second
25416         definition of CXX (the "CXX = gcc" one remains).  These definitions
25417         were causing backquotes to be expanded within backquotes, which
25418         doesn't work.
25419
25420 Sat Sep 18 09:43:21 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
25421
25422         * gdb.t17/callfuncs.exp: Add "return 0" to end.
25423
25424 Fri Sep 17 04:41:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25425
25426         * gdb.stabs/ecoff.mt:  Remove STABSCC hack.
25427         * gdb.stabs/weird.exp:  Handle the case where weird.o is compiled
25428         by mips cc and contains no stabs entries.
25429
25430 Thu Sep 16 17:22:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
25431
25432         * config/vx-gdb.exp: Use fake device to load files rather than
25433         NFS.
25434         * lib/gdb.exp: New proc to do "file" command.
25435         * config/unix-gdb.exp: Use new "file" proc.
25436
25437 Thu Sep 16 13:45:44 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
25438
25439         * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
25440         Rework board rebooting slightly.
25441         (gdb_exit): Don't exit from the remote shell; there isn't one.
25442         * gdb.stabs/weird.exp: If a program is being debugged already,
25443         kill it.
25444         * gdb.t04/setvar.exp: Stop and restart gdb.
25445         * gdb.t05/expr.exp: Likewise.
25446         * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
25447         restart gdb and reload the program.
25448         * gdb.t08/opaque.exp: Likewise.
25449         * gdb.t12/scope.exp: Likewise.
25450         * gdb.t13/bitfields.exp: Likewise.
25451         * gdb.t15/funcargs.exp: Likewise.
25452         * gdb.t20/classes.exp: Likewise.
25453         * gdb.t03/ptype.exp: Increase timeout.
25454         * gdb.t16/printcmds.exp (test_print_string_constants,
25455         test_print_array_constants): Likewise.
25456         * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
25457         * gdb.t20/classes.exp (do_tests): Likewise.
25458         * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
25459
25460 Wed Sep 15 14:24:36 1993  Ian Lance Taylor  (ian@cygnus.com)
25461
25462         * gdb.stabs: Renamed *wierd* to *weird*.
25463
25464 Wed Sep 15 10:36:50 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
25465
25466         * gdb.t13/bitfields.exp: Test for bad output rather than waiting
25467         for timeout.  Add "known gcc 2.4.5 bug" to failure message.
25468
25469 Tue Sep 14 17:16:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
25470
25471         * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
25472         (do_tests): Remove xfail for whatis on one_var and two_var.
25473
25474 Wed Sep  8 23:14:23 1993  Rob Savoye  (rob@darkstar.cygnus.com)
25475
25476         * Makefile.in: Made cross building work better by adding
25477         {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
25478
25479 Tue Sep  7 14:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25480
25481         * gdb.t15/{return.c,return.exp,Makefile.in}:
25482         New test, currently commented out.
25483
25484 Tue Aug 31 16:51:29 1993  Rob Savoye  (rob@darkstar.cygnus.com)
25485
25486         * config/udi-gdb.exp: gdb_exit now kills any isstip processes
25487         still running and removes the leftover named socket so GDb can do
25488         clean restarts.
25489
25490 Mon Aug 30 17:55:16 1993  Rob Savoye  (rob@darkstar.cygnus.com)
25491
25492         * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
25493         console, not GDB.
25494         * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
25495         cross testing works better with "make check"
25496         * config/unix-gdb: Use default procedures for exit and version.
25497         * config/vx-gdb.exp: Cleaned up and massaged back to working order
25498         with the newest VxWorks.
25499
25500 Thu Aug 26 17:50:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25501
25502         * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
25503         old form.
25504
25505         * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
25506         name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
25507
25508         * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
25509
25510         * config/unix-gdb.exp: Remove this version of gdb_exit
25511         * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
25512         Rob says he'll look at it when he gets back to testing boards.
25513
25514 Thu Aug 26 07:20:00 1993  Fred Fish  (fnf@deneb.cygnus.com)
25515
25516         * gdb.t22/virtfunc.exp:  Accept missing struct/class names as
25517         an expected fail for certain ptype commands.
25518
25519         * gdb.t20/classes.exp:  Update expected results of "ptype class
25520         Base1" to account for the constructor that now appears in the type.
25521
25522 Wed Aug 25 16:48:05 1993  Fred Fish  (fnf@deneb.cygnus.com)
25523
25524         * configure.in (configdirs):  Restore gdb.t04, which mysteriously
25525         disappeared from list.
25526         * config/{udi-gdb.exp, gdb-unix.exp}:  Replace calls to obsolete
25527         "alldone" proc with call to cleanup and exit.
25528         * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
25529         gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
25530         gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
25531         gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
25532         gdb.t12/scope.exp, gdb.t13/bitfields.exp}:  Replace calls to
25533         "alldone" proc with simple returns that suppress remaining
25534         tests.  The alldone proc went away many months ago.
25535
25536 Tue Aug 24 11:04:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25537
25538         * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
25539
25540         * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
25541
25542 Thu Aug 19 22:08:41 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25543
25544         * gdb.t15/funcargs.exp:  Allow arguments for main in backtraces
25545         as vax gdb will display them.
25546
25547 Thu Aug 19 18:18:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25548
25549         * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
25550         optimizers.
25551
25552         * scope.exp: Change "bad value for localval" messages so each one
25553         is unique.
25554
25555         * config/unix-gdb.exp (gdb_exit): Move info on this vs.
25556         lib/gdb.exp (gdb_exit) from ChangeLog to comments.
25557
25558         * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
25559
25560 Tue Aug 17 00:05:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25561
25562         * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
25563         doesn't exist (due to optimization).
25564
25565 Mon Aug 16 21:05:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25566
25567         * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
25568         contains \r because the filename is long.
25569
25570         * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
25571         'continue'" bug, and change xfail back to i*86-univel-sysv4*.
25572
25573 Mon Aug 16 03:05:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25574
25575         * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
25576         gdb.t08/opaque.exp, gdb.t17/interrupt.exp:  Update for vax running
25577         Ultrix.
25578         * gdb.t02/whatis.exp:  Use procedure to setup xfails on long versus
25579         int tests.
25580         * gdb.t08/opaque.exp:  Use procedure to setup xfails for opaque tests.
25581
25582 Thu Aug 12 15:24:28 1993  Fred Fish  (fnf@deneb.cygnus.com)
25583
25584         * Makefile.in (distclean):  Remove *.log *.plog *.sum *.psum site.*.
25585
25586         * gdb.t17/interrupt.exp:  Fix 'missing Continuing' case so pattern
25587         to match does not match the passing case but still matches the
25588         failing case.
25589
25590 Thu Aug 12 16:58:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25591
25592         * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
25593
25594 Wed Aug 11 19:47:27 1993  John Gilmore  (gnu@rtl.cygnus.com)
25595
25596         * lib/gdb.exp (gdb_exit):  Move the best version of gdb_exit
25597         to here.  Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
25598         * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
25599         Remove various versions of gdb_exit.
25600         * config/vx-gdb.exp:  Remove quit_vxgdb, change a caller to call
25601         gdb_exit.
25602         * config/unix-gdb.exp:  gdb_exit remains here, and should override
25603         the generic version, since it's doing a lot of wierd stuff that
25604         the other versions aren't.  FIXME, fold it in, or abandon this
25605         version.
25606
25607 Wed Aug 11 12:09:32 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25608
25609         * gdb.t24/demangle.exp: Add tests for PR 3220.
25610
25611 Tue Aug 10 15:49:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25612
25613         * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
25614
25615 Tue Aug 10 15:45:25 1993  Fred Fish  (fnf@deneb.cygnus.com)
25616
25617         * gdb.t07/watchpoint.exp:  Clear xfail with "i*86-*-*", not just
25618         "i386-*-*".  Works for i486 as well.
25619
25620         * gdb.t06/signals.exp:  Rework code that recognizes known SVR4
25621         bug, and expand domain of xfail to all SVR4 systems, since the
25622         actual problem is likely to be in generic SVR4 /proc support.
25623
25624 Tue Aug 10 15:49:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25625
25626         * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
25627
25628 Tue Aug 10 09:56:56 1993  Fred Fish  (fnf@deneb.cygnus.com)
25629
25630         * gdb.t17/interrupt.exp:  Set up xfail for *-*-sysv4*, in chain of
25631         xfails for other systems.  Match a missing 'Continuing.' as an
25632         explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
25633
25634         * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
25635         gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
25636         Only issue warning for missing executables if -all option is used.
25637
25638         * gdb.stabs/wierd.exp:  Only issue warning for missing wierd.o
25639         file if -all option is used.  It's like an unpredictable XFAIL.
25640
25641 Mon Aug  9 10:13:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25642
25643         * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
25644         for dynamically linked binaries.
25645
25646         * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
25647
25648 Sun Aug  8 14:21:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25649
25650         * gdb.t20/inherit.exp: Change message for "print tagless struct"
25651         to state that this is a known bug in old versions of g++.
25652
25653 Fri Aug  6 21:40:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25654
25655         * gdb.t17/interrupt.exp:  Add xfail for 386 bsd. Accept echoed newline
25656         while waiting for `Continuing'.
25657
25658 Fri Aug  6 13:38:08 1993  Fred Fish  (fnf@deneb.cygnus.com)
25659
25660         * gdb.t10/nodebug.exp:  Expect to find local/global minimal symbols
25661         in text, data, and bss.
25662         * gdb.t10/nodebug.c:  Add local and global test variables for
25663         initialized and uninitialized data.
25664
25665 Thu Aug  5 12:18:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25666
25667         * config/unix-gdb.exp (gdb_exit): Add "wait".
25668
25669 Thu Aug  5 18:14:06 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25670
25671         * gdb.t06/signals.exp:  xfail the continue from the handler for all
25672         targets.
25673
25674         * gdb.t07/watchpoint.exp:  clear_xfail for i386 when calling a
25675         function with watchpoints enabled, the i386 call dummy starts with
25676         a call.
25677
25678         * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in:  Handle the way
25679         386 bsd names its corefiles.
25680
25681 Wed Aug  4 08:53:41 1993  Fred Fish  (fnf@cygnus.com)
25682
25683         * gdb.t10/Makefile.in (nodebug.o):  Don't use "-c -o", many
25684         compilers don't grok it.
25685         * gdb.t16/gdbme.c (ctable1):  Initialize unsigned char array
25686         with small octal ints rather than character constants, which
25687         are signed and might not fit if first promoted to int.
25688
25689 Tue Aug  3 18:28:25 1993  Fred Fish  (fnf@cygnus.com)
25690
25691         * gdb.t09/Makefile.in (clean):  Remove corefile.
25692
25693 Mon Aug  2 12:47:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25694
25695         * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
25696
25697 Mon Aug  2 12:30:14 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25698                           and Jim Kingdon (kingdon@cygnus.com)
25699
25700         * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
25701         NO_SINGLE_STEP machines.  Fix comment about its cause.  Uncomment
25702         the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
25703
25704 Fri Jul 30 19:46:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25705
25706         * gdb.t17/interrupt.exp: Add xfail for hppa.
25707
25708 Fri Jul 30 12:54:11 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25709
25710         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
25711         gdb.t09/corefile.exp:  Cleanup xfails for fixed mips bugs.
25712         * gdb.t13/bitfields.exp, gdbme.c:  Examine a variable in the inferior
25713         to determine signed-ness of bitfields and use the result to setup
25714         the xfail.
25715         * gdb.t15/gdbme.c:  Add comments to the two indirect call0a lines.
25716         * gdb.t15/funcargs.exp:  Use them to step until the second indirect
25717         call line is reached if necessary.
25718
25719 Thu Jul 29 20:33:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25720
25721         * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
25722
25723 Mon Jul 26 00:15:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25724
25725         * gdb.t06/break.exp: Also test `clear' command.
25726
25727 Wed Jul 21 18:03:38 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
25728
25729         * gdb.t00/teststrategy.exp: Remove extra quote.
25730
25731         * gdb.t07/watchpoint.exp: Change xfail for calling function with
25732         watchpoint enabled to be for all non-68k machines.
25733
25734         * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
25735
25736 Mon Jul 19 23:59:26 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25737
25738         * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
25739         targets use aout.mt instead of ecoff.mt as gas understands
25740         standard aout format.
25741
25742 Mon Jul 19 18:14:06 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
25743
25744         * lib/gdb.exp (runto): Don't insist that function we are running to
25745         was compiled with -g.
25746
25747         * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
25748
25749         * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
25750         to get back into the read system call.
25751         Accept leading newline in case where we woke it up.
25752
25753 Sun Jul 18 08:40:45 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25754
25755         * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}:  New files
25756         to make the stabs test work on ecoff systems using gcc and -with-stabs.
25757         * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}:  Modify to
25758         enable ecoff configuration.
25759
25760 Thu Jul 15 11:54:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25761
25762         * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
25763
25764 Wed Jul 14 09:36:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25765
25766         * gdb.t16/printcmds.exp: Add another printf test.
25767
25768 Wed Jul 14 15:37:13 1993  Ian Lance Taylor  (ian@cygnus.com)
25769
25770         * configure.in: If configured -with-stabs on any target, add
25771         stabsdirs to configdirs.
25772
25773 Wed Jul 14 09:36:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25774
25775         * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
25776         fun" so pattern does not match the command itself.
25777
25778 Mon Jul 12 11:22:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25779
25780         * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
25781
25782 Sun Jul 11 12:03:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25783
25784         * gdb.t17/interrupt.exp: Test for more things.
25785
25786 Fri Jul  9 14:11:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25787
25788         * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
25789         compiler arranges the code and line numbers.
25790
25791         * gdb.t17/interrupt.exp: Don't send \n after ^C.
25792
25793 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25794
25795         * gdb.t00/help.exp:  Increase expect input buffer size.
25796
25797 Thu Jul  8 14:26:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25798
25799         * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
25800
25801         * gdb.t07/watchpoint.exp: Add xfail for hppa.
25802
25803         * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
25804
25805         * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
25806         [0-9]*, not just [0-9].
25807
25808 Wed Jul  7 17:52:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25809
25810         * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
25811
25812         * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
25813
25814 Tue Jul  6 13:54:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25815
25816         * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
25817
25818 Mon Jul  5 22:03:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25819
25820         * gdb.t06/signals.c: Add xfails for sun3.
25821
25822         * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
25823
25824         * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597.  Also add
25825         test_stepping tests.
25826
25827 Fri Jul  2 09:08:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25828
25829         * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
25830
25831         * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
25832
25833         * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
25834         rather than actually putting it through cpp twice.
25835
25836         * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
25837
25838 Fri Jul  2 10:48:03 1993  Ian Lance Taylor  (ian@cygnus.com)
25839
25840         * config/mips-gdb.exp (gdb_exit): Removed close statement which is
25841         no longer needed.
25842
25843 Fri Jul  2 09:08:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25844
25845         * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
25846
25847         * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
25848         C++ features prints as "struct", make it a pass, not an xfail.
25849
25850 Thu Jul  1 22:03:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25851
25852         * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
25853         Don't require VA to print as "class" rather than "struct".
25854
25855 Thu Jul  1 18:27:40 1993  Jim Kingdon  (kingdon@cygnus.com)
25856
25857         * gdb.t06/twice.exp: Don't care about the file name GDB prints.
25858
25859 Wed Jun 30 18:01:00 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25860
25861         * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
25862
25863 Tue Jun 29 13:15:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25864
25865         * gdb.t12/scope.exp:  Remove xfail for parameter printing in wrong
25866         order.
25867
25868 Tue Jun 29 09:22:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25869
25870         * gdb.t16/printcmds.exp: Add printf tests.
25871
25872         * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
25873
25874         * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
25875
25876 Mon Jun 28 11:25:59 1993  Fred Fish  (fnf@cygnus.com)
25877
25878         * gdb.t20/classes.exp:  Add clear_xfail's before printing summary
25879         pass counts, to counteract any existing or future setup_xfails.
25880
25881 Mon Jun 28 09:15:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25882
25883         * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
25884         {BEGIN,END}_COMMON for common block instead of STAB.
25885         * gdb.stabs/wierd.exp: Add xfail for rs6000.
25886
25887         * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
25888         intp_var should be N_GSYM not N_LSYM.
25889         wierd-aout.S: Use a label for the value of the N_SO.
25890         wierd.def: Remove all backslashes.
25891         wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
25892
25893 Mon Jun 28 07:21:51 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25894
25895         * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
25896         get the expected next to inheritance3.
25897
25898 Sun Jun 27 12:29:53 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
25899
25900         * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
25901         now that gcc-2.4 gets it right.
25902
25903 Fri Jun 25 12:00:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
25904
25905         * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
25906
25907         * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
25908         generating comp-info.exp which works for cross-compilation.
25909
25910 Thu Jun 24 16:55:05 1993  Fred Fish  (fnf@cygnus.com)
25911
25912         * gdb.t11/list.exp:  For SVR4 xfails, match "*-*-sysv4*", not
25913         "*-*-sysv4.*".
25914
25915 Tue Jun 22 21:17:26 1993  Fred Fish  (fnf@cygnus.com)
25916
25917         * gdb.t01/run.exp:  Start with a fresh gdb.
25918         * gdb.t11/list.exp:  For SVR4 xfails, match on all versions of
25919         SVR4.x.
25920
25921 Mon Jun 21 15:23:22 1993  Fred Fish  (fnf@cygnus.com)
25922
25923         * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
25924         gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
25925         gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
25926         Makefile.in (distclean, realclean):  Remove gdbme.c from list of
25927         things to remove.
25928
25929 Sat Jun 19 07:49:10 1993  Fred Fish  (fnf@cygnus.com)
25930
25931         * gdb.t24/demangle.exp (test_gnu_style_demangling):  Add some new
25932         test cases from bug reports.
25933
25934 Fri Jun 18 10:38:49 1993  Fred Fish  (fnf@cygnus.com)
25935
25936         * gdb.t06/break.exp:  Add xfails for sparc-sun-solaris2.*.
25937         * gdb.t12/scope.exp:  Add clear_xfails at appropriate places to
25938           avoid spurious xfails.
25939         * gdb.t20/classes.exp:  Add xfails for longstanding C++ problems.
25940         * gdb.t21/cplusfuncs.exp:  Add xfails for sparc-sun-solaris2.*.
25941         * gdb.t22/virtfunc.exp:  Add xfails for longstanding C++ problems.
25942
25943 Wed Jun 16 10:11:57 1993  Fred Fish  (fnf@cygnus.com)
25944
25945         * gdb.t00/teststrategy.exp:  Rework to provide more useful
25946         description of each test, fix problem with systems that define
25947         ALIGN_STACK_ON_STARTUP code, other misc cleanups.
25948         * gdb.t06/break.exp (test_next_with_recursion):  Fix expected
25949         results for "next over recursive call" so timeouts aren't taken
25950         by error.
25951
25952 Mon Jun 14 09:09:04 1993  Jim Kingdon  (kingdon@cygnus.com)
25953
25954         * gdb.t12/scope.exp: Test printing of variables before run.
25955
25956         * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
25957         printed in wrong order due to sorting.
25958
25959 Sat Jun 12 15:03:58 1993  Fred Fish  (fnf@cygnus.com)
25960
25961         * gdb.t00/teststrategy.exp:  Fix expected results for printing
25962         user entered string constant.  Is array of char, prints with no
25963         address.
25964
25965         * gdb.t00/{default.exp, help.exp}:  Account for changes to radix
25966         commands.
25967         * gdb.t16/gdbme.c:  Add and use struct containing arrays of char.
25968         * gdb.t16/printcmds.exp:  Fix all lines that match "unsigned char *".
25969         * gdb.t16/printcmds.exp (test_print_char_arrays):  Test printing
25970         of struct of char arrays.
25971         * gdb.t00/radix.exp:  New tests for radix commands.
25972
25973 Fri Jun 11 13:12:27 1993  Jim Kingdon  (kingdon@cygnus.com)
25974
25975         * gdb.t16/printcmd.exp: Print a variable before running program
25976         (with xfail for AIX).
25977
25978 Thu Jun 10 11:04:04 1993  Jim Kingdon  (kingdon@cygnus.com)
25979
25980         * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
25981
25982         * gdb.t16/printcmd.exp: Don't print variables before running program.
25983
25984         * gdb.t06/break.exp: Don't require envp argument to main.
25985
25986         * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
25987
25988         * gdb.t02/whatis.exp, gdb.t11/list.exp:
25989         Add xfails for rs6000.
25990
25991         * gdb.t02/whatis.exp: Change other tests not to re-test something
25992         we already tested.
25993
25994         * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
25995         each type used has a variable of that type.
25996
25997 Tue Jun  8 16:45:20 1993  Jim Kingdon  (kingdon@rtl.cygnus.com)
25998
25999         * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
26000
26001 Fri Jun  4 11:07:19 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
26002
26003         * configure.in: change srctrigger to be a file, not a directory
26004
26005 Fri Jun  4 08:23:57 1993  Ian Lance Taylor  (ian@cygnus.com)
26006
26007         * configure.in (mips-idt-ecoff*): Added trailing '*'.
26008
26009         * gdb.t11/list.exp: Fixed a couple of typos.
26010
26011 Tue Jun  1 21:28:06 1993  Fred Fish  (fnf@cygnus.com)
26012
26013         * gdb.t00 (teststrategy.exp):  Remove notice about PR 1823.  Bug
26014         is fixed and PR is closed.
26015         * gdb.t16 (gdbme.c):  Add simple test string variable.
26016         * gdb.t16 (printcmds.exp):  Add tests with simple test string
26017         variable, primarily for boundaries on "set print elements".
26018
26019 Mon May 31 11:36:08 1993  Jim Kingdon  (kingdon@cygnus.com)
26020
26021         * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
26022         Make leading 0's optional and don't expect a tab in the middle
26023         of the number.
26024
26025         * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
26026
26027         * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
26028         * gdb.stabs/wierd.exp: Remove xfails for type attributes.  Also
26029         don't end command passed to gdb_test with newline.
26030
26031         * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
26032         signed keyword away, don't expect signed bitfields to be signed.
26033
26034         * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
26035         printing with only as many 1's as are in the field as well as printing
26036         with 32 1's (see comment).
26037
26038 Sat May 29 17:57:01 1993  Fred Fish  (fnf@cygnus.com)
26039
26040         * gdb.t00/default.exp:  Start with a fresh gdb.
26041         * configure.in (configdirs):  Remove gdb.t31 until the chill
26042         compiler works again.  It no longer is able to find chillrt0
26043         since it isn't in libchill.a anymore.
26044         * gdb.stabs/wierd.exp:  Rewrite to properly handling a missing
26045         wierd.o, make more modular.
26046         * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const):  Remove
26047         spurious newlines that caused problems.
26048
26049 Wed May 26 09:57:19 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26050
26051         * Move test with enums and partial symbols from gdb.t03/ptype.exp
26052         to gdb.stabs/wierd.exp since GCC has worked around the bug.
26053         gdb.stabs/wierd.{exp,def}: Many new tests.
26054
26055         * gdb.t00/default.exp: update info line for new message.
26056
26057         * gdb.t02/{whatis.exp,gdbme.c}:
26058         Test that "char *" doesn't print as "caddr_t".
26059
26060 Tue May 25 13:28:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26061
26062         * gdb.t00/help.exp: Use .* in place of some help messages which
26063         just changed.
26064         gdb.t00/default.exp: Update "info frame" test for new message.
26065         * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
26066         Remove some xfails
26067
26068 Mon May 24 00:24:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26069
26070         * gdb.t03/{gdbme.c,ptype.exp}:
26071         Add tests for typedef'd struct and union without tags.
26072         Also check "whatis" on a variable of a typedef'd enum without a tag.
26073
26074         * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
26075         PRMS 1823; the bug still exists but isn't reproduced by this test
26076         anymore), and remove rs6000 XFAIL (the bug is fixed).
26077
26078         * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
26079         duplicated from whatis.exp.  For those that are left, accept
26080         "long", "long int", or "int" for long variables (whatis.exp already
26081         has an XFAIL for "int", so no need to fail it here).
26082
26083         * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
26084         Deal with GCC's names for types now that GDB uses the compiler's names.
26085
26086         * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}:  If not GCC, do some
26087         setup_xfail's for sunos4.  If we #defined the signed keyword away,
26088         don't expect GDB to know that char it is signed.
26089
26090         * gdb.t00/teststrategy.exp: Update for symbolic signal names.
26091
26092 Sun May 23 08:44:55 1993  Fred Fish  (fnf@cygnus.com)
26093
26094         * configure.in (configdirs):  Add gdb.t24 for C++ tests that
26095         should work on any system, regardless of debugging format.
26096         * gdb.t21/demangle.exp:  Move to gdb.t24.
26097         * gdb.t24/demangle.exp:  Move from gdb.t21.
26098         * gdb.t24/{Makefile.in, configure.in}:  New files.
26099
26100 Thu May 20 19:39:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26101
26102         * configure.in: Do gdb.stabs and C++ tests only for stabs.
26103         * gdb.stabs: New directory.
26104
26105 Tue May 18 21:12:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
26106
26107         * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
26108         not just "Quit anyway?".
26109
26110 Tue May 18 17:13:20 1993  Fred Fish  (fnf@cygnus.com)
26111
26112         * gdb.t21/demangle.exp:  Add a couple of new patterns.  Ensure
26113         that all setup_xfails are immediately followed by clear_xfails.
26114
26115 Tue May 11 09:10:47 1993  Fred Fish  (fnf@cygnus.com)
26116
26117         * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
26118         gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
26119         gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
26120         gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
26121         gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
26122         gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
26123         gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
26124         gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
26125         gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
26126         gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
26127         gdb.t31/chillvars.exp, lib/gdb.exp:
26128         Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
26129         bug-gdb@prep.ai.mit.edu.
26130
26131 Fri May  7 09:15:35 1993  Fred Fish  (fnf@cygnus.com)
26132
26133         * gdb.t17/callfuncs.exp (do_function_calls):  Call t_double_values
26134         with 0.0, not integer 0.
26135
26136 Fri Apr 30 13:17:24 1993  Jim Kingdon  (kingdon@cygnus.com)
26137
26138         * gdb.t06/break.exp: Update for "Kill the program" message change.
26139
26140 Fri Apr 30 09:42:57 1993  Fred Fish  (fnf@cygnus.com)
26141
26142         * Makefile.in (GDBFLAGS):  Set to -nx.
26143         * Makefile.in (site.exp):  Use GDBFLAGS.
26144
26145 Wed Apr 28 13:19:07 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
26146
26147         * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
26148           Makefiles.
26149           (check): depend on just-check.
26150           (just-check): added so that tests can be run without a noop
26151           build pass.
26152
26153 Fri Apr 23 18:13:28 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
26154
26155         Switch to using configure's configdirs.
26156         * Makefile.in (Makefile): add configure.in dependency.
26157           (SUBDIRS): removed redundant assignment.
26158         * configure.in: switch subdirs assignment to configdirs.
26159         * gdb.t*/configure.in: new files.
26160
26161 Thu Apr 22 08:27:53 1993  Ian Lance Taylor  (ian@cygnus.com)
26162
26163         * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
26164         works.
26165
26166 Tue Apr 20 13:38:40 1993  Fred Fish  (fnf@cygnus.com)
26167
26168         * gdb.{t20,t21,t22,t23}/Makefile.in:  Use $(srcdir) to avoid $<
26169         in explicit rules.  Apparently this is not supported by some makes.
26170
26171 Mon Apr 19 01:54:53 1993  John Gilmore  (gnu@cygnus.com)
26172
26173         * gdb.t31/Makefile.in:  Use $(srcdir) when avoiding $<, sigh.
26174
26175 Fri Apr 16 09:33:46 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26176
26177         * config/unix-gdb.exp:  Add back missing return 0 which mysteriously
26178         disappeared.
26179
26180 Thu Apr 15 02:28:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
26181
26182         * gdb.t31/Makefile.in:  Avoid $< in explicit rule.
26183
26184 Wed Apr 14 16:38:47 1993  Fred Fish  (fnf@cygnus.com)
26185
26186         * gdb.t07/watchpoint.exp:  Remove setup_xfail for i486
26187         watchpoint problem that is now fixed.
26188         * gdb.t30/chexp.exp:  Remove setup_xfail for printing
26189         uninitialized convenience variables.
26190         * gdb.t31/chillvars.exp:  Fix expected patterns for printing
26191         structures.
26192
26193 Wed Apr 14 12:55:58 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26194
26195         * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
26196         which causes expect to get out of sync with gdb on long output
26197         from help set.
26198         * gdb.t09/corefile.exp: Make expected pattern for core file
26199         failing signal and frame output format less sun specific.
26200
26201 Tue Apr 13 23:18:07 1993  Per Bothner  (bothner@cygnus.com)
26202
26203         * gdb.t31/chillvars.exp:  Add and remove initial dummy
26204         breakpoint, so that symbol table is forced in.
26205         (Needed at least on Sunos4, though it seems not SVR4.)
26206         * gdb.t31/chillvars.exp:  Update for changed output format.
26207
26208 Sun Apr 11 17:21:45 1993  Rob Savoye  (rob at darkstar.cygnus.com)
26209
26210         * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
26211
26212 Wed Apr  7 21:28:21 1993  Rob Savoye  (rob@cygnus.com)
26213
26214         * Makefile.in: Added --srcdir when invoking runtest, removed the
26215         need for a local config file. (optional now)
26216
26217 Wed Apr  7 14:13:41 1993  Fred Fish  (fnf@cygnus.com)
26218
26219         * gdb.t21/demangle.exp:  Only count real fails (not xfails) for
26220         failure count used to force early termination.  Add some more
26221         expected failures for gnu style demangling.
26222
26223 Thu Apr  1 09:50:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26224
26225         * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
26226         pmi variable from gdb.t20/gdbme to get optimized away.
26227         * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
26228         Check for written corefile upon timeout _and_ eof.
26229
26230 Tue Mar 30 09:58:16 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26231
26232         * config/unix-gdb.exp:  Add missing return 0.
26233
26234 Tue Mar 30 08:34:25 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
26235
26236         * gdb.t16/printcmds.exp:  Remove misplaced xfail that caused an early
26237         test termination.
26238
26239 Mon Mar 29 17:37:25 1993  Fred Fish  (fnf@cygnus.com)
26240
26241         * configure.in (subdirs):  Put back gdb.t17 which mysteriously
26242         disappeared.
26243
26244 Thu Mar 25 21:05:16 1993  Fred Fish  (fnf@cygnus.com)
26245
26246         * gdb.t10/crossload.exp:  Disable the i860-elf test until such
26247         time as i860 support works.
26248
26249         * gdb.t15/funcargs.exp:  Fix expected outputs to include
26250         "backtrace 100\r" rather than just "backtrace\r", to match last
26251         change.
26252
26253 Thu Mar 25 12:14:28 1993  Ian Lance Taylor  (ian@cygnus.com)
26254
26255         * config/udi-gdb.exp (gdb_exit): Remove close command.
26256         (gdb_target_udi): New procedure to set the UDI target.
26257         (gdb_start): Don't remove *_soc files.  Use gdb_target_udi.
26258         * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
26259         Added waits for prompts after several question responses.  Added
26260         some more responses used by a29k-amd-udi-gdb.
26261         * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
26262         pass different arguments, restart UDI connection after program
26263         completion.
26264         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
26265         gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
26266         gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
26267         gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
26268         * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
26269         gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
26270         gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
26271         gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
26272         gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
26273         after program completion.
26274         * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
26275         compiled with a SELECT_VECS setting.
26276         * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
26277         infinite recursion.
26278
26279         * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
26280         Added checks for COFF results, and made them expected failures for
26281         all targets.  It would be better to make them expected failures
26282         for COFF targets only.
26283
26284 Wed Mar 24 14:43:38 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
26285
26286         * Makefile.in: add null dvi target, don't bother to recurse
26287         through test directories for info and install-info; rename
26288         $(datadir) to be dejagnu instead of deja-gnu
26289
26290 Wed Mar 24 09:48:03 1993  Fred Fish  (fnf@cygnus.com)
26291
26292         * gdb.t31/gdbme.ch:  Re-enable code that previously caused
26293         compiler to coredump.
26294         * gdb.t31/chillvars.exp:  Re-enable tests that depend on that
26295         code.
26296
26297 Tue Mar 23 08:53:42 1993  Fred Fish  (fnf@cygnus.com)
26298
26299         * gdb.t31/gdbme.ch:  Comment out code that causes chill compiler
26300         coredump.
26301         * gdb.t31/chillvars.exp:  Comment out tests that depend on that
26302         code.
26303
26304 Sun Mar 21 17:56:47 1993  Rob Savoye  (rob at darkstar.cygnus.com)
26305
26306         * gdb.t03/ptype.exp: tests for return code from gdb_test.
26307         * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
26308         which in a shell. Deletes xgdb when done.
26309         * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
26310         Tests the return from the "set height" or "set width" commands.
26311         Added a few return codes where needed.
26312
26313 Wed Mar 17 11:31:01 1993  Fred Fish  (fnf@cygnus.com)
26314
26315         * Makefile.in (SUBDIRS):  Add gdb.t17.
26316         * configure.in (subdirs):  Add gdb.t17.
26317         * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}:  New test
26318         files to test gdb's calling of functions in the inferior with
26319         the correct arguments and gdb's ability to retrieve any
26320         result returned.
26321
26322 Tue Mar 16 15:37:11 1993  Fred Fish  (fnf@cygnus.com)
26323
26324         * config/unix-gdb.exp (gdb_exit):  Remove close commands that
26325         may be called after gdb goes away.  Previous versions of expect
26326         needed these to avoid file descriptor leaks, but they cause
26327         errors with the current revision of expect.
26328         * gdb.t00/gdbvars.exp:  Use -re on expected output after
26329         setting sevenbit-strings.
26330         * gdb.t04/setvar.exp, gdb.t13/bitfields.exp:  Make commands
26331         to set sevenbit-strings consistent across tests.
26332         gdb.t30/chexp.exp, gdb.t31/chillvars.exp:  Make commands to
26333         set sevenbit-strings consistent across tests.
26334
26335 Fri Mar 12 08:47:20 1993  Fred Fish  (fnf@cygnus.com)
26336
26337         * gdb.t21/demangle.exp (proc demangle):  Adjust quotes in an
26338         expected output to match current "expect" expectations.
26339
26340 Wed Mar 10 18:01:49 1993  Fred Fish  (fnf@cygnus.com)
26341
26342         * gdb.t00/default.exp:  Change expected output for default "source"
26343         command, to match new gdb behavior which requires a filename to
26344         source.
26345
26346 Tue Mar  9 11:00:56 1993  Fred Fish  (fnf@cygnus.com)
26347
26348         * gdb.t07/watchpoint.exp (test_simple_watchpoint):  Set up
26349         expected fail for i486-*-* that misses the marker2 function.
26350         * gdb.t10/crossload.exp (bfddefault):  Allow successful
26351         recognition of a format to pass even if no symbols are found.
26352         Explicitly catch failures where the format is not recognized
26353         or is ambiguous, and add the reason to the fail message.
26354         * gdb.t10/crossload.exp (bfdexplicit):  Catch failure where
26355         the cause is and invalid target and add reason to failure message.
26356         * gdb.t10/crossload.exp:  Fix bfd target names for elf32-m68k,
26357         elf32-i386, elf32-sparc, and elf32-i860.
26358         * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
26359         Set up expected failure for 'filename'::variable scope resolution,
26360         which is now apparently broken on all targets.
26361         * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
26362         gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
26363         gdb.t23/templates.exp:   Change failure for missing binfile into
26364         just a warning.
26365         gdb.t21/demangle.exp:  Change all cfront references to 'arm'
26366         references.
26367
26368 Mon Mar  8 19:20:28 1993  Fred Fish  (fnf@cygnus.com)
26369
26370         * gdb.t00/default.exp:  Add expected output for default "source"
26371         command, to match new gdb behavior.
26372         * gdb.t09/corefile.exp:  Use GDBFLAGS when spawning GDB.
26373
26374 Sun Mar  7 15:14:09 1993  Rob Savoye  (rob@cygnus.com)
26375
26376         * config/*-gdb.exp: returns an error, rather than exiting on
26377         internal errors.
26378
26379 Tue Mar  2 18:09:32 1993  Fred Fish  (fnf@cygnus.com)
26380
26381         * gdb.t03/gdbme.c:  Add pointer to struct variable.
26382         * gdb.t03/ptype.exp:  Test equivalence of '.' and '->' for
26383         referencing struct members.
26384
26385 Thu Feb 25 10:39:06 1993  Ian Lance Taylor  (ian@cygnus.com)
26386
26387         * configure.in (mips-idt-ecoff): New target.
26388         * config/mips-gdb.exp: New file for remote board using MIPS remote
26389         debugging protocol.
26390
26391         * Redid configuration scheme.  Removed gdb.t*/configure.in.
26392         Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*.  Changed to use CC, CXX
26393         instead of CC_FOR_TARGET, CXX_FOR_TARGET.  Added mostlyclean and
26394         distclean targets.  Built executables via .o files.  Adjusted
26395         tests to account for source files in $(srcdir) rather than
26396         $(objdir).
26397         * lib/gdb.exp (runto): Don't expect () after the function name,
26398         because it may have arguments.
26399
26400 Wed Feb 24 08:05:38 1993  Ian Lance Taylor  (ian@cygnus.com)
26401
26402         * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
26403         gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
26404         expected failures for mips-idt-* and mips-sgi-*.
26405         * gdb.t00/default.exp (attach): Kill process if requested.
26406         * gdb.t00/help.exp (help target core, help target): Accept a gdb
26407         that does not read core files.
26408         * gdb.t01/run.exp: Removed checks for exit status code.
26409         * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
26410         it is linked in.
26411         * gdb.t03/ptype.exp: Increase timeout when calling malloc.
26412         * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
26413         appropriate, rather than doing it by hand.
26414         * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
26415         execution.
26416         * gdb.t10/crossload.exp: Kill existing program if needed.
26417         * gdb.t15/funcargs.exp: Use delete_breakpoints function where
26418         appropriate, rather than doing it by hand.  Always increase
26419         timeout for this test, not just for VxWorks.
26420
26421 Wed Feb 24 08:03:38 1993  Fred Fish  (fnf@cygnus.com)
26422
26423         * gdb.t31/chillvars.exp (test_structs):  New proc to test printing
26424         of Chill STRUCT types and STRUCT values.
26425         * gdb.t31/chillvars.exp (test_strings):  Expect "CHAR" now, rather
26426         than "char".
26427         * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
26428         struct2):  New struct definitions and initializations to test
26429         simple Chill STRUCT types.
26430
26431 Tue Feb 23 11:55:06 1993  Fred Fish  (fnf@cygnus.com)
26432
26433         * gdb.t00/teststrategy.exp:  Track reversion in gdb to not print
26434         the null byte at the end of strings.
26435         * gdb.t00/default.exp:  Make show version insensitive to copyright
26436         date.
26437         * gdb.t16/in-gdbme.c (ctable1, ctable2):  Make explicitly unsigned
26438         to avoid dependencies on target char signedness.
26439         * gdb.t16/printcmds.exp:  Update expected results for explicitly
26440         unsigned char.
26441         * gdb.t16/printcmds.exp:  Remove setup_xfails for i960 that should
26442         now work.
26443         * gdb.t21/demangle.exp:  Add many more patterns for template
26444         demangling, most of them being expected failures.
26445         * gdb.t21/demangle.exp (proc demangle):  Quote the demangled
26446         string we are matching for, to match on the whole string.
26447         * gdb.t21/demangle.exp:  Add many new test strings to demangle,
26448         and fix a whole bunch that had incorrect expected output but were
26449         passing anyway because of the bug in "proc demangle".
26450         * gdb.t31/chillvars.exp:  Remove setup_xfail for printing string
26451         type.
26452         * gdb.t31/in-gdbme.ch:  Uncomment string4, now compiles.
26453
26454 Mon Feb 22 07:54:03 1993  Mike Werner  (mtw@poseidon.cygnus.com)
26455
26456         * gdb/testsuite: made modifications to testcases, etc., to allow
26457         them to work properly  given the reorganization of deja-gnu and the
26458         relocation of the testcases from deja-gnu to a "tool" subdirectory.
26459
26460 Sun Feb 21 10:55:55 1993  Mike Werner  (mtw@poseidon.cygnus.com)
26461
26462         * gdb/testsuite: Initial creation of gdb/testsuite.
26463         Migrated dejagnu testcases and support files for testing nm to
26464         gdb/testsuite from deja-gnu.  These files were moved "as is"
26465         with no modifications.  This migration is part of a major overhaul
26466         of dejagnu.  The modifications to these testcases, etc., which
26467         will allow them to work with the new version of dejagnu will be
26468         made in a future update.
26469
26470  For additional changes see gdb.mi/ChangeLog-1999-2003.
26471 \f
26472 ;; Local Variables:
26473 ;; mode: change-log
26474 ;; left-margin: 8
26475 ;; fill-column: 74
26476 ;; version-control: never
26477 ;; End:
26478
26479     Copyright 1993-2005, 2012 Free Software Foundation, Inc.
26480   Copying and distribution of this file, with or without modification,
26481   are permitted provided the copyright notice and this notice are preserved.