* i386-tdep.c: Include "dummy-frame.h".
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
6604731b
DJ
12002-12-10 Daniel Jacobowitz <drow@mvista.com>
2
3 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
4
de46ecd7
DC
52002-12-06 David Carlton <carlton@math.stanford.edu>
6
7 * gdb.base/store.c: Don't declare functions static.
8
27e829d0
AC
92002-12-04 Andrew Cagney <ac131313@redhat.com>
10
11 * gdb.base/store.exp, gdb.base/store.c: New files.
12
92806416
DJ
132002-12-03 Daniel Jacobowitz <drow@mvista.com>
14
15 * gdb.base/selftest.exp: Update for current gdb.
16
3bcbaac5
DJ
172002-12-03 Daniel Jacobowitz <drow@mvista.com>
18
19 * gdb.base/maint.exp: Only dump symbols from one source file
20 or objfile.
21
f4f00b1f
DJ
222002-12-03 Daniel Jacobowitz <drow@mvista.com>
23
24 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
25 function call.
26
f1c8a949
JB
272002-11-25 Jim Blandy <jimb@redhat.com>
28
29 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
30 function appearing in error message.
31
9e297a97
DJ
322002-11-21 Daniel Jacobowitz <drow@mvista.com>
33
34 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
35
1f312e79
JJ
362002-11-08 Jeff Johnston <jjohnstn@redhat.com>
37
38 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
39 for mi1 and current mi is in correct format. New mi startup message
40 should be in mi console format. This is part of fix for PR gdb/604.
41
83c31e7d
FN
422002-09-18 Fernando Nasser <fnasser@redhat.com>
43
44 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
45 which explicitly prints the zero offset as "+0".
46
322b3f65
DJ
472002-10-22 Daniel Jacobowitz <drow@mvista.com>
48
49 * gdb.threads/schedlock.c (args): Make unsigned.
50
512002-10-21 Daniel Jacobowitz <drow@mvista.com>
52
53 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
54 numbers. Allow "foo2|selected stack frame".
55 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
56 * gdb.asm/asmsrc2.s: Likewise.
57 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
58 comments.
59 * gdb.asm/mips.inc: New file.
60
5e2fe5b8
AF
612002-10-18 Adam Fedor <fedor@gnu.org>
62
63 * gdb.base/default.exp: Update expected output to include 'ObjC'.
64 * gdb.base/help.exp: Likewise.
65
abe1a5d0
KB
662002-10-17 Kevin Buettner <kevinb@redhat.com>
67
68 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
69 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
70
10abb1d4
JB
712002-10-02 Jim Blandy <jimb@redhat.com>
72
73 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
74
1f609b42
AC
752002-10-01 Andrew Cagney <ac131313@redhat.com>
76
77 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
78 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
79 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
80 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
81 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
82 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
83 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
84
0aee02e4
AC
852002-09-29 Andrew Cagney <ac131313@redhat.com>
86
87 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
88 * mi0-disassemble.exp, mi0-eval.exp: Delete.
89 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
90 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
91 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
92 * mi0-var-block.exp, mi0-var-child.exp: Delete.
93 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
94
6fde09ad
KB
952002-09-27 Kevin Buettner <kevinb@redhat.com>
96
97 * gdb.base/annota1.exp (info break): Make directory components of
98 path optional since not all compilers emit this debug information.
99
100 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
101 step ends up stepping out of the function instead of stopping on
102 the epilogue.
103
9e8aab75
KS
1042002-09-26 Keith Seitz <keiths@redhat.com>
105
106 * lib/insight-support.exp (gdbtk_start): Figure out where
107 the insight executable is based on where gdb is. Use this
108 executable to start insight instead of gdb.
109
e36180d7
AC
1102002-09-25 Andrew Cagney <cagney@redhat.com>
111
112 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
113
9dd34b2b
AC
1142002-09-24 Andrew Cagney <ac131313@redhat.com>
115
116 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
117 test_isolated_complaints.
118 (test_empty_complaint): New function.
119 (test_empty_complaints): New function. Check no output when no
120 complaints.
121
dea97812
KB
1222002-09-19 Jim Blandy <jimb@redhat.com>
123
124 * gdb.base/charset.exp, gdb.base/charset.c: New files.
125
54951bd7
AC
1262002-09-19 Andrew Cagney <ac131313@redhat.com>
127
128 * gdb.gdb/complaints.exp: New file.
129
dec43320
AC
1302002-09-18 Andrew Cagney <ac131313@redhat.com>
131
132 * gdb.base/maint.exp: Check `help maint internal-warning'.
133
e70d6e3f
DC
1342002-09-18 David Carlton <carlton@math.stanford.edu>
135
136 * gdb.c++/m-static.exp: Remove breakpoints depending on line
137 numbers, and replace them by a single breakpoint after the
138 constructors are all finished.
139 Add test 4.
140 * gdb.c++/m-static.cc: Add test 4.
141 * gdb.c++/m-static.h: New file.
142 * gdb.c++/m-static1.cc: New file.
143
144 * gdb.c++/printmethod.exp: New file.
145 * gdb.c++/printmethod.cc: New file.
146
147 * gdb.c++/pr-574.exp: New file.
148 * gdb.c++/pr-574.cc: New file.
149
afb5c968
CV
1502002-09-18 Corinna Vinschen <vinschen@redhat.com>
151
152 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
153 embedded targets which never actually exit.
154
31e45dee
FN
1552002-09-18 Fernando Nasser <fnasser@redhat.com>
156
157 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
158 "don't step after run" as unresolved or unsupported, instead of xfail.
159
a283c5a1
CV
1602002-09-18 Corinna Vinschen <vinschen@redhat.com>
161
162 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
163 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
164 Add newline to expected string in "step out of main (status wrapper)"
165 case.
166
11350d2a
CV
1672002-09-18 Corinna Vinschen <vinschen@redhat.com>
168
169 * lib/gdb.exp (rerun_to_main): Allow restarting application.
170 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
171
0deec7d6
TT
1722002-09-17 Tom Tromey <tromey@redhat.com>
173
174 * gdb.base/printcmds.exp (test_print_string_constants): Expect
175 \000, not \0, in double-quoted string.
176
b2b4a1b5
CV
1772002-09-14 Corinna Vinschen <vinschen@redhat.com>
178
179 * gdb.base/command.exp: Don't expect a "Program exited normally"
180 string after running the commands execution on breakpoint tests.
181
1c56143a
CV
1822002-09-13 Corinna Vinschen <vinschen@redhat.com>
183
184 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
185
37f8da45
JB
1862002-09-12 Joel Brobecker <brobecker@gnat.com>
187
188 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
189
08b468e0
KS
1902002-09-10 Keith Seitz <keiths@redhat.com>
191
192 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
193 runto proc.
194 (mi_run_to_main): Use mi_runto.
195 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
196
dc360f58
KS
1972002-09-10 Keith Seitz <keiths@redhat.com>
198
199 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
200 regexp for stopping at main. Could have multiple event notifications.
201 Don't assume that main was declared with no parameters.
202 (mi_next): Use mi_step_to.
203 (mi_step): Use mi_next_to.
204
ce3abcfb
CV
2052002-09-09 Corinna Vinschen <vinschen@redhat.com>
206
207 * gdb.base/default.exp: Fix expected string in `info float' test.
208
d1f5b980
BE
2092002-09-09 Ben Elliston <bje@redhat.com>
210
211 * config/mips.exp: Update comments.
212 * config/mips-idt.exp: Likewise.
213 * config/nind.exp: Likewise.
214 * config/slite.exp: Likewise.
215 * config/sparclet.exp: Likewise.
216 * config/udi.exp: Likewise.
217 * config/vx.exp: Likewise.
218 * config/vxworks29k.exp: Likewise.
219
2f71430b
JB
2202002-09-05 Jim Blandy <jimb@redhat.com>
221
222 * gdb.threads/killed.exp: Fix test failure message.
223
7ddebc7e
KS
2242002-09-04 Keith Seitz <keiths@redhat.com>
225
226 * lib/mi-support.exp: Update copyright.
227 (mi_gdb_test): Increase the priority of the expected pattern
228 so that it matches gdb_test.
229
0ae67eb3
KS
2302002-09-03 Keith Seitz <keiths@redhat.com>
231
232 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
233 Use integer comparison instead of string comparison for testing
234 whether binary was built.
235
38fc42c8
JB
2362002-09-03 Jim Blandy <jimb@redhat.com>
237
238 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
239
b6ff0e81
JB
2402002-08-29 Jim Blandy <jimb@redhat.com>
241
242 * gdb.threads/pthreads.exp: Move the portable thread compilation
243 code into a function in lib/gdb.exp, and call that from here.
244 * lib/gdb.exp (gdb_compile_pthreads): New function.
245
07c98896
KS
2462002-08-29 Keith Seitz <keiths@redhat.com>
247
248 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
249 expect_out so that callers can get at it.
250
0312286c
DJ
2512002-08-23 Daniel Jacobowitz <drow@mvista.com>
252
253 * gdb.threads/print-threads.c: New file.
254 * gdb.threads/print-threads.exp: New file.
255 * gdb.threads/schedlock.c: New file.
256 * gdb.threads/schedlock.exp: New file.
257
dd039bc4
EZ
2582002-08-22 Elena Zannoni <ezannoni@redhat.com>
259
260 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
261 not altivec.c.
262
1f36144c
MK
2632002-08-17 Mark Kettenis <kettenis@gnu.org>
264
265 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
266 targets. The problem should be fixed now.
267
16057ec7 2682002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
269
270 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
271 2002-07-24 change that removes final dots from error messages.
272
3c1499ad
TT
2732002-08-13 Tom Tromey <tromey@redhat.com>
274
275 * gdb.base/readline.exp: New file.
276
a20ce2c3
AC
2772002-08-01 Andrew Cagney <ac131313@redhat.com>
278
279 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
280 supress message.
281
db034ac5
AC
2822002-08-01 Andrew Cagney <cagney@redhat.com>
283
284 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
285 CHILL_FOR_TARGET and CHILL_LIB.
286 * configure.in (configdirs): Remove gdb.chill.
287 * configure: Regenerate.
288 * lib/gdb.exp: Obsolete references to chill.
289 * gdb.fortran/types.exp: Ditto.
290 * gdb.fortran/exprs.exp: Ditto.
291
3e000b18
KB
2922002-07-30 Kevin Buettner <kevinb@redhat.com>
293
294 * gdb.base/shlib-call.exp (additional_flags): Conditionally
295 set Irix-specific compile and link flags.
296
28f4966b
KB
2972002-07-29 Kevin Buettner <kevinb@redhat.com>
298
299 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
300 source files. The ``-o'' option doesn't work with the ``-E'' option
301 when using the Irix compiler.
302
46c0d5a6
DJ
3032002-07-19 Daniel Jacobowitz <drow@mvista.com>
304
305 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
306 Improve support for reusing an exec file. Copy exec file
307 to target, and run gdbserver on the target instead of on the host.
308
eecf4bed
JB
3092002-07-18 Jim Blandy <jimb@redhat.com>
310
0f815cdf
JB
311 * gdb.base/ending-run.exp: Don't expect to see the program end in
312 some orderly fashion when we're running on a real stand-alone
313 board.
314
eecf4bed
JB
315 * gdb.base/interrupt.exp: Correct logic for skipping tests on
316 targets that don't support interrupts.
317
52d309e4
JB
3182002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
319
320 * gdb.base/attach.exp: Add patterns to match output from /proc-based
321 systems.
322 Move comments in expect statements to inside the actions, so that they
323 don't get matched against.
324
ff683d9e
MK
3252002-07-10 Mark Kettenis <kettenis@gnu.org>
326
327 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
328 function when asleep" test.
329
b5356753
AC
3302002-07-10 Andrew Cagney <ac131313@redhat.com>
331
332 * gdb.base/page.exp: Rewrite to handle problems with very long
333 `info set' output. Update copyright.
334
6aa4d13a
AC
3352002-06-26 Andrew Cagney <ac131313@redhat.com>
336
337 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
338 gdb.threads-hp.
339 * gdb.hp/configure: Regenerate.
340 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
341 * gdb.hp/gdb.threads-hp/configure: Delete file.
342 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
343
8cf8c2b8
AC
3442002-06-22 Andrew Cagney <ac131313@redhat.com>
345
346 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
347 setlocale, bindtextdomain and textdomain.
348
6827a8f8
JB
3492002-06-11 Jim Blandy <jimb@redhat.com>
350
919d772c
JB
351 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
352 preprocessor macro information is present.
353
6827a8f8
JB
354 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
355 tests.
356
c15b0d21
MS
3572002-06-06 Michael Snyder <msnyder@redhat.com>
358
c5984d70
MS
359 * gdb.base/overlays.exp: Record addresses of overlay
360 functions in TCL variables rather than in GDB variables,
361 to avoid having GDB convert them to pointers (with loss
362 of information).
363
99a8512b
MS
364 * gdb.base/d10v.ld: Merge in several years worth of
365 default linker script changes.
c15b0d21
MS
366 * gdb.base/long_long.exp: Add check for sizeof (long double).
367
be26fe0d
ML
3682002-06-06 Michal Ludvig <mludvig@suse.cz>
369
370 * gdb.asm/asm-source.exp: Add x86-64 target.
371 * gdb.asm/x86_64.inc: New.
372
258093ca 3732002-05-30 Michael Chastain <mec@shout.net>
258093ca 374
4b3153f1 375 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
376 * gdb.c++/m-static.cc: New file.
377 * gdb.c++/m-static.exp: New file.
378
241264c6
MS
3792002-05-28 Michael Snyder <msnyder@redhat.com>
380
381 * gdb.base/call-ar-st.exp: Allow for reduced floating point
382 precision.
383
9bba8c8f 3842002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 385
4b3153f1 386 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
387 * gdb.c++/m-data.cc: New file.
388 * gdb.c++/m-data.exp: New file.
389
3902002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 391
4b3153f1 392 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f
MC
393 * gdb.c++/try_catch.cc: New file.
394 * gdb.c++/try_catch.exp: New file.
395
def1b996
MC
3962002-05-27 Michael Chastain <mec@shout.net>
397
398 * gdb.c++/local.exp: Accept more nested types in output.
399
522ba268
MC
4002002-05-26 Michael Chastain <mec@shout.net>
401
402 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
403
277254ba
MS
4042002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
405
406 * lib/gdb.exp (gdb_wrapper_init): Just because
407 gdb_wrapper_file exists, this does not mean that the file
408 should not be rebuilt. That is what gdb_wrapper_initialized
409 is for.
410 (default_gdb_init): Reset gdb_wrapper_initialized.
411
b61a8733
MS
4122002-05-23 Michael Snyder <msnyder@redhat.com>
413
5bdb6d01
MS
414 * gdb.base/all-bin.exp: Revise previous patch by just reducing
415 the precision of the floating point test results.
416 * gdb.base/call-rt-st.exp: Ditto.
417
b61a8733
MS
418 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
419 * gdb.base/call-rt-st.exp: Ditto.
420
56f6e910
MC
4212002-05-19 Michael Chastain <mec@shout.net>
422
423 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
424
ad0b0016
EZ
4252002-05-19 Elena Zannoni <ezannoni@redhat.com>
426
427 * configure.in (configdirs): Add gdb.arch.
428 * configure: Regenerate.
429
f617d2b6
JB
4302002-05-17 Jim Blandy <jimb@redhat.com>
431
432 * gdb.base/completion.exp: Recognize the more detailed error
433 messages produced by the macro expander's lexical analyzer.
434
eac2a696
EZ
4352002-05-14 Elena Zannoni <ezannoni@redhat.com>
436
437 * gdb.arch/altivec-abi.c: New file.
438 * gdb.arch/altivec-abi.exp: New file.
439 * gdb.arch/altivec-regs.c: New file.
440 * gdb.arch/altivec-regs.exp: New file.
441
2fdde8f8
DJ
4422002-05-14 Daniel Jacobowitz <drow@mvista.com>
443
444 * gdb.base/maint.exp (maint print type): Update for new type
445 structure.
eac2a696 446
e31f1a7c
EZ
4472002-05-14 Elena Zannoni <ezannoni@redhat.com>
448
449 * gdb.arch: New directory.
450 * gdb.arch/configure.in: New file.
451 * gdb.arch/configure: New file.
452 * gdb.arch/Makefile.in: New file.
453
db589741
CV
4542002-05-13 Corinna Vinschen <vinschen@redhat.com>
455
456 * gdb.asm/asm-source.exp: Add v850 as supported target.
457 * gdb.asm/v850.inc: New file.
458
8ce2a7dc
DJ
4592002-05-13 Daniel Jacobowitz <drow@mvista.com>
460
461 * gdb.c++/annota2.exp (annotate-quit): Add comment.
462
df763c7f
DJ
4632002-05-12 Daniel Jacobowitz <drow@mvista.com>
464
465 * gdb.base/break.exp: Check 'break "marker2"'.
466
377daeed
MS
4672002-05-10 Michael Snyder <msnyder@redhat.com>
468
469 * gdb.base/long_long.exp: Fix typo.
470
c4b7bc2b
JB
4712002-05-10 Jim Blandy <jimb@redhat.com>
472
ecac9a4e
JB
473 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
474 a bug.
475
c4b7bc2b
JB
476 * gdb.base/printcmds.exp (test_integer_literals_rejected):
477 Recognize more detailed error message produced by the macro
478 expander's lexical analyzer.
479 * lib/gdb.exp (test_print_reject): Same.
480
e71019a1
MK
4812002-05-09 Mark Kettenis <kettenis@gnu.org>
482
483 * gdb.c++/method.exp: Fix typo.
484
fedfc8e6
MS
4852002-05-08 Michael Snyder <msnyder@redhat.com>
486
166a1957
MS
487 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
488 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 489 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
490 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
491 Add iftarget clause for strongarm.
492
f1c47eb2
MS
4932002-05-06 Michael Snyder <msnyder@redhat.com>
494
cb9a9d3e
MS
495 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
496 (gdb_continue_to_end): Accept output from status wrapper.
497 * gdb.base/ending-run.exp: Add case for output from status wrapper.
498 Clean up fail messages to match pass messages.
499
f1c47eb2
MS
500 Enable the "needs_status_wrapper" testsuite feature.
501 * lib/gdb.exp (gdb_wrapper_init): New procedure.
502 (gdb_compile): Conditionally call gdb_wrapper_init.
503 * gdb.base/a2-run.exp: Recognize output from status wrapper.
504 * gdb.c++/method.exp: Recognize output from status wrapper.
505
6079c749
BE
5062002-05-06 Ben Elliston <bje@redhat.com>
507From Graydon Hoare <graydon@redhat.com>
508
509 * config/sid.exp: Include support for "rawsid" protocol.
510
188baff3
JB
5112002-05-03 Jim Blandy <jimb@redhat.com>
512
513 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
514 * gdb.c++/hang3.C: New file.
515
b9c07f0f
AC
5162002-05-04 Andrew Cagney <ac131313@redhat.com>
517
518 * gdb.base/default.exp: Remove obsolete code.
519 * gdb.c++/misc.exp: Ditto. Update copyright.
520 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
521 * gdb.base/whatis.exp: Ditto. Update copyright.
522 * gdb.base/scope.exp: Ditto. Update copyright.
523 * gdb.base/ptype.exp: Ditto. Update copyright.
524 * gdb.base/printcmds.exp: Ditto. Update copyright.
525 * gdb.base/opaque.exp: Ditto. Update copyright.
526 * gdb.base/list.exp: Ditto.
527 * gdb.base/funcargs.exp: Ditto. Update copyright.
528 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
529 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
530 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
531 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
532 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
533 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
534
5c7a0397
MS
5352002-05-02 Michael Snyder <msnyder@redhat.com>
536
d6dcc264 537 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
538 * gdb.base/long_long.exp: Add xscale target.
539 * gdb.base/default.exp: Add xscale target.
540
eb7f1c48
JB
5412002-05-01 Jim Blandy <jimb@redhat.com>
542
543 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
544 gdb.c++/hang.exp: New test.
545
a6befae8
FF
5462002-05-01 Fred Fish <fnf@redhat.com>
547
548 * gdb.base/completion.exp: Handle completions of "./Make" for
549 more than one completion possibility, as is the case when we
550 build and test in the source tree.
551
0a310277
AG
5522002-04-29 Anthony Green <green@redhat.com>
553
554 * gdb.java/jmisc1.exp: New file.
555 * gdb.java/jmisc2.exp: New file.
556
6ff9af88
DJ
5572002-04-24 Daniel Jacobowitz <drow@mvista.com>
558
559 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
560
96b3d632
EZ
5612002-04-23 Elena Zannoni <ezannoni@redhat.com>
562
563 * gdb.base/help.exp: Change 'help status' to allow for target
564 dependent output differences.
565
5019bb54
MC
5662002-04-22 Michael Chastain <mec@shout.net>
567
568 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
569
a805a116
MC
5702002-04-22 Michael Chastain <mec@shout.net>
571
572 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
573
a1706bfd
DM
5742002-04-17 David S. Miller <davem@redhat.com>
575
576 * gdb.asm/sparc64.inc: New file.
577 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
578
a73a20a2
EZ
5792002-04-19 Elena Zannoni <ezannoni@redhat.com>
580
581 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
582 instruction file directly into the build tree. Clean up at end of
583 test.
584
ba678339
DM
5852002-04-18 David S. Miller <davem@redhat.com>
586
587 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
588 handle 64-bit platforms correctly.
589 * gdb.base/maint.exp: Likewise.
590
b03399da
KB
5912002-04-18 Kevin Buettner <kevinb@redhat.com>
592
593 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
594 ``-fpic'' when compiling files comprising a shared library, but
595 it does need additional linker flags in order to find shared
596 libraries at run time.
597
e2004992
KB
5982002-04-18 Kevin Buettner <kevinb@redhat.com>
599
600 * gdb.base/cvexpr.c (use): New function.
601 (main): Invoke use() on all global variables to prevent
602 some linkers from deleting these otherwise unused symbols.
603
d8937120
MC
6042002-04-17 Michael Chastain <mec@shout.net>
605From David S. Miller <davem@redhat.com>
606
607 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
608 handle 64-bit platforms correctly.
609
ffd61a58
MS
6102002-04-12 Michael Snyder <msnyder@redhat.com>
611From Jim Blandy <jimb@redhat.com>
612 * gdb.base/foo.c (foox): Remove section attribute; the linker
613 script can handle this instead.
614 * gdb.base/bar.c (barx): Same.
615 * gdb.base/baz.c (bazx): Same.
616 * gdb.base/grbx.c (grbxx): Same.
617
618 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
619 manager doesn't automatically unmap overlays unnecessarily.
620
6b8426a6
MH
6212002-04-10 Martin M. Hunt <hunt@redhat.com>
622
623 * gdb.base/ending-run.exp: Fix pattern for Mips targets
624 stepping out of main.
625
34af4875
MC
6262002-04-09 Michael Chastain <mec@shout.net>
627
628 * gdb.c++/local.cc (main): Move call to marker1() inside nested
629 scope so that the nested scope tests will make sense.
630 * gdb.c++/local.exp: Write patterns that actually work with gcc
631 (the HP patterns "were never known to work with gcc").
632 Keep the old aCC patterns too.
633
2d1676a0
DJ
6342002-04-09 Daniel Jacobowitz <drow@mvista.com>
635
636 * gdb.base/attach.exp: Correct target board test.
637
3a63e3f9
MC
6382002-04-08 Michael Chastain <mec@shout.net>
639
640 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
641 in a const method. Add some xfail and fail cases for configurations
642 that do not emit the "const ...".
643
f18dabd2
MC
6442002-04-07 Michael Chastain <mec@shout.net>
645
646 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
647 Accept "A * const" and "const A * const" as type of "this".
648 Fix spelling of getFunky throughout. Make messages uniform.
649
0fcddd82
EZ
6502002-04-07 Elena Zannoni <ezannoni@redhat.com>
651
652 Work around for PR gdb/285:
653 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
654
16a8534a
EZ
6552002-04-07 Elena Zannoni <ezannoni@redhat.com>
656
657 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
658 instructions file at run time instead of configure time.
659 Sometimes we run the test in a directory that is not the one we
660 configured in.
661 * gdb.asm/configure.in: Delete creation of symlink.
662 * gdb.asm/configure: Regenerate.
663
24181d81
JB
6642002-04-05 J. Brobecker <brobecker@gnat.com>
665
666 * gdb.gdb/xfullpath.exp: New test, to exercise the new
667 xfullpath () function.
668
7cdb7107
DJ
6692002-04-04 Daniel Jacobowitz <drow@mvista.com>
670
671 * gdb.asm/Makefile.in: Correct dependencies.
672
673 * gdb.asm/powerpc.inc: New file.
674 * gdb.asm/asm-source.exp: Add PowerPC.
675 * gdb.asm/configure.in: Likewise.
676 * gdb.asm/configure: Regenerated.
677
a7d17088
DJ
6782002-04-04 Daniel Jacobowitz <drow@mvista.com>
679
680 * gdb.base/relocate.exp: New file.
681 * gdb.base/relocate.c: New file.
682
cd721503
FF
6832002-04-04 Fred Fish <fnf@redhat.com>
684
685 * gdb.base/step-test.exp: Update comment regarding stopping in
686 memcpy/bcopy calls inserted as part of the compiler runtime.
687
b22ad7a7
MS
6882002-04-04 Michael Snyder <msnyder@redhat.com>
689
690 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
691
5f279fa6
DJ
6922002-04-03 Daniel Jacobowitz <drow@mvista.com>
693
694 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
695 (gdb_expect): Remove $notransfer hack.
696
dd0fd3ce
DJ
6972002-04-02 Daniel Jacobowitz <drow@mvista.com>
698
699 * gdb.c++/classes.exp ("calling method for small class"): Match
700 updated register output.
701
1e50cda1
DJ
7022002-03-30 Daniel Jacobowitz <drow@mvista.com>
703
704 Fix PR gdb/452
705 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
706 when finished. Make gdb_file_cmd send "exec-file" when
707 appropriate.
708
24015922
DJ
7092002-03-30 Daniel Jacobowitz <drow@mvista.com>
710
711 * gdb.base/attach.exp: Remove extra setup_xfail.
712
dd7dfd64
MS
7132002-03-26 Michael Snyder <msnyder@redhat.com>
714
715 * gdb.base/default.exp: Add tests for dump, append, and restore.
716 * gdb.base/help.exp: Add tests for dump, append, and restore.
717 * gdb.base/dump.exp: New file, test dump, append and restore.
718 * gdb.base/dump.c: New file.
719
48b2f8d7
MS
7202002-03-27 Michael Snyder <msnyder@redhat.com>
721
722 * gdb.base/help.exp: Modify expect strings to reflect
723 clean-ups in help messages.
724
05b4d525
FF
7252002-03-26 Fred Fish <fnf@redhat.com>
726
727 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
728 have debugging info for those functions and the compiler uses them
729 internally to copy structs around.
730
d7679631
FF
7312002-03-26 Fred Fish <fnf@redhat.com>
732
733 * gdb.base/list.exp: Revert the change made yesterday and add note
734 about why we don't list the default lines for remote targets.
735
523ac3f9
MS
7362002-03-25 Michael Snyder <msnyder@redhat.com>
737
738 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
739
754b2b8d
FF
7402002-03-25 Fred Fish <fnf@redhat.com>
741
742 * gdb.base/list.exp: This test works on remote targets so remove
743 the short circuit for remote targets. Update copyright.
744
33c3e192
FF
7452002-03-25 Fred Fish <fnf@redhat.com>
746
747 * gdb.base/attach.exp: Fix logic error that was suppressing this
748 test for all non hppa*-*-hpux* targets, instead of the hp target.
749 Move comments closer to the suppression point. Also now need to
750 check that we are running natively.
751
d43e73ee
MS
7522002-03-22 Michael Snyder <msnyder@redhat.com>
753
882c8f02
MS
754 * gdb.base/default.exp: Add test for gcore. Update copyright.
755 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 756
04c12f60
FF
7572002-03-06 Fred Fish <fnf@redhat.com>
758
759 * gdb.base/funcargs.c: Remove extraneous ';' character.
760 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
761
b43df995
MC
7622002-03-04 Michael Chastain <mec@shout.net>
763
764 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
765 accommodate gcc v3 function signature.
766 * gdb.mi/mi0-var-cmd-exp: Ditto.
767
92362027
AC
7682002-02-24 Andrew Cagney <ac131313@redhat.com>
769
770 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
771 ``GNU/Linux'' or ``Linux kernel''
772 * testsuite/gdb.threads/pthreads.c: Ditto.
773
258ad32d
MC
7742002-02-24 Michael Chastain <mec@shout.net>
775
776 * gdb.threads/pthreads.c (thread1): Add a return statement.
777 (thread2): Likewise.
778 (foo): Likewise.
779
04c3b3d4
MC
7802002-02-23 Michael Chastain <mec@shout.net>
781
782 * gdb.threads/linux-dp.c (philosopher): Add a return statement
783 to placate gcc.
784
5a2a0a20
MC
7852002-02-23 Michael Chastain <mec@shout.net>
786
787 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
788 test "ptype bint". The test passes on all my stabs configurations.
789
a640f7fc
JB
7902002-02-21 Jim Blandy <jimb@redhat.com>
791
27924826
JB
792 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
793 filename at a time, and watch for the ones we want to see.
794
a640f7fc
JB
795 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
796 types of pointers to prototyped functions.
797
edcc8c75
AC
7982002-02-20 Andrew Cagney <ac131313@redhat.com>
799
800 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
801 signed, unsigned and straight char.
802 (padding_char, padding_short, padding_int, padding_long,
803 padding_long_long, padding_float, padding_double,
804 padding_long_double): New global variables.
805 (fill, fill_structs): New functions.
806
807 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
808 for correctly sized writes. Update copyright.
809 (get_valueof): New procedure.
810 (get_sizeof): Call get_valueof.
811 (check_valueof): New procedure.
812 (check_padding): New procedure.
813
ac57ea44
MC
8142002-02-20 Michael Chastain <mec@shout.net>
815
816 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
817 to setup_xfail. Document some of the remaining calls.
818
7a10c941
MC
8192002-02-18 Michael Chastain <mec@shout.net>
820
821 * gdb.c++/userdef.exp: Update copyright year.
822
fb8acdcc
DJ
8232002-02-18 Daniel Jacobowitz <drow@mvista.com>
824
825 * gdb.c++/userdef.exp: Test overloaded operators properly.
826 Remove xfails.
827
fda6ae12
MS
8282002-02-14 Michael Snyder <msnyder@redhat.com>
829
830 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
831
676a0442
DJ
8322002-02-14 Daniel Jacobowitz <drow@mvista.com>
833
834 * gdb.base/a2-run.exp: Check for a remote target properly.
835 * gdb.base/annota1.exp: Likewise.
836 * gdb.base/list.exp: Likewise.
837 * gdb.base/reread.exp: Likewise.
838 * gdb.base/scope.exp: Likewise.
839 * gdb.base/shlib-call.exp: Likewise.
840 * gdb.base/term.exp: Likewise.
841 * gdb.c++/annota2.exp: Likewise.
842
78b4f468
RE
8432002-02-13 Richard Earnshaw <rearnsha@arm.com>
844
845 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
846
9a81ba51
MC
8472002-02-10 Michael Chastain <mec@shout.net>
848
849 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
850 (call_after_alloca): Ditto.
851
004af6c7
DJ
8522002-02-10 Daniel Jacobowitz <drow@mvista.com>
853
854 * gdb.base/ending-run.exp: Guard "cont" test with
855 gdb_skip_stdio_test.
856
37225f62
JB
8572002-02-06 Jim Blandy <jimb@redhat.com>
858
859 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
860 from here...
861 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
862 To here. Disable this test on non-HP platforms. Add big comment.
863
fe6fdd96
MS
8642002-02-04 Michael Snyder <msnyder@redhat.com>
865
866 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
867 other than d10v and m32r.
868
036fad3f
RE
8692002-02-02 Richard Earnshaw <rearnsha@arm.com>
870
871 * gdb.base/default.exp: Rewrite test patterns to reduce time
872 taken to match them.
873
7148ab62
DJ
8742002-01-30 Daniel Jacobowitz <drow@mvista.com>
875
876 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
877 Allow a start function above main.
878 * gdb.threads/linux-dp.exp: Fix copyright date.
879
396cc255
DJ
8802002-01-30 Daniel Jacobowitz <drow@mvista.com>
881
882 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
883 (check_philosopher_stack): Check for manager thread before checking
884 for a just-starting thread.
885
f038d31b
DJ
8862002-01-30 Daniel Jacobowitz <drow@mvista.com>
887
888 From Neil Booth <neil@daikokuya.demon.co.uk>:
889 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
890 warnings.
891
b3ff9d9a
FF
8922002-01-21 Fred Fish <fnf@redhat.com>
893
894 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
895 not caller.
896
39ad761d
JB
8972002-01-21 Jim Blandy <jimb@redhat.com>
898
899 * gdb.base/reread.exp: Check that GDB properly re-reads the
900 executable file when it changes while no inferior is running.
901
aaf320fa
FF
9022002-01-21 Fred Fish <fnf@redhat.com>
903
904 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
905 optionally accept the "shlib events" variation.
906
808a31f5
JB
9072002-01-21 Jim Blandy <jimb@redhat.com>
908
909 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
910 call `fflush' after every `printf', so that the output is produced
911 at predictable points, regardless of whatever buffering does (or
912 doesn't) take place.
913 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
914 at different points.
915
4420d5e2
DJ
9162002-01-20 Daniel Jacobowitz <drow@mvista.com>
917
918 * gdb.c++/inherit.exp: Update copyright years.
919 * gdb.c++/method.exp: Likewise.
920
3e36a0f4
DJ
9212002-01-20 Daniel Jacobowitz <drow@mvista.com>
922
923 * gdb.c++/classes.exp: Update for improved v3 support and skipping
924 artificial methods/arguments.
925 * gdb.c++/derivation.exp: Likewise.
926 * gdb.c++/inherit.exp: Likewise.
927 * gdb.c++/method.exp: Likewise.
928 * gdb.c++/virtfunc.exp: Likewise.
929
b4ceaee6
AC
9302002-01-18 Andrew Cagney <ac131313@redhat.com>
931
932 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
933 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
934 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
935 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
936 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
937 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
938
ecace851
JB
9392002-01-17 Jim Blandy <jimb@redhat.com>
940
941 * gdb.asm/asm-source.exp (info symbol): Take another shot at
942 anchoring the pattern matching the entry point symbol's name.
943
375fc983
AC
9442002-01-17 Andrew Cagney <ac131313@redhat.com>
945
946 * gdb.base/maint.exp: Update ``maint internal-error'' to match
947 continue/quit query. Update copyright.
948
fe6fdd96
MS
9492002-01-14 Michael Snyder <msnyder@redhat.com>
950
951 * gdb.base/gcore.exp: Remove extra debugging output.
952
e017c81f
DJ
9532002-01-13 Daniel Jacobowitz <drow@mvista.com>
954
955 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
956 for slightly dubious v2 mangled string.
957
37ab3bf8
DJ
9582002-01-13 Daniel Jacobowitz <drow@mvista.com>
959
960 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
961
1bc05c3a 9622002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 963
1bc05c3a 964 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 965
1bc05c3a
JM
966 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
967 constructors.
968 * gdb.c++/derivation.exp: Likewise.
969 * gdb.c++/templates.exp: Likewise.
970 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 971
1bc05c3a
JM
9722002-01-10 Michael Snyder <msnyder@redhat.com>
973
974 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 975
a911c360
MS
9762002-01-08 Michael Snyder <msnyder@redhat.com>
977
978 * gdb.base/gcore.exp: New test for generate-core-file command.
979 * gdb.base/gcore.c: Testcase for above.
980 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
981
ea2119ec
JM
9822002-01-08 Jason Merrill <jason@redhat.com>
983
984 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
985
68203136
FF
9862002-01-07 Fred Fish <fnf@redhat.com>
987
988 * gdb.c++/overload.exp: Remove unconditional xfails for:
989 print foo_instance1.overloadargs(1)
990 print foo_instance1.overloadargs(1, 2)
991 print foo_instance1.overloadargs(1, 2, 3)
992 print foo_instance1.overloadargs(1, 2, 3, 4)
993 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
994 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
995 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
996 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
997 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
998 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
999 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
1000 print foo_instance1.overload1arg()
1001 print foo_instance1.overload1arg((char)arg2)
1002 print foo_instance1.overload1arg((signed char)arg3)
1003 print foo_instance1.overload1arg((unsigned char)arg4)
1004 print foo_instance1.overload1arg((int)arg7)
1005 print foo_instance1.overload1arg((unsigned int)arg8)
1006 print foo_instance1.overload1arg((float)arg11)
1007 print foo_instance1.overload1arg((double)arg12)
1008
21b9b5b1
MS
10092002-01-07 Michael Snyder <msnyder@redhat.com>
1010
1011 * gdb.base/huge.exp: New test. Print a very large target data object.
1012 (skip_huge_test): New test variable. Define if you want to skip this
1013 test. The test reads an 8 megabyte data object from the target, so it
1014 might be very time consuming on remote targets with a slow connection.
1015 * gdb.base/huge.c: New file. Test case for above.
1016
725f922e
FF
10172002-01-07 Fred Fish <fnf@redhat.com>
1018
1019 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
1020 g_instance.bfoo, and g_instance.cfoo.
1021
634d57ec
JL
1022Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
1023
f286b2c3
JL
1024 * gdb.base/break.c (multi_line_if_conditional): New function.
1025 (multi_ilne_while_conditional): Likewise.
1026 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
1027 IF or WHILE condition puts the breakpoint at the start of
1028 the condition.
1029
634d57ec
JL
1030 * gdb.base/selftest.exp (backtrace through signal handler): Remove
1031 hppa*-*-hpux* expected failure.
1032 * gdb.base/structs.exp (do_function_calls): Similarly.
1033
1034 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
1035 watchpoints.
1036
9fbfe2dc
AC
10372002-01-06 Andrew Cagney <ac131313@redhat.com>
1038
1039 Fix PR gdb/66.
1040 * gdb.base/structs.exp: Replace skip for a29k with skip for
1041 gdb,cannot_call_functions.
1042 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
1043 * gdb.base/callfuncs.exp: Ditto.
1044 * gdb.base/call-rt-st.exp: Ditto.
1045 * gdb.base/call-strs.exp: Ditto.
1046 * gdb.base/callfwmall.exp: Ditto.
1047 * gdb.base/scope.exp: Obsolete xfail a29k.
1048 * gdb.c++/misc.exp: Ditto.
1049 * gdb.c++/cplusfuncs.exp: Ditto.
1050 * gdb.base/ptype.exp: Ditto.
1051 * gdb.base/printcmds.exp: Ditto.
1052 * gdb.base/opaque.exp: Ditto.
1053 * gdb.base/list.exp: Ditto.
1054 * gdb.base/funcargs.exp: Ditto.
1055 * gdb.base/default.exp: Ditto.
1056
8ddad156
MS
10572002-01-04 Michael Snyder <msnyder@redhat.com>
1058
ca4976a6 1059 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
1060 * gdb.base/maint.exp: Add tests for maint info sections options.
1061
1b074332
JL
1062Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
1063
1064 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
1065
7d159115
CV
10662001-12-20 Corinna Vinschen <vinschen@redhat.com>
1067
1068 * gdb.asm/arm.inc: New file.
1069 * gdb.asm/asm-source.exp: Add arm targets.
1070 * gdb.asm/configure.in: Ditto.
1071 * gdb.asm/configure: Recreated from configure.in.
1072
8fb87725
JL
1073Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
1074
afabe08c
JL
1075 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
1076 with HP's compiler.
1077 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
1078 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
1079 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
1080 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
1081
1082 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
1083 either HP's compilers or GCC.
1084
db521deb
JL
1085 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
1086 a SIGBUS or SIGSEGV.
1087
1088 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
1089
1090 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
1091 can be compiled with either HP's compiler or GCC.
1092
cfa88ab7
JL
1093 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
1094 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
1095 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
1096
ca344dff
JL
1097 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
1098 to match current gdb output. Update due to using auto-solib-limit
1099 for limiting instead of overloading auto-solib-add.
1100 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
1101 test program.
1102
3f3c6e55 1103 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
1104 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
1105 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
1106 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
1107 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
1108 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
1109 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
1110 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
1111 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
1112 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
1113 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
1114 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
1115 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 1116
8fb87725
JL
1117 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
1118 a SIGTRAP to the inferior.
1119
cf599fa7
CV
11202001-12-19 Corinna Vinschen <vinschen@redhat.com>
1121
1122 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
1123 Substitute call to target_link by call to gdb_compile.
1124
2cd045cd
JL
1125Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
1126
1127 * gdb.base/break.exp: Fix HP specific search string when testing
1128 backtracing in a called function.
1129
1130 * gdb.base/constvars.exp: Only set lang to C++ if we're
1131 compiling the test with HP's compilers.
1132 * gdb.base/volatile.exp: Similarly.
1133
99ebe9ac
JB
11342001-12-19 Jim Blandy <jimb@redhat.com>
1135
1136 * gdb.base/printcmds.exp: Expect the null character to be printed
1137 as '\0', and the '\013' to be printed as '\v'.
1138 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
1139 * gdb.base/setvar.exp: Same.
1140
b9891b29
JB
11412001-12-17 Jim Blandy <jimb@redhat.com>
1142
0eba65ab
JB
1143 * gdb.base/completion.exp: Rather than completing very long
1144 filenames, which can make the readline library produce output we
1145 don't recognize, cd to the directory first, and then complete
1146 using nice, short relative paths.
1147
6970b5b1
JB
1148 * gdb.base/completion.exp: On some systems, there is, in fact, a
1149 variable named `b' in scope, since GDB treats all static
1150 variables as being in scope. So use `no_var_named_this'
1151 instead of `b'.
1152
b9891b29
JB
1153 * gdb.base/corefile.exp: Recognize the message saying that GDB
1154 can't find the core file's registers as a failure.
1155
e6ccd35f
JSC
11562001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
1157
1158 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
1159 test expect string more specific.
1160
105ba819
CV
11612001-12-13 Corinna Vinschen <vinschen@redhat.com>
1162
1163 * gdb.asm/asm-source.exp: Add support for xstormy16.
1164 * gdb.asm/configure.in: Ditto.
1165 * gdb.asm/configure: Rebuild.
1166 * gdb.asm/xstormy16.inc: New file.
1167
e9e79dd9
FF
11682001-12-10 Fred Fish <fnf@redhat.com>
1169
1170 * gdb.base/maint.exp: Update to match changes in type dumping code.
1171
347dc97d
JB
11722001-12-10 Jim Blandy <jimb@redhat.com>
1173
1174 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
1175 matching the entry point symbol's name at the beginning of the
1176 line.
1177
5178b9d6
DJ
11782001-12-07 Daniel Jacobowitz <drow@mvista.com>
1179
1180 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
1181 gdb.c++/inherit.exp, gdb.c++/method.exp,
1182 gdb.c++/namespace.exp, gdb.c++/templates.exp,
1183 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
1184 and class layout support.
1185
af890c52
DJ
11862001-12-07 Daniel Jacobowitz <drow@mvista.com>
1187
1188 * gdb.c++/classes.exp: Add test for static member function.
1189 * gdb.c++/misc.cc: Add class with static member function.
1190
7a345fb3
JB
11912001-12-07 Jim Blandy <jimb@redhat.com>
1192
f2e54a80 1193 If GDB says it can't find the struct the function returned, report
8032bf31
JB
1194 those tests as `unsupported'.
1195 * gdb.base/call-rt-st.exp (print_struct_call): New function.
1196 Rewrite subsequent tests to use it.
1197
1198 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
1199 those tests as `unsupported'.
1200 * gdb.base/structs.exp (call_struct_func): New function.
1201 (do_function_calls): Use call_struct_func to call the functions
1202 returning structs.
1203
0bc69509
JB
1204 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
1205 whether functions are prototyped or not, so we can't possibly pass
1206 arguments to t_float_values2 properly.
1207
7a345fb3
JB
1208 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
1209 value of `timeout' for targets other than the mips*tx39-*.
1210
edb6ede1
MS
12112001-12-06 Michael Snyder <msnyder@redhat.com>
1212
1213 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
1214 and detect whether the start symbol has a leading underscore.
1215
2d842f13
JB
12162001-12-04 Jim Blandy <jimb@redhat.com>
1217
1218 * gdb.base/completion.exp: Clarify indentation.
1219
68550daf
JB
12202001-12-03 Jim Blandy <jimb@redhat.com>
1221
1222 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
1223 variables on the S/390, not `.word'.
1224
cd5195a8
JB
12252001-11-30 Jim Blandy <jimb@redhat.com>
1226
1227 Add assembly-source tests for s390-ibm-linux.
1228 * gdb.asm/s390.inc: New file.
1229 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
1230 the S/390 architecture.
1231 * gdb.asm/configure: Regenerated.
1232
ca9efc90
MS
12332001-11-30 Michael Snyder <msnyder@redhat.com>
1234
1235 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
1236 next, info source, info sources, info line, global and static
1237 variables, and static functions.
1238 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
1239 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
1240 * gdb.asm/asmsrc1.s: Add a static function and some variables.
1241 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
1242 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
1243 (gdbasm_leave): Restore frame pointer.
1244 (gdbasm_startup): Copy stack set-up from crt0.S.
1245
d0e66976
FN
12462001-11-26 Fernando Nasser <fnasser@redhat.com>
1247
1248 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
1249 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
1250 to a local (non-static) variable. Copy tstruct.a to a static buffer
1251 and return a pointer to that buffer.
1252 * gdb.base/callfwmall.c (t_structs_a): Ditto.
1253
e2334072
MK
12542001-11-24 Mark Kettenis <kettenis@gnu.org>
1255
1256 * gdb.asm/configure.in: Fix recognition of ix86 target.
1257 * gdb.asm/configure: Regenerate.
1258
756caa3d
MS
12592001-11-21 Michael Snyder <msnyder@redhat.com>
1260
1261 * gdb.asm/sparc.inc: New file.
1262 * gdb.asm/asm-source.exp: Recognize sparc target.
1263 * gdb.asm/configure.in: Recognize sparc target.
1264 * gdb.asm/configure: Regenerate.
1265
9a4d72d5
MS
12662001-11-21 Michael Snyder <msnyder@redhat.com>
1267
1268 * gdb.asm/m32r.inc: New file.
1269 * gdb.asm/asm-source.exp: Recognize m32r target.
1270 * gdb.asm/configure.in: Recognize m32r target.
1271 * gdb.asm/configure: Regenerate.
1272
a773d1cd
MS
12732001-11-20 Michael Snyder <msnyder@redhat.com>
1274
017ac23d
MS
1275 * gdb.asm/i386.inc: New file.
1276 * gdb.asm/asm-source.exp: Recognize ix86 target.
1277 * gdb.asm/configure.in: Recognize ix86 target.
1278 * gdb.asm/configure: Regenerate.
1279
a773d1cd
MS
1280 * gdb.c++/namespace.exp: Fix quotes in output messages.
1281
bb632afb
MS
12822001-11-14 Michael Snyder <msnyder@redhat.com>
1283
25d559ca 1284 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
1285 qualifier in a type cast expression, to designate an address
1286 in the instruction space (Harvard architecture).
1287
4749e309
MS
12882001-11-13 Michael Snyder <msnyder@redhat.com>
1289
1290 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
1291 Tests for expressions using 'const' and 'volatile'.
1292
25050984
CV
12932001-11-13 Corinna Vinschen <vinschen@redhat.com>
1294
1295 * gdb.asm/asm-sources.exp: Allow defining linker flags.
1296
1902c51f
DJ
12972001-11-12 Daniel Jacobowitz <drow@mvista.com>
1298
1299 * lib/mi-support.exp (mi_run_to_helper): Move comments
1300 outside of gdb_expect.
1301
dcf95b47
DJ
13022001-11-11 Daniel Jacobowitz <drow@mvista.com>
1303
1304 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
1305 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
1306 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
1307 mi0_run_to): New functions.
1308 * gdb.mi/mi-simplerun.exp: Use them.
1309 * gdb.mi/mi0-simplerun.exp: Likewise.
1310 * gdb.mi/mi-var-cmd.exp: Likewise.
1311 * gdb.mi/mi0-var-cmd.exp: Likewise.
1312
45b074e1
AC
13132001-11-10 Andrew Cagney <ac131313@redhat.com>
1314
1315 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
1316 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
1317
bf50d346
AC
13182001-11-09 Andrew Cagney <ac131313@redhat.com>
1319
1320 * gdb.base/restore.exp: Include $expected value in restored test
1321 message.
1322
9383332c
AC
13232001-11-09 Andrew Cagney <ac131313@redhat.com>
1324
1325 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
1326 implemented.
1327
db62520a
MS
13282001-11-08 Michael Snyder <msnyder@redhat.com>
1329
1330 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
1331 Add pass/fail message for stop at breakpoint in call dummy function.
1332
b5703437
MS
13332001-11-07 Michael Snyder <msnyder@redhat.com>
1334
760f6330
MS
1335 * gdb.c++/templates.exp (test_template_breakpoints):
1336 If we get an overload menu, but it does not match what
1337 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
1338 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
1339 making the whitespace optional. Argument for "new" may be
1340 "unsigned" as well as "unsigned int/long".
eef747c0
MS
1341 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
1342 making the whitespace optional. Also replace "(void) with
1343 "((void|)), making the keyword "void" optional.
63f50499
MS
1344 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
1345 making the whitespace optional. Also replace "(void) with
1346 "((void|)), making the keyword "void" optional.
3bf40917
MS
1347 * gdb.base/callfuncs.c (t_float_values): This function must
1348 _not_ be prototyped, and the following function (t_float_values2)
1349 must be prototyped (if the compiler supports it), so that GDB
1350 can be tested against both cases. Usually one case involves
1351 promotion of float to double, while the other does not.
1352 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
1353 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
1354 includes a stack frame for "start".
1355
c8ab4e6d
JB
13562001-11-05 Jim Blandy <jimb@redhat.com>
1357
1358 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
1359 pointers are 32 bits long, and that offsets of relocs are always
1360 stored in the data (REL-style), and not in the reloc entry itself
1361 (RELA-style).
1362 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
1363 stabs.
1364
3f08ced9
MS
13652001-11-01 Michael Snyder <msnyder@redhat.com>
1366
1367 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
1368 and regular expression operators by using quoting.
1369
cbfa24cd
MS
13702001-10-31 Michael Snyder <msnyder@redhat.com>
1371
1372 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
1373 depending on what the symbol table contains.
1374 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
1375 the output of the ptype command. Similarly, accept both "const &"
1376 and "const&".
1377
aaa68313
CV
13782001-10-31 Corinna Vinschen <vinschen@redhat.com>
1379
1380 * gdb.base/miscexprs.c (main): Add usage of preprocessor
1381 symbol `STORAGE' to allow to choose the storage class of
1382 the local datastructures.
1383 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
1384 compiler directive.
1385
91740388
MS
13862001-10-30 Michael Snyder <msnyder@redhat.com>
1387
1388 * gdb.base/jump.exp: Allow it to run for all targets.
1389
1b7c05e7
CV
13902001-10-29 Corinna Vinschen <vinschen@redhat.com>
1391
1392 * gdb.base/call-ar-st.c (print_double_array): Match for loop
1393 with new double_array size.
1394 (main): Change storage class of all local variables to static.
1395 Reduce size of double_array to 9.
1396 * gdb.base/call-ar-st.exp: Increase timeout value.
1397 Change expected output for double array to match new size in
1398 call-ar-st.c.
1399
36a22261
CV
14002001-10-29 Corinna Vinschen <vinschen@redhat.com>
1401
1402 * gdb.base/ending-run.exp: Create identical output when passing
1403 `step to end of run' case. Add regular expression branch satisfying
1404 Stormy16 target.
1405
92b8ae91
MK
14062001-10-28 Mark Kettenis <kettenis@gnu.org>
1407
1408 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
1409 that we catch the expected failure under Linux/x86.
1410
cb135b83
OF
14112001-10-29 Orjan Friberg <orjanf@axis.com>
1412
1413 * gdb.base/setvar.exp: Escape curly braces.
1414 * gdb.stabs/weird.exp: Ditto.
1415
6884aa54
DJ
14162001-10-27 Daniel Jacobowitz <drow@mvista.com>
1417
1418 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
1419 * gdm.mi/mi0-hack-cli.exp: Likewise.
1420
0398c9aa
AC
14212001-10-25 Andrew Cagney <ac131313@redhat.com>
1422
1423 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
1424 messages.
1425
d20bf2e8
AC
14262001-10-21 Andrew Cagney <ac131313@redhat.com>
1427
1428 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
1429 checking MI enabled.
1430
03dd63aa
CV
14312001-10-09 Corinna Vinschen <vinschen@redhat.com>
1432
1433 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
1434
1d9d99f3
FCE
14352001-10-04 Frank Ch. Eigler <fche@redhat.com>
1436
1437 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
1438 if gdb child process crashes, just signal an error.
1439
838ae6c4
JB
14402001-10-02 Jim Blandy <jimb@redhat.com>
1441
1442 * lib/gdb.exp (test_xfail_format): Simplify.
1443
1444 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
1445 front of the variable name `format'. Simplify `if'.
1446
8f0cbc1c
DJ
14472001-10-01 Daniel Jacobowitz <drow@mvista.com>
1448
1449 * gdb.threads/pthreads.exp: Wait for output and delay
1450 before sending ^C.
1451
1f08dafd
DJ
14522001-10-01 Daniel Jacobowitz <drow@mvista.com>
1453
1454 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
1455 some incorrect output instead of timing out.
1456 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
1457
674f90ff
CV
14582001-09-28 Corinna Vinschen <vinschen@redhat.com>
1459
1460 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
1461 check to allow additional `int'.
1462
9b284272
DJ
14632001-09-27 Daniel Jacobowitz <drow@mvista.com>
1464
1465 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
1466 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
1467
b55a4771
MS
14682001-09-27 Michael Snyder <msnyder@redhat.com>
1469
1470 * lib/gdb.exp (test_debug_format): New proc.
1471 (setup_xfail_format): Use new proc test_debug_format.
1472 * gdb.base/constvars.exp (local_compiler_xfail_check): New
1473 proc; use new service proc test_debug_format.
1474 Replace all other "gcc_compiled" tests with this test.
1475 * gdb.base/volatile.exp (local_compiler_xfail_check): New
1476 proc; use new service proc test_debug_format.
1477 Replace all other "gcc_compiled" tests with this test.
1478
14792001-09-27 Michael Snyder <msnyder@redhat.com>
1480
1481 * gdb.base/cvexpr.exp: New file.
1482 * gdb.base/cvexpr.c: New file
1483 Test for expressions using const and volatile keywords.
1484
4e6667ac
CV
14852001-09-26 Corinna Vinschen <vinschen@redhat.com>
1486
1487 * gdb.base/constvars.exp: Check for different orders of keywords
1488 and additional "int" strings in output.
1489
4f337972
AC
14902001-09-22 Andrew Cagney <ac131313@redhat.com>
1491
1492 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
1493 responses from "help maint".
1494
2015650d
FCE
14952001-09-19 Frank Ch. Eigler <fche@redhat.com>
1496
1497 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
1498 to localhost:NNN instead of :NNN, in case Xvfb is listening
1499 only on TCP.
1500
f3bcedc1
CV
15012001-09-19 Corinna Vinschen <vinschen@redhat.com>
1502
1503 * gdb.base/recurse.exp: When checking leaving the watchpoint
1504 scope, recognize when gdb is in function's epilogue and pass.
1505
6b819c92
KS
15062001-09-18 Keith Seitz <keiths@redhat.com>
1507
1508 * lib/insight-support.exp (_gdbtk_export_target_info): Add
1509 support for running tests against sid targets.
1510 (gdbtk_done): Ditto.
1511
a10c9419
CV
15122001-09-18 Corinna Vinschen <vinschen@redhat.com>
1513
1514 * gdb.base/ending-run.c (main): Set stdout buffersize
1515 to the same reasonable value for any target.
1516 * gdb.base/ending-run.exp: Add a regular expression
1517 to make testsuite happy on Sanyo Stormy16 target.
1518
739d0d99
CV
15192001-09-17 Corinna Vinschen <vinschen@redhat.com>
1520
1521 * gdb.base/display.c (do_loops): Add float variable `f'.
1522 Increment f in loop.
1523 * gdb.base/display.exp: Increment timeout by 60 seconds.
1524 Change float display test to use variable `f'.
1525
1b8947f0
JB
15262001-09-17 Jim Blandy <jimb@redhat.com>
1527
1528 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
1529 overflowing the limited breakpoint tables on some ROM monitors
1530 (like the ROM68K).
1531
9890ac81
FCE
15322001-09-15 Frank Ch. Eigler <fche@redhat.com>
1533
1534 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
1535 the "-ac" (disable access control) flag.
1536
6db765ea
JH
15372001-08-30 Jeff Holcomb <jeffh@redhat.com>
1538
1539 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
1540 ints.
1541
4c32cc04
KS
15422001-08-30 Keith Seitz <keiths@redhat.com>
1543
1544 * lib/gdb.exp: Move all insight-related functionality into
1545 separate file.
1546 * lib/insight-support.exp: New file.
1547
8d6e6f81
FCE
15482001-08-29 Frank Ch. Eigler <fche@redhat.com>
1549
1550 * config/sid.exp (sid_start): Never set sid verbosity; disable
1551 expect_background {} that consumed its stdout; tolerate </dev/null.
1552 Attempt to set endianness override in "sid" protocol mode. Cleanup.
1553
6a90e1d0
AC
15542001-08-18 Andrew Cagney <ac131313@redhat.com>
1555
1556 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
1557 CLI jump command to start it.
1558 (mi_run_to_main): Fail immediatly when unexpected output.
1559
1759b3c3
AC
15602001-08-18 Andrew Cagney <ac131313@redhat.com>
1561
1562 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
1563 beginning of function. Fix PR gdb/191.
1564
61d11d80
FCE
15652001-08-16 Frank Ch. Eigler <fche@redhat.com>
1566
1567 * config/sid.exp (sid_start): Don't warn if we cannot figure out
1568 what to force sid endianness to.
1569
942a4df2
KS
15702001-08-15 Keith Seitz <keiths@redhat.com>
1571
1572 * lib/gdb.exp (gdbtk_start): Don't set environment
1573 variables for TCL_LIBRARY and friends. Insight will
1574 now figure these out for itself.
1575
0521c418
MS
15762001-08-02 Michael Snyder <msnyder@redhat.com>
1577
1578 * gdb.base/completion.exp: Remove the symbol "a64l" from
1579 the expect string; this is target-specific, and not related
1580 to what is being tested.
1581
74a9a58a
DB
15822001-08-02 Dave Brolley <brolley@redhat.com>
1583
1584 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
1585
c70819fa
MS
15862001-07-25 Michael Snyder <msnyder@redhat.com>
1587
c2b8fa57
MS
1588 * gdb.base/consecutive.exp: New file. Test stepping over
1589 breakpoints on consecutive instructions.
1590 * gdb.base/consecutive.c: New file.
1591
c70819fa
MS
1592 * gdb.base/call-rt-st.exp: Use double-backslash to quote
1593 curly braces in regular expressions.
1594
2b1a1355
MS
15952001-07-25 Michael Snyder <msnyder@redhat.com>
1596
1597 * gdb.base/ending-run.exp: Accept "Program exited normally" as
1598 legitimate output from stepping out of main.
1599
413eca6f
KS
16002001-07-22 Keith Seitz <keiths@redhat.com>
1601
1602 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
1603 the empty string, do not run the tests.
1604
7e5a9322
SC
16052001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1606
1607 * gdb.base/long_long.exp: Detect size of pointer. Take into
1608 account 2-byte pointers when testing for p/a results.
1609
de58f10f
SC
16102001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1611
1612 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
1613 and defined to 1K for m68hc11.
1614 (random_data): Reduce table to 1K for embedded platforms (68hc11).
1615 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
1616 (sizeof_random_data): New variable to tell the size of the data table;
1617 don't test past this size; always run to main.
1618
d6f5fea1
SC
16192001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1620
1621 * gdb.base/return2.exp: return of long long and double fails for
1622 68HC11; don't execute these tests on that platform.
1623 * gdb.base/return.exp: Return of a double fails for 68hc11.
1624
c477543d
SC
16252001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1626
1627 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
1628 tests that print a float.
1629 * call-rt-st.exp: Likewise.
1630
63cf1c79
MK
16312001-07-12 Mark Kettenis <kettenis@gnu.org>
1632
1633 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
1634 running this test on Linux.
1635
112f9ab5
MC
16362001-06-24 Michael Chastain <chastain@redhat.com>
1637
1638 * gdb.base/arithmet.exp: Remove some tests to make all test names
1639 unique.
1640
4970cb0f
MS
16412001-07-03 Michael Snyder <msnyder@redhat.com>
1642
1643 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
1644 the output of the ptype command.
1645
d85da69f
MS
16462001-07-02 Michael Snyder <msnyder@redhat.com>
1647
4c8a82de
MS
1648 * gdb.base/completion.exp: Don't assume that break.c is the only
1649 source file that may contain functions named "marker".
d85da69f
MS
1650 * gdb.base/corefile.exp: Quote the curly braces in regexp.
1651
8afc772b
AC
16522001-06-28 Andrew Cagney <ac131313@redhat.com>
1653
1654 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
1655 of files to delete.
1656
1657 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
1658 * gdb.disasm/h8300s.exp: New file.
1659 gdb.disasm/h8300s.s: Likewise.
1660
cff22675
AC
16612001-06-27 Andrew Cagney <ac131313@redhat.com>
1662
1663 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
1664 empty breakpoint tables.
1665
68c81b54
AC
16662001-06-25 Andrew Cagney <ac131313@redhat.com>
1667
1668 * lib/mi-support.exp: Update args=... part of stop-reason
1669 patterns. Accept either a list or a tuple.
1670
2dd62704
AC
16712001-06-23 Andrew Cagney <ac131313@redhat.com>
1672
1673 * lib/mi-support.exp: Remove local emacs variable defining
1674 change-log-default-name.
1675
b4127474
MC
16762001-06-22 Michael Chastain <chastain@redhat.com>
1677
1678 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
1679 This is operationally compatible with the previous version.
1680
8dbfb380
JB
16812001-06-13 Jim Blandy <jimb@redhat.com>
1682
1683 * lib/gdb.exp (gdb_test): Doc fix.
1684
f2d8c86d
MC
16852001-06-10 Michael Chastain <chastain@redhat.com>
1686
1687 * gdb.base/exprs.exp: Remove a duplicate test.
1688
81564d34
JB
16892001-06-06 Jim Blandy <jimb@redhat.com>
1690
1691 * gdb.base/return2.exp (main): Use values to test float and double
1692 returns that are not NaN's, to avoid being confused by IEEE
1693 comparison rules.
1694
da55addb
MS
16952001-06-04 Michael Snyder <msnyder@redhat.com>
1696
1697 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
1698 non-zero if control_c fails. Terminate the test on failure,
1699 rather than wait for 12 more tests to time out.
1700
42c65987
JB
17012001-06-06 Jim Blandy <jimb@redhat.com>
1702
b18bced9
JB
1703 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
1704 Don't forget to match the GDB prompt.
1705
42c65987
JB
1706 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
1707
5b41e5f0
JB
17082001-06-04 Jim Blandy <jimb@redhat.com>
1709
1710 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
1711 command.
1712
015e046f
KB
17132001-05-31 Kevin Buettner <kevinb@redhat.com>
1714
1715 * gdb.base/annota1.exp (info break): Match four or more spaces
1716 after "Address".
1717
fb1ffbbe
MC
17182001-05-31 Michael Chastain <chastain@redhat.com>
1719
1720 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
1721 (dm_type_int_star): Likewise.
1722 (dm_type_long_star): Likewise.
1723 (dm_type_void_star): Likewise.
1724
5ea2a32c
KB
17252001-05-29 Kevin Buettner <kevinb@redhat.com>
1726
1727 * gdb.base/completion.exp (INPUTRC): Set this environment variable
1728 to a known value in order to get consistent results regardless
1729 of the setting of INPUTRC or the presence or contents of .inputrc.
1730
ae23c492
MS
17312001-05-24 Michael Snyder <msnyder@redhat.com>
1732
ac55707e
MS
1733 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
1734 Don't require that the main thread and the manager thread are the
1735 first in the list.
1736
ae23c492
MS
1737 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
1738 debugging. If test fails, issue an "unsupported" not a "fail".
1739
400071f1
JB
17402001-05-24 Jim Blandy <jimb@redhat.com>
1741
1742 Don't assume that short is shorter than int.
1743 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
1744 assume that shorts are smaller than ints. On a 16-bit machine,
1745 this isn't true.
1746 ("print unsigned char == (~0)"): Add test that verifies that ~0,
1747 an int, is not equal to ~0 stored in an unsigned char. This tests
1748 the same thing that the previous test meant to, but works on
1749 16-bit machines, too.
1750 ("print unsigned char != (~0)"): Same test, complemented.
1751
0816a3e5
MS
17522001-05-24 Michael Snyder <msnyder@redhat.com>
1753
1754 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
1755 test for (full_coverage == 0). This makes the test run faster,
1756 and prevents dejagnu getting out of step.
1757
f6dc23a9
KB
17582001-05-23 Kevin Buettner <kevinb@redhat.com>
1759
1760 * gdb.base/finish.exp (finish_void): Revise pattern for
1761 stopping on the call statement to not permit stopping at
1762 the start of the instructions comprising the call sequence.
1763
7dbd117d
MC
17642001-05-19 Michael Chastain <chastain@redhat.com>
1765
1766 * gdb.base/callfuncs.exp: Make all test names unique.
1767 * gdb.base/commands.exp: Make all test names unique.
1768 * gdb.base/condbreak.exp: Make all test names unique.
1769 * gdb.base/dbx.exp: Make all test names unique.
1770 * gdb.base/default.exp: Make all test names unique.
1771 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
1772 and TIMEOUT messages to their corresponding PASS message.
1773 * gdb.base/ending-run.exp: Make all test names unique.
1774 * gdb.base/long_long.exp: Remove duplicate test.
1775
6b0b0a9e
KB
17762001-05-21 Kevin Buettner <kevinb@redhat.com>
1777
1778 * gdb.base/finish.exp (finish_void): Allow "finish" command to
1779 stop on the call statement as well as the statement after the
1780 call.
1781
2caa35cb
MS
17822001-05-21 Michael Snyder <msnyder@redhat.com>
1783
1784 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
1785
40713331
EZ
17862001-05-10 Elena Zannoni <ezannoni@redhat.com>
1787
1788 * gdb.base/completion.exp: Revamp test. Make it execute on all
1789 platforms.
1790
c2c1be8d
EZ
17912001-05-10 Elena Zannoni <ezannoni@redhat.com>
1792
2c9cd303
EZ
1793 * config/gdbserver.exp (gdb_load): Handle the case
1794 in which the arguments to gdbserver are given in the
1795 baseboard configuration file.
1796 Also handle the case in which the server needs to do a
1797 load.
1798
9671de48
KS
17992001-05-07 Keith Seitz <keiths@cygnus.com>
1800
1801 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
1802 set up the display for testing.
1803 (gdbtk_start): Convert all paths to paths that tcl will like.
1804 Export target information to environment.
1805 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
1806 necessary.
1807 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
1808 (to_tcl_path): New proc to convert a given pathname into
1809 a path acceptible as an argument to a tcl command.
1810 (_gdbtk_export_target_info): New proc to export target info
1811 into the environment for gdbtk testing.
1812 (gdbtk_done): New proc to signal end-of-test.
1813
5a360f47
JB
18142001-05-06 Jim Blandy <jimb@redhat.com>
1815
1816 * restore.c: Make the code of caller0 correspond to its comment.
1817
66c756c6
MS
18182001-05-03 Michael Snyder <msnyder@redhat.com>
1819
1820 * config/sid.exp (gdb_target_sid): Check for error messages.
1821 On error or timeout, don't make expect exit (which will terminate
1822 all subsequent tests); instead just make gdb exit.
1823 (gdb_load): Check for error messages. On error or timeout,
1824 return a negative value.
1825
a966fde5
JB
18262001-04-24 Jim Blandy <jimb@redhat.com>
1827
851c18e0
JB
1828 * gdb.c++/templates.exp: If we see the prompt for the overload
1829 list, but we haven't recognized any of the longer patterns,
1830 arrange for this test to fail, not hang.
1831
a966fde5
JB
1832 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
1833 variations.
1834
db144853
MC
18352001-04-22 Michael Chastain <chastain@redhat.com>
1836
1837 * gdb.c++/local.exp: Use the 'runto' library function.
1838 * gdb.c++/namespace.exp: Likewise.
1839 * gdb.c++/overload.exp: Likewise.
1840
3207ec21
KB
18412001-03-26 Kevin Buettner <kevinb@redhat.com>
1842
1843 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
1844 * gdb.base/step-line.exp: New file. Test step/next in presence of
1845 #line directives.
1846 * gdb.base/step-line.c: New file. Test program for the above.
1847 * gdb.base/step-line.inp: New file. We pretend that this file has
1848 been transformed by some other tool into step-line.c.
1849
13b57657
JB
18502001-03-21 Jim Blandy <jimb@redhat.com>
1851
1852 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
1853 unmangled operator names.
1854
754cbe1c
JB
18552001-03-20 Jim Blandy <jimb@redhat.com>
1856
1857 * gdb.threads/linux-dp.exp: Recognize an additional message
1858 generated by GDB when it doesn't understand how to debug threads
1859 on the target system.
1860
177495c9
AC
18612001-03-19 Andrew Cagney <ac131313@redhat.com>
1862
1863 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
1864
f266096b
MC
18652001-03-12 Michael Chastain <chastain@redhat.com>
1866
1867 * gdb.c++/derivation.exp: Use the 'runto' library function.
1868
cac3c2ff
MC
18692001-03-12 Michael Chastain <chastain@redhat.com>
1870
1871 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
1872
b6c11a24
MC
18732001-02-24 Michael Chastain <chastain@redhat.com>
1874
1875 * gdb.c++/ref-types.exp: Change handwritten code to library
1876 function 'runto'.
1877
6bae5bce
OF
18782001-03-16 Orjan Friberg <orjanf@axis.com>
1879
1880 * gdb.base/signals.exp: Set count to 0 explicitly.
1881
0015fd9a
MS
18822001-03-15 Mark Salter <msalter@redhat.com>
1883
1884 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
1885 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
1886 (gdb_load): Add support for additional target_info: gdb_download_size
1887 and gdb_load_timeout.
0015fd9a 1888
fc33412a
DT
1889Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
1890
1891 * gdb.base/annota1.exp: Move test of isnative to earlier in the
1892 file -- to prevent failing when the compile fails but we have no
1893 intention of running the tests anyway.
1894
1895 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
1896 tests if set.
1897
1898 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
1899 integers.
1900
1901 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
1902 * gdb.c++/namespace.exp: Ditto.
1903
115f06de
OF
19042001-03-07 Orjan Friberg <orjanf@axis.com>
1905
1906 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
1907 * gdb.base/pointers.exp: Relax pattern match of decimals.
1908
b6ba6518
KB
19092001-03-06 Kevin Buettner <kevinb@redhat.com>
1910
1911 * Makefile.in, config/abug.exp, config/cfdbug.exp,
1912 config/cpu32bug.exp, config/dve.exp, config/est.exp,
1913 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
1914 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
1915 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
1916 config/sh.exp, config/sid.exp, config/slite.exp,
1917 config/sparclet.exp, config/udi.exp, config/unknown.exp,
1918 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
1919 config/vxworks.exp, config/vxworks29k.exp,
1920 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
1921 gdb.base/all-bin.exp, gdb.base/annota1.exp,
1922 gdb.base/arithmet.exp, gdb.base/assign.exp,
1923 gdb.base/async.exp, gdb.base/attach.exp,
1924 gdb.base/bitfields.exp, gdb.base/bitops.exp,
1925 gdb.base/break.exp, gdb.base/call-ar-st.exp,
1926 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
1927 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
1928 gdb.base/commands.exp, gdb.base/completion.exp,
1929 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
1930 gdb.base/constvars.exp, gdb.base/corefile.exp,
1931 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
1932 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
1933 gdb.base/ending-run.exp, gdb.base/environ.exp,
1934 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
1935 gdb.base/finish.exp, gdb.base/foll-exec.exp,
1936 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
1937 gdb.base/funcargs.exp, gdb.base/help.exp,
1938 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
1939 gdb.base/logical.exp, gdb.base/long_long.exp,
1940 gdb.base/maint.exp, gdb.base/mips_pro.exp,
1941 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
1942 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
1943 gdb.base/pointers.exp, gdb.base/printcmds.exp,
1944 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
1945 gdb.base/regs.exp, gdb.base/relational.exp,
1946 gdb.base/remote.exp, gdb.base/reread.exp,
1947 gdb.base/restore.exp, gdb.base/return2.exp,
1948 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
1949 gdb.base/selftest.exp, gdb.base/setshow.exp,
1950 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
1951 gdb.base/sigall.exp, gdb.base/signals.exp,
1952 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
1953 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
1954 gdb.base/step-test.exp, gdb.base/structs.c,
1955 gdb.base/structs.exp, gdb.base/structs2.exp,
1956 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
1957 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
1958 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
1959 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
1960 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
1961 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
1962 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
1963 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
1964 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
1965 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
1966 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
1967 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
1968 gdb.fortran/types.exp, gdb.java/jmisc.exp,
1969 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
1970 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
1971 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
1972 gdb.trace/circ.exp, gdb.trace/collection.exp,
1973 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
1974 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
1975 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
1976 gdb.trace/report.exp, gdb.trace/save-trace.exp,
1977 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
1978 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
1979 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
1980 notices.
1981
dc96c6c7 19822001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
1983
1984 * gdb.base/varargs.c (find_max_double): Fix printf format string:
1985 first arg is int not float.
1986
dc96c6c7 19872001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
1988
1989 * gdb.base/reread.exp: Unsupported for non-native targets;
1990 doesn't work for remote debugging.
1991
9b0c4aeb
FN
19922001-02-19 Fernando Nasser <fnasser@redhat.com>
1993
1994 From Drew Moseley <dmoseley@redhat.com>
1995 * gdb.base/ending-run.exp: Properly handle the BSP state when
1996 stepping past the end of main.
1997
02aa71d5
MC
19982001-02-19 John Moore <jmoore@redhat.com>
1999
2000 * gdb.base/commands.exp (infrun_breakpoint_command_test):
2001 Converted HPUX fix for non-expected items following multiple
2002 step commands into general solution for all platforms.
2003
1fa449a4
MC
20042001-02-18 Michael Chastain <chastain@redhat.com>
2005
2006 * gdb.c++/classes.exp (do_tests): Change runto statements
2007 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2008 statements demangler agnostic.
2009 * gdb.c++/virtfunc.exp (do_tests): Likewise.
2010 (gdb_virtfunc_restart): Likewise.
2011
b2f9ec70
MC
20122001-02-14 Michael Chastain <chastain@redhat.com>
2013
2014 * gdb.c++/inherit.exp (do_tests): Change runto statements
2015 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2016 statements demangler agnostic.
2017
cf74b8ca
AC
2018Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
2019
2020 * gdb.threads/pthreads.exp: Unify pass/fail messages for
2021 ``continue to bkpt at common_routine in thread 2'' and ``stopped
2022 before calling common_routine 15 times'' tests.
2023
99f78f56
MC
20242001-02-11 Michael Chastain <chastain@redhat.com>
2025
2026 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
2027 Helps the test script figure out which demangler is in use.
2028 (dm_type_foo_ref): Ditto.
2029 (dm_type_int_star): Ditto.
2030 (dm_type_long_star): Ditto.
2031 (dm_type_unsigned_int): Ditto.
2032 (dm_type_void): Ditto.
2033 (dm_type_void_star): Ditto.
99707966 2034 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
2035 Probe the gdb demangler and set variables to accommodate
2036 formatting differences.
2037 (info_func_regexp): New function. Same as info_func, but
2038 matches against a regexp.
2039 (info_func): Match against a literal string.
2040 (print_addr_2): New function. Match against a literal string,
2041 which can be different from the input to gdb.
2042 (print_addr): Simply call print_addr_2 with the same argument twice.
2043 (test_lookup_operator_functions): Use demangler formatting variables.
2044 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
2045 the tests in the same order as the C++ class declaration.
2046 (test_paddr_operator_functions): Ditto.
2047 (test_paddr_overloaded_functions): Ditto.
2048 (test_paddr_hairy_functions): Use demangler formatting variables.
2049 Add reference to gdb/19 for related tests.
2050 (do_tests): Call probe_demangler.
2051
1de8f023
KB
20522001-01-30 Kevin Buettner <kevinb@redhat.com>
2053
2054 * gdb.c++/templates.cc (printf): Remove unused function definition.
2055
ca3f91ed
MS
20562001-01-26 Felix Lee <flee@redhat.com>
2057
2058 * sid.exp (sid_exit): Pass host, not target, to remote_close.
2059
20602001-01-25 matthew green <mrg@redhat.com>
2061
2062 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
2063 up sid.
2064 (sid_exit): Call `remote_pop_conn' after GDB is gone.
2065
20662001-01-25 matthew green <mrg@redhat.com>
2067
2068 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
2069 Deprecate $sid_spawn_id.
2070 (sid_exit): Remove code necessary only for `spawn.'
2071
20722001-01-25 matthew green <mrg@redhat.com>
2073
2074 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
2075
fb18ec4a
MC
20762001-01-28 Michael Chastain <chastain@redhat.com>
2077
2078 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
2079 to call when tests fail. It takes gdb out of the overloaded
2080 function choice menu back to the main prompt, so that the test
2081 program stays synchronized.
2082 (set_bp_overloaded): New proc to collect all the common
2083 code for setting a breakpoint on an overloaded name. Calls
2084 take_gdb_out_of_choice_menu when needed.
2085 (menu_overload1arg): New variable to collect the repeated
2086 instances of the expected menu for an overloaded name. Change
2087 the regular expression to handle changes in g++ type encoding:
2088 "void" can be either "void" or "", and "unsigned int" can be
2089 either "unsigned int" or "unsigned".
2090 (continue_to_bp_overloaded): Change regular expressions to handle
2091 changes in g++ type encoding.
2092 (no proc): Call take_gdb_out_of_choice_menu when needed.
2093 Remove redundant calls to "info break". Accept either "canceled"
2094 or "cancelled". Change regular expressions in "info break"
2095 calls to handle changes in g++ type encoding. Give all tests
2096 unique strings.
2097
9c646a6e
BE
20982001-01-17 Ben Elliston <bje@redhat.com>
2099
2100 * config/sid.exp: New file.
2101
9549d9c1
AC
2102Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
2103
2104 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
2105
dc96c6c7 21062000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
2107
2108 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
2109 Add a RE to accept a non-ascii char if one is ever presented.
2110
b4df4f68
FN
21112000-12-20 Fernando Nasser <fnasser@redhat.com>
2112
297dd0fd 2113 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 2114
dc96c6c7 21152000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc
MS
2116
2117 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
2118 in regexp. One '\' does not suffice on Linux.
2119
4a7bddb6
MC
21202000-12-09 Michael Chastain <chastain@redhat.com>
2121
2122 * gdb.base/break.exp (test_clear_command): Use a marker function
2123 rather than 'main' for the test function. Also move this
2124 test to an execution point where the marker function names are
2125 guaranteed to be bound to functions. (Executing tests after a
2126 'finish' from main runs into name conflicts with local names
2127 in __libc_start_main).
2128
dc96c6c7 21292000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
2130
2131 * gdb.base/finish.exp: New test for gdb's "finish" command.
2132 * gdb.base/return2.exp: New test for gdb's "return" command.
2133 * gdb.base/return2.c: New source file for above.
2134
dc96c6c7 21352000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
2136
2137 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
2138 * gdb.base/miscexprs.exp: Ditto.
2139 * gdb.base/pointers.exp: Ditto.
2140 * gdb.c++/derivation.exp: Ditto.
2141 * gdb.c++/local.exp: Ditto.
2142 * gdb.c++/namespace.exp: Ditto.
2143 * gdb.c++/overload.exp: Ditto.
2144 * gdb.c++/ref-types.exp: Ditto.
2145
dc96c6c7 21462000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
2147
2148 * gdb.base/constvars.exp: Test result of "up" command.
2149 * gdb.base/miscexprs.exp: Ditto.
2150 * gdb.base/pointers.exp: Ditto.
2151 * gdb.base/scope.exp: Ditto.
2152 * gdb.c++/derivation.exp: Ditto.
2153 * gdb.c++/local.exp: Ditto.
2154 * gdb.c++/namespace.exp: Ditto.
2155 * gdb.c++/overload.exp: Ditto.
2156 * gdb.c++/ref-types.exp: Ditto.
2157
44097287
FN
21582000-11-22 Michael Chastain <chastain@redhat.com>
2159
2160 * mips_pro.exp: Accept either "middle -> top -> main" or
2161 "middle -> main" in the backtrace, because gcc can optimize
2162 tail calls to jumps. Remove setup_xfail for the hppa case.
2163 Add a comment with the original warning messages from PR 3016,
2164 which was filed in 1993, to preserve them for posterity.
2165
9d2e1bab
ND
21662000-11-17 Nick Duffek <nsd@redhat.com>
2167
2168 * lib/gdb.exp (gdb_test): Override timeout with board info.
2169
1aca8eb7
ND
21702000-11-17 Nick Duffek <nsd@redhat.com>
2171
2172 * gdb.base/display.exp: Don't kill running stub. Add "again" to
2173 the second kill and detach messages.
2174
93076499
ND
21752000-11-17 Nick Duffek <nsd@redhat.com>
2176
2177 * configure.in: Add AC_EXEEXT.
2178 * configure: Regenerate.
2179 * Makefile.in (just-check): Export EXEEXT.
2180 * lib/gdb.exp ($EXEEXT): Import from environment.
2181 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
2182 expect "maint dump-me" on Cygwin.
2183 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
2184 $EXEEXT.
2185
30e87cd3
ND
21862000-11-17 Nick Duffek <nsd@redhat.com>
2187
2188 * gdb.base/break.exp: Test backtrace and finish from called
2189 function on all platforms, not just HP-UX.
2190
dc96c6c7 21912000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
2192
2193 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
2194 code from gdb_target_monitor, so it can be used independantly
2195 for gdbserver. Also comment out an unnecessary PUTS.
2196
dc96c6c7 21972000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
2198
2199 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
2200 * gdb.base/corefile.exp: Expect the message "Program is being
2201 debugged already" when we send the "corefile" command, since
2202 the preceeding gdb_load may have connected gdb to a remote target.
2203 * gdb.base/display.exp: Disable hardware watchpoints if new
2204 board info variable "no_hardware_watchpoints" is true.
2205 Replace single-letter commands with more readable ones.
2206 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
2207 if new board info variable "no_hardware_watchpoints" is true.
2208 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
2209 to see if stdio (printf) testing is possible.
2210 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
2211 board info variable "no_hardware_watchpoints" is true. Use new
2212 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
2213
39124dea
FN
22142000-11-13 Fernando Nasser <fnasser@redhat.com>
2215
2216 From Orjan Friberg <orjanf@axis.com>:
2217 * gdb.base/printcmds.exp: Escape curly braces followed by a number
2218 in array print pattern match.
2219
a9e2e984
FN
22202000-11-09 Fernando Nasser <fnasser@redhat.com>
2221
2222 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
2223 spelling "cancelled" to U.S. spelling "canceled" to match changes
2224 made to gdb.
2225 * gdb.c++/ovldbreak.exp: Ditto.
2226
c7db355b
PS
22272000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2228
2229 * gdb.base/callfuncs.c (main): Moved to end of file, call
2230 t_double_values to initialize the FPU before inferior calls are made.
2231 * gdb.base/callfuncs.exp: Test for register preservation after calling
2232 inferior functions. Add tests for continuining, finishing and
2233 returning from a stop in a call dummy.
2234
dc96c6c7 22352000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
2236
2237 * gdb.base/commands.exp: Break up long lines, and re-indent.
2238
dc96c6c7 22392000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
2240
2241 * config/gdbserver.exp: Rewritten from the ground up, to make it
2242 compatible with the current dejagnu tree, and to make it work with
2243 the new "gdbserver" in libremote.
2244
dc96c6c7 22452000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
2246
2247 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
2248 * gdb.base/varargs.exp: Skip entire test if no printf support.
2249 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
2250 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
2251
dc96c6c7 22522000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
2253
2254 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
2255 no floating point support.
2256 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
2257 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
2258 * gdb.base/call-rt-st.exp: Ditto.
2259 * gdb.base/call-strs.exp: Ditto.
2260
bac5fc66
JG
22612000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
2262
2263 * gdb.base/sizeof.c: include <stdio.h>.
2264
2265 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
2266 'finish', otherwise uncaptured gdb_prompt would potentially
2267 throw remaining test points out of sync.
2268
b22a6027
SB
22692000-07-26 Scott Bambrough <scottb@netwinder.org>
2270
2271 * gdb.base/recurse.exp: Run tests for all targets.
2272 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
2273 gnu-oldld case on ARM.
2274 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
2275 for ARM targets.
2276
d8231941
AG
2277Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
2278
2279 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
2280 * gdb.java/configure: Rebuild.
2281
8caabe69
AG
2282Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
2283
2284 * gdb.java/jv-exp.exp: New file.
2285
9d273ca3
AG
2286Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
2287
2288 * configure: Rebuilt.
2289 * configure.in (configdirs): Add gdb.java.
2290 * gdb.java/jmisc.java: New file.
2291 * gdb.java/jmisc.exp: New file.
2292 * gdb.java/Makefile.in: New file.
2293 * gdb.java/configure: Rebuilt.
2294 * gdb.java/configure.in: New file.
2295 * lib/java.exp: New file.
2296
4f823a66
AC
2297Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
2298
2299 * gdb.base/exprs.exp: Test casts to a pointer including over and
2300 underflow.
2301
2391e11d
AC
2302Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
2303
2304 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
2305 and the compilers sizes.
2306
54602222
ND
23072000-07-09 Nick Duffek <nsd@redhat.com>
2308
2309 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
2310 (use_methods): New function.
2311 (main): Call use_methods().
2312 * gdb.c++/classes.exp (test_method_param_class): New procedure.
2313 (do_tests): Call test_method_param_class.
2314
2bec0572
ND
23152000-07-09 Nick Duffek <nsd@redhat.com>
2316
2317 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
2318 spelling.
2319 (test_enums): New procedure. Move enum tests from end of script
2320 to here. Set breakpoint on function name instead of line number.
2321 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
2322 (enums2): New marker function.
2323 (enums1): New function.
2324 (main): Call enums1(). Move enum tests to enums1().
2325
78492fde
AC
2326Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
2327
2328 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
2329 compile/link program. Update line numbers.
2330 * gdb.asm/d10v.inc: Define ``startup''.
2331 * gdb.asm/asmsrc1.s: Add definition of _start.
2332
49a2cef8
AC
2333Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
2334
2335 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
2336
3e6c8688
EZ
23372000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2338
2339 * gdb.base/maint.exp: Add 'maint print architecture' item to output
2340 of 'help maint print' command.
2341
9ff5cbe9
AC
2342Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
2343
2344 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
2345 they use gdb_expect_list.
2346
17c579bd
AC
2347Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
2348
2349 * gdb.base/commands.exp: Use ``set remote
2350 memory-read-packet-size'' instead of ``set endian big'' to test
2351 long commands.
2352
e6d71bf3
DB
23532000-06-03 Daniel Berlin <dan@cgsoftware.com>
2354
2355 * gdb.c++/templates.exp (do_tests): Make all of these work under
2356 g++, and stop skipping them.
2357
2358 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
2359 work under g++.
2360
e5f9ba7b
MS
2361 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
2362 initialization.
2363
dc96c6c7 23642000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
2365
2366 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
2367 the regular expression: accept an (almost) arbitrary sequence of
2368 "frames-invalid" and "breakpoints-invalid" messages both before
2369 and after the "starting" message.
2370
dc96c6c7 23712000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
2372
2373 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 2374
dc96c6c7 23752000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
2376
2377 * gdb.base/annota1.exp (annotate-signal-handler-caller):
2378 Relax the regular expression a little, make it pass on Solaris 8.
2379
8216cda9
KB
23802000-05-12 Kevin Buettner <kevinb@redhat.com>
2381
2382 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
2383 a call, do not require that gdb stop on the line after the call.
2384 Instead, it is permissible for gdb to stop on the line of the
2385 call itself.
2386
1a570b2f
MS
23872000-05-12 Michael Snyder <msnyder@.cygnus.com>
2388
2389 * gdb.base/break.exp (bp on small function, optimized file):
2390 Add a second pass pattern. The behavior differs here between stabs
2391 and dwarf for one-line functions. Stabs preserves two line symbols
2392 (one before the prologue and one after) with the same line number,
2393 but dwarf regards these as duplicates and discards one of them.
2394 Therefore the address after the prologue (where the breakpoint is)
2395 has no exactly matching line symbol, and GDB reports the breakpoint
2396 as if it were in the middle of a line rather than at the beginning.
2397
dc96c6c7 23982000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2
MS
2399
2400 * gdb.base/interrupt.exp: Make "pass" message say "send"
2401 rather than "send_gdb" (for consistancy).
2402
7d418785
AC
2403Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
2404
2405 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
2406 * gdb.c++/templates.cc: Properly check for GCC version number.
2407 * lib/compiler.cc: Likewise
2408
dc96c6c7 24092000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79
MS
2410
2411 * gdb.base/break.exp: When compiled with -O2 optimization,
2412 gdb may not stop at the first line of main, due to code motion.
2413
dc96c6c7 24142000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
2415
2416 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
2417 This test depends on parsing the printf output from the target.
2418 Since the sparclet stub doesn't do stdio, this will never work.
2419 * gdb.base/call-rt-st.exp: ditto.
2420 * gdb.base/call-strs: ditto.
2421
dc96c6c7 24222000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
2423
2424 * gdb.base/miscexprs.exp: make sizeof long array test portable.
2425
2426 * gdb.base/ending-run.exp: After connecting to a remote target,
2427 but before running, the target will appear to be in a random
2428 location. Specify both a file and a line for breakpoints.
2429 Also, the function that calls main may be called 'init'
2430 rather than 'start'.
2431
a5a51225
EZ
24322000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2433
2434 * gdb.base/help.exp: Update output for add-symbol-file command.
2435
7930cc7c
FN
24362000-04-10 Fernando Nasser <fnasser@cygnus.com>
2437
2438 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2439 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
2440
23e37ab1
C
24412000-04-07 J.T. Conklin <jtc@redback.com>
2442
e93c542c
C
2443 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
2444
23e37ab1
C
2445 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
2446
591b8fa3
PDM
2447Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
2448
2449 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
2450 values that can be represented exactly.
2451 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
2452 above change, and to not check against the directory part of the source
2453 file name.
2454 (step into print_long_arg_list): Likewise.
2455 (print print_small_structs from print_long_arg_list): Likewise.
2456 (print print_long_arg_list): Likewise.
2457
7a495180
EZ
24582000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2459
30b53638 2460 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 2461
beb998c6
AC
2462Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
2463
2464 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
2465
1c689132
DB
24662000-03-25 Daniel Berlin <dan@cgsoftware.com>
2467
2468 * gdb.base/commands.exp (deprecated_command_test): Add test for
2469 deprecate with no arguments.
2470
c1790a9d
JL
24712000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
2472
2473 * gdb.base/break.exp: Add new test for setting breakpoints on
2474 optimized code so we can test breakpoints work even when function
2475 prologues may be optimized away
2476
003ba290
FN
24772000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
2478
2479 From David Whedon <dwhedon@gordian.com>
2480 * gdb.base/commands.exp : Added command deprecator tests.
2481
6837a0a2
DB
24822000-03-22 Daniel Berlin <dan@cgsoftware.com>
2483
2484 * gdb.base/help.exp: Added test for new apropos command.
2485
b9593231
KB
24862000-03-21 Kevin Buettner <kevinb@redhat.com>
2487
2488 * gdb.base/pointers.c (usevar): New function.
2489 (main): Make sure that global variables v_int_pointer2, rptr,
2490 and y are all referenced someplace in the program by calling
2491 usevar() on them. [Some linkers delete symbols which are
2492 never referenced. The space remains, but there's no way to
2493 get a (symbolic) handle on the variable from the debugger.]
2494
751a959b
EZ
24952000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2496
2497 * gdb.base/printcmds.c: Add typedeffed arrays.
2498
2499 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
2500 procedure to test arrays that are typedef'd.
2501
73a93a32
JI
25022000-03-13 James Ingham <jingham@leda.cygnus.com>
2503
2504 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
beb998c6 2505 the library directories.
73a93a32 2506
fb40c209
AC
2507Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
2508
2509 * configure.in (configdirs): Add sub directory gdb.mi.
2510 * configure: Re-generate.
2511
2512 * gdb.mi: New directory.
beb998c6 2513
ee4dd2c9
AC
25142000-02-25 Scott Bambrough <scottb@netwinder.org>
2515
2516 * gdb.base/long_long.exp: Correct test suite failure when printing
2517 a long long value as a double on ARM platforms.
2518
70f0cc22
JB
25192000-02-16 Jim Blandy <jimb@redhat.com>
2520
2521 * gdb.base/break.exp ("breakpoint line number"): Make sure the
2522 default source file is set properly before running this test.
2523
853819b8
EZ
25242000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2525
2526 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
2527 gdbtk/library directory, not in gdbtcl2.
2528
dfcd3bfb
JM
25292000-02-04 Jim Blandy <jimb@redhat.com>
2530
2531 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
2532 backslash from regexp pattern.
2533
2534 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
2535 procedure. Use it to run all the "continue to bp overloaded"
2536 tests. Note that this changes the names of the tests slightly.
2537 If the breakpoint hit message includes a hex PC value, because
2538 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
2539 from the real source code, still consider that a pass.
2540
2541 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
2542 XFAIL here if the breakpoint message contains a hex address. Note
2543 similar change on 1999-11-02.
2544
2545 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
2546
2547 * gdb.base/ptype.exp: Establish a default source file before
2548 calling get_debug_format.
2549
25502000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
2551
2552 * gdb.base/watchpoint.exp: Remove duplication of test messages.
2553
8b93c638
JM
25542000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
2555
2556 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
2557 of successive stepi commands -- while in the prologue we should see
2558 the function entry bracket.
2559
25602000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
2561
2562 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
2563 reach __change_mode() when stepping through the end of main().
2564
c5394b80
JM
25652000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
2566
2567 * gdb.base/default.exp: Fix expected pattern.
2568 * gdb.base/help.exp: Same.
2569
0d06e24b
JM
25702000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2571
2572 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
2573 Don't use xfail's because that affects only the following test.
beb998c6 2574
0d06e24b
JM
2575 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
2576 solaris or linux.
2577
2578 * gdb.base/selftest.exp: Update to reflect changes to main.c.
2579
dc96c6c7 25802000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 2581
beb998c6 2582 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
2583 "A syntax error" rather than "A parse error". Accept both.
2584
25852000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
2586
2587 * gdb.base/default.exp: Remove OS dependent string from "target
2588 remote" test.
2589 * gdb.base/help.exp: Same for "help target remote" test.
2590
c3f6f71d
JM
25912000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2592
2593 From Jim Kingdon <kingdon@redhat.com>:
2594
2595 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
2596 prompt (cleanup rather than necessity, but still might keep output
2597 from spilling to next test).
2598
25992000-01-02 Fred Fish <fnf@cygnus.com>
2600
2601 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
2602 AIX, which defines them in <sys/types.h>.
2603
ed9a39eb 26041999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 2605
ed9a39eb
JM
2606 * gdb.base/default.exp: Match arm* etc instead of arm in "info
2607 float" test.
2608
26091999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 2610
ed9a39eb 2611 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
2612
2613 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
2614 outermost frame disallowed".
2615
26161999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
2617
2618 * gdb.base/setvar.exp: New tests for setting the value of a struct
2619 with a constant list.
2620
26211999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
2622
2623 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
2624 require the user to type a cast before setting the value of a struct.
2625
de57eccd
JM
26261999-12-06 Jim Blandy <jimb@cygnus.com>
2627
2628 * gdb.base/default.exp: Expect the new 'info float' command on
2629 all i386 platforms.
2630
2631 * gdb.threads/linux-dp.exp: Expand our ability to recognize
2632 LinuxThreads libraries that don't support debugging.
2633
c2d11a7d
JM
2634Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
2635
2636 * gdb.base/remote.c: Fill the buffer with truely random data.
2637 Change the buffer type to ``unsigned char'' to simplify size
2638 arithmetic.
2639
2640 * gdb.base/remote.exp: Reduce download numbers by one. Typical
2641 stub only handles 400-1 byte packets. Verify that the download
2642 worked.
2643
26441999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
2645
2646 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
2647 tests, using UNRESOLVED for the untested cases. Also, does not wait
2648 for a timeout if the prompt was received before a recognizable pattern.
2649
26501999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
2651
2652 * lib/gdb.exp (gdb_expect_list): Fix spelling.
2653
26541999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2655
2656 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
2657 watchpoints.
2658
26591999-11-24 Jason Merrill <jason@casey.cygnus.com>
2660
2661 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
2662
2663 * gdb.c++/local.exp: Be more flexible in recognizing local class
2664 name mangling. Don't allow horribly truncated method names.
2665 * gdb.c++/derivation.exp: Expect protected inheritance.
2666 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
2667 * gdb.c++/virtfunc.exp: Likewise.
2668 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
2669 when printing a nested enum.
2670
26711999-11-22 Jim Blandy <jimb@cygnus.com>
2672
2673 * gdb.base/step-test.exp: Properly await GDB's response to setting
2674 a breakpoint on the call to large_struct_by_value.
2675
2676 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
2677 just because we have debug info for the `start' function.
2678
26791999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
2680
2681 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
2682 "Unknown signal" messages, which indicate (on LinuxThreads) that
2683 GDB doesn't know how to debug threads on this system. This is
2684 better than hanging while philosopher 0 dumps chatter into gdb.log.
2685
26861999-11-18 Tom Tromey <tromey@cygnus.com>
2687
2688 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
2689
26901999-11-18 Fred Fish <fnf@cygnus.com>
2691
2692 * gdb.base/coremaker2.c: Add sample program for generating
2693 cores that is more self contained than coremaker.c. Eventually
2694 I'll add more code to this and tie it into the testsuite.
2695
4ce44c66
JM
26961999-11-12 Stan Shebs <shebs@andros.cygnus.com>
2697
2698 * gdb.base/dollar.exp: Remove, now in gdb.hp.
2699
27001999-11-10 Jimmy Guo <guo@cup.hp.com>
2701
2702 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
2703 from $srcdir/lib/.
2704 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
2705 and gdb.c++/.
2706
2707 * gdb.c++/derivation.exp: remove redundant get compiler info code.
2708
beb998c6 2709 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
2710 'continue with watch' test point.
2711
27121999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
2713
2714 Merged from p2linux-990323-branch:
beb998c6 2715
4ce44c66
JM
2716 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
2717
11cf8741
JM
2718Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
2719
2720 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
2721 {limit,fixed}''. Test ``set download-write-size''.
2722
2723Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
2724
2725 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
2726 gdb_expect_list.
2727
2728Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
2729
2730 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
2731
27321999-11-03 Mark Salter <msalter@cygnus.com>
2733
2734 * gdb.base/break.exp: Fix "stub continue" pattern.
2735
27361999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
2737
2738 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
2739
27401999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
2741
2742 * gdb.base/display.exp ("finish"): Add timeout clause.
2743
2744 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
2745 plain prompt clause, so this doesn't have to time out in order to
2746 fail.
2747
2748 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
2749 breakpoint hit messages include an address.
2750
2751 * gdb.base/display.exp: Don't forget to escape parens in regular
2752 expressions. Unix regexp notatation sucks.
2753
27541999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2755
2756 * gdb.base/annota1.exp: Test for annotate-signalled: change output
2757 order for 'signalled' message.
2758
5c44784c
JM
27591999-11-01 Stan Shebs <shebs@andros.cygnus.com>
2760
2761 From Jimmy Guo <guo@cup.hp.com>:
2762 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
2763 * gdb.base/annota1.c: Add code for tests to work with.
2764
27651999-10-26 Frank Ch. Eigler <fche@cygnus.com>
2766
2767 * gdb.base/remote.exp: New test for remote downloading settings.
2768 * gdb.base/remote.c: New file with large .data.
2769
917317f4
JM
27701999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
2771
2772 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
2773 for LinuxThreads support, merged from the Code Fusion branch.
2774
2775Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
2776
2777 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
2778 containing exp_continue into a while within an expect. Don't
2779 attempt a start more than three times. Check return value from
2780 gdb_load.
beb998c6 2781
2df3850c
JM
2782Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
2783
2784 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
2785 a pass case.
2786
2acceee2
JM
27871999-10-01 Kevin Buettner <kevinb@cygnus.com>
2788
2789 * gdb.base/break.c (main): Added a statement that we can step
2790 off of.
2791 * gdb.base/break.exp: Added tests for setting a breakpoint
2792 at an offset and stepping onto a breakpoint.
2793
27941999-10-01 Fred Fish <fnf@cygnus.com>
2795
beb998c6 2796 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
2797 gdb output.
2798
c2c6d25f
JM
27991999-09-18 Jim Blandy <jimb@cris.red-bean.com>
2800
2801 * gdb.base/break.exp: Code locations are in hex, don't forget!
2802 (For HP-UX.)
2803
28041999-09-17 Stan Shebs <shebs@andros.cygnus.com>
2805
2806 * condbreak.exp: Use break.c as test program.
2807 * condbreak.c: Remove, redundant with break.c.
2808
28091999-09-15 Stan Shebs <shebs@andros.cygnus.com>
2810
2811 * config/monitor.exp (gdb_target_monitor): Disable X- and
2812 Z-packets if the target needs it.
2813
28141999-09-13 James Ingham <jingham@leda.cygnus.com>
2815
2816 * gdb.c++/overload.exp: Added tests for listing overloaded
2817 functions with function pointers in the arg, explicitly calling
2818 out the version you want.
2819
cff3e48b
JM
28201999-09-09 Stan Shebs <shebs@andros.cygnus.com>
2821
2822 * long_long.exp: Add variations of test cases that work for
2823 targets with 16-bit ints and 32-bit doubles.
2824
d4f3574e
SS
28251999-09-08 Stan Shebs <shebs@andros.cygnus.com>
2826
2827 * break.c (main): Compare a possibly-uninitialized argc with an
2828 unlikely value that fits in 16 bits.
2829
28301999-09-07 Stan Shebs <shebs@andros.cygnus.com>
2831
2832 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
2833 0xfeeb, don't want negative numbers if ints are 16 bits.
2834
2835 * lib/gdb.exp (skip_cplus_tests): New proc.
2836 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
2837 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
2838 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
2839 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
2840 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
2841 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
2842 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
2843 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
2844
2845 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
2846
2847Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
2848
2849 * gdb.base/corefile.exp (up): Allow a parameter to appear
2850 in the frame that we're going up to.
2851
2852 From Jim Blandy <jimb@cygnus.com>:
2853
2854 * gdb.base/default.exp (info float): Expect some output now.
2855
2856 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
2857 returning floating-point values to fail on the x86.
2858 * gdb.base/callfwmall.exp (do_function_calls): Same.
2859
2860 * gdb.base/list.exp (test_listsize): Correct expectations for
2861 listing line 1 with listsize 2. Also, listing a single line
2862 works now, as does listing three lines. [Kevin's note: There
2863 were a number of other cases fixed too where the expectations
2864 differed...]
2865
28661999-09-02 Stan Shebs <shebs@andros.cygnus.com>
2867
2868 * gdb.base/selftest.exp: Add case for when version prints as
2869 constant string instead of char pointer.
2870
104c1213
JM
28711999-08-25 Stan Shebs <shebs@andros.cygnus.com>
2872
2873 * gdb.base/ending-run.exp: Add Solaris case for what happens when
2874 stepping out of main.
2875
2876 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
2877 G++ used.
2878
2879 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
2880 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
2881
2882 * gdb.c++/ovldbreak.exp: Update match string in test that
2883 includes a warning of multiple breakpoints.
2884
28851999-08-24 Stan Shebs <shebs@andros.cygnus.com>
2886
2887 * gdb.base/display.exp: Improve precision of step-after-finish
2888 added yesterday.
2889
2890 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
2891 test.
2892
2893 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
2894 configs when using G++, not just hppa*.
2895
28961999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2897
2898 * gdb.base/async.c: New file.
2899 * gdb.base/async.exp: New file.
2900
2901Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
2902
2903 * gdb.base/break.exp: Tweak PA specific tests to properly handle
2904 PA64.
2905
53a5351d
JM
2906Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
2907
104c1213
JM
2908 * gdb.base/display.exp: "finish" can leave us mid-line on many
2909 targets, deal with it. Add a small constant to main, instead of
2910 1000 since main+1000 may not be a valid address in the target.
2911
53a5351d
JM
2912 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
2913 on hpux11.
2914
2915 * gdb.base/attach.exp: Handle another hpux11 error message variant
2916 when attaching to a process that does not exist.
2917
29181999-08-19 J.T. Conklin <jtc@redback.com>
2919
2920 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
2921 characters in 'continue to 1241' test.
2922
29231999-08-17 Stan Shebs <shebs@andros.cygnus.com>
2924
2925 * gdb.base/call-ar-st.exp: Add a shorter match case for the
2926 stop in print_long_arg_list, define and use a whitespace
2927 variable in print_small_structs test, add an XFAIL for Solaris.
2928 * gdb.base/dbx.exp: XFAIL func commands until somebody is
2929 interested enough to fix.
2930
7be570e7
JM
29311999-08-13 Keith Seitz <keiths@cygnus.com>
2932
2933 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
2934 (dbx_gdb_load): Remove. Use gdb_load instead, since that
2935 proc knows about targets other than the natives.
2936 (test_assign): Use "gdb_run_cmd" to "run" the target.
2937 Check that we've actually hit the breakpoint at main.
2938 When we attempt to assign a value to a local variable, check
2939 that the variable is in the current scope, i.e., don't use
2940 a test with an empty result.
2941
2942Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
2943
2944 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
2945 command.
2946
29471999-08-09 Stan Shebs <shebs@andros.cygnus.com>
2948
2949 From Jimmy Guo <guo@cup.hp.com> and others at HP:
2950 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
2951 gdb.compat, gdb.threads-hp.
2952 gdb.hp/configure, gdb.hp/configure.in: New files.
2953 gdb.hp/Makefile.in: Recurse into new subdirs.
2954 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
2955 gdb.hp/gdb.objdbg: New directory, tests for debugging info
2956 in object files.
2957 gdb.hp/tools: New directory, aux tools for HP-specific tests.
2958
96baa820
JM
29591999-08-05 Stan Shebs <shebs@andros.cygnus.com>
2960
2961 * gdb.base/display.exp: Help expect by putting a newline in the
2962 funky printf, remove a bogus p/a test.
2963
29641999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2965
2966 * gdb.base/display.exp: Make sure that when we say 'run', we are
2967 connected to the target. This is necessary when running not
2968 natively.
2969
29701999-08-03 Stan Shebs <shebs@andros.cygnus.com>
2971
2972 * gdb.base/step-test.exp: Removed some extraneous messages.
2973
2974 * gdb.base/long_long.exp: Don't run memory examination tests
2975 on little-endian targets (they will need a different set of
2976 results to match).
2977
29781999-08-02 Stan Shebs <shebs@andros.cygnus.com>
2979
2980 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
2981 until somebody decides to fix GDB.
2982
2983 * gdb.base/long_long.c: Stop compiler complaint by specifying long
2984 constant as "ULL".
2985 * gdb.base/long_long.exp: Loosen x/c test, add partial result
2986 matches for a couple x/2 commands.
2987
a0b3c4fd
JM
29881999-07-30 Stan Shebs <shebs@andros.cygnus.com>
2989
2990 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
2991 by merging in ref-types2 tests.
2992 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
2993
2994 From Jimmy Guo <guo@cup.hp.com> and others at HP:
2995 * gdb.c++/Makefile.in: Add standard actions.
2996 (EXECUTABLES): Rename from PROGS, update list.
2997 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
2998 from gdb.hp.
2999 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
3000 foo and bar locals.
3001 * gdb.c++/anon-union.exp: Fix tests to match.
3002 * gdb.c++/classes.exp: Run if HP compiler used, add extra
3003 expect matches to handle output variations.
3004 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
3005 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
3006 output, add HP alternatives for new and delete prints.
3007 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
3008 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
3009 * gdb.c++/demangle.exp: Use $style when reporting failure.
3010 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
3011 * gdb.c++/inherit.exp: Run if HP compiler used, add some
3012 match alternatives.
3013 * gdb.c++/local.exp: Add match alternatives or xfails for HP
3014 compilers.
3015 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
3016 * gdb.c++/method.exp: Add match alternatives.
3017 * gdb.c++/misc.cc: Add bool types.
3018 * gdb.c++/misc.exp: Add tests for bool types.
3019 * gdb.c++/overload.exp: Add xfails.
3020 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
3021 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
3022 add some more template parameter tests (only for HP currently).
3023 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
3024 * gdb.c++/virtfunc.cc: Add return type and value for main.
3025 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
3026 match alternatives.
beb998c6 3027
a0b3c4fd
JM
30281999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3029
3030 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
3031
30321999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
3033
3034 * gdb.base/signals.exp: Don't expect getting a backtrace from
3035 within a signal handler to fail on Linux.
3036
30371999-07-29 Stan Shebs <shebs@andros.cygnus.com>
3038
3039 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3040 * lib/gdb.exp: Remove some gratuitious semicolons.
3041 (delete_breakpoints): Increase timeout.
3042 (gdb_expect): Add -notransfer option.
3043 (gdb_test): Use -notransfer option.
3044 (get_compiler_info): Add f77 case.
3045 (get_compiler): New proc, split out from gdb_preprocess, add f77
3046 case.
3047 (gdb_preprocess): Call get_compiler.
3048
3049 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
3050 * gdb.base/attach.exp, gdb.base/display.exp,
3051 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
3052 gdb.base/long_long.exp, gdb.base/printcmds.exp,
3053 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
3054 third arg to gdb_test.
3055 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
3056 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
3057 HP-UX xfails, add others.
3058 * gdb.base/completion.exp: Reflect name change of self-test.
3059 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
3060 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
3061 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
3062 HP failure number.
3063 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
3064 useless HP-UX 10.30 references.
3065 * gdb.base/maint.exp: Loosen matches.
3066 * gdb.base/pointers.c (main): Declare more_code.
3067 * gdb.base/pointers.exp: Match on output of a `next'.
3068 * gdb.base/structs.c: Add prototypes.
3069 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
3070 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
3071
30721999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3073
3074 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
3075 command.
3076
30771999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3078
3079 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
3080 Fix run to main failures. Watchpoint can be hardware watchpoint.
beb998c6
AC
3081
3082 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
3083 debug info. Deal with lack of signal hanlder info in stack.
3084
3085 From Jim Kingdon <kingdon@redhat.com>:
3086 * gdb.base/annota1.exp: If printf has debug info, deal with it.
3087
5a2468f5
JM
30881999-07-19 Stan Shebs <shebs@andros.cygnus.com>
3089
3090 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
3091 gdb.base/foll-vfork.exp: Don't run for crosses.
3092
adf40b2e
JM
3093Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3094
3095 * gdb.base/configure.in: Check for gdbvars.exp instead of
3096 a1-selftest.exp.
3097 * gdb.base/configure: Re-generate.
3098
30991999-07-12 Stan Shebs <shebs@andros.cygnus.com>
3100
3101 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
3102 in trying to run first and name is too long.
3103
3104 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
3105 pointers2.c and pointers2.exp, respectively.
3106 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
3107 doschk happier.
3108
43e526b9
JM
31091999-07-08 Stan Shebs <shebs@andros.cygnus.com>
3110
3111 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
3112 callfuncs2.c and callfuncs2.exp.
3113
3114 * gdb.base/list.exp: Remove mistaken xfails.
3115 * gdb.base/list0.h: Add optional prototypes.
3116
9846de1b
JM
3117Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
3118
3119 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
3120 calling malloc.
3121 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
3122 * ptype.exp: Move test for get_debug_format to before its first
3123 use.
3124
31251999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3126
3127 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
3128 * gdb.base/annota2.cc, annota2.exp: Move from here.
3129 * gdb.c++/annota2.cc, annota2.exp: To here.
3130 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
3131
43ff13b4
JM
3132Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
3133
3134 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
3135 a consistent format.
3136
085dd6e6
JM
31371999-06-25 Stan Shebs <shebs@andros.cygnus.com>
3138
3139 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3140 * lib/gdb.exp (get_compiler_info): Add detection for assorted
3141 HP compilers, also set the globals $true and $false.
3142
3143 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
3144 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
3145 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
3146 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
3147 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
3148 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
3149 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
3150 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
3151 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
3152 whatis.c} Add C++ compatible function definitions and return
3153 types, add includes for library functions.
3154 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
3155 * gdb.base/step-test.c (myglob): Rename from glob.
3156 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
3157 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
3158 files, move here from gdb.hp.
3159 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
3160 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
3161 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
3162 Adjust line numbers in regexps.
3163
3164 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
3165 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
3166 instead of 0/1.
3167
3168 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
3169 foll-vfork.exp: New files, move here from gdb.hp.
3170 * gdb.base/page.exp: New file, test of pagination command.
3171
3172 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
3173 recursion test.
3174 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
3175
3176 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
3177 gdb.base/solib.exp: Fix compiler invocation process.
3178
3179 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
3180 HP-UX 11, turn off overload resolution explicitly.
3181 * gdb.base/commands.exp: Set argument list explicitly, add
3182 watchpoint test.
3183 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
3184 them work.
3185 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
3186 expressions properly.
3187 * gdb.base/corefile.exp: Loosen the match slightly.
3188 * gdb.base/default.exp: Allow "Error accessing memory" message
3189 also.
3190 * gdb.base/display.exp: Skip over x/0 j if PA64.
3191 * gdb.base/funcargs.exp: Add xfails for HP-UX.
3192 * gdb.base/interrupt.exp: Ditto.
3193 * gdb.base/langs.exp: Add symbolic matches governed by compiler
3194 in use.
3195 * gdb.base/list.exp: Add xfails for HP-UX.
3196 * gdb.base/long_long.exp: Refine some of the numeric matches.
3197 * gdb.base/mips_pro.exp: Xfail on HP-UX.
3198 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
3199 * gdb.base/nodebug.exp: Succeed on more varieties of output.
3200 * gdb.base/opaque.exp: Remove some HP-UX xfails.
3201 * gdb.base/ptype.exp: Succeed on more varieties of output.
3202 * gdb.base/scope.exp: Add xfails for HP-UX.
3203 * gdb.base/sect-cmd.exp: Add more cases.
3204 * gdb.base/setvar.exp: Add xfails for HP-UX.
3205 * gdb.base/shlib-call.exp: Loosen some matches slightly.
3206 * gdb.base/signals.exp: Match on void symbolically.
3207 * gdb.base/step-test.exp: Add case for PA64.
3208 * gdb.base/term.exp: Add exit and restart.
3209 * gdb.base/twice.exp: Clean up after self.
3210 * gdb.base/varargs.exp: Disable overload resolution explicitly.
3211 * gdb.base/whatis.exp: Allow more ways to pass tests.
3212
3213 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
3214 no longer useful.
3215
3216Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
3217
3218 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
3219 list of patterns.
3220 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
3221 print_double_array(double_array)", "continuing to breakpoint
3222 1018", "print print_double_array(array_d)" and "continuing to
3223 1034" tests.
beb998c6 3224
085dd6e6
JM
32251999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
3226
3227 * Makefile.in: Add empty html and install-html targets.
3228
32291999-06-24 Stan Shebs <shebs@andros.cygnus.com>
3230
3231 * config/mt-*: Remove, these haven't been used since 1996.
3232
32331999-06-22 Stan Shebs <shebs@andros.cygnus.com>
3234
3235 * gdb.base/call-strs.c, gdb.base/ending-run.c,
3236 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
3237 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
3238
9e0b60a8
JM
32391999-06-18 Stan Shebs <shebs@andros.cygnus.com>
3240
3241 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
3242 simpler match case for the ptype of the big class.
3243
32441999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3245
3246 * gdb.exp: Fix test for gdb_prompt existence.
3247
32481999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3249
3250 * gdb.exp (gdb_test): Add fail after calls to perror.
3251
32521999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3253
3254 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
3255
32561999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3257
3258 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
3259
0f71a2f6
JM
3260Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
3261
3262 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
3263 malloc() is linked in.
3264
32651999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
3266
3267 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
3268 step at end.
3269
3270 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
3271
32721999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
3273
3274 * gdb.java/jv-print.exp: New file. (Our first Java test!)
3275
cce74817
JM
3276Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
3277
3278 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
3279 * gdb.base/mips_pro.exp: Likewise.
3280
32811999-06-02 Keith Seitz <keiths@cygnus.com>
3282
3283 * gdb.c++/templates.cc: Change all "new" operators to throw
3284 an exception.
3285 * gdb.c++/cplusfuncs.cc: Likewise.
3286
3287 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
3288
3289Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
3290
3291 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
3292 * gdb.base/ending-run.exp: When stepping out of main, accept a
3293 step into an arbitrary assembler file.
3294
392a587b
JM
32951999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3296
beb998c6 3297 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 3298 "breakpoint-invalid" to be printed.
beb998c6 3299 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
3300 number of "frames-invalid" and "breakpoint-invalid" to be printed.
3301 * gdb.base/annota2.cc: Initialize a.x to 0.
3302
9e086581
JM
33031999-05-17 Keith Seitz <keiths@cygnus.com>
3304
3305 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
3306 when "skip_float_tests" set.
3307 Ditto for "print print_double_array(array_d)", "print print_small_structs",
3308 "print print_ten_doubles", and "step into print_long_arg_list".
3309 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
3310 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
3311 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
3312 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
3313 "skip_float_tests" is set.
3314 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
3315 when "skip_float_tests" set.
beb998c6 3316
cd0fc7c3
SS
33171999-05-06 Keith Seitz <keiths@cygnus.com>
3318
3319 * gdb.base/annota2.cc: Include stdio.h.
3320
3321Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
3322
3323 * gdb.base/crossload.exp: Remove, this has been disabled ever
3324 since BFD stopped including all targets, and cross-GDB gets
3325 plenty of testing anyway.
3326 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
3327 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
3328 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
3329 * gdb.base/README: Remove, was doc for this.
3330 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
3331 needed.
3332
b83266a0
SS
33331999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3334
3335 * gdb.base/call-ar-st.exp: Fix one regular expression in test
3336 output.
3337
3338 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
3339 * gdb.base/annota2.exp: New file. More annotation tests.
3340 * gdb.base/annota1.c: New file. Source file for annota1.exp.
3341 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
3342
33431999-04-23 Angela Marie Thomas <angela@cygnus.com>
3344
3345 * config/cfdbug.exp: New file.
3346
7a292a7a
SS
33471999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
3348
3349 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
3350 Marcus Daniel's and Dale Hawkins's demangler crashes.
3351
3352 * gdb.c++/demangle.exp (test_gnu_style_demangling,
3353 test_lucid_style_demangling, test_arm_style_demangling,
3354 test_hp_style_demangling): Try Tom Tromey's core-dumping
3355 identifier under each demangling style.
3356
33571999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
3358
3359 * gdb.c++/demangle.exp: Include the current demangling style
3360 in all test names.
3361 (current_demangling_style): New global variable.
3362 (set_demangling_style, test_demangling_core, test_demangling,
3363 test_demangling_exact): New functions.
3364 (test_gnu_style_demangling, test_lucid_style_demangling,
3365 test_arm_style_demangling, test_hp_style_demangling): Use those,
3366 instead of calling gdb_test and gdb_test_exact directly.
3367 (catch_demangling_errors): New function, which reports errors
3368 signalled by the demangling test functions in an orderly way.
3369 (do_tests): Use catch_demangling_errors.
3370
33711999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
3372
3373 * gdb.base/signals.exp (test_handle_all_print): Use () for
3374 grouping in expressions, not {}.
3375
3376 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
3377 initialized yet.
3378
33791999-04-01 Stan Shebs <shebs@andros.cygnus.com>
3380
3381 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
3382 are listed.
3383
33841999-03-26 Stan Shebs <shebs@andros.cygnus.com>
3385
3386 * gdb.stabs/weird.exp: Test for CC being defined before
3387 looking at its value.
3388
33891999-03-25 Stan Shebs <shebs@andros.cygnus.com>
3390
3391 * gdb.base/call-ar-st.exp: Remove stray '#'.
3392 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
3393 "short int" and "long int".
3394 * gdb.c++/overload.cc: Cast the string added in the previous
3395 change, to mollify finicky HP compiler.
3396 * gdb.hp/reg-test.exp (testfile): Fix file name.
3397 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
beb998c6 3398
7a292a7a
SS
3399 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
3400 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
3401 alternate form of enum ptype.
3402
c906108c
SS
34031999-03-23 Stan Shebs <shebs@andros.cygnus.com>
3404
7a292a7a
SS
3405 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
3406 * gdb.hp/*.exp: Change all to run compiler probe only after
3407 passing skip_hp_tests, so as not to waste time on guaranteed
3408 failure.
3409
c906108c
SS
3410 * gdb.c++/overload.cc: Pass string instead of char addr, always
3411 init ccpfoo.
3412 * gdb.c++/templates.cc: Fix syntax error.
3413
7a292a7a
SS
3414Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3415
3416 * gdb.base/commands.exp: Add test for correct position of '>'
beb998c6 3417 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
3418 command.
3419
34201999-03-18 James Ingham <jingham@cygnus.com>
3421
3422 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
3423
3424 * gdb.c++/method.exp: It was testing an uninitialized int on the
3425 stack and assuming it was positive.
3426
3427 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
3428
3429 * gdb.base/step-test.exp: Catch a case where finish is broken and
beb998c6 3430 keep it from killing the rest of the tests.
7a292a7a
SS
3431 Use gdb_continue_to_end.
3432
3433 * gdb.base/sigall.exp: use gdb_continue_to_end.
3434
3435 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
3436
3437 * gdb.base/display.exp: use runto_main, not run.
3438
beb998c6
AC
3439 * gdb.base/default.exp: Check for the current error message in the
3440 r abbreviation test.
7a292a7a
SS
3441 Add strongarm to the targets that know info float.
3442
beb998c6 3443 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
3444 run which doesn't work with monitors.
3445
3446 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
3447
3448 * gdb.base/break.exp: use the gdb_continue_to_end proc.
3449
3450 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
beb998c6
AC
3451 program. Traps the case (in Cygmon) when the program never really
3452 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
3453 more places, so I used my name. Sorry Mark...
3454
3455 * config/monitor.exp (gdb_target_monitor): added another
3456 target_info parameter: remotebinarydownload. This will set the
3457 remotebinarydownload flag if this is causing some boards trouble.
3458
34591999-03-18 Mark Salter <msalter@cygnus.com>
3460
3461 * lib/gdb.exp (continue_to_exit): New function.
3462
3463 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
3464 * gdb.base/ending-run.exp: Ditto.
3465 * gdb.base/step-test.exp: Ditto.
3466
34671999-03-16 Stan Shebs <shebs@andros.cygnus.com>
3468
3469 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
3470 (suggested by Art Haas <ahaas@neosoft.com>).
3471
34721999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
3473
3474 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
3475
3476Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
3477
3478 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
3479 descriptions of types (short unsigned int vs unsigned short, etc).
3480
34811999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
3482
3483 * gdb.base/call-strs.exp: Don't assume that `step' will step over
3484 a call to strlen; sometimes we do have sources.
3485
34861999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
3487
3488 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
3489 character, so GDB won't print garbage after its end.
beb998c6 3490
c906108c
SS
3491 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
3492 breakpoint there instead. Sometimes GCC emits memcpy to handle
3493 the large structures being passed by value, so we step into that
3494 instead of sum_array_print, which obscures what we're really testing.
3495 * gdb.base/step-test.exp: However, we do want a test that notices
3496 the bizarre steps into memcpy, so do that here. Add check for
3497 stepping into function calls that pass large structures by value.
3498 ("Is that a noun clause, or are you just happy to see me?")
3499 Remove all references to specific line numbers.
3500 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
3501 New type and function.
3502 (main): Call large_struct_by_value, passing it a large struct by value.
3503 * lib/gdb.exp (gdb_get_line_number): New function.
3504
3505 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
3506 more portable.
3507
7a292a7a
SS
35081999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
3509
c906108c
SS
3510 * lib/gdb.exp: Doc fixes.
3511
7a292a7a
SS
35121999-03-05 Nick Clifton <nickc@cygnus.com>
3513
beb998c6 3514 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
3515
35161999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
3517
c906108c
SS
3518 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
3519 commands. They're not germane to this test, and they don't work
3520 that way on remote targets.
3521
3fc11d3e
JM
35221999-03-01 James Ingham <jingham@cygnus.com>
3523
3524 * Changelog entries merged over from gdb development branch.
3525
3fc11d3e
JM
3526 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
3527
3528 * lib/gdb.exp (gdbtk_analyze_results): Generic function
3529 for outputting results of test run.
3530
2d4a1622 3531 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
3532
3533 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 3534
7a292a7a
SS
35351999-02-25 Felix Lee <flee@cygnus.com>
3536
3537 * lib/gdb.exp (debug_format): initialize
3538
c906108c
SS
35391999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
3540
3541 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
3542 * gdb.base/call-rt-st.c: Ditto.
3543
c906108c
SS
35441999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
3545
3546 * gdb.threads/pthreads.exp (horiz): New variable.
3547 (test_startup): Fix regexps that capture thread numbers.
3548
35491999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
3550
3551 * gdb.base/smoke.exp: Disambiguate two test case names (both
3552 called ``print'').
3553
3554Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
3555
3556 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
3557 compilation.
3558
35591999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
3560
3561 * gdb.base/miscexprs.exp: Change patterns to match GDB's
3562 actual output formatting.
3563 * gdb.base/smoke.exp: GDB removes leading 0's.
3564 * gdb.base/volatile.exp: Don't check type of remuneration;
3565 that variable is no longer defined in constvars.c.
3566 * gdb.base/step-test.c (main): Exit with explicit exit code.
3567 * gdb.base/step-test.exp: Remove two nexti checks--they are
3568 not portable.
3569
35701999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
3571
3572 * gdb.base/help.exp ("help delete display"): Fix test to match
3573 gdb's output.
3574
3575 * gdb.base/long_long.c (known_types): Initialize values to zero.
3576 * gdb.base/long_long.exp: Step one more line
3577 so 'dec' is initialized in "get to known place". GDB removes
beb998c6 3578 leading zeros. Explicitly ask for hex formatting. Use
c906108c
SS
3579 unique test case names.
3580
3581Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3582
beb998c6 3583 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
3584
3585 * gdb.c++/method.exp: Add missing close brace.
3586
35871999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
3588
3589 * gdb.base/maint.exp: Use 'set height 0' to disable page
3590 prompting, not 'set height 400'.
3591
3592 Fix a bunch of timeouts.
3593 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
3594 four separate tests, so expect doesn't take forever to match a ton
3595 of text against a regexp with lots of .* forms.
3596 ("maint print psymbols", "maint print symbols"): Make some of
3597 these greps more selective, so that expect doesn't try to wade
3598 through huge piles of output and time out.
3599
3600 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
3601
3602 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
3603 tests: one which doesn't expect shlib events to be reported, and
3604 another which does, but is XFAIL for all platforms other than
3605 HP/UX.
3606
3607 * gdb.base/break.exp: Teach the test suite that the `catch
3608 fork', `catch vfork', and `catch exec' commands produce error
3609 messages on platforms that don't provide these features.
3610
3611Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
3612
3613 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
3614 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
3615 (shortening names from solib_threshold.exp etc), won't run on
3616 anything but HP-UX for the foreseeable future.
3617 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
3618 reflect move.
3619
3620Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
3621
3622 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
3623 gdb.trace/Makefile.in (clean): Remove all test executables.
3624
3625Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
3626
3627 * gdb.base/shlib-call.exp: add test cases to verify that gdb
3628 successfully re-sets breakpoints in shared libraries.
3629 * gdb.base/shmain.c (main): return 0, don't fall off the end.
3630
3631Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3632
beb998c6
AC
3633 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
3634 and compiled w/o GCC.
c906108c
SS
3635
3636 * gdb.hp/watch-cmd.exp: ditto.
3637
3638 * gdb.hp/watch-hp.exp: ditto.
3639
3640 * gdb.hp/xdb1.exp: ditto.
3641
3642 * gdb.hp/xdb2.exp: ditto.
3643
3644 * gdb.hp/dbx.exp: ditto.
3645
3646Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
3647
3648 * constvars.c: Remove C++-isms.
3649 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
3650 with GCC.
3651
3652Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
3653
3654 The following changes are part of the HP merge.
3655
3656 * gdb.base/break.exp: new tests to verify that catchpoints for
3657 fork, vfork, and exec don't trigger inappropriately.
3658
3659 * gdb.base/opaque.exp: compile one file at a time, then link.
3660
3661 * gdb.base/signals.exp: be more restrictive about which hppa
3662 systems receive a setup_xfail. new tests.
3663
3664 * gdb.base/solib_threshold.build: new file.
3665 * gdb.base/solib_threshold.exp: new file.
3666 * gdb.base/solib_threshold.link_opts: new file.
3667 * gdb.base/solib_threshold.mk: new file.
3668 * gdb.base/gen_solib_threshold.c: new file.
3669
3670 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
3671 tests. New tests for enums inside classes.
3672
3673 * gdb.c++/compiler.cc: indicate support of template debugging.
3674
3675 * gdb.c++/demangle.exp: run hp style demangling tests.
3676
3677 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
3678 tests.
3679
3680 * gdb.c++/misc.cc: changes to support new tests.
3681
3682 * gdb.c++/templates.cc: changes to support HP's compiler; changes
3683 to support new tests.
3684
3685 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
3686 gcc, then skip these tests.
3687
3688Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
3689
3690 The following files are part of the HP merge; some had longer
3691 names at HP, but have been renamed to be no more than 14
3692 characters in length.
3693
3694 * gdb.hp/ambiguous.cc: new file.
3695 * gdb.hp/ambiguous.exp: new file.
3696 * gdb.hp/attach.exp: new file.
3697 * gdb.hp/attach2.exp: new file.
3698 * gdb.hp/classes-hp.exp: new file.
3699 * gdb.hp/ctti.exp: new file.
3700 * gdb.hp/ctti-add.cc: new file.
3701 * gdb.hp/ctti-add1.cc: new file.
3702 * gdb.hp/ctti-add2.cc: new file.
3703 * gdb.hp/ctti-add3.cc: new file.
3704 * gdb.hp/dbx.exp: new file.
3705 * gdb.hp/exception.cc: new file.
3706 * gdb.hp/exception.exp: new file.
3707 * gdb.hp/foll-exec.c: new file.
3708 * gdb.hp/foll-exec.exp: new file.
3709 * gdb.hp/foll-fork.c: new file.
3710 * gdb.hp/foll-fork.exp: new file.
3711 * gdb.hp/foll-vfork.c: new file.
3712 * gdb.hp/foll-vfork.exp: new file.
3713 * gdb.hp/inherit-hp.exp: new file.
3714 * gdb.hp/more-steps.exp: new file.
3715 * gdb.hp/namespace.cc: new file.
3716 * gdb.hp/namespace.exp: new file.
3717 * gdb.hp/optimize.exp: new file.
3718 * gdb.hp/pxdb.c: new file.
3719 * gdb.hp/pxdb.exp: new file.
3720 * gdb.hp/quicksort.exp: new file.
3721 * gdb.hp/reg-test.exp: new file.
3722 * gdb.hp/reg-test.s: new file.
3723 * gdb.hp/sized-enum.c: new file.
3724 * gdb.hp/sized-enum.exp: new file.
3725 * gdb.hp/start-stop.exp: new file.
3726 * gdb.hp/templ-hp.cc: new file.
3727 * gdb.hp/templ-hp.exp: new file.
3728 * gdb.hp/thr-lib.c: new file.
3729 * gdb.hp/thr-lib.exp: new file.
3730 * gdb.hp/thr-lib.h: new file.
3731 * gdb.hp/thr-liblib.c: new file.
3732 * gdb.hp/virtfun-hp.c: new file.
3733 * gdb.hp/virtfun-hp.exp: new file.
3734 * gdb.hp/watch-cmd.exp: new file.
3735 * gdb.hp/watch-hp.exp: new file.
3736 * gdb.hp/xdb1.exp: new file.
3737 * gdb.hp/xdb2.exp: new file.
3738 * gdb.hp/xdb3.exp: new file.
3739
3740Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
3741
3742 The following files are part of the HP merge; some had longer
3743 names at HP, but have been renamed to be no more than 14
3744 characters in length.
3745
3746 * gdb.base/ss.h: new file.
3747 * gdb.base/call-ar-st.c: new file.
3748 * gdb.base/call-ar-st.exp: new file.
3749 * gdb.base/call-rt-st.c: new file.
3750 * gdb.base/call-rt-st-exp: new file.
3751 * gdb.base/call-strs.exp: new file.
3752 * gdb.base/ena-dis-br.exp: new file.
3753 * gdb.base/environ.exp: new file.
3754 * gdb.base/long_long.exp: new file.
3755 * gdb.base/sect-cmd.exp: new file.
3756 * gdb.base/shlib-cl2.exp: new file.
3757 * gdb.base/smoke.exp: new file.
3758 * gdb.base/so-impl-ld.c: new file.
3759 * gdb.base/so-impl-ld.exp: new file.
3760 * gdb.base/so-indr-cl.c: new file.
3761 * gdb.base/so-indr-cl.exp: new file.
3762 * gdb.base/varargs.exp: new file.
3763 * gdb.base/volatile.exp: new file.
3764 * gdb.base/whatis-exp.exp: new file.
7a292a7a 3765 * gdb.base/display.exp: new file.
c906108c
SS
3766 * gdb.c++/derivation.exp: new file.
3767 * gdb.c++/local.exp: new file.
3768 * gdb.c++/member-ptr.exp: new file.
3769 * gdb.c++/overload.exp: new file.
3770 * gdb.c++/ovldbreak.exp: new file.
3771 * gdb.c++/ref-types.exp: new file.
3772 * gdb.c++/ref-types2.exp: new file.
3773 * gdb.c++/userdef.exp: new file.
beb998c6 3774
c906108c
SS
3775Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
3776
3777 * gdb.base/default.exp: Reflect wording change in remote.c.
3778
dc96c6c7 3779Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
3780
3781 * gdb.base/help.exp: Update to reflect current text.
3782
3783Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
3784
3785 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
3786 they're stack variables and contain garbage.
3787 * gdb.c++/anon-union.exp: new file.
3788
3789 The following changes were made by David Taylor
3790 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
3791 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
3792 in changes by HP.
3793
3794 * gdb.base/bitops.exp: new file.
3795 * gdb.base/default.exp: change expected messages for catch and
3796 info catch tests to reflect HP merge changes.
3797 * gdb.base/enable-disable-break.exp
3798 * gdb.base/ending-run.c: new file.
3799 * gdb.base/long_long.c: new file.
3800 * gdb.base/maint.exp: new file.
3801 * gdb.base/pointers2.exp: new file.
3802 * gdb.base/shlib-call2.exp: new file.
3803 * gdb.base/solib.exp: new file.
3804 * gdb.base/step-test.c: new file.
3805 * gdb.c++/anon-union.cc: new file.
3806 * gdb.c++/local.cc: new file.
3807 * gdb.c++/member-pointer.cc: new file.
3808 * gdb.c++/method.cc: new file.
3809 * gdb.c++/ref-types.cc: new file.
3810 * gdb.c++/ref-types2.cc: new file.
3811 * gdb.c++/userdef.cc: new file.
beb998c6 3812
c906108c
SS
3813 * gdb.base/scope.exp: compile one file at a time, then link.
3814 * gdb.base/langs.exp: ditto.
3815 * gdb.base/list.exp: ditto.
beb998c6 3816
c906108c
SS
3817Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
3818
3819 The following changes were made by David Taylor
3820 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
3821 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
3822 in changes by HP.
beb998c6 3823
c906108c
SS
3824 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
3825 skip tests. When compiling pass c++ flag to gdb_compile.
3826 * gdb.c++/
beb998c6 3827
c906108c
SS
3828 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
3829 test for on hppa*-*-hpux*; use args to see if c++ was specified.
3830 (skip_hp_tests): new function.
3831 (gdb_preprocess): new function.
3832
3833 * configure.in (hpdir): decide whether to configure gdb.hp.
3834 * configure: regenerated.
3835
3836 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
3837 to delete on clean.
3838 (EXECUTABLES): update to reflect new additions.
3839 * gdb.base/commands.exp: update message expected.
3840 * gdb.base/default.exp: add copyright notice.
3841 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
3842 * gdb.base/help.exp: update messages to reflect current text.
3843 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
3844 targets for recurse tests.
3845 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
3846 skip this file.
3847
3848 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
3849 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
3850 compilation.
3851 * gdb.c++/misc.exp: ditto.
3852 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
3853 run the tests. tell gdb_compile that it's a c++ compilation.
3854
3855 * gdb.threads/pthreads.exp: fix typo in message.
beb998c6 3856
c906108c
SS
3857 * gdb.base/all-bin.exp: new file.
3858 * gdb.base/arithmet.exp: new file.
3859 * gdb.base/assign.exp: new file.
3860 * gdb.base/completion.exp: new file.
3861 * gdb.base/cond-expr.exp: new file.
3862 * gdb.base/condbreak.exp: new file.
3863 * gdb.base/define.exp: new file.
3864 * gdb.base/dollar.exp: new file.
3865 * gdb.base/environment.exp: new file.
3866 * gdb.base/eval-skip.exp: new file.
3867 * gdb.base/jump.exp: new file.
3868 * gdb.base/logical.exp: new file.
3869 * gdb.base/pointers.exp: new file.
3870 * gdb.base/relational.exp: new file.
3871 * gdb.base/section_command.exp: new file.
3872 * gdb.base/whatis-expr.exp: new file.
3873
3874 * gdb.base/all-types.c: new file.
3875 * gdb.base/call-array-struct.c: new file.
3876 * gdb.base/call-return-struct.c: new file.
3877 * gdb.base/call-strings.c: new file.
3878 * gdb.base/callfuncs2.c: new file.
3879 * gdb.base/condbreak.c: new file.
3880 * gdb.base/constvars.c: new file.
3881 * gdb.base/display.c: new file.
3882 * gdb.base/int-type.c: new file.
3883 * gdb.base/jump.c: new file.
3884 * gdb.base/miscexprs.c: new file.
3885 * gdb.base/pointers.c: new file.
3886 * gdb.base/pointers2.c: new file.
3887 * gdb.base/shmain.c: new file.
3888 * gdb.base/shr1.c: new file.
3889 * gdb.base/shr2.c: new file.
3890 * gdb.base/solib.c: new file.
3891 * gdb.base/solib1.c: new file.
3892 * gdb.base/solib2.c: new file.
3893 * gdb.base/varargs.c: new file.
3894 * gdb.c++/derivation.cc: new file.
3895 * gdb.c++/overload.cc: new file.
3896 * gdb.c++/ovldbreak.cc: new file.
3897 * gdb.hp/attach.c: new file.
3898 * gdb.hp/attach2.c: new file.
3899 * gdb.hp/average.c: new file.
3900 * gdb.hp/compiler.c: new file.
3901 * gdb.hp/compiler.cc: new file.
3902 * gdb.hp/execd-program.c: new file.
3903 * gdb.hp/follow-exec.c: new file.
3904 * gdb.hp/follow-fork.c: new file.
3905 * gdb.hp/follow-vfork-and-exec.c: new file.
3906 * gdb.hp/misc-hp.cc: new file.
3907 * gdb.hp/more-steps.c: new file.
3908 * gdb.hp/optimize.c: new file.
3909 * gdb.hp/quicksort.c: new file.
3910 * gdb.hp/run-hp.c: new file.
3911 * gdb.hp/start-stop.c: new file.
3912 * gdb.hp/sum.c: new file.
3913 * gdb.hp/templates-hp.cc: new file.
3914 * gdb.hp/thread-local-in-lib.c: new file.
3915 * gdb.hp/thread-local-in-lib.h: new file.
3916 * gdb.hp/thread-local-in-lib.lib.c: new file.
3917 * gdb.hp/vforked-program.c: new file.
3918 * gdb.hp/virtfunc-hp.cc: new file.
3919 * gdb.hp/watchpoint-hp.c: new file.
3920 * gdb.hp/xdb.c: new file.
3921 * gdb.hp/xdb0.c: new file.
3922 * gdb.hp/xdb0.h: new file.
3923 * gdb.hp/xdb1.c: new file.
3924
3925Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
3926
3927 The following change was made by Edith Epstein
3928 <eepstein@cygnus.com> as part of a project to merge in changes
3929 originally made by HP; HP did not create ChangeLog entries.
3930
3931 * gdb.c++/demangle.exp: changed the expected output for some
3932 ARM-style mangling -- removed second reference to datatype.
3933 For example, maint demangle __dt__11T1__pt__2_cFv
3934 T1<char>::~T1<char>(void)
3935 becomes,
3936 maint demangle __dt__11T1__pt__2_cFv
3937 T1<char>::~T1(void)
3938
3939 (test_hp_style_demangling): new hp specific demangling test cases.
beb998c6 3940
c906108c
SS
3941Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
3942
3943 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
3944 * gdb.trace/backtrace.exp: Likewise.
3945 * gdb.trace/circ.exp: Likewise.
3946 * gdb.trace/collection.exp: Likewise.
3947 * gdb.trace/deltrace.exp: Likewise.
3948 * gdb.trace/infotrace.exp: Likewise.
3949 * gdb.trace/limits.exp: Likewise.
3950 * gdb.trace/packetlen.exp: Likewise.
3951 * gdb.trace/passc-dyn.exp: Likewise.
3952 * gdb.trace/passcount.exp: Likewise.
3953 * gdb.trace/report.exp: Likewise.
3954 * gdb.trace/save-trace.exp: Likewise.
3955 * gdb.trace/tfind.exp: Likewise.
3956 * gdb.trace/tracecmd.exp: Likewise.
3957 * gdb.trace/while-dyn.exp: Likewise.
3958 * gdb.trace/while-stepping.exp: Likewise.
3959
39601998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
3961
3962 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
3963
3964Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
3965
3966 From Brendan Kehoe:
3967 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
3968 int return types.
3969
3970Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
3971
3972 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
3973 remote dos host testing right.
3974
3975Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
3976
3977 * gdb.base/corefile.exp: remove some xfails.
3978
3979Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
3980
3981 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
3982 have different timestamps.
3983
3984Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
3985
3986 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
3987 gdb.base/default.exp: Replace "exec" with "executable".
3988
3989Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
3990
3991 * gdb.base/default.exp: Change else if to elseif from previous
3992 delta.
3993
3994Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
3995
3996 * gdb.base/default.exp: Add brace missing from previous delta.
3997
3998Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
3999
4000 * gdb.base/default.exp: Support test for info float for all
4001 varieties of arm toolchain.
4002
dc96c6c7 4003Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4004
4005 * gdb.trace/*.exp: remove "remote_download" command.
4006
dc96c6c7 4007Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4008
4009 * gdb.trace/*.exp: remove -gdwarf from compile.
4010
4011Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
4012
4013 * gdb.trace/configure.in(AC_INIT): typo
4014 * gdb.trace/configure: regenerated
4015
dc96c6c7 4016Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4017
4018 * config/m68k-emc.exp: New file.
4019 * lib/<emc-support.exp trace-support.exp}: New files.
4020 * configure.in: add new test directory gdb.trace.
4021 * gdb.trace/{configure configure.in Makefile.in}: New files.
4022 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
4023 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
4024 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
4025 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
4026 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
4027 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
4028 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
beb998c6 4029
dc96c6c7 4030Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4031
4032 * gdb.c++/classes.exp: Change all regular expressions to match
4033 arbitrary combinations of newline/carriage-return, so that they
4034 will work equally well on Unix and Windows.
4035 * gdb.c++/inherit.exp: ditto.
4036 * gdb.c++/virtfunc.exp: ditto.
4037
40381998-08-11 Dawn Perchik <dawn@cygnus.com>
4039
4040 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
4041
c2d11a7d
JM
4042Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
4043
4044 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
4045 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
4046 to use a0-a3/d0-d3 as needed.
4047
4048Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
4049
4050 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
4051 * gdb.disasm/am33.exp: Corresponding changes.
4052
c906108c
SS
40531998-07-11 Felix Lee <flee@cygnus.com>
4054
4055 * gdb.base/callfuncs.exp: add cmp10 test.
4056 * gdb.base/callfuncs.c (cmp10): new function.
4057
4058Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
4059
beb998c6 4060 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
4061 into two parts to get around a synchronization problem in expect.
4062
3fc11d3e
JM
4063Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
4064
4065 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
4066
4067 * configure.in: Add options for gdbtk testsuite.
4068
4069 * configure: Regenerate.
4070
4071 * gdb.gdbtk: New directory to hold gdbtk tests.
4072
c906108c
SS
4073Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4074
4075 * gdb.fortran/types.exp: Escape brackets in expect patterns
4076 for test_float_literal_types_accepted tests.
4077 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
4078 before run test.
4079
c2d11a7d
JM
4080Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
4081
4082 * am33.exp: Just compile, do not link the testcase.
4083 * am33.s: Add ".am33" pseudoop to force am33 mode.
4084
c906108c
SS
40851998-06-25 Felix Lee <flee@cygnus.com>
4086
4087 * gdb.base/setshow.exp: make sure $pc is sane.
4088
4089 * gdb.stabs/weird.exp: split expect patterns properly.
4090
c2d11a7d
JM
4091Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
4092
4093 * gdb.disasm/am33.s: New disassembler testfile for the am33.
4094 * gdb.disasm/am33.exp: Run it.
4095
dc96c6c7 4096Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4097
4098 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
4099 match processing (and eliminate spurious timeouts when running).
4100
dc96c6c7 4101Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4102
4103 * gdb.base/signals.exp (test_handle_all_print): put back Mach
4104 exception test, but conditionalize it on target [mach | gnu].
4105
dc96c6c7 4106Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4107
4108 * gdb.base/overlays.exp: fixup compile line for linker script.
4109
4110Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
4111
4112 * gdb.fortran/types.exp: don't guess at float size.
4113
4114Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
4115
4116 * gdb.base/exprs.exp: delete test that depends on int size.
4117
4118Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
4119
4120 * config/sim.exp: Removed checks for target triplets.
4121 (gdb_target_sim): Use gdb,target_sim_options.
4122
4123Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
4124
4125 * gdb.base/reread.exp: New file.
4126 * gdb.base/reread1.c: New file.
4127 * gdb.base/reread2.c: New file.
4128
4129Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
4130
4131 * config/sim.exp: Use 'target sim -sparclite' when running
4132 SPARClite programs.
4133
4134Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
4135
4136 * gdb.base/structs2.exp: New file.
4137 * gdb.base/structs2.c: New file.
4138
4139Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
4140
4141 * gdb.asm/common.inc: New file.
4142 * gdb.asm/d10v.inc: New file.
4143 * asm-source.exp: Pass -I's to gas to find .inc files.
4144 Update line numbers in expected output.
4145 * asmsrc1.s: Rewrite.
4146 * asmsrc2.s: Rewrite.
4147 * configure.in: Create arch.inc symlink.
4148 * configure: Regenerate.
4149 * Makefile.in (distclean): Delete arch.inc.
4150
4151Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
4152
4153 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
4154 (t_enum_value2): ditto
4155 (t_enum_value3): ditto
4156 (main): ditto
4157Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4158
4159 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
4160 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
4161 change.
4162 Use gdb_test instead of send_gdb/gdb_expect sequences.
4163
4164Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
4165
4166 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
4167 not void.
4168
4169Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
4170
4171 * gdb.base/branches.c: Code with lots of loops and
4172 subroutines. Used to test gdbs ability to single step through PC
4173 changes, especially to test mips-tdep.c:mips_next_pc
4174
4175Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
4176
4177 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
4178 more rigorous EGCS C++ error checking.
4179
4180Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4181
4182 * gdb.base/help.exp: Clean up `help set args' and `help show args'
beb998c6 4183 tests.
c906108c 4184 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
beb998c6 4185 function when asleep.
c906108c 4186 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
beb998c6
AC
4187 for i*86 Linux and SVR4 signal handling problems.
4188 Remove linux xfail for `next to handler in signals_tests_1', fixed
4189 by recent infrun.c change.
c906108c 4190 Limit backtrace to 10 frames to avoid timeout problems with infinite
beb998c6 4191 stack backtraces.
c906108c
SS
4192 Adjust expect pattern in `handle all print' test to match Apr 28 1997
4193 target.[ch] change.
4194
4195Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
4196
4197 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
4198 for a newline from gdb before continuing.
4199 (default_gdb_exit): Just look for y or n.
4200 (gdb_test): Detect abnormal exit from GDB running on DOS; if
4201 it does, fail the rests of the tests in the file.
4202
4203Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
4204
4205 * config/cygmon.exp: New file.
4206
4207Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
4208
4209 * gdb.base/list.exp: Fix problem with "list default lines around
4210 main" test on remote targets.
4211
4212 * gdb.base/scope.exp: Fix problem with filelocal_bss before
4213 run test on remote targets.
4214
4215Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
4216
4217 * gdb.asm: New directory.
4218 * configure.in: Configure it.
4219 * configure: Regenerate.
4220 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
4221 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
4222
4223Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
4224
4225 * config/mn10300-eval.exp: New file to support MN10300 eval board.
4226
dc96c6c7 4227Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 4228
c906108c
SS
4229 * gdb.base/overlays (several files): Merge the two overlay
4230 managers into one. Change variables (foox, barx, bazx, grbxx)
4231 back into ints but force them to load in their proper sections.
4232
4233Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
4234
4235 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
4236 on-chip insn memory and IMAP1 to upper 128k.
4237 (D10VCopy): Handle memory regions crossing 16k boundaries.
4238 (D10VCopy): Transfer data in 32 bit chunks.
4239
4240Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
4241
4242 * gdb.base/overlays.c (main): Exit normally when result is
4243 correct.
4244
4245 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
4246 map. Include space for printf in .text segment.
4247
4248 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
4249 updated d10v memory VMA/LMA map.
4250 (D10VCopy): Call D10VTranslate.
beb998c6 4251
c906108c
SS
4252Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
4253
4254 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
4255
4256 * gdb.base/bar.c (barx, bar): Change variable to small array so
4257 that it won't be put into the .sdata - small data -
4258 section. Update reference.
4259 * gdb.base/baz.c (bazx, baz): Ditto.
4260 * gdb.base/foo.c (foox, foo): Ditto.
4261 * gdb.base/grbx.c (grbxx, grbx): Ditto.
4262
4263 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
4264 to be arrays.
beb998c6 4265
dc96c6c7 4266Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 4267
c906108c
SS
4268 * gdb.base/overlays.exp: fix up and get working again.
4269 Add tests for backtraces from an overlay function.
beb998c6 4270
c906108c
SS
4271Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
4272
4273 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
4274 "calling function with watchpoint enabled".
4275
4276Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
4277
4278 * gdb.base/break.exp (test_next_with_recursion): Remove
4279 gdb_suppress_tests for d10v-*-*.
4280 * lib/gdb.exp (gdb_suppress_tests): Disable this function
4281 pending review of whether it is useful or not.
4282
4283Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
4284
4285 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
4286
4287Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
4288
4289 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
4290 * config/dve.exp: New file to support Densan boards.
4291
4292Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
4293
4294 * gdb.base/interrupt.exp: Document problem of simulators, signals,
4295 reads and BSD.
4296
4297Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
4298
4299 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
4300 response.
4301
4302 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
4303
4304Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
4305
4306 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
4307 test.
4308
4309 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
4310 target_sizeof_long and target_bigendian_p.
4311 (structs_by_value, structs_by_reference): Check values according
4312 to targets word size and endianess.
beb998c6 4313
c906108c
SS
4314Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
4315
4316 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
4317 output.
4318
4319Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
4320
4321 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
4322 Update test of set args help to match source change.
4323
4324Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
4325
4326 * gdb.base/default.exp: Expect help system output to be in
4327 alphabetical order.
4328 * gdb.base/help.exp: Ditto.
4329
4330Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
4331
4332 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
4333 "i*86-pc-linux-gnu*".
4334 * gdb.base/interrupt.exp: Ditto.
4335 * gdb.base/corefile.exp: Ditto.
4336
4337 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
4338 define vxworks when building the testcase.
4339
4340 * gdb.base/ptype.exp: Fix testnames to be unique.
4341 * gdb.base/radix.exp: Ditto.
4342 * gdb.base/term.exp: Ditto.
4343 * gdb.base/whatis.exp: Ditto.
4344 * gdb.c++/classes.exp: Ditto.
4345
4346Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
4347
4348 * gdb.base/callfuncs.exp: Fix indentation.
4349
4350 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
4351 suppress_flag has been set.
4352 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
4353 target feature.
4354
4355Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
4356
4357 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
4358 the testcase.
4359
4360 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
4361 set_debug_traps() and breakpoint().
4362 * gdb.c++/misc.cc (main): Ditto.
4363 * gdb.c++/templates.cc (main): Ditto.
4364 * gdb.c++/virtfunc.cc (main): Ditto.
4365
4366Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
4367
4368 * lib/gdb.exp(gdb_step_for_stub): New function.
4369 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
4370 exists, reload the executable and do a "continue" instead of
4371 doing a jump.
4372 (runto_main): Use gdb_step_for_stub.
beb998c6 4373
c906108c
SS
4374 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
4375 tests to have unique names.
4376 * gdb.base/callfuncs.exp: Ditto.
4377 * gdb.base/commands.exp: Ditto.
4378 * gdb.base/default.exp: Ditto.
4379 * gdb.base/help.exp: Ditto.
4380 * gdb.base/list.exp: Ditto.
4381 * gdb.base/opaque.exp: Ditto.
4382 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
4383 similar tests.
beb998c6 4384
c906108c
SS
4385 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
4386 * gdb.c++/cplusfuncs.cc: Ditto.
4387 * gdb.c++/virtfunc.cc: Ditto.
4388
4389 * config/monitor.exp: Keep track of the last file we saw, rather
4390 than trying to get the info from gdb.
4391
4392 * gdb.fortran/types.exp: Move comment to previous line.
4393
4394Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
4395
4396 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
4397 target mode.
4398
4399Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
4400
4401 From Bob Manson:
4402 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
4403 string from GDB when it connects.
4404
4405 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
4406
4407Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
4408
4409 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
4410 if we can't get a debug format from GDB (we may be testing an
4411 older GDB). Use a 10 second timeout when checking for the format.
4412
4413 * gdb.stabs/weird.exp: Fix quoting.
4414
4415 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
4416
4417Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
4418
4419 * config/arm-ice.exp: New file.
4420
4421Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
4422
4423 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
4424 until it has been modified to work with the new testsuite.
4425
99707966 4426 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
4427 testcase won't compile, cause all of the testcases in the file to
4428 fail instead.
4429
4430 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
4431 (gdb_clear_suppressed): New procedure.
4432 (gdb_stop_suppressing_tests): Only clear suppress_flag if
4433 it contains a positive value.
4434
4435Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
4436
4437 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
4438
4439 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
4440
4441Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
4442
4443 * lib/gdb.exp (setup_xfail_format): New function.
4444 (get_debug_format): New function to get debug format.
4445 (debug_format): New global variable to hold last value set
4446 by get_debug_format.
4447 * gdb.base/list.exp: Call get_debug_format and expect some
4448 tests to fail for DWARF 1 and COFF formats.
4449 * gdb.c++/ptype.exp: Ditto.
4450 * gdb.c++/classes.exp: Ditto.
4451 * gdb.c++/cplusfuncs.exp: Ditto.
4452 * gdb.c++/inherit.exp: Ditto.
4453 * gdb.c++/templates.exp: Ditto.
4454 * gdb.c++/virtfunc.exp: Ditto.
beb998c6 4455
c906108c
SS
4456Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
4457
4458 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
4459 host doesn't have a currently-open connection.
4460
4461 * config/sparclet.exp: Cleanups and fixes to make it generic for
4462 any gdb stub target. Handle cases where gdb doesn't respond when
4463 interrupted in a sane fashion.
4464
4465 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
4466 same thing in a totally different way.
4467
4468 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
4469 setting "timeout".
4470 (gdb_start): We set the global gdb_prompt variable in
4471 default_gdb_init now.
4472
4473Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
4474
4475 * gdb.base/printcmds.exp: Fix "check for floating addition"
4476 regexp to accept results within approx +/- .01 of exact value.
4477 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
4478
4479Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
4480
4481 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
4482 properly.
4483 (gdb_expect): Add optional timeout parameter, and add timeout
4484 value to various calls.
4485 (gdb_suppress_tests): Only give one warning message per group.
4486
4487Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
4488
4489 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
4490 global variables. Handle getting a value for $timeout more
4491 gracefully.
4492
4493Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
4494
4495 * lib/gdb.exp: Close connection to remote host if gdb doesn't
4496 initialize.
4497 (default_gdb_init): New procedure; allow gdb_init to be overridden
4498 by a target configuration file.
4499 (gdb_expect): Pass the timeout to remote_expect.
4500
4501 * config/monitor.exp(gdb_load): Fix typo in regexp.
4502
4503Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
4504
4505 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
4506
4507Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
4508
4509 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
4510 here. Call gdb_target_exec before rebooting the target, to make
4511 sure the connection to the target is closed.
4512 (gdb_load): Pass the name of the executable to gdb_target_monitor.
4513 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
4514 Also detect "Timeout reading from remote" error.
4515
4516 * config/gdbserver.exp: Pass the executable being loaded to
4517 gdb_target_monitor. Don't call gdb_file_cmd here; let
4518 gdb_target_monitor do it.
4519
4520 * gdb.disasm/hppa.exp: Don't use exec_output.
4521
4522Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
4523
4524 * gdb.base/list.exp: If we're debugging a non-native target,
4525 try to set the pc register to point to the start of the
4526 program before doing the first list command.
4527
4528 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
4529 test_calls after restarting.
4530
4531 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
4532 reloading.
4533
4534 * gdb.base/watchpoint.exp: Fix typo.
4535
4536 * gdb.base/setshow.exp: Check for use_gdb_stub.
4537
4538 * gdb.base/break.exp: Fix continue until exit test for the gdb
4539 stub case.
4540 * gdb.base/langs.exp: Ditto.
4541
4542 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
4543 gdb_load_offset. If we weren't given a file to load, figure out
4544 what the current file is and use it.
4545
4546 * config/i386-bozo.exp: New file.
4547
4548Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
4549
4550 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
4551 feature.
4552
4553 * config/proelf.exp: New entry.
4554
4555Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
4556
4557 * lib/gdb.exp: Remove spurious .* patterns at the beginning
4558 of regexps.
4559
4560 * gdb.base/watchpoint.exp: Don't run the test_stepping
4561 tests if gdb can't call functions on the target.
4562
4563 * gdb.base/setshow.exp: Don't run the set prompt tests if
4564 the board has gdb_prompt set.
4565
4566Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
4567
4568 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
4569 * gdb.base/commands.exp: Likewise.
4570 * gdb.base/setshow.exp: Likewise.
4571
4572Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
4573
4574 * config/monitor.exp(gdb_start): Look for gdb_prompt target
4575 feature.
4576
4577 * config/i960.exp: New file.
4578
4579Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
4580
4581 * gdb.base/funcargs.exp: Check for gdb,short_int target
4582 feature instead of looking for explicit target triplets.
4583
dc96c6c7 4584Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 4585
beb998c6 4586 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
4587 "p 123DEADBEEF", to check parse_number.
4588 * top.c: change "to enable to enable" to "to enable" in a couple
4589 of help strings.
4590
4591Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
4592
4593 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
4594 on the mn10300.
beb998c6 4595
c906108c
SS
4596Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
4597
4598 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
4599 where the test executable is run with explicit args.
4600 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
4601
4602Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
4603
4604 * gdb.base/run.c: Use FAKEARGV to build test executable that
4605 does not require a command line arg, since most simulators
4606 don't currently support passing such an arg into the simulated
4607 program.
4608 * gdb.base/commands.exp: Change tests to insert the proper
4609 value as the arg to the first recursive factorial call. Change
4610 compilation line to define FAKEARGV at compile time.
4611
4612Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
4613
4614 * gdb.base/recurse.exp: Enable these tests for the mn10300.
4615 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
4616 function with watchpoint enabled" test.
4617
4618Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
4619
4620 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
4621 Don't call gdb_test when the command doesn't return to a gdb prompt.
4622
4623 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
4624 "Tests restarted" messages.
4625
4626Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
4627
4628 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
4629
dc96c6c7 4630Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4631
4632 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
4633 for INFO SYMBOL; add help tests for OVERLAY commands.
4634 * gdb.base/default.exp: add tests for INFO SYMBOL command;
4635 add tests for OVERLAY commands
4636 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
4637 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
4638 * gdb.base/sigall.c: add usestubs code frag
4639 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
beb998c6 4640
c906108c
SS
4641Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
4642
4643 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
4644 failures.
4645 (gdb_stop_suppressing_tests): Note that tests have restarted.
4646
4647Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
4648
4649 * config/h8300.exp: New file.
4650
4651Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
4652
4653 * gdb.base/setshow.exp: Check for the existence of a
4654 feature, not its value.
4655
4656Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
4657
4658 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
4659
4660 * gdb.base/scope.exp: It's now init0(), not init().
4661
4662 * gdb.base/scope0.c: For now, change init() to be init0().
4663
4664 * config/monitor.exp: Use gdb_serial in preference to serial
4665 or netport.
4666
4667 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
4668 and it's not already set.
4669
4670Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
4671
4672 * gdb.base/setshow.exp: Only test the run command if the target
4673 isn't using a stub and if it supports argument passing.
4674
4675Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
4676
4677 * config/udi.exp(gdb_start): Make sure UDICONF is set
4678 properly before starting gdb.
4679
4680Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
4681
4682 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
4683 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
4684 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
4685
4686Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
4687
4688 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
4689 specialized code to reboot the board, use remote_reboot instead.
4690
4691 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
4692
4693 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
4694
4695 * config/monitor.exp: Make sure we disconnect from the target.
4696 Also, try a reboot/reload cycle instead of failing if the
4697 load fails.
4698
4699Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
4700
4701 * gdb.base/default.exp: Don't set match_max.
4702 * gdb.base/help.exp: Ditto.
4703 * gdb.base/list.exp: Ditto.
4704 * gdb.base/signals.exp: Ditto.
4705
4706 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
4707 set, use remote_ld to download the testcase instead of
4708 the GDB loader.
4709
4710Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
4711
4712 * config/vr5000.exp: New file.
4713
4714 * config/monitor.exp(gdb_target_monitor): Add pattern for
4715 "Ending remote" to detect errors in connecting.
4716
4717 * gdb.base/setshow.exp: Add .* within auto language test.
4718
4719 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
4720 target feature.
4721
4722 * config/monitor.exp(gdb_load): Check for a failure when loading,
4723 and reboot the board if necessary.
4724
4725 * gdb.base/setvar.exp(test_set): Handle multiple prints within
4726 a set of tests. Remove print.* from the patterns being checked.
4727
4728Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
4729
4730 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
4731 refer to gdb_spawn_id.
4732
4733 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
4734 longer used.
4735 * config/sparclet.exp: Ditto.
4736 * config/sparclet-old.exp: Ditto.
4737 * config/slite.exp: Ditto.
4738 * config/sim.exp: Ditto.
4739 * gdb.base/funcargs.exp: Ditto.
4740
4741 * lib/gdb.exp:Remove references to gdb_spawn_id.
4742 (gdb_expect): Move to remote.exp.
4743
4744Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
4745
4746 * config/monitor.exp: Detect the "Couldn't establish connection"
4747 message from GDB.
4748
4749Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
4750
4751 * gdb.base/bitfields.exp: Use runto instead of explicit
4752 gdb_run_cmd/gdb_expect sequences.
4753
4754 * gdb.base/break.exp(text_next_with_recursion): Add match for
4755 gdb_expect call.
4756
4757 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
4758 We also need to handle the "A program is being debugged already"
4759 prompt from gdb. Use gdb_test to set the baud rate.
4760
4761 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
4762 to 20000. Really. I mean it.
4763
4764Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
4765
4766 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
4767 fails. If suppress_flag is set, skip perror message about not
4768 being able to send to GDB.
4769 (send_gdb): If suppress_flag is set, don't try to send commands to
4770 GDB.
4771 (gdb_expect): If suppress_flag is set, always fail immediately.
4772 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
4773 (gdb_init): Call gdb_stop_suppressing_tests.
4774 (default_gdb_exit): Ditto.
4775 (default_gdb_start): Ditto.
4776
4777 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
4778 gdb_stop_suppressing_tests as appropriate.
4779 * gdb.base/break.exp: Ditto.
4780 * gdb.base/callfuncs.exp: Ditto.
4781 * gdb.base/commands.exp: Ditto.
4782 * gdb.base/exprs.exp: Ditto.
4783 * gdb.base/funcargs.exp: Ditto.
4784 * gdb.base/list.exp: Ditto.
4785 * gdb.base/recurse.exp: Ditto.
4786 * gdb.base/scope.exp: Ditto.
4787 * gdb.base/structs.exp: Ditto.
4788 * gdb.c++/inherit.exp: Ditto.
4789
4790Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
4791
4792 * config/vr4300.exp: New file.
4793
99707966
MC
4794 * gdb.*/*.exp: Call gdb_expect instead of expect.
4795
4796 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
4797
4798Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
4799
4800 * lib/gdb.exp(gdb_init): New function.
4801
4802 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
4803 for each individual variable set.
4804
4805 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
4806 name.
4807
4808 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
4809
4810 * gdb.base/scope.exp: Use gdb_test.
4811
4812 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
4813 aborting; the testsuite driver will do that for us (see
4814 gdb_finish). Also, use gdb_test in a few more places.
4815
4816Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
4817
4818 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
4819
4820Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
4821
4822 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
4823 and "add_tests" are not at the same address.
4824
4825Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
4826
4827 * gdb.base/ptype.exp: Use gdb_test.
4828
4829Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
4830
4831 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
4832 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
4833 left in. No longer expect them to fail.
4834
4835 * gdb.stabs/*.mt; Deleted, no longer used.
4836 * gdb.stabs/configure.in: Remove references to target makefile
4837 frags.
4838 * gdb.stabs/configure: Rebuilt.
4839
4840 * gdb.disasm/*.mt: Deleted, no longer used.
4841 * gdb.disasm/configure.in: Remove references to target makefile
4842 frags. Use "sh3.s" as the unique filename for this directory.
4843 * gdb.disasm/configure: Rebuilt.
4844
4845 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
4846 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
4847 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
4848
4849Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
4850
4851 * config/udi.exp: Use mondfe,name instead of remote_host.
4852
4853Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
4854
4855 * gdb.base/watchpoint.exp: Don't expect a failure when calling
4856 a function with a watchpoint enabled on the mn10200.
4857
4858 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
4859 before trying to create it!
4860
4861Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
4862
4863 * config/vx.exp: Use hostname instead of netport.
4864
4865 * config/vxworks.exp: New file.
4866
4867 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
4868
4869 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
4870 gdb before assuming everything worked. Send a ^C if a timeout
4871 occurs.
4872
4873 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
4874 $gdb_spawn_id directly.
4875 (gdb_run_cmd): Try _start as well as start. Use the target feature
4876 gdb,start_symbol as the symbol to start from when jumping.
4877
4878Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
4879
4880 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
4881 redundant) test.
4882
4883 * gdb.base/recurse.exp: Relax final value test for 'b' so that
4884 it doesn't lose for 16bit integer systems.
4885
4886Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
4887
4888 * gdb.fortran/types.exp: If the target doesn't support "double"
4889 data types, then expect "real" types to only be 4 bytes.
4890
4891 * gdb.c++/virtfunc.exp: Expect failure for virtual function
4892 call tests if the target doesn't support inferior function calls.
4893
4894 * gdb.base/printcmds.exp: Allow minor deviation in FP values
4895 in printf tests.
4896
4897Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
4898
4899 * gdb.base/help.exp: Disable "help set", "help show", and
4900 "help support". Simplify regexp for "help stack".
4901
4902 * gdb.base/default.exp: Set match_max to 5000 and the timeout
4903 to 60 seconds. Temporarily set match_max to 15000 around the
4904 "info copying" test.
4905
4906 * gdb.base/nodebug.exp: Don't try to do an inferior function
4907 call if the target doesn't support them.
4908 * gdb.base/printcmds.exp: Likewise.
4909 * gdb.base/setvar.exp: Likewise.
4910 * gdb.base/structs.exp: Likewise.
4911 * gdb.c++/templates.exp: Likewise.
4912 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
4913
4914 * gdb.base/recurse.exp: Enable for the mn10200.
4915
4916 * configure.in: Do configure gdb.stabs directory for *-*-elf
4917 targets.
4918 * configure: Rebuilt.
4919
4920 * gdb.base/break.exp: Check for gdb,noresults before testing
4921 exit status and/or results from the target.
4922 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
4923 * lib/gdb.exp: Remove old (now bogus) initialization of
4924 noinferior, noargs, noresults and nosignals.
4925
4926Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
4927
4928 * config/sh.exp: New file.
4929
4930 * config/slite.exp: Try to connect multiple times to the board
4931 before rebooting. Only send a "monitor run" if need_monitor_run
4932 is set.
4933
4934 * gdb.base/break.exp: Don't do the "stub continue" test if
4935 the target has gdb_stub set.
4936
4937 * gdb.base/callfuncs.exp: Increase the timeout.
4938
4939 * gdb.base/interrupt.exp: Don't even try to compile the testcase
4940 if the target has gdb,noinferiorio set.
4941
4942 * gdb.base/list.exp: Increase match_max to 10000 characters.
4943
4944 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
4945
4946 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
4947 target.
4948
4949 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
4950
4951Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
4952
4953 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
4954 trying to delete the copy of gdb. Catch the file delete so we
4955 don't die if the delete fails; also, the file should be copied to
4956 the host, not to the build.
4957
4958Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
4959
4960 * lib/gdb.exp(gdb_test): Surround the result pattern with
4961 parenthesis in case it contains multiple regexps separated
4962 with |.
4963
4964 * gdb.base/watchpoint.exp: Use gdb_test.
4965 * gdb.base/default.exp: Ditto.
4966
4967Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
4968
99707966 4969 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
beb998c6 4970
c906108c
SS
4971 * gdb.base/scope.exp: Use gdb_test.
4972 * gdb.c++/classes.exp: Ditto.
4973 * gdb.c++/inherit.exp: Ditto.
4974
4975Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
4976
4977 * gdb.base/crossload.exp: Don't use execute_anywhere, use
4978 remote_exec instead.
4979 * gdb.base/corefile.exp: Don't be ridiculous.
4980 * gdb.base/*.c: Add missing stub invocations.
4981
4982Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
4983
4984 * config/slite.exp: Miscellaneous fixes.
4985
4986 * lib/gdb.exp: Fix runto.
4987
4988 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
4989 the target.
4990
4991 * gdb.base/watchpoint.exp: Fix regexp.
4992
4993 * lib/gdb.exp(default_gdb_exit): Add a catch to the
4994 close and wait commands, as the descriptor may now be
4995 invalid. Always call "remote_close host".
4996
4997Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
4998
4999 Major rewrite for testsuite revision.
beb998c6 5000
c906108c
SS
5001 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
5002 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
5003 instead of relying on spawn_id to always contain a valid
5004 spawn id.
5005 (get_compiler_info): New procedure to build the ${binfile}.ci
5006 file, instead of replicating this in N different places.
5007 (gdb_compile): New procedure.
beb998c6 5008
c906108c
SS
5009 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
5010 appropriate arguments) instead of compile. Use gdb_test in a lot
5011 more places. Use send_gdb instead of send. Always run gdb_start
5012 at the start of a testcase, as this is no longer done magically.
5013
5014 config/*-gdb.exp: Rename without the -gdb suffix.
5015
5016 config/mips.exp: Use remote_close instead of exit_remote_shell.
5017 config/monitor.exp: Use target_info instead of looking at
5018 baud, timeout, etc.
5019 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
5020
5021Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5022
5023 * gdb.c++/templates.exp (test_ptype_of_templates),
5024 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
5025 Update expect patterns for destructors and assignment operators
5026 to match corresponding c-typeprint.c changes.
5027 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
5028 to destructor breakpoint test, GDB should be able to set the
5029 destructor breakpoint without specifying arguments.
5030
5031Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
5032
5033 * gdb.threads/pthreads.exp: Change result for failure to compile due
5034 to lack of pthreads runtime support from an error to simply an
5035 unsupported test, per dejagnu standards.
5036
5037Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5038
5039 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
5040 where GDB exits to reduce pattern match time.
5041 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
5042
5043 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
5044
dc96c6c7 5045Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5046
5047 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
5048 * gdb.base/default.exp: ditto.
5049 * gdb.base/nodebug.exp: ditto.
5050 * gdb.base/printcmds.exp: ditto.
5051 * gdb.base/ptype.exp: ditto.
5052 * gdb.base/setvar.exp: ditto.
5053 * gdb.base/structs.exp: ditto.
5054 * gdb.base/setshow.c: Guard against uninitialized values of argc.
5055
5056Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
5057
5058 * configure, */configure: Rebuild with autoconf 2.12.
5059
5060Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
5061
5062 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
5063 use new i*86-pc-linux*-gnu quads.
5064 * gdb.base/corefile.exp: Ditto.
5065 * gdb.base/signals.exp: Ditto.
5066 * gdb.base/sigall.exp: Ditto.
5067 * gdb.base/interrupt.exp: Ditto.
5068
5069 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
5070 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
5071 RedHat 4.0.
beb998c6 5072
c906108c
SS
5073 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
5074 linux. This allows the test case to at least compile on latest
5075 linux, but still not run due to missing the threads runtime library.
5076
5077Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5078
5079 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
5080 directory to search gdb directory. Accept and step over conditional
5081 stack alignment code. Consume $prompt in failure cases.
5082 Reset timeout to $oldtimeout instead of some arbitrary value.
5083 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
5084 timeout problems with infinite stack backtraces.
5085 * gdb.base/ptype.exp (ptype struct link, union tu_link):
5086 Accept function parameters for linkfunc member.
5087
5088Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
5089
5090 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
5091 (CXXFLAGS): Remove, unreferenced.
5092 (B_OPTIONS): Add for -B options and add code to initialize with
5093 previous -B options and also add -B option to pick up cross compiled
5094 runtime.
5095 (TARGET_INCLUDES): Add for -I options and add code to initialize when
5096 doing cross compiles.
5097 (target_alias): Declare global.
5098 (xgcc): Set variable to full path of gcc in build tree. Use findfile
5099 to verify that gcc exists in build tree, and if so set CC to that
5100 gcc and to use B_OPTIONS and TARGET_INCLUDES.
beb998c6 5101
c906108c
SS
5102Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
5103
5104 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
5105 ptype test for anonymous union. Fixup testcase to match
5106 current gcc debug output.
5107
5108Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
5109
5110 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
5111 force argument to an unsigned long type.
5112
5113Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
5114
5115 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
5116 tests and anonymous union print/ptype tests.
5117 * gdb.base/list.exp (test_forward-search): Increase timeout by
5118 5 minutes for the "search extremely long line" case.
5119 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
5120 completely optional and that the pass/fail messages use the command as
5121 the message if that third arg is a null string.
5122 (gdb_test_exact): Arrange that a null string pattern means match a
5123 null string output rather than any output, which might include random
5124 errors.
5125 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
5126 backtrace test.
5127 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
5128 always failing and failure is now exposed by gdb.exp changes.
5129
5130Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
5131
5132 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
5133 weren't being noted.
5134
5135Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5136
5137 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
5138 * gdb.stabs/weird.exp: Remove v_comb xfails.
5139
dc96c6c7 5140Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5141
5142 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
5143 list.exp scope.exp watchpoint.exp]
5144 Make all timeout error msgs explicitly say "(timeout)".
beb998c6 5145
dc96c6c7 5146Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5147
5148 * config/monitor.exp: Increase download timeout to 1000 seconds.
5149
dc96c6c7 5150Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5151
5152 * config/m32r.exp: Increase timeout to 120 seconds.
5153
5154Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
5155
5156 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
5157 and accept older ordering as obsolescent gcc or gdb.
5158 * gdb.c++/templates.exp: Ditto.
5159 * gdb.c++/virtfunc.exp: Ditto.
5160
5161Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
5162
5163 * gdb.base/coremaker.c: Add code to mmap some data so we
5164 can check that it ends up in the core file.
5165 * gdb.base/corefile.exp: Add test to read mmapped data
5166 from core file.
5167
dc96c6c7 5168Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5169
5170 * config/m32r.exp: New file.
5171
5172Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
5173
5174 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
5175 that cflags can contains -gstabs, and work correctly for other tests.
5176
dc96c6c7 5177Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5178
5179 * gdb.base/setshow.exp: New file, tests show and set.
5180 * gdb.base/setshow.c: New file, tests show and set.
5181 * gdb.base/help.exp: Add test for help set|show annotate.
5182 * gdb.base/default.exp: Add test for set|show annotate.
5183
5184Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
5185
5186 * testsuite/gdb.base/break.exp: Make backtrace from factorial
5187 errors unique.
5188 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
5189 explicitly.
5190
5191Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
5192
5193 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
5194 and width commands. This is done elsewhere.
5195 * (gdb_start): Don't call gdb_start_sim here. That's already
5196 done in gdb_load. This fixes lots of failures in default.exp.
5197
5198Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
5199
5200 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5201 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
5202 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
5203 in the same we we treat other failures (since it may be an expected
5204 condition), rather than as an error.
5205 * gdb.base/signals.exp (test_handle_all_print): Revert back to
5206 old test format.
5207
5208Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
5209
5210 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
5211 (distclean maintainer-clean realclean): No need to remove files
5212 twice. Nuke the duplicates.
5213 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
beb998c6 5214 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
5215 Remove config.h along with other config files.
5216
5217Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
5218
5219 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
5220 "p func1 ()" and note that rests of tests are skipped.
5221 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
5222 setup_xfails for "print func2::coremaker_local".
5223 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
5224 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
5225 affected by the previous run test.
5226 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
5227 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
5228 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
5229 "pass int powerset tuple" and "pass modeless int powerset tuple".
5230 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
5231 "real write 4" and "real write 8".
5232 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
5233 setup_xfails for "print vs1 after tuple assign 2",
5234 "print \$i after tuple assign 2", and
5235 "print vs2 after tuple assign 2".
5236 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
5237 meaningful error message and return -1 so the caller can
5238 suppress further tests and avoid a cascade of errors.
beb998c6 5239
c906108c
SS
5240Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
5241
5242 * gdb.base/a1-selftest.exp: Tweak tests to account for new
5243 format for printing version.
5244 * gdb.base/default.exp: Ditto.
5245 * gdb.base/interrupt.exp: Fix problem with cascade of
5246 errors if child process dies while calling a function.
beb998c6 5247
c906108c
SS
5248Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
5249
5250 * Makefile.in (VPATH): Add
5251 * Makefile.in (Makefile, config.status): Fix rules so things get
5252 remade when necessary.
5253
5254Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
5255
5256 * Makefile.in (just-check): Add path to sibling expect dir
5257 to environment variable specified by RPATH_ENVVAR.
5258
5259Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
5260
5261 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
5262 (just-check): Add shared library paths for libstdc++, tk,
5263 tcl, bfd, and opcodes to the environment variable specified
5264 in RPATH_ENVVAR.
5265 * configure.in: Add support to recognize --enable-shared flag
5266 and generate correct value for RPATH_ENVVAR.
5267 * configure: Regenerated with autoconf.
5268
5269Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
5270
5271 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
5272 include all osf versions.
5273 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
5274 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
5275 when target is linux. When failing to build pthreads test
5276 executable, give more meaningful message.
5277 * gdb.threads/pthreads.c: Hpux also uses old definition of second
5278 arg for pthread_create.
beb998c6 5279
c906108c
SS
5280Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
5281
5282 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
5283 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
5284 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
5285 and -lpthreads (everybody else).
5286 (test_startup): Fail gracefully if threads are not supported.
5287 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
5288 "p/c array_index("abcdef",2)" when not gcc compiled.
5289 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
5290 "print func2::coremaker_local" when not gcc compiled.
5291 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
5292 "ptype on opaque struct tagname (statically)",
5293 "ptype on opaque struct tagname (dynamically) 1", and
5294 "ptype on opaque struct tagname (dynamically) 2"
5295 for not compiled with gcc.
5296 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
5297 backtrace when compiled with gcc.
beb998c6 5298 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
5299 than always return success.
5300
5301Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
5302
5303 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
5304
5305Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
5306
5307 * gdb.base/structs.exp: Undo last change.
5308
5309Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
5310
5311 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
5312 encapsulate all the steps/nexts done during self test, starting
5313 at main, and makes them less sensitive to optimization issues.
5314 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
5315 signal handler" test.
5316 * gdb.threads/pthreads.exp: Only run this for native configs.
5317 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
5318 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
5319 tests.
5320 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
5321 for "runto test_calls(void)" test.
beb998c6 5322
c906108c
SS
5323Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
5324
5325 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
5326 and don't expect address info in breakpoint confirmations.
5327
5328Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
5329
5330 * gdb.base/list.exp (test_forward_search): Increase timeout
5331 temporarily by 60 seconds for searching extremely long line,
5332 and then reset to old value when done. Increase expect input
5333 buffer to 10000.
5334
5335Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
5336
5337 * gdb.base/list.exp (test_forward_search): Fix to handle very
5338 long source line without overflowing expect's input buffer.
5339
5340Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
5341
5342 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
5343 "buffer_full".
5344
5345 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
5346 "buffer_full".
5347
5348 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
5349 "buffer_full".
5350
5351 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
5352 "buffer_full".
5353
5354Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
5355
5356 * configure.in (configdirs): Add gdb.threads.
5357 * configure: Regenerated with autoconf.
5358 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
5359 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
5360 * gdb.threads/configure: New, generated with autoconf.
beb998c6 5361
c906108c
SS
5362Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
5363
5364 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
5365
5366Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
5367
5368 * gdb.base/signals.exp (test_handle_all_print): Test separately for
5369 each signal's status in the output of "handle all print".
5370 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
5371 the \r\n sequence that immediately precedes the gdb prompt.
5372 * gdb.base/a1-selftest.exp: Save original timeout and restore
5373 after test.
5374
5375Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
5376
5377 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
5378 symbol.
5379
5380Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
5381
5382 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
5383
5384Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
5385
5386 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
5387 timeout by 60 seconds.
5388
5389Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
5390
5391 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
5392 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
5393 error return.
5394
5395Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
5396
5397 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
5398 gdb initialization, also report how long dejagnu waited. Restore
5399 old timeout before doing error return. Temporarily increase timeout
5400 by 3 minutes to allow for slow startups over heavy NFS use.
5401
5402Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
5403
5404 * lib/gdb.exp: Report timeout value for verbosity level 2.
5405 * config/gdbserver.exp: Ditto.
5406 * config/hppro.exp: Ditto.
5407 * config/mips-gdb.exp: Ditto.
5408 * config/monitor.exp: Ditto.
5409 * config/netware.exp: Ditto.
5410 * config/sim-gdb.exp: Ditto.
5411 * config/slite-gdb.exp: Ditto.
5412 * config/udi-gdb.exp: Ditto.
5413 * config/unix-gdb.exp: Ditto.
5414 * config/vx-gdb.exp: Ditto.
5415 * gdb.base/a1-selftest.exp: Ditto.
5416 * gdb.base/a2-run.exp: Ditto.
5417 * gdb.base/break.exp: Ditto.
5418 * gdb.base/corefile.exp: Ditto.
5419 * gdb.base/list.exp: Ditto.
5420 * gdb.base/recurse.exp: Ditto.
5421 * gdb.base/scope.exp: Ditto.
5422 * gdb.base/signals.exp: Ditto.
5423
5424Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5425
5426 * gdb.threads/Makefile.in (docdir): Removed.
5427
5428Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5429
5430 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
beb998c6 5431 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 5432 @srcdir@.
beb998c6 5433 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
5434 autoconf 2.5 or higher.
5435 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
5436
5437Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
5438
5439 * configure: Regenerated.
5440 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
5441 avoid name clashes with SunOS headers.
5442
5443Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
5444
5445 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
5446
5447Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
5448
5449 * gdb.base/callfuncs.exp: Finish last change -- make sure the
5450 prototype information ends up in the compiler info file.
5451
5452Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
5453
5454 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
5455 attempting to regenerate it. Eliminate use of a temporary file
5456 and just generate the info file directly. Source it immediately,
5457 for consistency of use.
5458 * gdb.base/corefile.exp: Ditto
5459 * gdb.base/exprs.exp: Ditto.
5460 * gdb.base/funcargs.exp: Ditto.
5461 * gdb.base/langs.exp: Ditto.
5462 * gdb.base/list.exp: Ditto.
5463 * gdb.base/mips_pro.exp: Ditto.
5464 * gdb.base/nodebug.exp: Ditto.
5465 * gdb.base/opaque.exp: Ditto.
5466 * gdb.base/ptype.exp: Ditto.
5467 * gdb.base/scope.exp: Ditto.
5468 * gdb.base/setvar.exp: Ditto.
5469 * gdb.base/signals.exp: Ditto.
5470 * gdb.base/whatis.exp: Ditto.
5471 * gdb.c++/templates.exp: Ditto.
5472 * gdb.c++/virtfunc.exp: Ditto.
5473 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
5474 whether or not to add -lstdc++ to the compile command line args.
5475
5476Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5477
5478 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
5479 it got fixed by the recent lookup_minimal_symbol_by_pc change.
5480 Increase timeout, a lot of single stepping might be needed if the
5481 target has no hardware watchpoints.
5482
5483Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
5484
5485 * gdb.base/break.exp: Ignore compiler warnings when compiling
5486 break.c.
5487 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
5488 * gdb.base/default.exp: Add h8300 xfails. Handle messages
5489 from remote-sim.
5490 * gdb.base/exprs.exp: Add h8300 xfails.
5491 * gdb.base/funcargs.exp: Likewise.
5492 * gdb.base/nodebug.exp: Likewise.
5493 * gdb.base/printcmds.exp: Likewise.
5494 * gdb.base/ptype.exp: Likewise.
5495 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
5496 h8300 xfails.
beb998c6 5497 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
5498 on the h8300.
5499 * gdb.base/funcargs.c: Explicitly make last constant argument to
5500 call_after_alloca_subr an unsigned long type.
5501 * gdb.base/return.c: Include stdio.h.
5502
5503Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
5504
5505 * config/abug.exp: New file for the older Motorola Bug monitor
5506 that runs on the mvme13x series VME boards.
5507 * config/monitor.exp: Use the new config array for target settings
5508 if they exist.
5509
5510Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
5511
5512 * sim-gdb.exp: Make the SH simulator allocate less space when
5513 it is targeted.
5514
5515Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
5516
5517 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
5518 test.
5519
5520Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
5521
5522 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
5523 "rs6000-*-*" for "list function in include file" when gcc compiled.
5524 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
5525 for "p ctable1[120]".
5526 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
5527 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
5528 Remove setup_xfail for "rs6000-*-*" for
5529 "print 'scope0.c'::filelocal before run".
5530 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
5531 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
5532 since some compilers don't allow both options to be given
5533 on the same command line. Create object file and move it.
beb998c6 5534
c906108c
SS
5535Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
5536
5537 * gdb.base/corefile.exp: Always regenerate the core file, since
5538 we always regenerate the coremaker program. Detect special case
5539 where registers cannot be read from core file.
beb998c6 5540
c906108c
SS
5541Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
5542
5543 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
5544 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
5545 * gdb.c++/templates.exp: Only match on basename of file since
5546 some formats like xcoff don't encode directory information.
5547 * gdb.stabs/weird.exp: Use the right sed script for powerpc
5548 and rs6000 AIX xcoff targets.
5549 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
5550 * configure: Regenerate.
5551 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
5552 here, rather than in distclean.
beb998c6 5553
c906108c
SS
5554Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
5555
5556 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
5557 defined, and use it to compile the test case with -O2. The
5558 native compilation still uses no optimization.
5559 * gdb.base/mips_pro.c: Remove inline assembly code since
5560 it is compiled PIC by default, which results in assembler
5561 warnings that make the testsuite think the compilation
5562 was unsuccessful.
5563
5564Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
5565
5566 * gdb.c++/misc.exp: Add note to message for
5567 "print s.a for foo struct" that this is a known gcc 2.7.2
5568 and earlier bug.
5569
5570Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
5571
5572 * gdb.base/break.exp: Fix pattern for matching "Delete all
5573 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
5574 setup_xfail for deleting all breakpoints test. Fix various
5575 timeout messages to include "(timeout)".
5576 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
5577 for "p t_float_values2(3.14159,float_val2)".
5578 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
5579 for "continue to call2g" when gcc compiled.
5580 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
5581 "up to foo in langs.exp", "show language at foo in langs.exp",
5582 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
5583 and "show language at fsub in langs.exp".
5584 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
5585 "list line 1 in include file", "list message for lines past EOF",
5586 "list function in include file", "list list0.h:foo", and
5587 "list filename:function; nonexistant function".
5588 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
5589 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
5590 and "ptype t_char_array" to be for native cc only.
beb998c6 5591
c906108c
SS
5592Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
5593
beb998c6 5594 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
5595 setup_xfail for "print coremaker_bss", "print coremaker_ro",
5596 "print func2::coremaker_local", and "backtrace in corefile.exp".
5597
5598Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
5599
5600 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
5601 "bt in signals.exp". This problem only appears when running
5602 the testsuite, and then only intermittently.
5603
5604Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
5605
5606 * gdb.base/return.exp (return_tests): Differentiate between
5607 two tests of continuing.
5608
5609Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
5610
5611 * */Makefile.in (maintainer-clean): Remove config.log.
5612 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
5613 * gdb.c++/Makefile.in (PROGS): Add inherit.
5614 (clean): Remove *.ci.
5615
5616Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
5617
5618 * gdb.c++/misc.cc: Add test code from Mike Stump.
5619 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
5620
5621Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
5622
5623 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
5624 to "alpha-*-osf2*" and add comment.
5625 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
5626 setup_xfail for "step over execarg initialization" and
5627 "step over corearg initialization".
5628 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
5629 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
5630 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
5631 gcc compiled for "print coremaker_bss", "print coremaker_ro",
5632 "print func2::coremaker_local", and "backtrace in corefile.exp".
5633 * gdb.base/signals.exp: Build and source signals.ci.
5634 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
5635 to be for gcc only.
5636 * lib/gdb.exp: Move verbose statements outside conditionals.
beb998c6 5637
c906108c
SS
5638Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5639
5640 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
5641 Feb 3 procfs.c change.
5642
5643Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
5644
5645 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
5646
5647Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
5648
5649 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
5650 from dejagnu's apparent default of 10 seconds, which gives random
5651 results when running the tests over NFS on moderately loaded systems.
5652 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
5653
5654Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
5655
5656 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
5657 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
5658 result reports.
5659
5660Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
5661
5662 * configure.in (CY_AC_PATH_TCLH): Remove.
5663 * configure: Regenerate.
5664
5665Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
5666
5667 * gdb.c++/Makefile.in (clean): Add missing '{'.
5668
5669Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
5670
5671 * lib/gdb.exp: Provide a default value for noinferior.
5672
5673 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
5674 Load libgloss.exp.
5675
5676Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
5677
5678 * gdb.disasm/hppa.exp: Compile directly into an executable, use
5679 the executable, not the .o to run the tests from.
5680
5681Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
5682
5683 * gdb.base/break.exp: Don't test for program exit or exit status
5684 if $noresults if nonzero.
5685 * gdb.base/langs.exp: Likewise.
5686 * gdb.base/watchpoint.exp: Likewise.
5687
5688 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
5689 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
5690 trying to compile the testcase.
5691
5692Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
5693
5694 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
5695 * gdb.base/signals.exp (continue to handler): Likewise.
5696
5697Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
5698
5699 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
5700
5701 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
5702
5703Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
5704
5705 * gdb.base/corefile.exp: Recognize "not found" as failure
5706 when trying to determine if a core file was generated.
5707 If no core file was generate the first time, try again without
5708 the ulimit -c to work around braindamaged shells.
5709
5710Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
5711
5712 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
5713 [] tests with "test" and enclose string in quotes.
5714 * gdb.stabs/configure: Rebuild
beb998c6 5715
c906108c
SS
5716Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
5717
5718 Changes in sync with expect:
5719 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
5720 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
5721 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
5722 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
5723 argument to AC_REQUIRE.
5724 * configure: Regenerated.
5725
5726Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
5727
5728 * gdb.base/corefile.exp: When generating a core, discard any
5729 error messages about ulimit not found and the "core dumped"
5730 message from the shell that runs the coredumper.
5731
5732Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
5733
5734 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
5735
5736 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
5737 which sed script to run. Expect failure for v_comb test
5738 on PA targets too.
beb998c6 5739
c906108c
SS
5740Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
5741
5742 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
5743 "print func2::coremaker_local" and for "backtrace in corefile.exp"
5744
5745Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
5746
5747 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
5748 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
5749 "sparc-sun-solaris*" xfails for "p v_comb".
5750 * lib/gdb.exp (default_gdb_start): Fix typo.
5751 * gdb.base/corefile.exp: Allow "Core was generated by ..."
5752 messages to not include the full program name that caused
5753 the core dump since some systems (such as solaris) apparently
5754 truncate this path to about 80 characters.
5755 When generating a core file first try increasing the core file
5756 size limit to unlimited since some systems may default it to
5757 zero, and it is harmless to try it. Move the test for failing
5758 to generate a core file to where it will actually get executed.
5759 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
5760 new gdb result from g++ debug info improvements and make old
5761 pattern obsolescent. Also account for size_t differences
5762 (may be int or long).
5763 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
5764 initialization before function call is placed in the delay slot
5765 and thus appears to be skipped over by commands such as "next".
5766
5767Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
5768
5769 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
5770
5771Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
5772
5773 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
5774 input source file; fix code to compile test to deal with this
5775 convention.
5776 * gdb.c++/*.exp: Likewise.
5777
5778Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
5779
5780 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
5781 "bt in signals.exp".
5782
5783Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
5784
5785 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
5786 "step over execarg initialization" and
5787 "step over corearg initialization".
5788
5789Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
5790
5791 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
5792 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
5793
5794Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
5795
5796 From Rob Savoye (rob@poseidon.cygnus.com)
5797 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
5798 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
5799 configure.in}, gdb.disasm/{Makefile.in, configure.in},
5800 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
5801 configure.in}: Major reworking for autoconfig.
5802 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
5803 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
5804 New files.
5805 * config/unix-gdb.exp: Make GDB global.
5806 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
5807 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
5808 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
5809 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
5810 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
5811 term.exp, twice.exp, watchpoint.exp, whatis.exp},
5812 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
5813 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
5814 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
5815 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
5816 pr-8136.exp, result.exp, string.exp, tuples.exp},
5817 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
5818 to returns as necessary, arrange for test to compile own testcase
5819 executable.
5820 * lib/gdb.exp: Changes for testsuite to compile own test cases.
beb998c6 5821
c906108c
SS
5822Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
5823
5824 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
5825 clear_xfail at end of test which might not call either pass or fail.
5826 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
5827 "backtrace through signal handler".
5828
5829Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5830
5831 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
5832 continuing from a job control stop signal.
5833 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
5834
5835Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
5836
5837 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
5838 * gdb.base/corefile.exp: Likewise.
5839 * gdb.base/funcargs.exp: Likewise.
5840
5841Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
5842
5843 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
5844 * config/monitor.exp: Add support for setting baud rate.
5845
5846Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
5847
5848 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
5849 i*86-*-linux* xfails for "backtrace through signal handler".
5850 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
5851 "print func2::coremaker_local".
5852 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
5853 alpha-dec-osf2* xfail for
5854 "delete all breakpoints when none".
5855
5856Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
5857
5858 * gdb.base/break.exp: Change test that deletes all breakpoints
5859 when no user breakpoints are installed. A post 4.15 change
5860 causes gdb to no longer prompt in this case.
5861
5862Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
5863
5864 * gdb.base/return.exp (return_tests): Change xfail for test
5865 "correct value returned double test" to stop xfailing at
5866 Solaris 2.5. Apparently the bug has been fixed.
5867
5868Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
5869
5870 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
5871 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
5872
5873Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
5874
5875 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
5876 * gdb.disasm/hppa.s: Corresponding changes.
5877
5878Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
5879
5880 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
5881 makefile fragment.
5882 * config/mt-hpux: Deleted.
5883
5884Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
5885
beb998c6 5886 * Many files: When warning about suppressed tests due to a
c906108c
SS
5887 nonexistant test binary, avoid incrementing the warning count.
5888
5889Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
5890
5891 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
beb998c6 5892
c906108c
SS
5893Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5894
5895 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
5896 "sparc-*-solaris2*".
5897
5898Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5899
5900 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
5901 Add global and local variables and initialize them.
5902 * gdb.base/corefile.exp: Test correct mapping of corefile sections
5903 by printing variables. Remove rs6000 and powerpc xfails, BFD now
5904 extracts the file name and terminating signal from the core file.
5905 * TODO: Remove note about tests for correct mapping of corefile.
5906 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
5907 from optimizing it away.
5908 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
5909 handles common blocks.
5910
5911Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
5912
5913 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
5914 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
5915
5916Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
5917
5918 * Makefile.in (maintainer-clean): New target, synonym for
5919 realclean.
5920 * gdb.base/Makefile.in (maintainer-clean): Likewise.
5921 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
5922 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
5923 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
5924 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
5925 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
5926
5927Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
5928
5929 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
5930 xfails when not gcc compiled for "print foo::funclocal".
5931 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
5932 "print foo::funclocal at foo",
5933 "print 'scope1.c'::foo::funclocal at foo",
5934 "print foo::funclocal_bss at foo",
5935 "print 'scope1.c'::foo::funclocal_bss at foo",
5936 "print foo::funclocal_ro at foo",
5937 "print 'scope1.c'::foo::funclocal_ro at foo",
5938 "print bar::funclocal at foo" and
5939 "print 'scope1.c'::bar::funclocal at foo".
5940 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
5941 gcc compiled for "print foo::funclocal at bar".
5942 Expand all messages to ensure that they identify that
5943 the test is at bar().
5944 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
5945 gcc compiled for:
5946 "ptype on opaque struct pointer (statically)",
5947 "ptype on opaque struct tagname (statically)",
5948 "ptype on opaque struct pointer (dynamically) 1",
5949 "ptype on opaque struct tagname (dynamically) 1",
5950 "ptype on opaque struct pointer (dynamically) 2" and
5951 "ptype on opaque struct tagname (dynamically) 2
5952 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
5953 gcc compiled for:
5954 "p datalocal"
5955 "whatis datalocal",
5956 "ptype datalocal",
5957 "p bsslocal",
5958 "whatis bsslocal", and
5959 "ptype bsslocal".
5960 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
5961 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
5962 when not gcc compiled.
5963 * gdb.base/funcargs.exp (float_and_integral_args): Add
5964 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
5965 compiled.
5966 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
5967 "backtrace from call6a" when not gcc compiled.
5968 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
5969 "backtrace from call7a" when not gcc compiled.
5970 * gdb.base/callfuncs.exp (do_function_calls):
5971 Add "hppa*-*-hpux*" xfail when not gcc compiled for
5972 "p t_char_array_values(char_array_val2,char_array_val1)",
5973 "p t_char_array_values(char_array_val1,char_array_val2)",
5974 "p t_char_array_values("carray 1","carray 2")",
5975 "p t_char_array_values("carray 1",char_array_val2)",
5976 "p t_char_array_values(char_array_val1,"carray 2")",
5977 "p sum_args(1,{2})",
5978 "p sum_args(2,{2,3})",
5979 "p sum_args(3,{2,3,4})",
5980 "p sum_args(4,{2,3,4,5})"
5981 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
5982 "backtrace in corefile.exp" when not gcc compiled.
5983
5984Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5985
5986 * gdb.base/signals.exp: Rewrite `handle all print' test as
5987 a procedure. Accept blanks or TABs as whitespace, increase
5988 timeout and expect input buffer size for the large output
5989 from the command. Remove "i*86-*-bsdi2.0" xfail.
5990
5991Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5992
5993 * gdb.base/setvar.exp: Add new testcases for truncation when
5994 assigning invalid values to bitfields.
5995
5996Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
5997
beb998c6 5998 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
5999 mips-sgi-irix* xfail for
6000 "call inferior func with struct - returns char *"
6001 and fix test so that an optional (unsigned char *) cast is
6002 accepted in the result.
6003
6004Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
6005
6006 * gdb.base/funcargs.exp (float_and_integral_args): Remove
6007 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
6008 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
6009 * gdb.base/signals.exp: Remove duplicate "handle all print" test
6010 that accidentally got checked in.
6011
6012Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
6013
beb998c6 6014 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
6015 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
6016 compiled test.
6017 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
6018 Add mips-sgi-irix5* xfail for not gcc compiled.
6019 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6020 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
6021 "p top", "whatis top", "p middle", and "whatis middle".
6022 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
6023 "whatis signed char" for not gcc compiled.
6024 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
6025 "set variable signed char=-1 (-1)" and
6026 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
6027 * gdb.base/funcargs.exp (float_and_integral_args):
6028 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
6029 Add mips-sgi-irix* xfail when not gcc compiled for
6030 "continue to call2b".
6031 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
6032 "continue to call2g".
6033 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
6034 "backtrace from call6a"
6035 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
6036 "backtrace from call7k".
6037 Add mips-sgi-irix5* xfail when not gcc compiled for
6038 "backtrace from call7a".
6039 (localvars_after_alloca): Fix gdb_test cmds for
6040 "print * after runto ...".
6041 Remove rs6000-*-* xfails for
6042 "print i after runto localvars_after_alloca" and
6043 "print l after runto localvars_after_alloca"
6044 for all compilers.
6045 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
6046 when not compiled with gcc, for:
6047 "print signed char == (minus)",
6048 "print signed char != (minus)",
6049 "print signed char < (minus)",
6050 "print signed char > (minus)".
6051 * gdb.base/callfuncs.exp (do_function_calls):
6052 Add mips-sgi-irix* xfail, when compiled with native compiler, for
6053 "call inferior func with struct - returns char *".
beb998c6 6054 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
6055 "correct value returned double test" to include Solaris 2.4.
6056 * gdb.base/funcargs.exp (float_and_integral_args):
6057 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
beb998c6 6058
c906108c
SS
6059Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6060
6061 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
6062 enumeration bitfields if compiling with GNU C.
6063 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
6064 to empty' prompt.
6065
6066Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
6067
6068 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
6069 test for PRO targets.
6070
6071 * gdb.base/funcargs.exp: Avoid ever setting more than 8
6072 breakpoints in the inferior at any given time by making
6073 two groups of breakpoints for call2*, call6* and call7*
6074 tests.
6075
6076Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6077
6078 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
6079 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
6080 from optimizing it away.
6081 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
6082 "call inferior func with struct".
6083
6084Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
6085
6086 * configure.in: Only configure gdb.chill for particular targets.
6087
6088Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
6089
6090 * gdb.base/Makefile.in: Add action to .c.o transformation
6091 rule that generates a .ci file for each .o file and remove
6092 explicit .c.o rules except for callfuncs.o.
6093 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
6094 generates a .ci file for each .o file and remove explicit
6095 .cc.o rules.
6096 (clean): Remove *.tmp *.ci files.
6097 (EXECUTABLES): Remove templ-info.exp.
6098 * gdb.base/compiler.c: New file.
6099 * gdb.c++/compiler.cc: New file
6100 * gdb.base/scope.exp: Source gdb.base/scope.ci.
6101 Change rs6000-*-* xfail for
6102 "print 'scope0.c'::filelocal_ro" and
6103 "print 'scope1.c'::filelocal" and
6104 "print 'scope1.c'::filelocal_bss" and
6105 "print 'scope1.c'::filelocal_ro" and
6106 "print 'scope1.c'::foo::funclocal" and
6107 "print 'scope1.c'::foo::funclocal_ro" and
6108 "print 'scope1.c'::bar::funclocal" and
6109 "print 'scope0.c'::filelocal_ro" and
6110 "print 'scope1.c'::filelocal at foo" and
6111 "print 'scope1.c'::filelocal_bss at foo" and
6112 "print 'scope1.c'::filelocal_ro at foo" and
6113 "print 'scope1.c'::foo::funclocal at foo" and
6114 "print 'scope1.c'::foo::funclocal_bss at foo" and
6115 "print 'scope1.c'::foo::funclocal_ro at foo" and
6116 "print 'scope1.c'::bar::funclocal at foo" and
6117 "print 'scope0.c'::filelocal_ro" and
6118 "print 'scope1.c'::filelocal" and
6119 "print 'scope1.c'::filelocal_bss" and
6120 "print 'scope1.c'::filelocal_ro" and
6121 "print 'scope1.c'::foo::funclocal" and
6122 "print 'scope1.c'::foo::funclocal_bss" and
6123 "print 'scope1.c'::foo::funclocal_ro" and
6124 "print 'scope1.c'::bar::funclocal" and
6125 "print 'scope1.c'::bar::funclocal_bss"
6126 to only be xfail'd when not compiled with gcc.
beb998c6 6127 Add rs6000-*-* xfail for
c906108c
SS
6128 "print 'scope0.c'::filelocal_bss before run"
6129 when compiled with gcc.
6130 (test_at_main): Add rs6000-*-* xfail for
6131 "print filelocal_ro in test_at_main"
6132 when compiled with gcc.
6133 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
beb998c6 6134 Add rs6000-*-aix* xfail for
c906108c
SS
6135 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
6136 "ptype t_char_array", not compiled with gcc.
6137 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
6138 xfail for "list foo (in include file)" when gcc compiled.
6139 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
6140 (integral_args): Add rs6000-*-* xfail for
6141 "run to call0a" if not compiled with gcc.
6142 (unsigned_integral_args): Add rs6000-*-* xfail for
6143 "run to call1a" if not compiled with gcc.
6144 (float_and_integral_args): Add rs6000-*-* xfail for
6145 "run to call2a" if not compiled with gcc and for
6146 "continue to call2b" for any compiler.
6147 Add rs6000-*-* xfail to
6148 "print f1 after run to call2a" for gcc compiled.
6149 (discard_and_shuffle): Add rs6000-*-* xfail for
6150 "run to call6a".
6151 (shuffle_round_robin): Add rs6000-*-* xfail for
6152 "backtrace from call7a" if not compiled with gcc.
6153 Add rs6000-*-* xfail for
6154 "backtrace from call7b" if compiled with gcc.
6155 (call_after_alloca): Add rs6000-*-* xfail for
6156 "print c in call_after_alloca" and
6157 "print s in call_after_alloca" and
6158 "backtrace from call_after_alloca_subr"
6159 if not compiled with gcc.
6160 (localvars_in_indirect_call): Add rs6000-*-* xfail for
6161 "print c in localvars_in_indirect_call" and
6162 "print c in localvars_in_indirect_call" and
6163 "backtrace in indirectly called function" and
6164 "stepping into indirectly called function"
6165 if not compiled with gcc.
6166 (localvars_after_alloca): Add rs6000-*-* xfail for
6167 "print c after runto localvars_after_alloca" and
6168 "print s after runto localvars_after_alloca" and
6169 "print i after runto localvars_after_alloca" and
6170 "print l after runto localvars_after_alloca"
6171 for all compilers.
6172 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
6173 than whatis-info.exp.
6174 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
6175 than opaque-info.exp.
6176 Setup rs6000-*-* xfail for
beb998c6 6177 "ptype on opaque struct pointer (statically)" and
c906108c
SS
6178 "ptype on opaque struct pointer (dynamically)" when
6179 not compiled with gcc.
6180 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
6181 rather than callf-info.exp.
6182 (do_function_calls): Add clear_xfail for rs6000-*-* for
6183 "p t_float_values2(3.14159,float_val2)". Seems to work
6184 fine there, both with xlc and gcc. Need to find out what
6185 it is doing right and fix other platforms.
6186 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
6187 "call inferior func with struct - returns int",
6188 "call inferior func with struct - returns long",
6189 "call inferior func with struct - returns float",
6190 "call inferior func with struct - returns double",
6191 "call inferior func with struct - returns char *",
6192 but only if not gcc compiled (presumes xlc compiled).
6193 Change rs6000-*-* xfails for
6194 "call inferior func with struct - returns char" and
6195 " call inferior func with struct - returns short" to only
6196 xfail if not using gcc.
6197 (clean mostlyclean): Remove *.ci and *.tmp files.
6198 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
6199 than templ-info.exp.
6200 * gdb.base/langs.exp: Source gdb.base/langs.ci.
6201 Add rs6000-*-* xfail for "up to foo in langs.exp"
6202 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
6203 when not gcc compiled.
beb998c6 6204
c906108c
SS
6205Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6206
6207 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
6208 * gdb.base/corefile.exp: Likewise.
6209 * gdb.base/list.exp: Likewise.
6210 * gdb.base/scope.exp: Likewise.
6211 * gdb.base/siganls.exp: Likewise.
6212
6213 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
6214 compiler output.
6215 * gdb.base/whatis.exp: Likewise.
6216
6217Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
6218
6219 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
6220 failure (opcode table has been fixed to match reality).
6221
6222Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
6223
6224 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
6225 "call inferior func with struct - returns char",
6226 "call inferior func with struct - returns short"
6227
6228 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
6229 "print 'scope0.c'::filelocal at main",
6230 "print 'scope0.c'::filelocal_bss in test_at_main",
6231 "print 'scope0.c'::filelocal at foo",
6232 "print 'scope0.c'::filelocal_bss in test_at_foo",
6233 "print 'scope0.c'::filelocal at bar",
6234 "print 'scope0.c'::filelocal_bss in test_at_bar"
beb998c6 6235
c906108c
SS
6236 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
6237 in source file 1". This bug seems to have been fixed with both
6238 gcc and native cc (was native assembler bug?).
6239
6240Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
6241
6242 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
6243 "backtrace through signal handler" to "i*86-*-sysv4*".
6244 * gdb.base/signals.exp: Add xfail for "'next' behaved as
6245 continue" case. Add "known SVR4 bug" to fail message.
6246 Add "i*86-*-bsdi2.0" xfail for "handle all print".
6247 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
6248 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
6249 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
6250 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
6251 "up to foo in langs.exp", "show language at foo in
6252 langs.exp", "up to cppsub_ in langs.exp", "show
6253 language at cppsub_ in langs.exp", "up to fsub in
6254 langs.exp", and "show language at fsub in langs.exp".
6255 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
6256 "bactrace in corefile.exp".
6257 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
6258 "call inferior function with struct - returns float" and
6259 "call inferior function with struct - returns double".
beb998c6 6260
c906108c
SS
6261Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
6262
6263 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
6264 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
6265 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
6266 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
6267
6268Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
6269
6270 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
6271 (or overriden) "CHILL" macro rather then bare "gcc".
6272 Also look for ../../gcc/xgcc since that is what we will
6273 actually need, not "Makefile". Remove following assignment
6274 of CHILL to CHILL_FOR_TARGET because that results in
6275 recursive definition.
6276
6277Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
6278
6279 * gdb.base/corefile.exp: Change xfail for backtrace in
6280 corefile.exp from linuxaout to all linux.
6281 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
6282 cases where we miss the breakpoint at the signal handler
6283 for some reason. Setup xfail for linuxoldld/linuxaout and
6284 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
6285 hitting SIGURG breakpoint.
6286 * gdb.base/signals.exp: Setup xfail for "next" acting like
6287 continue to add linuxoldld. Setup xfail for all linux for
6288 "next to handler in signals_tests_1", "backtrace in
6289 signals_tests_1", "continue to func1", "pass SIGUSR1",
6290 and continue to handler".
6291
6292Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
6293
6294 * Update all FSF addresses except those in COPYING* files.
6295
6296Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
6297
6298 * gdb.base/a2-run.exp: Change messages to be more explicit about
6299 the status of args, and quote binfile in results.
6300
6301Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
6302
6303 * gdb.base/callfuncs.exp: Add tests for passing structs to
6304 inferior functions and return various types.
6305 * gdb.base/callfuncs.c: Add functions to receive a struct
6306 and return a member of the struct, in various types.
6307
6308Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6309
6310 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
6311
6312Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
6313
6314 * config/vxworks29k.exp: New file, sources vxworks.exp.
6315
6316Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6317
6318 * config/gdbremote.exp: New file. Testing framework using
6319 gdbserver.
6320
6321Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
6322
6323 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
6324 "call function when asleep" and "send end of file".
6325 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
6326 for "backtrace in corefile.exp".
6327 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
6328 for "backtrace through signal handler".
6329 * gdb.base/corefile.exp: Make sure we actually generate a core file
6330 before trying the core tests. Some systems allow the user to suppress
6331 generation of core files and default to that (linux for example).
6332 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
6333 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
6334
6335Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6336
6337 * gdb.threads: New directory with some crude multi-threaded
6338 gdb tests (step.exp and step2.exp).
6339 * config/mt-lynx (STEP_EXECUTABLE): Define.
6340 (THREADFLAGS): Define.
6341
6342Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
6343
6344 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
6345
6346 * gdb.base/signals.exp: Disable whole file for lynx until
6347 further notice.
6348
6349 * gdb.base/signals.exp: xfail test where "next" acts like
6350 "continue" for lynx.
6351
6352 * gdb.base/interrupt.exp: xfail test for calling function while
6353 inferior is asleep for lynx.
6354
6355 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
6356 than one cr-lf after each command.
6357
6358Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6359
6360 * configure.in: Reinstate setting of stabsdirs variable, fix
6361 typo in setting up configdirs for native builds.
6362
6363 * gdb.base/return.exp: Fix typo in return double test.
6364 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
6365 compiler from optimizing them away.
6366
6367Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
6368
6369 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
6370 sequences to be echo'd by gdb when using gdb_test.
6371 * gdb.chill/chexp.exp: Likewise.
6372 * gdb.fortran/exprs.exp: Likewise
6373
6374Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6375
6376 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
6377 after the inferior gdb has started.
6378
6379 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
6380 after each command.
6381 * gdb.base/funcargs.exp: Likewise.
6382 * gdb.base/gdbvars.exp: Likewise.
6383 * gdb.base/interrupt.exp: Likewise.
6384 * gdb.base/list.exp: Likewise.
6385 * gdb.base/watchpoint.exp: Likewise.
6386 * gdb.c++/demangle.exp: Likewise.
6387 * gdb.c++/inherit.exp: Likewise.
6388 * gdb.chill/chexp.exp: Likewise.
6389 * gdb.fortran/exprs.exp: Likewise.
6390
6391 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
6392 test if we can't handle IO to/from the inferior.
6393
6394 * gdb.c++/misc.exp: Always check for a program already being
6395 started after sending a "run" command to gdb.
6396
6397 * gdb.base/twice.exp: Start with a fresh gdb.
6398
6399 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
6400 only depend on gdb's expression code, not the chill runtime.
6401
6402 * gdb.base/return.c: Put return values into variables so we
6403 can have gdb print them rather than depending on the program
6404 to print them.
6405 * gdb.base/return.exp: Corresponding changes.
6406
6407 * lib/gdb.exp: Provide default value for noinferiorio.
6408 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
6409 the inferior.
6410
6411 * gdb.base/break.exp: Always check for a program already being
6412 started after sending a "run" command to gdb.
6413 (text_next_with_recursion): Don't check the output from the
6414 program's printf statement. Instead just make sure the program
6415 exited.
6416
6417 * gdb.base/commands.exp: Protect tests which need arguments with
6418 $noargs conditionals.
6419
6420Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6421
6422 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
6423 of structure member arrays to match gdb/valops.c:value_addr change.
6424
6425Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
6426
6427 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
6428 cases.
6429
6430Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
6431
6432 * configure.in (configdirs): Remove gdb.chill from default list
6433 of subdirs and then add it back in only if doing a native build.
6434 The current chill compiler does not yet work in any cross build.
6435 * Revert all signal changes from Jul 6.
6436 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
6437 for sh-hms targets, allowing these tests to link, with no other
6438 changes. Testing is suppressed by setting "nosignals" in site.exp.
6439
6440Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
6441
6442 * configure.in (signaldirs): Define and add to configdirs for all
6443 targets except some specific ones that are known to not support signals.
6444 Also clean up formatting.
6445 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
6446 (signals, sigall): Remove rules to build.
6447 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
6448 Moved to new gdb.signals directory.
6449 * gdb.signals: New test directory.
6450 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
6451 signals.c signals.exp}: New or moved files.
6452
6453Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
6454
6455 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
6456
6457Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
6458
6459 * gdb.base/return.exp: Xfail `return double' test failure
6460 on at least Solaris 2.3 and handle future/past versions on
6461 a case by case basis as appropriate. Also update message
6462 to include i*86 failures.
6463
6464Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6465
6466 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
6467
6468 * lib/gdb.exp: Fix comment which erroneously identified
6469 gdb_file_cmd as gdb_load (the 19 May change was in fact to
6470 gdb_file_cmd not gdb_load).
6471 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
6472
6473 * gdb.base/setvar.exp: Make test names consistent between pass and
6474 fail cases. Use gdb_test more.
6475
6476Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6477
6478 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
6479
6480Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6481
6482 * gdb.base/help.exp: Fix expected help string for `show commands'.
6483
6484Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
6485
6486 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
6487
6488 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
6489 of a text section.
6490
6491Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
6492
6493 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
6494 that loop eventually terminates. Fix Connection refused logic so
6495 that testsuite will expire nicely.
6496
6497Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
6498
6499 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
6500 config/rom68k.exp: New tcl glue for the appropriate monitors.
6501 These all just end up calling monitor.exp.
6502 * config/monitor.exp (gdb_target_monitor): Handle `Connection
6503 refused' by retrying. Cleanup some timeout issues.
6504 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
6505 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
6506 callers don't have to set/restore global timeout variable.
6507
6508 * The following set of changes centralizes management of the global
6509 timeout variable. This way, it can be set in one target dependent
6510 place instead of dozens of places scattered throughout the test suite.
6511 If you need to lengthen a timeout, then you should either set timeout
6512 in one of the config/{target}.exp files, or multiply it by a factor.
6513 Setting it to an absolute value is always going to lose for some
6514 targets.
6515 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
6516 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
6517 * gdb.base/funcargs.exp: Don't set timeout.
6518 * gdb.base/list.exp (test_forward_search): Only use local timeout.
6519 * gdb.base/printcmds.exp (test_print_string_constants
6520 test_print_array_constants): Don't set timeout.
6521 * gdb.base/ptype.exp: Don't set timeout.
6522 * gdb.base/recurse.exp: Don't set timeout.
6523 * gdb.base/return.exp: Don't set timeout.
6524 * gdb.base/watchpoint.exp: Don't set timeout.
6525 * gdb.c++/classes.exp (do_tests): Don't set timeout.
6526 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
6527
6528Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
6529
6530 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
6531
6532Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6533
6534 * lib/gdb.exp: Disable chill tests for irix5.
6535
6536Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6537
6538 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
6539 each test pass or fail.
6540
6541Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6542
6543 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
6544 xlc not gcc.
6545
6546Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
6547
6548 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
6549
6550Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
6551
6552 * config/est.exp: Fix copyright and comments. Remove dead code.
6553 Use targetname, serialport and baud variables instead of fixed
6554 constants.
6555 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
6556 * config/cpu32bug.exp: New file to support cpu32bug monitors.
6557
6558Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6559
6560 * gdb.base/watchpoint.exp: Don't run
6561 test_watchpoint_triggered_in_syscall for sunos.
6562
6563Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6564
6565 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
6566 they don't seem to exist. Do include stdio.h.
6567
6568Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6569
6570 * gdb.base/a1-selftest.exp: Add alpha xfail.
6571
6572Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6573
6574 * gdb.base/watchpoint.c (main): Prompt before calling read().
6575 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
6576 Revise accordingly. Remove cruft about sending "123" several
6577 times, until it gets noticed. Clean up the "print buf[0]" stuff
6578 so that it passes or fails, and waits for prompts in the usual way.
6579
6580Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6581
6582 * gdb.base/recurse.exp: Fix comment.
6583
6584 * TODO: Remove item about printing variables in nodebug.exp. Add
6585 item about enabling tests which are only run on some targets.
6586
6587 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
6588 fail, make test names unique, use new gdb_test convention
6589 regarding pattern, use gdb_test more, etc.).
6590
6591 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
6592 fail, make test names unique, etc.).
6593
6594Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6595
6596 * gdb.base/nodebug.c: Change return type of top and middle to
6597 short.
6598 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
6599 are fixed by the recent mdebugread.c changes. Allow `short ()'
6600 as type for top and middle.
6601
6602Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6603
6604 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
6605 nearly as I can tell, the whole thing was an accident in Stu's
6606 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
6607 to replace a send/expect pair with gdb_test, but ended up only
6608 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
6609 of 30 Mar 1995 took care of it, but left this vestigial comment
6610 which I am now nuking.
6611
6612Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6613
6614 * gdb.base/break.exp: Look for different line number for
6615 breakpoint at main depending on usestubs.
6616
6617Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6618
6619 * gdb.base/list.exp: Adjust some alternate expect patterns to
6620 match recent list0.c change. Add alternate expect pattern for
6621 output from `list default lines around main' for optimizing
6622 compilers.
6623
6624Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6625
6626 * lib/gdb.exp: If nosignals is not set, set it to 0.
6627
6628Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
6629
6630 * config/slite-gdb.exp: Responds to load symbol table prompt.
6631 * gdb.base/break.exp: Adjust line number, fix rerun.
6632 * gdb.base/langs0.c: Add #ifdef usestubs.
6633
6634Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
6635
6636 * gdb.base/list.exp: Adjust line contents after adding new lines in
6637 list0.c. Also fix a syntax error.
6638
6639 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
6640 * gdb.base/break.exp: ditto.
6641 * gdb.base/list.exp: ditto.
6642 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
6643 * gdb.base/run.c: ditto.
6644 * gdb.base/list0.c: ditto.
6645 * gdb.base/funcargs.c: ditto.
6646
6647Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
6648
6649 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
6650 $targetname, $serialport and $baud instead of hardwired variables.
6651 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
6652 target doesn't support signals.
6653
6654Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
6655
6656 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
6657
6658Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6659
6660 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
6661 Don't rely on the value of an auto variable before it has been
6662 initialized. Use gdb_test more.
6663
6664Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6665
6666 * lib/gdb.exp (default_gdb_version): A version number must start
6667 with a digit, but other than that contains all characters up to
6668 the first whitespace character.
6669
6670Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6671
6672 * gdb.base/commands.exp (breakpoint_command_test): New tests.
6673
6674Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6675
6676 * gdb.c++/*.exp: Warn if executable does not exist. The original
6677 reason for skipping the warning was that configure.in sometimes
6678 intentionally skipped building the executables but the tcl code
6679 had no way of knowing. That (a) was always bogus with respect to
6680 error handling, (b) is no longer true (right now there is no way
6681 to skip C++ tests).
6682
6683 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
6684
6685Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6686
6687 * gdb.base/list.exp: Add expect patterns for output from
6688 SunPRO compiled executables.
6689 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
6690 types.
6691
6692Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6693
6694 * gdb.base/break.exp (test_next_with_recursion): Accept any line
6695 number (we are already testing that the correct source line text
6696 gets printed).
6697
6698 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
6699 that is what is intended, but something needed to be done to get
6700 sunos4 native working again.
6701
6702 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
6703
6704 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
6705 apparently went with a (very) old xfail.
6706
6707Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
6708
6709 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
6710 runto_main is a proc in gdb.exp that will do 'step' for target use
6711 stubs.
6712 * gdb.base/exprs.exp: ditto.
6713 * gdb.base/interrupt.exp: ditto.
6714 * gdb.base/opaque.exp: ditto.
6715 * gdb.base/printcmds.exp: ditto.
6716 * gdb.base/ptype.exp: ditto.
6717 * gdb.base/scope.exp: ditto.
6718 * gdb.base/setvar.exp: ditto.
6719 * gdb.base/signals.exp: ditto.
6720 * gdb.base/twice.exp: ditto.
6721 * gdb.c++/classes.exp: ditto.
6722 * gdb.c++/inherit.exp: ditto.
6723 * gdb.c++/templates.exp: ditto.
6724 * gdb.base/break.exp: no run and hit main for stubs. Change line
6725 numbers for breakpoints and info breakpoint.
6726 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
6727 breakpoint().
6728 * gdb.base/callfuncs.c: ditto.
6729 * gdb.base/exprs: ditto.
6730 * gdb.base/interrupt.c: ditto.
6731 * gdb.base/opaque0.c: ditto.
6732 * gdb.base/printcmds.c: ditto.
6733 * gdb.base/ptype.c: ditto.
6734 * gdb.base/scope0.c: ditto.
6735 * gdb.base/setvar.c: ditto.
6736 * gdb.base/signals.c: ditto.
6737 * gdb.base/twice.c: ditto.
6738 * gdb.c++/misc.cc: ditto.
6739 * gdb.c++/templates.cc: ditto.
6740
6741Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6742
6743 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
6744
6745 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
6746 somewhere between `read' and `main.c'. I'm pretty sure the
6747 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
6748 and it isn't particularly useful.
6749
6750 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
6751
6752Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6753
6754 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
6755
6756Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
6757
6758 * config/mt-slite: add LIBS and -nostdlib.
6759 * config/slite-gdb.exp: add this new file to support sparclite target.
6760
6761Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
6762
6763 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
6764
6765 * gdb.base/a2-run.exp: Change argument to istarget from
6766 "*-*-vxworks" to "*-*-vxworks*".
6767 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
6768
6769Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
6770
6771 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
6772 will not runto main but do a 'step' to step out of breakpoint().
6773 * config/mt-slite: add -Dusestubs.
6774
6775Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6776
6777 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
6778 instead of just @.
6779
6780 * gdb.base/signals.exp: Add test for "handle all print".
6781 * TODO: Remove "handle all print". Also remove item about
6782 checking copyright date (I don't like the idea of a spurious FAIL
6783 based on when we run the tests).
6784
6785 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
6786 for SunOS4 (reason for failure not investigated). Remove
6787 redundant test for $binfile.
6788
6789 * gdb.base/nodebug.c (array_index): Call malloc.
6790
6791 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
6792
6793Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
6794
6795 * gdb.base/recurse.exp: Update gdb_test invocation to use new
6796 conventions and slightly simplify the matching regexp.
6797
6798Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6799
6800 * gdb.base/break.exp: Update gdb_test invocation to use new
6801 convention.
6802
6803 * lib/gdb.exp: If noargs is not set, set it to 0.
6804
6805 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
6806 tests unique.
6807
6808 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
6809
6810Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6811
6812 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
6813 one argument of type "<non-float parameter>".
6814
6815Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
6816
6817 * config/rom68k.exp: New file to support Motorola IDP board.
6818 * gdb.base/a2-run.exp: Skip this file if noargs is set.
6819 * gdb.base/break.c: Change things around so that this program
6820 doesn't depend upon args. This is necessary to make remote
6821 targets work (in general, they can't take args).
6822 * gdb.base/break.exp: Don't try to send args to program. Don't
6823 expect output. Also, replace lots of code with gdb_test.
6824
6825Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6826
6827 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
6828 printing of '\'' (which is what the comment says we are testing,
6829 even though we were not), not '''.
6830 (test_integer_literals_rejected): Test that printing ''' is an error.
6831
6832 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
6833 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
6834 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
6835 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
6836 Use gdb_test not test_print_accept.
6837 * lib/gdb.exp: Remove test_print_accept.
6838
6839 * gdb.base/signals.exp (signal_tests_1): Make pass message
6840 consistent with fail message.
6841
6842 * gdb.base/whatis.exp: Remove xfails for printing char vs.
6843 unsigned char; the bug (PR 1821) is fixed.
6844
6845 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
6846
6847 * gdb.base/scope.exp (test_at_localscopes): Call pass for
6848 successful tests--makes xfailing them work right.
6849
6850Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6851
6852 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
6853 only \r\n, not .*. The test can pass .* as the last thing in
6854 $pattern if that is what it wants. In addition to providing this
6855 flexibility, this change should speed up pattern matching in cases
6856 where the pattern already ended with .* (there were a number of
6857 them). This change also helps catch bad patterns--in the old
6858 scheme the typo "char \*" instead of "char \\*" would pass. Now
6859 it is caught.
6860 * Many .exp files: Update callers.
6861
6862 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
6863 clearer and does not spuriously match multiple ('s. Likewise for
6864 ) and *.
6865
6866 * gdb.base/nodebug.exp: Test ability to call a function and pass
6867 it a string (even with no debugging info).
6868
6869 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
6870 "p '\'", which is the same as "p ''" once tcl gets done with
6871 quoting, to "p '\\'", which I suspect is what is intended (one
6872 backslash gets sent to GDB).
6873
6874 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
6875
6876Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6877
6878 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
6879 1817) was fixed literally years ago.
6880
6881Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6882
6883 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
6884 test, it causes stepping out of call_after_alloca_subr with
6885 optimizing compilers.
6886 (localvars_in_indirect_call): Consume GDB prompt if `finish'
6887 fails.
6888
6889 * gdb.c++/templates.exp: Source templ-info.exp only if
6890 the templates executable exists.
6891
6892 * gdb.c++/misc.cc (class Contains_static_instance,
6893 class Contains_nested_static_instance),
6894 gdb.c++/classes.exp (test_static_members): Test printing of
6895 a class that contains a static instance of the class.
6896
6897Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6898
6899 * gdb.base/langs2.c (cppsub_): Don't prototype.
6900 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
6901 only, I believe).
6902
6903Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6904
6905 * lib/gdb.exp (skip_chill_tests): New procedure.
6906
6907 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
6908
6909Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
6910
6911 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
6912 each expect pattern. Cuts runtime from 12 to about 4 seconds.
6913
6914Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6915
6916 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
6917
6918 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
6919 disassemble 8, not 16, instructions for part 4.
6920
6921 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
6922 support the latter anymore.
6923
6924 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
6925 -DNO_PROTOTYPES.
6926 * gdb.base/callfuncs.c: Control use of prototypes based on
6927 NO_PROTOTYPES, not __STDC__.
6928 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
6929 t_float_values2 tests if prototypes in use.
6930
6931 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
6932 t_double_values): When checking differences against DELTA, check
6933 that difference is within the range (-DELTA,DELTA), not just
6934 (-infinity,DELTA).
6935
6936Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
6937
6938 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
6939 'file' command firts, then 'target', then 'load', this is due to gdb
6940 target set up.
6941 * config/mips-gdb.exp: Fix a couple regular exp bugs.
6942
6943Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
6944
6945 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
6946 FP load/store variants.
6947 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
6948
6949Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
6950
6951 * gdb.base/term.exp: Do not give a warning if not native, it is
6952 not an abnormal condition.
6953
6954Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
6955
6956 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
6957 t_char_array".
6958
6959Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
6960
6961 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
6962 are getting the version number.
6963
6964 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
6965 if not native, it is not an abnormal condition.
6966
6967Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6968
6969 * lib/gdb.exp: Just use "file exists", rather than undocumented
6970 dejagnu procedure "findfile".
6971
6972Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
6973
6974 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
6975 (LDFLAGS): Set to -Xlinker -Ur.
6976
6977 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
6978 Removed, these values are set by lib/gdb.exp.
6979
6980 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
6981
6982Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
6983
6984 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
6985 of replicating gdb startup code.
6986
6987 * config/mt-vxworks (LDFLAGS): Set to -r.
6988 (CFLAGS_FOR_TARGET): Removed.
6989
6990 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
6991 (gdb) and gdb for vxworks uses (vxgdb).
6992
6993 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
6994 executable is not in the tree and host != target, use sed and
6995 program_transform_name to determine the gdb name used by the
6996 target.
6997
6998 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
6999 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
7000
7001Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7002
7003 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
7004 floats, chars, and shorts where there are ANSI-style function
7005 definitions.
7006
7007 * gdb.base/langs.exp, gdb.base/langs*: New test.
7008 * gdb.base/Makefile.in: Build it.
7009 * TODO: Remove item about checking that C names don't get C++
7010 demangling applied; this test tests it.
7011
7012Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7013
7014 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
7015 went with the const70 xfail. The xfail went away a year ago.
7016
7017 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
7018
7019 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
7020 for hp300.
7021
7022 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
7023
7024 * gdb.base/a1-selftest.exp: Don't run on hp300.
7025
7026Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7027
7028 * Makefile.in (site.exp): Set host_alias and target_alias as well
7029 as host_triplet and target_triplet.
7030
7031Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7032
7033 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
7034
7035 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
7036 places as other ecoff systems).
7037
7038 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
7039 ultrix.
7040
7041Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7042
7043 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
7044 remove them.
7045 * gdb.base/nodebug.exp: Accept "function" in addition to "text
7046 variable and "variable" in addition to "data variable".
7047 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
7048
7049 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
7050 2.
7051 * gdb.base/list1.c (long_line): Add additional statement at start
7052 of function.
7053 * gdb.base/list.exp (test_forward_search): Update line number to
7054 reflect new statement.
7055
7056Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7057
7058 * gdb.base/signals.exp: Reinitialize searched source directories
7059 after gdb_start call.
7060
7061Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
7062
7063 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
7064 * gdb.stabs/Makefile.in: Likewise.
7065
7066 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
7067 change. Instead split the tests into smaller pieces.
7068 * gdb.disasm/hppa.s: Corresponding changes.
7069
7070Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7071
7072 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7073 Quote ^C when passing it to stty. For some shells ^ is a pipe.
7074
7075 * gdb.base/funcargs.exp: Modify many tests so that every test
7076 either passes or fails. Make some test names unique.
7077
7078Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7079
7080 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7081 Call stty to set interrupt character.
7082
7083 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
7084 for HP assembler versus GNU assembler based on actual behavior of
7085 $(CC), rather than assuming that $(AS) is always the GNU assembler.
7086
7087 * TODO: Suggest a few more stepping tests.
7088
7089Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
7090
7091 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
7092 restart GDB for h8300 after a continue.
7093 (return): Add pattern to match a29k-udi behavior.
7094 * gdb.base/nodebug.exp: Remove obsolete comment.
7095 * gdb.base/regs.exp: New file, testing of register displays.
7096 * gdb.base/return.exp: Fix typo in reference to $objdir.
7097 * gdb.base/whatis.exp: Always start with a fresh GDB.
7098
7099Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7100
7101 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
7102 higher, these tests generate a lot of output.
7103
7104Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7105
7106 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
7107 code following the catch silently ignored some errors; without the
7108 catch they should be thrown like any other tcl error. Also, the
7109 catch used "" instead of {} which meant all the callers who wanted
7110 to include one of the characters "[]$ had to quote it an extra time.
7111 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
7112 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
7113 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
7114 Remove extra quoting.
7115
7116Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
7117
7118 * gdb.base/commands.exp: Make test names unique; every test either
7119 passes or fails. Update some comments.
7120
7121 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
7122
7123Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7124
7125 The following fixes a FAIL caused by the fact that the alpha stabs
7126 configuration didn't use the ".if alpha" code in weird.def.
7127 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
7128 bit pointer, so the 32 bit version works even on the alpha.
7129 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
7130 Remove the stuff which allowed us to have separate versions for
7131 alpha and everything else.
7132
7133 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
7134 regexp which "info func operator\[\](" is supposed to match. Fix
7135 string to send to GDB. Note that GDB still doesn't work right. Add a
7136 new test for "info func .perator\[\](" which GDB does handle correctly.
7137
7138 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
7139
7140Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7141
7142 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
7143 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
7144 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
7145 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
7146 it makes the tests harder to understand and confuses test-o-matic.
7147 The preferred style is that each test provides a PASS or a FAIL,
7148 and has a unique message (e.g. "continue #54" not just "continue")
7149 which is the same for the pass and the fail.
7150 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7151 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
7152 to lib/gdb.exp.
7153 * gdb.base/printcmds.exp: Use test_print_accept. Remove
7154 prt_accept which was basically the same thing. Likewise for
7155 test_print_reject and prt_reject.
7156 * lib/gdb.exp (test_print_reject): Add some more error message
7157 patterns to match from the former printcmds.exp (prt_reject).
7158 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
7159 One defect of the passcount stuff is that some of it failed to
7160 report XPASS where appropriate.
7161 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
7162 stuff before and after arg in expected pattern.
7163 (test_paddr_operator_functions): Re-do test without print_addr_of;
7164 this is the only test which seems to want extra stuff there.
7165
7166Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7167
7168 * gdb.base/nodebug.exp: Update new tests to reflect improved
7169 wording of gdb output.
7170
7171 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
7172 and "ptype" work on variables in files compiled without -g.
7173 Replaces commented out "maint print msymbol" tests.
7174
7175Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7176
7177 * gdb.base/setvar.c (dummy): Call malloc.
7178
7179 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
7180 losing with the irix4 sed.
7181
7182 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
7183 ALRM" on irix4.
7184
7185Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7186
7187 * TODO: Remove items about corefile.exp testing new exec-file and
7188 backtrace; both are now done. Add items about printing enums.
7189
7190Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7191
7192 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
7193 "get signal $thissig" test fails.
7194
7195 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
7196
7197Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7198
7199 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
7200 compiler warning with dec alpha compiler.
7201
7202 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
7203 extra \n from gdb_test call (this explains why the prompt test
7204 that I removed yesterday was there).
7205 (user_defined_command_test): Remove extra \n and prompt test.
7206
7207 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
7208 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
7209 doesn't exist.
7210 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
7211 Also remove alpha workaround, which turns out to be because
7212 SIGABRT == SIGLOST.
7213
7214 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
7215
7216 * gdb.base/help.exp: Don't test "help show".
7217
7218Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7219
7220 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
7221 "set print address" is on.
7222 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
7223 pass prompt to gdb_test; gdb_test already looks for the prompt.
7224
7225 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
7226
7227 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
7228 was a vestige of the manual TESTSTRATEGY, and the purpose of it
7229 was to make sure that gdb can read a core file. But (a) the "read
7230 the corefile" part didn't make it to a1-selftest.exp, we just
7231 delete the corefile after creating it, and (b) we test reading
7232 corefiles in corefile.exp anyway. Also, this test left around a
7233 xgdb process on Solaris.
7234
7235 * gdb.base/corefile.exp: Also test backtrace.
7236
7237Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
7238
7239 * gdb.base/commands.exp: Test a simple user defined command with
7240 arguments and if/while statements; verify the full user command is
7241 printed by "show user".
7242
7243 * gdb.base/commands.exp: Test if/while commands as part of a
7244 breakpoint command list; verify they appear in breakpoint
7245 information.
7246
7247Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7248
7249 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
7250 than by dividing by zero.
7251
7252Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
7253
7254 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
7255 performing an inferior call with watchpoints enabled.
7256 * gdb.base/watchpoint.c (main): Delete second unnecessary read
7257 call.
7258
7259Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7260
7261 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
7262 of "file" command.
7263
7264 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
7265 Add additional pattern for when "int operator int(void);" appears
7266 in a different order.
7267
7268Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7269
7270 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
7271
7272 * gdb.base/help.exp: Replace most of docstrings for "info signals"
7273 and "signal" with ".*".
7274
7275Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7276
7277 * TODO: Add note about "handle all nostop".
7278
7279 * gdb.base/{sigall.c, sigall.exp}: New test.
7280 * gdb.base/Makefile.in: Add it.
7281
7282Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7283
7284 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
7285 when invoking GDB, suppresses any windowing interface.
7286
7287Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
7288
7289 * config/sim-gdb: New file, simulator testing support.
7290
7291Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
7292
7293 * gdb.base/interrupt.exp: Test calling func1 twice.
7294
7295Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
7296
7297 * gdb.base/list.exp (test_forward_search): Set timeout higher
7298 when we'll be getting lots of output from gdb.
7299
7300 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
7301 "init_malloc" to after the expect statement. Run it if that
7302 regexp is taken, but also for two others which happen if source
7303 cannot be found.
7304
7305Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7306
7307 * gdb.base/printcmds.exp: New test, for printing register before
7308 program is running.
7309
7310Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7311
7312 * gdb.base/list.exp: Correct some alternate expect patterns
7313 to reflect changes in list1.c.
7314
7315Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7316
7317 * TODO: Add item regarding large frames.
7318
7319 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
7320
7321 * TODO: Remove item about enabling return.exp; it
7322 is enabled. Suggest a few more "return" tests.
7323
7324Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7325
7326 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
7327 anonymous unions.
7328
7329Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7330
7331 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
7332 and pr-5646.o, so "make" is the same as "make all", not "make
7333 pr-4975.o".
7334
7335Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
7336
7337 * gdb.base/list.exp: Adjust expectations to reflect changes in
7338 list1.c.
7339 (test_forward_search): New test proc.
7340 * gdb.base/list1.c (long_line): New function, has long source line.
7341
7342Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
7343
7344 * gdb.base/a1-selftest.exp: Change initial stepping to know about
7345 additional line of code that was added.
7346
7347Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
7348
7349 * gdb.disasm/hppa.s: Break the large branching tests into smaller
7350 tests so as not to overflow expect's input buffers.
7351 * gdb.disasm/hppa.exp: Corresponding changes.
7352
7353Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7354
7355 Beginnings of template debugging tests.
7356 * gdb.c++/templ-info.cc: New file to test for template
7357 debugging capability of the compiler.
7358 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
7359 templ-info.cc.
7360 * gdb.c++/templates.cc: Add explicit template instantiations
7361 to enable compiling with -fno-implicit-templates. Add destructor
7362 and 'value' method to T5 class for template tests.
7363 * gdb.c++/templates.exp: Add testcases for printing of template
7364 types, setting breakpoints on template methods and calling a
beb998c6 7365 template method.
c906108c
SS
7366
7367Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
7368
7369 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
7370 branch target since some assemblers (gas-2.5) may emit a
7371 relocation for the branch instead of resolving it in the
7372 assembler.
7373
7374Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7375
7376 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
7377 through signal handler.
7378
7379Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7380
7381 * configure.in (*-*-netware): Use config/mt-netware.
7382
7383 * config/mt-netware: New file.
7384 * config/mt-i386-netware: Removed, separate configs for different
7385 netware architectures are no longer needed now that we have
7386 --with-headers.
7387
7388Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7389
7390 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
7391 by the recent changes to use ANSI C arithmetic conversions.
7392
7393Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7394
7395 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
7396 bug involving using inferior_pid to figure out whether to select a
7397 frame.
7398
7399Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
7400
7401 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
7402 match the current disassembler output.
7403
7404Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
7405
7406 * gdb.fortran/exprs.exp: Expect VOID instead of void.
7407 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
7408 types, expect "int" as type of integer values (for now).
7409
7410Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
7411
7412 * gdb.base/commands.exp: New tests for if/while commands.
7413
7414Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
7415
7416 * lib/gdb.exp (runto): Replace sub-pattern for hex value
7417 by .*, since hex values have different syntax in Chill mode.
7418
7419Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7420
7421 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
7422 linefeed from expect pattern for repeated types with indices > 9.
7423
7424Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
7425
7426 First part of Fortran test suite.
7427 * gdb.fortran: New directory.
7428 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
7429
7430Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7431
7432 * gdb.base/default.exp: Update expect pattern for load command
7433 without arguments.
7434
7435Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7436
7437 * configure.in: Change i386 to i[345]86.
7438 * gdb.base/configure.in: Likewise.
7439 * gdb.c++/configure.in: Likewise.
7440 * gdb.chill/configure.in: Likewise.
7441
7442Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
7443
7444 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
7445 patterns, since that is not a valid context for comments.
7446
7447Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
7448
7449 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
7450 repeated types and repeated types with indices > 9.
7451
7452Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7453
7454 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
7455 2417; old bug has been fixed.
7456
7457Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
7458
7459 * gdb.base/interrupt.exp: When trying to wake up the inferior,
7460 send the newline ourselves instead of assuming gdb_test will do
7461 so when passed an empty input string.
7462
7463 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
7464 stabs testcode.
7465
7466Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7467
7468 * lib/gdb.exp (gdb_test): Don't send anything if the first
7469 argument is an empty string. This makes cases where we want to
7470 match output that is already in expect's buffers (for example,
7471 matching a breakpoint after gdb_run_cmd has been called) work
7472 reliably.
7473
7474Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7475
7476 * config/netware.exp: New file.
7477
7478Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7479
7480 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
7481 the -B and -L prefixes so we can find the debugging stub.
7482
7483 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
7484 there and we are using the gcc from the tree.
7485
7486 * gdb.base/types.c: Removed.
7487
7488 * gdb.base/configure.in: Look for makefile fragments in ../config.
7489 Recognize i386-*-netware.
7490 * gdb.c++/configure.in: Likewise.
7491
7492Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7493
7494 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
7495 the correct TCL syntax.
7496
7497Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7498
7499 * gdb.base/opaque.exp: use runto instead of messing around with
7500 breakpoints. Simplify by using gdb_test.
7501
7502 * gdb.base/bitfields.exp: restart between tests on netware targets
7503 because breakpoints aren't relocated after target death. Run
7504 processes to completion.
7505
7506 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
7507
7508Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
7509
7510 * Makefile.in: Remove extra tabs that confuse some versions
7511 of "make". Use the newly built gdb to test with by default,
7512 rather than the first one in the tester's search path.
7513
7514Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
7515
7516 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
7517
7518 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
7519 condition help.
7520
7521Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7522
7523 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
7524
7525 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
7526 running.
7527 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
7528 * gdb.base/funcargs.exp: Likewise.
7529
7530 * gdb.base/bitfields.exp: Simplify by using gdb_test.
7531 * gdb.base/funcargs.exp: Likewise.
7532
7533 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
7534 message is "".
7535
7536Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7537
7538 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
7539 return,signals,twice}.exp: Handle non-existant binaries
7540 consistantly.
7541
7542 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
7543 * gdb.base/Makefile.in: Don't try to generate a core dump, we
7544 might testing a cross development system.
7545
7546Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7547
7548 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
7549 runtest script is relative to ${srcdir}, not ${rootdir}.
7550
7551Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
7552
7553 * gdb.base/signals.exp: Allow for optionality of breakpoint
7554 address.
7555
7556Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7557
7558 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
7559
7560Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7561
7562 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
7563 for size_t definition.
7564 * gdb.c++/templates.cc: Likewise
7565
7566 * config/mt-i386-netware: New file.
7567
7568 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
7569 defined.
7570
7571 * gdb.base/Makefile.in: Added support for systems that name core
7572 files by appending "core" to the program name.
7573 * gdb.base/a1-selftest.exp: Likewise.
7574
7575Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7576
7577 * gdb.base/return.exp: Add comment and message for `return double'
7578 test failure on Sparc Solaris.
7579
7580Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
7581
7582 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
7583
7584Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7585
7586 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
7587 from optimizing them away.
7588 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
7589 patterns to include default constructors and assignment operators,
7590 to match gcc versions beyond 2.5.8. Accept any cplus demangling
7591 character in the output of the virtual base pointer.
7592
7593Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7594
7595 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
7596 expression match in print_addr_of to avoid unintented matches.
7597 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
7598 versions up to 2.5.8.
7599
7600Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7601
7602 * gdb.base/list.exp: Tweak alternate pattern for listing of an
7603 included file to run under newer versions of expect.
7604 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
7605 consecutive >'s in templates to accomodate recent cplus-dem.c change.
7606 Remove xfail for the virtual table of BDDHookV.
7607
7608Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
7609
7610 * lib/gdb.exp (string_to_regexp): Set a default result.
7611 (default_gdb_start): Fix misleading message.
7612
7613Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
7614
7615 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
7616 Remove all CC, etc definitions.
7617 * config/mt-hpux: New file.
7618 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
7619 (CFLAGS, LDFLAGS): Define.
7620 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
7621
7622 * Makefile.in (site.exp): Don't insert host_os, etc.
7623 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
7624 (distclean): Check existence of subdir.
7625 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
7626 * gdb.base/Makefile.in: General cleanup and simplification.
7627 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
7628 to build executables. Use default rule to build .o files.
7629 (EXPECT, RUNTEST, CC): Fix relative pathname.
7630 (site.exp): Don't insert host_os, etc.
7631 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
7632 and/or SIGUSR1 defined.
7633 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
7634 * gdb.c++/Makefile.in: General cleanup and simplification.
7635 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
7636 (CFLAGS): Remove.
7637 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
7638
7639Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
7640
7641 * gdb.base/recurse.exp: Misc changes to get tests running again
7642 after Kung's changes to the watchpoint code.
7643 * gdb.base/watchpoint.exp: Likewise.
7644
7645Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
7646
7647 * lib/gdb.exp (string_to_regexp): Convert {\} also.
7648
7649Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7650
7651 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
7652 * lib/gdb.exp (default_gdb_start): Define.
7653 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
7654 gdb.base/funcargs.exp, gdb.base/opaque.exp,
7655 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
7656 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
7657 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
7658 Don't call gdb_target_udi in between tests.
7659
7660Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7661
7662 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
7663 (which was basically just a local version of the same thing). In
7664 addition to avoiding duplication, gdb_test_exact is faster.
7665 * lib/gdb.exp (gdb_test_exact): Fix typo.
7666
7667 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
7668 don't give an error.
7669
7670 * gdb.base/term.exp: Call delete_breakpoints before starting.
7671
7672 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
7673 (t10): Add comment.
7674
7675Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
7676
7677 Reorganization of the GDB Test Suite.
7678
7679 * gdb.base: New directory, contains all the basic tests.
7680 * gdb.c++: New directory, tests specific to C++.
7681 * gdb.chill: New directory, tests specific to Chill.
7682 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
7683 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
7684 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
7685 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
7686 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
7687 t30-31 to chill).
7688 * */gdbme.*: Rename to match appropriate expect scripts.
7689 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
7690 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
7691 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
7692 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
7693 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
7694 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
7695 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
7696 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
7697 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
7698 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
7699 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
7700 gdb.c++/virtfunc.cc: New names of C++ files.
7701 * gdb.chill/chillvars.ch: New name of Chill file.
7702 * gdb.base/configure.in, gdb.c++/configure.in,
7703 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
7704 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
7705 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
7706 * configure.in (configdirs): Update to reflect directory changes.
7707 (target_abbrev): No longer define for any configuration.
7708 * Makefile.in: Cosmetic improvements to header comments.
7709
7710Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
7711
7712 Various changes to gdb.t31:
7713
7714 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
7715 * gdbme.ch: Make all key-words and predefineds be upper-case.
7716 * chillvars.exp: Expect key-words and predefinds in upper-case.
7717
7718 * chillvars.exp: Use gdb_test_exact many places.
7719 Change expected output for arrays (which now includes index labels).
7720
7721 * pr-5020.exp, gdme.ch (module PR_5020):
7722 New test, for PR-5020.
7723
7724Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
7725
7726 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
7727 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
7728
7729Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
7730
7731 * Makefile.in: Fix bit-rot in definitions of CHILL,
7732 CHILL_FOR_TARGET and Chill_LIB.
7733 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
7734 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
7735 CHILL, and CHILL_LIB.
7736
7737Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
7738
7739 * Revert the previous changes. Please see Rob's directory
7740 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
7741
7742Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
7743
7744 * Makefile.in, configure.in, config/mips-gdb.exp,
7745 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
7746 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
7747 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
7748 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
7749 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
7750 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
7751 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
7752 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
7753 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
7754 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
7755 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
7756 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
7757 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
7758 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
7759 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
7760 changes from 94Q1.
7761
7762Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
7763
7764 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
7765 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
7766 Rob's new testing fragments.
7767
7768Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
7769
7770 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
7771 lib/gdb.exp: Replace error proc calls with perror.
7772
7773Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
7774
7775 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
7776 version also, match on casted version strings, and match on
7777 gdb startup case where the line numbers might be messed up.
7778
7779Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
7780
7781 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
7782 (CFLAGS): Delete it from here.
7783
7784Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
7785
7786 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
7787
7788Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
7789
7790 * Makefile.in (RUNTEST): Default to just "runtest".
7791
7792Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7793
7794 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
7795 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
7796 the code has been restructured.
7797
7798Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7799
7800 * gdb.t00/default.exp (set write): Allow any number of \r and/or
7801 \n, not just one of each.
7802
7803 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
7804 /bin/cc gives a warning if you do.
7805
7806Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
7807
beb998c6 7808 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
7809 __t10ListS_link1ZUiRCUiPT0
7810
7811Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7812
7813 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
7814 on local variables in recursive functions.
7815
7816 * gdb.t07/Makefile.in: Build the new test.
7817
7818Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7819
7820 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
7821 directly. Instead compare the return values from actual calls.
7822
7823Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
7824
7825 * Makefile.in (check): Set TCL_LIBRARY for runtest.
7826
7827Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7828
7829 * From Peter Schauer with minor modifications.
7830 * gdb.t15/return.exp (return_tests): Handle targets where "return"
7831 stops in mid-line in the caller. Add xfail for returning a float
7832 value on X86 targets.
7833
7834Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7835
7836 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
7837 to avoid expect lossage.
7838 (fmem_LRbug_tests): Likewise.
7839 * gdb.disasm/hppa.s: Corresponding changes.
7840
7841 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
7842 conditions to work with latest dejagnu/expect.
7843
7844 * gdb.t15/funcargs.exp (finish from indirect call): No longer
7845 expected to fail on the PA.
7846 (backtrace in call with trampolines): Explicitly require main
7847 to be frame #1 (no trampolines should show up in backtrace).
7848
7849 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
7850 "continue -expect".
7851 * gdb.t06/break.exp: Likewise.
7852 * gdb.t07/watchpoint.exp: Likewise.
7853 * gdb.t13/bitfields.exp: Likewise.
7854 * gdb.t15/{funcargs,return}.exp: Likewise.
7855 * gdb.stabs/weird.exp: Likewise.
7856 * config/{mips,udi}-gdb.exp: Likewise.
7857
7858 * hppa.sed: Enclose comments within a sed command to avoid
7859 losing with the old OSF1 sed.
7860
7861Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7862
7863 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
7864 sequent dynix.
7865 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
7866 * gdb.t15/funcargs.exp: Conditionally step again to really
7867 finish from marker_call_with_trampolines. Handle the case where
7868 the first step from within call_with_trampolines already steps
7869 us back to main.
7870 * gdb.t15/gdbme.c: Add comment to closing brace of
7871 call_with_trampolines for funcargs.exp.
7872
7873Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7874
beb998c6 7875 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
7876 Fix typo(s).
7877
7878Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7879
7880 * gdb.t07/gdbme.c: More code for watchpoint testing.
7881
7882 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
7883 "Hardware watchpoint" throughout file.
7884 (test_watchpoint_triggered_in_syscall): New test.
7885 (test_complex_watchpoint): New test.
7886
7887Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7888
7889 * gdbme.c (call_with_trampolines): New function to try and step
7890 into. Tests trampoline problems on the PA.
7891
7892 * funcargs.exp (localvars_in_indirect_call): No longer expect
7893 stepping into indirect call to fail on PAs.
7894 (test_stepping_over_trampolines): New test.
7895
7896Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7897
7898 * TODO: Add suggestions for static member function tests, and
7899 completion tests.
7900
7901Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7902
7903 * TODO: Add suggestions for "p/a" tests.
7904
7905 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
7906 (default_gdb_exit): Replace all the hair with sending "quit" to
7907 the process with a simple close.
7908
7909Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7910
7911 * TODO: Add suggestions for shared library tests.
7912
7913Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7914
7915 * TODO: Add suggestions for x/s tests.
7916
7917Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7918
7919 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
7920 "enable once", and "enable breakpoints once" with ".*".
7921
7922Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7923
7924 * TODO: Add suggestions about structure passing tests.
7925
7926Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7927
7928 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
7929 the primary1 test, use work around if __GNUC__ < 2.
7930 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
7931 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
7932 Test for bad output rather than waiting for timeout. Issue
7933 second continue only if first continue failed.
7934
7935Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7936
7937 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
7938 operator[] test with gdb_test because the old code didn't seem to
7939 be getting the quoting right with the new dejagnu.
7940
7941Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
7942
7943 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
7944 one from the path.
7945 * Makefile.in: Use a fresh expect if there is one, use runtest
7946 from the src tree if there is one.
beb998c6 7947
c906108c
SS
7948Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7949
7950 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
7951 next over recursive call. Revise the tests from that point on
7952 (which had been skipped) to match GDB's actual (correct) output.
7953
7954 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
7955 with next over a breakpoint whose condition is false.
7956
7957 * gdb.t00/help.exp: Comment out "help set print" tests just like
7958 (and for same reason as) "help set" test.
7959
7960Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7961
7962 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
7963 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
7964
7965Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7966
7967 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
7968 necessary gdb_target_udi.
7969
7970 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
7971
7972 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
7973 1838 and 2417; they are fixed.
7974
7975 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
7976 gdb.t03/ptype.exp (ptype structure, ptype union):
7977 Remove xfails; the test is looser than when the xfails were added.
7978
7979 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
7980 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
7981
7982 * gdb.t01/run.exp: Only run shell test if isnative.
7983
7984 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
7985 since "run" automatically loads if necessary. Call gdb_target_udi
7986 after the "file" since "file" kills any execution target.
7987
7988 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
7989 GDB. GDB doesn't work that way (not anymore at least) on UDI.
7990 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
7991 argument for UDI.
7992
7993Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7994
7995 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
7996
7997 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
7998
7999Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8000
8001 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
8002 properly quoting regexps. This makes the second argument to
8003 demangle a fixed string, which matches the callers, instead of a
8004 shell-style pattern which is what the previous implementation
8005 used. Update some of the callers.
8006
8007Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8008
8009 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
8010 (comib_nullified_tests): Fix typo.
8011 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
8012 strings. No longer expected to fail.
8013
8014 * gdb.disasm/hppa.s (addib_tests): Fix typo.
8015 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
8016 strings. No longer expected to fail.
8017
8018 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
8019 string. No longer expected to fail.
8020
8021Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8022
8023 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
8024 No longer expected to fail.
8025
8026 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
8027 string. No longer expected to fail.
8028
8029Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8030
8031 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
8032 only in the names (I probably got most of them). I was even
8033 generous with some which differed in underscores in names, and
8034 probably missed a few, and I *still* was able to remove almost a
8035 third of the file with almost no impact on testsuite coverage.
8036
8037Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8038
8039 * gdb.t00/default.exp: Match udi_attach error message as well as
8040 the one from child_attach.
8041
8042 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
8043
8044 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
8045
8046 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
8047 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
8048
8049 * Move test with enums and partial symbols back to
8050 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
8051 Reverts the change of 26 May 93. Per today's change to
8052 stabs.texinfo, the behavior that weird.exp was expecting was
8053 unreasonable; what is important is that the compiler+gdb get
8054 things right, which happens with a recent gcc. Also fix the test
8055 to deal with native compilers which put out the stab gdb can't
8056 deal with.
8057
8058Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8059
8060 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
8061 in the names. The main thing these accomplish is to slow things down.
8062 Many more such duplicates surely remain.
8063
8064 * gdb.t00/help.exp: Comment out "help support" test just like
8065 (and for same reason as) "help set" test.
8066
8067Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
8068
8069 * gdb.t06/break.exp: Remove setup_xfails for
8070 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
8071 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
8072 about known bug in gcc to include up through 2.5.8.
8073 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
8074 well as "_vb$".
8075 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
8076 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
8077 with latest gcc and gdb.
8078 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
8079 well as "_vb$".
8080
8081Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8082
8083 * configure.in (hppa*-*-*): Also configure and build stabs-only
8084 tests.
8085
8086Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8087
8088 * gdb.t10/hppa.mt: A makefile fragment for the PA.
8089 * gdb.t10/configure.in (hppa*-*-*): Use it.
8090
8091Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8092
8093 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
8094
8095Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8096
8097 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
8098 versions prior to 1.13.5.
8099
8100Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8101
8102 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
8103 the prompt is at the start of a line.
8104
8105Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8106
8107 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
8108 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
8109 in the copr tests now.
8110 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
8111 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
8112 expected to fail.
8113
8114Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
8115
8116 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
8117 gdb.t31/chillvars.exp, lib/gdb.exp:
8118 Tweak to run under either version of expect.
8119 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
8120 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
8121 * gdb.t11/list.exp: Remove extraneous whitespace.
8122
8123Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8124
8125 * gdb.t16/printcmds.exp (test_print_strings): Accept
8126 "(unsigned char *) " before the string.
8127
8128 * TODO: Add notes about printing of fancy types and GDB expressions.
8129
8130Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
8131
8132 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
8133 * gdb.t06/configure.in: Don't try to compile signals test program
beb998c6 8134 if doing mips-idt-ecoff.
c906108c
SS
8135
8136Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
8137
8138 * Most .exp files: Tweak to run under either version of expect.
8139
8140Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8141
8142 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
8143 xfails; I'm not sure why they are failing, but not because of PR 1806.
8144
8145Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
8146
8147 * config/unix-gdb.exp: Remove gdb_unload cause it's already
8148 defined in lib/gdb.exp.
8149
8150Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8151
8152 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
8153 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
8154 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
8155 have to be typeless.
8156
8157Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8158
8159 * TODO: Add suggestion for copyright year test.
8160
8161Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
8162
8163 * configure.in (*-*-lynxos*): Add stabs tests.
8164
8165Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8166
8167 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
8168 so insert a tab before any assembler directive in column zero.
8169
8170 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
8171 stores.
8172 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
8173 stores.
8174 (fpu_short_memory_tests): Likewise.
8175
8176Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8177
8178 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
8179 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
8180 .stabs directives in comments.
8181
8182Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8183
8184 * TODO: New file, describing tests we could write.
8185 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
8186
8187Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8188
8189 * gdb.t06/signals.exp: Add kludge to force re-sync.
8190
8191 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
8192 to xgdb instead of gdb, get out of gdb.
8193
8194Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
8195
8196 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
8197 for info.
8198
8199Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8200
8201 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
8202 * gdb.stabs/configure.in (hppa*-*-*): Use it.
8203 * gdb.stabs/hppa.sed: New sed script for the PA.
8204
8205Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8206
8207 * gdb.stabs: Re-write weird.def and configuration to use sed
8208 instead of cpp. sed is portable and POSIX; cpp is neither.
8209
8210Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8211
8212 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
8213
8214Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8215
8216 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
8217
8218Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8219
8220 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
8221 "_vb$".
8222 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
8223 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
8224
8225Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8226
8227 * lib/gdb.exp: Comment out code which depends on non-existent
8228 `transform' procedure.
8229
8230Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
8231
8232 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
8233 * lib/gdb.exp: Transform tool name.
8234 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
8235 1.1's new error handling system.
8236
8237Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8238
8239 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
8240
8241Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8242
8243 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
8244 They made pattern matching so slow that timeouts happened on
8245 heavily loaded systems. Now any output from "show print" which
8246 gets us back to the GDB prompt is a PASS.
8247
8248Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
8249
8250 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
8251
8252Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8253
8254 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
8255
8256 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
8257 It is not from PR 3220.
8258
8259Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8260
8261 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
8262 just started failing because they depended on the order the
8263 subcommands are presented, or exact docstring text. This kind of
8264 test is a pain and has minimal benefit.
8265
8266Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8267
8268 * gdb.t09/corefile.exp: At end of test, use "core" command with
8269 no arguments.
8270
8271Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
8272
8273 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
8274 17}/Makefile.in: Make it possible to run the testsuite with Sun
8275 make and CC = cross gcc by adding explicit build rules for .o
8276 files.
8277
8278Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8279
8280 * gdb.t15/funcargs.exp: Don't put comments on same line as
8281 setup_xfail (@#$*%& tcl braindamage!).
beb998c6 8282
c906108c
SS
8283Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8284
8285 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
8286
8287Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
8288
8289 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
8290 * gdb.t20/inherit.exp: remove three dumplicate entries.
8291
8292Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8293
8294 * gdb.t06/break.exp: For "next over recursive call", fail on any
8295 incorrect output, not just on "factorial (value=2)".
8296
8297Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8298
8299 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
8300 working now. Add an xfail if accesing a bss variable causes
8301 a memory error if the target is not yet run.
8302
8303Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8304
8305 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
8306 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
8307 name of __st* demangling (2 strings). Did Kung really get the
8308 more than 95 others right without testing them?
8309
8310Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
8311
8312 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
8313
8314Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
8315
8316 * configure.in (configdirs): Add gdb.disasm
8317 * gdb.disasm: New directory for GDB disassembler tests.
8318 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
8319
8320Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8321
8322 * gdb.t00/help.exp: Don't test "help set".
8323
8324 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
8325 from within expect statements. None of these happen anymore and
8326 they cause regressions to be silently unnoticed.
8327
8328 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
8329 messages) about known failures with gcc cygnus-2.4.5-930417.
8330
8331 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
8332 comp-info.exp so it gets built if it doesn't exist.
8333
8334 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
8335 it is no longer used.
8336 * gdb.t13/comp-info.c: Removed.
8337
8338Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8339
8340 * gdb.t06/signals.exp: Add xfail for sun3.
8341
8342Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8343
8344 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
8345 relevant because ^C doesn't get sent but failure can be reproduced
8346 interactively).
8347
8348Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8349
8350 * gdb.stabs/alpha.mt: New configuration file for alpha.
8351 * gdb.stabs/configure.in: Use it.
8352 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
8353 sharing with alpha.mt, redefine long to word via preprocessor.
8354 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
8355 for alpha.
8356 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
8357 native cc.
8358 * gdb.t00/teststrategy.exp: Change expect string so that we
8359 consume the `(xgdb)' from the command echo and from the gdb prompt.
8360 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
8361 gdb currently compares all values as long, so this failure probably
8362 applies to any configuration where LONGEST is bigger than a target int.
8363 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
8364 with gcc.
8365 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
8366 to handle opaque pointers, gcc is.
8367 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
8368 as first argument. Include <sys/types.h> and change all operator
8369 new definitions to use size_t.
8370 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
8371 now that we use size_t.
8372
8373Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8374
8375 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
8376 a long or float array cast all array members to the same type.
8377 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
8378 with 64 bit longs.
8379 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
8380 on alpha.
8381 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
8382
8383Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8384
8385 * gdb.t24 (demangle.exp): Constructors of templates have names like
8386 vector<int>::vector(int) not vector<int>::vector<int>(int). See
8387 section 14.6 of the ARM.
8388
8389 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
8390 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
8391 accomplish little and slow down the testsuite.
8392
8393 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
8394 Accept spaces various places.
8395
8396Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8397
8398 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
8399 with watchpoint enabled.
8400
8401 * Makefile.in: Remove definition of CC and remove the second
8402 definition of CXX (the "CXX = gcc" one remains). These definitions
8403 were causing backquotes to be expanded within backquotes, which
8404 doesn't work.
8405
8406Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8407
8408 * gdb.t17/callfuncs.exp: Add "return 0" to end.
8409
8410Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8411
8412 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
8413 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
8414 by mips cc and contains no stabs entries.
8415
8416Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
8417
8418 * config/vx-gdb.exp: Use fake device to load files rather than
8419 NFS.
8420 * lib/gdb.exp: New proc to do "file" command.
8421 * config/unix-gdb.exp: Use new "file" proc.
8422
8423Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8424
8425 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
8426 Rework board rebooting slightly.
8427 (gdb_exit): Don't exit from the remote shell; there isn't one.
8428 * gdb.stabs/weird.exp: If a program is being debugged already,
8429 kill it.
8430 * gdb.t04/setvar.exp: Stop and restart gdb.
8431 * gdb.t05/expr.exp: Likewise.
8432 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
8433 restart gdb and reload the program.
8434 * gdb.t08/opaque.exp: Likewise.
8435 * gdb.t12/scope.exp: Likewise.
8436 * gdb.t13/bitfields.exp: Likewise.
8437 * gdb.t15/funcargs.exp: Likewise.
8438 * gdb.t20/classes.exp: Likewise.
8439 * gdb.t03/ptype.exp: Increase timeout.
8440 * gdb.t16/printcmds.exp (test_print_string_constants,
8441 test_print_array_constants): Likewise.
8442 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
8443 * gdb.t20/classes.exp (do_tests): Likewise.
8444 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
8445
8446Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
8447
8448 * gdb.stabs: Renamed *wierd* to *weird*.
8449
8450Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8451
8452 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
8453 for timeout. Add "known gcc 2.4.5 bug" to failure message.
8454
8455Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8456
8457 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
8458 (do_tests): Remove xfail for whatis on one_var and two_var.
8459
8460Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
8461
8462 * Makefile.in: Made cross building work better by adding
8463 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
8464
8465Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8466
8467 * gdb.t15/{return.c,return.exp,Makefile.in}:
8468 New test, currently commented out.
8469
8470Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
8471
8472 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
8473 still running and removes the leftover named socket so GDb can do
8474 clean restarts.
8475
8476Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
8477
8478 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
8479 console, not GDB.
8480 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
8481 cross testing works better with "make check"
8482 * config/unix-gdb: Use default procedures for exit and version.
8483 * config/vx-gdb.exp: Cleaned up and massaged back to working order
8484 with the newest VxWorks.
8485
8486Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8487
8488 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
8489 old form.
8490
8491 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
8492 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
8493
8494 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
8495
8496 * config/unix-gdb.exp: Remove this version of gdb_exit
8497 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
8498 Rob says he'll look at it when he gets back to testing boards.
8499
8500Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
8501
8502 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
8503 an expected fail for certain ptype commands.
8504
8505 * gdb.t20/classes.exp: Update expected results of "ptype class
8506 Base1" to account for the constructor that now appears in the type.
8507
8508Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
8509
8510 * configure.in (configdirs): Restore gdb.t04, which mysteriously
8511 disappeared from list.
8512 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
8513 "alldone" proc with call to cleanup and exit.
8514 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
8515 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
8516 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
8517 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
8518 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
8519 "alldone" proc with simple returns that suppress remaining
8520 tests. The alldone proc went away many months ago.
8521
8522Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8523
8524 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
8525
8526 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
8527
8528Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8529
8530 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
8531 as vax gdb will display them.
8532
8533Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8534
8535 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
8536 optimizers.
8537
8538 * scope.exp: Change "bad value for localval" messages so each one
8539 is unique.
8540
8541 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
8542 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
8543
8544 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
8545
8546Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8547
8548 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
8549 doesn't exist (due to optimization).
8550
8551Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8552
8553 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
8554 contains \r because the filename is long.
8555
8556 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
8557 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
8558
8559Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8560
8561 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
8562 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
8563 Ultrix.
8564 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
8565 int tests.
8566 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
8567
8568Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
8569
8570 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
8571
8572 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
beb998c6 8573 to match does not match the passing case but still matches the
c906108c
SS
8574 failing case.
8575
8576Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8577
8578 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
8579
8580Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
8581
8582 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
8583 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
8584 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
8585 Remove various versions of gdb_exit.
8586 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
8587 gdb_exit.
8588 * config/unix-gdb.exp: gdb_exit remains here, and should override
8589 the generic version, since it's doing a lot of wierd stuff that
8590 the other versions aren't. FIXME, fold it in, or abandon this
8591 version.
8592
8593Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8594
8595 * gdb.t24/demangle.exp: Add tests for PR 3220.
8596
8597Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8598
8599 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
8600
8601Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
8602
8603 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
8604 "i386-*-*". Works for i486 as well.
8605
8606 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
8607 bug, and expand domain of xfail to all SVR4 systems, since the
8608 actual problem is likely to be in generic SVR4 /proc support.
8609
8610Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8611
8612 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
8613
8614Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
8615
8616 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
8617 xfails for other systems. Match a missing 'Continuing.' as an
8618 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
8619
8620 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
8621 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
8622 Only issue warning for missing executables if -all option is used.
8623
8624 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
8625 file if -all option is used. It's like an unpredictable XFAIL.
8626
8627Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8628
8629 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
8630 for dynamically linked binaries.
8631
8632 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
8633
8634Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8635
8636 * gdb.t20/inherit.exp: Change message for "print tagless struct"
8637 to state that this is a known bug in old versions of g++.
8638
8639Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8640
8641 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
8642 while waiting for `Continuing'.
8643
8644Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
8645
8646 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
8647 in text, data, and bss.
8648 * gdb.t10/nodebug.c: Add local and global test variables for
8649 initialized and uninitialized data.
8650
8651Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8652
8653 * config/unix-gdb.exp (gdb_exit): Add "wait".
8654
8655Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8656
8657 * gdb.t06/signals.exp: xfail the continue from the handler for all
8658 targets.
8659
8660 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
8661 function with watchpoints enabled, the i386 call dummy starts with
8662 a call.
8663
8664 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
8665 386 bsd names its corefiles.
8666
8667Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
8668
8669 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
8670 compilers don't grok it.
8671 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
8672 with small octal ints rather than character constants, which
8673 are signed and might not fit if first promoted to int.
8674
8675Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
8676
8677 * gdb.t09/Makefile.in (clean): Remove corefile.
8678
8679Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8680
8681 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
8682
8683Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8684 and Jim Kingdon (kingdon@cygnus.com)
8685
8686 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
8687 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
8688 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
8689
8690Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8691
8692 * gdb.t17/interrupt.exp: Add xfail for hppa.
8693
8694Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8695
8696 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
8697 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
8698 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
8699 to determine signed-ness of bitfields and use the result to setup
8700 the xfail.
8701 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
8702 * gdb.t15/funcargs.exp: Use them to step until the second indirect
8703 call line is reached if necessary.
8704
8705Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8706
8707 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
8708
8709Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8710
8711 * gdb.t06/break.exp: Also test `clear' command.
8712
8713Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8714
8715 * gdb.t00/teststrategy.exp: Remove extra quote.
8716
8717 * gdb.t07/watchpoint.exp: Change xfail for calling function with
8718 watchpoint enabled to be for all non-68k machines.
8719
8720 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
8721
8722Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8723
8724 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
8725 targets use aout.mt instead of ecoff.mt as gas understands
8726 standard aout format.
8727
8728Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8729
8730 * lib/gdb.exp (runto): Don't insist that function we are running to
8731 was compiled with -g.
8732
8733 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
8734
8735 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
8736 to get back into the read system call.
8737 Accept leading newline in case where we woke it up.
8738
8739Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8740
8741 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
8742 to make the stabs test work on ecoff systems using gcc and -with-stabs.
8743 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
8744 enable ecoff configuration.
8745
8746Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8747
8748 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
8749
8750Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8751
8752 * gdb.t16/printcmds.exp: Add another printf test.
8753
8754Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
8755
8756 * configure.in: If configured -with-stabs on any target, add
8757 stabsdirs to configdirs.
8758
8759Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8760
8761 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
8762 fun" so pattern does not match the command itself.
8763
8764Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8765
8766 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
8767
8768Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8769
8770 * gdb.t17/interrupt.exp: Test for more things.
8771
8772Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8773
8774 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
8775 compiler arranges the code and line numbers.
8776
8777 * gdb.t17/interrupt.exp: Don't send \n after ^C.
8778
8779Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8780
8781 * gdb.t00/help.exp: Increase expect input buffer size.
8782
8783Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8784
8785 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
8786
8787 * gdb.t07/watchpoint.exp: Add xfail for hppa.
8788
8789 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
8790
8791 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
8792 [0-9]*, not just [0-9].
8793
8794Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8795
8796 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
8797
8798 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
8799
8800Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8801
8802 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
8803
8804Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8805
8806 * gdb.t06/signals.c: Add xfails for sun3.
8807
8808 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
8809
8810 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
8811 test_stepping tests.
8812
8813Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8814
8815 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
8816
8817 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
8818
8819 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
8820 rather than actually putting it through cpp twice.
8821
8822 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
8823
8824Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
8825
8826 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
8827 no longer needed.
8828
8829Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8830
8831 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
8832
8833 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
8834 C++ features prints as "struct", make it a pass, not an xfail.
8835
8836Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8837
8838 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
8839 Don't require VA to print as "class" rather than "struct".
8840
8841Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
8842
8843 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
8844
8845Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8846
8847 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
8848
8849Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8850
8851 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
8852 order.
8853
8854Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8855
8856 * gdb.t16/printcmds.exp: Add printf tests.
8857
8858 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
8859
8860 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
8861
8862Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
8863
8864 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
8865 pass counts, to counteract any existing or future setup_xfails.
8866
8867Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8868
8869 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
8870 {BEGIN,END}_COMMON for common block instead of STAB.
8871 * gdb.stabs/wierd.exp: Add xfail for rs6000.
8872
8873 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
8874 intp_var should be N_GSYM not N_LSYM.
8875 wierd-aout.S: Use a label for the value of the N_SO.
8876 wierd.def: Remove all backslashes.
8877 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
8878
8879Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8880
8881 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
8882 get the expected next to inheritance3.
8883
8884Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8885
8886 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
8887 now that gcc-2.4 gets it right.
8888
8889Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8890
8891 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
8892
8893 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
8894 generating comp-info.exp which works for cross-compilation.
8895
8896Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
8897
8898 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
8899 "*-*-sysv4.*".
8900
8901Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
8902
8903 * gdb.t01/run.exp: Start with a fresh gdb.
8904 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
8905 SVR4.x.
8906
8907Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
8908
8909 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
8910 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
8911 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
8912 Makefile.in (distclean, realclean): Remove gdbme.c from list of
8913 things to remove.
8914
8915Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
8916
8917 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
8918 test cases from bug reports.
8919
8920Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
8921
8922 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
8923 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
8924 avoid spurious xfails.
8925 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
8926 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
8927 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
8928
8929Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
8930
8931 * gdb.t00/teststrategy.exp: Rework to provide more useful
8932 description of each test, fix problem with systems that define
8933 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
8934 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
8935 results for "next over recursive call" so timeouts aren't taken
8936 by error.
8937
8938Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
8939
8940 * gdb.t12/scope.exp: Test printing of variables before run.
8941
8942 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
8943 printed in wrong order due to sorting.
8944
8945Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
8946
8947 * gdb.t00/teststrategy.exp: Fix expected results for printing
8948 user entered string constant. Is array of char, prints with no
8949 address.
8950
8951 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
8952 commands.
8953 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
8954 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
8955 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
8956 of struct of char arrays.
8957 * gdb.t00/radix.exp: New tests for radix commands.
8958
8959Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
8960
8961 * gdb.t16/printcmd.exp: Print a variable before running program
8962 (with xfail for AIX).
8963
8964Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
8965
8966 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
8967
8968 * gdb.t16/printcmd.exp: Don't print variables before running program.
8969
8970 * gdb.t06/break.exp: Don't require envp argument to main.
8971
8972 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
8973
8974 * gdb.t02/whatis.exp, gdb.t11/list.exp:
8975 Add xfails for rs6000.
8976
8977 * gdb.t02/whatis.exp: Change other tests not to re-test something
8978 we already tested.
8979
8980 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
8981 each type used has a variable of that type.
8982
8983Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
8984
8985 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
8986
8987Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8988
8989 * configure.in: change srctrigger to be a file, not a directory
8990
8991Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
8992
8993 * configure.in (mips-idt-ecoff*): Added trailing '*'.
8994
8995 * gdb.t11/list.exp: Fixed a couple of typos.
8996
8997Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
8998
8999 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
9000 is fixed and PR is closed.
9001 * gdb.t16 (gdbme.c): Add simple test string variable.
9002 * gdb.t16 (printcmds.exp): Add tests with simple test string
9003 variable, primarily for boundaries on "set print elements".
9004
9005Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
9006
9007 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
9008 Make leading 0's optional and don't expect a tab in the middle
9009 of the number.
9010
9011 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
9012
9013 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
9014 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
9015 don't end command passed to gdb_test with newline.
9016
9017 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
9018 signed keyword away, don't expect signed bitfields to be signed.
9019
9020 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
9021 printing with only as many 1's as are in the field as well as printing
9022 with 32 1's (see comment).
9023
9024Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
9025
9026 * gdb.t00/default.exp: Start with a fresh gdb.
9027 * configure.in (configdirs): Remove gdb.t31 until the chill
9028 compiler works again. It no longer is able to find chillrt0
9029 since it isn't in libchill.a anymore.
9030 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
9031 wierd.o, make more modular.
9032 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
9033 spurious newlines that caused problems.
9034
9035Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9036
9037 * Move test with enums and partial symbols from gdb.t03/ptype.exp
9038 to gdb.stabs/wierd.exp since GCC has worked around the bug.
9039 gdb.stabs/wierd.{exp,def}: Many new tests.
9040
9041 * gdb.t00/default.exp: update info line for new message.
9042
9043 * gdb.t02/{whatis.exp,gdbme.c}:
9044 Test that "char *" doesn't print as "caddr_t".
9045
9046Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9047
9048 * gdb.t00/help.exp: Use .* in place of some help messages which
9049 just changed.
9050 gdb.t00/default.exp: Update "info frame" test for new message.
9051 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
9052 Remove some xfails
9053
9054Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9055
9056 * gdb.t03/{gdbme.c,ptype.exp}:
9057 Add tests for typedef'd struct and union without tags.
9058 Also check "whatis" on a variable of a typedef'd enum without a tag.
9059
9060 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
9061 PRMS 1823; the bug still exists but isn't reproduced by this test
9062 anymore), and remove rs6000 XFAIL (the bug is fixed).
9063
9064 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
9065 duplicated from whatis.exp. For those that are left, accept
9066 "long", "long int", or "int" for long variables (whatis.exp already
9067 has an XFAIL for "int", so no need to fail it here).
9068
9069 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
9070 Deal with GCC's names for types now that GDB uses the compiler's names.
9071
9072 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
9073 setup_xfail's for sunos4. If we #defined the signed keyword away,
9074 don't expect GDB to know that char it is signed.
9075
9076 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
9077
9078Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
9079
9080 * configure.in (configdirs): Add gdb.t24 for C++ tests that
9081 should work on any system, regardless of debugging format.
9082 * gdb.t21/demangle.exp: Move to gdb.t24.
9083 * gdb.t24/demangle.exp: Move from gdb.t21.
9084 * gdb.t24/{Makefile.in, configure.in}: New files.
9085
9086Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9087
9088 * configure.in: Do gdb.stabs and C++ tests only for stabs.
9089 * gdb.stabs: New directory.
9090
9091Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9092
9093 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
9094 not just "Quit anyway?".
9095
9096Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
9097
9098 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
9099 that all setup_xfails are immediately followed by clear_xfails.
9100
9101Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
9102
9103 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
9104 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
9105 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
9106 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
9107 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
9108 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9109 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9110 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
9111 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
9112 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
9113 gdb.t31/chillvars.exp, lib/gdb.exp:
9114 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
9115 bug-gdb@prep.ai.mit.edu.
9116
9117Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
9118
9119 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
9120 with 0.0, not integer 0.
9121
9122Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
9123
9124 * gdb.t06/break.exp: Update for "Kill the program" message change.
9125
9126Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
9127
9128 * Makefile.in (GDBFLAGS): Set to -nx.
9129 * Makefile.in (site.exp): Use GDBFLAGS.
9130
9131Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9132
9133 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
9134 Makefiles.
9135 (check): depend on just-check.
9136 (just-check): added so that tests can be run without a noop
9137 build pass.
9138
9139Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9140
9141 Switch to using configure's configdirs.
9142 * Makefile.in (Makefile): add configure.in dependency.
9143 (SUBDIRS): removed redundant assignment.
9144 * configure.in: switch subdirs assignment to configdirs.
9145 * gdb.t*/configure.in: new files.
9146
9147Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
9148
9149 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
9150 works.
9151
9152Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
9153
9154 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
9155 in explicit rules. Apparently this is not supported by some makes.
9156
9157Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
9158
9159 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
9160
9161Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9162
9163 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
9164 disappeared.
9165
9166Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9167
9168 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
9169
9170Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
9171
9172 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
9173 watchpoint problem that is now fixed.
9174 * gdb.t30/chexp.exp: Remove setup_xfail for printing
9175 uninitialized convenience variables.
9176 * gdb.t31/chillvars.exp: Fix expected patterns for printing
9177 structures.
9178
9179Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9180
9181 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
9182 which causes expect to get out of sync with gdb on long output
9183 from help set.
9184 * gdb.t09/corefile.exp: Make expected pattern for core file
9185 failing signal and frame output format less sun specific.
9186
9187Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
9188
9189 * gdb.t31/chillvars.exp: Add and remove initial dummy
9190 breakpoint, so that symbol table is forced in.
9191 (Needed at least on Sunos4, though it seems not SVR4.)
9192 * gdb.t31/chillvars.exp: Update for changed output format.
9193
9194Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
9195
9196 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
9197
9198Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
9199
9200 * Makefile.in: Added --srcdir when invoking runtest, removed the
9201 need for a local config file. (optional now)
9202
9203Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
9204
9205 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
9206 failure count used to force early termination. Add some more
9207 expected failures for gnu style demangling.
9208
9209Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9210
9211 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
9212 pmi variable from gdb.t20/gdbme to get optimized away.
9213 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
9214 Check for written corefile upon timeout _and_ eof.
9215
9216Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9217
9218 * config/unix-gdb.exp: Add missing return 0.
9219
9220Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9221
9222 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
9223 test termination.
9224
9225Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
9226
9227 * configure.in (subdirs): Put back gdb.t17 which mysteriously
9228 disappeared.
9229
9230Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
9231
9232 * gdb.t10/crossload.exp: Disable the i860-elf test until such
9233 time as i860 support works.
9234
beb998c6 9235 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
9236 "backtrace 100\r" rather than just "backtrace\r", to match last
9237 change.
9238
9239Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
9240
9241 * config/udi-gdb.exp (gdb_exit): Remove close command.
9242 (gdb_target_udi): New procedure to set the UDI target.
9243 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
9244 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
9245 Added waits for prompts after several question responses. Added
9246 some more responses used by a29k-amd-udi-gdb.
9247 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
9248 pass different arguments, restart UDI connection after program
9249 completion.
9250 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
9251 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9252 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
9253 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
9254 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
9255 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
9256 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9257 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
9258 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
9259 after program completion.
9260 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
9261 compiled with a SELECT_VECS setting.
9262 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
9263 infinite recursion.
9264
9265 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
9266 Added checks for COFF results, and made them expected failures for
9267 all targets. It would be better to make them expected failures
9268 for COFF targets only.
9269
9270Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9271
9272 * Makefile.in: add null dvi target, don't bother to recurse
9273 through test directories for info and install-info; rename
9274 $(datadir) to be dejagnu instead of deja-gnu
9275
9276Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
9277
9278 * gdb.t31/gdbme.ch: Re-enable code that previously caused
9279 compiler to coredump.
9280 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
9281 code.
9282
9283Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
9284
9285 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
9286 coredump.
9287 * gdb.t31/chillvars.exp: Comment out tests that depend on that
9288 code.
9289
9290Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
9291
9292 * gdb.t03/ptype.exp: tests for return code from gdb_test.
9293 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
9294 which in a shell. Deletes xgdb when done.
9295 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
9296 Tests the return from the "set height" or "set width" commands.
9297 Added a few return codes where needed.
9298
9299Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
9300
9301 * Makefile.in (SUBDIRS): Add gdb.t17.
9302 * configure.in (subdirs): Add gdb.t17.
9303 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
9304 files to test gdb's calling of functions in the inferior with
9305 the correct arguments and gdb's ability to retrieve any
9306 result returned.
9307
9308Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
9309
9310 * config/unix-gdb.exp (gdb_exit): Remove close commands that
9311 may be called after gdb goes away. Previous versions of expect
9312 needed these to avoid file descriptor leaks, but they cause
9313 errors with the current revision of expect.
9314 * gdb.t00/gdbvars.exp: Use -re on expected output after
9315 setting sevenbit-strings.
9316 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
9317 to set sevenbit-strings consistent across tests.
9318 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
9319 set sevenbit-strings consistent across tests.
9320
9321Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
9322
9323 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
9324 expected output to match current "expect" expectations.
9325
9326Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
9327
9328 * gdb.t00/default.exp: Change expected output for default "source"
9329 command, to match new gdb behavior which requires a filename to
9330 source.
9331
9332Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
9333
9334 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
9335 expected fail for i486-*-* that misses the marker2 function.
9336 * gdb.t10/crossload.exp (bfddefault): Allow successful
9337 recognition of a format to pass even if no symbols are found.
9338 Explicitly catch failures where the format is not recognized
9339 or is ambiguous, and add the reason to the fail message.
9340 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
9341 the cause is and invalid target and add reason to failure message.
9342 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
9343 elf32-i386, elf32-sparc, and elf32-i860.
9344 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
9345 Set up expected failure for 'filename'::variable scope resolution,
9346 which is now apparently broken on all targets.
9347 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
9348 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
9349 gdb.t23/templates.exp: Change failure for missing binfile into
9350 just a warning.
9351 gdb.t21/demangle.exp: Change all cfront references to 'arm'
9352 references.
9353
9354Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
9355
9356 * gdb.t00/default.exp: Add expected output for default "source"
9357 command, to match new gdb behavior.
9358 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
9359
9360Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
9361
9362 * config/*-gdb.exp: returns an error, rather than exiting on
9363 internal errors.
9364
9365Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
9366
9367 * gdb.t03/gdbme.c: Add pointer to struct variable.
9368 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
9369 referencing struct members.
9370
9371Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
9372
9373 * configure.in (mips-idt-ecoff): New target.
9374 * config/mips-gdb.exp: New file for remote board using MIPS remote
9375 debugging protocol.
9376
9377 * Redid configuration scheme. Removed gdb.t*/configure.in.
9378 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
9379 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
9380 distclean targets. Built executables via .o files. Adjusted
9381 tests to account for source files in $(srcdir) rather than
9382 $(objdir).
9383 * lib/gdb.exp (runto): Don't expect () after the function name,
9384 because it may have arguments.
9385
9386Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
9387
9388 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
9389 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
9390 expected failures for mips-idt-* and mips-sgi-*.
9391 * gdb.t00/default.exp (attach): Kill process if requested.
9392 * gdb.t00/help.exp (help target core, help target): Accept a gdb
9393 that does not read core files.
9394 * gdb.t01/run.exp: Removed checks for exit status code.
9395 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
9396 it is linked in.
9397 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
9398 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
9399 appropriate, rather than doing it by hand.
9400 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
9401 execution.
9402 * gdb.t10/crossload.exp: Kill existing program if needed.
9403 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
9404 appropriate, rather than doing it by hand. Always increase
9405 timeout for this test, not just for VxWorks.
9406
9407Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
9408
9409 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
9410 of Chill STRUCT types and STRUCT values.
9411 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
9412 than "char".
9413 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
beb998c6 9414 struct2): New struct definitions and initializations to test
c906108c
SS
9415 simple Chill STRUCT types.
9416
9417Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
9418
9419 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
9420 the null byte at the end of strings.
9421 * gdb.t00/default.exp: Make show version insensitive to copyright
9422 date.
9423 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
9424 to avoid dependencies on target char signedness.
9425 * gdb.t16/printcmds.exp: Update expected results for explicitly
9426 unsigned char.
9427 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
9428 now work.
9429 * gdb.t21/demangle.exp: Add many more patterns for template
9430 demangling, most of them being expected failures.
9431 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
9432 string we are matching for, to match on the whole string.
9433 * gdb.t21/demangle.exp: Add many new test strings to demangle,
9434 and fix a whole bunch that had incorrect expected output but were
9435 passing anyway because of the bug in "proc demangle".
9436 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
9437 type.
9438 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
9439
9440Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
9441
9442 * gdb/testsuite: made modifications to testcases, etc., to allow
9443 them to work properly given the reorganization of deja-gnu and the
9444 relocation of the testcases from deja-gnu to a "tool" subdirectory.
9445
9446Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
9447
9448 * gdb/testsuite: Initial creation of gdb/testsuite.
9449 Migrated dejagnu testcases and support files for testing nm to
9450 gdb/testsuite from deja-gnu. These files were moved "as is"
9451 with no modifications. This migration is part of a major overhaul
9452 of dejagnu. The modifications to these testcases, etc., which
9453 will allow them to work with the new version of dejagnu will be
9454 made in a future update.
9455\f
9456Local Variables:
9457mode: indented-text
9458left-margin: 8
9459fill-column: 74
9460version-control: never
9461End:
This page took 1.357588 seconds and 4 git commands to generate.