]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
* lin-lwp.c (child_wait): Ignore exit statuses for processes other
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
696d5a5b
DJ
12003-01-09 Daniel Jacobowitz <drow@mvista.com>
2
3 * Makefile.in (ALL_SUBDIRS): New variable.
4 (subdirs, clean, distclean): Use it.
5 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
6 regenerating Makefile, since it is generated from the top level.
7 * gdb.asm/Makefile.in: Likewise.
8 * gdb.base/Makefile.in: Likewise.
9 * gdb.c++/Makefile.in: Likewise.
10 * gdb.disasm/Makefile.in: Likewise.
11 * gdb.java/Makefile.in: Likewise.
12 * gdb.mi/Makefile.in: Likewise.
13 * gdb.threads/Makefile.in: Likewise.
14 * gdb.trace/Makefile.in: Likewise.
15
754533e4
DC
162003-01-09 David Carlton <carlton@math.stanford.edu>
17
18 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
19 Add copyright year 2003.
20
d8b3e9ee
MC
212003-01-06 Michael Chastain <mec@shout.net>
22
23 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
24 When selecting a thread, 'line' and 'file' are optional.
25 * gdb.mi/mi1-pthreads.exp: Likewise.
26
8e9e0fe6
AS
272003-01-06 Andreas Schwab <schwab@suse.de>
28
29 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
30 failures.
31
b5ab8ff3
DJ
322003-01-04 Daniel Jacobowitz <drow@mvista.com>
33
34 Fix PR gdb/844
35 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
36 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
37
38 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
39 instead of calling gdb_suppress_entire_file.
40 * gdb.threads/print-threads.exp: Likewise.
41 * gdb.threads/schedlock.exp: Likewise.
42
43 * gdb.threads/killed.exp: Return instead of calling
44 gdb_suppress_entire_file.
45 * gdb.threads/linux-dp.exp: Likewise.
46 * gdb.threads/pthreads.exp: Likewise.
47
1e698235
DJ
482003-01-04 Daniel Jacobowitz <drow@mvista.com>
49
50 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
51 stabs.
52 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
53 * gdb.base/whatis.exp: Always allow (void) after function names.
54
147ff08c
DJ
552003-01-04 Daniel Jacobowitz <drow@mvista.com>
56
57 * gdb.c++/casts.exp: Correct regexp.
58
dc62bfc2
MK
592003-01-04 Mark Kettenis <kettenis@gnu.org>
60
61 * configure.in: Call AC_CONFIG_HEADER. Don't call
62 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
63 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
64 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
65 aforementioned directories in the AC_OUPUT call.
66 * config.hin: New file.
67 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
68 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
69 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
70 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
71 pass -I$objdir instead of -I$objdir/$subdir in compilation.
72 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
73 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
74 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
75 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
76 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
77 gdb.threads/configure.in, gdb.threads/configure,
78 gdb.threads/config.in, gdb.trace/configure.in,
79 gdb.trace/configure: Removed.
80
77afa639
MC
812003-01-03 Michael Chastain <mec@shout.net>
82
83 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
84 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
85
7634bb6e
DJ
862003-01-03 Daniel Jacobowitz <drow@mvista.com>
87
88 * gdb.base/store.exp: Fix regular expressions.
89
b39c905e
MK
902002-12-28 Mark Kettenis <kettenis@gnu.org>
91
92 * configure.in: Rewrite.
93 * configure: Regenerated.
94
0a8551dd
DC
952003-01-03 David Carlton <carlton@math.stanford.edu>
96
97 * gdb.base/psymtab.exp: New file.
98 * gdb.base/psymtab1.c: Ditto.
99 * gdb.base/psymtab2.c: Ditto.
100
c60b7188
AF
1012002-12-23 Adam Fedor <fedor@gnu.org>
102
103 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
104
ee73db83
DC
1052002-12-23 David Carlton <carlton@math.stanford.edu>
106
107 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
108 and current_directory initialization.
109
d6c1774e
JB
1102002-12-22 Jim Blandy <jimb@redhat.com>
111
f0a847b8
JB
112 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
113 rather than as part of the output file name.
114
d6c1774e
JB
115 * gdb.base/attach.exp: There's no need to copy the test program to
116 /tmp; that was only ever necessary on HP/UX, and this test is
117 entirely disabled there anyway.
118
f0708dbb
JB
1192002-12-21 Jim Blandy <jimb@redhat.com>
120
4c2acfea
JB
121 * gdb.c++/psmang.exp: Doc fix.
122
f0708dbb
JB
123 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
124 test.
125
9579e000
DC
1262002-12-20 David Carlton <carlton@math.stanford.edu>
127
128 * gdb.c++/annota2.exp: KFAIL annotate-quit.
129
d1810171
MC
1302002-12-18 Michael Chastain <mec@shout.net>
131
132 * gdb.c++/annota2.exp: Add copyright year 2002.
133
76565097
DC
1342002-12-17 David Carlton <carlton@math.stanford.edu>
135
136 * gdb.c++/try_catch.cc: Add marker comments.
137 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
138 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
139 * gdb.c++/m-static.cc: Ditto.
140 * gdb.c++/m-static1.cc: Ditto.
141 * gdb.c++/try_catch.cc: Ditto.
142
da81390b
JJ
1432002-12-16 Jeff Johnston <jjohnstn@redhat.com>
144
145 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
146 to see whether we are using the new -environment-directory
147 command which resets via -r or the old version of the command
148 which may prompt the user. Part of fix for gdb/741.
149
b304d130
AC
1502002-12-13 Andrew Cagney <ac131313@redhat.com>
151
152 * gdb.fortran/types.exp: Update obsolete comment.
153 * gdb.fortran/exprs.exp: Ditto.
154 * lib/gdb.exp: Delete obsolete code.
155 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
156 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
157 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
158 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
159 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
160 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
161 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
162 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
163 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
164 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
165 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
166 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
167 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
168 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
169 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
170 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
171 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
172 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
173 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
174 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
175 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
176 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
177 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
178 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
179 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
180 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
181 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
182 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
183 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
184 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
185 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
186 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
187 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
188 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
189 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
190 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
191 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
192
a23b6e6a
DC
1932002-12-11 David Carlton <carlton@math.stanford.edu>
194
195 * gdb.c++/m-data.exp: Add test for members that shadow global
196 variables: see PR gdb/804.
197 * gdb.c++/m-data.cc: Ditto.
198
6604731b
DJ
1992002-12-10 Daniel Jacobowitz <drow@mvista.com>
200
201 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
202
de46ecd7
DC
2032002-12-06 David Carlton <carlton@math.stanford.edu>
204
205 * gdb.base/store.c: Don't declare functions static.
206
27e829d0
AC
2072002-12-04 Andrew Cagney <ac131313@redhat.com>
208
209 * gdb.base/store.exp, gdb.base/store.c: New files.
210
92806416
DJ
2112002-12-03 Daniel Jacobowitz <drow@mvista.com>
212
213 * gdb.base/selftest.exp: Update for current gdb.
214
3bcbaac5
DJ
2152002-12-03 Daniel Jacobowitz <drow@mvista.com>
216
217 * gdb.base/maint.exp: Only dump symbols from one source file
218 or objfile.
219
f4f00b1f
DJ
2202002-12-03 Daniel Jacobowitz <drow@mvista.com>
221
222 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
223 function call.
224
f1c8a949
JB
2252002-11-25 Jim Blandy <jimb@redhat.com>
226
227 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
228 function appearing in error message.
229
9e297a97
DJ
2302002-11-21 Daniel Jacobowitz <drow@mvista.com>
231
232 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
233
1f312e79
JJ
2342002-11-08 Jeff Johnston <jjohnstn@redhat.com>
235
236 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
237 for mi1 and current mi is in correct format. New mi startup message
238 should be in mi console format. This is part of fix for PR gdb/604.
239
83c31e7d
FN
2402002-09-18 Fernando Nasser <fnasser@redhat.com>
241
242 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
243 which explicitly prints the zero offset as "+0".
244
322b3f65
DJ
2452002-10-22 Daniel Jacobowitz <drow@mvista.com>
246
247 * gdb.threads/schedlock.c (args): Make unsigned.
248
2492002-10-21 Daniel Jacobowitz <drow@mvista.com>
250
251 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
252 numbers. Allow "foo2|selected stack frame".
253 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
254 * gdb.asm/asmsrc2.s: Likewise.
255 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
256 comments.
257 * gdb.asm/mips.inc: New file.
258
5e2fe5b8
AF
2592002-10-18 Adam Fedor <fedor@gnu.org>
260
261 * gdb.base/default.exp: Update expected output to include 'ObjC'.
262 * gdb.base/help.exp: Likewise.
263
abe1a5d0
KB
2642002-10-17 Kevin Buettner <kevinb@redhat.com>
265
266 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
267 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
268
10abb1d4
JB
2692002-10-02 Jim Blandy <jimb@redhat.com>
270
271 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
272
1f609b42
AC
2732002-10-01 Andrew Cagney <ac131313@redhat.com>
274
275 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
276 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
277 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
278 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
279 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
280 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
281 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
282
0aee02e4
AC
2832002-09-29 Andrew Cagney <ac131313@redhat.com>
284
285 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
286 * mi0-disassemble.exp, mi0-eval.exp: Delete.
287 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
288 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
289 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
290 * mi0-var-block.exp, mi0-var-child.exp: Delete.
291 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
292
6fde09ad
KB
2932002-09-27 Kevin Buettner <kevinb@redhat.com>
294
295 * gdb.base/annota1.exp (info break): Make directory components of
296 path optional since not all compilers emit this debug information.
297
298 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
299 step ends up stepping out of the function instead of stopping on
300 the epilogue.
301
9e8aab75
KS
3022002-09-26 Keith Seitz <keiths@redhat.com>
303
304 * lib/insight-support.exp (gdbtk_start): Figure out where
305 the insight executable is based on where gdb is. Use this
306 executable to start insight instead of gdb.
307
e36180d7
AC
3082002-09-25 Andrew Cagney <cagney@redhat.com>
309
310 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
311
9dd34b2b
AC
3122002-09-24 Andrew Cagney <ac131313@redhat.com>
313
314 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
315 test_isolated_complaints.
316 (test_empty_complaint): New function.
317 (test_empty_complaints): New function. Check no output when no
318 complaints.
319
dea97812
KB
3202002-09-19 Jim Blandy <jimb@redhat.com>
321
322 * gdb.base/charset.exp, gdb.base/charset.c: New files.
323
54951bd7
AC
3242002-09-19 Andrew Cagney <ac131313@redhat.com>
325
326 * gdb.gdb/complaints.exp: New file.
327
dec43320
AC
3282002-09-18 Andrew Cagney <ac131313@redhat.com>
329
330 * gdb.base/maint.exp: Check `help maint internal-warning'.
331
e70d6e3f
DC
3322002-09-18 David Carlton <carlton@math.stanford.edu>
333
334 * gdb.c++/m-static.exp: Remove breakpoints depending on line
335 numbers, and replace them by a single breakpoint after the
336 constructors are all finished.
337 Add test 4.
338 * gdb.c++/m-static.cc: Add test 4.
339 * gdb.c++/m-static.h: New file.
340 * gdb.c++/m-static1.cc: New file.
341
342 * gdb.c++/printmethod.exp: New file.
343 * gdb.c++/printmethod.cc: New file.
344
345 * gdb.c++/pr-574.exp: New file.
346 * gdb.c++/pr-574.cc: New file.
347
afb5c968
CV
3482002-09-18 Corinna Vinschen <vinschen@redhat.com>
349
350 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
351 embedded targets which never actually exit.
352
31e45dee
FN
3532002-09-18 Fernando Nasser <fnasser@redhat.com>
354
355 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
356 "don't step after run" as unresolved or unsupported, instead of xfail.
357
a283c5a1
CV
3582002-09-18 Corinna Vinschen <vinschen@redhat.com>
359
360 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
361 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
362 Add newline to expected string in "step out of main (status wrapper)"
363 case.
364
11350d2a
CV
3652002-09-18 Corinna Vinschen <vinschen@redhat.com>
366
367 * lib/gdb.exp (rerun_to_main): Allow restarting application.
368 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
369
0deec7d6
TT
3702002-09-17 Tom Tromey <tromey@redhat.com>
371
372 * gdb.base/printcmds.exp (test_print_string_constants): Expect
373 \000, not \0, in double-quoted string.
374
b2b4a1b5
CV
3752002-09-14 Corinna Vinschen <vinschen@redhat.com>
376
377 * gdb.base/command.exp: Don't expect a "Program exited normally"
378 string after running the commands execution on breakpoint tests.
379
1c56143a
CV
3802002-09-13 Corinna Vinschen <vinschen@redhat.com>
381
382 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
383
37f8da45
JB
3842002-09-12 Joel Brobecker <brobecker@gnat.com>
385
386 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
387
08b468e0
KS
3882002-09-10 Keith Seitz <keiths@redhat.com>
389
390 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
391 runto proc.
392 (mi_run_to_main): Use mi_runto.
393 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
394
dc360f58
KS
3952002-09-10 Keith Seitz <keiths@redhat.com>
396
397 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
398 regexp for stopping at main. Could have multiple event notifications.
399 Don't assume that main was declared with no parameters.
400 (mi_next): Use mi_step_to.
401 (mi_step): Use mi_next_to.
402
ce3abcfb
CV
4032002-09-09 Corinna Vinschen <vinschen@redhat.com>
404
405 * gdb.base/default.exp: Fix expected string in `info float' test.
406
d1f5b980
BE
4072002-09-09 Ben Elliston <bje@redhat.com>
408
409 * config/mips.exp: Update comments.
410 * config/mips-idt.exp: Likewise.
411 * config/nind.exp: Likewise.
412 * config/slite.exp: Likewise.
413 * config/sparclet.exp: Likewise.
414 * config/udi.exp: Likewise.
415 * config/vx.exp: Likewise.
416 * config/vxworks29k.exp: Likewise.
417
2f71430b
JB
4182002-09-05 Jim Blandy <jimb@redhat.com>
419
420 * gdb.threads/killed.exp: Fix test failure message.
421
7ddebc7e
KS
4222002-09-04 Keith Seitz <keiths@redhat.com>
423
424 * lib/mi-support.exp: Update copyright.
425 (mi_gdb_test): Increase the priority of the expected pattern
426 so that it matches gdb_test.
427
0ae67eb3
KS
4282002-09-03 Keith Seitz <keiths@redhat.com>
429
430 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
431 Use integer comparison instead of string comparison for testing
432 whether binary was built.
433
38fc42c8
JB
4342002-09-03 Jim Blandy <jimb@redhat.com>
435
436 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
437
b6ff0e81
JB
4382002-08-29 Jim Blandy <jimb@redhat.com>
439
440 * gdb.threads/pthreads.exp: Move the portable thread compilation
441 code into a function in lib/gdb.exp, and call that from here.
442 * lib/gdb.exp (gdb_compile_pthreads): New function.
443
07c98896
KS
4442002-08-29 Keith Seitz <keiths@redhat.com>
445
446 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
447 expect_out so that callers can get at it.
448
0312286c
DJ
4492002-08-23 Daniel Jacobowitz <drow@mvista.com>
450
451 * gdb.threads/print-threads.c: New file.
452 * gdb.threads/print-threads.exp: New file.
453 * gdb.threads/schedlock.c: New file.
454 * gdb.threads/schedlock.exp: New file.
455
dd039bc4
EZ
4562002-08-22 Elena Zannoni <ezannoni@redhat.com>
457
458 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
459 not altivec.c.
460
1f36144c
MK
4612002-08-17 Mark Kettenis <kettenis@gnu.org>
462
463 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
464 targets. The problem should be fixed now.
465
16057ec7 4662002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
467
468 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
469 2002-07-24 change that removes final dots from error messages.
470
3c1499ad
TT
4712002-08-13 Tom Tromey <tromey@redhat.com>
472
473 * gdb.base/readline.exp: New file.
474
a20ce2c3
AC
4752002-08-01 Andrew Cagney <ac131313@redhat.com>
476
477 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
478 supress message.
479
db034ac5
AC
4802002-08-01 Andrew Cagney <cagney@redhat.com>
481
482 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
483 CHILL_FOR_TARGET and CHILL_LIB.
484 * configure.in (configdirs): Remove gdb.chill.
485 * configure: Regenerate.
486 * lib/gdb.exp: Obsolete references to chill.
487 * gdb.fortran/types.exp: Ditto.
488 * gdb.fortran/exprs.exp: Ditto.
489
3e000b18
KB
4902002-07-30 Kevin Buettner <kevinb@redhat.com>
491
492 * gdb.base/shlib-call.exp (additional_flags): Conditionally
493 set Irix-specific compile and link flags.
494
28f4966b
KB
4952002-07-29 Kevin Buettner <kevinb@redhat.com>
496
497 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
498 source files. The ``-o'' option doesn't work with the ``-E'' option
499 when using the Irix compiler.
500
46c0d5a6
DJ
5012002-07-19 Daniel Jacobowitz <drow@mvista.com>
502
503 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
504 Improve support for reusing an exec file. Copy exec file
505 to target, and run gdbserver on the target instead of on the host.
506
eecf4bed
JB
5072002-07-18 Jim Blandy <jimb@redhat.com>
508
0f815cdf
JB
509 * gdb.base/ending-run.exp: Don't expect to see the program end in
510 some orderly fashion when we're running on a real stand-alone
511 board.
512
eecf4bed
JB
513 * gdb.base/interrupt.exp: Correct logic for skipping tests on
514 targets that don't support interrupts.
515
52d309e4
JB
5162002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
517
518 * gdb.base/attach.exp: Add patterns to match output from /proc-based
519 systems.
520 Move comments in expect statements to inside the actions, so that they
521 don't get matched against.
522
ff683d9e
MK
5232002-07-10 Mark Kettenis <kettenis@gnu.org>
524
525 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
526 function when asleep" test.
527
b5356753
AC
5282002-07-10 Andrew Cagney <ac131313@redhat.com>
529
530 * gdb.base/page.exp: Rewrite to handle problems with very long
531 `info set' output. Update copyright.
532
6aa4d13a
AC
5332002-06-26 Andrew Cagney <ac131313@redhat.com>
534
535 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
536 gdb.threads-hp.
537 * gdb.hp/configure: Regenerate.
538 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
539 * gdb.hp/gdb.threads-hp/configure: Delete file.
540 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
541
8cf8c2b8
AC
5422002-06-22 Andrew Cagney <ac131313@redhat.com>
543
544 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
545 setlocale, bindtextdomain and textdomain.
546
6827a8f8
JB
5472002-06-11 Jim Blandy <jimb@redhat.com>
548
919d772c
JB
549 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
550 preprocessor macro information is present.
551
6827a8f8
JB
552 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
553 tests.
554
c15b0d21
MS
5552002-06-06 Michael Snyder <msnyder@redhat.com>
556
c5984d70
MS
557 * gdb.base/overlays.exp: Record addresses of overlay
558 functions in TCL variables rather than in GDB variables,
559 to avoid having GDB convert them to pointers (with loss
560 of information).
561
99a8512b
MS
562 * gdb.base/d10v.ld: Merge in several years worth of
563 default linker script changes.
c15b0d21
MS
564 * gdb.base/long_long.exp: Add check for sizeof (long double).
565
be26fe0d
ML
5662002-06-06 Michal Ludvig <mludvig@suse.cz>
567
568 * gdb.asm/asm-source.exp: Add x86-64 target.
569 * gdb.asm/x86_64.inc: New.
570
258093ca 5712002-05-30 Michael Chastain <mec@shout.net>
258093ca 572
4b3153f1 573 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
574 * gdb.c++/m-static.cc: New file.
575 * gdb.c++/m-static.exp: New file.
576
241264c6
MS
5772002-05-28 Michael Snyder <msnyder@redhat.com>
578
579 * gdb.base/call-ar-st.exp: Allow for reduced floating point
580 precision.
581
9bba8c8f 5822002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 583
4b3153f1 584 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
585 * gdb.c++/m-data.cc: New file.
586 * gdb.c++/m-data.exp: New file.
587
5882002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 589
4b3153f1 590 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f
MC
591 * gdb.c++/try_catch.cc: New file.
592 * gdb.c++/try_catch.exp: New file.
593
def1b996
MC
5942002-05-27 Michael Chastain <mec@shout.net>
595
596 * gdb.c++/local.exp: Accept more nested types in output.
597
522ba268
MC
5982002-05-26 Michael Chastain <mec@shout.net>
599
600 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
601
277254ba
MS
6022002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
603
604 * lib/gdb.exp (gdb_wrapper_init): Just because
605 gdb_wrapper_file exists, this does not mean that the file
606 should not be rebuilt. That is what gdb_wrapper_initialized
607 is for.
608 (default_gdb_init): Reset gdb_wrapper_initialized.
609
b61a8733
MS
6102002-05-23 Michael Snyder <msnyder@redhat.com>
611
5bdb6d01
MS
612 * gdb.base/all-bin.exp: Revise previous patch by just reducing
613 the precision of the floating point test results.
614 * gdb.base/call-rt-st.exp: Ditto.
615
b61a8733
MS
616 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
617 * gdb.base/call-rt-st.exp: Ditto.
618
56f6e910
MC
6192002-05-19 Michael Chastain <mec@shout.net>
620
621 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
622
ad0b0016
EZ
6232002-05-19 Elena Zannoni <ezannoni@redhat.com>
624
625 * configure.in (configdirs): Add gdb.arch.
626 * configure: Regenerate.
627
f617d2b6
JB
6282002-05-17 Jim Blandy <jimb@redhat.com>
629
630 * gdb.base/completion.exp: Recognize the more detailed error
631 messages produced by the macro expander's lexical analyzer.
632
eac2a696
EZ
6332002-05-14 Elena Zannoni <ezannoni@redhat.com>
634
635 * gdb.arch/altivec-abi.c: New file.
636 * gdb.arch/altivec-abi.exp: New file.
637 * gdb.arch/altivec-regs.c: New file.
638 * gdb.arch/altivec-regs.exp: New file.
639
2fdde8f8
DJ
6402002-05-14 Daniel Jacobowitz <drow@mvista.com>
641
642 * gdb.base/maint.exp (maint print type): Update for new type
643 structure.
eac2a696 644
e31f1a7c
EZ
6452002-05-14 Elena Zannoni <ezannoni@redhat.com>
646
647 * gdb.arch: New directory.
648 * gdb.arch/configure.in: New file.
649 * gdb.arch/configure: New file.
650 * gdb.arch/Makefile.in: New file.
651
db589741
CV
6522002-05-13 Corinna Vinschen <vinschen@redhat.com>
653
654 * gdb.asm/asm-source.exp: Add v850 as supported target.
655 * gdb.asm/v850.inc: New file.
656
8ce2a7dc
DJ
6572002-05-13 Daniel Jacobowitz <drow@mvista.com>
658
659 * gdb.c++/annota2.exp (annotate-quit): Add comment.
660
df763c7f
DJ
6612002-05-12 Daniel Jacobowitz <drow@mvista.com>
662
663 * gdb.base/break.exp: Check 'break "marker2"'.
664
377daeed
MS
6652002-05-10 Michael Snyder <msnyder@redhat.com>
666
667 * gdb.base/long_long.exp: Fix typo.
668
c4b7bc2b
JB
6692002-05-10 Jim Blandy <jimb@redhat.com>
670
ecac9a4e
JB
671 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
672 a bug.
673
c4b7bc2b
JB
674 * gdb.base/printcmds.exp (test_integer_literals_rejected):
675 Recognize more detailed error message produced by the macro
676 expander's lexical analyzer.
677 * lib/gdb.exp (test_print_reject): Same.
678
e71019a1
MK
6792002-05-09 Mark Kettenis <kettenis@gnu.org>
680
681 * gdb.c++/method.exp: Fix typo.
682
fedfc8e6
MS
6832002-05-08 Michael Snyder <msnyder@redhat.com>
684
166a1957
MS
685 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
686 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 687 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
688 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
689 Add iftarget clause for strongarm.
690
f1c47eb2
MS
6912002-05-06 Michael Snyder <msnyder@redhat.com>
692
cb9a9d3e
MS
693 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
694 (gdb_continue_to_end): Accept output from status wrapper.
695 * gdb.base/ending-run.exp: Add case for output from status wrapper.
696 Clean up fail messages to match pass messages.
697
f1c47eb2
MS
698 Enable the "needs_status_wrapper" testsuite feature.
699 * lib/gdb.exp (gdb_wrapper_init): New procedure.
700 (gdb_compile): Conditionally call gdb_wrapper_init.
701 * gdb.base/a2-run.exp: Recognize output from status wrapper.
702 * gdb.c++/method.exp: Recognize output from status wrapper.
703
6079c749
BE
7042002-05-06 Ben Elliston <bje@redhat.com>
705From Graydon Hoare <graydon@redhat.com>
706
707 * config/sid.exp: Include support for "rawsid" protocol.
708
188baff3
JB
7092002-05-03 Jim Blandy <jimb@redhat.com>
710
711 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
712 * gdb.c++/hang3.C: New file.
713
b9c07f0f
AC
7142002-05-04 Andrew Cagney <ac131313@redhat.com>
715
716 * gdb.base/default.exp: Remove obsolete code.
717 * gdb.c++/misc.exp: Ditto. Update copyright.
718 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
719 * gdb.base/whatis.exp: Ditto. Update copyright.
720 * gdb.base/scope.exp: Ditto. Update copyright.
721 * gdb.base/ptype.exp: Ditto. Update copyright.
722 * gdb.base/printcmds.exp: Ditto. Update copyright.
723 * gdb.base/opaque.exp: Ditto. Update copyright.
724 * gdb.base/list.exp: Ditto.
725 * gdb.base/funcargs.exp: Ditto. Update copyright.
726 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
727 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
728 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
729 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
730 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
731 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
732
5c7a0397
MS
7332002-05-02 Michael Snyder <msnyder@redhat.com>
734
d6dcc264 735 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
736 * gdb.base/long_long.exp: Add xscale target.
737 * gdb.base/default.exp: Add xscale target.
738
eb7f1c48
JB
7392002-05-01 Jim Blandy <jimb@redhat.com>
740
741 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
742 gdb.c++/hang.exp: New test.
743
a6befae8
FF
7442002-05-01 Fred Fish <fnf@redhat.com>
745
746 * gdb.base/completion.exp: Handle completions of "./Make" for
747 more than one completion possibility, as is the case when we
748 build and test in the source tree.
749
0a310277
AG
7502002-04-29 Anthony Green <green@redhat.com>
751
752 * gdb.java/jmisc1.exp: New file.
753 * gdb.java/jmisc2.exp: New file.
754
6ff9af88
DJ
7552002-04-24 Daniel Jacobowitz <drow@mvista.com>
756
757 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
758
96b3d632
EZ
7592002-04-23 Elena Zannoni <ezannoni@redhat.com>
760
761 * gdb.base/help.exp: Change 'help status' to allow for target
762 dependent output differences.
763
5019bb54
MC
7642002-04-22 Michael Chastain <mec@shout.net>
765
766 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
767
a805a116
MC
7682002-04-22 Michael Chastain <mec@shout.net>
769
770 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
771
a1706bfd
DM
7722002-04-17 David S. Miller <davem@redhat.com>
773
774 * gdb.asm/sparc64.inc: New file.
775 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
776
a73a20a2
EZ
7772002-04-19 Elena Zannoni <ezannoni@redhat.com>
778
779 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
780 instruction file directly into the build tree. Clean up at end of
781 test.
782
ba678339
DM
7832002-04-18 David S. Miller <davem@redhat.com>
784
785 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
786 handle 64-bit platforms correctly.
787 * gdb.base/maint.exp: Likewise.
788
b03399da
KB
7892002-04-18 Kevin Buettner <kevinb@redhat.com>
790
791 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
792 ``-fpic'' when compiling files comprising a shared library, but
793 it does need additional linker flags in order to find shared
794 libraries at run time.
795
e2004992
KB
7962002-04-18 Kevin Buettner <kevinb@redhat.com>
797
798 * gdb.base/cvexpr.c (use): New function.
799 (main): Invoke use() on all global variables to prevent
800 some linkers from deleting these otherwise unused symbols.
801
d8937120
MC
8022002-04-17 Michael Chastain <mec@shout.net>
803From David S. Miller <davem@redhat.com>
804
805 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
806 handle 64-bit platforms correctly.
807
ffd61a58
MS
8082002-04-12 Michael Snyder <msnyder@redhat.com>
809From Jim Blandy <jimb@redhat.com>
810 * gdb.base/foo.c (foox): Remove section attribute; the linker
811 script can handle this instead.
812 * gdb.base/bar.c (barx): Same.
813 * gdb.base/baz.c (bazx): Same.
814 * gdb.base/grbx.c (grbxx): Same.
815
816 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
817 manager doesn't automatically unmap overlays unnecessarily.
818
6b8426a6
MH
8192002-04-10 Martin M. Hunt <hunt@redhat.com>
820
821 * gdb.base/ending-run.exp: Fix pattern for Mips targets
822 stepping out of main.
823
34af4875
MC
8242002-04-09 Michael Chastain <mec@shout.net>
825
826 * gdb.c++/local.cc (main): Move call to marker1() inside nested
827 scope so that the nested scope tests will make sense.
828 * gdb.c++/local.exp: Write patterns that actually work with gcc
829 (the HP patterns "were never known to work with gcc").
830 Keep the old aCC patterns too.
831
2d1676a0
DJ
8322002-04-09 Daniel Jacobowitz <drow@mvista.com>
833
834 * gdb.base/attach.exp: Correct target board test.
835
3a63e3f9
MC
8362002-04-08 Michael Chastain <mec@shout.net>
837
838 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
839 in a const method. Add some xfail and fail cases for configurations
840 that do not emit the "const ...".
841
f18dabd2
MC
8422002-04-07 Michael Chastain <mec@shout.net>
843
844 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
845 Accept "A * const" and "const A * const" as type of "this".
846 Fix spelling of getFunky throughout. Make messages uniform.
847
0fcddd82
EZ
8482002-04-07 Elena Zannoni <ezannoni@redhat.com>
849
850 Work around for PR gdb/285:
851 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
852
16a8534a
EZ
8532002-04-07 Elena Zannoni <ezannoni@redhat.com>
854
855 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
856 instructions file at run time instead of configure time.
857 Sometimes we run the test in a directory that is not the one we
858 configured in.
859 * gdb.asm/configure.in: Delete creation of symlink.
860 * gdb.asm/configure: Regenerate.
861
24181d81
JB
8622002-04-05 J. Brobecker <brobecker@gnat.com>
863
864 * gdb.gdb/xfullpath.exp: New test, to exercise the new
865 xfullpath () function.
866
7cdb7107
DJ
8672002-04-04 Daniel Jacobowitz <drow@mvista.com>
868
869 * gdb.asm/Makefile.in: Correct dependencies.
870
871 * gdb.asm/powerpc.inc: New file.
872 * gdb.asm/asm-source.exp: Add PowerPC.
873 * gdb.asm/configure.in: Likewise.
874 * gdb.asm/configure: Regenerated.
875
a7d17088
DJ
8762002-04-04 Daniel Jacobowitz <drow@mvista.com>
877
878 * gdb.base/relocate.exp: New file.
879 * gdb.base/relocate.c: New file.
880
cd721503
FF
8812002-04-04 Fred Fish <fnf@redhat.com>
882
883 * gdb.base/step-test.exp: Update comment regarding stopping in
884 memcpy/bcopy calls inserted as part of the compiler runtime.
885
b22ad7a7
MS
8862002-04-04 Michael Snyder <msnyder@redhat.com>
887
888 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
889
5f279fa6
DJ
8902002-04-03 Daniel Jacobowitz <drow@mvista.com>
891
892 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
893 (gdb_expect): Remove $notransfer hack.
894
dd0fd3ce
DJ
8952002-04-02 Daniel Jacobowitz <drow@mvista.com>
896
897 * gdb.c++/classes.exp ("calling method for small class"): Match
898 updated register output.
899
1e50cda1
DJ
9002002-03-30 Daniel Jacobowitz <drow@mvista.com>
901
902 Fix PR gdb/452
903 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
904 when finished. Make gdb_file_cmd send "exec-file" when
905 appropriate.
906
24015922
DJ
9072002-03-30 Daniel Jacobowitz <drow@mvista.com>
908
909 * gdb.base/attach.exp: Remove extra setup_xfail.
910
dd7dfd64
MS
9112002-03-26 Michael Snyder <msnyder@redhat.com>
912
913 * gdb.base/default.exp: Add tests for dump, append, and restore.
914 * gdb.base/help.exp: Add tests for dump, append, and restore.
915 * gdb.base/dump.exp: New file, test dump, append and restore.
916 * gdb.base/dump.c: New file.
917
48b2f8d7
MS
9182002-03-27 Michael Snyder <msnyder@redhat.com>
919
920 * gdb.base/help.exp: Modify expect strings to reflect
921 clean-ups in help messages.
922
05b4d525
FF
9232002-03-26 Fred Fish <fnf@redhat.com>
924
925 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
926 have debugging info for those functions and the compiler uses them
927 internally to copy structs around.
928
d7679631
FF
9292002-03-26 Fred Fish <fnf@redhat.com>
930
931 * gdb.base/list.exp: Revert the change made yesterday and add note
932 about why we don't list the default lines for remote targets.
933
523ac3f9
MS
9342002-03-25 Michael Snyder <msnyder@redhat.com>
935
936 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
937
754b2b8d
FF
9382002-03-25 Fred Fish <fnf@redhat.com>
939
940 * gdb.base/list.exp: This test works on remote targets so remove
941 the short circuit for remote targets. Update copyright.
942
33c3e192
FF
9432002-03-25 Fred Fish <fnf@redhat.com>
944
945 * gdb.base/attach.exp: Fix logic error that was suppressing this
946 test for all non hppa*-*-hpux* targets, instead of the hp target.
947 Move comments closer to the suppression point. Also now need to
948 check that we are running natively.
949
d43e73ee
MS
9502002-03-22 Michael Snyder <msnyder@redhat.com>
951
882c8f02
MS
952 * gdb.base/default.exp: Add test for gcore. Update copyright.
953 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 954
04c12f60
FF
9552002-03-06 Fred Fish <fnf@redhat.com>
956
957 * gdb.base/funcargs.c: Remove extraneous ';' character.
958 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
959
b43df995
MC
9602002-03-04 Michael Chastain <mec@shout.net>
961
962 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
963 accommodate gcc v3 function signature.
964 * gdb.mi/mi0-var-cmd-exp: Ditto.
965
92362027
AC
9662002-02-24 Andrew Cagney <ac131313@redhat.com>
967
968 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
969 ``GNU/Linux'' or ``Linux kernel''
970 * testsuite/gdb.threads/pthreads.c: Ditto.
971
258ad32d
MC
9722002-02-24 Michael Chastain <mec@shout.net>
973
974 * gdb.threads/pthreads.c (thread1): Add a return statement.
975 (thread2): Likewise.
976 (foo): Likewise.
977
04c3b3d4
MC
9782002-02-23 Michael Chastain <mec@shout.net>
979
980 * gdb.threads/linux-dp.c (philosopher): Add a return statement
981 to placate gcc.
982
5a2a0a20
MC
9832002-02-23 Michael Chastain <mec@shout.net>
984
985 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
986 test "ptype bint". The test passes on all my stabs configurations.
987
a640f7fc
JB
9882002-02-21 Jim Blandy <jimb@redhat.com>
989
27924826
JB
990 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
991 filename at a time, and watch for the ones we want to see.
992
a640f7fc
JB
993 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
994 types of pointers to prototyped functions.
995
edcc8c75
AC
9962002-02-20 Andrew Cagney <ac131313@redhat.com>
997
998 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
999 signed, unsigned and straight char.
1000 (padding_char, padding_short, padding_int, padding_long,
1001 padding_long_long, padding_float, padding_double,
1002 padding_long_double): New global variables.
1003 (fill, fill_structs): New functions.
1004
1005 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
1006 for correctly sized writes. Update copyright.
1007 (get_valueof): New procedure.
1008 (get_sizeof): Call get_valueof.
1009 (check_valueof): New procedure.
1010 (check_padding): New procedure.
1011
ac57ea44
MC
10122002-02-20 Michael Chastain <mec@shout.net>
1013
1014 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
1015 to setup_xfail. Document some of the remaining calls.
1016
7a10c941
MC
10172002-02-18 Michael Chastain <mec@shout.net>
1018
1019 * gdb.c++/userdef.exp: Update copyright year.
1020
fb8acdcc
DJ
10212002-02-18 Daniel Jacobowitz <drow@mvista.com>
1022
1023 * gdb.c++/userdef.exp: Test overloaded operators properly.
1024 Remove xfails.
1025
fda6ae12
MS
10262002-02-14 Michael Snyder <msnyder@redhat.com>
1027
1028 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
1029
676a0442
DJ
10302002-02-14 Daniel Jacobowitz <drow@mvista.com>
1031
1032 * gdb.base/a2-run.exp: Check for a remote target properly.
1033 * gdb.base/annota1.exp: Likewise.
1034 * gdb.base/list.exp: Likewise.
1035 * gdb.base/reread.exp: Likewise.
1036 * gdb.base/scope.exp: Likewise.
1037 * gdb.base/shlib-call.exp: Likewise.
1038 * gdb.base/term.exp: Likewise.
1039 * gdb.c++/annota2.exp: Likewise.
1040
78b4f468
RE
10412002-02-13 Richard Earnshaw <rearnsha@arm.com>
1042
1043 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
1044
9a81ba51
MC
10452002-02-10 Michael Chastain <mec@shout.net>
1046
1047 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
1048 (call_after_alloca): Ditto.
1049
004af6c7
DJ
10502002-02-10 Daniel Jacobowitz <drow@mvista.com>
1051
1052 * gdb.base/ending-run.exp: Guard "cont" test with
1053 gdb_skip_stdio_test.
1054
37225f62
JB
10552002-02-06 Jim Blandy <jimb@redhat.com>
1056
1057 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
1058 from here...
1059 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
1060 To here. Disable this test on non-HP platforms. Add big comment.
1061
fe6fdd96
MS
10622002-02-04 Michael Snyder <msnyder@redhat.com>
1063
1064 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
1065 other than d10v and m32r.
1066
036fad3f
RE
10672002-02-02 Richard Earnshaw <rearnsha@arm.com>
1068
1069 * gdb.base/default.exp: Rewrite test patterns to reduce time
1070 taken to match them.
1071
7148ab62
DJ
10722002-01-30 Daniel Jacobowitz <drow@mvista.com>
1073
1074 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
1075 Allow a start function above main.
1076 * gdb.threads/linux-dp.exp: Fix copyright date.
1077
396cc255
DJ
10782002-01-30 Daniel Jacobowitz <drow@mvista.com>
1079
1080 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
1081 (check_philosopher_stack): Check for manager thread before checking
1082 for a just-starting thread.
1083
f038d31b
DJ
10842002-01-30 Daniel Jacobowitz <drow@mvista.com>
1085
1086 From Neil Booth <neil@daikokuya.demon.co.uk>:
1087 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
1088 warnings.
1089
b3ff9d9a
FF
10902002-01-21 Fred Fish <fnf@redhat.com>
1091
1092 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
1093 not caller.
1094
39ad761d
JB
10952002-01-21 Jim Blandy <jimb@redhat.com>
1096
1097 * gdb.base/reread.exp: Check that GDB properly re-reads the
1098 executable file when it changes while no inferior is running.
1099
aaf320fa
FF
11002002-01-21 Fred Fish <fnf@redhat.com>
1101
1102 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
1103 optionally accept the "shlib events" variation.
1104
808a31f5
JB
11052002-01-21 Jim Blandy <jimb@redhat.com>
1106
1107 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
1108 call `fflush' after every `printf', so that the output is produced
1109 at predictable points, regardless of whatever buffering does (or
1110 doesn't) take place.
1111 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
1112 at different points.
1113
4420d5e2
DJ
11142002-01-20 Daniel Jacobowitz <drow@mvista.com>
1115
1116 * gdb.c++/inherit.exp: Update copyright years.
1117 * gdb.c++/method.exp: Likewise.
1118
3e36a0f4
DJ
11192002-01-20 Daniel Jacobowitz <drow@mvista.com>
1120
1121 * gdb.c++/classes.exp: Update for improved v3 support and skipping
1122 artificial methods/arguments.
1123 * gdb.c++/derivation.exp: Likewise.
1124 * gdb.c++/inherit.exp: Likewise.
1125 * gdb.c++/method.exp: Likewise.
1126 * gdb.c++/virtfunc.exp: Likewise.
1127
b4ceaee6
AC
11282002-01-18 Andrew Cagney <ac131313@redhat.com>
1129
1130 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
1131 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
1132 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
1133 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
1134 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
1135 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
1136
ecace851
JB
11372002-01-17 Jim Blandy <jimb@redhat.com>
1138
1139 * gdb.asm/asm-source.exp (info symbol): Take another shot at
1140 anchoring the pattern matching the entry point symbol's name.
1141
375fc983
AC
11422002-01-17 Andrew Cagney <ac131313@redhat.com>
1143
1144 * gdb.base/maint.exp: Update ``maint internal-error'' to match
1145 continue/quit query. Update copyright.
1146
fe6fdd96
MS
11472002-01-14 Michael Snyder <msnyder@redhat.com>
1148
1149 * gdb.base/gcore.exp: Remove extra debugging output.
1150
e017c81f
DJ
11512002-01-13 Daniel Jacobowitz <drow@mvista.com>
1152
1153 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
1154 for slightly dubious v2 mangled string.
1155
37ab3bf8
DJ
11562002-01-13 Daniel Jacobowitz <drow@mvista.com>
1157
1158 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
1159
1bc05c3a 11602002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 1161
1bc05c3a 1162 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 1163
1bc05c3a
JM
1164 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
1165 constructors.
1166 * gdb.c++/derivation.exp: Likewise.
1167 * gdb.c++/templates.exp: Likewise.
1168 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 1169
1bc05c3a
JM
11702002-01-10 Michael Snyder <msnyder@redhat.com>
1171
1172 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 1173
a911c360
MS
11742002-01-08 Michael Snyder <msnyder@redhat.com>
1175
1176 * gdb.base/gcore.exp: New test for generate-core-file command.
1177 * gdb.base/gcore.c: Testcase for above.
1178 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
1179
ea2119ec
JM
11802002-01-08 Jason Merrill <jason@redhat.com>
1181
1182 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
1183
68203136
FF
11842002-01-07 Fred Fish <fnf@redhat.com>
1185
1186 * gdb.c++/overload.exp: Remove unconditional xfails for:
1187 print foo_instance1.overloadargs(1)
1188 print foo_instance1.overloadargs(1, 2)
1189 print foo_instance1.overloadargs(1, 2, 3)
1190 print foo_instance1.overloadargs(1, 2, 3, 4)
1191 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
1192 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
1193 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
1194 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
1195 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
1196 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
1197 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
1198 print foo_instance1.overload1arg()
1199 print foo_instance1.overload1arg((char)arg2)
1200 print foo_instance1.overload1arg((signed char)arg3)
1201 print foo_instance1.overload1arg((unsigned char)arg4)
1202 print foo_instance1.overload1arg((int)arg7)
1203 print foo_instance1.overload1arg((unsigned int)arg8)
1204 print foo_instance1.overload1arg((float)arg11)
1205 print foo_instance1.overload1arg((double)arg12)
1206
21b9b5b1
MS
12072002-01-07 Michael Snyder <msnyder@redhat.com>
1208
1209 * gdb.base/huge.exp: New test. Print a very large target data object.
1210 (skip_huge_test): New test variable. Define if you want to skip this
1211 test. The test reads an 8 megabyte data object from the target, so it
1212 might be very time consuming on remote targets with a slow connection.
1213 * gdb.base/huge.c: New file. Test case for above.
1214
725f922e
FF
12152002-01-07 Fred Fish <fnf@redhat.com>
1216
1217 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
1218 g_instance.bfoo, and g_instance.cfoo.
1219
634d57ec
JL
1220Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
1221
f286b2c3
JL
1222 * gdb.base/break.c (multi_line_if_conditional): New function.
1223 (multi_ilne_while_conditional): Likewise.
1224 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
1225 IF or WHILE condition puts the breakpoint at the start of
1226 the condition.
1227
634d57ec
JL
1228 * gdb.base/selftest.exp (backtrace through signal handler): Remove
1229 hppa*-*-hpux* expected failure.
1230 * gdb.base/structs.exp (do_function_calls): Similarly.
1231
1232 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
1233 watchpoints.
1234
9fbfe2dc
AC
12352002-01-06 Andrew Cagney <ac131313@redhat.com>
1236
1237 Fix PR gdb/66.
1238 * gdb.base/structs.exp: Replace skip for a29k with skip for
1239 gdb,cannot_call_functions.
1240 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
1241 * gdb.base/callfuncs.exp: Ditto.
1242 * gdb.base/call-rt-st.exp: Ditto.
1243 * gdb.base/call-strs.exp: Ditto.
1244 * gdb.base/callfwmall.exp: Ditto.
1245 * gdb.base/scope.exp: Obsolete xfail a29k.
1246 * gdb.c++/misc.exp: Ditto.
1247 * gdb.c++/cplusfuncs.exp: Ditto.
1248 * gdb.base/ptype.exp: Ditto.
1249 * gdb.base/printcmds.exp: Ditto.
1250 * gdb.base/opaque.exp: Ditto.
1251 * gdb.base/list.exp: Ditto.
1252 * gdb.base/funcargs.exp: Ditto.
1253 * gdb.base/default.exp: Ditto.
1254
8ddad156
MS
12552002-01-04 Michael Snyder <msnyder@redhat.com>
1256
ca4976a6 1257 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
1258 * gdb.base/maint.exp: Add tests for maint info sections options.
1259
1b074332
JL
1260Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
1261
1262 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
1263
7d159115
CV
12642001-12-20 Corinna Vinschen <vinschen@redhat.com>
1265
1266 * gdb.asm/arm.inc: New file.
1267 * gdb.asm/asm-source.exp: Add arm targets.
1268 * gdb.asm/configure.in: Ditto.
1269 * gdb.asm/configure: Recreated from configure.in.
1270
8fb87725
JL
1271Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
1272
afabe08c
JL
1273 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
1274 with HP's compiler.
1275 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
1276 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
1277 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
1278 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
1279
1280 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
1281 either HP's compilers or GCC.
1282
db521deb
JL
1283 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
1284 a SIGBUS or SIGSEGV.
1285
1286 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
1287
1288 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
1289 can be compiled with either HP's compiler or GCC.
1290
cfa88ab7
JL
1291 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
1292 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
1293 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
1294
ca344dff
JL
1295 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
1296 to match current gdb output. Update due to using auto-solib-limit
1297 for limiting instead of overloading auto-solib-add.
1298 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
1299 test program.
1300
3f3c6e55 1301 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
1302 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
1303 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
1304 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
1305 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
1306 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
1307 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
1308 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
1309 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
1310 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
1311 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
1312 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
1313 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 1314
8fb87725
JL
1315 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
1316 a SIGTRAP to the inferior.
1317
cf599fa7
CV
13182001-12-19 Corinna Vinschen <vinschen@redhat.com>
1319
1320 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
1321 Substitute call to target_link by call to gdb_compile.
1322
2cd045cd
JL
1323Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
1324
1325 * gdb.base/break.exp: Fix HP specific search string when testing
1326 backtracing in a called function.
1327
1328 * gdb.base/constvars.exp: Only set lang to C++ if we're
1329 compiling the test with HP's compilers.
1330 * gdb.base/volatile.exp: Similarly.
1331
99ebe9ac
JB
13322001-12-19 Jim Blandy <jimb@redhat.com>
1333
1334 * gdb.base/printcmds.exp: Expect the null character to be printed
1335 as '\0', and the '\013' to be printed as '\v'.
1336 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
1337 * gdb.base/setvar.exp: Same.
1338
b9891b29
JB
13392001-12-17 Jim Blandy <jimb@redhat.com>
1340
0eba65ab
JB
1341 * gdb.base/completion.exp: Rather than completing very long
1342 filenames, which can make the readline library produce output we
1343 don't recognize, cd to the directory first, and then complete
1344 using nice, short relative paths.
1345
6970b5b1
JB
1346 * gdb.base/completion.exp: On some systems, there is, in fact, a
1347 variable named `b' in scope, since GDB treats all static
1348 variables as being in scope. So use `no_var_named_this'
1349 instead of `b'.
1350
b9891b29
JB
1351 * gdb.base/corefile.exp: Recognize the message saying that GDB
1352 can't find the core file's registers as a failure.
1353
e6ccd35f
JSC
13542001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
1355
1356 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
1357 test expect string more specific.
1358
105ba819
CV
13592001-12-13 Corinna Vinschen <vinschen@redhat.com>
1360
1361 * gdb.asm/asm-source.exp: Add support for xstormy16.
1362 * gdb.asm/configure.in: Ditto.
1363 * gdb.asm/configure: Rebuild.
1364 * gdb.asm/xstormy16.inc: New file.
1365
e9e79dd9
FF
13662001-12-10 Fred Fish <fnf@redhat.com>
1367
1368 * gdb.base/maint.exp: Update to match changes in type dumping code.
1369
347dc97d
JB
13702001-12-10 Jim Blandy <jimb@redhat.com>
1371
1372 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
1373 matching the entry point symbol's name at the beginning of the
1374 line.
1375
5178b9d6
DJ
13762001-12-07 Daniel Jacobowitz <drow@mvista.com>
1377
1378 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
1379 gdb.c++/inherit.exp, gdb.c++/method.exp,
1380 gdb.c++/namespace.exp, gdb.c++/templates.exp,
1381 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
1382 and class layout support.
1383
af890c52
DJ
13842001-12-07 Daniel Jacobowitz <drow@mvista.com>
1385
1386 * gdb.c++/classes.exp: Add test for static member function.
1387 * gdb.c++/misc.cc: Add class with static member function.
1388
7a345fb3
JB
13892001-12-07 Jim Blandy <jimb@redhat.com>
1390
f2e54a80 1391 If GDB says it can't find the struct the function returned, report
8032bf31
JB
1392 those tests as `unsupported'.
1393 * gdb.base/call-rt-st.exp (print_struct_call): New function.
1394 Rewrite subsequent tests to use it.
1395
1396 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
1397 those tests as `unsupported'.
1398 * gdb.base/structs.exp (call_struct_func): New function.
1399 (do_function_calls): Use call_struct_func to call the functions
1400 returning structs.
1401
0bc69509
JB
1402 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
1403 whether functions are prototyped or not, so we can't possibly pass
1404 arguments to t_float_values2 properly.
1405
7a345fb3
JB
1406 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
1407 value of `timeout' for targets other than the mips*tx39-*.
1408
edb6ede1
MS
14092001-12-06 Michael Snyder <msnyder@redhat.com>
1410
1411 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
1412 and detect whether the start symbol has a leading underscore.
1413
2d842f13
JB
14142001-12-04 Jim Blandy <jimb@redhat.com>
1415
1416 * gdb.base/completion.exp: Clarify indentation.
1417
68550daf
JB
14182001-12-03 Jim Blandy <jimb@redhat.com>
1419
1420 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
1421 variables on the S/390, not `.word'.
1422
cd5195a8
JB
14232001-11-30 Jim Blandy <jimb@redhat.com>
1424
1425 Add assembly-source tests for s390-ibm-linux.
1426 * gdb.asm/s390.inc: New file.
1427 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
1428 the S/390 architecture.
1429 * gdb.asm/configure: Regenerated.
1430
ca9efc90
MS
14312001-11-30 Michael Snyder <msnyder@redhat.com>
1432
1433 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
1434 next, info source, info sources, info line, global and static
1435 variables, and static functions.
1436 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
1437 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
1438 * gdb.asm/asmsrc1.s: Add a static function and some variables.
1439 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
1440 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
1441 (gdbasm_leave): Restore frame pointer.
1442 (gdbasm_startup): Copy stack set-up from crt0.S.
1443
d0e66976
FN
14442001-11-26 Fernando Nasser <fnasser@redhat.com>
1445
1446 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
1447 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
1448 to a local (non-static) variable. Copy tstruct.a to a static buffer
1449 and return a pointer to that buffer.
1450 * gdb.base/callfwmall.c (t_structs_a): Ditto.
1451
e2334072
MK
14522001-11-24 Mark Kettenis <kettenis@gnu.org>
1453
1454 * gdb.asm/configure.in: Fix recognition of ix86 target.
1455 * gdb.asm/configure: Regenerate.
1456
756caa3d
MS
14572001-11-21 Michael Snyder <msnyder@redhat.com>
1458
1459 * gdb.asm/sparc.inc: New file.
1460 * gdb.asm/asm-source.exp: Recognize sparc target.
1461 * gdb.asm/configure.in: Recognize sparc target.
1462 * gdb.asm/configure: Regenerate.
1463
9a4d72d5
MS
14642001-11-21 Michael Snyder <msnyder@redhat.com>
1465
1466 * gdb.asm/m32r.inc: New file.
1467 * gdb.asm/asm-source.exp: Recognize m32r target.
1468 * gdb.asm/configure.in: Recognize m32r target.
1469 * gdb.asm/configure: Regenerate.
1470
a773d1cd
MS
14712001-11-20 Michael Snyder <msnyder@redhat.com>
1472
017ac23d
MS
1473 * gdb.asm/i386.inc: New file.
1474 * gdb.asm/asm-source.exp: Recognize ix86 target.
1475 * gdb.asm/configure.in: Recognize ix86 target.
1476 * gdb.asm/configure: Regenerate.
1477
a773d1cd
MS
1478 * gdb.c++/namespace.exp: Fix quotes in output messages.
1479
bb632afb
MS
14802001-11-14 Michael Snyder <msnyder@redhat.com>
1481
25d559ca 1482 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
1483 qualifier in a type cast expression, to designate an address
1484 in the instruction space (Harvard architecture).
1485
4749e309
MS
14862001-11-13 Michael Snyder <msnyder@redhat.com>
1487
1488 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
1489 Tests for expressions using 'const' and 'volatile'.
1490
25050984
CV
14912001-11-13 Corinna Vinschen <vinschen@redhat.com>
1492
1493 * gdb.asm/asm-sources.exp: Allow defining linker flags.
1494
1902c51f
DJ
14952001-11-12 Daniel Jacobowitz <drow@mvista.com>
1496
1497 * lib/mi-support.exp (mi_run_to_helper): Move comments
1498 outside of gdb_expect.
1499
dcf95b47
DJ
15002001-11-11 Daniel Jacobowitz <drow@mvista.com>
1501
1502 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
1503 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
1504 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
1505 mi0_run_to): New functions.
1506 * gdb.mi/mi-simplerun.exp: Use them.
1507 * gdb.mi/mi0-simplerun.exp: Likewise.
1508 * gdb.mi/mi-var-cmd.exp: Likewise.
1509 * gdb.mi/mi0-var-cmd.exp: Likewise.
1510
45b074e1
AC
15112001-11-10 Andrew Cagney <ac131313@redhat.com>
1512
1513 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
1514 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
1515
bf50d346
AC
15162001-11-09 Andrew Cagney <ac131313@redhat.com>
1517
1518 * gdb.base/restore.exp: Include $expected value in restored test
1519 message.
1520
9383332c
AC
15212001-11-09 Andrew Cagney <ac131313@redhat.com>
1522
1523 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
1524 implemented.
1525
db62520a
MS
15262001-11-08 Michael Snyder <msnyder@redhat.com>
1527
1528 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
1529 Add pass/fail message for stop at breakpoint in call dummy function.
1530
b5703437
MS
15312001-11-07 Michael Snyder <msnyder@redhat.com>
1532
760f6330
MS
1533 * gdb.c++/templates.exp (test_template_breakpoints):
1534 If we get an overload menu, but it does not match what
1535 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
1536 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
1537 making the whitespace optional. Argument for "new" may be
1538 "unsigned" as well as "unsigned int/long".
eef747c0
MS
1539 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
1540 making the whitespace optional. Also replace "(void) with
1541 "((void|)), making the keyword "void" optional.
63f50499
MS
1542 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
1543 making the whitespace optional. Also replace "(void) with
1544 "((void|)), making the keyword "void" optional.
3bf40917
MS
1545 * gdb.base/callfuncs.c (t_float_values): This function must
1546 _not_ be prototyped, and the following function (t_float_values2)
1547 must be prototyped (if the compiler supports it), so that GDB
1548 can be tested against both cases. Usually one case involves
1549 promotion of float to double, while the other does not.
1550 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
1551 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
1552 includes a stack frame for "start".
1553
c8ab4e6d
JB
15542001-11-05 Jim Blandy <jimb@redhat.com>
1555
1556 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
1557 pointers are 32 bits long, and that offsets of relocs are always
1558 stored in the data (REL-style), and not in the reloc entry itself
1559 (RELA-style).
1560 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
1561 stabs.
1562
3f08ced9
MS
15632001-11-01 Michael Snyder <msnyder@redhat.com>
1564
1565 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
1566 and regular expression operators by using quoting.
1567
cbfa24cd
MS
15682001-10-31 Michael Snyder <msnyder@redhat.com>
1569
1570 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
1571 depending on what the symbol table contains.
1572 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
1573 the output of the ptype command. Similarly, accept both "const &"
1574 and "const&".
1575
aaa68313
CV
15762001-10-31 Corinna Vinschen <vinschen@redhat.com>
1577
1578 * gdb.base/miscexprs.c (main): Add usage of preprocessor
1579 symbol `STORAGE' to allow to choose the storage class of
1580 the local datastructures.
1581 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
1582 compiler directive.
1583
91740388
MS
15842001-10-30 Michael Snyder <msnyder@redhat.com>
1585
1586 * gdb.base/jump.exp: Allow it to run for all targets.
1587
1b7c05e7
CV
15882001-10-29 Corinna Vinschen <vinschen@redhat.com>
1589
1590 * gdb.base/call-ar-st.c (print_double_array): Match for loop
1591 with new double_array size.
1592 (main): Change storage class of all local variables to static.
1593 Reduce size of double_array to 9.
1594 * gdb.base/call-ar-st.exp: Increase timeout value.
1595 Change expected output for double array to match new size in
1596 call-ar-st.c.
1597
36a22261
CV
15982001-10-29 Corinna Vinschen <vinschen@redhat.com>
1599
1600 * gdb.base/ending-run.exp: Create identical output when passing
1601 `step to end of run' case. Add regular expression branch satisfying
1602 Stormy16 target.
1603
92b8ae91
MK
16042001-10-28 Mark Kettenis <kettenis@gnu.org>
1605
1606 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
1607 that we catch the expected failure under Linux/x86.
1608
cb135b83
OF
16092001-10-29 Orjan Friberg <orjanf@axis.com>
1610
1611 * gdb.base/setvar.exp: Escape curly braces.
1612 * gdb.stabs/weird.exp: Ditto.
1613
6884aa54
DJ
16142001-10-27 Daniel Jacobowitz <drow@mvista.com>
1615
1616 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
1617 * gdm.mi/mi0-hack-cli.exp: Likewise.
1618
0398c9aa
AC
16192001-10-25 Andrew Cagney <ac131313@redhat.com>
1620
1621 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
1622 messages.
1623
d20bf2e8
AC
16242001-10-21 Andrew Cagney <ac131313@redhat.com>
1625
1626 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
1627 checking MI enabled.
1628
03dd63aa
CV
16292001-10-09 Corinna Vinschen <vinschen@redhat.com>
1630
1631 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
1632
1d9d99f3
FCE
16332001-10-04 Frank Ch. Eigler <fche@redhat.com>
1634
1635 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
1636 if gdb child process crashes, just signal an error.
1637
838ae6c4
JB
16382001-10-02 Jim Blandy <jimb@redhat.com>
1639
1640 * lib/gdb.exp (test_xfail_format): Simplify.
1641
1642 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
1643 front of the variable name `format'. Simplify `if'.
1644
8f0cbc1c
DJ
16452001-10-01 Daniel Jacobowitz <drow@mvista.com>
1646
1647 * gdb.threads/pthreads.exp: Wait for output and delay
1648 before sending ^C.
1649
1f08dafd
DJ
16502001-10-01 Daniel Jacobowitz <drow@mvista.com>
1651
1652 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
1653 some incorrect output instead of timing out.
1654 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
1655
674f90ff
CV
16562001-09-28 Corinna Vinschen <vinschen@redhat.com>
1657
1658 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
1659 check to allow additional `int'.
1660
9b284272
DJ
16612001-09-27 Daniel Jacobowitz <drow@mvista.com>
1662
1663 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
1664 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
1665
b55a4771
MS
16662001-09-27 Michael Snyder <msnyder@redhat.com>
1667
1668 * lib/gdb.exp (test_debug_format): New proc.
1669 (setup_xfail_format): Use new proc test_debug_format.
1670 * gdb.base/constvars.exp (local_compiler_xfail_check): New
1671 proc; use new service proc test_debug_format.
1672 Replace all other "gcc_compiled" tests with this test.
1673 * gdb.base/volatile.exp (local_compiler_xfail_check): New
1674 proc; use new service proc test_debug_format.
1675 Replace all other "gcc_compiled" tests with this test.
1676
16772001-09-27 Michael Snyder <msnyder@redhat.com>
1678
1679 * gdb.base/cvexpr.exp: New file.
1680 * gdb.base/cvexpr.c: New file
1681 Test for expressions using const and volatile keywords.
1682
4e6667ac
CV
16832001-09-26 Corinna Vinschen <vinschen@redhat.com>
1684
1685 * gdb.base/constvars.exp: Check for different orders of keywords
1686 and additional "int" strings in output.
1687
4f337972
AC
16882001-09-22 Andrew Cagney <ac131313@redhat.com>
1689
1690 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
1691 responses from "help maint".
1692
2015650d
FCE
16932001-09-19 Frank Ch. Eigler <fche@redhat.com>
1694
1695 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
1696 to localhost:NNN instead of :NNN, in case Xvfb is listening
1697 only on TCP.
1698
f3bcedc1
CV
16992001-09-19 Corinna Vinschen <vinschen@redhat.com>
1700
1701 * gdb.base/recurse.exp: When checking leaving the watchpoint
1702 scope, recognize when gdb is in function's epilogue and pass.
1703
6b819c92
KS
17042001-09-18 Keith Seitz <keiths@redhat.com>
1705
1706 * lib/insight-support.exp (_gdbtk_export_target_info): Add
1707 support for running tests against sid targets.
1708 (gdbtk_done): Ditto.
1709
a10c9419
CV
17102001-09-18 Corinna Vinschen <vinschen@redhat.com>
1711
1712 * gdb.base/ending-run.c (main): Set stdout buffersize
1713 to the same reasonable value for any target.
1714 * gdb.base/ending-run.exp: Add a regular expression
1715 to make testsuite happy on Sanyo Stormy16 target.
1716
739d0d99
CV
17172001-09-17 Corinna Vinschen <vinschen@redhat.com>
1718
1719 * gdb.base/display.c (do_loops): Add float variable `f'.
1720 Increment f in loop.
1721 * gdb.base/display.exp: Increment timeout by 60 seconds.
1722 Change float display test to use variable `f'.
1723
1b8947f0
JB
17242001-09-17 Jim Blandy <jimb@redhat.com>
1725
1726 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
1727 overflowing the limited breakpoint tables on some ROM monitors
1728 (like the ROM68K).
1729
9890ac81
FCE
17302001-09-15 Frank Ch. Eigler <fche@redhat.com>
1731
1732 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
1733 the "-ac" (disable access control) flag.
1734
6db765ea
JH
17352001-08-30 Jeff Holcomb <jeffh@redhat.com>
1736
1737 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
1738 ints.
1739
4c32cc04
KS
17402001-08-30 Keith Seitz <keiths@redhat.com>
1741
1742 * lib/gdb.exp: Move all insight-related functionality into
1743 separate file.
1744 * lib/insight-support.exp: New file.
1745
8d6e6f81
FCE
17462001-08-29 Frank Ch. Eigler <fche@redhat.com>
1747
1748 * config/sid.exp (sid_start): Never set sid verbosity; disable
1749 expect_background {} that consumed its stdout; tolerate </dev/null.
1750 Attempt to set endianness override in "sid" protocol mode. Cleanup.
1751
6a90e1d0
AC
17522001-08-18 Andrew Cagney <ac131313@redhat.com>
1753
1754 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
1755 CLI jump command to start it.
1756 (mi_run_to_main): Fail immediatly when unexpected output.
1757
1759b3c3
AC
17582001-08-18 Andrew Cagney <ac131313@redhat.com>
1759
1760 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
1761 beginning of function. Fix PR gdb/191.
1762
61d11d80
FCE
17632001-08-16 Frank Ch. Eigler <fche@redhat.com>
1764
1765 * config/sid.exp (sid_start): Don't warn if we cannot figure out
1766 what to force sid endianness to.
1767
942a4df2
KS
17682001-08-15 Keith Seitz <keiths@redhat.com>
1769
1770 * lib/gdb.exp (gdbtk_start): Don't set environment
1771 variables for TCL_LIBRARY and friends. Insight will
1772 now figure these out for itself.
1773
0521c418
MS
17742001-08-02 Michael Snyder <msnyder@redhat.com>
1775
1776 * gdb.base/completion.exp: Remove the symbol "a64l" from
1777 the expect string; this is target-specific, and not related
1778 to what is being tested.
1779
74a9a58a
DB
17802001-08-02 Dave Brolley <brolley@redhat.com>
1781
1782 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
1783
c70819fa
MS
17842001-07-25 Michael Snyder <msnyder@redhat.com>
1785
c2b8fa57
MS
1786 * gdb.base/consecutive.exp: New file. Test stepping over
1787 breakpoints on consecutive instructions.
1788 * gdb.base/consecutive.c: New file.
1789
c70819fa
MS
1790 * gdb.base/call-rt-st.exp: Use double-backslash to quote
1791 curly braces in regular expressions.
1792
2b1a1355
MS
17932001-07-25 Michael Snyder <msnyder@redhat.com>
1794
1795 * gdb.base/ending-run.exp: Accept "Program exited normally" as
1796 legitimate output from stepping out of main.
1797
413eca6f
KS
17982001-07-22 Keith Seitz <keiths@redhat.com>
1799
1800 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
1801 the empty string, do not run the tests.
1802
7e5a9322
SC
18032001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1804
1805 * gdb.base/long_long.exp: Detect size of pointer. Take into
1806 account 2-byte pointers when testing for p/a results.
1807
de58f10f
SC
18082001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1809
1810 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
1811 and defined to 1K for m68hc11.
1812 (random_data): Reduce table to 1K for embedded platforms (68hc11).
1813 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
1814 (sizeof_random_data): New variable to tell the size of the data table;
1815 don't test past this size; always run to main.
1816
d6f5fea1
SC
18172001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1818
1819 * gdb.base/return2.exp: return of long long and double fails for
1820 68HC11; don't execute these tests on that platform.
1821 * gdb.base/return.exp: Return of a double fails for 68hc11.
1822
c477543d
SC
18232001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1824
1825 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
1826 tests that print a float.
1827 * call-rt-st.exp: Likewise.
1828
63cf1c79
MK
18292001-07-12 Mark Kettenis <kettenis@gnu.org>
1830
1831 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
1832 running this test on Linux.
1833
112f9ab5
MC
18342001-06-24 Michael Chastain <chastain@redhat.com>
1835
1836 * gdb.base/arithmet.exp: Remove some tests to make all test names
1837 unique.
1838
4970cb0f
MS
18392001-07-03 Michael Snyder <msnyder@redhat.com>
1840
1841 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
1842 the output of the ptype command.
1843
d85da69f
MS
18442001-07-02 Michael Snyder <msnyder@redhat.com>
1845
4c8a82de
MS
1846 * gdb.base/completion.exp: Don't assume that break.c is the only
1847 source file that may contain functions named "marker".
d85da69f
MS
1848 * gdb.base/corefile.exp: Quote the curly braces in regexp.
1849
8afc772b
AC
18502001-06-28 Andrew Cagney <ac131313@redhat.com>
1851
1852 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
1853 of files to delete.
1854
1855 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
1856 * gdb.disasm/h8300s.exp: New file.
1857 gdb.disasm/h8300s.s: Likewise.
1858
cff22675
AC
18592001-06-27 Andrew Cagney <ac131313@redhat.com>
1860
1861 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
1862 empty breakpoint tables.
1863
68c81b54
AC
18642001-06-25 Andrew Cagney <ac131313@redhat.com>
1865
1866 * lib/mi-support.exp: Update args=... part of stop-reason
1867 patterns. Accept either a list or a tuple.
1868
2dd62704
AC
18692001-06-23 Andrew Cagney <ac131313@redhat.com>
1870
1871 * lib/mi-support.exp: Remove local emacs variable defining
1872 change-log-default-name.
1873
b4127474
MC
18742001-06-22 Michael Chastain <chastain@redhat.com>
1875
1876 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
1877 This is operationally compatible with the previous version.
1878
8dbfb380
JB
18792001-06-13 Jim Blandy <jimb@redhat.com>
1880
1881 * lib/gdb.exp (gdb_test): Doc fix.
1882
f2d8c86d
MC
18832001-06-10 Michael Chastain <chastain@redhat.com>
1884
1885 * gdb.base/exprs.exp: Remove a duplicate test.
1886
81564d34
JB
18872001-06-06 Jim Blandy <jimb@redhat.com>
1888
1889 * gdb.base/return2.exp (main): Use values to test float and double
1890 returns that are not NaN's, to avoid being confused by IEEE
1891 comparison rules.
1892
da55addb
MS
18932001-06-04 Michael Snyder <msnyder@redhat.com>
1894
1895 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
1896 non-zero if control_c fails. Terminate the test on failure,
1897 rather than wait for 12 more tests to time out.
1898
42c65987
JB
18992001-06-06 Jim Blandy <jimb@redhat.com>
1900
b18bced9
JB
1901 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
1902 Don't forget to match the GDB prompt.
1903
42c65987
JB
1904 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
1905
5b41e5f0
JB
19062001-06-04 Jim Blandy <jimb@redhat.com>
1907
1908 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
1909 command.
1910
015e046f
KB
19112001-05-31 Kevin Buettner <kevinb@redhat.com>
1912
1913 * gdb.base/annota1.exp (info break): Match four or more spaces
1914 after "Address".
1915
fb1ffbbe
MC
19162001-05-31 Michael Chastain <chastain@redhat.com>
1917
1918 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
1919 (dm_type_int_star): Likewise.
1920 (dm_type_long_star): Likewise.
1921 (dm_type_void_star): Likewise.
1922
5ea2a32c
KB
19232001-05-29 Kevin Buettner <kevinb@redhat.com>
1924
1925 * gdb.base/completion.exp (INPUTRC): Set this environment variable
1926 to a known value in order to get consistent results regardless
1927 of the setting of INPUTRC or the presence or contents of .inputrc.
1928
ae23c492
MS
19292001-05-24 Michael Snyder <msnyder@redhat.com>
1930
ac55707e
MS
1931 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
1932 Don't require that the main thread and the manager thread are the
1933 first in the list.
1934
ae23c492
MS
1935 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
1936 debugging. If test fails, issue an "unsupported" not a "fail".
1937
400071f1
JB
19382001-05-24 Jim Blandy <jimb@redhat.com>
1939
1940 Don't assume that short is shorter than int.
1941 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
1942 assume that shorts are smaller than ints. On a 16-bit machine,
1943 this isn't true.
1944 ("print unsigned char == (~0)"): Add test that verifies that ~0,
1945 an int, is not equal to ~0 stored in an unsigned char. This tests
1946 the same thing that the previous test meant to, but works on
1947 16-bit machines, too.
1948 ("print unsigned char != (~0)"): Same test, complemented.
1949
0816a3e5
MS
19502001-05-24 Michael Snyder <msnyder@redhat.com>
1951
1952 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
1953 test for (full_coverage == 0). This makes the test run faster,
1954 and prevents dejagnu getting out of step.
1955
f6dc23a9
KB
19562001-05-23 Kevin Buettner <kevinb@redhat.com>
1957
1958 * gdb.base/finish.exp (finish_void): Revise pattern for
1959 stopping on the call statement to not permit stopping at
1960 the start of the instructions comprising the call sequence.
1961
7dbd117d
MC
19622001-05-19 Michael Chastain <chastain@redhat.com>
1963
1964 * gdb.base/callfuncs.exp: Make all test names unique.
1965 * gdb.base/commands.exp: Make all test names unique.
1966 * gdb.base/condbreak.exp: Make all test names unique.
1967 * gdb.base/dbx.exp: Make all test names unique.
1968 * gdb.base/default.exp: Make all test names unique.
1969 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
1970 and TIMEOUT messages to their corresponding PASS message.
1971 * gdb.base/ending-run.exp: Make all test names unique.
1972 * gdb.base/long_long.exp: Remove duplicate test.
1973
6b0b0a9e
KB
19742001-05-21 Kevin Buettner <kevinb@redhat.com>
1975
1976 * gdb.base/finish.exp (finish_void): Allow "finish" command to
1977 stop on the call statement as well as the statement after the
1978 call.
1979
2caa35cb
MS
19802001-05-21 Michael Snyder <msnyder@redhat.com>
1981
1982 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
1983
40713331
EZ
19842001-05-10 Elena Zannoni <ezannoni@redhat.com>
1985
1986 * gdb.base/completion.exp: Revamp test. Make it execute on all
1987 platforms.
1988
c2c1be8d
EZ
19892001-05-10 Elena Zannoni <ezannoni@redhat.com>
1990
2c9cd303
EZ
1991 * config/gdbserver.exp (gdb_load): Handle the case
1992 in which the arguments to gdbserver are given in the
1993 baseboard configuration file.
1994 Also handle the case in which the server needs to do a
1995 load.
1996
9671de48
KS
19972001-05-07 Keith Seitz <keiths@cygnus.com>
1998
1999 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
2000 set up the display for testing.
2001 (gdbtk_start): Convert all paths to paths that tcl will like.
2002 Export target information to environment.
2003 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
2004 necessary.
2005 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
2006 (to_tcl_path): New proc to convert a given pathname into
2007 a path acceptible as an argument to a tcl command.
2008 (_gdbtk_export_target_info): New proc to export target info
2009 into the environment for gdbtk testing.
2010 (gdbtk_done): New proc to signal end-of-test.
2011
5a360f47
JB
20122001-05-06 Jim Blandy <jimb@redhat.com>
2013
2014 * restore.c: Make the code of caller0 correspond to its comment.
2015
66c756c6
MS
20162001-05-03 Michael Snyder <msnyder@redhat.com>
2017
2018 * config/sid.exp (gdb_target_sid): Check for error messages.
2019 On error or timeout, don't make expect exit (which will terminate
2020 all subsequent tests); instead just make gdb exit.
2021 (gdb_load): Check for error messages. On error or timeout,
2022 return a negative value.
2023
a966fde5
JB
20242001-04-24 Jim Blandy <jimb@redhat.com>
2025
851c18e0
JB
2026 * gdb.c++/templates.exp: If we see the prompt for the overload
2027 list, but we haven't recognized any of the longer patterns,
2028 arrange for this test to fail, not hang.
2029
a966fde5
JB
2030 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
2031 variations.
2032
db144853
MC
20332001-04-22 Michael Chastain <chastain@redhat.com>
2034
2035 * gdb.c++/local.exp: Use the 'runto' library function.
2036 * gdb.c++/namespace.exp: Likewise.
2037 * gdb.c++/overload.exp: Likewise.
2038
3207ec21
KB
20392001-03-26 Kevin Buettner <kevinb@redhat.com>
2040
2041 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
2042 * gdb.base/step-line.exp: New file. Test step/next in presence of
2043 #line directives.
2044 * gdb.base/step-line.c: New file. Test program for the above.
2045 * gdb.base/step-line.inp: New file. We pretend that this file has
2046 been transformed by some other tool into step-line.c.
2047
13b57657
JB
20482001-03-21 Jim Blandy <jimb@redhat.com>
2049
2050 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
2051 unmangled operator names.
2052
754cbe1c
JB
20532001-03-20 Jim Blandy <jimb@redhat.com>
2054
2055 * gdb.threads/linux-dp.exp: Recognize an additional message
2056 generated by GDB when it doesn't understand how to debug threads
2057 on the target system.
2058
177495c9
AC
20592001-03-19 Andrew Cagney <ac131313@redhat.com>
2060
2061 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
2062
f266096b
MC
20632001-03-12 Michael Chastain <chastain@redhat.com>
2064
2065 * gdb.c++/derivation.exp: Use the 'runto' library function.
2066
cac3c2ff
MC
20672001-03-12 Michael Chastain <chastain@redhat.com>
2068
2069 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
2070
b6c11a24
MC
20712001-02-24 Michael Chastain <chastain@redhat.com>
2072
2073 * gdb.c++/ref-types.exp: Change handwritten code to library
2074 function 'runto'.
2075
6bae5bce
OF
20762001-03-16 Orjan Friberg <orjanf@axis.com>
2077
2078 * gdb.base/signals.exp: Set count to 0 explicitly.
2079
0015fd9a
MS
20802001-03-15 Mark Salter <msalter@redhat.com>
2081
2082 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
2083 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
2084 (gdb_load): Add support for additional target_info: gdb_download_size
2085 and gdb_load_timeout.
0015fd9a 2086
fc33412a
DT
2087Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
2088
2089 * gdb.base/annota1.exp: Move test of isnative to earlier in the
2090 file -- to prevent failing when the compile fails but we have no
2091 intention of running the tests anyway.
2092
2093 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
2094 tests if set.
2095
2096 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
2097 integers.
2098
2099 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
2100 * gdb.c++/namespace.exp: Ditto.
2101
115f06de
OF
21022001-03-07 Orjan Friberg <orjanf@axis.com>
2103
2104 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
2105 * gdb.base/pointers.exp: Relax pattern match of decimals.
2106
b6ba6518
KB
21072001-03-06 Kevin Buettner <kevinb@redhat.com>
2108
2109 * Makefile.in, config/abug.exp, config/cfdbug.exp,
2110 config/cpu32bug.exp, config/dve.exp, config/est.exp,
2111 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
2112 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
2113 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
2114 config/sh.exp, config/sid.exp, config/slite.exp,
2115 config/sparclet.exp, config/udi.exp, config/unknown.exp,
2116 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
2117 config/vxworks.exp, config/vxworks29k.exp,
2118 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
2119 gdb.base/all-bin.exp, gdb.base/annota1.exp,
2120 gdb.base/arithmet.exp, gdb.base/assign.exp,
2121 gdb.base/async.exp, gdb.base/attach.exp,
2122 gdb.base/bitfields.exp, gdb.base/bitops.exp,
2123 gdb.base/break.exp, gdb.base/call-ar-st.exp,
2124 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
2125 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
2126 gdb.base/commands.exp, gdb.base/completion.exp,
2127 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
2128 gdb.base/constvars.exp, gdb.base/corefile.exp,
2129 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2130 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
2131 gdb.base/ending-run.exp, gdb.base/environ.exp,
2132 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
2133 gdb.base/finish.exp, gdb.base/foll-exec.exp,
2134 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
2135 gdb.base/funcargs.exp, gdb.base/help.exp,
2136 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
2137 gdb.base/logical.exp, gdb.base/long_long.exp,
2138 gdb.base/maint.exp, gdb.base/mips_pro.exp,
2139 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
2140 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
2141 gdb.base/pointers.exp, gdb.base/printcmds.exp,
2142 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
2143 gdb.base/regs.exp, gdb.base/relational.exp,
2144 gdb.base/remote.exp, gdb.base/reread.exp,
2145 gdb.base/restore.exp, gdb.base/return2.exp,
2146 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
2147 gdb.base/selftest.exp, gdb.base/setshow.exp,
2148 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2149 gdb.base/sigall.exp, gdb.base/signals.exp,
2150 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
2151 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
2152 gdb.base/step-test.exp, gdb.base/structs.c,
2153 gdb.base/structs.exp, gdb.base/structs2.exp,
2154 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
2155 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
2156 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
2157 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
2158 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
2159 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
2160 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
2161 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
2162 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
2163 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
2164 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
2165 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
2166 gdb.fortran/types.exp, gdb.java/jmisc.exp,
2167 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
2168 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
2169 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
2170 gdb.trace/circ.exp, gdb.trace/collection.exp,
2171 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
2172 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2173 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
2174 gdb.trace/report.exp, gdb.trace/save-trace.exp,
2175 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2176 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
2177 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
2178 notices.
2179
dc96c6c7 21802001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
2181
2182 * gdb.base/varargs.c (find_max_double): Fix printf format string:
2183 first arg is int not float.
2184
dc96c6c7 21852001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
2186
2187 * gdb.base/reread.exp: Unsupported for non-native targets;
2188 doesn't work for remote debugging.
2189
9b0c4aeb
FN
21902001-02-19 Fernando Nasser <fnasser@redhat.com>
2191
2192 From Drew Moseley <dmoseley@redhat.com>
2193 * gdb.base/ending-run.exp: Properly handle the BSP state when
2194 stepping past the end of main.
2195
02aa71d5
MC
21962001-02-19 John Moore <jmoore@redhat.com>
2197
2198 * gdb.base/commands.exp (infrun_breakpoint_command_test):
2199 Converted HPUX fix for non-expected items following multiple
2200 step commands into general solution for all platforms.
2201
1fa449a4
MC
22022001-02-18 Michael Chastain <chastain@redhat.com>
2203
2204 * gdb.c++/classes.exp (do_tests): Change runto statements
2205 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2206 statements demangler agnostic.
2207 * gdb.c++/virtfunc.exp (do_tests): Likewise.
2208 (gdb_virtfunc_restart): Likewise.
2209
b2f9ec70
MC
22102001-02-14 Michael Chastain <chastain@redhat.com>
2211
2212 * gdb.c++/inherit.exp (do_tests): Change runto statements
2213 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2214 statements demangler agnostic.
2215
cf74b8ca
AC
2216Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
2217
2218 * gdb.threads/pthreads.exp: Unify pass/fail messages for
2219 ``continue to bkpt at common_routine in thread 2'' and ``stopped
2220 before calling common_routine 15 times'' tests.
2221
99f78f56
MC
22222001-02-11 Michael Chastain <chastain@redhat.com>
2223
2224 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
2225 Helps the test script figure out which demangler is in use.
2226 (dm_type_foo_ref): Ditto.
2227 (dm_type_int_star): Ditto.
2228 (dm_type_long_star): Ditto.
2229 (dm_type_unsigned_int): Ditto.
2230 (dm_type_void): Ditto.
2231 (dm_type_void_star): Ditto.
99707966 2232 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
2233 Probe the gdb demangler and set variables to accommodate
2234 formatting differences.
2235 (info_func_regexp): New function. Same as info_func, but
2236 matches against a regexp.
2237 (info_func): Match against a literal string.
2238 (print_addr_2): New function. Match against a literal string,
2239 which can be different from the input to gdb.
2240 (print_addr): Simply call print_addr_2 with the same argument twice.
2241 (test_lookup_operator_functions): Use demangler formatting variables.
2242 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
2243 the tests in the same order as the C++ class declaration.
2244 (test_paddr_operator_functions): Ditto.
2245 (test_paddr_overloaded_functions): Ditto.
2246 (test_paddr_hairy_functions): Use demangler formatting variables.
2247 Add reference to gdb/19 for related tests.
2248 (do_tests): Call probe_demangler.
2249
1de8f023
KB
22502001-01-30 Kevin Buettner <kevinb@redhat.com>
2251
2252 * gdb.c++/templates.cc (printf): Remove unused function definition.
2253
ca3f91ed
MS
22542001-01-26 Felix Lee <flee@redhat.com>
2255
2256 * sid.exp (sid_exit): Pass host, not target, to remote_close.
2257
22582001-01-25 matthew green <mrg@redhat.com>
2259
2260 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
2261 up sid.
2262 (sid_exit): Call `remote_pop_conn' after GDB is gone.
2263
22642001-01-25 matthew green <mrg@redhat.com>
2265
2266 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
2267 Deprecate $sid_spawn_id.
2268 (sid_exit): Remove code necessary only for `spawn.'
2269
22702001-01-25 matthew green <mrg@redhat.com>
2271
2272 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
2273
fb18ec4a
MC
22742001-01-28 Michael Chastain <chastain@redhat.com>
2275
2276 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
2277 to call when tests fail. It takes gdb out of the overloaded
2278 function choice menu back to the main prompt, so that the test
2279 program stays synchronized.
2280 (set_bp_overloaded): New proc to collect all the common
2281 code for setting a breakpoint on an overloaded name. Calls
2282 take_gdb_out_of_choice_menu when needed.
2283 (menu_overload1arg): New variable to collect the repeated
2284 instances of the expected menu for an overloaded name. Change
2285 the regular expression to handle changes in g++ type encoding:
2286 "void" can be either "void" or "", and "unsigned int" can be
2287 either "unsigned int" or "unsigned".
2288 (continue_to_bp_overloaded): Change regular expressions to handle
2289 changes in g++ type encoding.
2290 (no proc): Call take_gdb_out_of_choice_menu when needed.
2291 Remove redundant calls to "info break". Accept either "canceled"
2292 or "cancelled". Change regular expressions in "info break"
2293 calls to handle changes in g++ type encoding. Give all tests
2294 unique strings.
2295
9c646a6e
BE
22962001-01-17 Ben Elliston <bje@redhat.com>
2297
2298 * config/sid.exp: New file.
2299
9549d9c1
AC
2300Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
2301
2302 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
2303
dc96c6c7 23042000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
2305
2306 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
2307 Add a RE to accept a non-ascii char if one is ever presented.
2308
b4df4f68
FN
23092000-12-20 Fernando Nasser <fnasser@redhat.com>
2310
297dd0fd 2311 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 2312
dc96c6c7 23132000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc
MS
2314
2315 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
2316 in regexp. One '\' does not suffice on Linux.
2317
4a7bddb6
MC
23182000-12-09 Michael Chastain <chastain@redhat.com>
2319
2320 * gdb.base/break.exp (test_clear_command): Use a marker function
2321 rather than 'main' for the test function. Also move this
2322 test to an execution point where the marker function names are
2323 guaranteed to be bound to functions. (Executing tests after a
2324 'finish' from main runs into name conflicts with local names
2325 in __libc_start_main).
2326
dc96c6c7 23272000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
2328
2329 * gdb.base/finish.exp: New test for gdb's "finish" command.
2330 * gdb.base/return2.exp: New test for gdb's "return" command.
2331 * gdb.base/return2.c: New source file for above.
2332
dc96c6c7 23332000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
2334
2335 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
2336 * gdb.base/miscexprs.exp: Ditto.
2337 * gdb.base/pointers.exp: Ditto.
2338 * gdb.c++/derivation.exp: Ditto.
2339 * gdb.c++/local.exp: Ditto.
2340 * gdb.c++/namespace.exp: Ditto.
2341 * gdb.c++/overload.exp: Ditto.
2342 * gdb.c++/ref-types.exp: Ditto.
2343
dc96c6c7 23442000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
2345
2346 * gdb.base/constvars.exp: Test result of "up" command.
2347 * gdb.base/miscexprs.exp: Ditto.
2348 * gdb.base/pointers.exp: Ditto.
2349 * gdb.base/scope.exp: Ditto.
2350 * gdb.c++/derivation.exp: Ditto.
2351 * gdb.c++/local.exp: Ditto.
2352 * gdb.c++/namespace.exp: Ditto.
2353 * gdb.c++/overload.exp: Ditto.
2354 * gdb.c++/ref-types.exp: Ditto.
2355
44097287
FN
23562000-11-22 Michael Chastain <chastain@redhat.com>
2357
2358 * mips_pro.exp: Accept either "middle -> top -> main" or
2359 "middle -> main" in the backtrace, because gcc can optimize
2360 tail calls to jumps. Remove setup_xfail for the hppa case.
2361 Add a comment with the original warning messages from PR 3016,
2362 which was filed in 1993, to preserve them for posterity.
2363
9d2e1bab
ND
23642000-11-17 Nick Duffek <nsd@redhat.com>
2365
2366 * lib/gdb.exp (gdb_test): Override timeout with board info.
2367
1aca8eb7
ND
23682000-11-17 Nick Duffek <nsd@redhat.com>
2369
2370 * gdb.base/display.exp: Don't kill running stub. Add "again" to
2371 the second kill and detach messages.
2372
93076499
ND
23732000-11-17 Nick Duffek <nsd@redhat.com>
2374
2375 * configure.in: Add AC_EXEEXT.
2376 * configure: Regenerate.
2377 * Makefile.in (just-check): Export EXEEXT.
2378 * lib/gdb.exp ($EXEEXT): Import from environment.
2379 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
2380 expect "maint dump-me" on Cygwin.
2381 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
2382 $EXEEXT.
2383
30e87cd3
ND
23842000-11-17 Nick Duffek <nsd@redhat.com>
2385
2386 * gdb.base/break.exp: Test backtrace and finish from called
2387 function on all platforms, not just HP-UX.
2388
dc96c6c7 23892000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
2390
2391 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
2392 code from gdb_target_monitor, so it can be used independantly
2393 for gdbserver. Also comment out an unnecessary PUTS.
2394
dc96c6c7 23952000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
2396
2397 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
2398 * gdb.base/corefile.exp: Expect the message "Program is being
2399 debugged already" when we send the "corefile" command, since
2400 the preceeding gdb_load may have connected gdb to a remote target.
2401 * gdb.base/display.exp: Disable hardware watchpoints if new
2402 board info variable "no_hardware_watchpoints" is true.
2403 Replace single-letter commands with more readable ones.
2404 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
2405 if new board info variable "no_hardware_watchpoints" is true.
2406 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
2407 to see if stdio (printf) testing is possible.
2408 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
2409 board info variable "no_hardware_watchpoints" is true. Use new
2410 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
2411
39124dea
FN
24122000-11-13 Fernando Nasser <fnasser@redhat.com>
2413
2414 From Orjan Friberg <orjanf@axis.com>:
2415 * gdb.base/printcmds.exp: Escape curly braces followed by a number
2416 in array print pattern match.
2417
a9e2e984
FN
24182000-11-09 Fernando Nasser <fnasser@redhat.com>
2419
2420 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
2421 spelling "cancelled" to U.S. spelling "canceled" to match changes
2422 made to gdb.
2423 * gdb.c++/ovldbreak.exp: Ditto.
2424
c7db355b
PS
24252000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2426
2427 * gdb.base/callfuncs.c (main): Moved to end of file, call
2428 t_double_values to initialize the FPU before inferior calls are made.
2429 * gdb.base/callfuncs.exp: Test for register preservation after calling
2430 inferior functions. Add tests for continuining, finishing and
2431 returning from a stop in a call dummy.
2432
dc96c6c7 24332000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
2434
2435 * gdb.base/commands.exp: Break up long lines, and re-indent.
2436
dc96c6c7 24372000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
2438
2439 * config/gdbserver.exp: Rewritten from the ground up, to make it
2440 compatible with the current dejagnu tree, and to make it work with
2441 the new "gdbserver" in libremote.
2442
dc96c6c7 24432000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
2444
2445 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
2446 * gdb.base/varargs.exp: Skip entire test if no printf support.
2447 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
2448 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
2449
dc96c6c7 24502000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
2451
2452 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
2453 no floating point support.
2454 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
2455 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
2456 * gdb.base/call-rt-st.exp: Ditto.
2457 * gdb.base/call-strs.exp: Ditto.
2458
bac5fc66
JG
24592000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
2460
2461 * gdb.base/sizeof.c: include <stdio.h>.
2462
2463 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
2464 'finish', otherwise uncaptured gdb_prompt would potentially
2465 throw remaining test points out of sync.
2466
b22a6027
SB
24672000-07-26 Scott Bambrough <scottb@netwinder.org>
2468
2469 * gdb.base/recurse.exp: Run tests for all targets.
2470 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
2471 gnu-oldld case on ARM.
2472 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
2473 for ARM targets.
2474
d8231941
AG
2475Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
2476
2477 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
2478 * gdb.java/configure: Rebuild.
2479
8caabe69
AG
2480Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
2481
2482 * gdb.java/jv-exp.exp: New file.
2483
9d273ca3
AG
2484Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
2485
2486 * configure: Rebuilt.
2487 * configure.in (configdirs): Add gdb.java.
2488 * gdb.java/jmisc.java: New file.
2489 * gdb.java/jmisc.exp: New file.
2490 * gdb.java/Makefile.in: New file.
2491 * gdb.java/configure: Rebuilt.
2492 * gdb.java/configure.in: New file.
2493 * lib/java.exp: New file.
2494
4f823a66
AC
2495Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
2496
2497 * gdb.base/exprs.exp: Test casts to a pointer including over and
2498 underflow.
2499
2391e11d
AC
2500Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
2501
2502 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
2503 and the compilers sizes.
2504
54602222
ND
25052000-07-09 Nick Duffek <nsd@redhat.com>
2506
2507 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
2508 (use_methods): New function.
2509 (main): Call use_methods().
2510 * gdb.c++/classes.exp (test_method_param_class): New procedure.
2511 (do_tests): Call test_method_param_class.
2512
2bec0572
ND
25132000-07-09 Nick Duffek <nsd@redhat.com>
2514
2515 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
2516 spelling.
2517 (test_enums): New procedure. Move enum tests from end of script
2518 to here. Set breakpoint on function name instead of line number.
2519 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
2520 (enums2): New marker function.
2521 (enums1): New function.
2522 (main): Call enums1(). Move enum tests to enums1().
2523
78492fde
AC
2524Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
2525
2526 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
2527 compile/link program. Update line numbers.
2528 * gdb.asm/d10v.inc: Define ``startup''.
2529 * gdb.asm/asmsrc1.s: Add definition of _start.
2530
49a2cef8
AC
2531Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
2532
2533 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
2534
3e6c8688
EZ
25352000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2536
2537 * gdb.base/maint.exp: Add 'maint print architecture' item to output
2538 of 'help maint print' command.
2539
9ff5cbe9
AC
2540Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
2541
2542 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
2543 they use gdb_expect_list.
2544
17c579bd
AC
2545Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
2546
2547 * gdb.base/commands.exp: Use ``set remote
2548 memory-read-packet-size'' instead of ``set endian big'' to test
2549 long commands.
2550
e6d71bf3
DB
25512000-06-03 Daniel Berlin <dan@cgsoftware.com>
2552
2553 * gdb.c++/templates.exp (do_tests): Make all of these work under
2554 g++, and stop skipping them.
2555
2556 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
2557 work under g++.
2558
e5f9ba7b
MS
2559 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
2560 initialization.
2561
dc96c6c7 25622000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
2563
2564 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
2565 the regular expression: accept an (almost) arbitrary sequence of
2566 "frames-invalid" and "breakpoints-invalid" messages both before
2567 and after the "starting" message.
2568
dc96c6c7 25692000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
2570
2571 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 2572
dc96c6c7 25732000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
2574
2575 * gdb.base/annota1.exp (annotate-signal-handler-caller):
2576 Relax the regular expression a little, make it pass on Solaris 8.
2577
8216cda9
KB
25782000-05-12 Kevin Buettner <kevinb@redhat.com>
2579
2580 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
2581 a call, do not require that gdb stop on the line after the call.
2582 Instead, it is permissible for gdb to stop on the line of the
2583 call itself.
2584
1a570b2f
MS
25852000-05-12 Michael Snyder <msnyder@.cygnus.com>
2586
2587 * gdb.base/break.exp (bp on small function, optimized file):
2588 Add a second pass pattern. The behavior differs here between stabs
2589 and dwarf for one-line functions. Stabs preserves two line symbols
2590 (one before the prologue and one after) with the same line number,
2591 but dwarf regards these as duplicates and discards one of them.
2592 Therefore the address after the prologue (where the breakpoint is)
2593 has no exactly matching line symbol, and GDB reports the breakpoint
2594 as if it were in the middle of a line rather than at the beginning.
2595
dc96c6c7 25962000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2
MS
2597
2598 * gdb.base/interrupt.exp: Make "pass" message say "send"
2599 rather than "send_gdb" (for consistancy).
2600
7d418785
AC
2601Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
2602
2603 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
2604 * gdb.c++/templates.cc: Properly check for GCC version number.
2605 * lib/compiler.cc: Likewise
2606
dc96c6c7 26072000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79
MS
2608
2609 * gdb.base/break.exp: When compiled with -O2 optimization,
2610 gdb may not stop at the first line of main, due to code motion.
2611
dc96c6c7 26122000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
2613
2614 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
2615 This test depends on parsing the printf output from the target.
2616 Since the sparclet stub doesn't do stdio, this will never work.
2617 * gdb.base/call-rt-st.exp: ditto.
2618 * gdb.base/call-strs: ditto.
2619
dc96c6c7 26202000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
2621
2622 * gdb.base/miscexprs.exp: make sizeof long array test portable.
2623
2624 * gdb.base/ending-run.exp: After connecting to a remote target,
2625 but before running, the target will appear to be in a random
2626 location. Specify both a file and a line for breakpoints.
2627 Also, the function that calls main may be called 'init'
2628 rather than 'start'.
2629
a5a51225
EZ
26302000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2631
2632 * gdb.base/help.exp: Update output for add-symbol-file command.
2633
7930cc7c
FN
26342000-04-10 Fernando Nasser <fnasser@cygnus.com>
2635
2636 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2637 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
2638
23e37ab1
C
26392000-04-07 J.T. Conklin <jtc@redback.com>
2640
e93c542c
C
2641 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
2642
23e37ab1
C
2643 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
2644
591b8fa3
PDM
2645Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
2646
2647 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
2648 values that can be represented exactly.
2649 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
2650 above change, and to not check against the directory part of the source
2651 file name.
2652 (step into print_long_arg_list): Likewise.
2653 (print print_small_structs from print_long_arg_list): Likewise.
2654 (print print_long_arg_list): Likewise.
2655
7a495180
EZ
26562000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2657
30b53638 2658 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 2659
beb998c6
AC
2660Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
2661
2662 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
2663
1c689132
DB
26642000-03-25 Daniel Berlin <dan@cgsoftware.com>
2665
2666 * gdb.base/commands.exp (deprecated_command_test): Add test for
2667 deprecate with no arguments.
2668
c1790a9d
JL
26692000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
2670
2671 * gdb.base/break.exp: Add new test for setting breakpoints on
2672 optimized code so we can test breakpoints work even when function
2673 prologues may be optimized away
2674
003ba290
FN
26752000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
2676
2677 From David Whedon <dwhedon@gordian.com>
2678 * gdb.base/commands.exp : Added command deprecator tests.
2679
6837a0a2
DB
26802000-03-22 Daniel Berlin <dan@cgsoftware.com>
2681
2682 * gdb.base/help.exp: Added test for new apropos command.
2683
b9593231
KB
26842000-03-21 Kevin Buettner <kevinb@redhat.com>
2685
2686 * gdb.base/pointers.c (usevar): New function.
2687 (main): Make sure that global variables v_int_pointer2, rptr,
2688 and y are all referenced someplace in the program by calling
2689 usevar() on them. [Some linkers delete symbols which are
2690 never referenced. The space remains, but there's no way to
2691 get a (symbolic) handle on the variable from the debugger.]
2692
751a959b
EZ
26932000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2694
2695 * gdb.base/printcmds.c: Add typedeffed arrays.
2696
2697 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
2698 procedure to test arrays that are typedef'd.
2699
73a93a32
JI
27002000-03-13 James Ingham <jingham@leda.cygnus.com>
2701
2702 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
beb998c6 2703 the library directories.
73a93a32 2704
fb40c209
AC
2705Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
2706
2707 * configure.in (configdirs): Add sub directory gdb.mi.
2708 * configure: Re-generate.
2709
2710 * gdb.mi: New directory.
beb998c6 2711
ee4dd2c9
AC
27122000-02-25 Scott Bambrough <scottb@netwinder.org>
2713
2714 * gdb.base/long_long.exp: Correct test suite failure when printing
2715 a long long value as a double on ARM platforms.
2716
70f0cc22
JB
27172000-02-16 Jim Blandy <jimb@redhat.com>
2718
2719 * gdb.base/break.exp ("breakpoint line number"): Make sure the
2720 default source file is set properly before running this test.
2721
853819b8
EZ
27222000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2723
2724 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
2725 gdbtk/library directory, not in gdbtcl2.
2726
dfcd3bfb
JM
27272000-02-04 Jim Blandy <jimb@redhat.com>
2728
2729 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
2730 backslash from regexp pattern.
2731
2732 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
2733 procedure. Use it to run all the "continue to bp overloaded"
2734 tests. Note that this changes the names of the tests slightly.
2735 If the breakpoint hit message includes a hex PC value, because
2736 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
2737 from the real source code, still consider that a pass.
2738
2739 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
2740 XFAIL here if the breakpoint message contains a hex address. Note
2741 similar change on 1999-11-02.
2742
2743 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
2744
2745 * gdb.base/ptype.exp: Establish a default source file before
2746 calling get_debug_format.
2747
27482000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
2749
2750 * gdb.base/watchpoint.exp: Remove duplication of test messages.
2751
8b93c638
JM
27522000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
2753
2754 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
2755 of successive stepi commands -- while in the prologue we should see
2756 the function entry bracket.
2757
27582000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
2759
2760 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
2761 reach __change_mode() when stepping through the end of main().
2762
c5394b80
JM
27632000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
2764
2765 * gdb.base/default.exp: Fix expected pattern.
2766 * gdb.base/help.exp: Same.
2767
0d06e24b
JM
27682000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2769
2770 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
2771 Don't use xfail's because that affects only the following test.
beb998c6 2772
0d06e24b
JM
2773 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
2774 solaris or linux.
2775
2776 * gdb.base/selftest.exp: Update to reflect changes to main.c.
2777
dc96c6c7 27782000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 2779
beb998c6 2780 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
2781 "A syntax error" rather than "A parse error". Accept both.
2782
27832000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
2784
2785 * gdb.base/default.exp: Remove OS dependent string from "target
2786 remote" test.
2787 * gdb.base/help.exp: Same for "help target remote" test.
2788
c3f6f71d
JM
27892000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2790
2791 From Jim Kingdon <kingdon@redhat.com>:
2792
2793 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
2794 prompt (cleanup rather than necessity, but still might keep output
2795 from spilling to next test).
2796
27972000-01-02 Fred Fish <fnf@cygnus.com>
2798
2799 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
2800 AIX, which defines them in <sys/types.h>.
2801
ed9a39eb 28021999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 2803
ed9a39eb
JM
2804 * gdb.base/default.exp: Match arm* etc instead of arm in "info
2805 float" test.
2806
28071999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 2808
ed9a39eb 2809 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
2810
2811 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
2812 outermost frame disallowed".
2813
28141999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
2815
2816 * gdb.base/setvar.exp: New tests for setting the value of a struct
2817 with a constant list.
2818
28191999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
2820
2821 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
2822 require the user to type a cast before setting the value of a struct.
2823
de57eccd
JM
28241999-12-06 Jim Blandy <jimb@cygnus.com>
2825
2826 * gdb.base/default.exp: Expect the new 'info float' command on
2827 all i386 platforms.
2828
2829 * gdb.threads/linux-dp.exp: Expand our ability to recognize
2830 LinuxThreads libraries that don't support debugging.
2831
c2d11a7d
JM
2832Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
2833
2834 * gdb.base/remote.c: Fill the buffer with truely random data.
2835 Change the buffer type to ``unsigned char'' to simplify size
2836 arithmetic.
2837
2838 * gdb.base/remote.exp: Reduce download numbers by one. Typical
2839 stub only handles 400-1 byte packets. Verify that the download
2840 worked.
2841
28421999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
2843
2844 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
2845 tests, using UNRESOLVED for the untested cases. Also, does not wait
2846 for a timeout if the prompt was received before a recognizable pattern.
2847
28481999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
2849
2850 * lib/gdb.exp (gdb_expect_list): Fix spelling.
2851
28521999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2853
2854 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
2855 watchpoints.
2856
28571999-11-24 Jason Merrill <jason@casey.cygnus.com>
2858
2859 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
2860
2861 * gdb.c++/local.exp: Be more flexible in recognizing local class
2862 name mangling. Don't allow horribly truncated method names.
2863 * gdb.c++/derivation.exp: Expect protected inheritance.
2864 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
2865 * gdb.c++/virtfunc.exp: Likewise.
2866 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
2867 when printing a nested enum.
2868
28691999-11-22 Jim Blandy <jimb@cygnus.com>
2870
2871 * gdb.base/step-test.exp: Properly await GDB's response to setting
2872 a breakpoint on the call to large_struct_by_value.
2873
2874 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
2875 just because we have debug info for the `start' function.
2876
28771999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
2878
2879 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
2880 "Unknown signal" messages, which indicate (on LinuxThreads) that
2881 GDB doesn't know how to debug threads on this system. This is
2882 better than hanging while philosopher 0 dumps chatter into gdb.log.
2883
28841999-11-18 Tom Tromey <tromey@cygnus.com>
2885
2886 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
2887
28881999-11-18 Fred Fish <fnf@cygnus.com>
2889
2890 * gdb.base/coremaker2.c: Add sample program for generating
2891 cores that is more self contained than coremaker.c. Eventually
2892 I'll add more code to this and tie it into the testsuite.
2893
4ce44c66
JM
28941999-11-12 Stan Shebs <shebs@andros.cygnus.com>
2895
2896 * gdb.base/dollar.exp: Remove, now in gdb.hp.
2897
28981999-11-10 Jimmy Guo <guo@cup.hp.com>
2899
2900 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
2901 from $srcdir/lib/.
2902 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
2903 and gdb.c++/.
2904
2905 * gdb.c++/derivation.exp: remove redundant get compiler info code.
2906
beb998c6 2907 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
2908 'continue with watch' test point.
2909
29101999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
2911
2912 Merged from p2linux-990323-branch:
beb998c6 2913
4ce44c66
JM
2914 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
2915
11cf8741
JM
2916Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
2917
2918 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
2919 {limit,fixed}''. Test ``set download-write-size''.
2920
2921Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
2922
2923 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
2924 gdb_expect_list.
2925
2926Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
2927
2928 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
2929
29301999-11-03 Mark Salter <msalter@cygnus.com>
2931
2932 * gdb.base/break.exp: Fix "stub continue" pattern.
2933
29341999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
2935
2936 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
2937
29381999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
2939
2940 * gdb.base/display.exp ("finish"): Add timeout clause.
2941
2942 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
2943 plain prompt clause, so this doesn't have to time out in order to
2944 fail.
2945
2946 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
2947 breakpoint hit messages include an address.
2948
2949 * gdb.base/display.exp: Don't forget to escape parens in regular
2950 expressions. Unix regexp notatation sucks.
2951
29521999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2953
2954 * gdb.base/annota1.exp: Test for annotate-signalled: change output
2955 order for 'signalled' message.
2956
5c44784c
JM
29571999-11-01 Stan Shebs <shebs@andros.cygnus.com>
2958
2959 From Jimmy Guo <guo@cup.hp.com>:
2960 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
2961 * gdb.base/annota1.c: Add code for tests to work with.
2962
29631999-10-26 Frank Ch. Eigler <fche@cygnus.com>
2964
2965 * gdb.base/remote.exp: New test for remote downloading settings.
2966 * gdb.base/remote.c: New file with large .data.
2967
917317f4
JM
29681999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
2969
2970 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
2971 for LinuxThreads support, merged from the Code Fusion branch.
2972
2973Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
2974
2975 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
2976 containing exp_continue into a while within an expect. Don't
2977 attempt a start more than three times. Check return value from
2978 gdb_load.
beb998c6 2979
2df3850c
JM
2980Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
2981
2982 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
2983 a pass case.
2984
2acceee2
JM
29851999-10-01 Kevin Buettner <kevinb@cygnus.com>
2986
2987 * gdb.base/break.c (main): Added a statement that we can step
2988 off of.
2989 * gdb.base/break.exp: Added tests for setting a breakpoint
2990 at an offset and stepping onto a breakpoint.
2991
29921999-10-01 Fred Fish <fnf@cygnus.com>
2993
beb998c6 2994 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
2995 gdb output.
2996
c2c6d25f
JM
29971999-09-18 Jim Blandy <jimb@cris.red-bean.com>
2998
2999 * gdb.base/break.exp: Code locations are in hex, don't forget!
3000 (For HP-UX.)
3001
30021999-09-17 Stan Shebs <shebs@andros.cygnus.com>
3003
3004 * condbreak.exp: Use break.c as test program.
3005 * condbreak.c: Remove, redundant with break.c.
3006
30071999-09-15 Stan Shebs <shebs@andros.cygnus.com>
3008
3009 * config/monitor.exp (gdb_target_monitor): Disable X- and
3010 Z-packets if the target needs it.
3011
30121999-09-13 James Ingham <jingham@leda.cygnus.com>
3013
3014 * gdb.c++/overload.exp: Added tests for listing overloaded
3015 functions with function pointers in the arg, explicitly calling
3016 out the version you want.
3017
cff3e48b
JM
30181999-09-09 Stan Shebs <shebs@andros.cygnus.com>
3019
3020 * long_long.exp: Add variations of test cases that work for
3021 targets with 16-bit ints and 32-bit doubles.
3022
d4f3574e
SS
30231999-09-08 Stan Shebs <shebs@andros.cygnus.com>
3024
3025 * break.c (main): Compare a possibly-uninitialized argc with an
3026 unlikely value that fits in 16 bits.
3027
30281999-09-07 Stan Shebs <shebs@andros.cygnus.com>
3029
3030 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
3031 0xfeeb, don't want negative numbers if ints are 16 bits.
3032
3033 * lib/gdb.exp (skip_cplus_tests): New proc.
3034 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
3035 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
3036 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
3037 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
3038 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
3039 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
3040 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
3041 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
3042
3043 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
3044
3045Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
3046
3047 * gdb.base/corefile.exp (up): Allow a parameter to appear
3048 in the frame that we're going up to.
3049
3050 From Jim Blandy <jimb@cygnus.com>:
3051
3052 * gdb.base/default.exp (info float): Expect some output now.
3053
3054 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
3055 returning floating-point values to fail on the x86.
3056 * gdb.base/callfwmall.exp (do_function_calls): Same.
3057
3058 * gdb.base/list.exp (test_listsize): Correct expectations for
3059 listing line 1 with listsize 2. Also, listing a single line
3060 works now, as does listing three lines. [Kevin's note: There
3061 were a number of other cases fixed too where the expectations
3062 differed...]
3063
30641999-09-02 Stan Shebs <shebs@andros.cygnus.com>
3065
3066 * gdb.base/selftest.exp: Add case for when version prints as
3067 constant string instead of char pointer.
3068
104c1213
JM
30691999-08-25 Stan Shebs <shebs@andros.cygnus.com>
3070
3071 * gdb.base/ending-run.exp: Add Solaris case for what happens when
3072 stepping out of main.
3073
3074 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
3075 G++ used.
3076
3077 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
3078 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
3079
3080 * gdb.c++/ovldbreak.exp: Update match string in test that
3081 includes a warning of multiple breakpoints.
3082
30831999-08-24 Stan Shebs <shebs@andros.cygnus.com>
3084
3085 * gdb.base/display.exp: Improve precision of step-after-finish
3086 added yesterday.
3087
3088 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
3089 test.
3090
3091 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
3092 configs when using G++, not just hppa*.
3093
30941999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3095
3096 * gdb.base/async.c: New file.
3097 * gdb.base/async.exp: New file.
3098
3099Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
3100
3101 * gdb.base/break.exp: Tweak PA specific tests to properly handle
3102 PA64.
3103
53a5351d
JM
3104Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
3105
104c1213
JM
3106 * gdb.base/display.exp: "finish" can leave us mid-line on many
3107 targets, deal with it. Add a small constant to main, instead of
3108 1000 since main+1000 may not be a valid address in the target.
3109
53a5351d
JM
3110 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
3111 on hpux11.
3112
3113 * gdb.base/attach.exp: Handle another hpux11 error message variant
3114 when attaching to a process that does not exist.
3115
31161999-08-19 J.T. Conklin <jtc@redback.com>
3117
3118 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
3119 characters in 'continue to 1241' test.
3120
31211999-08-17 Stan Shebs <shebs@andros.cygnus.com>
3122
3123 * gdb.base/call-ar-st.exp: Add a shorter match case for the
3124 stop in print_long_arg_list, define and use a whitespace
3125 variable in print_small_structs test, add an XFAIL for Solaris.
3126 * gdb.base/dbx.exp: XFAIL func commands until somebody is
3127 interested enough to fix.
3128
7be570e7
JM
31291999-08-13 Keith Seitz <keiths@cygnus.com>
3130
3131 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
3132 (dbx_gdb_load): Remove. Use gdb_load instead, since that
3133 proc knows about targets other than the natives.
3134 (test_assign): Use "gdb_run_cmd" to "run" the target.
3135 Check that we've actually hit the breakpoint at main.
3136 When we attempt to assign a value to a local variable, check
3137 that the variable is in the current scope, i.e., don't use
3138 a test with an empty result.
3139
3140Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
3141
3142 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
3143 command.
3144
31451999-08-09 Stan Shebs <shebs@andros.cygnus.com>
3146
3147 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3148 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
3149 gdb.compat, gdb.threads-hp.
3150 gdb.hp/configure, gdb.hp/configure.in: New files.
3151 gdb.hp/Makefile.in: Recurse into new subdirs.
3152 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
3153 gdb.hp/gdb.objdbg: New directory, tests for debugging info
3154 in object files.
3155 gdb.hp/tools: New directory, aux tools for HP-specific tests.
3156
96baa820
JM
31571999-08-05 Stan Shebs <shebs@andros.cygnus.com>
3158
3159 * gdb.base/display.exp: Help expect by putting a newline in the
3160 funky printf, remove a bogus p/a test.
3161
31621999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3163
3164 * gdb.base/display.exp: Make sure that when we say 'run', we are
3165 connected to the target. This is necessary when running not
3166 natively.
3167
31681999-08-03 Stan Shebs <shebs@andros.cygnus.com>
3169
3170 * gdb.base/step-test.exp: Removed some extraneous messages.
3171
3172 * gdb.base/long_long.exp: Don't run memory examination tests
3173 on little-endian targets (they will need a different set of
3174 results to match).
3175
31761999-08-02 Stan Shebs <shebs@andros.cygnus.com>
3177
3178 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
3179 until somebody decides to fix GDB.
3180
3181 * gdb.base/long_long.c: Stop compiler complaint by specifying long
3182 constant as "ULL".
3183 * gdb.base/long_long.exp: Loosen x/c test, add partial result
3184 matches for a couple x/2 commands.
3185
a0b3c4fd
JM
31861999-07-30 Stan Shebs <shebs@andros.cygnus.com>
3187
3188 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
3189 by merging in ref-types2 tests.
3190 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
3191
3192 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3193 * gdb.c++/Makefile.in: Add standard actions.
3194 (EXECUTABLES): Rename from PROGS, update list.
3195 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
3196 from gdb.hp.
3197 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
3198 foo and bar locals.
3199 * gdb.c++/anon-union.exp: Fix tests to match.
3200 * gdb.c++/classes.exp: Run if HP compiler used, add extra
3201 expect matches to handle output variations.
3202 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
3203 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
3204 output, add HP alternatives for new and delete prints.
3205 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
3206 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
3207 * gdb.c++/demangle.exp: Use $style when reporting failure.
3208 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
3209 * gdb.c++/inherit.exp: Run if HP compiler used, add some
3210 match alternatives.
3211 * gdb.c++/local.exp: Add match alternatives or xfails for HP
3212 compilers.
3213 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
3214 * gdb.c++/method.exp: Add match alternatives.
3215 * gdb.c++/misc.cc: Add bool types.
3216 * gdb.c++/misc.exp: Add tests for bool types.
3217 * gdb.c++/overload.exp: Add xfails.
3218 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
3219 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
3220 add some more template parameter tests (only for HP currently).
3221 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
3222 * gdb.c++/virtfunc.cc: Add return type and value for main.
3223 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
3224 match alternatives.
beb998c6 3225
a0b3c4fd
JM
32261999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3227
3228 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
3229
32301999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
3231
3232 * gdb.base/signals.exp: Don't expect getting a backtrace from
3233 within a signal handler to fail on Linux.
3234
32351999-07-29 Stan Shebs <shebs@andros.cygnus.com>
3236
3237 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3238 * lib/gdb.exp: Remove some gratuitious semicolons.
3239 (delete_breakpoints): Increase timeout.
3240 (gdb_expect): Add -notransfer option.
3241 (gdb_test): Use -notransfer option.
3242 (get_compiler_info): Add f77 case.
3243 (get_compiler): New proc, split out from gdb_preprocess, add f77
3244 case.
3245 (gdb_preprocess): Call get_compiler.
3246
3247 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
3248 * gdb.base/attach.exp, gdb.base/display.exp,
3249 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
3250 gdb.base/long_long.exp, gdb.base/printcmds.exp,
3251 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
3252 third arg to gdb_test.
3253 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
3254 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
3255 HP-UX xfails, add others.
3256 * gdb.base/completion.exp: Reflect name change of self-test.
3257 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
3258 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
3259 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
3260 HP failure number.
3261 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
3262 useless HP-UX 10.30 references.
3263 * gdb.base/maint.exp: Loosen matches.
3264 * gdb.base/pointers.c (main): Declare more_code.
3265 * gdb.base/pointers.exp: Match on output of a `next'.
3266 * gdb.base/structs.c: Add prototypes.
3267 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
3268 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
3269
32701999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3271
3272 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
3273 command.
3274
32751999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3276
3277 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
3278 Fix run to main failures. Watchpoint can be hardware watchpoint.
beb998c6
AC
3279
3280 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
3281 debug info. Deal with lack of signal hanlder info in stack.
3282
3283 From Jim Kingdon <kingdon@redhat.com>:
3284 * gdb.base/annota1.exp: If printf has debug info, deal with it.
3285
5a2468f5
JM
32861999-07-19 Stan Shebs <shebs@andros.cygnus.com>
3287
3288 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
3289 gdb.base/foll-vfork.exp: Don't run for crosses.
3290
adf40b2e
JM
3291Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3292
3293 * gdb.base/configure.in: Check for gdbvars.exp instead of
3294 a1-selftest.exp.
3295 * gdb.base/configure: Re-generate.
3296
32971999-07-12 Stan Shebs <shebs@andros.cygnus.com>
3298
3299 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
3300 in trying to run first and name is too long.
3301
3302 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
3303 pointers2.c and pointers2.exp, respectively.
3304 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
3305 doschk happier.
3306
43e526b9
JM
33071999-07-08 Stan Shebs <shebs@andros.cygnus.com>
3308
3309 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
3310 callfuncs2.c and callfuncs2.exp.
3311
3312 * gdb.base/list.exp: Remove mistaken xfails.
3313 * gdb.base/list0.h: Add optional prototypes.
3314
9846de1b
JM
3315Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
3316
3317 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
3318 calling malloc.
3319 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
3320 * ptype.exp: Move test for get_debug_format to before its first
3321 use.
3322
33231999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3324
3325 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
3326 * gdb.base/annota2.cc, annota2.exp: Move from here.
3327 * gdb.c++/annota2.cc, annota2.exp: To here.
3328 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
3329
43ff13b4
JM
3330Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
3331
3332 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
3333 a consistent format.
3334
085dd6e6
JM
33351999-06-25 Stan Shebs <shebs@andros.cygnus.com>
3336
3337 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3338 * lib/gdb.exp (get_compiler_info): Add detection for assorted
3339 HP compilers, also set the globals $true and $false.
3340
3341 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
3342 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
3343 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
3344 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
3345 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
3346 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
3347 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
3348 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
3349 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
3350 whatis.c} Add C++ compatible function definitions and return
3351 types, add includes for library functions.
3352 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
3353 * gdb.base/step-test.c (myglob): Rename from glob.
3354 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
3355 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
3356 files, move here from gdb.hp.
3357 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
3358 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
3359 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
3360 Adjust line numbers in regexps.
3361
3362 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
3363 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
3364 instead of 0/1.
3365
3366 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
3367 foll-vfork.exp: New files, move here from gdb.hp.
3368 * gdb.base/page.exp: New file, test of pagination command.
3369
3370 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
3371 recursion test.
3372 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
3373
3374 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
3375 gdb.base/solib.exp: Fix compiler invocation process.
3376
3377 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
3378 HP-UX 11, turn off overload resolution explicitly.
3379 * gdb.base/commands.exp: Set argument list explicitly, add
3380 watchpoint test.
3381 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
3382 them work.
3383 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
3384 expressions properly.
3385 * gdb.base/corefile.exp: Loosen the match slightly.
3386 * gdb.base/default.exp: Allow "Error accessing memory" message
3387 also.
3388 * gdb.base/display.exp: Skip over x/0 j if PA64.
3389 * gdb.base/funcargs.exp: Add xfails for HP-UX.
3390 * gdb.base/interrupt.exp: Ditto.
3391 * gdb.base/langs.exp: Add symbolic matches governed by compiler
3392 in use.
3393 * gdb.base/list.exp: Add xfails for HP-UX.
3394 * gdb.base/long_long.exp: Refine some of the numeric matches.
3395 * gdb.base/mips_pro.exp: Xfail on HP-UX.
3396 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
3397 * gdb.base/nodebug.exp: Succeed on more varieties of output.
3398 * gdb.base/opaque.exp: Remove some HP-UX xfails.
3399 * gdb.base/ptype.exp: Succeed on more varieties of output.
3400 * gdb.base/scope.exp: Add xfails for HP-UX.
3401 * gdb.base/sect-cmd.exp: Add more cases.
3402 * gdb.base/setvar.exp: Add xfails for HP-UX.
3403 * gdb.base/shlib-call.exp: Loosen some matches slightly.
3404 * gdb.base/signals.exp: Match on void symbolically.
3405 * gdb.base/step-test.exp: Add case for PA64.
3406 * gdb.base/term.exp: Add exit and restart.
3407 * gdb.base/twice.exp: Clean up after self.
3408 * gdb.base/varargs.exp: Disable overload resolution explicitly.
3409 * gdb.base/whatis.exp: Allow more ways to pass tests.
3410
3411 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
3412 no longer useful.
3413
3414Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
3415
3416 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
3417 list of patterns.
3418 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
3419 print_double_array(double_array)", "continuing to breakpoint
3420 1018", "print print_double_array(array_d)" and "continuing to
3421 1034" tests.
beb998c6 3422
085dd6e6
JM
34231999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
3424
3425 * Makefile.in: Add empty html and install-html targets.
3426
34271999-06-24 Stan Shebs <shebs@andros.cygnus.com>
3428
3429 * config/mt-*: Remove, these haven't been used since 1996.
3430
34311999-06-22 Stan Shebs <shebs@andros.cygnus.com>
3432
3433 * gdb.base/call-strs.c, gdb.base/ending-run.c,
3434 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
3435 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
3436
9e0b60a8
JM
34371999-06-18 Stan Shebs <shebs@andros.cygnus.com>
3438
3439 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
3440 simpler match case for the ptype of the big class.
3441
34421999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3443
3444 * gdb.exp: Fix test for gdb_prompt existence.
3445
34461999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3447
3448 * gdb.exp (gdb_test): Add fail after calls to perror.
3449
34501999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3451
3452 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
3453
34541999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3455
3456 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
3457
0f71a2f6
JM
3458Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
3459
3460 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
3461 malloc() is linked in.
3462
34631999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
3464
3465 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
3466 step at end.
3467
3468 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
3469
34701999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
3471
3472 * gdb.java/jv-print.exp: New file. (Our first Java test!)
3473
cce74817
JM
3474Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
3475
3476 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
3477 * gdb.base/mips_pro.exp: Likewise.
3478
34791999-06-02 Keith Seitz <keiths@cygnus.com>
3480
3481 * gdb.c++/templates.cc: Change all "new" operators to throw
3482 an exception.
3483 * gdb.c++/cplusfuncs.cc: Likewise.
3484
3485 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
3486
3487Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
3488
3489 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
3490 * gdb.base/ending-run.exp: When stepping out of main, accept a
3491 step into an arbitrary assembler file.
3492
392a587b
JM
34931999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3494
beb998c6 3495 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 3496 "breakpoint-invalid" to be printed.
beb998c6 3497 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
3498 number of "frames-invalid" and "breakpoint-invalid" to be printed.
3499 * gdb.base/annota2.cc: Initialize a.x to 0.
3500
9e086581
JM
35011999-05-17 Keith Seitz <keiths@cygnus.com>
3502
3503 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
3504 when "skip_float_tests" set.
3505 Ditto for "print print_double_array(array_d)", "print print_small_structs",
3506 "print print_ten_doubles", and "step into print_long_arg_list".
3507 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
3508 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
3509 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
3510 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
3511 "skip_float_tests" is set.
3512 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
3513 when "skip_float_tests" set.
beb998c6 3514
cd0fc7c3
SS
35151999-05-06 Keith Seitz <keiths@cygnus.com>
3516
3517 * gdb.base/annota2.cc: Include stdio.h.
3518
3519Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
3520
3521 * gdb.base/crossload.exp: Remove, this has been disabled ever
3522 since BFD stopped including all targets, and cross-GDB gets
3523 plenty of testing anyway.
3524 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
3525 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
3526 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
3527 * gdb.base/README: Remove, was doc for this.
3528 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
3529 needed.
3530
b83266a0
SS
35311999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3532
3533 * gdb.base/call-ar-st.exp: Fix one regular expression in test
3534 output.
3535
3536 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
3537 * gdb.base/annota2.exp: New file. More annotation tests.
3538 * gdb.base/annota1.c: New file. Source file for annota1.exp.
3539 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
3540
35411999-04-23 Angela Marie Thomas <angela@cygnus.com>
3542
3543 * config/cfdbug.exp: New file.
3544
7a292a7a
SS
35451999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
3546
3547 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
3548 Marcus Daniel's and Dale Hawkins's demangler crashes.
3549
3550 * gdb.c++/demangle.exp (test_gnu_style_demangling,
3551 test_lucid_style_demangling, test_arm_style_demangling,
3552 test_hp_style_demangling): Try Tom Tromey's core-dumping
3553 identifier under each demangling style.
3554
35551999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
3556
3557 * gdb.c++/demangle.exp: Include the current demangling style
3558 in all test names.
3559 (current_demangling_style): New global variable.
3560 (set_demangling_style, test_demangling_core, test_demangling,
3561 test_demangling_exact): New functions.
3562 (test_gnu_style_demangling, test_lucid_style_demangling,
3563 test_arm_style_demangling, test_hp_style_demangling): Use those,
3564 instead of calling gdb_test and gdb_test_exact directly.
3565 (catch_demangling_errors): New function, which reports errors
3566 signalled by the demangling test functions in an orderly way.
3567 (do_tests): Use catch_demangling_errors.
3568
35691999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
3570
3571 * gdb.base/signals.exp (test_handle_all_print): Use () for
3572 grouping in expressions, not {}.
3573
3574 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
3575 initialized yet.
3576
35771999-04-01 Stan Shebs <shebs@andros.cygnus.com>
3578
3579 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
3580 are listed.
3581
35821999-03-26 Stan Shebs <shebs@andros.cygnus.com>
3583
3584 * gdb.stabs/weird.exp: Test for CC being defined before
3585 looking at its value.
3586
35871999-03-25 Stan Shebs <shebs@andros.cygnus.com>
3588
3589 * gdb.base/call-ar-st.exp: Remove stray '#'.
3590 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
3591 "short int" and "long int".
3592 * gdb.c++/overload.cc: Cast the string added in the previous
3593 change, to mollify finicky HP compiler.
3594 * gdb.hp/reg-test.exp (testfile): Fix file name.
3595 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
beb998c6 3596
7a292a7a
SS
3597 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
3598 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
3599 alternate form of enum ptype.
3600
c906108c
SS
36011999-03-23 Stan Shebs <shebs@andros.cygnus.com>
3602
7a292a7a
SS
3603 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
3604 * gdb.hp/*.exp: Change all to run compiler probe only after
3605 passing skip_hp_tests, so as not to waste time on guaranteed
3606 failure.
3607
c906108c
SS
3608 * gdb.c++/overload.cc: Pass string instead of char addr, always
3609 init ccpfoo.
3610 * gdb.c++/templates.cc: Fix syntax error.
3611
7a292a7a
SS
3612Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3613
3614 * gdb.base/commands.exp: Add test for correct position of '>'
beb998c6 3615 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
3616 command.
3617
36181999-03-18 James Ingham <jingham@cygnus.com>
3619
3620 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
3621
3622 * gdb.c++/method.exp: It was testing an uninitialized int on the
3623 stack and assuming it was positive.
3624
3625 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
3626
3627 * gdb.base/step-test.exp: Catch a case where finish is broken and
beb998c6 3628 keep it from killing the rest of the tests.
7a292a7a
SS
3629 Use gdb_continue_to_end.
3630
3631 * gdb.base/sigall.exp: use gdb_continue_to_end.
3632
3633 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
3634
3635 * gdb.base/display.exp: use runto_main, not run.
3636
beb998c6
AC
3637 * gdb.base/default.exp: Check for the current error message in the
3638 r abbreviation test.
7a292a7a
SS
3639 Add strongarm to the targets that know info float.
3640
beb998c6 3641 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
3642 run which doesn't work with monitors.
3643
3644 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
3645
3646 * gdb.base/break.exp: use the gdb_continue_to_end proc.
3647
3648 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
beb998c6
AC
3649 program. Traps the case (in Cygmon) when the program never really
3650 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
3651 more places, so I used my name. Sorry Mark...
3652
3653 * config/monitor.exp (gdb_target_monitor): added another
3654 target_info parameter: remotebinarydownload. This will set the
3655 remotebinarydownload flag if this is causing some boards trouble.
3656
36571999-03-18 Mark Salter <msalter@cygnus.com>
3658
3659 * lib/gdb.exp (continue_to_exit): New function.
3660
3661 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
3662 * gdb.base/ending-run.exp: Ditto.
3663 * gdb.base/step-test.exp: Ditto.
3664
36651999-03-16 Stan Shebs <shebs@andros.cygnus.com>
3666
3667 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
3668 (suggested by Art Haas <ahaas@neosoft.com>).
3669
36701999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
3671
3672 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
3673
3674Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
3675
3676 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
3677 descriptions of types (short unsigned int vs unsigned short, etc).
3678
36791999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
3680
3681 * gdb.base/call-strs.exp: Don't assume that `step' will step over
3682 a call to strlen; sometimes we do have sources.
3683
36841999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
3685
3686 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
3687 character, so GDB won't print garbage after its end.
beb998c6 3688
c906108c
SS
3689 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
3690 breakpoint there instead. Sometimes GCC emits memcpy to handle
3691 the large structures being passed by value, so we step into that
3692 instead of sum_array_print, which obscures what we're really testing.
3693 * gdb.base/step-test.exp: However, we do want a test that notices
3694 the bizarre steps into memcpy, so do that here. Add check for
3695 stepping into function calls that pass large structures by value.
3696 ("Is that a noun clause, or are you just happy to see me?")
3697 Remove all references to specific line numbers.
3698 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
3699 New type and function.
3700 (main): Call large_struct_by_value, passing it a large struct by value.
3701 * lib/gdb.exp (gdb_get_line_number): New function.
3702
3703 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
3704 more portable.
3705
7a292a7a
SS
37061999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
3707
c906108c
SS
3708 * lib/gdb.exp: Doc fixes.
3709
7a292a7a
SS
37101999-03-05 Nick Clifton <nickc@cygnus.com>
3711
beb998c6 3712 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
3713
37141999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
3715
c906108c
SS
3716 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
3717 commands. They're not germane to this test, and they don't work
3718 that way on remote targets.
3719
3fc11d3e
JM
37201999-03-01 James Ingham <jingham@cygnus.com>
3721
3722 * Changelog entries merged over from gdb development branch.
3723
3fc11d3e
JM
3724 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
3725
3726 * lib/gdb.exp (gdbtk_analyze_results): Generic function
3727 for outputting results of test run.
3728
2d4a1622 3729 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
3730
3731 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 3732
7a292a7a
SS
37331999-02-25 Felix Lee <flee@cygnus.com>
3734
3735 * lib/gdb.exp (debug_format): initialize
3736
c906108c
SS
37371999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
3738
3739 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
3740 * gdb.base/call-rt-st.c: Ditto.
3741
c906108c
SS
37421999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
3743
3744 * gdb.threads/pthreads.exp (horiz): New variable.
3745 (test_startup): Fix regexps that capture thread numbers.
3746
37471999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
3748
3749 * gdb.base/smoke.exp: Disambiguate two test case names (both
3750 called ``print'').
3751
3752Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
3753
3754 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
3755 compilation.
3756
37571999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
3758
3759 * gdb.base/miscexprs.exp: Change patterns to match GDB's
3760 actual output formatting.
3761 * gdb.base/smoke.exp: GDB removes leading 0's.
3762 * gdb.base/volatile.exp: Don't check type of remuneration;
3763 that variable is no longer defined in constvars.c.
3764 * gdb.base/step-test.c (main): Exit with explicit exit code.
3765 * gdb.base/step-test.exp: Remove two nexti checks--they are
3766 not portable.
3767
37681999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
3769
3770 * gdb.base/help.exp ("help delete display"): Fix test to match
3771 gdb's output.
3772
3773 * gdb.base/long_long.c (known_types): Initialize values to zero.
3774 * gdb.base/long_long.exp: Step one more line
3775 so 'dec' is initialized in "get to known place". GDB removes
beb998c6 3776 leading zeros. Explicitly ask for hex formatting. Use
c906108c
SS
3777 unique test case names.
3778
3779Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3780
beb998c6 3781 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
3782
3783 * gdb.c++/method.exp: Add missing close brace.
3784
37851999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
3786
3787 * gdb.base/maint.exp: Use 'set height 0' to disable page
3788 prompting, not 'set height 400'.
3789
3790 Fix a bunch of timeouts.
3791 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
3792 four separate tests, so expect doesn't take forever to match a ton
3793 of text against a regexp with lots of .* forms.
3794 ("maint print psymbols", "maint print symbols"): Make some of
3795 these greps more selective, so that expect doesn't try to wade
3796 through huge piles of output and time out.
3797
3798 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
3799
3800 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
3801 tests: one which doesn't expect shlib events to be reported, and
3802 another which does, but is XFAIL for all platforms other than
3803 HP/UX.
3804
3805 * gdb.base/break.exp: Teach the test suite that the `catch
3806 fork', `catch vfork', and `catch exec' commands produce error
3807 messages on platforms that don't provide these features.
3808
3809Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
3810
3811 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
3812 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
3813 (shortening names from solib_threshold.exp etc), won't run on
3814 anything but HP-UX for the foreseeable future.
3815 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
3816 reflect move.
3817
3818Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
3819
3820 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
3821 gdb.trace/Makefile.in (clean): Remove all test executables.
3822
3823Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
3824
3825 * gdb.base/shlib-call.exp: add test cases to verify that gdb
3826 successfully re-sets breakpoints in shared libraries.
3827 * gdb.base/shmain.c (main): return 0, don't fall off the end.
3828
3829Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3830
beb998c6
AC
3831 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
3832 and compiled w/o GCC.
c906108c
SS
3833
3834 * gdb.hp/watch-cmd.exp: ditto.
3835
3836 * gdb.hp/watch-hp.exp: ditto.
3837
3838 * gdb.hp/xdb1.exp: ditto.
3839
3840 * gdb.hp/xdb2.exp: ditto.
3841
3842 * gdb.hp/dbx.exp: ditto.
3843
3844Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
3845
3846 * constvars.c: Remove C++-isms.
3847 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
3848 with GCC.
3849
3850Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
3851
3852 The following changes are part of the HP merge.
3853
3854 * gdb.base/break.exp: new tests to verify that catchpoints for
3855 fork, vfork, and exec don't trigger inappropriately.
3856
3857 * gdb.base/opaque.exp: compile one file at a time, then link.
3858
3859 * gdb.base/signals.exp: be more restrictive about which hppa
3860 systems receive a setup_xfail. new tests.
3861
3862 * gdb.base/solib_threshold.build: new file.
3863 * gdb.base/solib_threshold.exp: new file.
3864 * gdb.base/solib_threshold.link_opts: new file.
3865 * gdb.base/solib_threshold.mk: new file.
3866 * gdb.base/gen_solib_threshold.c: new file.
3867
3868 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
3869 tests. New tests for enums inside classes.
3870
3871 * gdb.c++/compiler.cc: indicate support of template debugging.
3872
3873 * gdb.c++/demangle.exp: run hp style demangling tests.
3874
3875 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
3876 tests.
3877
3878 * gdb.c++/misc.cc: changes to support new tests.
3879
3880 * gdb.c++/templates.cc: changes to support HP's compiler; changes
3881 to support new tests.
3882
3883 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
3884 gcc, then skip these tests.
3885
3886Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
3887
3888 The following files are part of the HP merge; some had longer
3889 names at HP, but have been renamed to be no more than 14
3890 characters in length.
3891
3892 * gdb.hp/ambiguous.cc: new file.
3893 * gdb.hp/ambiguous.exp: new file.
3894 * gdb.hp/attach.exp: new file.
3895 * gdb.hp/attach2.exp: new file.
3896 * gdb.hp/classes-hp.exp: new file.
3897 * gdb.hp/ctti.exp: new file.
3898 * gdb.hp/ctti-add.cc: new file.
3899 * gdb.hp/ctti-add1.cc: new file.
3900 * gdb.hp/ctti-add2.cc: new file.
3901 * gdb.hp/ctti-add3.cc: new file.
3902 * gdb.hp/dbx.exp: new file.
3903 * gdb.hp/exception.cc: new file.
3904 * gdb.hp/exception.exp: new file.
3905 * gdb.hp/foll-exec.c: new file.
3906 * gdb.hp/foll-exec.exp: new file.
3907 * gdb.hp/foll-fork.c: new file.
3908 * gdb.hp/foll-fork.exp: new file.
3909 * gdb.hp/foll-vfork.c: new file.
3910 * gdb.hp/foll-vfork.exp: new file.
3911 * gdb.hp/inherit-hp.exp: new file.
3912 * gdb.hp/more-steps.exp: new file.
3913 * gdb.hp/namespace.cc: new file.
3914 * gdb.hp/namespace.exp: new file.
3915 * gdb.hp/optimize.exp: new file.
3916 * gdb.hp/pxdb.c: new file.
3917 * gdb.hp/pxdb.exp: new file.
3918 * gdb.hp/quicksort.exp: new file.
3919 * gdb.hp/reg-test.exp: new file.
3920 * gdb.hp/reg-test.s: new file.
3921 * gdb.hp/sized-enum.c: new file.
3922 * gdb.hp/sized-enum.exp: new file.
3923 * gdb.hp/start-stop.exp: new file.
3924 * gdb.hp/templ-hp.cc: new file.
3925 * gdb.hp/templ-hp.exp: new file.
3926 * gdb.hp/thr-lib.c: new file.
3927 * gdb.hp/thr-lib.exp: new file.
3928 * gdb.hp/thr-lib.h: new file.
3929 * gdb.hp/thr-liblib.c: new file.
3930 * gdb.hp/virtfun-hp.c: new file.
3931 * gdb.hp/virtfun-hp.exp: new file.
3932 * gdb.hp/watch-cmd.exp: new file.
3933 * gdb.hp/watch-hp.exp: new file.
3934 * gdb.hp/xdb1.exp: new file.
3935 * gdb.hp/xdb2.exp: new file.
3936 * gdb.hp/xdb3.exp: new file.
3937
3938Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
3939
3940 The following files are part of the HP merge; some had longer
3941 names at HP, but have been renamed to be no more than 14
3942 characters in length.
3943
3944 * gdb.base/ss.h: new file.
3945 * gdb.base/call-ar-st.c: new file.
3946 * gdb.base/call-ar-st.exp: new file.
3947 * gdb.base/call-rt-st.c: new file.
3948 * gdb.base/call-rt-st-exp: new file.
3949 * gdb.base/call-strs.exp: new file.
3950 * gdb.base/ena-dis-br.exp: new file.
3951 * gdb.base/environ.exp: new file.
3952 * gdb.base/long_long.exp: new file.
3953 * gdb.base/sect-cmd.exp: new file.
3954 * gdb.base/shlib-cl2.exp: new file.
3955 * gdb.base/smoke.exp: new file.
3956 * gdb.base/so-impl-ld.c: new file.
3957 * gdb.base/so-impl-ld.exp: new file.
3958 * gdb.base/so-indr-cl.c: new file.
3959 * gdb.base/so-indr-cl.exp: new file.
3960 * gdb.base/varargs.exp: new file.
3961 * gdb.base/volatile.exp: new file.
3962 * gdb.base/whatis-exp.exp: new file.
7a292a7a 3963 * gdb.base/display.exp: new file.
c906108c
SS
3964 * gdb.c++/derivation.exp: new file.
3965 * gdb.c++/local.exp: new file.
3966 * gdb.c++/member-ptr.exp: new file.
3967 * gdb.c++/overload.exp: new file.
3968 * gdb.c++/ovldbreak.exp: new file.
3969 * gdb.c++/ref-types.exp: new file.
3970 * gdb.c++/ref-types2.exp: new file.
3971 * gdb.c++/userdef.exp: new file.
beb998c6 3972
c906108c
SS
3973Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
3974
3975 * gdb.base/default.exp: Reflect wording change in remote.c.
3976
dc96c6c7 3977Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
3978
3979 * gdb.base/help.exp: Update to reflect current text.
3980
3981Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
3982
3983 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
3984 they're stack variables and contain garbage.
3985 * gdb.c++/anon-union.exp: new file.
3986
3987 The following changes were made by David Taylor
3988 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
3989 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
3990 in changes by HP.
3991
3992 * gdb.base/bitops.exp: new file.
3993 * gdb.base/default.exp: change expected messages for catch and
3994 info catch tests to reflect HP merge changes.
3995 * gdb.base/enable-disable-break.exp
3996 * gdb.base/ending-run.c: new file.
3997 * gdb.base/long_long.c: new file.
3998 * gdb.base/maint.exp: new file.
3999 * gdb.base/pointers2.exp: new file.
4000 * gdb.base/shlib-call2.exp: new file.
4001 * gdb.base/solib.exp: new file.
4002 * gdb.base/step-test.c: new file.
4003 * gdb.c++/anon-union.cc: new file.
4004 * gdb.c++/local.cc: new file.
4005 * gdb.c++/member-pointer.cc: new file.
4006 * gdb.c++/method.cc: new file.
4007 * gdb.c++/ref-types.cc: new file.
4008 * gdb.c++/ref-types2.cc: new file.
4009 * gdb.c++/userdef.cc: new file.
beb998c6 4010
c906108c
SS
4011 * gdb.base/scope.exp: compile one file at a time, then link.
4012 * gdb.base/langs.exp: ditto.
4013 * gdb.base/list.exp: ditto.
beb998c6 4014
c906108c
SS
4015Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
4016
4017 The following changes were made by David Taylor
4018 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4019 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4020 in changes by HP.
beb998c6 4021
c906108c
SS
4022 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
4023 skip tests. When compiling pass c++ flag to gdb_compile.
4024 * gdb.c++/
beb998c6 4025
c906108c
SS
4026 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
4027 test for on hppa*-*-hpux*; use args to see if c++ was specified.
4028 (skip_hp_tests): new function.
4029 (gdb_preprocess): new function.
4030
4031 * configure.in (hpdir): decide whether to configure gdb.hp.
4032 * configure: regenerated.
4033
4034 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
4035 to delete on clean.
4036 (EXECUTABLES): update to reflect new additions.
4037 * gdb.base/commands.exp: update message expected.
4038 * gdb.base/default.exp: add copyright notice.
4039 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
4040 * gdb.base/help.exp: update messages to reflect current text.
4041 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
4042 targets for recurse tests.
4043 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
4044 skip this file.
4045
4046 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
4047 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
4048 compilation.
4049 * gdb.c++/misc.exp: ditto.
4050 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
4051 run the tests. tell gdb_compile that it's a c++ compilation.
4052
4053 * gdb.threads/pthreads.exp: fix typo in message.
beb998c6 4054
c906108c
SS
4055 * gdb.base/all-bin.exp: new file.
4056 * gdb.base/arithmet.exp: new file.
4057 * gdb.base/assign.exp: new file.
4058 * gdb.base/completion.exp: new file.
4059 * gdb.base/cond-expr.exp: new file.
4060 * gdb.base/condbreak.exp: new file.
4061 * gdb.base/define.exp: new file.
4062 * gdb.base/dollar.exp: new file.
4063 * gdb.base/environment.exp: new file.
4064 * gdb.base/eval-skip.exp: new file.
4065 * gdb.base/jump.exp: new file.
4066 * gdb.base/logical.exp: new file.
4067 * gdb.base/pointers.exp: new file.
4068 * gdb.base/relational.exp: new file.
4069 * gdb.base/section_command.exp: new file.
4070 * gdb.base/whatis-expr.exp: new file.
4071
4072 * gdb.base/all-types.c: new file.
4073 * gdb.base/call-array-struct.c: new file.
4074 * gdb.base/call-return-struct.c: new file.
4075 * gdb.base/call-strings.c: new file.
4076 * gdb.base/callfuncs2.c: new file.
4077 * gdb.base/condbreak.c: new file.
4078 * gdb.base/constvars.c: new file.
4079 * gdb.base/display.c: new file.
4080 * gdb.base/int-type.c: new file.
4081 * gdb.base/jump.c: new file.
4082 * gdb.base/miscexprs.c: new file.
4083 * gdb.base/pointers.c: new file.
4084 * gdb.base/pointers2.c: new file.
4085 * gdb.base/shmain.c: new file.
4086 * gdb.base/shr1.c: new file.
4087 * gdb.base/shr2.c: new file.
4088 * gdb.base/solib.c: new file.
4089 * gdb.base/solib1.c: new file.
4090 * gdb.base/solib2.c: new file.
4091 * gdb.base/varargs.c: new file.
4092 * gdb.c++/derivation.cc: new file.
4093 * gdb.c++/overload.cc: new file.
4094 * gdb.c++/ovldbreak.cc: new file.
4095 * gdb.hp/attach.c: new file.
4096 * gdb.hp/attach2.c: new file.
4097 * gdb.hp/average.c: new file.
4098 * gdb.hp/compiler.c: new file.
4099 * gdb.hp/compiler.cc: new file.
4100 * gdb.hp/execd-program.c: new file.
4101 * gdb.hp/follow-exec.c: new file.
4102 * gdb.hp/follow-fork.c: new file.
4103 * gdb.hp/follow-vfork-and-exec.c: new file.
4104 * gdb.hp/misc-hp.cc: new file.
4105 * gdb.hp/more-steps.c: new file.
4106 * gdb.hp/optimize.c: new file.
4107 * gdb.hp/quicksort.c: new file.
4108 * gdb.hp/run-hp.c: new file.
4109 * gdb.hp/start-stop.c: new file.
4110 * gdb.hp/sum.c: new file.
4111 * gdb.hp/templates-hp.cc: new file.
4112 * gdb.hp/thread-local-in-lib.c: new file.
4113 * gdb.hp/thread-local-in-lib.h: new file.
4114 * gdb.hp/thread-local-in-lib.lib.c: new file.
4115 * gdb.hp/vforked-program.c: new file.
4116 * gdb.hp/virtfunc-hp.cc: new file.
4117 * gdb.hp/watchpoint-hp.c: new file.
4118 * gdb.hp/xdb.c: new file.
4119 * gdb.hp/xdb0.c: new file.
4120 * gdb.hp/xdb0.h: new file.
4121 * gdb.hp/xdb1.c: new file.
4122
4123Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
4124
4125 The following change was made by Edith Epstein
4126 <eepstein@cygnus.com> as part of a project to merge in changes
4127 originally made by HP; HP did not create ChangeLog entries.
4128
4129 * gdb.c++/demangle.exp: changed the expected output for some
4130 ARM-style mangling -- removed second reference to datatype.
4131 For example, maint demangle __dt__11T1__pt__2_cFv
4132 T1<char>::~T1<char>(void)
4133 becomes,
4134 maint demangle __dt__11T1__pt__2_cFv
4135 T1<char>::~T1(void)
4136
4137 (test_hp_style_demangling): new hp specific demangling test cases.
beb998c6 4138
c906108c
SS
4139Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
4140
4141 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
4142 * gdb.trace/backtrace.exp: Likewise.
4143 * gdb.trace/circ.exp: Likewise.
4144 * gdb.trace/collection.exp: Likewise.
4145 * gdb.trace/deltrace.exp: Likewise.
4146 * gdb.trace/infotrace.exp: Likewise.
4147 * gdb.trace/limits.exp: Likewise.
4148 * gdb.trace/packetlen.exp: Likewise.
4149 * gdb.trace/passc-dyn.exp: Likewise.
4150 * gdb.trace/passcount.exp: Likewise.
4151 * gdb.trace/report.exp: Likewise.
4152 * gdb.trace/save-trace.exp: Likewise.
4153 * gdb.trace/tfind.exp: Likewise.
4154 * gdb.trace/tracecmd.exp: Likewise.
4155 * gdb.trace/while-dyn.exp: Likewise.
4156 * gdb.trace/while-stepping.exp: Likewise.
4157
41581998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
4159
4160 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
4161
4162Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
4163
4164 From Brendan Kehoe:
4165 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
4166 int return types.
4167
4168Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
4169
4170 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
4171 remote dos host testing right.
4172
4173Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
4174
4175 * gdb.base/corefile.exp: remove some xfails.
4176
4177Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
4178
4179 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
4180 have different timestamps.
4181
4182Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
4183
4184 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
4185 gdb.base/default.exp: Replace "exec" with "executable".
4186
4187Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
4188
4189 * gdb.base/default.exp: Change else if to elseif from previous
4190 delta.
4191
4192Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
4193
4194 * gdb.base/default.exp: Add brace missing from previous delta.
4195
4196Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
4197
4198 * gdb.base/default.exp: Support test for info float for all
4199 varieties of arm toolchain.
4200
dc96c6c7 4201Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4202
4203 * gdb.trace/*.exp: remove "remote_download" command.
4204
dc96c6c7 4205Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4206
4207 * gdb.trace/*.exp: remove -gdwarf from compile.
4208
4209Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
4210
4211 * gdb.trace/configure.in(AC_INIT): typo
4212 * gdb.trace/configure: regenerated
4213
dc96c6c7 4214Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4215
4216 * config/m68k-emc.exp: New file.
4217 * lib/<emc-support.exp trace-support.exp}: New files.
4218 * configure.in: add new test directory gdb.trace.
4219 * gdb.trace/{configure configure.in Makefile.in}: New files.
4220 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
4221 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
4222 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
4223 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
4224 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
4225 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
4226 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
beb998c6 4227
dc96c6c7 4228Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4229
4230 * gdb.c++/classes.exp: Change all regular expressions to match
4231 arbitrary combinations of newline/carriage-return, so that they
4232 will work equally well on Unix and Windows.
4233 * gdb.c++/inherit.exp: ditto.
4234 * gdb.c++/virtfunc.exp: ditto.
4235
42361998-08-11 Dawn Perchik <dawn@cygnus.com>
4237
4238 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
4239
c2d11a7d
JM
4240Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
4241
4242 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
4243 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
4244 to use a0-a3/d0-d3 as needed.
4245
4246Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
4247
4248 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
4249 * gdb.disasm/am33.exp: Corresponding changes.
4250
c906108c
SS
42511998-07-11 Felix Lee <flee@cygnus.com>
4252
4253 * gdb.base/callfuncs.exp: add cmp10 test.
4254 * gdb.base/callfuncs.c (cmp10): new function.
4255
4256Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
4257
beb998c6 4258 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
4259 into two parts to get around a synchronization problem in expect.
4260
3fc11d3e
JM
4261Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
4262
4263 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
4264
4265 * configure.in: Add options for gdbtk testsuite.
4266
4267 * configure: Regenerate.
4268
4269 * gdb.gdbtk: New directory to hold gdbtk tests.
4270
c906108c
SS
4271Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4272
4273 * gdb.fortran/types.exp: Escape brackets in expect patterns
4274 for test_float_literal_types_accepted tests.
4275 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
4276 before run test.
4277
c2d11a7d
JM
4278Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
4279
4280 * am33.exp: Just compile, do not link the testcase.
4281 * am33.s: Add ".am33" pseudoop to force am33 mode.
4282
c906108c
SS
42831998-06-25 Felix Lee <flee@cygnus.com>
4284
4285 * gdb.base/setshow.exp: make sure $pc is sane.
4286
4287 * gdb.stabs/weird.exp: split expect patterns properly.
4288
c2d11a7d
JM
4289Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
4290
4291 * gdb.disasm/am33.s: New disassembler testfile for the am33.
4292 * gdb.disasm/am33.exp: Run it.
4293
dc96c6c7 4294Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4295
4296 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
4297 match processing (and eliminate spurious timeouts when running).
4298
dc96c6c7 4299Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4300
4301 * gdb.base/signals.exp (test_handle_all_print): put back Mach
4302 exception test, but conditionalize it on target [mach | gnu].
4303
dc96c6c7 4304Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4305
4306 * gdb.base/overlays.exp: fixup compile line for linker script.
4307
4308Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
4309
4310 * gdb.fortran/types.exp: don't guess at float size.
4311
4312Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
4313
4314 * gdb.base/exprs.exp: delete test that depends on int size.
4315
4316Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
4317
4318 * config/sim.exp: Removed checks for target triplets.
4319 (gdb_target_sim): Use gdb,target_sim_options.
4320
4321Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
4322
4323 * gdb.base/reread.exp: New file.
4324 * gdb.base/reread1.c: New file.
4325 * gdb.base/reread2.c: New file.
4326
4327Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
4328
4329 * config/sim.exp: Use 'target sim -sparclite' when running
4330 SPARClite programs.
4331
4332Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
4333
4334 * gdb.base/structs2.exp: New file.
4335 * gdb.base/structs2.c: New file.
4336
4337Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
4338
4339 * gdb.asm/common.inc: New file.
4340 * gdb.asm/d10v.inc: New file.
4341 * asm-source.exp: Pass -I's to gas to find .inc files.
4342 Update line numbers in expected output.
4343 * asmsrc1.s: Rewrite.
4344 * asmsrc2.s: Rewrite.
4345 * configure.in: Create arch.inc symlink.
4346 * configure: Regenerate.
4347 * Makefile.in (distclean): Delete arch.inc.
4348
4349Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
4350
4351 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
4352 (t_enum_value2): ditto
4353 (t_enum_value3): ditto
4354 (main): ditto
4355Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4356
4357 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
4358 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
4359 change.
4360 Use gdb_test instead of send_gdb/gdb_expect sequences.
4361
4362Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
4363
4364 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
4365 not void.
4366
4367Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
4368
4369 * gdb.base/branches.c: Code with lots of loops and
4370 subroutines. Used to test gdbs ability to single step through PC
4371 changes, especially to test mips-tdep.c:mips_next_pc
4372
4373Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
4374
4375 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
4376 more rigorous EGCS C++ error checking.
4377
4378Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4379
4380 * gdb.base/help.exp: Clean up `help set args' and `help show args'
beb998c6 4381 tests.
c906108c 4382 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
beb998c6 4383 function when asleep.
c906108c 4384 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
beb998c6
AC
4385 for i*86 Linux and SVR4 signal handling problems.
4386 Remove linux xfail for `next to handler in signals_tests_1', fixed
4387 by recent infrun.c change.
c906108c 4388 Limit backtrace to 10 frames to avoid timeout problems with infinite
beb998c6 4389 stack backtraces.
c906108c
SS
4390 Adjust expect pattern in `handle all print' test to match Apr 28 1997
4391 target.[ch] change.
4392
4393Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
4394
4395 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
4396 for a newline from gdb before continuing.
4397 (default_gdb_exit): Just look for y or n.
4398 (gdb_test): Detect abnormal exit from GDB running on DOS; if
4399 it does, fail the rests of the tests in the file.
4400
4401Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
4402
4403 * config/cygmon.exp: New file.
4404
4405Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
4406
4407 * gdb.base/list.exp: Fix problem with "list default lines around
4408 main" test on remote targets.
4409
4410 * gdb.base/scope.exp: Fix problem with filelocal_bss before
4411 run test on remote targets.
4412
4413Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
4414
4415 * gdb.asm: New directory.
4416 * configure.in: Configure it.
4417 * configure: Regenerate.
4418 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
4419 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
4420
4421Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
4422
4423 * config/mn10300-eval.exp: New file to support MN10300 eval board.
4424
dc96c6c7 4425Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 4426
c906108c
SS
4427 * gdb.base/overlays (several files): Merge the two overlay
4428 managers into one. Change variables (foox, barx, bazx, grbxx)
4429 back into ints but force them to load in their proper sections.
4430
4431Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
4432
4433 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
4434 on-chip insn memory and IMAP1 to upper 128k.
4435 (D10VCopy): Handle memory regions crossing 16k boundaries.
4436 (D10VCopy): Transfer data in 32 bit chunks.
4437
4438Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
4439
4440 * gdb.base/overlays.c (main): Exit normally when result is
4441 correct.
4442
4443 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
4444 map. Include space for printf in .text segment.
4445
4446 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
4447 updated d10v memory VMA/LMA map.
4448 (D10VCopy): Call D10VTranslate.
beb998c6 4449
c906108c
SS
4450Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
4451
4452 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
4453
4454 * gdb.base/bar.c (barx, bar): Change variable to small array so
4455 that it won't be put into the .sdata - small data -
4456 section. Update reference.
4457 * gdb.base/baz.c (bazx, baz): Ditto.
4458 * gdb.base/foo.c (foox, foo): Ditto.
4459 * gdb.base/grbx.c (grbxx, grbx): Ditto.
4460
4461 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
4462 to be arrays.
beb998c6 4463
dc96c6c7 4464Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 4465
c906108c
SS
4466 * gdb.base/overlays.exp: fix up and get working again.
4467 Add tests for backtraces from an overlay function.
beb998c6 4468
c906108c
SS
4469Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
4470
4471 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
4472 "calling function with watchpoint enabled".
4473
4474Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
4475
4476 * gdb.base/break.exp (test_next_with_recursion): Remove
4477 gdb_suppress_tests for d10v-*-*.
4478 * lib/gdb.exp (gdb_suppress_tests): Disable this function
4479 pending review of whether it is useful or not.
4480
4481Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
4482
4483 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
4484
4485Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
4486
4487 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
4488 * config/dve.exp: New file to support Densan boards.
4489
4490Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
4491
4492 * gdb.base/interrupt.exp: Document problem of simulators, signals,
4493 reads and BSD.
4494
4495Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
4496
4497 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
4498 response.
4499
4500 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
4501
4502Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
4503
4504 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
4505 test.
4506
4507 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
4508 target_sizeof_long and target_bigendian_p.
4509 (structs_by_value, structs_by_reference): Check values according
4510 to targets word size and endianess.
beb998c6 4511
c906108c
SS
4512Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
4513
4514 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
4515 output.
4516
4517Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
4518
4519 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
4520 Update test of set args help to match source change.
4521
4522Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
4523
4524 * gdb.base/default.exp: Expect help system output to be in
4525 alphabetical order.
4526 * gdb.base/help.exp: Ditto.
4527
4528Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
4529
4530 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
4531 "i*86-pc-linux-gnu*".
4532 * gdb.base/interrupt.exp: Ditto.
4533 * gdb.base/corefile.exp: Ditto.
4534
4535 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
4536 define vxworks when building the testcase.
4537
4538 * gdb.base/ptype.exp: Fix testnames to be unique.
4539 * gdb.base/radix.exp: Ditto.
4540 * gdb.base/term.exp: Ditto.
4541 * gdb.base/whatis.exp: Ditto.
4542 * gdb.c++/classes.exp: Ditto.
4543
4544Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
4545
4546 * gdb.base/callfuncs.exp: Fix indentation.
4547
4548 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
4549 suppress_flag has been set.
4550 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
4551 target feature.
4552
4553Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
4554
4555 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
4556 the testcase.
4557
4558 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
4559 set_debug_traps() and breakpoint().
4560 * gdb.c++/misc.cc (main): Ditto.
4561 * gdb.c++/templates.cc (main): Ditto.
4562 * gdb.c++/virtfunc.cc (main): Ditto.
4563
4564Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
4565
4566 * lib/gdb.exp(gdb_step_for_stub): New function.
4567 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
4568 exists, reload the executable and do a "continue" instead of
4569 doing a jump.
4570 (runto_main): Use gdb_step_for_stub.
beb998c6 4571
c906108c
SS
4572 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
4573 tests to have unique names.
4574 * gdb.base/callfuncs.exp: Ditto.
4575 * gdb.base/commands.exp: Ditto.
4576 * gdb.base/default.exp: Ditto.
4577 * gdb.base/help.exp: Ditto.
4578 * gdb.base/list.exp: Ditto.
4579 * gdb.base/opaque.exp: Ditto.
4580 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
4581 similar tests.
beb998c6 4582
c906108c
SS
4583 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
4584 * gdb.c++/cplusfuncs.cc: Ditto.
4585 * gdb.c++/virtfunc.cc: Ditto.
4586
4587 * config/monitor.exp: Keep track of the last file we saw, rather
4588 than trying to get the info from gdb.
4589
4590 * gdb.fortran/types.exp: Move comment to previous line.
4591
4592Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
4593
4594 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
4595 target mode.
4596
4597Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
4598
4599 From Bob Manson:
4600 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
4601 string from GDB when it connects.
4602
4603 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
4604
4605Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
4606
4607 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
4608 if we can't get a debug format from GDB (we may be testing an
4609 older GDB). Use a 10 second timeout when checking for the format.
4610
4611 * gdb.stabs/weird.exp: Fix quoting.
4612
4613 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
4614
4615Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
4616
4617 * config/arm-ice.exp: New file.
4618
4619Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
4620
4621 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
4622 until it has been modified to work with the new testsuite.
4623
99707966 4624 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
4625 testcase won't compile, cause all of the testcases in the file to
4626 fail instead.
4627
4628 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
4629 (gdb_clear_suppressed): New procedure.
4630 (gdb_stop_suppressing_tests): Only clear suppress_flag if
4631 it contains a positive value.
4632
4633Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
4634
4635 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
4636
4637 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
4638
4639Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
4640
4641 * lib/gdb.exp (setup_xfail_format): New function.
4642 (get_debug_format): New function to get debug format.
4643 (debug_format): New global variable to hold last value set
4644 by get_debug_format.
4645 * gdb.base/list.exp: Call get_debug_format and expect some
4646 tests to fail for DWARF 1 and COFF formats.
4647 * gdb.c++/ptype.exp: Ditto.
4648 * gdb.c++/classes.exp: Ditto.
4649 * gdb.c++/cplusfuncs.exp: Ditto.
4650 * gdb.c++/inherit.exp: Ditto.
4651 * gdb.c++/templates.exp: Ditto.
4652 * gdb.c++/virtfunc.exp: Ditto.
beb998c6 4653
c906108c
SS
4654Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
4655
4656 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
4657 host doesn't have a currently-open connection.
4658
4659 * config/sparclet.exp: Cleanups and fixes to make it generic for
4660 any gdb stub target. Handle cases where gdb doesn't respond when
4661 interrupted in a sane fashion.
4662
4663 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
4664 same thing in a totally different way.
4665
4666 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
4667 setting "timeout".
4668 (gdb_start): We set the global gdb_prompt variable in
4669 default_gdb_init now.
4670
4671Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
4672
4673 * gdb.base/printcmds.exp: Fix "check for floating addition"
4674 regexp to accept results within approx +/- .01 of exact value.
4675 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
4676
4677Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
4678
4679 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
4680 properly.
4681 (gdb_expect): Add optional timeout parameter, and add timeout
4682 value to various calls.
4683 (gdb_suppress_tests): Only give one warning message per group.
4684
4685Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
4686
4687 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
4688 global variables. Handle getting a value for $timeout more
4689 gracefully.
4690
4691Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
4692
4693 * lib/gdb.exp: Close connection to remote host if gdb doesn't
4694 initialize.
4695 (default_gdb_init): New procedure; allow gdb_init to be overridden
4696 by a target configuration file.
4697 (gdb_expect): Pass the timeout to remote_expect.
4698
4699 * config/monitor.exp(gdb_load): Fix typo in regexp.
4700
4701Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
4702
4703 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
4704
4705Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
4706
4707 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
4708 here. Call gdb_target_exec before rebooting the target, to make
4709 sure the connection to the target is closed.
4710 (gdb_load): Pass the name of the executable to gdb_target_monitor.
4711 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
4712 Also detect "Timeout reading from remote" error.
4713
4714 * config/gdbserver.exp: Pass the executable being loaded to
4715 gdb_target_monitor. Don't call gdb_file_cmd here; let
4716 gdb_target_monitor do it.
4717
4718 * gdb.disasm/hppa.exp: Don't use exec_output.
4719
4720Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
4721
4722 * gdb.base/list.exp: If we're debugging a non-native target,
4723 try to set the pc register to point to the start of the
4724 program before doing the first list command.
4725
4726 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
4727 test_calls after restarting.
4728
4729 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
4730 reloading.
4731
4732 * gdb.base/watchpoint.exp: Fix typo.
4733
4734 * gdb.base/setshow.exp: Check for use_gdb_stub.
4735
4736 * gdb.base/break.exp: Fix continue until exit test for the gdb
4737 stub case.
4738 * gdb.base/langs.exp: Ditto.
4739
4740 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
4741 gdb_load_offset. If we weren't given a file to load, figure out
4742 what the current file is and use it.
4743
4744 * config/i386-bozo.exp: New file.
4745
4746Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
4747
4748 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
4749 feature.
4750
4751 * config/proelf.exp: New entry.
4752
4753Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
4754
4755 * lib/gdb.exp: Remove spurious .* patterns at the beginning
4756 of regexps.
4757
4758 * gdb.base/watchpoint.exp: Don't run the test_stepping
4759 tests if gdb can't call functions on the target.
4760
4761 * gdb.base/setshow.exp: Don't run the set prompt tests if
4762 the board has gdb_prompt set.
4763
4764Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
4765
4766 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
4767 * gdb.base/commands.exp: Likewise.
4768 * gdb.base/setshow.exp: Likewise.
4769
4770Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
4771
4772 * config/monitor.exp(gdb_start): Look for gdb_prompt target
4773 feature.
4774
4775 * config/i960.exp: New file.
4776
4777Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
4778
4779 * gdb.base/funcargs.exp: Check for gdb,short_int target
4780 feature instead of looking for explicit target triplets.
4781
dc96c6c7 4782Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 4783
beb998c6 4784 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
4785 "p 123DEADBEEF", to check parse_number.
4786 * top.c: change "to enable to enable" to "to enable" in a couple
4787 of help strings.
4788
4789Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
4790
4791 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
4792 on the mn10300.
beb998c6 4793
c906108c
SS
4794Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
4795
4796 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
4797 where the test executable is run with explicit args.
4798 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
4799
4800Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
4801
4802 * gdb.base/run.c: Use FAKEARGV to build test executable that
4803 does not require a command line arg, since most simulators
4804 don't currently support passing such an arg into the simulated
4805 program.
4806 * gdb.base/commands.exp: Change tests to insert the proper
4807 value as the arg to the first recursive factorial call. Change
4808 compilation line to define FAKEARGV at compile time.
4809
4810Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
4811
4812 * gdb.base/recurse.exp: Enable these tests for the mn10300.
4813 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
4814 function with watchpoint enabled" test.
4815
4816Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
4817
4818 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
4819 Don't call gdb_test when the command doesn't return to a gdb prompt.
4820
4821 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
4822 "Tests restarted" messages.
4823
4824Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
4825
4826 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
4827
dc96c6c7 4828Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4829
4830 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
4831 for INFO SYMBOL; add help tests for OVERLAY commands.
4832 * gdb.base/default.exp: add tests for INFO SYMBOL command;
4833 add tests for OVERLAY commands
4834 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
4835 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
4836 * gdb.base/sigall.c: add usestubs code frag
4837 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
beb998c6 4838
c906108c
SS
4839Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
4840
4841 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
4842 failures.
4843 (gdb_stop_suppressing_tests): Note that tests have restarted.
4844
4845Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
4846
4847 * config/h8300.exp: New file.
4848
4849Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
4850
4851 * gdb.base/setshow.exp: Check for the existence of a
4852 feature, not its value.
4853
4854Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
4855
4856 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
4857
4858 * gdb.base/scope.exp: It's now init0(), not init().
4859
4860 * gdb.base/scope0.c: For now, change init() to be init0().
4861
4862 * config/monitor.exp: Use gdb_serial in preference to serial
4863 or netport.
4864
4865 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
4866 and it's not already set.
4867
4868Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
4869
4870 * gdb.base/setshow.exp: Only test the run command if the target
4871 isn't using a stub and if it supports argument passing.
4872
4873Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
4874
4875 * config/udi.exp(gdb_start): Make sure UDICONF is set
4876 properly before starting gdb.
4877
4878Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
4879
4880 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
4881 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
4882 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
4883
4884Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
4885
4886 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
4887 specialized code to reboot the board, use remote_reboot instead.
4888
4889 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
4890
4891 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
4892
4893 * config/monitor.exp: Make sure we disconnect from the target.
4894 Also, try a reboot/reload cycle instead of failing if the
4895 load fails.
4896
4897Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
4898
4899 * gdb.base/default.exp: Don't set match_max.
4900 * gdb.base/help.exp: Ditto.
4901 * gdb.base/list.exp: Ditto.
4902 * gdb.base/signals.exp: Ditto.
4903
4904 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
4905 set, use remote_ld to download the testcase instead of
4906 the GDB loader.
4907
4908Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
4909
4910 * config/vr5000.exp: New file.
4911
4912 * config/monitor.exp(gdb_target_monitor): Add pattern for
4913 "Ending remote" to detect errors in connecting.
4914
4915 * gdb.base/setshow.exp: Add .* within auto language test.
4916
4917 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
4918 target feature.
4919
4920 * config/monitor.exp(gdb_load): Check for a failure when loading,
4921 and reboot the board if necessary.
4922
4923 * gdb.base/setvar.exp(test_set): Handle multiple prints within
4924 a set of tests. Remove print.* from the patterns being checked.
4925
4926Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
4927
4928 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
4929 refer to gdb_spawn_id.
4930
4931 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
4932 longer used.
4933 * config/sparclet.exp: Ditto.
4934 * config/sparclet-old.exp: Ditto.
4935 * config/slite.exp: Ditto.
4936 * config/sim.exp: Ditto.
4937 * gdb.base/funcargs.exp: Ditto.
4938
4939 * lib/gdb.exp:Remove references to gdb_spawn_id.
4940 (gdb_expect): Move to remote.exp.
4941
4942Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
4943
4944 * config/monitor.exp: Detect the "Couldn't establish connection"
4945 message from GDB.
4946
4947Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
4948
4949 * gdb.base/bitfields.exp: Use runto instead of explicit
4950 gdb_run_cmd/gdb_expect sequences.
4951
4952 * gdb.base/break.exp(text_next_with_recursion): Add match for
4953 gdb_expect call.
4954
4955 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
4956 We also need to handle the "A program is being debugged already"
4957 prompt from gdb. Use gdb_test to set the baud rate.
4958
4959 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
4960 to 20000. Really. I mean it.
4961
4962Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
4963
4964 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
4965 fails. If suppress_flag is set, skip perror message about not
4966 being able to send to GDB.
4967 (send_gdb): If suppress_flag is set, don't try to send commands to
4968 GDB.
4969 (gdb_expect): If suppress_flag is set, always fail immediately.
4970 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
4971 (gdb_init): Call gdb_stop_suppressing_tests.
4972 (default_gdb_exit): Ditto.
4973 (default_gdb_start): Ditto.
4974
4975 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
4976 gdb_stop_suppressing_tests as appropriate.
4977 * gdb.base/break.exp: Ditto.
4978 * gdb.base/callfuncs.exp: Ditto.
4979 * gdb.base/commands.exp: Ditto.
4980 * gdb.base/exprs.exp: Ditto.
4981 * gdb.base/funcargs.exp: Ditto.
4982 * gdb.base/list.exp: Ditto.
4983 * gdb.base/recurse.exp: Ditto.
4984 * gdb.base/scope.exp: Ditto.
4985 * gdb.base/structs.exp: Ditto.
4986 * gdb.c++/inherit.exp: Ditto.
4987
4988Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
4989
4990 * config/vr4300.exp: New file.
4991
99707966
MC
4992 * gdb.*/*.exp: Call gdb_expect instead of expect.
4993
4994 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
4995
4996Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
4997
4998 * lib/gdb.exp(gdb_init): New function.
4999
5000 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
5001 for each individual variable set.
5002
5003 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
5004 name.
5005
5006 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
5007
5008 * gdb.base/scope.exp: Use gdb_test.
5009
5010 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
5011 aborting; the testsuite driver will do that for us (see
5012 gdb_finish). Also, use gdb_test in a few more places.
5013
5014Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
5015
5016 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
5017
5018Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
5019
5020 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
5021 and "add_tests" are not at the same address.
5022
5023Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
5024
5025 * gdb.base/ptype.exp: Use gdb_test.
5026
5027Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
5028
5029 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
5030 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
5031 left in. No longer expect them to fail.
5032
5033 * gdb.stabs/*.mt; Deleted, no longer used.
5034 * gdb.stabs/configure.in: Remove references to target makefile
5035 frags.
5036 * gdb.stabs/configure: Rebuilt.
5037
5038 * gdb.disasm/*.mt: Deleted, no longer used.
5039 * gdb.disasm/configure.in: Remove references to target makefile
5040 frags. Use "sh3.s" as the unique filename for this directory.
5041 * gdb.disasm/configure: Rebuilt.
5042
5043 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
5044 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
5045 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
5046
5047Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
5048
5049 * config/udi.exp: Use mondfe,name instead of remote_host.
5050
5051Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
5052
5053 * gdb.base/watchpoint.exp: Don't expect a failure when calling
5054 a function with a watchpoint enabled on the mn10200.
5055
5056 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
5057 before trying to create it!
5058
5059Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
5060
5061 * config/vx.exp: Use hostname instead of netport.
5062
5063 * config/vxworks.exp: New file.
5064
5065 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
5066
5067 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
5068 gdb before assuming everything worked. Send a ^C if a timeout
5069 occurs.
5070
5071 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
5072 $gdb_spawn_id directly.
5073 (gdb_run_cmd): Try _start as well as start. Use the target feature
5074 gdb,start_symbol as the symbol to start from when jumping.
5075
5076Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
5077
5078 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
5079 redundant) test.
5080
5081 * gdb.base/recurse.exp: Relax final value test for 'b' so that
5082 it doesn't lose for 16bit integer systems.
5083
5084Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
5085
5086 * gdb.fortran/types.exp: If the target doesn't support "double"
5087 data types, then expect "real" types to only be 4 bytes.
5088
5089 * gdb.c++/virtfunc.exp: Expect failure for virtual function
5090 call tests if the target doesn't support inferior function calls.
5091
5092 * gdb.base/printcmds.exp: Allow minor deviation in FP values
5093 in printf tests.
5094
5095Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
5096
5097 * gdb.base/help.exp: Disable "help set", "help show", and
5098 "help support". Simplify regexp for "help stack".
5099
5100 * gdb.base/default.exp: Set match_max to 5000 and the timeout
5101 to 60 seconds. Temporarily set match_max to 15000 around the
5102 "info copying" test.
5103
5104 * gdb.base/nodebug.exp: Don't try to do an inferior function
5105 call if the target doesn't support them.
5106 * gdb.base/printcmds.exp: Likewise.
5107 * gdb.base/setvar.exp: Likewise.
5108 * gdb.base/structs.exp: Likewise.
5109 * gdb.c++/templates.exp: Likewise.
5110 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
5111
5112 * gdb.base/recurse.exp: Enable for the mn10200.
5113
5114 * configure.in: Do configure gdb.stabs directory for *-*-elf
5115 targets.
5116 * configure: Rebuilt.
5117
5118 * gdb.base/break.exp: Check for gdb,noresults before testing
5119 exit status and/or results from the target.
5120 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
5121 * lib/gdb.exp: Remove old (now bogus) initialization of
5122 noinferior, noargs, noresults and nosignals.
5123
5124Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
5125
5126 * config/sh.exp: New file.
5127
5128 * config/slite.exp: Try to connect multiple times to the board
5129 before rebooting. Only send a "monitor run" if need_monitor_run
5130 is set.
5131
5132 * gdb.base/break.exp: Don't do the "stub continue" test if
5133 the target has gdb_stub set.
5134
5135 * gdb.base/callfuncs.exp: Increase the timeout.
5136
5137 * gdb.base/interrupt.exp: Don't even try to compile the testcase
5138 if the target has gdb,noinferiorio set.
5139
5140 * gdb.base/list.exp: Increase match_max to 10000 characters.
5141
5142 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
5143
5144 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
5145 target.
5146
5147 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
5148
5149Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
5150
5151 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
5152 trying to delete the copy of gdb. Catch the file delete so we
5153 don't die if the delete fails; also, the file should be copied to
5154 the host, not to the build.
5155
5156Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
5157
5158 * lib/gdb.exp(gdb_test): Surround the result pattern with
5159 parenthesis in case it contains multiple regexps separated
5160 with |.
5161
5162 * gdb.base/watchpoint.exp: Use gdb_test.
5163 * gdb.base/default.exp: Ditto.
5164
5165Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
5166
99707966 5167 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
beb998c6 5168
c906108c
SS
5169 * gdb.base/scope.exp: Use gdb_test.
5170 * gdb.c++/classes.exp: Ditto.
5171 * gdb.c++/inherit.exp: Ditto.
5172
5173Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
5174
5175 * gdb.base/crossload.exp: Don't use execute_anywhere, use
5176 remote_exec instead.
5177 * gdb.base/corefile.exp: Don't be ridiculous.
5178 * gdb.base/*.c: Add missing stub invocations.
5179
5180Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
5181
5182 * config/slite.exp: Miscellaneous fixes.
5183
5184 * lib/gdb.exp: Fix runto.
5185
5186 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
5187 the target.
5188
5189 * gdb.base/watchpoint.exp: Fix regexp.
5190
5191 * lib/gdb.exp(default_gdb_exit): Add a catch to the
5192 close and wait commands, as the descriptor may now be
5193 invalid. Always call "remote_close host".
5194
5195Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
5196
5197 Major rewrite for testsuite revision.
beb998c6 5198
c906108c
SS
5199 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
5200 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
5201 instead of relying on spawn_id to always contain a valid
5202 spawn id.
5203 (get_compiler_info): New procedure to build the ${binfile}.ci
5204 file, instead of replicating this in N different places.
5205 (gdb_compile): New procedure.
beb998c6 5206
c906108c
SS
5207 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
5208 appropriate arguments) instead of compile. Use gdb_test in a lot
5209 more places. Use send_gdb instead of send. Always run gdb_start
5210 at the start of a testcase, as this is no longer done magically.
5211
5212 config/*-gdb.exp: Rename without the -gdb suffix.
5213
5214 config/mips.exp: Use remote_close instead of exit_remote_shell.
5215 config/monitor.exp: Use target_info instead of looking at
5216 baud, timeout, etc.
5217 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
5218
5219Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5220
5221 * gdb.c++/templates.exp (test_ptype_of_templates),
5222 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
5223 Update expect patterns for destructors and assignment operators
5224 to match corresponding c-typeprint.c changes.
5225 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
5226 to destructor breakpoint test, GDB should be able to set the
5227 destructor breakpoint without specifying arguments.
5228
5229Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
5230
5231 * gdb.threads/pthreads.exp: Change result for failure to compile due
5232 to lack of pthreads runtime support from an error to simply an
5233 unsupported test, per dejagnu standards.
5234
5235Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5236
5237 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
5238 where GDB exits to reduce pattern match time.
5239 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
5240
5241 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
5242
dc96c6c7 5243Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5244
5245 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
5246 * gdb.base/default.exp: ditto.
5247 * gdb.base/nodebug.exp: ditto.
5248 * gdb.base/printcmds.exp: ditto.
5249 * gdb.base/ptype.exp: ditto.
5250 * gdb.base/setvar.exp: ditto.
5251 * gdb.base/structs.exp: ditto.
5252 * gdb.base/setshow.c: Guard against uninitialized values of argc.
5253
5254Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
5255
5256 * configure, */configure: Rebuild with autoconf 2.12.
5257
5258Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
5259
5260 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
5261 use new i*86-pc-linux*-gnu quads.
5262 * gdb.base/corefile.exp: Ditto.
5263 * gdb.base/signals.exp: Ditto.
5264 * gdb.base/sigall.exp: Ditto.
5265 * gdb.base/interrupt.exp: Ditto.
5266
5267 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
5268 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
5269 RedHat 4.0.
beb998c6 5270
c906108c
SS
5271 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
5272 linux. This allows the test case to at least compile on latest
5273 linux, but still not run due to missing the threads runtime library.
5274
5275Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5276
5277 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
5278 directory to search gdb directory. Accept and step over conditional
5279 stack alignment code. Consume $prompt in failure cases.
5280 Reset timeout to $oldtimeout instead of some arbitrary value.
5281 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
5282 timeout problems with infinite stack backtraces.
5283 * gdb.base/ptype.exp (ptype struct link, union tu_link):
5284 Accept function parameters for linkfunc member.
5285
5286Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
5287
5288 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
5289 (CXXFLAGS): Remove, unreferenced.
5290 (B_OPTIONS): Add for -B options and add code to initialize with
5291 previous -B options and also add -B option to pick up cross compiled
5292 runtime.
5293 (TARGET_INCLUDES): Add for -I options and add code to initialize when
5294 doing cross compiles.
5295 (target_alias): Declare global.
5296 (xgcc): Set variable to full path of gcc in build tree. Use findfile
5297 to verify that gcc exists in build tree, and if so set CC to that
5298 gcc and to use B_OPTIONS and TARGET_INCLUDES.
beb998c6 5299
c906108c
SS
5300Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
5301
5302 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
5303 ptype test for anonymous union. Fixup testcase to match
5304 current gcc debug output.
5305
5306Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
5307
5308 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
5309 force argument to an unsigned long type.
5310
5311Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
5312
5313 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
5314 tests and anonymous union print/ptype tests.
5315 * gdb.base/list.exp (test_forward-search): Increase timeout by
5316 5 minutes for the "search extremely long line" case.
5317 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
5318 completely optional and that the pass/fail messages use the command as
5319 the message if that third arg is a null string.
5320 (gdb_test_exact): Arrange that a null string pattern means match a
5321 null string output rather than any output, which might include random
5322 errors.
5323 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
5324 backtrace test.
5325 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
5326 always failing and failure is now exposed by gdb.exp changes.
5327
5328Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
5329
5330 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
5331 weren't being noted.
5332
5333Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5334
5335 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
5336 * gdb.stabs/weird.exp: Remove v_comb xfails.
5337
dc96c6c7 5338Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5339
5340 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
5341 list.exp scope.exp watchpoint.exp]
5342 Make all timeout error msgs explicitly say "(timeout)".
beb998c6 5343
dc96c6c7 5344Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5345
5346 * config/monitor.exp: Increase download timeout to 1000 seconds.
5347
dc96c6c7 5348Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5349
5350 * config/m32r.exp: Increase timeout to 120 seconds.
5351
5352Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
5353
5354 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
5355 and accept older ordering as obsolescent gcc or gdb.
5356 * gdb.c++/templates.exp: Ditto.
5357 * gdb.c++/virtfunc.exp: Ditto.
5358
5359Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
5360
5361 * gdb.base/coremaker.c: Add code to mmap some data so we
5362 can check that it ends up in the core file.
5363 * gdb.base/corefile.exp: Add test to read mmapped data
5364 from core file.
5365
dc96c6c7 5366Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5367
5368 * config/m32r.exp: New file.
5369
5370Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
5371
5372 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
5373 that cflags can contains -gstabs, and work correctly for other tests.
5374
dc96c6c7 5375Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5376
5377 * gdb.base/setshow.exp: New file, tests show and set.
5378 * gdb.base/setshow.c: New file, tests show and set.
5379 * gdb.base/help.exp: Add test for help set|show annotate.
5380 * gdb.base/default.exp: Add test for set|show annotate.
5381
5382Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
5383
5384 * testsuite/gdb.base/break.exp: Make backtrace from factorial
5385 errors unique.
5386 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
5387 explicitly.
5388
5389Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
5390
5391 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
5392 and width commands. This is done elsewhere.
5393 * (gdb_start): Don't call gdb_start_sim here. That's already
5394 done in gdb_load. This fixes lots of failures in default.exp.
5395
5396Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
5397
5398 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5399 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
5400 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
5401 in the same we we treat other failures (since it may be an expected
5402 condition), rather than as an error.
5403 * gdb.base/signals.exp (test_handle_all_print): Revert back to
5404 old test format.
5405
5406Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
5407
5408 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
5409 (distclean maintainer-clean realclean): No need to remove files
5410 twice. Nuke the duplicates.
5411 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
beb998c6 5412 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
5413 Remove config.h along with other config files.
5414
5415Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
5416
5417 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
5418 "p func1 ()" and note that rests of tests are skipped.
5419 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
5420 setup_xfails for "print func2::coremaker_local".
5421 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
5422 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
5423 affected by the previous run test.
5424 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
5425 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
5426 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
5427 "pass int powerset tuple" and "pass modeless int powerset tuple".
5428 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
5429 "real write 4" and "real write 8".
5430 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
5431 setup_xfails for "print vs1 after tuple assign 2",
5432 "print \$i after tuple assign 2", and
5433 "print vs2 after tuple assign 2".
5434 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
5435 meaningful error message and return -1 so the caller can
5436 suppress further tests and avoid a cascade of errors.
beb998c6 5437
c906108c
SS
5438Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
5439
5440 * gdb.base/a1-selftest.exp: Tweak tests to account for new
5441 format for printing version.
5442 * gdb.base/default.exp: Ditto.
5443 * gdb.base/interrupt.exp: Fix problem with cascade of
5444 errors if child process dies while calling a function.
beb998c6 5445
c906108c
SS
5446Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
5447
5448 * Makefile.in (VPATH): Add
5449 * Makefile.in (Makefile, config.status): Fix rules so things get
5450 remade when necessary.
5451
5452Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
5453
5454 * Makefile.in (just-check): Add path to sibling expect dir
5455 to environment variable specified by RPATH_ENVVAR.
5456
5457Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
5458
5459 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
5460 (just-check): Add shared library paths for libstdc++, tk,
5461 tcl, bfd, and opcodes to the environment variable specified
5462 in RPATH_ENVVAR.
5463 * configure.in: Add support to recognize --enable-shared flag
5464 and generate correct value for RPATH_ENVVAR.
5465 * configure: Regenerated with autoconf.
5466
5467Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
5468
5469 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
5470 include all osf versions.
5471 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
5472 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
5473 when target is linux. When failing to build pthreads test
5474 executable, give more meaningful message.
5475 * gdb.threads/pthreads.c: Hpux also uses old definition of second
5476 arg for pthread_create.
beb998c6 5477
c906108c
SS
5478Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
5479
5480 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
5481 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
5482 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
5483 and -lpthreads (everybody else).
5484 (test_startup): Fail gracefully if threads are not supported.
5485 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
5486 "p/c array_index("abcdef",2)" when not gcc compiled.
5487 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
5488 "print func2::coremaker_local" when not gcc compiled.
5489 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
5490 "ptype on opaque struct tagname (statically)",
5491 "ptype on opaque struct tagname (dynamically) 1", and
5492 "ptype on opaque struct tagname (dynamically) 2"
5493 for not compiled with gcc.
5494 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
5495 backtrace when compiled with gcc.
beb998c6 5496 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
5497 than always return success.
5498
5499Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
5500
5501 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
5502
5503Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
5504
5505 * gdb.base/structs.exp: Undo last change.
5506
5507Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
5508
5509 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
5510 encapsulate all the steps/nexts done during self test, starting
5511 at main, and makes them less sensitive to optimization issues.
5512 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
5513 signal handler" test.
5514 * gdb.threads/pthreads.exp: Only run this for native configs.
5515 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
5516 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
5517 tests.
5518 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
5519 for "runto test_calls(void)" test.
beb998c6 5520
c906108c
SS
5521Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
5522
5523 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
5524 and don't expect address info in breakpoint confirmations.
5525
5526Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
5527
5528 * gdb.base/list.exp (test_forward_search): Increase timeout
5529 temporarily by 60 seconds for searching extremely long line,
5530 and then reset to old value when done. Increase expect input
5531 buffer to 10000.
5532
5533Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
5534
5535 * gdb.base/list.exp (test_forward_search): Fix to handle very
5536 long source line without overflowing expect's input buffer.
5537
5538Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
5539
5540 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
5541 "buffer_full".
5542
5543 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
5544 "buffer_full".
5545
5546 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
5547 "buffer_full".
5548
5549 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
5550 "buffer_full".
5551
5552Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
5553
5554 * configure.in (configdirs): Add gdb.threads.
5555 * configure: Regenerated with autoconf.
5556 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
5557 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
5558 * gdb.threads/configure: New, generated with autoconf.
beb998c6 5559
c906108c
SS
5560Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
5561
5562 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
5563
5564Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
5565
5566 * gdb.base/signals.exp (test_handle_all_print): Test separately for
5567 each signal's status in the output of "handle all print".
5568 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
5569 the \r\n sequence that immediately precedes the gdb prompt.
5570 * gdb.base/a1-selftest.exp: Save original timeout and restore
5571 after test.
5572
5573Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
5574
5575 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
5576 symbol.
5577
5578Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
5579
5580 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
5581
5582Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
5583
5584 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
5585 timeout by 60 seconds.
5586
5587Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
5588
5589 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
5590 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
5591 error return.
5592
5593Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
5594
5595 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
5596 gdb initialization, also report how long dejagnu waited. Restore
5597 old timeout before doing error return. Temporarily increase timeout
5598 by 3 minutes to allow for slow startups over heavy NFS use.
5599
5600Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
5601
5602 * lib/gdb.exp: Report timeout value for verbosity level 2.
5603 * config/gdbserver.exp: Ditto.
5604 * config/hppro.exp: Ditto.
5605 * config/mips-gdb.exp: Ditto.
5606 * config/monitor.exp: Ditto.
5607 * config/netware.exp: Ditto.
5608 * config/sim-gdb.exp: Ditto.
5609 * config/slite-gdb.exp: Ditto.
5610 * config/udi-gdb.exp: Ditto.
5611 * config/unix-gdb.exp: Ditto.
5612 * config/vx-gdb.exp: Ditto.
5613 * gdb.base/a1-selftest.exp: Ditto.
5614 * gdb.base/a2-run.exp: Ditto.
5615 * gdb.base/break.exp: Ditto.
5616 * gdb.base/corefile.exp: Ditto.
5617 * gdb.base/list.exp: Ditto.
5618 * gdb.base/recurse.exp: Ditto.
5619 * gdb.base/scope.exp: Ditto.
5620 * gdb.base/signals.exp: Ditto.
5621
5622Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5623
5624 * gdb.threads/Makefile.in (docdir): Removed.
5625
5626Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5627
5628 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
beb998c6 5629 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 5630 @srcdir@.
beb998c6 5631 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
5632 autoconf 2.5 or higher.
5633 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
5634
5635Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
5636
5637 * configure: Regenerated.
5638 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
5639 avoid name clashes with SunOS headers.
5640
5641Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
5642
5643 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
5644
5645Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
5646
5647 * gdb.base/callfuncs.exp: Finish last change -- make sure the
5648 prototype information ends up in the compiler info file.
5649
5650Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
5651
5652 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
5653 attempting to regenerate it. Eliminate use of a temporary file
5654 and just generate the info file directly. Source it immediately,
5655 for consistency of use.
5656 * gdb.base/corefile.exp: Ditto
5657 * gdb.base/exprs.exp: Ditto.
5658 * gdb.base/funcargs.exp: Ditto.
5659 * gdb.base/langs.exp: Ditto.
5660 * gdb.base/list.exp: Ditto.
5661 * gdb.base/mips_pro.exp: Ditto.
5662 * gdb.base/nodebug.exp: Ditto.
5663 * gdb.base/opaque.exp: Ditto.
5664 * gdb.base/ptype.exp: Ditto.
5665 * gdb.base/scope.exp: Ditto.
5666 * gdb.base/setvar.exp: Ditto.
5667 * gdb.base/signals.exp: Ditto.
5668 * gdb.base/whatis.exp: Ditto.
5669 * gdb.c++/templates.exp: Ditto.
5670 * gdb.c++/virtfunc.exp: Ditto.
5671 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
5672 whether or not to add -lstdc++ to the compile command line args.
5673
5674Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5675
5676 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
5677 it got fixed by the recent lookup_minimal_symbol_by_pc change.
5678 Increase timeout, a lot of single stepping might be needed if the
5679 target has no hardware watchpoints.
5680
5681Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
5682
5683 * gdb.base/break.exp: Ignore compiler warnings when compiling
5684 break.c.
5685 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
5686 * gdb.base/default.exp: Add h8300 xfails. Handle messages
5687 from remote-sim.
5688 * gdb.base/exprs.exp: Add h8300 xfails.
5689 * gdb.base/funcargs.exp: Likewise.
5690 * gdb.base/nodebug.exp: Likewise.
5691 * gdb.base/printcmds.exp: Likewise.
5692 * gdb.base/ptype.exp: Likewise.
5693 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
5694 h8300 xfails.
beb998c6 5695 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
5696 on the h8300.
5697 * gdb.base/funcargs.c: Explicitly make last constant argument to
5698 call_after_alloca_subr an unsigned long type.
5699 * gdb.base/return.c: Include stdio.h.
5700
5701Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
5702
5703 * config/abug.exp: New file for the older Motorola Bug monitor
5704 that runs on the mvme13x series VME boards.
5705 * config/monitor.exp: Use the new config array for target settings
5706 if they exist.
5707
5708Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
5709
5710 * sim-gdb.exp: Make the SH simulator allocate less space when
5711 it is targeted.
5712
5713Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
5714
5715 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
5716 test.
5717
5718Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
5719
5720 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
5721 "rs6000-*-*" for "list function in include file" when gcc compiled.
5722 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
5723 for "p ctable1[120]".
5724 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
5725 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
5726 Remove setup_xfail for "rs6000-*-*" for
5727 "print 'scope0.c'::filelocal before run".
5728 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
5729 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
5730 since some compilers don't allow both options to be given
5731 on the same command line. Create object file and move it.
beb998c6 5732
c906108c
SS
5733Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
5734
5735 * gdb.base/corefile.exp: Always regenerate the core file, since
5736 we always regenerate the coremaker program. Detect special case
5737 where registers cannot be read from core file.
beb998c6 5738
c906108c
SS
5739Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
5740
5741 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
5742 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
5743 * gdb.c++/templates.exp: Only match on basename of file since
5744 some formats like xcoff don't encode directory information.
5745 * gdb.stabs/weird.exp: Use the right sed script for powerpc
5746 and rs6000 AIX xcoff targets.
5747 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
5748 * configure: Regenerate.
5749 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
5750 here, rather than in distclean.
beb998c6 5751
c906108c
SS
5752Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
5753
5754 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
5755 defined, and use it to compile the test case with -O2. The
5756 native compilation still uses no optimization.
5757 * gdb.base/mips_pro.c: Remove inline assembly code since
5758 it is compiled PIC by default, which results in assembler
5759 warnings that make the testsuite think the compilation
5760 was unsuccessful.
5761
5762Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
5763
5764 * gdb.c++/misc.exp: Add note to message for
5765 "print s.a for foo struct" that this is a known gcc 2.7.2
5766 and earlier bug.
5767
5768Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
5769
5770 * gdb.base/break.exp: Fix pattern for matching "Delete all
5771 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
5772 setup_xfail for deleting all breakpoints test. Fix various
5773 timeout messages to include "(timeout)".
5774 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
5775 for "p t_float_values2(3.14159,float_val2)".
5776 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
5777 for "continue to call2g" when gcc compiled.
5778 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
5779 "up to foo in langs.exp", "show language at foo in langs.exp",
5780 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
5781 and "show language at fsub in langs.exp".
5782 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
5783 "list line 1 in include file", "list message for lines past EOF",
5784 "list function in include file", "list list0.h:foo", and
5785 "list filename:function; nonexistant function".
5786 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
5787 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
5788 and "ptype t_char_array" to be for native cc only.
beb998c6 5789
c906108c
SS
5790Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
5791
beb998c6 5792 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
5793 setup_xfail for "print coremaker_bss", "print coremaker_ro",
5794 "print func2::coremaker_local", and "backtrace in corefile.exp".
5795
5796Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
5797
5798 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
5799 "bt in signals.exp". This problem only appears when running
5800 the testsuite, and then only intermittently.
5801
5802Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
5803
5804 * gdb.base/return.exp (return_tests): Differentiate between
5805 two tests of continuing.
5806
5807Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
5808
5809 * */Makefile.in (maintainer-clean): Remove config.log.
5810 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
5811 * gdb.c++/Makefile.in (PROGS): Add inherit.
5812 (clean): Remove *.ci.
5813
5814Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
5815
5816 * gdb.c++/misc.cc: Add test code from Mike Stump.
5817 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
5818
5819Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
5820
5821 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
5822 to "alpha-*-osf2*" and add comment.
5823 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
5824 setup_xfail for "step over execarg initialization" and
5825 "step over corearg initialization".
5826 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
5827 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
5828 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
5829 gcc compiled for "print coremaker_bss", "print coremaker_ro",
5830 "print func2::coremaker_local", and "backtrace in corefile.exp".
5831 * gdb.base/signals.exp: Build and source signals.ci.
5832 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
5833 to be for gcc only.
5834 * lib/gdb.exp: Move verbose statements outside conditionals.
beb998c6 5835
c906108c
SS
5836Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5837
5838 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
5839 Feb 3 procfs.c change.
5840
5841Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
5842
5843 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
5844
5845Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
5846
5847 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
5848 from dejagnu's apparent default of 10 seconds, which gives random
5849 results when running the tests over NFS on moderately loaded systems.
5850 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
5851
5852Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
5853
5854 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
5855 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
5856 result reports.
5857
5858Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
5859
5860 * configure.in (CY_AC_PATH_TCLH): Remove.
5861 * configure: Regenerate.
5862
5863Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
5864
5865 * gdb.c++/Makefile.in (clean): Add missing '{'.
5866
5867Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
5868
5869 * lib/gdb.exp: Provide a default value for noinferior.
5870
5871 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
5872 Load libgloss.exp.
5873
5874Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
5875
5876 * gdb.disasm/hppa.exp: Compile directly into an executable, use
5877 the executable, not the .o to run the tests from.
5878
5879Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
5880
5881 * gdb.base/break.exp: Don't test for program exit or exit status
5882 if $noresults if nonzero.
5883 * gdb.base/langs.exp: Likewise.
5884 * gdb.base/watchpoint.exp: Likewise.
5885
5886 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
5887 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
5888 trying to compile the testcase.
5889
5890Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
5891
5892 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
5893 * gdb.base/signals.exp (continue to handler): Likewise.
5894
5895Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
5896
5897 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
5898
5899 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
5900
5901Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
5902
5903 * gdb.base/corefile.exp: Recognize "not found" as failure
5904 when trying to determine if a core file was generated.
5905 If no core file was generate the first time, try again without
5906 the ulimit -c to work around braindamaged shells.
5907
5908Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
5909
5910 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
5911 [] tests with "test" and enclose string in quotes.
5912 * gdb.stabs/configure: Rebuild
beb998c6 5913
c906108c
SS
5914Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
5915
5916 Changes in sync with expect:
5917 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
5918 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
5919 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
5920 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
5921 argument to AC_REQUIRE.
5922 * configure: Regenerated.
5923
5924Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
5925
5926 * gdb.base/corefile.exp: When generating a core, discard any
5927 error messages about ulimit not found and the "core dumped"
5928 message from the shell that runs the coredumper.
5929
5930Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
5931
5932 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
5933
5934 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
5935 which sed script to run. Expect failure for v_comb test
5936 on PA targets too.
beb998c6 5937
c906108c
SS
5938Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
5939
5940 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
5941 "print func2::coremaker_local" and for "backtrace in corefile.exp"
5942
5943Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
5944
5945 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
5946 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
5947 "sparc-sun-solaris*" xfails for "p v_comb".
5948 * lib/gdb.exp (default_gdb_start): Fix typo.
5949 * gdb.base/corefile.exp: Allow "Core was generated by ..."
5950 messages to not include the full program name that caused
5951 the core dump since some systems (such as solaris) apparently
5952 truncate this path to about 80 characters.
5953 When generating a core file first try increasing the core file
5954 size limit to unlimited since some systems may default it to
5955 zero, and it is harmless to try it. Move the test for failing
5956 to generate a core file to where it will actually get executed.
5957 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
5958 new gdb result from g++ debug info improvements and make old
5959 pattern obsolescent. Also account for size_t differences
5960 (may be int or long).
5961 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
5962 initialization before function call is placed in the delay slot
5963 and thus appears to be skipped over by commands such as "next".
5964
5965Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
5966
5967 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
5968
5969Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
5970
5971 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
5972 input source file; fix code to compile test to deal with this
5973 convention.
5974 * gdb.c++/*.exp: Likewise.
5975
5976Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
5977
5978 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
5979 "bt in signals.exp".
5980
5981Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
5982
5983 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
5984 "step over execarg initialization" and
5985 "step over corearg initialization".
5986
5987Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
5988
5989 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
5990 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
5991
5992Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
5993
5994 From Rob Savoye (rob@poseidon.cygnus.com)
5995 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
5996 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
5997 configure.in}, gdb.disasm/{Makefile.in, configure.in},
5998 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
5999 configure.in}: Major reworking for autoconfig.
6000 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
6001 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
6002 New files.
6003 * config/unix-gdb.exp: Make GDB global.
6004 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
6005 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
6006 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
6007 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
6008 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
6009 term.exp, twice.exp, watchpoint.exp, whatis.exp},
6010 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
6011 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
6012 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
6013 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
6014 pr-8136.exp, result.exp, string.exp, tuples.exp},
6015 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
6016 to returns as necessary, arrange for test to compile own testcase
6017 executable.
6018 * lib/gdb.exp: Changes for testsuite to compile own test cases.
beb998c6 6019
c906108c
SS
6020Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
6021
6022 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
6023 clear_xfail at end of test which might not call either pass or fail.
6024 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
6025 "backtrace through signal handler".
6026
6027Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6028
6029 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
6030 continuing from a job control stop signal.
6031 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
6032
6033Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
6034
6035 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
6036 * gdb.base/corefile.exp: Likewise.
6037 * gdb.base/funcargs.exp: Likewise.
6038
6039Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
6040
6041 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
6042 * config/monitor.exp: Add support for setting baud rate.
6043
6044Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
6045
6046 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
6047 i*86-*-linux* xfails for "backtrace through signal handler".
6048 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
6049 "print func2::coremaker_local".
6050 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
6051 alpha-dec-osf2* xfail for
6052 "delete all breakpoints when none".
6053
6054Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
6055
6056 * gdb.base/break.exp: Change test that deletes all breakpoints
6057 when no user breakpoints are installed. A post 4.15 change
6058 causes gdb to no longer prompt in this case.
6059
6060Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
6061
6062 * gdb.base/return.exp (return_tests): Change xfail for test
6063 "correct value returned double test" to stop xfailing at
6064 Solaris 2.5. Apparently the bug has been fixed.
6065
6066Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
6067
6068 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
6069 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
6070
6071Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
6072
6073 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
6074 * gdb.disasm/hppa.s: Corresponding changes.
6075
6076Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
6077
6078 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
6079 makefile fragment.
6080 * config/mt-hpux: Deleted.
6081
6082Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
6083
beb998c6 6084 * Many files: When warning about suppressed tests due to a
c906108c
SS
6085 nonexistant test binary, avoid incrementing the warning count.
6086
6087Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
6088
6089 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
beb998c6 6090
c906108c
SS
6091Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6092
6093 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
6094 "sparc-*-solaris2*".
6095
6096Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6097
6098 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
6099 Add global and local variables and initialize them.
6100 * gdb.base/corefile.exp: Test correct mapping of corefile sections
6101 by printing variables. Remove rs6000 and powerpc xfails, BFD now
6102 extracts the file name and terminating signal from the core file.
6103 * TODO: Remove note about tests for correct mapping of corefile.
6104 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
6105 from optimizing it away.
6106 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
6107 handles common blocks.
6108
6109Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
6110
6111 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
6112 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
6113
6114Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
6115
6116 * Makefile.in (maintainer-clean): New target, synonym for
6117 realclean.
6118 * gdb.base/Makefile.in (maintainer-clean): Likewise.
6119 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
6120 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
6121 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
6122 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
6123 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
6124
6125Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
6126
6127 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
6128 xfails when not gcc compiled for "print foo::funclocal".
6129 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
6130 "print foo::funclocal at foo",
6131 "print 'scope1.c'::foo::funclocal at foo",
6132 "print foo::funclocal_bss at foo",
6133 "print 'scope1.c'::foo::funclocal_bss at foo",
6134 "print foo::funclocal_ro at foo",
6135 "print 'scope1.c'::foo::funclocal_ro at foo",
6136 "print bar::funclocal at foo" and
6137 "print 'scope1.c'::bar::funclocal at foo".
6138 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
6139 gcc compiled for "print foo::funclocal at bar".
6140 Expand all messages to ensure that they identify that
6141 the test is at bar().
6142 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
6143 gcc compiled for:
6144 "ptype on opaque struct pointer (statically)",
6145 "ptype on opaque struct tagname (statically)",
6146 "ptype on opaque struct pointer (dynamically) 1",
6147 "ptype on opaque struct tagname (dynamically) 1",
6148 "ptype on opaque struct pointer (dynamically) 2" and
6149 "ptype on opaque struct tagname (dynamically) 2
6150 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
6151 gcc compiled for:
6152 "p datalocal"
6153 "whatis datalocal",
6154 "ptype datalocal",
6155 "p bsslocal",
6156 "whatis bsslocal", and
6157 "ptype bsslocal".
6158 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
6159 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
6160 when not gcc compiled.
6161 * gdb.base/funcargs.exp (float_and_integral_args): Add
6162 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
6163 compiled.
6164 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
6165 "backtrace from call6a" when not gcc compiled.
6166 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
6167 "backtrace from call7a" when not gcc compiled.
6168 * gdb.base/callfuncs.exp (do_function_calls):
6169 Add "hppa*-*-hpux*" xfail when not gcc compiled for
6170 "p t_char_array_values(char_array_val2,char_array_val1)",
6171 "p t_char_array_values(char_array_val1,char_array_val2)",
6172 "p t_char_array_values("carray 1","carray 2")",
6173 "p t_char_array_values("carray 1",char_array_val2)",
6174 "p t_char_array_values(char_array_val1,"carray 2")",
6175 "p sum_args(1,{2})",
6176 "p sum_args(2,{2,3})",
6177 "p sum_args(3,{2,3,4})",
6178 "p sum_args(4,{2,3,4,5})"
6179 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
6180 "backtrace in corefile.exp" when not gcc compiled.
6181
6182Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6183
6184 * gdb.base/signals.exp: Rewrite `handle all print' test as
6185 a procedure. Accept blanks or TABs as whitespace, increase
6186 timeout and expect input buffer size for the large output
6187 from the command. Remove "i*86-*-bsdi2.0" xfail.
6188
6189Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6190
6191 * gdb.base/setvar.exp: Add new testcases for truncation when
6192 assigning invalid values to bitfields.
6193
6194Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
6195
beb998c6 6196 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
6197 mips-sgi-irix* xfail for
6198 "call inferior func with struct - returns char *"
6199 and fix test so that an optional (unsigned char *) cast is
6200 accepted in the result.
6201
6202Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
6203
6204 * gdb.base/funcargs.exp (float_and_integral_args): Remove
6205 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
6206 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
6207 * gdb.base/signals.exp: Remove duplicate "handle all print" test
6208 that accidentally got checked in.
6209
6210Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
6211
beb998c6 6212 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
6213 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
6214 compiled test.
6215 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
6216 Add mips-sgi-irix5* xfail for not gcc compiled.
6217 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6218 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
6219 "p top", "whatis top", "p middle", and "whatis middle".
6220 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
6221 "whatis signed char" for not gcc compiled.
6222 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
6223 "set variable signed char=-1 (-1)" and
6224 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
6225 * gdb.base/funcargs.exp (float_and_integral_args):
6226 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
6227 Add mips-sgi-irix* xfail when not gcc compiled for
6228 "continue to call2b".
6229 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
6230 "continue to call2g".
6231 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
6232 "backtrace from call6a"
6233 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
6234 "backtrace from call7k".
6235 Add mips-sgi-irix5* xfail when not gcc compiled for
6236 "backtrace from call7a".
6237 (localvars_after_alloca): Fix gdb_test cmds for
6238 "print * after runto ...".
6239 Remove rs6000-*-* xfails for
6240 "print i after runto localvars_after_alloca" and
6241 "print l after runto localvars_after_alloca"
6242 for all compilers.
6243 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
6244 when not compiled with gcc, for:
6245 "print signed char == (minus)",
6246 "print signed char != (minus)",
6247 "print signed char < (minus)",
6248 "print signed char > (minus)".
6249 * gdb.base/callfuncs.exp (do_function_calls):
6250 Add mips-sgi-irix* xfail, when compiled with native compiler, for
6251 "call inferior func with struct - returns char *".
beb998c6 6252 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
6253 "correct value returned double test" to include Solaris 2.4.
6254 * gdb.base/funcargs.exp (float_and_integral_args):
6255 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
beb998c6 6256
c906108c
SS
6257Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6258
6259 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
6260 enumeration bitfields if compiling with GNU C.
6261 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
6262 to empty' prompt.
6263
6264Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
6265
6266 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
6267 test for PRO targets.
6268
6269 * gdb.base/funcargs.exp: Avoid ever setting more than 8
6270 breakpoints in the inferior at any given time by making
6271 two groups of breakpoints for call2*, call6* and call7*
6272 tests.
6273
6274Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6275
6276 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
6277 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
6278 from optimizing it away.
6279 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
6280 "call inferior func with struct".
6281
6282Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
6283
6284 * configure.in: Only configure gdb.chill for particular targets.
6285
6286Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
6287
6288 * gdb.base/Makefile.in: Add action to .c.o transformation
6289 rule that generates a .ci file for each .o file and remove
6290 explicit .c.o rules except for callfuncs.o.
6291 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
6292 generates a .ci file for each .o file and remove explicit
6293 .cc.o rules.
6294 (clean): Remove *.tmp *.ci files.
6295 (EXECUTABLES): Remove templ-info.exp.
6296 * gdb.base/compiler.c: New file.
6297 * gdb.c++/compiler.cc: New file
6298 * gdb.base/scope.exp: Source gdb.base/scope.ci.
6299 Change rs6000-*-* xfail for
6300 "print 'scope0.c'::filelocal_ro" and
6301 "print 'scope1.c'::filelocal" and
6302 "print 'scope1.c'::filelocal_bss" and
6303 "print 'scope1.c'::filelocal_ro" and
6304 "print 'scope1.c'::foo::funclocal" and
6305 "print 'scope1.c'::foo::funclocal_ro" and
6306 "print 'scope1.c'::bar::funclocal" and
6307 "print 'scope0.c'::filelocal_ro" and
6308 "print 'scope1.c'::filelocal at foo" and
6309 "print 'scope1.c'::filelocal_bss at foo" and
6310 "print 'scope1.c'::filelocal_ro at foo" and
6311 "print 'scope1.c'::foo::funclocal at foo" and
6312 "print 'scope1.c'::foo::funclocal_bss at foo" and
6313 "print 'scope1.c'::foo::funclocal_ro at foo" and
6314 "print 'scope1.c'::bar::funclocal at foo" and
6315 "print 'scope0.c'::filelocal_ro" and
6316 "print 'scope1.c'::filelocal" and
6317 "print 'scope1.c'::filelocal_bss" and
6318 "print 'scope1.c'::filelocal_ro" and
6319 "print 'scope1.c'::foo::funclocal" and
6320 "print 'scope1.c'::foo::funclocal_bss" and
6321 "print 'scope1.c'::foo::funclocal_ro" and
6322 "print 'scope1.c'::bar::funclocal" and
6323 "print 'scope1.c'::bar::funclocal_bss"
6324 to only be xfail'd when not compiled with gcc.
beb998c6 6325 Add rs6000-*-* xfail for
c906108c
SS
6326 "print 'scope0.c'::filelocal_bss before run"
6327 when compiled with gcc.
6328 (test_at_main): Add rs6000-*-* xfail for
6329 "print filelocal_ro in test_at_main"
6330 when compiled with gcc.
6331 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
beb998c6 6332 Add rs6000-*-aix* xfail for
c906108c
SS
6333 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
6334 "ptype t_char_array", not compiled with gcc.
6335 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
6336 xfail for "list foo (in include file)" when gcc compiled.
6337 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
6338 (integral_args): Add rs6000-*-* xfail for
6339 "run to call0a" if not compiled with gcc.
6340 (unsigned_integral_args): Add rs6000-*-* xfail for
6341 "run to call1a" if not compiled with gcc.
6342 (float_and_integral_args): Add rs6000-*-* xfail for
6343 "run to call2a" if not compiled with gcc and for
6344 "continue to call2b" for any compiler.
6345 Add rs6000-*-* xfail to
6346 "print f1 after run to call2a" for gcc compiled.
6347 (discard_and_shuffle): Add rs6000-*-* xfail for
6348 "run to call6a".
6349 (shuffle_round_robin): Add rs6000-*-* xfail for
6350 "backtrace from call7a" if not compiled with gcc.
6351 Add rs6000-*-* xfail for
6352 "backtrace from call7b" if compiled with gcc.
6353 (call_after_alloca): Add rs6000-*-* xfail for
6354 "print c in call_after_alloca" and
6355 "print s in call_after_alloca" and
6356 "backtrace from call_after_alloca_subr"
6357 if not compiled with gcc.
6358 (localvars_in_indirect_call): Add rs6000-*-* xfail for
6359 "print c in localvars_in_indirect_call" and
6360 "print c in localvars_in_indirect_call" and
6361 "backtrace in indirectly called function" and
6362 "stepping into indirectly called function"
6363 if not compiled with gcc.
6364 (localvars_after_alloca): Add rs6000-*-* xfail for
6365 "print c after runto localvars_after_alloca" and
6366 "print s after runto localvars_after_alloca" and
6367 "print i after runto localvars_after_alloca" and
6368 "print l after runto localvars_after_alloca"
6369 for all compilers.
6370 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
6371 than whatis-info.exp.
6372 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
6373 than opaque-info.exp.
6374 Setup rs6000-*-* xfail for
beb998c6 6375 "ptype on opaque struct pointer (statically)" and
c906108c
SS
6376 "ptype on opaque struct pointer (dynamically)" when
6377 not compiled with gcc.
6378 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
6379 rather than callf-info.exp.
6380 (do_function_calls): Add clear_xfail for rs6000-*-* for
6381 "p t_float_values2(3.14159,float_val2)". Seems to work
6382 fine there, both with xlc and gcc. Need to find out what
6383 it is doing right and fix other platforms.
6384 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
6385 "call inferior func with struct - returns int",
6386 "call inferior func with struct - returns long",
6387 "call inferior func with struct - returns float",
6388 "call inferior func with struct - returns double",
6389 "call inferior func with struct - returns char *",
6390 but only if not gcc compiled (presumes xlc compiled).
6391 Change rs6000-*-* xfails for
6392 "call inferior func with struct - returns char" and
6393 " call inferior func with struct - returns short" to only
6394 xfail if not using gcc.
6395 (clean mostlyclean): Remove *.ci and *.tmp files.
6396 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
6397 than templ-info.exp.
6398 * gdb.base/langs.exp: Source gdb.base/langs.ci.
6399 Add rs6000-*-* xfail for "up to foo in langs.exp"
6400 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
6401 when not gcc compiled.
beb998c6 6402
c906108c
SS
6403Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6404
6405 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
6406 * gdb.base/corefile.exp: Likewise.
6407 * gdb.base/list.exp: Likewise.
6408 * gdb.base/scope.exp: Likewise.
6409 * gdb.base/siganls.exp: Likewise.
6410
6411 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
6412 compiler output.
6413 * gdb.base/whatis.exp: Likewise.
6414
6415Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
6416
6417 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
6418 failure (opcode table has been fixed to match reality).
6419
6420Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
6421
6422 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
6423 "call inferior func with struct - returns char",
6424 "call inferior func with struct - returns short"
6425
6426 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
6427 "print 'scope0.c'::filelocal at main",
6428 "print 'scope0.c'::filelocal_bss in test_at_main",
6429 "print 'scope0.c'::filelocal at foo",
6430 "print 'scope0.c'::filelocal_bss in test_at_foo",
6431 "print 'scope0.c'::filelocal at bar",
6432 "print 'scope0.c'::filelocal_bss in test_at_bar"
beb998c6 6433
c906108c
SS
6434 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
6435 in source file 1". This bug seems to have been fixed with both
6436 gcc and native cc (was native assembler bug?).
6437
6438Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
6439
6440 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
6441 "backtrace through signal handler" to "i*86-*-sysv4*".
6442 * gdb.base/signals.exp: Add xfail for "'next' behaved as
6443 continue" case. Add "known SVR4 bug" to fail message.
6444 Add "i*86-*-bsdi2.0" xfail for "handle all print".
6445 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
6446 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
6447 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
6448 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
6449 "up to foo in langs.exp", "show language at foo in
6450 langs.exp", "up to cppsub_ in langs.exp", "show
6451 language at cppsub_ in langs.exp", "up to fsub in
6452 langs.exp", and "show language at fsub in langs.exp".
6453 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
6454 "bactrace in corefile.exp".
6455 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
6456 "call inferior function with struct - returns float" and
6457 "call inferior function with struct - returns double".
beb998c6 6458
c906108c
SS
6459Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
6460
6461 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
6462 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
6463 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
6464 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
6465
6466Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
6467
6468 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
6469 (or overriden) "CHILL" macro rather then bare "gcc".
6470 Also look for ../../gcc/xgcc since that is what we will
6471 actually need, not "Makefile". Remove following assignment
6472 of CHILL to CHILL_FOR_TARGET because that results in
6473 recursive definition.
6474
6475Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
6476
6477 * gdb.base/corefile.exp: Change xfail for backtrace in
6478 corefile.exp from linuxaout to all linux.
6479 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
6480 cases where we miss the breakpoint at the signal handler
6481 for some reason. Setup xfail for linuxoldld/linuxaout and
6482 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
6483 hitting SIGURG breakpoint.
6484 * gdb.base/signals.exp: Setup xfail for "next" acting like
6485 continue to add linuxoldld. Setup xfail for all linux for
6486 "next to handler in signals_tests_1", "backtrace in
6487 signals_tests_1", "continue to func1", "pass SIGUSR1",
6488 and continue to handler".
6489
6490Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
6491
6492 * Update all FSF addresses except those in COPYING* files.
6493
6494Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
6495
6496 * gdb.base/a2-run.exp: Change messages to be more explicit about
6497 the status of args, and quote binfile in results.
6498
6499Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
6500
6501 * gdb.base/callfuncs.exp: Add tests for passing structs to
6502 inferior functions and return various types.
6503 * gdb.base/callfuncs.c: Add functions to receive a struct
6504 and return a member of the struct, in various types.
6505
6506Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6507
6508 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
6509
6510Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
6511
6512 * config/vxworks29k.exp: New file, sources vxworks.exp.
6513
6514Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6515
6516 * config/gdbremote.exp: New file. Testing framework using
6517 gdbserver.
6518
6519Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
6520
6521 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
6522 "call function when asleep" and "send end of file".
6523 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
6524 for "backtrace in corefile.exp".
6525 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
6526 for "backtrace through signal handler".
6527 * gdb.base/corefile.exp: Make sure we actually generate a core file
6528 before trying the core tests. Some systems allow the user to suppress
6529 generation of core files and default to that (linux for example).
6530 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
6531 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
6532
6533Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6534
6535 * gdb.threads: New directory with some crude multi-threaded
6536 gdb tests (step.exp and step2.exp).
6537 * config/mt-lynx (STEP_EXECUTABLE): Define.
6538 (THREADFLAGS): Define.
6539
6540Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
6541
6542 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
6543
6544 * gdb.base/signals.exp: Disable whole file for lynx until
6545 further notice.
6546
6547 * gdb.base/signals.exp: xfail test where "next" acts like
6548 "continue" for lynx.
6549
6550 * gdb.base/interrupt.exp: xfail test for calling function while
6551 inferior is asleep for lynx.
6552
6553 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
6554 than one cr-lf after each command.
6555
6556Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6557
6558 * configure.in: Reinstate setting of stabsdirs variable, fix
6559 typo in setting up configdirs for native builds.
6560
6561 * gdb.base/return.exp: Fix typo in return double test.
6562 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
6563 compiler from optimizing them away.
6564
6565Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
6566
6567 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
6568 sequences to be echo'd by gdb when using gdb_test.
6569 * gdb.chill/chexp.exp: Likewise.
6570 * gdb.fortran/exprs.exp: Likewise
6571
6572Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6573
6574 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
6575 after the inferior gdb has started.
6576
6577 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
6578 after each command.
6579 * gdb.base/funcargs.exp: Likewise.
6580 * gdb.base/gdbvars.exp: Likewise.
6581 * gdb.base/interrupt.exp: Likewise.
6582 * gdb.base/list.exp: Likewise.
6583 * gdb.base/watchpoint.exp: Likewise.
6584 * gdb.c++/demangle.exp: Likewise.
6585 * gdb.c++/inherit.exp: Likewise.
6586 * gdb.chill/chexp.exp: Likewise.
6587 * gdb.fortran/exprs.exp: Likewise.
6588
6589 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
6590 test if we can't handle IO to/from the inferior.
6591
6592 * gdb.c++/misc.exp: Always check for a program already being
6593 started after sending a "run" command to gdb.
6594
6595 * gdb.base/twice.exp: Start with a fresh gdb.
6596
6597 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
6598 only depend on gdb's expression code, not the chill runtime.
6599
6600 * gdb.base/return.c: Put return values into variables so we
6601 can have gdb print them rather than depending on the program
6602 to print them.
6603 * gdb.base/return.exp: Corresponding changes.
6604
6605 * lib/gdb.exp: Provide default value for noinferiorio.
6606 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
6607 the inferior.
6608
6609 * gdb.base/break.exp: Always check for a program already being
6610 started after sending a "run" command to gdb.
6611 (text_next_with_recursion): Don't check the output from the
6612 program's printf statement. Instead just make sure the program
6613 exited.
6614
6615 * gdb.base/commands.exp: Protect tests which need arguments with
6616 $noargs conditionals.
6617
6618Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6619
6620 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
6621 of structure member arrays to match gdb/valops.c:value_addr change.
6622
6623Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
6624
6625 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
6626 cases.
6627
6628Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
6629
6630 * configure.in (configdirs): Remove gdb.chill from default list
6631 of subdirs and then add it back in only if doing a native build.
6632 The current chill compiler does not yet work in any cross build.
6633 * Revert all signal changes from Jul 6.
6634 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
6635 for sh-hms targets, allowing these tests to link, with no other
6636 changes. Testing is suppressed by setting "nosignals" in site.exp.
6637
6638Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
6639
6640 * configure.in (signaldirs): Define and add to configdirs for all
6641 targets except some specific ones that are known to not support signals.
6642 Also clean up formatting.
6643 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
6644 (signals, sigall): Remove rules to build.
6645 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
6646 Moved to new gdb.signals directory.
6647 * gdb.signals: New test directory.
6648 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
6649 signals.c signals.exp}: New or moved files.
6650
6651Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
6652
6653 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
6654
6655Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
6656
6657 * gdb.base/return.exp: Xfail `return double' test failure
6658 on at least Solaris 2.3 and handle future/past versions on
6659 a case by case basis as appropriate. Also update message
6660 to include i*86 failures.
6661
6662Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6663
6664 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
6665
6666 * lib/gdb.exp: Fix comment which erroneously identified
6667 gdb_file_cmd as gdb_load (the 19 May change was in fact to
6668 gdb_file_cmd not gdb_load).
6669 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
6670
6671 * gdb.base/setvar.exp: Make test names consistent between pass and
6672 fail cases. Use gdb_test more.
6673
6674Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6675
6676 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
6677
6678Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6679
6680 * gdb.base/help.exp: Fix expected help string for `show commands'.
6681
6682Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
6683
6684 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
6685
6686 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
6687 of a text section.
6688
6689Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
6690
6691 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
6692 that loop eventually terminates. Fix Connection refused logic so
6693 that testsuite will expire nicely.
6694
6695Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
6696
6697 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
6698 config/rom68k.exp: New tcl glue for the appropriate monitors.
6699 These all just end up calling monitor.exp.
6700 * config/monitor.exp (gdb_target_monitor): Handle `Connection
6701 refused' by retrying. Cleanup some timeout issues.
6702 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
6703 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
6704 callers don't have to set/restore global timeout variable.
6705
6706 * The following set of changes centralizes management of the global
6707 timeout variable. This way, it can be set in one target dependent
6708 place instead of dozens of places scattered throughout the test suite.
6709 If you need to lengthen a timeout, then you should either set timeout
6710 in one of the config/{target}.exp files, or multiply it by a factor.
6711 Setting it to an absolute value is always going to lose for some
6712 targets.
6713 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
6714 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
6715 * gdb.base/funcargs.exp: Don't set timeout.
6716 * gdb.base/list.exp (test_forward_search): Only use local timeout.
6717 * gdb.base/printcmds.exp (test_print_string_constants
6718 test_print_array_constants): Don't set timeout.
6719 * gdb.base/ptype.exp: Don't set timeout.
6720 * gdb.base/recurse.exp: Don't set timeout.
6721 * gdb.base/return.exp: Don't set timeout.
6722 * gdb.base/watchpoint.exp: Don't set timeout.
6723 * gdb.c++/classes.exp (do_tests): Don't set timeout.
6724 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
6725
6726Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
6727
6728 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
6729
6730Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6731
6732 * lib/gdb.exp: Disable chill tests for irix5.
6733
6734Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6735
6736 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
6737 each test pass or fail.
6738
6739Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6740
6741 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
6742 xlc not gcc.
6743
6744Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
6745
6746 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
6747
6748Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
6749
6750 * config/est.exp: Fix copyright and comments. Remove dead code.
6751 Use targetname, serialport and baud variables instead of fixed
6752 constants.
6753 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
6754 * config/cpu32bug.exp: New file to support cpu32bug monitors.
6755
6756Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6757
6758 * gdb.base/watchpoint.exp: Don't run
6759 test_watchpoint_triggered_in_syscall for sunos.
6760
6761Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6762
6763 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
6764 they don't seem to exist. Do include stdio.h.
6765
6766Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6767
6768 * gdb.base/a1-selftest.exp: Add alpha xfail.
6769
6770Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6771
6772 * gdb.base/watchpoint.c (main): Prompt before calling read().
6773 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
6774 Revise accordingly. Remove cruft about sending "123" several
6775 times, until it gets noticed. Clean up the "print buf[0]" stuff
6776 so that it passes or fails, and waits for prompts in the usual way.
6777
6778Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6779
6780 * gdb.base/recurse.exp: Fix comment.
6781
6782 * TODO: Remove item about printing variables in nodebug.exp. Add
6783 item about enabling tests which are only run on some targets.
6784
6785 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
6786 fail, make test names unique, use new gdb_test convention
6787 regarding pattern, use gdb_test more, etc.).
6788
6789 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
6790 fail, make test names unique, etc.).
6791
6792Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6793
6794 * gdb.base/nodebug.c: Change return type of top and middle to
6795 short.
6796 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
6797 are fixed by the recent mdebugread.c changes. Allow `short ()'
6798 as type for top and middle.
6799
6800Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6801
6802 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
6803 nearly as I can tell, the whole thing was an accident in Stu's
6804 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
6805 to replace a send/expect pair with gdb_test, but ended up only
6806 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
6807 of 30 Mar 1995 took care of it, but left this vestigial comment
6808 which I am now nuking.
6809
6810Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6811
6812 * gdb.base/break.exp: Look for different line number for
6813 breakpoint at main depending on usestubs.
6814
6815Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6816
6817 * gdb.base/list.exp: Adjust some alternate expect patterns to
6818 match recent list0.c change. Add alternate expect pattern for
6819 output from `list default lines around main' for optimizing
6820 compilers.
6821
6822Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6823
6824 * lib/gdb.exp: If nosignals is not set, set it to 0.
6825
6826Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
6827
6828 * config/slite-gdb.exp: Responds to load symbol table prompt.
6829 * gdb.base/break.exp: Adjust line number, fix rerun.
6830 * gdb.base/langs0.c: Add #ifdef usestubs.
6831
6832Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
6833
6834 * gdb.base/list.exp: Adjust line contents after adding new lines in
6835 list0.c. Also fix a syntax error.
6836
6837 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
6838 * gdb.base/break.exp: ditto.
6839 * gdb.base/list.exp: ditto.
6840 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
6841 * gdb.base/run.c: ditto.
6842 * gdb.base/list0.c: ditto.
6843 * gdb.base/funcargs.c: ditto.
6844
6845Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
6846
6847 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
6848 $targetname, $serialport and $baud instead of hardwired variables.
6849 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
6850 target doesn't support signals.
6851
6852Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
6853
6854 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
6855
6856Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6857
6858 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
6859 Don't rely on the value of an auto variable before it has been
6860 initialized. Use gdb_test more.
6861
6862Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6863
6864 * lib/gdb.exp (default_gdb_version): A version number must start
6865 with a digit, but other than that contains all characters up to
6866 the first whitespace character.
6867
6868Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6869
6870 * gdb.base/commands.exp (breakpoint_command_test): New tests.
6871
6872Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6873
6874 * gdb.c++/*.exp: Warn if executable does not exist. The original
6875 reason for skipping the warning was that configure.in sometimes
6876 intentionally skipped building the executables but the tcl code
6877 had no way of knowing. That (a) was always bogus with respect to
6878 error handling, (b) is no longer true (right now there is no way
6879 to skip C++ tests).
6880
6881 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
6882
6883Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6884
6885 * gdb.base/list.exp: Add expect patterns for output from
6886 SunPRO compiled executables.
6887 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
6888 types.
6889
6890Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6891
6892 * gdb.base/break.exp (test_next_with_recursion): Accept any line
6893 number (we are already testing that the correct source line text
6894 gets printed).
6895
6896 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
6897 that is what is intended, but something needed to be done to get
6898 sunos4 native working again.
6899
6900 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
6901
6902 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
6903 apparently went with a (very) old xfail.
6904
6905Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
6906
6907 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
6908 runto_main is a proc in gdb.exp that will do 'step' for target use
6909 stubs.
6910 * gdb.base/exprs.exp: ditto.
6911 * gdb.base/interrupt.exp: ditto.
6912 * gdb.base/opaque.exp: ditto.
6913 * gdb.base/printcmds.exp: ditto.
6914 * gdb.base/ptype.exp: ditto.
6915 * gdb.base/scope.exp: ditto.
6916 * gdb.base/setvar.exp: ditto.
6917 * gdb.base/signals.exp: ditto.
6918 * gdb.base/twice.exp: ditto.
6919 * gdb.c++/classes.exp: ditto.
6920 * gdb.c++/inherit.exp: ditto.
6921 * gdb.c++/templates.exp: ditto.
6922 * gdb.base/break.exp: no run and hit main for stubs. Change line
6923 numbers for breakpoints and info breakpoint.
6924 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
6925 breakpoint().
6926 * gdb.base/callfuncs.c: ditto.
6927 * gdb.base/exprs: ditto.
6928 * gdb.base/interrupt.c: ditto.
6929 * gdb.base/opaque0.c: ditto.
6930 * gdb.base/printcmds.c: ditto.
6931 * gdb.base/ptype.c: ditto.
6932 * gdb.base/scope0.c: ditto.
6933 * gdb.base/setvar.c: ditto.
6934 * gdb.base/signals.c: ditto.
6935 * gdb.base/twice.c: ditto.
6936 * gdb.c++/misc.cc: ditto.
6937 * gdb.c++/templates.cc: ditto.
6938
6939Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6940
6941 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
6942
6943 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
6944 somewhere between `read' and `main.c'. I'm pretty sure the
6945 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
6946 and it isn't particularly useful.
6947
6948 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
6949
6950Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6951
6952 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
6953
6954Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
6955
6956 * config/mt-slite: add LIBS and -nostdlib.
6957 * config/slite-gdb.exp: add this new file to support sparclite target.
6958
6959Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
6960
6961 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
6962
6963 * gdb.base/a2-run.exp: Change argument to istarget from
6964 "*-*-vxworks" to "*-*-vxworks*".
6965 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
6966
6967Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
6968
6969 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
6970 will not runto main but do a 'step' to step out of breakpoint().
6971 * config/mt-slite: add -Dusestubs.
6972
6973Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6974
6975 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
6976 instead of just @.
6977
6978 * gdb.base/signals.exp: Add test for "handle all print".
6979 * TODO: Remove "handle all print". Also remove item about
6980 checking copyright date (I don't like the idea of a spurious FAIL
6981 based on when we run the tests).
6982
6983 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
6984 for SunOS4 (reason for failure not investigated). Remove
6985 redundant test for $binfile.
6986
6987 * gdb.base/nodebug.c (array_index): Call malloc.
6988
6989 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
6990
6991Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
6992
6993 * gdb.base/recurse.exp: Update gdb_test invocation to use new
6994 conventions and slightly simplify the matching regexp.
6995
6996Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6997
6998 * gdb.base/break.exp: Update gdb_test invocation to use new
6999 convention.
7000
7001 * lib/gdb.exp: If noargs is not set, set it to 0.
7002
7003 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
7004 tests unique.
7005
7006 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
7007
7008Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7009
7010 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
7011 one argument of type "<non-float parameter>".
7012
7013Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
7014
7015 * config/rom68k.exp: New file to support Motorola IDP board.
7016 * gdb.base/a2-run.exp: Skip this file if noargs is set.
7017 * gdb.base/break.c: Change things around so that this program
7018 doesn't depend upon args. This is necessary to make remote
7019 targets work (in general, they can't take args).
7020 * gdb.base/break.exp: Don't try to send args to program. Don't
7021 expect output. Also, replace lots of code with gdb_test.
7022
7023Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7024
7025 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
7026 printing of '\'' (which is what the comment says we are testing,
7027 even though we were not), not '''.
7028 (test_integer_literals_rejected): Test that printing ''' is an error.
7029
7030 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7031 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
7032 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
7033 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
7034 Use gdb_test not test_print_accept.
7035 * lib/gdb.exp: Remove test_print_accept.
7036
7037 * gdb.base/signals.exp (signal_tests_1): Make pass message
7038 consistent with fail message.
7039
7040 * gdb.base/whatis.exp: Remove xfails for printing char vs.
7041 unsigned char; the bug (PR 1821) is fixed.
7042
7043 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
7044
7045 * gdb.base/scope.exp (test_at_localscopes): Call pass for
7046 successful tests--makes xfailing them work right.
7047
7048Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7049
7050 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
7051 only \r\n, not .*. The test can pass .* as the last thing in
7052 $pattern if that is what it wants. In addition to providing this
7053 flexibility, this change should speed up pattern matching in cases
7054 where the pattern already ended with .* (there were a number of
7055 them). This change also helps catch bad patterns--in the old
7056 scheme the typo "char \*" instead of "char \\*" would pass. Now
7057 it is caught.
7058 * Many .exp files: Update callers.
7059
7060 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
7061 clearer and does not spuriously match multiple ('s. Likewise for
7062 ) and *.
7063
7064 * gdb.base/nodebug.exp: Test ability to call a function and pass
7065 it a string (even with no debugging info).
7066
7067 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
7068 "p '\'", which is the same as "p ''" once tcl gets done with
7069 quoting, to "p '\\'", which I suspect is what is intended (one
7070 backslash gets sent to GDB).
7071
7072 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
7073
7074Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7075
7076 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
7077 1817) was fixed literally years ago.
7078
7079Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7080
7081 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
7082 test, it causes stepping out of call_after_alloca_subr with
7083 optimizing compilers.
7084 (localvars_in_indirect_call): Consume GDB prompt if `finish'
7085 fails.
7086
7087 * gdb.c++/templates.exp: Source templ-info.exp only if
7088 the templates executable exists.
7089
7090 * gdb.c++/misc.cc (class Contains_static_instance,
7091 class Contains_nested_static_instance),
7092 gdb.c++/classes.exp (test_static_members): Test printing of
7093 a class that contains a static instance of the class.
7094
7095Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7096
7097 * gdb.base/langs2.c (cppsub_): Don't prototype.
7098 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
7099 only, I believe).
7100
7101Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7102
7103 * lib/gdb.exp (skip_chill_tests): New procedure.
7104
7105 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
7106
7107Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
7108
7109 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
7110 each expect pattern. Cuts runtime from 12 to about 4 seconds.
7111
7112Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7113
7114 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
7115
7116 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
7117 disassemble 8, not 16, instructions for part 4.
7118
7119 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
7120 support the latter anymore.
7121
7122 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
7123 -DNO_PROTOTYPES.
7124 * gdb.base/callfuncs.c: Control use of prototypes based on
7125 NO_PROTOTYPES, not __STDC__.
7126 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
7127 t_float_values2 tests if prototypes in use.
7128
7129 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
7130 t_double_values): When checking differences against DELTA, check
7131 that difference is within the range (-DELTA,DELTA), not just
7132 (-infinity,DELTA).
7133
7134Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
7135
7136 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
7137 'file' command firts, then 'target', then 'load', this is due to gdb
7138 target set up.
7139 * config/mips-gdb.exp: Fix a couple regular exp bugs.
7140
7141Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
7142
7143 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
7144 FP load/store variants.
7145 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
7146
7147Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7148
7149 * gdb.base/term.exp: Do not give a warning if not native, it is
7150 not an abnormal condition.
7151
7152Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
7153
7154 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
7155 t_char_array".
7156
7157Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7158
7159 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
7160 are getting the version number.
7161
7162 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
7163 if not native, it is not an abnormal condition.
7164
7165Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7166
7167 * lib/gdb.exp: Just use "file exists", rather than undocumented
7168 dejagnu procedure "findfile".
7169
7170Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7171
7172 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
7173 (LDFLAGS): Set to -Xlinker -Ur.
7174
7175 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
7176 Removed, these values are set by lib/gdb.exp.
7177
7178 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
7179
7180Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7181
7182 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
7183 of replicating gdb startup code.
7184
7185 * config/mt-vxworks (LDFLAGS): Set to -r.
7186 (CFLAGS_FOR_TARGET): Removed.
7187
7188 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
7189 (gdb) and gdb for vxworks uses (vxgdb).
7190
7191 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
7192 executable is not in the tree and host != target, use sed and
7193 program_transform_name to determine the gdb name used by the
7194 target.
7195
7196 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
7197 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
7198
7199Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7200
7201 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
7202 floats, chars, and shorts where there are ANSI-style function
7203 definitions.
7204
7205 * gdb.base/langs.exp, gdb.base/langs*: New test.
7206 * gdb.base/Makefile.in: Build it.
7207 * TODO: Remove item about checking that C names don't get C++
7208 demangling applied; this test tests it.
7209
7210Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7211
7212 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
7213 went with the const70 xfail. The xfail went away a year ago.
7214
7215 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
7216
7217 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
7218 for hp300.
7219
7220 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
7221
7222 * gdb.base/a1-selftest.exp: Don't run on hp300.
7223
7224Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7225
7226 * Makefile.in (site.exp): Set host_alias and target_alias as well
7227 as host_triplet and target_triplet.
7228
7229Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7230
7231 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
7232
7233 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
7234 places as other ecoff systems).
7235
7236 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
7237 ultrix.
7238
7239Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7240
7241 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
7242 remove them.
7243 * gdb.base/nodebug.exp: Accept "function" in addition to "text
7244 variable and "variable" in addition to "data variable".
7245 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
7246
7247 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
7248 2.
7249 * gdb.base/list1.c (long_line): Add additional statement at start
7250 of function.
7251 * gdb.base/list.exp (test_forward_search): Update line number to
7252 reflect new statement.
7253
7254Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7255
7256 * gdb.base/signals.exp: Reinitialize searched source directories
7257 after gdb_start call.
7258
7259Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
7260
7261 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
7262 * gdb.stabs/Makefile.in: Likewise.
7263
7264 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
7265 change. Instead split the tests into smaller pieces.
7266 * gdb.disasm/hppa.s: Corresponding changes.
7267
7268Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7269
7270 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7271 Quote ^C when passing it to stty. For some shells ^ is a pipe.
7272
7273 * gdb.base/funcargs.exp: Modify many tests so that every test
7274 either passes or fails. Make some test names unique.
7275
7276Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7277
7278 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7279 Call stty to set interrupt character.
7280
7281 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
7282 for HP assembler versus GNU assembler based on actual behavior of
7283 $(CC), rather than assuming that $(AS) is always the GNU assembler.
7284
7285 * TODO: Suggest a few more stepping tests.
7286
7287Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
7288
7289 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
7290 restart GDB for h8300 after a continue.
7291 (return): Add pattern to match a29k-udi behavior.
7292 * gdb.base/nodebug.exp: Remove obsolete comment.
7293 * gdb.base/regs.exp: New file, testing of register displays.
7294 * gdb.base/return.exp: Fix typo in reference to $objdir.
7295 * gdb.base/whatis.exp: Always start with a fresh GDB.
7296
7297Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7298
7299 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
7300 higher, these tests generate a lot of output.
7301
7302Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7303
7304 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
7305 code following the catch silently ignored some errors; without the
7306 catch they should be thrown like any other tcl error. Also, the
7307 catch used "" instead of {} which meant all the callers who wanted
7308 to include one of the characters "[]$ had to quote it an extra time.
7309 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
7310 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
7311 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
7312 Remove extra quoting.
7313
7314Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
7315
7316 * gdb.base/commands.exp: Make test names unique; every test either
7317 passes or fails. Update some comments.
7318
7319 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
7320
7321Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7322
7323 The following fixes a FAIL caused by the fact that the alpha stabs
7324 configuration didn't use the ".if alpha" code in weird.def.
7325 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
7326 bit pointer, so the 32 bit version works even on the alpha.
7327 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
7328 Remove the stuff which allowed us to have separate versions for
7329 alpha and everything else.
7330
7331 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
7332 regexp which "info func operator\[\](" is supposed to match. Fix
7333 string to send to GDB. Note that GDB still doesn't work right. Add a
7334 new test for "info func .perator\[\](" which GDB does handle correctly.
7335
7336 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
7337
7338Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7339
7340 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
7341 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
7342 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
7343 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
7344 it makes the tests harder to understand and confuses test-o-matic.
7345 The preferred style is that each test provides a PASS or a FAIL,
7346 and has a unique message (e.g. "continue #54" not just "continue")
7347 which is the same for the pass and the fail.
7348 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7349 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
7350 to lib/gdb.exp.
7351 * gdb.base/printcmds.exp: Use test_print_accept. Remove
7352 prt_accept which was basically the same thing. Likewise for
7353 test_print_reject and prt_reject.
7354 * lib/gdb.exp (test_print_reject): Add some more error message
7355 patterns to match from the former printcmds.exp (prt_reject).
7356 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
7357 One defect of the passcount stuff is that some of it failed to
7358 report XPASS where appropriate.
7359 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
7360 stuff before and after arg in expected pattern.
7361 (test_paddr_operator_functions): Re-do test without print_addr_of;
7362 this is the only test which seems to want extra stuff there.
7363
7364Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7365
7366 * gdb.base/nodebug.exp: Update new tests to reflect improved
7367 wording of gdb output.
7368
7369 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
7370 and "ptype" work on variables in files compiled without -g.
7371 Replaces commented out "maint print msymbol" tests.
7372
7373Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7374
7375 * gdb.base/setvar.c (dummy): Call malloc.
7376
7377 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
7378 losing with the irix4 sed.
7379
7380 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
7381 ALRM" on irix4.
7382
7383Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7384
7385 * TODO: Remove items about corefile.exp testing new exec-file and
7386 backtrace; both are now done. Add items about printing enums.
7387
7388Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7389
7390 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
7391 "get signal $thissig" test fails.
7392
7393 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
7394
7395Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7396
7397 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
7398 compiler warning with dec alpha compiler.
7399
7400 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
7401 extra \n from gdb_test call (this explains why the prompt test
7402 that I removed yesterday was there).
7403 (user_defined_command_test): Remove extra \n and prompt test.
7404
7405 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
7406 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
7407 doesn't exist.
7408 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
7409 Also remove alpha workaround, which turns out to be because
7410 SIGABRT == SIGLOST.
7411
7412 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
7413
7414 * gdb.base/help.exp: Don't test "help show".
7415
7416Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7417
7418 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
7419 "set print address" is on.
7420 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
7421 pass prompt to gdb_test; gdb_test already looks for the prompt.
7422
7423 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
7424
7425 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
7426 was a vestige of the manual TESTSTRATEGY, and the purpose of it
7427 was to make sure that gdb can read a core file. But (a) the "read
7428 the corefile" part didn't make it to a1-selftest.exp, we just
7429 delete the corefile after creating it, and (b) we test reading
7430 corefiles in corefile.exp anyway. Also, this test left around a
7431 xgdb process on Solaris.
7432
7433 * gdb.base/corefile.exp: Also test backtrace.
7434
7435Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
7436
7437 * gdb.base/commands.exp: Test a simple user defined command with
7438 arguments and if/while statements; verify the full user command is
7439 printed by "show user".
7440
7441 * gdb.base/commands.exp: Test if/while commands as part of a
7442 breakpoint command list; verify they appear in breakpoint
7443 information.
7444
7445Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7446
7447 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
7448 than by dividing by zero.
7449
7450Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
7451
7452 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
7453 performing an inferior call with watchpoints enabled.
7454 * gdb.base/watchpoint.c (main): Delete second unnecessary read
7455 call.
7456
7457Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7458
7459 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
7460 of "file" command.
7461
7462 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
7463 Add additional pattern for when "int operator int(void);" appears
7464 in a different order.
7465
7466Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7467
7468 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
7469
7470 * gdb.base/help.exp: Replace most of docstrings for "info signals"
7471 and "signal" with ".*".
7472
7473Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7474
7475 * TODO: Add note about "handle all nostop".
7476
7477 * gdb.base/{sigall.c, sigall.exp}: New test.
7478 * gdb.base/Makefile.in: Add it.
7479
7480Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7481
7482 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
7483 when invoking GDB, suppresses any windowing interface.
7484
7485Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
7486
7487 * config/sim-gdb: New file, simulator testing support.
7488
7489Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
7490
7491 * gdb.base/interrupt.exp: Test calling func1 twice.
7492
7493Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
7494
7495 * gdb.base/list.exp (test_forward_search): Set timeout higher
7496 when we'll be getting lots of output from gdb.
7497
7498 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
7499 "init_malloc" to after the expect statement. Run it if that
7500 regexp is taken, but also for two others which happen if source
7501 cannot be found.
7502
7503Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7504
7505 * gdb.base/printcmds.exp: New test, for printing register before
7506 program is running.
7507
7508Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7509
7510 * gdb.base/list.exp: Correct some alternate expect patterns
7511 to reflect changes in list1.c.
7512
7513Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7514
7515 * TODO: Add item regarding large frames.
7516
7517 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
7518
7519 * TODO: Remove item about enabling return.exp; it
7520 is enabled. Suggest a few more "return" tests.
7521
7522Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7523
7524 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
7525 anonymous unions.
7526
7527Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7528
7529 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
7530 and pr-5646.o, so "make" is the same as "make all", not "make
7531 pr-4975.o".
7532
7533Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
7534
7535 * gdb.base/list.exp: Adjust expectations to reflect changes in
7536 list1.c.
7537 (test_forward_search): New test proc.
7538 * gdb.base/list1.c (long_line): New function, has long source line.
7539
7540Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
7541
7542 * gdb.base/a1-selftest.exp: Change initial stepping to know about
7543 additional line of code that was added.
7544
7545Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
7546
7547 * gdb.disasm/hppa.s: Break the large branching tests into smaller
7548 tests so as not to overflow expect's input buffers.
7549 * gdb.disasm/hppa.exp: Corresponding changes.
7550
7551Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7552
7553 Beginnings of template debugging tests.
7554 * gdb.c++/templ-info.cc: New file to test for template
7555 debugging capability of the compiler.
7556 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
7557 templ-info.cc.
7558 * gdb.c++/templates.cc: Add explicit template instantiations
7559 to enable compiling with -fno-implicit-templates. Add destructor
7560 and 'value' method to T5 class for template tests.
7561 * gdb.c++/templates.exp: Add testcases for printing of template
7562 types, setting breakpoints on template methods and calling a
beb998c6 7563 template method.
c906108c
SS
7564
7565Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
7566
7567 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
7568 branch target since some assemblers (gas-2.5) may emit a
7569 relocation for the branch instead of resolving it in the
7570 assembler.
7571
7572Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7573
7574 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
7575 through signal handler.
7576
7577Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7578
7579 * configure.in (*-*-netware): Use config/mt-netware.
7580
7581 * config/mt-netware: New file.
7582 * config/mt-i386-netware: Removed, separate configs for different
7583 netware architectures are no longer needed now that we have
7584 --with-headers.
7585
7586Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7587
7588 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
7589 by the recent changes to use ANSI C arithmetic conversions.
7590
7591Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7592
7593 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
7594 bug involving using inferior_pid to figure out whether to select a
7595 frame.
7596
7597Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
7598
7599 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
7600 match the current disassembler output.
7601
7602Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
7603
7604 * gdb.fortran/exprs.exp: Expect VOID instead of void.
7605 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
7606 types, expect "int" as type of integer values (for now).
7607
7608Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
7609
7610 * gdb.base/commands.exp: New tests for if/while commands.
7611
7612Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
7613
7614 * lib/gdb.exp (runto): Replace sub-pattern for hex value
7615 by .*, since hex values have different syntax in Chill mode.
7616
7617Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7618
7619 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
7620 linefeed from expect pattern for repeated types with indices > 9.
7621
7622Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
7623
7624 First part of Fortran test suite.
7625 * gdb.fortran: New directory.
7626 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
7627
7628Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7629
7630 * gdb.base/default.exp: Update expect pattern for load command
7631 without arguments.
7632
7633Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7634
7635 * configure.in: Change i386 to i[345]86.
7636 * gdb.base/configure.in: Likewise.
7637 * gdb.c++/configure.in: Likewise.
7638 * gdb.chill/configure.in: Likewise.
7639
7640Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
7641
7642 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
7643 patterns, since that is not a valid context for comments.
7644
7645Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
7646
7647 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
7648 repeated types and repeated types with indices > 9.
7649
7650Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7651
7652 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
7653 2417; old bug has been fixed.
7654
7655Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
7656
7657 * gdb.base/interrupt.exp: When trying to wake up the inferior,
7658 send the newline ourselves instead of assuming gdb_test will do
7659 so when passed an empty input string.
7660
7661 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
7662 stabs testcode.
7663
7664Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7665
7666 * lib/gdb.exp (gdb_test): Don't send anything if the first
7667 argument is an empty string. This makes cases where we want to
7668 match output that is already in expect's buffers (for example,
7669 matching a breakpoint after gdb_run_cmd has been called) work
7670 reliably.
7671
7672Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7673
7674 * config/netware.exp: New file.
7675
7676Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7677
7678 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
7679 the -B and -L prefixes so we can find the debugging stub.
7680
7681 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
7682 there and we are using the gcc from the tree.
7683
7684 * gdb.base/types.c: Removed.
7685
7686 * gdb.base/configure.in: Look for makefile fragments in ../config.
7687 Recognize i386-*-netware.
7688 * gdb.c++/configure.in: Likewise.
7689
7690Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7691
7692 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
7693 the correct TCL syntax.
7694
7695Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7696
7697 * gdb.base/opaque.exp: use runto instead of messing around with
7698 breakpoints. Simplify by using gdb_test.
7699
7700 * gdb.base/bitfields.exp: restart between tests on netware targets
7701 because breakpoints aren't relocated after target death. Run
7702 processes to completion.
7703
7704 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
7705
7706Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
7707
7708 * Makefile.in: Remove extra tabs that confuse some versions
7709 of "make". Use the newly built gdb to test with by default,
7710 rather than the first one in the tester's search path.
7711
7712Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
7713
7714 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
7715
7716 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
7717 condition help.
7718
7719Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7720
7721 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
7722
7723 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
7724 running.
7725 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
7726 * gdb.base/funcargs.exp: Likewise.
7727
7728 * gdb.base/bitfields.exp: Simplify by using gdb_test.
7729 * gdb.base/funcargs.exp: Likewise.
7730
7731 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
7732 message is "".
7733
7734Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7735
7736 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
7737 return,signals,twice}.exp: Handle non-existant binaries
7738 consistantly.
7739
7740 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
7741 * gdb.base/Makefile.in: Don't try to generate a core dump, we
7742 might testing a cross development system.
7743
7744Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7745
7746 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
7747 runtest script is relative to ${srcdir}, not ${rootdir}.
7748
7749Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
7750
7751 * gdb.base/signals.exp: Allow for optionality of breakpoint
7752 address.
7753
7754Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7755
7756 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
7757
7758Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7759
7760 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
7761 for size_t definition.
7762 * gdb.c++/templates.cc: Likewise
7763
7764 * config/mt-i386-netware: New file.
7765
7766 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
7767 defined.
7768
7769 * gdb.base/Makefile.in: Added support for systems that name core
7770 files by appending "core" to the program name.
7771 * gdb.base/a1-selftest.exp: Likewise.
7772
7773Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7774
7775 * gdb.base/return.exp: Add comment and message for `return double'
7776 test failure on Sparc Solaris.
7777
7778Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
7779
7780 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
7781
7782Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7783
7784 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
7785 from optimizing them away.
7786 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
7787 patterns to include default constructors and assignment operators,
7788 to match gcc versions beyond 2.5.8. Accept any cplus demangling
7789 character in the output of the virtual base pointer.
7790
7791Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7792
7793 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
7794 expression match in print_addr_of to avoid unintented matches.
7795 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
7796 versions up to 2.5.8.
7797
7798Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7799
7800 * gdb.base/list.exp: Tweak alternate pattern for listing of an
7801 included file to run under newer versions of expect.
7802 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
7803 consecutive >'s in templates to accomodate recent cplus-dem.c change.
7804 Remove xfail for the virtual table of BDDHookV.
7805
7806Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
7807
7808 * lib/gdb.exp (string_to_regexp): Set a default result.
7809 (default_gdb_start): Fix misleading message.
7810
7811Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
7812
7813 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
7814 Remove all CC, etc definitions.
7815 * config/mt-hpux: New file.
7816 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
7817 (CFLAGS, LDFLAGS): Define.
7818 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
7819
7820 * Makefile.in (site.exp): Don't insert host_os, etc.
7821 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
7822 (distclean): Check existence of subdir.
7823 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
7824 * gdb.base/Makefile.in: General cleanup and simplification.
7825 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
7826 to build executables. Use default rule to build .o files.
7827 (EXPECT, RUNTEST, CC): Fix relative pathname.
7828 (site.exp): Don't insert host_os, etc.
7829 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
7830 and/or SIGUSR1 defined.
7831 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
7832 * gdb.c++/Makefile.in: General cleanup and simplification.
7833 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
7834 (CFLAGS): Remove.
7835 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
7836
7837Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
7838
7839 * gdb.base/recurse.exp: Misc changes to get tests running again
7840 after Kung's changes to the watchpoint code.
7841 * gdb.base/watchpoint.exp: Likewise.
7842
7843Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
7844
7845 * lib/gdb.exp (string_to_regexp): Convert {\} also.
7846
7847Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7848
7849 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
7850 * lib/gdb.exp (default_gdb_start): Define.
7851 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
7852 gdb.base/funcargs.exp, gdb.base/opaque.exp,
7853 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
7854 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
7855 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
7856 Don't call gdb_target_udi in between tests.
7857
7858Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7859
7860 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
7861 (which was basically just a local version of the same thing). In
7862 addition to avoiding duplication, gdb_test_exact is faster.
7863 * lib/gdb.exp (gdb_test_exact): Fix typo.
7864
7865 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
7866 don't give an error.
7867
7868 * gdb.base/term.exp: Call delete_breakpoints before starting.
7869
7870 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
7871 (t10): Add comment.
7872
7873Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
7874
7875 Reorganization of the GDB Test Suite.
7876
7877 * gdb.base: New directory, contains all the basic tests.
7878 * gdb.c++: New directory, tests specific to C++.
7879 * gdb.chill: New directory, tests specific to Chill.
7880 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
7881 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
7882 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
7883 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
7884 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
7885 t30-31 to chill).
7886 * */gdbme.*: Rename to match appropriate expect scripts.
7887 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
7888 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
7889 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
7890 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
7891 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
7892 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
7893 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
7894 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
7895 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
7896 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
7897 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
7898 gdb.c++/virtfunc.cc: New names of C++ files.
7899 * gdb.chill/chillvars.ch: New name of Chill file.
7900 * gdb.base/configure.in, gdb.c++/configure.in,
7901 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
7902 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
7903 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
7904 * configure.in (configdirs): Update to reflect directory changes.
7905 (target_abbrev): No longer define for any configuration.
7906 * Makefile.in: Cosmetic improvements to header comments.
7907
7908Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
7909
7910 Various changes to gdb.t31:
7911
7912 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
7913 * gdbme.ch: Make all key-words and predefineds be upper-case.
7914 * chillvars.exp: Expect key-words and predefinds in upper-case.
7915
7916 * chillvars.exp: Use gdb_test_exact many places.
7917 Change expected output for arrays (which now includes index labels).
7918
7919 * pr-5020.exp, gdme.ch (module PR_5020):
7920 New test, for PR-5020.
7921
7922Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
7923
7924 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
7925 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
7926
7927Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
7928
7929 * Makefile.in: Fix bit-rot in definitions of CHILL,
7930 CHILL_FOR_TARGET and Chill_LIB.
7931 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
7932 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
7933 CHILL, and CHILL_LIB.
7934
7935Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
7936
7937 * Revert the previous changes. Please see Rob's directory
7938 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
7939
7940Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
7941
7942 * Makefile.in, configure.in, config/mips-gdb.exp,
7943 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
7944 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
7945 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
7946 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
7947 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
7948 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
7949 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
7950 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
7951 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
7952 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
7953 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
7954 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
7955 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
7956 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
7957 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
7958 changes from 94Q1.
7959
7960Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
7961
7962 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
7963 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
7964 Rob's new testing fragments.
7965
7966Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
7967
7968 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
7969 lib/gdb.exp: Replace error proc calls with perror.
7970
7971Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
7972
7973 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
7974 version also, match on casted version strings, and match on
7975 gdb startup case where the line numbers might be messed up.
7976
7977Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
7978
7979 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
7980 (CFLAGS): Delete it from here.
7981
7982Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
7983
7984 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
7985
7986Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
7987
7988 * Makefile.in (RUNTEST): Default to just "runtest".
7989
7990Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7991
7992 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
7993 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
7994 the code has been restructured.
7995
7996Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7997
7998 * gdb.t00/default.exp (set write): Allow any number of \r and/or
7999 \n, not just one of each.
8000
8001 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
8002 /bin/cc gives a warning if you do.
8003
8004Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
8005
beb998c6 8006 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
8007 __t10ListS_link1ZUiRCUiPT0
8008
8009Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8010
8011 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
8012 on local variables in recursive functions.
8013
8014 * gdb.t07/Makefile.in: Build the new test.
8015
8016Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8017
8018 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
8019 directly. Instead compare the return values from actual calls.
8020
8021Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
8022
8023 * Makefile.in (check): Set TCL_LIBRARY for runtest.
8024
8025Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8026
8027 * From Peter Schauer with minor modifications.
8028 * gdb.t15/return.exp (return_tests): Handle targets where "return"
8029 stops in mid-line in the caller. Add xfail for returning a float
8030 value on X86 targets.
8031
8032Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8033
8034 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
8035 to avoid expect lossage.
8036 (fmem_LRbug_tests): Likewise.
8037 * gdb.disasm/hppa.s: Corresponding changes.
8038
8039 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
8040 conditions to work with latest dejagnu/expect.
8041
8042 * gdb.t15/funcargs.exp (finish from indirect call): No longer
8043 expected to fail on the PA.
8044 (backtrace in call with trampolines): Explicitly require main
8045 to be frame #1 (no trampolines should show up in backtrace).
8046
8047 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
8048 "continue -expect".
8049 * gdb.t06/break.exp: Likewise.
8050 * gdb.t07/watchpoint.exp: Likewise.
8051 * gdb.t13/bitfields.exp: Likewise.
8052 * gdb.t15/{funcargs,return}.exp: Likewise.
8053 * gdb.stabs/weird.exp: Likewise.
8054 * config/{mips,udi}-gdb.exp: Likewise.
8055
8056 * hppa.sed: Enclose comments within a sed command to avoid
8057 losing with the old OSF1 sed.
8058
8059Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8060
8061 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
8062 sequent dynix.
8063 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
8064 * gdb.t15/funcargs.exp: Conditionally step again to really
8065 finish from marker_call_with_trampolines. Handle the case where
8066 the first step from within call_with_trampolines already steps
8067 us back to main.
8068 * gdb.t15/gdbme.c: Add comment to closing brace of
8069 call_with_trampolines for funcargs.exp.
8070
8071Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8072
beb998c6 8073 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
8074 Fix typo(s).
8075
8076Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8077
8078 * gdb.t07/gdbme.c: More code for watchpoint testing.
8079
8080 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
8081 "Hardware watchpoint" throughout file.
8082 (test_watchpoint_triggered_in_syscall): New test.
8083 (test_complex_watchpoint): New test.
8084
8085Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8086
8087 * gdbme.c (call_with_trampolines): New function to try and step
8088 into. Tests trampoline problems on the PA.
8089
8090 * funcargs.exp (localvars_in_indirect_call): No longer expect
8091 stepping into indirect call to fail on PAs.
8092 (test_stepping_over_trampolines): New test.
8093
8094Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8095
8096 * TODO: Add suggestions for static member function tests, and
8097 completion tests.
8098
8099Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8100
8101 * TODO: Add suggestions for "p/a" tests.
8102
8103 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
8104 (default_gdb_exit): Replace all the hair with sending "quit" to
8105 the process with a simple close.
8106
8107Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8108
8109 * TODO: Add suggestions for shared library tests.
8110
8111Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8112
8113 * TODO: Add suggestions for x/s tests.
8114
8115Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8116
8117 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
8118 "enable once", and "enable breakpoints once" with ".*".
8119
8120Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8121
8122 * TODO: Add suggestions about structure passing tests.
8123
8124Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8125
8126 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
8127 the primary1 test, use work around if __GNUC__ < 2.
8128 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
8129 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
8130 Test for bad output rather than waiting for timeout. Issue
8131 second continue only if first continue failed.
8132
8133Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8134
8135 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
8136 operator[] test with gdb_test because the old code didn't seem to
8137 be getting the quoting right with the new dejagnu.
8138
8139Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
8140
8141 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
8142 one from the path.
8143 * Makefile.in: Use a fresh expect if there is one, use runtest
8144 from the src tree if there is one.
beb998c6 8145
c906108c
SS
8146Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8147
8148 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
8149 next over recursive call. Revise the tests from that point on
8150 (which had been skipped) to match GDB's actual (correct) output.
8151
8152 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
8153 with next over a breakpoint whose condition is false.
8154
8155 * gdb.t00/help.exp: Comment out "help set print" tests just like
8156 (and for same reason as) "help set" test.
8157
8158Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8159
8160 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
8161 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
8162
8163Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8164
8165 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
8166 necessary gdb_target_udi.
8167
8168 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
8169
8170 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
8171 1838 and 2417; they are fixed.
8172
8173 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
8174 gdb.t03/ptype.exp (ptype structure, ptype union):
8175 Remove xfails; the test is looser than when the xfails were added.
8176
8177 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
8178 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
8179
8180 * gdb.t01/run.exp: Only run shell test if isnative.
8181
8182 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
8183 since "run" automatically loads if necessary. Call gdb_target_udi
8184 after the "file" since "file" kills any execution target.
8185
8186 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
8187 GDB. GDB doesn't work that way (not anymore at least) on UDI.
8188 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
8189 argument for UDI.
8190
8191Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8192
8193 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
8194
8195 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
8196
8197Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8198
8199 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
8200 properly quoting regexps. This makes the second argument to
8201 demangle a fixed string, which matches the callers, instead of a
8202 shell-style pattern which is what the previous implementation
8203 used. Update some of the callers.
8204
8205Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8206
8207 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
8208 (comib_nullified_tests): Fix typo.
8209 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
8210 strings. No longer expected to fail.
8211
8212 * gdb.disasm/hppa.s (addib_tests): Fix typo.
8213 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
8214 strings. No longer expected to fail.
8215
8216 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
8217 string. No longer expected to fail.
8218
8219Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8220
8221 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
8222 No longer expected to fail.
8223
8224 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
8225 string. No longer expected to fail.
8226
8227Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8228
8229 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
8230 only in the names (I probably got most of them). I was even
8231 generous with some which differed in underscores in names, and
8232 probably missed a few, and I *still* was able to remove almost a
8233 third of the file with almost no impact on testsuite coverage.
8234
8235Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8236
8237 * gdb.t00/default.exp: Match udi_attach error message as well as
8238 the one from child_attach.
8239
8240 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
8241
8242 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
8243
8244 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
8245 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
8246
8247 * Move test with enums and partial symbols back to
8248 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
8249 Reverts the change of 26 May 93. Per today's change to
8250 stabs.texinfo, the behavior that weird.exp was expecting was
8251 unreasonable; what is important is that the compiler+gdb get
8252 things right, which happens with a recent gcc. Also fix the test
8253 to deal with native compilers which put out the stab gdb can't
8254 deal with.
8255
8256Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8257
8258 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
8259 in the names. The main thing these accomplish is to slow things down.
8260 Many more such duplicates surely remain.
8261
8262 * gdb.t00/help.exp: Comment out "help support" test just like
8263 (and for same reason as) "help set" test.
8264
8265Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
8266
8267 * gdb.t06/break.exp: Remove setup_xfails for
8268 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
8269 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
8270 about known bug in gcc to include up through 2.5.8.
8271 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
8272 well as "_vb$".
8273 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
8274 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
8275 with latest gcc and gdb.
8276 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
8277 well as "_vb$".
8278
8279Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8280
8281 * configure.in (hppa*-*-*): Also configure and build stabs-only
8282 tests.
8283
8284Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8285
8286 * gdb.t10/hppa.mt: A makefile fragment for the PA.
8287 * gdb.t10/configure.in (hppa*-*-*): Use it.
8288
8289Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8290
8291 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
8292
8293Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8294
8295 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
8296 versions prior to 1.13.5.
8297
8298Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8299
8300 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
8301 the prompt is at the start of a line.
8302
8303Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8304
8305 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
8306 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
8307 in the copr tests now.
8308 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
8309 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
8310 expected to fail.
8311
8312Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
8313
8314 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
8315 gdb.t31/chillvars.exp, lib/gdb.exp:
8316 Tweak to run under either version of expect.
8317 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
8318 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
8319 * gdb.t11/list.exp: Remove extraneous whitespace.
8320
8321Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8322
8323 * gdb.t16/printcmds.exp (test_print_strings): Accept
8324 "(unsigned char *) " before the string.
8325
8326 * TODO: Add notes about printing of fancy types and GDB expressions.
8327
8328Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
8329
8330 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
8331 * gdb.t06/configure.in: Don't try to compile signals test program
beb998c6 8332 if doing mips-idt-ecoff.
c906108c
SS
8333
8334Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
8335
8336 * Most .exp files: Tweak to run under either version of expect.
8337
8338Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8339
8340 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
8341 xfails; I'm not sure why they are failing, but not because of PR 1806.
8342
8343Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
8344
8345 * config/unix-gdb.exp: Remove gdb_unload cause it's already
8346 defined in lib/gdb.exp.
8347
8348Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8349
8350 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
8351 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
8352 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
8353 have to be typeless.
8354
8355Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8356
8357 * TODO: Add suggestion for copyright year test.
8358
8359Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
8360
8361 * configure.in (*-*-lynxos*): Add stabs tests.
8362
8363Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8364
8365 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
8366 so insert a tab before any assembler directive in column zero.
8367
8368 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
8369 stores.
8370 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
8371 stores.
8372 (fpu_short_memory_tests): Likewise.
8373
8374Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8375
8376 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
8377 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
8378 .stabs directives in comments.
8379
8380Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8381
8382 * TODO: New file, describing tests we could write.
8383 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
8384
8385Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8386
8387 * gdb.t06/signals.exp: Add kludge to force re-sync.
8388
8389 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
8390 to xgdb instead of gdb, get out of gdb.
8391
8392Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
8393
8394 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
8395 for info.
8396
8397Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8398
8399 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
8400 * gdb.stabs/configure.in (hppa*-*-*): Use it.
8401 * gdb.stabs/hppa.sed: New sed script for the PA.
8402
8403Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8404
8405 * gdb.stabs: Re-write weird.def and configuration to use sed
8406 instead of cpp. sed is portable and POSIX; cpp is neither.
8407
8408Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8409
8410 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
8411
8412Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8413
8414 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
8415
8416Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8417
8418 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
8419 "_vb$".
8420 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
8421 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
8422
8423Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8424
8425 * lib/gdb.exp: Comment out code which depends on non-existent
8426 `transform' procedure.
8427
8428Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
8429
8430 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
8431 * lib/gdb.exp: Transform tool name.
8432 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
8433 1.1's new error handling system.
8434
8435Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8436
8437 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
8438
8439Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8440
8441 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
8442 They made pattern matching so slow that timeouts happened on
8443 heavily loaded systems. Now any output from "show print" which
8444 gets us back to the GDB prompt is a PASS.
8445
8446Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
8447
8448 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
8449
8450Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8451
8452 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
8453
8454 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
8455 It is not from PR 3220.
8456
8457Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8458
8459 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
8460 just started failing because they depended on the order the
8461 subcommands are presented, or exact docstring text. This kind of
8462 test is a pain and has minimal benefit.
8463
8464Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8465
8466 * gdb.t09/corefile.exp: At end of test, use "core" command with
8467 no arguments.
8468
8469Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
8470
8471 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
8472 17}/Makefile.in: Make it possible to run the testsuite with Sun
8473 make and CC = cross gcc by adding explicit build rules for .o
8474 files.
8475
8476Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8477
8478 * gdb.t15/funcargs.exp: Don't put comments on same line as
8479 setup_xfail (@#$*%& tcl braindamage!).
beb998c6 8480
c906108c
SS
8481Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8482
8483 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
8484
8485Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
8486
8487 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
8488 * gdb.t20/inherit.exp: remove three dumplicate entries.
8489
8490Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8491
8492 * gdb.t06/break.exp: For "next over recursive call", fail on any
8493 incorrect output, not just on "factorial (value=2)".
8494
8495Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8496
8497 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
8498 working now. Add an xfail if accesing a bss variable causes
8499 a memory error if the target is not yet run.
8500
8501Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8502
8503 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
8504 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
8505 name of __st* demangling (2 strings). Did Kung really get the
8506 more than 95 others right without testing them?
8507
8508Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
8509
8510 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
8511
8512Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
8513
8514 * configure.in (configdirs): Add gdb.disasm
8515 * gdb.disasm: New directory for GDB disassembler tests.
8516 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
8517
8518Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8519
8520 * gdb.t00/help.exp: Don't test "help set".
8521
8522 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
8523 from within expect statements. None of these happen anymore and
8524 they cause regressions to be silently unnoticed.
8525
8526 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
8527 messages) about known failures with gcc cygnus-2.4.5-930417.
8528
8529 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
8530 comp-info.exp so it gets built if it doesn't exist.
8531
8532 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
8533 it is no longer used.
8534 * gdb.t13/comp-info.c: Removed.
8535
8536Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8537
8538 * gdb.t06/signals.exp: Add xfail for sun3.
8539
8540Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8541
8542 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
8543 relevant because ^C doesn't get sent but failure can be reproduced
8544 interactively).
8545
8546Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8547
8548 * gdb.stabs/alpha.mt: New configuration file for alpha.
8549 * gdb.stabs/configure.in: Use it.
8550 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
8551 sharing with alpha.mt, redefine long to word via preprocessor.
8552 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
8553 for alpha.
8554 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
8555 native cc.
8556 * gdb.t00/teststrategy.exp: Change expect string so that we
8557 consume the `(xgdb)' from the command echo and from the gdb prompt.
8558 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
8559 gdb currently compares all values as long, so this failure probably
8560 applies to any configuration where LONGEST is bigger than a target int.
8561 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
8562 with gcc.
8563 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
8564 to handle opaque pointers, gcc is.
8565 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
8566 as first argument. Include <sys/types.h> and change all operator
8567 new definitions to use size_t.
8568 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
8569 now that we use size_t.
8570
8571Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8572
8573 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
8574 a long or float array cast all array members to the same type.
8575 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
8576 with 64 bit longs.
8577 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
8578 on alpha.
8579 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
8580
8581Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8582
8583 * gdb.t24 (demangle.exp): Constructors of templates have names like
8584 vector<int>::vector(int) not vector<int>::vector<int>(int). See
8585 section 14.6 of the ARM.
8586
8587 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
8588 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
8589 accomplish little and slow down the testsuite.
8590
8591 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
8592 Accept spaces various places.
8593
8594Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8595
8596 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
8597 with watchpoint enabled.
8598
8599 * Makefile.in: Remove definition of CC and remove the second
8600 definition of CXX (the "CXX = gcc" one remains). These definitions
8601 were causing backquotes to be expanded within backquotes, which
8602 doesn't work.
8603
8604Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8605
8606 * gdb.t17/callfuncs.exp: Add "return 0" to end.
8607
8608Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8609
8610 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
8611 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
8612 by mips cc and contains no stabs entries.
8613
8614Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
8615
8616 * config/vx-gdb.exp: Use fake device to load files rather than
8617 NFS.
8618 * lib/gdb.exp: New proc to do "file" command.
8619 * config/unix-gdb.exp: Use new "file" proc.
8620
8621Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8622
8623 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
8624 Rework board rebooting slightly.
8625 (gdb_exit): Don't exit from the remote shell; there isn't one.
8626 * gdb.stabs/weird.exp: If a program is being debugged already,
8627 kill it.
8628 * gdb.t04/setvar.exp: Stop and restart gdb.
8629 * gdb.t05/expr.exp: Likewise.
8630 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
8631 restart gdb and reload the program.
8632 * gdb.t08/opaque.exp: Likewise.
8633 * gdb.t12/scope.exp: Likewise.
8634 * gdb.t13/bitfields.exp: Likewise.
8635 * gdb.t15/funcargs.exp: Likewise.
8636 * gdb.t20/classes.exp: Likewise.
8637 * gdb.t03/ptype.exp: Increase timeout.
8638 * gdb.t16/printcmds.exp (test_print_string_constants,
8639 test_print_array_constants): Likewise.
8640 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
8641 * gdb.t20/classes.exp (do_tests): Likewise.
8642 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
8643
8644Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
8645
8646 * gdb.stabs: Renamed *wierd* to *weird*.
8647
8648Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8649
8650 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
8651 for timeout. Add "known gcc 2.4.5 bug" to failure message.
8652
8653Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8654
8655 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
8656 (do_tests): Remove xfail for whatis on one_var and two_var.
8657
8658Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
8659
8660 * Makefile.in: Made cross building work better by adding
8661 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
8662
8663Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8664
8665 * gdb.t15/{return.c,return.exp,Makefile.in}:
8666 New test, currently commented out.
8667
8668Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
8669
8670 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
8671 still running and removes the leftover named socket so GDb can do
8672 clean restarts.
8673
8674Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
8675
8676 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
8677 console, not GDB.
8678 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
8679 cross testing works better with "make check"
8680 * config/unix-gdb: Use default procedures for exit and version.
8681 * config/vx-gdb.exp: Cleaned up and massaged back to working order
8682 with the newest VxWorks.
8683
8684Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8685
8686 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
8687 old form.
8688
8689 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
8690 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
8691
8692 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
8693
8694 * config/unix-gdb.exp: Remove this version of gdb_exit
8695 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
8696 Rob says he'll look at it when he gets back to testing boards.
8697
8698Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
8699
8700 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
8701 an expected fail for certain ptype commands.
8702
8703 * gdb.t20/classes.exp: Update expected results of "ptype class
8704 Base1" to account for the constructor that now appears in the type.
8705
8706Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
8707
8708 * configure.in (configdirs): Restore gdb.t04, which mysteriously
8709 disappeared from list.
8710 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
8711 "alldone" proc with call to cleanup and exit.
8712 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
8713 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
8714 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
8715 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
8716 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
8717 "alldone" proc with simple returns that suppress remaining
8718 tests. The alldone proc went away many months ago.
8719
8720Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8721
8722 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
8723
8724 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
8725
8726Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8727
8728 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
8729 as vax gdb will display them.
8730
8731Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8732
8733 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
8734 optimizers.
8735
8736 * scope.exp: Change "bad value for localval" messages so each one
8737 is unique.
8738
8739 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
8740 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
8741
8742 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
8743
8744Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8745
8746 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
8747 doesn't exist (due to optimization).
8748
8749Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8750
8751 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
8752 contains \r because the filename is long.
8753
8754 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
8755 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
8756
8757Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8758
8759 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
8760 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
8761 Ultrix.
8762 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
8763 int tests.
8764 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
8765
8766Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
8767
8768 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
8769
8770 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
beb998c6 8771 to match does not match the passing case but still matches the
c906108c
SS
8772 failing case.
8773
8774Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8775
8776 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
8777
8778Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
8779
8780 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
8781 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
8782 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
8783 Remove various versions of gdb_exit.
8784 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
8785 gdb_exit.
8786 * config/unix-gdb.exp: gdb_exit remains here, and should override
8787 the generic version, since it's doing a lot of wierd stuff that
8788 the other versions aren't. FIXME, fold it in, or abandon this
8789 version.
8790
8791Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8792
8793 * gdb.t24/demangle.exp: Add tests for PR 3220.
8794
8795Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8796
8797 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
8798
8799Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
8800
8801 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
8802 "i386-*-*". Works for i486 as well.
8803
8804 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
8805 bug, and expand domain of xfail to all SVR4 systems, since the
8806 actual problem is likely to be in generic SVR4 /proc support.
8807
8808Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8809
8810 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
8811
8812Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
8813
8814 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
8815 xfails for other systems. Match a missing 'Continuing.' as an
8816 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
8817
8818 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
8819 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
8820 Only issue warning for missing executables if -all option is used.
8821
8822 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
8823 file if -all option is used. It's like an unpredictable XFAIL.
8824
8825Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8826
8827 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
8828 for dynamically linked binaries.
8829
8830 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
8831
8832Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8833
8834 * gdb.t20/inherit.exp: Change message for "print tagless struct"
8835 to state that this is a known bug in old versions of g++.
8836
8837Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8838
8839 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
8840 while waiting for `Continuing'.
8841
8842Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
8843
8844 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
8845 in text, data, and bss.
8846 * gdb.t10/nodebug.c: Add local and global test variables for
8847 initialized and uninitialized data.
8848
8849Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8850
8851 * config/unix-gdb.exp (gdb_exit): Add "wait".
8852
8853Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8854
8855 * gdb.t06/signals.exp: xfail the continue from the handler for all
8856 targets.
8857
8858 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
8859 function with watchpoints enabled, the i386 call dummy starts with
8860 a call.
8861
8862 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
8863 386 bsd names its corefiles.
8864
8865Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
8866
8867 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
8868 compilers don't grok it.
8869 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
8870 with small octal ints rather than character constants, which
8871 are signed and might not fit if first promoted to int.
8872
8873Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
8874
8875 * gdb.t09/Makefile.in (clean): Remove corefile.
8876
8877Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8878
8879 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
8880
8881Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8882 and Jim Kingdon (kingdon@cygnus.com)
8883
8884 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
8885 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
8886 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
8887
8888Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8889
8890 * gdb.t17/interrupt.exp: Add xfail for hppa.
8891
8892Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8893
8894 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
8895 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
8896 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
8897 to determine signed-ness of bitfields and use the result to setup
8898 the xfail.
8899 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
8900 * gdb.t15/funcargs.exp: Use them to step until the second indirect
8901 call line is reached if necessary.
8902
8903Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8904
8905 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
8906
8907Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8908
8909 * gdb.t06/break.exp: Also test `clear' command.
8910
8911Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8912
8913 * gdb.t00/teststrategy.exp: Remove extra quote.
8914
8915 * gdb.t07/watchpoint.exp: Change xfail for calling function with
8916 watchpoint enabled to be for all non-68k machines.
8917
8918 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
8919
8920Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8921
8922 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
8923 targets use aout.mt instead of ecoff.mt as gas understands
8924 standard aout format.
8925
8926Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8927
8928 * lib/gdb.exp (runto): Don't insist that function we are running to
8929 was compiled with -g.
8930
8931 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
8932
8933 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
8934 to get back into the read system call.
8935 Accept leading newline in case where we woke it up.
8936
8937Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8938
8939 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
8940 to make the stabs test work on ecoff systems using gcc and -with-stabs.
8941 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
8942 enable ecoff configuration.
8943
8944Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8945
8946 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
8947
8948Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8949
8950 * gdb.t16/printcmds.exp: Add another printf test.
8951
8952Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
8953
8954 * configure.in: If configured -with-stabs on any target, add
8955 stabsdirs to configdirs.
8956
8957Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8958
8959 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
8960 fun" so pattern does not match the command itself.
8961
8962Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8963
8964 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
8965
8966Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8967
8968 * gdb.t17/interrupt.exp: Test for more things.
8969
8970Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8971
8972 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
8973 compiler arranges the code and line numbers.
8974
8975 * gdb.t17/interrupt.exp: Don't send \n after ^C.
8976
8977Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8978
8979 * gdb.t00/help.exp: Increase expect input buffer size.
8980
8981Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8982
8983 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
8984
8985 * gdb.t07/watchpoint.exp: Add xfail for hppa.
8986
8987 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
8988
8989 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
8990 [0-9]*, not just [0-9].
8991
8992Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8993
8994 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
8995
8996 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
8997
8998Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8999
9000 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
9001
9002Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9003
9004 * gdb.t06/signals.c: Add xfails for sun3.
9005
9006 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
9007
9008 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
9009 test_stepping tests.
9010
9011Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9012
9013 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
9014
9015 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
9016
9017 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
9018 rather than actually putting it through cpp twice.
9019
9020 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
9021
9022Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
9023
9024 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
9025 no longer needed.
9026
9027Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9028
9029 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
9030
9031 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
9032 C++ features prints as "struct", make it a pass, not an xfail.
9033
9034Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9035
9036 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
9037 Don't require VA to print as "class" rather than "struct".
9038
9039Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
9040
9041 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
9042
9043Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9044
9045 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
9046
9047Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9048
9049 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
9050 order.
9051
9052Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9053
9054 * gdb.t16/printcmds.exp: Add printf tests.
9055
9056 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
9057
9058 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
9059
9060Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
9061
9062 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
9063 pass counts, to counteract any existing or future setup_xfails.
9064
9065Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9066
9067 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
9068 {BEGIN,END}_COMMON for common block instead of STAB.
9069 * gdb.stabs/wierd.exp: Add xfail for rs6000.
9070
9071 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
9072 intp_var should be N_GSYM not N_LSYM.
9073 wierd-aout.S: Use a label for the value of the N_SO.
9074 wierd.def: Remove all backslashes.
9075 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
9076
9077Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9078
9079 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
9080 get the expected next to inheritance3.
9081
9082Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9083
9084 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
9085 now that gcc-2.4 gets it right.
9086
9087Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9088
9089 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
9090
9091 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
9092 generating comp-info.exp which works for cross-compilation.
9093
9094Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
9095
9096 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
9097 "*-*-sysv4.*".
9098
9099Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
9100
9101 * gdb.t01/run.exp: Start with a fresh gdb.
9102 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
9103 SVR4.x.
9104
9105Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
9106
9107 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
9108 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
9109 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
9110 Makefile.in (distclean, realclean): Remove gdbme.c from list of
9111 things to remove.
9112
9113Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
9114
9115 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
9116 test cases from bug reports.
9117
9118Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
9119
9120 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
9121 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
9122 avoid spurious xfails.
9123 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
9124 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
9125 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
9126
9127Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
9128
9129 * gdb.t00/teststrategy.exp: Rework to provide more useful
9130 description of each test, fix problem with systems that define
9131 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
9132 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
9133 results for "next over recursive call" so timeouts aren't taken
9134 by error.
9135
9136Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
9137
9138 * gdb.t12/scope.exp: Test printing of variables before run.
9139
9140 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
9141 printed in wrong order due to sorting.
9142
9143Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
9144
9145 * gdb.t00/teststrategy.exp: Fix expected results for printing
9146 user entered string constant. Is array of char, prints with no
9147 address.
9148
9149 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
9150 commands.
9151 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
9152 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
9153 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
9154 of struct of char arrays.
9155 * gdb.t00/radix.exp: New tests for radix commands.
9156
9157Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
9158
9159 * gdb.t16/printcmd.exp: Print a variable before running program
9160 (with xfail for AIX).
9161
9162Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
9163
9164 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
9165
9166 * gdb.t16/printcmd.exp: Don't print variables before running program.
9167
9168 * gdb.t06/break.exp: Don't require envp argument to main.
9169
9170 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
9171
9172 * gdb.t02/whatis.exp, gdb.t11/list.exp:
9173 Add xfails for rs6000.
9174
9175 * gdb.t02/whatis.exp: Change other tests not to re-test something
9176 we already tested.
9177
9178 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
9179 each type used has a variable of that type.
9180
9181Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
9182
9183 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
9184
9185Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9186
9187 * configure.in: change srctrigger to be a file, not a directory
9188
9189Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
9190
9191 * configure.in (mips-idt-ecoff*): Added trailing '*'.
9192
9193 * gdb.t11/list.exp: Fixed a couple of typos.
9194
9195Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
9196
9197 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
9198 is fixed and PR is closed.
9199 * gdb.t16 (gdbme.c): Add simple test string variable.
9200 * gdb.t16 (printcmds.exp): Add tests with simple test string
9201 variable, primarily for boundaries on "set print elements".
9202
9203Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
9204
9205 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
9206 Make leading 0's optional and don't expect a tab in the middle
9207 of the number.
9208
9209 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
9210
9211 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
9212 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
9213 don't end command passed to gdb_test with newline.
9214
9215 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
9216 signed keyword away, don't expect signed bitfields to be signed.
9217
9218 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
9219 printing with only as many 1's as are in the field as well as printing
9220 with 32 1's (see comment).
9221
9222Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
9223
9224 * gdb.t00/default.exp: Start with a fresh gdb.
9225 * configure.in (configdirs): Remove gdb.t31 until the chill
9226 compiler works again. It no longer is able to find chillrt0
9227 since it isn't in libchill.a anymore.
9228 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
9229 wierd.o, make more modular.
9230 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
9231 spurious newlines that caused problems.
9232
9233Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9234
9235 * Move test with enums and partial symbols from gdb.t03/ptype.exp
9236 to gdb.stabs/wierd.exp since GCC has worked around the bug.
9237 gdb.stabs/wierd.{exp,def}: Many new tests.
9238
9239 * gdb.t00/default.exp: update info line for new message.
9240
9241 * gdb.t02/{whatis.exp,gdbme.c}:
9242 Test that "char *" doesn't print as "caddr_t".
9243
9244Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9245
9246 * gdb.t00/help.exp: Use .* in place of some help messages which
9247 just changed.
9248 gdb.t00/default.exp: Update "info frame" test for new message.
9249 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
9250 Remove some xfails
9251
9252Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9253
9254 * gdb.t03/{gdbme.c,ptype.exp}:
9255 Add tests for typedef'd struct and union without tags.
9256 Also check "whatis" on a variable of a typedef'd enum without a tag.
9257
9258 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
9259 PRMS 1823; the bug still exists but isn't reproduced by this test
9260 anymore), and remove rs6000 XFAIL (the bug is fixed).
9261
9262 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
9263 duplicated from whatis.exp. For those that are left, accept
9264 "long", "long int", or "int" for long variables (whatis.exp already
9265 has an XFAIL for "int", so no need to fail it here).
9266
9267 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
9268 Deal with GCC's names for types now that GDB uses the compiler's names.
9269
9270 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
9271 setup_xfail's for sunos4. If we #defined the signed keyword away,
9272 don't expect GDB to know that char it is signed.
9273
9274 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
9275
9276Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
9277
9278 * configure.in (configdirs): Add gdb.t24 for C++ tests that
9279 should work on any system, regardless of debugging format.
9280 * gdb.t21/demangle.exp: Move to gdb.t24.
9281 * gdb.t24/demangle.exp: Move from gdb.t21.
9282 * gdb.t24/{Makefile.in, configure.in}: New files.
9283
9284Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9285
9286 * configure.in: Do gdb.stabs and C++ tests only for stabs.
9287 * gdb.stabs: New directory.
9288
9289Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9290
9291 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
9292 not just "Quit anyway?".
9293
9294Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
9295
9296 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
9297 that all setup_xfails are immediately followed by clear_xfails.
9298
9299Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
9300
9301 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
9302 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
9303 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
9304 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
9305 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
9306 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9307 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9308 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
9309 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
9310 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
9311 gdb.t31/chillvars.exp, lib/gdb.exp:
9312 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
9313 bug-gdb@prep.ai.mit.edu.
9314
9315Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
9316
9317 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
9318 with 0.0, not integer 0.
9319
9320Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
9321
9322 * gdb.t06/break.exp: Update for "Kill the program" message change.
9323
9324Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
9325
9326 * Makefile.in (GDBFLAGS): Set to -nx.
9327 * Makefile.in (site.exp): Use GDBFLAGS.
9328
9329Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9330
9331 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
9332 Makefiles.
9333 (check): depend on just-check.
9334 (just-check): added so that tests can be run without a noop
9335 build pass.
9336
9337Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9338
9339 Switch to using configure's configdirs.
9340 * Makefile.in (Makefile): add configure.in dependency.
9341 (SUBDIRS): removed redundant assignment.
9342 * configure.in: switch subdirs assignment to configdirs.
9343 * gdb.t*/configure.in: new files.
9344
9345Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
9346
9347 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
9348 works.
9349
9350Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
9351
9352 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
9353 in explicit rules. Apparently this is not supported by some makes.
9354
9355Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
9356
9357 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
9358
9359Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9360
9361 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
9362 disappeared.
9363
9364Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9365
9366 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
9367
9368Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
9369
9370 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
9371 watchpoint problem that is now fixed.
9372 * gdb.t30/chexp.exp: Remove setup_xfail for printing
9373 uninitialized convenience variables.
9374 * gdb.t31/chillvars.exp: Fix expected patterns for printing
9375 structures.
9376
9377Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9378
9379 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
9380 which causes expect to get out of sync with gdb on long output
9381 from help set.
9382 * gdb.t09/corefile.exp: Make expected pattern for core file
9383 failing signal and frame output format less sun specific.
9384
9385Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
9386
9387 * gdb.t31/chillvars.exp: Add and remove initial dummy
9388 breakpoint, so that symbol table is forced in.
9389 (Needed at least on Sunos4, though it seems not SVR4.)
9390 * gdb.t31/chillvars.exp: Update for changed output format.
9391
9392Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
9393
9394 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
9395
9396Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
9397
9398 * Makefile.in: Added --srcdir when invoking runtest, removed the
9399 need for a local config file. (optional now)
9400
9401Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
9402
9403 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
9404 failure count used to force early termination. Add some more
9405 expected failures for gnu style demangling.
9406
9407Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9408
9409 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
9410 pmi variable from gdb.t20/gdbme to get optimized away.
9411 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
9412 Check for written corefile upon timeout _and_ eof.
9413
9414Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9415
9416 * config/unix-gdb.exp: Add missing return 0.
9417
9418Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9419
9420 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
9421 test termination.
9422
9423Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
9424
9425 * configure.in (subdirs): Put back gdb.t17 which mysteriously
9426 disappeared.
9427
9428Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
9429
9430 * gdb.t10/crossload.exp: Disable the i860-elf test until such
9431 time as i860 support works.
9432
beb998c6 9433 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
9434 "backtrace 100\r" rather than just "backtrace\r", to match last
9435 change.
9436
9437Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
9438
9439 * config/udi-gdb.exp (gdb_exit): Remove close command.
9440 (gdb_target_udi): New procedure to set the UDI target.
9441 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
9442 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
9443 Added waits for prompts after several question responses. Added
9444 some more responses used by a29k-amd-udi-gdb.
9445 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
9446 pass different arguments, restart UDI connection after program
9447 completion.
9448 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
9449 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9450 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
9451 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
9452 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
9453 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
9454 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9455 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
9456 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
9457 after program completion.
9458 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
9459 compiled with a SELECT_VECS setting.
9460 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
9461 infinite recursion.
9462
9463 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
9464 Added checks for COFF results, and made them expected failures for
9465 all targets. It would be better to make them expected failures
9466 for COFF targets only.
9467
9468Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9469
9470 * Makefile.in: add null dvi target, don't bother to recurse
9471 through test directories for info and install-info; rename
9472 $(datadir) to be dejagnu instead of deja-gnu
9473
9474Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
9475
9476 * gdb.t31/gdbme.ch: Re-enable code that previously caused
9477 compiler to coredump.
9478 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
9479 code.
9480
9481Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
9482
9483 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
9484 coredump.
9485 * gdb.t31/chillvars.exp: Comment out tests that depend on that
9486 code.
9487
9488Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
9489
9490 * gdb.t03/ptype.exp: tests for return code from gdb_test.
9491 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
9492 which in a shell. Deletes xgdb when done.
9493 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
9494 Tests the return from the "set height" or "set width" commands.
9495 Added a few return codes where needed.
9496
9497Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
9498
9499 * Makefile.in (SUBDIRS): Add gdb.t17.
9500 * configure.in (subdirs): Add gdb.t17.
9501 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
9502 files to test gdb's calling of functions in the inferior with
9503 the correct arguments and gdb's ability to retrieve any
9504 result returned.
9505
9506Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
9507
9508 * config/unix-gdb.exp (gdb_exit): Remove close commands that
9509 may be called after gdb goes away. Previous versions of expect
9510 needed these to avoid file descriptor leaks, but they cause
9511 errors with the current revision of expect.
9512 * gdb.t00/gdbvars.exp: Use -re on expected output after
9513 setting sevenbit-strings.
9514 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
9515 to set sevenbit-strings consistent across tests.
9516 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
9517 set sevenbit-strings consistent across tests.
9518
9519Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
9520
9521 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
9522 expected output to match current "expect" expectations.
9523
9524Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
9525
9526 * gdb.t00/default.exp: Change expected output for default "source"
9527 command, to match new gdb behavior which requires a filename to
9528 source.
9529
9530Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
9531
9532 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
9533 expected fail for i486-*-* that misses the marker2 function.
9534 * gdb.t10/crossload.exp (bfddefault): Allow successful
9535 recognition of a format to pass even if no symbols are found.
9536 Explicitly catch failures where the format is not recognized
9537 or is ambiguous, and add the reason to the fail message.
9538 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
9539 the cause is and invalid target and add reason to failure message.
9540 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
9541 elf32-i386, elf32-sparc, and elf32-i860.
9542 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
9543 Set up expected failure for 'filename'::variable scope resolution,
9544 which is now apparently broken on all targets.
9545 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
9546 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
9547 gdb.t23/templates.exp: Change failure for missing binfile into
9548 just a warning.
9549 gdb.t21/demangle.exp: Change all cfront references to 'arm'
9550 references.
9551
9552Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
9553
9554 * gdb.t00/default.exp: Add expected output for default "source"
9555 command, to match new gdb behavior.
9556 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
9557
9558Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
9559
9560 * config/*-gdb.exp: returns an error, rather than exiting on
9561 internal errors.
9562
9563Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
9564
9565 * gdb.t03/gdbme.c: Add pointer to struct variable.
9566 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
9567 referencing struct members.
9568
9569Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
9570
9571 * configure.in (mips-idt-ecoff): New target.
9572 * config/mips-gdb.exp: New file for remote board using MIPS remote
9573 debugging protocol.
9574
9575 * Redid configuration scheme. Removed gdb.t*/configure.in.
9576 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
9577 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
9578 distclean targets. Built executables via .o files. Adjusted
9579 tests to account for source files in $(srcdir) rather than
9580 $(objdir).
9581 * lib/gdb.exp (runto): Don't expect () after the function name,
9582 because it may have arguments.
9583
9584Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
9585
9586 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
9587 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
9588 expected failures for mips-idt-* and mips-sgi-*.
9589 * gdb.t00/default.exp (attach): Kill process if requested.
9590 * gdb.t00/help.exp (help target core, help target): Accept a gdb
9591 that does not read core files.
9592 * gdb.t01/run.exp: Removed checks for exit status code.
9593 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
9594 it is linked in.
9595 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
9596 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
9597 appropriate, rather than doing it by hand.
9598 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
9599 execution.
9600 * gdb.t10/crossload.exp: Kill existing program if needed.
9601 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
9602 appropriate, rather than doing it by hand. Always increase
9603 timeout for this test, not just for VxWorks.
9604
9605Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
9606
9607 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
9608 of Chill STRUCT types and STRUCT values.
9609 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
9610 than "char".
9611 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
beb998c6 9612 struct2): New struct definitions and initializations to test
c906108c
SS
9613 simple Chill STRUCT types.
9614
9615Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
9616
9617 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
9618 the null byte at the end of strings.
9619 * gdb.t00/default.exp: Make show version insensitive to copyright
9620 date.
9621 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
9622 to avoid dependencies on target char signedness.
9623 * gdb.t16/printcmds.exp: Update expected results for explicitly
9624 unsigned char.
9625 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
9626 now work.
9627 * gdb.t21/demangle.exp: Add many more patterns for template
9628 demangling, most of them being expected failures.
9629 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
9630 string we are matching for, to match on the whole string.
9631 * gdb.t21/demangle.exp: Add many new test strings to demangle,
9632 and fix a whole bunch that had incorrect expected output but were
9633 passing anyway because of the bug in "proc demangle".
9634 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
9635 type.
9636 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
9637
9638Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
9639
9640 * gdb/testsuite: made modifications to testcases, etc., to allow
9641 them to work properly given the reorganization of deja-gnu and the
9642 relocation of the testcases from deja-gnu to a "tool" subdirectory.
9643
9644Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
9645
9646 * gdb/testsuite: Initial creation of gdb/testsuite.
9647 Migrated dejagnu testcases and support files for testing nm to
9648 gdb/testsuite from deja-gnu. These files were moved "as is"
9649 with no modifications. This migration is part of a major overhaul
9650 of dejagnu. The modifications to these testcases, etc., which
9651 will allow them to work with the new version of dejagnu will be
9652 made in a future update.
9653\f
9654Local Variables:
9655mode: indented-text
9656left-margin: 8
9657fill-column: 74
9658version-control: never
9659End: