* gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2006-12-20  Joel Brobecker  <brobecker@adacore.com>
2
3         * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
4         The associated tests should be PASSing.
5
6 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
7
8         Test for base in references.
9         * gdb.mi/mi-var-cp.cc: Add test code.
10         * gdb.mi/mi-var-cp.exp: Test for bases in references.
11         * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
12         * gdb.mi/mi2-watch.exp: Likewise.
13         * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
14         (mi_list_varobj_children): New function.
15
16 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
17
18         * lib/mi-support.exp
19         (mi_runto): Accept "()" after function name.
20         (mi_create_varobj): New function.
21         (mi_varobj_update): New function.
22         (mi_Check_varobj_value): New function.
23         * gdb.mi/mi-var-cp.exp: New file.
24         * gdb.mi/mi-var-cp.cc: New file.
25         
26 2006-12-01  Daniel Jacobowitz  <dan@codesourcery.com>
27
28         * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
29         gdb.base/weaklib2.c: New files.
30
31 2006-11-29  Nathan Sidwell  <nathan@codesourcery.com>
32
33         * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
34         info.  Adjust test names.
35
36         * gdb.base/break.c (main): Move position of malloc.
37         * gdb.base/break.exp: Revert mistaken checkin.
38
39 2006-11-28  Vladimir Prus  <vladimir@codesourcery.com>
40
41         * gdb.mi/mi-var-cmd.exp: Check -var-update after
42         assignement of arrays and function pointers.
43         * gdb.mi/var-cmd.c: Add declaration necessary for above
44         tests.
45
46 2006-11-27  Nathan Sidwell  <nathan@codesourcery.com>
47
48         * gdb.base/break.c (main): Call malloc.
49
50         * gdb.threads/linux-dp.exp: Read thread table before and after
51         creating each philosopher and verify it.
52
53 2006-11-27  Nathan Sidwell  <nathan@codesourcery.com>
54             Paul Brook  <paul@codesourcery.com>
55             Daniel Jacobowitz  <dan@codesourcery.com>
56
57         * gdb.base/ending-run.exp: Flatten expect script stepping out of
58         main to remove duplication.  Add start function of the form
59         '_*start[1-9]*'. Add RVDS start function.
60
61 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
62
63         * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
64
65 2006-11-22  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
66
67         * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
68         * gdb.asm/spu.inc: New file.
69         * gdb.base/term.exp: Disable if [target_info exists noargs].
70         * gdb.gdb/complaints.exp: Disable if ![isnative].
71         * gdb.gdb/selftest.exp: Likewise.
72         * gdb.gdb/observer.exp: Likewise.
73         * gdb.gdb/xfullpath.exp: Likewise.
74         * gdb.base/attach.exp: Disable on SPU target.
75         * gdb.cp/bs145503.exp: Likewise.
76         * gdb.cp/exception.exp: Likewise.
77         * gdb.cp/userdef.exp: Likewise.
78
79 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
80
81         * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
82
83 2006-11-10  Vladimir Prus  <vladimir@codesourcery.com>
84
85         * gdb.base/completion.exp: Fix completion tests for
86         'info' and 'info '.
87         * gdb.base/help.exp (help_test_raw, test_class_help)
88         (test_prefix_command_help): Move...
89         * lib/gdb.exp: Here.
90         * gdb.base/main.exp: Adjust.
91         * gdb.cp/maint.exp: Adjust.
92         * gdb.trace/tracecmd.exp: Use test_help_class.
93         
94 2006-11-09  Vladimir Prus  <vladimir@codesourcery.com>
95
96         * gdb.stabs/weird.exp (print_weird_var): Use
97         gdb_test_multiple instead of gdb_expect.
98
99 2006-11-09  Vladimir Prus  <vladimir@codesourcery.com>
100
101         * gdb.base/help.exp (help_test_raw): New.
102         (test_class_help): New.
103         (test_prefix_command_help): New.
104         Adjust testcases.
105
106 2006-11-09  Christophe Lyon  <christophe.lyon@st.com>
107
108         * gdb.base/constvars.c (main): Write to crass and crips, so that
109         they are allocated by the compiler.
110
111 2006-10-27  Andreas Schwab  <schwab@suse.de>
112
113         * gdb.base/multi-forks.exp: Use "detach fork" instead of
114         "detach-fork".
115
116 2006-10-18  Daniel Jacobowitz  <dan@codesoucery.com>
117
118         * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
119         of patterns.
120
121 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
122
123         * gdb.base/sepdebug.exp: Remove debug format test.
124         * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
125         Handle no-symtab.
126         * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
127
128 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
129
130         * gdb.threads/manythreads.c (thread_function, main): Don't cast
131         int to pointer or pointer to int.
132         * gdb.threads/manythreads.exp: Don't expect the string "LWP".
133
134 2006-10-12  Daniel Jacobowitz  <dan@codesourcery.com>
135
136         * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
137
138 2006-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
139
140         * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
141
142 2006-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
143
144         PR c++/2116
145         * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
146
147 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
148
149         * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
150         the corresponding bug has been fixed in GDB (PR/2018).
151
152 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
153
154         * gdb.base/subst.exp: New testcase.
155
156 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
157
158         * gdb.ada/array_return/pck.ads: Add copyright notice.
159         * gdb.ada/array_return/pck.adb: Likewise.
160         * gdb.ada/array_return/p.adb: Likewise.
161         * gdb.ada/exec_changed/first.adb: Likewise.
162         * gdb.ada/exec_changed/second.adb: Likewise.
163
164 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
165
166         * gdb.ada/watch_arg/watch.adb: New file.
167         * gdb.ada/watch_arg.exp: New testcase.
168
169 2006-10-02  Vladimir Prus  <vladimir@codesourcery.com>
170
171         * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
172         via string_to_regexp.
173         * gdb.mi/mi2-basics.exp: Likewise.
174         
175 2006-09-20  Michael Snyder  <michael.snyder@palmsource.com>
176
177         * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
178         Remove unused / obsolete files.
179
180 2006-09-19  Nick Roberts  <nickrob@snap.net.nz>
181
182         * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
183
184 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
185
186         * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
187         HIGH_FRAME argument to -stack-list-arguments can be larger than
188         the number of frames.
189
190 2006-09-15  Daniel Jacobowitz  <dan@codesourcery.com>
191
192         * gdb.base/args.c (main): Add breakpoint marker.
193         * gdb.base/args.exp: Use args_test for tests.  Add new tests which
194         really test empty arguments.
195         (args_load): Delete.
196         (args_test): New.
197
198 2006-09-13  Nick Roberts  <nickrob@snap.net.nz>
199
200         * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
201         check for one file.
202
203 2006-09-07  Vladimir Prus  <ghost@vladimir@codesourcery.com>
204
205         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
206         HIGH_FRAME argument to -stack-list-locals can be larger than
207         the number of frames.
208         
209 2006-08-18  Fred Fish  <fnf@specifix.com>
210
211         * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
212         '$' in front of skip_vmx_tests_saved when setting that.
213
214 2006-08-10  Andrew Stubbs  <andrew.stubbs@st.com>
215
216         * gdb.base/trace-commands.exp: New file.
217
218 2006-08-10  Joel Brobecker  <brobecker@adacore.com>
219             Daniel Jacobowitz  <dan@codesourcery.com>
220
221         * gdb.base/step-bt.exp: Make hexadecimal address optional in
222         expected output of the backtrace commands.
223
224 2006-08-09  Joel Brobecker  <brobecker@adacore.com>
225
226         * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
227         untested followed by return combination.
228         * gdb.arch/altivec-regs.exp: Likewise.
229         * gdb.arch/e500-abi.exp: Likewise.
230         * gdb.arch/e500-regs.exp: Likewise.
231         * gdb.arch/gdb1291.exp: Likewise.
232         * gdb.arch/gdb1431.exp: Likewise.
233         * gdb.arch/gdb1558.exp: Likewise.
234         * gdb.arch/i386-prologue.exp: Likewise.
235         * gdb.arch/i386-unwind.exp: Likewise.
236         * gdb.asm/asm-source.exp: Likewise.
237         * gdb.base/a2-run.exp: Likewise.
238         * gdb.base/advance.exp: Likewise.
239         * gdb.base/all-bin.exp: Likewise.
240         * gdb.base/annota1.exp: Likewise.
241         * gdb.base/annota3.exp: Likewise.
242         * gdb.base/args.exp: Likewise.
243         * gdb.base/arithmet.exp: Likewise.
244         * gdb.base/assign.exp: Likewise.
245         * gdb.base/async.exp: Likewise.
246         * gdb.base/attach.exp: Likewise.
247         * gdb.base/bang.exp: Likewise.
248         * gdb.base/bigcore.exp: Likewise.
249         * gdb.base/bitfields.exp: Likewise.
250         * gdb.base/bitfields2.exp: Likewise.
251         * gdb.base/break.exp: Likewise.
252         * gdb.base/call-sc.exp: Likewise.
253         * gdb.base/call-strs.exp: Likewise.
254         * gdb.base/callfuncs.exp: Likewise.
255         * gdb.base/checkpoint.exp: Likewise.
256         * gdb.base/chng-syms.exp: Likewise.
257         * gdb.base/code-expr.exp: Likewise.
258         * gdb.base/commands.exp: Likewise.
259         * gdb.base/completion.exp: Likewise.
260         * gdb.base/cond-expr.exp: Likewise.
261         * gdb.base/condbreak.exp: Likewise.
262         * gdb.base/consecutive.exp: Likewise.
263         * gdb.base/constvars.exp: Likewise.
264         * gdb.base/corefile.exp: Likewise.
265         * gdb.base/cvexpr.exp: Likewise.
266         * gdb.base/dbx.exp: Likewise.
267         * gdb.base/define.exp: Likewise.
268         * gdb.base/detach.exp: Likewise.
269         * gdb.base/display.exp: Likewise.
270         * gdb.base/dump.exp: Likewise.
271         * gdb.base/ena-dis-br.exp: Likewise.
272         * gdb.base/ending-run.exp: Likewise.
273         * gdb.base/environ.exp: Likewise.
274         * gdb.base/eval-skip.exp: Likewise.
275         * gdb.base/exprs.exp: Likewise.
276         * gdb.base/fileio.exp: Likewise.
277         * gdb.base/finish.exp: Likewise.
278         * gdb.base/float.exp: Likewise.
279         * gdb.base/foll-exec.exp: Likewise.
280         * gdb.base/foll-fork.exp: Likewise.
281         * gdb.base/foll-vfork.exp: Likewise.
282         * gdb.base/freebpcmd.exp: Likewise.
283         * gdb.base/funcargs.exp: Likewise.
284         * gdb.base/gcore.exp: Likewise.
285         * gdb.base/gdb1090.exp: Likewise.
286         * gdb.base/gdb1250.exp: Likewise.
287         * gdb.base/huge.exp: Likewise.
288         * gdb.base/info-proc.exp: Likewise.
289         * gdb.base/interrupt.exp: Likewise.
290         * gdb.base/jump.exp: Likewise.
291         * gdb.base/langs.exp: Likewise.
292         * gdb.base/lineinc.exp: Likewise.
293         * gdb.base/list.exp: Likewise.
294         * gdb.base/logical.exp: Likewise.
295         * gdb.base/long_long.exp: Likewise.
296         * gdb.base/macscp.exp: Likewise.
297         * gdb.base/maint.exp: Likewise.
298         * gdb.base/mips_pro.exp: Likewise.
299         * gdb.base/miscexprs.exp: Likewise.
300         * gdb.base/multi-forks.exp: Likewise.
301         * gdb.base/opaque.exp: Likewise.
302         * gdb.base/overlays.exp: Likewise.
303         * gdb.base/pc-fp.exp: Likewise.
304         * gdb.base/pointers.exp: Likewise.
305         * gdb.base/printcmds.exp: Likewise.
306         * gdb.base/psymtab.exp: Likewise.
307         * gdb.base/ptype.exp: Likewise.
308         * gdb.base/recurse.exp: Likewise.
309         * gdb.base/relational.exp: Likewise.
310         * gdb.base/relocate.exp: Likewise.
311         * gdb.base/remote.exp: Likewise.
312         * gdb.base/reread.exp: Likewise.
313         * gdb.base/restore.exp: Likewise.
314         * gdb.base/return.exp: Likewise.
315         * gdb.base/return2.exp: Likewise.
316         * gdb.base/scope.exp: Likewise.
317         * gdb.base/sect-cmd.exp: Likewise.
318         * gdb.base/sep.exp: Likewise.
319         * gdb.base/sepdebug.exp: Likewise.
320         * gdb.base/setshow.exp: Likewise.
321         * gdb.base/setvar.exp: Likewise.
322         * gdb.base/sigall.exp: Likewise.
323         * gdb.base/sigbpt.exp: Likewise.
324         * gdb.base/signals.exp: Likewise.
325         * gdb.base/signull.exp: Likewise.
326         * gdb.base/sizeof.exp: Likewise.
327         * gdb.base/solib.exp: Likewise.
328         * gdb.base/step-line.exp: Likewise.
329         * gdb.base/step-test.exp: Likewise.
330         * gdb.base/structs.exp: Likewise.
331         * gdb.base/structs2.exp: Likewise.
332         * gdb.base/term.exp: Likewise.
333         * gdb.base/twice.exp: Likewise.
334         * gdb.base/until.exp: Likewise.
335         * gdb.base/varargs.exp: Likewise.
336         * gdb.base/volatile.exp: Likewise.
337         * gdb.base/watchpoint.exp: Likewise.
338         * gdb.base/whatis-exp.exp: Likewise.
339         * gdb.base/whatis.exp: Likewise.
340         * gdb.cp/ambiguous.exp: Likewise.
341         * gdb.cp/annota2.exp: Likewise.
342         * gdb.cp/annota3.exp: Likewise.
343         * gdb.cp/bool.exp: Likewise.
344         * gdb.cp/breakpoint.exp: Likewise.
345         * gdb.cp/casts.exp: Likewise.
346         * gdb.cp/class2.exp: Likewise.
347         * gdb.cp/classes.exp: Likewise.
348         * gdb.cp/cplusfuncs.exp: Likewise.
349         * gdb.cp/ctti.exp: Likewise.
350         * gdb.cp/derivation.exp: Likewise.
351         * gdb.cp/exception.exp: Likewise.
352         * gdb.cp/gdb1355.exp: Likewise.
353         * gdb.cp/hang.exp: Likewise.
354         * gdb.cp/inherit.exp: Likewise.
355         * gdb.cp/local.exp: Likewise.
356         * gdb.cp/m-data.exp: Likewise.
357         * gdb.cp/m-static.exp: Likewise.
358         * gdb.cp/member-ptr.exp: Likewise.
359         * gdb.cp/method.exp: Likewise.
360         * gdb.cp/misc.exp: Likewise.
361         * gdb.cp/namespace.exp: Likewise.
362         * gdb.cp/overload.exp: Likewise.
363         * gdb.cp/ovldbreak.exp: Likewise.
364         * gdb.cp/pr-1023.exp: Likewise.
365         * gdb.cp/pr-1210.exp: Likewise.
366         * gdb.cp/pr-574.exp: Likewise.
367         * gdb.cp/printmethod.exp: Likewise.
368         * gdb.cp/psmang.exp: Likewise.
369         * gdb.cp/ref-params.exp: Likewise.
370         * gdb.cp/ref-types.exp: Likewise.
371         * gdb.cp/rtti.exp: Likewise.
372         * gdb.cp/templates.exp: Likewise.
373         * gdb.cp/try_catch.exp: Likewise.
374         * gdb.cp/userdef.exp: Likewise.
375         * gdb.cp/virtfunc.exp: Likewise.
376         * gdb.disasm/am33.exp: Likewise.
377         * gdb.disasm/h8300s.exp: Likewise.
378         * gdb.disasm/mn10300.exp: Likewise.
379         * gdb.disasm/sh3.exp: Likewise.
380         * gdb.disasm/t01_mov.exp: Likewise.
381         * gdb.disasm/t02_mova.exp: Likewise.
382         * gdb.disasm/t03_add.exp: Likewise.
383         * gdb.disasm/t04_sub.exp: Likewise.
384         * gdb.disasm/t05_cmp.exp: Likewise.
385         * gdb.disasm/t06_ari2.exp: Likewise.
386         * gdb.disasm/t07_ari3.exp: Likewise.
387         * gdb.disasm/t08_or.exp: Likewise.
388         * gdb.disasm/t09_xor.exp: Likewise.
389         * gdb.disasm/t10_and.exp: Likewise.
390         * gdb.disasm/t11_logs.exp: Likewise.
391         * gdb.disasm/t12_bit.exp: Likewise.
392         * gdb.disasm/t13_otr.exp: Likewise.
393         * gdb.hp/gdb.aCC/optimize.exp: Likewise.
394         * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
395         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
396         * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
397         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
398         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
399         * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
400         * gdb.hp/gdb.base-hp/reg.exp: Likewise.
401         * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
402         * gdb.hp/gdb.compat/xdb1.exp: Likewise.
403         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
404         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
405         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
406         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
407         * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
408         * gdb.mi/gdb701.exp: Likewise.
409         * gdb.mi/gdb792.exp: Likewise.
410         * gdb.mi/mi-basics.exp: Likewise.
411         * gdb.mi/mi-break.exp: Likewise.
412         * gdb.mi/mi-cli.exp: Likewise.
413         * gdb.mi/mi-console.exp: Likewise.
414         * gdb.mi/mi-disassemble.exp: Likewise.
415         * gdb.mi/mi-eval.exp: Likewise.
416         * gdb.mi/mi-file.exp: Likewise.
417         * gdb.mi/mi-read-memory.exp: Likewise.
418         * gdb.mi/mi-regs.exp: Likewise.
419         * gdb.mi/mi-return.exp: Likewise.
420         * gdb.mi/mi-simplerun.exp: Likewise.
421         * gdb.mi/mi-stack.exp: Likewise.
422         * gdb.mi/mi-stepi.exp: Likewise.
423         * gdb.mi/mi-syn-frame.exp: Likewise.
424         * gdb.mi/mi-until.exp: Likewise.
425         * gdb.mi/mi-var-block.exp: Likewise.
426         * gdb.mi/mi-var-child.exp: Likewise.
427         * gdb.mi/mi-var-cmd.exp: Likewise.
428         * gdb.mi/mi-var-display.exp: Likewise.
429         * gdb.mi/mi-watch.exp: Likewise.
430         * gdb.mi/mi2-basics.exp: Likewise.
431         * gdb.mi/mi2-break.exp: Likewise.
432         * gdb.mi/mi2-cli.exp: Likewise.
433         * gdb.mi/mi2-console.exp: Likewise.
434         * gdb.mi/mi2-disassemble.exp: Likewise.
435         * gdb.mi/mi2-eval.exp: Likewise.
436         * gdb.mi/mi2-file.exp: Likewise.
437         * gdb.mi/mi2-read-memory.exp: Likewise.
438         * gdb.mi/mi2-regs.exp: Likewise.
439         * gdb.mi/mi2-return.exp: Likewise.
440         * gdb.mi/mi2-simplerun.exp: Likewise.
441         * gdb.mi/mi2-stack.exp: Likewise.
442         * gdb.mi/mi2-stepi.exp: Likewise.
443         * gdb.mi/mi2-syn-frame.exp: Likewise.
444         * gdb.mi/mi2-until.exp: Likewise.
445         * gdb.mi/mi2-var-block.exp: Likewise.
446         * gdb.mi/mi2-var-child.exp: Likewise.
447         * gdb.mi/mi2-var-cmd.exp: Likewise.
448         * gdb.mi/mi2-var-display.exp: Likewise.
449         * gdb.mi/mi2-watch.exp: Likewise.
450         * gdb.stabs/exclfwd.exp: Likewise.
451         * gdb.stabs/weird.exp: Likewise.
452         * gdb.threads/gcore-thread.exp: Likewise.
453         * gdb.trace/actions.exp: Likewise.
454         * gdb.trace/backtrace.exp: Likewise.
455         * gdb.trace/circ.exp: Likewise.
456         * gdb.trace/collection.exp: Likewise.
457         * gdb.trace/deltrace.exp: Likewise.
458         * gdb.trace/infotrace.exp: Likewise.
459         * gdb.trace/limits.exp: Likewise.
460         * gdb.trace/packetlen.exp: Likewise.
461         * gdb.trace/passc-dyn.exp: Likewise.
462         * gdb.trace/passcount.exp: Likewise.
463         * gdb.trace/report.exp: Likewise.
464         * gdb.trace/save-trace.exp: Likewise.
465         * gdb.trace/tfind.exp: Likewise.
466         * gdb.trace/tracecmd.exp: Likewise.
467         * gdb.trace/while-dyn.exp: Likewise.
468         * gdb.trace/while-stepping.exp: Likewise.
469
470 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
471
472         * gdb.base/step-bt.c: New file.
473         * gdb.base/step-bt.exp: New testcase.
474
475 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
476
477         * config/monitor.exp (gdb_load): Remove support for obsolete
478         download-write-size.
479         * gdb.base/remote.exp: Likewise.  Update all callers of
480         gdb_timed_load.
481
482 2006-08-02  Daniel Jacobowitz  <dan@codesourcery.com>
483
484         * cursal.exp: Pass binfile to gdb_load.
485
486 2006-08-01  Nathan Sidwell  <nathan@codesourcery.com>
487
488         * gdb.base/cursal.exp: Add "" to gdb_load call.
489
490 2006-07-29  Mark Kettenis  <kettenis@gnu.org>
491
492         * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
493         NetBSD/ELF targets.
494
495 2006-07-25  Daniel Jacobowitz  <dan@codesourcery.com>
496
497         * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
498         operator*.
499
500 2006-07-24  Daniel Jacobowitz  <dan@codesourcery.com>
501
502         * gdb.base/completion.exp: Update for change in "file" behavior.
503         * gdb.stabs/weird.exp: Likewise.
504         * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
505         * lib/gdb.exp (gdb_file_cmd): Likewise.  Kill the program explicitly.
506
507 2006-07-24  Nathan Sidwell  <nathan@codesourcery.com>
508
509         * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
510         * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
511
512 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
513
514         * gdb.base/default.exp: Update source command error message.
515         * gdb.base/help.exp: Update 'help source' message.
516
517 2006-07-20  Daniel Jacobowitz  <dan@codesourcery.com>
518
519         * gdb.cp/bs15503.exp: Update comment for no longer crashing
520         test.
521
522 2006-07-19  Andrew Stubbs  <andrew.stubbs@st.com>
523
524         * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
525
526 2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
527
528         * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
529
530 2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
531
532         * gdb.threads/print-threads.exp: Use gdb_breakpoint.
533
534 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
535
536         * gdb.base/long_long.exp (gdb_test_long_long): Exclude
537         *-*-openbsd* from targets for wich we expect ARM FPA floating
538         point format.
539
540 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
541
542         * gdb.cp/annota3.exp: Expect frame-begin annotation.
543
544 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
545
546         * gdb.base/annota3.exp: Expect frame-begin annotation.
547
548 2006-07-14  Joel Brobecker  <brobecker@adacore.com>
549
550         * gdb.base/help.exp: Adjust "help unset" test to accept
551         any list of unset commands.
552
553 2006-07-13  Paul N. Hilfinger  <Hilfinger@adacore.com>
554             Daniel Jacobowitz  <dan@codesourcery.com>
555
556         * gdb.cp/ref-params.exp: New test.
557         * gdb.cp/ref-params.cc: New source file.
558         * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
559
560 2006-07-08  Mark Kettenis  <kettenis@gnu.org>
561
562         * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
563         spaces/tabs in regular expressions since they might not be there.
564
565 2006-07-07  Andrew Stubbs  <andrew.stubbs@st.com>
566
567         * gdb.base/ifelse.exp: New file.
568
569 2006-07-04  Nathan Sidwell  <nathan@codesourcery.com>
570
571         * gdb.base/huge.c: Allow CRASH_GDB to be set from command
572         line.
573         * gdb.base/huge.exp: Loop over compilation to find a size that
574         is acceptable.
575         * gdb.base/remote.exp: Correct expected strings.
576         * gdb.dwarf2/mac-fileno.S: Avoid # comments.
577
578 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
579
580         * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
581
582 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
583
584         * gdb.base/gdb1555.exp: Use gdb_compile_shlib.  Skip if not
585         native.
586
587 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
588
589         * gdb.stabs/exclfwd.exp: Skip the test if configure did not
590         enable stabs testing.
591
592 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
593
594         * gdb.base/auxv.exp: Intercept undefined command messages before
595         gdb_test_multiple does.
596
597 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
598
599         * Makefile.in (host_alias): Remove.
600         (target_alias): Use @target_noncanonical@.
601         (site.exp): Don't set host_alias.
602         * aclocal.m4: Remove contents.  Include acx.m4.
603         * configure: Regenerated.
604         * configure.ac: Use ACX_NONCANONICAL_TARGET.
605
606 2006-06-13  Nathan Sidwell  <nathan@codesourcery.com>
607
608         * lib/gdb.exp (gdb_load_cmd): New.
609
610         * gdb.base/fileio.c: Add system(NULL) test.
611         * gdb.base/fileio.exp: Check it.
612
613         * gdb.base/break.c: Add 10a breakpoint at }
614         * gdb.base/break.exp: Add test for breakpoint at }
615         * gdb.cp/anon-union.cc: Add code at end of function.
616         * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
617         * gdb.mi/var-cmd.c: Add code at end of function.
618         * gdb.mi/mi-var-display.exp: Adjust end of next.
619         * gdb.mi/mi2-var-display.exp: Likewise.
620         * gdb.base/fileio.c: Add stop function and insert calls at
621         stopping places.
622         * gdb.base/fileio.exp: Breakpoint stop function and remove
623         explicit line number references.
624
625 2006-05-19  Joel Brobecker  <brobecker@adacore.com>
626
627         * gdb.base/del.exp (test_delete_alias): New function.
628         Now check that both "del" and "d" work as aliases for "delete".
629
630 2006-05-18  Fred Fish  <fnf@specifix.com>
631
632         * gdb.base/a2-run.exp: Allow part of test to run when args aren't
633         required.  Check for spurious output after program exits normally.
634
635 2006-05-17  Fred Fish  <fnf@specifix.com>
636
637         * gdb.base/relocate.exp: Use gdb_file_cmd rather than
638         gdb_load, so it works in the simulator.
639
640 2006-05-11  Fred Fish  <fnf@specifix.com>
641
642         * gdb.base/bang.exp: Ignore unexpected output between the
643         "program exited normally" and the gdb prompt, as many other
644         tests do.
645
646 2006-05-07  Mark Kettenis  <kettenis@gnu.org>
647
648         * gdb.base/help.exp: Make "delete checkpoint" part option for
649         "help d" and "help delete" tests.
650
651 2006-05-06  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
652
653         * gdb.mi/mi-basics.exp: Add missing serial number to 
654         expected output in some mi_gdb_test statements.
655         * gdb.mi/mi2-basics.exp: Likewise.
656
657 2006-05-05  Joel Brobecker  <brobecker@adacore.com>
658
659         * gdb.base/del.c: New file.
660         * gdb.base/del.exp: New testcase.
661
662 2006-05-05  David S. Miller  <davem@sunset.davemloft.net>
663
664         * gdb.base/break.exp: Do not assume a breakpoint on
665         main will actually be in $srcfile when optimizing.
666         * gdb.base/savedregs.exp: Do not require that the dummy
667         frame location match up to a symbol and source file location.
668         * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
669         will get printed without a mi_cmd_data_list_register_values prefix.
670         (*-data-list-register-*): Correct regular expressions to expect the new
671         pseudo d? floating point registers.
672         * gdb.mi/mi2-regs.exp: Likewise.
673         
674 2006-05-05  Christophe Lyon  <christophe.lyon@st.com>
675
676         * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
677         * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
678         is allocated by the compiler.
679         * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
680         anons, e, anone to force their allocation by the compiler.
681
682 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
683
684         * gdb.base/help.exp: Update expected text for help d and
685         help delete.
686
687 2006-05-02  Mark Kettenis  <kettenis@gnu.org>
688
689         * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
690         NetBSD/ELF targets.
691
692 2006-04-30  Mark Kettenis  <kettenis@gnu.org>
693
694         * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
695         single-step breakpoint fails; make this a KFAIL on
696         sparc*-*-openbsd*.
697         * gdb.base/siginfo.exp: Likewise.
698         * gdb.base/sigstep.exp (advance, advancei): Likewise.
699
700 2006-04-26  Michael Snyder  <msnyder@redhat.com>
701
702         * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
703         which may have to consume output from other forks.
704         Add tests to make sure that "delete fork" succeeded.
705
706 2006-04-20  Michael Snyder  <msnyder@redhat.com>
707
708         * 2006-03-22  Jim Blandy  <jimb@redhat.com>
709         Add support for the Renesas M32C and M16C.
710
711         * gdb.asm/asm-source.exp: Add m32c target.
712         * gdb.asm/m32c.inc: Support for m32c target.
713
714 2006-04-07  Andrew Stubbs  <andrew.stubbs@st.com>
715
716         * gdb.base/commands.exp (recursive_source_test): New test.
717
718 2006-04-04  David S. Miller  <davem@sunset.davemloft.net>
719
720         * gdb.base/float.exp: Add pattern for sparc targets.
721
722 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
723
724         * gdb.base/commands.exp (stray_arg0_test): New test.
725
726 2006-03-30  Paul Brook  <paul@codesourcery.com>
727
728         * gdb.mi/mi-until.exp: kfail broken until command.
729         * gdb.mi/mi2-until.exp: Ditto.
730
731 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
732
733         * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
734
735 2006-03-08  Alexandre Oliva  <aoliva@redhat.com>
736
737         * gdb.base/prelink.exp: Anchor tested-for regular expression
738         on gdb prompt.
739
740 2006-03-07  Paul Brook  <paul@codesourcery.com>
741
742         * gdb.base/assign.exp: Correct fail message.
743
744 2006-03-07  Paul Brook  <paul@codesourcery.com>
745
746         * lib/compiler.c: Extract armcc version number.
747         * lib/compiler.cc: Ditto.
748
749 2006-03-07  Paul Brook  <paul@codesourcery.com>
750
751         * gdb.arch/altivec-abi.exp: Use nowarnings instead of
752         additional_flags=-w.
753         * gdb.arch/altivec-regs.exp: Ditto.
754         * gdb.arch/e500-abi.exp: Ditto.
755         * gdb.arch/e500-regs.exp: Ditto.
756         * gdb.base/all-bin.exp: Ditto.
757         * gdb.base/annota1.exp: Ditto.
758         * gdb.base/annota3.exp: Ditto.
759         * gdb.base/args.exp: Ditto.
760         * gdb.base/arithmet.exp: Ditto.
761         * gdb.base/assign.exp: Ditto.
762         * gdb.base/async.exp: Ditto.
763         * gdb.base/bang.exp: Ditto.
764         * gdb.base/break.exp: Ditto.
765         * gdb.base/call-rt-st.exp: Ditto.
766         * gdb.base/completion.exp: Ditto.
767         * gdb.base/cond-expr.exp: Ditto.
768         * gdb.base/condbreak.exp: Ditto.
769         * gdb.base/consecutive.exp: Ditto.
770         * gdb.base/define.exp: Ditto.
771         * gdb.base/display.exp: Ditto.
772         * gdb.base/ena-dis-br.exp: Ditto.
773         * gdb.base/environ.exp: Ditto.
774         * gdb.base/eval-skip.exp: Ditto.
775         * gdb.base/info-proc.exp: Ditto.
776         * gdb.base/jump.exp: Ditto.
777         * gdb.base/logical.exp: Ditto.
778         * gdb.base/long_long.exp: Ditto.
779         * gdb.base/maint.exp: Ditto.
780         * gdb.base/miscexprs.exp: Ditto.
781         * gdb.base/pc-fp.exp: Ditto.
782         * gdb.base/pointers.exp: Ditto.
783         * gdb.base/relational.exp: Ditto.
784         * gdb.base/reread.exp: Ditto.
785         * gdb.base/sect-cmd.exp: Ditto.
786         * gdb.base/sep.exp: Ditto.
787         * gdb.base/sepdebug.exp: Ditto.
788         * gdb.base/until.exp: Ditto.
789         * gdb.base/whatis-exp.exp: Ditto.
790         * gdb.cp/annota2.exp: Ditto.
791         * gdb.cp/annota3.exp: Ditto.
792         * gdb.trace/actions.exp: Ditto.
793         * gdb.trace/backtrace.exp: Ditto.
794         * gdb.trace/circ.exp: Ditto.
795         * gdb.trace/collection.exp: Ditto.
796         * gdb.trace/deltrace.exp: Ditto.
797         * gdb.trace/infotrace.exp: Ditto.
798         * gdb.trace/limits.exp: Ditto.
799         * gdb.trace/packetlen.exp: Ditto.
800         * gdb.trace/passc-dyn.exp: Ditto.
801         * gdb.trace/passcount.exp: Ditto.
802         * gdb.trace/report.exp: Ditto.
803         * gdb.trace/save-trace.exp: Ditto.
804         * gdb.trace/tfind.exp: Ditto.
805         * gdb.trace/tracecmd.exp: Ditto.
806         * gdb.trace/while-dyn.exp: Ditto.
807         * gdb.trace/while-stepping.exp: Ditto.
808         * lib/gdb.exp: Ditto.
809         (gdb_compile): Handle nowarning option.
810
811 2006-03-07  Alexandre Oliva  <aoliva@redhat.com>
812
813         * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
814         * gdb.base/prelink.exp: Likewise.  Add -q to prelink runs.
815         Rename executable to prelinkt.  Don't re-prelink if we didn't
816         get a core file.  Test prelink -u exit status to tell whether
817         prelinking failed.  Use gdb_test_multiple.
818
819 2006-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
820
821         * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
822         (do_tests): Call it.
823
824 2006-02-28  Alexandre Oliva  <aoliva@redhat.com>
825
826         * gdb.base/prelink.exp: New test.
827         * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
828
829 2006-02-24  Wu Zhou  <woodzltc@cn.ibm.com>
830
831         * gdb.fortran/derived-type.f90: New file.
832         * gdb.fortran/derived-type.exp: New testcase.
833
834 2006-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
835
836         * gdb.base/default.exp: Allow ';' as a directory separator.
837
838 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
839
840         * gdb.base/help.exp (help add-symbol-file): Update.
841
842 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
843
844         * gdb.base/help.exp (help load): Update expected results.
845
846 2006-02-19  Fred Fish  <fnf@specifix.com>
847
848         * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
849         specifix hex value as part of results.
850         * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
851         
852 2006-02-16  Fred Fish  <fnf@specifix.com>
853
854         * gdb.base/whatis.c: Define variables using typedefs char_addr,
855         ushort_addr, and slong_addr, so the typedefs are not optimized
856         away.
857         * gdb.base/whatis.exp: Add tests using type name for struct type,
858         union type, enum type, and typedef.
859         
860 2006-02-13  Mark Kettenis  <kettenis@gnu.org>
861
862         * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
863
864 2006-02-13  Jim Blandy  <jimb@redhat.com>
865
866         * gdb.base/scope.exp (test_at_main): Remove logic to handle the
867         case where it takes two "next" commands to skip past the init
868         call.
869
870 2006-02-12  Fred Fish  <fnf@specifix.com>
871
872         * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
873         to handle cases where it takes two "next" commands to skip
874         past the init call.
875
876 2006-02-07  Joel Brobecker  <brobecker@adacore.com>
877
878         * gdb.ada/array_return.exp: Mark the last test as expected to fail
879         on hppa32 targets.
880
881 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
882
883         * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
884         field.
885
886 2006-01-29  Mark Kettenis  <kettenis@gnu.org>
887
888         * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
889
890 2006-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
891
892         * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
893         files.
894
895 2006-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
896
897         * gdb.cp/maint.exp: Set complaints to a positive value.
898
899 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
900
901         * gdb.base/multi-forks.c: Add copyright notice.  Include <stdlib.h>.
902         * gdb.base/multi-forks.exp: Use a loop.  Allow "fork" as a stopped
903         function name.
904
905 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
906
907         * gdb.base/checkpoint.c: Update copyright notice.  Include
908         <stdlib.h>.
909
910 2006-01-04  Jim Blandy  <jimb@redhat.com>
911
912         * gdb.asm/asm-source.exp: Independently provide default values for
913         asm-flags and debug-flags.  Use 'string equal' to do the
914         comparison, not the implicit expr's '==' operator.  Remove
915         now-unneeded assignments to asm-flags.  In h8300 case, place
916         "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
917
918 2006-01-04  Michael Snyder  <msnyder@redhat.com>
919
920         * gdb.base/checkpoint.c: New file.
921         * gdb.base/checkpoint.exp: New file.
922         * gdb.base/multi-fork.c: New file.
923         * gdb.base/multi-fork.exp: New file.
924         * gdb.base/pi.txt: New file (data for checkpoint.c test).
925
926 2006-01-04  Fred Fish  <fnf@specifix.com>
927
928         * gdb.base/ptype.c (foo): Add typedef.
929         (intfoo): Add function.
930         * gdb.base/ptype1.c: New file.
931         * gdb.base/ptype.exp: Handle compilation and linking with two
932         source files.  Test that proper type for "foo" is found based
933         on source context rather than first match found in symtabs.
934
935 2005-12-28  Mark Kettenis  <kettenis@gnu.org>
936
937         * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
938         * gdb.asm/openbsd.inc: Indent commands.
939
940 2005-12-26  Mark Kettenis  <kettenis@gnu.org>
941
942         * gdb.base/freebpcmd.exp: Increase timeout.
943
944         * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
945
946 2005-12-17  Daniel Jacobowitz  <dan@codesourcery.com>
947
948         * gdb.base/default.exp: Update check for "show version".
949
950 2005-12-09  Randolph Chung  <tausq@debian.org>
951
952         * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
953         * gdb.asm/pa64.inc: New file.
954
955 2005-12-09  Randolph Chung  <tausq@debian.org>
956
957         * gdb.asm/common.inc: Indent commands.
958         * gdb.asm/asmsrc1.s: Likewise.
959         * gdb.asm/asmsrc2.s: Likewise.
960
961 2005-12-09  Randolph Chung  <tausq@debian.org>
962
963         * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
964         (get_addr_of_sym): Remove duplicate print.
965         (gen_core): xfail hppa*-*-hpux*, update expected output.
966         * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
967         * gdb.arch/pa64-nullify.s: New file.
968
969 2005-12-09  Randolph Chung  <tausq@debian.org>
970
971         * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
972
973 2005-12-07  Christophe Lyon  <christophe.lyon@st.com>
974
975         * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
976         code generation for these functions.
977         * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
978         error message.
979
980 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
981
982         * gdb.base/help.exp (help b, help br, help bre, help brea)
983         (help break): Update the expected message.
984
985 2005-11-11  Stephane Carrez  <stcarrez@nerim.fr>
986
987         * gdb.asm/m68hc11.inc: Setup the data section.
988         * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
989         script for this test.
990         (m6812-*-*): Likewise.
991
992 2005-11-09  Randolph Chung <tausq@debian.org>
993
994         * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
995
996 2005-11-09  Wu Zhou  <woodzltc@cn.ibm.com>
997
998         * gdb.base/break.exp: Fix a comment typo.
999
1000 2005-11-03  Jim Blandy  <jimb@redhat.com>
1001
1002         Checked in by Elena Zannoni  <ezannoni@redhat.com>
1003  
1004         * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
1005
1006 2005-11-02  Corinna Vinschen  <vinschen@redhat.com>
1007
1008         * gdb.arch/gdb1558.c: Include stdio.h.
1009
1010 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
1011
1012         * gdb.asm/asm-source.exp: Use -e instead of --entry.
1013
1014 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
1015
1016         * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
1017
1018 2005-10-17  Paul Gilliam  <pgilliam@us.ibm.com>
1019
1020         * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
1021         vscr" tests to better match output.
1022
1023 2005-10-12  Jim Blandy  <jimb@redhat.com>
1024
1025         * gdb.base/structs.exp (any): New function.
1026         (test_struct_returns): Don't make any assumptions at all about
1027         what value the function returns when GDB can't set the return
1028         value.
1029
1030 2005-10-09  Joel Brobecker  <brobecker@adacore.com>
1031
1032         * gdb.ada/arrayidx/p.adb: New file.
1033         * gdb.ada/arrayidx.exp: New testcase
1034
1035 2005-10-09  Joel Brobecker  <brobecker@adacore.com>
1036
1037         * gdb.ada/array_return/pck.ads: New file.
1038         * gdb.ada/array_return/pck.adb: New file.
1039         * gdb.ada/array_return/p.adb: New file.
1040         * gdb.ada/array_return.exp: New testcase.
1041
1042 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
1043
1044         * gdb.base/arrayidx.c: New file.
1045         * gdb.base/arrayidx.exp: New testcase.
1046
1047 2005-09-29  Nick Roberts  <nickrob@snap.net.nz>
1048
1049         * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
1050         frames-invalid and breakpoints-invalid are no longer generated
1051         with level 3 so don't expect them in the output.
1052
1053 2005-09-27  Bob Rossi  <bob@brasko.net>
1054
1055         * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .* 
1056         from test.  Escape the | in mi_gdb_test call.
1057         * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
1058         gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
1059         gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
1060         gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
1061         expected regex's in mi_gdb_test calls.
1062         * lib/mi-support.exp: Remove arbitrary .* from tests.
1063         (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
1064         Fully anchor GDB/MI expected results in mi_gdb_test.
1065         * lib/gdb.exp (string_to_regexp): Escape the ] character.
1066         * gdb.base/sizeof.exp: Remove escape character. Correct test.
1067
1068 2005-09-26  Paul Brook  <paul@codesourcery.com>
1069
1070         * long_long.exp: Exclude eabi targets from arm FPA float format test.
1071
1072 2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
1073
1074         * bfp-test.c: New file.
1075         * bfp-test.exp: New testcase.
1076
1077 2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
1078
1079         * gdb.fortran/subarray.exp: New testcase to test the evaluation
1080         of subarray and substring variable.
1081         * gdb.fortran/subarray.f: New source file for the test of subarray
1082         and substring variable evaluation.
1083         * gdb.fortran/exprs.exp: Add four tests for substring evaluation
1084         of string constant.
1085
1086 2005-09-19  Daniel Jacobowitz  <dan@codesourcery.com>
1087
1088         * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
1089         copyright dates.
1090
1091 2005-09-19  Paul Gilliam  <pgilliam@us.ibm.com>
1092
1093         * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
1094         powerpc altivec' test with an almost identical 'info vector' test.
1095
1096 2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
1097
1098         * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
1099         vscr" tests to match output.
1100
1101 2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
1102
1103         * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
1104         output.
1105
1106 2005-09-11  Bob Rossi  <bob@brasko.net>
1107
1108         * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
1109         * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for 
1110         commands that return an MI output command and an asyncronous MI output
1111         command.
1112         * gdb.mi/mi-console.exp: Ditto.
1113
1114 2005-09-11  Bob Rossi  <bob@brasko.net>
1115
1116         * gdb.mi/mi-var-child.c: Include <string.h>.
1117
1118 2005-09-10  Daniel Jacobowitz  <dan@codesourcery.com>
1119
1120         * killed.exp: Correct gdb_expect syntax.
1121
1122 2005-08-09  Corinna Vinschen  <vinschen@redhat.com>
1123
1124         * lib/mi-support.exp (mi_gdb_load): Fix typo.
1125
1126 2005-08-02  Bob Rossi  <bob@brasko.net>
1127
1128         * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
1129         (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
1130         Change tests to inferior-tty-set/show.
1131         * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
1132         (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
1133         * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
1134         inferior.  Use mi_gdb_test to get GDB and Inferior output.
1135         * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
1136         descriptor.
1137         (mi_inferior_tty_name): Add inferior PTY file name.
1138         (mi_gdb_start): Add INFERIOR_PTY parameter.
1139         (mi_gdb_test): Add IPATTERN parameter.
1140
1141 2005-08-02   Bob Rossi  <bob@brasko.net>
1142   
1143         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
1144         parameter to mi_gdb_test.
1145         * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
1146
1147 2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
1148
1149         * gdb.mi/mi-var-child.c (do_children_tests): Initialize
1150         struct_declarations.
1151         * gdb.mi/mi-var-child.exp: Step over the initialization of
1152         struct_declarations.
1153
1154 2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
1155
1156         * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
1157         * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
1158         * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
1159         * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
1160         * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
1161         file.
1162
1163 2005-07-27  Nick Roberts  <nickrob@snap.net.nz>
1164
1165         * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
1166         (do_children_tests): Assign values to the extra elements.
1167
1168         * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
1169         them for tests for "-var-update --no-values" and
1170         "-var-update --all-values".  
1171         Add test for "-var-list-children --simple-values".
1172
1173         * gdb.mi/basics.c (callee4): Add integer array D[3]...
1174
1175         * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
1176         "-stack-list-locals --simple-values"  Improve doc strings and
1177         comments.
1178
1179 2005-07-18  Mark Kettenis  <kettenis@gnu.org>
1180
1181         * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
1182         *-*-openbsd*.
1183         * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
1184
1185         * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
1186         sigaltsatck'.
1187
1188 2005-07-14  Bob Rossi  <bob@brasko.net>
1189   
1190         * gdb.base/default.exp (tty): Changed output of command.
1191         * gdb.base/help.exp (help tty): Ditto.
1192
1193 2005-07-12  Mark Kettenis  <kettenis@gnu.org>
1194
1195         * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
1196
1197 2005-07-10  Mark Kettenis  <kettenis@gnu.org>
1198
1199         * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
1200         -stack-select-frame without arguments.
1201         (test_stack_frame_listing): Add test for newly implemented command
1202         -stack-info-frame.
1203
1204 2005-07-06  Bob Rossi  <bob@brasko.net>
1205
1206         * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
1207         command.
1208         (Copyright): Update copyright.
1209
1210 2005-07-06  Wu Zhou  <woodzltc@cn.ibm.com>
1211
1212         * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
1213         tests to evaluate exponentiation expression.
1214
1215 2005-06-29  Andreas Schwab  <schwab@suse.de>
1216
1217         * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
1218         main to avoid warnings.
1219
1220         * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
1221
1222 2005-06-20  Nick Roberts  <nickrob@snap.net.nz>
1223
1224         * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
1225         -stack-select-frame without arguments.
1226         (test_stack_frame_listing): Add test for newly implemented command
1227         -stack-info-frame.
1228         
1229 2005-06-17  Wu Zhou  <woodzltc@cn.ibm.com>
1230
1231         * gdb.fortran/array-element.f: New file.
1232         * gdb.fortran/array-element.exp: New testcase.
1233
1234 2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
1235
1236         * gdb.base/bigcore.exp: Correct checks for systems which can
1237         not dump a large core file.
1238
1239 2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
1240
1241         * gdb.base/relocate.c: Add a copyright notice.
1242         (dummy): Remove.
1243         * gdb.base/relocate.exp: Test printing the values of variables
1244         from a relocatable file.
1245
1246 2005-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
1247
1248         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
1249         excess MI output after an error.
1250
1251 2005-05-29  Joel Brobecker  <brobecker@adacore.com>
1252
1253         * gdb.arch/alpha-step.c: New file.
1254         * gdb.arch/alpha-step.exp: New testcase.
1255
1256 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
1257             Dennis Brueni  <dennis@slickedit.com>
1258
1259         * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
1260         gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
1261         gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
1262         gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
1263         gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
1264         gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
1265         * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
1266
1267 2005-05-17  Paul Gilliam  <pgilliam@us.ibm.com>
1268             Wu Zhou  <woodzltc@cn.ibm.com>
1269
1270         * gdb.base/shreloc.exp: Use gdb_compile_shlib.  Add support for
1271         IBM's xlc compiler.
1272         * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
1273         * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
1274
1275 2005-05-13  Jim Blandy  <jimb@redhat.com>
1276
1277         * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
1278         calling gdb_suppress_entire_file.
1279         * gdb.base/charset.exp: Same.
1280         * gdb.base/call-rt-st.exp: Same.
1281
1282 2005-05-05  Bob Rossi  <bob_rossi@cox.net>
1283
1284         * lib/gdb.exp (fullname_syntax): Added global regex.
1285         (fullname_syntax_POSIX): Ditto.
1286         (fullname_syntax_UNC): Ditto.
1287         (fullname_syntax_DOS_CASE): Ditto.
1288         (fullname_syntax_DOS): Ditto.
1289         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
1290         fullname_syntax variable to scope and use it.
1291         (test_file_list_exec_source_files): Ditto.
1292         * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
1293
1294 2005-05-04  Daniel Jacobowitz  <dan@codesourcery.com>
1295
1296         * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
1297
1298 2004-05-02  Paul Gilliam  <pgilliam@us.ibm.com>
1299
1300         * lib/gdb.exp (skip_altivec_tests): New function, based on
1301         check_vmx_hw_available from the GCC testsuite.
1302         * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
1303         * lib/gdb.arch/altivec-regs.exp: Likewise.
1304
1305 2005-05-02  Jim Blandy  <jimb@redhat.com>
1306
1307         * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
1308         calling gdb_suppress_entire_file.
1309
1310 2005-04-30  Randolph Chung  <tausq@debian.org>
1311
1312         * gdb.threads/staticthreads.exp: Override signal to check for hppa.
1313         Slightly relax "sem_post" name checking.
1314
1315 2005-04-29  Paul Gilliam  <pgilliam@us.ibm.com>
1316
1317         * gdb.base/unload.exp: Use new shared library infrastructure.
1318
1319 2005-04-29  Paul Gilliam  <pgilliam@us.ibm.com>
1320
1321         * gdb.base/so-impl-ld.exp: Use new shared library
1322         infrastructure.
1323
1324 2005-04-29  Corinna Vinschen  <vinschen@redhat.com>
1325
1326         * gdb.asm/asm-source.exp: Add h8300 to supported targets.
1327         * gdb.asm/h8300.inc: New file.
1328
1329 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
1330
1331         * gdb.base/shlib-call.exp: Change to use new shared library
1332         infrastructure.
1333
1334 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
1335
1336         * gdb.base/pending.exp: Change to use new shared library
1337         infrastructure.
1338
1339 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
1340
1341         * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
1342         use test_compiler_info instead of gcc_compiled, and update copyright.
1343
1344 2005-04-27  Paul Gilliam  <pgilliam@us.ibm.com>
1345
1346         * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
1347         shared objects being adjusted and update copyright years.
1348
1349 2005-04-27  Daniel Jacobowitz  <dan@codesourcery.com>
1350
1351         * ChangeLog: Correct some 2003-01-13 dates.
1352         * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
1353         gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
1354         gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
1355         gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
1356         gdb.trace/tfind.exp: Update copyright years.
1357
1358 2005-04-14  Paul Gilliam  <pgilliam@us.ibm.com>
1359             Daniel Jacobowitz  <dan@codesourcery.com>
1360
1361         * lib/gdb.exp (gdb_compile): Handle shlib=.
1362         (gdb_compile_shlib): New function.
1363
1364 2005-04-12  Paul Gilliam  <pgilliam@us.ibm.com>
1365
1366         * lib/gdb.exp (test_compiler_info): Give argument a default value.
1367
1368 2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
1369
1370         * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
1371         gdb.server.
1372         * configure.ac: Likewise.
1373         * configure: Regenerated.
1374         * gdb.gdbserver/Makefile.in: Moved to...
1375         * gdb.server/Makefile.in: ... here.
1376         * gdb.gdbserver/server.c: Moved to...
1377         * gdb.server/server.c: ... here.
1378         * gdb.gdbserver/server-run.exp: Moved to...
1379         * gdb.server/server-run.exp: ... here.
1380
1381 2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
1382
1383         * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
1384         * configure.ac: Create gdb.gdbserver/Makefile.
1385         * configure: Regenerated.
1386         * lib/gdbserver-support.exp: New file, derived from
1387         config/gdbserver.exp.
1388         * config/gdbserver.exp: Use gdbserver-support.exp.
1389         * gdb.gdbserver/Makefile.in: New file.
1390         * gdb.gdbserver/server.c: New file.
1391         * gdb.gdbserver/server-run.exp: New file.
1392
1393 2005-04-06  Paul Gilliam  <pgilliam@us.ibm.com>
1394
1395         * lib/gdb.exp (test_compiler_info): Return compiler_info
1396         if no arguments are given.
1397
1398 2005-04-01  Paul Gilliam  <pgilliam@us.ibm.com>
1399
1400         * gdb.arch/altivec-abi.exp: Check for compiler and set
1401         use altivec' flag accordingly.
1402         * gdb.arch/altivec-regs.exp: Likewise.
1403
1404 2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
1405
1406         * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
1407
1408 2005-03-27  Andreas Schwab  <schwab@suse.de>
1409
1410         * gdb.base/bigcore.c (main): Add missing mode argument in open
1411         call.
1412
1413 2005-03-25  Daniel Jacobowitz  <dan@codesourcery.com>
1414
1415         * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
1416         downloads.
1417         * config/gdbserver.exp (gdb_load): Likewise.
1418
1419 2005-03-14  Paul Brook  <paul@codesourcery.com>
1420
1421         * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
1422         targets.
1423
1424 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
1425
1426         * gdb.dwarf2/dup-psym.S: New file.
1427         * gdb.dwarf2/dup-psym.exp: New testcase.
1428
1429 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
1430
1431         * gdb.ada/exec_changed/first.adb: New file.
1432         * gdb.ada/exec_changed/second.adb: New file.
1433         * gdb.ada/exec_changed.exp: New testcase.
1434
1435 2005-03-08  Nathan Sidwell  <nathan@codesourcery.com>
1436
1437         * gdb.cp/userdef.cc (A1::operator+): New unary plus.
1438         (A2): New class.
1439         (main): Test operator+.
1440         * gdb.cp/userdef.exp: Test unary plus.  Use A2::operator+ for
1441         breakpoint test.
1442
1443         * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
1444         * gdb.base/signull.exp: Disable if gdb,nosignals.
1445         * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
1446         * gdb.cp/exception.exp: Disable if skip_cplus_tests.
1447         * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
1448         * gdb.mi/mi2-console.exp: Likewise.
1449         * gdb.trace/collection.exp (run_trace_experiment): Consume the
1450         continue output at start.
1451         (gdb_collect_locals_test): Robustify regexp.
1452         * gdb.trace/passc-dyn.exp: Fix comment typo.
1453         * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
1454
1455 2005-03-08  Corinna Vinschen  <vinschen@redhat.com>
1456
1457         * gdb.asm/asm-source.exp: Add iq2000 case.
1458         * gdb.asm/iq2000.inc: New file.
1459
1460 2005-03-07  Manoj Iyer <manjo@austin.ibm.com>
1461         
1462         * gdb.base/command.exp: Change hardcoded value to regular expression.
1463         * gdb.base/float.exp: Add powerpc to the list of targets checked.
1464
1465 2005-03-07  Daniel Jacobowitz  <dan@codesourcery.com>
1466
1467         * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
1468         gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
1469         gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
1470         gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
1471         gdb.asm/x86_64.inc: Use .purgem before redefining macros.
1472
1473 2005-03-05  Mark Kettenis  <kettenis@gnu.org>
1474
1475         * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
1476         changes.
1477
1478 2004-03-03  Paul Gilliam  <pgilliam@us.ibm.com>
1479
1480         * lib/compiler.c: Add test for IBM's xlc compiler.
1481         * lib/compiler.cc: Likewise.
1482
1483 2004-02-24  Joel Brobecker  <brobecker@adacore.com>
1484
1485         * gdb.ada/fixed_points.exp: Create compilation object directory
1486         before running the test.
1487         * gdb.ada/null_record.exp: Likewise.
1488         * gdb.ada/packed_array.exp: Likewise.
1489         * gdb.ada/start.exp: Likewise.
1490
1491 2005-02-15  Joel Brobecker  <brobecker@adacore.com>
1492
1493         * gdb.ada/packed_array/pa.adb: New file.
1494         * gdb.ada/packed_array.exp: New testcase.
1495
1496 2005-02-10  Mark Kettenis  <kettenis@gnu.org>
1497
1498         * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
1499         files.
1500
1501         * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
1502         on *-*-openbsd*.  Correctly match whitespace in regukar
1503         expressions.
1504
1505 2005-02-10  Daniel Jacobowitz  <dan@debian.org>
1506
1507         From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
1508         PR exp/1821
1509         * gdb.base/gdb1821.c: New test file.
1510         * gdb.base/gdb1821.exp: New test file.
1511
1512 2005-02-09  Joel Brobecker  <brobecker@adacore.com>
1513
1514         * gdb.base/start.c: New file.
1515         * gdb.base/start.exp: New testcase.
1516
1517 2005-02-09  Joel Brobecker  <brobecker@adacore.com>
1518
1519         * gdb.ada/start/dummy.adb: New file.
1520         * gdb.ada/start.exp: New testcase.
1521
1522 2005-02-09  Corinna Vinschen  <vinschen@redhat.com>
1523
1524         * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
1525         for printing symbols and statistics.
1526         Add test for using relative pathnames in "maint print msymbols" test.
1527         Mark "maint info sections DATA" XFAIL on Cygwin.
1528         Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
1529         tests.
1530
1531 2005-02-09  Andreas Schwab  <schwab@suse.de>
1532
1533         Committed by Andrew Cagney  <cagney@gnu.org>
1534         * gdb.base/remotetimeout.exp: New file.
1535
1536 2005-02-07  Mark Kettenis  <kettenis@gnu.org>
1537
1538         * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
1539
1540 2005-02-03  Joel Brobecker  <brobecker@adacore.com>
1541
1542         * gdb.ada/gnat_ada.gpr: New file.
1543         * gdb.ada/gnat_ada.gin: Delete, no longer used.
1544         * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
1545         * configure.ac: No longer generate gnat_ada.gpr.
1546         * configure: Regenerate.
1547         * gdb.ada/Makefile.in: Minor adaptations due to new project file.
1548         * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
1549         * gdb.ada/null_record/bar.ads: Likewise.
1550         * gdb.ada/null_record/bar.adb: Likewise.
1551         * gdb.ada/fixed_points/fixed_points.adb: Likewise.
1552         * gdb.ada/null_record.exp (testdir): New variable.
1553         (testfile): executable is now in testdir subdirectory.
1554         (srcfile): Use full path to the main compilation unit.
1555         * gdb.ada/fixed_points.exp: Same changes as above.
1556
1557 2005-02-03  Nick Roberts  <nickrob@snap.net.nz>
1558
1559         * gdb.base/interp.exp: New test.
1560
1561 2005-01-24  Andrew Cagney  <cagney@gnu.org>
1562
1563         * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
1564
1565 2005-01-19  Andrew Cagney  <cagney@gnu.org>
1566
1567         * gdb.stabs/Makefile.in (Makefile): Update dependencies -
1568         configure.ac not configure.in.
1569
1570         * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
1571         of powerpc*-*-*.
1572         * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
1573         * gdb.base/list.exp (test_list_function) 
1574         (test_list_filename_and_function): Ditto.
1575         * gdb.base/callfuncs.exp (do_function_calls): Ditto.
1576
1577 2005-01-16  Andrew Cagney  <cagney@gnu.org>
1578
1579         * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
1580
1581         * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
1582
1583 2005-01-14  Andrew Cagney  <cagney@gnu.org>
1584
1585         * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
1586         * gdb.mi/mi2-var-cmd.exp: Ditto.
1587
1588 2005-01-10  Corinna Vinschen  <vinschen@redhat.com>
1589
1590         * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
1591
1592 2005-01-07  Andrew Cagney  <cagney@gnu.org>
1593
1594         * configure.ac: Rename configure.in, require autoconf 2.59.
1595         * configure: Re-generate.
1596         * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
1597         * gdb.stabs/configure: Re-generate.
1598         * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
1599         * gdb.hp/configure: Re-generate.
1600         * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
1601         autoconf 2.59.
1602         * gdb.hp/gdb.objdbg/configure: Re-generate.
1603         * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
1604         autoconf 2.59.
1605         * gdb.hp/gdb.defects/configure: Re-generate.
1606         * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
1607         autoconf 2.59.
1608         * gdb.hp/gdb.compat/configure: Re-generate.
1609         * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
1610         autoconf 2.59.
1611         * gdb.hp/gdb.base-hp/configure: Re-generate.
1612         * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
1613         autoconf 2.59.
1614         * gdb.hp/gdb.aCC/configure: Re-generate.
1615
1616 2004-12-15  Jim Blandy  <jimb@redhat.com>
1617
1618         * gdb.threads/linux-dp.exp: Fix output regexp to handle output
1619         under NPTL when there is debugging info available for libpthread.
1620
1621 2004-12-13  Jerome Guitton  <guitton@gnat.com>
1622
1623         * gdb.ada/fixed_points.c: New file.
1624         * gdb.ada/fixed_points.exp: New file.
1625
1626 2004-12-03  Randolph Chung  <tausq@debian.org>
1627
1628         * gdb.arch/pa-nullify.exp: New file.
1629         * gdb.arch/pa-nullify.s: New file.
1630
1631 2004-11-30  Randolph Chung  <tausq@debian.org>
1632
1633         * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
1634         instead of "tbug".  Fix regexp to work properly with gdb_test.
1635
1636 2004-11-29  Paul Hilfinger  <Hilfinger@gnat.com>
1637
1638         * gdb.base/bitfields2.exp: New test.
1639         * gdb.base/bitfields2.c: New file.
1640
1641 2004-11-28  Richard Earnshaw  <rearnsha@arm.com>
1642
1643         * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
1644
1645 2004-11-16  Randolph Chung  <tausq@debian.org>
1646
1647         * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
1648
1649 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
1650
1651         * gdb.threads/threadapply.exp: Correct "macro details" test.
1652
1653 2004-11-11  Jeff Johnston  <jjohnstn@redhat.com>
1654
1655         * gdb.threads/threadapply.exp: New test.
1656         * gdb.threads/threadapply.c: New file.
1657
1658 2004-11-07  Mark Kettenis  <kettenis@gnu.org>
1659
1660         * gdb.base/savedregs.exp: Correct pattern used for sigtramp
1661         frames.
1662
1663 2004-11-05  Felix Lee  <felix+log1@specifixinc.com>
1664
1665         * gdb.base/cursal.exp: New file.
1666         * gdb.base/cursal.c: New file.
1667
1668 2004-11-03  Andrew Cagney  <cagney@gnu.org>
1669
1670         * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
1671
1672 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
1673
1674         * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
1675         NetBSD/ELF targets.
1676
1677 2004-10-29  Joel Brobecker  <brobecker@gnat.com>
1678
1679         * gdb.threads/bp_in_thread.c: New file, copied from
1680         pthread_cond_wait.c.
1681         * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
1682         file, rather than reusing the .c file from another testcase.
1683
1684 2004-10-20  Joel Brobecker  <brobecker@gnat.com>
1685
1686         * gdb.ada/null_record.exp: Check where we stopped after
1687         sending the start command, instead of where the associated
1688         temporary breakpoint was inserted.
1689
1690 2004-10-14  Andrew Cagney  <cagney@gnu.org>
1691
1692         * gdb.mi/gdb701.c (main): Return 0.
1693
1694 2004-10-13  Daniel Jacobowitz  <dan@debian.org>
1695
1696         * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
1697
1698 2004-10-12  Jeff Johnston  <jjohnstn@redhat.com>
1699
1700         * gdb.threads/schedlock.c: Add comment markers to use to find
1701         line numbers.
1702         * gdb.threads/schedlock.exp: Adjust regex to handle the new
1703         comments.
1704         * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
1705         breakpoint lines.
1706
1707 2004-10-12  Daniel Jacobowitz  <dan@debian.org>
1708
1709         * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
1710
1711 2004-10-12  Daniel Jacobowitz  <dan@debian.org>
1712
1713         * configure.in: Add gdb.dwarf2.
1714         * configure: Regenerated.
1715         * Makefile.in: Add gdb.dwarf2.
1716         * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
1717         gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
1718         gdb.dwarf2/file1.txt: New files.
1719
1720 2004-10-11  Orjan Friberg  <orjanf@axis.com>
1721
1722         * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead 
1723         of "run", since the latter doesn't work with remote targets.  Adjust
1724         the breakpoint numbering accordingly.
1725         * gdb.threads/pthread_cond_wait.exp: Ditto.
1726
1727 2004-10-08  Michael Chastain  <mec.gnu@mindspring.com>
1728
1729         * gdb.base/overlays.exp: Update copyright years.
1730
1731 2004-10-08  Kei Sakamoto  <sakamoto.kei@renesas.com>
1732
1733         * gdb.base/overlays.exp: Disable if target is Linux.
1734
1735 2004-10-06  Felix Lee  <felix+log1@specifixinc.com>
1736
1737         * config/gdbserver.exp (gdb_load): Use right filename on remote.
1738
1739 2004-10-05  Kei Sakamoto  <sakamoto.kei@renesas.com>
1740
1741         * gdb.asm/asm-source.exp: Add m32r-linux target.
1742         * gdb.asm/m32r-linux.inc: New file.
1743
1744 2004-09-24  Andrew Cagney  <cagney@redhat.com>
1745             David Anderson <anderson@redhat.com>
1746
1747         * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
1748         command fails, assume things will work.
1749         * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
1750         (_GNU_SOURCE): Define.
1751         (print_unsigned, print_hex): Change parameter to "long long".
1752         (print_byte_count): New function, use to print byte counts.
1753         (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
1754         O_LARGEFILE.
1755         (main): Compute an upper bound on a corefile in max_core_size.
1756         Limit memory chunk size to max_core_size.  Limit total memory
1757         allocated to max_core_size.
1758
1759 2004-09-23  Andrew Cagney  <cagney@gnu.org>
1760
1761         * gdb.base/bigcore.exp: Replace the code that creates a corefile
1762         from a separate process with code that creates a corefile by
1763         making the inferior dump core.
1764
1765 2004-09-23  Mark Kettenis  <kettenis@gnu.org>
1766
1767         * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
1768         block.
1769
1770 2004-09-23  Michael Chastain  <mec.gnu@mindspring.com>
1771
1772         * gdb.base/constvars.exp (local_compiler_xfail_check_2):
1773         New proc.  Accept both gcc 3.x.x and gcc 4.x.x.
1774         * gdb.base/volatile.exp (local_compiler_xfail_check_2):
1775         Likewise.
1776
1777 2004-09-20  Jeff Johnston  <jjohnstn@redhat.com>
1778
1779         * gdb.java/jprint.exp: New test case for java inferior call.
1780         * gdb.java/jprint.java: Ditto.
1781
1782 2004-09-15  Joel Brobecker  <brobecker@gnat.com>
1783
1784         * gdb.base/bigcore.exp: Deactivate on IRIX targets.
1785
1786 2004-09-14  Michael Chastain  <mec.gnu@mindspring.com>
1787
1788         * gdb.threads/killed.c: Include <stdlib.h>.
1789         * gdb.threads/pthreads.c: Likewise.
1790
1791 2004-09-14  Michael Chastain  <mec.gnu@mindspring.com>
1792
1793         * gdb.threads/killed.c: Add copyright notice.
1794
1795 2004-09-10  Jason Molenda  (jmolenda@apple.com)
1796
1797         * gdb.base/define.exp: Two new tests to verify zero space chars
1798         after 'if' and 'while' commands in a user-defined command is correctly
1799         parsed.
1800
1801 2004-09-08  Andrew Cagney  <cagney@gnu.org>
1802
1803         * gdb.base/signals.exp (signal_tests_1): Delete.  Merge signal
1804         delivery test with duplicate at end of file.
1805
1806 2004-09-06  Mark Kettenis  <kettenis@jive.nl>
1807
1808         * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
1809
1810 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
1811
1812         * config/hppro.exp: Removed.
1813
1814 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
1815
1816         * config/sparclet.exp: Removed.
1817
1818 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
1819
1820         * config/udi.exp: Removed.
1821
1822 2004-09-02  Michael Chastain  <mec.gnu@mindspring.com>
1823
1824         * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
1825         of "exp_continue".
1826         (advancei): Likewise.
1827
1828 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
1829
1830         * gdb.base/unload.exp: Fix so messages aren't duplicated.
1831
1832 2004-09-01  Manoj Iyer  <manjo@austin.ibm.com>
1833
1834         * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
1835         to check for nodebug in executable.
1836         * gdb.gdb/observer.exp (setup_test): Likewise.
1837         * gdb.gdb/selftest.exp (test_with_self): Likewise.
1838         * gdb.gdb/xfullpath.exp (setup_test): Likewise.
1839
1840 2004-09-01  Andrew Cagney  <cagney@gnu.org>
1841
1842         * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
1843         files.
1844
1845 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
1846
1847         * gdb.base/unload.exp: Fix expected warning message to match
1848         latest format.
1849
1850 2004-09-01  Corinna Vinschen  <vinschen@redhat.com>
1851
1852         * gdb.base/call-rt-st.exp: Fix typos.
1853
1854 2004-08-31  Manoj Iyer  <manjo@austin.ibm.com>
1855
1856         * gdb.threads/thread_check.exp: New testcase.
1857         * gdb.threads/thread_check.c: New testcase.
1858
1859 2004-08-31  Andrew Cagney  <cagney@gnu.org>
1860
1861         * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
1862         (skip_to_handler_entry): New procedures.  Test stepping into a
1863         handler when the breakpoint is at the handler's entry point.
1864
1865 2004-08-30  Andrew Cagney  <cagney@gnu.org>
1866
1867         * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
1868         gdb/1757.
1869
1870 2004-08-27  Michael Chastain  <mec.gnu@mindspring.com>
1871
1872         With code from Manoj Iyer <manjo@austin.ibm.com>:
1873         * lib/gdb.exp (gdb_file_cmd): Return more information in the
1874         return value.  Add an arm for "no debugging symbols found".
1875         Change a stray "error" to "perror".
1876         (gdb_run_cmd): Adapt to new return value.
1877         * gdb.base/remote.exp: Adapt to new return value.
1878         * gdb.gdb/complaints.exp: Likewise.
1879         * gdb.gdb/observer.exp: Likewise.
1880         * gdb.gdb/selftest.exp: Likewise.
1881         * gdb.gdb/xfullpath.exp: Likewise.
1882
1883 2004-08-27  Joel Brobecker  <brobecker@gnat.com>
1884
1885         * gdb.threads/bp_in_thread.exp: New testcase.
1886
1887 2004-08-27  Michael Chastain  <mec.gnu@mindspring.com>
1888
1889         Fix PR testsuite/1735.
1890         * gdb.threads/schedlock.c (thread_function): Add a cast
1891         to suppress a gcc warning.
1892         * gdb.threads/thread-specific.c (thread_function): Likewise.
1893
1894 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
1895
1896         * gdb.base/unload.c: Include <stdlib.h>.
1897
1898 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
1899
1900         From Paul Gilliam <pgilliam@us.ibm.com>:
1901         * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
1902         synchronized after the "return".
1903
1904 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
1905
1906         * gdb.mi/basics.c: Include <stdio.h>.
1907         * gdb.mi/pthreads.c: Include <stdlib.h>.
1908         * gdb.mi/var-cmd.c: Include <stdlib.h>.
1909
1910 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
1911
1912         * gdb.threads/schedlock.c: Add copyright notice.
1913
1914 2004-08-25  Andrew Cagney  <cagney@gnu.org>
1915
1916         * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
1917         (skip_over_handler, breakpoint_over_hander): New test procedures.
1918         (advance, advancei): Add a proper prefix, do not use
1919         rerun_to_main.
1920         * gdb.base/sigstep.c (main): Change to use an infinite loop.
1921
1922 2004-08-24  Michael Chastain  <mec.gnu@mindspring.com>
1923
1924         * gdb.mi/basics.c: Add copyright notice.
1925         * gdb.mi/var-cmd.c: Add copyright notice.
1926
1927 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
1928
1929         * lib/gdb.exp: Remove signed_keyword_not_used.
1930         * lib/compiler.c: Likewise.
1931         * lib/compiler.cc: Likewise.
1932
1933 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
1934
1935         * gdb.base/whatis.c: Remove conditional disabling of "signed".
1936         * gdb.base/whatis.exp: Remove signed_keyword_not_used.
1937
1938 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
1939
1940         * gdb.base/whatis.c: Add copyright notice.
1941
1942 2004-08-20  Mark Kettenis  <kettenis@gnu.org>
1943
1944         * gdb.arch/i386-prologue.exp (skip_breakpoint): New function.  Use
1945         it to skip the breakpoints encoded in the inline assembly.
1946
1947 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
1948
1949         * Makefile.in: Add gdb.fortran.
1950
1951 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
1952
1953         * gdb.base/call-sc.exp (test_scalar_returns):
1954         Fix cut-and-paste glitch in "Make fun return now".
1955
1956 2004-08-17  Michael Chastain  <mec.gnu@mindspring.com>
1957
1958         * configure.in: Add gdb.fortran.
1959         * configure: Regenerate.
1960         * gdb.fortran/Makefile.in: New file.
1961         * lib/gdb.exp (skip_fortran_tests): New procedure.
1962
1963 2004-08-17  Michael Chastain  <mec.gnu@mindspring.com>
1964
1965         * gdb.mi/mi-var-block.exp: Use gdb_get_line_number.  Remove
1966         reference to bug-gnu@prep.ai.mit.edu.
1967         * gdb.mi/mi-var-child.exp: Likewise.
1968         * gdb.mi/mi-var-cmd.exp: Likewise.
1969         * gdb.mi/mi-var-display.exp: Likewise.
1970         * gdb.mi/mi2-var-block.exp: Likewise.
1971         * gdb.mi/mi2-var-child.exp: Likewise.
1972         * gdb.mi/mi2-var-cmd.exp: Likewise.
1973         * gdb.mi/mi2-var-display.exp: Likewise.
1974
1975 2004-08-15  Mark Kettenis  <kettenis@gnu.org>
1976
1977         * gdb.base/unload.c (main): Make local variable msg const.
1978
1979 2004-08-15  Michael Chastain  <mec.gnu@mindspring.com>
1980
1981         * gdb.mi/mi-cli.exp: Use gdb_get_line_number.  Remove reference
1982         to bug-gnu@prep.ai.mit.edu.
1983         * gdb.mi/mi-disassemble.exp: Likewise.
1984         * gdb.mi/mi-eval.exp: Likewise.
1985         * gdb.mi/mi-file.exp: Likewise.  Also, add comment about the
1986         default line number.
1987         * gdb.mi/mi-return.exp: Likewise.
1988         * gdb.mi/mi-simplerun.exp: Likewise.
1989         * gdb.mi/mi-stack.exp: Likewise.
1990         * gdb.mi/mi-stepi.exp: Likewise.  Also, replace wildcarded line
1991         number with explicit range test.
1992         * gdb.mi/mi-watch.exp: Likewise.
1993         * gdb.mi/mi2-break.exp: Likewise.
1994         * gdb.mi/mi2-cli.exp: Likewise.
1995         * gdb.mi/mi2-disassemble.exp: Likewise.
1996         * gdb.mi/mi2-eval.exp: Likewise.
1997         * gdb.mi/mi2-file.exp: Likewise.  Also, add comment about the
1998         default line number.
1999         * gdb.mi/mi2-return.exp: Likewise.
2000         * gdb.mi/mi2-simplerun.exp: Likewise.
2001         * gdb.mi/mi2-stack.exp: Likewise.
2002         * gdb.mi/mi2-stepi.exp: Likewise.  Also, replace wildcarded line
2003         number with explicit range test.
2004         * gdb.mi/mi2-watch.exp: Likewise.
2005
2006 2004-08-15  Michael Chastain  <mec.gnu@mindspring.com>
2007
2008         * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
2009         * gdb.cp/m-static.exp: Likewise.
2010         * gdb.cp/rtti.exp: Likewise.
2011
2012 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
2013
2014         * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
2015
2016 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
2017
2018         * ChangeLog: Prefix Local Variables with semi-colons and indent
2019         the reference to older ChangeLog files, to fix fontification in
2020         Emacs.
2021
2022 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
2023
2024         * gdb.mi/mi-break.exp: Use gdb_get_line_number.
2025         * gdb.mi/mi2-break.exp: Likewise.
2026
2027 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
2028
2029         * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
2030
2031 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
2032
2033         * gdb.cp/inherit.exp: Use cp_test_ptype_class.
2034
2035 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
2036
2037         * gdb.cp/classes.exp: Remove unused declarations.  Just let
2038         test names default instead of providing special names.  Remove
2039         extraneous demangler test.
2040
2041 2004-08-12  Jeff Johnston  <jjohnstn@redhat.com>
2042
2043         * gdb.base/unload.exp: New test for breakpoints in dynamically
2044         loaded libraries.
2045         * gdb.base/unload.c: Ditto.
2046         * gdb.base/unloadshr.c: Ditto.
2047
2048 2004-08-12  Michael Chastain  <mec.gnu@mindspring.com>
2049
2050         * gdb.cp/classes.exp (test_ptype_class_objects): Call
2051         cp_test_ptype_class.
2052         (test_enums): Likewise.
2053
2054 2004-08-10  Andrew Cagney  <cagney@gnu.org>
2055
2056         * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
2057         files.
2058
2059 2004-08-10  Andrew Cagney  <cagney@gnu.org>
2060
2061         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
2062         init_malloc call.
2063
2064 2004-08-10  Michael Chastain  <mec.gnu@mindspring.com>
2065
2066         * ChangeLog: Add copyright notice.  The notice is copied
2067         from emacs 21.3 top level ChangeLog.
2068
2069 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
2070
2071         * lib/cp-support.exp: New file.
2072         * lib/cp-support.exp (cp_test_type_class): New function.
2073         * gdb.cp/derivation.exp: Use cp_test_ptype_class.
2074         * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
2075         * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
2076         cp_test_ptype_class.
2077
2078 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
2079
2080         * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
2081         gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
2082         gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
2083         gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
2084         gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
2085         gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
2086         gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
2087         gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
2088         gdb.mi/mi2-watch.exp: Update copyright years.
2089
2090 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
2091
2092         * gdb.base/sigaltstack.exp: Provide proper anchoring.
2093
2094 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
2095
2096         * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
2097         gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
2098         gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
2099         gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
2100         gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
2101         gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
2102         gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
2103         gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
2104         gdb.mi/mi-watch.exp: Update copyright years.
2105
2106 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
2107
2108         PR gdb/1738
2109         * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
2110         from a breakpoint with a pending signal.
2111
2112 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
2113
2114         PR gdb/1736
2115         * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
2116         * gdb.base/sigaltstack.exp (finish_test): Consume output until
2117         the prompt.
2118         * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
2119
2120 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
2121
2122         * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
2123
2124 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
2125
2126         PR gdb/1736
2127         * gdb.base/sigaltstack.exp (finish_test): New procedure.  KFAIL
2128         for i?86-*-linux*.
2129
2130 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
2131
2132         * gdb.arch/i386-prologue.exp: Compile without debug information.
2133
2134 2004-08-08  Michael Chastain  <mec.gnu@mindspring.com>
2135
2136         * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
2137         rather than asking gdb to search.
2138
2139 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
2140
2141         * gdb.base/gcore.c: Include <string.h>.
2142
2143 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
2144
2145         * gdb.base/gcore.c: Add copyright notice.
2146
2147 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
2148
2149         * gdb.base/freebpcmd.c: Include <stdio.h>.
2150         * gdb.base/long_long.c: Include <string.h>.
2151         * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
2152         * gdb.base/siginfo.c: Include <string.h>.
2153         * gdb.base/sigstep.c: Include <string.h>.
2154
2155 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
2156
2157         * gdb.base/complex.c: Include <stdlib.h>.
2158
2159 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
2160
2161         * gdb.base/complex.c: Add copyright notice.
2162
2163 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
2164
2165         * gdb.base/charset.c: Include <stdlib.h>.
2166
2167 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
2168
2169         * gdb.base/auxv.c: Include <stdlib.h>.
2170
2171 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
2172
2173         * gdb.base/auxv.c: Add copyright notice.
2174
2175 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
2176
2177         * gdb.base/coremaker.c: Add copyright notice.
2178         * gdb.base/coremaker2.c: Add copyright notice.
2179
2180 2004-08-04  Andrew Cagney  <cagney@gnu.org>
2181
2182         * gdb.base/store.exp: Update copyright.
2183         (check_set, up_set, check_struct, up_struct): Add a prefix to test
2184         names, do not import gdb_prompt.
2185
2186 2004-08-01  Andrew Cagney  <cagney@gnu.org>
2187
2188         Fix PR testsuite/1729.
2189         * gdb.base/dump.exp: Add test name to callers of capture_value, do
2190         not use capture_value with value 4.
2191         (capture_value): Add optional test name parameter.
2192         (test_reload_saved_value, test_restore_saved_value): Use $msg as
2193         the prefix, pass to capture_value.
2194
2195 2004-08-01  Mark Kettenis  <kettenis@gnu.org>
2196
2197         * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
2198         * gdb.arch/i386-prologue.c (standard): New prototype and function.
2199         (main): Call new function.
2200
2201 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
2202
2203         * gdb.cp/namespace.exp: Accept more varieties of ptype output.
2204
2205 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
2206
2207         * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
2208
2209 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
2210
2211         * gdb.cp/inherit.exp: Accept more varieties of ptype output.
2212         Accept more values of vtbl pointer.  Remove some messages
2213         about "obsolete gcc or gdb".
2214
2215 2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>
2216
2217         * gdb.cp/classes.exp: Accept more varieties of ptype output.
2218
2219 2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>
2220
2221         * gdb.base/asm-source.exp: Properly convert target board
2222         debug flags from gcc format to binutils format.
2223
2224 2004-07-28  Mark Kettenis  <kettenis@gnu.org>
2225
2226         * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
2227         gdb1718".  PR backtrace/1718 partially fixed.
2228
2229 2004-07-27  Jeff Johnston  <jjohnstn@redhat.com>
2230
2231         * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
2232
2233 2004-07-26  Nick Clifton  <nickc@redhat.com>
2234
2235         * gdb.asm/asm-source.exp (debug-flags): New variable.  If a known
2236         good default value for a specific architecture is available then
2237         set it to that value.  Otherwise default to the -gstabs switch.
2238         Remove the -g... switches from the asm-flags variable.  Allow the
2239         target board info to override the value if it wants to.  Pass the
2240         switch on the assembler command line.
2241
2242 2004-07-23  Mark Kettenis  <kettenis@gnu.org>
2243
2244         * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
2245         * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
2246         (main): Call new function.
2247
2248 2004-07-22  Michael Chastain  <mec.gnu@mindspring.com>
2249
2250         Test for PR exp/1715.
2251         * gdb.base/radix.exp: Refactor common procedures.  Make all
2252         test names unique.  Change XFAIL to KFAIL.
2253
2254 2004-07-20  Michael Chastain  <mec.gnu@mindspring.com>
2255
2256         * gdb.ada/gnat_ada.gpr.in: Rename from here ...
2257         * gdb.ada/gnat_ada.gin: ... to here.
2258         * configure.in: Use gnat_ada.gin.
2259         * configure: Regenerate.
2260
2261 2004-07-20  Andrew Cagney  <cagney@gnu.org>
2262
2263         * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
2264         gdb_test and gdb_test_multiple.  Delete bash_bug.  Delete suspect
2265         XFAILs.  Clean up test messages and comments.  Check backtraces.
2266         Delete re-sync code.
2267
2268 2004-07-19  Michael Chastain  <mec.gnu@mindspring.com>
2269
2270         Fix PR cli/740.
2271         * gdb.base/annota1.exp: Honor gdb,nosignals.
2272         * gdb.base/annota3.exp: Likewise.
2273
2274 2004-07-19  Michael Chastain  <mec.gnu@mindspring.com>
2275
2276         * lib/java.exp: Update copyright notice.
2277
2278 2004-07-19  Andrew Cagney  <cagney@gnu.org>
2279
2280         * gdb.base/selftest.exp: Copy file from here ...
2281         * gdb.gdb/selftest.exp: ... to here.
2282
2283 2004-07-16  Andrew Cagney  <cagney@redhat.com>
2284
2285         * lib/insight-support.exp: Delete file.
2286         * lib/java.exp (java_init): Fix copyright.
2287
2288 2004-07-16  Andrew Cagney  <cagney@gnu.org>
2289
2290         * gdb.base/restore.c: Append "prologue" to comments marking the a
2291         function's prologue.
2292         * gdb.base/restore.exp: Update copyright, re-indent.
2293         (restore_tests): Use gdb_test_multiple.  Add "calleeN calls
2294         callerN" prefix where needed.  Update patterns that match a
2295         function's prologue.
2296
2297 2004-07-16  Michael Chastain  <mec.gnu@mindspring.com>
2298
2299         * gdb.base/restore.c: Add copyright notice.
2300
2301 2004-07-16  Andrew Cagney  <cagney@gnu.org>
2302
2303         * gdb.base/logical.exp: Update copyright.
2304         (evaluate): New procedure.  Use to re-implement tests using
2305         several tables.
2306
2307 2004-07-14  Martin Hunt  <hunt@redhat.com>
2308
2309         * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
2310         which fixes some problems where init.tcl was not found.
2311
2312 2004-07-13  Andrew Cagney  <cagney@gnu.org>
2313
2314         * gdb.base/sizeof.exp: Skip test when no inferior I/O.
2315         (check_sizeof, check_valueof): Do not include the output in the
2316         test name.  Use gdb_test.
2317         (get_valueof): Use gdb_test_multiple.
2318
2319         * gdb.base/step-test.exp: Update copyright.  Use
2320         gdb_test_multiple.  Ensure that test names do not include
2321         architecture dependent output.
2322
2323         * gdb.gdb/observer.exp: Update copyright.
2324         (setup_test): Use gdb_test_multiple.
2325         (attach_first_observer, attach_second_observer)
2326         (attach_third_observer, detach_first_observer)
2327         (detach_second_observer, detach_third_observer)
2328         (reset_counters, check_counters): Make $message a prefix.
2329         (test_normal_stop_notifications): Add "args" parameter - a list of
2330         init functions to be called.  Make $message a prefix,
2331         (test_observer_normal_stop): Change the message prefixes so that
2332         they are unique, pass the attach / detach procedures to
2333         test_normal_stop_notifications.
2334
2335         * gdb.base/signull.exp (test_segv): Prefix all tests with
2336         "${name}".  Clean up test messages.
2337
2338         * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
2339
2340         * gdb.base/ena-dis-br.exp: Update copyright.
2341         (break_at): New function.  Replace send_gdb with gdb_test,
2342         break_at, and gdb_test_multiple.  Replace XFAIL of "continue with
2343         ignore count, not stopped at bpt", with KFAIL.
2344
2345 2004-07-13  Corinna Vinschen  <vinschen@redhat.com>
2346
2347         * gdb.base/attach.exp: Remove cleanupfile handling.
2348
2349 2004-07-12  Andrew Cagney  <cagney@gnu.org>
2350
2351         * gdb.base/annota1.exp: Cleanup corefile test name.
2352         * gdb.base/annota3.exp: Ditto.
2353
2354 2004-07-12  Andrew Cagney  <cagney@gnu.org>
2355
2356         * gdb.base/signals.exp: Clean up copyright, re-indent.
2357
2358         * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
2359         gdb_test and gdb_test_multiple.
2360
2361 2004-07-08  Jeff Johnston  <jjohnstn@redhat.com>
2362
2363         * gdb.java/jmain.exp: Fix expected line number for main to
2364         break at.  Set XFAIL for break at main test since gcj does not 
2365         provide line number info for first statement in main.
2366
2367 2004-07-08  Andrew Cagney  <cagney@gnu.org>
2368
2369         * gdb.base/attach.exp: Cleanup copyright.  Re-indent.
2370
2371         * gdb.base/sigbpt.exp: Make the common part of each test name a
2372         prefix instead of suffix.
2373
2374 2004-07-07  Bob Rossi  <bob_rossi@cox.net>
2375
2376         * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
2377         test from test_tbreak_creation_and_listing to
2378         test_file_list_exec_source_file
2379         * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
2380         Changed name of test from test_tbreak_creation_and_listing to
2381         test_file_list_exec_source_file
2382
2383 2004-07-07  Jeff Johnston  <jjohnstn@redhat.com>
2384
2385         * gdb.java/jmisc.exp: Fix expected output of ptype to look for
2386         the jmisc() constructor instead of <init>.
2387         * gdb.java/jmisc1.exp: Ditto.
2388
2389 2004-07-07  Andrew Cagney  <cagney@gnu.org>
2390
2391         * gdb.base/sigbpt.exp (stepi_out): Check for a single step
2392         corrupting the PC.
2393
2394 2004-07-06  Michael Chastain  <mec.gnu@mindspring.com>
2395
2396         * gdb.cp/templates.exp: Accept whitespace change in demangler
2397         output.
2398
2399 2004-07-06  Andrew Cagney  <cagney@gnu.org>
2400
2401         * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
2402
2403 2004-07-02  Michael Chastain  <mec.gnu@mindspring.com>
2404
2405         * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
2406         * lib/compiler.cc: Likewise.
2407
2408 2004-06-30  Michael Chastain   <mec.gnu@mindspring.com>
2409
2410         * lib/compiler.cc: Work around string preprocessing problem
2411         with old hp c++ compiler.
2412         * lib/compiler.c: Likewise.
2413
2414 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
2415
2416         * gdb.arch/i386-prologue.c: Add copyright header.  Use preprocessor
2417         directives to conditionalize symbol prefixing.
2418         * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
2419         additional_flags handling.  Add underscore prefix for Cygwin.
2420         * gdb.arch/i386-unwind.c: Use preprocessor directives to
2421         conditionalize symbol prefixing.
2422         * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
2423         additional_flags handling.  Add underscore prefix for Cygwin.
2424
2425 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
2426
2427         * gdb.base/bigcore.exp: Skip test on Cygwin.
2428
2429 2004-06-28  Michael Chastain  <mec.gnu@mindspring.com>
2430
2431         * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
2432         formats for "info register".  Use gdb_test_multiple.  Fix
2433         the "invalid register" test.
2434
2435 2004-06-28  Corinna Vinschen  <vinschen@redhat.com>
2436
2437         * gdb.base/attach.exp: Fix copyright date.  Set testpid to Windows
2438         PID for Cygwin.  Add Cygwin specific strings to check for in some
2439         tests.
2440         (do_attach_tests): Add a test for user interaction when attaching
2441         to a process with no matching symbol table already loaded.
2442
2443 2004-06-26  Andrew Cagney  <cagney@gnu.org>
2444
2445         Test PR java/1567 and PR java/1565.
2446         * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
2447         * gdb.java/jmisc2.exp: Delete file.
2448
2449 2004-06-26  Michael Chastain  <mec.gnu@mindspring.com>
2450
2451         * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
2452
2453 2004-06-25  Corinna Vinschen  <vinschen@redhat.com>
2454
2455         * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
2456         attach process.
2457
2458 2004-06-23  Michael Chastain  <mec.gnu@mindspring.com>
2459
2460         * gdb.cp/pr-1553.exp: Remove.
2461
2462 2004-06-22  Michael Chastain  <mec.gnu@mindspring.com>
2463
2464         * gdb.cp/pr-1553.cc: Remove.
2465         * gdb.cp/pr-1553.exp: Disable this test.
2466
2467 2004-06-20  Jim Blandy  <jimb@redhat.com>
2468
2469         Fix PR testsuite/1680.
2470         * gdb.arch/i386-sse.exp: Properly quote curly braces in
2471         regular expressions.
2472
2473 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
2474
2475         Fix PR testsuite/1679.
2476         * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
2477         Issue an UNSUPPORTED result instead.
2478
2479 2004-06-18  Jim Blandy  <jimb@redhat.com>
2480
2481         * gdb.base/charset.exp: Only send a control-C if we see a new
2482         prompt and incomplete command.
2483
2484 2004-06-18  Michael Chastain  <mec.gnu@mindspring.com>
2485
2486         * gdb.cp/pr-574.cc: Add copyright notice.
2487
2488 2004-06-17  Jim Blandy  <jimb@redhat.com>
2489
2490         * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
2491         cases where the regexp has no groups; this grabs random text from
2492         the previous test suite, whatever that was.
2493
2494 2004-06-17  Michael Chastain  <mec.gnu@mindspring.com>
2495
2496         * gdb.cp/printmethod.cc: Add copyright notice.
2497
2498 2004-06-16  Michael Chastain  <mec.gnu@mindspring.com>
2499
2500         * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
2501
2502 2004-06-16  Andrew Cagney  <cagney@gnu.org>
2503
2504         * gdb.base/signull.c: Update copyright.  Include <string.h>.
2505         (bowler): Replace data_pointer with data_read
2506         and data_write cases.  Add code_descriptor case.
2507         (zero, desc): New array and pointer.
2508         (data, code): Change to simple pointers.
2509         * gdb.base/signull.exp: Fix probe pattern matching a function
2510         descriptor SIGSEGV.  Replace data_pointer with data_read and
2511         data_write tests.
2512
2513 2004-06-16  Andrew Cagney  <cagney@gnu.org>
2514
2515         * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
2516
2517 2004-06-15  Michael Chastain  <mec.gnu@mindspring.com>
2518
2519         * gdb.base/long_long.c: Add copyright notice.
2520
2521 2004-06-15  Michael Chastain  <mec.gnu@mindspring.com>
2522
2523         * gdb.base/long_long.exp: Remove reference to
2524         bug-gdb@prep.ai.mit.edu.  Change line-number-specific breakpoint
2525         to gdb_breakpoint and gdb_continue_to_breakpoint.
2526
2527 2004-06-14  Jim Blandy  <jimb@redhat.com>
2528
2529         * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
2530         endian case.
2531
2532 2004-06-14  Andrew Cagney  <cagney@gnu.org>
2533
2534         * gdb.base/gcore.exp (capture_command_output): Delete the always
2535         passing tests containing inferior values.
2536         * gdb.base/ending-run.exp: Do not include the breakpoint address
2537         in the test message.  Update copyright.
2538         * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
2539         size in the test name, use gdb_test_multiple.  Update copyright.
2540
2541 2004-06-14  Michael Chastain  <mec.gnu@mindspring.com>
2542
2543         * gdb.cp/ref-types.cc: Add copyright notice.
2544
2545 2004-06-14  Michael Chastain  <mec.gnu@mindspring.com>
2546
2547         * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
2548         hp_aCC_compiler.
2549         * lib/compiler.cc: Likewise.
2550         * lib/gdb.exp (get_compiler_info): Eval lines only if they are
2551         'set' commands.  Log diagnostics for other lines.  Set
2552         gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
2553
2554 2004-06-13  Michael Chastain  <mec.gnu@mindspring.com>
2555
2556         * gdb.cp/try_catch.cc: Add copyright notice.
2557
2558 2004-06-12  Michael Chastain  <mec.gnu@mindspring.com>
2559
2560         * gdb.cp/userdef.cc: Add copyright notice.
2561
2562 2004-06-11  Michael Chastain  <mec.gnu@mindspring.com>
2563
2564         * gdb.cp/virtfunc.cc: Add copyright notice.
2565
2566 2004-06-11  Randolph Chung  <tausq@debian.org>
2567
2568         * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
2569         problem.
2570
2571 2004-06-10  Andrew Cagney  <cagney@gnu.org>
2572
2573         * lib/compiler.cc, lib/compiler.c: Append either
2574         __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
2575         * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
2576         instead of gcc-3-3.
2577
2578 2004-06-09  Andrew Cagney  <cagney@gnu.org>
2579
2580         * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
2581         gdb/1455, bug is specific to "long long" and "double".
2582         
2583         * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
2584         (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
2585         x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*.  PR tdep/1447
2586         fixed.
2587
2588 2004-06-09  Andrew Cagney  <cagney@gnu.org>
2589
2590         * gdb.base/structs.exp (test_struct_returns): Replace
2591         "return_value_unknown" and "finish_value_unknown" by
2592         "return_value_known" and "finish_value_known".  Instead of
2593         "return_value_unknown" iff "finish_value_unknown", check
2594         "return_value_known" implies "finish_value_known".
2595
2596 2004-06-08  Martin Hunt  <hunt@redhat.com>
2597
2598         * gdb.base/float.exp: Add pattern for mips targets.
2599
2600 2004-06-08  Randolph Chung  <tausq@debian.org>
2601
2602         * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
2603         message for unknown architectures more clear.
2604
2605 2004-06-08  Joel Brobecker  <brobecker@gnat.com>
2606
2607         * gdb.ada/null_record.exp: Use "start" instead of "begin" to
2608         start the execution of the program.
2609
2610 2004-06-07  Jim Blandy  <jimb@redhat.com>
2611
2612         * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
2613         * gdb.arch/i386-cpuid.h: New helper file.
2614
2615 2004-06-07  Randolph Chung  <tausq@debian.org>
2616
2617         * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
2618         has started.
2619
2620 2004-06-04  Roland McGrath  <roland@redhat.com>
2621
2622         Fix PR gdb/1647.
2623         * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
2624         differently to be robust to output buffering differences.
2625
2626 2004-06-04  Michael Chastain  <mec.gnu@mindspring.com>
2627
2628         * gdb.threads/pthreads.exp: Update copyright years.
2629         (check_control_c): Change asynchronous 'after' to synchronous.
2630
2631 2004-06-04  Roland McGrath  <roland@redhat.com>
2632
2633         * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
2634         next gdb prompt.
2635
2636 2004-06-02  Michael Chastain  <mec.gnu@mindspring.com>
2637
2638         Fix PR gdb/1636.
2639         * gdb.threads/manythreads.exp: Change asynchronous 'after'
2640         calls to synchronous.
2641
2642 2004-05-26  Jim Blandy  <jimb@redhat.com>
2643
2644         * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
2645
2646 2004-05-24  Randolph Chung  <tausq@debian.org>
2647
2648         * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
2649         * gdb.asm/pa.inc: New file.
2650
2651 2004-05-22  Mark Kettenis  <kettenis@gnu.org>
2652
2653         * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
2654
2655 2004-05-21  Joel Brobecker  <brobecker@gnat.com>
2656             Daniel Jacobowitz  <drow@mvista.com>
2657
2658         * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
2659         GDB prompt.
2660
2661 2004-05-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2662
2663         * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
2664         setjmp/longjmp.  Use sigaction instead of signal.
2665
2666 2004-05-19  J. Brobecker  <brobecker@gnat.com>
2667             Michael Snyder  <msnyder@redhat.com>
2668
2669         * gdb.threads/pthread_cond_wait.c: New file.
2670         * gdb.threads/pthread_cond_wait.exp: New testcase.
2671
2672 2004-05-13  Andrew Cagney  <cagney@redhat.com>
2673
2674         * gdb.base/signull.exp, gdb.base/signull.c: New files.
2675         * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
2676
2677 2004-05-11  Andrew Cagney  <cagney@redhat.com>
2678
2679         * gdb.base/sigstep.exp (advancei): Update KFAILs.  gdb/1613 is
2680         fixed but revealed gdb/1639.
2681
2682 2004-05-10  Andrew Cagney  <cagney@redhat.com>
2683
2684         * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
2685         func1" and "next to 2nd alarm", kernel bug avoided.
2686
2687 2004-05-10  Daniel Jacobowitz  <dan@debian.org>
2688
2689         PR external/1568
2690         * gdb.base/bigcore.exp: Check the size of the dumped core file.
2691         XFAIL if it is smaller than bytes_allocated.
2692         * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
2693         (main): Make chunks_allocated unsigned.  Correct comment.
2694
2695 2004-05-07  Joel Brobecker  <brobecker@gnat.com>
2696
2697         * gdb.arch/powerpc-aix-prologue.c: New file.
2698         * gdb.arch/powerpc-aix-prologue.exp: New file.
2699
2700 2004-05-07  Jim Blandy  <jimb@redhat.com>
2701
2702         * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
2703         gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
2704
2705 2004-05-06  Joel Brobecker  <brobecker@gnat.com>
2706
2707         * gdb.base/sep.exp: No longer setup_kfail when the program was
2708         built with dwarf2.
2709
2710 2004-05-05  Jim Ingham  <jingham@apple.com>
2711
2712         * gdb.base/pending.exp: Make sure pending breakpoints
2713         preserve the ignore count.
2714
2715 2004-04-27  Jerome Guitton  <guitton@gnat.com>
2716
2717         * i386-prologue.exp: Add testcase for jump instruction as first
2718         instruction of the real code.
2719         * i386-prologue.c (jump_at_beginning): New function.
2720
2721 2004-04-28  Mark Kettenis  <kettenis@gnu.org>
2722
2723         * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
2724         x86_64-*-*.
2725
2726 2004-04-28  Mark Kettenis  <kettenis@gnu.org>
2727
2728         * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
2729         i*86-*-*.
2730
2731 2004-04-25  Mark Kettenis  <kettenis@gnu.org>
2732
2733         * gdb.base/call-sc.exp (start_scalars_test): Fix regular
2734         expression that checks the return type.
2735
2736 2004-04-23  Andrew Cagney  <cagney@redhat.com>
2737
2738         * gdb.base/call-sc.exp: New test of scalar call/return values.
2739         * gdb.base/call-sc.c: Ditto.
2740
2741 2004-04-23  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2742
2743         * gdb.threads/manythreads.c: Reduce thread stack size.
2744
2745 2004-04-23  Jeff Johnston  <jjohnstn@redhat.com>
2746
2747         * gdb.threads/manythreads.c: Add copyright notice.
2748
2749 2004-04-23  Andrew Cagney  <cagney@redhat.com>
2750
2751         * gdb.base/siginfo.exp: Better handle step out of signal.
2752         * gdb.base/sigstep.exp: Ditto.
2753
2754 2004-04-22  Jeff Johnston  <jjohnstn@redhat.com>
2755             Daniel Jacobowitz  <drow@mvista.com>
2756
2757         * gdb.threads/manythreads.c: New testcase.
2758         * gdb.threads/manythreads.exp: Ditto.
2759
2760 2004-04-22  Jim Blandy  <jimb@redhat.com>
2761
2762         * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
2763         gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
2764
2765 2004-04-21  Michael Chastain  <mec.gnu@mindspring.com>
2766
2767         * gdb.stabs/weird.exp: Accept full pathname for $binfile.
2768
2769 2004-04-21  Andrew Cagney  <cagney@redhat.com>
2770
2771         * gdb.base/sigstep.c: New file.
2772         * gdb.base/sigstep.exp: New file.
2773
2774 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
2775
2776         * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
2777         call to observer_notify_normal_stop.
2778
2779 2004-04-15  Andrew Cagney  <cagney@redhat.com>
2780
2781         * gdb.base/siginfo.c: New file.
2782         * gdb.base/siginfo.exp: New file.
2783
2784 2004-04-12  J. Brobecker  <brobecker@gnat.com>
2785
2786         * gdb.base/sep.exp: Fix typo in comment.
2787
2788 2004-04-12  J. Brobecker  <brobecker@gnat.com>
2789
2790         * gdb.base/sep.c: New file.
2791         * gdb.base/sep-proc.c: New file.
2792         * gdb.base/sep.exp: New testcase.
2793
2794 2004-04-09  Mark Kettenis  <kettenis@gnu.org>
2795
2796         * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
2797         support.
2798
2799 2004-04-05  Andrew Cagney  <cagney@redhat.com>
2800
2801         * gdb.base/sigaltstack.c: New file.
2802         * gdb.base/sigaltstack.exp: New file.
2803
2804 2004-04-04  Joel Brobecker  <brobecker@gnat.com>
2805
2806         * gdb.base/foll-fork.exp: Update the expected output for
2807         "help set follow-fork-mode", to match a change that was made
2808         to the help of this variable on 2004-01-13.
2809
2810 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
2811
2812         * lib/ada.exp: Add copyright notice.
2813         * bar.ads: Likewise.
2814         * bar.adb: Likewise.
2815         * null_record.adb: Likewise.
2816         * null_record.exp: Likewise.
2817         * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
2818
2819 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
2820
2821         * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
2822         * configure: Regenerate.
2823
2824 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
2825
2826         * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
2827         to build the application. Remove the message printed when in
2828         verbose mode, redundant with the UNSUPPORTED message above.
2829
2830 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
2831
2832         * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
2833         * gdb.ada (null_record.exp): New testcase.
2834
2835 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
2836
2837         * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
2838
2839 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
2840
2841         * gdb.ada: New subdirectory.
2842         * gdb.ada/Makefile.in: New file.
2843         * gdb.ada/gnat_ada.gpr.in: New file.
2844
2845 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
2846
2847         * lib/ada.exp: New file.
2848
2849 2004-03-24  Daniel Jacobowitz  <drow@mvista.com>
2850
2851         * gdb.base/gdb1250.exp: Use runto {allow-pending}.
2852         * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
2853
2854 2004-03-22  Andrew Cagney  <cagney@redhat.com>
2855
2856         * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
2857         hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
2858         Problem identified by Ulrich Weigand.
2859
2860 2004-03-17  David Carlton  <carlton@kealia.com>
2861
2862         * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
2863         PR c++/826.
2864
2865 2004-03-16  Roland McGrath  <roland@redhat.com>
2866
2867         * gdb.base/auxv.exp: New file.
2868         * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
2869
2870 2004-03-12  David Carlton  <carlton@kealia.com>
2871
2872         * gdb.cp/pr-1553.exp: New.  Tests for PR c++/1553.
2873         * gdb.cp/pr-1553.cc: Ditto.
2874         * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
2875         pass branch.
2876
2877 2004-03-12  Michael Chastain  <mec.gnu@mindspring.com>
2878
2879         * gdb.cp/templates.exp: Accept more template types.
2880
2881 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
2882
2883         From Corinna Vinschen with modifications.
2884         * gdb.cp/classes.cc (enums1): Add a line to extend scope of
2885         local variable obj_with_enum.
2886         * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
2887         results with obj_with_enum.
2888
2889 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
2890
2891         * gdb.cp/classes.cc: New file, copied from misc.cc.
2892         * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
2893
2894 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
2895
2896         * gdb.cp/misc.cc: Add copyright notice.
2897
2898 2004-03-05  David Carlton  <carlton@kealia.com>
2899
2900         * gdb.cp/rtti.exp: Add 'print *obj3' test.
2901         * gdb.cp/rtti.h: Update copyright.
2902         (namespace n2::n3): New.
2903         * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
2904         (n2::n3::func3): New.
2905         (main): Call n2::n3::func3.
2906         * gdb.cp/rtti2.cc: Update copyright.
2907         (n2::create3): New.
2908
2909 2004-03-04  Mark Kettenis  <kettenis@gnu.org>
2910
2911         * gdb.asm/openbsd.inc: Fix typo.
2912
2913 2004-03-03  Fred Fish  <fnf@redhat.com>
2914
2915         * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
2916         "val" instead of unused "size".  Update copyright year.
2917
2918 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
2919
2920         * gdb.cp/ctti.exp: Handle unsigned char type.  Expect templates
2921         to use unsigned char.
2922         * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
2923         gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
2924
2925 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
2926
2927         * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
2928         line of output.
2929
2930 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
2931
2932         * gdb.base/relocate.c (dummy): Initialize.
2933
2934 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
2935
2936         * gdb.base/chng-syms.exp: Anchor exit pattern.  Allow
2937         a breakpoint at exit.
2938
2939 2004-02-27  Fred Fish  <fnf@redhat.com>
2940
2941         * gdb.base/chng-syms.exp: Add expect condition to match failing
2942         case that isn't a timeout.
2943
2944 2004-02-27  Andrew Cagney  <cagney@redhat.com>
2945
2946         * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
2947         support.
2948
2949 2004-02-26  Fred Fish  <fnf@redhat.com>
2950
2951         * gdb.arch/gdb1431.c: Remove.
2952         * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
2953         * gdb.arch/gdb1431.exp: Use "advance" correctly instead
2954         of "until" incorrectly.
2955
2956 2004-02-26  J. Brobecker  <brobecker@gnat.com>
2957
2958         * gdb.cp/class2.cc (empty): New class.
2959         (refer): New function.
2960         (main): Declare an object of type empty and use it.
2961         * gdb.cp/class2.exp: Print the value of an object of type empty.
2962
2963 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
2964
2965         * gdb.base/langs.exp: Update query string to match the
2966         new nquery format used for pending breakpoints.
2967
2968 2004-02-26  Andrew Cagney  <cagney@redhat.com>
2969
2970         Fix PR i18n/1570.
2971         * gdb.base/charset.c: Update copyright notice.
2972         (main, init_string): Remove the escape character '\e' tests.
2973         * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
2974         * gdb.base/charset.exp (valid_host_charset): Ditto.
2975         * gdb.base/setvar.exp: Ditto.
2976
2977 2004-02-24  Andrew Cagney  <cagney@redhat.com>
2978
2979         * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
2980         mmapped data in core file" PASS and FAIL messages consistent.
2981
2982         * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
2983         setting a breakpoint.  Work around PR java/1565.
2984
2985 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
2986
2987         * lib/gdb.exp (gdb_breakpoint): Update query string to match
2988         new nquery format.
2989         * gdb.base/pending.exp: Ditto.
2990
2991 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
2992
2993         * configure.in: Run stabs tests on *BSD.
2994         * configure: Regenerated.
2995
2996 2004-02-21  Mark Kettenis  <kettenis@gnu.org>
2997
2998         * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
2999
3000 2004-02-20  Fred Fish  <fnf@redhat.com>
3001
3002         * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
3003         blank in test for "returns short", for consistency with other
3004         "returns xxx" tests.  Update copyright year.
3005
3006 2004-02-19  Fred Fish  <fnf@redhat.com>
3007
3008         New testcase for PR breakpoint/1558.
3009         * gdb.arch/gdb1558.exp: New file.
3010         * gdb.arch/gdb1558.c: New file.
3011
3012 2004-02-19  Elena Zannoni  <ezannoni@redhat.com>
3013
3014         * gdb.base/nodebug.exp: Fix typo.
3015
3016 2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3017
3018         Committed by Jim Blandy  <jimb@redhat.com>.
3019
3020         * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
3021
3022         * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
3023
3024         * gdb.base/float.exp: Support s390*-*-* targets.
3025
3026 2004-02-17  Adam Fedor  <fedor@gnu.org>
3027
3028         * gdb.base/gdb1555.exp: New file.
3029         * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
3030
3031 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
3032
3033         * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
3034
3035 2004-02-16  Fred Fish  <fnf@redhat.com>
3036
3037         * gdb.arch/gdb1291.c: Remove
3038         * gdb.arch/gdb1291.s: New test input file.
3039         * gdb.arch/gdb1291.exp: Expand test to check case that should not
3040         fail.  Test for correct result, known incorrect result, other
3041         failures and timeouts.
3042
3043 2004-02-16  Andrew Cagney  <cagney@redhat.com>
3044
3045         * gdb.base/bigcore.exp: New file.
3046         * gdb.base/bigcore.c: New file.
3047
3048 2004-02-13  Andrew Cagney  <cagney@redhat.com>
3049
3050         * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
3051         * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
3052         * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
3053         * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
3054         * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
3055         * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
3056         * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
3057         * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
3058         * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
3059         * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
3060
3061 2004-02-11  Jeff Johnston  <jjohnstn@redhat.com>
3062
3063         * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
3064         executed is an alloc instruction.
3065
3066 2004-02-11  David Carlton  <carlton@kealia.com>
3067
3068         * gdb.cp/breakpoint.exp: New.
3069         * gdb.cp/breakpoint.cc: New.
3070
3071 2004-02-11  Michael Chastain  <mec.gnu@mindspring.com>
3072
3073         Partial fix for PR gdb/1543.
3074         * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
3075         gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
3076         gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
3077         gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
3078         gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
3079         gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
3080         gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
3081         gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
3082         gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
3083         to bug-gdb@prep.ai.mit.edu .
3084         * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
3085         gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
3086         gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
3087         Likewise.
3088
3089 2004-02-10  Andrew Cagney  <cagney@redhat.com>
3090
3091         * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
3092         using gdb_internal_error_resync.
3093
3094 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
3095
3096         * gdb.threads/thread-specific.exp: Stop early if no threads are
3097         found.
3098
3099 2004-02-09  Michael Chastain  <mec.gnu@mindspring.com>
3100
3101         * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
3102
3103 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
3104
3105         * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
3106         breakpoints.
3107
3108 2004-02-07  Daniel Jacobowitz  <drow@mvista.com>
3109
3110         * config/sim.exp (gdb_load): Handle $arg == "".
3111         * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
3112         * gdb.objc/basicclass.exp: Use gdb_run_cmd.
3113
3114 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
3115
3116         * gdb.base/maint.exp: Update test to reflect
3117          obstack changes.
3118
3119 2004-02-04  Jeff Johnston  <jjohnstn@redhat.com>
3120
3121         * gdb.base/pendshr.c (pendfunc): New function that calls
3122         pendfunc1.
3123         * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
3124
3125 2004-02-04  Fred Fish  <fnf@redhat.com>
3126
3127         * gdb.arch/gdb1431.c: Add underbar prefixed version of global
3128         function symbols and update copyright years.
3129         * gdb.arch/gdb1291.c: Ditto.
3130
3131 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
3132
3133         * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
3134
3135 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
3136
3137         * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
3138
3139 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
3140
3141         * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
3142
3143 2004-02-02  Fred Fish  <fnf@redhat.com>
3144
3145         * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
3146         remote targets.  Update copyright years.
3147
3148 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
3149
3150         * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
3151         support.
3152         * gdb.base/langs.exp: Fix test which attempts to create
3153         breakpoint on non-existent function to handle new pending
3154         support.
3155         * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
3156         a breakpoint.
3157         * gdb.base/pending.exp: New test.
3158         * gdb.base/pending.c: New file.
3159         * gdb.base/pendshr.c: Ditto.
3160
3161 2004-02-02  David Carlton  <carlton@kealia.com>
3162
3163         * gdb.cp/overload.exp: Add overloadNamespace tests.
3164         * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
3165         (overloadNamespace, XXX): New.
3166         (main): Call XXX::marker2.
3167
3168 2004-02-01  Fred Fish  <fnf@redhat.com>
3169
3170         * gdb.base/dump.exp: Use runto_main instead of "runto main".
3171         * gdb.base/finish.exp: Ditto.
3172         * gdb.base/gcore.exp: Ditto.
3173         * gdb.base/huge.exp: Ditto.
3174         * gdb.base/info-proc.exp: Ditto.
3175         * gdb.base/return2.exp: Ditto.
3176         * gdb.threads/gcore-thread.exp: Ditto.
3177
3178 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
3179
3180         * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
3181
3182 2004-02-01  Mark Kettenis  <kettenis@gnu.org>
3183
3184         * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
3185         that opening the file succeeds on OpenBSD.
3186
3187 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
3188
3189         * gdb.threads/thread-specific.c: New file.
3190         * gdb.threads/threads-specific.exp: New test script.
3191         * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
3192         to expect_out.
3193
3194 2004-02-01  Mark Kettenis  <kettenis@gnu.org>
3195
3196         * gdb.base/call-ar-st.exp: Call get_debug_format.  Remove xfail on
3197         sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
3198         only on the "print_small_structs from print_long_arg_list" test.
3199
3200 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
3201
3202         * gdb.base/completion.exp: Kill a stray backslash.
3203
3204         From Jim Ingham <jingham@apple.com>:
3205         * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
3206         agrees with the result from sending a tab.
3207
3208 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
3209
3210         * gdb.base/chng-syms.exp: Remove stray newline.
3211
3212 2004-01-31  Mark Kettenis  <kettenis@gnu.org>
3213
3214         * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
3215         *-*-openbsd*.
3216         * gdb.asm/openbsd.inc: New file.
3217
3218 2004-01-30  Mark Kettenis  <kettenis@gnu.org>
3219
3220         * gdb.asm/asm-source.exp: Strip -Wl, from link-flags.  Don't
3221         append -static to link-flags for *-*-freebsd*, *-*netbsd* and
3222         *-*solaris2*.  Remove commented out default settings for
3223         asm-flags.  Replace gdb_compile with target_link.
3224
3225 2004-01-29  Michael Chastain  <mec.gnu@mindspring.com>
3226
3227         * gdb.cp/inherit.exp: Rewrite.  Use gdb_test_multiple and gdb
3228         for all tests.  Remove old hp-ux and cygnus xfail cases.
3229
3230 2004-01-29  Paul N. Hilfinger  <Hilfinger@gnat.com>
3231
3232         * gdb.base/chng-syms.exp: New file.
3233         * gdb.base/chng-syms.c: New file.
3234
3235 2004-01-24  Michael Chastain  <mec.gnu@mindspring.com>
3236
3237         * gdb.cp/local.exp: Rewrite "ptype Local".  Add "ptype l".
3238         Provide arms for current output in all my configurations.
3239
3240 2004-01-24  Michael Chastain  <mec.gnu@mindspring.com>
3241
3242         * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
3243         * lib/compiler.cc: Likewise.
3244         * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
3245         get the right preprocessor.  Eval the output directly.  Remove
3246         special tests for hp_cc_compiler and hp_aCC_compiler.  Remove
3247         hp_f77_compiler and hp_f90_compiler completely.
3248         (gdb_preprocess): Delete.
3249         (get_compiler): Delete.
3250
3251 2004-01-24  Mark Kettenis  <kettenis@gnu.org>
3252
3253         * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
3254         <string.h>.
3255
3256 2004-01-24  Nick Roberts  <nick@nick.uklinux.net>
3257
3258         * gdb.mi/mi-stack.exp: Update copyright.
3259
3260 2004-01-23  David Carlton  <carlton@kealia.com>
3261
3262         * gdb.cp/rtti.exp: Don't include full path in ${srcfile}.  Add
3263         test for cp_lookup_transparent_type.
3264         * gdb.cp/rtti1.cc: Update copyright.  Add n2::func and refer_to;
3265         call them.
3266
3267 2004-01-23  Daniel Jacobowitz  <drow@mvista.com>
3268
3269         * gdb.mi/mi-var-child.exp: Update copyright year.  Move new test
3270         after -var-update.
3271
3272 2004-01-23  David Carlton  <carlton@kealia.com>
3273
3274         * gdb.cp/namespace.cc (C::ensureRefs): New.
3275         * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
3276
3277 2004-01-20  Nick Roberts  <nick@nick.uklinux.net>
3278
3279         * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
3280         case "-stack-list-locals 2".
3281         * gdb.mi/mi-var-child.exp: Test for case
3282         "-var-list-children --all-values NAME".
3283
3284 2004-01-18  Michael Chastain  <mec.gnu@mindspring.com>
3285
3286         * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
3287
3288 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
3289
3290         * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
3291         used with gdb_test_multiple.
3292
3293         * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
3294         read at address 0.  This fixes PR testsuite/1504.
3295
3296 2004-01-18  Daniel Jacobowitz  <drow@mvista.com>
3297
3298         * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
3299         Remove downloading, guessing the host executable, the calls to
3300         gdb_file_cmd and gdb_target_cmd, and "load" support.
3301         (infer_host_exec): New function broken out from gdb_load.
3302         (gdb_load): New wrapper for gdbserver_gdb_load.
3303         * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
3304         gdb_target_cmd.  Use -target-select.
3305         (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
3306         Download binaries to the host.  Clear last_mi_remote_file when
3307         we load a new binary.
3308         (mi_gdb_load): Call mi_gdb_file_cmd.  If gdbserver.exp is loaded,
3309         call gdbserver_gdb_load and mi_gdb_target_cmd.
3310
3311 2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>
3312
3313         * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
3314         type patterns.
3315
3316 2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>
3317
3318         * gdb.cp/templates.exp: Fix typo in test name of
3319         "print Foo<volatile char*>::foo".
3320
3321 2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
3322
3323         * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
3324
3325 2004-01-16  Ben Elliston  <bje@wasabisystems.com>
3326
3327         * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
3328         (clean mostlyclean): Remove empty rm.
3329
3330 2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
3331
3332         * gdb.base/setvar.exp: Add copyright years.
3333
3334 2004-01-14  David Carlton  <carlton@bactrian.org>
3335
3336         * gdb.cp/rtti.exp: Update copyright.  KFAIL test with repect to
3337         PR c++/1511 and update coment.
3338         * gdb.cp/templates.exp: Update patterns to match current output.
3339         If changes involve something other than whitespace, KFAIL
3340         w.r.t. PR c++/1512 or PR c++/931 as appropriate.
3341
3342 2004-01-14  David Carlton  <carlton@kealia.com>
3343
3344         * gdb.cp/namespace.exp: Add tests involving classes defined within
3345         namespaces.
3346         * gdb.cp/namespace.cc (C::CClass): New.
3347         * gdb.cp/namespace1.cc (C::OtherFileClass): New.
3348
3349 2004-01-14  Elena Zannoni  <ezannoni@redhat.com>
3350
3351         * gdb.base/sepdebug.exp: Bail out of the test if we don't know
3352         what debug info we have. Print a better message if something goes
3353         wrong while producing the separate debug info file.
3354
3355 2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>
3356
3357         * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
3358
3359 2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>
3360
3361         * gdb.base/callfuncs.c: Add copyright notice.
3362
3363 2004-01-13  Michael Chastain  <mec.gnu@mindspring.com>
3364
3365         * gdb.cp/derivation.exp: Add XFAIL for bug with protected
3366         inheritance.  PR gdb/1498, PR gcc/13539.
3367
3368 2004-01-13  Elena Zannoni  <ezannoni@redhat.com>
3369
3370          * gdb.threads/gcore-thread.exp: Prefix name of binary with
3371          test specific name.
3372          * gdb.mi/gdb669.exp: Ditto.
3373          * gdb.mi/mi-pthreads.exp: Ditto.
3374          * gdb.mi/mi1-pthreads.exp: Ditto.
3375          * gdb.mi/mi2-pthreads.exp: Ditto.
3376
3377 2004-01-12  Michael Chastain  <mec.gnu@mindspring.com>
3378
3379         * gdb.cp/member-ptr.cc: Add copyright notice.
3380
3381 2004-01-12  Michael Chastain  <mec.gnu@mindspring.com>
3382
3383         * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple.  Add
3384         some patterns for recent versions of gcc and hpacc.  Delete
3385         calls to setup_xfail for hppa*-*-*.  Delete redundant tests.
3386         Delete tests that access a NULL pointer-to-member-data.  This
3387         script is still disabled for gcc.
3388
3389 2004-01-12  Elena Zannoni  <ezannoni@redhat.com>
3390
3391         * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
3392         escaped correctly.
3393
3394 2004-01-12  Elena Zannoni  <ezannoni@redhat.com>
3395
3396         * gdb.base/sepdebug.exp: New file.
3397         * gdb.base/sepdebug.c: New file.
3398         * lib/gdb.exp (separate_debug_filename): New procedure.
3399         (gdb_gnu_strip_debug): New procedure.
3400
3401 2004-01-12  Andrew Cagney  <cagney@redhat.com>
3402
3403         * gdb.mi/ChangeLog: Delete file.  Renamed to ...
3404         * gdb.mi/ChangeLog-1999-2003: New file.
3405
3406 2004-01-12  Andrew Cagney  <cagney@redhat.com>
3407
3408         * gdb.base/fileio.exp: Update copyright year.  On GNU/Linux, for
3409         "Renaming a directory to a non-empty directory returns ENOTEMPTY
3410         or EEXIST", treat EBUSY as an XFAIL.
3411
3412 2004-01-11  Michael Chastain  <mec.gnu@mindspring.com>
3413
3414         * gdb.base/scope.exp: Remove obsolete setup_xfail for
3415         hp_cc_compiler.
3416
3417 2004-01-10  Michael Chastain  <mec.gnu@mindspring.com>
3418
3419         * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
3420         decorations.
3421
3422 2004-01-10  Michael Chastain  <mec.gnu@mindspring.com>
3423
3424         * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
3425         and "(aCC)" decorations.  Remove obsolete doco about old
3426         test results.
3427
3428 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
3429
3430         * gdb.cp/exception.exp: Fix typo in doco.
3431
3432 2004-01-09  Mark Kettenis  <kettenis@gnu.org>
3433
3434         * gdb.base/gdb1476.exp: Fix typo.
3435
3436 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
3437
3438         * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
3439         file.
3440
3441 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
3442
3443         * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
3444         * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
3445         Use gdb_compile.  Remove restriction on gcc.  Add some patterns
3446         for recent version of gdb.  Delete second half, which was a copy
3447         of the first half with different build flags.  This test is
3448         still disabled because it is still not ready for production.
3449
3450 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
3451
3452         * gdb.cp/exception.cc: Add copyright notice.
3453         * gdb.cp/exception.exp: Add a notice that this file is broken
3454         because of line number changes caused by addition of copyright
3455         notice.
3456
3457 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
3458
3459         * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
3460         * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
3461
3462 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
3463
3464         * gdb.cp/classes.exp: Accept gnu abi 2.
3465         * gdb.cp/derivation.exp: Likewise.
3466         * gdb.cp/overload.exp: Likewise.
3467         * gdb.cp/virtfunc.exp: Likewise.
3468
3469 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
3470
3471         * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
3472         semicolon after end of function.
3473
3474 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
3475
3476         * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
3477         * gdb.cp/bs15503.exp: Remove hp-only restriction.  Use modern
3478         boilerplate code for compiling and running the program under
3479         test.  Add some string method tests.
3480
3481 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
3482
3483         * gdb.cp/bs15503.cc: Add copyright notice.
3484         * gdb.cp/bs15503.exp: Adjust line number.
3485
3486 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
3487
3488         * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
3489         * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
3490
3491 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
3492
3493         * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
3494         hp_cc_compiler.
3495
3496 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
3497
3498         * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
3499         * gdb.cp/ctti.exp: Use the marker instead of "next".
3500         With gcc, run further before bailing.
3501
3502 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
3503
3504         * gdb.cp/cttiadd.cc: Add copyright notice.
3505         * gdb.cp/cttiadd1.cc: Likewise.
3506         * gdb.cp/cttiadd2.cc: Likewise.
3507         * gdb.cp/cttiadd3.cc: Likewise.
3508
3509 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
3510
3511         * gdb.cp/ctti.exp: Partial rewrite.  Call gdb_compile properly.
3512         Use gdb_test, gdb_test_multiple.  Use floating-point values that
3513         have exact representations in IEEE-ish formats.
3514
3515 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
3516
3517         * gdb.base/constvars.exp: Do not force lang=c++ if using HP
3518         compilers.  Delete duplicate call to get_compiler_info.
3519         (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
3520         * gdb.base/volatile.exp: Likewise.
3521
3522 2004-01-07  Mark Kettenis  <kettenis@gnu.org>
3523
3524         * gdb.base/gdb1476.exp: Only run the tests if we can't read the
3525         memory at address 0.
3526
3527 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
3528
3529         * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
3530         to test for hp-ux assembler.  Fix copyright years.
3531
3532 2004-01-07  Andrew Cagney  <cagney@redhat.com>
3533
3534         * gdb.base/fileio.c (strerrno): Add "EBUSY".
3535
3536 2004-01-07  Andrew Cagney  <cagney@redhat.com>
3537
3538         * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
3539         when creating the read-only file.  From analysis by Roland McGrath
3540         and Elena Zannoni.
3541
3542 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
3543
3544         * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
3545
3546 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
3547
3548         * gdb.base/cvexpr.c: Be type-safe with function pointers and
3549         data pointers.
3550
3551 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
3552
3553         * gdb.cp/m-static.exp: Compile one source file at a time.
3554         Delete unused call to get_compiler_info.
3555
3556 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
3557
3558         * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
3559         * gdb.base/call-rt-st.exp: Likewise.
3560         * gdb.base/nodebug.exp: Likewise.
3561         * gdb.base/volatile.exp: Likewise.
3562         * gdb.cp/ref-types.exp: Likewise.
3563         * gdb.cp/templates.exp: Likewise.
3564
3565 2004-01-05  Mark Kettenis  <kettenis@gnu.org>
3566
3567         * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
3568
3569 2004-01-05  Michael Chastain  <mec.gnu@mindspring.com>
3570
3571         * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
3572         hppa*-hp-hpux*.
3573
3574 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
3575
3576         * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
3577         x86_64-*-*.
3578
3579         * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
3580         sparc64-*-* and sparc*-solaris2*.
3581
3582 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
3583
3584         * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
3585         return ${tests}" test.  The ${tests} already mentions the
3586         filename.
3587
3588 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
3589
3590         * gdb.cp/local.exp: Accept gcc abi 2.
3591
3592 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
3593
3594         * gdb.cp/templates.exp: Accept gcc abi 2.
3595
3596 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
3597
3598         * lib/compiler.cc: Remove supports_template_debugging.
3599         * gdb.cp/templates.exp: Do not test supports_template_debugging.
3600
3601 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
3602
3603         * gdb.cp/namespace.exp: Accept gcc abi 2.
3604
3605 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
3606
3607         * gdb.cp/method.exp: Accept gcc abi 2.
3608
3609 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
3610
3611         * gdb.cp/classes.exp: Generate identical results as old version.
3612         * gdb.cp/derivation.exp: Likewise.
3613         * gdb.cp/overload.exp: Likewise.
3614         * gdb.cp/virtfunc.exp: Likewise.
3615
3616 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
3617
3618         * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
3619         mysterious bug with sourceware version of expect.
3620
3621 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
3622
3623         * gdb.cp/overload.exp: Rewrite.  Clean up patterns to match
3624         current versions of gcc, including gcc abi 2.  Remove gratuitous
3625         restart of test program.  Use gdb_test_multiple and gdb_test for
3626         all tests.  Add patterns to xfail missing "const" in "const char *"
3627         and kfail PR gdb/1155.
3628
3629 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
3630
3631         * gdb.cp/derivation.exp: Rewrite.  Clean up patterns to match
3632         current versions of gcc, including gcc abi 2.  Remove gratuitous
3633         restart of test program.  Use gdb_test_multiple and gdb_test for
3634         all tests.  Add patterns to kfail PR gdb/1498.
3635
3636 2003-12-31  Michael Chastain  <mec.gnu@mindspring.com>
3637
3638         * gdb.cp/virtfunc.exp: Rewrite.  Clean up patterns to match
3639         current versions of gcc, including gcc abi 2.  Use "breakpoint"
3640         and "continue" instead of restarting the target program.  Use
3641         gdb_test_multiple and gdb_test for all tests.
3642
3643 2004-01-01  Mark Kettenis  <kettenis@gnu.org>
3644
3645         * gdb.asm/asm-source.exp: Update copyright year.  Link statically
3646         for *-*-solaris2*.
3647
3648 2003-12-31  Michael Chastain  <mec.gnu@mindspring.com>
3649
3650         * gdb.cp/classes.exp: Rewrite.  Clean up patterns to match
3651         current versions of gcc, including gcc abi 2.  Use "breakpoint"
3652         and "continue" instead of restarting the target program several
3653         times.  Use gdb_test_multiple and gdb_test for all tests.
3654
3655 2003-12-18  Michael Chastain  <mec.gnu@mindspring.com>
3656
3657         * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
3658         source files.
3659
3660 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
3661
3662         * gdb.base/environ.exp: Handle compiling test case from multiple
3663         source files.
3664
3665 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
3666
3667         * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
3668
3669 2003-12-17  Jim Blandy  <jimb@redhat.com>
3670
3671         * gdb.base/freebpcmd.c: Add copyright notice.
3672
3673         * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
3674
3675 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
3676
3677         * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
3678
3679 2003-12-13  Jim Blandy  <jimb@redhat.com>
3680
3681         * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
3682
3683 2003-12-12  Kevin Buettner  <kevinb@redhat.com>
3684
3685         * gdb.asm/frv.inc: New file.
3686         * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
3687
3688 2003-12-09  Fred Fish  <fnf@redhat.com>
3689
3690         * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
3691         functions to break1.c and leave prototypes behind.  Add more
3692         "set breakpoint NN here" comments.
3693         * gdb.base/break1.c: New file.
3694
3695         * gdb.base/break.exp: Handle compiling test case from multiple
3696         source files and change source file references as needed.
3697         * gdb.base/completion.exp: Ditto.
3698         * gdb.base/condbreak.exp: Ditto.
3699         * gdb.base/define.exp: Ditto.
3700         * gdb.base/ena-dis-br.exp: Ditto.
3701         * gdb.base/info-proc.exp: Ditto.
3702         * gdb.base/maint.exp: Ditto.
3703         * gdb.base/until.exp: Ditto.
3704
3705         * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
3706         hardcoded line numbers.
3707         * gdb.base/define.exp: Ditto.
3708         * gdb.base/ena-dis-br.exp: Ditto.
3709         * gdb.base/maint.exp: Ditto.
3710         * gdb.base/until.exp: Ditto.
3711
3712         * gdb.base/completion.exp: Use "break1" for completion tests since
3713         "break" is no longer a unique prefix.
3714
3715 2003-12-06  Andrew Cagney  <cagney@redhat.com>
3716
3717         * gdb.base/structs.exp (test_struct_returns): When applicable, set
3718         "return_value_unimplemented".  When an unimplemented struct return
3719         architecture, report incorrect values as a KFAIL
3720
3721 2003-12-05  Michael Chastain  <mec.gnu@mindspring.com>
3722
3723         * gdb.cp/rtti.exp: Accept new wording of warning from
3724         cp_lookup_rtti_type.
3725
3726 2003-12-05  Michael Chastain  <mec.gnu@mindspring.com>
3727
3728         Partial fix for PR testsuite/1456.
3729         * gdb.base/scope.exp (test_at_main): Replace references to
3730         gcc_compiled with calls to test_compiler_info.
3731         (test_at_foo): Likewise.
3732         (test_at_bar): Likewise.
3733
3734 2003-12-04  Michael Chastain  <mec.gnu@mindspring.com>
3735
3736         Partial fix for PR testsuite/1456.
3737         * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
3738         to test_compiler_info.
3739
3740 2003-12-03  Michael Chastain  <mec.gnu@mindspring.com>
3741
3742         * gdb.base/so-impl-ld.exp: Update copyright notice.
3743
3744 2003-12-02  Michael Chastain  <mec.gnu@mindspring.com>
3745
3746         Partial fix for PR testsuite/1456.
3747         * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
3748         to test_compiler_info.
3749
3750 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
3751
3752         * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
3753         from current versions of gdb.  Clean up regular expressions.
3754         Delete redundant timeout case.
3755
3756 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
3757
3758         * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
3759         from current versions of gdb.  Clean up regular expressions.
3760         Delete redundant timeout case.
3761
3762 2003-12-01  Michael Chastain  <mec.gnu@mindspring.com>
3763
3764         Partial fix for PR testsuite/1456.
3765         * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
3766         gcc_compiled with call to test_compiler_info.
3767
3768 2003-11-30  Michael Chastain  <mec.gnu@mindspring.com>
3769
3770         Partial fix for PR testsuite/1456.
3771         * gdb.base/list.exp (test_list_function): Delete unused declaration
3772         of gcc_compiled.
3773
3774 2003-11-29  Michael Chastain  <mec.gnu@mindspring.com>
3775
3776         Partial fix for PR testsuite/1456.
3777         * gdb.base/complex.exp: Replace reference to gcc_compiled with
3778         call to test_compiler_info.
3779
3780 2003-11-29  Mark Kettenis  <kettenis@gnu.org>
3781
3782         * gdb.asm/asm-source.exp: Initialize asm-note to "empty".  Set
3783         asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*.  Use
3784         it to create the appropriate note.inc.
3785         * gdb.asm/asmsrc1.s: Include "note.inc".
3786         * gdb.asm/netbsd.inc: New file.
3787         * gdb.asm/empty.inc: New file.
3788
3789 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
3790
3791         Partial fix for PR testsuite/1456.
3792         * gdb.base/constvars.exp: Replace references to gcc_compiled with
3793         calls to test_compiler_info.
3794
3795 2003-11-27  Michael Chastain  <mec.gnu@mindspring.com>
3796
3797         Partial fix for PR testsuite/1456.
3798         * gdb.base/volatile.exp: Replace references to gcc_compiled with
3799         calls to test_compiler_info.
3800
3801 2003-11-27  Mark Kettenis  <kettenis@gnu.org>
3802
3803         * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
3804         pattern for the KFAILs.
3805
3806 2003-11-25  Adam Fedor  <fedor@gnu.org>
3807
3808         * gdb.objc/objcdecode.exp: Test for PR objc/1238.
3809         * gdb.objc/objcdecode.m: New file.
3810
3811 2003-11-25  Adam Fedor  <fedor@gnu.org>
3812
3813         * gdb.objc/nondebug.exp: Test for PR objc/1236.
3814         * gdb.objc/nondebug.m: New file.
3815
3816 2003-11-26  Ben Elliston  <bje@wasabisystems.com>
3817
3818         * gdb.asm/asm-source.exp: Make sure the final link succeeds on
3819         NetBSD as it does on FreeBSD.  Modelled on a similar change by
3820         Mark Kettenis on 2003-05-30.
3821         (link-flags): Set to "--entry _start" regardless of target.
3822         Special linker flags are to be appended to $link-flags.
3823         * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
3824
3825 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
3826
3827         * gdb.cp/method.exp: Accept output of new demangler.
3828
3829 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
3830
3831         * gdb/class2.exp: New file.
3832         * gdb/class2.cc: New file.
3833
3834 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
3835
3836         * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
3837         of new demangler.
3838
3839 2003-11-23  Mark Kettenis  <kettenis@gnu.org>
3840
3841         * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
3842         of gdb_test "run".
3843
3844 2003-11-23  Mark Kettenis  <kettenis@gnu.org>
3845
3846         * gdb.arch/i386-unwind.exp: Don't use runto_main.  Change
3847         "continue" into "run".
3848
3849 2003-11-23  Michael Chastain  <mec.gnu@mindspring.com>
3850
3851         Partial fix for PR testsuite/1456.
3852         * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
3853         call to test_compiler_info.
3854         * gdb.cp/ctti.exp: Likewise.
3855         * gdb.cp/derivation.exp: Likewise.
3856         * gdb.cp/member-ptr.exp: Likewise.
3857         * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
3858         reference to gcc_compiled.
3859
3860 2003-11-23  Michael Chastain  <mec.gnu@mindspring.com>
3861
3862         Fix PR testsuite/1463.
3863         * gdb.base/structs.exp (start_structs_test): Call
3864         get_debug_format before using the debug format.
3865
3866 2003-11-22  Andrew Cagney  <cagney@redhat.com>
3867
3868         * lib/gdb.exp (gdb_test_multiple): Add simple example.
3869         * gdb.base/structs.exp: Use gdb_test_multiple.
3870
3871 2003-11-20  Andrew Cagney  <cagney@redhat.com>
3872
3873         * gdb.base/structs.exp: Handle and recover from internal errors.
3874         Replace "foo${n}" with "foo<n>" in test messages.
3875
3876         * gdb.base/structs.exp: Update copyright.  Rewrite.
3877         * gdb.base/structs.c: Update copyright.  Rewrite.
3878
3879         * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
3880         resync count exceeded.
3881
3882         * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
3883         from the internal error.
3884         * lib/gdb.exp (gdb_internal_error_resync): New procedure.
3885         Original from Jim Blandy.
3886         (gdb_test_multiple): Use gdb_internal_error_resync.
3887
3888 2003-11-19  Andrew Cagney  <cagney@redhat.com>
3889
3890         * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
3891         KFAIL.
3892
3893 2003-11-17  Mark Kettenis  <kettenis@gnu.org>
3894
3895         New testcase for PR backtrace/1435.
3896         * gdb.arch/i386-unwind.exp: New file.
3897         * gdb.arch/i386-unwind.c: New file.
3898
3899 2003-11-17  Andrew Cagney  <cagney@redhat.com>
3900
3901         * lib/gdb.exp (compiler_info): New global.
3902         (test_compiler_info): New function.
3903         (get_compiler_info): Set compiler_info.
3904         * lib/compiler.c, lib/compiler.cc: Add copyright.  When GNUC, set
3905         "compiler_info" to gcc-<major>-<minor>.
3906
3907 2003-11-15  Michael Chastain  <mec.gnu@mindspring.com>
3908
3909         * gdb.trace/configure: Remove.
3910
3911 2003-11-13  Elena Zannoni  <ezannoni@redhat.com>
3912
3913         * gdb.base/break.c: Add comments to aid finding line numbers for
3914         breakpoints.
3915         * gdb.base/break.exp: Remove all references to explicit line
3916         numbers.
3917
3918 2003-11-11  Nick Clifton  <nickc@redhat.com>
3919
3920         * gdb.base/shreloc.exp: Do not run for targets which do not
3921         support shared objects.
3922
3923 2003-11-10  Corinna Vinschen  <vinschen@redhat.com>
3924
3925         * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
3926         Don't run tests if nofileio flag is given.
3927
3928 2003-11-07  Elena Zannoni  <ezannoni@redhat.com>
3929
3930         * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
3931         as well as 'Watchpoint'.
3932
3933 2003-11-06  Elena Zannoni  <ezannoni@redhat.com>
3934
3935         Reported by Jim Ingham <jingham@apple.com>:
3936         * gdb.base/annota1.exp: Match at least one occurrence of the
3937         signal handler annotation.
3938
3939 2003-11-06  Elena Zannoni  <ezannoni@redhat.com>
3940
3941         * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
3942         as well as 'Watchpoint'.
3943
3944 2003-11-05  Michael Chastain  <mec@shout.net>
3945
3946         * gdb.mi/pthreads.c (routine): Handle early return from sleep.
3947
3948 2003-11-03  Kris Warkentin  <kewarken@qnx.com>
3949
3950         * gdb.arch/gdb1291.c: New test file.
3951         * gdb.arch/gdb1291.exp: New test script.
3952         * gdb.arch/gdb1431.c: New test file.
3953         * gdb.arch/gdb1431.exp: New test script.
3954
3955 2003-10-22  Michael Chastain  <mec@shout.net>
3956
3957         * gdb.mi/pthreads.c: Add copyright notice.
3958
3959 2003-10-22  Michael Chastain  <mec@shout.net>
3960
3961         * gdb.threads/pthreads.c: Add copyright notice.
3962
3963 2003-10-20  Michael Chastain  <mec@shout.net>
3964
3965         * gdb.base/gdb1056.exp: New test script.
3966
3967 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
3968
3969         * gdb.threads/killed.exp: Use gdb_run_cmd.
3970
3971 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
3972
3973         * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
3974         create a core file.
3975         * gdb.threads/gcore-thread.exp: Likewise.
3976
3977 2003-10-13  Corinna Vinschen  <vinschen@redhat.com>
3978
3979         * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
3980         type, based on char type.
3981         (struct bit_flags_short_t): New bitfield type, based on short type.
3982         (init_bit_flags_char): New fuction.
3983         (init_bit_flags_short): Ditto.
3984         (print_bit_flags_char): Ditto.
3985         (print_bit_flags_short): Ditto.
3986         (main): Add handling for bit_flags_char_t and bit_flags_short_t.
3987
3988 2003-10-11  Michael Chastain  <mec@shout.net>
3989
3990         * gdb.base/call-rt-st.exp: Update copyright year.
3991
3992 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
3993
3994         * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
3995         * gdb.disasm/sh3.s: Ditto.
3996
3997 2003-10-07  Daniel Jacobowitz  <drow@mvista.com>
3998
3999         * gdb.threads/switch-threads.exp: New test.
4000         * gdb.threads/switch-threads.c: New source file.
4001
4002 2003-10-07  Corinna Vinschen  <vinschen@redhat.com>
4003
4004         * gdb.base/ending-run.exp: Add sh specific case.
4005
4006 2003-10-06  Andrew Cagney  <cagney@redhat.com>
4007
4008         * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
4009         * gdb.disasm/mn10200.exp: Delete obsolete file.
4010
4011 2003-09-29  Daniel Jacobowitz  <drow@mvista.com>
4012
4013         * ChangeLog: Correct an entry command.exp -> commands.exp.
4014         * gdb.base/commands.exp (bp_deleted_in_command_test)
4015         (temporary_breakpoint_commands): Check noargs.
4016
4017 2003-09-25  David Carlton  <carlton@kealia.com>
4018
4019         * gdb.cp/namespace.exp: Tweak comments.  Add non-quoted versions
4020         of some print tests, where appropriate.  Add tests for C::D::cd,
4021         E::ce, F::cXfX, G::XgX.
4022         * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
4023
4024 2003-09-25  Richard Earnshaw  <rearnsha@arm.com>
4025
4026         * lib/java.exp (java_init): Import target_alias before using it.
4027
4028 2003-09-25  David Carlton  <carlton@kealia.com>
4029
4030         * gdb.base/corefile.exp: Delete obsolete setup_xfail.
4031
4032 2003-09-23  Elena Zannoni  <ezannoni@redhat.com>
4033
4034         * gdb.base/selftest.exp: Accomodate more instruction reordering
4035         weirdness.
4036
4037 2003-09-17  Michael Chastain  <mec@shout.net>
4038
4039         * gdb.cp/gdb1355.exp: New file.
4040         * gdb.cp/gdb1355.c: New file.
4041
4042 2003-09-15  Corinna Vinschen  <vinschen@redhat.com>
4043
4044         * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
4045         * gdb.asm/sh.inc: New file.
4046
4047 2003-09-11  David Carlton  <carlton@kealia.com>
4048
4049         * gdb.cp/namespace.exp: Add tests for namespace types.
4050         * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
4051         (test_namespace): New.
4052
4053 2003-09-11  Elena Zannoni  <ezannoni@redhat.com>
4054
4055         * gdb.base/relocate.exp: Handle new gdb output at startup.
4056         * gdb.stabs/weird.exp: Ditto.
4057
4058 2003-09-08  Michael Chastain  <mec@shout.net>
4059
4060         * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
4061
4062 2003-09-07  Michael Chastain  <mec@shout.net>
4063
4064         * gdb.cp/classes.exp: Accommodate both 'syntax error' and
4065         'parse error'.
4066
4067 2003-09-07  Mark Kettenis  <m.kettenis@osp.nl>
4068
4069         * gdb.arch/i386-prologue.exp: Add checks for saved registers.
4070
4071 2003-08-30  Michael Chastain  <mec@shout.net>
4072
4073         * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
4074         * gdb.gdb/observer.exp: Ditto.
4075         * gdb.gdb/xfullpath.exp: Ditto.
4076
4077 2003-08-29  Mark Kettenis  <kettenis@gnu.org>
4078
4079         * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
4080         *-*-*bsd*.
4081
4082 2003-08-28  Jeff Johnston  <jjohnstn@redhat.com>
4083
4084         * gdb.base/dump.exp: Skip for ia64.
4085
4086 2003-08-25  Jeff Johnston  <jjohnstn@redhat.com>
4087
4088         * gdb.asm/asm-source.exp: Add ia64 support.
4089         * gdb.asm/ia64.inc: New file.
4090
4091 2003-08-22  Michael Chastain  <mec@shout.net>
4092
4093         * gdb.cp: New directory.
4094         * gdb.cp/*: Copy from gdb.c++/*.
4095         * gdb.c++/*: Remove.
4096         * Makefile.in: Change gdb.c++ to gdb.cp.
4097         * configure.in:  Ditto.
4098         * configure: Regnerate.
4099
4100 2003-08-18  Mark Kettenis  <kettenis@gnu.org>
4101
4102         * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
4103         * gdb.arch/i386-prologue.c (gdb1338): Add function.
4104
4105 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
4106
4107         * mi-var-display.exp (-var-list-children weird): Accept function
4108         pointers with argument types.
4109         * mi1-var-display.exp (-var-list-children weird): Likewise.
4110         * mi2-var-display.exp (-var-list-children weird): Likewise.
4111
4112 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
4113
4114         * gdb.base/annota3.exp: Add missing newline.
4115
4116 2003-08-06  Michael Chastain  <mec@shout.net>
4117
4118         * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
4119
4120 2003-08-12  Michael Snyder  <msnyder@redhat.com>
4121
4122         * gdb.base/float.exp: Add test for SH.
4123
4124 2003-08-10  Mark Kettenis  <kettenis@gnu.org>
4125
4126         * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
4127
4128 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
4129
4130        * gdb.base/completion.exp: Remove reduntant completion test
4131        on filename.
4132
4133 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
4134
4135         * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
4136         gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
4137         gdb.trace/save-trace.exp: Make sure that full pathnames are
4138         escaped correctly.
4139
4140 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
4141
4142         * configure.in: Don't generate config.h from config.hin.
4143         * configure: Regenerate.
4144         * config.hin: Remove file.
4145         * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
4146         * gdb.threads/pthreads.c: Ditto.
4147
4148 2003-08-07  Daniel Jacobowitz  <drow@mvista.com>
4149
4150         From Kei Sakamoto <sakamoto.kei@renesas.com>:
4151         * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
4152         * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
4153         Replace ld24 with seth/add3.
4154
4155 2003-08-02  Andrew Cagney  <cagney@redhat.com>
4156
4157         * gdb.base/annota3.exp: New file.
4158         * gdb.base/annota3.c: New file.
4159         * gdb.c++/annota3.exp: New file.
4160         * gdb.c++/annota3.cc: New file.
4161
4162 2003-07-29  Michael Chastain  <mec@shout.net>
4163
4164         * gdb.threads/tls.c (spin): Check errno only if sem_wait
4165         actually failed.
4166         (do_pass): Likewise.
4167         * gdb.threads/tls.exp: Always initialize no_of_threads.
4168
4169 2003-07-27  Daniel Jacobowitz  <drow@mvista.com>
4170
4171         * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
4172         pattern.
4173         * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
4174         * gdb.threads/tls.exp: Recognize one case of the host library not
4175         supporting TLS.
4176
4177 2003-07-27  Andrew Cagney  <cagney@redhat.com>
4178
4179         * gdb.base/fileio.exp: Use SH when running commands using
4180         remote_exec.
4181
4182 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
4183
4184         From Kei Sakamoto <sakamoto.kei@renesas.com>:
4185         * gdb.base/relocate.c (dummy): New padding array.
4186
4187 2003-07-22  Michael Snyder  <msnyder@redhat.com>
4188
4189         * gdb.disasm/8300s.s: Fix syntax of bsr insn.
4190
4191         * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
4192         patterns to be more general, accepting old and new output.
4193         Some output chars (such as '+') also must be quoted.
4194         Some addresses are displayed numerically instead of
4195         symbolically.
4196
4197 2003-07-23  Michael Snyder  <msnyder@redhat.com>
4198
4199         * gdb.base/return2.exp: Don't test long-long return.
4200
4201         * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
4202         * gdb.disasm/t01_mov.exp: Ditto.
4203         * gdb.disasm/t02_mova.s: Ditto.
4204         * gdb.disasm/t02_mova.exp: Ditto.
4205         * gdb.disasm/t03_add.s: Ditto.
4206         * gdb.disasm/t03_add.exp: Ditto.
4207         * gdb.disasm/t04_sub.s: Ditto.
4208         * gdb.disasm/t04_sub.exp: Ditto.
4209         * gdb.disasm/t05_cmp.s: Ditto.
4210         * gdb.disasm/t05_cmp.exp: Ditto.
4211         * gdb.disasm/t06_ari2.s: Ditto.
4212         * gdb.disasm/t06_ari2.exp: Ditto.
4213         * gdb.disasm/t07_ari3.s: Ditto.
4214         * gdb.disasm/t07_ari3.exp: Ditto.
4215         * gdb.disasm/t08_or.s: Ditto.
4216         * gdb.disasm/t08_or.exp: Ditto.
4217         * gdb.disasm/t09_xor.s: Ditto.
4218         * gdb.disasm/t09_xor.exp: Ditto.
4219         * gdb.disasm/t10_and.s: Ditto.
4220         * gdb.disasm/t10_and.exp: Ditto.
4221         * gdb.disasm/t11_logs.s: Ditto.
4222         * gdb.disasm/t11_logs.exp: Ditto.
4223         * gdb.disasm/t12_bit.s: Ditto.
4224         * gdb.disasm/t12_bit.exp: Ditto.
4225         * gdb.disasm/t13_otr.s: Ditto.
4226         * gdb.disasm/t13_otr.exp: Ditto.
4227
4228 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
4229
4230         * gdb.threads/tls.exp :Add kfail for 'info address' case.
4231
4232 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
4233
4234         * gdb.threads/tls.c : New file.
4235         * gdb.threads/tls.exp : New file.
4236         * gdb.threads/tls-main.c : New file.
4237         * gdb.threads/tls-shared.c : New file.
4238         * gdb.threads/tls-shared.exp : New file.
4239
4240 2003-07-22  Andreas Schwab  <schwab@suse.de>
4241
4242         * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
4243
4244 2003-07-20  Andreas Schwab  <schwab@suse.de>
4245
4246         * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
4247         due to insn reordering.
4248
4249 2003-07-15  Andrew Cagney  <cagney@redhat.com>
4250
4251         * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
4252
4253 2003-07-15  Michael Chastain  <mec@shout.net>
4254
4255         * gdb.base/gdb1250.exp: New file.
4256         * gdb.base/gdb1250.c: New file.
4257
4258 2003-07-09  Michal Ludvig  <mludvig@suse.cz>
4259
4260         * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
4261         expansion of size_t to 'unsigned long', not only to 'unsigned'.
4262
4263 2003-07-09  Elena Zannoni  <ezannoni@redhat.com>
4264
4265         * gdb.threads/tls.c: New file.
4266         * gdb.threads/tls.exp: New file.
4267         * gdb.threads/tls-main.c: New file.
4268         * gdb.threads/tls-shared.c: New file.
4269         * gdb.threads/tls-shared.exp: New file.
4270
4271 2003-07-09  Elena Zannoni  <ezannoni@redhat.com>
4272
4273         * gdb.base/annota1.exp: Make sure that we properly escape the
4274         full path of the source file. Xfail more permissive patterns,
4275         due to a compiler debug info problem.
4276
4277 2003-07-07  Andreas Schwab  <schwab@suse.de>
4278
4279         * gdb.asm/m68k.inc: New file.
4280         * gdb.asm/asm-source.exp: Use it for m68k-*-*.
4281
4282         * gdb.objc/basicclass.exp ("Call an Objective-C method with no
4283         arguments"): Also match negative number.
4284
4285         * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
4286
4287 2003-07-03  Daniel Jacobowitz  <drow@mvista.com>
4288
4289         * gdb.base/store.c (charest): New typedef.
4290         (add_char): Rename to add_charest, update.
4291         (wack_char): Rename to wack_charest, update types.  Return l + r
4292         to keep r live across the call.
4293         (wack_short, wack_int, wack_long, wack_longest, wack_float)
4294         (wack_double, wack_doublest): Return l + r to keep r live across
4295         the call.
4296         * gdb.base/store.exp: Accomodate store.c changes.
4297
4298 2003-06-30  David Carlton  <carlton@kealia.com>
4299
4300         * gdb.c++/maint.exp (test_invalid_name): New.
4301         (test_first_component): Add tests for invalid names.
4302
4303 2003-06-29  Michael Chastain  <mec@shout.net>
4304
4305         * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
4306         output of '<VTT for class>' for virtual base classes.
4307
4308 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
4309
4310         * gdb.base/completion.exp: Tab-complete "complet" instead of
4311         "compl".
4312         * gdb.base/complex.exp, gdb.base/complex.c: New files.
4313
4314 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
4315
4316         * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
4317         * gdb.base/volatile.exp: Likewise.
4318
4319 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
4320
4321         * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
4322         gdb/1265.
4323
4324 2003-06-28  Michael Chastain  <mec@shout.net>
4325             Daniel Jacobowitz  <drow@mvista.com>
4326
4327         * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
4328         initial line count of 'captured_main' from 26 to 32.
4329         (test_with_self): Allow xmalloc call to be interleaved with the
4330         preceding two lines.
4331
4332 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
4333
4334         * gdb.base/bang.exp: New testcase.
4335
4336 2003-06-23  Joel Brobecker  <brobecker@gnat.com>
4337
4338         * gdb.base/langs.exp: Add some tests for the "minimal" language
4339         support.
4340
4341 2003-06-23  Elena Zannoni  <ezannoni@redhat.com>
4342
4343         * gdb.objc/basicclass.exp: Return -1 if we cannot compile
4344         the testcase.
4345
4346 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
4347
4348         * gdb.base/relocate.exp: Test add-symbol-file with a variable
4349         offset.
4350
4351 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
4352
4353         * gdb.c++/pr-1210.cc: New file.
4354         * gdb.c++/pr-1210.exp: New file.
4355
4356 2003-06-21  Daniel Jacobowitz  <drow@mvista.com>
4357
4358         * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
4359         000-exec-continue.
4360
4361 2003-06-15  Mark Kettenis  <kettenis@gnu.org>
4362
4363         * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
4364         on *-*-*bsd* instead of *-*-freebsd*.
4365
4366 2003-06-14  Andrew Cagney  <cagney@redhat.com>
4367
4368         * gdb.base/store.exp: Test longest and doublest.  Test all
4369         parameters.  Weaken return statement match.
4370         * gdb.base/store.c: Add longest and doublest - aka long long and
4371         long double functions.  Put all parameters into local register
4372         variables.  Use negative values.
4373
4374 2003-06-14  Andrew Cagney  <cagney@redhat.com>
4375
4376         * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>.  Gag
4377         -Wformat errors.  Add lost line.  Use WEXITSTATUS to get system
4378         exit status.
4379         * gdb.base/fileio.exp: Disable target when nointerrupts and
4380         noinferiorio, instead of limiting it to remote.  Use remote_exec
4381         instead of system.
4382
4383 2003-06-12  Jeff Johnston  <jjohnstn@redhat.com>
4384
4385         * gdb.base/float.exp: Add ia64 support.
4386
4387 2003-06-12  Corinna Vinschen  <vinschen@redhat.com>
4388
4389         * gdb.base/fileio.exp: Run only on remote targets.
4390
4391 2003-06-10  Corinna Vinschen  <vinschen@redhat.com>
4392
4393         * gdb.base/fileio.c: New file, testing File-I/O.
4394         * gdb.base/fileio.exp: Ditto.
4395
4396 2003-06-09  Raoul Gough  <RaoulGough@yahoo.co.uk>
4397
4398         * gdb.base/shreloc.exp: New file, check symbol values obtained from
4399         shared objects after relocation at load time (gdb PR/1132).
4400         * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
4401         as above, part of the shared object relocation test.
4402
4403 2003-06-08  Mark Kettenis  <kettenis@gnu.org>
4404
4405         * gdb.base/readline.exp: Add tests for operate-and-get-next with a
4406         fully filled history list.
4407         * gdb.base/gdb_history: New file.
4408
4409         * gdb.base/signals.exp: XFAIL "continue to func1" on
4410         i*86-*-freebsd*.
4411
4412         * gdb.base/attach.exp: When trying to attach to a nonexistent
4413         process, make it possible to specify the PID based on the target,
4414         and do so for *-*-freebsd*.
4415
4416 2003-06-02  Richard Henderson  <rth@redhat.com>
4417
4418         * gdb.base/float.exp: Add expected regexp for alpha-*-*.
4419
4420 2003-06-02  Richard Henderson  <rth@redhat.com>
4421
4422         * gdb.base/selftest.exp: Next over lim_at_start initialization.
4423
4424 2003-06-02  Richard Henderson  <rth@redhat.com>
4425
4426         * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
4427
4428 2003-06-01  Daniel Jacobowitz  <drow@mvista.com>
4429
4430         * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
4431         of globalvar.
4432
4433 2003-06-01  Mark Kettenis  <kettenis@gnu.org>
4434
4435         * gdb.asm/asm-source.exp: Check for memory read errors in
4436         disassembler test on *BSD too.
4437
4438 2003-06-01  Richard Henderson  <rth@redhat.com>
4439
4440         * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
4441         for .frame.
4442         (gdbasm_call): Lose ldgp.
4443         (gdbasm_startup): Add frame information.
4444         * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
4445
4446 2003-05-31  Mark Kettenis  <kettenis@gnu.org>
4447
4448         * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
4449         i?86-*-*.
4450
4451 2003-05-30  Mark Kettenis  <kettenis@gnu.org>
4452
4453         * gdb.asm/asm-source.exp: Make sure the final link succeeds on
4454         FreeBSD.
4455
4456 2003-05-29  Richard Henderson  <rth@redhat.com>
4457
4458         * gdb.asm/alpha.inc: New file.
4459         * gdb.asm/asm-source.exp: Use it.
4460
4461 2003-05-29  Jim Blandy  <jimb@redhat.com>
4462
4463         * gdb.base/corefile.exp: Find corefiles on Linux, which names them
4464         'core.PID'.
4465
4466 2003-05-22  Jim Blandy  <jimb@redhat.com>
4467
4468         * gdb.base/corefile.exp: Tolerate stuff after argument parens in
4469         backtrace.
4470
4471 2003-05-20  David Carlton  <carlton@math.stanford.edu>
4472
4473         * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
4474         this time.
4475
4476 2003-05-19  David Carlton  <carlton@bactrian.org>
4477
4478         * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
4479         * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
4480
4481 2003-05-19  David Carlton  <carlton@bactrian.org>
4482
4483         * gdb.c++/namespace.exp: Add namespace scope and anonymous
4484         namespace tests.
4485         Bump copyright date.
4486         * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
4487         (main): Call C::D::marker2.
4488         * gdb.c++/namespace1.cc: New file.
4489
4490 2003-05-14  Jeff Johnston  <jjohnstn@redhat.com>
4491
4492         Roland McGrath  <roland@redhat.com>
4493         * gdb.threads/linux-dp.exp: Account for fact that in nptl model
4494         there is no manager thread.
4495
4496 2003-05-08  Jeff Johnston  <jjohnstn@redhat.com>
4497
4498         * gdb.threads/schedlock.exp: Remove assumption that all threads
4499         will run in a particular small time slice.  Also ensure we break
4500         in one of the child threads rather than the main thread.
4501
4502 2003-05-07  Jim Blandy  <jimb@redhat.com>
4503
4504         Add support for assembly source testing on the s390x.
4505         * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
4506         architecture.
4507         * gdb.asm/s390x.inc: New file.
4508
4509         * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
4510         succession of 'if' statements.
4511
4512 2003-05-05  Andrew Cagney  <cagney@redhat.com>
4513
4514         * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
4515
4516 2003-05-05  Andrew Cagney  <cagney@redhat.com>
4517
4518         * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
4519         DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
4520
4521 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
4522
4523         * gdb.base/charset.exp: Update based on new behavior of set/show
4524         charset commands.
4525
4526 2003-05-01  Andrew Cagney  <cagney@redhat.com>
4527
4528         * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
4529         variable do not give memory errors.
4530
4531 2003-04-30  Adam Fedor  <fedor@gnu.org>
4532
4533         * Makefile.in (ALL_SUBDIRS): Add gdb.objc
4534         * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
4535         * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
4536         gdb.objc/basicclass.m: : New files
4537
4538         * lib/gdb.exp (gdb_compile_objc): New procedure.
4539
4540 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
4541
4542         * gdb.base/signals.exp: Make backtrace tests more specific.
4543
4544 2003-04-23  David Carlton  <carlton@bactrian.org>
4545
4546         * gdb.c++/maint.exp (test_first_component): Add tests for
4547         'operator' in more locations.
4548
4549 2003-04-16  Kevin Buettner  <kevinb@redhat.com>
4550
4551         * gdb.base/args.exp: Invoke gdb_load for simulator targets.
4552
4553 2003-04-16  Elena Zannoni  <ezannoni@redhat.com>
4554
4555         * gdb.base/completion.exp: Make 'info func mark' complete on 'info
4556         func marke' instead. Update test name.
4557
4558 2003-04-15  David Carlton  <carlton@math.stanford.edu>
4559
4560         * gdb.c++/maint.exp: New file.
4561
4562 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
4563
4564         * gdb.threads/schedlock.c: Change type of thread function argument
4565         to long, to avoid warnings on 64-bit platforms.
4566
4567 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
4568
4569         * gdb.base/attach.exp: Add new message from ptrace in case of
4570         attaching to nonexistent process.
4571
4572 2003-04-11  Jim Blandy  <jimb@redhat.com>
4573
4574         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
4575         gdb.c++/userdef.cc: Place comments on the lines to which the
4576         marker function might return.
4577         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
4578         gdb.c++/userdef.exp: Look for those comments to check that we've
4579         returned to the right place, instead of checking line numbers.
4580
4581 2003-04-11  Elena Zannoni  <ezannoni@redhat.com>
4582
4583         * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
4584         match on sourcefile name, instead of directory name.
4585
4586 2003-04-10  Elena Zannoni  <ezannoni@redhat.com>
4587
4588         * gdb.base/completion.exp: Use string_to_regexp to match the
4589         working directory name.
4590
4591 2003-04-09  Jim Blandy  <jimb@redhat.com>
4592
4593         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
4594         gdb.c++/userdef.exp: If GDB fails to restore the selected frame
4595         after an inferior function call, report the failure, but allow the
4596         test to continue.
4597
4598 2003-04-05  Stephane Carrez  <stcarrez@nerim.fr>
4599
4600         * gdb.base/break.exp: marker4() is defined at line 46 when compiled
4601         with -DPROTOTYPES.
4602
4603 2003-04-05  Stephane Carrez  <stcarrez@nerim.fr>
4604
4605         * gdb.base/break.exp: Revert last patch.
4606
4607 2003-04-04  Stephane Carrez  <stcarrez@nerim.fr>
4608
4609         * gdb.base/break.exp: marker4() is defined at line 46 when compiled
4610         with -DPROTOTYPES.
4611
4612 2003-04-02  Andrew Cagney  <cagney@redhat.com>
4613
4614         * gdb.base/callfuncs.exp: Make "print add" messages unique.
4615         * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
4616         matching directories by the name breakpoint.
4617         * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
4618         Make "continue to marker1" consistent.
4619         * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
4620         message consistent.
4621         * lib/gdb.exp: Put "the program is no longer running", and "the
4622         program exited" in parenthesis.
4623         * lib/mi-support.exp: Ditto.
4624
4625 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
4626
4627         * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
4628
4629 2003-03-29  Andrew Cagney  <cagney@redhat.com>
4630
4631         * gdb.base/sizeof.c (main): Print the value of '\377'.
4632         * gdb.base/sizeof.exp: Check the sign of '\377'.
4633
4634 2003-03-27  Michael Chastain  <mec@shout.net>
4635
4636         * gdb.base/gdb1090.exp: New file.
4637         * gdb.base/gdb1090.cc: New file.
4638
4639 2003-03-27  J. Brobecker  <brobecker@gnat.com>
4640
4641         * gdb.gdb/observer.exp: New regression test.
4642
4643 2003-03-27  Michael Chastain  <mec@shout.net>
4644
4645         * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
4646         * gdb.base/ptype.exp: Likewise.
4647
4648 2003-03-27  Corinna Vinschen  <vinschen@redhat.com>
4649
4650         * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
4651
4652 2003-03-26  Michael Chastain  <mec@shout.net>
4653
4654         * gdb.base/ptype.exp: Actually use some typedef'd types.
4655
4656 2003-03-21  Stephane Carrez  <stcarrez@nerim.fr>
4657
4658         * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
4659         * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
4660
4661 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
4662
4663         * gdb.base/default.exp: Fix regular expression.
4664
4665 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
4666
4667         * gdb.base/args.exp: Fix regular expression.
4668
4669 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
4670
4671         * gdb.base/help.exp: Allow Win32 child process.
4672
4673 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
4674
4675         * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
4676         when stepping out of main().
4677
4678 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
4679
4680         * gdb.base/default.exp: Check for win32 specific message when calling
4681         "run" without executable.
4682
4683 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
4684
4685         * gdb.base/args.exp: Expect .exe in output.
4686
4687 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
4688
4689         * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
4690         Cygwin native.
4691
4692 2003-03-17  Andrew Cagney  <cagney@redhat.com>
4693
4694         From Elena Zannoni <ezannoni@redhat.com>.  Test e500 abi and
4695         vector registes.
4696         * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
4697         * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
4698
4699 2003-03-17  David Carlton  <carlton@math.stanford.edu>
4700
4701         * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
4702         test, for PR breakpoints/38.
4703         Call test_watchpoint_and_breakpoint.
4704         * gdb.base/watchpoint.c (func3): New function.
4705         (main): Call func3.
4706
4707 2003-03-04  David Carlton  <carlton@math.stanford.edu>
4708
4709         * gdb.c++/templates.exp (do_tests): Accept valid const in "print
4710         Garply<Garply<char> >:: garply".
4711         (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
4712         with respect to PR c++/1111; note also PR c++/1113.
4713         (test_template_breakpoints): KFAIL "constructor breakpoint" with
4714         respect to PR c++/1062.
4715         KFAIL "destructor breakpoint" with respect to PR c++/1112.
4716
4717 2003-03-03  David Carlton  <carlton@math.stanford.edu>
4718
4719         * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
4720         with respect to PR c++/57.
4721         KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
4722         c++/826.
4723         Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
4724         respect to PR c++/57.
4725
4726 2003-03-03  David Carlton  <carlton@math.stanford.edu>
4727
4728         * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
4729         respect to PR c++/33 into FAILs.
4730
4731 2003-03-03  Michael Chastain  <mec@shout.net>
4732
4733         * configure.in: Update copyright years.
4734
4735 2003-03-03  Michael Chastain  <mec@shout.net>
4736
4737         * Makefile.in: Update copyright years.
4738
4739 2003-02-28  David Carlton  <carlton@math.stanford.edu>
4740
4741         * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
4742         print class instead of struct and/or superfluous protection
4743         specifiers, as long as the resulting output is equivalent to the
4744         source code.
4745         Delete FIXME from end of messages on tests that don't need
4746         fixing.
4747
4748 2003-02-28  David Carlton  <carlton@math.stanford.edu>
4749
4750         * gdb.c++/templates.exp (do_tests): Allow const in the two
4751         Foo<volatile char *>::foo tests.
4752
4753 2003-02-27  Michael Snyder  <msnyder@redhat.com>
4754
4755         * gdb.base/restore.c (main): Return zero, so exit code
4756         will be consistant.
4757
4758 2003-02-26  David Carlton  <carlton@math.stanford.edu>
4759
4760         * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
4761         char *>::foo" test with respect to PR c++/33.  Create a new test
4762         which is identical to that one except that it doesn't put the
4763         space between the "char" and the "*"; KFAIL it, too.
4764
4765 2003-02-26  David Carlton  <carlton@math.stanford.edu>
4766
4767         * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
4768         template types into either PASSes or KFAILs (corresponding to PR
4769         c++/57).  Tweak indentation.  Update copyright.
4770
4771 2003-02-23  Stephane Carrez  <stcarrez@nerim.fr>
4772
4773         * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
4774
4775 2003-02-13  Michael Chastain  <mec@shout.net>
4776
4777         * gdb.base/exprs.exp: Remove i960 remnants.
4778         * gdb.base/funcargs.exp: Likewise.
4779         * gdb.base/list.exp: Likewise.
4780         * gdb.base/ptype.exp: Likewise.
4781
4782 2003-02-14  David Carlton  <carlton@math.stanford.edu>
4783
4784         * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
4785         pEe->D::vg()" from XFAIL to KFAIL.
4786
4787 2003-02-13  Jason Molenda  (jmolenda@apple.com)
4788
4789         * gdb.base/maint.exp: Update maint print statistics regexp to include
4790         new entries.
4791
4792 2003-02-13  Michael Chastain  <mec@shout.net>
4793
4794         * gdb.c++/inherit.exp: Remove call to get_debug_format.
4795
4796 2003-02-12  Michael Chastain  <mec@shout.net>
4797
4798         * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
4799         * gdb.c++/inherit.exp: Likewise.
4800         * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
4801         * gdb.c++/templates.exp: Likewise.
4802         * gdb.c++/virtfunc.exp: Likewise.
4803
4804 2003-02-06  Jason Molenda  (jason-cl@molenda.com)
4805
4806         * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
4807         why the code is written that way.
4808
4809 2003-02-05  Michael Chastain  <mec@shout.net>
4810
4811         * gdb.base/dump.exp: Add missing copyright line.
4812
4813 2003-02-05  Jason Molenda  (jason-cl@molenda.com)
4814
4815         * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
4816         at the beginning so the breakpoint doesn't get set on the loop.
4817
4818 2003-02-05  Michael Chastain  <mec@shout.net>
4819
4820         * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
4821         output for configurations with gcc 2.95.3.
4822
4823 2003-02-05  Keith Seitz  <keiths@redhat.com>
4824             Andrew Cagney  <ac131313@redhat.com>
4825
4826         * gdb.mi/mi-cli.exp: New file.
4827
4828 2003-02-04  Michael Chastain  <mec@shout.net>
4829
4830         * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
4831         Call perror and then continue.
4832
4833 2003-02-03  Michael Chastain  <mec@shout.net>
4834
4835         * gdb.c++/pr-1023.cc: New file.
4836         * gdb.c++/pr-1023.exp: New file.
4837
4838 2003-02-05  Jim Blandy  <jimb@redhat.com>
4839
4840         * gdb.c++/local.exp: Don't expect Local to be in scope in main;
4841         it's local to foobar.  Check for it there, and check that it's not
4842         present in main.
4843         * gdb.c++/local.cc (marker2): New function.
4844         (foobar): Call marker1.
4845         (main): Call marker2 instead of marker1.
4846
4847 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
4848
4849         * gdb.disasm/mn10200.exp: Obsolete file.
4850         * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
4851         * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
4852         * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
4853
4854 2003-02-04  David Carlton  <carlton@math.stanford.edu>
4855
4856         * gdb.c++/overload.exp: Test intToChar(1).
4857         * gdb.c++/overload.cc (intToChar): New.
4858         (main): Call intToChar.
4859
4860 2003-02-03  David Carlton  <carlton@math.stanford.edu>
4861
4862         * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
4863         'might_kfail' arg.
4864         KFAIL some of the continue_to_bp_overloaded calls, according to
4865         PR c++/1025.
4866
4867 2003-02-01  Michael Chastain  <mec@shout.net>
4868
4869         * gdb.base/advance.c (marker1): New marker function.
4870         * gdb.base/advance.exp: When the 'advance' command lands on the
4871         return breakpoint, it can legitimately stop on either the
4872         current line or the next line.  Accommodate both outcomes.
4873         * gdb.base/until.exp: Likewise.
4874
4875 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
4876
4877         2002-11-10 Jason Molenda (jason-cl@molenda.com):
4878         * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
4879         now a list, not a tuple.
4880         * gdb.mi/mi-var-display.exp: Ditto.
4881         * gdb.mi/gdb792.exp: Ditto.
4882
4883 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
4884
4885         From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
4886         * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
4887         stack backtraces.
4888         * gdb.mi/mi-syn-frame.c: Part of same.
4889
4890 2003-02-01  Mark Kettenis  <kettenis@gnu.org>
4891
4892         * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
4893         gdb.mi/mi1-pthreads.exp: Return instead of calling
4894         gdb_suppress_entire_file.
4895
4896 2003-02-01  Mark Salter  <msalter@redhat.com>
4897
4898         * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
4899
4900 2003-01-31  Mark Salter  <msalter@redhat.com>
4901
4902         * lib/mi-support.exp (mi_gdb_load): Support remote targets.
4903         Support empty arg.
4904
4905 2003-01-30  Michael Chastain  <mec@shout.net>
4906
4907         * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
4908         This was a workaround for a UTF-8 bug in readline 4.3.  The bug
4909         has been fixed in gdb/readline on 2003-01-09.
4910
4911 2003-01-29  Michael Snyder  <msnyder@redhat.com>
4912
4913         * gdb.base/maint.exp: Allow for leading underscore in symbol.
4914         * gdb.base/display.exp: Allow for leading underscore in symbol.
4915         * gdb.base/args.exp: Skip if target does not support args passing.
4916
4917 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
4918
4919         * lib/gdb.exp (gdb_test_multiple): New function, cloned from
4920         gdb_test.  Accept a list of expect arguments as the third
4921         parameter.
4922         (gdb_test): Use it.
4923
4924 2003-01-20  Elena Zannoni  <ezannoni@redhat.com>
4925
4926         * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
4927         allow for different test tree configurations.  Update some
4928         tescases accordingly.
4929         * gdb.arch/altivec-regs.exp: Ditto.
4930         * gdb.asm/asm-source.exp: Ditto.
4931         * gdb.base/advance.exp: Ditto.
4932         * gdb.base/display.exp: Ditto.
4933         * gdb.base/long_long.exp: Ditto.
4934         * gdb.base/mips_pro.exp: Ditto.
4935         * gdb.base/overlays.exp: Ditto.
4936         * gdb.base/relocate.exp: Ditto.
4937         * gdb.base/setshow.exp: Ditto.
4938         * gdb.base/step-line.exp: Ditto.
4939         * gdb.base/step-test.exp: Ditto.
4940         * gdb.base/until.exp: Ditto.
4941         * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
4942
4943 2003-01-17  David Carlton  <carlton@math.stanford.edu>
4944
4945         * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
4946         corresponding to PR c++/945.
4947         Update copyright.
4948
4949 2003-01-17  David Carlton  <carlton@math.stanford.edu>
4950
4951         * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
4952         corresponding to PR c++/68.
4953
4954 2003-01-17  David Carlton  <carlton@math.stanford.edu>
4955
4956         * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
4957         (test_paddr_hairy_functions): Call print_addr_2_kfail for
4958         hairyfunc5 through hairyfunc7.  KFAIL for PR c++/19.
4959
4960 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
4961
4962         * gdb.base/break.exp: Fix change of default location, because of
4963         removal of until tests.
4964         * gdb.base/help.exp: Update test for new 'until' help message.
4965         Add test for help on 'advance'.
4966         * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
4967
4968 2003-01-15  Mark Kettenis  <kettenis@gnu.org>
4969
4970         * gdb.base/default.exp: Adapt "info float" test for recent changes
4971         to that command.  Add test for "info vector".
4972         * gdb.base/float.exp: New file.  Add test for "info float" that
4973         resembles the old test in gdb.base/default.exp.
4974
4975 2003-01-15  David Carlton  <carlton@math.stanford.edu>
4976
4977         * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
4978
4979 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
4980
4981         * gdb.base/break.exp: Move the tests of until command from here...
4982         * gdb.base/until.exp: ... to here. New file. Add other tests.
4983         * gdb.base/advance.c: New file.
4984         * gdb.base/advance.exp: New file.
4985
4986 2003-01-14  Elena Zannoni  <ezannoni@redhat.com>
4987
4988         * gdb.base/args.c: New file.
4989         * gdb.base/args.exp: New file.
4990
4991 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
4992
4993         * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
4994
4995 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
4996
4997         * gdb.threads/killed.exp: Use KFAIL for gdb/568.
4998
4999 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
5000
5001         * gdb.base/constvars.exp: Remove two extra XFAILs.  Update copyright
5002         dates.
5003
5004 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
5005
5006         * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
5007
5008 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
5009
5010         * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
5011         (ptype &*"foo").
5012         * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
5013
5014 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
5015
5016         * gdb.mi/mi-console.exp: Remove extra "(known bug)".
5017         * gdb.mi/mi1-console.exp: Likewise.
5018
5019 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
5020
5021         * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
5022         * gdb.mi/mi1-console.exp: Likewise.
5023
5024 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
5025
5026         * gdb.c++/overload.exp: Remove some fixed XFAILs.
5027
5028 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
5029
5030         * gdb.base/detach.exp: New test.
5031
5032 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
5033
5034         * Makefile.in (ALL_SUBDIRS): New variable.
5035         (subdirs, clean, distclean): Use it.
5036         * gdb.arch/Makefile.in: Clean up Makefile.  Remove rules for
5037         regenerating Makefile, since it is generated from the top level.
5038         * gdb.asm/Makefile.in: Likewise.
5039         * gdb.base/Makefile.in: Likewise.
5040         * gdb.c++/Makefile.in: Likewise.
5041         * gdb.disasm/Makefile.in: Likewise.
5042         * gdb.java/Makefile.in: Likewise.
5043         * gdb.mi/Makefile.in: Likewise.
5044         * gdb.threads/Makefile.in: Likewise.
5045         * gdb.trace/Makefile.in: Likewise.
5046
5047 2003-01-09  David Carlton  <carlton@math.stanford.edu>
5048
5049         * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
5050         Add copyright year 2003.
5051
5052 2003-01-06  Michael Chastain  <mec@shout.net>
5053
5054         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
5055         When selecting a thread, 'line' and 'file' are optional.
5056         * gdb.mi/mi1-pthreads.exp: Likewise.
5057
5058 2003-01-06  Andreas Schwab  <schwab@suse.de>
5059
5060         * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
5061         failures.
5062
5063 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
5064
5065         Fix PR gdb/844
5066         * lib/gdb.exp (gdb_compile): Handle "quiet" option.
5067         (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
5068
5069         * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads.  Return
5070         instead of calling gdb_suppress_entire_file.
5071         * gdb.threads/print-threads.exp: Likewise.
5072         * gdb.threads/schedlock.exp: Likewise.
5073
5074         * gdb.threads/killed.exp: Return instead of calling
5075         gdb_suppress_entire_file.
5076         * gdb.threads/linux-dp.exp: Likewise.
5077         * gdb.threads/pthreads.exp: Likewise.
5078
5079 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
5080
5081         * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
5082         stabs.
5083         * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
5084         * gdb.base/whatis.exp: Always allow (void) after function names.
5085
5086 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
5087
5088         * gdb.c++/casts.exp: Correct regexp.
5089
5090 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
5091
5092         * configure.in: Call AC_CONFIG_HEADER.  Don't call
5093         AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
5094         gdb.disasm, gdb.mi, gdb.threads and gdb.trace.  Call
5095         AC_CHECK_HEADERS on pthread.h.  Put Makefiles in the
5096         aforementioned directories in the AC_OUPUT call.
5097         * config.hin: New file.
5098         * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
5099         gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
5100         gdb.threads/killed.exp, gdb.threads/print-threads.exp,
5101         gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
5102         pass -I$objdir instead of -I$objdir/$subdir in compilation.
5103         * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
5104         gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
5105         gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
5106         gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
5107         gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
5108         gdb.threads/configure.in, gdb.threads/configure,
5109         gdb.threads/config.in, gdb.trace/configure.in,
5110         gdb.trace/configure: Removed.
5111
5112 2003-01-03  Michael Chastain  <mec@shout.net>
5113
5114         * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
5115         testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
5116
5117 2003-01-03  Daniel Jacobowitz  <drow@mvista.com>
5118
5119         * gdb.base/store.exp: Fix regular expressions.
5120
5121 2002-12-28  Mark Kettenis  <kettenis@gnu.org>
5122
5123         * configure.in: Rewrite.
5124         * configure: Regenerated.
5125
5126 2003-01-03  David Carlton  <carlton@math.stanford.edu>
5127
5128         * gdb.base/psymtab.exp: New file.
5129         * gdb.base/psymtab1.c: Ditto.
5130         * gdb.base/psymtab2.c: Ditto.
5131
5132 2002-12-23  Adam Fedor  <fedor@gnu.org>
5133
5134         * gdb.base/maint.exp: Update expect output to include 'ObjC'.
5135
5136 2002-12-23  David Carlton  <carlton@math.stanford.edu>
5137
5138         * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
5139         and current_directory initialization.
5140
5141 2002-12-22  Jim Blandy  <jimb@redhat.com>
5142
5143         * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
5144         rather than as part of the output file name.
5145
5146         * gdb.base/attach.exp: There's no need to copy the test program to
5147         /tmp; that was only ever necessary on HP/UX, and this test is
5148         entirely disabled there anyway.
5149
5150 2002-12-21  Jim Blandy  <jimb@redhat.com>
5151
5152         * gdb.c++/psmang.exp: Doc fix.
5153
5154         * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
5155         test.
5156
5157 2002-12-20  David Carlton  <carlton@math.stanford.edu>
5158
5159         * gdb.c++/annota2.exp: KFAIL annotate-quit.
5160
5161 2002-12-18  Michael Chastain  <mec@shout.net>
5162
5163         * gdb.c++/annota2.exp: Add copyright year 2002.
5164
5165 2002-12-17  David Carlton  <carlton@math.stanford.edu>
5166
5167         * gdb.c++/try_catch.cc: Add marker comments.
5168         * gdb.c++/try_catch.exp: Get line numbers from marker comments.
5169         * gdb.c++/m-data.cc: Delete namespace __gnu_test.
5170         * gdb.c++/m-static.cc: Ditto.
5171         * gdb.c++/m-static1.cc: Ditto.
5172         * gdb.c++/try_catch.cc: Ditto.
5173
5174 2002-12-16  Jeff Johnston  <jjohnstn@redhat.com>
5175
5176         * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
5177         to see whether we are using the new -environment-directory
5178         command which resets via -r or the old version of the command
5179         which may prompt the user.  Part of fix for gdb/741.
5180
5181 2002-12-13  Andrew Cagney  <ac131313@redhat.com>
5182
5183         * gdb.fortran/types.exp: Update obsolete comment.
5184         * gdb.fortran/exprs.exp: Ditto.
5185         * lib/gdb.exp: Delete obsolete code.
5186         * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
5187         * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
5188         * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
5189         * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
5190         * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
5191         * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
5192         * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
5193         * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
5194         * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
5195         * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
5196         * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
5197         * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
5198         * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
5199         * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
5200         * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
5201         * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
5202         * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
5203         * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
5204         * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
5205         * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
5206         * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
5207         * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
5208         * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
5209         * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
5210         * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
5211         * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
5212         * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
5213         * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
5214         * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
5215         * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
5216         * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
5217         * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
5218         * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
5219         * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
5220         * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
5221         * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
5222         * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
5223
5224 2002-12-11  David Carlton  <carlton@math.stanford.edu>
5225
5226         * gdb.c++/m-data.exp: Add test for members that shadow global
5227         variables: see PR gdb/804.
5228         * gdb.c++/m-data.cc: Ditto.
5229
5230 2002-12-10  Daniel Jacobowitz  <drow@mvista.com>
5231
5232         * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
5233
5234 2002-12-06  David Carlton  <carlton@math.stanford.edu>
5235
5236         * gdb.base/store.c: Don't declare functions static.
5237
5238 2002-12-04  Andrew Cagney  <ac131313@redhat.com>
5239
5240         * gdb.base/store.exp, gdb.base/store.c: New files.
5241
5242 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
5243
5244         * gdb.base/selftest.exp: Update for current gdb.
5245
5246 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
5247
5248         * gdb.base/maint.exp: Only dump symbols from one source file
5249         or objfile.
5250
5251 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
5252
5253         * gdb.base/step-test.exp: Allow MIPS to return to the line of a
5254         function call.
5255
5256 2002-11-25  Jim Blandy  <jimb@redhat.com>
5257
5258         * lib/mi-support.exp (mi_delete_breakpoints): Change name of
5259         function appearing in error message.
5260
5261 2002-11-21  Daniel Jacobowitz  <drow@mvista.com>
5262
5263         * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
5264
5265 2002-11-08  Jeff Johnston  <jjohnstn@redhat.com>
5266
5267         * lib/mi-support.exp (mi_gdb_start): Verify the startup message
5268         for mi1 and current mi is in correct format.  New mi startup message
5269         should be in mi console format.  This is part of fix for PR gdb/604.
5270
5271 2002-09-18  Fernando Nasser  <fnasser@redhat.com>
5272
5273         * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
5274         which explicitly prints the zero offset as "+0".
5275
5276 2002-10-22  Daniel Jacobowitz  <drow@mvista.com>
5277
5278         * gdb.threads/schedlock.c (args): Make unsigned.
5279
5280 2002-10-21  Daniel Jacobowitz  <drow@mvista.com>
5281
5282         * gdb.asm/asm-source.exp: Add "mips*-*" pattern.  Update line
5283         numbers.  Allow "foo2|selected stack frame".
5284         * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
5285         * gdb.asm/asmsrc2.s: Likewise.
5286         * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end.  Update
5287         comments.
5288         * gdb.asm/mips.inc: New file.
5289
5290 2002-10-18  Adam Fedor  <fedor@gnu.org>
5291
5292         * gdb.base/default.exp: Update expected output to include 'ObjC'.
5293         * gdb.base/help.exp: Likewise.
5294
5295 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
5296
5297         * gdb.base/constvars.c (struct crass, struct crisp): New structs.
5298         * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
5299
5300 2002-10-02  Jim Blandy  <jimb@redhat.com>
5301
5302         * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
5303
5304 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
5305
5306         * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
5307         * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
5308         * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
5309         * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
5310         * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
5311         * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
5312         * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
5313
5314 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
5315
5316         * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
5317         * mi0-disassemble.exp, mi0-eval.exp: Delete.
5318         * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
5319         * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
5320         * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
5321         * mi0-var-block.exp, mi0-var-child.exp: Delete.
5322         * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
5323
5324 2002-09-27  Kevin Buettner  <kevinb@redhat.com>
5325
5326         * gdb.base/annota1.exp (info break): Make directory components of
5327         path optional since not all compilers emit this debug information.
5328
5329         * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
5330         step ends up stepping out of the function instead of stopping on
5331         the epilogue.
5332
5333 2002-09-26  Keith Seitz  <keiths@redhat.com>
5334
5335         * lib/insight-support.exp (gdbtk_start): Figure out where
5336         the insight executable is based on where gdb is. Use this
5337         executable to start insight instead of gdb.
5338
5339 2002-09-25  Andrew Cagney  <cagney@redhat.com>
5340
5341         * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
5342
5343 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
5344
5345         * gdb.gdb/complaints.exp (test_initial_complaints): Rename
5346         test_isolated_complaints.
5347         (test_empty_complaint): New function.
5348         (test_empty_complaints): New function.  Check no output when no
5349         complaints.
5350
5351 2002-09-19  Jim Blandy  <jimb@redhat.com>
5352
5353         * gdb.base/charset.exp, gdb.base/charset.c: New files.
5354
5355 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
5356
5357         * gdb.gdb/complaints.exp: New file.
5358
5359 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
5360
5361         * gdb.base/maint.exp: Check `help maint internal-warning'.
5362
5363 2002-09-18  David Carlton  <carlton@math.stanford.edu>
5364
5365         * gdb.c++/m-static.exp: Remove breakpoints depending on line
5366         numbers, and replace them by a single breakpoint after the
5367         constructors are all finished.
5368         Add test 4.
5369         * gdb.c++/m-static.cc: Add test 4.
5370         * gdb.c++/m-static.h: New file.
5371         * gdb.c++/m-static1.cc: New file.
5372
5373         * gdb.c++/printmethod.exp: New file.
5374         * gdb.c++/printmethod.cc: New file.
5375
5376         * gdb.c++/pr-574.exp: New file.
5377         * gdb.c++/pr-574.cc: New file.
5378
5379 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
5380
5381         * gdb.base/ending-run.exp: Add handling of "step to end of run" for
5382         embedded targets which never actually exit.
5383
5384 2002-09-18  Fernando Nasser  <fnasser@redhat.com>
5385
5386         * gdb.base/ending-run.exp: Properly mark "continue after exit" and
5387         "don't step after run" as unresolved or unsupported, instead of xfail.
5388
5389 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
5390
5391         * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
5392         allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
5393         Add newline to expected string in "step out of main (status wrapper)"
5394         case.
5395
5396 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
5397
5398         * lib/gdb.exp (rerun_to_main): Allow restarting application.
5399         * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
5400
5401 2002-09-17  Tom Tromey  <tromey@redhat.com>
5402
5403         * gdb.base/printcmds.exp (test_print_string_constants): Expect
5404         \000, not \0, in double-quoted string.
5405
5406 2002-09-14  Corinna Vinschen  <vinschen@redhat.com>
5407
5408         * gdb.base/commands.exp: Don't expect a "Program exited normally"
5409         string after running the commands execution on breakpoint tests.
5410
5411 2002-09-13  Corinna Vinschen  <vinschen@redhat.com>
5412
5413         * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
5414
5415 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
5416
5417         * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
5418
5419 2002-09-10  Keith Seitz  <keiths@redhat.com>
5420
5421         * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
5422         runto proc.
5423         (mi_run_to_main): Use mi_runto.
5424         (mi_execute_to): Renamed from mi_run_to. Changed all callers.
5425
5426 2002-09-10  Keith Seitz  <keiths@redhat.com>
5427
5428         * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
5429         regexp for stopping at main. Could have multiple event notifications.
5430         Don't assume that main was declared with no parameters.
5431         (mi_next): Use mi_step_to.
5432         (mi_step): Use mi_next_to.
5433
5434 2002-09-09  Corinna Vinschen  <vinschen@redhat.com>
5435
5436         * gdb.base/default.exp: Fix expected string in `info float' test.
5437
5438 2002-09-09  Ben Elliston  <bje@redhat.com>
5439
5440         * config/mips.exp: Update comments.
5441         * config/mips-idt.exp: Likewise.
5442         * config/nind.exp: Likewise.
5443         * config/slite.exp: Likewise.
5444         * config/sparclet.exp: Likewise.
5445         * config/udi.exp: Likewise.
5446         * config/vx.exp: Likewise.
5447         * config/vxworks29k.exp: Likewise.
5448
5449 2002-09-05  Jim Blandy  <jimb@redhat.com>
5450
5451         * gdb.threads/killed.exp: Fix test failure message.
5452
5453 2002-09-04  Keith Seitz  <keiths@redhat.com>
5454
5455         * lib/mi-support.exp: Update copyright.
5456         (mi_gdb_test): Increase the priority of the expected pattern
5457         so that it matches gdb_test.
5458
5459 2002-09-03  Keith Seitz  <keiths@redhat.com>
5460
5461         * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
5462         Use integer comparison instead of string comparison for testing
5463         whether binary was built.
5464
5465 2002-09-03  Jim Blandy  <jimb@redhat.com>
5466
5467         * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
5468
5469 2002-08-29  Jim Blandy  <jimb@redhat.com>
5470
5471         * gdb.threads/pthreads.exp: Move the portable thread compilation
5472         code into a function in lib/gdb.exp, and call that from here.
5473         * lib/gdb.exp (gdb_compile_pthreads): New function.
5474
5475 2002-08-29  Keith Seitz  <keiths@redhat.com>
5476
5477         * lib/mi-support.exp (mi_gdb_test): Add global declaration for
5478         expect_out so that callers can get at it.
5479
5480 2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
5481
5482         * gdb.threads/print-threads.c: New file.
5483         * gdb.threads/print-threads.exp: New file.
5484         * gdb.threads/schedlock.c: New file.
5485         * gdb.threads/schedlock.exp: New file.
5486
5487 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
5488
5489         * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
5490         not altivec.c.
5491
5492 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
5493
5494         * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
5495         targets.  The problem should be fixed now.
5496
5497 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
5498
5499         * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
5500         2002-07-24 change that removes final dots from error messages.
5501
5502 2002-08-13  Tom Tromey  <tromey@redhat.com>
5503
5504         * gdb.base/readline.exp: New file.
5505
5506 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
5507
5508         * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
5509         supress message.
5510
5511 2002-08-01  Andrew Cagney  <cagney@redhat.com>
5512
5513         * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
5514         CHILL_FOR_TARGET and CHILL_LIB.
5515         * configure.in (configdirs): Remove gdb.chill.
5516         * configure: Regenerate.
5517         * lib/gdb.exp: Obsolete references to chill.
5518         * gdb.fortran/types.exp: Ditto.
5519         * gdb.fortran/exprs.exp: Ditto.
5520
5521 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
5522
5523         * gdb.base/shlib-call.exp (additional_flags): Conditionally
5524         set Irix-specific compile and link flags.
5525
5526 2002-07-29  Kevin Buettner  <kevinb@redhat.com>
5527
5528         * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
5529         source files.  The ``-o'' option doesn't work with the ``-E'' option
5530         when using the Irix compiler.
5531
5532 2002-07-19  Daniel Jacobowitz  <drow@mvista.com>
5533
5534         * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
5535         Improve support for reusing an exec file.  Copy exec file
5536         to target, and run gdbserver on the target instead of on the host.
5537
5538 2002-07-18  Jim Blandy  <jimb@redhat.com>
5539
5540         * gdb.base/ending-run.exp: Don't expect to see the program end in
5541         some orderly fashion when we're running on a real stand-alone
5542         board.
5543
5544         * gdb.base/interrupt.exp: Correct logic for skipping tests on
5545         targets that don't support interrupts.
5546
5547 2002-07-10  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
5548
5549         * gdb.base/attach.exp: Add patterns to match output from /proc-based
5550         systems.
5551         Move comments in expect statements to inside the actions, so that they
5552         don't get matched against.
5553
5554 2002-07-10  Mark Kettenis  <kettenis@gnu.org>
5555
5556         * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
5557         function when asleep" test.
5558
5559 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
5560
5561         * gdb.base/page.exp: Rewrite to handle problems with very long
5562         `info set' output.  Update copyright.
5563
5564 2002-06-26  Andrew Cagney  <ac131313@redhat.com>
5565
5566         * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
5567         gdb.threads-hp.
5568         * gdb.hp/configure: Regenerate.
5569         * gdb.hp/gdb.threads-hp/configure.in: Delete file.
5570         * gdb.hp/gdb.threads-hp/configure: Delete file.
5571         * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
5572
5573 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
5574
5575         * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
5576         setlocale, bindtextdomain and textdomain.
5577
5578 2002-06-11  Jim Blandy  <jimb@redhat.com>
5579
5580         * lib/gdb.exp (get_debug_format): Tolerate message saying whether
5581         preprocessor macro information is present.
5582
5583         * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
5584         tests.
5585
5586 2002-06-06  Michael Snyder  <msnyder@redhat.com>
5587
5588         * gdb.base/overlays.exp: Record addresses of overlay
5589         functions in TCL variables rather than in GDB variables,
5590         to avoid having GDB convert them to pointers (with loss
5591         of information).
5592
5593         * gdb.base/d10v.ld: Merge in several years worth of
5594         default linker script changes.
5595         * gdb.base/long_long.exp: Add check for sizeof (long double).
5596
5597 2002-06-06  Michal Ludvig  <mludvig@suse.cz>
5598
5599         * gdb.asm/asm-source.exp: Add x86-64 target.
5600         * gdb.asm/x86_64.inc: New.
5601
5602 2002-05-30  Michael Chastain  <mec@shout.net>
5603
5604         From Benjamin Kosnik <bkoz@redhat.com>:
5605         * gdb.c++/m-static.cc: New file.
5606         * gdb.c++/m-static.exp: New file.
5607
5608 2002-05-28  Michael Snyder  <msnyder@redhat.com>
5609
5610         * gdb.base/call-ar-st.exp: Allow for reduced floating point
5611         precision.
5612
5613 2002-05-27  Michael Chastain  <mec@shout.net>
5614
5615         From Benjamin Kosnik <bkoz@redhat.com>:
5616         * gdb.c++/m-data.cc: New file.
5617         * gdb.c++/m-data.exp: New file.
5618
5619 2002-05-27  Michael Chastain  <mec@shout.net>
5620
5621         From Benjamin Kosnik <bkoz@redhat.com>:
5622         * gdb.c++/try_catch.cc: New file.
5623         * gdb.c++/try_catch.exp: New file.
5624
5625 2002-05-27  Michael Chastain  <mec@shout.net>
5626
5627         * gdb.c++/local.exp: Accept more nested types in output.
5628
5629 2002-05-26  Michael Chastain  <mec@shout.net>
5630
5631         * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
5632
5633 2002-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
5634
5635         * lib/gdb.exp (gdb_wrapper_init): Just because
5636         gdb_wrapper_file exists, this does not mean that the file
5637         should not be rebuilt.  That is what gdb_wrapper_initialized
5638         is for.
5639         (default_gdb_init): Reset gdb_wrapper_initialized.
5640
5641 2002-05-23  Michael Snyder  <msnyder@redhat.com>
5642
5643         * gdb.base/all-bin.exp: Revise previous patch by just reducing
5644         the precision of the floating point test results.
5645         * gdb.base/call-rt-st.exp: Ditto.
5646
5647         * gdb.base/all-bin.exp: Allow for reduced floating point precision.
5648         * gdb.base/call-rt-st.exp: Ditto.
5649
5650 2002-05-19  Michael Chastain  <mec@shout.net>
5651
5652         * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
5653
5654 2002-05-19  Elena Zannoni  <ezannoni@redhat.com>
5655
5656         * configure.in (configdirs): Add gdb.arch.
5657         * configure: Regenerate.
5658
5659 2002-05-17  Jim Blandy  <jimb@redhat.com>
5660
5661         * gdb.base/completion.exp: Recognize the more detailed error
5662         messages produced by the macro expander's lexical analyzer.
5663
5664 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
5665
5666         * gdb.arch/altivec-abi.c: New file.
5667         * gdb.arch/altivec-abi.exp: New file.
5668         * gdb.arch/altivec-regs.c: New file.
5669         * gdb.arch/altivec-regs.exp: New file.
5670
5671 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
5672
5673         * gdb.base/maint.exp (maint print type): Update for new type
5674         structure.
5675
5676 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
5677
5678         * gdb.arch: New directory.
5679         * gdb.arch/configure.in: New file.
5680         * gdb.arch/configure: New file.
5681         * gdb.arch/Makefile.in: New file.
5682
5683 2002-05-13  Corinna Vinschen  <vinschen@redhat.com>
5684
5685         * gdb.asm/asm-source.exp: Add v850 as supported target.
5686         * gdb.asm/v850.inc: New file.
5687
5688 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
5689
5690         * gdb.c++/annota2.exp (annotate-quit): Add comment.
5691
5692 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
5693
5694         * gdb.base/break.exp: Check 'break "marker2"'.
5695
5696 2002-05-10  Michael Snyder  <msnyder@redhat.com>
5697
5698         * gdb.base/long_long.exp: Fix typo.
5699
5700 2002-05-10  Jim Blandy  <jimb@redhat.com>
5701
5702         * gdb.base/printcmds.exp: Don't xfail the ptype command.  This is
5703         a bug.
5704
5705         * gdb.base/printcmds.exp (test_integer_literals_rejected):
5706         Recognize more detailed error message produced by the macro
5707         expander's lexical analyzer.
5708         * lib/gdb.exp (test_print_reject): Same.
5709
5710 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
5711
5712         * gdb.c++/method.exp: Fix typo.
5713
5714 2002-05-08  Michael Snyder  <msnyder@redhat.com>
5715
5716         * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
5717         * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
5718         * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
5719         * gdb.base/long_long.exp: Merge clauses for arm and xscale.
5720         Add iftarget clause for strongarm.
5721
5722 2002-05-06  Michael Snyder  <msnyder@redhat.com>
5723
5724         * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
5725         (gdb_continue_to_end): Accept output from status wrapper.
5726         * gdb.base/ending-run.exp: Add case for output from status wrapper.
5727         Clean up fail messages to match pass messages.
5728
5729         Enable the "needs_status_wrapper" testsuite feature.
5730         * lib/gdb.exp (gdb_wrapper_init): New procedure.
5731         (gdb_compile): Conditionally call gdb_wrapper_init.
5732         * gdb.base/a2-run.exp: Recognize output from status wrapper.
5733         * gdb.c++/method.exp: Recognize output from status wrapper.
5734
5735 2002-05-06  Ben Elliston  <bje@redhat.com>
5736 From Graydon Hoare  <graydon@redhat.com>
5737
5738         * config/sid.exp: Include support for "rawsid" protocol.
5739
5740 2002-05-03  Jim Blandy  <jimb@redhat.com>
5741
5742         * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
5743         * gdb.c++/hang3.C: New file.
5744
5745 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
5746
5747         * gdb.base/default.exp: Remove obsolete code.
5748         * gdb.c++/misc.exp: Ditto.  Update copyright.
5749         * gdb.c++/cplusfuncs.exp: Ditto.  Update copyright.
5750         * gdb.base/whatis.exp: Ditto.  Update copyright.
5751         * gdb.base/scope.exp: Ditto.  Update copyright.
5752         * gdb.base/ptype.exp: Ditto.  Update copyright.
5753         * gdb.base/printcmds.exp: Ditto.  Update copyright.
5754         * gdb.base/opaque.exp: Ditto.  Update copyright.
5755         * gdb.base/list.exp: Ditto.
5756         * gdb.base/funcargs.exp: Ditto.  Update copyright.
5757         * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
5758         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
5759         * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
5760         * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
5761         * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
5762         * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
5763
5764 2002-05-02  Michael Snyder  <msnyder@redhat.com>
5765
5766         * gdb.base/watchpoint.exp: Add xscale target.
5767         * gdb.base/long_long.exp: Add xscale target.
5768         * gdb.base/default.exp: Add xscale target.
5769
5770 2002-05-01  Jim Blandy  <jimb@redhat.com>
5771
5772         * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
5773         gdb.c++/hang.exp: New test.
5774
5775 2002-05-01  Fred Fish  <fnf@redhat.com>
5776
5777         * gdb.base/completion.exp: Handle completions of "./Make" for
5778         more than one completion possibility, as is the case when we
5779         build and test in the source tree.
5780
5781 2002-04-29  Anthony Green  <green@redhat.com>
5782
5783         * gdb.java/jmisc1.exp: New file.
5784         * gdb.java/jmisc2.exp: New file.
5785
5786 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
5787
5788         * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
5789
5790 2002-04-23  Elena Zannoni  <ezannoni@redhat.com>
5791
5792         * gdb.base/help.exp: Change 'help status' to allow for target
5793         dependent output differences.
5794
5795 2002-04-22  Michael Chastain  <mec@shout.net>
5796
5797         * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
5798
5799 2002-04-22  Michael Chastain  <mec@shout.net>
5800
5801         * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
5802
5803 2002-04-17  David S. Miller  <davem@redhat.com>
5804
5805         * gdb.asm/sparc64.inc: New file.
5806         * gdb.asm/asm-source.exp: Handle sparc64-*-*.
5807
5808 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
5809
5810         * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
5811         instruction file directly into the build tree.  Clean up at end of
5812         test.
5813
5814 2002-04-18  David S. Miller  <davem@redhat.com>
5815
5816         * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
5817         handle 64-bit platforms correctly.
5818         * gdb.base/maint.exp: Likewise.
5819
5820 2002-04-18  Kevin Buettner  <kevinb@redhat.com>
5821
5822         * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
5823         ``-fpic'' when compiling files comprising a shared library, but
5824         it does need additional linker flags in order to find shared
5825         libraries at run time.
5826
5827 2002-04-18  Kevin Buettner  <kevinb@redhat.com>
5828
5829         * gdb.base/cvexpr.c (use): New function.
5830         (main): Invoke use() on all global variables to prevent
5831         some linkers from deleting these otherwise unused symbols.
5832
5833 2002-04-17  Michael Chastain  <mec@shout.net>
5834 From David S. Miller  <davem@redhat.com>
5835
5836         * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
5837         handle 64-bit platforms correctly.
5838
5839 2002-04-12  Michael Snyder  <msnyder@redhat.com>
5840 From Jim Blandy  <jimb@redhat.com>
5841         * gdb.base/foo.c (foox): Remove section attribute; the linker
5842         script can handle this instead.
5843         * gdb.base/bar.c (barx): Same.
5844         * gdb.base/baz.c (bazx): Same.
5845         * gdb.base/grbx.c (grbxx): Same.
5846
5847         * gdb.base/overlays.exp: New test: check that GDB's manual overlay
5848         manager doesn't automatically unmap overlays unnecessarily.
5849
5850 2002-04-10  Martin M. Hunt  <hunt@redhat.com>
5851
5852         * gdb.base/ending-run.exp: Fix pattern for Mips targets
5853         stepping out of main.
5854
5855 2002-04-09  Michael Chastain  <mec@shout.net>
5856
5857         * gdb.c++/local.cc (main): Move call to marker1() inside nested
5858         scope so that the nested scope tests will make sense.
5859         * gdb.c++/local.exp: Write patterns that actually work with gcc
5860         (the HP patterns "were never known to work with gcc").
5861         Keep the old aCC patterns too.
5862
5863 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
5864
5865         * gdb.base/attach.exp: Correct target board test.
5866
5867 2002-04-08  Michael Chastain  <mec@shout.net>
5868
5869         * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
5870         in a const method.  Add some xfail and fail cases for configurations
5871         that do not emit the "const ...".
5872
5873 2002-04-07  Michael Chastain  <mec@shout.net>
5874
5875         * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
5876         Accept "A * const" and "const A * const" as type of "this".
5877         Fix spelling of getFunky throughout.  Make messages uniform.
5878
5879 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
5880
5881         Work around for PR gdb/285:
5882         * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
5883
5884 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
5885
5886         * gdb.asm/asm-source.exp: Build symbolic link to arch specific
5887         instructions file at run time instead of configure time.
5888         Sometimes we run the test in a directory that is not the one we
5889         configured in.
5890         * gdb.asm/configure.in: Delete creation of symlink.
5891         * gdb.asm/configure: Regenerate.
5892
5893 2002-04-05  J. Brobecker  <brobecker@gnat.com>
5894
5895         * gdb.gdb/xfullpath.exp: New test, to exercise the new
5896         xfullpath () function.
5897
5898 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
5899
5900         * gdb.asm/Makefile.in: Correct dependencies.
5901
5902         * gdb.asm/powerpc.inc: New file.
5903         * gdb.asm/asm-source.exp: Add PowerPC.
5904         * gdb.asm/configure.in: Likewise.
5905         * gdb.asm/configure: Regenerated.
5906
5907 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
5908
5909         * gdb.base/relocate.exp: New file.
5910         * gdb.base/relocate.c: New file.
5911
5912 2002-04-04  Fred Fish  <fnf@redhat.com>
5913
5914         * gdb.base/step-test.exp: Update comment regarding stopping in
5915         memcpy/bcopy calls inserted as part of the compiler runtime.
5916
5917 2002-04-04  Michael Snyder  <msnyder@redhat.com>
5918
5919         * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
5920
5921 2002-04-03  Daniel Jacobowitz  <drow@mvista.com>
5922
5923         * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
5924         (gdb_expect): Remove $notransfer hack.
5925
5926 2002-04-02  Daniel Jacobowitz  <drow@mvista.com>
5927
5928         * gdb.c++/classes.exp ("calling method for small class"): Match
5929         updated register output.
5930
5931 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
5932
5933         Fix PR gdb/452
5934         * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
5935         when finished.  Make gdb_file_cmd send "exec-file" when
5936         appropriate.
5937
5938 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
5939
5940         * gdb.base/attach.exp: Remove extra setup_xfail.
5941
5942 2002-03-26  Michael Snyder  <msnyder@redhat.com>
5943
5944         * gdb.base/default.exp: Add tests for dump, append, and restore.
5945         * gdb.base/help.exp: Add tests for dump, append, and restore.
5946         * gdb.base/dump.exp: New file, test dump, append and restore.
5947         * gdb.base/dump.c: New file.
5948
5949 2002-03-27  Michael Snyder  <msnyder@redhat.com>
5950
5951         * gdb.base/help.exp: Modify expect strings to reflect
5952         clean-ups in help messages.
5953
5954 2002-03-26  Fred Fish  <fnf@redhat.com>
5955
5956         * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
5957         have debugging info for those functions and the compiler uses them
5958         internally to copy structs around.
5959
5960 2002-03-26  Fred Fish  <fnf@redhat.com>
5961
5962         * gdb.base/list.exp: Revert the change made yesterday and add note
5963         about why we don't list the default lines for remote targets.
5964
5965 2002-03-25  Michael Snyder  <msnyder@redhat.com>
5966
5967         * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
5968
5969 2002-03-25  Fred Fish  <fnf@redhat.com>
5970
5971         * gdb.base/list.exp: This test works on remote targets so remove
5972         the short circuit for remote targets.  Update copyright.
5973
5974 2002-03-25  Fred Fish  <fnf@redhat.com>
5975
5976         * gdb.base/attach.exp: Fix logic error that was suppressing this
5977         test for all non hppa*-*-hpux* targets, instead of the hp target.
5978         Move comments closer to the suppression point.  Also now need to
5979         check that we are running natively.
5980
5981 2002-03-22  Michael Snyder  <msnyder@redhat.com>
5982
5983         * gdb.base/default.exp: Add test for gcore.  Update copyright.
5984         * gdb.base/help.exp: Add test for gcore.  Update copyright.
5985
5986 2002-03-06  Fred Fish  <fnf@redhat.com>
5987
5988         * gdb.base/funcargs.c:  Remove extraneous ';' character.
5989         * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
5990
5991 2002-03-04  Michael Chastain  <mec@shout.net>
5992
5993         * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
5994         accommodate gcc v3 function signature.
5995         * gdb.mi/mi0-var-cmd-exp: Ditto.
5996
5997 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
5998
5999         * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
6000         ``GNU/Linux'' or ``Linux kernel''
6001         * testsuite/gdb.threads/pthreads.c: Ditto.
6002
6003 2002-02-24  Michael Chastain  <mec@shout.net>
6004
6005         * gdb.threads/pthreads.c (thread1): Add a return statement.
6006         (thread2): Likewise.
6007         (foo): Likewise.
6008
6009 2002-02-23  Michael Chastain  <mec@shout.net>
6010
6011         * gdb.threads/linux-dp.c (philosopher): Add a return statement
6012         to placate gcc.
6013
6014 2002-02-23  Michael Chastain  <mec@shout.net>
6015
6016         * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
6017         test "ptype bint".  The test passes on all my stabs configurations.
6018
6019 2002-02-21  Jim Blandy  <jimb@redhat.com>
6020
6021         * gdb.asm/asm-source.exp: Parse the output from `info sources' one
6022         filename at a time, and watch for the ones we want to see.
6023
6024         * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
6025         types of pointers to prototyped functions.
6026
6027 2002-02-20  Andrew Cagney  <ac131313@redhat.com>
6028
6029         * gdb.base/sizeof.c (main): Call fill_structs.  Print value of
6030         signed, unsigned and straight char.
6031         (padding_char, padding_short, padding_int, padding_long,
6032         padding_long_long, padding_float, padding_double,
6033         padding_long_double): New global variables.
6034         (fill, fill_structs): New functions.
6035
6036         * gdb.base/sizeof.exp: Check for signed and unsigned char.  Check
6037         for correctly sized writes.  Update copyright.
6038         (get_valueof): New procedure.
6039         (get_sizeof): Call get_valueof.
6040         (check_valueof): New procedure.
6041         (check_padding): New procedure.
6042
6043 2002-02-20  Michael Chastain  <mec@shout.net>
6044
6045         * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
6046         to setup_xfail.  Document some of the remaining calls.
6047
6048 2002-02-18  Michael Chastain  <mec@shout.net>
6049
6050         * gdb.c++/userdef.exp: Update copyright year.
6051
6052 2002-02-18  Daniel Jacobowitz  <drow@mvista.com>
6053
6054         * gdb.c++/userdef.exp: Test overloaded operators properly.
6055         Remove xfails.
6056
6057 2002-02-14  Michael Snyder  <msnyder@redhat.com>
6058
6059         * gdb.base/gcore.exp: Relax recognition of function breakpoint.
6060
6061 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
6062
6063         * gdb.base/a2-run.exp: Check for a remote target properly.
6064         * gdb.base/annota1.exp: Likewise.
6065         * gdb.base/list.exp: Likewise.
6066         * gdb.base/reread.exp: Likewise.
6067         * gdb.base/scope.exp: Likewise.
6068         * gdb.base/shlib-call.exp: Likewise.
6069         * gdb.base/term.exp: Likewise.
6070         * gdb.c++/annota2.exp: Likewise.
6071
6072 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
6073
6074         * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
6075
6076 2002-02-10  Michael Chastain  <mec@shout.net>
6077
6078         * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
6079         (call_after_alloca): Ditto.
6080
6081 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
6082
6083         * gdb.base/ending-run.exp: Guard "cont" test with
6084         gdb_skip_stdio_test.
6085
6086 2002-02-06  Jim Blandy  <jimb@redhat.com>
6087
6088         * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
6089         from here...
6090         * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
6091         To here.  Disable this test on non-HP platforms.  Add big comment.
6092
6093 2002-02-04  Michael Snyder  <msnyder@redhat.com>
6094
6095         * gdb.base/ovlymgr.c  (ovly_copy): Generalize for targets
6096           other than d10v and m32r.
6097
6098 2002-02-02  Richard Earnshaw  <rearnsha@arm.com>
6099
6100         * gdb.base/default.exp: Rewrite test patterns to reduce time
6101         taken to match them.
6102
6103 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
6104
6105         * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
6106         Allow a start function above main.
6107         * gdb.threads/linux-dp.exp: Fix copyright date.
6108
6109 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
6110
6111         * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
6112         (check_philosopher_stack): Check for manager thread before checking
6113         for a just-starting thread.
6114
6115 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
6116
6117         From Neil Booth <neil@daikokuya.demon.co.uk>:
6118         * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
6119         warnings.
6120
6121 2002-01-21  Fred Fish  <fnf@redhat.com>
6122
6123         * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
6124         not caller.
6125
6126 2002-01-21  Jim Blandy  <jimb@redhat.com>
6127
6128         * gdb.base/reread.exp: Check that GDB properly re-reads the
6129         executable file when it changes while no inferior is running.
6130
6131 2002-01-21  Fred Fish  <fnf@redhat.com>
6132
6133         * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
6134         optionally accept the "shlib events" variation.
6135
6136 2002-01-21  Jim Blandy  <jimb@redhat.com>
6137
6138         * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
6139         call `fflush' after every `printf', so that the output is produced
6140         at predictable points, regardless of whatever buffering does (or
6141         doesn't) take place.
6142         * gdb.base/ending-run.exp: Adjust tests to expect output to appear
6143         at different points.
6144
6145 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
6146
6147         * gdb.c++/inherit.exp: Update copyright years.
6148         * gdb.c++/method.exp: Likewise.
6149
6150 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
6151
6152         * gdb.c++/classes.exp: Update for improved v3 support and skipping
6153         artificial methods/arguments.
6154         * gdb.c++/derivation.exp: Likewise.
6155         * gdb.c++/inherit.exp: Likewise.
6156         * gdb.c++/method.exp: Likewise.
6157         * gdb.c++/virtfunc.exp: Likewise.
6158
6159 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
6160
6161         * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
6162         * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
6163         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
6164         * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
6165         * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
6166         * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
6167
6168 2002-01-17  Jim Blandy  <jimb@redhat.com>
6169
6170         * gdb.asm/asm-source.exp (info symbol): Take another shot at
6171         anchoring the pattern matching the entry point symbol's name.
6172
6173 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
6174
6175         * gdb.base/maint.exp: Update ``maint internal-error'' to match
6176         continue/quit query.  Update copyright.
6177
6178 2002-01-14  Michael Snyder  <msnyder@redhat.com>
6179
6180         * gdb.base/gcore.exp: Remove extra debugging output.
6181
6182 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
6183
6184         * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
6185         for slightly dubious v2 mangled string.
6186
6187 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
6188
6189         * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
6190
6191 2002-01-10  Jason Merrill  <jason@redhat.com>
6192
6193         * gdb.c++/namespace.exp: Accept trailing const for 'this'.
6194
6195         * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
6196         constructors.
6197         * gdb.c++/derivation.exp: Likewise.
6198         * gdb.c++/templates.exp: Likewise.
6199         * gdb.c++/virtfunc.exp: Likewise.
6200
6201 2002-01-10  Michael Snyder  <msnyder@redhat.com>
6202
6203         * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
6204
6205 2002-01-08  Michael Snyder  <msnyder@redhat.com>
6206
6207         * gdb.base/gcore.exp: New test for generate-core-file command.
6208         * gdb.base/gcore.c: Testcase for above.
6209         * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
6210
6211 2002-01-08  Jason Merrill  <jason@redhat.com>
6212
6213         * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
6214
6215 2002-01-07  Fred Fish  <fnf@redhat.com>
6216
6217         * gdb.c++/overload.exp: Remove unconditional xfails for:
6218         print foo_instance1.overloadargs(1)
6219         print foo_instance1.overloadargs(1, 2)
6220         print foo_instance1.overloadargs(1, 2, 3)
6221         print foo_instance1.overloadargs(1, 2, 3, 4)
6222         print foo_instance1.overloadargs(1, 2, 3, 4, 5)
6223         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
6224         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
6225         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
6226         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
6227         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
6228         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
6229         print foo_instance1.overload1arg()
6230         print foo_instance1.overload1arg((char)arg2)
6231         print foo_instance1.overload1arg((signed char)arg3)
6232         print foo_instance1.overload1arg((unsigned char)arg4)
6233         print foo_instance1.overload1arg((int)arg7)
6234         print foo_instance1.overload1arg((unsigned int)arg8)
6235         print foo_instance1.overload1arg((float)arg11)
6236         print foo_instance1.overload1arg((double)arg12)
6237
6238 2002-01-07  Michael Snyder  <msnyder@redhat.com>
6239
6240         * gdb.base/huge.exp: New test.  Print a very large target data object.
6241         (skip_huge_test): New test variable.  Define if you want to skip this
6242         test.  The test reads an 8 megabyte data object from the target, so it
6243         might be very time consuming on remote targets with a slow connection.
6244         * gdb.base/huge.c: New file.  Test case for above.
6245
6246 2002-01-07  Fred Fish  <fnf@redhat.com>
6247
6248         * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
6249         g_instance.bfoo, and g_instance.cfoo.
6250
6251 Mon Jan  7 12:22:18 2002  Jeffrey A Law  (law@redhat.com)
6252
6253         * gdb.base/break.c (multi_line_if_conditional): New function.
6254         (multi_ilne_while_conditional): Likewise.
6255         * gdb.base/break.exp: Verify that a breakpoint on a multi-line
6256         IF or WHILE condition puts the breakpoint at the start of
6257         the condition.
6258
6259         * gdb.base/selftest.exp (backtrace through signal handler): Remove
6260         hppa*-*-hpux* expected failure.
6261         * gdb.base/structs.exp (do_function_calls): Similarly.
6262
6263         * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
6264         watchpoints.
6265
6266 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
6267
6268         Fix PR gdb/66.
6269         * gdb.base/structs.exp: Replace skip for a29k with skip for
6270         gdb,cannot_call_functions.
6271         * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
6272         * gdb.base/callfuncs.exp: Ditto.
6273         * gdb.base/call-rt-st.exp: Ditto.
6274         * gdb.base/call-strs.exp: Ditto.
6275         * gdb.base/callfwmall.exp: Ditto.
6276         * gdb.base/scope.exp: Obsolete xfail a29k.
6277         * gdb.c++/misc.exp: Ditto.
6278         * gdb.c++/cplusfuncs.exp: Ditto.
6279         * gdb.base/ptype.exp: Ditto.
6280         * gdb.base/printcmds.exp: Ditto.
6281         * gdb.base/opaque.exp: Ditto.
6282         * gdb.base/list.exp: Ditto.
6283         * gdb.base/funcargs.exp: Ditto.
6284         * gdb.base/default.exp: Ditto.
6285
6286 2002-01-04  Michael Snyder  <msnyder@redhat.com>
6287
6288         * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
6289         * gdb.base/maint.exp: Add tests for maint info sections options.
6290
6291 Fri Dec 21 09:42:11 2001  Jeffrey A Law  (law@redhat.com)
6292
6293         * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
6294
6295 2001-12-20  Corinna Vinschen  <vinschen@redhat.com>
6296
6297         * gdb.asm/arm.inc: New file.
6298         * gdb.asm/asm-source.exp: Add arm targets.
6299         * gdb.asm/configure.in: Ditto.
6300         * gdb.asm/configure: Recreated from configure.in.
6301
6302 Thu Dec 20 09:54:36 2001  Jeffrey A Law  (law@redhat.com)
6303
6304         * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
6305         with HP's compiler.
6306         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
6307         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
6308         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
6309         * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
6310
6311         * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
6312         either HP's compilers or GCC.
6313
6314         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
6315         a SIGBUS or SIGSEGV.
6316
6317         * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
6318
6319         * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
6320         can be compiled with either HP's compiler or GCC.
6321
6322         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
6323         * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
6324         * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
6325
6326         * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
6327         to match current gdb output.  Update due to using auto-solib-limit
6328         for limiting instead of overloading auto-solib-add.
6329         * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
6330         test program.
6331
6332         * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
6333         * gdb.hp/gdb.base-hp/dollar.exp: Likewise
6334         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
6335         * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
6336         * gdb.hp/gdb.base-hp/reg.exp: Likewise.
6337         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
6338         * gdb.hp/gdb.defects/bs15503.exp: Likewise.
6339         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
6340         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
6341         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
6342         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
6343         * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
6344         * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
6345
6346         * gdb.base/annota1.exp: Expect failure for hpux11 when posting
6347         a SIGTRAP to the inferior.
6348
6349 2001-12-19  Corinna Vinschen  <vinschen@redhat.com>
6350
6351         * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
6352         Substitute call to target_link by call to gdb_compile.
6353
6354 Wed Dec 19 14:10:57 2001  Jeffrey A Law  (law@redhat.com)
6355
6356         * gdb.base/break.exp: Fix HP specific search string when testing
6357         backtracing in a called function.
6358
6359         * gdb.base/constvars.exp: Only set lang to C++ if we're
6360         compiling the test with HP's compilers.
6361         * gdb.base/volatile.exp: Similarly.
6362
6363 2001-12-19  Jim Blandy  <jimb@redhat.com>
6364
6365         * gdb.base/printcmds.exp: Expect the null character to be printed
6366         as '\0', and the '\013' to be printed as '\v'.
6367         * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
6368         * gdb.base/setvar.exp: Same.
6369
6370 2001-12-17  Jim Blandy  <jimb@redhat.com>
6371
6372         * gdb.base/completion.exp: Rather than completing very long
6373         filenames, which can make the readline library produce output we
6374         don't recognize, cd to the directory first, and then complete
6375         using nice, short relative paths.
6376
6377         * gdb.base/completion.exp: On some systems, there is, in fact, a
6378         variable named `b' in scope, since GDB treats all static
6379         variables as being in scope.  So use `no_var_named_this'
6380         instead of `b'.
6381
6382         * gdb.base/corefile.exp: Recognize the message saying that GDB
6383         can't find the core file's registers as a failure.
6384
6385 2001-12-13  Jackie Smith Cashion  <jsmith@redhat.com>
6386
6387         * gdb.base/commands.exp (user_defined_command_test): Make "show user"
6388         test expect string more specific.
6389
6390 2001-12-13  Corinna Vinschen  <vinschen@redhat.com>
6391
6392         * gdb.asm/asm-source.exp: Add support for xstormy16.
6393         * gdb.asm/configure.in: Ditto.
6394         * gdb.asm/configure: Rebuild.
6395         * gdb.asm/xstormy16.inc: New file.
6396
6397 2001-12-10  Fred Fish  <fnf@redhat.com>
6398
6399         * gdb.base/maint.exp: Update to match changes in type dumping code.
6400
6401 2001-12-10  Jim Blandy  <jimb@redhat.com>
6402
6403         * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
6404         matching the entry point symbol's name at the beginning of the
6405         line.
6406
6407 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
6408
6409         * gdb.c++/classes.exp, gdb.c++/derivation.exp,
6410         gdb.c++/inherit.exp, gdb.c++/method.exp,
6411         gdb.c++/namespace.exp, gdb.c++/templates.exp,
6412         gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
6413         and class layout support.
6414
6415 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
6416
6417         * gdb.c++/classes.exp: Add test for static member function.
6418         * gdb.c++/misc.cc: Add class with static member function.
6419
6420 2001-12-07  Jim Blandy  <jimb@redhat.com>
6421
6422         If GDB says it can't find the struct the function returned, report
6423         those tests as `unsupported'.
6424         * gdb.base/call-rt-st.exp (print_struct_call): New function.
6425         Rewrite subsequent tests to use it.
6426
6427         If GDB says it can't find the struct the function returned, report
6428         those tests as `unsupported'.
6429         * gdb.base/structs.exp (call_struct_func): New function.
6430         (do_function_calls): Use call_struct_func to call the functions
6431         returning structs.
6432
6433         * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
6434         whether functions are prototyped or not, so we can't possibly pass
6435         arguments to t_float_values2 properly.
6436
6437         * gdb.base/break.exp: (test_next_with_recursion): Don't change the
6438         value of `timeout' for targets other than the mips*tx39-*.
6439
6440 2001-12-06  Michael Snyder  <msnyder@redhat.com>
6441
6442         * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
6443         and detect whether the start symbol has a leading underscore.
6444
6445 2001-12-04  Jim Blandy  <jimb@redhat.com>
6446
6447         * gdb.base/completion.exp: Clarify indentation.
6448
6449 2001-12-03  Jim Blandy  <jimb@redhat.com>
6450
6451         * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
6452         variables on the S/390, not `.word'.
6453
6454 2001-11-30  Jim Blandy  <jimb@redhat.com>
6455
6456         Add assembly-source tests for s390-ibm-linux.
6457         * gdb.asm/s390.inc: New file.
6458         * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
6459         the S/390 architecture.
6460         * gdb.asm/configure: Regenerated.
6461
6462 2001-11-30  Michael Snyder  <msnyder@redhat.com>
6463
6464         * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
6465         next, info source, info sources, info line, global and static
6466         variables, and static functions.
6467         * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
6468         * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
6469         * gdb.asm/asmsrc1.s: Add a static function and some variables.
6470         * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
6471         * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
6472         (gdbasm_leave): Restore frame pointer.
6473         (gdbasm_startup): Copy stack set-up from crt0.S.
6474
6475 2001-11-26  Fernando Nasser  <fnasser@redhat.com>
6476
6477         From 2001-11-12 Jackie Smith Cashion  <jsmith@redhat.com>:
6478         * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
6479         to a local (non-static) variable. Copy tstruct.a to a static buffer
6480         and return a pointer to that buffer.
6481         * gdb.base/callfwmall.c (t_structs_a): Ditto.
6482
6483 2001-11-24  Mark Kettenis  <kettenis@gnu.org>
6484
6485         * gdb.asm/configure.in: Fix recognition of ix86 target.
6486         * gdb.asm/configure: Regenerate.
6487
6488 2001-11-21  Michael Snyder  <msnyder@redhat.com>
6489
6490         * gdb.asm/sparc.inc: New file.
6491         * gdb.asm/asm-source.exp: Recognize sparc target.
6492         * gdb.asm/configure.in: Recognize sparc target.
6493         * gdb.asm/configure: Regenerate.
6494
6495 2001-11-21  Michael Snyder  <msnyder@redhat.com>
6496
6497         * gdb.asm/m32r.inc: New file.
6498         * gdb.asm/asm-source.exp: Recognize m32r target.
6499         * gdb.asm/configure.in: Recognize m32r target.
6500         * gdb.asm/configure: Regenerate.
6501
6502 2001-11-20  Michael Snyder  <msnyder@redhat.com>
6503
6504         * gdb.asm/i386.inc: New file.
6505         * gdb.asm/asm-source.exp: Recognize ix86 target.
6506         * gdb.asm/configure.in: Recognize ix86 target.
6507         * gdb.asm/configure: Regenerate.
6508
6509         * gdb.c++/namespace.exp: Fix quotes in output messages.
6510
6511 2001-11-14  Michael Snyder  <msnyder@redhat.com>
6512
6513         * gdb.base/code-expr.exp: New file.  Tests use of the "@code"
6514         qualifier in a type cast expression, to designate an address
6515         in the instruction space (Harvard architecture).
6516
6517 2001-11-13  Michael Snyder  <msnyder@redhat.com>
6518
6519         * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
6520         Tests for expressions using 'const' and 'volatile'.
6521
6522 2001-11-13  Corinna Vinschen  <vinschen@redhat.com>
6523
6524         * gdb.asm/asm-sources.exp: Allow defining linker flags.
6525
6526 2001-11-12  Daniel Jacobowitz  <drow@mvista.com>
6527
6528         * lib/mi-support.exp (mi_run_to_helper): Move comments
6529         outside of gdb_expect.
6530
6531 2001-11-11  Daniel Jacobowitz  <drow@mvista.com>
6532
6533         * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
6534         mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
6535         mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
6536         mi0_run_to): New functions.
6537         * gdb.mi/mi-simplerun.exp: Use them.
6538         * gdb.mi/mi0-simplerun.exp: Likewise.
6539         * gdb.mi/mi-var-cmd.exp: Likewise.
6540         * gdb.mi/mi0-var-cmd.exp: Likewise.
6541
6542 2001-11-10  Andrew Cagney  <ac131313@redhat.com>
6543
6544         * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
6545         * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
6546
6547 2001-11-09  Andrew Cagney  <ac131313@redhat.com>
6548
6549         * gdb.base/restore.exp: Include $expected value in restored test
6550         message.
6551
6552 2001-11-09  Andrew Cagney  <ac131313@redhat.com>
6553
6554         * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
6555         implemented.
6556
6557 2001-11-08  Michael Snyder  <msnyder@redhat.com>
6558
6559         * gdb.base/callfuncs.exp: Add tests for nested call dummies.
6560         Add pass/fail message for stop at breakpoint in call dummy function.
6561
6562 2001-11-07  Michael Snyder  <msnyder@redhat.com>
6563
6564         * gdb.c++/templates.exp (test_template_breakpoints):
6565         If we get an overload menu, but it does not match what
6566         we expect, we still need to issue the "cancel" command.
6567         * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
6568         making the whitespace optional.  Argument for "new" may be
6569         "unsigned" as well as "unsigned int/long".
6570         * gdb.c++/templates.exp: Replace "const &" with "const ?&",
6571         making the whitespace optional.  Also replace "(void) with
6572         "((void|)), making the keyword "void" optional.
6573         * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
6574         making the whitespace optional.  Also replace "(void) with
6575         "((void|)), making the keyword "void" optional.
6576         * gdb.base/callfuncs.c (t_float_values): This function must
6577         _not_ be prototyped, and the following function (t_float_values2)
6578         must be prototyped (if the compiler supports it), so that GDB
6579         can be tested against both cases.  Usually one case involves
6580         promotion of float to double, while the other does not.
6581         * gdb.base/callfwmall.c: Ditto.
6582         * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
6583         includes a stack frame for "start".
6584
6585 2001-11-05  Jim Blandy  <jimb@redhat.com>
6586
6587         * gdb.stabs/weird.exp: Delete "p v_comb" test.  It assumes that
6588         pointers are 32 bits long, and that offsets of relocs are always
6589         stored in the data (REL-style), and not in the reloc entry itself
6590         (RELA-style).
6591         * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
6592         stabs.
6593
6594 2001-11-01  Michael Snyder  <msnyder@redhat.com>
6595
6596         * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
6597         and regular expression operators by using quoting.
6598
6599 2001-10-31  Michael Snyder  <msnyder@redhat.com>
6600
6601         * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
6602         depending on what the symbol table contains.
6603         * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
6604         the output of the ptype command.  Similarly, accept both "const &"
6605         and "const&".
6606
6607 2001-10-31  Corinna Vinschen  <vinschen@redhat.com>
6608
6609         * gdb.base/miscexprs.c (main): Add usage of preprocessor
6610         symbol `STORAGE' to allow to choose the storage class of
6611         the local datastructures.
6612         * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
6613         compiler directive.
6614
6615 2001-10-30  Michael Snyder  <msnyder@redhat.com>
6616
6617         * gdb.base/jump.exp: Allow it to run for all targets.
6618
6619 2001-10-29  Corinna Vinschen  <vinschen@redhat.com>
6620
6621         * gdb.base/call-ar-st.c (print_double_array): Match for loop
6622         with new double_array size.
6623         (main): Change storage class of all local variables to static.
6624         Reduce size of double_array to 9.
6625         * gdb.base/call-ar-st.exp:  Increase timeout value.
6626         Change expected output for double array to match new size in
6627         call-ar-st.c.
6628
6629 2001-10-29  Corinna Vinschen  <vinschen@redhat.com>
6630
6631         * gdb.base/ending-run.exp: Create identical output when passing
6632         `step to end of run' case.  Add regular expression branch satisfying
6633         Stormy16 target.
6634
6635 2001-10-28  Mark Kettenis  <kettenis@gnu.org>
6636
6637         * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
6638         that we catch the expected failure under Linux/x86.
6639
6640 2001-10-29  Orjan Friberg  <orjanf@axis.com>
6641
6642         * gdb.base/setvar.exp: Escape curly braces.
6643         * gdb.stabs/weird.exp: Ditto.
6644
6645 2001-10-27  Daniel Jacobowitz  <drow@mvista.com>
6646
6647         * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
6648         * gdm.mi/mi0-hack-cli.exp: Likewise.
6649
6650 2001-10-25  Andrew Cagney  <ac131313@redhat.com>
6651
6652         * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
6653         messages.
6654
6655 2001-10-21  Andrew Cagney  <ac131313@redhat.com>
6656
6657         * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
6658         checking MI enabled.
6659
6660 2001-10-09  Corinna Vinschen  <vinschen@redhat.com>
6661
6662         * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
6663
6664 2001-10-04  Frank Ch. Eigler  <fche@redhat.com>
6665
6666         * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
6667         if gdb child process crashes, just signal an error.
6668
6669 2001-10-02  Jim Blandy  <jimb@redhat.com>
6670
6671         * lib/gdb.exp (test_xfail_format): Simplify.
6672
6673         * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
6674         front of the variable name `format'.  Simplify `if'.
6675
6676 2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
6677
6678         * gdb.threads/pthreads.exp: Wait for output and delay
6679         before sending ^C.
6680
6681 2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
6682
6683         * gdb.mi/mi-var-display.exp (continue to incr_a):  Recognize
6684         some incorrect output instead of timing out.
6685         * gdb.mi/mi-var-display.exp (continue to incr_a):  Likewise.
6686
6687 2001-09-28  Corinna Vinschen  <vinschen@redhat.com>
6688
6689         * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
6690         check to allow additional `int'.
6691
6692 2001-09-27  Daniel Jacobowitz  <drow@mvista.com>
6693
6694         * gdb.base/completion.exp: Remove incorrect 'p "a' test.
6695         Add tests for 'p "break' (pass) and 'p "break.' (xfail).
6696
6697 2001-09-27  Michael Snyder  <msnyder@redhat.com>
6698
6699         * lib/gdb.exp (test_debug_format): New proc.
6700         (setup_xfail_format): Use new proc test_debug_format.
6701         * gdb.base/constvars.exp (local_compiler_xfail_check): New
6702         proc; use new service proc test_debug_format.
6703         Replace all other "gcc_compiled" tests with this test.
6704         * gdb.base/volatile.exp (local_compiler_xfail_check): New
6705         proc; use new service proc test_debug_format.
6706         Replace all other "gcc_compiled" tests with this test.
6707
6708 2001-09-27  Michael Snyder  <msnyder@redhat.com>
6709
6710         * gdb.base/cvexpr.exp: New file.
6711         * gdb.base/cvexpr.c: New file
6712         Test for expressions using const and volatile keywords.
6713
6714 2001-09-26  Corinna Vinschen  <vinschen@redhat.com>
6715
6716         * gdb.base/constvars.exp: Check for different orders of keywords
6717         and additional "int" strings in output.
6718
6719 2001-09-22  Andrew Cagney  <ac131313@redhat.com>
6720
6721         * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
6722         responses from "help maint".
6723
6724 2001-09-19  Frank Ch. Eigler  <fche@redhat.com>
6725
6726         * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
6727         to localhost:NNN instead of :NNN, in case Xvfb is listening
6728         only on TCP.
6729
6730 2001-09-19  Corinna Vinschen  <vinschen@redhat.com>
6731
6732         * gdb.base/recurse.exp: When checking leaving the watchpoint
6733         scope, recognize when gdb is in function's epilogue and pass.
6734
6735 2001-09-18  Keith Seitz  <keiths@redhat.com>
6736
6737         * lib/insight-support.exp (_gdbtk_export_target_info): Add
6738         support for running tests against sid targets.
6739         (gdbtk_done): Ditto.
6740
6741 2001-09-18  Corinna Vinschen  <vinschen@redhat.com>
6742
6743         * gdb.base/ending-run.c (main): Set stdout buffersize
6744         to the same reasonable value for any target.
6745         * gdb.base/ending-run.exp: Add a regular expression
6746         to make testsuite happy on Sanyo Stormy16 target.
6747
6748 2001-09-17  Corinna Vinschen  <vinschen@redhat.com>
6749
6750         * gdb.base/display.c (do_loops): Add float variable `f'.
6751         Increment f in loop.
6752         * gdb.base/display.exp: Increment timeout by 60 seconds.
6753         Change float display test to use variable `f'.
6754
6755 2001-09-17  Jim Blandy  <jimb@redhat.com>
6756
6757         * gdb.base/restore.exp: Use temporary breakpoints, to avoid
6758         overflowing the limited breakpoint tables on some ROM monitors
6759         (like the ROM68K).
6760
6761 2001-09-15  Frank Ch. Eigler  <fche@redhat.com>
6762
6763         * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
6764         the "-ac" (disable access control) flag.
6765
6766 2001-08-30  Jeff Holcomb  <jeffh@redhat.com>
6767
6768         * gdb.base/remote.c: Use a small buffer for targets with 16-bit
6769         ints.
6770
6771 2001-08-30  Keith Seitz  <keiths@redhat.com>
6772
6773         * lib/gdb.exp: Move all insight-related functionality into
6774         separate file.
6775         * lib/insight-support.exp: New file.
6776
6777 2001-08-29  Frank Ch. Eigler  <fche@redhat.com>
6778
6779         * config/sid.exp (sid_start): Never set sid verbosity; disable
6780         expect_background {} that consumed its stdout; tolerate </dev/null.
6781         Attempt to set endianness override in "sid" protocol mode.  Cleanup.
6782
6783 2001-08-18  Andrew Cagney  <ac131313@redhat.com>
6784
6785         * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
6786         CLI jump command to start it.
6787         (mi_run_to_main): Fail immediatly when unexpected output.
6788
6789 2001-08-18  Andrew Cagney  <ac131313@redhat.com>
6790
6791         * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
6792         beginning of function.  Fix PR gdb/191.
6793
6794 2001-08-16  Frank Ch. Eigler  <fche@redhat.com>
6795
6796         * config/sid.exp (sid_start): Don't warn if we cannot figure out
6797         what to force sid endianness to.
6798
6799 2001-08-15  Keith Seitz  <keiths@redhat.com>
6800
6801         * lib/gdb.exp (gdbtk_start): Don't set environment
6802         variables for TCL_LIBRARY and friends. Insight will
6803         now figure these out for itself.
6804
6805 2001-08-02  Michael Snyder  <msnyder@redhat.com>
6806
6807         * gdb.base/completion.exp: Remove the symbol "a64l" from
6808         the expect string; this is target-specific, and not related
6809         to what is being tested.
6810
6811 2001-08-02  Dave Brolley  <brolley@redhat.com>
6812
6813         * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
6814
6815 2001-07-25  Michael Snyder  <msnyder@redhat.com>
6816
6817         * gdb.base/consecutive.exp: New file.  Test stepping over
6818         breakpoints on consecutive instructions.
6819         * gdb.base/consecutive.c: New file.
6820
6821         * gdb.base/call-rt-st.exp: Use double-backslash to quote
6822         curly braces in regular expressions.
6823
6824 2001-07-25  Michael Snyder  <msnyder@redhat.com>
6825
6826         * gdb.base/ending-run.exp: Accept "Program exited normally" as
6827         legitimate output from stepping out of main.
6828
6829 2001-07-22  Keith Seitz  <keiths@redhat.com>
6830
6831         * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
6832         the empty string, do not run the tests.
6833
6834 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6835
6836         * gdb.base/long_long.exp: Detect size of pointer.  Take into
6837         account 2-byte pointers when testing for p/a results.
6838
6839 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6840
6841         * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
6842         and defined to 1K for m68hc11.
6843         (random_data): Reduce table to 1K for embedded platforms (68hc11).
6844         * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
6845         (sizeof_random_data): New variable to tell the size of the data table;
6846         don't test past this size; always run to main.
6847
6848 2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6849
6850         * gdb.base/return2.exp: return of long long and double fails for
6851         68HC11; don't execute these tests on that platform.
6852         * gdb.base/return.exp: Return of a double fails for 68hc11.
6853
6854 2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6855
6856         * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
6857         tests that print a float.
6858         * call-rt-st.exp: Likewise.
6859
6860 2001-07-12  Mark Kettenis  <kettenis@gnu.org>
6861
6862         * gdb.base/so-impl-ld.exp: Remove stray space that prevented
6863         running this test on Linux.
6864
6865 2001-06-24  Michael Chastain  <chastain@redhat.com>
6866
6867         * gdb.base/arithmet.exp: Remove some tests to make all test names
6868         unique.
6869
6870 2001-07-03  Michael Snyder  <msnyder@redhat.com>
6871
6872         * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
6873         the output of the ptype command.
6874
6875 2001-07-02  Michael Snyder  <msnyder@redhat.com>
6876
6877         * gdb.base/completion.exp: Don't assume that break.c is the only
6878         source file that may contain functions named "marker".
6879         * gdb.base/corefile.exp: Quote the curly braces in regexp.
6880
6881 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
6882
6883         * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
6884         of files to delete.
6885
6886         From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
6887         * gdb.disasm/h8300s.exp: New file.
6888         gdb.disasm/h8300s.s: Likewise.
6889
6890 2001-06-27  Andrew Cagney  <ac131313@redhat.com>
6891
6892         * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
6893         empty breakpoint tables.
6894
6895 2001-06-25  Andrew Cagney  <ac131313@redhat.com>
6896
6897         * lib/mi-support.exp: Update args=... part of stop-reason
6898         patterns. Accept either a list or a tuple.
6899
6900 2001-06-23  Andrew Cagney  <ac131313@redhat.com>
6901
6902         * lib/mi-support.exp: Remove local emacs variable defining
6903         change-log-default-name.
6904
6905 2001-06-22  Michael Chastain  <chastain@redhat.com>
6906
6907         * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
6908         This is operationally compatible with the previous version.
6909
6910 2001-06-13  Jim Blandy  <jimb@redhat.com>
6911
6912         * lib/gdb.exp (gdb_test): Doc fix.
6913
6914 2001-06-10  Michael Chastain  <chastain@redhat.com>
6915
6916         * gdb.base/exprs.exp: Remove a duplicate test.
6917
6918 2001-06-06  Jim Blandy  <jimb@redhat.com>
6919
6920         * gdb.base/return2.exp (main): Use values to test float and double
6921         returns that are not NaN's, to avoid being confused by IEEE
6922         comparison rules.
6923
6924 2001-06-04  Michael Snyder  <msnyder@redhat.com>
6925
6926         * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
6927         non-zero if control_c fails.  Terminate the test on failure,
6928         rather than wait for 12 more tests to time out.
6929
6930 2001-06-06  Jim Blandy  <jimb@redhat.com>
6931
6932         * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
6933         Don't forget to match the GDB prompt.
6934
6935         * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
6936
6937 2001-06-04  Jim Blandy  <jimb@redhat.com>
6938
6939         * gdb.base/help.exp: Update pattern to exclude `print-load-map'
6940         command.
6941
6942 2001-05-31  Kevin Buettner  <kevinb@redhat.com>
6943
6944         * gdb.base/annota1.exp (info break): Match four or more spaces
6945         after "Address".
6946
6947 2001-05-31  Michael Chastain  <chastain@redhat.com>
6948
6949         * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
6950         (dm_type_int_star): Likewise.
6951         (dm_type_long_star): Likewise.
6952         (dm_type_void_star): Likewise.
6953
6954 2001-05-29  Kevin Buettner  <kevinb@redhat.com>
6955
6956         * gdb.base/completion.exp (INPUTRC): Set this environment variable
6957         to a known value in order to get consistent results regardless
6958         of the setting of INPUTRC or the presence or contents of .inputrc.
6959
6960 2001-05-24  Michael Snyder  <msnyder@redhat.com>
6961
6962         * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
6963         Don't require that the main thread and the manager thread are the
6964         first in the list.
6965
6966         * gdb.threads/pthreads.exp (test_startup): Relax test for thread
6967         debugging.  If test fails, issue an "unsupported" not a "fail".
6968
6969 2001-05-24  Jim Blandy  <jimb@redhat.com>
6970
6971         Don't assume that short is shorter than int.
6972         * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
6973         assume that shorts are smaller than ints.  On a 16-bit machine,
6974         this isn't true.
6975         ("print unsigned char == (~0)"): Add test that verifies that ~0,
6976         an int, is not equal to ~0 stored in an unsigned char.  This tests
6977         the same thing that the previous test meant to, but works on
6978         16-bit machines, too.
6979         ("print unsigned char != (~0)"): Same test, complemented.
6980
6981 2001-05-24  Michael Snyder  <msnyder@redhat.com>
6982
6983         * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
6984         test for (full_coverage == 0).  This makes the test run faster,
6985         and prevents dejagnu getting out of step.
6986
6987 2001-05-23  Kevin Buettner  <kevinb@redhat.com>
6988
6989         * gdb.base/finish.exp (finish_void): Revise pattern for
6990         stopping on the call statement to not permit stopping at
6991         the start of the instructions comprising the call sequence.
6992
6993 2001-05-19  Michael Chastain  <chastain@redhat.com>
6994
6995         * gdb.base/callfuncs.exp: Make all test names unique.
6996         * gdb.base/commands.exp: Make all test names unique.
6997         * gdb.base/condbreak.exp: Make all test names unique.
6998         * gdb.base/dbx.exp: Make all test names unique.
6999         * gdb.base/default.exp: Make all test names unique.
7000         * gdb.base/define.exp: Make all test names unique.  Conform some FAIL
7001         and TIMEOUT messages to their corresponding PASS message.
7002         * gdb.base/ending-run.exp: Make all test names unique.
7003         * gdb.base/long_long.exp: Remove duplicate test.
7004
7005 2001-05-21  Kevin Buettner  <kevinb@redhat.com>
7006
7007         * gdb.base/finish.exp (finish_void): Allow "finish" command to
7008         stop on the call statement as well as the statement after the
7009         call.
7010
7011 2001-05-21  Michael Snyder  <msnyder@redhat.com>
7012
7013         * gdb.base/long_long.exp: Allow for targets with 4-byte short.
7014
7015 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
7016
7017         * gdb.base/completion.exp: Revamp test. Make it execute on all
7018         platforms.
7019
7020 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
7021
7022         * config/gdbserver.exp (gdb_load): Handle the case
7023         in which the arguments to gdbserver are given in the
7024         baseboard configuration file.
7025         Also handle the case in which the server needs to do a
7026         load.
7027
7028 2001-05-07  Keith Seitz <keiths@cygnus.com>
7029
7030         * lib/gdb.exp (gdbtk_initialize_display): New proc which will
7031         set up the display for testing.
7032         (gdbtk_start): Convert all paths to paths that tcl will like.
7033         Export target information to environment.
7034         (_gdbtk_xvfb_init): New proc to start Xvfb if available and
7035         necessary.
7036         (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
7037         (to_tcl_path): New proc to convert a given pathname into
7038         a path acceptible as an argument to a tcl command.
7039         (_gdbtk_export_target_info): New proc to export target info
7040         into the environment for gdbtk testing.
7041         (gdbtk_done): New proc to signal end-of-test.
7042
7043 2001-05-06  Jim Blandy  <jimb@redhat.com>
7044
7045         * restore.c: Make the code of caller0 correspond to its comment.
7046
7047 2001-05-03  Michael Snyder  <msnyder@redhat.com>
7048
7049         * config/sid.exp (gdb_target_sid): Check for error messages.
7050         On error or timeout, don't make expect exit (which will terminate
7051         all subsequent tests); instead just make gdb exit.
7052         (gdb_load): Check for error messages.  On error or timeout,
7053         return a negative value.
7054
7055 2001-04-24  Jim Blandy  <jimb@redhat.com>
7056
7057         * gdb.c++/templates.exp: If we see the prompt for the overload
7058         list, but we haven't recognized any of the longer patterns,
7059         arrange for this test to fail, not hang.
7060
7061         * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
7062         variations.
7063
7064 2001-04-22  Michael Chastain  <chastain@redhat.com>
7065
7066         * gdb.c++/local.exp: Use the 'runto' library function.
7067         * gdb.c++/namespace.exp: Likewise.
7068         * gdb.c++/overload.exp: Likewise.
7069
7070 2001-03-26  Kevin Buettner  <kevinb@redhat.com>
7071
7072         * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
7073         * gdb.base/step-line.exp: New file.  Test step/next in presence of
7074         #line directives.
7075         * gdb.base/step-line.c: New file.  Test program for the above.
7076         * gdb.base/step-line.inp: New file.  We pretend that this file has
7077         been transformed by some other tool into step-line.c.
7078
7079 2001-03-21  Jim Blandy  <jimb@redhat.com>
7080
7081         * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
7082         unmangled operator names.
7083
7084 2001-03-20  Jim Blandy  <jimb@redhat.com>
7085
7086         * gdb.threads/linux-dp.exp: Recognize an additional message
7087         generated by GDB when it doesn't understand how to debug threads
7088         on the target system.
7089
7090 2001-03-19  Andrew Cagney  <ac131313@redhat.com>
7091
7092         * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
7093
7094 2001-03-12  Michael Chastain  <chastain@redhat.com>
7095
7096         * gdb.c++/derivation.exp: Use the 'runto' library function.
7097
7098 2001-03-12  Michael Chastain  <chastain@redhat.com>
7099
7100         * gdb.c++/annota2.exp: Fix regular expression for "post-query".
7101
7102 2001-02-24  Michael Chastain  <chastain@redhat.com>
7103
7104         * gdb.c++/ref-types.exp: Change handwritten code to library
7105         function 'runto'.
7106
7107 2001-03-16  Orjan Friberg  <orjanf@axis.com>
7108
7109         * gdb.base/signals.exp: Set count to 0 explicitly.
7110
7111 2001-03-15  Mark Salter  <msalter@redhat.com>
7112
7113         * config/monitor.exp (gdb_target_cmd): Add explicit error return.
7114         (gdb_target_monitor): Add check of gdb_target_cmd return value.
7115         (gdb_load): Add support for additional target_info: gdb_download_size
7116         and gdb_load_timeout.
7117
7118 Thu Mar  8 16:06:00 2001  David Taylor  <taylor@redhat.com>
7119
7120         * gdb.base/annota1.exp: Move test of isnative to earlier in the
7121         file -- to prevent failing when the compile fails but we have no
7122         intention of running the tests anyway.
7123
7124         * gdb.base/long_long.exp: Test target_info for no_long_long, skip
7125         tests if set.
7126
7127         * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
7128         integers.
7129
7130         * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
7131         * gdb.c++/namespace.exp: Ditto.
7132
7133 2001-03-07  Orjan Friberg  <orjanf@axis.com>
7134
7135         * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
7136         * gdb.base/pointers.exp: Relax pattern match of decimals.
7137
7138 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
7139
7140         * Makefile.in, config/abug.exp, config/cfdbug.exp,
7141         config/cpu32bug.exp, config/dve.exp, config/est.exp,
7142         config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
7143         config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
7144         config/monitor.exp, config/proelf.exp, config/rom68k.exp,
7145         config/sh.exp, config/sid.exp, config/slite.exp,
7146         config/sparclet.exp, config/udi.exp, config/unknown.exp,
7147         config/vr4300.exp, config/vr5000.exp, config/vx.exp,
7148         config/vxworks.exp, config/vxworks29k.exp,
7149         gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
7150         gdb.base/all-bin.exp, gdb.base/annota1.exp,
7151         gdb.base/arithmet.exp, gdb.base/assign.exp,
7152         gdb.base/async.exp, gdb.base/attach.exp,
7153         gdb.base/bitfields.exp, gdb.base/bitops.exp,
7154         gdb.base/break.exp, gdb.base/call-ar-st.exp,
7155         gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
7156         gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
7157         gdb.base/commands.exp, gdb.base/completion.exp,
7158         gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
7159         gdb.base/constvars.exp, gdb.base/corefile.exp,
7160         gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
7161         gdb.base/display.exp, gdb.base/ena-dis-br.exp,
7162         gdb.base/ending-run.exp, gdb.base/environ.exp,
7163         gdb.base/eval-skip.exp, gdb.base/exprs.exp,
7164         gdb.base/finish.exp, gdb.base/foll-exec.exp,
7165         gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
7166         gdb.base/funcargs.exp, gdb.base/help.exp,
7167         gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
7168         gdb.base/logical.exp, gdb.base/long_long.exp,
7169         gdb.base/maint.exp, gdb.base/mips_pro.exp,
7170         gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
7171         gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
7172         gdb.base/pointers.exp, gdb.base/printcmds.exp,
7173         gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
7174         gdb.base/regs.exp, gdb.base/relational.exp,
7175         gdb.base/remote.exp, gdb.base/reread.exp,
7176         gdb.base/restore.exp, gdb.base/return2.exp,
7177         gdb.base/scope.exp, gdb.base/sect-cmd.exp,
7178         gdb.base/selftest.exp, gdb.base/setshow.exp,
7179         gdb.base/setvar.exp, gdb.base/shlib-call.exp,
7180         gdb.base/sigall.exp, gdb.base/signals.exp,
7181         gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
7182         gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
7183         gdb.base/step-test.exp, gdb.base/structs.c,
7184         gdb.base/structs.exp, gdb.base/structs2.exp,
7185         gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
7186         gdb.base/volatile.exp, gdb.base/watchpoint.exp,
7187         gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
7188         gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
7189         gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
7190         gdb.c++/derivation.exp, gdb.c++/inherit.exp,
7191         gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
7192         gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
7193         gdb.c++/ref-types.exp, gdb.c++/templates.exp,
7194         gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
7195         gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
7196         gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
7197         gdb.fortran/types.exp, gdb.java/jmisc.exp,
7198         gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
7199         gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
7200         gdb.trace/actions.exp, gdb.trace/backtrace.exp,
7201         gdb.trace/circ.exp, gdb.trace/collection.exp,
7202         gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
7203         gdb.trace/limits.exp, gdb.trace/packetlen.exp,
7204         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
7205         gdb.trace/report.exp, gdb.trace/save-trace.exp,
7206         gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
7207         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
7208         lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
7209         notices.
7210
7211 2001-02-27  Michael Snyder  <msnyder@cygnus.com>
7212
7213         * gdb.base/varargs.c (find_max_double): Fix printf format string:
7214         first arg is int not float.
7215
7216 2001-02-22  Michael Snyder  <msnyder@cygnus.com>
7217
7218         * gdb.base/reread.exp: Unsupported for non-native targets;
7219         doesn't work for remote debugging.
7220
7221 2001-02-19  Fernando Nasser  <fnasser@redhat.com>
7222
7223         From  Drew Moseley  <dmoseley@redhat.com>
7224         * gdb.base/ending-run.exp: Properly handle the BSP state when
7225         stepping past the end of main.
7226
7227 2001-02-19  John Moore  <jmoore@redhat.com>
7228
7229         * gdb.base/commands.exp (infrun_breakpoint_command_test):
7230         Converted HPUX fix for non-expected items following multiple
7231         step commands into general solution for all platforms.
7232
7233 2001-02-18  Michael Chastain  <chastain@redhat.com>
7234
7235         * gdb.c++/classes.exp (do_tests): Change runto statements
7236         from "runto 'foo(void)'" to "runto 'foo'".  This makes the
7237         statements demangler agnostic.
7238         * gdb.c++/virtfunc.exp (do_tests): Likewise.
7239         (gdb_virtfunc_restart): Likewise.
7240
7241 2001-02-14  Michael Chastain  <chastain@redhat.com>
7242
7243         * gdb.c++/inherit.exp (do_tests): Change runto statements
7244         from "runto 'foo(void)'" to "runto 'foo'".  This makes the
7245         statements demangler agnostic.
7246
7247 Sun Feb  4 17:32:21 2001  Andrew Cagney  <cagney@redhat.com>
7248
7249         * gdb.threads/pthreads.exp: Unify pass/fail messages for
7250         ``continue to bkpt at common_routine in thread 2'' and ``stopped
7251         before calling common_routine 15 times'' tests.
7252
7253 2001-02-11  Michael Chastain  <chastain@redhat.com>
7254
7255         * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
7256         Helps the test script figure out which demangler is in use.
7257         (dm_type_foo_ref): Ditto.
7258         (dm_type_int_star): Ditto.
7259         (dm_type_long_star): Ditto.
7260         (dm_type_unsigned_int): Ditto.
7261         (dm_type_void): Ditto.
7262         (dm_type_void_star): Ditto.
7263         * gdb.base/cplusfuncs.exp (probe_demangler): New function.
7264         Probe the gdb demangler and set variables to accommodate
7265         formatting differences.
7266         (info_func_regexp): New function.  Same as info_func, but
7267         matches against a regexp.
7268         (info_func): Match against a literal string.
7269         (print_addr_2): New function.  Match against a literal string,
7270         which can be different from the input to gdb.
7271         (print_addr): Simply call print_addr_2 with the same argument twice.
7272         (test_lookup_operator_functions): Use demangler formatting variables.
7273         Blow away the xfails and workarounds for gnats gdb bug gdb/18.  Sort
7274         the tests in the same order as the C++ class declaration.
7275         (test_paddr_operator_functions): Ditto.
7276         (test_paddr_overloaded_functions): Ditto.
7277         (test_paddr_hairy_functions): Use demangler formatting variables.
7278         Add reference to gdb/19 for related tests.
7279         (do_tests): Call probe_demangler.
7280
7281 2001-01-30  Kevin Buettner  <kevinb@redhat.com>
7282
7283         * gdb.c++/templates.cc (printf): Remove unused function definition.
7284
7285 2001-01-26  Felix Lee  <flee@redhat.com>
7286
7287         * sid.exp (sid_exit): Pass host, not target, to remote_close.
7288
7289 2001-01-25  matthew green  <mrg@redhat.com>
7290
7291         * config/sid.exp (sid_start): Call `remote_push_conn' after firing
7292         up sid.
7293         (sid_exit): Call `remote_pop_conn' after GDB is gone.
7294
7295 2001-01-25  matthew green  <mrg@redhat.com>
7296
7297         * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
7298         Deprecate $sid_spawn_id.
7299         (sid_exit): Remove code necessary only for `spawn.'
7300
7301 2001-01-25  matthew green  <mrg@redhat.com>
7302
7303         * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
7304
7305 2001-01-28  Michael Chastain  <chastain@redhat.com>
7306
7307         * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
7308         to call when tests fail.  It takes gdb out of the overloaded
7309         function choice menu back to the main prompt, so that the test
7310         program stays synchronized.
7311         (set_bp_overloaded): New proc to collect all the common
7312         code for setting a breakpoint on an overloaded name.  Calls
7313         take_gdb_out_of_choice_menu when needed.
7314         (menu_overload1arg): New variable to collect the repeated
7315         instances of the expected menu for an overloaded name.  Change
7316         the regular expression to handle changes in g++ type encoding:
7317         "void" can be either "void" or "", and "unsigned int" can be
7318         either "unsigned int" or "unsigned".
7319         (continue_to_bp_overloaded): Change regular expressions to handle
7320         changes in g++ type encoding.
7321         (no proc): Call take_gdb_out_of_choice_menu when needed.
7322         Remove redundant calls to "info break".  Accept either "canceled"
7323         or "cancelled".  Change regular expressions in "info break"
7324         calls to handle changes in g++ type encoding.  Give all tests
7325         unique strings.
7326
7327 2001-01-17  Ben Elliston  <bje@redhat.com>
7328
7329         * config/sid.exp: New file.
7330
7331 Fri Jan 12 18:29:01 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7332
7333         * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
7334
7335 2000-12-21  Michael Snyder  <msnyder@cygnus.com>
7336
7337         * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
7338         Add a RE to accept a non-ascii char if one is ever presented.
7339
7340 2000-12-20  Fernando Nasser  <fnasser@redhat.com>
7341
7342         * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
7343
7344 2000-12-18  Michael Snyder  <msnyder@cygnus.com>
7345
7346         * gdb.base/setvar.exp: Use double '\\' to quote curly braces
7347         in regexp.  One '\' does not suffice on Linux.
7348
7349 2000-12-09  Michael Chastain  <chastain@redhat.com>
7350
7351         * gdb.base/break.exp (test_clear_command): Use a marker function
7352         rather than 'main' for the test function.  Also move this
7353         test to an execution point where the marker function names are
7354         guaranteed to be bound to functions.  (Executing tests after a
7355         'finish' from main runs into name conflicts with local names
7356         in __libc_start_main).
7357
7358 2000-12-07  Michael Snyder  <msnyder@cygnus.com>
7359
7360         * gdb.base/finish.exp: New test for gdb's "finish" command.
7361         * gdb.base/return2.exp: New test for gdb's "return" command.
7362         * gdb.base/return2.c: New source file for above.
7363
7364 2000-12-05  Michael Snyder  <msnyder@cygnus.com>
7365
7366         * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
7367         * gdb.base/miscexprs.exp: Ditto.
7368         * gdb.base/pointers.exp:  Ditto.
7369         * gdb.c++/derivation.exp: Ditto.
7370         * gdb.c++/local.exp:      Ditto.
7371         * gdb.c++/namespace.exp:  Ditto.
7372         * gdb.c++/overload.exp:   Ditto.
7373         * gdb.c++/ref-types.exp:  Ditto.
7374
7375 2000-12-05  Michael Snyder  <msnyder@cygnus.com>
7376
7377         * gdb.base/constvars.exp: Test result of "up" command.
7378         * gdb.base/miscexprs.exp: Ditto.
7379         * gdb.base/pointers.exp:  Ditto.
7380         * gdb.base/scope.exp:     Ditto.
7381         * gdb.c++/derivation.exp: Ditto.
7382         * gdb.c++/local.exp:      Ditto.
7383         * gdb.c++/namespace.exp:  Ditto.
7384         * gdb.c++/overload.exp:   Ditto.
7385         * gdb.c++/ref-types.exp:  Ditto.
7386
7387 2000-11-22  Michael Chastain  <chastain@redhat.com>
7388
7389         * mips_pro.exp: Accept either "middle -> top -> main" or
7390         "middle -> main" in the backtrace, because gcc can optimize
7391         tail calls to jumps.  Remove setup_xfail for the hppa case.
7392         Add a comment with the original warning messages from PR 3016,
7393         which was filed in 1993, to preserve them for posterity.
7394
7395 2000-11-17  Nick Duffek  <nsd@redhat.com>
7396
7397         * lib/gdb.exp (gdb_test): Override timeout with board info.
7398
7399 2000-11-17  Nick Duffek  <nsd@redhat.com>
7400
7401         * gdb.base/display.exp: Don't kill running stub.  Add "again" to
7402         the second kill and detach messages.
7403
7404 2000-11-17  Nick Duffek  <nsd@redhat.com>
7405
7406         * configure.in: Add AC_EXEEXT.
7407         * configure: Regenerate.
7408         * Makefile.in (just-check): Export EXEEXT.
7409         * lib/gdb.exp ($EXEEXT): Import from environment.
7410         * gdb.base/maint.exp: Expect $EXEEXT in executable name.  Don't
7411         expect "maint dump-me" on Cygwin.
7412         * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
7413         $EXEEXT.
7414
7415 2000-11-17  Nick Duffek  <nsd@redhat.com>
7416
7417         * gdb.base/break.exp: Test backtrace and finish from called
7418         function on all platforms, not just HP-UX.
7419
7420 2000-11-03  Michael Snyder  <msnyder@cygnus.com>
7421
7422         * config/monitor.exp (gdb_target_cmd): Abstracts some of the
7423         code from gdb_target_monitor, so it can be used independantly
7424         for gdbserver.  Also comment out an unnecessary PUTS.
7425
7426 2000-11-03  Michael Snyder  <msnyder@cygnus.com>
7427
7428         * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
7429         * gdb.base/corefile.exp: Expect the message "Program is being
7430         debugged already" when we send the "corefile" command, since
7431         the preceeding gdb_load may have connected gdb to a remote target.
7432         * gdb.base/display.exp: Disable hardware watchpoints if new
7433         board info variable "no_hardware_watchpoints" is true.
7434         Replace single-letter commands with more readable ones.
7435         * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
7436         if new board info variable "no_hardware_watchpoints" is true.
7437         * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
7438         to see if stdio (printf) testing is possible.
7439         * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
7440         board info variable "no_hardware_watchpoints" is true.  Use new
7441         proc "gdb_skip_stdio_tests" to see if printf tests are possible.
7442
7443 2000-11-13  Fernando Nasser  <fnasser@redhat.com>
7444
7445         From Orjan Friberg  <orjanf@axis.com>:
7446         * gdb.base/printcmds.exp: Escape curly braces followed by a number
7447         in array print pattern match.
7448
7449 2000-11-09  Fernando Nasser  <fnasser@redhat.com>
7450
7451         * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
7452         spelling "cancelled" to U.S. spelling "canceled" to match changes
7453         made to gdb.
7454         * gdb.c++/ovldbreak.exp: Ditto.
7455
7456 2000-11-06  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7457
7458         * gdb.base/callfuncs.c (main):  Moved to end of file, call
7459         t_double_values to initialize the FPU before inferior calls are made.
7460         * gdb.base/callfuncs.exp:  Test for register preservation after calling
7461         inferior functions.  Add tests for continuining, finishing and
7462         returning from a stop in a call dummy.
7463
7464 2000-10-24  Michael Snyder  <msnyder@cygnus.com>
7465
7466         * gdb.base/commands.exp: Break up long lines, and re-indent.
7467
7468 2000-10-19  Michael Snyder  <msnyder@cygnus.com>
7469
7470         * config/gdbserver.exp:  Rewritten from the ground up, to make it
7471         compatible with the current dejagnu tree, and to make it work with
7472         the new "gdbserver" in libremote.
7473
7474 2000-10-16  Michael Snyder  <msnyder@cygnus.com>
7475
7476         * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
7477         * gdb.base/varargs.exp: Skip entire test if no printf support.
7478         * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
7479         * gdb.base/shlib-call.exp: Skip several tests if no printf support.
7480
7481 2000-10-13  Michael Snyder  <msnyder@cygnus.com>
7482
7483         * lib/gdb.exp (gdb_skip_float_test): New proc.  Skip test if
7484         no floating point support.
7485         (gdb_skip_stdio_test): New proc.  Skip test if no stdio support.
7486         * gdb.base/call-ar-st.exp: Use above procs to skip tests.
7487         * gdb.base/call-rt-st.exp: Ditto.
7488         * gdb.base/call-strs.exp: Ditto.
7489
7490 2000-08-02  Jimmy Guo  <guo@hpcleara.cup.hp.com>
7491
7492         * gdb.base/sizeof.c: include <stdio.h>.
7493
7494         * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
7495         'finish', otherwise uncaptured gdb_prompt would potentially
7496         throw remaining test points out of sync.
7497
7498 2000-07-26  Scott Bambrough <scottb@netwinder.org>
7499
7500         * gdb.base/recurse.exp: Run tests for all targets.
7501         * gdb.base/so-impl-ld.exp: Added wildcard to handle the
7502         gnu-oldld case on ARM.
7503         * gdb.base/watchpoint.exp (test_stepping): Clear xfail
7504         for ARM targets.
7505
7506 Mon Jul 24 07:46:02 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
7507
7508         * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
7509         * gdb.java/configure: Rebuild.
7510
7511 Sun Jul 23 21:42:34 2000  Anthony Green  <green@redhat.com>
7512
7513         * gdb.java/jv-exp.exp: New file.
7514
7515 Sun Jul 23 21:02:42 2000  Anthony Green  <green@redhat.com>
7516
7517         * configure: Rebuilt.
7518         * configure.in (configdirs): Add gdb.java.
7519         * gdb.java/jmisc.java: New file.
7520         * gdb.java/jmisc.exp: New file.
7521         * gdb.java/Makefile.in: New file.
7522         * gdb.java/configure: Rebuilt.
7523         * gdb.java/configure.in: New file.
7524         * lib/java.exp: New file.
7525
7526 Wed Jul 12 18:14:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7527
7528         * gdb.base/exprs.exp: Test casts to a pointer including over and
7529         underflow.
7530
7531 Thu Jul 13 11:52:53 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7532
7533         * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files.  Compare GDB
7534         and the compilers sizes.
7535
7536 2000-07-09  Nick Duffek  <nsd@redhat.com>
7537
7538         * gdb.c++/misc.cc (class ClassParam, class_param): Define.
7539         (use_methods): New function.
7540         (main): Call use_methods().
7541         * gdb.c++/classes.exp (test_method_param_class): New procedure.
7542         (do_tests): Call test_method_param_class.
7543
7544 2000-07-09  Nick Duffek  <nsd@redhat.com>
7545
7546         * gdb.c++/classes.exp (test_nonexistant_members): Fix name
7547         spelling.
7548         (test_enums): New procedure.  Move enum tests from end of script
7549         to here.  Set breakpoint on function name instead of line number.
7550         * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
7551         (enums2): New marker function.
7552         (enums1): New function.
7553         (main): Call enums1().  Move enum tests to enums1().
7554
7555 Tue Jul  4 03:43:49 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7556
7557         * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
7558         compile/link program.  Update line numbers.
7559         * gdb.asm/d10v.inc: Define ``startup''.
7560         * gdb.asm/asmsrc1.s: Add definition of _start.
7561
7562 Fri Jun 23 17:45:52 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7563
7564         * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
7565
7566 2000-06-18  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
7567
7568         * gdb.base/maint.exp: Add 'maint print architecture' item to output
7569         of 'help maint print' command.
7570
7571 Fri Jun 16 18:22:05 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7572
7573         * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
7574         they use gdb_expect_list.
7575
7576 Wed Jun  7 13:02:40 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7577
7578         * gdb.base/commands.exp: Use ``set remote
7579         memory-read-packet-size'' instead of ``set endian big'' to test
7580         long commands.
7581
7582 2000-06-03  Daniel Berlin  <dan@cgsoftware.com>
7583
7584         * gdb.c++/templates.exp (do_tests): Make all of these work under
7585         g++, and stop skipping them.
7586
7587         * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
7588         work under g++.
7589
7590         * gdb.c++/misc.cc: Fix ambiguous initialization with correct
7591         initialization.
7592
7593 2000-06-02  Michael Snyder  <msnyder@cygnus.com>
7594
7595         * gdb.base/annota1.exp (run until main breakpoint): Loosen up
7596         the regular expression: accept an (almost) arbitrary sequence of
7597         "frames-invalid" and "breakpoints-invalid" messages both before
7598         and after the "starting" message.
7599
7600 2000-06-02  Michael Snyder  <msnyder@cygnus.com>
7601
7602         * gdb.c++/local.exp: This test has never been known to work with g++.
7603
7604 2000-05-18  Michael Snyder  <msnyder@cygnus.com>
7605
7606         * gdb.base/annota1.exp (annotate-signal-handler-caller):
7607         Relax the regular expression a little, make it pass on Solaris 8.
7608
7609 2000-05-12  Kevin Buettner  <kevinb@redhat.com>
7610
7611         * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
7612         a call, do not require that gdb stop on the line after the call.
7613         Instead, it is permissible for gdb to stop on the line of the
7614         call itself.
7615
7616 2000-05-12  Michael Snyder  <msnyder@.cygnus.com>
7617
7618         * gdb.base/break.exp (bp on small function, optimized file):
7619         Add a second pass pattern.  The behavior differs here between stabs
7620         and dwarf for one-line functions.  Stabs preserves two line symbols
7621         (one before the prologue and one after) with the same line number,
7622         but dwarf regards these as duplicates and discards one of them.
7623         Therefore the address after the prologue (where the breakpoint is)
7624         has no exactly matching line symbol, and GDB reports the breakpoint
7625         as if it were in the middle of a line rather than at the beginning.
7626
7627 2000-05-08  Michael Snyder  <msnyder@cygnus.com>
7628
7629         * gdb.base/interrupt.exp: Make "pass" message say "send"
7630         rather than "send_gdb" (for consistancy).
7631
7632 Mon May  1 15:37:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7633
7634         From 2000-04-28 Andreas Jaeger  <aj@suse.de>:
7635         * gdb.c++/templates.cc: Properly check for GCC version number.
7636         * lib/compiler.cc: Likewise
7637
7638 2000-04-28  Michael Snyder  <msnyder@cygnus.com>
7639
7640         * gdb.base/break.exp: When compiled with -O2 optimization,
7641         gdb may not stop at the first line of main, due to code motion.
7642
7643 2000-04-26  Michael Snyder  <msnyder@cygnus.com>
7644
7645         * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
7646         This test depends on parsing the printf output from the target.
7647         Since the sparclet stub doesn't do stdio, this will never work.
7648         * gdb.base/call-rt-st.exp: ditto.
7649         * gdb.base/call-strs: ditto.
7650
7651 2000-04-24  Michael Snyder  <msnyder@cygnus.com>
7652
7653         * gdb.base/miscexprs.exp: make sizeof long array test portable.
7654
7655         * gdb.base/ending-run.exp: After connecting to a remote target,
7656         but before running, the target will appear to be in a random
7657         location.  Specify both a file and a line for breakpoints.
7658         Also, the function that calls main may be called 'init'
7659         rather than 'start'.
7660
7661 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
7662
7663         * gdb.base/help.exp: Update output for add-symbol-file command.
7664
7665 2000-04-10  Fernando Nasser  <fnasser@cygnus.com>
7666
7667         From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7668         * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
7669
7670 2000-04-07  J.T. Conklin  <jtc@redback.com>
7671
7672         * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
7673
7674         * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
7675
7676 Thu Mar 30 13:26:19 2000  Philippe De Muyter  <phdm@macqel.be>
7677
7678         * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
7679         values that can be represented exactly.
7680         * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
7681         above change, and to not check against the directory part of the source
7682         file name.
7683         (step into print_long_arg_list): Likewise.
7684         (print print_small_structs from print_long_arg_list): Likewise.
7685         (print print_long_arg_list): Likewise.
7686
7687 2000-03-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
7688
7689         * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7690
7691 Mon Mar 27 14:46:37 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7692
7693         * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
7694
7695 2000-03-25  Daniel Berlin  <dan@cgsoftware.com>
7696
7697         * gdb.base/commands.exp (deprecated_command_test): Add test for
7698         deprecate with no arguments.
7699
7700 2000-03-24  Jonathan Larmour  <jlarmour@redhat.co.uk>
7701
7702         * gdb.base/break.exp: Add new test for setting breakpoints on
7703         optimized code so we can test breakpoints work even when function
7704         prologues may be optimized away
7705
7706 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
7707
7708         From David Whedon <dwhedon@gordian.com>
7709         * gdb.base/commands.exp : Added command deprecator tests.
7710
7711 2000-03-22  Daniel Berlin   <dan@cgsoftware.com>
7712
7713        * gdb.base/help.exp: Added test for new apropos command.
7714
7715 2000-03-21  Kevin Buettner <kevinb@redhat.com>
7716
7717         * gdb.base/pointers.c (usevar): New function.
7718         (main): Make sure that global variables v_int_pointer2, rptr,
7719         and y are all referenced someplace in the program by calling
7720         usevar() on them.  [Some linkers delete symbols which are
7721         never referenced.  The space remains, but there's no way to
7722         get a (symbolic) handle on the variable from the debugger.]
7723
7724 2000-03-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
7725
7726         * gdb.base/printcmds.c: Add typedeffed arrays.
7727
7728         * gdb.base/printcmds.exp (test_print_typedef_arrays): New
7729         procedure to test arrays that are typedef'd.
7730
7731 2000-03-13  James Ingham  <jingham@leda.cygnus.com>
7732
7733         * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
7734         the library directories.
7735
7736 Mon Feb 21 13:05:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7737
7738         * configure.in (configdirs): Add sub directory gdb.mi.
7739         * configure: Re-generate.
7740
7741         * gdb.mi: New directory.
7742
7743 2000-02-25  Scott Bambrough <scottb@netwinder.org>
7744
7745         * gdb.base/long_long.exp: Correct test suite failure when printing
7746         a long long value as a double on ARM platforms.
7747
7748 2000-02-16  Jim Blandy  <jimb@redhat.com>
7749
7750         * gdb.base/break.exp ("breakpoint line number"): Make sure the
7751         default source file is set properly before running this test.
7752
7753 2000-02-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
7754
7755         * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
7756         gdbtk/library directory, not in gdbtcl2.
7757
7758 2000-02-04  Jim Blandy  <jimb@redhat.com>
7759
7760         * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
7761         backslash from regexp pattern.
7762
7763         * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
7764         procedure.  Use it to run all the "continue to bp overloaded"
7765         tests.  Note that this changes the names of the tests slightly.
7766         If the breakpoint hit message includes a hex PC value, because
7767         GCC's Dwarf 2 line info doesn't help us distinguish the prologue
7768         from the real source code, still consider that a pass.
7769
7770         * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
7771         XFAIL here if the breakpoint message contains a hex address.  Note
7772         similar change on 1999-11-02.
7773
7774         * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
7775
7776         * gdb.base/ptype.exp: Establish a default source file before
7777         calling get_debug_format.
7778
7779 2000-02-03  Fernando Nasser  <fnasser@totem.to.cygnus.com>
7780
7781         * gdb.base/watchpoint.exp: Remove duplication of test messages.
7782
7783 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
7784
7785         * gdb.base/step-test.exp: Fix the steps to enter a callee by means
7786         of successive stepi commands -- while in the prologue we should see
7787         the function entry bracket.
7788
7789 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
7790
7791         * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
7792         reach __change_mode() when stepping through the end of main().
7793
7794 2000-01-17  Fernando Nasser  <fnasser@totem.to.cygnus.com>
7795
7796         * gdb.base/default.exp: Fix expected pattern.
7797         * gdb.base/help.exp: Same.
7798
7799 2000-01-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
7800
7801         * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
7802         Don't use xfail's because that affects only the following test.
7803
7804         * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
7805         solaris or linux.
7806
7807         * gdb.base/selftest.exp: Update to reflect changes to main.c.
7808
7809 2000-01-07  Michael Snyder  <msnyder@cygnus.com>
7810
7811         * gdb.base/display.exp: Some yacc parsers like to say
7812         "A syntax error" rather than "A parse error".  Accept both.
7813
7814 2000-01-06  Fernando Nasser  <fnasser@totem.to.cygnus.com>
7815
7816         * gdb.base/default.exp: Remove OS dependent string from "target
7817         remote" test.
7818         * gdb.base/help.exp: Same for "help target remote" test.
7819
7820 2000-01-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
7821
7822         From Jim Kingdon <kingdon@redhat.com>:
7823
7824         * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
7825         prompt (cleanup rather than necessity, but still might keep output
7826         from spilling to next test).
7827
7828 2000-01-02  Fred Fish  <fnf@cygnus.com>
7829
7830         * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
7831         AIX, which defines them in <sys/types.h>.
7832
7833 1999-12-16  Stan Shebs  <shebs@andros.cygnus.com>
7834
7835         * gdb.base/default.exp: Match arm* etc instead of arm in "info
7836         float" test.
7837
7838 1999-12-13 Fernando Nasser  <fnasser@totem.to.cygnus.com>
7839
7840         * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
7841
7842         * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
7843         outermost frame disallowed".
7844
7845 1999-12-09  Fernando Nasser  <fnasser@totem.to.cygnus.com>
7846
7847         * gdb.base/setvar.exp: New tests for setting the value of a struct
7848         with a constant list.
7849
7850 1999-12-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
7851
7852         * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
7853         require the user to type a cast before setting the value of a struct.
7854
7855 1999-12-06  Jim Blandy  <jimb@cygnus.com>
7856
7857         * gdb.base/default.exp: Expect the new 'info float' command on
7858         all i386 platforms.
7859
7860         * gdb.threads/linux-dp.exp: Expand our ability to recognize
7861         LinuxThreads libraries that don't support debugging.
7862
7863 Sat Dec  4 15:21:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
7864
7865         * gdb.base/remote.c: Fill the buffer with truely random data.
7866         Change the buffer type to ``unsigned char'' to simplify size
7867         arithmetic.
7868
7869         * gdb.base/remote.exp: Reduce download numbers by one.  Typical
7870         stub only handles 400-1 byte packets.  Verify that the download
7871         worked.
7872
7873 1999-11-30  Fernando Nasser  <fnasser@totem.to.cygnus.com>
7874
7875         * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
7876         tests, using UNRESOLVED for the untested cases.  Also, does not wait
7877         for a timeout if the prompt was received before a recognizable pattern.
7878
7879 1999-11-29  Fernando Nasser  <fnasser@totem.to.cygnus.com>
7880
7881         * lib/gdb.exp (gdb_expect_list): Fix spelling.
7882
7883 1999-11-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
7884
7885         * gdb.base/watchpoint.exp: Add tests cases for the hit count of
7886         watchpoints.
7887
7888 1999-11-24  Jason Merrill  <jason@casey.cygnus.com>
7889
7890         * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
7891
7892         * gdb.c++/local.exp: Be more flexible in recognizing local class
7893         name mangling.  Don't allow horribly truncated method names.
7894         * gdb.c++/derivation.exp: Expect protected inheritance.
7895         * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
7896         * gdb.c++/virtfunc.exp: Likewise.
7897         * gdb.c++/classes.exp: Likewise.  Don't require the enclosing scope
7898         when printing a nested enum.
7899
7900 1999-11-22  Jim Blandy  <jimb@cygnus.com>
7901
7902         * gdb.base/step-test.exp: Properly await GDB's response to setting
7903         a breakpoint on the call to large_struct_by_value.
7904
7905         * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
7906         just because we have debug info for the `start' function.
7907
7908 1999-11-19  Jim Blandy  <jimb@zenia.red-bean.com>
7909
7910         * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
7911         "Unknown signal" messages, which indicate (on LinuxThreads) that
7912         GDB doesn't know how to debug threads on this system.  This is
7913         better than hanging while philosopher 0 dumps chatter into gdb.log.
7914
7915 1999-11-18  Tom Tromey  <tromey@cygnus.com>
7916
7917         * gdb.trace/deltrace.exp: Updated test to reflect new error text.
7918
7919 1999-11-18  Fred Fish  <fnf@cygnus.com>
7920
7921         * gdb.base/coremaker2.c: Add sample program for generating
7922         cores that is more self contained than coremaker.c.  Eventually
7923         I'll add more code to this and tie it into the testsuite.
7924
7925 1999-11-12  Stan Shebs  <shebs@andros.cygnus.com>
7926
7927         * gdb.base/dollar.exp: Remove, now in gdb.hp.
7928
7929 1999-11-10  Jimmy Guo  <guo@cup.hp.com>
7930
7931         * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
7932         from $srcdir/lib/.
7933         * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
7934         and gdb.c++/.
7935
7936         * gdb.c++/derivation.exp: remove redundant get compiler info code.
7937
7938         * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
7939         'continue with watch' test point.
7940
7941 1999-11-08  Jim Blandy  <jimb@zenia.red-bean.com>
7942
7943         Merged from p2linux-990323-branch:
7944
7945         * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
7946
7947 Mon Nov  8 23:07:09 1999  Andrew Cagney  <cagney@amy.cygnus.com>
7948
7949         * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
7950         {limit,fixed}''.  Test ``set download-write-size''.
7951
7952 Sun Nov  7 17:37:01 1999  Andrew Cagney  <cagney@b1.cygnus.com>
7953
7954         * gdb.base/funcargs.exp: Rewrite stack traceback checks using
7955         gdb_expect_list.
7956
7957 Fri Nov  5 18:40:52 1999  Andrew Cagney  <cagney@b1.cygnus.com>
7958
7959         * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
7960
7961 1999-11-03  Mark Salter  <msalter@cygnus.com>
7962
7963         * gdb.base/break.exp: Fix "stub continue" pattern.
7964
7965 1999-11-03  Jim Blandy  <jimb@zwingli.cygnus.com>
7966
7967         * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
7968
7969 1999-11-02  Jim Blandy  <jimb@zwingli.cygnus.com>
7970
7971         * gdb.base/display.exp ("finish"): Add timeout clause.
7972
7973         * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
7974         plain prompt clause, so this doesn't have to time out in order to
7975         fail.
7976
7977         * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
7978         breakpoint hit messages include an address.
7979
7980         * gdb.base/display.exp: Don't forget to escape parens in regular
7981         expressions.  Unix regexp notatation sucks.
7982
7983 1999-11-02  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
7984
7985         * gdb.base/annota1.exp: Test for annotate-signalled: change output
7986         order for 'signalled' message.
7987
7988 1999-11-01  Stan Shebs  <shebs@andros.cygnus.com>
7989
7990         From Jimmy Guo  <guo@cup.hp.com>:
7991         * gdb.base/annota1.exp: Add tests for annotate ignore count change.
7992         * gdb.base/annota1.c: Add code for tests to work with.
7993
7994 1999-10-26  Frank Ch. Eigler  <fche@cygnus.com>
7995
7996         * gdb.base/remote.exp: New test for remote downloading settings.
7997         * gdb.base/remote.c: New file with large .data.
7998
7999 1999-10-18  Jim Blandy  <jimb@zwingli.cygnus.com>
8000
8001         * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
8002         for LinuxThreads support, merged from the Code Fusion branch.
8003
8004 Mon Oct 11 13:57:21 1999  Andrew Cagney  <cagney@amy.cygnus.com>
8005
8006         * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
8007         containing exp_continue into a while within an expect.  Don't
8008         attempt a start more than three times.  Check return value from
8009         gdb_load.
8010
8011 Wed Oct  6 12:05:58 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8012
8013         * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
8014         a pass case.
8015
8016 1999-10-01  Kevin Buettner <kevinb@cygnus.com>
8017
8018         * gdb.base/break.c (main): Added a statement that we can step
8019         off of.
8020         * gdb.base/break.exp: Added tests for setting a breakpoint
8021         at an offset and stepping onto a breakpoint.
8022
8023 1999-10-01  Fred Fish  <fnf@cygnus.com>
8024
8025         * gdb.base/help.exp (help add-symbol-file): Update to match current
8026         gdb output.
8027
8028 1999-09-18  Jim Blandy  <jimb@cris.red-bean.com>
8029
8030         * gdb.base/break.exp: Code locations are in hex, don't forget!
8031         (For HP-UX.)
8032
8033 1999-09-17  Stan Shebs  <shebs@andros.cygnus.com>
8034
8035         * condbreak.exp: Use break.c as test program.
8036         * condbreak.c: Remove, redundant with break.c.
8037
8038 1999-09-15  Stan Shebs  <shebs@andros.cygnus.com>
8039
8040         * config/monitor.exp (gdb_target_monitor): Disable X- and
8041         Z-packets if the target needs it.
8042
8043 1999-09-13  James Ingham  <jingham@leda.cygnus.com>
8044
8045         * gdb.c++/overload.exp: Added tests for listing overloaded
8046         functions with function pointers in the arg, explicitly calling
8047         out the version you want.
8048
8049 1999-09-09  Stan Shebs  <shebs@andros.cygnus.com>
8050
8051         * long_long.exp: Add variations of test cases that work for
8052         targets with 16-bit ints and 32-bit doubles.
8053
8054 1999-09-08  Stan Shebs  <shebs@andros.cygnus.com>
8055
8056         * break.c (main): Compare a possibly-uninitialized argc with an
8057         unlikely value that fits in 16 bits.
8058
8059 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
8060
8061         * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
8062         0xfeeb, don't want negative numbers if ints are 16 bits.
8063
8064         * lib/gdb.exp (skip_cplus_tests): New proc.
8065         * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
8066         gdb.c++/anon-union.exp, gdb.c++/classes.exp,
8067         gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
8068         gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
8069         gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
8070         gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
8071         gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
8072         gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
8073
8074         * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
8075
8076 Fri Sep  3 15:37:12 1999  Kevin Buettner  <kevinb@cygnus.com>
8077
8078         * gdb.base/corefile.exp (up): Allow a parameter to appear
8079         in the frame that we're going up to.
8080
8081         From Jim Blandy <jimb@cygnus.com>:
8082
8083         * gdb.base/default.exp (info float): Expect some output now.
8084
8085         * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
8086         returning floating-point values to fail on the x86.
8087         * gdb.base/callfwmall.exp (do_function_calls): Same.
8088
8089         * gdb.base/list.exp (test_listsize): Correct expectations for
8090         listing line 1 with listsize 2.  Also, listing a single line
8091         works now, as does listing three lines.  [Kevin's note: There
8092         were a number of other cases fixed too where the expectations
8093         differed...]
8094
8095 1999-09-02  Stan Shebs  <shebs@andros.cygnus.com>
8096
8097         * gdb.base/selftest.exp: Add case for when version prints as
8098         constant string instead of char pointer.
8099
8100 1999-08-25  Stan Shebs  <shebs@andros.cygnus.com>
8101
8102         * gdb.base/ending-run.exp: Add Solaris case for what happens when
8103         stepping out of main.
8104
8105         * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
8106         G++ used.
8107
8108         * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
8109         always, expect ptype InnerLocal::NestedInnerLocal to fail always.
8110
8111         * gdb.c++/ovldbreak.exp: Update match string in test that
8112         includes a warning of multiple breakpoints.
8113
8114 1999-08-24  Stan Shebs  <shebs@andros.cygnus.com>
8115
8116         * gdb.base/display.exp: Improve precision of step-after-finish
8117         added yesterday.
8118
8119         * gdb.base/signals.exp: Add extra wildcard to "handle all print"
8120         test.
8121
8122         * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
8123         configs when using G++, not just hppa*.
8124
8125 1999-08-24  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
8126
8127         * gdb.base/async.c: New file.
8128         * gdb.base/async.exp: New file.
8129
8130 Tue Aug 24 03:24:53 1999  Jeffrey A Law  (law@cygnus.com)
8131
8132         * gdb.base/break.exp: Tweak PA specific tests to properly handle
8133         PA64.
8134
8135 Mon Aug 23 10:25:20 1999  Jeffrey A Law  (law@cygnus.com)
8136
8137         * gdb.base/display.exp: "finish" can leave us mid-line on many
8138         targets, deal with it.  Add a small constant to main, instead of
8139         1000 since main+1000 may not be a valid address in the target.
8140
8141         * gdb.base/dollar.exp: Do not run for PA processors in wide mode
8142         on hpux11.
8143
8144         * gdb.base/attach.exp: Handle another hpux11 error message variant
8145         when attaching to a process that does not exist.
8146
8147 1999-08-19  J.T. Conklin  <jtc@redback.com>
8148
8149         * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
8150         characters in 'continue to 1241' test.
8151
8152 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
8153
8154         * gdb.base/call-ar-st.exp: Add a shorter match case for the
8155         stop in print_long_arg_list, define and use a whitespace
8156         variable in print_small_structs test, add an XFAIL for Solaris.
8157         * gdb.base/dbx.exp: XFAIL func commands until somebody is
8158         interested enough to fix.
8159
8160 1999-08-13  Keith Seitz  <keiths@cygnus.com>
8161
8162         * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
8163         (dbx_gdb_load): Remove. Use gdb_load instead, since that
8164         proc knows about targets other than the natives.
8165         (test_assign): Use "gdb_run_cmd" to "run" the target.
8166         Check that we've actually hit the breakpoint at main.
8167         When we attempt to assign a value to a local variable, check
8168         that the variable is in the current scope, i.e., don't use
8169         a test with an empty result.
8170
8171 Tue Aug 10 15:25:16 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8172
8173         * gdb.base/maint.exp: Add test of ``maintenance internal-error''
8174         command.
8175
8176 1999-08-09  Stan Shebs  <shebs@andros.cygnus.com>
8177
8178         From Jimmy Guo <guo@cup.hp.com> and others at HP:
8179         gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
8180         gdb.compat, gdb.threads-hp.
8181         gdb.hp/configure, gdb.hp/configure.in: New files.
8182         gdb.hp/Makefile.in: Recurse into new subdirs.
8183         gdb.hp/gdb.defects: New directory, tests for HP bug reports.
8184         gdb.hp/gdb.objdbg: New directory, tests for debugging info
8185         in object files.
8186         gdb.hp/tools: New directory, aux tools for HP-specific tests.
8187
8188 1999-08-05  Stan Shebs  <shebs@andros.cygnus.com>
8189
8190         * gdb.base/display.exp: Help expect by putting a newline in the
8191         funky printf, remove a bogus p/a test.
8192
8193 1999-08-05  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
8194
8195         * gdb.base/display.exp: Make sure that when we say 'run', we are
8196         connected to the target. This is necessary when running not
8197         natively.
8198
8199 1999-08-03  Stan Shebs  <shebs@andros.cygnus.com>
8200
8201         * gdb.base/step-test.exp: Removed some extraneous messages.
8202
8203         * gdb.base/long_long.exp: Don't run memory examination tests
8204         on little-endian targets (they will need a different set of
8205         results to match).
8206
8207 1999-08-02  Stan Shebs  <shebs@andros.cygnus.com>
8208
8209         * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
8210         until somebody decides to fix GDB.
8211
8212         * gdb.base/long_long.c: Stop compiler complaint by specifying long
8213         constant as "ULL".
8214         * gdb.base/long_long.exp: Loosen x/c test, add partial result
8215         matches for a couple x/2 commands.
8216
8217 1999-07-30  Stan Shebs  <shebs@andros.cygnus.com>
8218
8219         * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
8220         by merging in ref-types2 tests.
8221         * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
8222
8223         From Jimmy Guo <guo@cup.hp.com> and others at HP:
8224         * gdb.c++/Makefile.in: Add standard actions.
8225         (EXECUTABLES): Rename from PROGS, update list.
8226         * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
8227         from gdb.hp.
8228         * gdb.c++/anon-union.cc: Don't use anonymous struct, make
8229         foo and bar locals.
8230         * gdb.c++/anon-union.exp: Fix tests to match.
8231         * gdb.c++/classes.exp: Run if HP compiler used, add extra
8232         expect matches to handle output variations.
8233         * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
8234         * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
8235         output, add HP alternatives for new and delete prints.
8236         * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
8237         gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
8238         * gdb.c++/demangle.exp: Use $style when reporting failure.
8239         * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
8240         * gdb.c++/inherit.exp: Run if HP compiler used, add some
8241         match alternatives.
8242         * gdb.c++/local.exp: Add match alternatives or xfails for HP
8243         compilers.
8244         * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
8245         * gdb.c++/method.exp: Add match alternatives.
8246         * gdb.c++/misc.cc: Add bool types.
8247         * gdb.c++/misc.exp: Add tests for bool types.
8248         * gdb.c++/overload.exp: Add xfails.
8249         * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
8250         * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
8251         add some more template parameter tests (only for HP currently).
8252         * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
8253         * gdb.c++/virtfunc.cc: Add return type and value for main.
8254         * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
8255         match alternatives.
8256
8257 1999-07-30  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
8258
8259         * gdb.base/display.exp: Fix output of 'p/a &&j' test.
8260
8261 1999-07-29  Jim Blandy  <jimb@savonarola.red-bean.com>
8262
8263         * gdb.base/signals.exp: Don't expect getting a backtrace from
8264         within a signal handler to fail on Linux.
8265
8266 1999-07-29  Stan Shebs  <shebs@andros.cygnus.com>
8267
8268         From Jimmy Guo <guo@cup.hp.com> and others at HP:
8269         * lib/gdb.exp: Remove some gratuitious semicolons.
8270         (delete_breakpoints): Increase timeout.
8271         (gdb_expect): Add -notransfer option.
8272         (gdb_test): Use -notransfer option.
8273         (get_compiler_info): Add f77 case.
8274         (get_compiler): New proc, split out from gdb_preprocess, add f77
8275         case.
8276         (gdb_preprocess): Call get_compiler.
8277
8278         * gdb.base/Makefile.in (EXECUTABLES): Update the list.
8279         * gdb.base/attach.exp, gdb.base/display.exp,
8280         gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
8281         gdb.base/long_long.exp, gdb.base/printcmds.exp,
8282         gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
8283         third arg to gdb_test.
8284         * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
8285         * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
8286         HP-UX xfails, add others.
8287         * gdb.base/completion.exp: Reflect name change of self-test.
8288         * gdb.base/condbreak.exp, gdb.base/corefile.exp,
8289         gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
8290         gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
8291         HP failure number.
8292         * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
8293         useless HP-UX 10.30 references.
8294         * gdb.base/maint.exp: Loosen matches.
8295         * gdb.base/pointers.c (main): Declare more_code.
8296         * gdb.base/pointers.exp: Match on output of a `next'.
8297         * gdb.base/structs.c: Add prototypes.
8298         * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
8299         * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
8300
8301 1999-07-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
8302
8303         * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
8304         command.
8305
8306 1999-07-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
8307
8308         * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
8309         Fix run to main failures. Watchpoint can be hardware watchpoint.
8310
8311         * gdb.base/annota1.exp: Clean up some more, in case printf has
8312         debug info.  Deal with lack of signal hanlder info in stack.
8313
8314         From Jim Kingdon  <kingdon@redhat.com>:
8315         * gdb.base/annota1.exp: If printf has debug info, deal with it.
8316
8317 1999-07-19  Stan Shebs  <shebs@andros.cygnus.com>
8318
8319         * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
8320         gdb.base/foll-vfork.exp: Don't run for crosses.
8321
8322 Tue Jul 13 23:37:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8323
8324         * gdb.base/configure.in: Check for gdbvars.exp instead of
8325         a1-selftest.exp.
8326         * gdb.base/configure: Re-generate.
8327
8328 1999-07-12  Stan Shebs  <shebs@andros.cygnus.com>
8329
8330         * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
8331         in trying to run first and name is too long.
8332
8333         * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
8334         pointers2.c and pointers2.exp, respectively.
8335         * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
8336         doschk happier.
8337
8338 1999-07-08  Stan Shebs  <shebs@andros.cygnus.com>
8339
8340         * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
8341         callfuncs2.c and callfuncs2.exp.
8342
8343         * gdb.base/list.exp: Remove mistaken xfails.
8344         * gdb.base/list0.h: Add optional prototypes.
8345
8346 Wed Jul  7 00:27:35 1999  Andrew Cagney  <cagney@amy.cygnus.com>
8347
8348         * gdb.base/setvar.exp: Increase the time-out on tests indirectly
8349         calling malloc.
8350         * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
8351         * ptype.exp: Move test for get_debug_format to before its first
8352         use.
8353
8354 1999-07-06  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
8355
8356         * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
8357         * gdb.base/annota2.cc, annota2.exp: Move from here.
8358         * gdb.c++/annota2.cc, annota2.exp: To here.
8359         * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
8360
8361 Tue Jun 29 11:56:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8362
8363         * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
8364         a consistent format.
8365
8366 1999-06-25  Stan Shebs  <shebs@andros.cygnus.com>
8367
8368         From Jimmy Guo <guo@cup.hp.com> and others at HP:
8369         * lib/gdb.exp (get_compiler_info): Add detection for assorted
8370         HP compilers, also set the globals $true and $false.
8371
8372         * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
8373         call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
8374         coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
8375         jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
8376         long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
8377         printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
8378         scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
8379         sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
8380         solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
8381         whatis.c} Add C++ compatible function definitions and return
8382         types, add includes for library functions.
8383         * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
8384         * gdb.base/step-test.c (myglob): Rename from glob.
8385         * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
8386         foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
8387         files, move here from gdb.hp.
8388         * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
8389         commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
8390         ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
8391         Adjust line numbers in regexps.
8392
8393         * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
8394         miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
8395         instead of 0/1.
8396
8397         * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
8398         foll-vfork.exp: New files, move here from gdb.hp.
8399         * gdb.base/page.exp: New file, test of pagination command.
8400
8401         * gdb.base/watchpoint.c (recurser): New function, for watchpoint
8402         recursion test.
8403         * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
8404
8405         * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
8406         gdb.base/solib.exp: Fix compiler invocation process.
8407
8408         * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
8409         HP-UX 11, turn off overload resolution explicitly.
8410         * gdb.base/commands.exp: Set argument list explicitly, add
8411         watchpoint test.
8412         * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
8413         them work.
8414         * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
8415         expressions properly.
8416         * gdb.base/corefile.exp: Loosen the match slightly.
8417         * gdb.base/default.exp: Allow "Error accessing memory" message
8418         also.
8419         * gdb.base/display.exp: Skip over x/0 j if PA64.
8420         * gdb.base/funcargs.exp: Add xfails for HP-UX.
8421         * gdb.base/interrupt.exp: Ditto.
8422         * gdb.base/langs.exp: Add symbolic matches governed by compiler
8423         in use.
8424         * gdb.base/list.exp: Add xfails for HP-UX.
8425         * gdb.base/long_long.exp: Refine some of the numeric matches.
8426         * gdb.base/mips_pro.exp: Xfail on HP-UX.
8427         * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
8428         * gdb.base/nodebug.exp: Succeed on more varieties of output.
8429         * gdb.base/opaque.exp: Remove some HP-UX xfails.
8430         * gdb.base/ptype.exp: Succeed on more varieties of output.
8431         * gdb.base/scope.exp: Add xfails for HP-UX.
8432         * gdb.base/sect-cmd.exp: Add more cases.
8433         * gdb.base/setvar.exp: Add xfails for HP-UX.
8434         * gdb.base/shlib-call.exp: Loosen some matches slightly.
8435         * gdb.base/signals.exp: Match on void symbolically.
8436         * gdb.base/step-test.exp: Add case for PA64.
8437         * gdb.base/term.exp: Add exit and restart.
8438         * gdb.base/twice.exp: Clean up after self.
8439         * gdb.base/varargs.exp: Disable overload resolution explicitly.
8440         * gdb.base/whatis.exp: Allow more ways to pass tests.
8441
8442         * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
8443         no longer useful.
8444
8445 Fri Jun 25 19:27:28 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8446
8447         * lib/gdb.exp (proc gdb_expect_list): New procedure.  Matches a
8448         list of patterns.
8449         * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
8450         print_double_array(double_array)", "continuing to breakpoint
8451         1018", "print print_double_array(array_d)" and "continuing to
8452         1034" tests.
8453
8454 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
8455
8456         * Makefile.in: Add empty html and install-html targets.
8457
8458 1999-06-24  Stan Shebs  <shebs@andros.cygnus.com>
8459
8460         * config/mt-*: Remove, these haven't been used since 1996.
8461
8462 1999-06-22  Stan Shebs  <shebs@andros.cygnus.com>
8463
8464         * gdb.base/call-strs.c, gdb.base/ending-run.c,
8465         gdb.base/step-test.c: Include stdlib.h and string.h as needed.
8466         * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
8467
8468 1999-06-18  Stan Shebs  <shebs@andros.cygnus.com>
8469
8470         * gdb.c++/overload.exp: XFAIL everything if using G++, add a
8471         simpler match case for the ptype of the big class.
8472
8473 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
8474
8475         * gdb.exp: Fix test for gdb_prompt existence.
8476
8477 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
8478
8479         * gdb.exp (gdb_test): Add fail after calls to perror.
8480
8481 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
8482
8483         * gdb.exp (gdb_test): Accept variations of Undefined command messages.
8484
8485 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
8486
8487         * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
8488
8489 Fri Jun 11 12:56:50 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8490
8491         * gdb.base/call-strs.c (link_malloc): New function.  Ensure that
8492         malloc() is linked in.
8493
8494 1999-06-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
8495
8496         * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
8497         step at end.
8498
8499         * gdb.base/annota1.exp: Increase match_max to prevent timeout.
8500
8501 1999-06-08  Jim Blandy  <jimb@zwingli.cygnus.com>
8502
8503         * gdb.java/jv-print.exp: New file.  (Our first Java test!)
8504
8505 Fri Jun  4 10:47:46 1999  Jeffrey A Law  (law@cygnus.com)
8506
8507         * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
8508         * gdb.base/mips_pro.exp: Likewise.
8509
8510 1999-06-02  Keith Seitz  <keiths@cygnus.com>
8511
8512         * gdb.c++/templates.cc: Change all "new" operators to throw
8513         an exception.
8514         * gdb.c++/cplusfuncs.cc: Likewise.
8515
8516         * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
8517
8518 Wed Jun  2 17:37:05 1999  Andrew Cagney  <cagney@b1.cygnus.com>
8519
8520         * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
8521         * gdb.base/ending-run.exp: When stepping out of main, accept a
8522         step into an arbitrary assembler file.
8523
8524 1999-05-20  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
8525
8526         * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
8527         "breakpoint-invalid" to be printed.
8528         * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
8529         number of "frames-invalid" and "breakpoint-invalid" to be printed.
8530         * gdb.base/annota2.cc: Initialize a.x to 0.
8531
8532 1999-05-17  Keith Seitz  <keiths@cygnus.com>
8533
8534         * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
8535         when "skip_float_tests" set.
8536         Ditto for "print print_double_array(array_d)", "print print_small_structs",
8537         "print print_ten_doubles", and "step into print_long_arg_list".
8538         Don't assume we can step into "print_long_arg_list": we could step into memcpy.
8539         * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
8540         is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
8541         * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
8542         "skip_float_tests" is set.
8543         * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
8544         when "skip_float_tests" set.
8545
8546 1999-05-06  Keith Seitz  <keiths@cygnus.com>
8547
8548         * gdb.base/annota2.cc: Include stdio.h.
8549
8550 Wed May  5 17:44:31 1999  Stan Shebs  <shebs@andros.cygnus.com>
8551
8552         * gdb.base/crossload.exp: Remove, this has been disabled ever
8553         since BFD stopped including all targets, and cross-GDB gets
8554         plenty of testing anyway.
8555         * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
8556         gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
8557         gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
8558         * gdb.base/README: Remove, was doc for this.
8559         * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
8560         needed.
8561
8562 1999-05-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
8563
8564         * gdb.base/call-ar-st.exp: Fix one regular expression in test
8565         output.
8566
8567         * gdb.base/annota1.exp: New file. Annotation level 2 tests.
8568         * gdb.base/annota2.exp: New file. More annotation tests.
8569         * gdb.base/annota1.c: New file. Source file for annota1.exp.
8570         * gdb.base/annota2.cc: New file. Source file for annota2.exp.
8571
8572 1999-04-23  Angela Marie Thomas <angela@cygnus.com>
8573
8574         * config/cfdbug.exp: New file.
8575
8576 1999-04-20  Jim Blandy  <jimb@zwingli.cygnus.com>
8577
8578         * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
8579         Marcus Daniel's and Dale Hawkins's demangler crashes.
8580
8581         * gdb.c++/demangle.exp (test_gnu_style_demangling,
8582         test_lucid_style_demangling, test_arm_style_demangling,
8583         test_hp_style_demangling): Try Tom Tromey's core-dumping
8584         identifier under each demangling style.
8585
8586 1999-04-07  Jim Blandy  <jimb@zwingli.cygnus.com>
8587
8588         * gdb.c++/demangle.exp: Include the current demangling style
8589         in all test names.
8590         (current_demangling_style): New global variable.
8591         (set_demangling_style, test_demangling_core, test_demangling,
8592         test_demangling_exact): New functions.
8593         (test_gnu_style_demangling, test_lucid_style_demangling,
8594         test_arm_style_demangling, test_hp_style_demangling): Use those,
8595         instead of calling gdb_test and gdb_test_exact directly.
8596         (catch_demangling_errors): New function, which reports errors
8597         signalled by the demangling test functions in an orderly way.
8598         (do_tests): Use catch_demangling_errors.
8599
8600 1999-04-06  Jim Blandy  <jimb@zwingli.cygnus.com>
8601
8602         * gdb.base/signals.exp (test_handle_all_print): Use () for
8603         grouping in expressions, not {}.
8604
8605         * gdb.base/smoke.exp: Test value of x, not y.  The latter isn't
8606         initialized yet.
8607
8608 1999-04-01  Stan Shebs  <shebs@andros.cygnus.com>
8609
8610         * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
8611         are listed.
8612
8613 1999-03-26  Stan Shebs  <shebs@andros.cygnus.com>
8614
8615         * gdb.stabs/weird.exp: Test for CC being defined before
8616         looking at its value.
8617
8618 1999-03-25  Stan Shebs  <shebs@andros.cygnus.com>
8619
8620         * gdb.base/call-ar-st.exp: Remove stray '#'.
8621         * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
8622         "short int" and "long int".
8623         * gdb.c++/overload.cc: Cast the string added in the previous
8624         change, to mollify finicky HP compiler.
8625         * gdb.hp/reg-test.exp (testfile): Fix file name.
8626         * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
8627
8628         * gdb.c++/misc.cc (main): Initialize obj_with_enum.
8629         * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
8630         alternate form of enum ptype.
8631
8632 1999-03-23  Stan Shebs  <shebs@andros.cygnus.com>
8633
8634         * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
8635         * gdb.hp/*.exp: Change all to run compiler probe only after
8636         passing skip_hp_tests, so as not to waste time on guaranteed
8637         failure.
8638
8639         * gdb.c++/overload.cc: Pass string instead of char addr, always
8640         init ccpfoo.
8641         * gdb.c++/templates.cc: Fix syntax error.
8642
8643 Tue Mar 23 14:56:36 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
8644
8645         * gdb.base/commands.exp: Add test for correct position of '>'
8646         when issuing the 'commands' command after a 'while' or 'if'
8647         command.
8648
8649 1999-03-18  James Ingham  <jingham@cygnus.com>
8650
8651         * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
8652
8653         * gdb.c++/method.exp: It was testing an uninitialized int on the
8654         stack and assuming it was positive.
8655
8656         * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
8657
8658         * gdb.base/step-test.exp: Catch a case where finish is broken and
8659         keep it from killing the rest of the tests.
8660         Use gdb_continue_to_end.
8661
8662         * gdb.base/sigall.exp: use gdb_continue_to_end.
8663
8664         * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
8665
8666         * gdb.base/display.exp: use runto_main, not run.
8667
8668         * gdb.base/default.exp: Check for the current error message in the
8669         r abbreviation test.
8670         Add strongarm to the targets that know info float.
8671
8672         * gdb.base/condbreak.exp: Use the gdb_run command rather than just
8673         run which doesn't work with monitors.
8674
8675         * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
8676
8677         * gdb.base/break.exp: use the gdb_continue_to_end proc.
8678
8679         * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
8680         program.  Traps the case (in Cygmon) when the program never really
8681         exits.  Same as Mark's continue_to_exit, but I had put it in a lot
8682         more places, so I used my name.  Sorry Mark...
8683
8684         * config/monitor.exp (gdb_target_monitor): added another
8685         target_info parameter: remotebinarydownload.  This will set the
8686         remotebinarydownload flag if this is causing some boards trouble.
8687
8688 1999-03-18  Mark Salter  <msalter@cygnus.com>
8689
8690         * lib/gdb.exp (continue_to_exit): New function.
8691
8692         * gdb.base/ena-dis-br.exp: Clean up for remote targets.
8693         * gdb.base/ending-run.exp: Ditto.
8694         * gdb.base/step-test.exp: Ditto.
8695
8696 1999-03-16  Stan Shebs  <shebs@andros.cygnus.com>
8697
8698         * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
8699         (suggested by Art Haas <ahaas@neosoft.com>).
8700
8701 1999-03-16  Jim Blandy  <jimb@zwingli.cygnus.com>
8702
8703         * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
8704
8705 Fri Mar 12 18:06:21 1999  Stan Shebs  <shebs@andros.cygnus.com>
8706
8707         * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
8708         descriptions of types (short unsigned int vs unsigned short, etc).
8709
8710 1999-03-12  Jim Blandy  <jimb@zwingli.cygnus.com>
8711
8712         * gdb.base/call-strs.exp: Don't assume that `step' will step over
8713         a call to strlen; sometimes we do have sources.
8714
8715 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
8716
8717         * gdb.base/call-ar-st.c (main): Terminate char_array with a null
8718         character, so GDB won't print garbage after its end.
8719
8720         * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
8721         breakpoint there instead.  Sometimes GCC emits memcpy to handle
8722         the large structures being passed by value, so we step into that
8723         instead of sum_array_print, which obscures what we're really testing.
8724         * gdb.base/step-test.exp: However, we do want a test that notices
8725         the bizarre steps into memcpy, so do that here.  Add check for
8726         stepping into function calls that pass large structures by value.
8727         ("Is that a noun clause, or are you just happy to see me?")
8728         Remove all references to specific line numbers.
8729         * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
8730         New type and function.
8731         (main): Call large_struct_by_value, passing it a large struct by value.
8732         * lib/gdb.exp (gdb_get_line_number): New function.
8733
8734         * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
8735         more portable.
8736
8737 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
8738
8739         * lib/gdb.exp: Doc fixes.
8740
8741 1999-03-05  Nick Clifton  <nickc@cygnus.com>
8742
8743         * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
8744
8745 1999-03-04  Jim Blandy  <jimb@zwingli.cygnus.com>
8746
8747         * gdb.base/display.exp: Don't exercise the "detach" and "kill"
8748         commands.  They're not germane to this test, and they don't work
8749         that way on remote targets.
8750
8751 1999-03-01  James Ingham  <jingham@cygnus.com>
8752
8753         * Changelog entries merged over from gdb development branch.
8754
8755        Tue Jan  5 12:33:47 1999  Keith Seitz  <keiths@cygnus.com>
8756
8757                * lib/gdb.exp (gdbtk_analyze_results): Generic function
8758                for outputting results of test run.
8759
8760         1998-12-07  Martin M. Hunt  <hunt@cygnus.com>
8761
8762                * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
8763
8764 1999-02-25  Felix Lee  <flee@cygnus.com>
8765
8766         * lib/gdb.exp (debug_format): initialize
8767
8768 1999-02-25  Jason Molenda  (jsm@bugshack.cygnus.com)
8769
8770         * gdb.base/call-ar-st.c: Include string.h, not strings.h.
8771         * gdb.base/call-rt-st.c: Ditto.
8772
8773 1999-02-13  Jim Blandy  <jimb@zwingli.cygnus.com>
8774
8775         * gdb.threads/pthreads.exp (horiz): New variable.
8776         (test_startup): Fix regexps that capture thread numbers.
8777
8778 1999-02-10  Jason Molenda  (jsm@bugshack.cygnus.com)
8779
8780         * gdb.base/smoke.exp: Disambiguate two test case names (both
8781         called ``print'').
8782
8783 Fri Feb  5 12:42:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
8784
8785         * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
8786         compilation.
8787
8788 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
8789
8790         * gdb.base/miscexprs.exp: Change patterns to match GDB's
8791         actual output formatting.
8792         * gdb.base/smoke.exp: GDB removes leading 0's.
8793         * gdb.base/volatile.exp: Don't check type of remuneration;
8794         that variable is no longer defined in constvars.c.
8795         * gdb.base/step-test.c (main): Exit with explicit exit code.
8796         * gdb.base/step-test.exp: Remove two nexti checks--they are
8797         not portable.
8798
8799 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
8800
8801         * gdb.base/help.exp ("help delete display"): Fix test to match
8802         gdb's output.
8803
8804         * gdb.base/long_long.c (known_types): Initialize values to zero.
8805         * gdb.base/long_long.exp: Step one more line
8806         so 'dec' is initialized in "get to known place".  GDB removes
8807         leading zeros.  Explicitly ask for hex formatting.  Use
8808         unique test case names.
8809
8810 Tue Feb  2 10:16:08 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
8811
8812         * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
8813
8814         * gdb.c++/method.exp: Add missing close brace.
8815
8816 1999-01-30  Jim Blandy  <jimb@zwingli.cygnus.com>
8817
8818         * gdb.base/maint.exp: Use 'set height 0' to disable page
8819         prompting, not 'set height 400'.
8820
8821         Fix a bunch of timeouts.
8822         * gdb.base/maint.exp ("maint print objfiles"): Break this up into
8823         four separate tests, so expect doesn't take forever to match a ton
8824         of text against a regexp with lots of .* forms.
8825         ("maint print psymbols", "maint print symbols"): Make some of
8826         these greps more selective, so that expect doesn't try to wade
8827         through huge piles of output and time out.
8828
8829         * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
8830
8831         * gdb.base/maint.exp ("maint info breakpoints"): Split into two
8832         tests: one which doesn't expect shlib events to be reported, and
8833         another which does, but is XFAIL for all platforms other than
8834         HP/UX.
8835
8836         * gdb.base/break.exp: Teach the test suite that the `catch
8837         fork', `catch vfork', and `catch exec' commands produce error
8838         messages on platforms that don't provide these features.
8839
8840 Mon Jan 25 18:35:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
8841
8842         * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
8843         so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
8844         (shortening names from solib_threshold.exp etc), won't run on
8845         anything but HP-UX for the foreseeable future.
8846         * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
8847         reflect move.
8848
8849 Thu Jan 21 15:46:49 1999  Stan Shebs  <shebs@andros.cygnus.com>
8850
8851         * gdb.base/Makefile.in, gdb.c++/Makefile.in,
8852         gdb.trace/Makefile.in (clean): Remove all test executables.
8853
8854 Tue Jan 19 17:20:09 1999  David Taylor  <taylor@texas.cygnus.com>
8855
8856         * gdb.base/shlib-call.exp: add test cases to verify that gdb
8857         successfully re-sets breakpoints in shared libraries.
8858         * gdb.base/shmain.c (main): return 0, don't fall off the end.
8859
8860 Fri Jan 15 14:04:57 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
8861
8862         * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
8863         and compiled w/o GCC.
8864
8865         * gdb.hp/watch-cmd.exp: ditto.
8866
8867         * gdb.hp/watch-hp.exp: ditto.
8868
8869         * gdb.hp/xdb1.exp: ditto.
8870
8871         * gdb.hp/xdb2.exp: ditto.
8872
8873         * gdb.hp/dbx.exp: ditto.
8874
8875 Thu Jan 14 18:36:48 1999  Stan Shebs  <shebs@andros.cygnus.com>
8876
8877         * constvars.c: Remove C++-isms.
8878         * constvars.exp: Use gdb_test everywhere, add xfails if compiled
8879         with GCC.
8880
8881 Mon Jan 11 10:08:03 1999  David Taylor  <taylor@texas.cygnus.com>
8882
8883         The following changes are part of the HP merge.
8884
8885         * gdb.base/break.exp: new tests to verify that catchpoints for
8886         fork, vfork, and exec don't trigger inappropriately.
8887
8888         * gdb.base/opaque.exp: compile one file at a time, then link.
8889
8890         * gdb.base/signals.exp: be more restrictive about which hppa
8891         systems receive a setup_xfail.  new tests.
8892
8893         * gdb.base/solib_threshold.build: new file.
8894         * gdb.base/solib_threshold.exp: new file.
8895         * gdb.base/solib_threshold.link_opts: new file.
8896         * gdb.base/solib_threshold.mk: new file.
8897         * gdb.base/gen_solib_threshold.c: new file.
8898
8899         * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
8900         tests.  New tests for enums inside classes.
8901
8902         * gdb.c++/compiler.cc: indicate support of template debugging.
8903
8904         * gdb.c++/demangle.exp: run hp style demangling tests.
8905
8906         * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
8907         tests.
8908
8909         * gdb.c++/misc.cc: changes to support new tests.
8910
8911         * gdb.c++/templates.cc: changes to support HP's compiler; changes
8912         to support new tests.
8913
8914         * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
8915         gcc, then skip these tests.
8916
8917 Sun Jan 10 23:44:11 1999  David Taylor  <taylor@texas.cygnus.com>
8918
8919         The following files are part of the HP merge; some had longer
8920         names at HP, but have been renamed to be no more than 14
8921         characters in length.
8922
8923         * gdb.hp/ambiguous.cc: new file.
8924         * gdb.hp/ambiguous.exp: new file.
8925         * gdb.hp/attach.exp: new file.
8926         * gdb.hp/attach2.exp: new file.
8927         * gdb.hp/classes-hp.exp: new file.
8928         * gdb.hp/ctti.exp: new file.
8929         * gdb.hp/ctti-add.cc: new file.
8930         * gdb.hp/ctti-add1.cc: new file.
8931         * gdb.hp/ctti-add2.cc: new file.
8932         * gdb.hp/ctti-add3.cc: new file.
8933         * gdb.hp/dbx.exp: new file.
8934         * gdb.hp/exception.cc: new file.
8935         * gdb.hp/exception.exp: new file.
8936         * gdb.hp/foll-exec.c: new file.
8937         * gdb.hp/foll-exec.exp: new file.
8938         * gdb.hp/foll-fork.c: new file.
8939         * gdb.hp/foll-fork.exp: new file.
8940         * gdb.hp/foll-vfork.c: new file.
8941         * gdb.hp/foll-vfork.exp: new file.
8942         * gdb.hp/inherit-hp.exp: new file.
8943         * gdb.hp/more-steps.exp: new file.
8944         * gdb.hp/namespace.cc: new file.
8945         * gdb.hp/namespace.exp: new file.
8946         * gdb.hp/optimize.exp: new file.
8947         * gdb.hp/pxdb.c: new file.
8948         * gdb.hp/pxdb.exp: new file.
8949         * gdb.hp/quicksort.exp: new file.
8950         * gdb.hp/reg-test.exp: new file.
8951         * gdb.hp/reg-test.s: new file.
8952         * gdb.hp/sized-enum.c: new file.
8953         * gdb.hp/sized-enum.exp: new file.
8954         * gdb.hp/start-stop.exp: new file.
8955         * gdb.hp/templ-hp.cc: new file.
8956         * gdb.hp/templ-hp.exp: new file.
8957         * gdb.hp/thr-lib.c: new file.
8958         * gdb.hp/thr-lib.exp: new file.
8959         * gdb.hp/thr-lib.h: new file.
8960         * gdb.hp/thr-liblib.c: new file.
8961         * gdb.hp/virtfun-hp.c: new file.
8962         * gdb.hp/virtfun-hp.exp: new file.
8963         * gdb.hp/watch-cmd.exp: new file.
8964         * gdb.hp/watch-hp.exp: new file.
8965         * gdb.hp/xdb1.exp: new file.
8966         * gdb.hp/xdb2.exp: new file.
8967         * gdb.hp/xdb3.exp: new file.
8968
8969 Wed Jan  6 18:41:15 1999  David Taylor  <taylor@texas.cygnus.com>
8970
8971         The following files are part of the HP merge; some had longer
8972         names at HP, but have been renamed to be no more than 14
8973         characters in length.
8974
8975         * gdb.base/ss.h: new file.
8976         * gdb.base/call-ar-st.c: new file.
8977         * gdb.base/call-ar-st.exp: new file.
8978         * gdb.base/call-rt-st.c: new file.
8979         * gdb.base/call-rt-st-exp: new file.
8980         * gdb.base/call-strs.exp: new file.
8981         * gdb.base/ena-dis-br.exp: new file.
8982         * gdb.base/environ.exp: new file.
8983         * gdb.base/long_long.exp: new file.
8984         * gdb.base/sect-cmd.exp: new file.
8985         * gdb.base/shlib-cl2.exp: new file.
8986         * gdb.base/smoke.exp: new file.
8987         * gdb.base/so-impl-ld.c: new file.
8988         * gdb.base/so-impl-ld.exp: new file.
8989         * gdb.base/so-indr-cl.c: new file.
8990         * gdb.base/so-indr-cl.exp: new file.
8991         * gdb.base/varargs.exp: new file.
8992         * gdb.base/volatile.exp: new file.
8993         * gdb.base/whatis-exp.exp: new file.
8994         * gdb.base/display.exp: new file.
8995         * gdb.c++/derivation.exp: new file.
8996         * gdb.c++/local.exp: new file.
8997         * gdb.c++/member-ptr.exp: new file.
8998         * gdb.c++/overload.exp: new file.
8999         * gdb.c++/ovldbreak.exp: new file.
9000         * gdb.c++/ref-types.exp: new file.
9001         * gdb.c++/ref-types2.exp: new file.
9002         * gdb.c++/userdef.exp: new file.
9003
9004 Wed Jan  6 13:50:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
9005
9006         * gdb.base/default.exp: Reflect wording change in remote.c.
9007
9008 Tue Jan  5 19:14:51 1999  Michael Snyder  <msnyder@cygnus.com>
9009
9010         * gdb.base/help.exp: Update to reflect current text.
9011
9012 Tue Jan  5 13:05:32 1999  David Taylor  <taylor@texas.cygnus.com>
9013
9014         * gdb.c++/anon-union.cc: make foo and bar global, otherwise
9015         they're stack variables and contain garbage.
9016         * gdb.c++/anon-union.exp: new file.
9017
9018         The following changes were made by David Taylor
9019         <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
9020         Edith Epstein <eepstein@cygnus.com> as part of a project to merge
9021         in changes by HP.
9022
9023         * gdb.base/bitops.exp: new file.
9024         * gdb.base/default.exp: change expected messages for catch and
9025         info catch tests to reflect HP merge changes.
9026         * gdb.base/enable-disable-break.exp
9027         * gdb.base/ending-run.c: new file.
9028         * gdb.base/long_long.c: new file.
9029         * gdb.base/maint.exp: new file.
9030         * gdb.base/pointers2.exp: new file.
9031         * gdb.base/shlib-call2.exp: new file.
9032         * gdb.base/solib.exp: new file.
9033         * gdb.base/step-test.c: new file.
9034         * gdb.c++/anon-union.cc: new file.
9035         * gdb.c++/local.cc: new file.
9036         * gdb.c++/member-pointer.cc: new file.
9037         * gdb.c++/method.cc: new file.
9038         * gdb.c++/ref-types.cc: new file.
9039         * gdb.c++/ref-types2.cc: new file.
9040         * gdb.c++/userdef.cc: new file.
9041
9042         * gdb.base/scope.exp: compile one file at a time, then link.
9043         * gdb.base/langs.exp: ditto.
9044         * gdb.base/list.exp: ditto.
9045
9046 Mon Jan  4 10:06:43 1999  David Taylor  <taylor@texas.cygnus.com>
9047
9048         The following changes were made by David Taylor
9049         <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
9050         Edith Epstein <eepstein@cygnus.com> as part of a project to merge
9051         in changes by HP.
9052
9053         * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
9054         skip tests.  When compiling pass c++ flag to gdb_compile.
9055         * gdb.c++/
9056
9057         * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
9058         test for on hppa*-*-hpux*; use args to see if c++ was specified.
9059         (skip_hp_tests): new function.
9060         (gdb_preprocess): new function.
9061
9062         * configure.in (hpdir): decide whether to configure gdb.hp.
9063         * configure: regenerated.
9064
9065         * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
9066         to delete on clean.
9067         (EXECUTABLES): update to reflect new additions.
9068         * gdb.base/commands.exp: update message expected.
9069         * gdb.base/default.exp: add copyright notice.
9070         * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
9071         * gdb.base/help.exp: update messages to reflect current text.
9072         * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
9073         targets for recurse tests.
9074         * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
9075         skip this file.
9076
9077         * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
9078         * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
9079         compilation.
9080         * gdb.c++/misc.exp: ditto.
9081         * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
9082         run the tests.  tell gdb_compile that it's a c++ compilation.
9083
9084         * gdb.threads/pthreads.exp: fix typo in message.
9085
9086         * gdb.base/all-bin.exp: new file.
9087         * gdb.base/arithmet.exp: new file.
9088         * gdb.base/assign.exp: new file.
9089         * gdb.base/completion.exp: new file.
9090         * gdb.base/cond-expr.exp: new file.
9091         * gdb.base/condbreak.exp: new file.
9092         * gdb.base/define.exp: new file.
9093         * gdb.base/dollar.exp: new file.
9094         * gdb.base/environment.exp: new file.
9095         * gdb.base/eval-skip.exp: new file.
9096         * gdb.base/jump.exp: new file.
9097         * gdb.base/logical.exp: new file.
9098         * gdb.base/pointers.exp: new file.
9099         * gdb.base/relational.exp: new file.
9100         * gdb.base/section_command.exp: new file.
9101         * gdb.base/whatis-expr.exp: new file.
9102
9103         * gdb.base/all-types.c: new file.
9104         * gdb.base/call-array-struct.c: new file.
9105         * gdb.base/call-return-struct.c: new file.
9106         * gdb.base/call-strings.c: new file.
9107         * gdb.base/callfuncs2.c: new file.
9108         * gdb.base/condbreak.c: new file.
9109         * gdb.base/constvars.c: new file.
9110         * gdb.base/display.c: new file.
9111         * gdb.base/int-type.c: new file.
9112         * gdb.base/jump.c: new file.
9113         * gdb.base/miscexprs.c: new file.
9114         * gdb.base/pointers.c: new file.
9115         * gdb.base/pointers2.c: new file.
9116         * gdb.base/shmain.c: new file.
9117         * gdb.base/shr1.c: new file.
9118         * gdb.base/shr2.c: new file.
9119         * gdb.base/solib.c: new file.
9120         * gdb.base/solib1.c: new file.
9121         * gdb.base/solib2.c: new file.
9122         * gdb.base/varargs.c: new file.
9123         * gdb.c++/derivation.cc: new file.
9124         * gdb.c++/overload.cc: new file.
9125         * gdb.c++/ovldbreak.cc: new file.
9126         * gdb.hp/attach.c: new file.
9127         * gdb.hp/attach2.c: new file.
9128         * gdb.hp/average.c: new file.
9129         * gdb.hp/compiler.c: new file.
9130         * gdb.hp/compiler.cc: new file.
9131         * gdb.hp/execd-program.c: new file.
9132         * gdb.hp/follow-exec.c: new file.
9133         * gdb.hp/follow-fork.c: new file.
9134         * gdb.hp/follow-vfork-and-exec.c: new file.
9135         * gdb.hp/misc-hp.cc: new file.
9136         * gdb.hp/more-steps.c: new file.
9137         * gdb.hp/optimize.c: new file.
9138         * gdb.hp/quicksort.c: new file.
9139         * gdb.hp/run-hp.c: new file.
9140         * gdb.hp/start-stop.c: new file.
9141         * gdb.hp/sum.c: new file.
9142         * gdb.hp/templates-hp.cc: new file.
9143         * gdb.hp/thread-local-in-lib.c: new file.
9144         * gdb.hp/thread-local-in-lib.h: new file.
9145         * gdb.hp/thread-local-in-lib.lib.c: new file.
9146         * gdb.hp/vforked-program.c: new file.
9147         * gdb.hp/virtfunc-hp.cc: new file.
9148         * gdb.hp/watchpoint-hp.c: new file.
9149         * gdb.hp/xdb.c: new file.
9150         * gdb.hp/xdb0.c: new file.
9151         * gdb.hp/xdb0.h: new file.
9152         * gdb.hp/xdb1.c: new file.
9153
9154 Mon Dec 21 14:08:38 1998  David Taylor  <taylor@texas.cygnus.com>
9155
9156         The following change was made by Edith Epstein
9157         <eepstein@cygnus.com> as part of a project to merge in changes
9158         originally made by HP; HP did not create ChangeLog entries.
9159
9160         * gdb.c++/demangle.exp: changed the expected output for some
9161         ARM-style mangling -- removed second reference to datatype.
9162         For example, maint demangle __dt__11T1__pt__2_cFv
9163                      T1<char>::~T1<char>(void)
9164         becomes,
9165                      maint demangle __dt__11T1__pt__2_cFv
9166                      T1<char>::~T1(void)
9167
9168         (test_hp_style_demangling): new hp specific demangling test cases.
9169
9170 Mon Dec 14 15:07:03 1998  Jeffrey A Law  (law@cygnus.com)
9171
9172         * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
9173         * gdb.trace/backtrace.exp: Likewise.
9174         * gdb.trace/circ.exp: Likewise.
9175         * gdb.trace/collection.exp: Likewise.
9176         * gdb.trace/deltrace.exp: Likewise.
9177         * gdb.trace/infotrace.exp: Likewise.
9178         * gdb.trace/limits.exp: Likewise.
9179         * gdb.trace/packetlen.exp: Likewise.
9180         * gdb.trace/passc-dyn.exp: Likewise.
9181         * gdb.trace/passcount.exp: Likewise.
9182         * gdb.trace/report.exp: Likewise.
9183         * gdb.trace/save-trace.exp: Likewise.
9184         * gdb.trace/tfind.exp: Likewise.
9185         * gdb.trace/tracecmd.exp: Likewise.
9186         * gdb.trace/while-dyn.exp: Likewise.
9187         * gdb.trace/while-stepping.exp: Likewise.
9188
9189 1998-12-07  Jim Blandy  <jimb@zwingli.cygnus.com>
9190
9191         * gdb.base/restore.exp, gdb.base/restore.c: New tests.
9192
9193 Wed Dec  2 20:03:53 1998  Stan Shebs  <shebs@andros.cygnus.com>
9194
9195         From Brendan Kehoe:
9196         * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
9197         int return types.
9198
9199 Sat Oct 24 18:04:22 1998  Felix Lee  <flee@cygnus.com>
9200
9201         * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
9202         remote dos host testing right.
9203
9204 Mon Oct 19 01:31:59 1998  Felix Lee  <flee@cygnus.com>
9205
9206         * gdb.base/corefile.exp: remove some xfails.
9207
9208 Thu Oct 15 10:04:38 1998  Andrew Cagney  <cagney@b1.cygnus.com>
9209
9210         * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
9211         have different timestamps.
9212
9213 Thu Oct  1 20:56:14 1998  Andrew Cagney  <cagney@b1.cygnus.com>
9214
9215         * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
9216         gdb.base/default.exp: Replace "exec" with "executable".
9217
9218 Tue Sep 29 15:06:29 1998  Andrew Cagney  <cagney@b1.cygnus.com>
9219
9220         * gdb.base/default.exp: Change else if to elseif from previous
9221         delta.
9222
9223 Mon Sep 28 13:21:43 1998  Nick Clifton  <nickc@cygnus.com>
9224
9225         * gdb.base/default.exp: Add brace missing from previous delta.
9226
9227 Mon Sep 21 14:39:27 1998  Nick Clifton  <nickc@cygnus.com>
9228
9229         * gdb.base/default.exp: Support test for info float for all
9230         varieties of arm toolchain.
9231
9232 Fri Sep 18 14:07:44 1998  Michael Snyder  <msnyder@cygnus.com>
9233
9234         * gdb.trace/*.exp: remove "remote_download" command.
9235
9236 Wed Sep 16 11:38:21 1998  Michael Snyder  <msnyder@cygnus.com>
9237
9238         * gdb.trace/*.exp: remove -gdwarf from compile.
9239
9240 Wed Sep 16 01:23:11 1998  Felix Lee  <flee@cygnus.com>
9241
9242         * gdb.trace/configure.in(AC_INIT): typo
9243         * gdb.trace/configure: regenerated
9244
9245 Mon Sep 14 20:00:04 1998  Michael Snyder  <msnyder@cygnus.com>
9246
9247         * config/m68k-emc.exp: New file.
9248         * lib/<emc-support.exp trace-support.exp}: New files.
9249         * configure.in: add new test directory gdb.trace.
9250         * gdb.trace/{configure configure.in Makefile.in}: New files.
9251         * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
9252         * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
9253         * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
9254         * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
9255         * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
9256         * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
9257         * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
9258
9259 Fri Sep 11 13:58:02 1998  Michael Snyder  <msnyder@cygnus.com>
9260
9261         * gdb.c++/classes.exp: Change all regular expressions to match
9262         arbitrary combinations of newline/carriage-return, so that they
9263         will work equally well on Unix and Windows.
9264         * gdb.c++/inherit.exp: ditto.
9265         * gdb.c++/virtfunc.exp: ditto.
9266
9267 1998-08-11 Dawn Perchik  <dawn@cygnus.com>
9268
9269         * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
9270
9271 Fri Jul 24 15:51:34 1998  Jeffrey A Law  (law@cygnus.com)
9272
9273         * gdb.disasm/am33.s: Add tests for autoincrement instructions.
9274         * gdb.disasm/am33.exp: Run time.  Update tests which use r8-r15
9275         to use a0-a3/d0-d3 as needed.
9276
9277 Thu Jul 16 18:20:46 1998  Jeffrey A Law  (law@cygnus.com)
9278
9279         * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
9280         * gdb.disasm/am33.exp: Corresponding changes.
9281
9282 1998-07-11  Felix Lee  <flee@cygnus.com>
9283
9284         * gdb.base/callfuncs.exp: add cmp10 test.
9285         * gdb.base/callfuncs.c (cmp10): new function.
9286
9287 Thurs Jul 9 11:08:31 1998  Dawn Perchik  <dawn@cygnus.com>
9288
9289         * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
9290         into two parts to get around a synchronization problem in expect.
9291
9292 Fri Jun 26 14:27:13 1998  Keith Seitz  <keiths@cygnus.com>
9293
9294         * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
9295
9296         * configure.in: Add options for gdbtk testsuite.
9297
9298         * configure: Regenerate.
9299
9300         * gdb.gdbtk: New directory to hold gdbtk tests.
9301
9302 Fri Jun 26 14:52:47 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9303
9304         * gdb.fortran/types.exp:  Escape brackets in expect patterns
9305         for test_float_literal_types_accepted tests.
9306         * gdb.base/scope.exp:  Remove extraneous newline in filelocal_bss
9307         before run test.
9308
9309 Fri Jun 26 11:12:17 1998  Jeffrey A Law  (law@cygnus.com)
9310
9311         * am33.exp: Just compile, do not link the testcase.
9312         * am33.s: Add ".am33" pseudoop to force am33 mode.
9313
9314 1998-06-25  Felix Lee  <flee@cygnus.com>
9315
9316         * gdb.base/setshow.exp: make sure $pc is sane.
9317
9318         * gdb.stabs/weird.exp: split expect patterns properly.
9319
9320 Wed Jun 24 13:03:15 1998  Jeffrey A Law  (law@cygnus.com)
9321
9322         * gdb.disasm/am33.s: New disassembler testfile for the am33.
9323         * gdb.disasm/am33.exp: Run it.
9324
9325 Tue Jun 23 11:45:01 1998  Michael Snyder  <msnyder@cygnus.com>
9326
9327         * gdb.base/funcargs.exp: simplify expect strings to ease pattern
9328         match processing (and eliminate spurious timeouts when running).
9329
9330 Fri Jun 12 17:28:22 1998  Michael Snyder  <msnyder@cygnus.com>
9331
9332         * gdb.base/signals.exp (test_handle_all_print): put back Mach
9333         exception test, but conditionalize it on target [mach | gnu].
9334
9335 Wed Jun 10 10:40:03 1998  Michael Snyder  <msnyder@cygnus.com>
9336
9337         * gdb.base/overlays.exp: fixup compile line for linker script.
9338
9339 Thu Jun  4 21:54:15 1998  Felix Lee  <flee@zog.cygnus.com>
9340
9341         * gdb.fortran/types.exp: don't guess at float size.
9342
9343 Thu May 21 02:28:37 1998  Felix Lee  <flee@zog.cygnus.com>
9344
9345         * gdb.base/exprs.exp: delete test that depends on int size.
9346
9347 Sun May 17 17:10:22 1998  Bob Manson  <manson@charmed.cygnus.com>
9348
9349         * config/sim.exp: Removed checks for target triplets.
9350         (gdb_target_sim): Use gdb,target_sim_options.
9351
9352 Sat May 16 23:43:35 1998  Mark Alexander  <marka@cygnus.com>
9353
9354         * gdb.base/reread.exp: New file.
9355         * gdb.base/reread1.c: New file.
9356         * gdb.base/reread2.c: New file.
9357
9358 Sat May 16 23:22:09 1998  Mark Alexander  <marka@cygnus.com>
9359
9360         * config/sim.exp: Use 'target sim -sparclite' when running
9361         SPARClite programs.
9362
9363 Sat May 16 18:48:08 1998  Doug Evans  <devans@canuck.cygnus.com>
9364
9365         * gdb.base/structs2.exp: New file.
9366         * gdb.base/structs2.c: New file.
9367
9368 Wed May 13 13:36:14 1998  Doug Evans  <devans@canuck.cygnus.com>
9369
9370         * gdb.asm/common.inc: New file.
9371         * gdb.asm/d10v.inc: New file.
9372         * asm-source.exp: Pass -I's to gas to find .inc files.
9373         Update line numbers in expected output.
9374         * asmsrc1.s: Rewrite.
9375         * asmsrc2.s: Rewrite.
9376         * configure.in: Create arch.inc symlink.
9377         * configure: Regenerate.
9378         * Makefile.in (distclean): Delete arch.inc.
9379
9380 Wed May  6 10:30:54 1998  John Metzler  <jmetzler@cygnus.com>
9381
9382         *  callfuncs.c (t_enum_value1) : Cleanup return value warnings
9383         (t_enum_value2): ditto
9384         (t_enum_value3): ditto
9385         (main): ditto
9386 Fri May  1 09:33:37 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9387
9388         * gdb.base/break.exp:  Remove xfail for `deleting all breakpoints
9389         when none' unexpected prompt case, fixed by breakpoint.c:delete_command
9390         change.
9391         Use gdb_test instead of send_gdb/gdb_expect sequences.
9392
9393 Thu Apr 23 12:56:19 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9394
9395         * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
9396         not void.
9397
9398 Thu Apr 16 10:52:34 1998  John Metzler  <jmetzler@cygnus.com>
9399
9400         * gdb.base/branches.c: Code with lots of loops and
9401         subroutines. Used to test gdbs ability to single step through PC
9402         changes, especially to test mips-tdep.c:mips_next_pc
9403
9404 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
9405
9406         * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
9407         more rigorous EGCS C++ error checking.
9408
9409 Fri Apr 10 22:38:12 1998 Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9410
9411         * gdb.base/help.exp:  Clean up `help set args' and `help show args'
9412         tests.
9413         * gdb.base/interrupt.exp:  Add "i*86-*-solaris2*" xfail for calling
9414         function when asleep.
9415         * gdb.base/signals.exp:  Add "i*86-*-solaris2*" xfails. Add comment
9416         for i*86 Linux and SVR4 signal handling problems.
9417         Remove linux xfail for `next to handler in signals_tests_1', fixed
9418         by recent infrun.c change.
9419         Limit backtrace to 10 frames to avoid timeout problems with infinite
9420         stack backtraces.
9421         Adjust expect pattern in `handle all print' test to match Apr 28 1997
9422         target.[ch] change.
9423
9424 Tue Mar 31 00:40:32 1998  Bob Manson  <manson@charmed.cygnus.com>
9425
9426         * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
9427         for a newline from gdb before continuing.
9428         (default_gdb_exit): Just look for y or n.
9429         (gdb_test): Detect abnormal exit from GDB running on DOS; if
9430         it does, fail the rests of the tests in the file.
9431
9432 Tue Mar 24 22:44:52 1998  Bob Manson  <manson@charmed.cygnus.com>
9433
9434         * config/cygmon.exp: New file.
9435
9436 Mon Mar 16 21:39:11 1998  Bob Manson  <manson@charmed.cygnus.com>
9437
9438         * gdb.base/list.exp: Fix problem with "list default lines around
9439         main" test on remote targets.
9440
9441         * gdb.base/scope.exp: Fix problem with filelocal_bss before
9442         run test on remote targets.
9443
9444 Thu Mar 12 16:23:00 1998  Doug Evans  <devans@canuck.cygnus.com>
9445
9446         * gdb.asm: New directory.
9447         * configure.in: Configure it.
9448         * configure: Regenerate.
9449         * gdb.asm/{Makefile.in,configure.in,configure}: New files.
9450         * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
9451
9452 Mon Feb 23 08:22:44 1998  Mark Alexander  <marka@cygnus.com>
9453
9454         * config/mn10300-eval.exp: New file to support MN10300 eval board.
9455
9456 Wed Feb 18 16:43:46 1998  Michael Snyder  (msnyder@cygnus.com)
9457
9458         * gdb.base/overlays (several files): Merge the two overlay
9459         managers into one.  Change variables (foox, barx, bazx, grbxx)
9460         back into ints but force them to load in their proper sections.
9461
9462 Thu Feb 12 13:49:30 1998  Andrew Cagney  <cagney@b1.cygnus.com>
9463
9464         * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
9465         on-chip insn memory and IMAP1 to upper 128k.
9466         (D10VCopy): Handle memory regions crossing 16k boundaries.
9467         (D10VCopy): Transfer data in 32 bit chunks.
9468
9469 Tue Feb 10 17:23:22 1998  Andrew Cagney  <cagney@b1.cygnus.com>
9470
9471         * gdb.base/overlays.c (main): Exit normally when result is
9472         correct.
9473
9474         * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
9475         map.  Include space for printf in .text segment.
9476
9477         * gdb.base/d10vovly.c (D10VTranslate): New function, handle
9478         updated d10v memory VMA/LMA map.
9479         (D10VCopy): Call D10VTranslate.
9480
9481 Fri Feb  6 14:13:12 1998  Andrew Cagney  <cagney@b1.cygnus.com>
9482
9483         * gdb.base/m32rovly.c: Force variable _novlys into .data section.
9484
9485         * gdb.base/bar.c (barx, bar): Change variable to small array so
9486         that it won't be put into the .sdata - small data -
9487         section. Update reference.
9488         * gdb.base/baz.c (bazx, baz): Ditto.
9489         * gdb.base/foo.c (foox, foo): Ditto.
9490         * gdb.base/grbx.c (grbxx, grbx): Ditto.
9491
9492         * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
9493         to be arrays.
9494
9495 Thu Jan 29 14:48:19 1998  Michael Snyder  (msnyder@cygnus.com)
9496
9497         * gdb.base/overlays.exp: fix up and get working again.
9498         Add tests for backtraces from an overlay function.
9499
9500 Fri Jan 23 07:52:45 1998  Fred Fish  <fnf@cygnus.com>
9501
9502         * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
9503         "calling function with watchpoint enabled".
9504
9505 Thu Jan 22 14:23:29 1998  Fred Fish  <fnf@cygnus.com>
9506
9507         * gdb.base/break.exp (test_next_with_recursion): Remove
9508         gdb_suppress_tests for d10v-*-*.
9509         * lib/gdb.exp (gdb_suppress_tests): Disable this function
9510         pending review of whether it is useful or not.
9511
9512 Tue Jan 20 13:02:09 1998  Mark Alexander  <marka@cygnus.com>
9513
9514         * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
9515
9516 Mon Jan 19 08:53:04 1998  Mark Alexander  <marka@cygnus.com>
9517
9518         * gdb.base/break.exp: Increase timeout for slow TX39 boards.
9519         * config/dve.exp: New file to support Densan boards.
9520
9521 Mon Dec 15 22:38:05 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9522
9523         * gdb.base/interrupt.exp: Document problem of simulators, signals,
9524         reads and BSD.
9525
9526 Wed Nov 26 22:29:18 1997  Bob Manson  <manson@charmed.cygnus.com>
9527
9528         * config/monitor.exp: Be a bit less picky about the "Remote debugging"
9529         response.
9530
9531         * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
9532
9533 Tue Nov 25 12:46:36 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9534
9535         * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
9536         test.
9537
9538         * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
9539         target_sizeof_long and target_bigendian_p.
9540         (structs_by_value, structs_by_reference): Check values according
9541         to targets word size and endianess.
9542
9543 Mon Nov 24 16:37:06 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9544
9545         * gdb.base/langs.exp: For "continue to exit" ignore any trailing
9546         output.
9547
9548 Fri Oct 17 13:24:43 1997  Stan Shebs  <shebs@andros.cygnus.com>
9549
9550         * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
9551         Update test of set args help to match source change.
9552
9553 Fri Sep 26 17:36:20 1997  Jason Molenda  (crash@pern.cygnus.com)
9554
9555         * gdb.base/default.exp: Expect help system output to be in
9556         alphabetical order.
9557         * gdb.base/help.exp: Ditto.
9558
9559 Wed Sep 24 13:08:14 1997  Bob Manson  <manson@charmed.cygnus.com>
9560
9561         * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
9562         "i*86-pc-linux-gnu*".
9563         * gdb.base/interrupt.exp: Ditto.
9564         * gdb.base/corefile.exp: Ditto.
9565
9566         * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
9567         define vxworks when building the testcase.
9568
9569         * gdb.base/ptype.exp: Fix testnames to be unique.
9570         * gdb.base/radix.exp: Ditto.
9571         * gdb.base/term.exp: Ditto.
9572         * gdb.base/whatis.exp: Ditto.
9573         * gdb.c++/classes.exp: Ditto.
9574
9575 Tue Sep 16 22:21:48 1997  Bob Manson  <manson@charmed.cygnus.com>
9576
9577         * gdb.base/callfuncs.exp: Fix indentation.
9578
9579         * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
9580         suppress_flag has been set.
9581         (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
9582         target feature.
9583
9584 Mon Sep 15 15:43:17 1997  Bob Manson  <manson@charmed.cygnus.com>
9585
9586         * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
9587         the testcase.
9588
9589         * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
9590         set_debug_traps() and breakpoint().
9591         * gdb.c++/misc.cc (main): Ditto.
9592         * gdb.c++/templates.cc (main): Ditto.
9593         * gdb.c++/virtfunc.cc (main): Ditto.
9594
9595 Fri Sep 12 16:56:38 1997  Bob Manson  <manson@charmed.cygnus.com>
9596
9597         * lib/gdb.exp(gdb_step_for_stub): New function.
9598         (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
9599         exists, reload the executable and do a "continue" instead of
9600         doing a jump.
9601         (runto_main): Use gdb_step_for_stub.
9602
9603         * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
9604         tests to have unique names.
9605         * gdb.base/callfuncs.exp: Ditto.
9606         * gdb.base/commands.exp: Ditto.
9607         * gdb.base/default.exp: Ditto.
9608         * gdb.base/help.exp: Ditto.
9609         * gdb.base/list.exp: Ditto.
9610         * gdb.base/opaque.exp: Ditto.
9611         * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
9612         similar tests.
9613
9614         * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
9615         * gdb.c++/cplusfuncs.cc: Ditto.
9616         * gdb.c++/virtfunc.cc: Ditto.
9617
9618         * config/monitor.exp: Keep track of the last file we saw, rather
9619         than trying to get the info from gdb.
9620
9621         * gdb.fortran/types.exp: Move comment to previous line.
9622
9623 Tue Sep  2 19:55:34 1997  Bob Manson  <manson@charmed.cygnus.com>
9624
9625         * config/sparclet.exp: Detect gratuitous change to sparclet gdb
9626         target mode.
9627
9628 Mon Jul 28 12:14:47 1997  Stan Shebs  <shebs@andros.cygnus.com>
9629
9630         From Bob Manson:
9631         * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
9632         string from GDB when it connects.
9633
9634         * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
9635
9636 Thu Jul  3 15:35:12 1997  Bob Manson  <manson@charmed.cygnus.com>
9637
9638         * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
9639         if we can't get a debug format from GDB (we may be testing an
9640         older GDB). Use a 10 second timeout when checking for the format.
9641
9642         * gdb.stabs/weird.exp: Fix quoting.
9643
9644         * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
9645
9646 Mon Jun 30 18:31:43 1997  Bob Manson  <manson@charmed.cygnus.com>
9647
9648         * config/arm-ice.exp: New file.
9649
9650 Sun Jun 29 16:43:30 1997  Bob Manson  <manson@charmed.cygnus.com>
9651
9652         * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
9653         until it has been modified to work with the new testsuite.
9654
9655         * gdb.*/*.exp: Instead of causing 1 unresolved test when the
9656         testcase won't compile, cause all of the testcases in the file to
9657         fail instead.
9658
9659         * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
9660         (gdb_clear_suppressed): New procedure.
9661         (gdb_stop_suppressing_tests): Only clear suppress_flag if
9662         it contains a positive value.
9663
9664 Sat Jun 28 13:31:11 1997  Bob Manson  <manson@charmed.cygnus.com>
9665
9666         * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
9667
9668         * gdb.c++/virtfunc.exp: Remove setting of libs variable.
9669
9670 Fri Jun 27 07:44:25 1997  Fred Fish  <fnf@cygnus.com>
9671
9672         * lib/gdb.exp (setup_xfail_format): New function.
9673         (get_debug_format): New function to get debug format.
9674         (debug_format): New global variable to hold last value set
9675         by get_debug_format.
9676         * gdb.base/list.exp: Call get_debug_format and expect some
9677         tests to fail for DWARF 1 and COFF formats.
9678         * gdb.c++/ptype.exp: Ditto.
9679         * gdb.c++/classes.exp: Ditto.
9680         * gdb.c++/cplusfuncs.exp: Ditto.
9681         * gdb.c++/inherit.exp: Ditto.
9682         * gdb.c++/templates.exp: Ditto.
9683         * gdb.c++/virtfunc.exp: Ditto.
9684
9685 Wed Jun 25 09:08:51 1997  Bob Manson  <manson@charmed.cygnus.com>
9686
9687         * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
9688         host doesn't have a currently-open connection.
9689
9690         * config/sparclet.exp: Cleanups and fixes to make it generic for
9691         any gdb stub target. Handle cases where gdb doesn't respond when
9692         interrupted in a sane fashion.
9693
9694         * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
9695         same thing in a totally different way.
9696
9697         * config/monitor.exp: Pass in timeouts to gdb_expect instead of
9698         setting "timeout".
9699         (gdb_start): We set the global gdb_prompt variable in
9700         default_gdb_init now.
9701
9702 Sun Jun 22 09:11:02 1997  Fred Fish  <fnf@cygnus.com>
9703
9704         * gdb.base/printcmds.exp: Fix "check for floating addition"
9705         regexp to accept results within approx +/- .01 of exact value.
9706         * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
9707
9708 Wed Jun 18 11:11:39 1997  Bob Manson  <manson@charmed.cygnus.com>
9709
9710         * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
9711         properly.
9712         (gdb_expect): Add optional timeout parameter, and add timeout
9713         value to various calls.
9714         (gdb_suppress_tests): Only give one warning message per group.
9715
9716 Tue Jun 17 13:10:10 1997  Bob Manson  <manson@charmed.cygnus.com>
9717
9718         * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
9719         global variables. Handle getting a value for $timeout more
9720         gracefully.
9721
9722 Sat Jun 14 09:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
9723
9724         * lib/gdb.exp: Close connection to remote host if gdb doesn't
9725         initialize.
9726         (default_gdb_init): New procedure; allow gdb_init to be overridden
9727         by a target configuration file.
9728         (gdb_expect): Pass the timeout to remote_expect.
9729
9730         * config/monitor.exp(gdb_load): Fix typo in regexp.
9731
9732 Thu Jun 12 20:57:12 1997  Bob Manson  <manson@charmed.cygnus.com>
9733
9734         * gdb.base/funcargs.exp: Remove spurious suppress tests call.
9735
9736 Tue Jun  3 15:20:20 1997  Bob Manson  <manson@charmed.cygnus.com>
9737
9738         * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
9739         here. Call gdb_target_exec before rebooting the target, to make
9740         sure the connection to the target is closed.
9741         (gdb_load): Pass the name of the executable to gdb_target_monitor.
9742         Don't call gdb_file_cmd here; let gdb_target_monitor do it.
9743         Also detect "Timeout reading from remote" error.
9744
9745         * config/gdbserver.exp: Pass the executable being loaded to
9746         gdb_target_monitor. Don't call gdb_file_cmd here; let
9747         gdb_target_monitor do it.
9748
9749         * gdb.disasm/hppa.exp: Don't use exec_output.
9750
9751 Fri May 23 13:28:29 1997  Bob Manson  <manson@charmed.cygnus.com>
9752
9753         * gdb.base/list.exp: If we're debugging a non-native target,
9754         try to set the pc register to point to the start of the
9755         program before doing the first list command.
9756
9757         * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
9758         test_calls after restarting.
9759
9760         * lib/gdb.exp(gdb_run_cmd): Send jump command again after
9761         reloading.
9762
9763         * gdb.base/watchpoint.exp: Fix typo.
9764
9765         * gdb.base/setshow.exp: Check for use_gdb_stub.
9766
9767         * gdb.base/break.exp: Fix continue until exit test for the gdb
9768         stub case.
9769         * gdb.base/langs.exp: Ditto.
9770
9771         * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
9772         gdb_load_offset. If we weren't given a file to load, figure out
9773         what the current file is and use it.
9774
9775         * config/i386-bozo.exp: New file.
9776
9777 Thu May 22 18:51:32 1997  Bob Manson  <manson@charmed.cygnus.com>
9778
9779         * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
9780         feature.
9781
9782         * config/proelf.exp: New entry.
9783
9784 Wed May 21 21:23:16 1997  Bob Manson  <manson@charmed.cygnus.com>
9785
9786         * lib/gdb.exp: Remove spurious .* patterns at the beginning
9787         of regexps.
9788
9789         * gdb.base/watchpoint.exp: Don't run the test_stepping
9790         tests if gdb can't call functions on the target.
9791
9792         * gdb.base/setshow.exp: Don't run the set prompt tests if
9793         the board has gdb_prompt set.
9794
9795 Tue May 20 08:58:49 1997  Jeffrey A Law  (law@cygnus.com)
9796
9797         * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
9798         * gdb.base/commands.exp: Likewise.
9799         * gdb.base/setshow.exp: Likewise.
9800
9801 Mon May 19 15:37:50 1997  Bob Manson  <manson@charmed.cygnus.com>
9802
9803         * config/monitor.exp(gdb_start): Look for gdb_prompt target
9804         feature.
9805
9806         * config/i960.exp: New file.
9807
9808 Thu May  1 18:01:50 1997  Bob Manson  <manson@charmed.cygnus.com>
9809
9810         * gdb.base/funcargs.exp: Check for gdb,short_int target
9811         feature instead of looking for explicit target triplets.
9812
9813 Mon Apr 28 17:27:40 1997  Michael Snyder  <msnyder@cygnus.com>
9814
9815         * gdb.base/printcmds.exp: add a couple more tests a la
9816         "p 123DEADBEEF", to check parse_number.
9817         * top.c: change "to enable to enable" to "to enable" in a couple
9818         of help strings.
9819
9820 Thu Apr 24 14:38:18 1997  Jeffrey A Law  (law@cygnus.com)
9821
9822         * gdb.base/callfuncs.exp: Mark some tests as expected to fail
9823         on the mn10300.
9824
9825 Mon Apr 21 15:05:42 1997  Fred Fish  <fnf@cygnus.com>
9826
9827         * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
9828         where the test executable is run with explicit args.
9829         * gdb.base/default.exp: Handle arm-*-coff case for "info float".
9830
9831 Mon Apr 21 13:38:58 1997  Fred Fish  <fnf@cygnus.com>
9832
9833         * gdb.base/run.c: Use FAKEARGV to build test executable that
9834         does not require a command line arg, since most simulators
9835         don't currently support passing such an arg into the simulated
9836         program.
9837         * gdb.base/commands.exp: Change tests to insert the proper
9838         value as the arg to the first recursive factorial call.  Change
9839         compilation line to define FAKEARGV at compile time.
9840
9841 Wed Apr  9 11:12:36 1997  Jeffrey A Law  (law@cygnus.com)
9842
9843         * gdb.base/recurse.exp: Enable these tests for the mn10300.
9844         * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
9845         function with watchpoint enabled" test.
9846
9847 Tue Apr  8 19:33:20 1997  Bob Manson  <manson@charmed.cygnus.com>
9848
9849         * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
9850         Don't call gdb_test when the command doesn't return to a gdb prompt.
9851
9852         * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
9853         "Tests restarted" messages.
9854
9855 Tue Apr  8 16:38:46 1997  Jeffrey A Law  (law@cygnus.com)
9856
9857         * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
9858
9859 Thu Apr  3 15:21:26 1997  Michael Snyder  <msnyder@cygnus.com>
9860
9861         * gdb.base/help.exp: update help msg for INFO ADDR; add help test
9862         for INFO SYMBOL; add help tests for OVERLAY commands.
9863         * gdb.base/default.exp: add tests for INFO SYMBOL command;
9864         add tests for OVERLAY commands
9865         * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
9866         d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
9867         * gdb.base/sigall.c: add usestubs code frag
9868         * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
9869
9870 Thu Apr  3 09:38:53 1997  Bob Manson  <manson@charmed.cygnus.com>
9871
9872         * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
9873         failures.
9874         (gdb_stop_suppressing_tests): Note that tests have restarted.
9875
9876 Wed Apr  2 19:04:20 1997  Bob Manson  <manson@charmed.cygnus.com>
9877
9878         * config/h8300.exp: New file.
9879
9880 Sun Mar 30 13:38:25 1997  Bob Manson  <manson@charmed.cygnus.com>
9881
9882         * gdb.base/setshow.exp: Check for the existence of a
9883         feature, not its value.
9884
9885 Sat Mar 29 11:19:46 1997  Bob Manson  <manson@charmed.cygnus.com>
9886
9887         * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
9888
9889         * gdb.base/scope.exp: It's now init0(), not init().
9890
9891         * gdb.base/scope0.c: For now, change init() to be init0().
9892
9893         * config/monitor.exp: Use gdb_serial in preference to serial
9894         or netport.
9895
9896         * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
9897         and it's not already set.
9898
9899 Fri Mar 28 19:54:18 1997  Bob Manson  <manson@charmed.cygnus.com>
9900
9901         * gdb.base/setshow.exp: Only test the run command if the target
9902         isn't using a stub and if it supports argument passing.
9903
9904 Sat Mar 22 19:50:25 1997  Bob Manson  <manson@charmed.cygnus.com>
9905
9906         * config/udi.exp(gdb_start): Make sure UDICONF is set
9907         properly before starting gdb.
9908
9909 Mon Mar 24 14:40:33 1997  Jeffrey A Law  (law@cygnus.com)
9910
9911         * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
9912         * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
9913         * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
9914
9915 Tue Mar 11 11:42:58 1997  Bob Manson  <manson@charmed.cygnus.com>
9916
9917         * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
9918         specialized code to reboot the board, use remote_reboot instead.
9919
9920         * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
9921
9922         * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
9923
9924         * config/monitor.exp: Make sure we disconnect from the target.
9925         Also, try a reboot/reload cycle instead of failing if the
9926         load fails.
9927
9928 Fri Mar  7 13:48:30 1997  Bob Manson  <manson@charmed.cygnus.com>
9929
9930         * gdb.base/default.exp: Don't set match_max.
9931         * gdb.base/help.exp: Ditto.
9932         * gdb.base/list.exp: Ditto.
9933         * gdb.base/signals.exp: Ditto.
9934
9935         * config/monitor.exp(gdb_load): If gdb,use_standard_load is
9936         set, use remote_ld to download the testcase instead of
9937         the GDB loader.
9938
9939 Wed Mar  5 00:00:43 1997  Bob Manson  <manson@charmed.cygnus.com>
9940
9941         * config/vr5000.exp: New file.
9942
9943         * config/monitor.exp(gdb_target_monitor): Add pattern for
9944         "Ending remote" to detect errors in connecting.
9945
9946         * gdb.base/setshow.exp: Add .* within auto language test.
9947
9948         * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
9949         target feature.
9950
9951         * config/monitor.exp(gdb_load): Check for a failure when loading,
9952         and reboot the board if necessary.
9953
9954         * gdb.base/setvar.exp(test_set): Handle multiple prints within
9955         a set of tests. Remove print.* from the patterns being checked.
9956
9957 Mon Mar  3 11:57:43 1997  Bob Manson  <manson@charmed.cygnus.com>
9958
9959         * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
9960         refer to gdb_spawn_id.
9961
9962         * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
9963         longer used.
9964         * config/sparclet.exp: Ditto.
9965         * config/sparclet-old.exp: Ditto.
9966         * config/slite.exp: Ditto.
9967         * config/sim.exp: Ditto.
9968         * gdb.base/funcargs.exp: Ditto.
9969
9970         * lib/gdb.exp:Remove references to gdb_spawn_id.
9971         (gdb_expect): Move to remote.exp.
9972
9973 Fri Feb 28 20:47:39 1997  Bob Manson  <manson@charmed.cygnus.com>
9974
9975         * config/monitor.exp: Detect the "Couldn't establish connection"
9976         message from GDB.
9977
9978 Tue Feb 25 14:08:55 1997  Bob Manson  <manson@charmed.cygnus.com>
9979
9980         * gdb.base/bitfields.exp: Use runto instead of explicit
9981         gdb_run_cmd/gdb_expect sequences.
9982
9983         * gdb.base/break.exp(text_next_with_recursion): Add match for
9984         gdb_expect call.
9985
9986         * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
9987         We also need to handle the "A program is being debugged already"
9988         prompt from gdb. Use gdb_test to set the baud rate.
9989
9990         * lib/gdb.exp(gdb_init): Increase the default expect buffer size
9991         to 20000. Really. I mean it.
9992
9993 Mon Feb 24 13:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
9994
9995         * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
9996         fails. If suppress_flag is set, skip perror message about not
9997         being able to send to GDB.
9998         (send_gdb): If suppress_flag is set, don't try to send commands to
9999         GDB.
10000         (gdb_expect): If suppress_flag is set, always fail immediately.
10001         (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
10002         (gdb_init): Call gdb_stop_suppressing_tests.
10003         (default_gdb_exit): Ditto.
10004         (default_gdb_start): Ditto.
10005
10006         * gdb.base/bitfields.exp: Call gdb_suppress_tests and
10007         gdb_stop_suppressing_tests as appropriate.
10008         * gdb.base/break.exp: Ditto.
10009         * gdb.base/callfuncs.exp: Ditto.
10010         * gdb.base/commands.exp: Ditto.
10011         * gdb.base/exprs.exp: Ditto.
10012         * gdb.base/funcargs.exp: Ditto.
10013         * gdb.base/list.exp: Ditto.
10014         * gdb.base/recurse.exp: Ditto.
10015         * gdb.base/scope.exp:  Ditto.
10016         * gdb.base/structs.exp: Ditto.
10017         * gdb.c++/inherit.exp: Ditto.
10018
10019 Sun Feb 23 19:56:02 1997  Bob Manson  <manson@charmed.cygnus.com>
10020
10021         * config/vr4300.exp: New file.
10022
10023         * gdb.*/*.exp: Call gdb_expect instead of expect.
10024
10025         * lib/gdb.exp(gdb_expect): New function.
10026
10027 Thu Feb 20 13:57:01 1997  Bob Manson  <manson@charmed.cygnus.com>
10028
10029         * lib/gdb.exp(gdb_init): New function.
10030
10031         * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
10032         for each individual variable set.
10033
10034         * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
10035         name.
10036
10037         * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
10038
10039         * gdb.base/scope.exp: Use gdb_test.
10040
10041         * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
10042         aborting; the testsuite driver will do that for us (see
10043         gdb_finish). Also, use gdb_test in a few more places.
10044
10045 Thu Feb 20 13:32:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
10046
10047         * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
10048
10049 Thu Feb 20 10:34:21 1997  Jeffrey A Law  (law@cygnus.com)
10050
10051         * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
10052         and "add_tests" are not at the same address.
10053
10054 Fri Feb 14 18:47:23 1997  Bob Manson  <manson@charmed.cygnus.com>
10055
10056         * gdb.base/ptype.exp: Use gdb_test.
10057
10058 Thu Feb 13 16:09:36 1997  Jeffrey A Law  (law@cygnus.com)
10059
10060         * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
10061         * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
10062         left in.  No longer expect them to fail.
10063
10064         * gdb.stabs/*.mt; Deleted, no longer used.
10065         * gdb.stabs/configure.in: Remove references to target makefile
10066         frags.
10067         * gdb.stabs/configure: Rebuilt.
10068
10069         * gdb.disasm/*.mt: Deleted, no longer used.
10070         * gdb.disasm/configure.in: Remove references to target makefile
10071         frags.  Use "sh3.s" as the unique filename for this directory.
10072         * gdb.disasm/configure: Rebuilt.
10073
10074         * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
10075         * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
10076         * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
10077
10078 Tue Feb 11 16:57:58 1997  Bob Manson  <manson@charmed.cygnus.com>
10079
10080         * config/udi.exp: Use mondfe,name instead of remote_host.
10081
10082 Tue Feb 11 11:22:36 1997  Jeffrey A Law  (law@cygnus.com)
10083
10084         * gdb.base/watchpoint.exp: Don't expect a failure when calling
10085         a function with a watchpoint enabled on the mn10200.
10086
10087         * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
10088         before trying to create it!
10089
10090 Mon Feb 10 16:40:47 1997  Bob Manson  <manson@charmed.cygnus.com>
10091
10092         * config/vx.exp: Use hostname instead of netport.
10093
10094         * config/vxworks.exp: New file.
10095
10096         * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
10097
10098         * config/monitor.exp(gdb_target_monitor): Look for a prompt from
10099         gdb before assuming everything worked. Send a ^C if a timeout
10100         occurs.
10101
10102         * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
10103         $gdb_spawn_id directly.
10104         (gdb_run_cmd): Try _start as well as start. Use the target feature
10105         gdb,start_symbol as the symbol to start from when jumping.
10106
10107 Mon Feb 10 11:26:59 1997  Jeffrey A Law  (law@cygnus.com)
10108
10109         * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
10110         redundant) test.
10111
10112         * gdb.base/recurse.exp: Relax final value test for 'b' so that
10113         it doesn't lose for 16bit integer systems.
10114
10115 Fri Feb  7 09:31:21 1997  Jeffrey A Law  (law@cygnus.com)
10116
10117         * gdb.fortran/types.exp: If the target doesn't support "double"
10118         data types, then expect "real" types to only be 4 bytes.
10119
10120         * gdb.c++/virtfunc.exp: Expect failure for virtual function
10121         call tests if the target doesn't support inferior function calls.
10122
10123         * gdb.base/printcmds.exp: Allow minor deviation in FP values
10124         in printf tests.
10125
10126 Thu Feb  6 12:46:14 1997  Jeffrey A Law  (law@cygnus.com)
10127
10128         * gdb.base/help.exp: Disable "help set", "help show", and
10129         "help support".  Simplify regexp for "help stack".
10130
10131         * gdb.base/default.exp: Set match_max to 5000 and the timeout
10132         to 60 seconds.  Temporarily set match_max to 15000 around the
10133         "info copying" test.
10134
10135         * gdb.base/nodebug.exp: Don't try to do an inferior function
10136         call if the target doesn't support them.
10137         * gdb.base/printcmds.exp: Likewise.
10138         * gdb.base/setvar.exp: Likewise.
10139         * gdb.base/structs.exp: Likewise.
10140         * gdb.c++/templates.exp: Likewise.
10141         * gdb.base/ptype.exp: Likewise.  Remove UDI specific stuff.
10142
10143         * gdb.base/recurse.exp: Enable for the mn10200.
10144
10145         * configure.in: Do configure gdb.stabs directory for *-*-elf
10146         targets.
10147         * configure: Rebuilt.
10148
10149         * gdb.base/break.exp: Check for gdb,noresults before testing
10150         exit status and/or results from the target.
10151         * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
10152         * lib/gdb.exp: Remove old (now bogus) initialization of
10153         noinferior, noargs, noresults and nosignals.
10154
10155 Tue Feb  4 21:52:17 1997  Bob Manson  <manson@charmed.cygnus.com>
10156
10157         * config/sh.exp: New file.
10158
10159         * config/slite.exp: Try to connect multiple times to the board
10160         before rebooting. Only send a "monitor run" if need_monitor_run
10161         is set.
10162
10163         * gdb.base/break.exp: Don't do the "stub continue" test if
10164         the target has gdb_stub set.
10165
10166         * gdb.base/callfuncs.exp: Increase the timeout.
10167
10168         * gdb.base/interrupt.exp: Don't even try to compile the testcase
10169         if the target has gdb,noinferiorio set.
10170
10171         * gdb.base/list.exp: Increase match_max to 10000 characters.
10172
10173         * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
10174
10175         * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
10176         target.
10177
10178         * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
10179
10180 Mon Feb  3 12:09:37 1997  Bob Manson  <manson@charmed.cygnus.com>
10181
10182         * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
10183         trying to delete the copy of gdb. Catch the file delete so we
10184         don't die if the delete fails; also, the file should be copied to
10185         the host, not to the build.
10186
10187 Sun Feb  2 00:55:14 1997  Bob Manson  <manson@charmed.cygnus.com>
10188
10189         * lib/gdb.exp(gdb_test): Surround the result pattern with
10190         parenthesis in case it contains multiple regexps separated
10191         with |.
10192
10193         * gdb.base/watchpoint.exp: Use gdb_test.
10194         * gdb.base/default.exp: Ditto.
10195
10196 Sat Feb  1 23:51:01 1997  Bob Manson  <manson@charmed.cygnus.com>
10197
10198         * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
10199
10200         * gdb.base/scope.exp: Use gdb_test.
10201         * gdb.c++/classes.exp: Ditto.
10202         * gdb.c++/inherit.exp: Ditto.
10203
10204 Fri Jan 31 13:09:12 1997  Bob Manson  <manson@charmed.cygnus.com>
10205
10206         * gdb.base/crossload.exp: Don't use execute_anywhere, use
10207         remote_exec instead.
10208         * gdb.base/corefile.exp: Don't be ridiculous.
10209         * gdb.base/*.c: Add missing stub invocations.
10210
10211 Thu Jan 30 16:49:25 1997  Bob Manson  <manson@charmed.cygnus.com>
10212
10213         * config/slite.exp: Miscellaneous fixes.
10214
10215         * lib/gdb.exp: Fix runto.
10216
10217         * gdb.base/signals.exp: Check for a gdb,nosignals feature of
10218         the target.
10219
10220         * gdb.base/watchpoint.exp: Fix regexp.
10221
10222         * lib/gdb.exp(default_gdb_exit): Add a catch to the
10223         close and wait commands, as the descriptor may now be
10224         invalid. Always call "remote_close host".
10225
10226 Tue Jan 28 14:42:31 1997  Bob Manson  <manson@charmed.cygnus.com>
10227
10228            Major rewrite for testsuite revision.
10229
10230         * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
10231         TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
10232         instead of relying on spawn_id to always contain a valid
10233         spawn id.
10234         (get_compiler_info): New procedure to build the ${binfile}.ci
10235         file, instead of replicating this in N different places.
10236         (gdb_compile): New procedure.
10237
10238         gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
10239         appropriate arguments) instead of compile. Use gdb_test in a lot
10240         more places.  Use send_gdb instead of send. Always run gdb_start
10241         at the start of a testcase, as this is no longer done magically.
10242
10243         config/*-gdb.exp: Rename without the -gdb suffix.
10244
10245         config/mips.exp: Use remote_close instead of exit_remote_shell.
10246         config/monitor.exp: Use target_info instead of looking at
10247         baud, timeout, etc.
10248         config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
10249
10250 Sat Dec 14 00:43:57 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10251
10252         * gdb.c++/templates.exp (test_ptype_of_templates),
10253         gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
10254         Update expect patterns for destructors and assignment operators
10255         to match corresponding c-typeprint.c changes.
10256         * gdb.c++/templates.exp (test_template_breakpoints):  Revert change
10257         to destructor breakpoint test, GDB should be able to set the
10258         destructor breakpoint without specifying arguments.
10259
10260 Tue Dec  3 20:17:52 1996  Fred Fish  <fnf@cygnus.com>
10261
10262         * gdb.threads/pthreads.exp: Change result for failure to compile due
10263         to lack of pthreads runtime support from an error to simply an
10264         unsupported test, per dejagnu standards.
10265
10266 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10267
10268         * lib/gdb.exp (gdb_test):  Simplify expect pattern for the case
10269         where GDB exits to reduce pattern match time.
10270         (skip_chill_tests):  Skip chill tests for mips*-sgi-irix6*.
10271
10272         * gdb.base/nodebug.exp:  Add mips*-sgi-irix6* xfails.
10273
10274 Tue Nov 26 18:29:23 1996  Michael Snyder  <msnyder@cygnus.com>
10275
10276         * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
10277         * gdb.base/default.exp:   ditto.
10278         * gdb.base/nodebug.exp:   ditto.
10279         * gdb.base/printcmds.exp: ditto.
10280         * gdb.base/ptype.exp:     ditto.
10281         * gdb.base/setvar.exp:    ditto.
10282         * gdb.base/structs.exp:   ditto.
10283         * gdb.base/setshow.c:     Guard against uninitialized values of argc.
10284
10285 Tue Nov 26 17:23:28 1996  Ian Lance Taylor  <ian@cygnus.com>
10286
10287         * configure, */configure: Rebuild with autoconf 2.12.
10288
10289 Sat Nov 23 13:32:15 1996  Fred Fish  <fnf@cygnus.com>
10290
10291         * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
10292         use new i*86-pc-linux*-gnu quads.
10293         * gdb.base/corefile.exp: Ditto.
10294         * gdb.base/signals.exp: Ditto.
10295         * gdb.base/sigall.exp: Ditto.
10296         * gdb.base/interrupt.exp: Ditto.
10297
10298         * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
10299         "i*86-*-linux" for "signal SIGUSR1".  Now works, at least with
10300         RedHat 4.0.
10301
10302         * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
10303         linux.  This allows the test case to at least compile on latest
10304         linux, but still not run due to missing the threads runtime library.
10305
10306 Fri Nov 22 10:13:29 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10307
10308         * gdb.base/a1-selftest.exp (do_steps_and_nexts):  Reinitialize source
10309         directory to search gdb directory. Accept and step over conditional
10310         stack alignment code. Consume $prompt in failure cases.
10311         Reset timeout to $oldtimeout instead of some arbitrary value.
10312         * gdb.base/nodebug.exp:  Limit backtrace to 10 frames to avoid
10313         timeout problems with infinite stack backtraces.
10314         * gdb.base/ptype.exp (ptype struct link, union tu_link):
10315         Accept function parameters for linkfunc member.
10316
10317 Thu Nov 21 09:17:19 1996  Fred Fish  <fnf@cygnus.com>
10318
10319         * lib/gdb.exp (CFLAGS): Remove, unreferenced.
10320         (CXXFLAGS): Remove, unreferenced.
10321         (B_OPTIONS): Add for -B options and add code to initialize with
10322         previous -B options and also add -B option to pick up cross compiled
10323         runtime.
10324         (TARGET_INCLUDES): Add for -I options and add code to initialize when
10325         doing cross compiles.
10326         (target_alias): Declare global.
10327         (xgcc): Set variable to full path of gcc in build tree.  Use findfile
10328         to verify that gcc exists in build tree, and if so set CC to that
10329         gcc and to use B_OPTIONS and TARGET_INCLUDES.
10330
10331 Tue Nov 12 16:20:13 1996  Fred Fish  <fnf@cygnus.com>
10332
10333         * gdb.c++/inherit.exp (test_print_anon_union): Reenable
10334         ptype test for anonymous union.  Fixup testcase to match
10335         current gcc debug output.
10336
10337 Mon Nov 11 14:12:06 1996  Jeffrey A Law  (law@cygnus.com)
10338
10339         * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
10340         force argument to an unsigned long type.
10341
10342 Mon Nov 11 10:27:55 1996  Fred Fish  <fnf@cygnus.com>
10343
10344         * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
10345         tests and anonymous union print/ptype tests.
10346         * gdb.base/list.exp (test_forward-search): Increase timeout by
10347         5 minutes for the "search extremely long line" case.
10348         * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
10349         completely optional and that the pass/fail messages use the command as
10350         the message if that third arg is a null string.
10351         (gdb_test_exact):  Arrange that a null string pattern means match a
10352         null string output rather than any output, which might include random
10353         errors.
10354         * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
10355         backtrace test.
10356         * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
10357         always failing and failure is now exposed by gdb.exp changes.
10358
10359 Sat Nov  9 11:13:24 1996  Fred Fish  <fnf@cygnus.com>
10360
10361         * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
10362         weren't being noted.
10363
10364 Sat Nov  9 01:05:10 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10365
10366         * gdb.base/corefile.exp:  Consume $prompt in mmap fail cases.
10367         * gdb.stabs/weird.exp:  Remove v_comb xfails.
10368
10369 Tue Nov  5 10:44:23 1996  Michael Snyder  <msnyder@cygnus.com>
10370
10371         * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
10372                     list.exp scope.exp watchpoint.exp]
10373           Make all timeout error msgs explicitly say "(timeout)".
10374
10375 Mon Nov  4 12:03:06 1996  Michael Snyder  <msnyder@cygnus.com>
10376
10377         * config/monitor.exp: Increase download timeout to 1000 seconds.
10378
10379 Mon Nov  4 12:02:26 1996  Michael Snyder  <msnyder@cygnus.com>
10380
10381         * config/m32r.exp: Increase timeout to 120 seconds.
10382
10383 Sun Nov  3 14:37:05 1996  Fred Fish  <fnf@cygnus.com>
10384
10385         * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
10386         and accept older ordering as obsolescent gcc or gdb.
10387         * gdb.c++/templates.exp: Ditto.
10388         * gdb.c++/virtfunc.exp: Ditto.
10389
10390 Fri Nov  1 11:56:09 1996  Fred Fish  <fnf@cygnus.com>
10391
10392         * gdb.base/coremaker.c: Add code to mmap some data so we
10393         can check that it ends up in the core file.
10394         * gdb.base/corefile.exp: Add test to read mmapped data
10395         from core file.
10396
10397 Wed Oct 30 18:19:16 1996  Michael Snyder  <msnyder@cygnus.com>
10398
10399         * config/m32r.exp: New file.
10400
10401 Mon Oct 21 14:40:50 1996  Stu Grossman  (grossman@critters.cygnus.com)
10402
10403         * testsuite/gdb.base/nodebug.exp:  Whack out -g options by hand so
10404         that cflags can contains -gstabs, and work correctly for other tests.
10405
10406 Mon Oct 21 14:00:37 1996  Michael Snyder  <msnyder@cygnus.com>
10407
10408         * gdb.base/setshow.exp: New file, tests show and set.
10409         * gdb.base/setshow.c:   New file, tests show and set.
10410         * gdb.base/help.exp: Add test for help set|show annotate.
10411         * gdb.base/default.exp: Add test for set|show annotate.
10412
10413 Wed Oct 16 19:03:54 1996  Stu Grossman  (grossman@critters.cygnus.com)
10414
10415         * testsuite/gdb.base/break.exp:  Make backtrace from factorial
10416         errors unique.
10417         * testsuite/gdb.base/nodebug.exp:  Whack out all -g options
10418         explicitly.
10419
10420 Tue Oct 15 16:45:02 1996  Stu Grossman  (grossman@critters.cygnus.com)
10421
10422         * config/sim-gdb.exp (gdb_target_sim):  Remove setting of height
10423         and width commands.  This is done elsewhere.
10424         * (gdb_start):  Don't call gdb_start_sim here.  That's already
10425         done in gdb_load.  This fixes lots of failures in default.exp.
10426
10427 Sun Oct 13 10:40:23 1996  Fred Fish  <fnf@cygnus.com>
10428
10429         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10430         * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
10431         * lib/gdb.exp (gdb_test): Treat failures due to program exiting
10432         in the same we we treat other failures (since it may be an expected
10433         condition), rather than as an error.
10434         * gdb.base/signals.exp (test_handle_all_print): Revert back to
10435         old test format.
10436
10437 Fri Oct 11 17:05:22 1996  Fred Fish  <fnf@cygnus.com>
10438
10439         * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
10440         (distclean maintainer-clean realclean): No need to remove files
10441         twice.  Nuke the duplicates.
10442         * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
10443         * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
10444         Remove config.h along with other config files.
10445
10446 Mon Sep 30 20:16:22 1996  Fred Fish  <fnf@cygnus.com>
10447
10448         * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
10449         "p func1 ()" and note that rests of tests are skipped.
10450         * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
10451         setup_xfails for "print func2::coremaker_local".
10452         Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
10453         * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
10454         affected by the previous run test.
10455         * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
10456         "print array () ubyte (foo)" and "print/x array () byte (\$i)"
10457         * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
10458         "pass int powerset tuple" and "pass modeless int powerset tuple".
10459         * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
10460         "real write 4" and "real write 8".
10461         * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
10462         setup_xfails for "print vs1 after tuple assign 2",
10463         "print \$i after tuple assign 2", and
10464         "print vs2 after tuple assign 2".
10465         * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
10466         meaningful error message and return -1 so the caller can
10467         suppress further tests and avoid a cascade of errors.
10468
10469 Fri Sep 27 10:34:51 1996  Fred Fish  <fnf@cygnus.com>
10470
10471         * gdb.base/a1-selftest.exp: Tweak tests to account for new
10472         format for printing version.
10473         * gdb.base/default.exp: Ditto.
10474         * gdb.base/interrupt.exp: Fix problem with cascade of
10475         errors if child process dies while calling a function.
10476
10477 Fri Sep 13 21:43:48 1996  Fred Fish  <fnf@cygnus.com>
10478
10479         * Makefile.in (VPATH): Add
10480         * Makefile.in (Makefile, config.status): Fix rules so things get
10481         remade when necessary.
10482
10483 Fri Sep 13 18:16:10 1996  Fred Fish  <fnf@cygnus.com>
10484
10485         * Makefile.in (just-check): Add path to sibling expect dir
10486         to environment variable specified by RPATH_ENVVAR.
10487
10488 Fri Sep 13 12:05:34 1996  Fred Fish  <fnf@cygnus.com>
10489
10490         * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
10491         (just-check): Add shared library paths for libstdc++, tk,
10492         tcl, bfd, and opcodes to the environment variable specified
10493         in RPATH_ENVVAR.
10494         * configure.in: Add support to recognize --enable-shared flag
10495         and generate correct value for RPATH_ENVVAR.
10496         * configure: Regenerated with autoconf.
10497
10498 Mon Sep  2 06:36:02 1996  Fred Fish  <fnf@cygnus.com>
10499
10500         * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
10501         include all osf versions.
10502         * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
10503         all osf versions.  Add -D_MIT_POSIX_THREADS to compilation command
10504         when target is linux.  When failing to build pthreads test
10505         executable, give more meaningful message.
10506         * gdb.threads/pthreads.c: Hpux also uses old definition of second
10507         arg for pthread_create.
10508
10509 Mon Aug 19 09:58:59 1996  Fred Fish  <fnf@cygnus.com>
10510
10511         * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
10512         PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
10513         * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
10514         and -lpthreads (everybody else).
10515         (test_startup): Fail gracefully if threads are not supported.
10516         * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
10517         "p/c array_index("abcdef",2)" when not gcc compiled.
10518         * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
10519         "print func2::coremaker_local" when not gcc compiled.
10520         * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
10521         "ptype on opaque struct tagname (statically)",
10522         "ptype on opaque struct tagname (dynamically) 1", and
10523         "ptype on opaque struct tagname (dynamically) 2"
10524         for not compiled with gcc.
10525         * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
10526         backtrace when compiled with gcc.
10527         * lib/gdb.exp (runto_main): Return result of "runto main" rather
10528         than always return success.
10529
10530 Sat Aug 17 13:28:00 1996  Fred Fish  <fnf@cygnus.com>
10531
10532         * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
10533
10534 Tue Aug 13 10:26:10 1996  Jeffrey A Law  (law@cygnus.com)
10535
10536         * gdb.base/structs.exp: Undo last change.
10537
10538 Mon Aug 12 15:29:08 1996  Fred Fish  <fnf@cygnus.com>
10539
10540         * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
10541         encapsulate all the steps/nexts done during self test, starting
10542         at main, and makes them less sensitive to optimization issues.
10543         Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
10544         signal handler" test.
10545         * gdb.threads/pthreads.exp: Only run this for native configs.
10546         * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
10547         setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
10548         tests.
10549         gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
10550         for "runto test_calls(void)" test.
10551
10552 Sun Aug 11 13:11:24 1996  Fred Fish  <fnf@cygnus.com>
10553
10554         * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
10555         and don't expect address info in breakpoint confirmations.
10556
10557 Wed Aug  7 20:47:43 1996  Fred Fish  <fnf@cygnus.com>
10558
10559         * gdb.base/list.exp (test_forward_search): Increase timeout
10560         temporarily by 60 seconds for searching extremely long line,
10561         and then reset to old value when done.  Increase expect input
10562         buffer to 10000.
10563
10564 Wed Aug  7 15:34:22 1996  Fred Fish  <fnf@cygnus.com>
10565
10566         * gdb.base/list.exp (test_forward_search): Fix to handle very
10567         long source line without overflowing expect's input buffer.
10568
10569 Wed Aug  7 12:03:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
10570
10571         * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
10572         "buffer_full".
10573
10574         * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
10575         "buffer_full".
10576
10577         * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
10578         "buffer_full".
10579
10580         * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
10581         "buffer_full".
10582
10583 Wed Aug  7 11:05:47 1996  Fred Fish  <fnf@cygnus.com>
10584
10585         * configure.in (configdirs): Add gdb.threads.
10586         * configure: Regenerated with autoconf.
10587         * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
10588         * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
10589         * gdb.threads/configure: New, generated with autoconf.
10590
10591 Tue Aug  6 10:23:04 1996  Tom Tromey  <tromey@rtl.cygnus.com>
10592
10593         * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
10594
10595 Mon Aug  5 18:11:53 1996  Fred Fish  <fnf@cygnus.com>
10596
10597         * gdb.base/signals.exp (test_handle_all_print): Test separately for
10598         each signal's status in the output of "handle all print".
10599         * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
10600         the \r\n sequence that immediately precedes the gdb prompt.
10601         * gdb.base/a1-selftest.exp: Save original timeout and restore
10602         after test.
10603
10604 Sun Aug  4 10:20:50 1996  Jeffrey A Law  (law@cygnus.com)
10605
10606         * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
10607         symbol.
10608
10609 Fri Aug  2 17:37:26 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10610
10611         * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
10612
10613 Thu Jun 27 20:41:40 1996  Fred Fish  <fnf@cygnus.com>
10614
10615         * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
10616         timeout by 60 seconds.
10617
10618 Thu Jun 27 18:13:57 1996  Fred Fish  <fnf@cygnus.com>
10619
10620         * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
10621         * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
10622         error return.
10623
10624 Thu Jun 27 10:54:58 1996  Fred Fish  <fnf@cygnus.com>
10625
10626         * lib/gdb.exp (default_gdb_start): When reporting a timeout during
10627         gdb initialization, also report how long dejagnu waited.  Restore
10628         old timeout before doing error return.  Temporarily increase timeout
10629         by 3 minutes to allow for slow startups over heavy NFS use.
10630
10631 Tue Jun 25 19:59:17 1996  Fred Fish  <fnf@cygnus.com>
10632
10633         * lib/gdb.exp: Report timeout value for verbosity level 2.
10634         * config/gdbserver.exp: Ditto.
10635         * config/hppro.exp: Ditto.
10636         * config/mips-gdb.exp: Ditto.
10637         * config/monitor.exp: Ditto.
10638         * config/netware.exp: Ditto.
10639         * config/sim-gdb.exp: Ditto.
10640         * config/slite-gdb.exp: Ditto.
10641         * config/udi-gdb.exp: Ditto.
10642         * config/unix-gdb.exp: Ditto.
10643         * config/vx-gdb.exp: Ditto.
10644         * gdb.base/a1-selftest.exp: Ditto.
10645         * gdb.base/a2-run.exp: Ditto.
10646         * gdb.base/break.exp: Ditto.
10647         * gdb.base/corefile.exp: Ditto.
10648         * gdb.base/list.exp: Ditto.
10649         * gdb.base/recurse.exp: Ditto.
10650         * gdb.base/scope.exp: Ditto.
10651         * gdb.base/signals.exp: Ditto.
10652
10653 Tue Jun 25 23:16:58 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10654
10655         * gdb.threads/Makefile.in (docdir): Removed.
10656
10657 Tue Jun 25 17:02:39 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10658
10659         * configure.in (AC_PREREQ): autoconf 2.5 or higher.
10660         * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
10661         @srcdir@.
10662         * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
10663         autoconf 2.5 or higher.
10664         * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
10665
10666 Thu Jun 13 11:16:10 1996  Tom Tromey  <tromey@thepub.cygnus.com>
10667
10668         * configure: Regenerated.
10669         * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
10670         avoid name clashes with SunOS headers.
10671
10672 Wed Jun  5 16:43:27 1996  Jeffrey A Law  (law@cygnus.com)
10673
10674         * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
10675
10676 Thu May 30 11:35:11 1996  Jeffrey A Law  (law@cygnus.com)
10677
10678         * gdb.base/callfuncs.exp: Finish last change -- make sure the
10679         prototype information ends up in the compiler info file.
10680
10681 Thu May 23 12:48:41 1996  Fred Fish  <fnf@cygnus.com>
10682
10683         * gdb.base/callfuncs.exp: Remove the compiler info file prior to
10684         attempting to regenerate it.  Eliminate use of a temporary file
10685         and just generate the info file directly.  Source it immediately,
10686         for consistency of use.
10687         * gdb.base/corefile.exp: Ditto
10688         * gdb.base/exprs.exp: Ditto.
10689         * gdb.base/funcargs.exp: Ditto.
10690         * gdb.base/langs.exp: Ditto.
10691         * gdb.base/list.exp: Ditto.
10692         * gdb.base/mips_pro.exp: Ditto.
10693         * gdb.base/nodebug.exp: Ditto.
10694         * gdb.base/opaque.exp: Ditto.
10695         * gdb.base/ptype.exp: Ditto.
10696         * gdb.base/scope.exp: Ditto.
10697         * gdb.base/setvar.exp: Ditto.
10698         * gdb.base/signals.exp: Ditto.
10699         * gdb.base/whatis.exp: Ditto.
10700         * gdb.c++/templates.exp: Ditto.
10701         * gdb.c++/virtfunc.exp: Ditto.
10702         * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
10703         whether or not to add -lstdc++ to the compile command line args.
10704
10705 Sat May 18 02:43:58 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10706
10707         * gdb.base/recurse.exp:  Remove setup_xfail for "sparc*-*-sunos4*",
10708         it got fixed by the recent lookup_minimal_symbol_by_pc change.
10709         Increase timeout, a lot of single stepping might be needed if the
10710         target has no hardware watchpoints.
10711
10712 Wed May 15 08:47:42 1996  Jeffrey A Law  (law@cygnus.com)
10713
10714         * gdb.base/break.exp: Ignore compiler warnings when compiling
10715         break.c.
10716         * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
10717         * gdb.base/default.exp: Add h8300 xfails.  Handle messages
10718         from remote-sim.
10719         * gdb.base/exprs.exp: Add h8300 xfails.
10720         * gdb.base/funcargs.exp: Likewise.
10721         * gdb.base/nodebug.exp: Likewise.
10722         * gdb.base/printcmds.exp: Likewise.
10723         * gdb.base/ptype.exp: Likewise.
10724         * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300.  Add
10725         h8300 xfails.
10726         * gdb.base/return.exp: Handle float/double precision problems
10727         on the h8300.
10728         * gdb.base/funcargs.c: Explicitly make last constant argument to
10729         call_after_alloca_subr an unsigned long type.
10730         * gdb.base/return.c: Include stdio.h.
10731
10732 Tue May  7 22:01:12 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
10733
10734         * config/abug.exp: New file for the older Motorola Bug monitor
10735         that runs on the mvme13x series VME boards.
10736         * config/monitor.exp: Use the new config array for target settings
10737         if they exist.
10738
10739 Fri May  3 16:02:55 1996  Stan Shebs  <shebs@andros.cygnus.com>
10740
10741         * sim-gdb.exp: Make the SH simulator allocate less space when
10742         it is targeted.
10743
10744 Thu May  2 12:31:56 1996  Jeffrey A Law  (law@cygnus.com)
10745
10746         * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
10747         test.
10748
10749 Wed Mar 20 08:48:03 1996  Fred Fish  <fnf@cygnus.com>
10750
10751         * gdb.base/list.exp (test_list_function): Remove setup_xfail for
10752         "rs6000-*-*" for "list function in include file" when gcc compiled.
10753         * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
10754         for "p ctable1[120]".
10755         * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
10756         "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
10757         Remove setup_xfail for "rs6000-*-*" for
10758         "print 'scope0.c'::filelocal before run".
10759         * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
10760         gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
10761         since some compilers don't allow both options to be given
10762         on the same command line.  Create object file and move it.
10763
10764 Tue Mar 19 23:49:31 1996  Fred Fish  <fnf@cygnus.com>
10765
10766         * gdb.base/corefile.exp: Always regenerate the core file, since
10767         we always regenerate the coremaker program.  Detect special case
10768         where registers cannot be read from core file.
10769
10770 Tue Mar 19 16:52:49 1996  Fred Fish  <fnf@cygnus.com>
10771
10772         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10773         * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
10774         * gdb.c++/templates.exp: Only match on basename of file since
10775         some formats like xcoff don't encode directory information.
10776         * gdb.stabs/weird.exp: Use the right sed script for powerpc
10777         and rs6000 AIX xcoff targets.
10778         * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
10779         * configure: Regenerate.
10780         * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
10781         here, rather than in distclean.
10782
10783 Sun Mar 17 13:35:31 1996  Fred Fish  <fnf@cygnus.com>
10784
10785         * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
10786         defined, and use it to compile the test case with -O2.  The
10787         native compilation still uses no optimization.
10788         * gdb.base/mips_pro.c: Remove inline assembly code since
10789         it is compiled PIC by default, which results in assembler
10790         warnings that make the testsuite think the compilation
10791         was unsuccessful.
10792
10793 Sat Mar 16 15:02:24 1996  Fred Fish  <fnf@cygnus.com>
10794
10795         * gdb.c++/misc.exp: Add note to message for
10796         "print s.a for foo struct" that this is a known gcc 2.7.2
10797         and earlier bug.
10798
10799 Fri Mar 15 17:49:57 1996  Fred Fish  (fnf@cygnus.com)
10800
10801         * gdb.base/break.exp: Fix pattern for matching "Delete all
10802         breakpoints (y or n) ".  Add "mips-dec-ultrix*" to
10803         setup_xfail for deleting all breakpoints test.  Fix various
10804         timeout messages to include "(timeout)".
10805         * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
10806         for "p t_float_values2(3.14159,float_val2)".
10807         * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
10808         for "continue to call2g" when gcc compiled.
10809         * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
10810         "up to foo in langs.exp", "show language at foo in langs.exp",
10811         "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
10812         and "show language at fsub in langs.exp".
10813         * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
10814         "list line 1 in include file", "list message for lines past EOF",
10815         "list function in include file", "list list0.h:foo", and
10816         "list filename:function; nonexistant function".
10817         * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
10818         "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
10819         and "ptype t_char_array" to be for native cc only.
10820
10821 Fri Mar 15 16:17:22 1996  Fred Fish  <fnf@cygnus.com>
10822
10823         * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
10824         setup_xfail for "print coremaker_bss", "print coremaker_ro",
10825         "print func2::coremaker_local", and "backtrace in corefile.exp".
10826
10827 Wed Mar 13 14:54:11 1996  Fred Fish  <fnf@cygnus.com>
10828
10829         * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
10830         "bt in signals.exp".  This problem only appears when running
10831         the testsuite, and then only intermittently.
10832
10833 Tue Mar 12 15:00:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
10834
10835         * gdb.base/return.exp (return_tests): Differentiate between
10836         two tests of continuing.
10837
10838 Tue Mar  5 14:33:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
10839
10840         * */Makefile.in (maintainer-clean): Remove config.log.
10841         * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
10842         * gdb.c++/Makefile.in (PROGS): Add inherit.
10843         (clean): Remove *.ci.
10844
10845 Tue Feb 20 16:36:10 1996  Fred Fish  <fnf@cygnus.com>
10846
10847         * gdb.c++/misc.cc: Add test code from Mike Stump.
10848         * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
10849
10850 Sun Feb 18 11:39:12 1996  Fred Fish  <fnf@cygnus.com>
10851
10852         * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
10853         to "alpha-*-osf2*" and add comment.
10854         * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
10855         setup_xfail for "step over execarg initialization" and
10856         "step over corearg initialization".
10857         * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
10858         for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
10859         * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
10860         gcc compiled for "print coremaker_bss", "print coremaker_ro",
10861         "print func2::coremaker_local", and "backtrace in corefile.exp".
10862         * gdb.base/signals.exp: Build and source signals.ci.
10863         Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
10864         to be for gcc only.
10865         * lib/gdb.exp: Move verbose statements outside conditionals.
10866
10867 Sat Feb 17 02:22:14 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10868
10869         * gdb.base/sigall.exp:  Remove setup_xfail for irix4.  Fixed by
10870         Feb 3 procfs.c change.
10871
10872 Fri Feb 16 13:25:31 1996  Fred Fish  <fnf@cygnus.com>
10873
10874         * config/unix-gdb.exp: Remove extraneous newlines from end of file.
10875
10876 Thu Feb 15 08:12:55 1996  Fred Fish  <fnf@cygnus.com>
10877
10878         * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
10879         from dejagnu's apparent default of 10 seconds, which gives random
10880         results when running the tests over NFS on moderately loaded systems.
10881         * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
10882
10883 Mon Feb 12 16:50:28 1996  Fred Fish  <fnf@cygnus.com>
10884
10885         * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318.  Now fixed.
10886         * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
10887         result reports.
10888
10889 Fri Feb  9 15:56:51 1996  Fred Fish  <fnf@cygnus.com>
10890
10891         * configure.in (CY_AC_PATH_TCLH): Remove.
10892         * configure: Regenerate.
10893
10894 Fri Feb  9 08:21:31 1996  Fred Fish  <fnf@cygnus.com>
10895
10896         * gdb.c++/Makefile.in (clean): Add missing '{'.
10897
10898 Fri Feb  2 10:19:40 1996  Jeffrey A Law  (law@cygnus.com)
10899
10900         * lib/gdb.exp: Provide a default value for noinferior.
10901
10902         * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
10903         Load libgloss.exp.
10904
10905 Thu Feb  1 20:20:14 1996  Jeffrey A Law  (law@cygnus.com)
10906
10907         * gdb.disasm/hppa.exp: Compile directly into an executable, use
10908         the executable, not the .o to run the tests from.
10909
10910 Wed Jan 31 14:21:09 1996  Jeffrey A Law  (law@cygnus.com)
10911
10912         * gdb.base/break.exp: Don't test for program exit or exit status
10913         if $noresults if nonzero.
10914         * gdb.base/langs.exp: Likewise.
10915         * gdb.base/watchpoint.exp: Likewise.
10916
10917         * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
10918         * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
10919         trying to compile the testcase.
10920
10921 Wed Jan 24 23:42:39 1996  Doug Evans  <dje@charmed.cygnus.com>
10922
10923         * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
10924         * gdb.base/signals.exp (continue to handler): Likewise.
10925
10926 Tue Jan 23 16:28:22 1996  Per Bothner  <bothner@kalessin.cygnus.com>
10927
10928         * gdb.c++/classes.exp:  Now = returns false/true, not 1/0.
10929
10930         * gdb.fortran/exprs.exp:  .LT. and .GT. now return .TRUE. or .FALSE..
10931
10932 Tue Jan 23 15:41:57 1996  Jeffrey A Law  (law@cygnus.com)
10933
10934         * gdb.base/corefile.exp: Recognize "not found" as failure
10935         when trying to determine if a core file was generated.
10936         If no core file was generate the first time, try again without
10937         the ulimit -c to work around braindamaged shells.
10938
10939 Mon Jan 15 09:33:00 1996  Fred Fish  <fnf@cygnus.com>
10940
10941         * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
10942         [] tests with "test" and enclose string in quotes.
10943         * gdb.stabs/configure: Rebuild
10944
10945 Thu Jan 11 09:43:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
10946
10947         Changes in sync with expect:
10948         * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
10949         (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
10950         (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
10951         (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater.  Properly quote
10952         argument to AC_REQUIRE.
10953         * configure: Regenerated.
10954
10955 Thu Jan  4 08:17:22 1996  Fred Fish  <fnf@cygnus.com>
10956
10957         * gdb.base/corefile.exp: When generating a core, discard any
10958         error messages about ulimit not found and the "core dumped"
10959         message from the shell that runs the coredumper.
10960
10961 Wed Jan  3 01:30:41 1996  Jeffrey A Law  (law@cygnus.com)
10962
10963         * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
10964
10965         * gdb.stabs/weird.exp: Use ${target_triplet} to determine
10966         which sed script to run.  Expect failure for v_comb test
10967         on PA targets too.
10968
10969 Sat Dec 30 16:09:04 1995  Fred Fish  <fnf@rtl.cygnus.com>
10970
10971         * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
10972         "print func2::coremaker_local" and for "backtrace in corefile.exp"
10973
10974 Sat Dec 30 12:59:12 1995  Fred Fish  <fnf@cygnus.com>
10975
10976         * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
10977         * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
10978         "sparc-sun-solaris*" xfails for "p v_comb".
10979         * lib/gdb.exp (default_gdb_start): Fix typo.
10980         * gdb.base/corefile.exp: Allow "Core was generated by ..."
10981         messages to not include the full program name that caused
10982         the core dump since some systems (such as solaris) apparently
10983         truncate this path to about 80 characters.
10984         When generating a core file first try increasing the core file
10985         size limit to unlimited since some systems may default it to
10986         zero, and it is harmless to try it.  Move the test for failing
10987         to generate a core file to where it will actually get executed.
10988         * gdb.c++/templates.exp (test_ptype_of_templates): Accept
10989         new gdb result from g++ debug info improvements and make old
10990         pattern obsolescent.  Also account for size_t differences
10991         (may be int or long).
10992         * gdb.base/a1-selftest.exp (test_with_self): Check for case where
10993         initialization before function call is placed in the delay slot
10994         and thus appears to be skipped over by commands such as "next".
10995
10996 Fri Dec 29 16:09:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
10997
10998         * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
10999
11000 Wed Dec  6 10:45:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
11001
11002         * gdb.base/*.exp: Make ${srcfile} only be the basename of the
11003         input source file; fix code to compile test to deal with this
11004         convention.
11005         * gdb.c++/*.exp: Likewise.
11006
11007 Mon Nov 27 11:40:16 1995  Fred Fish  <fnf@cygnus.com>
11008
11009         * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
11010         "bt in signals.exp".
11011
11012 Sat Nov 25 20:52:15 1995  Fred Fish  <fnf@phydeaux.cygnus.com>
11013
11014         * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
11015         "step over execarg initialization" and
11016         "step over corearg initialization".
11017
11018 Sat Nov 25 18:20:14 1995  Fred Fish  <fnf@cygnus.com>
11019
11020         * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
11021         with sizeof(pointer) > sizeof(int).  Avoid "void *" or include files.
11022
11023 Sat Nov 25 11:03:42 1995  Fred Fish  <fnf@cygnus.com>
11024
11025         From Rob Savoye  (rob@poseidon.cygnus.com)
11026         * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
11027         gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
11028         configure.in}, gdb.disasm/{Makefile.in, configure.in},
11029         gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
11030         configure.in}: Major reworking for autoconfig.
11031         * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
11032         gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
11033         New files.
11034         * config/unix-gdb.exp:  Make GDB global.
11035         * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
11036         callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
11037         funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
11038         nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
11039         regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
11040         term.exp, twice.exp, watchpoint.exp, whatis.exp},
11041         gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
11042         templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
11043         misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
11044         pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
11045         pr-8136.exp, result.exp, string.exp, tuples.exp},
11046         gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
11047         to returns as necessary, arrange for test to compile own testcase
11048         executable.
11049         * lib/gdb.exp: Changes for testsuite to compile own test cases.
11050
11051 Tue Nov 21 16:15:45 1995  Fred Fish  <fnf@cygnus.com>
11052
11053         * gdb.c++/classes.exp (test_pointers_to_class_members): Add
11054         clear_xfail at end of test which might not call either pass or fail.
11055         * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
11056         "backtrace through signal handler".
11057
11058 Sat Nov 18 04:09:31 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11059
11060         * gdb.base/sigall.exp:  Work around OSF/1-3.x kernel bug when
11061         continuing from a job control stop signal.
11062         * gdb.stabs/alpha.mt:  Use $(CFLAGS) when building weird.o.
11063
11064 Wed Nov 15 00:28:03 1995  Jeffrey A Law  (law@cygnus.com)
11065
11066         * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
11067         * gdb.base/corefile.exp: Likewise.
11068         * gdb.base/funcargs.exp: Likewise.
11069
11070 Tue Nov 14 15:18:10 1995  Stu Grossman  (grossman@cygnus.com)
11071
11072         * config/hmsirom.exp:  Setup for talking to hmsi ROM monitor.
11073         * config/monitor.exp:  Add support for setting baud rate.
11074
11075 Sat Nov  4 15:35:52 1995  Fred Fish  <fnf@cygnus.com>
11076
11077         * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
11078         i*86-*-linux* xfails for "backtrace through signal handler".
11079         * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
11080         "print func2::coremaker_local".
11081         * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
11082         alpha-dec-osf2* xfail for
11083         "delete all breakpoints when none".
11084
11085 Wed Nov  1 15:57:16 1995  Fred Fish  <fnf@cygnus.com>
11086
11087         * gdb.base/break.exp: Change test that deletes all breakpoints
11088         when no user breakpoints are installed.  A post 4.15 change
11089         causes gdb to no longer prompt in this case.
11090
11091 Tue Oct 31 15:13:43 1995  Fred Fish  <fnf@cygnus.com>
11092
11093         * gdb.base/return.exp (return_tests):  Change xfail for test
11094         "correct value returned double test" to stop xfailing at
11095         Solaris 2.5.  Apparently the bug has been fixed.
11096
11097 Sun Oct 29 12:18:16 1995  Fred Fish  <fnf@cygnus.com>
11098
11099         * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
11100         IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
11101
11102 Tue Oct 24 11:12:12 1995  Jeffrey A Law  (law@cygnus.com)
11103
11104         * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
11105         * gdb.disasm/hppa.s: Corresponding changes.
11106
11107 Wed Oct 18 11:27:47 1995  Jeffrey A Law  (law@cygnus.com)
11108
11109         * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
11110         makefile fragment.
11111         * config/mt-hpux: Deleted.
11112
11113 Tue Oct 17 23:02:12 1995  Jeffrey A Law  (law@cygnus.com)
11114
11115         * Many files: When warning about suppressed tests due to a
11116         nonexistant test binary, avoid incrementing the warning count.
11117
11118 Tue Oct 10 11:00:41 1995  Fred Fish  <fnf@cygnus.com>
11119
11120         * Makefile.in (TARGET_FLAGS_TO_PASS):  Remove BISON.
11121
11122 Sun Oct  8 04:23:14 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11123
11124         * gdb.base/return.exp:  Change xfail from "sparc-*-solaris2.*" to
11125         "sparc-*-solaris2*".
11126
11127 Sat Sep 23 01:22:23 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11128
11129         * gdb.base/coremaker.c:  Produce a full core dump for AIX targets.
11130         Add global and local variables and initialize them.
11131         * gdb.base/corefile.exp:  Test correct mapping of corefile sections
11132         by printing variables. Remove rs6000 and powerpc xfails, BFD now
11133         extracts the file name and terminating signal from the core file.
11134         * TODO:  Remove note about tests for correct mapping of corefile.
11135         * gdb.base/ptype.c (main):  Use boolean2 to inhibit AIX 4.1 xlc
11136         from optimizing it away.
11137         * gdb.stabs/weird.exp:  Remove rs6000 xfail, xcoffread.c now
11138         handles common blocks.
11139
11140 Thu Sep 21 01:28:10 1995  Jeff Law  (law@snake.cs.utah.edu)
11141
11142         * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
11143         * gdb.disasm/sh3.exp (fmac): Corresponding changes.
11144
11145 Wed Sep 20 13:15:05 1995  Ian Lance Taylor  <ian@cygnus.com>
11146
11147         * Makefile.in (maintainer-clean): New target, synonym for
11148         realclean.
11149         * gdb.base/Makefile.in (maintainer-clean): Likewise.
11150         * gdb.c++/Makefile.in (maintainer-clean): Likewise.
11151         * gdb.chill/Makefile.in (maintainer-clean): Likewise.
11152         * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
11153         * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
11154         * gdb.threads/Makefile.in (maintainer-clean): Likewise.
11155
11156 Sun Sep 10 13:14:01 1995  Fred Fish  <fnf@cygnus.com>
11157
11158         * gdb.base/scope.exp (text_at_main):  Add "hppa*-*-hpux*"
11159         xfails when not gcc compiled for "print foo::funclocal".
11160         (test_at_foo):  Add "hppa*-*-hpux*" xfails when not gcc compiled for:
11161         "print foo::funclocal at foo",
11162         "print 'scope1.c'::foo::funclocal at foo",
11163         "print foo::funclocal_bss at foo",
11164         "print 'scope1.c'::foo::funclocal_bss at foo",
11165         "print foo::funclocal_ro at foo",
11166         "print 'scope1.c'::foo::funclocal_ro at foo",
11167         "print bar::funclocal at foo" and
11168         "print 'scope1.c'::bar::funclocal at foo".
11169         (test_at_bar):  Add "hppa*-*-hpux*" xfails when not
11170         gcc compiled for "print foo::funclocal at bar".
11171         Expand all messages to ensure that they identify that
11172         the test is at bar().
11173         * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
11174         gcc compiled for:
11175         "ptype on opaque struct pointer (statically)",
11176         "ptype on opaque struct tagname (statically)",
11177         "ptype on opaque struct pointer (dynamically) 1",
11178         "ptype on opaque struct tagname (dynamically) 1",
11179         "ptype on opaque struct pointer (dynamically) 2" and
11180         "ptype on opaque struct tagname (dynamically) 2
11181         * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
11182         gcc compiled for:
11183         "p datalocal"
11184         "whatis datalocal",
11185         "ptype datalocal",
11186         "p bsslocal",
11187         "whatis bsslocal", and
11188         "ptype bsslocal".
11189         * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
11190         "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
11191         when not gcc compiled.
11192         * gdb.base/funcargs.exp (float_and_integral_args):  Add
11193         "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
11194         compiled.
11195         (discard_and_shuffle):  Add "hppa*-*-hpux*" xfail for
11196         "backtrace from call6a" when not gcc compiled.
11197         (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
11198         "backtrace from call7a" when not gcc compiled.
11199         * gdb.base/callfuncs.exp (do_function_calls):
11200         Add "hppa*-*-hpux*" xfail when not gcc compiled for
11201         "p t_char_array_values(char_array_val2,char_array_val1)",
11202         "p t_char_array_values(char_array_val1,char_array_val2)",
11203         "p t_char_array_values("carray 1","carray 2")",
11204         "p t_char_array_values("carray 1",char_array_val2)",
11205         "p t_char_array_values(char_array_val1,"carray 2")",
11206         "p sum_args(1,{2})",
11207         "p sum_args(2,{2,3})",
11208         "p sum_args(3,{2,3,4})",
11209         "p sum_args(4,{2,3,4,5})"
11210         * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
11211         "backtrace in corefile.exp" when not gcc compiled.
11212
11213 Sat Sep  9 01:35:39 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11214
11215         * gdb.base/signals.exp:  Rewrite `handle all print' test as
11216         a procedure. Accept blanks or TABs as whitespace, increase
11217         timeout and expect input buffer size for the large output
11218         from the command. Remove "i*86-*-bsdi2.0" xfail.
11219
11220 Sat Sep  2 06:41:26 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11221
11222         * gdb.base/setvar.exp:  Add new testcases for truncation when
11223         assigning invalid values to bitfields.
11224
11225 Sat Sep  2 00:17:31 1995  Fred Fish  <fnf@cygnus.com>
11226
11227         * gdb.base/callfuncs.exp (do_function_calls):  Remove
11228         mips-sgi-irix* xfail for
11229         "call inferior func with struct - returns char *"
11230         and fix test so that an optional (unsigned char *) cast is
11231         accepted in the result.
11232
11233 Fri Sep  1 13:42:01 1995  Fred Fish  <fnf@cygnus.com>
11234
11235         * gdb.base/funcargs.exp (float_and_integral_args):  Remove
11236         sparc-sun-solaris2* xfail for "print f1 after run to call2a".
11237         * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
11238         * gdb.base/signals.exp: Remove duplicate "handle all print" test
11239         that accidentally got checked in.
11240
11241 Sun Aug 27 23:35:35 1995  Fred Fish  <fnf@cygnus.com>
11242
11243         * gdb.base/callfuncs.exp (do_function_calls):  Add alpha-dec-osf2*
11244         clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
11245         compiled test.
11246         * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
11247         Add mips-sgi-irix5* xfail for not gcc compiled.
11248         * gdb.base/Makefile.in (nodebug.o):  Also create nodebug.ci.
11249         * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
11250         "p top", "whatis top", "p middle", and "whatis middle".
11251         * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
11252         "whatis signed char" for not gcc compiled.
11253         * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
11254         "set variable signed char=-1 (-1)" and
11255         "set variable signed char=0xFF (0xFF)" for not gcc compiled.
11256         * gdb.base/funcargs.exp (float_and_integral_args):
11257         Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
11258         Add mips-sgi-irix* xfail when not gcc compiled for
11259         "continue to call2b".
11260         Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
11261         "continue to call2g".
11262         (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
11263         "backtrace from call6a"
11264         (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
11265         "backtrace from call7k".
11266         Add mips-sgi-irix5* xfail when not gcc compiled for
11267         "backtrace from call7a".
11268         (localvars_after_alloca):  Fix gdb_test cmds for
11269         "print * after runto ...".
11270         Remove rs6000-*-* xfails for
11271         "print i after runto localvars_after_alloca" and
11272         "print l after runto localvars_after_alloca"
11273         for all compilers.
11274         * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
11275         when not compiled with gcc, for:
11276         "print signed char == (minus)",
11277         "print signed char != (minus)",
11278         "print signed char < (minus)",
11279         "print signed char > (minus)".
11280         * gdb.base/callfuncs.exp (do_function_calls):
11281         Add mips-sgi-irix* xfail, when compiled with native compiler, for
11282         "call inferior func with struct - returns char *".
11283         * gdb.base/return.exp (return_tests): Change xfail for
11284         "correct value returned double test" to include Solaris 2.4.
11285         * gdb.base/funcargs.exp (float_and_integral_args):
11286         Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
11287
11288 Sat Aug 26 00:26:11 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11289
11290         * gdb.base/setvar.c, gdb.base/setvar.exp:  Add new tests for
11291         enumeration bitfields if compiling with GNU C.
11292         * lib/gdb.exp:  Consume `(y or n) ' in `Reinitialize source path
11293         to empty' prompt.
11294
11295 Tue Aug 22 00:30:37 1995  Jeff Law  (law@snake.cs.utah.edu)
11296
11297         * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
11298         test for PRO targets.
11299
11300         * gdb.base/funcargs.exp: Avoid ever setting more than 8
11301         breakpoints in the inferior at any given time by making
11302         two groups of breakpoints for call2*, call6* and call7*
11303         tests.
11304
11305 Sun Aug 20 06:58:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11306
11307         * gdb.base/funcargs.exp:  Fix typos introduced by Aug 15 change.
11308         * gdb.base/callfuncs.c (main):  Use struct_val1 to inhibit xlc
11309         from optimizing it away.
11310         * gdb.base/callfuncs.exp:  Remove rs6000-*-* xfails for
11311         "call inferior func with struct".
11312
11313 Wed Aug 16 11:57:15 1995  Stan Shebs  <shebs@andros.cygnus.com>
11314
11315         * configure.in: Only configure gdb.chill for particular targets.
11316
11317 Tue Aug 15 09:42:44 1995  Fred Fish  <fnf@cygnus.com>
11318
11319         * gdb.base/Makefile.in:  Add action to .c.o transformation
11320         rule that generates a .ci file for each .o file and remove
11321         explicit .c.o rules except for callfuncs.o.
11322         * gdb.c++/Makefile.in:  Add .cc.o transformation rule that
11323         generates a .ci file for each .o file and remove explicit
11324         .cc.o rules.
11325         (clean): Remove *.tmp *.ci files.
11326         (EXECUTABLES): Remove templ-info.exp.
11327         * gdb.base/compiler.c: New file.
11328         * gdb.c++/compiler.cc: New file
11329         * gdb.base/scope.exp: Source gdb.base/scope.ci.
11330         Change rs6000-*-* xfail for
11331         "print 'scope0.c'::filelocal_ro" and
11332         "print 'scope1.c'::filelocal" and
11333         "print 'scope1.c'::filelocal_bss" and
11334         "print 'scope1.c'::filelocal_ro" and
11335         "print 'scope1.c'::foo::funclocal" and
11336         "print 'scope1.c'::foo::funclocal_ro" and
11337         "print 'scope1.c'::bar::funclocal" and
11338         "print 'scope0.c'::filelocal_ro" and
11339         "print 'scope1.c'::filelocal at foo" and
11340         "print 'scope1.c'::filelocal_bss at foo" and
11341         "print 'scope1.c'::filelocal_ro at foo" and
11342         "print 'scope1.c'::foo::funclocal at foo" and
11343         "print 'scope1.c'::foo::funclocal_bss at foo" and
11344         "print 'scope1.c'::foo::funclocal_ro at foo" and
11345         "print 'scope1.c'::bar::funclocal at foo" and
11346         "print 'scope0.c'::filelocal_ro" and
11347         "print 'scope1.c'::filelocal" and
11348         "print 'scope1.c'::filelocal_bss" and
11349         "print 'scope1.c'::filelocal_ro" and
11350         "print 'scope1.c'::foo::funclocal" and
11351         "print 'scope1.c'::foo::funclocal_bss" and
11352         "print 'scope1.c'::foo::funclocal_ro" and
11353         "print 'scope1.c'::bar::funclocal" and
11354         "print 'scope1.c'::bar::funclocal_bss"
11355         to only be xfail'd when not compiled with gcc.
11356         Add rs6000-*-* xfail for
11357         "print 'scope0.c'::filelocal_bss before run"
11358         when compiled with gcc.
11359         (test_at_main): Add rs6000-*-* xfail for
11360         "print filelocal_ro in test_at_main"
11361         when compiled with gcc.
11362         * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
11363         Add rs6000-*-aix* xfail for
11364         "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
11365         "ptype t_char_array",  not compiled with gcc.
11366         * gdb.base/list.exp (test_list_function):  Add rs6000-*-*
11367         xfail for "list foo (in include file)" when gcc compiled.
11368         * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
11369         (integral_args): Add rs6000-*-* xfail for
11370         "run to call0a" if not compiled with gcc.
11371         (unsigned_integral_args): Add rs6000-*-* xfail for
11372         "run to call1a" if not compiled with gcc.
11373         (float_and_integral_args):  Add rs6000-*-* xfail for
11374         "run to call2a" if not compiled with gcc and for
11375         "continue to call2b" for any compiler.
11376         Add rs6000-*-* xfail to
11377         "print f1 after run to call2a" for gcc compiled.
11378         (discard_and_shuffle): Add rs6000-*-* xfail for
11379         "run to call6a".
11380         (shuffle_round_robin): Add rs6000-*-* xfail for
11381         "backtrace from call7a" if not compiled with gcc.
11382         Add rs6000-*-* xfail for
11383         "backtrace from call7b" if compiled with gcc.
11384         (call_after_alloca): Add rs6000-*-* xfail for
11385         "print c in call_after_alloca" and
11386         "print s in call_after_alloca" and
11387         "backtrace from call_after_alloca_subr"
11388         if not compiled with gcc.
11389         (localvars_in_indirect_call): Add rs6000-*-* xfail for
11390         "print c in localvars_in_indirect_call" and
11391         "print c in localvars_in_indirect_call" and
11392         "backtrace in indirectly called function" and
11393         "stepping into indirectly called function"
11394         if not compiled with gcc.
11395         (localvars_after_alloca): Add rs6000-*-* xfail for
11396         "print c after runto localvars_after_alloca" and
11397         "print s after runto localvars_after_alloca" and
11398         "print i after runto localvars_after_alloca" and
11399         "print l after runto localvars_after_alloca"
11400         for all compilers.
11401         * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
11402         than whatis-info.exp.
11403         * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
11404         than opaque-info.exp.
11405         Setup rs6000-*-* xfail for
11406         "ptype on opaque struct pointer (statically)" and
11407         "ptype on opaque struct pointer (dynamically)" when
11408         not compiled with gcc.
11409         * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
11410         rather than callf-info.exp.
11411         (do_function_calls):  Add clear_xfail for rs6000-*-* for
11412         "p t_float_values2(3.14159,float_val2)".  Seems to work
11413         fine there, both with xlc and gcc.  Need to find out what
11414         it is doing right and fix other platforms.
11415         * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
11416         "call inferior func with struct - returns int",
11417         "call inferior func with struct - returns long",
11418         "call inferior func with struct - returns float",
11419         "call inferior func with struct - returns double",
11420         "call inferior func with struct - returns char *",
11421         but only if not gcc compiled (presumes xlc compiled).
11422         Change rs6000-*-* xfails for
11423         "call inferior func with struct - returns char" and
11424         " call inferior func with struct -  returns short" to only
11425         xfail if not using gcc.
11426         (clean mostlyclean):  Remove *.ci and *.tmp files.
11427         * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
11428         than templ-info.exp.
11429         * gdb.base/langs.exp:  Source gdb.base/langs.ci.
11430         Add rs6000-*-* xfail for "up to foo in langs.exp"
11431         "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
11432         when not gcc compiled.
11433
11434 Sat Aug 12 15:05:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11435
11436         * gdb.base/callfuncs.exp: Add xfails for the powerpc.
11437         * gdb.base/corefile.exp: Likewise.
11438         * gdb.base/list.exp: Likewise.
11439         * gdb.base/scope.exp: Likewise.
11440         * gdb.base/siganls.exp: Likewise.
11441
11442         * gdb.base/nodebug.exp: Add xfails for the powerpc.  Handle aix4
11443         compiler output.
11444         * gdb.base/whatis.exp: Likewise.
11445
11446 Fri Aug 11 13:36:20 1995  Jeff Law  (law@snake.cs.utah.edu)
11447
11448         * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
11449         failure (opcode table has been fixed to match reality).
11450
11451 Mon Aug 14 09:01:59 1995  Fred Fish  <fnf@cygnus.com>
11452
11453         * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
11454         "call inferior func with struct - returns char",
11455         "call inferior func with struct - returns short"
11456
11457         * gdb.base/scope.exp: Remove rs6000-*-* xfails for
11458         "print 'scope0.c'::filelocal at main",
11459         "print 'scope0.c'::filelocal_bss in test_at_main",
11460         "print 'scope0.c'::filelocal at foo",
11461         "print 'scope0.c'::filelocal_bss in test_at_foo",
11462         "print 'scope0.c'::filelocal at bar",
11463         "print 'scope0.c'::filelocal_bss in test_at_bar"
11464
11465         * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
11466         in source file 1".  This bug seems to have been fixed with both
11467         gcc and native cc (was native assembler bug?).
11468
11469 Wed Aug  9 08:04:12 1995  Fred Fish  (fnf@cygnus.com)
11470
11471         * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
11472         "backtrace through signal handler" to "i*86-*-sysv4*".
11473         * gdb.base/signals.exp: Add xfail for "'next' behaved as
11474         continue" case.  Add "known SVR4 bug" to fail message.
11475         Add "i*86-*-bsdi2.0" xfail for "handle all print".
11476         Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
11477         * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
11478         "whatis unnamed typedef'd enum..." and "ptype t_char_array".
11479         * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
11480         "up to foo in langs.exp", "show language at foo in
11481         langs.exp", "up to cppsub_ in langs.exp", "show
11482         language at cppsub_ in langs.exp", "up to fsub in
11483         langs.exp", and "show language at fsub in langs.exp".
11484         * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
11485         "bactrace in corefile.exp".
11486         * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
11487         "call inferior function with struct - returns float" and
11488         "call inferior function with struct - returns double".
11489
11490 Mon Aug  7 02:43:28 1995  Jeff Law  (law@snake.cs.utah.edu)
11491
11492         * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
11493         * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
11494         * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
11495         * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
11496
11497 Mon Aug  7 08:09:37 1995  Fred Fish  <fnf@cygnus.com>
11498
11499         * Makefile.in (CHILL_FOR_TARGET): Use previously defined
11500         (or overriden) "CHILL" macro rather then bare "gcc".
11501         Also look for ../../gcc/xgcc since that is what we will
11502         actually need, not "Makefile".  Remove following assignment
11503         of CHILL to CHILL_FOR_TARGET because that results in
11504         recursive definition.
11505
11506 Sun Aug  6 16:52:29 1995  Fred Fish  <fnf@cygnus.com>
11507
11508         * gdb.base/corefile.exp:  Change xfail for backtrace in
11509         corefile.exp from linuxaout to all linux.
11510         * gdb.base/sigall.exp (test_one_sig):  Specifically deal with
11511         cases where we miss the breakpoint at the signal handler
11512         for some reason.  Setup xfail for linuxoldld/linuxaout and
11513         getting SIGIO.  Setup xfail for linuxoldld/linuxaout for
11514         hitting SIGURG breakpoint.
11515         * gdb.base/signals.exp:  Setup xfail for "next" acting like
11516         continue to add linuxoldld.  Setup xfail for all linux for
11517         "next to handler in signals_tests_1", "backtrace in
11518         signals_tests_1", "continue to func1", "pass SIGUSR1",
11519         and continue to handler".
11520
11521 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
11522
11523         * Update all FSF addresses except those in COPYING* files.
11524
11525 Sun Jul 30 17:50:35 1995  Fred Fish  <fnf@cygnus.com>
11526
11527         * gdb.base/a2-run.exp: Change messages to be more explicit about
11528         the status of args, and quote binfile in results.
11529
11530 Sun Jul 30 10:24:20 1995  Fred Fish  <fnf@cygnus.com>
11531
11532         * gdb.base/callfuncs.exp: Add tests for passing structs to
11533         inferior functions and return various types.
11534         * gdb.base/callfuncs.c: Add functions to receive a struct
11535         and return a member of the struct, in various types.
11536
11537 Sat Jul 29 14:22:33 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11538
11539         * gdb.base/Makefile.in (clean):  Remove callf-info.exp.
11540
11541 Fri Jul 28 13:36:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11542
11543         * config/vxworks29k.exp: New file, sources vxworks.exp.
11544
11545 Fri Jul 28 00:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11546
11547         * config/gdbremote.exp: New file.  Testing framework using
11548         gdbserver.
11549
11550 Thu Jul 27 12:17:14 1995  Fred Fish  (fnf@cygnus.com)
11551
11552         * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
11553         "call function when asleep" and "send end of file".
11554         * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
11555         for "backtrace in corefile.exp".
11556         * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
11557         for "backtrace through signal handler".
11558         * gdb.base/corefile.exp: Make sure we actually generate a core file
11559         before trying the core tests.  Some systems allow the user to suppress
11560         generation of core files and default to that (linux for example).
11561         * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
11562         from "i*86-*-linux" to "i*86-*-linuxaout".  Works with ELF beta.
11563
11564 Tue Jul 25 17:30:10 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11565
11566         * gdb.threads: New directory with some crude multi-threaded
11567         gdb tests (step.exp and step2.exp).
11568         * config/mt-lynx (STEP_EXECUTABLE): Define.
11569         (THREADFLAGS): Define.
11570
11571 Tue Jul 25 01:03:52 1995  Jeff Law  (law@snake.cs.utah.edu)
11572
11573         * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
11574
11575         * gdb.base/signals.exp: Disable whole file for lynx until
11576         further notice.
11577
11578         * gdb.base/signals.exp: xfail test where "next" acts like
11579         "continue" for lynx.
11580
11581         * gdb.base/interrupt.exp: xfail test for calling function while
11582         inferior is asleep for lynx.
11583
11584         * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
11585         than one cr-lf  after each command.
11586
11587 Sun Jul 23 23:33:18 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11588
11589         * configure.in:  Reinstate setting of stabsdirs variable, fix
11590         typo in setting up configdirs for native builds.
11591
11592         * gdb.base/return.exp:  Fix typo in return double test.
11593         * gdb.base/return.c (tmp2, tmp3):  Made global to inhibit the
11594         compiler from optimizing them away.
11595
11596 Fri Jul 21 11:39:34 1995  Jeff Law  (law@snake.cs.utah.edu)
11597
11598         * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
11599         sequences to be echo'd by gdb when using gdb_test.
11600         * gdb.chill/chexp.exp: Likewise.
11601         * gdb.fortran/exprs.exp: Likewise
11602
11603 Thu Jul 20 13:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11604
11605         * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
11606         after the inferior gdb has started.
11607
11608         * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
11609         after each command.
11610         * gdb.base/funcargs.exp: Likewise.
11611         * gdb.base/gdbvars.exp: Likewise.
11612         * gdb.base/interrupt.exp: Likewise.
11613         * gdb.base/list.exp: Likewise.
11614         * gdb.base/watchpoint.exp: Likewise.
11615         * gdb.c++/demangle.exp: Likewise.
11616         * gdb.c++/inherit.exp: Likewise.
11617         * gdb.chill/chexp.exp: Likewise.
11618         * gdb.fortran/exprs.exp: Likewise.
11619
11620         * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
11621         test if we can't handle IO to/from the inferior.
11622
11623         * gdb.c++/misc.exp: Always check for a program already being
11624         started after sending a "run" command to gdb.
11625
11626         * gdb.base/twice.exp: Start with a fresh gdb.
11627
11628         * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
11629         only depend on gdb's expression code, not the chill runtime.
11630
11631         * gdb.base/return.c: Put return values into variables so we
11632         can have gdb print them rather than depending on the program
11633         to print them.
11634         * gdb.base/return.exp: Corresponding changes.
11635
11636         * lib/gdb.exp: Provide default value for noinferiorio.
11637         * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
11638         the inferior.
11639
11640         * gdb.base/break.exp: Always check for a program already being
11641         started after sending a "run" command to gdb.
11642         (text_next_with_recursion): Don't check the output from the
11643         program's printf statement.  Instead just make sure the program
11644         exited.
11645
11646         * gdb.base/commands.exp: Protect tests which need arguments with
11647         $noargs conditionals.
11648
11649 Wed Jul 19 22:42:43 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11650
11651         * gdb.base/printcmds.exp:  Adjust expect patterns for addresses
11652         of structure member arrays to match gdb/valops.c:value_addr change.
11653
11654 Mon Jul 17 10:12:27 1995  Jeff Law  (law@snake.cs.utah.edu)
11655
11656         * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
11657         cases.
11658
11659 Wed Jul 12 10:20:08 1995  Fred Fish  (fnf@cygnus.com)
11660
11661         * configure.in (configdirs):  Remove gdb.chill from default list
11662         of subdirs and then add it back in only if doing a native build.
11663         The current chill compiler does not yet work in any cross build.
11664         * Revert all signal changes from Jul 6.
11665         * gdb.base/{sigall.c signals.c}:  Define away signal() and alarm()
11666         for sh-hms targets, allowing these tests to link, with no other
11667         changes.  Testing is suppressed by setting "nosignals" in site.exp.
11668
11669 Thu Jul  6 20:58:30 1995  Fred Fish  (fnf@cygnus.com)
11670
11671         * configure.in (signaldirs): Define and add to configdirs for all
11672         targets except some specific ones that are known to not support signals.
11673         Also clean up formatting.
11674         * gdb.base/Makefile.in (EXECUTABLES):  Remove sigall and signals.
11675         (signals, sigall):  Remove rules to build.
11676         * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
11677         Moved to new gdb.signals directory.
11678         * gdb.signals: New test directory.
11679         * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
11680         signals.c signals.exp}:  New or moved files.
11681
11682 Sun Jun 25 12:55:18 1995  Jeff Law  (law@snake.cs.utah.edu)
11683
11684         * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
11685
11686 Wed Jun 21 16:35:55 1995  Fred Fish  <fnf@cygnus.com>
11687
11688         * gdb.base/return.exp:  Xfail `return double' test failure
11689         on at least Solaris 2.3 and handle future/past versions on
11690         a case by case basis as appropriate.  Also update message
11691         to include i*86 failures.
11692
11693 Wed May 24 07:10:10 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11694
11695         * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
11696
11697         * lib/gdb.exp: Fix comment which erroneously identified
11698         gdb_file_cmd as gdb_load (the 19 May change was in fact to
11699         gdb_file_cmd not gdb_load).
11700         * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
11701
11702         * gdb.base/setvar.exp: Make test names consistent between pass and
11703         fail cases.  Use gdb_test more.
11704
11705 Fri May 19 07:22:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11706
11707         * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
11708
11709 Mon May 15 23:50:51 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11710
11711         * gdb.base/help.exp:  Fix expected help string for `show commands'.
11712
11713 Thu May 11 07:55:11 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
11714
11715         * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
11716
11717         * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
11718         of a text section.
11719
11720 Thu May 11 15:02:24 1995  Stu Grossman  (grossman@andros.cygnus.com)
11721
11722         * config/monitor.exp (gdb_target_monitor):  Fix loop interator so
11723         that loop eventually terminates.  Fix Connection refused logic so
11724         that testsuite will expire nicely.
11725
11726 Wed May 10 17:57:35 1995  Stu Grossman  (grossman@andros.cygnus.com)
11727
11728         * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
11729         config/rom68k.exp:  New tcl glue for the appropriate monitors.
11730         These all just end up calling monitor.exp.
11731         * config/monitor.exp (gdb_target_monitor):  Handle `Connection
11732         refused' by retrying.  Cleanup some timeout issues.
11733         * (gdb_load):  Reduce timeout.  Cleanup some timeout issues.
11734         * lib/gdb.exp (gdb_test gdb_test_exact):  Upvar timeout so that
11735         callers don't have to set/restore global timeout variable.
11736
11737         * The following set of changes centralizes management of the global
11738         timeout variable.  This way, it can be set in one target dependent
11739         place instead of dozens of places scattered throughout the test suite.
11740         If you need to lengthen a timeout, then you should either set timeout
11741         in one of the config/{target}.exp files, or multiply it by a factor.
11742         Setting it to an absolute value is always going to lose for some
11743         targets.
11744         * gdb.base/a1-selftest.exp (test_with_self):  Only use local timeout.
11745         * gdb.base/callfuncs.exp (do_function_calls):  Don't set timeout.
11746         * gdb.base/funcargs.exp:  Don't set timeout.
11747         * gdb.base/list.exp (test_forward_search):  Only use local timeout.
11748         * gdb.base/printcmds.exp (test_print_string_constants
11749         test_print_array_constants):  Don't set timeout.
11750         * gdb.base/ptype.exp:  Don't set timeout.
11751         * gdb.base/recurse.exp:  Don't set timeout.
11752         * gdb.base/return.exp:  Don't set timeout.
11753         * gdb.base/watchpoint.exp:  Don't set timeout.
11754         * gdb.c++/classes.exp (do_tests):  Don't set timeout.
11755         * gdb.c++/virtfunc.exp (test_virtual_calls):  Don't set timeout.
11756
11757 Wed May 10 16:03:23 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
11758
11759         * Makefile.in: Make clean targets work also when SUBDIRS is empty.
11760
11761 Mon May  1 07:32:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11762
11763         * lib/gdb.exp: Disable chill tests for irix5.
11764
11765 Wed Apr 26 07:36:03 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11766
11767         * gdb.base/scope.exp: Make test names unique.  Use gdb_test.  Make
11768         each test pass or fail.
11769
11770 Sun Apr 23 21:32:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11771
11772         * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
11773         xlc not gcc.
11774
11775 Fri Apr 21 15:44:02 1995  Stu Grossman  (grossman@rtl.cygnus.com)
11776
11777         * cpu32bug.exp est.exp rom68k.exp:  Delete.  Unify into monitor.exp.
11778
11779 Wed Apr 19 17:41:21 1995  Stu Grossman  (grossman@cygnus.com)
11780
11781         * config/est.exp:  Fix copyright and comments.  Remove dead code.
11782         Use targetname, serialport and baud variables instead of fixed
11783         constants.
11784         * config/rom68k.exp:  Fix copyright and comments.  Remove dead code.
11785         * config/cpu32bug.exp:  New file to support cpu32bug monitors.
11786
11787 Wed Apr 19 13:47:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11788
11789         * gdb.base/watchpoint.exp: Don't run
11790         test_watchpoint_triggered_in_syscall for sunos.
11791
11792 Mon Apr 17 12:48:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11793
11794         * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
11795         they don't seem to exist.  Do include stdio.h.
11796
11797 Fri Apr 14 09:40:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11798
11799         * gdb.base/a1-selftest.exp: Add alpha xfail.
11800
11801 Mon Apr 10 13:07:50 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11802
11803         * gdb.base/watchpoint.c (main): Prompt before calling read().
11804         * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
11805         Revise accordingly.  Remove cruft about sending "123" several
11806         times, until it gets noticed.  Clean up the "print buf[0]" stuff
11807         so that it passes or fails, and waits for prompts in the usual way.
11808
11809 Sun Apr  9 09:02:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11810
11811         * gdb.base/recurse.exp: Fix comment.
11812
11813         * TODO: Remove item about printing variables in nodebug.exp.  Add
11814         item about enabling tests which are only run on some targets.
11815
11816         * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
11817         fail, make test names unique, use new gdb_test convention
11818         regarding pattern, use gdb_test more, etc.).
11819
11820         * gdb.base/bitfields.exp: Various cleanups (make each test pass or
11821         fail, make test names unique, etc.).
11822
11823 Sat Apr  8 02:47:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11824
11825         * gdb.base/nodebug.c:  Change return type of top and middle to
11826         short.
11827         * gdb.base/nodebug.exp:  Remove xfails for ecoff systems, they
11828         are fixed by the recent mdebugread.c changes. Allow `short ()'
11829         as type for top and middle.
11830
11831 Thu Apr  6 08:54:18 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11832
11833         * gdb.base/break.exp: Remove commented out if $usestubs {}.  As
11834         nearly as I can tell, the whole thing was an accident in Stu's
11835         change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
11836         to replace a send/expect pair with gdb_test, but ended up only
11837         adding the gdb_test.  My change of 24 Mar 1995 and Kung's change
11838         of 30 Mar 1995 took care of it, but left this vestigial comment
11839         which I am now nuking.
11840
11841 Mon Apr  3 09:00:27 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11842
11843         * gdb.base/break.exp: Look for different line number for
11844         breakpoint at main depending on usestubs.
11845
11846 Sun Apr  2 08:15:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11847
11848         * gdb.base/list.exp:  Adjust some alternate expect patterns to
11849         match recent list0.c change. Add alternate expect pattern for
11850         output from `list default lines around main' for optimizing
11851         compilers.
11852
11853 Sat Apr  1 07:23:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11854
11855         * lib/gdb.exp: If nosignals is not set, set it to 0.
11856
11857 Fri Mar 31 16:13:48 1995  Kung Hsu  <kung@mexican.cygnus.com>
11858
11859         * config/slite-gdb.exp: Responds to load symbol table prompt.
11860         * gdb.base/break.exp: Adjust line number, fix rerun.
11861         * gdb.base/langs0.c: Add #ifdef usestubs.
11862
11863 Thu Mar 30 15:36:55 1995  Kung Hsu  <kung@mexican.cygnus.com>
11864
11865         * gdb.base/list.exp: Adjust line contents after adding new lines in
11866         list0.c. Also fix a syntax error.
11867
11868         * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
11869         * gdb.base/break.exp: ditto.
11870         * gdb.base/list.exp: ditto.
11871         * gdb.base/bitfields.c: Add #ifdef usestubs in main().
11872         * gdb.base/run.c: ditto.
11873         * gdb.base/list0.c: ditto.
11874         * gdb.base/funcargs.c: ditto.
11875
11876 Wed Mar 29 17:09:29 1995  Stu Grossman  (grossman@cygnus.com)
11877
11878         * testsuite/config/rom68k.exp (gdb_target_rom68k):  Use
11879         $targetname, $serialport and $baud instead of hardwired variables.
11880         * testsuite/gdb.base/{sigall.exp signals.exp}:  Skip these if the
11881         target doesn't support signals.
11882
11883 Wed Mar 29 12:29:34 1995  Kung Hsu  <kung@mexican.cygnus.com>
11884
11885         * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
11886
11887 Tue Mar 28 08:46:45 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11888
11889         * gdb.base/recurse.exp: Make test names unique.  Change \\(+ to \\(.
11890         Don't rely on the value of an auto variable before it has been
11891         initialized.  Use gdb_test more.
11892
11893 Mon Mar 27 08:00:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11894
11895         * lib/gdb.exp (default_gdb_version): A version number must start
11896         with a digit, but other than that contains all characters up to
11897         the first whitespace character.
11898
11899 Sun Mar 26 13:19:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11900
11901         * gdb.base/commands.exp (breakpoint_command_test): New tests.
11902
11903 Sat Mar 25 15:38:06 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11904
11905         * gdb.c++/*.exp: Warn if executable does not exist.  The original
11906         reason for skipping the warning was that configure.in sometimes
11907         intentionally skipped building the executables but the tcl code
11908         had no way of knowing.  That (a) was always bogus with respect to
11909         error handling, (b) is no longer true (right now there is no way
11910         to skip C++ tests).
11911
11912         * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
11913
11914 Sat Mar 25 01:16:10 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11915
11916         * gdb.base/list.exp:  Add expect patterns for output from
11917         SunPRO compiled executables.
11918         * gdb.base/whatis.exp:  Allow leading `signed' for all v_signed_*
11919         types.
11920
11921 Fri Mar 24 06:11:05 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11922
11923         * gdb.base/break.exp (test_next_with_recursion): Accept any line
11924         number (we are already testing that the correct source line text
11925         gets printed).
11926
11927         * gdb.base/break.exp: Make one test if $usestubs.  I'm not sure
11928         that is what is intended, but something needed to be done to get
11929         sunos4 native working again.
11930
11931         * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
11932
11933         * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
11934         apparently went with a (very) old xfail.
11935
11936 Fri Mar 24 13:41:09 1995  Kung Hsu  <kung@mexican.cygnus.com>
11937
11938         * gdb.base/callfuncs.exp: call runto_main instead of runto main.
11939         runto_main is a proc in gdb.exp that will do 'step' for target use
11940         stubs.
11941         * gdb.base/exprs.exp: ditto.
11942         * gdb.base/interrupt.exp: ditto.
11943         * gdb.base/opaque.exp: ditto.
11944         * gdb.base/printcmds.exp: ditto.
11945         * gdb.base/ptype.exp: ditto.
11946         * gdb.base/scope.exp: ditto.
11947         * gdb.base/setvar.exp: ditto.
11948         * gdb.base/signals.exp: ditto.
11949         * gdb.base/twice.exp: ditto.
11950         * gdb.c++/classes.exp: ditto.
11951         * gdb.c++/inherit.exp: ditto.
11952         * gdb.c++/templates.exp: ditto.
11953         * gdb.base/break.exp: no run and hit main for stubs. Change line
11954         numbers for breakpoints and info breakpoint.
11955         * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
11956         breakpoint().
11957         * gdb.base/callfuncs.c: ditto.
11958         * gdb.base/exprs: ditto.
11959         * gdb.base/interrupt.c: ditto.
11960         * gdb.base/opaque0.c: ditto.
11961         * gdb.base/printcmds.c: ditto.
11962         * gdb.base/ptype.c: ditto.
11963         * gdb.base/scope0.c: ditto.
11964         * gdb.base/setvar.c: ditto.
11965         * gdb.base/signals.c: ditto.
11966         * gdb.base/twice.c: ditto.
11967         * gdb.c++/misc.cc: ditto.
11968         * gdb.c++/templates.cc: ditto.
11969
11970 Fri Mar 24 06:11:05 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11971
11972         * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
11973
11974         * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
11975         somewhere between `read' and `main.c'.  I'm pretty sure the
11976         pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
11977         and it isn't particularly useful.
11978
11979         * gdb.base/scope.exp: Make test names unique.  \[(\] -> \\(.
11980
11981 Thu Mar 23 14:58:35 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11982
11983         * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
11984
11985 Wed Mar 22 18:36:05 1995  Kung Hsu  <kung@mexican.cygnus.com>
11986
11987         * config/mt-slite: add LIBS and -nostdlib.
11988         * config/slite-gdb.exp: add this new file to support sparclite target.
11989
11990 Tue Mar 21 21:41:04 1995  Doug Evans  <dje@canuck.cygnus.com>
11991
11992         * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
11993
11994         * gdb.base/a2-run.exp: Change argument to istarget from
11995         "*-*-vxworks" to "*-*-vxworks*".
11996         * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
11997
11998 Tue Mar 21 17:08:47 1995  Kung Hsu  <kung@mexican.cygnus.com>
11999
12000         * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
12001         will not runto main but do a 'step' to step out of breakpoint().
12002         * config/mt-slite: add -Dusestubs.
12003
12004 Tue Mar 21 12:14:12 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12005
12006         * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
12007         instead of just @.
12008
12009         * gdb.base/signals.exp: Add test for "handle all print".
12010         * TODO: Remove "handle all print".  Also remove item about
12011         checking copyright date (I don't like the idea of a spurious FAIL
12012         based on when we run the tests).
12013
12014         * gdb.base/recurse.exp: Enable test for SunOS4.  xfail one test
12015         for SunOS4 (reason for failure not investigated).  Remove
12016         redundant test for $binfile.
12017
12018         * gdb.base/nodebug.c (array_index): Call malloc.
12019
12020         * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
12021
12022 Mon Mar 20 10:08:17 1995  Jeff Law  (law@snake.cs.utah.edu)
12023
12024         * gdb.base/recurse.exp: Update gdb_test invocation to use new
12025         conventions and slightly simplify the matching regexp.
12026
12027 Fri Mar 17 05:43:28 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12028
12029         * gdb.base/break.exp: Update gdb_test invocation to use new
12030         convention.
12031
12032         * lib/gdb.exp: If noargs is not set, set it to 0.
12033
12034         * gdb.base/nodebug.exp: Comment out redundant test.  Make name of
12035         tests unique.
12036
12037         * lib/gdb.exp: Skip CHILL for AIX and Solaris.
12038
12039 Thu Mar 16 16:27:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12040
12041         * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
12042         one argument of type "<non-float parameter>".
12043
12044 Wed Mar 15 15:54:56 1995  Stu Grossman  (grossman@cygnus.com)
12045
12046         * config/rom68k.exp:  New file to support Motorola IDP board.
12047         * gdb.base/a2-run.exp:  Skip this file if noargs is set.
12048         * gdb.base/break.c:  Change things around so that this program
12049         doesn't depend upon args.  This is necessary to make remote
12050         targets work (in general, they can't take args).
12051         * gdb.base/break.exp:  Don't try to send args to program.  Don't
12052         expect output.  Also, replace lots of code with gdb_test.
12053
12054 Wed Mar 15 04:11:14 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12055
12056         * gdb.base/printcmds.exp (test_character_literals_accepted): Test
12057         printing of '\'' (which is what the comment says we are testing,
12058         even though we were not), not '''.
12059         (test_integer_literals_rejected): Test that printing ''' is an error.
12060
12061         * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
12062         gdb.chill/chexp.exp, gdb.base/printcmds.exp,
12063         gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
12064         gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
12065         Use gdb_test not test_print_accept.
12066         * lib/gdb.exp: Remove test_print_accept.
12067
12068         * gdb.base/signals.exp (signal_tests_1): Make pass message
12069         consistent with fail message.
12070
12071         * gdb.base/whatis.exp: Remove xfails for printing char vs.
12072         unsigned char; the bug (PR 1821) is fixed.
12073
12074         * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
12075
12076         * gdb.base/scope.exp (test_at_localscopes): Call pass for
12077         successful tests--makes xfailing them work right.
12078
12079 Tue Mar 14 07:39:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12080
12081         * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
12082         only \r\n, not .*.  The test can pass .* as the last thing in
12083         $pattern if that is what it wants.  In addition to providing this
12084         flexibility, this change should speed up pattern matching in cases
12085         where the pattern already ended with .* (there were a number of
12086         them).  This change also helps catch bad patterns--in the old
12087         scheme the typo "char \*" instead of "char \\*" would pass.  Now
12088         it is caught.
12089         * Many .exp files: Update callers.
12090
12091         * gdb.base/funcargs.exp: Replace \[(\]+ with \\(.  The latter is
12092         clearer and does not spuriously match multiple ('s.  Likewise for
12093         ) and *.
12094
12095         * gdb.base/nodebug.exp: Test ability to call a function and pass
12096         it a string (even with no debugging info).
12097
12098         * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
12099         "p '\'", which is the same as "p ''" once tcl gets done with
12100         quoting, to "p '\\'", which I suspect is what is intended (one
12101         backslash gets sent to GDB).
12102
12103         * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
12104
12105 Fri Mar 10 13:31:46 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12106
12107         * gdb.base/a1-selftest.exp: Remove xfail for solaris.  The bug (PR
12108         1817) was fixed literally years ago.
12109
12110 Fri Mar 10 02:49:40 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12111
12112         * gdb.base/funcargs.exp (call_after_alloca):  Remove `next'
12113         test, it causes stepping out of call_after_alloca_subr with
12114         optimizing compilers.
12115         (localvars_in_indirect_call):  Consume GDB prompt if `finish'
12116         fails.
12117
12118         * gdb.c++/templates.exp:  Source templ-info.exp only if
12119         the templates executable exists.
12120
12121         * gdb.c++/misc.cc (class Contains_static_instance,
12122         class Contains_nested_static_instance),
12123         gdb.c++/classes.exp (test_static_members):  Test printing of
12124         a class that contains a static instance of the class.
12125
12126 Thu Mar  9 11:43:55 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12127
12128         * gdb.base/langs2.c (cppsub_): Don't prototype.
12129         * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
12130         only, I believe).
12131
12132 Wed Mar  8 10:29:33 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12133
12134         * lib/gdb.exp (skip_chill_tests): New procedure.
12135
12136         * gdb.base/signals.exp (signal_tests_1): xfail for irix.
12137
12138 Mon Mar  6 10:44:06 1995  Jeff Law  (law@snake.cs.utah.edu)
12139
12140         * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
12141         each expect pattern.  Cuts runtime from 12 to about 4 seconds.
12142
12143 Thu Mar  2 05:31:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12144
12145         * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
12146
12147         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
12148         disassemble 8, not 16, instructions for part 4.
12149
12150         * config/vx-gdb.exp (gdb_start): Use \030, not \CX.  tcl doesn't
12151         support the latter anymore.
12152
12153         * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
12154         -DNO_PROTOTYPES.
12155         * gdb.base/callfuncs.c: Control use of prototypes based on
12156         NO_PROTOTYPES, not __STDC__.
12157         * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
12158         t_float_values2 tests if prototypes in use.
12159
12160         * gdb.base/callfuncs.c (t_float_values, t_float_values2,
12161         t_double_values):  When checking differences against DELTA, check
12162         that difference is within the range (-DELTA,DELTA), not just
12163         (-infinity,DELTA).
12164
12165 Tue Feb 28 16:28:54 1995  Kung Hsu  <kung@mexican.cygnus.com>
12166
12167         * config/mips-gdb.exp (gdb_load): In every test case, we need to do
12168         'file' command firts, then 'target', then 'load', this is due to gdb
12169         target set up.
12170         * config/mips-gdb.exp: Fix a couple regular exp bugs.
12171
12172 Thu Feb 23 17:44:55 1995  Jeff Law  (law@snake.cs.utah.edu)
12173
12174         * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
12175         FP load/store variants.
12176         * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
12177
12178 Wed Feb 22 18:29:08 1995  Jim Kingdon  <kingdon@rtl.cygnus.com>
12179
12180         * gdb.base/term.exp: Do not give a warning if not native, it is
12181         not an abnormal condition.
12182
12183 Tue Feb 21 13:08:47 1995  Jim Kingdon  <kingdon@cygnus.com>
12184
12185         * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
12186         t_char_array".
12187
12188 Sun Feb 19 13:10:06 1995  Jim Kingdon  <kingdon@rtl.cygnus.com>
12189
12190         * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
12191         are getting the version number.
12192
12193         * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
12194         if not native, it is not an abnormal condition.
12195
12196 Thu Feb 16 15:56:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12197
12198         * lib/gdb.exp: Just use "file exists", rather than undocumented
12199         dejagnu procedure "findfile".
12200
12201 Thu Feb 16 10:30:24 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12202
12203         * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
12204           (LDFLAGS): Set to -Xlinker -Ur.
12205
12206         * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
12207           Removed, these values are set by lib/gdb.exp.
12208
12209         * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
12210
12211 Wed Feb 15 14:23:28 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12212
12213         * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
12214           of replicating gdb startup code.
12215
12216         * config/mt-vxworks (LDFLAGS): Set to -r.
12217           (CFLAGS_FOR_TARGET): Removed.
12218
12219         * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
12220           (gdb) and gdb for vxworks uses (vxgdb).
12221
12222         * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
12223           executable is not in the tree and host != target, use sed and
12224           program_transform_name to determine the gdb name used by the
12225           target.
12226
12227         * configure.in, gdb.{base,c++,chill}/configure.in: changed so
12228           *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
12229
12230 Sun Feb 12 08:11:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12231
12232         * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
12233         floats, chars, and shorts where there are ANSI-style function
12234         definitions.
12235
12236         * gdb.base/langs.exp, gdb.base/langs*: New test.
12237         * gdb.base/Makefile.in: Build it.
12238         * TODO: Remove item about checking that C names don't get C++
12239         demangling applied; this test tests it.
12240
12241 Thu Feb  9 12:43:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12242
12243         * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
12244         went with the const70 xfail.  The xfail went away a year ago.
12245
12246         * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
12247
12248         * gdb.base/corefile.exp: Give backtrace test unique name.  xfail
12249         for hp300.
12250
12251         * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
12252
12253         * gdb.base/a1-selftest.exp: Don't run on hp300.
12254
12255 Sat Feb  4 15:04:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12256
12257         * Makefile.in (site.exp): Set host_alias and target_alias as well
12258         as host_triplet and target_triplet.
12259
12260 Wed Feb  1 08:03:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12261
12262         * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
12263
12264         * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
12265         places as other ecoff systems).
12266
12267         * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
12268         ultrix.
12269
12270 Mon Jan 30 11:44:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12271
12272         * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
12273         remove them.
12274         * gdb.base/nodebug.exp: Accept "function" in addition to "text
12275         variable and "variable" in addition to "data variable".
12276         * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
12277
12278         * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
12279         2.
12280         * gdb.base/list1.c (long_line): Add additional statement at start
12281         of function.
12282         * gdb.base/list.exp (test_forward_search): Update line number to
12283         reflect new statement.
12284
12285 Sun Jan 29 13:34:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12286
12287         * gdb.base/signals.exp:  Reinitialize searched source directories
12288         after gdb_start call.
12289
12290 Sat Jan 28 01:34:44 1995  Jeff Law  (law@snake.cs.utah.edu)
12291
12292         * gdb.disasm/Makefile.in (clean): Delete "errs" file.
12293         * gdb.stabs/Makefile.in: Likewise.
12294
12295         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
12296         change.  Instead split the tests into smaller pieces.
12297         * gdb.disasm/hppa.s: Corresponding changes.
12298
12299 Fri Jan 27 09:24:51 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12300
12301         * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
12302         Quote ^C when passing it to stty.  For some shells ^ is a pipe.
12303
12304         * gdb.base/funcargs.exp: Modify many tests so that every test
12305         either passes or fails.  Make some test names unique.
12306
12307 Thu Jan 26 19:20:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12308
12309         * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
12310         Call stty to set interrupt character.
12311
12312         * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
12313         for HP assembler versus GNU assembler based on actual behavior of
12314         $(CC), rather than assuming that $(AS) is always the GNU assembler.
12315
12316         * TODO: Suggest a few more stepping tests.
12317
12318 Wed Jan 25 14:52:41 1995  Stan Shebs  <shebs@andros.cygnus.com>
12319
12320         * gdb.base/default.exp: xfail no-stack backtraces for h8300,
12321         restart GDB for h8300 after a continue.
12322         (return): Add pattern to match a29k-udi behavior.
12323         * gdb.base/nodebug.exp: Remove obsolete comment.
12324         * gdb.base/regs.exp: New file, testing of register displays.
12325         * gdb.base/return.exp: Fix typo in reference to $objdir.
12326         * gdb.base/whatis.exp: Always start with a fresh GDB.
12327
12328 Wed Jan 25 11:12:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12329
12330         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
12331         higher, these tests generate a lot of output.
12332
12333 Tue Jan 24 07:58:44 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12334
12335         * lib/gdb.exp (gdb_test): Remove catch from around the send.  The
12336         code following the catch silently ignored some errors; without the
12337         catch they should be thrown like any other tcl error.  Also, the
12338         catch used "" instead of {} which meant all the callers who wanted
12339         to include one of the characters "[]$ had to quote it an extra time.
12340         * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
12341         ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
12342         demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
12343         Remove extra quoting.
12344
12345 Mon Jan 23 21:57:54 1995  Jeff Law  (law@snake.cs.utah.edu)
12346
12347         * gdb.base/commands.exp: Make test names unique; every test either
12348         passes or fails.  Update some comments.
12349
12350         * gdb.disasm/hppa.exp (do_system_control_tests): Update.
12351
12352 Sat Jan 21 15:34:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12353
12354         The following fixes a FAIL caused by the fact that the alpha stabs
12355         configuration didn't use the ".if alpha" code in weird.def.
12356         * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
12357         bit pointer, so the 32 bit version works even on the alpha.
12358         * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
12359         Remove the stuff which allowed us to have separate versions for
12360         alpha and everything else.
12361
12362         * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
12363         regexp which "info func operator\[\](" is supposed to match.  Fix
12364         string to send to GDB.  Note that GDB still doesn't work right.  Add a
12365         new test for "info func .perator\[\](" which GDB does handle correctly.
12366
12367         * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
12368
12369 Fri Jan 20 12:14:23 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12370
12371         * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
12372         gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
12373         gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
12374         gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
12375         it makes the tests harder to understand and confuses test-o-matic.
12376         The preferred style is that each test provides a PASS or a FAIL,
12377         and has a unique message (e.g. "continue #54" not just "continue")
12378         which is the same for the pass and the fail.
12379         * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
12380         gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
12381         to lib/gdb.exp.
12382         * gdb.base/printcmds.exp: Use test_print_accept.  Remove
12383         prt_accept which was basically the same thing.  Likewise for
12384         test_print_reject and prt_reject.
12385         * lib/gdb.exp (test_print_reject): Add some more error message
12386         patterns to match from the former printcmds.exp (prt_reject).
12387         * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
12388         One defect of the passcount stuff is that some of it failed to
12389         report XPASS where appropriate.
12390         * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
12391         stuff before and after arg in expected pattern.
12392         (test_paddr_operator_functions): Re-do test without print_addr_of;
12393         this is the only test which seems to want extra stuff there.
12394
12395 Tue Jan 17 10:47:53 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
12396
12397         * gdb.base/nodebug.exp: Update new tests to reflect improved
12398         wording of gdb output.
12399
12400         * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
12401         and "ptype" work on variables in files compiled without -g.
12402         Replaces commented out "maint print msymbol" tests.
12403
12404 Mon Jan 16 12:13:28 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
12405
12406         * gdb.base/setvar.c (dummy): Call malloc.
12407
12408         * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
12409         losing with the irix4 sed.
12410
12411         * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
12412         ALRM" on irix4.
12413
12414 Sun Jan 15 21:58:26 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
12415
12416         * TODO: Remove items about corefile.exp testing new exec-file and
12417         backtrace; both are now done.  Add items about printing enums.
12418
12419 Sat Jan 14 11:25:28 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
12420
12421         * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
12422         "get signal $thissig" test fails.
12423
12424         * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
12425
12426 Thu Jan 12 01:14:53 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
12427
12428         * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
12429         compiler warning with dec alpha compiler.
12430
12431         * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
12432         extra \n from gdb_test call (this explains why the prompt test
12433         that I removed yesterday was there).
12434         (user_defined_command_test): Remove extra \n and prompt test.
12435
12436         * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
12437         doesn't exist.  Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
12438         doesn't exist.
12439         * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
12440         Also remove alpha workaround, which turns out to be because
12441         SIGABRT == SIGLOST.
12442
12443         * gdb.base/sigall.exp: Add workaround for alpha weirdness.
12444
12445         * gdb.base/help.exp: Don't test "help show".
12446
12447 Wed Jan 11 14:37:04 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
12448
12449         * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
12450         "set print address" is on.
12451         * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
12452         pass prompt to gdb_test; gdb_test already looks for the prompt.
12453
12454         * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
12455
12456         * gdb.base/a1-selftest.exp: Don't test "maint dump-me".  That test
12457         was a vestige of the manual TESTSTRATEGY, and the purpose of it
12458         was to make sure that gdb can read a core file.  But (a) the "read
12459         the corefile" part didn't make it to a1-selftest.exp, we just
12460         delete the corefile after creating it, and (b) we test reading
12461         corefiles in corefile.exp anyway.  Also, this test left around a
12462         xgdb process on Solaris.
12463
12464         * gdb.base/corefile.exp: Also test backtrace.
12465
12466 Wed Jan 11 00:14:40 1995  Jeff Law  (law@snake.cs.utah.edu)
12467
12468         * gdb.base/commands.exp: Test a simple user defined command with
12469         arguments and if/while statements; verify the full user command is
12470         printed by "show user".
12471
12472         * gdb.base/commands.exp: Test if/while commands as part of a
12473         breakpoint command list; verify they appear in breakpoint
12474         information.
12475
12476 Wed Jan 11 00:47:58 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
12477
12478         * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
12479         than by dividing by zero.
12480
12481 Tue Jan 10 21:38:05 1995  Jeff Law  (law@snake.cs.utah.edu)
12482
12483         * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
12484         performing an inferior call with watchpoints enabled.
12485         * gdb.base/watchpoint.c (main): Delete second unnecessary read
12486         call.
12487
12488 Tue Jan 10 18:42:07 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
12489
12490         * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
12491         of "file" command.
12492
12493         * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
12494         Add additional pattern for when "int operator int(void);" appears
12495         in a different order.
12496
12497 Mon Jan  9 16:22:46 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
12498
12499         * gdb.base/signals.exp: Call gdb_exit and gdb_start.
12500
12501         * gdb.base/help.exp: Replace most of docstrings for "info signals"
12502         and "signal" with ".*".
12503
12504 Wed Jan  4 11:35:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12505
12506         * TODO: Add note about "handle all nostop".
12507
12508         * gdb.base/{sigall.c, sigall.exp}: New test.
12509         * gdb.base/Makefile.in: Add it.
12510
12511 Thu Jan  5 17:34:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
12512
12513         * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
12514         when invoking GDB, suppresses any windowing interface.
12515
12516 Mon Jan  2 17:40:21 1995  Stan Shebs  <shebs@andros.cygnus.com>
12517
12518         * config/sim-gdb: New file, simulator testing support.
12519
12520 Wed Dec 28 12:21:50 1994  Jeff Law  (law@snake.cs.utah.edu)
12521
12522         * gdb.base/interrupt.exp: Test calling func1 twice.
12523
12524 Wed Dec 21 12:51:37 1994  Jim Kingdon  <kingdon@deneb.cygnus.com>
12525
12526         * gdb.base/list.exp (test_forward_search): Set timeout higher
12527         when we'll be getting lots of output from gdb.
12528
12529         * gdb.base/a1-selftest.exp: Move code that was inside expect -re
12530         "init_malloc" to after the expect statement.  Run it if that
12531         regexp is taken, but also for two others which happen if source
12532         cannot be found.
12533
12534 Tue Dec 20 12:35:21 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12535
12536         * gdb.base/printcmds.exp: New test, for printing register before
12537         program is running.
12538
12539 Mon Dec 19 00:32:55 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12540
12541         * gdb.base/list.exp:  Correct some alternate expect patterns
12542         to reflect changes in list1.c.
12543
12544 Sat Dec 17 14:20:03 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12545
12546         * TODO: Add item regarding large frames.
12547
12548         * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
12549
12550         * TODO: Remove item about enabling return.exp; it
12551         is enabled.  Suggest a few more "return" tests.
12552
12553 Sat Dec 17 02:33:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12554
12555         * gdb.c++/misc.cc, gdb.c++/inherit.exp:  Add testcases for
12556         anonymous unions.
12557
12558 Tue Dec 13 11:26:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12559
12560         * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
12561         and pr-5646.o, so "make" is the same as "make all", not "make
12562         pr-4975.o".
12563
12564 Wed Dec  7 19:02:02 1994  Stan Shebs  <shebs@andros.cygnus.com>
12565
12566         * gdb.base/list.exp: Adjust expectations to reflect changes in
12567         list1.c.
12568         (test_forward_search): New test proc.
12569         * gdb.base/list1.c (long_line): New function, has long source line.
12570
12571 Thu Dec  1 23:14:49 1994  Stan Shebs  <shebs@andros.cygnus.com>
12572
12573         * gdb.base/a1-selftest.exp: Change initial stepping to know about
12574         additional line of code that was added.
12575
12576 Wed Nov 30 19:43:14 1994  Jeff Law  (law@snake.cs.utah.edu)
12577
12578         * gdb.disasm/hppa.s: Break the large branching tests into smaller
12579         tests so as not to overflow expect's input buffers.
12580         * gdb.disasm/hppa.exp: Corresponding changes.
12581
12582 Fri Nov 25 13:37:10 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12583
12584         Beginnings of template debugging tests.
12585         * gdb.c++/templ-info.cc:  New file to test for template
12586         debugging capability of the compiler.
12587         * gdb.c++/Makefile.in:  Add rule to build templ-info.exp from
12588         templ-info.cc.
12589         * gdb.c++/templates.cc:  Add explicit template instantiations
12590         to enable compiling with -fno-implicit-templates. Add destructor
12591         and 'value' method to T5 class for template tests.
12592         * gdb.c++/templates.exp:  Add testcases for printing of template
12593         types, setting breakpoints on template methods and calling a
12594         template method.
12595
12596 Sat Nov  5 00:20:17 1994  Jeff Law  (law@snake.cs.utah.edu)
12597
12598         * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
12599         branch target since some assemblers (gas-2.5)  may emit a
12600         relocation for the branch instead of resolving it in the
12601         assembler.
12602
12603 Sat Oct 29 02:40:40 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12604
12605         * gdb.base/a1-selftest.exp:  Remove RS/6000 xfail for backtrace
12606         through signal handler.
12607
12608 Fri Oct 21 11:10:16 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
12609
12610         * configure.in (*-*-netware): Use config/mt-netware.
12611
12612         * config/mt-netware: New file.
12613         * config/mt-i386-netware: Removed, separate configs for different
12614           netware architectures are no longer needed now that we have
12615           --with-headers.
12616
12617 Sat Oct 15 03:43:00 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12618
12619         * gdb.base/exprs.exp:  Remove xfail for alpha, it is fixed
12620         by the recent changes to use ANSI C arithmetic conversions.
12621
12622 Sun Oct  9 07:44:06 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12623
12624         * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
12625         bug involving using inferior_pid to figure out whether to select a
12626         frame.
12627
12628 Wed Sep 28 23:12:02 1994  Jeff Law  (law@snake.cs.utah.edu)
12629
12630         * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
12631         match the current disassembler output.
12632
12633 Fri Sep 16 11:42:41 1994  Stan Shebs  (shebs@andros.cygnus.com)
12634
12635         * gdb.fortran/exprs.exp: Expect VOID instead of void.
12636         * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
12637         types, expect "int" as type of integer values (for now).
12638
12639 Wed Sep  7 23:33:51 1994  Jeff Law  (law@snake.cs.utah.edu)
12640
12641         * gdb.base/commands.exp: New tests for if/while commands.
12642
12643 Tue Sep  6 13:16:11 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12644
12645         * lib/gdb.exp (runto):  Replace sub-pattern for hex value
12646         by .*, since hex values have different syntax in Chill mode.
12647
12648 Tue Sep  6 02:15:51 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12649
12650         * gdb.c++/demangle.exp (test_arm_style_demangling):  Remove
12651         linefeed from expect pattern for repeated types with indices > 9.
12652
12653 Mon Aug 29 14:20:44 1994  Stan Shebs  (shebs@andros.cygnus.com)
12654
12655         First part of Fortran test suite.
12656         * gdb.fortran: New directory.
12657         * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
12658
12659 Sat Aug 27 23:32:43 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12660
12661         * gdb.base/default.exp:  Update expect pattern for load command
12662         without arguments.
12663
12664 Wed Aug 24 13:15:02 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12665
12666         * configure.in: Change i386 to i[345]86.
12667         * gdb.base/configure.in: Likewise.
12668         * gdb.c++/configure.in: Likewise.
12669         * gdb.chill/configure.in: Likewise.
12670
12671 Tue Aug 23 19:14:06 1994  Stan Shebs  (shebs@andros.cygnus.com)
12672
12673         * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
12674         patterns, since that is not a valid context for comments.
12675
12676 Fri Aug 19 15:07:30 1994  Kung Hsu  (kung@mexican.cygnus.com)
12677
12678         * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
12679         repeated types and repeated types with indices > 9.
12680
12681 Tue Aug 16 15:57:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
12682
12683         * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
12684         2417; old bug has been fixed.
12685
12686 Fri Aug 12 19:35:41 1994  Jeff Law  (law@snake.cs.utah.edu)
12687
12688         * gdb.base/interrupt.exp: When trying to wake up the inferior,
12689         send the newline ourselves instead of assuming gdb_test will do
12690         so when passed an empty input string.
12691
12692         * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
12693         stabs testcode.
12694
12695 Fri Aug  5 17:01:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
12696
12697         * lib/gdb.exp (gdb_test): Don't send anything if the first
12698           argument is an empty string.  This makes cases where we want to
12699           match output that is already in expect's buffers (for example,
12700           matching a breakpoint after gdb_run_cmd has been called) work
12701           reliably.
12702
12703 Tue Aug  2 10:24:08 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
12704
12705         * config/netware.exp: New file.
12706
12707 Thu Jul 28 12:54:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
12708
12709         * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
12710           the -B and -L prefixes so we can find the debugging stub.
12711
12712         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
12713           there and we are using the gcc from the tree.
12714
12715         * gdb.base/types.c: Removed.
12716
12717         * gdb.base/configure.in: Look for makefile fragments in ../config.
12718           Recognize i386-*-netware.
12719         * gdb.c++/configure.in: Likewise.
12720
12721 Mon Jul 25 23:48:50 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12722
12723         * gdb.base/corefile.exp:  Change `else if' to `elseif', which is
12724         the correct TCL syntax.
12725
12726 Mon Jul 25 15:35:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
12727
12728         * gdb.base/opaque.exp: use runto instead of messing around with
12729           breakpoints.  Simplify by using gdb_test.
12730
12731         * gdb.base/bitfields.exp: restart between tests on netware targets
12732           because breakpoints aren't relocated after target death.  Run
12733           processes to completion.
12734
12735         * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
12736
12737 Sun Jul 24 09:55:51 1994  Fred Fish  (fnf@cygnus.com)
12738
12739         * Makefile.in:  Remove extra tabs that confuse some versions
12740         of "make".  Use the newly built gdb to test with by default,
12741         rather than the first one in the tester's search path.
12742
12743 Sat Jul 23 15:05:47 1994  Stan Shebs  (shebs@andros.cygnus.com)
12744
12745         * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
12746
12747         * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
12748         condition help.
12749
12750 Tue Jul 19 10:26:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
12751
12752         * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
12753
12754         * lib/gdb.exp (gdb_run_cmd): New function, used to start program
12755           running.
12756         * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
12757         * gdb.base/funcargs.exp: Likewise.
12758
12759         * gdb.base/bitfields.exp: Simplify by using gdb_test.
12760         * gdb.base/funcargs.exp: Likewise.
12761
12762         * lib/gdb.exp (gdb_test): if match times out, don't call fail if
12763           message is "".
12764
12765 Mon Jul 18 12:18:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
12766
12767         * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
12768           return,signals,twice}.exp: Handle non-existant binaries
12769           consistantly.
12770
12771         * gdb.base/corefile.exp: Execute coremaker to generate core dump.
12772         * gdb.base/Makefile.in: Don't try to generate a core dump, we
12773           might testing a cross development system.
12774
12775 Thu Jul 14 18:13:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
12776
12777         * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
12778           runtest script is relative to ${srcdir}, not ${rootdir}.
12779
12780 Thu Jul 14 14:56:59 1994  Stan Shebs  (shebs@andros.cygnus.com)
12781
12782         * gdb.base/signals.exp: Allow for optionality of breakpoint
12783         address.
12784
12785 Thu Jul 14 11:21:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12786
12787         * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
12788
12789 Tue Jul 12 12:22:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
12790
12791         * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
12792           for size_t definition.
12793         * gdb.c++/templates.cc: Likewise
12794
12795         * config/mt-i386-netware: New file.
12796
12797         * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
12798           defined.
12799
12800         * gdb.base/Makefile.in: Added support for systems that name core
12801           files by appending "core" to the program name.
12802         * gdb.base/a1-selftest.exp: Likewise.
12803
12804 Mon Jul 11 23:59:18 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12805
12806         * gdb.base/return.exp:  Add comment and message for `return double'
12807         test failure on Sparc Solaris.
12808
12809 Mon Jul  4 12:10:48 1994  Stan Shebs  (shebs@andros.cygnus.com)
12810
12811         * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
12812
12813 Wed Jun 29 00:26:17 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12814
12815         * gdb.c++/misc.cc:  Instantiate classes to inhibit the compiler
12816         from optimizing them away.
12817         * gdb.c++/classes.exp, gdb.c++/inherit.exp:  Update ptype expect
12818         patterns to include default constructors and assignment operators,
12819         to match gcc versions beyond 2.5.8. Accept any cplus demangling
12820         character in the output of the virtual base pointer.
12821
12822 Fri Jun 24 08:15:42 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12823
12824         * gdb.c++/cplusfuncs.exp:  Use string_to_regexp and a regular
12825         expression match in print_addr_of to avoid unintented matches.
12826         * gdb.c++/virtfunc.exp:  Accept alternate ptype output of g++
12827         versions up to 2.5.8.
12828
12829 Mon Jun 20 23:54:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12830
12831         * gdb.base/list.exp:  Tweak alternate pattern for listing of an
12832         included file to run under newer versions of expect.
12833         * gdb.c++/demangle.exp:  Add spaces to the expect patterns between
12834         consecutive >'s in templates to accomodate recent cplus-dem.c change.
12835         Remove xfail for the virtual table of BDDHookV.
12836
12837 Sat Jun 18 12:51:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
12838
12839         * lib/gdb.exp (string_to_regexp): Set a default result.
12840         (default_gdb_start): Fix misleading message.
12841
12842 Wed Jun 15 12:10:10 1994  Stan Shebs  (shebs@andros.cygnus.com)
12843
12844         * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
12845         Remove all CC, etc definitions.
12846         * config/mt-hpux: New file.
12847         * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
12848         (CFLAGS, LDFLAGS): Define.
12849         * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
12850
12851         * Makefile.in (site.exp): Don't insert host_os, etc.
12852         (just-check): Just use RUNTEST with RUNTESTFLAGS only.
12853         (distclean): Check existence of subdir.
12854         * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
12855         * gdb.base/Makefile.in: General cleanup and simplification.
12856         Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
12857         to build executables.   Use default rule to build .o files.
12858         (EXPECT, RUNTEST, CC): Fix relative pathname.
12859         (site.exp): Don't insert host_os, etc.
12860         * gdb.base/signals.c (main): Don't call signal unless SIGALRM
12861         and/or SIGUSR1 defined.
12862         * gdb.base/watchpoint.c: Don't include stdio.h a second time.
12863         * gdb.c++/Makefile.in: General cleanup and simplification.
12864         Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
12865         (CFLAGS): Remove.
12866         (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
12867
12868 Fri Jun 10 10:55:09 1994  Jeff Law  (law@snake.cs.utah.edu)
12869
12870         * gdb.base/recurse.exp: Misc changes to get tests running again
12871         after Kung's changes to the watchpoint code.
12872         * gdb.base/watchpoint.exp: Likewise.
12873
12874 Thu Jun  9 15:16:55 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12875
12876         * lib/gdb.exp (string_to_regexp):  Convert {\} also.
12877
12878 Wed Jun  8 12:12:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
12879
12880         * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
12881         * lib/gdb.exp (default_gdb_start): Define.
12882         * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
12883         gdb.base/funcargs.exp, gdb.base/opaque.exp,
12884         gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
12885         gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
12886         gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
12887         Don't call gdb_target_udi in between tests.
12888
12889 Tue Jun  7 08:30:15 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12890
12891         * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
12892         (which was basically just a local version of the same thing).  In
12893         addition to avoiding duplication, gdb_test_exact is faster.
12894         * lib/gdb.exp (gdb_test_exact): Fix typo.
12895
12896         * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
12897         don't give an error.
12898
12899         * gdb.base/term.exp: Call delete_breakpoints before starting.
12900
12901         * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
12902         (t10): Add comment.
12903
12904 Mon Jun  6 18:26:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
12905
12906         Reorganization of the GDB Test Suite.
12907
12908         * gdb.base: New directory, contains all the basic tests.
12909         * gdb.c++: New directory, tests specific to C++.
12910         * gdb.chill: New directory, tests specific to Chill.
12911         * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
12912         gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
12913         gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
12914         gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
12915         into appropriate new directories (t00-t17 to base, t20-t23 to c++,
12916         t30-31 to chill).
12917         * */gdbme.*: Rename to match appropriate expect scripts.
12918         * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
12919         gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
12920         gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
12921         gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
12922         gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
12923         gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
12924         gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
12925         gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
12926         gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
12927         gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
12928         * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
12929         gdb.c++/virtfunc.cc: New names of C++ files.
12930         * gdb.chill/chillvars.ch: New name of Chill file.
12931         * gdb.base/configure.in, gdb.c++/configure.in,
12932         gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
12933         * gdb.base/Makefile.in, gdb.c++/Makefile.in,
12934         gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
12935         * configure.in (configdirs): Update to reflect directory changes.
12936         (target_abbrev): No longer define for any configuration.
12937         * Makefile.in: Cosmetic improvements to header comments.
12938
12939 Fri Jun  3 18:56:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12940
12941         Various changes to gdb.t31:
12942
12943         * Makefile.in (gdbme.o):  Compile with -fspecial_UC.
12944         * gdbme.ch:  Make all key-words and predefineds be upper-case.
12945         * chillvars.exp:  Expect key-words and predefinds in upper-case.
12946
12947         * chillvars.exp:  Use gdb_test_exact many places.
12948         Change expected output for arrays (which now includes index labels).
12949
12950         * pr-5020.exp, gdme.ch (module PR_5020):
12951         New test, for PR-5020.
12952
12953 Thu Jun  2 16:02:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12954
12955         * lib/gdb.exp (string_to_regexp, gdb_test_exact):  New procedures.
12956         * Makefile.in (CHILL_LIB):  Remove bogus redundant definitions.
12957
12958 Sun May 29 22:31:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12959
12960         * Makefile.in:  Fix bit-rot in definitions of CHILL,
12961         CHILL_FOR_TARGET and Chill_LIB.
12962         * gdb.t31/gdbme.ch:  Fix syntax of nested array tuples.
12963         * gdb.t31/Makefile.in:  Add definitions for CHILLFLAGS,
12964         CHILL, and CHILL_LIB.
12965
12966 Sat May 21 10:05:08 1994  Bill Cox  (bill@rtl.cygnus.com)
12967
12968         * Revert the previous changes.  Please see Rob's directory
12969           /lisa/test/rob/progressive/gdb/testsuite for these fixes.
12970
12971 Thu May 19 12:51:00 1994  Bill Cox  (bill@rtl.cygnus.com)
12972
12973         * Makefile.in, configure.in, config/mips-gdb.exp,
12974           config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
12975           config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
12976           config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
12977           gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
12978           gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
12979           gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
12980           gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
12981           gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
12982           gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
12983           gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
12984           gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
12985           gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
12986           gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
12987           gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
12988           gdb.t24/demangle.exp, lib/gdb.exp:  Check in Rob's testing
12989           changes from 94Q1.
12990
12991 Wed May 18 17:04:03 1994  Bill Cox  (bill@rtl.cygnus.com),
12992
12993         * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
12994           config/mt-slite, config/mt-unix, config/mt-vxworks: Add
12995           Rob's new testing fragments.
12996
12997 Tue May 17 15:04:14 1994  Bill Cox  (bill@rtl.cygnus.com)
12998
12999         * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
13000           lib/gdb.exp: Replace error proc calls with perror.
13001
13002 Mon May 16 19:00:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
13003
13004         * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
13005         version also, match on casted version strings, and match on
13006         gdb startup case where the line numbers might be messed up.
13007
13008 Fri May 13 18:00:27 1994  Bill Cox  (bill@rtl.cygnus.com)
13009
13010         * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
13011           (CFLAGS): Delete it from here.
13012
13013 Tue May  3 16:08:09 1994  Kung Hsu  (kung@mexican.cygnus.com)
13014
13015         * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
13016
13017 Fri Apr 29 14:26:35 1994  Stan Shebs  (shebs@andros.cygnus.com)
13018
13019         * Makefile.in (RUNTEST): Default to just "runtest".
13020
13021 Tue Apr 26 22:21:40 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13022
13023         * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
13024         * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
13025         the code has been restructured.
13026
13027 Thu Apr 21 12:48:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13028
13029         * gdb.t00/default.exp (set write): Allow any number of \r and/or
13030         \n, not just one of each.
13031
13032         * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
13033         /bin/cc gives a warning if you do.
13034
13035 Thu Apr 21 11:54:04 1994  Kung Hsu  (kung@mexican.cygnus.com)
13036
13037         * gdb.t24/demangle.exp: change expect pattern of
13038         __t10ListS_link1ZUiRCUiPT0
13039
13040 Wed Apr 13 15:05:00 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13041
13042         * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
13043         on local variables in recursive functions.
13044
13045         * gdb.t07/Makefile.in: Build the new test.
13046
13047 Tue Apr 12 20:45:25 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13048
13049         * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
13050         directly.  Instead compare the return values from actual calls.
13051
13052 Mon Apr 11 10:31:00 1994  Bill Cox  (bill@rtl.cygnus.com)
13053
13054         * Makefile.in (check): Set TCL_LIBRARY for runtest.
13055
13056 Mon Apr 11 09:15:30 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13057
13058         * From Peter Schauer with minor modifications.
13059         * gdb.t15/return.exp (return_tests): Handle targets where "return"
13060         stops in mid-line in the caller.  Add xfail for returning a float
13061         value on X86 targets.
13062
13063 Tue Apr  5 15:16:33 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13064
13065         * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
13066         to avoid expect lossage.
13067         (fmem_LRbug_tests): Likewise.
13068         * gdb.disasm/hppa.s: Corresponding changes.
13069
13070         * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
13071         conditions to work with latest dejagnu/expect.
13072
13073         * gdb.t15/funcargs.exp (finish from indirect call): No longer
13074         expected to fail on the PA.
13075         (backtrace in call with trampolines): Explicitly require main
13076         to be frame #1 (no trampolines should show up in backtrace).
13077
13078         * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
13079         "continue -expect".
13080         * gdb.t06/break.exp: Likewise.
13081         * gdb.t07/watchpoint.exp: Likewise.
13082         * gdb.t13/bitfields.exp: Likewise.
13083         * gdb.t15/{funcargs,return}.exp: Likewise.
13084         * gdb.stabs/weird.exp: Likewise.
13085         * config/{mips,udi}-gdb.exp: Likewise.
13086
13087         * hppa.sed: Enclose comments within a sed command to avoid
13088         losing with the old OSF1 sed.
13089
13090 Wed Mar 30 00:31:49 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13091
13092         * gdb.t02/whatis.exp, gdb.t08/opaque.exp:  Add XFAILs for
13093         sequent dynix.
13094         * gdb.t06/signals.exp:  Add clear_xfail for sequent dynix.
13095         * gdb.t15/funcargs.exp:  Conditionally step again to really
13096         finish from marker_call_with_trampolines. Handle the case where
13097         the first step from within call_with_trampolines already steps
13098         us back to main.
13099         * gdb.t15/gdbme.c:  Add comment to closing brace of
13100         call_with_trampolines for funcargs.exp.
13101
13102 Tue Mar 29 23:55:27 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13103
13104         * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
13105         Fix typo(s).
13106
13107 Sun Mar 27 16:53:14 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13108
13109         * gdb.t07/gdbme.c: More code for watchpoint testing.
13110
13111         * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
13112         "Hardware watchpoint" throughout file.
13113         (test_watchpoint_triggered_in_syscall): New test.
13114         (test_complex_watchpoint): New test.
13115
13116 Fri Mar 25 17:05:31 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13117
13118         * gdbme.c (call_with_trampolines): New function to try and step
13119         into.  Tests trampoline problems on the PA.
13120
13121         * funcargs.exp (localvars_in_indirect_call): No longer expect
13122         stepping into indirect call to fail on PAs.
13123         (test_stepping_over_trampolines): New test.
13124
13125 Wed Mar 23 07:43:33 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13126
13127         * TODO: Add suggestions for static member function tests, and
13128         completion tests.
13129
13130 Wed Mar 16 08:28:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13131
13132         * TODO: Add suggestions for "p/a" tests.
13133
13134         * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
13135         (default_gdb_exit): Replace all the hair with sending "quit" to
13136         the process with a simple close.
13137
13138 Tue Mar 15 08:45:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13139
13140         * TODO: Add suggestions for shared library tests.
13141
13142 Sun Mar 13 10:45:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13143
13144         * TODO: Add suggestions for x/s tests.
13145
13146 Fri Mar 11 08:22:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13147
13148         * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
13149         "enable once", and "enable breakpoints once" with ".*".
13150
13151 Thu Mar 10 08:34:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13152
13153         * TODO: Add suggestions about structure passing tests.
13154
13155 Mon Mar  7 13:45:54 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13156
13157         * gdb.t03/gdbme.c:  gcc version 1 puts out the wrong stabs for
13158         the primary1 test, use work around if __GNUC__ < 2.
13159         * gdb.t06/signals.c:  Add comments for signals.exp pattern matching.
13160         * gdb.t06/signals.exp:  Add XFAILs for i386 bsd and vax ultrix.
13161         Test for bad output rather than waiting for timeout.  Issue
13162         second continue only if first continue failed.
13163
13164 Wed Mar  2 10:08:01 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
13165
13166         * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
13167         operator[] test with gdb_test because the old code didn't seem to
13168         be getting the quoting right with the new dejagnu.
13169
13170 Thu Feb 24 19:49:25 1994  Rob Savoye  (rob@poseidon.cygnus.com)
13171
13172         * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
13173         one from the path.
13174         * Makefile.in: Use a fresh expect if there is one, use runtest
13175         from the src tree if there is one.
13176
13177 Thu Feb 24 18:49:37 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
13178
13179         * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
13180         next over recursive call.  Revise the tests from that point on
13181         (which had been skipped) to match GDB's actual (correct) output.
13182
13183         * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
13184         with next over a breakpoint whose condition is false.
13185
13186         * gdb.t00/help.exp: Comment out "help set print" tests just like
13187         (and for same reason as) "help set" test.
13188
13189 Mon Feb 14 09:58:23 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13190
13191         * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
13192         * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
13193
13194 Sun Feb  6 15:36:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13195
13196         * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
13197         necessary gdb_target_udi.
13198
13199         * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
13200
13201         * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
13202         1838 and 2417; they are fixed.
13203
13204         * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
13205         gdb.t03/ptype.exp (ptype structure, ptype union):
13206         Remove xfails; the test is looser than when the xfails were added.
13207
13208         * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
13209         * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
13210
13211         * gdb.t01/run.exp: Only run shell test if isnative.
13212
13213         * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
13214         since "run" automatically loads if necessary.  Call gdb_target_udi
13215         after the "file" since "file" kills any execution target.
13216
13217         * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
13218         GDB.  GDB doesn't work that way (not anymore at least) on UDI.
13219         * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
13220         argument for UDI.
13221
13222 Fri Feb  4 12:19:32 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
13223
13224         * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
13225
13226         * gdb.t17/callfuncs.exp: Add xfails for rs6000.
13227
13228 Sat Feb  5 09:11:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13229
13230         * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
13231         properly quoting regexps.  This makes the second argument to
13232         demangle a fixed string, which matches the callers, instead of a
13233         shell-style pattern which is what the previous implementation
13234         used.  Update some of the callers.
13235
13236 Sat Feb  5 10:19:09 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13237
13238         * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
13239         (comib_nullified_tests): Fix typo.
13240         * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
13241         strings.  No longer expected to fail.
13242
13243         * gdb.disasm/hppa.s (addib_tests): Fix typo.
13244         * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
13245         strings.  No longer expected to fail.
13246
13247         * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
13248         string.  No longer expected to fail.
13249
13250 Fri Feb  4 23:45:11 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13251
13252         * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
13253         No longer expected to fail.
13254
13255         * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
13256         string.  No longer expected to fail.
13257
13258 Fri Feb  4 10:35:42 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13259
13260         * gdb.t24/demangle.exp: Remove a bunch more tests which differ
13261         only in the names (I probably got most of them).  I was even
13262         generous with some which differed in underscores in names, and
13263         probably missed a few, and I *still* was able to remove almost a
13264         third of the file with almost no impact on testsuite coverage.
13265
13266 Thu Feb  3 12:04:49 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13267
13268         * gdb.t00/default.exp: Match udi_attach error message as well as
13269         the one from child_attach.
13270
13271         * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
13272
13273         * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
13274
13275         * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
13276         * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
13277
13278         * Move test with enums and partial symbols back to
13279         gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
13280         Reverts the change of 26 May 93.  Per today's change to
13281         stabs.texinfo, the behavior that weird.exp was expecting was
13282         unreasonable; what is important is that the compiler+gdb get
13283         things right, which happens with a recent gcc.  Also fix the test
13284         to deal with native compilers which put out the stab gdb can't
13285         deal with.
13286
13287 Mon Jan 31 15:40:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13288
13289         * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
13290         in the names.  The main thing these accomplish is to slow things down.
13291         Many more such duplicates surely remain.
13292
13293         * gdb.t00/help.exp: Comment out "help support" test just like
13294         (and for same reason as) "help set" test.
13295
13296 Mon Jan 31 06:43:45 1994  Fred Fish  (fnf@cygnus.com)
13297
13298         * gdb.t06/break.exp:  Remove setup_xfails for
13299         sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
13300         * gdb.t20/inherit.exp (test_ptype_si):  Update warning message
13301         about known bug in gcc to include up through 2.5.8.
13302         * gdb.t20/inherit.exp (test_ptype_vi):  Accept "_vb." as well as
13303         well as "_vb$".
13304         * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
13305         Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
13306         with latest gcc and gdb.
13307         * gdb.t22/virtfunc.exp (test_ptype_of_classes):  Accept "_vb." as
13308         well as "_vb$".
13309
13310 Sat Jan 29 23:31:26 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13311
13312         * configure.in (hppa*-*-*): Also configure and build stabs-only
13313         tests.
13314
13315 Thu Jan 27 08:21:16 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13316
13317         * gdb.t10/hppa.mt: A makefile fragment for the PA.
13318         * gdb.t10/configure.in (hppa*-*-*): Use it.
13319
13320 Tue Jan 25 12:58:26 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13321
13322         * gdb.t09/corefile:  Increase timeout when spawning gdb explicitly.
13323
13324 Wed Jan 19 12:40:25 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13325
13326         * gdb.t06/signals.exp:  Handle blocked SIGTRAP on sun3 for bash
13327         versions prior to 1.13.5.
13328
13329 Tue Jan 18 20:10:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13330
13331         * gdb.t00/default.exp (show prompt): In FAIL case, only match if
13332         the prompt is at the start of a line.
13333
13334 Mon Jan 17 20:07:51 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13335
13336         * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
13337         Enable "diag" instruction.  Delete copr from fpu_misc_tests, it's
13338         in the copr tests now.
13339         * gdb.disasm/hppa.exp: Run new sfu and copr tests.  Do not expect
13340         copr in the fpu_misc tests anymore.  fpu_misc tests are no longer
13341         expected to fail.
13342
13343 Fri Jan 14 14:24:21 1994  Rob Savoye  (rob@darkstar.cygnus.com)
13344
13345         * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
13346         gdb.t31/chillvars.exp, lib/gdb.exp:
13347         Tweak to run under either version of expect.
13348         * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
13349         * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
13350         * gdb.t11/list.exp: Remove extraneous whitespace.
13351
13352 Sat Jan 15 09:57:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13353
13354         * gdb.t16/printcmds.exp (test_print_strings): Accept
13355         "(unsigned char *) " before the string.
13356
13357         * TODO: Add notes about printing of fancy types and GDB expressions.
13358
13359 Thu Jan 13 17:16:09 1994  Stan Shebs  (shebs@andros.cygnus.com)
13360
13361         * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
13362         * gdb.t06/configure.in: Don't try to compile signals test program
13363         if doing mips-idt-ecoff.
13364
13365 Thu Jan 13 08:25:55 1994  Rob Savoye  (rob@darkstar.cygnus.com)
13366
13367         * Most .exp files: Tweak to run under either version of expect.
13368
13369 Tue Jan 11 15:21:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13370
13371         * gdb.t12/scope.exp: Add xfails for rs6000.  Remove 1806 from existing
13372         xfails; I'm not sure why they are failing, but not because of PR 1806.
13373
13374 Mon Jan 10 22:14:20 1994  Rob Savoye  (rob@darkstar.cygnus.com)
13375
13376         * config/unix-gdb.exp: Remove gdb_unload cause it's already
13377         defined in lib/gdb.exp.
13378
13379 Fri Jan  7 12:42:45 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13380
13381         * gdb.t07/watchpoint.exp:  Clear xfail for calling function with
13382         watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
13383         * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc:  Conversion operator functions
13384         have to be typeless.
13385
13386 Tue Jan  4 09:32:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13387
13388         * TODO: Add suggestion for copyright year test.
13389
13390 Mon Jan  3 11:35:26 1994  Stan Shebs  (shebs@andros.cygnus.com)
13391
13392         * configure.in (*-*-lynxos*): Add stabs tests.
13393
13394 Wed Dec  1 21:54:05 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
13395
13396         * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
13397         so insert a tab before any assembler directive in column zero.
13398
13399         * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
13400         stores.
13401         * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
13402         stores.
13403         (fpu_short_memory_tests): Likewise.
13404
13405 Mon Nov 22 13:23:22 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13406
13407         * gdb.stabs/ecoff.mt:  Delete alpha specific if block, fix typo.
13408         * gdb.stabs/ecoff.sed:  Escape inserted blanks with backslashes, embed
13409         .stabs directives in comments.
13410
13411 Fri Nov 19 14:09:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13412
13413         * TODO: New file, describing tests we could write.
13414         * gdb.t09/corefile.exp: Move description of tests to write to TODO.
13415
13416 Tue Nov 16 21:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13417
13418         * gdb.t06/signals.exp: Add kludge to force re-sync.
13419
13420         * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
13421         to xgdb instead of gdb, get out of gdb.
13422
13423 Tue Nov 16 10:21:57 1993  Rob Savoye  (rob@cygnus.com)
13424
13425         * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
13426         for info.
13427
13428 Sat Nov 13 23:17:48 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
13429
13430         * gdb.stabs/hppa.mt: A makefile fragment for the PA.
13431         * gdb.stabs/configure.in (hppa*-*-*): Use it.
13432         * gdb.stabs/hppa.sed: New sed script for the PA.
13433
13434 Sat Nov 13 22:50:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13435
13436         * gdb.stabs: Re-write weird.def and configuration to use sed
13437         instead of cpp.  sed is portable and POSIX; cpp is neither.
13438
13439 Fri Nov 12 15:26:36 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13440
13441         * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
13442
13443 Mon Nov  8 16:55:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13444
13445         * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
13446
13447 Thu Nov  4 23:07:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13448
13449         * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
13450         "_vb$".
13451         * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
13452         * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
13453
13454 Wed Nov  3 13:53:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13455
13456         * lib/gdb.exp: Comment out code which depends on non-existent
13457         `transform' procedure.
13458
13459 Wed Nov  3 11:23:11 1993  Rob Savoye  (rob@darkstar.cygnus.com)
13460
13461         * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
13462         * lib/gdb.exp: Transform tool name.
13463         * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
13464         1.1's new error handling system.
13465
13466 Mon Nov  1 10:36:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13467
13468         * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
13469
13470 Fri Oct 29 17:58:14 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13471
13472         * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
13473         They made pattern matching so slow that timeouts happened on
13474         heavily loaded systems.  Now any output from "show print" which
13475         gets us back to the GDB prompt is a PASS.
13476
13477 Mon Oct 25 14:36:50 1993  Stu Grossman  (grossman at cygnus.com)
13478
13479         * gdb.disasm/hppa.mt:  Use $(srcdir) in hppa.o make rule.
13480
13481 Mon Oct 25 13:35:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13482
13483         * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
13484
13485         * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
13486         It is not from PR 3220.
13487
13488 Sun Oct 24 18:49:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13489
13490         * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
13491         just started failing because they depended on the order the
13492         subcommands are presented, or exact docstring text.  This kind of
13493         test is a pain and has minimal benefit.
13494
13495 Thu Oct 21 08:26:48 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13496
13497         * gdb.t09/corefile.exp: At end of test, use "core" command with
13498         no arguments.
13499
13500 Wed Oct 20 08:56:02 1993  Stu Grossman  (grossman at cygnus.com)
13501
13502         * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
13503         17}/Makefile.in:  Make it possible to run the testsuite with Sun
13504         make and CC = cross gcc by adding explicit build rules for .o
13505         files.
13506
13507 Tue Oct 19 14:57:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13508
13509         * gdb.t15/funcargs.exp: Don't put comments on same line as
13510         setup_xfail (@#$*%& tcl braindamage!).
13511
13512 Mon Oct 18 21:50:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13513
13514         * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
13515
13516 Fri Oct 15 15:39:54 1993  Kung Hsu  (kung@cirdan.cygnus.com)
13517
13518         * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
13519         * gdb.t20/inherit.exp: remove three dumplicate entries.
13520
13521 Fri Oct 15 13:45:25 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13522
13523         * gdb.t06/break.exp: For "next over recursive call", fail on any
13524         incorrect output, not just on "factorial (value=2)".
13525
13526 Fri Oct 15 11:52:56 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13527
13528         * gdb.t12/scope.exp:  Remove xfails, filename::var syntax should be
13529         working now. Add an xfail if accesing a bss variable causes
13530         a memory error if the target is not yet run.
13531
13532 Thu Oct 14 19:16:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13533
13534         * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
13535         constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
13536         name of __st* demangling (2 strings).  Did Kung really get the
13537         more than 95 others right without testing them?
13538
13539 Thu Oct 14 16:27:08 1993  Kung Hsu  (kung@cirdan.cygnus.com)
13540
13541         * gdb.t24/demangle.exp: clean up XFAILS, more than 100
13542
13543 Thu Oct 14 11:40:30 1993  Jeffrey Law  (law@cs.uah.edu)
13544
13545         * configure.in (configdirs): Add gdb.disasm
13546         * gdb.disasm: New directory for GDB disassembler tests.
13547         * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
13548
13549 Thu Oct 14 11:40:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13550
13551         * gdb.t00/help.exp: Don't test "help set".
13552
13553         * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
13554         from within expect statements.  None of these happen anymore and
13555         they cause regressions to be silently unnoticed.
13556
13557         * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
13558         messages) about known failures with gcc cygnus-2.4.5-930417.
13559
13560         * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
13561         comp-info.exp so it gets built if it doesn't exist.
13562
13563         * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
13564         it is no longer used.
13565         * gdb.t13/comp-info.c: Removed.
13566
13567 Wed Oct 13 22:54:06 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
13568
13569         * gdb.t06/signals.exp: Add xfail for sun3.
13570
13571 Thu Oct  7 12:01:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13572
13573         * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
13574         relevant because ^C doesn't get sent but failure can be reproduced
13575         interactively).
13576
13577 Tue Oct  5 10:43:11 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13578
13579         * gdb.stabs/alpha.mt:  New configuration file for alpha.
13580         * gdb.stabs/configure.in:  Use it.
13581         * gdb.stabs/ecoff.mt, weird-ecoff.sed:  Change sed script to enable
13582         sharing with alpha.mt, redefine long to word via preprocessor.
13583         * gdb.stabs/weird.def:  Conditionally adapt storage layout of v_comb
13584         for alpha.
13585         * gdb.stabs/weird.exp:  Handle compilation of weird.s by alpha
13586         native cc.
13587         * gdb.t00/teststrategy.exp:  Change expect string so that we
13588         consume the `(xgdb)' from the command echo and from the gdb prompt.
13589         * gdb.t05/expr.exp:  xfail "print unsigned int == (~0)" on the alpha.
13590         gdb currently compares all values as long, so this failure probably
13591         applies to any configuration where LONGEST is bigger than a target int.
13592         * gdb.t08/comp-info.c:  New file to determine if gdbme is compiled
13593         with gcc.
13594         * gdb.t08/Makefile.in, opaque.exp:  Use it. Alpha native cc is unable
13595         to handle opaque pointers, gcc is.
13596         * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc:  operator new takes a size_t
13597         as first argument. Include <sys/types.h> and change all operator
13598         new definitions to use size_t.
13599         * gdb.t21/cplusfuncs.exp:  Handle changes in output for operator new
13600         now that we use size_t.
13601
13602 Wed Sep 29 00:55:49 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13603
13604         * gdb.t03/ptype.exp, gdb.t15/printcmds.exp:  When constructing
13605         a long or float array cast all array members to the same type.
13606         * gdb.t04/setvar.exp:  Handle the decimal output of an unsigned long
13607         with 64 bit longs.
13608         * gdb.t07/watchpoint.exp:  Add finish and until variations encountered
13609         on alpha.
13610         * gdb.t08/opaque.exp, gdb.t17/interrupt.exp:  Add xfails for alpha.
13611
13612 Tue Sep 28 17:26:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13613
13614         * gdb.t24 (demangle.exp): Constructors of templates have names like
13615         vector<int>::vector(int) not vector<int>::vector<int>(int).  See
13616         section 14.6 of the ARM.
13617
13618         * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
13619         "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
13620         accomplish little and slow down the testsuite.
13621
13622         * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
13623         Accept spaces various places.
13624
13625 Tue Sep 21 17:28:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13626
13627         * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
13628         with watchpoint enabled.
13629
13630         * Makefile.in: Remove definition of CC and remove the second
13631         definition of CXX (the "CXX = gcc" one remains).  These definitions
13632         were causing backquotes to be expanded within backquotes, which
13633         doesn't work.
13634
13635 Sat Sep 18 09:43:21 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
13636
13637         * gdb.t17/callfuncs.exp: Add "return 0" to end.
13638
13639 Fri Sep 17 04:41:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13640
13641         * gdb.stabs/ecoff.mt:  Remove STABSCC hack.
13642         * gdb.stabs/weird.exp:  Handle the case where weird.o is compiled
13643         by mips cc and contains no stabs entries.
13644
13645 Thu Sep 16 17:22:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
13646
13647         * config/vx-gdb.exp: Use fake device to load files rather than
13648         NFS.
13649         * lib/gdb.exp: New proc to do "file" command.
13650         * config/unix-gdb.exp: Use new "file" proc.
13651
13652 Thu Sep 16 13:45:44 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13653
13654         * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
13655         Rework board rebooting slightly.
13656         (gdb_exit): Don't exit from the remote shell; there isn't one.
13657         * gdb.stabs/weird.exp: If a program is being debugged already,
13658         kill it.
13659         * gdb.t04/setvar.exp: Stop and restart gdb.
13660         * gdb.t05/expr.exp: Likewise.
13661         * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
13662         restart gdb and reload the program.
13663         * gdb.t08/opaque.exp: Likewise.
13664         * gdb.t12/scope.exp: Likewise.
13665         * gdb.t13/bitfields.exp: Likewise.
13666         * gdb.t15/funcargs.exp: Likewise.
13667         * gdb.t20/classes.exp: Likewise.
13668         * gdb.t03/ptype.exp: Increase timeout.
13669         * gdb.t16/printcmds.exp (test_print_string_constants,
13670         test_print_array_constants): Likewise.
13671         * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
13672         * gdb.t20/classes.exp (do_tests): Likewise.
13673         * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
13674
13675 Wed Sep 15 14:24:36 1993  Ian Lance Taylor  (ian@cygnus.com)
13676
13677         * gdb.stabs: Renamed *wierd* to *weird*.
13678
13679 Wed Sep 15 10:36:50 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
13680
13681         * gdb.t13/bitfields.exp: Test for bad output rather than waiting
13682         for timeout.  Add "known gcc 2.4.5 bug" to failure message.
13683
13684 Tue Sep 14 17:16:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
13685
13686         * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
13687         (do_tests): Remove xfail for whatis on one_var and two_var.
13688
13689 Wed Sep  8 23:14:23 1993  Rob Savoye  (rob@darkstar.cygnus.com)
13690
13691         * Makefile.in: Made cross building work better by adding
13692         {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
13693
13694 Tue Sep  7 14:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13695
13696         * gdb.t15/{return.c,return.exp,Makefile.in}:
13697         New test, currently commented out.
13698
13699 Tue Aug 31 16:51:29 1993  Rob Savoye  (rob@darkstar.cygnus.com)
13700
13701         * config/udi-gdb.exp: gdb_exit now kills any isstip processes
13702         still running and removes the leftover named socket so GDb can do
13703         clean restarts.
13704
13705 Mon Aug 30 17:55:16 1993  Rob Savoye  (rob@darkstar.cygnus.com)
13706
13707         * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
13708         console, not GDB.
13709         * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
13710         cross testing works better with "make check"
13711         * config/unix-gdb: Use default procedures for exit and version.
13712         * config/vx-gdb.exp: Cleaned up and massaged back to working order
13713         with the newest VxWorks.
13714
13715 Thu Aug 26 17:50:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13716
13717         * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
13718         old form.
13719
13720         * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
13721         name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
13722
13723         * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
13724
13725         * config/unix-gdb.exp: Remove this version of gdb_exit
13726         * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
13727         Rob says he'll look at it when he gets back to testing boards.
13728
13729 Thu Aug 26 07:20:00 1993  Fred Fish  (fnf@deneb.cygnus.com)
13730
13731         * gdb.t22/virtfunc.exp:  Accept missing struct/class names as
13732         an expected fail for certain ptype commands.
13733
13734         * gdb.t20/classes.exp:  Update expected results of "ptype class
13735         Base1" to account for the constructor that now appears in the type.
13736
13737 Wed Aug 25 16:48:05 1993  Fred Fish  (fnf@deneb.cygnus.com)
13738
13739         * configure.in (configdirs):  Restore gdb.t04, which mysteriously
13740         disappeared from list.
13741         * config/{udi-gdb.exp, gdb-unix.exp}:  Replace calls to obsolete
13742         "alldone" proc with call to cleanup and exit.
13743         * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
13744         gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
13745         gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
13746         gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
13747         gdb.t12/scope.exp, gdb.t13/bitfields.exp}:  Replace calls to
13748         "alldone" proc with simple returns that suppress remaining
13749         tests.  The alldone proc went away many months ago.
13750
13751 Tue Aug 24 11:04:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13752
13753         * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
13754
13755         * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
13756
13757 Thu Aug 19 22:08:41 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13758
13759         * gdb.t15/funcargs.exp:  Allow arguments for main in backtraces
13760         as vax gdb will display them.
13761
13762 Thu Aug 19 18:18:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13763
13764         * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
13765         optimizers.
13766
13767         * scope.exp: Change "bad value for localval" messages so each one
13768         is unique.
13769
13770         * config/unix-gdb.exp (gdb_exit): Move info on this vs.
13771         lib/gdb.exp (gdb_exit) from ChangeLog to comments.
13772
13773         * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
13774
13775 Tue Aug 17 00:05:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13776
13777         * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
13778         doesn't exist (due to optimization).
13779
13780 Mon Aug 16 21:05:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13781
13782         * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
13783         contains \r because the filename is long.
13784
13785         * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
13786         'continue'" bug, and change xfail back to i*86-univel-sysv4*.
13787
13788 Mon Aug 16 03:05:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13789
13790         * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
13791         gdb.t08/opaque.exp, gdb.t17/interrupt.exp:  Update for vax running
13792         Ultrix.
13793         * gdb.t02/whatis.exp:  Use procedure to setup xfails on long versus
13794         int tests.
13795         * gdb.t08/opaque.exp:  Use procedure to setup xfails for opaque tests.
13796
13797 Thu Aug 12 15:24:28 1993  Fred Fish  (fnf@deneb.cygnus.com)
13798
13799         * Makefile.in (distclean):  Remove *.log *.plog *.sum *.psum site.*.
13800
13801         * gdb.t17/interrupt.exp:  Fix 'missing Continuing' case so pattern
13802         to match does not match the passing case but still matches the
13803         failing case.
13804
13805 Thu Aug 12 16:58:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13806
13807         * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
13808
13809 Wed Aug 11 19:47:27 1993  John Gilmore  (gnu@rtl.cygnus.com)
13810
13811         * lib/gdb.exp (gdb_exit):  Move the best version of gdb_exit
13812         to here.  Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
13813         * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
13814         Remove various versions of gdb_exit.
13815         * config/vx-gdb.exp:  Remove quit_vxgdb, change a caller to call
13816         gdb_exit.
13817         * config/unix-gdb.exp:  gdb_exit remains here, and should override
13818         the generic version, since it's doing a lot of wierd stuff that
13819         the other versions aren't.  FIXME, fold it in, or abandon this
13820         version.
13821
13822 Wed Aug 11 12:09:32 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13823
13824         * gdb.t24/demangle.exp: Add tests for PR 3220.
13825
13826 Tue Aug 10 15:49:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13827
13828         * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
13829
13830 Tue Aug 10 15:45:25 1993  Fred Fish  (fnf@deneb.cygnus.com)
13831
13832         * gdb.t07/watchpoint.exp:  Clear xfail with "i*86-*-*", not just
13833         "i386-*-*".  Works for i486 as well.
13834
13835         * gdb.t06/signals.exp:  Rework code that recognizes known SVR4
13836         bug, and expand domain of xfail to all SVR4 systems, since the
13837         actual problem is likely to be in generic SVR4 /proc support.
13838
13839 Tue Aug 10 15:49:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13840
13841         * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
13842
13843 Tue Aug 10 09:56:56 1993  Fred Fish  (fnf@deneb.cygnus.com)
13844
13845         * gdb.t17/interrupt.exp:  Set up xfail for *-*-sysv4*, in chain of
13846         xfails for other systems.  Match a missing 'Continuing.' as an
13847         explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
13848
13849         * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
13850         gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
13851         Only issue warning for missing executables if -all option is used.
13852
13853         * gdb.stabs/wierd.exp:  Only issue warning for missing wierd.o
13854         file if -all option is used.  It's like an unpredictable XFAIL.
13855
13856 Mon Aug  9 10:13:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13857
13858         * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
13859         for dynamically linked binaries.
13860
13861         * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
13862
13863 Sun Aug  8 14:21:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13864
13865         * gdb.t20/inherit.exp: Change message for "print tagless struct"
13866         to state that this is a known bug in old versions of g++.
13867
13868 Fri Aug  6 21:40:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13869
13870         * gdb.t17/interrupt.exp:  Add xfail for 386 bsd. Accept echoed newline
13871         while waiting for `Continuing'.
13872
13873 Fri Aug  6 13:38:08 1993  Fred Fish  (fnf@deneb.cygnus.com)
13874
13875         * gdb.t10/nodebug.exp:  Expect to find local/global minimal symbols
13876         in text, data, and bss.
13877         * gdb.t10/nodebug.c:  Add local and global test variables for
13878         initialized and uninitialized data.
13879
13880 Thu Aug  5 12:18:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13881
13882         * config/unix-gdb.exp (gdb_exit): Add "wait".
13883
13884 Thu Aug  5 18:14:06 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13885
13886         * gdb.t06/signals.exp:  xfail the continue from the handler for all
13887         targets.
13888
13889         * gdb.t07/watchpoint.exp:  clear_xfail for i386 when calling a
13890         function with watchpoints enabled, the i386 call dummy starts with
13891         a call.
13892
13893         * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in:  Handle the way
13894         386 bsd names its corefiles.
13895
13896 Wed Aug  4 08:53:41 1993  Fred Fish  (fnf@cygnus.com)
13897
13898         * gdb.t10/Makefile.in (nodebug.o):  Don't use "-c -o", many
13899         compilers don't grok it.
13900         * gdb.t16/gdbme.c (ctable1):  Initialize unsigned char array
13901         with small octal ints rather than character constants, which
13902         are signed and might not fit if first promoted to int.
13903
13904 Tue Aug  3 18:28:25 1993  Fred Fish  (fnf@cygnus.com)
13905
13906         * gdb.t09/Makefile.in (clean):  Remove corefile.
13907
13908 Mon Aug  2 12:47:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13909
13910         * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
13911
13912 Mon Aug  2 12:30:14 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13913                           and Jim Kingdon (kingdon@cygnus.com)
13914
13915         * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
13916         NO_SINGLE_STEP machines.  Fix comment about its cause.  Uncomment
13917         the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
13918
13919 Fri Jul 30 19:46:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13920
13921         * gdb.t17/interrupt.exp: Add xfail for hppa.
13922
13923 Fri Jul 30 12:54:11 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13924
13925         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
13926         gdb.t09/corefile.exp:  Cleanup xfails for fixed mips bugs.
13927         * gdb.t13/bitfields.exp, gdbme.c:  Examine a variable in the inferior
13928         to determine signed-ness of bitfields and use the result to setup
13929         the xfail.
13930         * gdb.t15/gdbme.c:  Add comments to the two indirect call0a lines.
13931         * gdb.t15/funcargs.exp:  Use them to step until the second indirect
13932         call line is reached if necessary.
13933
13934 Thu Jul 29 20:33:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13935
13936         * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
13937
13938 Mon Jul 26 00:15:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13939
13940         * gdb.t06/break.exp: Also test `clear' command.
13941
13942 Wed Jul 21 18:03:38 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
13943
13944         * gdb.t00/teststrategy.exp: Remove extra quote.
13945
13946         * gdb.t07/watchpoint.exp: Change xfail for calling function with
13947         watchpoint enabled to be for all non-68k machines.
13948
13949         * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
13950
13951 Mon Jul 19 23:59:26 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13952
13953         * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
13954         targets use aout.mt instead of ecoff.mt as gas understands
13955         standard aout format.
13956
13957 Mon Jul 19 18:14:06 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
13958
13959         * lib/gdb.exp (runto): Don't insist that function we are running to
13960         was compiled with -g.
13961
13962         * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
13963
13964         * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
13965         to get back into the read system call.
13966         Accept leading newline in case where we woke it up.
13967
13968 Sun Jul 18 08:40:45 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13969
13970         * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}:  New files
13971         to make the stabs test work on ecoff systems using gcc and -with-stabs.
13972         * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}:  Modify to
13973         enable ecoff configuration.
13974
13975 Thu Jul 15 11:54:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13976
13977         * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
13978
13979 Wed Jul 14 09:36:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13980
13981         * gdb.t16/printcmds.exp: Add another printf test.
13982
13983 Wed Jul 14 15:37:13 1993  Ian Lance Taylor  (ian@cygnus.com)
13984
13985         * configure.in: If configured -with-stabs on any target, add
13986         stabsdirs to configdirs.
13987
13988 Wed Jul 14 09:36:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13989
13990         * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
13991         fun" so pattern does not match the command itself.
13992
13993 Mon Jul 12 11:22:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13994
13995         * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
13996
13997 Sun Jul 11 12:03:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13998
13999         * gdb.t17/interrupt.exp: Test for more things.
14000
14001 Fri Jul  9 14:11:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14002
14003         * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
14004         compiler arranges the code and line numbers.
14005
14006         * gdb.t17/interrupt.exp: Don't send \n after ^C.
14007
14008 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14009
14010         * gdb.t00/help.exp:  Increase expect input buffer size.
14011
14012 Thu Jul  8 14:26:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14013
14014         * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
14015
14016         * gdb.t07/watchpoint.exp: Add xfail for hppa.
14017
14018         * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
14019
14020         * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
14021         [0-9]*, not just [0-9].
14022
14023 Wed Jul  7 17:52:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14024
14025         * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
14026
14027         * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
14028
14029 Tue Jul  6 13:54:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14030
14031         * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
14032
14033 Mon Jul  5 22:03:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14034
14035         * gdb.t06/signals.c: Add xfails for sun3.
14036
14037         * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
14038
14039         * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597.  Also add
14040         test_stepping tests.
14041
14042 Fri Jul  2 09:08:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14043
14044         * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
14045
14046         * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
14047
14048         * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
14049         rather than actually putting it through cpp twice.
14050
14051         * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
14052
14053 Fri Jul  2 10:48:03 1993  Ian Lance Taylor  (ian@cygnus.com)
14054
14055         * config/mips-gdb.exp (gdb_exit): Removed close statement which is
14056         no longer needed.
14057
14058 Fri Jul  2 09:08:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14059
14060         * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
14061
14062         * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
14063         C++ features prints as "struct", make it a pass, not an xfail.
14064
14065 Thu Jul  1 22:03:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14066
14067         * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
14068         Don't require VA to print as "class" rather than "struct".
14069
14070 Thu Jul  1 18:27:40 1993  Jim Kingdon  (kingdon@cygnus.com)
14071
14072         * gdb.t06/twice.exp: Don't care about the file name GDB prints.
14073
14074 Wed Jun 30 18:01:00 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14075
14076         * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
14077
14078 Tue Jun 29 13:15:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14079
14080         * gdb.t12/scope.exp:  Remove xfail for parameter printing in wrong
14081         order.
14082
14083 Tue Jun 29 09:22:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14084
14085         * gdb.t16/printcmds.exp: Add printf tests.
14086
14087         * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
14088
14089         * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
14090
14091 Mon Jun 28 11:25:59 1993  Fred Fish  (fnf@cygnus.com)
14092
14093         * gdb.t20/classes.exp:  Add clear_xfail's before printing summary
14094         pass counts, to counteract any existing or future setup_xfails.
14095
14096 Mon Jun 28 09:15:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14097
14098         * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
14099         {BEGIN,END}_COMMON for common block instead of STAB.
14100         * gdb.stabs/wierd.exp: Add xfail for rs6000.
14101
14102         * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
14103         intp_var should be N_GSYM not N_LSYM.
14104         wierd-aout.S: Use a label for the value of the N_SO.
14105         wierd.def: Remove all backslashes.
14106         wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
14107
14108 Mon Jun 28 07:21:51 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14109
14110         * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
14111         get the expected next to inheritance3.
14112
14113 Sun Jun 27 12:29:53 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14114
14115         * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
14116         now that gcc-2.4 gets it right.
14117
14118 Fri Jun 25 12:00:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14119
14120         * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
14121
14122         * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
14123         generating comp-info.exp which works for cross-compilation.
14124
14125 Thu Jun 24 16:55:05 1993  Fred Fish  (fnf@cygnus.com)
14126
14127         * gdb.t11/list.exp:  For SVR4 xfails, match "*-*-sysv4*", not
14128         "*-*-sysv4.*".
14129
14130 Tue Jun 22 21:17:26 1993  Fred Fish  (fnf@cygnus.com)
14131
14132         * gdb.t01/run.exp:  Start with a fresh gdb.
14133         * gdb.t11/list.exp:  For SVR4 xfails, match on all versions of
14134         SVR4.x.
14135
14136 Mon Jun 21 15:23:22 1993  Fred Fish  (fnf@cygnus.com)
14137
14138         * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
14139         gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
14140         gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
14141         Makefile.in (distclean, realclean):  Remove gdbme.c from list of
14142         things to remove.
14143
14144 Sat Jun 19 07:49:10 1993  Fred Fish  (fnf@cygnus.com)
14145
14146         * gdb.t24/demangle.exp (test_gnu_style_demangling):  Add some new
14147         test cases from bug reports.
14148
14149 Fri Jun 18 10:38:49 1993  Fred Fish  (fnf@cygnus.com)
14150
14151         * gdb.t06/break.exp:  Add xfails for sparc-sun-solaris2.*.
14152         * gdb.t12/scope.exp:  Add clear_xfails at appropriate places to
14153           avoid spurious xfails.
14154         * gdb.t20/classes.exp:  Add xfails for longstanding C++ problems.
14155         * gdb.t21/cplusfuncs.exp:  Add xfails for sparc-sun-solaris2.*.
14156         * gdb.t22/virtfunc.exp:  Add xfails for longstanding C++ problems.
14157
14158 Wed Jun 16 10:11:57 1993  Fred Fish  (fnf@cygnus.com)
14159
14160         * gdb.t00/teststrategy.exp:  Rework to provide more useful
14161         description of each test, fix problem with systems that define
14162         ALIGN_STACK_ON_STARTUP code, other misc cleanups.
14163         * gdb.t06/break.exp (test_next_with_recursion):  Fix expected
14164         results for "next over recursive call" so timeouts aren't taken
14165         by error.
14166
14167 Mon Jun 14 09:09:04 1993  Jim Kingdon  (kingdon@cygnus.com)
14168
14169         * gdb.t12/scope.exp: Test printing of variables before run.
14170
14171         * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
14172         printed in wrong order due to sorting.
14173
14174 Sat Jun 12 15:03:58 1993  Fred Fish  (fnf@cygnus.com)
14175
14176         * gdb.t00/teststrategy.exp:  Fix expected results for printing
14177         user entered string constant.  Is array of char, prints with no
14178         address.
14179
14180         * gdb.t00/{default.exp, help.exp}:  Account for changes to radix
14181         commands.
14182         * gdb.t16/gdbme.c:  Add and use struct containing arrays of char.
14183         * gdb.t16/printcmds.exp:  Fix all lines that match "unsigned char *".
14184         * gdb.t16/printcmds.exp (test_print_char_arrays):  Test printing
14185         of struct of char arrays.
14186         * gdb.t00/radix.exp:  New tests for radix commands.
14187
14188 Fri Jun 11 13:12:27 1993  Jim Kingdon  (kingdon@cygnus.com)
14189
14190         * gdb.t16/printcmd.exp: Print a variable before running program
14191         (with xfail for AIX).
14192
14193 Thu Jun 10 11:04:04 1993  Jim Kingdon  (kingdon@cygnus.com)
14194
14195         * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
14196
14197         * gdb.t16/printcmd.exp: Don't print variables before running program.
14198
14199         * gdb.t06/break.exp: Don't require envp argument to main.
14200
14201         * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
14202
14203         * gdb.t02/whatis.exp, gdb.t11/list.exp:
14204         Add xfails for rs6000.
14205
14206         * gdb.t02/whatis.exp: Change other tests not to re-test something
14207         we already tested.
14208
14209         * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
14210         each type used has a variable of that type.
14211
14212 Tue Jun  8 16:45:20 1993  Jim Kingdon  (kingdon@rtl.cygnus.com)
14213
14214         * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
14215
14216 Fri Jun  4 11:07:19 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14217
14218         * configure.in: change srctrigger to be a file, not a directory
14219
14220 Fri Jun  4 08:23:57 1993  Ian Lance Taylor  (ian@cygnus.com)
14221
14222         * configure.in (mips-idt-ecoff*): Added trailing '*'.
14223
14224         * gdb.t11/list.exp: Fixed a couple of typos.
14225
14226 Tue Jun  1 21:28:06 1993  Fred Fish  (fnf@cygnus.com)
14227
14228         * gdb.t00 (teststrategy.exp):  Remove notice about PR 1823.  Bug
14229         is fixed and PR is closed.
14230         * gdb.t16 (gdbme.c):  Add simple test string variable.
14231         * gdb.t16 (printcmds.exp):  Add tests with simple test string
14232         variable, primarily for boundaries on "set print elements".
14233
14234 Mon May 31 11:36:08 1993  Jim Kingdon  (kingdon@cygnus.com)
14235
14236         * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
14237         Make leading 0's optional and don't expect a tab in the middle
14238         of the number.
14239
14240         * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
14241
14242         * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
14243         * gdb.stabs/wierd.exp: Remove xfails for type attributes.  Also
14244         don't end command passed to gdb_test with newline.
14245
14246         * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
14247         signed keyword away, don't expect signed bitfields to be signed.
14248
14249         * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
14250         printing with only as many 1's as are in the field as well as printing
14251         with 32 1's (see comment).
14252
14253 Sat May 29 17:57:01 1993  Fred Fish  (fnf@cygnus.com)
14254
14255         * gdb.t00/default.exp:  Start with a fresh gdb.
14256         * configure.in (configdirs):  Remove gdb.t31 until the chill
14257         compiler works again.  It no longer is able to find chillrt0
14258         since it isn't in libchill.a anymore.
14259         * gdb.stabs/wierd.exp:  Rewrite to properly handling a missing
14260         wierd.o, make more modular.
14261         * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const):  Remove
14262         spurious newlines that caused problems.
14263
14264 Wed May 26 09:57:19 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14265
14266         * Move test with enums and partial symbols from gdb.t03/ptype.exp
14267         to gdb.stabs/wierd.exp since GCC has worked around the bug.
14268         gdb.stabs/wierd.{exp,def}: Many new tests.
14269
14270         * gdb.t00/default.exp: update info line for new message.
14271
14272         * gdb.t02/{whatis.exp,gdbme.c}:
14273         Test that "char *" doesn't print as "caddr_t".
14274
14275 Tue May 25 13:28:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14276
14277         * gdb.t00/help.exp: Use .* in place of some help messages which
14278         just changed.
14279         gdb.t00/default.exp: Update "info frame" test for new message.
14280         * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
14281         Remove some xfails
14282
14283 Mon May 24 00:24:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14284
14285         * gdb.t03/{gdbme.c,ptype.exp}:
14286         Add tests for typedef'd struct and union without tags.
14287         Also check "whatis" on a variable of a typedef'd enum without a tag.
14288
14289         * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
14290         PRMS 1823; the bug still exists but isn't reproduced by this test
14291         anymore), and remove rs6000 XFAIL (the bug is fixed).
14292
14293         * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
14294         duplicated from whatis.exp.  For those that are left, accept
14295         "long", "long int", or "int" for long variables (whatis.exp already
14296         has an XFAIL for "int", so no need to fail it here).
14297
14298         * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
14299         Deal with GCC's names for types now that GDB uses the compiler's names.
14300
14301         * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}:  If not GCC, do some
14302         setup_xfail's for sunos4.  If we #defined the signed keyword away,
14303         don't expect GDB to know that char it is signed.
14304
14305         * gdb.t00/teststrategy.exp: Update for symbolic signal names.
14306
14307 Sun May 23 08:44:55 1993  Fred Fish  (fnf@cygnus.com)
14308
14309         * configure.in (configdirs):  Add gdb.t24 for C++ tests that
14310         should work on any system, regardless of debugging format.
14311         * gdb.t21/demangle.exp:  Move to gdb.t24.
14312         * gdb.t24/demangle.exp:  Move from gdb.t21.
14313         * gdb.t24/{Makefile.in, configure.in}:  New files.
14314
14315 Thu May 20 19:39:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14316
14317         * configure.in: Do gdb.stabs and C++ tests only for stabs.
14318         * gdb.stabs: New directory.
14319
14320 Tue May 18 21:12:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14321
14322         * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
14323         not just "Quit anyway?".
14324
14325 Tue May 18 17:13:20 1993  Fred Fish  (fnf@cygnus.com)
14326
14327         * gdb.t21/demangle.exp:  Add a couple of new patterns.  Ensure
14328         that all setup_xfails are immediately followed by clear_xfails.
14329
14330 Tue May 11 09:10:47 1993  Fred Fish  (fnf@cygnus.com)
14331
14332         * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
14333         gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
14334         gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
14335         gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
14336         gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
14337         gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
14338         gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
14339         gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
14340         gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
14341         gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
14342         gdb.t31/chillvars.exp, lib/gdb.exp:
14343         Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
14344         bug-gdb@prep.ai.mit.edu.
14345
14346 Fri May  7 09:15:35 1993  Fred Fish  (fnf@cygnus.com)
14347
14348         * gdb.t17/callfuncs.exp (do_function_calls):  Call t_double_values
14349         with 0.0, not integer 0.
14350
14351 Fri Apr 30 13:17:24 1993  Jim Kingdon  (kingdon@cygnus.com)
14352
14353         * gdb.t06/break.exp: Update for "Kill the program" message change.
14354
14355 Fri Apr 30 09:42:57 1993  Fred Fish  (fnf@cygnus.com)
14356
14357         * Makefile.in (GDBFLAGS):  Set to -nx.
14358         * Makefile.in (site.exp):  Use GDBFLAGS.
14359
14360 Wed Apr 28 13:19:07 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14361
14362         * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
14363           Makefiles.
14364           (check): depend on just-check.
14365           (just-check): added so that tests can be run without a noop
14366           build pass.
14367
14368 Fri Apr 23 18:13:28 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14369
14370         Switch to using configure's configdirs.
14371         * Makefile.in (Makefile): add configure.in dependency.
14372           (SUBDIRS): removed redundant assignment.
14373         * configure.in: switch subdirs assignment to configdirs.
14374         * gdb.t*/configure.in: new files.
14375
14376 Thu Apr 22 08:27:53 1993  Ian Lance Taylor  (ian@cygnus.com)
14377
14378         * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
14379         works.
14380
14381 Tue Apr 20 13:38:40 1993  Fred Fish  (fnf@cygnus.com)
14382
14383         * gdb.{t20,t21,t22,t23}/Makefile.in:  Use $(srcdir) to avoid $<
14384         in explicit rules.  Apparently this is not supported by some makes.
14385
14386 Mon Apr 19 01:54:53 1993  John Gilmore  (gnu@cygnus.com)
14387
14388         * gdb.t31/Makefile.in:  Use $(srcdir) when avoiding $<, sigh.
14389
14390 Fri Apr 16 09:33:46 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14391
14392         * config/unix-gdb.exp:  Add back missing return 0 which mysteriously
14393         disappeared.
14394
14395 Thu Apr 15 02:28:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
14396
14397         * gdb.t31/Makefile.in:  Avoid $< in explicit rule.
14398
14399 Wed Apr 14 16:38:47 1993  Fred Fish  (fnf@cygnus.com)
14400
14401         * gdb.t07/watchpoint.exp:  Remove setup_xfail for i486
14402         watchpoint problem that is now fixed.
14403         * gdb.t30/chexp.exp:  Remove setup_xfail for printing
14404         uninitialized convenience variables.
14405         * gdb.t31/chillvars.exp:  Fix expected patterns for printing
14406         structures.
14407
14408 Wed Apr 14 12:55:58 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14409
14410         * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
14411         which causes expect to get out of sync with gdb on long output
14412         from help set.
14413         * gdb.t09/corefile.exp: Make expected pattern for core file
14414         failing signal and frame output format less sun specific.
14415
14416 Tue Apr 13 23:18:07 1993  Per Bothner  (bothner@cygnus.com)
14417
14418         * gdb.t31/chillvars.exp:  Add and remove initial dummy
14419         breakpoint, so that symbol table is forced in.
14420         (Needed at least on Sunos4, though it seems not SVR4.)
14421         * gdb.t31/chillvars.exp:  Update for changed output format.
14422
14423 Sun Apr 11 17:21:45 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14424
14425         * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
14426
14427 Wed Apr  7 21:28:21 1993  Rob Savoye  (rob@cygnus.com)
14428
14429         * Makefile.in: Added --srcdir when invoking runtest, removed the
14430         need for a local config file. (optional now)
14431
14432 Wed Apr  7 14:13:41 1993  Fred Fish  (fnf@cygnus.com)
14433
14434         * gdb.t21/demangle.exp:  Only count real fails (not xfails) for
14435         failure count used to force early termination.  Add some more
14436         expected failures for gnu style demangling.
14437
14438 Thu Apr  1 09:50:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14439
14440         * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
14441         pmi variable from gdb.t20/gdbme to get optimized away.
14442         * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
14443         Check for written corefile upon timeout _and_ eof.
14444
14445 Tue Mar 30 09:58:16 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14446
14447         * config/unix-gdb.exp:  Add missing return 0.
14448
14449 Tue Mar 30 08:34:25 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14450
14451         * gdb.t16/printcmds.exp:  Remove misplaced xfail that caused an early
14452         test termination.
14453
14454 Mon Mar 29 17:37:25 1993  Fred Fish  (fnf@cygnus.com)
14455
14456         * configure.in (subdirs):  Put back gdb.t17 which mysteriously
14457         disappeared.
14458
14459 Thu Mar 25 21:05:16 1993  Fred Fish  (fnf@cygnus.com)
14460
14461         * gdb.t10/crossload.exp:  Disable the i860-elf test until such
14462         time as i860 support works.
14463
14464         * gdb.t15/funcargs.exp:  Fix expected outputs to include
14465         "backtrace 100\r" rather than just "backtrace\r", to match last
14466         change.
14467
14468 Thu Mar 25 12:14:28 1993  Ian Lance Taylor  (ian@cygnus.com)
14469
14470         * config/udi-gdb.exp (gdb_exit): Remove close command.
14471         (gdb_target_udi): New procedure to set the UDI target.
14472         (gdb_start): Don't remove *_soc files.  Use gdb_target_udi.
14473         * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
14474         Added waits for prompts after several question responses.  Added
14475         some more responses used by a29k-amd-udi-gdb.
14476         * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
14477         pass different arguments, restart UDI connection after program
14478         completion.
14479         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
14480         gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
14481         gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
14482         gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
14483         * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
14484         gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
14485         gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
14486         gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
14487         gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
14488         after program completion.
14489         * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
14490         compiled with a SELECT_VECS setting.
14491         * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
14492         infinite recursion.
14493
14494         * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
14495         Added checks for COFF results, and made them expected failures for
14496         all targets.  It would be better to make them expected failures
14497         for COFF targets only.
14498
14499 Wed Mar 24 14:43:38 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
14500
14501         * Makefile.in: add null dvi target, don't bother to recurse
14502         through test directories for info and install-info; rename
14503         $(datadir) to be dejagnu instead of deja-gnu
14504
14505 Wed Mar 24 09:48:03 1993  Fred Fish  (fnf@cygnus.com)
14506
14507         * gdb.t31/gdbme.ch:  Re-enable code that previously caused
14508         compiler to coredump.
14509         * gdb.t31/chillvars.exp:  Re-enable tests that depend on that
14510         code.
14511
14512 Tue Mar 23 08:53:42 1993  Fred Fish  (fnf@cygnus.com)
14513
14514         * gdb.t31/gdbme.ch:  Comment out code that causes chill compiler
14515         coredump.
14516         * gdb.t31/chillvars.exp:  Comment out tests that depend on that
14517         code.
14518
14519 Sun Mar 21 17:56:47 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14520
14521         * gdb.t03/ptype.exp: tests for return code from gdb_test.
14522         * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
14523         which in a shell. Deletes xgdb when done.
14524         * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
14525         Tests the return from the "set height" or "set width" commands.
14526         Added a few return codes where needed.
14527
14528 Wed Mar 17 11:31:01 1993  Fred Fish  (fnf@cygnus.com)
14529
14530         * Makefile.in (SUBDIRS):  Add gdb.t17.
14531         * configure.in (subdirs):  Add gdb.t17.
14532         * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}:  New test
14533         files to test gdb's calling of functions in the inferior with
14534         the correct arguments and gdb's ability to retrieve any
14535         result returned.
14536
14537 Tue Mar 16 15:37:11 1993  Fred Fish  (fnf@cygnus.com)
14538
14539         * config/unix-gdb.exp (gdb_exit):  Remove close commands that
14540         may be called after gdb goes away.  Previous versions of expect
14541         needed these to avoid file descriptor leaks, but they cause
14542         errors with the current revision of expect.
14543         * gdb.t00/gdbvars.exp:  Use -re on expected output after
14544         setting sevenbit-strings.
14545         * gdb.t04/setvar.exp, gdb.t13/bitfields.exp:  Make commands
14546         to set sevenbit-strings consistent across tests.
14547         gdb.t30/chexp.exp, gdb.t31/chillvars.exp:  Make commands to
14548         set sevenbit-strings consistent across tests.
14549
14550 Fri Mar 12 08:47:20 1993  Fred Fish  (fnf@cygnus.com)
14551
14552         * gdb.t21/demangle.exp (proc demangle):  Adjust quotes in an
14553         expected output to match current "expect" expectations.
14554
14555 Wed Mar 10 18:01:49 1993  Fred Fish  (fnf@cygnus.com)
14556
14557         * gdb.t00/default.exp:  Change expected output for default "source"
14558         command, to match new gdb behavior which requires a filename to
14559         source.
14560
14561 Tue Mar  9 11:00:56 1993  Fred Fish  (fnf@cygnus.com)
14562
14563         * gdb.t07/watchpoint.exp (test_simple_watchpoint):  Set up
14564         expected fail for i486-*-* that misses the marker2 function.
14565         * gdb.t10/crossload.exp (bfddefault):  Allow successful
14566         recognition of a format to pass even if no symbols are found.
14567         Explicitly catch failures where the format is not recognized
14568         or is ambiguous, and add the reason to the fail message.
14569         * gdb.t10/crossload.exp (bfdexplicit):  Catch failure where
14570         the cause is and invalid target and add reason to failure message.
14571         * gdb.t10/crossload.exp:  Fix bfd target names for elf32-m68k,
14572         elf32-i386, elf32-sparc, and elf32-i860.
14573         * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
14574         Set up expected failure for 'filename'::variable scope resolution,
14575         which is now apparently broken on all targets.
14576         * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
14577         gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
14578         gdb.t23/templates.exp:   Change failure for missing binfile into
14579         just a warning.
14580         gdb.t21/demangle.exp:  Change all cfront references to 'arm'
14581         references.
14582
14583 Mon Mar  8 19:20:28 1993  Fred Fish  (fnf@cygnus.com)
14584
14585         * gdb.t00/default.exp:  Add expected output for default "source"
14586         command, to match new gdb behavior.
14587         * gdb.t09/corefile.exp:  Use GDBFLAGS when spawning GDB.
14588
14589 Sun Mar  7 15:14:09 1993  Rob Savoye  (rob@cygnus.com)
14590
14591         * config/*-gdb.exp: returns an error, rather than exiting on
14592         internal errors.
14593
14594 Tue Mar  2 18:09:32 1993  Fred Fish  (fnf@cygnus.com)
14595
14596         * gdb.t03/gdbme.c:  Add pointer to struct variable.
14597         * gdb.t03/ptype.exp:  Test equivalence of '.' and '->' for
14598         referencing struct members.
14599
14600 Thu Feb 25 10:39:06 1993  Ian Lance Taylor  (ian@cygnus.com)
14601
14602         * configure.in (mips-idt-ecoff): New target.
14603         * config/mips-gdb.exp: New file for remote board using MIPS remote
14604         debugging protocol.
14605
14606         * Redid configuration scheme.  Removed gdb.t*/configure.in.
14607         Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*.  Changed to use CC, CXX
14608         instead of CC_FOR_TARGET, CXX_FOR_TARGET.  Added mostlyclean and
14609         distclean targets.  Built executables via .o files.  Adjusted
14610         tests to account for source files in $(srcdir) rather than
14611         $(objdir).
14612         * lib/gdb.exp (runto): Don't expect () after the function name,
14613         because it may have arguments.
14614
14615 Wed Feb 24 08:05:38 1993  Ian Lance Taylor  (ian@cygnus.com)
14616
14617         * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
14618         gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
14619         expected failures for mips-idt-* and mips-sgi-*.
14620         * gdb.t00/default.exp (attach): Kill process if requested.
14621         * gdb.t00/help.exp (help target core, help target): Accept a gdb
14622         that does not read core files.
14623         * gdb.t01/run.exp: Removed checks for exit status code.
14624         * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
14625         it is linked in.
14626         * gdb.t03/ptype.exp: Increase timeout when calling malloc.
14627         * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
14628         appropriate, rather than doing it by hand.
14629         * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
14630         execution.
14631         * gdb.t10/crossload.exp: Kill existing program if needed.
14632         * gdb.t15/funcargs.exp: Use delete_breakpoints function where
14633         appropriate, rather than doing it by hand.  Always increase
14634         timeout for this test, not just for VxWorks.
14635
14636 Wed Feb 24 08:03:38 1993  Fred Fish  (fnf@cygnus.com)
14637
14638         * gdb.t31/chillvars.exp (test_structs):  New proc to test printing
14639         of Chill STRUCT types and STRUCT values.
14640         * gdb.t31/chillvars.exp (test_strings):  Expect "CHAR" now, rather
14641         than "char".
14642         * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
14643         struct2):  New struct definitions and initializations to test
14644         simple Chill STRUCT types.
14645
14646 Tue Feb 23 11:55:06 1993  Fred Fish  (fnf@cygnus.com)
14647
14648         * gdb.t00/teststrategy.exp:  Track reversion in gdb to not print
14649         the null byte at the end of strings.
14650         * gdb.t00/default.exp:  Make show version insensitive to copyright
14651         date.
14652         * gdb.t16/in-gdbme.c (ctable1, ctable2):  Make explicitly unsigned
14653         to avoid dependencies on target char signedness.
14654         * gdb.t16/printcmds.exp:  Update expected results for explicitly
14655         unsigned char.
14656         * gdb.t16/printcmds.exp:  Remove setup_xfails for i960 that should
14657         now work.
14658         * gdb.t21/demangle.exp:  Add many more patterns for template
14659         demangling, most of them being expected failures.
14660         * gdb.t21/demangle.exp (proc demangle):  Quote the demangled
14661         string we are matching for, to match on the whole string.
14662         * gdb.t21/demangle.exp:  Add many new test strings to demangle,
14663         and fix a whole bunch that had incorrect expected output but were
14664         passing anyway because of the bug in "proc demangle".
14665         * gdb.t31/chillvars.exp:  Remove setup_xfail for printing string
14666         type.
14667         * gdb.t31/in-gdbme.ch:  Uncomment string4, now compiles.
14668
14669 Mon Feb 22 07:54:03 1993  Mike Werner  (mtw@poseidon.cygnus.com)
14670
14671         * gdb/testsuite: made modifications to testcases, etc., to allow
14672         them to work properly  given the reorganization of deja-gnu and the
14673         relocation of the testcases from deja-gnu to a "tool" subdirectory.
14674
14675 Sun Feb 21 10:55:55 1993  Mike Werner  (mtw@poseidon.cygnus.com)
14676
14677         * gdb/testsuite: Initial creation of gdb/testsuite.
14678         Migrated dejagnu testcases and support files for testing nm to
14679         gdb/testsuite from deja-gnu.  These files were moved "as is"
14680         with no modifications.  This migration is part of a major overhaul
14681         of dejagnu.  The modifications to these testcases, etc., which
14682         will allow them to work with the new version of dejagnu will be
14683         made in a future update.
14684
14685  For additional changes see gdb.mi/ChangeLog-1999-2003.
14686 \f
14687 ;; Local Variables:
14688 ;; mode: change-log
14689 ;; left-margin: 8
14690 ;; fill-column: 74
14691 ;; version-control: never
14692 ;; End:
14693
14694     Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
14695     2003, 2004, 2005 Free Software Foundation, Inc.
14696   Copying and distribution of this file, with or without modification,
14697   are permitted provided the copyright notice and this notice are preserved.